@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;
}

.f60 {
    font-size: 50px;
    font-size: 3.660325vw;
}
.f34 {
    font-size: 34px;
    font-size: 2.489021vw;
}

@media screen and (max-width: 480px) {
    .f60 {
        font-size: 30px;
    }
    .f34 {
        font-size: 24px;
    }
}

.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: #9975c7;
    
}
.sub__heading {
    font-weight: 400;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    margin-left: 30px;
}
.sub {
   
}
.sec_title__box {
    display: flex;
    align-items: baseline;
}

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

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

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

.fixed_side {
    position: fixed;
    top: 40%;
    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;
    font-weight: 700;
    letter-spacing: 0.3em;
}

.fixed_side .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;
    font-weight: 700;
    letter-spacing: 0.3em;
}

.fixed_side a.info_item01 {
    background: url(../img/fixed_side01bg.jpg) no-repeat center center / cover;
    border: 1px solid rgb(153, 117, 199, 0.4);
}
.fixed_side a.info_item02 {
    background: #9975c7;
    border: 1px solid #9975c7;
    height: 200px;
}
.fixed_side a.info_item02 span {
    writing-mode: lr-tb;
    letter-spacing: 0;
}

.fixed_side .info_item02 {
    background: #9975c7;
    border: 1px solid #9975c7;
    height: 261px;
}
.fixed_side .info_item02 span {
    writing-mode: lr-tb;
    letter-spacing: 0;
}

.fixed_side a.info_item01:hover {
    background-color: #fff;
    background-image: none;
    color: #9975c7;
}
.fixed_side a.info_item02:hover {
    background-color: #fff;
    color: #9975c7;
}

.fixed_side .info_item02:hover {
    background-color: #fff;
    color: #9975c7;
}

.note-text {
    margin-top: -25px;
}
.note-text p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: calc(19 / 14);
}

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

.headerbox{
    margin: 0;
    padding: 15px 0;
    position: fixed;
    width: 12%;
    height: 100%;
    background: rgb(149, 105, 166, 0.4);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.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;
}

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

.gnav li {
    transition: all .3s;
    background-color: #f0eaf7;
}
.gnav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 15px 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: #9975c7;
}
.gnav li:hover {
    background: #fff;
}


/**************************** footer ****************************/
footer {
    background: #9975c7;
    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: #9975c7;
    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: -21px;
    position: absolute;
    text-decoration: none;
    font-style: normal;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    color: #9975c7;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #9975c7;
}
.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: #9975c7;
}
.menu-trigger.active{
    position: fixed;
}


/********************
 topページ
********************/
.mainvisual {
    position: relative;
}
.mainvisual .text-box {
    position: absolute;
    left: 0;
    bottom: 18%;
    display: inline-block;
}
.mainvisual .text-box p {
    font-weight: 400;
    font-size: 4rem;
    letter-spacing: 0.05em;
    background-color: #9975c7;
    color: #fff;
    height: 65px;
    line-height: 65px;
    padding-left: 7.3vw;
    font-family: 'Noto Serif JP', serif;
}
.mainvisual .text-box p:first-child {
    display: inline-block;
}
.mainvisual .text-box p:nth-child(2) {
    margin-top: 15px;
}
.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: 50px 0 0 0;
}
.location .sec_title {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.location .sec_title .sub {
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: normal;
    padding-left: 15px;
    position: relative;
}
.location .sec_title .sub::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #3CBEDC;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.location .sec_title .sub .size {
    display: inline-block;
    font-size: 2rem;
    padding: 0 0 0 20px;
}
.concept {
    padding: 0;
    /*
    background-image: url(../img/img01.jpg);
    background-position: right top;
    background-size: 55%;
    background-repeat: no-repeat;
    */
    position: relative;
}
.concept .deco {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 25%;
    max-width: 192px;
}
.concept .inner {
    display: flex;
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.concept .content {
    display: flex;
    justify-content: space-between;
    /*
    gap:4%;
    width: 45%;
    min-width: 520px;
    */
    width: 100%;
}
.concept .content .left {
    width: 355px;
    max-width: 100%;
}
.concept .content .right {
    width: 628px;
    max-width: 100%;
    margin-left: auto;
}
.concept .content .right .title {
    color: #9975c7;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0em;
    line-height: calc(37 / 28);
}
.concept .content .right .text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(27 / 16);
    margin-top: 20px;
}
.location-section .inner {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
.location-section {

}
.location-section .content {
    display: flex;
}
.location-section .content .left {
    width: 490px;
    max-width: 100%;
}
.location-section .content .left .head {
    color: #9975c7;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}
.location-section .content .left .heading {
    font-weight: 500;
    font-size: 2rem;
    line-height: calc(29 / 20);
    letter-spacing: 0.1em;
    color: #111;
    margin-top: 9px;
}
.location-section .content .left .text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: calc(27 / 16);
    letter-spacing: 0;
    margin-top: 20px;
}
.location-section .content .right {
    width: 470px;
    max-width: 100%;
    margin-left: auto;
}
.map .inner {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.location01 .content .item {
    width: calc(25% - 12px * 3 / 4);
    padding: 20px 0;
    aspect-ratio: 1 / 1;
    background: rgb(60, 190, 220, 0.1);
    text-align: center;
    font-size: 2.5rem;
    line-height: calc(40 / 25);
    letter-spacing: .02em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #3CBEDC;
}
.location01 .content .item span {
    color: #3CBEDC;
    font-size: 3rem;
    line-height: calc(4 / 3);
    letter-spacing: 0.02em;
}
.location01 .content .item:not(:first-child) {
    margin-left: 12px;
}
.location01 .content .item01 {
    
}
.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: #9975C7;
}
.map__content {
    z-index: 1;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.map__content .title {
    font-weight: 400;
    font-size: 8rem;
    text-align: center;
    color: #3CBEDC;
    font-family: 'Pinyon Script', cursive;
}
.map__content .copy {
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 1;
}
.map__content .map__img {
    margin-top: 20px;
}
.map__iframe {
    width: 77%;
    margin: 0 auto;
    padding-top: 33.3%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 44px;
}
.map__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.location01 .content .item02 {
   
}
.location01 .content .item02 span {
   
}
.location01 .content .item03 {
    
}
.location01 .content .item03 span {
    
}
.location01 .content .item04 {
   
}
.location01 .content .item04 span {
   
}
.location01 .content .item span {
    /*
    display: block;
    color: #006835;
    font-size: 4rem;
    line-height: 1.3;
    */
}
.location01 .content .item04 span {
    
}

.location02 {
    padding: 0 15px;
}
.location02 .inner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}
.location02 .car-nav {

}
.location02 .car-nav_copy {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.02em;
}
.location02 .car-nav_map {
    width: 600px;
    max-width: 100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    border: 1px solid #9975c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}
.location02 .car-nav_map img {
    width: 40px;
}
.location02 .car-nav_map span {
    font-weight: 400;
    color: #9975c7;
    font-size: 2.5rem;
    letter-spacing: 0.07em;
    margin-left: 8px;
}
.location02 .inner .sub {
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    margin-top: 50px;
}
.location02 .inner .sub::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #9975c7;
    top: 4px;
    left: 0;
}
.location02 .inner .sub .size {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.12em;
    margin-left: 8px;
    display: block;
}
.location02 .content_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 44px;
}
.location02 .location_item {
    width: 47%;
}
.location02 .location_item .img {
    position: relative;
}
.location02 .location_item img {
    width: 100%;
}
.location02 .location_item .click {
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size: 2.5rem;
    background-color: #9975c7;
    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;
}
.location02 .location_item .text {
    margin: 0 0 0 0;
    padding: 5% 5% 10% 3%;
    position: relative;
}
/*
.location02 .location_item .text::before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 10px;
    background: #9975C7;
    position: absolute;
    top: -40px;
    left: 3.5%;
}
*/
.location02 .location_item .text p {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    letter-spacing: 0.03em;
    margin-top: 2%;
}
.location02 .item_title {
    padding: 0;
    font-size: 3rem;
    font-weight: normal;
    color: #111;
    position: relative;
}
.location02 .item_title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #9975c7;
    top: 4px;
    left: -15px;
}

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

.location03 .title {
   text-align: center;
   font-weight: 400;
   font-size: 8rem;
   color: #3CBEDC;
   font-family: 'Pinyon Script', cursive;
}   
.location03 .box {
    background-color: rgb(60, 190, 220, 0.1);
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 5%;
    margin-top: -6%;
}
.location03 .subtitle {
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    color: #111;
}
.location03 .items {
    display: flex;
    margin-top: 3%;
}
.location03 .item {
    width: calc(33.333333% - 50px * 2 / 3);
}
.location03 .item:not(:first-child) {
    margin-left: 50px;
}
.location03 .item img {
    margin-top: 15px;
}
.location03 .item .img01 {
    width: 190px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.location03 .item .img02 {
    width: 223px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.location03 .item .img03 {
    width: 223px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.location03 .item .meta {
    background-color: #fff;
    padding-top: 11%;
    padding-bottom: 10%;
    position: relative;
}
.location03 .item .meta::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 17.5px 0 17.5px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.location03 .item .meta .head {
    text-align: center;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    color: #3CBEDC;
}
.location03 .item .meta span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.location03 .item .note {
    font-size: 1.2rem;
    margin-top: 16%;
}
.location03 .item .text {
    font-size: 1.4rem;
    line-height: calc(26 / 14);
    margin-top: 9%;
}
.location03 .item .text03 {
    margin-top: 1%;
}

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

.location04 .title {
    text-align: center;
    font-weight: 400;
    font-size: 8rem;
    color: #3CBEDC;
    font-family: 'Pinyon Script', cursive;
}

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

.location04 img {
    margin-top: 0;
}

.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(153, 117, 199, 0.1);
}
.obsession02 .item {
    width: 31%;
    padding: 30px 30px 10px;
    border: 1px solid #9975c7;
}
.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 #9975C7;
}
.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 #9975c7;
}
.obsession03 .inner .content .text02 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: #9975c7;
}
.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 0;
    background: #fff;
}
.plan01 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
}
.plan .sec_title {
    display: flex;
    align-items: center;
}
.plan .sec_title .sub {
    font-size: 2rem;
    font-weight: normal;
    padding: 10px 0 0 30px;
}
.plan .copy {
    letter-spacing: 0.1em;
    font-size: 3rem;
    line-height: 1;
    margin-top: 2%;
    padding-left: 18px;
    position: relative;
}
.plan .copy::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 5px;
    height: 40px;
    background-color: #3CBEDC;
}
.plan .copy span {
    color: #9975C7;
    font-size: 5.5rem;
    letter-spacing: 0.1em;
}
.plan02 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.plan02 .title {
    margin: 0 0 70px 0;
    font-size: 4.5rem;
    font-weight: 500;
    text-align: center;
    background: #fff;
}
.tab-item {
    display: none;
}
.tab-item.is-active {
    display: block;
}
.tab-items01 {
    display: flex;
    border-left: 1px solid #9975c7;
    overflow-x: hidden;
}
.tab-items01--mt {
    margin-top: 3px;
}
.tab-item01 {
    cursor: pointer;
    width: 18%;
    height: 75px;
    transition: background-color .3s ease 0s;
    border-top: 1px solid #9975c7;
    border-bottom: 1px solid #9975c7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-item01.is-active {
    
}
.tab-item01:not(:first-child):hover {
    background-color: #9975c7;
}
.tab-item01 span {
    display: block;
    transform: skewX(150deg);
    color: #111;
    font-size: 1.9rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.tab-item01:hover span {
    color: #fff;
}
.tab-item01 span span {
    font-weight: 700;
    transform: skewX(0deg);
    font-size: 3rem;
    color: #9975c7;
    letter-spacing: 0.05em;
    font-family: 'Barlow', sans-serif;
}
.tab-item01:hover span span {
    color: #fff;
}
.tab-item01 span span strong {
    font-size: 3.5rem;
}
.tab-item01.is-active span {
    color: #fff;
}
.tab-item01.is-active span span {
    color: #fff;
}
.tab-item01.is-active {
    background-color: #9975c7;
}
.tab-item01:first-child {
    margin-left: -23px;
    width: 18%;
    transition: background-color .3s ease 0s;
}
.tab-item01:first-child:hover {
    background-color: #9975c7;
}
.tab-item01:first-child {
    padding:0 15px;
    color: #110C53;
    transform: skewX(-150deg);
    border-right: 0px solid #9975c7;
    height: 75px;
    transition: background-color .3s ease 0s;
}
/*
.tab-item01:first-child div::before {
    content: "";
    position: absolute;
    left: -21px;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background-color: #3CBEDC;
}
*/
/*
.tab-item01:first-child div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border-style: solid;
    border-width: 73px 0 0 40px;
    border-color: transparent transparent transparent #fff;
    line-height: 0px;
    transition: all .3s ease 0s;
    transform: skewX(150deg);
}
*/
.tab-item01:nth-child(2) {
    border-left: 1px solid #3CBEDC;
}
.tab-item01:first-child div:hover::after {
    border-color: transparent transparent transparent #3CBEDC;
}
.tab-item01:not(:first-child) {
    padding:0 15px;
    color: #110C53;
    transform: skewX(-150deg);
    border-right: 1px solid #3CBEDC;
    height: 75px;
    transition: background-color .3s ease 0s;
}
.tab-item01:not(:first-child):hover {
    background-color: #3CBEDC;
}
/*
.tab-item01 {
    width: 25%;
    height: 75px;
    border-top: 1px solid #3CBEDC;
    border-bottom: 1px solid #3CBEDC;
}
.tab-item01:first-child {
    border-left: 1px solid #3CBEDC;
    position: relative;
    transition: background-color .3s ease 0s;
}
.tab-item01:first-child:hover {
    background-color: #3CBEDC;
}
.tab-item01:first-child::before {
    border-right: 40px solid transparent;
    border-bottom: 73px solid #fff; 
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    transition: border-bottom .3s ease 0s;
}
.tab-item01:first-child:hover::before {
    border-bottom: 73px solid #3CBEDC; 
}
.tab-item01:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 116%;
    background-color: #3CBEDC;
    top: -6px;
    right: 0;
    transform: rotate(-30deg);
}
.tab-item01:not(:first-child) {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}
.tab-item01:not(:first-child)::before {
    transform: skewX(30deg);
    content: ""; 
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#fff;
    transition: background-color .3s ease 0s;
}
.tab-item01:not(:first-child):hover::before {
    background-color: #3CBEDC;
}
.tab-item01:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 116%;
    background-color: #3CBEDC;
    top: -6px;
    right: 0;
    transform: rotate(-30deg);
}
*/
.plan02 .plan_info {
    display: flex;
    align-items: flex-end;
    margin: 0 0 25px 0;
    
    position: relative;
}
.plan02 .plan_info::before {
    /*
    content: "";
    display: inline-block;
    width: 7px;
    height: 100%;
    margin: 0 10px 0 0;
    background: #9975C7;
    vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0;
    */
}
.plan02 .plan_info .info {
    border-bottom: 1px solid #9975c7;
    border-left: 1px solid #9975c7;
    display: flex;
    margin-top: 40px;
    overflow: hidden;
}
.plan02 .plan_info .info .meta {
    padding-left: 18px;
    width: 421px;
    height: 86px;
    display: flex;
    /*
    background: url(../img/ldk-box.png) no-repeat center center / contain;
    */
    border-top: 1px solid #9975c7;
    border-right: 1px solid #9975c7;
    transform: skewX(-150deg);
}
.plan02 .plan_info .info .meta div {
    transform: skewX(150deg);
    display: flex;
}
.plan02 .plan_info .info .body {
    margin-left: 30px;
}
.plan02 .plan_info .info .body p {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    letter-spacing: 0;
    font-weight: 500;
}
.plan02 .plan_info .info .body p span {
    font-size: 2.1rem;
    font-weight: 600;
}
.plan02 .plan_info .info .text01 {
    font-size: 6rem;
    color: #9975c7;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
}
.plan02 .plan_info .info .text01 span {
    font-size: 9rem;
    line-height: 0.88;
}
.plan02 .plan_info .info .text02 {
    font-size: 5.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    margin-left: 15px;
    margin-top: 0;
}
.plan02 .plan_info .info .text02 span {
    font-size: 2.5rem;
    display: block;
}
.plan02 .plan_info .info .text03 {
    font-size: 2.2rem;
}
.plan02 .plan_info .info .text04 {
    font-size: 1.8rem;
}
.plan02 .point {
    display: flex;
    flex-wrap: wrap;
    
}
.plan02 .point p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 15px * 4 / 5);
    
    padding: 10px 0;
    font-size: 1.5rem;
    text-align: center;
    background: #9975c7;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0;
}
.plan02 .point p:not(:first-child) {
    margin-left: 15px;
}
.plan02 .inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
.plan02 .inner .left {
     width: 46%; 
    /*
    width: 53%;
    */
}
.plan02 .inner .left .image {
    /*
   margin: 0 0 65px 0;
   */
   margin: 0;
}
.plan02 .inner .right {
    /* width: 54%; */
    width: 52%;
}
.plan02 .inner .right .box:not(:first-child) {
    margin-top: 60px;
}
.plan02 .inner .right .box .box_image {
    width: 250px;
    max-width: 100%;
}
.plan02 .inner .right .box01 .box_image {
   
}
.plan02 .inner .right .box03 .box_image {
    margin-left: auto;
}
.plan02 .inner .right .box .box_content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
}
.plan02 .inner .right .box .box_content .text01 {
    padding: 0 0 10px 0;
    /* font-size: 4rem; */
    font-size: 3.4rem;
    color: #9975C7;
    letter-spacing: .08em;
}
.plan02 .inner .right .box .box_content .text02 {
    line-height: 1.7;
}
.plan02 .inner .right .box02 .box_image {
   
}
.plan02 .inner .right .box02 .box_content{
    flex-direction: initial;
}
.plan02 .inner .right .box02 .box_content .box_number {
    text-align: left;
}
.box01 .box_meta {
    
}
.box02 .box_meta {
    
}
.box03 .box_meta {
    
}
.box_number {
    font-weight: 400;
    font-size: 8rem;
    color: rgb(153, 117, 199, 0.3);
    font-family: 'Pinyon Script', cursive;
    line-height: 1;
    text-align: right;
}
.box03 .box_number {
    text-align: right;
}
.box_title {
    font-size: 3.8rem;
    line-height: calc(48 / 38);
    letter-spacing: 0;
    color: #9975c7;
    font-weight: 500;
    text-align: right;
}
.box02 .box_title {
    margin-top: -3%;
    text-align: left;
    font-size: 3.3rem;
}
.box02 .box_title span {
    display: block;
    margin-left: -7%;
}
.plan02 .text02 {
    font-size: 1.6rem;
    line-height: calc(27 / 16);
    margin-top: 10px;
}

.plan03 {
    padding: 0 15px;
    margin-top: 4%;
}
#access {

}
#access .inner {
    max-width: 1020px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#access .img {
   
}
#access .note {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    letter-spacing: 0;
    margin-top: 40px;
}
.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: 74%;
    content: "";
}
.slide .item .image {
    position: relative;
    overflow: hidden;
}
.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 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: #9975c7;
    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: #7e3c93;
    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(153, 117, 199, 0.7);
    position: relative;
}
.point__head--item::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 17px 0px 0px;
    border-color: rgb(153, 117, 199) 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 {
    display: inline-block;
    margin-top: 9px;
    font-size: 2rem;
    line-height: 0.8;
    font-family: 'Pinyon Script', cursive;
}
.point__meta01 .point__head--en {
    margin-top: 20px;
}
.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: #9975c7;
    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(153, 117, 199, 0.3);
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Pinyon Script', cursive;
}
.point02__head {
    font-weight: 700;
    font-size: 2.4rem;
    color: #9975c7;
    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: #9975c7;
    letter-spacing: 0;
}
.point02__number02 {
    font-weight: 500;
    font-size: 7rem;
    color: rgb(153, 117, 199, 0.3);
    letter-spacing: 0;
    line-height: 1; 
    font-family: 'Pinyon Script', cursive;
}
.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: #9975c7;
    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(153, 117, 199, 0.1);
    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: #9975c7 transparent transparent transparent;
    top: 0;
    left: 0;
}
.hope__item span {
    display: block;
    font-weight: 700;
    font-size: 2.1rem;
    letter-spacing: 0;
    color: #9975c7;
    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: #9975c7;
    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: #9975c7;
    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: 50px 15px 0;
}
.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: #9975c7;
    vertical-align: text-top;
}
.facilities01 .inner {
    padding: 0 0 50px 0;
}
.facilities01 .inner h3 {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 30px 0 15px 0;
    font-size: 2.6rem;
    font-weight: normal;
}
.facilities01 .inner h3 .img {
    margin: 0 20px 0 0;
    color: #9975c7;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 5rem;
}
.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: #9975c7;
    font-weight: 600;
    text-align: right;
}
.facilities01 .row_box .text {
    font-size: 1.8rem;
    line-height: 1.7;
}
.facilities01 .inner02 h3 .img {
    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: #9975c7;
    font-size: 16px;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.5px solid #9975c7;
    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: #9975c7;
}

.facilities01 .inner03 h3 {
    min-height: 100px;
    font-size: clamp(10px, 1.6vw, 2.3rem);
    align-items: flex-end;
}
.facilities01 .inner03 h3 .img {
    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: 0 15px 60px;
}
.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: #9975c7;
    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(153, 117, 199, 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: 100px;
    justify-content: space-between;
}
.outline .btn a {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    height: 67px;
    background-color: rgba(153, 117, 199, 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 div {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    height: 67px;
    background-color: rgba(153, 117, 199, 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;
    width: 100%;
}
.outline .btn div div::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: #9975c7;
    border: 1px solid #9975c7;
}
.outline .btn div:nth-child(2) div {
    background-color: #9975c7;
    border: 1px solid #9975c7;
}
.outline .btn a:hover {
    color: #9975c7;
    border: 1px solid rgba(153, 117, 199, 0.5);
    background-color: #fff;
    transition: 0.3s;
}
.outline .btn a:hover::before {
    border-top: solid 1px rgba(153, 117, 199, 0.5);
    border-right: solid 1px rgba(153, 117, 199, 0.5);
}
.outline .btn div:nth-child(2) a:hover {
    color: #9975c7;
    background-color: #fff;
    transition: 0.3s;
}
.outline .btn div:nth-child(2) a:hover::before {
    border-top: solid 1px rgba(153, 117, 199, 0.5);
    border-right: solid 1px rgba(153, 117, 199, 0.5);
}

.outline .btn div:nth-child(2) div:hover {
    color: #9975c7;
    background-color: #fff;
    transition: 0.3s;
}
.outline .btn div:nth-child(2) div:hover::before {
    border-top: solid 1px rgba(153, 117, 199, 0.5);
    border-right: solid 1px rgba(153, 117, 199, 0.5);
}

.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: #9975c7;
    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 {
    margin-top: -1%;
    padding: 0.8% 0 1.5%;
    padding-left: 7.3vw;
    padding-right: 10vw;
    background-color: #9975c7;
    /*
    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;
    */
    text-align: center;
    position: relative;
   
}
  
.notice .notice_mds {
    padding: 0.3% 0.6%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.9%;
    flex: 0 0 12.9%;
    color: #3CBEDC;
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.075em;
    font-family: 'Noto Serif JP', serif;
}
  
.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 .notice_meta {
    display: flex;
    align-items: center;
 justify-content: center;
}
.notice .left {
    letter-spacing: 0.12em;
    color: #9975c7;
    background-color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
    text-align: center;
    /*
    font-size: 2.8rem;
    */
    /*
    font-size: 2.05vw;
    */
    font-size: 1.5vw;
}

.notice .center {
    color: #fff;
    margin-left: 1%;
    /*
    font-size: 2rem;
    */
    display: flex;
    font-size: 2.6vw;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    align-items: flex-end;
    margin-top: 0.3%;
}

.notice .center span {
    display: block;
    
    /*
    font-size: 2.4rem;
    */
    font-size: 1.3vw;
    line-height: 1;
    font-weight: 400;
    margin-left: 5%;
}
.notice .right {
    letter-spacing: 0.03em;
    font-weight: 400;
    /*
    font-size: 1.4rem;
    */
    /*
    font-size: 1.25vw;
    */
    font-size: 1rem;
    line-height: calc(19 / 14);
    text-align: left;
    margin-top: 5px;
    line-height: 1.6;

}
.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) {
    .obsession03 .inner .content .text02 {
        font-size: 3.9rem;
    }
    .obsession03 .inner .content .text03 {
        font-size: 1.4rem;
    }
    .obsession02 .item03 {
        justify-content: initial;
        gap: 4%;
    }
    .obsession02 .text01 {
        font-size: 2.9rem;
    }
    .plan02 .plan_info .info .meta {
        width: 473px;
        height: 98px;
        align-items: center;
    }
    .location02 .inner .sub .size {
        font-size: 1.6rem;
    }
    .plan02 .point p {
        font-size: 1.3rem;
    }
    .plan02 .plan_info .info .text01 {
        font-size: 5rem;
    }
    .plan02 .plan_info .info .text02 {
        font-size: 4.8rem;
    }
    .plan02 .plan_info .info .text02 span {
        font-size: 2rem;
    }
    .plan02 .plan_info .info .text01 span {
        font-size: 8rem;
    }
    #access .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .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;
    }
    footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .inner .left a {
        font-size: 2.6rem;
    }
}

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

/* 20240924 */
.gnav li.text {
    background-color: #9975c7;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 5px 3px;
}

/* タブ */
.tab-area {
    background: rgb(149, 105, 166, 0.4);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 50px 0 10px;
}
.tab {
    text-align: center;
    width: 49.5%;
    padding: 10px;
    background-color: #fff;
    color: #9975c7;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    list-style: none;
}
.tab span {
    display: block;
    font-size: 3.2rem;
}
.tab.active {
    background-color: #9975c7;
    color: #fff;
}
/* タブの中身 */
.panel {
    display: none;
}
.panel.active {
    display: block;
}


/* location */
.location-section {
    padding: 50px 15px 0;
}
.location-section .content02 {
    margin-top: 80px;
}
.location-section .lead_text {
    font-size: 3.2rem;
    font-weight: 500;
    color: #9975c7;
}
.location-section .inner .sub {
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    margin-top: 50px;
}
.location-section .inner .sub::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 40px;
    background-color: #9975c7;
    top: 4px;
    left: 0;
}
.location-section .boxs {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
}
.location-section .boxs .box {
    width: 30%;
    padding: 20px;
    border-radius: 20px;
    background-color: #f0eaf7;
    font-weight: 500;
}
.location-section .boxs .box .text01 {
    font-size: min(2vw,2.4rem);
    font-weight: 600;
    color: #9975c7;
    padding-bottom: 5px;
    text-align: center;
}
.location-section .boxs .box .text02 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.3;
    font-size: min(2vw,2rem);
}
.location-section .boxs .box .num {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    /* font-size: 9rem; */
    font-size: min(8vw,9rem);
    line-height: 1;
    color: rgba(153, 117, 199, .2);
    margin-right: 10px;
}
.heading_style01 {
    margin-bottom: 15px;
    font-size: 2.8rem;
    color: #9975c7;
    display: flex;
    align-items: center;
}
.heading_style01 .num {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: min(8vw,9rem);
    line-height: 1;
    color: rgba(153, 117, 199, .2);
    margin: 0 10px 0 0;
}
.heading_style01 .main {
    padding-top: 20px;
}
.content02_in {
    margin-top: 60px;
}
.content02_01 .map_img {
    position: relative;
    padding: 80px 0 100px;
}
.content02_01 .map_img .title_img {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.title_img {
    display: block;
    max-width: 935px;
    width: 98%;
    margin: auto;
}
.content02_01 .row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.content02_01 .row .item {
    width: 23%;
}
.content02_01 .row .item img {
    display: block;
    margin-bottom: 20px;
}
.content02_01 .row .item .text01 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #9975c7;
}
.content02_01 .row .item .text01 span {
    display: block;
    font-size: 2rem;
}
.content02_01 .row .item .text02 {
    font-size: 1.5rem;
    letter-spacing: -.05em;
    padding: 20px 0 0;
}
.content02_02 .row {
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.content02_02 .row .item {
    width: 50%;
}
.content02_02 .row .item01 {
    padding: 30px;
    color: #9975c7;
    background-color: #f7f4fb;
    text-align: center;
    font-size:3.2rem;
    font-weight: 600;
    /* letter-spacing: -.01em; */
}
.content02_02 .row .item02 {
    padding: 0 5%;
    line-height: 2;
}
.content02_02 .row .item02 span {
    display: block;
    font-size: 2.4rem;
    color: #9975c7;
    line-height: 1.3;
}
.content02_02 .boxs .box,
.content02_03 .boxs .box {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
}
.content02_02 .boxs .box .text01,
.content02_03 .boxs .box .text01 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.content02_02 .boxs .box .text02,
.content02_03 .boxs .box .text02 {
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: -.02em;
    line-height: 1.7;
    padding-bottom: 40px;
}
.content02_03 .boxs .box .text02 {
    padding-bottom: 20px;
}
.content02_03 .boxs .box02 {
    padding-top: 10px;
}
.content02_03 .boxs .box .text03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-bottom: 20px;
    color: #9975c7;
}
.content02_03 .boxs .box .text03 p {
    font-size: 2rem;
}
.content02_03 .boxs .box .text03 p span {
    font-size: 3rem;
}
.content02_03 .boxs .box03 {
    background-color: inherit;
    justify-content: center;
    padding: 0;
}
.content02_03 .boxs .box03 img {
    display: block;
}

.boxs .box .btn {
    display: block;
    width: 100%;
    margin: auto 0 0 0;
    padding: 18px 30px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    background-color: #9975c7;
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
}
.boxs .box .btn::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;
}
.boxs .box .btn:hover {
    opacity: .7;
}

/* Access */
.map__iframe {
    width: 100%;
    margin: 0 auto;
    padding-top: 33.3%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.location02 .car-nav {
    margin-bottom: 100px;
}

/* Concept */
.concept02_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.concept02_in .block01 {
    width: 35%;
    margin-right: 2%;
}
.concept02_in .block01 p {
    font-size: 2.4rem;
}
.concept02_in .block01 p span {
    display: block;
    font-size: 3.2rem;
    color: #9975c7;
}
.concept02_in .block02 {
    width: 60%;
}
.concept02_in .block02 .lead {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: -.01em;
    color: #9975c7;
}
.concept02_in .boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0;
}
.concept02_in .boxs .box {
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    margin-bottom: 20px;
    width: 48%;
    background-color: #f0eaf7;
    font-weight: 500;
    text-align: center;
}
.concept02_in .boxs .box .text01 {
    margin-bottom: 25px;
    font-size: 2rem;
    color: #9975c7;
}
.concept02_in .boxs .box .text01 span {
    font-size: min(2.6vw,3rem);
    letter-spacing: -.02em;
    line-height: 1.3;
}
.concept02_in .boxs .box .btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.cont_bottom .inner {
    max-width: 1020px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.point__head--item {
    background-image: url(../img/add_bg.png);
    background-size: contain;
}

#anchor01,#anchor02,#anchor03,#anchor04 {
    padding-top: 100px;
    margin-top: -100px;
}

/* 20241122 */
.row_box {
    display: flex;
    gap: 3%;
    padding: 60px 0;
}
.row_item {
    width: 31.333%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.row_item .row_cont {
    margin: 0 auto;
    position: relative;
    padding: 10px 10px 20px;
    flex-grow: 1;
}
.row_item .row_cont .text01 {
    margin-bottom: 7px;
    padding-bottom: 7px;
    color: #9975c7;
    font-size: 2.6rem;
    border-bottom: 1px solid #000;
}
.row_item .row_cont .text02 {
    padding: 10px 0 0;
    font-size: 1.4rem;
}
.plan02 .inner {
    flex-direction: column;
    padding: 60px 0 0;
}
.plan02 .inner .title_img {
    margin: 40px auto;
}
.plan02 .inner .left {
     width: 100%;
     display: flex;
}
.plan02 .inner .attention {
    padding-bottom: 30px;
    position: relative;
}

.kodawari-heading{
    color: #9975c7;
    font-size: 20px;
    margin-bottom: -40px;
    font-weight: normal;
}

@media only screen and (max-width: 480px){
    .kodawari-heading{
        margin-bottom: 5px;
        text-align: center;
    }
}

.youtube {
    max-width: 800px;
    margin: 80px auto 40px;
    aspect-ratio: 16/9;
}