﻿.heading__first,
.article h2 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4em;
    background-color: #222a65;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.heading__first::after,
.article h2::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #fff
}

.heading__second,
.article h3 {
    margin-bottom: 20px;
    padding: 10px 10px 7px 10px;
    color: #222a65;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4em;
    background-color: #edeff6;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.heading__third,
.article h4 {
    margin-bottom: 20px;
    padding: 10px 10px 7px 10px;
    color: #222a65;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4em;
    border-left: 2px solid #222a65;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.heading__fourth,
.article h5 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px dashed #999;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.heading__fifth,
.article h6 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.heading__fifth::before,
.article h6::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #333
}

.article ul:not([class]) {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    background-color: #f9f9f9
}

.article ul:not([class])>li {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-bottom: 10px;
    line-height: 1.4em;
    background-image: url("img/icon/check.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 18px 13px
}

.article ul:not([class])>li:not(:last-child) {
    border-bottom: 1px dashed #999
}

.article ul:not([class])>li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px
}

.header__button,
.button,
.article .wp-block-button__link {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 60px;
    padding: 6px 10px 6px 4px;
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: center;
    vertical-align: middle;
    color: #222a65;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    background-color: #fff;
    background-image: url("img/icon/arrow-right__blue.svg");
    background-repeat: no-repeat;
    background-size: 5px 8px;
    background-position: right 7px center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    cursor: pointer
}

.header__button:hover,
.button:hover,
.article .wp-block-button__link:hover {
    color: #fff;
    background-color: #222a65;
    background-image: url("img/icon/arrow-right.svg")
}

.header__button::after,
.button::after,
.article .wp-block-button__link::after {
    content: "";
    background-color: #222a65;
    width: 100%;
    height: 100%
}

.article table,
.table {
    width: 100%;
    margin-bottom: 60px
}

.article table tr,
.table tr {
    line-height: 1.4em;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6
}

.article table th,
.table th,
.article table td,
.table td {
    vertical-align: middle;
    border: none;
    border-left: 1px solid #f6f6f6;
    padding: 10px
}

.article table th:not(:first-child),
.table th:not(:first-child),
.article table td:not(:first-child),
.table td:not(:first-child) {
    border-color: #222a65
}

.article table th.is-center,
.table th.is-center,
.article table td.is-center,
.table td.is-center {
    text-align: center
}

.article table th,
.table th {
    color: #222a65;
    background-color: #f6f6f6
}

.article table.is-style-stripes tr td:first-child,
.is-style-stripes.table tr td:first-child {
    color: #222a65
}

@media screen and (max-width: 767px) {

    .article table,
    .table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
}

.article a:not(.wp-block-button__link),
.column-category__link,
.link {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s;
    cursor: pointer
}

.article a:hover:not(.wp-block-button__link),
.column-category__link:hover,
.link:hover {
    color: #727bcb
}

.ordered-list,
.article ol {
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 1.4em;
    list-style: decimal-leading-zero
}

.ordered-list li,
.article ol li {
    margin-bottom: 10px
}

.article strong {
    font-weight: bold
}

.article iframe {
    width: 100%;
    height: 270px
}

.article {
    line-height: 1.6em;
    margin-bottom: 40px
}

.article>* {
    margin-bottom: 20px
}

.article p {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {

    .article>*,
    .article p {
        margin-bottom: 20px
    }
}

.article .blocks-gallery-grid,
.article .wp-block-gallery {
    width: 100%
}

.article .wp-block-button {
    display: table;
    min-width: 290px
}

.article .aligncenter.wp-block-button {
    margin: 0 auto
}

.hr {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9
}

*,
*::before,
*::after {
    box-sizing: border-box;
    word-wrap: break-word
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

html {
    font-size: 10px
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.8rem;
    color: #333
}

img {
    vertical-align: top;
    max-width: 100%
}

.is-pc {
    display: none
}

.is-tb {
    display: none
}

.is-sp {
    display: none
}

@media screen and (min-width: 1025px) {
    .is-pc {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .is-tb {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .is-sp {
        display: block
    }
}

.l-main {
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 24px
}

@media screen and (max-width: 767px) {
    .l-main {
        padding: 0 15px
    }
}

.header {
    height: 180px
}

.header__top {
    background-color: #222a65
}

.header__top-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1188px;
    height: 30px;
    margin: 0 auto;
    padding: 10px 24px 8px;
    overflow: hidden
}

.header__h1 {
    max-width: 800px;
    height: 40px;
    font-size: 1.2rem;
    color: #fff;
    overflow-x: scroll;
    white-space: nowrap
}

.header__sub-nav {
    display: flex
}

.header__sub-nav-link {
    padding-left: 18px;
    font-size: 1.2rem;
    color: #fff
}

.header__sub-nav-link:not(:first-child) {
    border-left: 1px solid #fff
}

.header__sub-nav-link:not(:last-child) {
    padding-right: 18px
}

.header__main-wrap {
    background-color: #fff;
    border-bottom: 3px solid #25785f
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1188px;
    margin: 0 auto;
    padding: 10px 24px 14px;
    background-color: #fff
}

.header__logo-link {
    display: flex;
    align-items: center;
    transition: opacity 0.3s
}

.header__logo-link:hover {
    opacity: 0.8
}

.header__logo {
    width: 364px;
    margin-right: 10px
}

.header__button-wrap {
    display: table;
    width: 200px
}

.header__button {
    height: 40px
}

.header__menu-sp {
    display: none;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center
}

.header__menu-link,
.header__menu-link span {
    transition: all 0.4s;
    box-sizing: border-box
}

.header__menu-link {
    display: block;
    position: relative;
    width: 30px;
    height: 16px;
    margin: 0 auto 4px
}

.header__menu-link span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222a65
}

.header__menu-link span:nth-of-type(1) {
    top: 0
}

.header__menu-link span:nth-of-type(2) {
    top: 7px
}

.header__menu-link span:nth-of-type(3) {
    bottom: 0
}

.is-active .header__menu-link span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg)
}

.is-active .header__menu-link span:nth-of-type(2) {
    opacity: 0
}

.is-active .header__menu-link span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg)
}

.header__menu-text {
    font-size: 1.2rem;
    color: #222a65
}

.header__nav-wrap {
    position: relative;
    width: 100%;
    background-color: #fff
}

.is-fixed .header__nav-wrap {
    position: fixed;
    top: 0;
    z-index: 9
}

.header__nav {
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 24px
}

.header__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

.header__nav-item {
    flex-grow: 2;
    text-align: center
}

.header__nav-link {
    position: relative;
    font-size: 1.6rem;
    color: #333
}

.header__nav-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -30px;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #25785f;
    transition: transform 0.4s;
    transform: scale(0, 1)
}

.header__nav-link:hover::after {
    transform: scale(1)
}

.header__nav-sp-text {
    display: none;
    font-size: 1.6rem
}

.header__nav-sp-text-small {
    font-size: 1.2rem
}

@media screen and (max-width: 1024px) {
    .header__top {
        position: relative;
        z-index: 10
    }

    .header__main-wrap {
        border-bottom: none
    }

    .header__main {
        position: relative;
        width: 100%;
        z-index: 10
    }

    .is-fixed .header__main {
        position: fixed;
        margin-top: -30px
    }

    .header__link-wrap {
        align-items: flex-end;
        margin-bottom: 0
    }

    .header__button-wrap {
        display: none
    }

    .header__menu-sp {
        display: block;
        padding-top: 4px
    }

    .header__nav-wrap {
        position: absolute;
        top: 94px;
        left: 0;
        z-index: 9;
        width: 100%;
        background-color: #f6f6f6;
        transform: translate(0, -150%);
        transition: transform 300ms
    }

    .is-active .header__nav-wrap {
        transform: translate(0, 0)
    }

    .header__nav {
        padding: 0
    }

    .header__nav-list {
        flex-wrap: wrap;
        max-height: calc(100vh - 119px);
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .header__nav-item {
        width: 100%;
        text-align: left
    }

    .header__nav-item:not(:first-child) {
        border-top: 1px solid #999
    }

    .header__nav-link {
        display: inline-block;
        padding: 14px 40px;
        font-size: 1.6rem;
        color: #222a65
    }

    .header__nav-link::after {
        display: none
    }

    .header__nav-pc-text {
        display: none
    }

    .header__nav-sp-text {
        display: inline-block
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header {
        height: 120px
    }

    .header__h1 {
        max-width: 480px
    }

    .is-fixed .header__nav-wrap {
        top: 89px
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 94px
    }

    .header__top-inner {
        padding: 10px 15px 8px
    }

    .header__sub-nav {
        display: none
    }

    .header__main {
        padding: 14px 15px 10px
    }

    .header__logo {
        width: 224px
    }

    .is-fixed .header__nav-wrap {
        top: 64px
    }
}

.footer {
    overflow: hidden
}

.footer__top-link {
    display: block;
    width: 100%;
    height: 30px;
    background-image: url("img/icon/arrow-top.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-color: #222a65;
    transition: transform 0.4s;
    transform-origin: 50% 0
}

.footer__top-link:hover {
    transform: scale(1.5)
}

.footer__logo-link {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: opacity 0.3s
}

.footer__logo-link:hover {
    opacity: 0.8
}

.footer__main {
    margin: 40px auto 60px
}

.footer__wrap {
    display: flex;
    align-items: flex-start;
    margin-left: -20px
}

.footer__detail {
    width: 40%;
    padding-left: 20px
}

.footer__logo {
    width: 364px;
    margin-right: 10px
}

.footer__logo-text {
    font-size: 1.8rem;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.footer__text {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.4em
}

.footer__button-wrap {
    display: table;
    width: 290px
}

.footer__sitemap-list {
    width: 30%;
    padding-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #333
}

.footer__sitemap-item {
    margin-bottom: 10px
}

.footer__sitemap-link {
    position: relative;
    color: #333;
    transition: color 0.3s
}

.footer__sitemap-link::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    width: 5px;
    height: 8px;
    background-image: url("img/icon/arrow-right__blue.svg");
    background-repeat: no-repeat;
    background-size: 5px 8px
}

.footer__sitemap-link:hover {
    color: #727bcb
}

.footer__copyright {
    display: block;
    margin-bottom: 24px;
    text-align: center
}

.footer__copyright-link {
    color: #333;
    transition: color 0.3s
}

.footer__copyright-link:hover {
    color: #727bcb
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer__wrap {
        flex-wrap: wrap
    }

    .footer__detail {
        width: 100%;
        margin-bottom: 56px
    }

    .footer__sitemap-list {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .footer__main {
        margin: 40px auto 30px
    }

    .footer__wrap {
        flex-wrap: wrap
    }

    .footer__detail {
        width: 100%;
        margin-bottom: 56px
    }

    .footer__logo {
        width: 224px
    }

    .footer__logo-text {
        font-size: 1.4rem
    }

    .footer__sitemap-list {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 20px
    }
}

.eyecatch {
    position: relative;
    max-width: 1188px;
    margin: 0 auto 125px;
    padding: 0 24px
}

.eyecatch__list {
    height: 480px;
    overflow: hidden
}

.eyecatch__item {
    position: relative;
    width: 100%
}

.eyecatch__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    max-width: none;
    height: 480px
}

.eyecatch__nav-list {
    position: relative;
    top: -10px
}

.eyecatch__nav-list .slick-dots {
    bottom: auto
}

.eyecatch__nav-list .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px
}

.eyecatch__nav-list .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0
}

.eyecatch__nav-list .slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #dfdfdf;
    border-radius: 50%;
    opacity: 1
}

.eyecatch__nav-list .slick-dots li.slick-active button:before {
    background-color: #f6f6f6;
    opacity: 1
}

.eyecatch__text-wrap {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 267px;
    transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
    .eyecatch__item {
        height: 480px !important
    }
}

@media screen and (max-width: 767px) {
    .eyecatch {
        padding: 0 15px
    }

    .eyecatch__list {
        height: auto
    }

    .eyecatch__item {
        height: auto
    }

    .eyecatch__img img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        z-index: 0;
        width: 100%;
        height: auto
    }
}

.breadcrumbs {
    background-color: #f6f6f6
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1188px;
    margin: 0 auto;
    padding: 8px 24px;
    color: #575757;
    font-size: 1.2rem;
    line-height: 1.4em
}

.breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 6px
}

.breadcrumbs__link {
    font-size: 1.2rem;
    color: #575757;
    transition: color 0.3s
}

.breadcrumbs__link:hover {
    color: #727bcb
}

@media screen and (max-width: 767px) {
    .breadcrumbs__list {
        padding: 8px 15px
    }
}

.text {
    line-height: 1.4em
}

.text--mb10 {
    margin-bottom: 10px;
    line-height: 1.4em
}

.text--mb20 {
    margin-bottom: 20px;
    line-height: 1.4em
}

.text--mb30 {
    margin-bottom: 30px;
    line-height: 1.4em
}

.text--mb40 {
    margin-bottom: 40px;
    line-height: 1.4em
}

.text--mb60 {
    margin-bottom: 60px;
    line-height: 1.4em
}

.form {
    margin-bottom: 90px
}

.form__text {
    line-height: 1.4em;
    margin-bottom: 60px
}

.form__required {
    color: #ca3a28
}

.form__label {
    display: inline-block;
    margin-bottom: 10px
}

.form__input-wrap {
    margin-bottom: 20px;
    color: #575757
}

.form__input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc
}

.form__input-area {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc
}

.form__attention-text {
    margin-bottom: 90px
}

.form__button-wrap {
    display: table;
    width: 290px;
    margin: 0 auto 40px
}

.form__link-wrap {
    text-align: center
}

.form__link-back {
    -webkit-appearance: none;
    border: none;
    font-size: 1.6rem;
    color: #575757;
    text-decoration: underline;
    transition: color 0.3s;
    cursor: pointer;
    outline: none
}

.form__link-back:hover {
    color: #727bcb
}

.form .error {
    margin-bottom: 10px
}

.mw_wp_form_complete {
    line-height: 1.4em;
    margin-bottom: 90px
}

.banner__wide {
    margin-bottom: 90px;
    padding: 90px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100%
}

.banner__wide.is-loaded {
    background-image: url(img/bg2.jpg)
}

.banner__wide-title {
    display: block;
    margin-bottom: 24px;
    color: #333;
    text-shadow: 0 0 6px #fff;
    font-size: 2.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.banner__wide-button-wrap {
    display: table;
    width: 290px;
    margin: 0 auto
}

.banner__list-wrap {
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 24px
}

.banner__list {
    display: flex;
    margin-bottom: 70px;
    margin-left: -14px
}

.banner__item {
    width: 20%;
    margin-bottom: 20px;
    padding-left: 14px
}

.banner__link {
    transition: opacity 0.3s
}

.banner__link:hover {
    opacity: 0.8
}

.banner__img {
    max-width: none;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner__list {
        flex-wrap: wrap
    }

    .banner__item {
        width: 33.3333%
    }
}

@media screen and (max-width: 767px) {
    .banner__bottom-list {
        display: flex
    }

    .banner__bottom-list.is-active {
        opacity: 1;
        transform: translateY(0)
    }

    .banner__wide {
        background-attachment: unset;
        background-size: cover
    }

    .banner__list-wrap {
        padding: 0 15px
    }

    .banner__list {
        flex-wrap: wrap
    }

    .banner__item {
        width: 50%
    }
}

.column__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

.column__item {
    width: 33.3333%;
    margin-bottom: 30px;
    padding-left: 40px
}

.column__item--no-posts {
    width: 100%;
    padding-left: 40px;
    text-align: center
}

.column__link {
    position: relative;
    display: block;
    border: 2px solid #fff;
    overflow: hidden
}

.column__data {
    position: absolute;
    display: table;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    padding: 20px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.7);
    opacity: 0;
    transition: opacity 0.7s
}

.column__data-inner {
    display: table-cell;
    vertical-align: middle
}

.column__date {
    display: block;
    margin-bottom: 12px;
    font-size: 1.4rem
}

.column__title {
    margin-bottom: 30px;
    line-height: 1.4em
}

.column__read-text {
    display: block;
    text-align: right;
    padding-right: 15px;
    background-image: url("img/icon/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 5px 8px;
    background-position: right center
}

@media screen and (min-width: 1025px) {
    .column__link:hover .column__data {
        opacity: 1
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .column__item {
        width: 50%
    }

    .column__link.is-active .column__data {
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .column__item {
        width: 100%
    }

    .column__link.is-active .column__data {
        opacity: 1
    }
}

.column-category__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 10px
}

.column-category__item {
    margin-bottom: 10px;
    padding-left: 20px
}

.column-category__link {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #c9c9c9
}

.publication__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

.publication__item {
    width: 33.3333%;
    margin-bottom: 30px;
    padding-left: 40px
}

.publication__item--no-posts {
    width: 100%;
    padding-left: 40px;
    text-align: center
}

.publication__img-wrap {
    max-width: 140px;
    margin: 0 auto 20px;
    transition: opacity 0.3s
}

.publication__link:hover .publication__img-wrap {
    opacity: 0.8
}

.publication__date {
    display: block;
    margin-bottom: 10px;
    color: #222a65;
    font-size: 1.4rem;
    transition: color 0.3s
}

.publication__link:hover .publication__date {
    color: #727bcb
}

.publication__title {
    line-height: 1.4em;
    color: #333;
    transition: color 0.3s
}

.publication__link:hover .publication__title {
    color: #727bcb
}

@media screen and (max-width: 767px) {
    .publication__item {
        width: 100%
    }
}

.news__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999
}

.news__item--no-posts {
    text-align: center
}

.news__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.news__link {
    display: flex;
    align-items: center
}

.news__date {
    position: relative;
    width: 100px;
    font-size: 1.6rem;
    color: #222a65;
    transition: color 0.3s
}

.news__title {
    width: calc(100% - 100px);
    line-height: 1.4em;
    color: #333;
    transition: color 0.3s
}

.news__link:hover .news__date {
    color: #727bcb
}

.news__link:hover .news__title {
    color: #727bcb
}

@media screen and (max-width: 767px) {
    .news__link {
        flex-wrap: wrap
    }

    .news__date {
        margin-bottom: 15px
    }

    .news__date--new {
        margin-bottom: 15px
    }

    .news__title {
        width: 100%
    }
}

.report__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999
}

.report__item--no-posts {
    text-align: center
}

.report__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.report__link {
    display: flex;
    align-items: center
}

.report__date {
    position: relative;
    width: 100px;
    font-size: 1.6rem;
    color: #222a65;
    transition: color 0.3s
}

.report__title {
    width: calc(100% - 100px);
    line-height: 1.4em;
    color: #333;
    transition: color 0.3s
}

.report__link:hover .report__date {
    color: #727bcb
}

.report__link:hover .report__title {
    color: #727bcb
}

@media screen and (max-width: 767px) {
    .report__link {
        flex-wrap: wrap
    }

    .report__date {
        margin-bottom: 15px
    }

    .report__date--new {
        margin-bottom: 15px
    }

    .report__title {
        width: 100%
    }
}

.page-title {
    margin-top: 60px;
    margin-bottom: 30px
}

.page-title__title-wrap {
    margin-bottom: 40px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.page-title__title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 3.5rem
}

.page-title__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 145px);
    width: 290px;
    border-bottom: 1px solid #999
}

.page-title__sub-title {
    display: block;
    color: #222a65;
    line-height: 1.4em
}

.color--red {
    color: #ca3a28
}

.not-found {
    padding: 100px 0;
    text-align: center
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    text-align: center;
    line-height: 30px
}

.wp-pagenavi .current {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 6px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #222a65;
    background-color: #222a65
}

.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 6px;
    vertical-align: middle;
    color: #222a65;
    border: 1px solid #edeff6
}

.wp-pagenavi .extend {
    display: inline-block;
    height: 30px;
    margin: 0 6px;
    vertical-align: middle
}

.wp-pagenavi .previouspostslink {
    order: 1;
    background-image: url("img/icon/prev.svg");
    background-repeat: no-repeat;
    background-size: 18px 25px;
    background-position: right center
}

.wp-pagenavi .nextpostslink {
    order: 1;
    background-image: url("img/icon/next.svg");
    background-repeat: no-repeat;
    background-size: 18px 25px;
    background-position: left center
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
    order: 2
}

.wp-pagenavi .nextpostslink {
    order: 3
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 6px;
    vertical-align: middle;
    color: #333
}

.addtoany_content {
    margin: 0 0 20px !important
}

.p-front {
    width: 100%;
    overflow: hidden
}

.p-front__news {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1188px;
    margin: 0 auto;
    padding: 0 24px
}

.p-front__news::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% - 214px);
    width: 100vw;
    height: 100%;
    background-color: #222a65
}

.p-front__news::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 214px;
    width: 100vw;
    height: 100%;
    background-color: #f3f3f3
}

.p-front__news-title {
    position: relative;
    width: 190px;
    padding-left: 32px;
    font-size: 3.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    color: #fff
}

.p-front__news-list-wrap {
    width: calc(100% - 280px);
    padding: 60px 60px 60px 30px
}

.p-front__news-link-wrap {
    width: 90px;
    text-align: right
}

.p-front__news-link {
    padding-right: 15px;
    color: #222a65;
    background-image: url("img/icon/arrow-right__blue.svg");
    background-repeat: no-repeat;
    background-size: 5px 8px;
    background-position: right center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    cursor: pointer
}

.p-front__news-link:hover {
    color: #727bcb
}

.p-front__section-title-wrap {
    margin-bottom: 40px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.p-front__section-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 3.5rem
}

.p-front__section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 145px);
    width: 290px;
    border-bottom: 1px solid #999
}

.p-front__section-sub-title {
    display: block;
    color: #222a65
}

.p-front__about {
    padding: 84px 24px 60px
}

.p-front__about-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px
}

.p-front__about-box-content {
    width: 50%;
    padding-left: 24px
}

.p-front__about-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px
}

.p-front__about-item {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 10px
}

.p-front__about-title-wrap {
    margin-top: 7px;
    margin-bottom: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif
}

.p-front__about-sub-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem
}

.p-front__about-title {
    display: block;
    font-size: 2.8rem;
    color: #222a65
}

.p-front__about-text {
    line-height: 1.4em;
    margin-bottom: 26px
}

.p-front__button-wrap {
    display: table;
    width: 290px;
    margin-bottom: 30px
}

.p-front__button-wrap--center {
    display: table;
    width: 290px;
    margin: 0 auto
}

.p-front__column {
    padding: 90px 0;
    background-image: url("img/bg.jpg")
}

.p-front__column-list-wrap {
    margin-bottom: 30px
}

.p-front__publication {
    padding: 90px 24px
}

.p-front__publication-list-wrap {
    margin-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .p-front__news {
        flex-wrap: wrap
    }

    .p-front__news::before {
        right: 0;
        height: 74px
    }

    .p-front__news::after {
        top: 74px;
        left: 0;
        height: calc(100% - 74px)
    }

    .p-front__news-title {
        width: 100%;
        height: 74px;
        padding-left: 0;
        line-height: 74px;
        text-align: center
    }

    .p-front__news-list-wrap {
        width: 100%;
        padding: 60px 0 30px
    }

    .p-front__news-link-wrap {
        width: 100%;
        text-align: center
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-front__news {
        padding: 0 24px 60px
    }
}

@media screen and (max-width: 767px) {
    .p-front__news {
        padding: 0 15px 60px
    }

    .p-front__about {
        padding: 84px 15px 60px
    }

    .p-front__about-box-content {
        width: 100%
    }

    .p-front__about-title-wrap {
        margin-top: 14px
    }

    .p-front__button-wrap {
        margin: 0 auto 30px
    }

    .p-front__publication {
        padding: 90px 15px
    }
}

.p-about__section {
    margin-bottom: 60px
}

.p-about__img-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 10px
}

.p-about__img-item {
    width: 25%;
    padding-left: 10px
}

.p-about__about-img {
    margin-bottom: 10px
}

.p-about__icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 40px
}

.p-about__icon-item {
    width: calc(33.3333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

.p-about__icon {
    width: 140px;
    margin-bottom: 10px
}

.p-about__item-text {
    color: #222a65;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: bold
}

.p-about__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 70px
}

.p-about__item {
    width: 33.3333%;
    margin-bottom: 20px;
    padding-left: 20px
}

.p-about__img {
    margin-bottom: 20px
}

.p-about__title--2line-before {
    margin-top: 15px;
    margin-bottom: 35px
}

.p-about__title--2line-after {
    margin-top: 15px;
    margin-bottom: 35px
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-about__item {
        width: calc(50% - 20px)
    }

    .p-about__title--2line-before {
        margin-top: 0;
        margin-bottom: 20px
    }

    .p-about__title--2line-after {
        margin-top: 15px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 767px) {
    .p-about__img-item {
        width: 50%
    }

    .p-about__icon-item {
        width: calc(100% - 20px)
    }

    .p-about__item {
        width: 100%
    }

    .p-about__title--2line-before {
        margin-top: 0;
        margin-bottom: 20px
    }

    .p-about__title--2line-after {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.p-greeting__box {
    display: flex;
    margin-left: -20px;
    margin-bottom: 40px
}

.p-greeting__content {
    width: 80%;
    padding-left: 20px
}

.p-greeting__img-wrap {
    width: 20%;
    padding-left: 20px
}

.p-greeting__img {
    max-width: none;
    width: 100%
}

@media screen and (max-width: 767px) {
    .p-greeting__box {
        flex-wrap: wrap
    }

    .p-greeting__content {
        width: 100%;
        order: 2
    }

    .p-greeting__img-wrap {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        order: 1
    }

    .p-greeting__img {
        max-width: 100%;
        width: auto
    }
}

.p-news {
    margin-bottom: 90px
}

.p-news__news-list-wrap {
    margin-bottom: 40px
}

.p-report {
    margin-bottom: 90px
}

.p-report__report-list-wrap {
    margin-bottom: 40px
}

.p-partner {
    margin-bottom: 90px
}

.p-publication__section:last-child {
    margin-bottom: 90px
}

.p-publication__box {
    display: flex;
    margin-left: -20px;
    margin-bottom: 40px
}

.p-publication__img-wrap {
    width: 150px;
    padding-left: 20px
}

.p-publication__img {
    max-width: none;
    width: 100%
}

.p-publication__content-wrap {
    width: calc(100% - 150px);
    padding-left: 20px
}

.p-publication__item:not(:last-child) {
    margin-bottom: 10px
}

.p-publication__title {
    line-height: 1.4em
}

@media screen and (max-width: 767px) {
    .p-publication__box {
        flex-wrap: wrap
    }

    .p-publication__img-wrap {
        width: 150px;
        margin: 0 auto 20px
    }

    .p-publication__content-wrap {
        width: 100%
    }
}

.p-column {
    margin-bottom: 50px
}

.p-single__date {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: right
}

.p-single__author {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #222a65;
    background-color: #edeff6
}

.p-single__button-wrap {
    display: table;
    width: 290px;
    margin: 0 auto 90px
}

.p-privacy__title {
    margin-bottom: 10px
}

.p-privacy__order-item {
    position: relative;
    counter-increment: item;
    padding-left: 50px;
    line-height: 1.4em
}

.p-privacy__order-item::before {
    content: "（" counter(item) "）";
    position: absolute;
    left: 0
}

.p-english__section {
    margin-bottom: 60px
}

.p-english__img-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 10px
}

.p-english__img-item {
    width: 25%;
    padding-left: 10px
}

.p-english__about-img {
    margin-bottom: 10px
}

.p-english__box {
    display: flex;
    margin-left: -20px;
    margin-bottom: 40px
}

.p-english__content {
    width: 80%;
    padding-left: 20px
}

.p-english__img-wrap {
    width: 20%;
    padding-left: 20px
}

.p-english__img {
    max-width: none;
    width: 100%
}

@media screen and (max-width: 767px) {
    .p-english__img-item {
        width: 50%
    }

    .p-english__box {
        flex-wrap: wrap
    }

    .p-english__content {
        width: 100%;
        order: 2
    }

    .p-english__img-wrap {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        order: 1
    }

    .p-english__img {
        max-width: 100%;
        width: auto
    }
}

/* editor-color-palette用 */
.has-main-color {
    color: #222a65;
}

.has-text-color {
    color: #333;
}

.has-accent-color {
    color: #999;
}

.has-link-color {
    color: #25785f;
}

.has-red-color {
    color: #ca3a28;
}

.has-yellow-color {
    color: #ffc600;
}

.has-gray-color {
    color: #f6f6f6;
}