@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
    font-weight: 400;
}
*, ::before, ::after {
    box-sizing: border-box;
    outline: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}
select {
    visibility: visible !important;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--txt);
}
a[href^="tel:"] {
    word-break: keep-all;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    color: var(--txt);
    font-family: var(--f-main)
}
body.is_nav {
    overflow: hidden;
}
body.is_nav .box_news {
    pointer-events: none;
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
p, dd, dt, li, th, td, address {
    line-height: 1.8em;
    letter-spacing: 0;
}
p {
    margin: 0 0 1.8em;
    letter-spacing: 0.05em;
}
p:last-child {
    margin-bottom: 0
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left
}
.right {
    text-align: right;
}
.auto {
    margin-left: auto;
    margin-right: auto;
}
.red {
    color: var(--red);
}
.txt_line {
    text-decoration: underline;
}
.f_big {
    font-size: 150%;
}
.f_sm {
    font-size: 80%;
}
.m0a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
:root {
    --txt: #333;
    --tt: #212121;
    --mcolor: #25498D;
    --mcolor2: #0C1958;
    --scolor: #749BC2;
    --scolor2: #2A96D3;
    --container: 440px;
    --gray: #e9e9e9;
    --blue: #003b7d;
    --red: red;
    --f-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    --f-en: "Cardo", serif;
    ;
}
#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto;
}
.inner {
    width: var(--container);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 24px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger {
    font: inherit;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    z-index: 101;
    background: #F5F5F5;
    font-size: 15px;
    text-align: center;
    pointer-events: auto;
    transition: all 0.3s;
    font-family: var(--f-en);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: #113174;
    padding-top: 2px;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    width: 80px;
}
.hamburger.is_active {
    padding-top: 0;
    border-radius: 0 0 0 8px;
}
.hamburger.is_active .hamburger-inner {
    background: url("../images/icon_close.svg") no-repeat center top 0/53px;
    padding-top: 20px;
}
.hamburger-inner {
    background: url("../images/icon_menu.svg") no-repeat center top 0px/51px;
    padding-top: 14px;
    letter-spacing: 0.08em;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    padding-left: 2px;
}
.hamburger.is_active .hamburger-inner.open {
    opacity: 0;
}
.hamburger.is_active .hamburger-inner.close {
    opacity: 1;
}
.hamburger-inner.close {
    opacity: 0;
}
header {
    position: relative;
    z-index: 9;
}
h1 {
    font-size: 14px;
    display: inline-block;
    padding: 26px 0 0 0px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    max-width: 800px;
    color: #fff;
    font-family: var(--f-yumin);
    font-weight: 300;
}
.h_list.info_list {
    margin-left: 100px;
}
.h_box {
    width: 100%;
    position: fixed;
    pointer-events: none;
}
.h_inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 0 0 71px;
}
.h_left {
    pointer-events: auto;
}
.h_wrap {
    display: flex;
    gap: 65px;
}
.h_wrap .box_list {
    padding-top: 10px;
}
.logo {
    margin-bottom: 0;
    flex-shrink: 0;
}
.box_list {
    display: flex;
    gap: 24px;
}
.box_list .item {
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 64px;
    border-radius: 10px 0 10px 0;
}
.box_list .item p {
    text-align: center;
    line-height: 1.46;
    font-family: var(--f-yumin);
    color: #2064AE;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-top: 3px;
}
.box_list .item p .num {
    font-size: 133%;
    line-height: 1;
}
.box_list_w {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
}
.box_list_w .item {
    letter-spacing: 0.1em;
}
.box_list_w .item {
    width: calc(50% - 8px);
}
nav .h_menu {
    width: 100px;
    height: 150px;
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 210px;
}
.box_news {
    display: flex;
    width: 818px;
    height: 151px;
    border-radius: 0 20px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    align-items: center;
    background: linear-gradient(90deg, rgba(19, 54, 107, 1) 0%, rgba(24, 58, 112, 1) 63%, rgba(102, 140, 184, 1) 100%);
    pointer-events: auto;
}
.box_news_l {
    width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box_news_l:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 56px;
    background: #AFBACA;
    right: 3px;
    top: 1px;
}
.box_news_r {
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    width: calc(100% - 215px);
    padding-left: 35px;
    align-items: center;
}
.box_news_load {
    margin-right: 0;
    width: calc(100% - 155px);
    display: inline-block;
}
.box_news_r .btn {
    position: relative;
    top: -5px;
}
.box_news_tt {
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 400;
    padding-top: 3px;
}
.box_news_tt .en {
    font-size: 32px;
    color: #B1BECF;
    margin-bottom: 3px;
    font-family: var(--f-en);
}
.box_news_tt .ja {
    font-size: 14px;
    font-family: var(--f-yumin);
}
.box_news_link a {
    font-size: 12px;
    padding-right: 30px;
}
.box_news_load dl, .box_news_load dl dt {
    display: flex;
}
.box_news_load dl {
    margin-bottom: 10px;
    color: #fff;
}
.box_news_load dl dt .cate {
    border-radius: 13px;
    height: 25px;
    line-height: 25px;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    margin-right: 16px;
    padding-left: 2px;
    font-weight: bold;
    color: var(--tt);
    border: 1px var(--tt) solid;
    letter-spacing: 0.05em;
}
.box_news_load dl dt .date {
    letter-spacing: 0.05em;
    font-size: 15px;
}
.box_news_load dl dd {
    margin-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}
.box_news_load dl dd a {
    color: #fff;
    text-underline-offset: 2px;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.mv {
    position: fixed;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}
.mv:before {
    position: absolute;
    content: "";
    background: url("../images/main_pc.jpg") no-repeat center top/cover;
    left: calc(50% - 970px);
    top: 0;
    width: 1920px;
    height: 100%;
    pointer-events: none;
}
.mv_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    position: relative;
    pointer-events: auto;
    margin: 0 auto;
    padding: 0 0 0 73px;
    padding-bottom: 11px;
}
.mv_tt {
    display: flex;
}
.mv_tt .lg {
    margin-right: 40px;
}
.mv_tt .sm {
    position: relative;
    margin-top: -5px;
}
.sec09_ver {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    -moz-text-orientation: mixed;
    -ms-text-orientation: mixed;
    text-orientation: upright;
}
/* NAV */
nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    z-index: 100;
    display: none;
    /*    background-color: rgba(0, 0, 0, 0.10);
    pointer-events: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) brightness(80%);*/
}
nav.is_nav {
    display: block
}
nav .inner {
    width: 100%;
    padding: 0;
    display: flex;
    height: 100%;
    overflow: auto;
    max-width: 680px;
    margin-right: 0px;
    background: url("../images/bg_menu.jpg") no-repeat center top/cover;
    border-radius: 20px 0 0 20px;
}
nav .inner:before {
    position: absolute;
    content: "";
    pointer-events: none;
    background: url("../images/logo_menu.png") no-repeat center bottom/422px;
    width: 422px;
    height: 428px;
    right: 0;
    bottom: 0;
}
.nav_tt {
    font-size: 40px;
    color: #B4C9DC;
    text-align: center;
    font-weight: 300;
    margin-bottom: 27px;
    letter-spacing: 0.1em;
    position: relative;
    left: 2px;
}
.nav_list, .nav_list_img, .nav_list > div {
    display: flex;
}
.nav_list_img {
    margin-top: auto;
    margin-top: 24px;
}
.nav_list {
    align-items: flex-start;
    margin-bottom: 40px;
    flex-direction: column;
    padding: 82px 85px 25px;
    pointer-events: auto;
    position: relative;
}
.nav_list > div {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 33px;
}
.nav_ttl a, .nav_list > div > .big {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--f-yumin);
    text-underline-offset: 3px;
}
.nav_list > div > .big {
    margin-bottom: 17px;
}
.nav_wrap {
    display: flex;
}
.nav_wrap ul:nth-child(1) {
    width: 303px;
}
.nav_list > div.nav1, .nav_list > div.nav2 {
    border-bottom: 1px #fff dashed;
}
.nav_list > div.nav1 {
    padding-bottom: 30px;
}
.nav_list > div.nav2 {
    padding-bottom: 22px;
    margin-bottom: 33px;
}
.nav_list > div ul > li {
    margin-bottom: 11px;
}
.nav_list > div ul > li > a {
    background: url("../images/arrow_w_sm.svg") no-repeat left top 8px;
    padding-left: 15px;
    position: relative;
    color: #fff;
    text-underline-offset: 3px;
}
.nav_list > div:not(:last-child) {}
.nav_list_img li:not(:last-child) {
    margin-right: 50px;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.ttl_h3 .en {
    margin-bottom: 3px;
}
/* DEFAUTL NAME BUTTON */
.btn a {
    width: 344px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    padding-top: 2px;
    /*    overflow: hidden;*/
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    border: 1px #fff solid;
    padding-right: 3px;
    letter-spacing: 0em;
    font-weight: 500;
}
.btn.btn_b a {
    border-color: #757575;
    color: #333333;
}
.btn.btn_b a:before {
    background: #979797;
}
.btn a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    right: 30px;
    transition: all 0.3s;
    border-radius: 50%;
    top: calc(50% - 4px);
}
.btn_sm a {
    width: 123px;
    height: 40px;
    padding-right: 15px;
    border-color: #F5F5F5;
}
.btn_sm a:before {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 15px;
}
.btn.center a {
    margin: 0 auto;
}
.btn_box .btn {
    margin: 10px;
}
.content {
    pointer-events: auto;
}
.content > section {
    position: relative;
    background: #fff;
    z-index: 1;
}
.content, footer {
    width: 440px;
    height: auto;
    margin-right: 160px;
    margin-left: auto;
    position: relative;
    z-index: 100;
}
.content:before {
    position: absolute;
    content: "";
    width: 600px;
    left: -80px;
    top: 0;
    z-index: -1;
    pointer-events: auto;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
}
.h_right {
    position: fixed;
    right: 0;
    top: 80px;
    pointer-events: auto;
    height: calc(100vh - 160px);
    z-index: 9;
}
.idx_txt p {
    font-weight: 500;
}
/*============= SEC01 ==============*/
.sec01 {
    background: #fff;
}
.sec01_img {
    position: relative;
    margin-bottom: 100px;
}
.sec01_img:before {
    position: absolute;
    content: "";
    background: url("../images/logo_main.png") no-repeat left top/cover;
    width: 233px;
    height: 290px;
    left: 0;
    bottom: 32px;
}
.sec01_img img {
    border-radius: 0 0px 20px 0;
}
.sec01_con {
    background: #F0F9FE;
    border-radius: 10px;
    position: relative;
    padding: 63px 22px 56px;
}
.sec01_con:before {
    position: absolute;
    content: "";
    background: url("../images/idx_icon1.png") no-repeat center top/cover;
    width: 72px;
    height: 72px;
    left: 0;
    right: 0;
    top: -36px;
    margin: 0 auto;
}
.sec01_ttl {
    text-align: center;
    font-size: 28px;
    font-family: var(--f-yumin);
    margin-bottom: 28px;
    letter-spacing: 0.1em;
}
.sec01_txt {
    margin-bottom: 29px;
    font-family: var(--f-yumin);
}
.sec01_txt .bold1 {
    font-weight: bold;
    background-image: repeating-linear-gradient(0deg, #2A96D3, #2A96D3 1px, transparent 2px, transparent);
    background-size: 20px 22px;
    padding: 0 2px 2px;
    font-family: var(--f-main);
}
.sec01_txt p {
    margin-bottom: 16px;
}
.sec01_txt p.txt_sm {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
}
.sec_tel_ttl {
    text-align: center;
    font-family: var(--f-yumin);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}
.sec_tel_ttl span {
    font-size: 83%;
    letter-spacing: 0.1em;
}
.box_tel_blue a {
    width: 344px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--f-yumin);
    font-size: 18px;
    font-weight: 400;
    background: #2A96D3;
    border-radius: 40px;
    letter-spacing: 0.08em;
    padding-top: 5px;
}
.box_tel_blue a .num {
    font-size: 138%;
    letter-spacing: 0.08em;
    display: contents;
}
/*============= SEC02 ==============*/
.sec02 {
    padding-top: 75px;
    padding-bottom: 138px;
}
.sec02 .inner {}
.sec02 .ttl {
    flex-direction: row;
    margin-bottom: 29px;
}
.sec02 .ttl .en {
    margin-bottom: 0;
    font-size: 32px;
    margin-right: 15px;
}
.sec02 .ttl .ja {
    font-size: 14px;
}
.box_add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
.box_add_txt {
    font-family: var(--f-yumin);
    line-height: 1.5;
    letter-spacing: 0.05em;
}
footer .box_add_txt {
    line-height: 1.95 !important;
}
footer .box_add, .under main footer .box_add {
    margin-bottom: 30px;
}
footer .box_share, .under main footer .box_share {
    margin-bottom: 40px;
}
.ft_top .box_add_txt, .under main .ft_top .box_add_txt {
    line-height: 2;
    font-weight: 300;
}
.link_gg {
    margin-top: 16px;
    margin-right: -2px;
}
.link_gg a {
    font-family: var(--f-en);
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 23px;
}
.link_gg a:before {
    position: absolute;
    content: "";
    background: url("../images/icon_map.svg") no-repeat left center/cover;
    width: 15px;
    height: 22px;
    left: 0;
    top: 2px;
}
.box_share {
    display: flex;
    justify-content: space-between;
    width: 260px;
    margin: 0 auto 32px;
}
.box_share .btn_share {
    margin-bottom: 0;
}
/*============= SEC03 ==============*/
.sec03 {}
.sec03 .en_lg, .sec09 .en_lg {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 2;
    font-size: 100px;
    mix-blend-mode: multiply;
}
.sec03_img {
    margin-bottom: 0;
}
.sec_blue {
    background: linear-gradient(79deg, rgba(26, 35, 103, 1) 0%, rgba(62, 105, 165, 1) 97%);
    color: #fff;
    border-radius: 0 0 20px 0;
}
.sec03_ttl {
    text-align: center;
    font-family: var(--f-yumin);
    letter-spacing: 0.2em;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 41px;
}
.sec03_con {
    padding: 80px 0;
}
.sec03_txt {
    padding: 0 28px;
    text-align: center;
    margin-bottom: 56px;
    position: relative;
}
.sec03_txt:before, .sec09_txt:before {
    position: absolute;
    content: "";
    background: url("../images/logo_blur.png") no-repeat center top/cover;
    width: 324px;
    height: 431px;
    left: -25px;
    top: -55px;
    pointer-events: none;
}
.sec09_txt:before {
    top: 75px;
    left: 0;
}
/*============= SEC04 ==============*/
.sec04 {
    padding-top: 68px;
    padding-bottom: 88px;
}
.sec04_menu {
    display: flex;
    flex-wrap: wrap;
}
.sec04_menu .item {
    width: calc(50% - 6px);
    background: #F0F9FE;
    border-radius: 10px;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sec04_menu .item a {
    padding: 0px 15px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec04_menu .item.item1 a, .sec04_menu .item.item2 a {
    padding-bottom: 32px;
}
.sec04_menu .item:before, .sec04_menu .item:after {
    position: absolute;
    content: "";
}
.sec04_menu .item:after {
    width: 100px;
    height: 100px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0);
    transform-origin: center;
    pointer-events: none;
}
.sec04_menu .item:before {
    width: 11px;
    height: 11px;
    background: #25498D;
    right: 16px;
    bottom: 16px;
    border-radius: 50%;
    pointer-events: none;
}
.sec04_menu .item2, .sec04_menu .item3, .sec04_menu .item6, .sec04_menu .item7 {
    background: #EEF2F5;
}
.sec04_menu .item .tt {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #3D2C1A;
    font-family: var(--f-yumin);
    margin-bottom: 15px;
    padding-top: 105px;
    letter-spacing: 0.1em;
    width: 100%;
}
.sec04_menu .item .tt .sm {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -8px;
    letter-spacing: 0em;
}
.sec04_menu .item1 .tt {
    background: url("../images/idx_menu01.svg") no-repeat center top 24px;
    padding-top: 91px;
    margin-bottom: -2px;
}
.sec04_menu .item2 .tt {
    background: url("../images/idx_menu02.svg") no-repeat center top 32px;
    padding-top: 86px;
    line-height: 1.5;
}
.sec04_menu .item3 .tt {
    background: url("../images/idx_menu03.svg") no-repeat center top 42px;
}
.sec04_menu .item4 .tt {
    background: url("../images/idx_menu04.svg") no-repeat center top 39px;
    letter-spacing: 0.1em;
}
.sec04_menu .item5 .tt {
    background: url("../images/idx_menu05.svg") no-repeat center top 32px;
    padding-top: 106px;
    margin-bottom: 14px;
}
.sec04_menu .item6 .tt {
    background: url("../images/idx_menu06.svg") no-repeat center top 33px;
}
.sec04_menu .item7 .tt {
    background: url("../images/idx_menu07.svg") no-repeat center top 29px;
    padding-top: 86px;
    line-height: 1.5;
}
.sec04_menu .item8 .tt {
    background: url("../images/idx_menu08.svg") no-repeat center top 33px;
    padding-top: 91px;
    margin-bottom: 0px;
}
.sec04_menu .item2 .tt {}
.sec04_menu .item3 .tt {}
.sec04_menu .item4 .tt {}
.sec04_menu .item5 .tt {}
.sec04_menu .item6 .tt {}
.sec04_menu .item7 .tt {}
.sec04_menu .item8 .tt {}
.sec04_menu .item .txt {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0em;
}
.sec04_menu .item:not(:nth-child(2n)) {
    margin-right: 12px;
}
/*============= SEC05 ==============*/
.content > section.sec05 {
    padding-bottom: 80px;
    background: #F8F8F8;
    padding-top: 66px;
    border-radius: 20px 0 0 0;
    margin-top: -20px;
}
.sec05 .btn a {
    border: 1px #757575 solid;
    color: #333;
}
.sec05 .btn a:before {
    background: #979797;
}
.sec05_txt {
    margin-bottom: 40px;
}
.sec05_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}
.sec05_tab li {
    width: calc(50% - 8px);
    height: 48px;
    margin-bottom: 16px;
}
.sec05_tab li a.active {
    font-weight: bold;
    color: #fff;
    background: var(--mcolor);
    padding-top: 0;
    padding-bottom: 4px;
    border-color: var(--mcolor);
    pointer-events: none;
}
.sec05_tab li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px #BEBEBE solid;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 30px;
    position: relative;
}
.sec05_tab li a:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_down.png") no-repeat center top/cover;
    width: 12px;
    height: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8px;
    transition: all 0.3s;
}
.sec05_slide .slick-slide {
    width: 392px;
    margin: 0 5px
}
.sec05_wrap {
    width: 100%;
}
.sec05_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 392px;
    margin: 0 auto 30px;
}
.sec05_img .twentytwenty-wrapper {
    width: 100%;
    height: 100%;
}
.sec05_img .twentytwenty-container {
    width: 100%;
    height: 248px !important;
}
.sec07_slide2 .twentytwenty-container {
    height: 232px !important;
}
.sec05_slide .tt {
    line-height: 1.5;
    margin-bottom: 23px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec05_slide.slick-dotted.slick-slider {
    margin-bottom: 93px;
}
.slick-dots li button:before {
    display: none;
}
.content .slick-dots li button {
    background: #B8B8B8;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 0;
}
.content .slick-dots {
    pointer-events: none;
}
.content .slick-dots li {
    pointer-events: auto;
}
.content .slick-dots li {
    margin: 0 4px;
    pointer-events: auto;
    width: 12px;
    height: 3px;
    border-radius: 10px;
    transition: all 0.3s;
}
.content .slick-dots li.slick-active {
    pointer-events: none;
    width: 32px;
}
.content .sec07_slide .slick-dots li.slick-active button, #index .content .sec07_slide2 .slick-dots li.slick-active button {
    background: #fff;
}
.content .slick-dots li.slick-active button {
    background: var(--mcolor);
}
.sec05_slide .slick-dots, .sec07_slide .slick-dots {
    bottom: -34px;
    z-index: 99;
    pointer-events: none;
}
.sec07_slide .slick-dots {
    bottom: -50px;
}
.sub2 .sec07_slide .slick-prev, .sub2 .sec07_slide .slick-next {
    bottom: -44px;
}
.sub2 .sec07_slide {
    margin-bottom: 94px !important;
    margin-left: -25px;
    width: calc(100% + 50px);
}
.sub2 .sec07_slide .slick-dots {
    bottom: -34px;
}
.content .slick-prev, .content .slick-next {
    width: 9px;
    height: 13px;
    bottom: -42px;
    top: auto;
}
.content .slick-prev:before, .content .slick-next:before {
    display: none;
}
.content .slick-prev {
    background: url("../images/icon_prev.svg") no-repeat center;
    left: calc(50% - 69px);
}
.content .slick-next {
    background: url("../images/icon_next.svg") no-repeat center;
    right: calc(50% - 69px);
}
.sec07_slide .slick-prev, .sec07_slide .slick-next {
    bottom: -60px;
}
/* ARCORDION */
.un_acc {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.un_acc dl {
    transition: all .3s;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
}
.un_acc dl.active {
    padding-bottom: 30px;
}
.un_acc dl dt {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2.1875;
    color: #333;
    height: 56px;
    border-radius: 30px;
    margin: 0 auto;
}
.un_acc dl dt span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12px;
    text-align: center
}
.un_acc dl dt .close_txt {
    opacity: 0
}
.un_acc dl.active dt::after, .un_acc dl.active dt::before {
    transform: rotate(180deg);
    right: 25px;
}
.un_acc dl dt::after, .un_acc dl dt::before {
    width: 13px;
    height: 1px;
    top: calc(50% - 1px);
    right: 25px;
    position: absolute;
    content: "";
    transition: all .3s;
    background: #757575;
}
.un_acc dl dt::before {
    transform: rotate(90deg);
}
.un_acc dl dd {
    padding: 26px 0 5px 0px;
    border-bottom: 1px #CACACA solid;
    margin: 1px 25px 10px;
    display: none
}
.un_acc td, .un_acc th {
    border: none;
    background: #fff;
}
.un_acc tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
}
.un_acc th {
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 4px;
}
.un_acc th:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #97b4d1, #97b4d1 4px, transparent 4px, transparent 6px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    left: 0;
    top: calc(50% - 0px);
}
.un_acc th span {
    color: #749BC2;
    background: #fff;
    padding: 0 10px 0 0;
    font-size: 18px;
    font-family: var(--f-yumin);
    position: relative;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.un_acc td {
    padding: 0;
    line-height: 1.5;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.05em;
}
/*============= SEC06 ==============*/
.sec06 {
    padding-top: 76px;
    padding-bottom: 77px;
}
.sec06 .ttl .en {
    font-size: 48px;
    margin-bottom: 15px;
}
.sec06 .ttl .ja .sm {
    margin-bottom: 18px;
}
.idx_list {
    padding: 0 10px;
}
.idx_list li {
    font-size: 18px;
    padding-left: 32px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.045em;
    color: #171717;
    line-height: 1.5;
}
.idx_list li:before {
    position: absolute;
    content: "";
    background: url("../images/icon_check.png") no-repeat left top/cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
}
.idx_list li:not(:last-child) {
    margin-bottom: 21px;
}
.idx_list li span {
    font-weight: bold;
}
.sec06_frame {
    padding: 18px 24px;
    border-radius: 10px;
    margin-top: 37px;
    margin-bottom: 78px;
    background: url("../images/bg_line.svg") no-repeat center top;
    position: relative;
    width: calc(100% + 2px);
    left: -1px;
}
.sec06_frame p {
    color: #171717;
}
/*============= SEC07 ==============*/
.content > section.sec07 {
    background: url("../images/idx_bg_01.jpg") no-repeat center top/cover;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px 0 20px 0;
    position: relative;
    margin-top: -20px;
    z-index: 3;
}
.sec07:before {
    position: absolute;
    content: "";
}
.sec07 .ttl .en {
    color: #9DB9D5;
    margin-bottom: 25px;
}
.sec07 .ttl .ja .sm {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}
.sec07 .ttl .ja .lg {
    color: #fff;
}
.sec07_sub {
    position: relative;
    color: #fff;
    padding-top: 80px;
    width: calc(100% - 24px);
    overflow: hidden;
}
.sec07_sub:before, .sec07_sub:after {
    position: absolute;
    content: "";
}
.sec07_sub:before {
    width: 100%;
    height: 100%;
    background: #98A9B4;
    mix-blend-mode: multiply;
    top: 0;
}
.sec07_sub.sub1:after {
    background: url("../images/idx_ttl_lg1.png") no-repeat center top/cover;
    width: 160px;
    height: 298px;
    right: 0;
    top: 0;
}
.sec07_sub.sub2:after {
    background: url("../images/idx_ttl_lg2.png") no-repeat center top/cover;
    width: 118px;
    height: 471px;
    right: 0;
    top: 0;
}
.sec07_sub.sub1:before {
    left: 0;
}
.sec07_sub.sub1 {
    border-radius: 0 20px 20px 0;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.sec07_sub.sub2 {
    border-radius: 20px 0 0 20px;
    margin-left: auto;
    padding-bottom: 80px;
}
.sec07_sub.sub2:before {
    right: 0;
}
.sec07 .sub_ttl {
    align-items: flex-start;
    margin-bottom: 30px;
}
.sec07 .sub_ttl .en {
    font-size: 32px;
    color: #749BC2;
    margin-bottom: 11px;
}
.sec07 .sub2 .sub_ttl .en {
    margin-bottom: 15px;
}
.sec07 .sub2 .sub_ttl .ja .sm {
    margin-bottom: 11px;
}
.sec07 .sub_ttl .ja {
    font-size: 18px;
    align-items: flex-start;
}
.sec07 .sub_ttl .ja .sm {
    font-weight: 300;
    margin-bottom: 6px;
    text-align: left;
}
.sec07 .sub_ttl .ja .lg {
    font-size: 48px;
}
.sec07_img {
    margin-bottom: 24px;
}
.sec07_txt {
    margin-bottom: 41px;
}
.sub2 .sec07_txt {
    margin-bottom: 36px;
}
.sec07_slide .item {
    margin: 0 16px;
    width: 240px;
}
.sec07_slide_img {
    margin-bottom: 14px;
}
.sec07_slide_img, .sec07_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.twentytwenty-container {
    height: 284px !important;
}
.twentytwenty-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.sec07_ttl {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
}
.sec07_slide {
    margin-bottom: 112px !important;
    width: calc(100% + 25px);
}
.sec07_slide .slick-track {
    left: 2px
}
.sec07_sub_ttl {
    font-family: var(--f-yumin);
    font-size: 18px;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
}
.sec07_con .sec07_sub_ttl {
    margin-bottom: 24px;
}
.sec07_con .idx_txt {
    margin-bottom: 38px;
}
.sec07_sub_ttl .mid {
    font-size: 122%;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.sec07_sub_ttl .sm {
    margin-bottom: 8px;
    font-weight: 300;
}
.sec07_sub_ttl .lg {
    font-size: 133%;
    letter-spacing: 0.05em;
}
.sec07_con {
    padding-top: 58px;
    border-top: 1px #A9AEBC dashed;
}
.sec07_con .btn a:before {
    right: 55px
}
.sec07_slide2 .item {
    width: 368px;
    margin: 0 10px;
}
.sec07_slide2 .item .tt {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
}
.sec07_slide2 .sec07_img {
    margin-bottom: 28px;
}
.sec07_slide2 .slick-dots {
    bottom: -33px;
}
.sec07_slide2 {
    margin-bottom: 93px !important;
}
.sec07_slide2 .un_acc dl dt, .sec07 .sub2 .btn a {
    max-width: 368px;
}
.sec07 .sub2 .btn a {
    width: 100%;
    padding-right: 27px;
}
.sec07 .sub1 .btn a {
    right: -12px;
    max-width: 344px;
}
.sec07_slide2 .twentytwenty-before-label:before, .sec07_slide2 .twentytwenty-after-label:before {
    width: 86px;
}
/*============= SEC08 ==============*/
.sec08 {
    padding-top: 88px;
    padding-bottom: 112px;
    top: -20px;
    margin-bottom: -20px;
}
.sec08 .ttl .ja .sm {
    margin-bottom: 2px;
}
.sec08 .ttl .ja .lg {}
.sec08 .ttl .ja .lg .num {
    font-size: 40px;
}
.sec08 .ttl {
    margin-bottom: 84px;
}
.sec08_img {
    position: relative;
    margin-bottom: 27px;
    text-align: center;
}
.sec08_img .num, .sec08_num {
    position: absolute;
    top: -14px;
    font-family: var(--f-en);
    font-size: 140px;
    color: #C2D6EA;
    letter-spacing: -0.02em;
    mix-blend-mode: multiply;
}
.sec08_img .num {
    left: 24px;
}
.item4 .sec08_num, .item6 .sec08_img .num {
    right: 27px;
    left: auto;
}
.item5 .sec08_num {
    left: 27px;
}
.sec08_num {
    margin-bottom: 0;
    line-height: 1;
    top: -69px;
    z-index: 2;
}
.sec08 .ttl.sub_ttl .ja .sm {
    font-size: 18px;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
}
.sec08 .ttl.sub_ttl .ja .lg {
    font-size: 24px;
}
.sec08 .ttl.sub_ttl {
    margin-bottom: 25px;
}
.sec08_label {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}
.sec08_label li {
    width: 188px;
    height: 38px;
    border-radius: 8px 0 8px 0;
    background: linear-gradient(to right, rgba(19, 53, 107, 1) 0%, rgba(24, 58, 112, 1) 63%, rgba(102, 140, 184, 1) 100%);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
}
.sec08_txt {
    padding: 0 24px;
    margin-bottom: 31px;
}
.sec08_item .item {
    margin-bottom: 100px;
}
.sec08 .btn a {
    border-color: #757575;
    color: #333;
    font-weight: 500;
    max-width: 344px;
}
.sec08 .btn a:before {
    background: #979797;
}
.item2 .sec08_img .num {
    left: auto;
    right: 27px;
}
.sec08_g {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 392px;
    margin: 0 auto 72px;
    position: relative;
    justify-content: space-between;
    padding: 0 24px;
}
.sec08_g .sub {
    position: relative;
    margin-bottom: 24px;
}
.sec08_g_ttl {
    width: 178px;
    margin: -19px auto 0;
    border-radius: 8px 0 8px 0;
    background: linear-gradient(to right, rgba(19, 53, 107, 1) 0%, rgba(24, 58, 112, 1) 63%, rgba(102, 140, 184, 1) 100%);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    position: relative;
    height: 38px;
}
.sec08_g_img {
    margin-bottom: 0;
}
.sec08_g_img img, .sec08_img img {
    border-radius: 10px;
}
.item5 .sec08_g_ttl {
    height: 62px;
    font-size: 16px;
    text-align: center;
    line-height: 1.31;
    letter-spacing: 0em;
    margin: -30px auto 0;
    padding-top: 2px;
}
.item5 .sec08_g {
    margin-bottom: 98px;
}
.sec08_sub_txt {
    padding: 0 25px;
    margin-bottom: 32px;
}
.sec08_item .item.item5 {
    margin-bottom: 100px;
}
/*============= SEC09 ==============*/
.sec09 {
    background: none !important;
    z-index: 1;
    position: relative;
    margin-top: -40px;
}
.sec09_g {
    position: relative;
}
.sec09_g .en_lg {}
.sec09_ver {
    position: absolute;
    left: 27px;
    top: 73px;
    display: flex;
    flex-direction: column;
    font-family: var(--f-yumin);
    font-size: 18px;
    align-items: flex-start;
    gap: 20px;
    color: #333;
    z-index: 9;
}
.sec09_ver > span {
    background: #fff;
    border-radius: 12px 0 12px 0;
    padding: 13px 10px 14px 9px;
    letter-spacing: 0.3em;
    white-space: nowrap;
}
.sec09_ver .mid {
    font-size: 27px;
    letter-spacing: 0.38em;
    padding: 18px 9px 9px 9px;
}
.sec09_ver .sm .lg {
    font-size: 177%;
    margin-top: 13px;
}
.sec09_ver .sm .lg > span {
    margin-top: 13px;
}
.sec09_con {
    padding-top: 76px;
    padding-bottom: 80px;
    background: linear-gradient(266deg, rgba(62, 105, 165, 1) 0%, rgba(44, 70, 134, 1) 62%, rgba(26, 35, 103, 1) 100%);
}
.sec09_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--f-yumin);
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 44px;
    font-weight: 300;
}
.sec09_ttl .sm {
    margin-bottom: 15px;
}
.sec09_ttl .lg {
    font-size: 140%;
}
.sec09_txt {
    padding: 0px;
    margin-bottom: 50px;
}
.box_his_ttl {
    font-family: var(--f-yumin);
    font-size: 22px;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 8px;
}
.box_his_ttl:before {
    position: absolute;
    content: "";
    width: calc(100% - 63px);
    background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 3px, transparent 3px, transparent 5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    top: calc(50% - 2px);
    right: 0;
    height: 2px;
}
.box_his_ttl span {
    margin-right: 15px;
}
.box_his_item {
    margin-bottom: 30px;
}
.box_his_item dl {
    display: flex;
    padding-right: 23px;
    margin-bottom: 7px;
}
.box_his_item dl dt {
    width: 82px;
    flex-shrink: 0;
}
.box_his_item dl dd {
    line-height: 1.5;
}
.box_his_list li {
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 500;
}
.box_his_list li:before {
    position: absolute;
    content: "";
    background: #D3DAEA;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.sec09_g2 {
    position: relative;
    margin-top: 38px;
    margin-bottom: 56px;
}
.sec09_img2 {
    text-align: right;
    position: relative;
    right: -24px;
    padding-left: 61px;
}
.sec09_img2 img {
    border-radius: 10px 0 0 10px;
}
.sec09_img img {
    border-radius: 20px 0 0 0;
}
.sec09_ver.sec09_ver2 {
    font-size: 24px;
    left: 1px;
    gap: 16px;
    top: 43px;
}
.sec09_ver.sec09_ver2 span {
    padding: 13px 0px 5px;
    border-radius: 10px 0 10px 0;
    width: 42px;
    letter-spacing: 0.43em;
    display: flex;
    align-items: center;
}
.sec09_sub2_txt {
    margin-bottom: 55px;
}
/*============= SEC10 ==============*/
.content > section.sec10 {
    margin-top: -15px;
    z-index: 0;
}
.sec10_img {
    width: 440px;
    height: 981px;
    overflow: hidden;
    margin-bottom: 0;
    background: url(../images/idx_img_18.jpg) center top / 440px;
    display: inline-block;
    position: fixed;
    right: 160px;
    top: 0;
}
.sec10_wrap {
    background: #F0F9FE;
    padding-top: 69px;
    border-radius: 20px 0 20px 0;
    position: relative;
    margin-top: 397px;
    padding-bottom: 78px;
}
.sec10 .ttl {
    margin-bottom: 39px;
}
.sec10_list {
    padding: 0 50px;
    margin-bottom: 57px;
}
/*============= SEC11 ==============*/
.sec11 {
    padding-top: 73px;
    padding-bottom: 5px;
}
.sec11 .ttl .en {
    font-size: 56px;
    margin-bottom: 14px;
}
.sec11 .ttl .ja, .sec12 .ttl .ja {
    font-size: 28px;
    letter-spacing: 0.1em;
}
.sec11 .ttl {
    margin-bottom: 45px;
}
/*============= SEC12 ==============*/
.sec12 .ttl {
    margin-bottom: 42px;
    margin-top: -5px;
}
.sec12 .ttl .en {
    font-size: 64px;
    margin-bottom: 10px;
}
.sec12_tab {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
}
.sec12_tab li {
    width: 90px;
    height: 41px;
}
.sec12_tab li:not(:last-child) {}
.sec12_tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    color: #333333;
    letter-spacing: 0.05em;
    padding-top: 2px;
    border: 1px #D5D5D5 solid;
    border-radius: 20px;
    font-weight: 500;
}
.sec12_tab li a.active {
    background: var(--mcolor);
    pointer-events: none;
    border-color: var(--mcolor);
    color: #fff;
    font-weight: 700;
}
.sec12_wrap {
    background: #fff;
    padding: 32px 0px 56px;
    width: 100%;
    margin: 0 auto;
}
.sec12_wrap .btn {
    margin-top: 32px;
}
.sec12_load dl {
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
    margin-bottom: 21px;
    align-items: flex-start;
}
.sec12_load dl dt {
    display: flex;
    margin-bottom: 11px;
    align-items: center;
}
.sec12_load dl dt .date {
    font-weight: 500;
    letter-spacing: 0.05em;
}
.sec12_load dl dt .cate {
    height: 33px;
    min-width: 120px;
    line-height: 32px;
    padding: 1px 5px 0;
    margin-right: 17px;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: var(--mcolor);
    color: #fff;
    letter-spacing: 0.05em;
}
.sec12_load dl dd {
    font-family: var(--noto-san);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 500;
}
.sec12_load dl dd a {
    padding-right: 17px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.sec12_tab {
    display: flex
}
/*============= SEC FAQ ==============*/
.list_faq {
    margin-bottom: 20px;
}
.list_faq dl {
    padding: 0;
    margin-bottom: 40px;
    background: #F8F8F8;
    border-radius: 10px;
}
.list_faq dl table.tb_block th {
    text-align: center;
}
.list_faq dl:last-child {
    margin-bottom: 0
}
.list_faq dt {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    min-height: 60px;
    letter-spacing: .1em;
    padding: 32px 70px 32px 24px;
    width: 100%;
    margin: 0 auto;
}
.list_faq dt, .list_faq dd {
    color: #333;
}
.list_faq dl.active dt {
    padding-bottom: 16px;
}
.list_faq dt:after, .list_faq dt::before {
    position: absolute;
    content: "";
    transition: all 0.3;
}
.list_faq dt:after {
    width: calc(100% - 48px);
    border-bottom: 1px #D0D0D0 dashed;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    opacity: 0;
}
.list_faq .active dt:after {
    opacity: 1;
}
/*.list_faq dl:first-child dt {
    padding: 27px 70px 13px 19px;
}*/
.list_faq dl dt::before {
    transform: rotate(-180deg);
}
.list_faq dl.active dt::before {
    transform: rotate(0deg);
}
.list_faq dl.active dt .ic:after {
    transform: rotate(0deg);
    opacity: 0;
}
.list_faq dt .icon {
    width: 30px;
    height: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #749BC2;
    top: calc(50% - 15px);
    position: relative;
    letter-spacing: 0;
}
.list_faq dt .tt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
.list_faq dt .ic {
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    top: calc(50% - 16px);
}
.list_faq dt .ic:before, .list_faq dt .ic:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    background: #757575;
    transition: all 0.3s;
}
.list_faq dt .ic:after {
    transform: rotate(90deg);
}
.list_faq dt .tt .bold {
    font-weight: bold;
}
.list_faq dd {
    position: relative;
    letter-spacing: 0.05em;
    padding: 17px 30px 31px 25px;
    line-height: 1.8;
    display: none;
    font-weight: 500;
}
.list_faq dt .icon {
    font-size: 24px;
    font-family: var(--f-en);
}
/*============= SEC13 ==============*/
.sec13 {
    padding-bottom: 45px;
}
.sec13_wrap {
    position: relative;
    height: 611px;
    margin-bottom: 35px;
}
.sec13_wrap:before, .sec13_wrap:after {
    position: absolute;
    content: "";
}
.sec13_wrap:before {
    top: 0;
    width: 440px;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.sec13_wrap:after {
    width: 100%;
    height: 300px;
    background: #003F70;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 200px);
    left: 0;
    top: 0;
}
.sec13_wrap .ttl {
    position: relative;
    z-index: 9;
    color: #fff;
    align-items: flex-end;
    padding-right: 20px;
    padding-top: 49px;
}
.sec13_wrap .ttl .en {
    text-align: right;
    color: #fff;
}
.sec13_wrap .ttl .ja {
    display: flex;
    flex-direction: column;
}
.sec13_wrap .ttl .ja .sm {
    margin-bottom: 1px;
}
.sec13_wrap .ttl .ja .lg {
    font-size: 45px;
    text-align: right;
    letter-spacing: 0.08em;
}
.sec13_ttl {
    width: 110px;
    height: 310px;
    background: rgba(62, 62, 62, 90);
    color: #fff;
    position: absolute;
    right: 40px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--f-yumin);
    padding-top: 20px;
    padding-left: 6px;
    bottom: 67px;
}
.sec13_ttl .sm {
    font-size: 18px;
    letter-spacing: 0.055em;
}
.sec13_ttl .mid {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-right: 10px;
}
.sec13_ttl .mid .lg {
    font-size: 150%;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
.sec13_ttl .mid .lg .let {
    margin-bottom: 12px;
}
.sec_info .tt {
    font-size: 18px;
    border-bottom: 1px #003F70 solid;
    padding-bottom: 4px;
    margin-bottom: 17px;
}
.sec_info > div:not(:last-child) {
    margin-bottom: 21px;
}
/*============= SEC14 ==============*/
.sec14 {
    padding-top: 436px;
    padding-bottom: 100px;
}
.sec14_ttl1 {
    text-align: center;
    background-size: auto 1px;
    padding-bottom: 11px;
    margin-bottom: 41px;
    font-family: var(--f-yumin);
    font-size: 18px;
}
.sec14_ttl2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
}
.sec14_ttl2 .sm {
    font-size: 35px;
    font-family: var(--f-yumin);
    display: flex;
    align-items: flex-end;
}
.sec14_ttl2 .txt {
    position: relative;
    bottom: 10px;
}
.sec14_ttl2 .sm .lg {
    font-size: 114%;
}
.sec14_ttl2 .sm.space {
    margin: 32px 0 33px;
}
.sec14_ttl2 .xlg {
    background: #003F70;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    margin-right: 10px;
}
.sec14_txt {
    margin-bottom: 46px;
}
.sec14_txt p:not(:last-child) {
    margin-bottom: 13px;
}
/*============= SEC15 ==============*/
.sec15 {
    padding-bottom: 95px;
}
.sec15_wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-bottom: 33px;
    height: 260px;
    margin-bottom: 32px;
}
.sec15_ttl {
    font-family: var(--f-yumin);
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
}
.sec15_ttl .lg {
    font-size: 120%;
}
.sec15_txt1 {
    margin-bottom: 45px;
}
.sec15_tt {
    text-align: center;
    color: #042575;
    font-family: var(--f-yumin);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 9px;
}
.sec15_txt2 {
    padding: 0 20px;
}
.sec15_img {
    text-align: center;
    margin-bottom: 12px;
}
.sec15_item > div:not(:last-child) {
    margin-bottom: 46px;
}
/*============= SEC contact ==============*/
.line {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 1) 90.1%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 1px;
    line-height: 1.81;
}
/*==========================================================
                        C O M M ON
==========================================================*/
.ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.ttl .en {
    color: #749BC2;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: var(--f-en);
    line-height: 1;
    letter-spacing: 0.05em;
}
.ttl .ja {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--f-yumin);
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.ttl .ja .sm {
    margin-bottom: 20px;
}
.ttl .ja .lg {
    font-size: 175%;
    letter-spacing: 0.1em;
}
.en_lg {
    font-family: var(--f-en);
    color: #749BC2;
    margin-bottom: 0;
    line-height: 1;
}
.box_cta {
    padding: 17px 25px 40px;
    background: #F5F5F5;
    border-radius: 10px;
    position: relative;
    margin-bottom: 23px;
}
.cta_ttl, .under main p.cta_ttl {
    font-size: 40px;
    color: #749BC2;
    font-family: var(--f-en);
    padding: 0 25px;
    width: fit-content;
    margin: 0 auto 15px;
    position: relative;
}
.cta_ttl:before, .cta_ttl:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
    top: 30px;
}
.cta_ttl:before {
    left: 0;
}
.cta_ttl:after {
    right: 0;
}
.cta_btn, .under main p.cta_btn {
    margin-bottom: 24px;
}
.cta_btn a {
    width: 344px;
    height: 64px;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cta_btn a .sm {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
}
.cta_btn.btn_tel a .sm {
    padding: 0 5px;
}
.cta_btn a .lg {
    font-family: var(--f-yumin);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.cta_btn a .lg .num {
    font-size: 142%;
    letter-spacing: 0.05em;
}
.cta_btn a .ja {
    font-family: var(--f-yumin);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.08em;
}
.cta_btn.btn_sika a {
    background: #171C61;
}
.cta_btn.btn_sika a .sm {
    width: 49px;
    text-align: center;
}
.cta_btn.btn_tel a {
    background: #2A96D3;
    padding-top: 1px;
    padding-right: 2px;
}
.cta_btn.btn_line a {
    background: #21A221;
    font-family: var(--f-yumin);
    font-size: 18px;
    letter-spacing: 0.08em;
    padding-top: 2px;
}
.cta_link, .under main .cta_link {
    text-align: center;
    margin-bottom: 38px;
}
.cta_link a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: var(--f-yumin);
}
.idx_calc, .under main .idx_calc {
    margin-bottom: 13px;
}
.idx_calc_note p {
    margin-bottom: 6px;
    font-family: var(--f-yumin);
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}
.under main .idx_calc_note p {
    margin-bottom: 6px !important;
}
.idx_calc_note .hour1 {
    padding-left: 17px;
}
.idx_calc_note .hour1:before {
    position: absolute;
    content: "";
    background: url("../images/icon_symbol1.svg") no-repeat left top/cover;
    width: 12px;
    height: 11px;
    left: 0;
    top: 5px;
}
.ft_top .idx_calc_note .hour1:before {
    background: url(../images/icon_symbol1_w.svg) no-repeat left top / cover;
}
.ft_top .cta_link a {
    color: #fff;
}
.ft_map {
    padding-top: 35px;
    height: 440px;
    margin-bottom: 22px;
}
.ft_map iframe {
    width: 100%;
    height: 100%;
}
.idx_calc_note .hour2 span {
    margin-right: 4px;
}
.ft_top .box_cta {
    margin-bottom: 31px;
}
.ft_link_gg {
    width: fit-content;
    margin: 0 auto 68px !important;
}
.ft_link_gg a {
    color: #fff;
    display: block;
    padding-left: 22px;
    position: relative;
    font-family: var(--f-yumin);
    letter-spacing: 0.05em;
    font-weight: 300;
}
.ft_link_gg a:before {
    position: absolute;
    content: "";
    background: url("../images/icon_map_w.svg") no-repeat left top;
    width: 15px;
    height: 22px;
    left: 0;
    top: 2px;
}
.ft_bnr {
    padding-bottom: 32px;
}
.ft_bnr p {
    text-align: center;
}
.ft_bnr p:not(:last-child) {
    margin-bottom: 32px;
}
.ft_txt {
    padding: 24px 25px 65px;
}
.ft_txt p {
    line-height: 1.8;
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
    color: #fff;
    background: #fff;
}
.ft_top, .under main .ft_top {
    background: #0C1958;
    padding-top: 80px;
    border-radius: 20px 20px 0 0;
}
.under main .ft_top {
    padding-bottom: 33px;
}
.logo_ft, .under main .logo_ft {
    margin-bottom: 56px;
    text-align: center;
}
address {
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C1958;
    padding-bottom: 40px;
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 8;
    width: 80px;
    height: 80px;
    right: 0px;
    cursor: pointer;
    transition: all .2s;
    bottom: 0;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: var(--f-en);
    color: var(--mcolor);
}
.to_top span {
    background: url("../images/btn_top.svg") no-repeat center top;
    padding-top: 10px;
}
.h_contact {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.h_contact > * {
    width: 80px;
    margin-bottom: 0;
}
.h_contact > .h_contact_r {
    height: calc(35.31% - 0px);
    position: relative;
}
.h_contact > .h_contact_r.contact_calendar {
    height: 30%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.h_contact_sika a {
    background: #171C61;
}
.h_contact > .h_contact_r a span {
    font-weight: 700;
    font-size: 88%;
    letter-spacing: 0.32em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 48px;
    padding: 4px 5px 0;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    margin-bottom: 9px;
    font-family: var(--f-main);
}
.h_contact > .h_contact_r a {
    color: #fff;
}
.ttl_tel {
    font-family: var(--f-yumin);
    font-size: 18px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.ttl_tel span {
    font-weight: bold;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 26px;
    font-family: var(--f-main);
    font-size: 16px;
    padding-top: 2px;
}
.contact_calendar, .h_contact > .h_contact_r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: var(--f-yumin);
    font-size: 18px;
    letter-spacing: 0.24em;
}
.h_contact_tel {
    background: var(--sscolor);
    position: relative;
}
.h_contact_sika a {
    background: var(--mcolor2);
}
.contact_calendar {
    background: #F0F9FE;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
}
.h_contact_tel span a {
    color: #fff;
}
.h_contact_mail a span {
    padding-top: 27px;
    letter-spacing: 0.16em;
}
.h_contact_tel_wrap {
    position: absolute;
    left: 80px;
    top: 0;
    height: 100%;
    width: 260px;
    background: #2A96D3;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 100;
    border-radius: 10px 0 0 10px;
}
.h_contact_tel_tt {
    position: relative;
    z-index: 99;
    height: 100%;
    margin-bottom: 0;
    background: #2A96D3;
    width: 100%;
}
.h_contact_tel.active .h_contact_tel_wrap {
    left: -180px;
}
.h_contact_mail a {
    background: #63BBA6;
    position: relative;
    z-index: 1;
}
.h_contact_tel_wrap .num {
    font-size: 17.5px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: var(--f-yumin);
}
.h_contact_tel_wrap .num span {
    font-size: 142%;
}
.h_contact_tel_wrap .txt {
    font-size: 15px;
    line-height: 2.14;
}
.box_calendar_con {
    position: fixed;
    right: 80px;
    top: 0;
    width: 100%;
    padding: 0;
    height: 100%;
    max-width: 600px;
    margin-right: 0px;
    background: rgba(116, 155, 194, 0.9);
    border-radius: 20px 0 0 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 8;
    display: none;
    pointer-events: auto;
    overflow: auto;
    padding: 20px 0;
}
.box_calendar_in {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_calendar_con_w {
    background: #F6FCFF;
    border-radius: 16px;
    width: 440px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 24px;
}
.box_calendar_con_w .btn_close {
    top: -30px;
    position: absolute;
    right: -30px;
    cursor: pointer;
}
/*==========================================================
                        WORDPRESS
==========================================================*/
body.customize-support {
    position: relative;
    margin-top: -32px;
}
@media screen and (max-width: 782px) {
    body.customize-support {
        margin-top: -46px;
    }
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}
/*==========================================================*/
/*BOX CALENDAR*/
/*==========================================================*/
.calendarModal[open] {
    animation: calendarModalIn 0.3s ease-out forwards;
}
.calendarModal.closing {
    animation: calendarModalOut 0.2s ease-in forwards;
}
.calendarModal::backdrop {
    background: rgba(249, 245, 236, 0.4);
    backdrop-filter: blur(0.5rem);
}
.calendarModal__close {
    position: absolute;
    inset: -2.8rem -2.8rem auto auto;
    inline-size: 5.6rem;
    block-size: 5.6rem;
    border-radius: 50%;
    background: var(--blue-color);
    cursor: pointer;
    transition: filter 0.3s;
}
.calendarModal__close:hover {
    filter: brightness(1.1);
}
.calendarModal__close span {
    position: absolute;
    inset: 50% auto auto 50%;
    inline-size: 2rem;
    block-size: 0.2rem;
    background: var(--base-color);
}
.calendarModal__close span:nth-child(1) {
    translate: -50% -50%;
    rotate: 45deg;
}
.calendarModal__close span:nth-child(2) {
    translate: -50% -50%;
    rotate: -45deg;
}
.c-calendar__title {
    font-family: var(--f-en);
    font-size: 40px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #749BC2;
    margin-bottom: 16px;
}
.c-calendar__body {
    display: none;
    margin-bottom: 20px;
    padding: 0 24px;
}
.c-calendar__body.is-active {
    display: block;
}
.c-calendar__body.is-week6 .c-calendar__table {
    border-spacing: 0 0.8rem;
}
.c-calendar__body.is-week6 .c-calendar__table td {
    /* height: 5.4rem; */
}
.c-calendar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-calendar__prev, .c-calendar__next {
    inline-size: 7.6rem;
    block-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    border: none;
    background: none;
}
.c-calendar__prev span, .c-calendar__next span {
    inline-size: 1.1rem;
    block-size: 1.7rem;
    background: #C8C8C8;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.c-calendar__prev:disabled, .c-calendar__next:disabled {
    opacity: 0.5;
    cursor: default;
}
.c-calendar__next {
    scale: -1 1;
}
.c-calendar__month {
    display: flex;
    align-items: baseline;
    color: #333;
    font-family: var(--f-yumin);
    font-size: 24px;
    margin-bottom: 17px;
    letter-spacing: 0em;
}
.c-calendar__year {
    font-size: 24px;
}
.c-calendar__num {
    font-size: 40px;
    font-family: "Marcellus", serif;
}
.c-calendar__table {
    border-collapse: collapse;
    border-radius: 0px;
    margin-bottom: 0;
}
.c-calendar__table th, .c-calendar__table td {
    text-align: center;
    border: 1px solid #c8c8c8 !important;
    letter-spacing: 0em;
}
.c-calendar__table th {
    font-size: 18px;
    font-family: var(--f-yumin);
    padding: 6px 10px 5px;
    background: none;
    color: #333;
    font-weight: 400;
}
.c-calendar__table td {
    vertical-align: middle;
    border-color: #C8C8C8;
    padding: 9px 5px 10px;
    border-width: 1px;
    font-weight: 400;
    background: none;
}
.c-calendar__mark img {
    display: inline;
}
.c-calendar__table .is-bandEnd {
    border-radius: 0 0.5rem 0.5rem 0;
}
.c-calendar__day, .c-calendar__mark {
    display: block;
    line-height: 1.4;
}
.c-calendar__day {
    font-size: 18px;
    color: #333;
    font-family: var(--f-yumin);
    line-height: 1.4;
}
.c-calendar__mark {
    font-size: 11px;
    color: #616161;
}
.c-calendar__mark.ic_close {
   font-family: var(--f-en);
   transform: scale(2);
}
.c-calendar__legend {
    padding: 0 23px;
}
.c-calendar__legend li {
    letter-spacing: 0.05em;
    font-size: 15px;
    font-family: var(--f-yumin);
    line-height: 1.95;
}
.c-calendar__legend .c-calendar__mark {
    display: inline-block;
}
@keyframes calendarModalIn {
    from {
        opacity: 0;
        translate: 0 3rem;
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}
@keyframes calendarModalOut {
    from {
        opacity: 1;
        translate: 0 0;
    }
    to {
        opacity: 0;
        translate: 0 3rem;
    }
}
.c-calendar__body {
    display: none;
}
.c-calendar__body.is-active {
    display: block;
}
@media screen and (max-width: 750px) {
    .box_calendar_con {
        position: fixed;
        right: 0px;
        top: 0;
        width: 100vw;
        height: 100%;
        max-width: inherit;
        margin-right: 0px;
        padding: 30px 0;
        overflow: auto;
        border-radius: 0px;
        z-index: 998;
        background: #F6FCFF;
    }
    .box_calendar_in {
        height: auto;
    }
    .box_calendar_con_w {
        position: static;
        pointer-events: auto;
        padding-top: 0px;
        width: 100%;
        max-width: 400px;
    }
    .c-calendar__body {
        padding: 0px;
    }
    .btn_close_sp {
        width: 64px;
        height: 64px;
        border-radius: 0 0 0 10px;
        background: url(../images/icon_close_sp.svg)#F5F5F5 no-repeat center top 13px/41px;
        padding-top: 25px;
        text-align: center;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
        display: none;
        pointer-events: auto;
    }
    .close_ttl {
        font-size: 14px;
        font-family: var(--f-en);
        color: #113174;
    }
}
@media screen and (max-width: 375px) {
    .c-calendar__table {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .c-calendar__title {
        font-size: 30px;
        letter-spacing: 0em;
        margin-bottom: 0px;
    }
    .c-calendar__day {
        font-size: 15px;
    }
    .c-calendar__table th {
        font-size: 16px;
        padding: 4px 6px;
    }
    .c-calendar__legend li {
        letter-spacing: 0em;
        font-size: 14px;
    }
    .c-calendar__table td {
        padding: 6px 3px;
    }
}
@media screen and (max-width: 360px) {
    .c-calendar__legend li {
        font-size: 13px;
    }
    .c-calendar__prev, .c-calendar__next {
        inline-size: 3.6rem;
    }
}