@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Montserrat:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&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: 500;
}
html{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html:focus-within {
    scroll-behavior: smooth;
}
img {
    vertical-align: middle;
    max-width: 100%;
    flex-shrink: 0;
    height: auto;
}
*, ::before, ::after {
    box-sizing: border-box;
    outline: none;
}
select {
    visibility: visible !important;
}
a {
    transition: all ease 0.3s;
    text-decoration: none;
    color: var(--txt);
}
a[href^="tel:"] {
    word-break: keep-all;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
    background: #fff
}
body {
    color: var(--txt);
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-family: var(--font-main)
}
select, input, textarea {
    font-family: var(--font-main)
}
table {
    width: 100%
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
p, dd, dt, li, th, td, address {
    line-height: 1.7em;
    letter-spacing: 0.05em;
}
p {
    margin: 0 0 1.5em;
}
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;
}
.m0a {
    display: block;
    margin: 0 auto;
}
.f_big {
    font-size: 125%;
}
.f_sm {
    font-size: 80%;
}
:root {
    --font-main: "IBM Plex Sans JP", sans-serif;
    --en: "Montserrat", sans-serif;
    --zen: "Zen Maru Gothic", sans-serif;
    --txt: #000;
    --mcolor: #0055cc;
    --scolor: #0064b4;
    --org: #ff5f37;
    --yel: #FFDB57;
    --green: #86DE5D;
    --site_size: 1230px;
    --gray: #333;
}
#wrapper {
    min-width: 1260px;
    overflow: hidden;
    margin: 0 auto
}
.inner {
    width: var(--site_size);
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
}
.en {
    font-family: var(--en);
}
.zen {
    font-family: var(--zen);
}
.blue {
    color: var(--mcolor);
}
/*==========================================================
                       H E A D E R  
==========================================================*/
header {
    position: relative;
    z-index: 99;
}
h1 {
    padding: 27px 0 0;
}
.h_box {
    width: 100%;
    position: fixed;
    background-color: #fff;
    height: 115px;
}
.h_box > .inner {
    width: 100%;
    padding: 0 42px;
    display: flex;
    max-width: 1920px;
    align-items: center;
}
.h_left {
    flex-shrink: 0;
}
.h_left #logo{
    padding-top: 0;
}
.h_right, .h_contact_tel, .h_right_t {
    display: flex;
}
.h_right_t {
    margin-top: 8px;
}
.h_right_t {
    align-items: center;
    margin-bottom: 5px;
}
.h_right, .h_contact_tel {
    flex-direction: column;
}
.h_contact_tel {
    margin-left: 20px;
}
.h_btn{
    margin-bottom: 0;
}
.h_btn_w {
    display: flex;
    justify-content: flex-end;
}
.h_btn:not(:last-child) {
    margin-right: 10px;
}
.h_btn a {
    width: 210px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    border: 2px #111111 solid;
    background: url(../images/arrow_black.svg) no-repeat right 10px center;
    border-radius: 20px;
    margin: 0 auto;
    padding-top: 2px;
}
.h_contact_tel a {
    color: #111111;
    font-family: var(--en);
    font-size: 32px;
    font-weight: bold;
    background: url("../images/icon_tel.svg") no-repeat left top 3px/23px;
    padding-left: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.h_contact_tel .time {
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.04em;
}
.h_link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.h_link_t {
    margin-bottom: 17px;
}
.h_link_t a {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 0 9px;
    position: relative;
    color: #4D4D4D;
}
.h_link_t a:last-child {
    letter-spacing: 0em;
    margin-right: 0px;
}
.h_link_t a:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    background: #BFBFBF;
    right: -12px;
    top: 5px;
}
.h_link_bt a {
    font-weight: 600;
}
.h_link_bt a, .h_link_t a {
    text-underline-offset: 4px;
}
.h_link_bt a:not(:last-child) {
    margin-right: 15px;
}
/* HAMBUGER BUTTON */
.hamburger {
    font: inherit;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 10px 8px 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: var(--mcolor);
    border-radius: 50%;
}
.is_active .hamburger-box {
    background-color: transparent;
}
.is_active .hamburger-inner, .is_active .hamburger-inner::after, .is_active .hamburger-inner::before {
    background: #111;
    width: 22px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -1px;
    left: calc(50% - 10px);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 20px;
    height: 2px;
    transition: all ease 0.15s;
    background-color: #fff;
    border-radius: 5px;
}
.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: ""
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.hamburger--3dxy .hamburger-box {
    perspective: 80px
}
.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before {
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy.is_active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important;
    margin-top: 0px;
}
.hamburger--3dxy.is_active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy.is_active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    bottom: -12px;
}
/*==========================================================
                  NAV
==========================================================*/
.nav_list {
    display: flex;
}
.nav_list > li {
    flex: 1;
}
.nav_list > li.nav01, .box_popup_sika_tt.tt01 {
    background: url("../images/nav_icon01.svg") no-repeat center top;
}
.nav_list > li.nav02, .box_popup_sika_tt.tt02 {
    background: url("../images/nav_icon02.svg") no-repeat center top;
}
.nav_list > li.nav03, .box_popup_sika_tt.tt03 {
    background: url("../images/nav_icon03.svg") no-repeat center top;
}
.nav_list > li > a, .nav_list > li > .sub_btn {
    display: flex;
    justify-content: center;
    position: relative;
    font-weight: 600;
    padding: 5px 20px;
    height: 95px;
    align-items: flex-end;
}
.box_popup_sika_tt {
    font-size: 18px;
    font-weight: 600;
}
.box_popup_sika_tt span {
    font-size: 14px;
}
.nav_list > li > a, .nav_list > li > .sub_btn::before, .nav_sp_tt:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_blue.svg") no-repeat right center/cover;
    width: 15px;
    height: 8px;
    right: calc(50% - 43px);
    top: calc(50% + 28px);
    transition: all 0.3s;
}
.nav_list > li {
    height: 92px;
}
.nav_list > li.parent > .sub_btn {
    cursor: default;
    padding-right: 37px;
    padding-bottom: 0;
    border-left: 2px #dfdfdf solid;
}
.nav_tt {
    border-bottom: 2px #111111 solid;
    padding-bottom: 19px;
    margin-bottom: 15px;
    color: #111;
}
.nav_tt a > span {
    font-size: 20px;
    font-weight: bold;
    background: url("../images/arrow_blue03.svg") no-repeat right top 2px/23px;
    padding-right: 32px;
    letter-spacing: -0.01em;
}
.nav_tt a > span .sm {
    font-size: 80%;
}
.sub ul li a {
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    letter-spacing: 0em;
    background: url("../images/arrow_blue02.svg") no-repeat right 3px center;
    border-bottom: solid 1px #E6E6E6;
    padding: 2px 12px 0;
    font-weight: 700;
    color: #111;
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
    position: relative;
    padding-top: 160px;
    z-index: 2;
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl {
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.ttl .en {
    color: var(--org);
    background: url("../images/idx_h3.svg") no-repeat center top;
    padding-top: 19px;
    margin-bottom: 17px;
}
.ttl .ja {
    font-size: 40px;
}

.ttl .ja  span{
    font-size: 100%;
}

/* DEFAUTL NAME BUTTON */
.btn a {
    background: url('../images/arrow_w02.svg') no-repeat right 15px center /21.59px var(--mcolor);
    text-decoration: none;
    padding-top: 2px;
    width: auto;
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px var(--mcolor) solid;
    padding-bottom: 6px;
    position: relative;
    display: table;
    height: auto;
    border-radius: 0px;
}
.btn a .icon {
    position: absolute;
    right: -47px;
    top: -3px;
    background: url("../images/arrow_blue03.svg") no-repeat left top;
    width: 36px;
    height: 37px;
}
.btn.center a {
    margin-left: auto;
    margin-right: auto;
}
.btn.btn_blue a {
    background: url(../images/arrow_w02.svg)var(--mcolor) no-repeat right 13px center / 23px;
    border-radius: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
    letter-spacing: 0em;
}
.btn.btn_blue a {
    background: url(../images/arrow_w02.svg)var(--mcolor) no-repeat right 13px center / 23px;
    border-radius: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
    letter-spacing: 0em;
}
.btn_w {}
.btn.btn_org a, .btn_w a {
    width: 411px;
    height: 73px;
    border-radius: 999px;
    background: #fff;
    color: var(--txt);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-shadow: none;
    position: relative;
    padding: 2px 20px 0 0;
    letter-spacing: 0;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 12, 0.4);
    padding-top: 2px;
    max-width: 100%;
}
.btn_w a {
    color: var(--mcolor);
}
.btn.btn_org a::before, .btn_w a::before {
    background: url('../images/ic_arr_ubtn_b.png') center /cover no-repeat;
    width: 20px;
    height: 15px;
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 23px;
    transition: all ease 0.3s;
}
.btn.btn_org a {
    background: var(--org);
    color: #fff;
}
.btn.btn_org a::before {
    background: url('../images/ic_arr_ubtn_w.png') center /cover no-repeat;
}
.mv {
    display: flex;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}
.mv::before {
    width: 8000px;
    height: 777px;
    left: calc(50% - 4000px);
    top: 105px;
    position: absolute;
    content: "";
    background: #FFFAD9;
    z-index: -1;
}
.mv_bg {
    width: 1084px;
    height: 636px;
    flex-shrink: 0;
    position: relative;
}
.mv .control_pause {
    justify-content: flex-start;
    margin-left: 5px;
    margin-top: -9px;
}
.main_slider {
    height: 100%;
    overflow: hidden;
}
.main_slider.slick-initialized {
    height: auto;
    overflow: inherit;
}
.mv_btn {
    position: absolute;
    bottom: -51px;
    left: 130px;
    z-index: 9;
}
.sec07_btn {
    left: calc(50% + 100px);
    position: relative;
    margin-top: -9px;
}
.mv_btn a {
    background-color: #FFFAD9;
}
.mv_bg .slick-list {
    border-radius: 20px;
    overflow: hidden;
}
.mv_bg .slick-slide, .mv_bg .bg {
    border-radius: 20px;
}
.mv_bg .slick-dots {
    z-index: 9;
    width: auto;
    bottom: -25px;
    left: 5px;
}
.sec07_item .slick-dots {
    left: 0;
    right: 0;
    bottom: -54px;
}
.slick-slider .slick-dots li {
    margin: 0 2px 0 0;
    height: auto;
}
.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #111;
    border-radius: 50%;
    border: 1px #111 solid;
    padding: 0;
}
.slick-slider .slick-dots li.slick-active {
    pointer-events: none;
}
.slick-slider .slick-dots li.slick-active button {
    background: #FFFAD9;
}
.slick-slider .slick-dots li.slick-active button {
    background: #fff;
}
.slick-slider .slick-dots li.slick-active button::before {
    display: none;
}
.mv_bg .bg {
    position: relative;
    width: 100%;
    height: 636px;
}
.mv_bg .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.mv_bg .bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px #111111 solid;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: 9;
}
.mv_txt {
    flex-grow: 1;
    position: relative;
    margin-left: -126px;
    z-index: 2;
    margin-top: 2px;
}
.mv_txt, .mv_wrap, .mv_wrap .mv_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.mv_wrap .mv_ttl {
    display: flex;
    margin-bottom: 67px;
}
.mv_wrap .mv_ttl .mv_line {
    height: 105px;
    border: 4px #111111 solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: bold;
    padding-top: 9px;
    background: #fff;
    position: relative;
}
.mv_wrap .mv_ttl .mv_line::before {
    position: absolute;
    content: "";
    width: calc(100% - -8px);
    height: calc(100% + 8px);
    border-radius: 20px;
    background: #FFE78E;
    border: 4px #111111 solid;
    right: -12px;
    bottom: -12px;
    z-index: -1;
}
.mv_wrap .mv_ttl .mv_line.line01 {
    width: 616px;
    padding-right: 6px;
    letter-spacing: 0.02em;
}
.mv_wrap .mv_ttl .mv_line.line02 {
    width: 722px;
    padding-left: 5px;
    margin-top: -3px;
    height: 109px;
}
.mv_wrap .mv_ttl .mv_line .blue {
    font-size: 113.1%;
    color: var(--mcolor);
    margin-right: 5px;
    letter-spacing: 0.05em;
}
.mv_txt .mv_tt01 {
    font-size: 28px;
    font-family: var(--zen);
    font-weight: 700;
    padding-right: 23px;
    margin-bottom: 5px;
    color: #333;
}
.mv_txt .mv_tt01 .point {
    position: relative;
    color: var(--mcolor);
    padding-top: 5px;
}
.mv_txt .mv_tt01 .point::before {
    position: absolute;
    content: "";
    background: var(--mcolor);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}
/*==================== SEC01 ===================*/
.sec01 {
    padding-top: 110px;
    padding-bottom: 30px;
}
.sec01 .inner {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 67px;
}
.sec01_item {
    display: flex;
}
.sec01_item .sec01_item_slide {
    position: relative;
    display: flex;
    justify-content: center;
    width: 336px;
}
.sec01_item .sec01_item_slide a {
    margin: 0 auto;
}
.sec01_item .sec01_item_slide::before {
    position: absolute;
    content: "";
    background: #F9F4D0;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    z-index: -1;
}
.sec01_ttl, .sec01_item .sec01_item_slide::before {
    width: 336px;
    height: 336px;
    border-radius: 50%;
}
.sec01_ttl {
    background: url("../images/idx_icon01.svg")#fff no-repeat left 134px bottom 52px;
    padding-top: 45px;
    position: relative;
    top: -30px;
    flex-shrink: 0;
}
.sec01_bnr {
    width: 1280px;
    height: 200px;
    margin: 0 auto;
    background: url("../images/idx_bnr04.png") no-repeat center top;
    display: flex;
    align-items: center;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 0px 0 0 174px;
    position: relative;
    transition: all 0.3s;
}
.sec01_bnr > a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    left: 0;
    top: 0;
}
.sec01_bnr p {
    margin-bottom: 0;
}
.sec01_bnr p.txt {
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}
.sec01_bnr_logo {}
.sec01_bnr_txt {
    padding-top: 46px;
    flex-grow: 1;
    padding-left: 38px;
    display: flex;
    flex-direction: column;
}
.sec01_bnr .btn {
    top: -8px;
    position: relative;
    margin-right: 20px;
}
.sec01_bnr .btn a {
    margin-left: auto;
}
/*==================== SEC02 ===================*/
.sec02 {
    background: #FFFAD9;
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 140px;
    padding-top: 110px;
}
.sec02 .inner {
    width: 1310px;
}
.sec02::before {
    position: absolute;
    content: "";
    background: url("../images/idx_cur01.svg") no-repeat center top/1920px;
    width: 1920px;
    height: 265px;
    margin: 0 auto;
    left: calc(50% - 960px);
    top: -172px;
    z-index: -1;
}
.sec02_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.sec02_item > div {
    width: 629px;
    height: 315px;
    margin-bottom: 22px;
    position: relative;
    transition: all 0.3s;
}
.sec02_item:not(.sec02_item_3col) > div:not(:nth-child(2n)), .sec02_item.sec02_item_3col > div:not(:nth-child(3n)) {
    margin-right: 22px;
}
.sec02_item.sec02_item_3col > div {
    width: 412px;
    padding: 34px 25px 30px 25px;
    height: 349px;
    box-shadow: none;
}
.sec02_item.sec02_item_3col > div dd {
    position: relative;
    top: -4px;
}
.sec02_item.sec02_item_3col > div.item07 dd {
    top: -4px;
}
.sec02_item_3col .sec02_sub.item08 dl dd .tt {
    margin-bottom: 58px;
}
.sec02_item.sec02_item_3col > div.item08 dd {
    top: -5px;
}
.sec02_item_3col .sec02_sub.item06 dl dd .tt {
    width: calc(100% + 20px);
}
.sec02_item_3col .sec02_sub.item06 dl dd .tt .let {
    letter-spacing: -0.05em;
}
.sec02_item_3col .sec02_sub dl dd .tt {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.43;
    margin-bottom: 23px;
}
.sec02_item_3col .sec02_sub dl dt {
    margin-right: 28px;
}
.sec02_item_3col .sec02_sub dl dd .price .num {
    font-size: 28px;
}
.sec02_item > div > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.sec02_sub {
    background: #fff;
    border-radius: 20px;
    border: 3px #111111 solid;
    padding: 29px 35px 30px 35px;
    box-shadow: 0px 4px 0px 0px #636c73;
    position: relative;
}
.sec02_sub::before {
    position: absolute;
    content: "";
    background: url("../images/arrow_w04.svg")var(--mcolor) no-repeat center;
    width: 76px;
    height: 76px;
    border-radius: 20px 0 15px 0;
    right: 0;
    bottom: 0;
}
.sec02_sub dl {
    display: flex;
    height: 157px;
}
.sec02_sub dl dt {
    margin-right: 42px;
    flex-shrink: 0;
}
.sec02_sub dl dt .icon {}
.sec02_sub dl dd {
    align-self: center;
}
.sec02_sub dl dd .tt {
    display: flex;
    flex-direction: column;
    color: #111;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
}
.sec02_sub dl dd .tt .sm {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.sec02_sub dl dd .tt .x-sm {
    font-size: 12px;
}
.sec02_sub dl dd .tt .lg {
    font-weight: bold;
    font-size: 25px;
}
.sec02_sub dl dd .price {
    font-size: 14px;
    margin-bottom: 26px;
}
.sec02_sub dl dd .price .num {
    color: var(--org);
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-right: 4px;
    margin-left: 4px;
    font-family: var(--en);
    position: relative;
    top: 1px;
}
.sec02_sub .txt {
    border-top: 2px #BFBFBF dotted;
    padding-top: 19px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.015em;
}
.sec02_ttl1.ttl {
    text-align: left;
    background: url("../images/idx_icon02.svg") no-repeat left bottom 16px;
    padding-left: 106px;
    margin-bottom: 35px;
}
.sec02_ttl1.ttl .en {
    background-position: left top;
}
.item02.sec02_sub dl dd .tt .lg, .item03.sec02_sub dl dd .tt .lg {
    margin-bottom: 10px;
}
.sec02_txt p {
    line-height: 1.7;
    color: #111;
    letter-spacing: 0.01em;
}
.sec02_ttl2 {
    font-size: 32px;
    font-weight: bold;
    display: table;
    margin: 0 auto 52px;
    padding: 0 45px;
    background: url("../images/idx_h3_02.svg") no-repeat left center, url("../images/idx_h3_02.svg") no-repeat right center;
}
/*==================== SEC03 ===================*/
.sec03 {
    background: url("../images/idx_bg01.svg") no-repeat center top/cover;
    width: 1728px;
    height: 952px;
    margin: 0 auto;
    border-radius: 40px;
    padding-top: 100px;
    margin-bottom: 140px;
}
.sec03 .inner {
    width: 1310px;
}
.sec03_item {
    display: flex;
}
.sec03_item > div {
    width: 305px;
    height: 490px;
    border: 3px #4D5459 solid;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0px 4px 0px 0px #636C73;
}
.sec03_item > div .img {
    position: relative;
}
.sec03_item > div .img img {
    border-radius: 16px 16px 0 0;
}
.sec03_item > div .img .icon_q {
    position: absolute;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    bottom: -36px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: var(--en);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mcolor);
    padding-bottom: 9px;
}
.sec03_item > div .tt {
    font-size: 24px;
    font-weight: 600;
    padding: 14px 6px 0 34px;
    line-height: 1.5;
    margin-bottom: 56px;
}
.sec03_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    margin-bottom: 37px;
    position: relative;
}
.sec03_ttl::before {
    position: absolute;
    content: "";
    width: 1216px;
    height: 165px;
    background: url("../images/idx_icon03.svg") no-repeat left 65px top, url("../images/idx_icon04.svg") no-repeat right top;
    left: 0;
    top: 0;
    pointer-events: none;
}
.sec03_ttl .sm {
    font-size: 28px;
    color: var(--mcolor);
    background: url("../images/pick_l.svg") no-repeat left top 7px, url("../images/pick_r.svg") no-repeat right top 5px;
    padding: 0 44px 0 52px;
    margin-bottom: 18px;
    position: relative;
}
.sec03_ttl .sm .point {
    position: relative;
    padding-top: 8px;
}
.sec03_ttl .sm .point::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #005DDF;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.sec03_ttl .lg {
    font-size: 40px;
}
.sec03_txt {
    text-align: center;
    margin-bottom: 58px;
}
.sec03_txt P {
    letter-spacing: 0;
}
.sec03_btn {
    width: 106px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #111 solid;
    margin-left: auto;
    margin-right: 15px;
    border-radius: 18px;
    background: url("../images/icon_plus.svg")#fff no-repeat right 6px center/16px;
    padding-right: 15px;
    padding-top: 4px;
}
.sec03_pop_up.open, .box_popup_sika.open {
    opacity: 1;
    visibility: visible;
}
.sec03_pop_up, .box_popup_sika {
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    position: fixed;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
.sec03_pop_up dl {
    background: #fff;
    border-radius: 20px;
    border: 3px #4D5459 solid;
    width: 854px;
    position: relative;
}
.sec03_pop_up dl dt {
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    height: 188px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 15px 0 0;
}
.sec03_pop_up dl dt .icon {
    font-size: 168px;
    font-weight: 700;
    font-family: var(--en);
    color: rgba(255, 255, 255, 0.2);
    left: 3px;
    bottom: -24px;
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
}
.sec03_pop_up dl dd {
    display: flex;
    padding: 60px 37px 33px 40px;
}
.sec03_pop_up dl dd .wrap_con {
    padding-top: 6px;
}
.sec03_pop_up dl dd .img {
    flex-shrink: 0;
    margin-right: 25px;
}
.sec03_pop_up dl dd .txt {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.sec03_pop_up .btn a {
    width: 223px;
    height: 56px;
    font-weight: 600;
    padding-right: 28px;
    letter-spacing: 0em;
    background: url(../images/arrow_w01.svg)var(--mcolor) no-repeat right 13px center / 16px;
    margin: 0 auto;
    padding-top: 10px;
}
.close {
    position: absolute;
    margin-bottom: 0;
    background: url("../images/icon_close_popup.svg") no-repeat center top;
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
    cursor: pointer;
}
.close02 {
    position: absolute;
    margin-bottom: 0;
    background: url(../images/icon_close_w.svg) no-repeat center top / cover;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
    top: -20px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
body.open {
    overflow: hidden;
}
.box_pupup_show {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 60px);
}
.box_popup_sika_tt {
    background-size: 48px auto !important;
    background-position: left center !important;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 65px;
    color: #111;
    margin-bottom: 10px;
}
.box_popup_sika_tt:not(.tt01) {
    border-top: 1px #E6E6E6 solid;
}
.box_popup_sika_box {
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px 5px;
    position: relative;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    box-shadow: 0 3px 0 #636C73;
}
.box_popup_sika_tt.tt02, .box_popup_sika_tt.tt03 {
    padding-top: 2px;
    height: 86px;
    margin-bottom: -5px;
}
.box_popup_sika_wrap {
    position: relative;
    width: 100%;
}
.bnr_sika_link {
    margin-bottom: 10px;
}
/*==================== SEC04 ===================*/
.sec04 {
    background: #FFFAD9;
    padding-top: 116px;
    padding-bottom: 120px;
}
.sec04 .inner {
    width: 1310px;
}
.sec04_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 96px;
}
.sec04_tab li {
    width: 261px;
    height: 40px;
    margin: 0 5px;
}
.sec04_tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px #CCCCCC solid;
    border-radius: 20px;
    color: #999999;
    font-weight: bold;
    background: #fff;
    padding-top: 4px;
}
.sec04_tab li.active a {
    border-color: #111111;
    background: #FFDB57;
    color: #111111;
    border-width: 3px;
    pointer-events: none;
}
.ttl.sec04_ttl {
    align-items: center;
    margin-bottom: 59px;
}
.ttl.sec04_ttl .ja {
    background: url("../images/idx_icon05.svg") no-repeat left center, url("../images/idx_icon06.svg") no-repeat right 13px center;
    padding: 8px 92px 0 88px;
}
.ttl.sec04_ttl .en {
    margin-bottom: 13px;
}
.sec04_content {
    height: 775px;
    overflow: hidden;
}
.sec04_content.active {
    height: auto;
    overflow: inherit;
}
.sec04_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}
.sec04_box.active {
    position: relative;
    opacity: 1;
    z-index: 2;
    pointer-events: inherit;
}
.sec04_box table {
    border-collapse: separate;
    margin-bottom: 18px;
}
.sec04_box table tr td.bg_gray {
    background: #F7F7F7;
    width: 259px;
    flex: none;
    text-align: right;
    padding-top: 16px;
    padding-right: 25px;
    font-size: 16px;
    padding: 16px 25px 14px 7px;
    min-height: 81px;
}
.sec04_box table tr td .td01 {
    font-weight: bold;
}
.sec04_box table tr td .td01 span {
    font-size: 63.2%;
}
.sec04_box table tr {
    display: flex;
}
.sec04_box table td {
    border: none;
    background: #fff;
    border-top: 3px #111 solid;
    flex: 1;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    padding: 14px 23px;
}
.sec04_box table tr:last-child td {
    border-bottom: 3px #111 solid;
}
.sec04_box table td.none {
    background: none;
    border: none !important;
}
.sec04_box table .sec04_tb01_row01 td, .sec04_box table .sec04_tb02_row01 td, .sec04_box table .sec04_tb03_row01 td {
    width: 247px;
    height: 145px;
    border: 3px #111 solid;
    border-bottom-color: transparent;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 10px 15px;
}
.sec04_box table .sec04_tb01_row01 td::before, .sec04_box table .sec04_tb02_row01 td::before, .sec04_box table .sec04_tb03_row01 td::before {
    position: absolute;
    content: "";
    width: calc(100% + 6px);
    height: 3px;
    background: #fff;
    left: -3px;
    bottom: -3px;
}
.sec04_box table .sec04_tb01_row01 td.none::before, .sec04_box table .sec04_tb02_row01 td.none::before, .sec04_box table .sec04_tb03_row01 td.none::before {
    display: none;
}
.sec04_tt01, .sec04_tt02 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.sec04_tt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
}
.sec04_tt02 .tt {
    background: #EBEBEB;
    width: 44px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    margin-right: 8px;
    text-align: center;
}
/*.sec04_tt02 .ja {
    margin-left: 5px;
}*/
.sec04_tt02 .ja .lg, .sec04_tt02 .ja .num {
    font-weight: 500;
    margin: 0 5px 0 3px;
}
.sec04_tt02 .ja .lg {
    font-size: 28px;
}
.sec04_tt02 .ja .sm {
    font-size: 70%;
}
.sec04_tt02 .ja .num {
    font-family: var(--en);
    font-size: 32px;
}
.sec04_bb {
    position: absolute;
    margin-bottom: 0;
    background: url("../images/bb_yl.svg") no-repeat center top;
    width: 100px;
    height: 56px;
    right: 0;
    top: -43px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
    padding-right: 15px;
    left: 15px;
    margin: 0 auto;
}
.sec04_btn {
    margin-bottom: 27px;
}
.sec04_btn a {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    border: 2px #111111 solid;
    background: url("../images/arrow_black.svg") no-repeat right 10px center;
    border-radius: 20px;
    margin: 0 auto 39px;
    padding-top: 4px;
}
.sec04_price {
    margin-bottom: 0;
}
.sec04_price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #111;
    font-weight: 600;
}
.sec04_price .g02 {
    color: #1571DA;
    font-weight: bold;
    font-size: 20px;
    font-family: var(--en);
    width: 84px;
    flex-shrink: 0;
    text-align: right;
    margin-right: 2px;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.sec04_box table td.td1, .sec04_box table td.td2 {
    flex: none;
    text-align: center;
}
.sec04_box table td.td1 {
    width: 246px;
    padding: 27px 0;
}
.sec04_box table td.td2 {
    flex-grow: 1;
}
.sec04_box table td .sec04_tt03.bg {
    height: 34px;
    background: #EDEDED;
    border-radius: 17px;
    padding-top: 7px;
}
.sec04_tt03 span {
    font-size: 72%;
}
.sec04_check {
    margin: 9px auto;
}
.sec04_check li {
    text-align: left;
    background: url("../images/icon_check.svg") no-repeat left top 3px;
    padding-left: 20px;
    line-height: 1.5;
}
.sec04_check li:not(:last-child) {
    margin-bottom: 11px;
}
.sec04_note, .sec04_note02, .sec04_note03 {
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
}
.sec04_note02, .sec04_note03 {
    text-indent: -20px;
    padding-left: 20px;
}
.sec04_tb02 {
    max-width: 1024px;
    margin: 0 auto;
}
table.sec04_tb02 tr.sec04_tb01_row03 td .td01 {
    letter-spacing: 0em;
}
.sec04_tb02 .sec04_note {
    max-width: 1024px;
    margin: 0 auto;
}
.sec04_bnr01 {
    margin-top: 59px;
    transition: all 0.3s;
}
.sec04_bnr01 a {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.sec04_bnr01 a::before {
    position: absolute;
    content: "";
    background: url("../images/arrow_bnr.png") no-repeat right bottom/57px;
    width: 57px;
    height: 57px;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.sec04_bnr02 {
    display: flex;
    max-width: 1080px;
    height: 220px;
    background: #FFFFFF;
    margin: 47px auto 0;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.sec04_bnr02 a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
.sec04_bnr_tt {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-right: 55px;
    flex-shrink: 0;
}
.sec04_bnr_tt .en {
    font-size: 15px;
    color: var(--mcolor);
    margin-bottom: 27px;
}
.sec04_bnr_tt .ja {
    font-size: 40px;
}
.sec04_bnr02 .img {
    width: 580px;
    height: 120px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
/*tb3*/
.sec04_tb03_ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.sec04_tb03_ttl.ttl1 {
    color: var(--org);
    margin-top: -32px;
}
.sec04_tb03.tb1 {
    margin-top: 55px;
}
.sec04_tb03.tb2 {
    margin-top: 53px;
}
.sec04_tb03_ttl.ttl1 span {
    background: url("../images/icon_org.svg") no-repeat left center/23px;
    padding-left: 34px;
    padding-top: 3px;
    letter-spacing: -0.04em;
    padding-bottom: 5px;
    border-bottom: 3px #FFB7A6 solid;
}
.sec04_tb03_ttl.ttl2 {
    color: #0055CC;
    margin-top: 79px;
}
.sec04_tb03_ttl.ttl2 span {
    background: url("../images/icon_blue.svg") no-repeat left top 6px;
    padding-left: 40px;
    letter-spacing: 0em;
    border-bottom: 3px #A6CBFF solid;
    padding-bottom: 5px;
}
.sec04_tb03_link a {
    display: table;
    margin: 0 auto;
    background: url("../images/arrow_blue03.svg") no-repeat right center/24px;
    padding-right: 30px;
    font-weight: bold;
    color: #111;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.sec04_box_sub01 {
    width: 1080px;
    background: #fff;
    margin: 0 auto 38px;
    border-radius: 20px;
    border: 3px #111 solid;
    padding: 40px 40px 30px;
}
.sec04_box .sec04_box_w table {
    margin-bottom: 0;
}
.sec04_box .sec04_box_w table td, .sec04_box .sec04_box_w table tr:last-child td {
    background: none;
    border: none;
}
.sec04_box_w .item1 {
    background: #FDF2F9;
    border-radius: 20px 20px 0 0;
    padding: 24px 0 8px 0;
}
.sec04_box_w .item2 {
    background: #FFFAD9;
    padding: 27px 0 6px 0;
}
.sec04_box_w .item3 {
    background: #EEF8FF;
    border-radius: 0 0 20px 20px;
    padding: 23px 0 8px 0;
}
.sec04_box_w .ite2_wrap {
    margin-bottom: 5px;
}
.sec04_box_w .ite2_wrap, .sec04_box_w .ite2_wrap .tt {
    display: flex;
    justify-content: center;
}
.sec04_box_w .ite2_wrap .tt {
    min-width: 171px;
    height: 34px;
    align-items: center;
    border-radius: 17px;
    font-weight: bold;
    color: #111;
    padding-top: 4px;
    margin: 0 3px;
}
.sec04_box_w .item1 .ite2_wrap .tt {
    background: #F4A8D5;
}
.sec04_box_w .item2 .ite2_wrap .tt {
    background: #FFDB57;
}
.sec04_box_w .item3 .ite2_wrap .tt {
    background: #8DD2FF;
}
.sec04_box_w .item2_tt {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.sec04_box_w .item2 .item2_tt {
    margin-bottom: 8px;
}
.sec04_box_w .item3 .item2_tt {
    margin-bottom: 10px;
}
.sec04_box_w .item2_tt span {
    font-size: 117%;
}
.sec04_box .sec04_box_w table td p, .sec04_box_w .td_wrap p {
    margin-bottom: 0;
}
.sec04_box_w .td_wrap, .sec04_box_sub02 ul li .item3 {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec04_box_w .td02 .td_wrap {
    width: 350px
}
.sec04_box_w .td_wrap .tt {
    font-size: 14px;
}
.sec04 .icon3 {
    background: url("../images/icon_hour.svg") no-repeat left top 2px/16px;
    padding-left: 25px;
}
.sec04_box_w .td_wrap .tt2 span {
    color: #1571DA;
    font-weight: bold;
    font-family: var(--en);
    font-size: 20px;
}
.sec04 .icon2 {
    background: url("../images/icon_common.svg") no-repeat left top 2px;
    padding-left: 25px;
}
.sec04_box .sec04_box_w table td.td01 {
    width: 280px;
    flex: none;
    padding-right: 0;
    padding-left: 0;
}
.sec04_box .sec04_box_w table td.td02 {
    width: 354px;
    flex: none;
}
.sec04_box .icon1 {
    background: url("../images/icon_dolla.svg") no-repeat left top 3px;
    padding-left: 6px;
}
.sec04_box_w .td_wrap .tt.tt5, .sec04_box_sub02 ul li .item2 .icon1 {
    width: 190px;
    flex-shrink: 0;
}
.sec04_box_w .wrap_sub {
    flex-grow: 1;
}
.sec04_box .sec04_box_w table tr {
    justify-content: center;
}
.sec04_box_sub02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*    max-width: 1000px;*/
    margin: 0 auto;
    /* width: 1000px; */
    width: calc(309px * 2.1);
}
/* .sec04_box_sub02 ul li:nth-child(1) {
    margin-left: 173px;
}
.sec04_box_sub02 ul li:nth-child(2) {
    margin-right: 173px;
}*/
.sec04_box_sub02 ul li:nth-child(n +3) {
    margin-top: 35px;
}
.sec04_box_sub02 ul li {
    display: flex;
    flex-direction: column;
    border: 3px #111111 solid;
    border-radius: 20px;
    background: #fff;
    width: 309px;
    padding-bottom: 28px;
}
.sec04_box_sub02 ul li.sub02 .item2 {
    margin-bottom: 63px;
}
.sec04_box_sub02 ul li .sec04_btn, .sec04_box_sub01 .sec04_btn {
    margin-bottom: 35px;
    border-bottom: 2px #111111 dashed;
}
.sec04_box_sub02 ul li.sub03 .sec04_btn, .sec04_box_sub02 ul li.sub04 .sec04_btn {
    margin-bottom: 30px;
}
.sec04_box_sub01 .sec04_btn {
    margin-bottom: 27px;
}
.sec04_box_sub02 ul li.sub03 .item2.wrap, .sec04_box_sub02 ul li.sub04 .item2.wrap {
    margin-bottom: 15px;
}
.sec04_box_sub02 ul li.sub03 .item6, .sec04_box_sub02 ul li.sub04 .item6 {
    margin-bottom: 41px;
}
.sec04_box_sub02 ul li:not(:last-child) {}
.sec04_box_sub02 ul li .item3 {
    width: 100%;
    padding: 0 20px
}
.sec04_box_sub02 ul li .item3 p, .sec04_box_sub02 ul li .item2 p, .sec04_box_sub02 ul li .item2, .sec04_box_sub02 ul li .item1 p, .sec04_box_sub02 ul li .item6 p, .sec04_box_sub02 ul li .item4 p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0em;
}
.sec04_box_sub02 ul li .item2, .sec04_box_sub02 ul li .item1, .sec04_box_sub02 ul li .item6, .sec04_box_sub02 ul li .item4 {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}
.sec04_box_sub02 ul li .item6 .price {
    margin-left: 30px;
}
.sec04_box_sub02 ul li .item1 {
    align-items: center;
}
.sec04_box_sub02 ul li .item1 .tt01 {
    text-align: right;
}
.sec04_box_sub02 ul li .item1 .icon2 {
    background: url("../images/icon_pp.svg") no-repeat left top 2px;
    padding-left: 20px;
    letter-spacing: -0.06em;
}
.sec04_box_sub02 ul li .item2.wrap {
    flex-direction: column;
}
.sec04_box_sub02 ul li .item2.wrap .price {
    align-self: flex-end;
}
.sec04_box_sub02 ul li .item2 .icon1 {
    padding-left: 22px;
    width: auto;
}
.sec04_box_sub02 ul li .item2.wrap .full{
    width: 100%;
}

.sec04_link{
    margin-top: 10px;
}

.sec04_box_sub02 ul li .item2 .price span, .sec04_box_sub02 ul li .item6 .price .num, .sec04_box_sub02 ul li .item4 .price span {
    font-family: var(--en);
    font-size: 20px;
    font-weight: bold;
    color: #1571DA;
}
.sec04_box_sub02 ul li .note {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}
.sec04_box_sub02 ul li .item6, .sec04_box_sub02 ul li .tt2 {
    padding: 5px 15px 0 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec04_box_sub02 ul li .item6 {
    padding-top: 10px;
}
.sec04_box_sub02 ul li .tt2 .sm {
    font-size: 12px;
}
.sec04_box_sub02 ul li .tt2 .lg {
    font-size: 15px;
    font-weight: bold;
    font-family: var(--en);
}
.sec04_box_sub02 ul li .tt2 .mid {
    font-size: 14px;
}
.sec04_box_sub02 .sec04_tt02 {
    height: 118px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 18px;
}
.sec04_box_sub02 ul li > div {
    margin-bottom: 8px;
    /*  height: 24px;*/
}
.sec04_bold {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}
.sec04_link a {
    display: table;
    margin: 0 auto;
    font-size: 14px;
}
/*==================== SEC05 ===================*/
.sec05 {
    margin-bottom: 140px;
}
.sec05 .inner {
    width: 1310px;
}
.sec05_ttl {
    background: url("../images/idx_icon09.svg") no-repeat center top 9px/70px;
    padding-top: 156px;
    margin-bottom: 60px;
}
.sec05_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
}
.sec05_tab li {
    margin: 0 3px;
    width: 314px;
    height: 54px;
}
.sec05_sub_tab li a, .sec05_tab li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #999999;
    padding-top: 5px;
    border: 2px #CCCCCC solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.sec05_sub_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.sec05_sub_tab li {
    width: 48%;
    margin: 0 1%;
}
.sec05_sub_tab li a {
    height: 60px;
    border-radius: 999px;
    border: 2px solid #ccc;
}
.sec05_sub_tab li.active a, .sec05_tab li.active a {
    border-color: #111111;
    background: #FFDB57;
    color: #111111;
    border-width: 3px;
    pointer-events: none;
}
.sec05_content {
    height: 860px;
    overflow: hidden;
}
.sec05_content {
    height: auto;
    overflow: inherit;
}
.sec05_content .des {
    margin-bottom: 60px;
}
.sec05_content .des p {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0;
    color: var(--txt);
}
.sec05_box {
    border: 3px #111 solid;
    border-radius: 5px;
    padding: 60px 55px 75px 75px;
}
.sec05_txt {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 42px;
    line-height: 1.5em;
}
.sec05_txt a {
    text-decoration: underline;
    color: var(--mcolor);
}
.sec05_item {
    display: flex;
}
.sec05_item .item_l {
    width: 493px;
    margin-right: 76px;
    flex-shrink: 0;
    margin-top: 15px;
}
.sec05_item dl {
    margin-bottom: 33px;
}
.sec05_item dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    margin-bottom: 6px;
}

.sec05_item dl dt h3,
.sec05_item dl dd h3{
    font-size: 100%;
    text-align: left;
    margin-bottom: 0;
    font-weight: 400;
    display: inline;
}
.sec05_item dl dt h3{
    font-weight: bold;
}
.sec05_item dl dd {
    font-weight: 400;
    padding-left: 20px;
    line-height: 2.2em;
    letter-spacing: 0;
    margin-bottom: 35px;
}
.sec05_item dl dd:last-child {
    margin-bottom: 0;
}
.sec05_item dt a {
    color: var(--mcolor);
}
.sec05_item dd a {
    color: var(--mcolor);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.area_list {}
.area_list li {
    margin-right: 0;
    line-height: 2.2em;
    letter-spacing: 0;
    font-weight: 400;
    display: inline;
}
.area_list li:not(:last-child)::after,
.area_list li h3:not(:last-child) span::after {
    content: '、';
    display: inline-block;
}
.sec05_item dl dd .tt2 {
    font-size: 16px;
    font-weight: 400;
}
.sec05_item dl dd .tt2 span {
    margin-right: 12px;
    margin-bottom: 8px;
    display: inline-block;
}
.area_ct_off {
    background: #f1f3f5;
    padding: 30px;
    margin-bottom: 50px;
}
.sec05_item_off {
    display: flex;
    flex-wrap: wrap;
}
.sec05_item_off dl {
    display: flex;
    flex-wrap: wrap;
}
.sec05_item_off dl:not(:last-child) {
    margin-right: 20px;
}
.sec05_item_off dt {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
}
.sec05_item_off dd {
    display: flex;
}
.sec05_item_off dd, .sec05_item_off dd li {
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 400;
}
.sec05_item_off dt:not(:first-child) {
    margin-left: 25px;
}
.area_ttl {
    width: 225px;
    height: 52px;
    border: 3px solid var(--mcolor);
    background: #fff;
    color: var(--mcolor);
    font-size: 20px;
    font-weight: bold;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 60px;
    padding-top: 2px;
    position: relative;
    left: -10px;
}
.area_ttl.bg2 {
    background: #ccc;
    border-color: #ccc;
    color: var(--txt);
}
.area_ttl.mb30 {
    margin-bottom: 30px
}

.area_btn {
    display: flex;
    justify-content: center;
}
.area_btn .u_btn {
    margin: 0 30px 0
}
.sec05_link a {
    color: var(--mcolor);
    text-decoration: underline;
    font-weight: 400;
    text-underline-offset: 2px;
    margin-bottom: 9px;
    display: inline-block;
    margin-right: 7px;
}
.sec05_item .item_r {
    flex-grow: 1;
}
.sec05_list {
    display: flex;
    flex-wrap: wrap;
}
.sec05_list li:not(:nth-child(2n)) {
    margin-right: 16px;
}
.sec05_list li {
    margin-bottom: 12px;
}
.sec05_list li .img {
    width: 278px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec05_list li .img img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}
.sec05_btn {
    display: flex;
    justify-content: center;
}
.sec05_btn p {
    margin-bottom: 0;
}
.sec05_btn p:not(:last-child) {
    margin-right: 45px;
}
.btn_bg a {
    width: 346px;
    height: 73px;
    border-radius: 999px;
    color: #fff;
    font-size: 20px;
    padding-right: 18px;
    letter-spacing: 0.025em;
    padding-top: 2px;
    line-height: 1.2em;
    background: url("../images/arrow_w01.svg") #005DDF no-repeat right 20px center/16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
/*==================== SEC06 ===================*/
.sec06 {
    position: relative;
    padding-top: 96px;
    padding-bottom: 100px;
    margin-bottom: 140px;
}
.sec06 .inner {
    width: 1310px;
}
.sec06::before {
    position: absolute;
    content: "";
    width: 1536px;
    height: 100%;
    margin: 0 auto;
    background: #EEF8FF;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
}
.sec06_item {
    display: flex;
    margin-bottom: 65px;
}
.sec06_item > div {
    background: #fff;
    width: 297px;
    border-radius: 20px;
    position: relative;
    padding: 39px 28px 36px;
}
.sec06_item > div:not(:last-child) {
    margin-right: 30px;
}
.sec06_item .tt01 {
    position: absolute;
    left: 30px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/bb_blue.svg") no-repeat center top/cover;
    width: 64px;
    height: 62px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
    top: 0;
}
.sec06_item .tt01 .ja {
    font-size: 14px;
    font-weight: 500;
}
.sec06_item .tt01 .num {
    font-family: var(--en);
    font-size: 21px;
}
.sec06_ttl.ttl {
    margin-bottom: 61px;
    letter-spacing: 0.05em;
}
.sec06_ttl.ttl .en {
    padding-top: 21px;
    margin-bottom: 18px;
}
.sec06_ttl.ttl .ja > span,
.sec08_ttl.ttl .ja > .org
 {
    color: var(--org);
}
.sec06_item .tt {
    line-height: 1.7;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.sec06_item .icon {
    margin-bottom: 0px;
    text-align: center;
}
/*==================== SEC07 ===================*/
.sec07 {
    background: #FFFAD9;
    padding-top: 97px;
    padding-bottom: 75px;
}
.sec07 .inner {
    width: 100%;
    padding: 0;
}
.sec07_item .slick-list {
    padding-bottom: 10px !important;
    overflow: visible;
}
.sec07_item .staff_item {
    border: 3px #4D5459 solid;
    box-shadow: 0px 4px 0px 0px #636C73;
}
.sec07_bnr {
    width: 571px;
    height: 160px;
    background: #fff;
    margin: 47px auto 67px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 0 0 15px;
}
.sec07_bnr p {
    margin-bottom: 0;
}
.sec07_bnr .img {
    margin-right: 27px;
    flex-shrink: 0;
}
.sec07_bnr .txt {
    letter-spacing: 0.01em;
}
.sec_btn_g {
    display: flex;
    justify-content: center;
}
.sec_btn_g p:not(:last-child) {
    margin-right: 80px;
}
.sec_btn_g .btn a {
    letter-spacing: 0em;
}
/*==================== SEC08 ===================*/
.sec08_item {
    display: flex;
    justify-content: center;
}
.ttl.sec08_ttl {
    margin-bottom: 47px;
}
.sec08_ttl .ja .sm {
    font-size: 70%;
}
.sec08_img_cen {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 37px;
}
.sec08_txt p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.024em;
    line-height: 1.8em;
}
.sec08_txt p span {
    position: relative;
    top: 5px;
}
.sec08_txt p a {
    color: var(--mcolor);
    text-decoration: underline;
}
.sec08 .sec_voice {
    margin-top: 83px;
}
.sec08 .pause_voice {
    bottom: 36px;
}
/*.sec08 .voice_content {
    margin-bottom: 18px;
}*/
/*==================== SEC09 ===================*/
.sec09 {
    padding-top: 138px;
    padding-bottom: 115px;
}
.sec09 .ttl {
    margin-bottom: 61px;
}
.sec09 .sec_faq {
    padding-bottom: 65px;
}
#index .sec_service {
    margin-bottom: 120px;
}
/*==================== CTA ===================*/
.box_cta {
    width: 542px;
    height: 302px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.box_cta.loaded {
    overflow: inherit;
}
.cta_tt {
    border-radius: 24px;
    width: 320px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    position: relative;
    margin-top: -23px;
    letter-spacing: 0em;
    padding-left: 8px;
}
.cta_tt::after, .cta_tt::before {
    position: absolute;
    content: "";
}
.cta_tt::after {
    background: url("../images/pick_tt1.png") no-repeat right top/30px;
    width: 30px;
    height: 30px;
    right: -26px;
    top: -23px;
}
.cta_tt, .cta_tt::before {
    border: 2px #111111 solid;
    background: #FFDB57;
}
.cta_tt::before {
    width: 11px;
    height: 11px;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: -6px;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    border-left: none;
    border-top: none;
}
.box_tab_cta, .ft_tab_cta {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
    padding-left: 40px;
    padding-right: 40px;
}
.ft_tab_cta {
    margin-bottom: 37px;
}
.box_tab_cta li, .ft_tab_cta li {
    flex: 1;
    position: relative;
}
.box_tab_cta li:not(:last-child)::before, .ft_tab_cta li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    right: 0;
    top: 11px;
}
.box_tab_cta li a, .ft_tab_cta li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.box_tab_cta li a span, .ft_tab_cta li a span {
    position: relative;
    padding: 7px 13px;
}
.box_tab_cta li a span::before, .ft_tab_cta li a span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: var(--mcolor);
    opacity: 0;
}
.box_tab_cta li a:hover, .ft_tab_cta li a:hover {
    color: var(--mcolor);
}
.box_tab_cta li a:hover span::before, .box_tab_cta li.active a span::before, .ft_tab_cta li a:hover span::before, .ft_tab_cta li.active a span::before {
    opacity: 1;
}
.box_tab_cta li.active a, .ft_tab_cta li.active a {
    color: var(--mcolor);
    pointer-events: none;
}
.cta_btn01 {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}
.cta_btn01 li a {
    width: 240px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    font-size: 14px;
    padding-right: 29px;
    letter-spacing: 0em;
    padding-top: 2px;
    line-height: 1.2em;
}
.cta_btn01 li a, .cta_btn02 a, .cta_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cta_btn01 li.btn1 {
    margin-right: 15px;
}
.cta_btn01 li.btn1 a {
    background: #005DDF;
    background: url("../images/arrow_w01.svg") #005DDF no-repeat right 13px center/16px;
}
.cta_btn01 li.btn2 a {
    background: url("../images/arrow_w01.svg") var(--org) no-repeat right 12px center/16px;
}
.cta_btn01 li.btn3 a {
    background: url("../images/arrow_w01.svg") #F2635F no-repeat right 12px center/16px;
    width: 200px;
    margin-right: 20px;
}
.cta_btn01 li.btn4 a {
    background: url("../images/arrow_w01.svg") var(--org) no-repeat right 12px center/16px;
}
.cta_btn02 {
    margin-bottom: 19px;
    padding-right: 13px;
}
.cta_btn02 a {
    width: 242px;
    height: 47px;
    font-size: 14px;
    margin: 0 auto;
    border: 3px #111111 solid;
    border-radius: 32px;
    background: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.cta_btn02 a span {
    background: url("../images/icon_search.svg") no-repeat left center;
    padding: 9px 5px 5px 29px;
}
.cta_link a {
    width: 177px;
    height: 36px;
    background: url("../images/arrow_blue02.svg") no-repeat right 4px top 8px;
    padding-right: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #4D4D4D;
    font-weight: bold;
}
.cta_link a span {
    border-bottom: 1px var(--mcolor) solid;
    padding-bottom: 5px;
    letter-spacing: -0.03em;
}
.sec08 {
    padding-top: 138px;
}
.ttl.sec04_ttl .en {
    margin-bottom: 13px;
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
    position: relative;
    z-index: 3;
}
.ft_top {
    width: calc(100% - 56px);
    margin: 0 auto;
    background: var(--mcolor);
    color: #fff;
    border-radius: 30px;
    padding-bottom: 100px;
    margin-bottom: 120px;
}
.ft_top .inner {
    width: 1210px;
}
.ft_top_box_l {
    margin-right: 50px;
}
.ft_top_ttl {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 31px;
    letter-spacing: 0em;
}
.ft_top_txt {
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0em;
}
.ft_top_box_r {
    margin-top: 2px;
}
.ft_top_box {
    display: flex;
    padding-top: 162px;
    justify-content: space-between;
    margin-bottom: 98px;
}
.box_cta.ft_box_cta {
    width: 720px;
    height: 371px;
}
.cta_tt::before {
    width: 9px;
    height: 9px;
    bottom: -7px;
}
.box_cta.ft_box_cta .cta_tt {
    top: -29px;
    height: 44px;
    padding-top: 6px;
    margin-bottom: -8px;
}
.box_cta.ft_box_cta .cta_tt::after {
    background: url(../images/pick_tt1_w.png) no-repeat right top / 31px;
    width: 31px;
    height: 27px;
    right: -26px;
    top: -23px;
}
.box_cta.ft_box_cta .cta_tt::before {
    bottom: -5px;
}
.box_cta.ft_box_cta .cta_btn01 li a {
    width: 310px;
    height: 73px;
    border-radius: 37px;
    font-size: 20px;
    padding-top: 3px;
}
.box_cta.ft_box_cta .cta_btn01 li.btn3 a {
    width: 250px;
}
.box_cta.ft_box_cta .cta_btn01 li.btn3 ~ .btn1 a {
    width: 360px;
}
.box_cta.ft_box_cta .cta_btn01 li.btn1 a {
    background: url("../images/arrow_w01.svg")var(--mcolor) no-repeat right 24px center/20px;
}
.box_cta.ft_box_cta .cta_btn01 li.btn2 a {
    background: url("../images/arrow_w01.svg") var(--org) no-repeat right 24px center/20px
}
.box_cta.ft_box_cta .cta_btn02 a {
    width: 320px;
    height: 64px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0em;
}
.box_cta.ft_box_cta .cta_btn02 a span {
    background: url("../images/icon_search_lg.svg") no-repeat left center;
    padding-left: 40px;
    padding-top: 11px;
}
.box_cta.ft_box_cta .cta_link a {
    font-weight: bold;
}
.box_cta.ft_box_cta .cta_btn01 {
    margin-bottom: 28px;
}
.box_cta.ft_box_cta .cta_btn02 {
    margin-bottom: 17px;
}
.ft_info {
    display: flex;
    justify-content: center;
    /*     margin-bottom: 60px; */
    margin-bottom: 0;
}
.ft_info li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ft_info li.ft_info_tel {
    margin-right: 62px;
}
.ft_info li.ft_info_tel .tt {
    margin-bottom: -12px;
}
.ft_info li.ft_info_tel .tel_txt, .ft_info li.ft_info_mail .mail_txt {
    font-size: 64px;
    font-weight: 700;
    font-family: var(--en);
}
.ft_info li.ft_info_tel .tel_txt {
    background: url("../images/icon_tel_lg.svg") no-repeat left center/38px;
    padding-left: 60px;
    margin-bottom: -12px;
}
.ft_info li .tel_txt a, .ft_info li .mail_txt a {
    color: #fff;
}
.ft_info li.ft_info_mail .tt {
    margin-bottom: -11px;
}
.ft_info li.ft_info_mail .mail_txt {
    background: url("../images/icon_mail_lg.svg") no-repeat left center/41px;
    padding-left: 60px;
    margin-bottom: -12px;
}
.ft_info li.ft_info_tel .tt, .ft_info li.ft_info_mail .tt, .ft_info li.ft_info_tel .sm, .ft_info li.ft_info_mail .sm {
    font-size: 20px;
    font-weight: 500;
}
.ft_box_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ft_box_btn .btn {
    max-width: 100%;
}
.ft_box_btn .btn a {
    height: 60px;
    font-size: 18px;
    padding-top: 5px;
}
.ft_bnr {
    width: 1180px;
    height: 153px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    display: flex;
    color: #111;
    align-items: center;
    padding: 10px 50px;
    display: none;
}
.ft_bnr .ft_tt {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.ft_bnr .icon {
    width: 82px;
    height: 82px;
    border: 2px #111 solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mcolor);
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 25px;
    padding-top: 4px;
}
.ft_bnr .txt {
    font-size: 24px;
    letter-spacing: -0.02em;
}
.ftn_btn {
    margin-left: auto;
}
.ftn_btn a {
    width: 380px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #111 solid;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--mcolor);
}
.ftn_btn a span {
    background: url("../images/icon_download.svg") no-repeat right center/24px;
    padding: 10px 40px 6px 0;
}
.ft_mid .inner {
    width: 1310px;
    display: flex;
}
.ft_mid .ft_bt_l {
    width: 382px;
    margin-right: 127px;
    flex-direction: column;
}
.ft_bnr2 {
    display: flex;
    justify-content: space-between;
}
.ft_bnr2 .bnr1 {
    width: 208px;
    margin-right: 0;
}
.ft_bnr2 .bnr2 {
    width: 164px;
}
.ft_bnr2 li {
    height: 46px;
}
.ft_bnr2 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px #CCCCCC solid;
    font-size: 10px;
    line-height: 1.5;
    padding-top: 0;
    color: #4B4B4B;
    background: url("../images/arrow_up.svg") no-repeat right 5px bottom 5px/8px;
    padding-left: 10px;
    letter-spacing: 0.02em;
}
.ft_icon li:not(:last-child) {
    margin-right: 16px;
}
.ft_icon li a {
    display: inline-block;
}
.ft_icon, .link_txt, .ft_bt_link {
    display: flex;
}
.link_txt, .ft_bt_link {
    flex-direction: column;
    position: relative;
    top: -3px;
}
.ft_bt_link {
    align-items: flex-start;
    top: -11px;
}
.link_txt p {
    margin-bottom: 0;
    line-height: 1.25;
}
.link_txt p a, .ft_bt_link a {
    font-size: 12px;
    color: #4B4B4B;
    background: url("../images/arrow_gray.png") no-repeat right center/6px;
    padding-right: 11px;
    letter-spacing: 0em;
    text-underline-offset: 3px;
}
.ft_bt_link a {
    line-height: 1.5;
}
.ft_bt_link a:not(:last-child) {
    margin-bottom: 2px;
}
.ft_logo {
    margin-bottom: 40px;
}
.ft_bnr1 {
    margin-bottom: 12px;
}
.ft_bnr2 {
    margin-bottom: 41px;
}
.ft_bnr_new .ftn_btn a {
    width: 315px;
    letter-spacing: 0;
}
.ft_bt_bnr a, .aeon_bnr a, .ft_bnr1 a, .ft_bnr2 a {
    display: inline-block;
}
.ft_mid .ft_link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ft_mid .ft_link .wrap {
    display: flex;
}
.ft_mid .ft_link .ft_link_l {
    display: flex;
    flex-wrap: wrap;
    width: 510px;
    margin-right: 48px;
    justify-content: space-between;
}
.ft_mid .ft_link .ft_link_r {}
.ft_mid .ft_link .ft_link_l > .big {
    width: 100%;
    margin-bottom: 4px;
}
.ft_mid .ft_link .big {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0em;
    color: #111;
}
.ft_mid .ft_link .big a {
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
}
.ft_mid .ft_link .big.mb01 {
    margin-bottom: 35px;
}
.ft_mid .ft_link .big::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: var(--mcolor);
    left: 0;
    top: 11px;
}
.ft_mid .ft_link li:not(.big) a {
    font-size: 14px;
    margin-left: 8px;
    letter-spacing: 0em;
    color: #111;
}
.ft_link li {
    color: #111;
}
.ft_mid .ft_link li.big02 {
    font-size: 16px;
}
.ft_mid .ft_link li.big02 p {
    margin-bottom: 0;
}
.ft_mid .ft_link li {
    margin-bottom: 2px;
    color: #111;
}
.ft_link_txt {
    display: flex;
    position: absolute;
    right: 15px;
    bottom: -2px;
}
.ft_link_txt li:not(:last-child) {
    margin-right: 24px;
}
.ft_link_txt li a {
    font-size: 12px;
    color: #4B4B4B;
    letter-spacing: 0.02em;
}
.ft_bt {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px #ccc solid;
    padding-top: 20px;
    margin-top: 46px;
}
address {
    color: #757575;
    font-size: 12px;
    padding-top: 18px;
}
.ft_bt .ft_bt_l {
    display: flex;
    align-items: center;
}
.aeon_bnr {
    margin-right: 20px;
}
.pc_fix {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
.pc_fix.show {}
.pc_fix a {
    width: 372px;
    height: 240px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    display: flex;
}
.close_fix {
    background: url("../images/icon_close_fix.svg") no-repeat center/30px;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    position: absolute;
    margin-bottom: 0;
}
.pc_fix.active {
    display: none;
}
/* BACK TO TOP */
.to_top {
    position: fixed;
    z-index: 9;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}
.to_top.show, .pc_fix.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}
/* BUTTON */
.btn_arr {}
.btn_arr.center a {
    margin-left: auto;
    margin-right: auto;
}
.btn_arr a {
    position: relative;
    font-weight: bold;
    padding-right: 30px;
    padding-bottom: 8px;
    letter-spacing: -0.025em;
}
.btn_arr a::before {
    background: url('../images/btn_arr.png') center /cover no-repeat;
    width: 25px;
    height: 25px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}
.btn_arr a::after {
    width: calc(100% - 30px);
    height: 1px;
    background: var(--mcolor);
    position: absolute;
    bottom: 0;
    left: 1px;
    content: '';
    transition: all ease 0.3s;
}
.btn_big a {
    letter-spacing: 0.015em;
    font-size: 18px;
    padding-right: 48px;
}
.btn_big a::before {
    width: 36px;
    height: 36px;
    background: url('../images/btn_arr_big.png') center /cover no-repeat;
    top: -4px;
}
.btn_big a::after {
    width: calc(100% - 49px);
    left: 1px;
}
/* UNDER TITLE */
.u_ttl {
    text-align: center;
    margin-bottom: 60px;
}
.u_ttl .en {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: var(--org);
    margin-bottom: 18px;
    position: relative;
    padding-top: 19px;
    display: inline;
}
.u_ttl .en::before {
    background: url('../images/ic_uttl.png') center /50px no-repeat;
    width: 50px;
    height: 8px;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    content: '';
}
.u_ttl .ja {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.015em;
    line-height: 1.5em;
    margin-bottom: 0;
}
/* VOICE SECTION */
.sec_voice {}
.sec_voice .inner {
    width: 100%;
    padding: 0;
}
.voice_content {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 24px;
}
.voice_item.slick-slide {
    display: flex;
}
.voice_item {
    width: 442px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    border: 3px solid var(--txt);
    display: flex;
    padding: 25px 30px;
    margin-right: 20px;
    margin-bottom: 25px;
}
.voice_item .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 27px;
    flex-shrink: 0;
}
.voice_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice_item .des {}
.voice_item .des .star {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.voice_item .des .star .ic {}
.voice_item .des .star .numb {
    font-size: 20px;
    font-weight: bold;
    margin-left: 11px;
    position: relative;
    top: 2px;
}
.voice_item .des .cmt {
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.voice_item .des .date {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.voice_slide {
    margin-bottom: 0;
    height: 230px;
    overflow: auto;
}
.voice_slide.slick-initialized {
    height: auto;
    overflow: inherit;
}
.voice_slide .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 12px 0 0;
}
.voice_slide .slick-dots li button {
    background: #000;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid var(--txt);
    border-radius: 50%;
}
.voice_slide .slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li.slick-active {
    pointer-events: none;
}
.voice_layout {
    padding-bottom: 100px;
}
.voice_list {
    display: flex;
    flex-wrap: wrap;
    width: 916px;
    margin: 0 auto;
    justify-content: space-between;
}
.voice_list .voice_item {
    margin-right: 0;
}
.voice_page main .voice_content {
    padding-bottom: 0;
    margin-bottom: 0;
}
/* FAQ SECTION */
.sec_faq {
    padding-bottom: 138px;
}
.sec_faq .u_ttl .ja {
    letter-spacing: 0;
}
.faq_list {
    width: 1080px;
    margin: 0 auto;
    border-top: 2px solid var(--txt);
    max-width: 100%;
}
.faq_list dl {
    padding: 19px 0 11px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--txt);
    transition: all ease 0.3s;
}
.faq_list dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    letter-spacing: 0;
}
.faq_list dt::before {
    width: 2px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 9px;
    border-radius: 999px;
    content: '';
    background: var(--org);
    transition: all ease 0.3s;
}
.faq_list dt::after {
    width: 20px;
    height: 2px;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    border-radius: 999px;
    content: '';
    background: var(--org);
}
.faq_list dd {
    position: relative;
    padding: 15px 0 19px 70px;
    display: none;
}
.faq_list dt span, .faq_list dd > span {
    width: 49px;
    height: 49px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: var(--org);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    flex-shrink: 0;
    font-family: var(--en);
    font-size: 20px;
    border: 3px solid var(--org);
    border-radius: 50%;
    margin-right: 20px;
}
.faq_list dd > span {
    background: #fff;
    color: var(--org);
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 2px;
}
.faq_list dt.active::before {
    transform: rotate(90deg);
    opacity: 0;
}
/* SERVICE SECTION */
.sec_service {
    padding: 180px 0;
    position: relative;
    display: none !important;
    pointer-events: none;
}
.sec_service::before {
    background: #FFFAD9;
    position: absolute;
    top: 0;
    left: calc(50% - 768px);
    content: '';
    border-radius: 999px 0 0 999px;
    z-index: 0;
    width: 100%;
    height: 730px;
}
.sec_service .inner {
    display: flex;
}
.sec_service .service_left {
    flex-shrink: 0;
    margin-left: 75px;
    margin-right: 95px;
    position: relative;
}
.sec_service .u_ttl {
    text-align: left;
    margin-bottom: 120px;
    margin-top: 18px;
}
.sec_service .u_ttl .ja {
    text-align: left;
    margin-top: 20px;
}
.sec_service .u_ttl .en {
    padding-left: 5px;
}
.sec_service .u_ttl .en::before {
    left: 7px;
}
.sec_service .u_ttl::before {
    background: url('../images/ic_service.png') center /cover no-repeat;
    width: 58px;
    height: 62px;
    content: '';
    position: absolute;
    top: 62px;
    left: -76px;
}
.service_list {
    height: 370px;
    overflow: hidden;
}
.service_list.slick-initialized {
    height: auto;
    overflow: inherit;
}
.service_item {
    width: 320px;
    height: 370px;
    border: 3px solid var(--txt);
    margin-right: 24px;
    border-radius: 20px;
    background: #fff;
}
.service_item .img {
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.service_item .des {
    padding: 16px 21px;
}
.service_item .des ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.service_item .des ul li {
    font-size: 10px;
    border: 1px solid #ccc;
    color: #757575;
    border-radius: 999px;
    margin-right: 5px;
    padding: 1px 8px 0;
    letter-spacing: -0.05em;
    margin-bottom: 4px;
}
.service_item .des .name {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 0em;
    color: #111;
    text-align: left;
}
.service_list .slick-arrow {
    width: 36px;
    height: 36px;
    background: url('../images/ic_next.png') center /cover no-repeat;
    top: 221px;
}
.service_list .slick-arrow::before {
    display: none;
}
.service_list .slick-next {
    left: -205px;
}
.service_list .slick-prev {
    background: url('../images/ic_prev.png') center /cover no-repeat;
    left: -257px;
}
/* MENU STAFF */
.menu_staff {}
.menu_staff .control_pause {
    margin-top: 21px;
}
.staff_list {
    height: 757px;
    overflow: hidden;
    width: 100%;
}
.staff_list.slick-initialized {
    height: auto;
    overflow: inherit;
}
.staff_item.slick-slide {
    width: 760px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    padding: 39px 48px 48px;
    margin-right: 20px;
}
.staff_item .img {
    text-align: center;
    width: 140px;
    flex-shrink: 0;
    margin-right: 35px;
}
.staff_item .img .avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.staff_item .img .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.staff_item .img .name {
    letter-spacing: 0;
}
.staff_item .des {
    padding-top: 21px;
}
.staff_item .des .big {
    font-size: 24px;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
    font-weight: bold;
}
.staff_item .des ul {}
.staff_item .des ul li {
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    margin-bottom: 8px;
}
.staff_item .des ul li:last-child {
    margin-bottom: 0;
}
.staff_item .des ul li p {
    padding-top: 2px;
}
.staff_item .des ul li .label {
    width: 115px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--org);
    background: #FFFAD9;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 22px;
    border-radius: 5px;
    padding: 1px 0px 0px 6px;
}
.staff_item .des ul li .des {
    width: 115px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--org);
    background: #FFFAD9;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 22px;
    border-radius: 5px;
    padding: 1px 0px 0px 6px;
}
/* PAUSE  */
.control_pause {
    display: flex;
    justify-content: center;
    align-items: center;
}
.control_pause .slick-dots {
    position: relative;
    display: flex;
    width: auto;
    margin-right: 13px;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
}
.control_pause .pause_btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}
.control_pause .pause_btn a {
    display: flex;
    width: 100%;
    height: 100%;
    background: url("../images/icon_pause.svg") #fff no-repeat center;
    border-radius: 50%;
    border: 1px #111111 solid;
}
.control_pause .pause_btn.active a {
    background: url('../images/ic_play_b.png') center /cover no-repeat var(--mcolor);
    border-color: var(--mcolor);
}
.control_pause .slick-dots li button::before {
    display: none;
}
.txt_table {
    font-size: 12px;
    line-height: 1.5em;
    color: #333;
    margin: 18px 0 38px;
}
.txt_table .indent {
    display: flex;
}
.txt_table .indent span {
    flex-shrink: 0;
}
/* U BTN */
.u_btn {}
.u_btn a {
    width: 411px;
    height: 73px;
    border-radius: 999px;
    background: #fff;
    color: var(--txt);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-shadow: none;
    position: relative;
    padding: 2px 20px 0 0;
    letter-spacing: 0;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 12, 0.4);
}
.u_btn a::before {
    background: url('../images/ic_arr_ubtn.png') center /cover no-repeat;
    width: 20px;
    height: 15px;
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 23px;
    transition: all ease 0.3s;
}
.btn_blue a {
    background: var(--mcolor);
    color: #fff;
}
.btn_org a {
    background: var(--org);
    color: #fff;
}
.btn_blue a::before, .btn_org a::before {
    background: url('../images/ic_arr_ubtn_w.png') center /cover no-repeat;
}
.u_btn.center a {
    margin-left: auto;
    margin-right: auto;
}