/*
Theme Name: themename
*/


:root {
    --color-theme: #;
    --color-white: #FFFFFF;
    --color-black: #333333;
    --color-blue: #54bade;
    --color-darkblue: #245ca6;
    --color-menublue1: #479ee3;
    --color-menublue2: #265ba7;
    --color-btnblue1: #54b9de;

   
    --color-NavBg: #DCF3F5;
    --color-baseBlue: #005bac;
    --color-baseLightBlue: #00aed3;
    --color-baseLightBlue2: #DFF5F6;
    --color-baseRed: #d84141;
    --color-baseText: #595959;
    --color-basevstText: #b3b3b3;
    --color-btnYellow: #d0b12e;
    --color-stepBlue: #10509E;
    --color-jumpBlue: #04265C;
    --color-superlightblue: #e1eef8;
    --color-dpblue: #0182c4;


    --color-footer: #;
    --vw-min: 750;
    
    --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
    --font-zenmincho: "Zen Old Mincho", serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-mrdeha:"Mr De Haviland", cursive;
    --font-notoserif: "Noto Serif JP", serif;

    scroll-padding: 162px;
	scroll-behavior: smooth;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb48 {
    margin-bottom: 48px !important
}
.mb56 {
    margin-bottom: 56px !important;
}
.mb64 {
    margin-bottom: 64px !important;
}
.mb72 {
    margin-bottom: 72px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.w66 {
    width: 66%;
}
.w33 {
    width: 33%;
}
.fw500 {
    font-weight: 500;
}
.mcenter {
    margin-left: auto;
    margin-right: auto;
}
.center {
    text-align: center;
}
.rihgt {
    text-align: right;
}
html {
    scroll-behavior: smooth;
  }
body {
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif; */
    font-family: var(--font-noto);
    color: var(--color-baseText);
}

p {
    line-height: 1.75;
    font-weight: 400;
}

/* a {
    opacity: 1;
    transition: 0.4s;
}
a:hover {
    opacity: 0.6;
} */


/* ------------------------ */
/*         setting          */
/* ------------------------ */

.sec_wrap_01 {
    width: 1200px;
    margin: 0 auto;
}
.sec_wrap_02 {
    width: 1000px;
    margin: 0 auto;
}
.sec_wrap_03 {
    width: 900px;
    margin: 0 auto;
}
main {
margin-top: 160px;
}

.center {
    text-align: center;
}


.mv_wave {
margin-top: 50px;
position: relative;
z-index: 6;
}


/* ------------------------ */
/*          PAGE            */
/* ------------------------ */


.page_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16.6vw;
    background-size: cover !important;
    color: var(--color-white);
    background: var(--color-baseText);
}
.about-us .page_title {
    background: url("../images/aboutus_bg.jpg") center center no-repeat;
}
.trial-diving .page_title {
    background: url("../images/trial_bg.jpg") center center no-repeat;
}
.fundiving .page_title {
    background: url("../images/fundive_bg.jpg") center center no-repeat;
}
.license .page_title {
    background: url("../images/license_bg.jpg") center center no-repeat;
}
.private-cruise .page_title {
    background: url("../images/cruise_bg.jpg") center center no-repeat;
}
.sdgs .page_title {
    background: url("../images/sdgs_bg.jpg") center center no-repeat;
}
.private-charter .page_title {
    background: url("../images/private-charter_bg.jpg") center center no-repeat;
}
.swimming-with-whales .page_title {
    background: url("../images/swim_bg.jpg") center center no-repeat;
}
.whales-watching .page_title {
    background: url("../images/watch_bg.jpg") center center no-repeat;
}
.page_title h1 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.page_title span {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
}


.content_box_pt01 {
    display: flex;
    justify-content: space-between;
}
.content_box_pt01.rvs {
    flex-direction: row-reverse;
}
.content_box_pt01 .content_box_text {
    width: 48%;
}
h3.content_h3_pt1 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 24px;
    color: var(--color-baseBlue);
}
h3.content_h3_pt2 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 24px;
    color: var(--color-baseLightBlue);;
}
h3.content_h3_pt2 span {
    font-weight: 400;
    font-size: 18px;
}
.content_box_pt01 .content_box_img {
    width: 48%;
}







/* ------------------------ */
/*          LINKS           */
/* ------------------------ */

a.double_line {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 240px;
    height: 50px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 auto;
    color: var(--color-black);
}
a.double_line span {
    position: relative;
    z-index: 2;
}
a.double_line::before {
    content: '';
    display: block;
    border: solid 1px var(--color-black);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--color-white);
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 0;
}
a.double_line::after {
    content: '';
    display: block;
    border: solid 1px var(--color-black);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.single_cntr_link {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    background: url("../images/arrow.svg")no-repeat right 8% center, var(--color-blue);
    background-size: 9px auto;
    border-radius: 3em;
    color: var(--color-white);
}
.single_cntr_link a {
    display: block;
    padding: 12px 24px 12px 16px;
}



/* ------------------------ */
/*          header          */
/* ------------------------ */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--color-white);
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 1200px;
    margin: 0 auto; */
    padding: 16px 0;
    background: #FFF;
}
.header_logo {
    width: 350px;
}
.gnav {
    background: #DCF3F5;
}
.gmenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menu_bottom, .menu_top {
    display: flex;
    align-items: center;
}
.menu_tel {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 33px;
    letter-spacing: 0.02em;
    font-family: "Arial", "メイリオ";
    color: var(--color-baseBlue);
}
.menu_tel_icon {
    width: 22px;
    margin-right: 4px;
}
.menu_tel span {
    margin-left: 8px;
    font-size: 14px;
}
.menu_prnt-list {
    display: flex;
    width: 100%;
    justify-content: center;
}
.menu_contact li:not(:last-child) {
    margin-right: 16px;
}
.menu_prnt-list a {
    font-size: 14px;
}
.menu_chld-list {
    display: flex;
    flex-direction: column;
}
.menu_prnt-list > li {
    position: relative;
}
.menu_prnt-list > li:not(:last-child) {
    margin-right: 46px;
}
.menu_prnt-list > li a {
    display: block;
    padding: 8px 12px;
    color: var(--color-baseBlue);
    position: relative;
    transition: .2s;
}
.menu_chld-list > li > a::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/arrow.svg) center center no-repeat;
    position: absolute;
    right: 0.3em;
    opacity: 0;
    bottom: 0.8em;
    transition: .2s;
}
.menu_chld-list > li > a:hover {
    background: var(--color-baseLightBlue);
    color: var(--color-white);
}
.menu_chld-list > li > a:hover::after {
    right: 0;
    opacity: 1;
}
.menu_chld-list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 180px;
    top: 36px;
    left: 50%;
    transition: all .3s;
    z-index: 99;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    background: var(--color-white);
}
.menu_prnt-list > li:hover .menu_chld-list {
    visibility: visible;
    opacity: 1;
}
.menu_chld-list a {
    padding: 12px 0;
    color: var(--color-darkblue);;
}
.menu_contact {
    display: flex;
    align-items: flex-start;
    margin-right: 16px;
}
.menu_contact a {
    padding: 5px 20px 6px;
    line-height: 1;
    border-radius: 10px;
}
.menu_contact_con a {
    color: var(--color-white);
    background: var(--color-baseBlue);
    transition: .2s;
}
.menu_contact_con a:hover {
    background: var(--color-jumpBlue);
}
.menu_contact_res a {
    color: var(--color-white);
    background: var(--color-btnYellow);
    transition: .2s;
}
.menu_contact_res a:hover {
    background: #9d8313;
}
.menu_sns {
    display: flex;
    margin-right: 16px;
}
.menu_sns_icon {
    width: 32px;
}
.menu_sns_icon:first-child {
    margin-right: 16px;
}
.menu_lang {
    display: flex;
    font-size: ;
    font-weight: 500;
    color: var(--color-basevstText);
}
.menu_lang  .current {
    color: var(--color-baseBlue);
}
.menu_bottom a.glink {
    color: var(--color-basevstText);
}
.menu_bottom a.glink:first-child::after {
    content: "/";
    font-weight: 400;
    margin: 0 0.2em;
}
.menu_bottom a.glink.gt-current-lang {
    color: var(--color-baseBlue) ;
    font-weight: 500;
}
/* bread */
.breadcrumbles {
    padding-top: 16px;
}
#breadcrumbs span {
    display: flex;
    font-size: 13px;
    font-weight: 400;
}
#breadcrumbs span span {
    margin-right: 0.8em;
}
#breadcrumbs span span:not(:first-child) {
    margin-left: 0.8em;
}
/* .breadcrumbles ul {
    display: flex;
}
.breadcrumbles ul li {
    display: flex;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumbles ul li:not(:first-child) {
    padding-left: 1.5em;
    position: relative;
}
.breadcrumbles ul li:not(:first-child)::before {
    content: ">";
    position: absolute;
    left: 0;
}
.breadcrumbles ul li:not(:last-child) {
    margin-right: 1em;
} */


/* --------------------- */
/*          TOP          */
/* --------------------- */

.top_sec {
    padding: 80px 0;
}



#mv {
    overflow: hidden;
    position: relative;
}
.mv_text {
    width: 720px;
    margin-left: -360px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    
}

#topService {
    background: #dbefff;
}
.topService_content_links li:not(:last-child) {
    margin-bottom: 12px;
}
.campaign_ttntn {
    display: inline-block;
    padding: 12px;
    background: var(--color-white);
}

.topService_content_box {
    display: flex;
    justify-content: space-between;
}
.topService_content_text {
    width: 75%;
}
.topService_content_links {
    width: 22%;
}


.divingpoints {
    display: flex;
    flex-wrap: wrap;
}
.divingpoints_box {
    width: 390px;
    margin-bottom: 15px;
    overflow: hidden;
}
.divingpoints_box:not(:nth-child(3n)) {
    margin-right: 15px;
}

.content_box_1, .content_box_1.rvrs {
    display: flex;
    justify-content: space-between;
}
.content_box_1_text {
    width: 50%;
    padding-right: 1.5em;
}
.content_box_1.rvrs .content_box_1_text {
    width: 50%;
    padding-right: 0;
    padding-left: 1.5em;
}
.content_box_1_text > p {
    margin-bottom: 24px;
}
.content_box_1_img {
    width: 50%;
}


.swiper .swiper-slide {
	height: auto;
}
.swiper .swiper-slide-item { 
    height: 100%;
}
#mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-white);
}
#mv .swiper-pagination-bullet {
    background: var(--color-basevstText);
}

.link_pt1 {
    position: relative;
    padding-right: 1.5em;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}
.page .link_pt1  {
    font-size: 16px;
}
.link_pt1:hover {
    opacity: .8;
}
.link_pt1:hover::after {
    transform: translateX(6px);
}
.link_pt1::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/link_arrow.svg) center center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0.18em;
    transition: .3s;
}
.link_pt2 {
    display: block;
    width: 320px;
    margin: 0 auto;
    border-radius: 2em;
    padding: 12px 0;
    background: var(--color-btnYellow);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: .2s;
}
.link_pt2::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/white_link_arrow.svg) center center no-repeat;
    position: absolute;
    right: 0.6em;
    bottom: 0.95em;
}
.link_pt2:hover {
    background: #9d8313;
}
.link_pt3 {
    display: block;
    width: 240px;
    border-radius: 2em;
    padding: 12px 0;
    background: var(--color-btnYellow);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: .2s;
}
.link_pt3::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/white_link_arrow.svg) center center no-repeat;
    position: absolute;
    right: 0.6em;
    bottom: 0.95em;
}
.link_pt3:hover, .link_pt2:hover {
    background: #9d8313;
}
.link_pt4 {
    display: block;
    width: 240px;
    border-radius: 2em;
    padding: 12px 0;
    background: var(--color-baseBlue);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: .2s;
}
.link_pt4::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 1em;
    background: url(../images/white_link_arrow.svg) center center no-repeat;
    position: absolute;
    right: 0.6em;
    bottom: 0.95em;
}
.link_pt4:hover {
    background: var(--color-jumpBlue);
}
.contact_set {
    display: flex;
    justify-content: center;
}
.contact_set .link_pt3 {
    margin-right:32px;
}
.topIntro_wrap {
    position: relative;
}
.topIntro_txt {
    margin-bottom: 60px;
}
.topIntro_txt .link_right {
    position: relative;
    z-index: 3;
}
.topIntro_txt p {
    width: 850px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4;
}
.topIntro_map_img {
    width: 270px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

#topIntro h2 {
    margin-bottom: 32px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--color-baseBlue);
}


.bubble_b, .bubble_w { 
    position: relative;
    color: var(--color-baseText);
    font-weight: 400;
}
.bubble_b::before {
    content: '';
    display: block;
    width: 2.3em;
    height: 2.8em;
    background: url(../images/bubble_blue.svg) center center no-repeat;
    position: absolute;
    left: -0.75em;
    top: -0.9em;
    z-index: -1;
}
.bubble_w::before {
    content: '';
    display: block;
    width: 2.3em;
    height: 2.8em;
    background: url(../images/bubble_white.svg) center center no-repeat;
    position: absolute;
    left: -0.75em;
    top: -0.9em;
    z-index: -1;
}

#topBegginers h3, #topColumns h3,#topDP h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--color-baseBlue);
}
#topDP h3, #topColumns h3 {
    margin-bottom: 48px;
}
#topBegginers p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

#topPlans {
    background: url(../images/wave_bottom.svg) center bottom no-repeat,url(../images/wave_top.svg) center top no-repeat, #dff5f6;
    position: relative;
    z-index: 0;
}
#topPlans h3 {
    margin-bottom: 50px;
    font-size: 33px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-baseBlue);
}
.topPlans_3c {
    margin-bottom: 20px;
}
.topPlans_2c, .topPlans_3c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.topPlans_3c .topPlans_box {
    width: 320px;
}
.diving .topPlans_3c .topPlans_box {
    margin-bottom: 24px;
}
.topPlans_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background: var(--color-white);
}
.topPlans_2c .topPlans_box {
    width: 490px;
}
.diving .topPlans_box {
    background: var(--color-baseLightBlue2);
}

.topPlans_box h4 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    color: var(--color-baseBlue);
}
.topPlans_box_img {
    margin-bottom: 12px;
}
.topPlans_box p {
    margin-bottom: 10px;
}

.link_right {
     display: flex;
     justify-content: flex-end;
}
/* #topDP h3 {
    padding: 24px;
    border-top-right-radius: 40px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-white);
} */
#topDP h3 {
    
}
.topDP_box {
    margin-top: 110px;
}
.topDP_box {
    margin-top: 110px;
    
    /* border-bottom-left-radius: min(calc(50 / var(--vw-min) * 100vw),50px);
    border: min(calc(3 / var(--vw-min) * 100vw),3px) solid var(--color-baseLightBlue); */
}
#topDP_fundiver.topDP_box {
    border-width: min(calc(3 / var(--vw-min) * 100vw),3px);
}
#dp_hop.topDP_box h3  {
}
#dp_step.topDP_box h3  {
}
#dp_jump.topDP_box h3  {
}
.topDP_box h4 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 35px;
    color: var(--color-baseLightBlue);
}
.topDP_box_inner {
    position: relative;
}
.topDP_box_inner {
    /* padding: 40px 24px 40px;
    border-bottom-left-radius: 40px;
    border-right: 3px solid var(--color-baseLightBlue);
    border-bottom: 3px solid var(--color-baseLightBlue);
    border-left: 3px solid var(--color-baseLightBlue); */
}
#dp_hop .topDP_box_inner {
    border-color:var(--color-baseLightBlue);
}
#dp_step .topDP_box_inner {
    border-color: var(--color-stepBlue);
}
#dp_jump .topDP_box_inner {
    border-color: var(--color-jumpBlue);
}
.topDP_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.topDP_box_tb {
    width: 100%;
    padding: 15px 36px;
    font-size: 25px;
    line-height: 1;
    color: var(--color-white);
    background: var(--color-baseLightBlue);
    
}
#dp_step .topDP_box_tb {
    background: var(--color-stepBlue);
}
#dp_jump .topDP_box_tb {
    line-height: 1.4;
    background: var(--color-jumpBlue);
}

#topDP_fundiver .topDP_box_tb {
    color: var(--color-white);
    background: var(--color-baseBlue);
}

.topDP_box_left {
    width: 390px;
}
.topDP_box_map {
    margin-bottom: 24px;
}
.topDP_box_left > p {
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}
.topDP_box_imglist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 570px;
}

.topDP_box_imglist li {
    width: 272px;
    margin-bottom: 24px;
}
.topDP_box_imglist li > p {
    margin-top: 4px;
    text-align: center;
}
#page_v {
    width: 100%;
    height: 23vw;
    max-height: 220px ;
    background: url(../images/sample.jpg) center center;
    background-size: cover;
    position: relative;
}
.sdgs #page_v {
    width: 100%;
    height: 22vw;
    min-height: 305px;
    background: url(../images/clean_mv.webp) center center no-repeat;
    background-size: cover;
} 
.page_header_wave {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}


.bubble_hdr, .bubble_hdr_w {
    margin-bottom: 48px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--color-baseBlue);
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.bubble_hdr::before {
    content: '';
    display: block;
    width: 2.3em;
    height: 2.8em;
    background: url(../images/bubble_blue.svg) center center no-repeat;
    position: absolute;
    left: -0.75em;
    top: -0.9em;
    z-index: -1;
}
.bubble_hdr_w::before {
    content: '';
    display: block;
    width: 2.3em;
    height: 2.8em;
    background: url(../images/bubble_white.svg) center center no-repeat;
    position: absolute;
    left: -0.75em;
    top: -0.9em;
    z-index: -1;
}
.faq_box, .glossary_box {
    margin-bottom: 56px;
}
.faq_box .bubble_hdr, .glossary_box .bubble_hdr {
    font-size: 22px;
    margin-bottom: 16px;
}
.faq_box_a, .glossary_box_p {
    padding-left: 2em;
}

/* 体験 */
.box_sep_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trial_course_info_box {
    width: 48%;
    margin-bottom: 24px;
}
.trial_course_info_box h4 {
    margin-bottom: 6px;
    padding-bottom: 8px;
    font-weight: 500;
    border-bottom: 1px solid var(--color-baseText);
}
.schedule_block_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.schedule_block {
    width: 480px;
    border-radius: 8px;
    overflow: hidden;
}
.schedule_block_hdr {
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1;
    background: #0182c4;
}
.schedule_block_hdr::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(../images/schedule_time_w.svg) center center no-repeat;
    background-size: contain;
    vertical-align: -2px;
}
.schedule_items_list {
    margin-left: 24px;
    padding-top: 20px;
    padding-right: 24px;
    border-left: 1px solid #59595980;
}
.schedule_item:not(:first-child) {
    margin-top: 40px;
}

.schedule_item {
    padding-left: 1em;
    position: relative;
}
.schedule_item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 3px;
    background: #479ee3;
    position: absolute;
    left: -3px;
    top: 13px;
    z-index: 2;
}
.schedule_hdr {
    display: flex;
    align-items: center;
}
.schedule_hdr_time {
    width: 68px;
    margin-right: 12px;
    padding: 0.1em 0.2em 0.2em;
    border-radius: 1em;
    font-size: 13px;
    text-align: center;
    background: #479ee3;
    color: white;
}
.schedule_hdr_ttl {
    font-size: 15px;
    font-weight: 500;
}
.schedule_detail {
    margin-top: 10px;
    padding: 0.6em 0 0.6em 0.6em;
    border-top: 1px dashed var(--color-basevstText);
    /* border-bottom: 1px dotted var(--color-baseText); */
    font-size: 13px;
    text-align: justify;
    line-height: 1.75;
}
.schedule_items_list_wrap {
    padding-bottom: 20px;
    background: #e5f7ff;
}
.license .bubble_hdr {
    margin-bottom: 24px;
}
.license_hdr_catch {
    display: inline-block;
    /* padding: 4px 16px; */
    border-radius: 22px;
    color: #0182c4;
    /* background: #0182c4; */
    font-size: 18px;
    /* color: #FFF; */
    font-weight: 600;
    margin-bottom: 12px;
}
.schedule_block_wrap {
    margin-top: 32px;
    height:0;
    overflow:hidden;
    transition: .4s;
}
.schedule_block_wrap.is-open {
    height: auto;
    opacity: 1;
}
.schedule_read {
    display: block;
    margin-top: 32px;
    padding-right: 24px;
    padding-bottom: 9px;
    font-size: 16px;
    color: var(--color-baseBlue);
    text-align: left;
    line-height: 1;
    position: relative;
    border-bottom: 1px solid;
    cursor: pointer;
    transition: .4s;
}
.schedule_read:hover {
    opacity: 0.6;
}
.schedule_read .read_cross {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s;
}
.read_cross_inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.schedule_read .read_cross span {
    background: var(--color-baseBlue);
    transition: .2s;
}
.schedule_read .read_cross span:first-child {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 50%;
}
.schedule_read .read_cross span:nth-child(2) {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    position: absolute;
}
.is-open.schedule_read .read_cross {
    transform: rotate(135deg);
}
/* ------------------------ */
/*          コラム          */
/* ------------------------ */


.column_articles {
    display: flex;
    margin-bottom: 24px;
}
.column_articles_box {
    width: 320px;
    margin-bottom: 36px;
}
.column_article_img {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.column_article_img img {
    aspect-ratio: 1.6 / 1;
}
.column_lead_txt {
    white-space: pre-wrap
}
.column_honbun {
    width: 960px;
    margin: 0 auto;
}
.column_honbun h2 {
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
    font-weight: 500;
    color: var(--color-baseBlue);
    border-bottom: 2px solid var(--color-baseBlue);
    border-image: linear-gradient(to right, #479ee3, #FFFFFF00) 1;
}
.column_honbun h2 b {
    font-weight: 500;
}
.column_honbun h3 {
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    padding: 0.2em 0.5em;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-baseBlue);
    border-left: 4px solid var(--color-baseBlue);
    border-image: linear-gradient(to right, #479ee3, #265ba7) 1;
}
.column_honbun h3 b {
    font-weight: 500;
}
.column_honbun strong {
    font-weight: 700;
}
.column_honbun ol, .column_honbun ul {
    margin-top: 0;
    margin-bottom: 1.875em;
}
.column_honbun ol {
    padding-left: 20px;
}
.column_honbun ol li::marker {
    color: var(--color-baseBlue);
    font-weight: 700;
}
.column_honbun pre {
    margin-top: 0;
    margin-bottom: 0.8em;
}
.column_honbun pre b {
    display: block;
    line-height: 1.875;
    font-size: 15.5px;
    font-family: var(--font-noto);
}
.column_honbun ol.column_ol_01 {
    margin-top: 0;
    margin-bottom: 1.875em;
}
.column_honbun ol li:not(:last-child),.column_honbun ul li:not(:last-child) {
    margin-bottom: 0.4em;    
}
.column_honbun ul > li::before {   
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-baseBlue);
    position: absolute;
    left: 0.2em;
    top: 0.7em;
}
.column_honbun ul li {
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
}
.column_check_list {

}
.column_check_list_box {

}
.column_check_list_box:not(:last-child) {
    margin-bottom: 0.4em;
}
.column_check_list_box label {
    padding-left: 1em;
}
.column_content_detail .column_honbun p span {
    font-weight: 400;
}
.column_content_detail .column_honbun h3 span {
    font-weight: 500;
}
.column_article_date {
    font-size: 12px;
    margin-bottom: 2px;
}
.column_article_title {
    font-weight: 600;
}
.excerpt {
    margin-top: 4px;
    font-size: 14px;
}
#pageColumns .column_articles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.column_articles_box:not(:nth-child(3n)) {
    margin-right: 20px;
}
.column_single_title {
    margin-bottom: 16px;
}
.column_single_title h2 {
    font-size: 24px;
}
.column_single_date {
    font-size: 14px;
}
.column_content_detail {

}
.column_content_detail .ez-toc-title-container {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #7b7b7b;
}
.column_content_detail #ez-toc-container a {
    margin-bottom: 0.4em;
}
#ez-toc-container ul li.ez-toc-page-1.ez-toc-heading-level-2:not(:last-child) {
    margin-bottom: 0.4em;
}
.column_content_detail #ez-toc-container {
    margin: 48px auto 54px;
    padding: 20px 24px;
    box-shadow: none;
}
.column_content_detail .ez-toc-title-toggle {
    display: none !important;
}
.column_content_detail_wrap {

}
.column_eye {
    margin-bottom: 1.875em;
}
.column_content_detail p {
    width: 960px;
    margin: 0 auto 1.875em;
    line-height: 1.875;
    font-size: 15.5px;
}
.column_content_detail img {
    display: block;
    margin-bottom: 1.875em;
}
.c_b_b {
    padding: 24px;
    border: 1px solid var(--color-baseText);
}
.c_b_b li:not(:last-child) {
    margin-bottom: 1em;
}
.column_content_detail .c_b_b h5 {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 15px;
}
.column_content_detail .c_b_b p {
    margin-bottom: 0;
    font-size: 15px;
}
.c_b_b li ol li p {
    
}

/* DP */
.dp_wrap {
    display: flex;
    flex-wrap: wrap;
}
.dp_box {
    width: 480px;
    margin-bottom: 64px;
}
.dp_box:nth-child(2n) {
    margin-left: 40px;
}

.page_sec {
    padding: 64px 0;
}
.page .page_sec.intro_sec {
    padding-bottom: 0;
}
.wave_sec {
    padding: 80px 0;
    background: url("../images/wave_top.svg") no-repeat center top, url("../images/wave_bottom.svg") no-repeat center bottom, var(--color-baseLightBlue2);
}



.dp_sec_wrap {
}
section::before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
.dp_sec_imgs {
    margin-bottom: 16px;
    /* border-radius: 0 20px 0 20px; */
    overflow: hidden;
}
.dp_sec_imgs img {
    object-fit: cover;
    aspect-ratio: 1.6 / 1;
}
.dp_sec_details {
    padding: 0 1em;
}
.dp_box h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    color: var(--color-baseBlue);
    letter-spacing: 0.02em;
}
.dp_sec_details h4 {
    margin-bottom: 8px;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-basevstText);
    font-weight: 500;
}
.dp_box_text {
    margin-bottom: 20px;
    line-height: 1.75;
}
.dp_sec_cond {
    margin-bottom: 28px;
}
.dp_sec_cond p, .dp_sec_place p {
}
/* .dp_sec_place {
    margin-bottom: 24px;
} */
.dp_sec_place p {
    white-space: pre-wrap;
}
.dp_sec_price {

}
.dp_sec_info_box {
    padding: 12px 0;
    border-top: 1px solid var(--color-dpblue);
}
.dp_sec_dl {
    display: flex;
}
.dp_sec_dl dt {
    width: 7em;
    font-weight: 600;
}
.dp_sec_disc_list {
    list-style: disc;
}
.dp_sec_disc_list {
    font-size: 15px;
    list-style: none;
}
.dp_sec_disc_list > li::before {   
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-baseText);
    position: absolute;
    left: 0;
    top: 0.7em;
}
.dp_sec_disc_list li {
    padding-left: 0.8em;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
}
.dp_sec_disc_list li:not(:last-child) {
    margin-bottom: 4px;
}
/* SDGs */
.sdgs_logo {
    width: 640px;
    margin: 0 auto;
}
.sdgs_list {
    list-style: ;
}
.sdgs_list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.sdgs_list > li:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.sdgs_list_img {
    width: 420px;
}
.sdgs_list_img img {
    border-radius: 16px;
    overflow: hidden;
    /* aspect-ratio: 1.6 / 1; */
}
.sdgs_list_txt {
    width: 530px;
}
.sdgs_list_txt h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-baseBlue);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-baseBlue);
}
.sdgs_list_txt p {
    line-height: 1.875;
}
.sdgs_txt_list_wrap {
    padding: 1em 1.2em;
    line-height: 1.7;
    margin: 16px 0;
    border-radius: 10px;
    background: #e4f4f6;
}
.sdgs_txt_numlist li:not(:last-child) {
    margin-bottom: 4px;
}
.sdgs_txt_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sdgs_txt_list > li {
    padding-left: 1em;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
}
.sdgs_txt_list > li:not(:last-child) {
    margin-bottom: 8px;
}
.sdgs_txt_list > li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-blue);
    position: absolute;
    left: 0;
    top: 0.4em;
}
.sdgs_logo {
    width: 720px;
    margin: 0 auto 32px;
}
.sdgs_inro > p {
    text-align: center;
}
/* tabel */
.tables table {
    
    
}
.tables table th, .tables table td {
    /* height: 40px; */
    padding: 0.75em 1.75em;
    vertical-align: middle;
    border: solid 1px var(--color-black);
}
.tables table th {
    background: #86d0f1;
    font-weight: 500;
}
.ttntn {
    line-height: 1.4;
    font-size: 14px;
}


/* Price */


.price_table_expr {

}
.price_table_fun {

}
.price_yen {
    font-weight: 600;
}
.table_bg_blue {
    background: #d0e6ff;
}
.table_cll_10 {
    width: 10%;
}
.table_cll_20 {
    width: 20%;
}
.table_cll_30 {
    width: 30%;
}
.table_cll_40 {
    width: 40%;
}
.table_cll_50 {
    width: 50%;
}
.table_cll_60 {
    width: 60%;
}
.table_cll_70 {
    width: 70%;
}
.table_cll_80 {
    width: 80%;
}

/* CRUISE */

.cruise .topPlans_box {
    background: var(--color-baseLightBlue2);
}


body.private-cruise {
    font-family: var(--font-zenmincho);
}
.cruise_mv {
    width: 95%;
    height: 47vw;
    margin: 0 auto;
    background: url(../images/cruise_mv_bg.webp) center center no-repeat;
    background-size: cover;
}
.cruise_mv {
    color: #FFFFFF;
    position: relative;
}
.cruise_mv h1 {
    font-family: var(--font-mrdeha);
    font-size: 150px;
    font-weight: 500;
    transform: translateX(-50%);
    position: absolute;
    top: 30%;
    left: 32%;
}
.cruise_mv h1 span {
    display: block;
    margin-top: -22px;
    font-family: var(--font-zenmincho);
    font-size: 32px;
}
body.private-cruise #page_inro h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 500;
}
body.private-cruise #page_inro p {
    line-height: 2;
    font-size: 17px;
}
.cruise_sep_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 500px;
    overflow: hidden;
}
.cruise_sep_block:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.cruise_sep_img {
    width: 50%;
    height: 32vw;
    overflow: hidden;
   
}
.cruise_sep_block:nth-child(1) .cruise_sep_img  {
    background: url(../images/cruise_01.webp) center center no-repeat;
    background-size: cover;
}
.cruise_sep_block:nth-child(2) .cruise_sep_img  {
    background: url(../images/cruise_02.webp) center center no-repeat;
    background-size: cover;
}
.cruise_sep_block:nth-child(3) .cruise_sep_img {
    background: url(../images/cruise_03.webp) center center no-repeat;
    background-size: cover;
}
.cruise_sep_block:nth-child(4) .cruise_sep_img {
    background: url(../images/cruise_04.webp) center center no-repeat;
    background-size: cover;
}
.cruise_sep_txt {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cruise_sep_txt_inner {
    width: auto;
    max-width: 80%;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
}
.cruise_sep_txt h3 {
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.cruise_item_box {
    display: flex;   
    width: 1200px;
    margin: 0 auto;
}
.cruise_item_box li {
    width: 276px;
    background: var(--color-white);
}
.cruise_item_box li:not(:last-child) {
    margin-right: 32px;
}
.wide_box {
    width: 95%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(189, 233, 251, 0.8);
}
.cruise_item_box_txt {
    padding: 16px 20px 20px;
}
.cruise_item_box_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.cruise_item_box_txt p {
   line-height: 1.6;
   font-size: 15px;
}
.cruise_sec_hdr {
    margin-bottom: 32px;
    text-align: center;
}
.cruise_sec_hdr h3 {
    font-family: var(--font-notoserif);
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
}
.cruise_sec_hdr p {
    line-height: 2;
}

/* .private-charter {
    font-family: var(--font-zenmincho);
}
.private-charter main {
    letter-spacing: 0.05em;
} */
.cruise_h2 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.7;
}
.cruise_catch {
    font-size: 18px;
    line-height: 2.2;
}
/* クルーズ新 */

.private_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.private_col_box {
    width: 480px;
}
.private_col_box:not(:last-child) {
    margin-bottom: 32px;
}
.private_col_box_img {
}
.private_col_box_txt {
    padding: 16px;
}
.private_col_box_hdr {
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 22px;
    color: var(--color-baseBlue);
}
.private_col_box_p {

}



/* about us */
.about-us .page_intro {
    
}
.about-us .page_intro h2 {
    margin-bottom: 30px;
}
.about-us .page_intro p {
    margin-bottom: 56px;
}
.about-us .catch_image {
    margin-bottom: 48px;
}
.about_links {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
}
.about_links li a {
    
}
.shop_images {
    display: flex;
    justify-content: center;
}
.shop_images li {
    width: 250px;
}
.shop_images li:not(:last-child) {
    margin-right: 24px;
}
.staff_block {
    display: flex;
}
.staff_block_left {
    margin-right: 48px;
}
#staff h3.content_h3_pt1 span {
    display: block;
    font-size: 14px;
}
.staff_block_pht {
    width: 400px;
    margin-bottom: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
}
.staff_block_qual {
    padding: 0 1em;
}
.staff_block_qual_hdr {
    margin-bottom: 8px;
    padding-left: 0.2em;
    font-weight: 500;
    padding-bottom: 0.4em;
    border-bottom: 1px solid var(--color-baseText);
}
.staff_block_right {
    width: 552px;
    padding-top: 24px;
}
.staff_block_prf {

}
.staff_block_qna {

}
.aboutus_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.aboutus_list > li {
    padding-left: 1.4em;
    position: relative;
    line-height: 1.5;
    font-size: 15px;
}
.aboutus_list > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-baseLightBlue);
    position: absolute;
    left: 0.6em;
    top: 0.55em;
}
.shop_table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.shop_table th, .shop_table td {
    vertical-align: top;
    padding: 1em 0;
    border-top: 1px solid var(--color-basevstText);
}
.shop_table th {
    width: 20%;
    font-weight: 500;
    text-align: center;
}
.shop_table tr:last-child th,.shop_table tr:last-child td {
    border-bottom: 1px solid var(--color-basevstText);
}
.shop_table td {
    line-height: 1.75;
}

/* ------------------------ */
/*          footer          */
/* ------------------------ */
footer {
    margin-top: 40px;
    padding-top: 40px;
    background: var(--color-baseLightBlue2);
}
.copyright {
    padding: 1em;
    font-size: 12px;
    text-align: center;
}
.footer_logo {
    width: 160px;
    margin-bottom: 12px;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.footer_left {
    width: 280px;
}
/* .footer_c_hdr {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-basevstText);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-baseBlue);
} */
.footer_address {
    font-size: 13px;
    padding-top: 10px;
    border-top: 1px solid var(--color-basevstText);
}
.footer_right {
    display: flex;
    justify-content: space-between;
    width: 650px;
}
.footer_list_box {
    width: 150px;
}
.footer_list {
    font-size: 13px;
}
.footer_list_2f_btn {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-baseBlue);
}
.footer_list_2f {
    
}
.footer_list_2f li {
    margin-bottom: 4px;
}



/* Trial */
.trial_course {

}
.trial_course_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial_course_box:first-child {
    margin-bottom: 24px;
}
.trial_course_box_img {
    width: 440px;
    border-radius: 12px;
    overflow: hidden;
}
.trial_course_box_img img {
    aspect-ratio: 1.4 / 1;
}
.trial_course_box_text {
    width: 520px;
}
.trial_course_box_text h3 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-baseBlue);
    font-size: 30px;
    color: var(--color-baseBlue);
    font-weight: 500;
}
.trial_course_box_text p {
    font-size: 16px;
}
.trial_course_price {
    text-align: right;
    font-size: 24px;
    font-weight: 500;
}
.trial_course_ttntn {
    padding: 16px 20px;
    border-radius: 16px;
    font-weight: 400;
    background: #f4f4f4;
}
.trial_course_ttntn_list {
    font-size: 14px;
}
.trial_course_ttntn_list > li::before {   
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-baseText);
    position: absolute;
    left: 0;
    top: 0.6em;
}
.trial_course_ttntn_list li {
    padding-left: 0.8em;
    line-height: 1.6;
    position: relative;
}
.trial_course_trial_course_ttntnlist li:not(:last-child) {
    margin-bottom: 8px;
}
.ttntn_hdr {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 400;
}


/* whale */
.wave_price, .wave_price_2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--color-baseLightBlue);
    color: var(--color-baseLightBlue);
    background: var(--color-white);
}
.wave_price th, .wave_price td {
    width: 50%;
    padding: 0.8em 1em;
    text-align: center;
    border: 1px solid var(--color-baseLightBlue);
    color: var(--color-baseLightBlue);
    font-weight: 500;
}
.wave_price_2 th, .wave_price_2 td {
    padding: 0.8em 1em;
    border: 1px solid var(--color-baseLightBlue);
    color: var(--color-baseLightBlue);
    
}
.wave_price th, .wave_price_2 th {
    font-weight: 500;
}
.price_sup {
    font-size: 14px;
    text-align: right;
    color: var(--color-baseLightBlue);
}
.content_price {
    width: 100%;
    vertical-align: top;
}
.content_price th,.content_price td {
    padding: 0.4em 0;
    vertical-align: top;
    font-size: 15px;
}
.content_price th {
    font-weight: 400;
}
.content_price td {

}
/* お問い合わせ類 */
.contact_item_wrap {
    width: 100%;
    border-bottom: 1px solid var(--color-basevstText);
    margin-bottom: 32px;
}
.contact_item_wrap .contact_item_input input {
    padding: 0.5em;
    border: 1px solid var(--color-basevstText);
}
.contact_item_wrap .contact_item_input input[type="text"] {
    width: 320px;
}
.contact_item_wrap .contact_item_input input[type="email"] {
    width: 320px;
}
.contact_item_wrap .contact_item_input input[type="tel"] {
    width: 320px;
}
.contact_item_wrap .contact_item_input textarea {
    width: 100%;
    border: 1px solid var(--color-basevstText);
}
.contact_item {
    display: flex;
    width: 100%;
    padding: 1.5em 0;
}
.contact_item:not(:last-child) {
    border-bottom: 1px solid var(--color-basevstText);
}
.contact_item_ttl {
    width: 30%;
}
.contact_item_ttl span {
    display: inline-block;
    margin-right: 0.8em;
    padding: 0.4em 0.6em;
    line-height: 1;
    color: var(--color-white);
    font-size: 12px;
    background: var(--color-baseRed);
    border-radius: 1em;
    vertical-align: 0.1em;
}
.contact_item_input {
    width: 70%;
}
.contact_check {
    text-align: center;
}
.contact_check .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 24px;
}
.contact_back p {
    text-align: center;
}
.contact_back input {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 24px;
    font-size: 14px;
    border: none;
    background: none;
    text-decoration: underline;
}
.contact_item_input .wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
}
.contact_submit input {
    display: block;
    width: 240px;
    margin: 0 auto;
    border-radius: 2em;
    padding: 12px 0;
    background: var(--color-baseBlue);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    border: none;
}
.contact_ttntn {
    padding: 1.4em 1.6em;
    font-size: 14px;
    background: #eef1f5;
    border-radius: 1em;
}
.reserve_mssg {
    margin-top: 8px;
    font-size: 12px;
}
.privacy-policy h2 {
    margin-bottom: 24px;
}
.privacy-policy h3 {
    margin-bottom: ;
}
.privacy_box_wrap {
    margin-top: 32px;
}
.privacy_box {
    margin-bottom: 32px;
}
.privacy_l_hdr {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.privacy_hdr {
    font-weight: 600;
    margin-bottom: 4px;
}
.privacy_txt {
    font-size: 15px;
}

@media screen and (min-width:768px){
    .pc_none {
        display: none !important;
    }
    .sp_none_fx {
        display: flex !important;
    }
    .sp_none {
        display: block !important;
    }
    .sp_br_none {
        display: block;
    }
    .sample {
        margin: min(calc(16 / var(--vw-min) * 100vw),16px);
        margin: calc(-3 / var(--vw-min) * 100vw);
    }
}



@media screen and (max-width:767px){
    :root {
        scroll-padding: min(calc(205 / var(--vw-min) * 100vw),205px);
        scroll-behavior: smooth;
    }
    p {
        text-align: justify;
    }
    .pc_none {
        display: block !important;
    }
    .sp_none, .sp_none_fx {
        display: none !important;
    }
    .sp_br_none {
        display: inline;
    }
    .spPddngT0 {
        padding-top: 0 !important;
    }
    .spPddngB0 {
        padding-bottom: 0 !important;
    }
    .mb8 {
        margin-bottom: 8px !important;
    }
    .mb16 {
        margin-bottom: 16px !important;
    }
    .mb20 {
        margin-bottom: min(calc(20 / var(--vw-min) * 100vw),20px) !important;
    }
    .mb24 {
        margin-bottom: min(calc(24 / var(--vw-min) * 100vw),24px) !important;
    }
    .mb28 {
        margin-bottom: min(calc(28 / var(--vw-min) * 100vw),28px) !important;
    }
    .mb32 {
        margin-bottom: min(calc(32 / var(--vw-min) * 100vw),32px) !important;
    }
    .mb40 {
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px) !important
    }
    .mb48 {
        margin-bottom:  min(calc(48 / var(--vw-min) * 100vw),48px) !important
    }
    .mb56 {
        margin-bottom:  min(calc(56 / var(--vw-min) * 100vw),56px) !important
    }
    .mb64 {
        margin-bottom:  min(calc(64 / var(--vw-min) * 100vw),64px) !important
    }
    .mb72 {
        margin-bottom:  min(calc(72 / var(--vw-min) * 100vw),72px) !important
    }
    .mb80 {
        margin-bottom:  min(calc(80 / var(--vw-min) * 100vw),80px) !important
    }



    #main {
        margin-top: min(calc(205 / var(--vw-min) * 100vw),205px);
    }
    .sp_nav_info {
        padding: 0 0 min(calc(48 / var(--vw-min)* 100vw), 48px);
        background: var(--color-white);
    }
    .sp_nav_logo {
        width: min(calc(480 / var(--vw-min)* 100vw), 480px);
    }
    .menu_tel {
        justify-content: center;
        margin-bottom: min(calc(48 / var(--vw-min)* 100vw), 48px);
        font-size: min(calc(64 / var(--vw-min) * 100vw),64px);
    }
    .menu_tel_num {
        margin-left: min(calc(4 / var(--vw-min) * 100vw),4px);
        line-height: 1.1;
        font-weight: 600;
    }
    .menu_tel span {
        display: block;
        margin-left: 0;
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .menu_contact {
        justify-content: center;
        margin-right: 0;
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .menu_sns {
        justify-content: center;
    }

    .menu_contact a {
        display: block;
        padding: min(calc(16 / var(--vw-min)* 100vw), 16px) min(calc(40 / var(--vw-min)* 100vw), 40px);
        line-height: 1;
        border-radius: min(calc(16 / var(--vw-min)* 100vw), 16px);
        font-size: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .sp_nav_logo_wrap {
        
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding: min(calc(40 / var(--vw-min)* 100vw), 40px);
    }
    .menu_lang {

    }



    /* header */

    #hamburger {
        position: fixed;
        right: min(calc(50 / var(--vw-min) * 100vw),50px);
        top: min(calc(42 / var(--vw-min) * 100vw),42px);
        z-index: 99;
    }
    .ham_wrap {
        display: flex;
        justify-content: center;
        width: min(calc(50 / var(--vw-min) * 100vw),50px);
        height: min(calc(36 / var(--vw-min) * 100vw),36px);
        position: relative;
    }
    .ham_wrap span {
        display: block;
        width: 100%;
        height: min(calc(4 / var(--vw-min) * 100vw),4px);
        background: var(--color-baseLightBlue);
        transition: .2s;
    }
    .ham_wrap span:first-child {
        position: absolute;
        top: 0;
    }
    .ham_wrap span:nth-child(2) {
        position: absolute;
        bottom: calc(50% - min(calc(2 / var(--vw-min) * 100vw),2px));
    }
    .ham_wrap span:last-child {
        position: absolute;
        bottom: 0;
    }
    #hamburger.active .ham_wrap span:nth-child(2) {
        opacity: 0;
    }
    #hamburger.active .ham_wrap span:first-child {
        transform: rotate(45deg);
        top: calc(50% - min(calc(2 / var(--vw-min) * 100vw),2px));
    }
    #hamburger.active .ham_wrap span:last-child {
        transform: rotate(-45deg);
        bottom: calc(50% - min(calc(2 / var(--vw-min) * 100vw),2px));
    }
    .nav_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #00000090;
        top: 0;
        right: 0;
        z-index: 97;
        transition: .4s;
        transform: translateX(100%);
        z-index: 97;
    }
    .active.nav_bg {
        transform: translateX(0%);
    }
    .gnav {
        width: 90%;
        height: 100vh;
        transform: translateX(120%);
        position: fixed;
        top: 0;
        right: 0;
        transition: .4s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 98;
    }
    .gnav.active {
        transform: translateX(0%);
    }
    .gnav .sec_wrap_01 {
        width: 100%;
    }
    .menu_prnt-list {
        flex-direction: column;
    }
    .menu_prnt-list > li:not(:last-child) {
        margin-right: 0;
    }
    .menu_prnt-list > li > a {
        display: block;
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
        padding: min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(24 / var(--vw-min) * 100vw),24px);
    }
    .menu_chld-list {
        visibility: visible;
        opacity: 1;
        position: static;
        width: 100%;
        padding: 0;
        top: 0;
        left: 0;
        z-index: 99;
        transform: none;
        background: #FFF;
        z-index: 99;
        border-radius: 0;
        text-align: left;
        background: var(--color-white);
    }
    .menu_chld-list > li a {
        padding: min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(16 / var(--vw-min) * 100vw),16px) min(calc(40 / var(--vw-min) * 100vw),40px);
        color: var(--color-baseText);
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
    }
    .menu_chld-list > li:not(:last-child) {
        border-bottom: 1px solid var(--color-superlightblue);
    }
    .header_logo {
        width: min(calc(480 / var(--vw-min) * 100vw),480px);
    }
    .header_inner {
        align-items: baseline;
        padding: min(calc(56 / var(--vw-min) * 100vw),56px) 0 min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    .menu_lang {
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .sec_wrap_01 {
        width: min(calc(648 / var(--vw-min) * 100vw),648px);
    }
    .sec_wrap_02 {
        width: min(calc(648 / var(--vw-min) * 100vw),648px);
    }
    .sec_wrap_03 {
        width: min(calc(648 / var(--vw-min) * 100vw),648px);
    }

    #topBegginers p {
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .contact_set {
        flex-direction: column;
        align-items: center;
    }
    .contact_set .link_pt3 {
        margin-right: 0;
        margin-bottom: min(calc(24 / var(--vw-min) * 100vw),24px);
    }
    .link_pt1,.page .link_pt1 {
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .link_pt2 {
        width: 70%;
        padding: min(calc(16 / var(--vw-min) * 100vw),16px);
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .link_pt2::after {
        right: min(calc(16 / var(--vw-min) * 100vw),16px);
        bottom: min(calc(21 / var(--vw-min) * 100vw),21px);
    }
    .link_pt3 {
        width: 70%;
        max-width: 240px;
        padding: min(calc(16 / var(--vw-min) * 100vw),16px) 0;
        font-size: min(calc(25 / var(--vw-min) * 100vw),25px);
    }
    .contact_set .link_pt3 {
        width: 70%;
        max-width: 240px;
        padding: min(calc(16 / var(--vw-min) * 100vw),16px) 0;
        font-size: min(calc(25 / var(--vw-min) * 100vw),25px);
    }
    .contact_set .contact_set .link_pt3 {
        margin-right: 0;
    }
    .link_pt4 {
        display: block;
        width: 70%;
        max-width: 240px;
        padding: min(calc(16 / var(--vw-min) * 100vw),16px) 0;
        font-size: min(calc(25 / var(--vw-min) * 100vw),25px);
    }
    /* TOP */
    #topIntro.top_sec {
        padding-top: min(calc(56 / var(--vw-min) * 100vw),56px);
    }
    .top_sec {
        padding: min(calc(80 / var(--vw-min) * 100vw),80px) 0;
    }
    .topIntro_txt {
        margin-bottom: min(calc(64 / var(--vw-min) * 100vw),64px);
    }
    .mv_text {
        width: min(calc(560 / var(--vw-min) * 100vw),560px);
        margin-left: calc(-280 / var(--vw-min) * 100vw);
        margin-top: calc(-24 / var(--vw-min) * 100vw);
    }
    #topIntro h2 {
        margin-bottom: min(calc(20 / var(--vw-min) * 100vw),20px);
        font-size: min(calc(52 / var(--vw-min) * 100vw),52px);
        line-height: 1.4;
    }
    .topIntro_txt p {
        width: 100%;
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
        line-height: 1.8;
    }
    .topIntro_map_img {
        width: min(calc(264 / var(--vw-min) * 100vw),264px);
        position: absolute;
        bottom: auto;
        top: 0;
        right: 0;
        z-index: -1;
        opacity: 0.2;
    }
    .topIntro_txt .link_right {
        margin-top: min(calc(24 / var(--vw-min) * 100vw),24px);
    }
    .content_box_1, .content_box_1.rvrs {
        display: block;
    }
    .content_box_1_text {
        width: 100%;
        padding-right: 0;
        margin-bottom: min(calc(32 / var(--vw-min) * 100vw),32px);
    }
    .content_box_1.rvrs .content_box_1_text {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .content_box_1_text > p {
        margin-bottom: 24px;
    }
    .content_box_1_img {
        width: 100%;
    }
    .topPlans_box {
        padding: min(calc(42 / var(--vw-min) * 100vw),42px);
    }
    .topPlans_box p {
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
    }
    #topBegginers h3, #topPlans h3, #topDP h3 {
        font-size: min(calc(46 / var(--vw-min) * 100vw),46px);
    }
    #topBegginers h3 {
        margin-bottom:  min(calc(32 / var(--vw-min) * 100vw),32px);
    }
    #topPlans h3 {
        margin-bottom:  min(calc(32 / var(--vw-min) * 100vw),32px);
    }
    .topPlans_2c, .topPlans_3c {
        flex-direction: column;
    }
    .topPlans_3c {
        margin-bottom: 0;
    }
    .topPlans_3c .topPlans_box, .topPlans_2c .topPlans_box {
        width: 100%;
    }
    .topPlans_3c .topPlans_box, .topPlans_2c .topPlans_box:not(:last-child) {
        margin-bottom:  min(calc(50 / var(--vw-min) * 100vw),50px);
    }
    .topPlans_box h4 {
        margin-bottom:  min(calc(24 / var(--vw-min) * 100vw),24px);
        font-size: min(calc(46 / var(--vw-min) * 100vw),46px);
        color: var(--color-baseBlue);
    }
    .topDP_box_wrap {
        flex-direction: column;
    }
    .topDP_box:first-child {
        margin-top: 0;
        padding: 0;
    }
    .topDP_box:not(:first-child) {
        margin-top: min(calc(100 / var(--vw-min) * 100vw),100px);
        padding: 0;
    }
    #topDP h3 {
        /* padding: min(calc(40 / var(--vw-min) * 100vw),40px) min(calc(48 / var(--vw-min) * 100vw),48px);
        font-size: min(calc(40 / var(--vw-min) * 100vw),46px); */
    }
    #topDP_fundiver.topDP_box {
        border-width: min(calc(3 / var(--vw-min) * 100vw),3px);
    }
    .topDP_box_imglist {
        margin-bottom: min(calc(24 / var(--vw-min) * 100vw),24px);
    }
    .topDP_box_imglist li {
        width: min(calc(310 / var(--vw-min) * 100vw),310px);
        margin-bottom: min(calc(25 / var(--vw-min) * 100vw),25px);
    }
    .topDP_box_imglist li p {
        font-size: min(calc(22 / var(--vw-min)* 100vw), 22px);
        text-align: center;
    }
    .topDP_box_left, .topDP_box_imglist {
        width: 100%;
    }
    .topDP_box_left {
        margin-bottom: min(calc(8 / var(--vw-min)* 100vw), 8px);
    }
    .topDP_box_map {
        margin-bottom: min(calc(16 / var(--vw-min)* 100vw), 16px);
    }
    .topDP_box_left > p {
        margin-bottom: min(calc(32 / var(--vw-min) * 100vw),32px);
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    #topDP h3, #topColumns h3 {
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    /* page */
    
    .page p{
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
    }
    .bubble_hdr, .bubble_hdr_w {
        font-size: min(calc(40 / var(--vw-min) * 100vw),40px);;
    }
    .page_sec,.wave_sec {
        padding: min(calc(80 / var(--vw-min) * 100vw),80px) 0;
    }
    .page_title {
        height: 33.33vw;
    }
    .page_title span {
        margin-bottom: min(calc(8 / var(--vw-min)* 100vw), 8px);
        font-size: min(calc(24 / var(--vw-min)* 100vw), 24px);
    }
    .page_title h1 {
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
    }
    .bubble_hdr, .bubble_hdr_w {
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    h3.content_h3_pt1 {
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
    }


    /* about us */
    .about-us .page_intro h2 {
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .aboutus_list > li {
        padding-left: 0.8em;
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
    }
    .about-us #staff h3.content_h3_pt1 {
        margin-bottom: min(calc(40 / var(--vw-min)* 100vw), 40px);
        font-size: min(calc(40 / var(--vw-min)* 100vw), 40px);
    }
    .staff_block_qual {
        padding: 0;
    }
    .shop_table {
        width: 100%;
    }
    .shop_table th, .shop_table td {
        padding: 0.6em 0;
        font-size: min(calc(25 / var(--vw-min)* 100vw), 25px);
        text-align: left;
    }
    .shop_table th {
        width: 20%;
        border-bottom: none;
    }
    .shop_table td {
        width: 68%;
    }
    .staff_block {
        flex-direction: column;
    }
    .staff_block_right {
        width: 100%;
        margin-right: 0;
    }
    
    .staff_block_pht {
        width: 100%;
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
        border-top-right-radius: min(calc(24 / var(--vw-min)* 100vw), 24px);
        border-bottom-left-radius: min(calc(24 / var(--vw-min)* 100vw), 24px);
    }
    .staff_block_left {
        margin-right: 0;
    }
    #staff h3.content_h3_pt1 span {
        display: block;
        font-size: min(calc(23 / var(--vw-min)* 100vw), 23px);
    }
    .content_box_pt01.rvs {
        flex-direction: column-reverse;
    }
    .content_box_pt01 .content_box_text, .content_box_pt01 .content_box_img {
        width: 100%;
    }
    .dp_box:nth-child(2n) {
        margin-left: 0;
    }
    .dp_box {
        width: 100%;
        margin-bottom: min(calc(48 / var(--vw-min)* 100vw), 48px);
    }
    .dp_box h3 {
        margin-bottom: min(calc(20 / var(--vw-min)* 100vw), 40px);
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
    }
    .dp_sec_cond {
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .dp_sec_details {
        padding: 0;
    }
    .dp_sec_details h4 {
        margin-bottom: min(calc(16 / var(--vw-min)* 100vw), 16px);
        font-size: min(calc(28 / var(--vw-min)* 100vw), 28px);
        padding-bottom: min(calc(16 / var(--vw-min)* 100vw), 16px);
    }
    /* 料金 */
    .tables table th, .tables table td {
        font-size: min(calc(23 / var(--vw-min)* 100vw), 23px);
    }
    /* sdgs */
    .sdgs_list > li {
        margin-bottom: min(calc(80 / var(--vw-min)* 100vw), 80px);
    }
    .sdgs_list > li, .sdgs_list > li:nth-child(2n) {
        flex-direction: column;
    }
    .sdgs_txt_list > li {
        padding-left: 1.4em;
    }
    .sdgs_txt_list > li::before,.aboutus_list > li::before {
        width: min(calc(12 / var(--vw-min)* 100vw), 12px);
        height: min(calc(12 / var(--vw-min)* 100vw), 12px);
        top: 0.5em;
    }
    .sdgs_logo {
        width: min(calc(600 / var(--vw-min)* 100vw), 600px);
    }
    .sdgs_list_txt {
        width: min(calc(620 / var(--vw-min)* 100vw), 620px);
    }
    .sdgs_list_img {
        width: 100%;
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .sdgs_list_img img {
        border-radius: min(calc(16 / var(--vw-min)* 100vw), 16px);
    }
    .sdgs_txt_list_wrap {
        margin:  min(calc(32 / var(--vw-min)* 100vw), 32px) 0;
        padding: 0.6em 0.8em;
        border-radius: min(calc(12 / var(--vw-min)* 100vw), 12px) 0;
    }
    .sdgs_txt_list > li {
        padding-left: 1em;
        font-size: min(calc(25 / var(--vw-min)* 100vw), 25px);
    }
    .sdgs_list_txt h3 {
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
        margin-bottom: min(calc(24 / var(--vw-min)* 100vw), 24px);
        padding-bottom: min(calc(16 / var(--vw-min)* 100vw), 16px);
    }
    /* contact */
    .contact_item {
        flex-direction: column;
        padding: 1.5em 0;
    }
    .contact_item_ttl, .contact_item_input, .contact_item_input, .contact_item_wrap .contact_item_input input[type="email"] {
        width: 100%;
    }
    .contact_item_ttl {
        margin-bottom: min(calc(8 / var(--vw-min)* 100vw), 8px);
    }
    .page .contact_ttntn {
        font-size: min(calc(25 / var(--vw-min)* 100vw), 25px);
        line-height: 1.75;
    }
    .contact_submit input {
        width: 80%;
        max-width: 240px;
        padding:  min(calc(20 / var(--vw-min)* 100vw), 20px) 0;
        font-size:  min(calc(28 / var(--vw-min)* 100vw), 28px);
        line-height: 1.5;
    }
    .contact_check .wpcf7-list-item {
        margin-left: 0;
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    footer {
        margin-top: min(calc(80 / var(--vw-min) * 100vw),80px);
        padding-top: min(calc(80 / var(--vw-min) * 100vw),80px);
    }
    .content_box_pt01 {
        flex-direction: column-reverse;
    }
    h3.content_h3_pt1 {
        margin-bottom: min(calc(16 / var(--vw-min) * 100vw),16px);
    }
    .content_box_pt01 .content_box_img {
        margin-bottom: min(calc(16 / var(--vw-min) * 100vw),16px);
    }
    h3.content_h3_pt2 {
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
    }
    h3.content_h3_pt2 span {
        display: block;
        font-size: min(calc(36 / var(--vw-min)* 100vw), 36px);
    }
    .ttntn_hdr {
        margin-bottom: min(calc(8 / var(--vw-min) * 100vw),8px);
        font-size: min(calc(28 / var(--vw-min) * 100vw),28px);
    }
    .trial_course_ttntn_list {
        font-size: min(calc(25 / var(--vw-min) * 100vw),25px);
    }
    .trial_course_ttntn_list > li::before {
        width: min(calc(6 / var(--vw-min) * 100vw),6px);
        height: min(calc(6 / var(--vw-min) * 100vw),6px);
        top: 0.75em;
    }
    .trial_course_ttntn {
        padding: min(calc(20 / var(--vw-min) * 100vw),20px) min(calc(24 / var(--vw-min) * 100vw),24px);
        border-radius: min(calc(16 / var(--vw-min) * 100vw),16px);
    }
    .box_sep_50 {
        flex-direction: column;
    }
    .trial_course_info_box {
        width: 100%;
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    .dp_sec_disc_list {
        font-size: min(calc(25 / var(--vw-min) * 100vw),25px);
        list-style: none;
    }
    .trial_course_info_box h4 {
        margin-bottom: min(calc(12 / var(--vw-min) * 100vw), 12px);
        padding-bottom: min(calc(16 / var(--vw-min) * 100vw),16px);
        font-weight: 500;
        border-bottom: 1px solid var(--color-baseText);
    }
    .trial_course_price {
        font-size: min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    .private_2col {
        flex-direction: column;
    }
    .private_col_box {
        width: 100%;
    }
    .private_col_box:not(:last-child) {
        margin-bottom: min(calc(40 / var(--vw-min) * 100vw),40px);
    }
    .private_col_box_img {
    }
    .private_col_box_txt {
        padding: min(calc(16 / var(--vw-min) * 100vw),16px);
    }
    .private_col_box_hdr {
        margin-bottom: min(calc(16 / var(--vw-min)* 100vw), 16px);
        font-size: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }



    footer .sec_wrap_02 {
        width: 100%;
    }
    .footer_wrap {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .footer_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: min(calc(32 / var(--vw-min)* 100vw), 32px);
    }
    .footer_address {
        font-size: min(calc(24 / var(--vw-min)* 100vw), 24px);
        padding-top: min(calc(20 / var(--vw-min)* 100vw), 20px);
        border-top: none;
    }
    .footer_right {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .footer_logo {
        width: min(calc(280 / var(--vw-min)* 100vw), 280px);
        margin-bottom: min(calc(10 / var(--vw-min)* 100vw), 10px);
    }
    .footer_list_box {
         width: 100%;
    }
    .footer_list {
        font-size: min(calc(24 / var(--vw-min)* 100vw), 24px);
    }
    .footer_list a {
        display: block;
        padding: min(calc(12 / var(--vw-min)* 100vw), 12px) 7%;
        background: var(--color-white);
    }
    .footer_list > li >  a {
        background: none;
    }
    .footer_list_2f_btn {
        display: block;
        margin-bottom: 0;
        font-size: min(calc(24 / var(--vw-min)* 100vw), 24px);
        font-weight: 500;
        color: var(--color-baseBlue);
    }
    .footer_list_2f {
        
    }
    .footer_list_2f li {
        margin-bottom: 0;
    }
    .footer_sp_bottom {
        width: 100%;
    }
    .footer_sp_bottom_list {
        display: flex;
        justify-content: center;
    }
    .footer_sp_bottom_list li:first-child {
        margin-right: min(calc(24 / var(--vw-min)* 100vw), 24px);
    }
    .footer_sp_bottom_list li {
        
    }
    .footer_sp_bottom_list a {
        text-align: center;
        font-size: min(calc(24 / var(--vw-min)* 100vw), 24px);
    }
    .faq_box .bubble_hdr, .glossary_box .bubble_hdr {
        font-size: min(calc(40 / var(--vw-min)* 100vw), 40px);
        white-space: normal;
        margin-bottom: min(calc(8 / var(--vw-min)* 100vw),8px);
    }
    .price_table_spof {
        overflow-x: scroll;
    }
    .price_table_fun {
        min-width: 420px;
    }
}