@charset "UTF-8";

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

*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.clear{
    clear: both;
    display: block;
}
.center{
    text-align: center;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: bold;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb45{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}
.ml35{
    margin-left: 35px;
}
.ml40{
    margin-left: 40px;
}
.ml45{
    margin-left: 45px;
}
.ml50{
    margin-left: 50px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr20{
    margin-right: 20px;
}
.mr25{
    margin-right: 25px;
}
.mr30{
    margin-right: 30px;
}
.mr35{
    margin-right: 35px;
}
.mr40{
    margin-right: 40px;
}
.mr45{
    margin-right: 45px;
}
.mr50{
    margin-right: 50px;
}
.caution{
    color: #F00;
}
.black01{
    color: #000;
}
.orange01{
    color: #F90;
}
.orange02{
    color: #F60;
}
.gray01{
    color: #CCC;
}
.gray02{
    color: #999;
}
.gray03{
    color: #666;
}
.gray04{
    color: #333;
}
.red01{
    color: #FF0004;
}


.mincho{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marugo{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.barlow{
    font-family: 'Barlow', sans-serif;
}

/****************************ボタン設定****************************/
.btn01 {
    position: relative;
    background-color: #1abc9c;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 0 3px 0 #0e8c73;
    box-shadow: 0 3px 0 #0e8c73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn01:hover {
    background-color: #31c8aa;
    -webkit-box-shadow: 0 3px 0 #23a188;
    box-shadow: 0 3px 0 #23a188;
}
.btn01:active {
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*************   リンク設定   *************/
a:link,a:visited{
    color: #000;
    text-decoration:none;
}
a:hover,a:active{
    color: #000;
    text-decoration:none;
}
a.style01:link,a.style01:visited{
    color: #000;
    text-decoration:underline;
}
a.style01:hover,a.style01:active{
    color: #000;
    text-decoration:none;
}
a.style02{
    color: #000;
    text-decoration:none;
}
a.style02:hover{
    color: #000;
    text-decoration:underline;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
    display: none !important;
}
.show_sp02{
    display: none !important;
}


/****************************段落設定****************************/
h1{
    margin: 0;
    padding: 0;
}

h2{
    margin: 0;
    padding: 0;
}

h3{
    margin: 0;
    padding: 0;
}
.sec_title {
   
}
.heading{
    font-size: 6rem;
    font-weight: 500;
    /*
    font-family: 'Barlow', sans-serif;
    */
    color: #0695D4;
    
}
.sub__heading {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.12em;
    margin-left: 30px;
}
.sub {
   
}
.sec_title__box {
    display: flex;
    /*
    align-items: center;
    */
    align-items: baseline;
}

/**************************** body ****************************/
body{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: .05em;
}

/**************************** container ****************************/
.container{
    margin: 0 auto;
    padding: 0;

}
.right_column {
    padding-left: 12%;
}

.fixed_side {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translate(0,-50%);
    z-index: 9999;
}
.fixed_side a.info_item {
    display: block;
	height: 200px;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.fixed_side a.info_item01 {
    
    background: url(../img/info_item01-bg.jpg) no-repeat center center / cover;
    border: 1px solid rgba(6, 149, 212, 0.5);
    transition: .3s;
    
}
.fixed_side a.info_item02 {
    background: #0695D4;
    border: 1px solid #0695D4;
}
.fixed_side a.info_item01:hover {
    background-color: #fff;
    color: rgba(6, 149, 212, 0.5);
    border: 1px solid rgba(6, 149, 212, 0.5);
    background-image: none;
    
}
.fixed_side a.info_item02:hover {
    background-color: #fff;
    color: #0695D4;
}

/**************************** header ****************************/
header{
    margin: 0;
    padding: 0;
}

.headerbox{
    margin: 0;
    padding: 15px 0;
    position: fixed;
    width: 12%;
    height: 100%;
    background: rgb(18, 186, 220, 0.15);
}
.headerbox_in{
    margin: 0 auto;
    padding: 0;
}
.logobox  {
    padding: 0 10px;
}
.logobox h1 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}
.logobox h1 span {
    display: block;
    padding: 10px 0;
}
.logobox h1 .size {
    padding: 0;
    font-size: 2rem;
}
.logobox .logo {
    display: block;
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
}
.logobox .deco {
    display: block;
    width: 110px;
    margin: 0 auto;
    padding: 0px 0 0px;
    opacity: 0;
}

/**************************** nav ****************************/
nav{
    margin: 0;
    padding: 0;
}

.gnav li {
    transition: all .3s;
}
.gnav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 20px 5px;
    font-size: 1.2rem;
    text-align: center;
}
.gnav li a span {
    display: block;
    /*
    font-family: 'Barlow', sans-serif;
    */
    /* font-size: 2.3rem; */
    font-size: clamp(10px, 2vw, 2.3rem);
    font-weight: 600;
    color: #12BADC;
}
.gnav li:hover {
    background: #fff;
}


/**************************** footer ****************************/
footer {
    background: #12BADC;
    margin: 0;
    padding: 30px 0 0 0;
}
footer li a:link,
footer li a:visited {
    color: #fff;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}
footer .inner .left {
    color: #fff;
    flex: 0 0 30%;
}
footer .inner .left a {
    color: #fff;
}
footer .inner .left .num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 3.6rem;
    font-weight: bold;
}
footer .inner .left .num .icon {
    width: 52px;
}
footer .inner .left .num .icon img {
    width: 100%;
    display: block;
}
footer .inner .left p {
    font-size: 1.5rem;
    margin: -8px 0 0 0;
}
footer .inner .center {
    display: flex;
    justify-content: space-between;
}
footer .inner .center a {
    flex: 0 0 48%;
    display: block;
    background-color: #E5E0D4;
    width: 157px;
    height: auto;
    text-align: center;
    padding: 2px;
}
footer .inner .center a:nth-child(2) {
    background-color: #C1AF86;
}
footer .inner .center a p {
    padding: 16px 0;
    border: 1px solid #363636;
    font-size: 1.3rem;
}
footer .inner .right {
    flex: 0 0 28%;
    margin-left: 2%;
}
footer .inner .right p {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 -7px 0;
}
footer .copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0 20px 0;
}

#pagetop{
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
}

/**************************** section ****************************/
section{
    margin: 0;
    padding: 0;
}

article{
    margin: 0;
    padding: 0;
}


/**************************** sp header ****************************/
#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.95);
    /*overflow-y: auto;*/
}

ul.spmenu{
    margin: 0;
    padding: 80px 0 0 0;
    list-style: none;
}
ul.spmenu li{
    margin: 0;
    padding: 0;
}
ul.spmenu li.midashi{
    margin: 0;
    padding: 5px 0 5px 15px;
    background-color: #FFF;
    color: #000;
    text-align: left;
    font-weight: bold;
}
ul.spmenu li a{
    margin: 0;
    padding: 10px 0 10px 15px;
    display: block;
    text-align: left;
    font-size: 2.4rem;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    color: #12BADC;
    /*
    font-family: 'Barlow', sans-serif;
    */
}
ul.spmenu li a span {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
}

/********* ハンバーガーメニュー設定 *********/
.menu{
    /*width: 100%;
    position: absolute;
    right: 6px;*/
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.menu-trigger {
    margin-right: 0;
    display: none;
    position: absolute;
    right:20px;
    top: 20px;
    z-index: 9999999;
    width: 35px;
    height: 20px;
}
.menu-trigger em {
    left: 2px;
    bottom: -19px;
    position: absolute;
    text-decoration: none;
    font-style: normal;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    color: #12BADC;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #12BADC;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.menu-trigger.active span{
    background-color: #12BADC;
}
.menu-trigger.active{
    position: fixed;
}


/********************
 topページ
********************/
.mainvisual {
    position: relative;
}
.mainvisual .ad_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    background: rgba(2,175,158,.8);
}
.location {
    padding: 60px 0 0 15px;
    background: rgba(18, 186, 220, 0.1);
}
.location .sec_title {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}
.location .sec_title .sub {
    display: flex;
    align-items: center;
    font-size: 4rem;
    font-weight: normal;
}
.location .sec_title .sub .size {
    display: inline-block;
    font-size: 2rem;
    padding: 0 0 0 20px;
}
.location01 {
    padding: 0 0 90px 0;
    background-image: url(../img/img01.jpg);
    background-position: right top;
    background-size: 55%;
    background-repeat: no-repeat;
    position: relative;
}
.location01 .deco {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 25%;
    max-width: 192px;
}
.location01 .inner {
    display: flex;
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.location01 .content {
    /*
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:4%;
    width: 45%;
    min-width: 520px;
    */
    width: 45%;
    min-width: 520px;
}
.location01 .content .meta {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    background-color: #fff;
}
.location01 .content .meta .box {
    display: flex;
    margin-top: 4%;
}
.location01 .content .meta .box .block {
    width: calc(33.333333% - 25px * 2 / 3);
}
.location01 .content .meta .box .block .block__head--01 {
    width: 124px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.location01 .content .meta .box .block .block__img {
    margin-top: 7%;
}
.location01 .content .meta .box .block:not(:first-child) {
    margin-left: 25px;
}
.location01 .content .meta h3 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: center;
}
.location01 .content01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:4%;
    width: 45%;
    min-width: 520px;
    margin-top: 25px;
}
.location01 .content .item {
    width: 48%;
    margin: 0 0 25px 0;
    padding: 20px 3%;
    aspect-ratio: 1 / 1;
    background: #fff;
    text-align: center;
    font-size: 3rem;
    letter-spacing: .08em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location01 .content .item01 {
    font-size: 3rem;
    letter-spacing: 0.18em;
    line-height: calc(5 / 3);
}
.location01 .content .item01 .f35 {
    font-size: 3.3rem;
    color: #000;
}

.location01 .content .item01 .f20 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: calc(37 / 20);
    display: block;
    /*
    margin-bottom: -21%;
    */
}
.location01 .content .item01 .f40 {
    font-size: 4rem;
    color: #12BADC;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    margin-bottom: -15px;
}
.location01 .content .item02 {
    font-size: 3rem;
    letter-spacing: 0.18em;
    line-height: calc(5 / 3);
}
.location01 .content .item02 span {
    display: block;
    font-size: 3.4rem;
    color: #12BADC;
}
.location01 .content .item02 span span {
    font-size: 2.3rem;
    display: inline-block;
}
.location01 .content .item03 {
    font-size: 2rem;
    letter-spacing: 0.18em;
    line-height: calc(37 / 20);
}
.location01 .content .item03 span {
    /*
    display: block;
    color: #12BADC;
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    */
}
.location01 .content .item03 .f20 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    display: block;
}
.location01 .content .item03 .f40 {
    color: #12BADC;
    font-size: 4rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    display: inline-block;
}
.location01 .content .item03 .f30 {
    font-size: 3rem;
    letter-spacing: 0.18em;
    display: inline-block;
    line-height: 1.3;
}
.location01 .content .item03 .f26 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.5;
}
.location01 .content .item04 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: calc(5 / 3);
    white-space: nowrap;
}
.location01 .content .item04 .f32 {
    display: inline-block;
    font-weight: 400;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    line-height: 1.3;
    color: #12BADC;
}
.location01 .content .item04 .f28 {
    display: inline-block;
    color: #12BADC;
    font-size: 2.8rem;
}
.location01 .content .item04 .f32.block {
    display: block;
    line-height: 1.8;
}
.location01 .content .item04 .f32.black {
    color: #000;
    font-size: 3.2rem;
}
.location01 .content .item04 .f24 {
    color: #12BADC;
    font-size: 2.4rem;
}
.location01 .content .item span {
    /*
    display: block;
    color: #006835;
    font-size: 4rem;
    line-height: 1.3;
    */
}
/*
.location01 .content .item04 span {
    font-size: 3.4rem;
}
*/

.location02 {
    padding: 0 15px;
}
.location02 .inner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
}
.location02 .location_item {
    width: 47%;
}
.location02 .location_item img {
    width: 100%;
}
.location02 .location_item .text {
    margin: 0 0 50px 0;
    padding: 5% 5% 10% 12%;
    position: relative;
}
.location02 .location_item .text::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 10px;
    background: #12BADC;
    position: absolute;
    top: -40px;
    left: 3.5%;
}
.location02 .location_item .text p {
    font-size: 1.8rem;
    line-height: 2;
}
.location02 .item_title {
    padding: 0 0 10px 0;
    font-size: 4rem;
    font-weight: normal;
    color: #12BADC;
}

.location03 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.location03 .sec_title {
    display: flex;
    align-items: baseline;
    padding-bottom: 0;
}

.location03 .sec_title .sub {
    font-size: 2rem;
    font-weight: normal;
    padding: 10px 0 0 30px;
}

.location03 .title {
    display: flex;
    align-items: center;
}   

.location03 .title .title-en {
    font-size: 4rem;
    letter-spacing: 0.18em;
}

.location03 .title .title-ja {
    font-size: 2rem;
    margin-left: 20px;
}

.location03 img {
    margin-top: 4%;
}

.location03 {

}

.location03 .car {
    text-align: right;
    border: 1px solid #0695D4;
    border-radius: 64px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    margin-top: 5%;
    position: relative;
    width: 99%;
    background-color: #fff;
}

.location03 .car::before {
    content: "";
    position: absolute;
    width: 91px;
    width: 6.6617vw;
    height: 76px;
    height: 5.563675vw;
    top: 50%;
    transform: translateY(-50%);
    left: 33px;
    background: url(../img/car.png) no-repeat center center / contain;
}

.location03 .car .car__text {
    display: inline-block;
    font-size: 25px;
    font-size: 1.83015vw;
    text-align: center;
}

.location03 .car .car__text span {
    font-size: 40px;
    font-size: 2.9825vw;
    font-weight: 700;
    color: #0695D4;
    display: block;
}

.location04 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.location04 .sec_title {
    padding-bottom: 0;
}

.location04 .sec_title .sub {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.location04 .title {
    font-size: 4rem;
    letter-spacing: 0.18em;
}

.location04 .explain {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.12em;
}

.location04 img {
    margin-top: 4%;
}

.location04 .note {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: calc(19 / 14);
    color: #000;
}

.obsession {
    padding: 60px 15px;
    background: #fff;
}
.obsession01 {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}
.obsession .sec_title {
    display: flex;
    align-items: center;
}
.obsession .sec_title .sub {
    font-size: 2rem;
    font-weight: normal;
    padding: 0 0 0 30px;
}
.obsession .sec_title_sub {
    margin: 10px 0 0 0;
    font-size: 3rem;
}
.obsession .sec_title_sub::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 45px;
    margin: 0 10px 0 0;
    background: #006835;
    vertical-align: text-top;
}
.obsession01 .image {
    position: relative;
    top: -50px;
}

.obsession02 {
    max-width: 1020px;
    margin: 13% auto 0;
}
.obsession02 .inner {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    margin-top: 3.5%;
}
.obsession02 .text01 {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 5%;
    text-align: center;
    font-size: 3rem;
    background: rgb(18, 186, 220, 0.1);
}
.obsession02 .item {
    width: 31%;
    padding: 30px 30px 10px;
    border: 1px solid #12BADC;
}
.obsession02 .item .image {
    max-width: 176px;
    width: 72%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.obsession02 .item02 .image {
    max-width: 221px;
    width: 91%;
    padding: 0 0 25px;
}
.obsession02 .item03 {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.obsession02 .item03 .item_in {
    padding: 35px 30px;
    border: 1px solid #12BADC;
}
.obsession02 .item03 .item_in .image {
    max-width: 246px;
    width: 100%;
    padding: 0;
}
.obsession02 .item03 .item_in02 {
    margin: 0;
}
.obsession02 .item03 .item_in02 .image {
    max-width: 235px;
    width: 97%;
    padding: 0;
}
.obsession02 .item .text {
    padding: 20px 0;
    border-top: 1px solid #000;
    line-height: 2.2;
    font-size: 1.8rem;
}

.obsession03 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0;
}
.obsession03 .text01 {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 5%;
    text-align: center;
    font-size: 3rem;
    background: #E9F7EB;
}
.obsession03 .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 0 60px;
}
.obsession03 .inner .image {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.obsession03 .inner .image img {
    display: block;
}
.obsession03 .inner .content {
    width: 53%;
    padding: 10px 30px 20px ;
    border: 1px solid #12BADC;
}
.obsession03 .inner .content .text02 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #12BADC;
}
.obsession03 .inner .content .text02 span {
    font-size: 5.4rem;
    line-height: 1;
}
.obsession03 .inner .content .text03 {
    font-size: 1.8rem;
    line-height: 1.7;
}

.plan {
    padding: 60px 15px;
    background: rgba(18, 186, 220, 0.1);
}
.plan01 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 60px 0;
}
.plan .sec_title {
    display: flex;
    /*
    align-items: center;
    */
    align-items: baseline;
}
.plan .sec_title .sub {
    font-size: 2rem;
    font-weight: normal;
    padding: 10px 0 0 30px;
}
.plan .copy {
    letter-spacing: 0.1em;
    font-size: 4rem;
    line-height: 1.4;
}
.plan .copy span {
    color: #12BADC;
    font-size: 5.5rem;
    letter-spacing: 0.1em;
}
.plan02 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 60px 0 30px;
}
.plan02 .title {
    margin: 0 0 70px 0;
    font-size: 4.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
}
.plan02 .plan_info {
    display: flex;
    align-items: flex-end;
    margin: 0 0 50px 0;
    padding: 0 0 0 40px;
    position: relative;
}
.plan02 .plan_info::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 100%;
    margin: 0 10px 0 0;
    background: #12BADC;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0;
}
.plan02 .plan_info .info {
    padding: 0 4% 0 0;
 width: 55%;
}
.plan02 .plan_info .info .text01 {
    font-size: 6.5rem;
    line-height: 1;
    color: #12BADC;
}
.plan02 .plan_info .info .text02 {
    font-size: 3.3rem;
    letter-spacing: 0;
}
.plan02 .plan_info .info .text03 {
    font-size: 2.1rem;
}
.plan02 .plan_info .info .text04 {
    font-size: 1.8rem;
}
.plan02 .plan_info .point {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
 width: 55%;
}
.plan02 .plan_info .point p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31%;
    margin: 15px 0 0 0;
    padding: 8px;
    font-size: 1.8rem;
    text-align: center;
    background: #12BADC;
    color: #fff;
    line-height: 1.3;
}
.plan02 .inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
.plan02 .inner .left {
    /* width: 42%; */
    /* width: 53%; */
    width: 100%;
}
.plan02 .inner .left .image{
   margin: 0 0 35px 0;
}
.plan02 .inner .right {
    /* width: 54%; */
    width: 47%;
}
.plan02 .inner .right .box {
    margin: 0 0 35px 0;
}
.plan02 .inner .right .box .box_image {
    width: 76.5%;
}
.plan02 .inner .right .box .box_content{
    width: 86.5%;
    margin: -20% 0 0 auto;
    padding: 25% 25px 30px;
    background: #fff;
    /* font-size: 1.8rem; */
    font-size: 1.6rem;
}
.plan02 .inner .right .box .box_content .text01 {
    padding: 0 0 10px 0;
    /* font-size: 4rem; */
    font-size: 3.4rem;
    color: #12BADC;
    letter-spacing: .08em;
}
.plan02 .inner .right .box .box_content .text02 {
    line-height: 1.7;
}
.plan02 .inner .right .box02 .box_image {
   margin: 0 0 0 auto;
}
.plan02 .inner .right .box02 .box_content{
    margin: -20% auto 0 0;
}

.plan03 {
    padding: 0 15px;
}
.introspection {
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 0;
}
.introspection .inner {
    padding: 0 0 30px;
}
.slide {
    position: relative;
    margin: 0;
    padding: 0;
}
.slide .item {
    position: relative;
    height: 100%;
}
.slide .item a {
    display: block;
}
.slide .item::before {
    display: block;
    padding-top: 56%;
    content: "";
}
.slide .item .image {
    position: relative;
    overflow: hidden;
}
.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
}
.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
    position: relative;
    height: 100%;
}

#obsession {
    padding-top: 4%;
    padding-left: 15px;
    padding-right: 15px;
}
#obsession .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
#obsession .head {
    font-size: 3rem;
    letter-spacing: 0.12em;
    padding-left: 20px;
    position: relative;
    margin-top: 2%;
}
#obsession .head::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 43px;
    background-color: #12BADC;
    top: 0;
    left: 0;
}
#obsession .bnr {
    margin-top: 9%;
}
#obsession .point {
    margin-top: 10.7%;
}
.point__meta {
    display: flex;
    align-items: center;
    position: relative;
}
/*
.point__meta01::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 104px;
    background: url(../img/point__meta01.png) no-repeat center center / contain;
    top: 0;
    right: 0;
}
*/
.point__head {
    width: 173px;
    height: 173px;
    background-color: #0695D4;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 21px;
}
.point__head--item01 {
    padding-top: 27px;
    padding-bottom: 35px;
}
.point__head--item {
    background-color: rgb(6, 149, 212, 0.5);
    position: relative;
}
.point__head--item::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 17px 0px 0px;
    border-color: #0695D4 transparent transparent;
    top: 4px;
    left: 4px;
}
.point__head--point {
    font-size: 3rem;
}
.point__head--ja {
    font-weight: 500;
    font-size: 2rem;
    line-height: calc(32 / 20);
    letter-spacing: 0.02em;
}
.point__head--en {
    width: 88px;
    display: inline-block;
    margin-top: 9px;
}
.point__explain {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: calc(43 / 24);
    letter-spacing: 0.08em;
    margin-left: 40px;
    width: calc(100% - 213px);
}
.point__explain01 {
    width: calc(100% - 317px);
    margin-left: 30px;
}
.point__before01 {
    width: 130px;
    margin-left: 24px;
}
.point__explain span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #FAF1C2 60%);
    line-height: 1.5;
}
#obsession .bnr02 {
    margin-top: 1%;
}
.point__items {
    margin-top: 12%;
}
.point__item:not(:first-child) {
    margin-top: 12%;
}
.point01__boxes {
    display: flex;
    margin-top: 2.5%;
}
.point01__box {
    width: calc(50% - 60px / 2);
}
.point01__box:not(:first-child) {
    margin-left: 60px;
}
.point01__head {
    font-weight: 700;
    color: #12BADC;
    font-size: 2.4rem;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.point01__explain {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    margin-top: 2%;
}
.point01__img {
    margin-top: 4%;
}
.point02__box {
    display: flex;
    margin-top: 3%;
}
.point02__left {
    width: 655px;
    max-width: 100%;
}   
.point02__bnr {

}
.point02__body {
    display: flex;
    align-items: flex-end;
    margin-top: -5.5%;
}
.point02__meta {
    width: 380px;
    max-width: 100%;
}
.point02__number {
    font-weight: 500;
    font-size: 7rem;
    color: rgb(18, 186, 220, 0.25);
    letter-spacing: 0;
    line-height: 1;
}
.point02__head {
    font-weight: 700;
    font-size: 2.4rem;
    color: #12BADC;
    letter-spacing: -0.12em;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.point02__explain {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    margin-top: 3%;
}
.point02__img01 {
    width: 253px;
    max-width: 100%;
    margin-left: 20px;
}
.point02__right {
    margin-left: 35px;
    width: 322px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.point02__meta02 {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
.point02__head02 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #12BADC;
    letter-spacing: 0;
}
.point02__number02 {
    font-weight: 500;
    font-size: 7rem;
    color: rgb(18, 186, 220, 0.25);
    letter-spacing: 0;
    line-height: 1; 
}
.point02__explain02 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    margin-top: 4%;
}
.point02__img02 {
    margin-top: 3%;
}
.hope {
    display: flex;
    margin-top: 2.5%;
}
.hope__copy {
    color: #fff;
    background-color: #0695D4;
    width: 210px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hope__copy span {
    display: block;
    font-size: 1.8rem;
}
.hope__items {
    display: flex;
    margin-left: 13px;
    width: calc(100% - 223px);
}
.hope__item {
    width: calc(33.333333%  - 13px * 2 / 3);
    background-color: rgba(18, 186, 220, 0.08);
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-top: 10px;
    position: relative;
}
.hope__item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #0695D4 transparent transparent transparent;
    top: 0;
    left: 0;
}
.hope__item span {
    display: block;
    font-weight: 700;
    font-size: 2.1rem;
    letter-spacing: 0;
    color: #0695D4;
    line-height: 1.2;
}
.hope__item:not(:first-child) {
    margin-left: 13px;
}
.point03__box01 {
    display: flex;
    margin-top: 3%;
}
.point03__left {
    width: 348px;
    max-width: 100%;
}
.point03__img01 {

}
.point03__head01 {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #12BADC;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-top: 2%;
}
.point03__explain01 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    letter-spacing: 0.02em;
    margin-top: 3%;
}
.point03__right {
    width: 620px;
    max-width: 100%;
    margin-left: 52px;
}
.point03__box02 {
    display: flex;
    align-items: center;
    margin-top: -2%;
}
.point03__img02 {
    width: 348px;
    max-width: 100%;
}
.point03__meta {
    width: 620px;
    max-width: 100%;
    margin-left: 52px;
    margin-top: 3%;
}
.point03__head02 {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #12BADC;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.point03__explain02 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    letter-spacing: 0.02em;
    margin-top: 2%;
}

.facilities {
    padding: 60px 15px;
}
.facilities01 {
    max-width: 1020px;
    margin: 0 auto;
}
.facilities01 .sec_title_sub {
    margin: 10px 0 0 0;
    font-size: 3rem;
}
.facilities01 .sec_title_sub::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 45px;
    margin: 0 10px 0 0;
    background: #12BADC;
    vertical-align: text-top;
}
.facilities01 .inner {
    padding: 0 0 50px 0;
}
.facilities01 .inner h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 15px 0;
    font-size: 2.6rem;
    font-weight: normal;
}
.facilities01 .inner h3 .img {
    width: 450px;
    margin: 0 20px 0 0;
}
.facilities01 .row_box {
    display: flex;
    justify-content: space-between;
}
.facilities01 .row_box .box_item {
    width: 48%;
}
.facilities01 .row_box .maker {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.facilities01 .row_box .maker .logo {
    max-width: 180px;
    width: 37%;
}
.facilities01 .row_box .maker p {
    flex: 1;
    font-size: clamp(30px, 3.4vw, 4.8rem);
    color: #12BADC;
    font-weight: 600;
    text-align: right;
}
.facilities01 .row_box .text {
    font-size: 1.8rem;
    line-height: 1.7;
}
.facilities01 .inner02 h3 .img {
    width: 225px;
    margin: 0 20px 0 0;
}
.facilities01 .list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.facilities01 .inner02 .list li {
    position: relative;
    width: 32%;
}
.facilities01 .inner02 .list li::before {
    position: absolute;
    content: 'or';
    color: #12BADC;
    font-size: 16px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.5px solid #12BADC;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: -25px;
    z-index: 1;
    margin: auto;
}
.facilities01 .list li:last-child::before {
    content: none;
}
.facilities01 .list.no-or li::before {
    content: none;
}
.facilities01 .list li .list_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px;
    font-size: 1.9rem;
    text-align: center;
    color: #fff;
    background: #12BADC;
}

.facilities01 .inner03 h3 {
    min-height: 100px;
    font-size: clamp(10px, 1.6vw, 2.3rem);
    align-items: flex-end;
}
.facilities01 .inner03 h3 .img {
    max-width: 140px;
    width: 25%;
    margin: 0 20px 0 0;
    height: 54px;
}
.facilities01 .inner03 .row_box .row_box_item {
    width: 48%;
}
.facilities01 .inner03 .list li {
    position: relative;
    width: 48%;
}
.facilities01 .inner03 .list li:first-of-type {
    width: 53%;
}
.facilities01 .inner03 .list li:nth-of-type(2) {
    width: 44%;
}
.facilities01 .inner03 .list .li_row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.facilities01 .inner03 .list .li_row_item {
    position: relative;
}
.facilities01 .inner03 .list .li_row_item img {
    height: 170px;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
.facilities01 .inner03 .list li .list_text {
    font-size: 1.6rem;
}
.facilities01 .inner03 .list li img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.outline {
    padding: 60px 15px;
}
.outline .sec_title {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
}
.outline .sec_title .sub {
    font-size: 2rem;
    font-weight: normal;
    padding: 10px 0 0 30px;
}
.outline01 {
    max-width: 1020px;
    margin: 0 auto;
}
.outline .ttl {
    color: #fff;
    background-color: #12BADC;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.24em;
    padding: 3px 0;
}
.outline table {
    margin-bottom: 60px;
    width: 100%;
    border: .5px solid #5F5E5E;
}
.outline th {
    font-size: 1.7rem;
    font-weight: normal;
    vertical-align: middle;
    background-color: rgba(18, 186, 220, 0.1);
    width: 265px;
    border: .5px solid #5F5E5E;
    border-left: none;
    height: 50px;
}
.outline td {
    font-size: 1.7rem;
    font-weight: normal;
    vertical-align: middle;
    padding: 12px 0 12px 3em;
    width: calc(100% - 265px);
    border: .5px solid #5F5E5E;
    border-right: none;
}
.outline .btn {
    display: flex;
    margin-top: 120px;
    justify-content: space-between;
}
.outline .btn a {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    height: 67px;
    background-color: rgba(6, 149, 212, 0.5);
    /*
    border: 1px solid rgba(126, 60, 147, 0.5);
    */
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
}
.outline .btn a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 20px;
    transition: 0.3s;
}
.outline .btn div {
    width: 48%;
}
.outline .btn div:nth-child(2) a {
    background-color: #0695D4;
    border: 1px solid #0695D4;
}
.outline .btn a:hover {
    color: rgba(6, 149, 212, 0.5);
    border: 1px solid rgba(6, 149, 212, 0.5);
    background-color: #fff;
    transition: 0.3s;
}
.outline .btn a:hover::before {
    border-top: solid 1px rgba(126, 60, 147, 0.5);
    border-right: solid 1px rgba(126, 60, 147, 0.5);
}
.outline .btn div:nth-child(2) a:hover {
    color: #0695D4;
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid #0695D4;
}
.outline .btn div:nth-child(2) a:hover::before {
    border-top: solid 1px #7E3C93;
    border-right: solid 1px #7E3C93;
}
.outline .btn p {
    font-size: 15px;
    text-align: center;
    margin: 7px 0 0;
}


/* slide-navigation */
.slide-navigation {
    line-height: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.slide-navigation .item {
    position: relative;
    cursor: pointer;
}
.slide-navigation .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.slide-navigation .item .image::before {
    display: block;
    padding-top: 57%;
    content: "";
}
.slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
}
.slide-navigation .slick-current .image::after {
    opacity: 0;
}
.slide-navigation .item .image {
    width: 178px;
    height: 136px;
    position: relative;
    overflow: hidden;
}
.slide-navigation .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: inherit;
    object-fit: cover;
}
.slide-navigation .item {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .slide-navigation {
        width: 100%;
    }
    .slide-navigation .item .image::before {
        padding-top: 50%;
    }
}

/* slick */
.introspection .slick-vertical .slick-slide {
    border: 0 solid transparent;
}
.introspection .slick-arrow {
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999;
}
.introspection .slick-prev slick-arrow:first-child,
.introspection .slick-next slick-arrow:first-child {
    height: 600px;
    padding: 120px 0 !important;
}
.introspection .slick-prev {
    top: 25px;
    bottom: 0;
    left: 0 !important;
    right: auto;
    margin: auto;
}
.introspection .slick-next {
    top: 25px;
    bottom: 0;
    left: auto;
    right: 0 !important;
    margin: auto;
}
.introspection .slick-next,
.introspection .slick-prev,
.introspection .slide-navigation .slick-next,
.introspection .slide-navigation .slick-prev {
    width: 28px !important;
    height: 100% !important;
    top: 0 !important;
    bottom: inherit;
    margin: inherit;
    transform: inherit;
}
.introspection .slick-arrow:before {
    content: "" !important;
}
.introspection .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.introspection .slick-prev:before {
    background: url(../img/arrow_l.png) center center !important;
    background-size: 8px !important;
    background-repeat: no-repeat !important;
}
.introspection .slick-next:before {
    background: url(../img/arrow_r.png) center center !important;
    background-size: 8px !important;
    background-repeat: no-repeat !important;
}
.introspection .slide {
    margin-bottom: 45px;
}

/* モーダル */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 45%;
    padding: 10px 10px 40px 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
}
.modal__content img {
    margin: 0 auto;
}
.modal_slider .text {
    padding: 0 0 0 16px;
}
.modal_slider .text .txt1 {
    color: #0695D4;
    font-size: 32px;
    margin: 0 0 -10px 0;
}
.modal_slider .text .txt2 {
    font-size: 19px;
    margin-top: 9px;
}
.js-modal-close {
    position: absolute;
    top: -16px;
    right: -16px;
}
.slick-next:before,
.slick-prev:before {
    font-size: 50px !important;
}
.slick-next {
    right: -28px !important;
}
.slick-prev {
    left: -57px !important;
}



.notice {
    padding: 1.32% 0;
    padding-left: 1.8vw;
    padding-right: 1vw;
    background-color: #0695D4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

.notice .f60 {
    line-height: 1;
}

.f60 {
    font-size: 60px;
    font-size: 4.39239vw;
}

.f34 {
    font-size: 34px;
    font-size: 2.5vw;
}
.f16 {
    font-size: 16px;
    font-size: 1.1713vw;
  }
.f12 {
    font-size: 12px;
    font-size: 0.878475vw;
}

.br480on {
    display: none;
}

@media screen and (max-width: 480px) {
    .br480on {
        display: block;
    }
}
  
.notice .notice_mds {
    padding: 0.526%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.9%;
    flex: 0 0 12.9%;
    margin-top: 20px;
    color: #0695D4;
    background-color: #fff;
}
  
.notice .season {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
  
.notice .season p.f26 {
    line-height: 1.731;
}
  
.notice p.text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.267;
}

.notice .left {
    letter-spacing: 0;
    color: #758BC5;
    background-color: #fff;
    padding: 12px 15px 10px;
    width: 150px;
    max-width: 100%;
    text-align: center;
    /*
    font-size: 2.8rem;
    */
    font-size: 2.05vw;
}

.notice .center {
    color: #fff;
    width: 215px;
    max-width: 100%;
    margin-left: 1%;
    /*
    font-size: 2rem;
    */
    font-size: 1.45vw;
    text-align: left;
    line-height: 1;
}

.notice .center span {
    display: block;
    margin-top: 5px;
    /*
    font-size: 2.4rem;
    */
    font-size: 1.7vw;
    line-height: 1;
    font-weight: 700;
}
.notice .right {
    letter-spacing: 0;
    width: 772px;
    max-width: 100%;
    margin-left: 1.5%;
    /*
    font-size: 1.4rem;
    */
    font-size: 1.032vw;
    line-height: calc(19 / 14);

}
.modal .img {
    width: 100%;
    position: relative;
}
.modal .img::before {
    content: "";
    display: block;
    padding-top: 70%;
}
.modal .img img {
    -o-object-position: center;
	height: 100%;
	left: 50%;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 93.26%;
	object-fit: cover;
	-o-object-fit: cover;
}

.is-sp {
    display: none;
}
.is-pc {
    display: block;
}



@media screen and (min-width: 768px) and (max-width: 1200px) {
    .point02__box {
        display: block;
    }
    .point02__left {
        width: 100%;
    }
    .point02__right {
        margin-left: 0;
        margin-top: 5%;
        display: flex;
        flex-direction: initial;
        width: 100%;
        justify-content: initial;
    }
    .point02__body02 {
        width: 380px;
        max-width: 100%;
    }
    .point02__img02 {
        margin-top: 0;
        width: 253px;
        max-width: 100%;
        margin-left: 20px;
    }
}

@media screen and (min-width: 1464px) {
    .notice .left {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    footer {
        padding: 30px 10px 0 10px;
    }
    footer .inner .right {
        flex:  0 0 21%;
    }
    footer .inner .left a {
        font-size: 22px;
    }
    footer .inner .left p {
        margin-top: 3px;
    }
}

@media screen and (min-width: 1367px) {
    .location03 .car .car__text {
        font-size: 25px;
    }
    .location03 .car .car__text span {
        font-size: 41px;
    }
    .location03 .car::before {
        width: 91px;
        height: 76px;
    }
}

img.plan021227 {
    /* margin-top: -10%; */
    margin-bottom: -10%;
}

.location02 .location_item .img {
    position: relative;
}

.location02 .location_item .click {
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size: 2.5rem;
    background-color: #12BADC;
    width: 108px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 20px;
    display: block;
    font-family: 'Barlow', sans-serif;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}



#model .tab__nav {
    margin-bottom: 4%;
}
#model .tab__nav ul {
    display: flex;
}
#model .tab__nav ul li {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: calc(20% - 5px * 4 / 5);
    position: relative;
    list-style: none;
}
#model .tab__nav ul li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent #eef8fb transparent transparent;
    top: 0;
    right: 0;
}
#model .tab__nav ul li:not(:first-child) {
    margin-left: 5px;
}
#model .tab__nav ul li span {
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
    font-weight: 700;
    transition: all .3s ease 0s;
    background-color: #EBF5EC;
    color: #0695D4;
}
#model .tab__nav ul li span.is-active {
    background-color: #0695D4;
    color: #fff;
}
#model .tab__nav ul li span:hover {
    background-color: #0695D4;
    color: #fff;
}
#model .tab__nav ul li a {
    display: block;
}
#model .tab-item {
    display: none;
}
#model .tab-item.is-active {
    display: block;
}

/* 20241101 */
.slide {
    aspect-ratio: 5/4;
}
.slide .item::before {
    content: none;
}
.slide .item {
    height: 100%;
}

/* 20241122 */
.row_box {
    display: flex;
    gap: 3%;
    padding: 20px 0 80px;
}
.row_item {
    width: 31.333%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.row_item .row_cont {
    margin: 0 auto;
    position: relative;
    padding: 10px 15px 20px;
    flex-grow: 1;
}
.row_item .row_cont .text01 {
    margin-bottom: 7px;
    padding-bottom: 7px;
    color: #12BADC;
    font-size: 2.6rem;
    border-bottom: 1px solid #000;
}
.row_item .row_cont .text02 {
    padding: 10px 0 0;
    font-size: 1.4rem;
}
.plan02 .inner .left .image02 {
    display: flex;
    justify-content: space-around;
    margin: 0 0 35px 0;
}
.plan02 .inner .attention {
    padding: 30px 0;
    position: relative;
}
.plan02 .inner .attention .icon {
    max-width: 135px;
    width: 13%;
    position: absolute;
    top: -50px;
    left: -6%;
}
.plan02 .inner .attention .text {
    display: block;
    width: 100%;
    padding: 0 3% 5px 0;
    font-size: 2.6rem;
    border-bottom: 8px solid #ffcc00;
}
.kodawari-heading{
    color: #12BADC;
    font-size: 20px;
}
.gallery-heading{
    text-align: center !important;
    display: block !important;
}
.gallery-heading span{
    color: #12BADC !important;
}
@media only screen and (max-width: 480px){
    .kodawari-heading{
        text-align: center;
        margin-bottom: 5px;
    }
}

.gallery-heading{
    margin: 0 auto 35px;
    font-size: 4.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
    max-width: 1020px;
}