@charset "utf-8";

/* =======================================

CommonElements & TOP

======================================= */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.flex {
display: flex;
}
.sp_none {
display: none;
}
html {
scroll-behavior:smooth
}
body {
color: #000;
position: relative;
background: #ffffff;
line-height:2em;
font-size: 14px;
font-family: -apple-system, "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
}



header ul.flex {
display: none;
}

header ul.flex li {
margin: 20px 30px;
}

#mv {width: 100%;
position: relative;

}

.mv_inner {
width: 100%;
min-height:85vh;
position: relative;
overflow: hidden;
}

#mv video {
width: 100vw;
height: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
margin: auto;
}



#mv ul.flex {
        width: 96%;
justify-content: space-between;
position: absolute;
align-items: center;
left: 0;
right: 0;
bottom:50px;
z-index: 999;
margin: auto;
}

#mv ul.flex li {
width: 23%;
background: #fff;
display: block;
padding: 10px 0 ;
text-align: center;
font-size: 14px;
color: #47403B;
line-height: 1.2em;
border-radius: 10px;
}



.sec_cmn {
width: 94%;
margin: auto;
}
.sec_cmn.flex {
flex-wrap: wrap;
justify-content: space-between;
margin: auto;
align-items: center;
}


#sec01 {
padding: 70px 0 30px 0;
}

#sec01 h2 {
font-size: 24px;
margin-bottom: 50px;
position: relative;
text-align: center;
line-height: 2em;
font-weight: bold;
}




#sec01 p {
line-height: 2;
text-align: center;
}

#sec01 h2 span {
font-weight: 600;
font-size: 48px;
}
#sec01 h2 span ruby {
ruby-position: over;
font-weight: 100;
ruby-align: center;
margin-right: -18px;
}

#sec01 h2 span ruby rb {
letter-spacing: 0.2em;
font-weight: 600;
font-size: 48px;
}
#sec01 h2 span ruby rt {
font-size: 16px;
letter-spacing: 1em;
}

.sec01_in.sec_cmn.flex {
        display: block;
        width: 96%;
        margin: 0 auto 50px !important;
}

.sec01_in img {
width: 100%;
}

.movie h3 {
        margin-bottom: 20px;
        font-size: 18px;
        text-align: center;
}

.movie video {
        width: 100%;
}




.cta_area {
background:url(../img/sec02_bg.png) no-repeat center top;
background-size:cover;
padding: 60px 0 60px 0;
margin-bottom: 10px;
font-weight: bold;
}

.cta_area ul.flex {
margin: auto;
display: block;
justify-content: space-between;
margin-bottom: 20px;
text-align: center;
}

.cta_area ul.flex li {
margin-bottom: 20px;
text-shadow: 6px 6px 10px #000000;
color: #fff;
}

.cta_area ul.flex li:first-child {
font-size: 24px;
}
.cta_area ul.flex li:last-child {
font-size: 20px;
letter-spacing: 0.15em;
}

.cta_area ul.flex li span {
font-size: 30px;
}

.cta_area a {
background: rgba(255, 136, 0, 0.7);
color: #fff;
font-size: 20px;
text-align: center;
padding: 20px 0;
width: 90%;
display: block;
margin: auto;
border-radius: 100px;
}
.cta_area a span {
font-size: 24px;
}


/* スライダーの外枠 */
:root {
--gap: 15px;        /* 画像間の隙間 */
--slides: 4;        /* 同時に見せたい画像枚数 */
--duration: 20s;    /* アニメーション速度 */
}
.slider {
width: 100%;
margin: 0 auto;
overflow: hidden;
}

/* スライド全体（2セット分） */
.slider-track {
display: flex;
gap: 15px;
/* 画像 4 枚分＋間隔でループさせる */
animation: scroll 30s linear infinite;
}


/* 画像サイズ指定 */
.slider-track img {
width: 200px;
height: auto;
object-fit: cover;
display: block;
}

/* キーフレーム：全体を左に移動 */
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-1 * ((200px + 15px) * 4)));
}
}




#sec02 {
padding: 30px 0 50px 0;
}

#sec02 .sec_cmn {
}

#sec02 h2 {
text-align: center;
font-size: 28px;
line-height: 2.2em;
position: relative;
margin-bottom: 30px;
font-weight: bold;
}



#sec02 h2 span {
font-size:38px;
}

#sec02 h2 span:first-child,
#sec02 h2 span:last-child {
color:#00BBFF ;
}

#sec02 h3 {
font-size: 24px;
text-align: center;
margin-bottom: 40px;
line-height: 2em;
}

#sec02 h3 span:first-child {
font-size: 24px;
}
#sec02 h3 span:last-child {
font-size: 24px;
color: #FF8800;
}

.sec02_in .sec_cmn.flex {
justify-content: space-around;
align-items: flex-start;
}

.sec02_in .sec_cmn.flex .sec02_box {
text-align:center;
margin-bottom:30px;
width: 49%;
}
.sec02_in .sec_cmn.flex .sec02_box img {
width: 100%;
}

.sec02_in .sec_cmn.flex .sec02_box dt {
font-size: 18px;
padding: 20px 0;
font-weight: bold;

}




.sec03_wrap.flex {
display: block;
width: 96%;
margin:0 auto 30px;
}

/* 右のテキストエリア：中央に置いてから550px右へ */
.text_area {
margin-bottom: 20px;
}
.text_area .text_area_in {

}

.text_area_in img {
margin-bottom: 30px;
display: block;
width: auto;
margin: auto;
}

.text_area_in h2 {
font-size: 28px;
margin-bottom: 10px;
position: relative;
text-align: center;
line-height: 2em;
font-weight: bold;
}



.text_area_in h2 span {
color: #FF6A00;
}

.text_area_in h2 span:first-child {

}

.text_area_in p {
line-height: 2.2em;
text-align: center;
}


.img_area img {
width: 100%;
}




#sec04 {
        border-radius: 60px 60px 0 0;
}

.sec04_in .sec_cmn {
        margin: auto;

}

.sec04_in {
        padding: 55px 15px;
        background: url(../img/sec04_in_bg.jpg) no-repeat center;
        background-size: cover;
        margin-bottom: 30px;
}

.sec04_in p {
        text-align: center;
        line-height: 2.2em;
        margin-bottom: 50px;
        position: relative;
        color: #fff;
        font-weight: bold;
        text-shadow: 2px 2px 10px #000000;
}



.sec04_in01.sec_cmn.flex {
        justify-content: flex;
        margin-bottom: 60px;
}

.sec04_in01.sec_cmn.flex img {
        margin-bottom: 30px;
}

.sec04_in01.sec_cmn.flex dl {}

.sec04_in01.sec_cmn.flex dt {
    color: #00BBFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec04_in01.sec_cmn.flex dd {
        margin-bottom: 20px;
        line-height: 2.2em;
}


.sec04_in02 {
        text-align: center;
        padding: 20px 0 50px 0;
}

.sec04_in02 h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
}

.sec04_in02 p {
        font-size: 18px;
}

.sec04_in02.sec_cmn.flex {
        justify-content: center;
}

.sec04_in02.sec_cmn.flex img {
        
}

.sec04_in02.sec_cmn.flex dl {}

.sec04_in02.sec_cmn.flex dt {
    color: #00BBFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec04_in02.sec_cmn.flex dd {
        margin-bottom: 20px;
        line-height: 2.2em;
}



.sec04_in03_wrap {
        margin: auto;
        padding: 50px 20px 20px 20px;
        background: #F3F3F3;
}
.sec04_in03 {
        margin-bottom: 30px;
}
.sec04_in03 p.cta_btn {
        display: block;
        width: 90%;
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 15px 0;
        background: #FF6A00;
        border-radius: 75px;
        margin: 0 auto 30px;
}

.sec04_in03 h2 {
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 2em;
        color: #FF6A00;
}

.sec04_in03 ul.flex {
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
}

.sec04_in03 ul.flex li {
width: 48%;
text-align: center;
}

.sec04_in03 ul.flex li p {
       
}

.sec04_in03 ul.flex li img {
        margin-bottom: 20px;
        width: 100%;
}

.sec04_in03 dl,.sec04_in03 dl.flex {
       background: #fff;
       display: block;
       margin:0 auto 10px;
       padding: 20px;
}

.sec04_in03 dl.flex dt {
        width: 100%;
        padding:15px 0 5px 0;
}
.sec04_in03 dl.flex dd {
        width: 100%;
        padding:0px 0 5px 0;
}

.sec04_in03 dl.flex dd.flex {
        flex-wrap: wrap;
}

.sec04_in03 dl.flex dd.flex ul.flex {
        display: block;
        margin-bottom: 0;
}

.sec04_in03 dl.flex dd.flex ul.flex li {
        width: 100%;
        text-align: left;
}


.sec04_in03 ul.flex:nth-child(2) {
        display: block;
}
.sec04_in03 ul.flex:nth-child(2) li {
        width: 100%;
}

.sec04_in03 ul.flex:nth-child(2) li:last-child {
        background: #fff;
        line-height: 2.2em;
        text-align: left;
        padding: 20px;
        margin-top: 20px;
}

#sec05 {
        padding: 50px 0 ;
        width: 96%;
        margin: auto;
}

#sec05 h2 {
        font-size: 24px;
        text-align: center;
        position: relative;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
        line-height: 2em;
        font-weight: bold;
}

.sec05_img {
        overflow-x: scroll;

}

#sec05 img {
        width: 600px;
}





#sec05 h2 span:first-child {
        font-size: 24px;
        color: #00BBFF;
}
#sec05 h2 span:last-child {
        font-size: 24px;
}

#sec05 p {
        text-align: center;
        margin-bottom: 30px;
}

.sec05_flow.flex {
        justify-content: space-between;
        flex-wrap: wrap;
        margin: auto;
}

.sec05_flow_box {
        text-align: center;
        position: relative;
        width: 44%;
}
.sec05_flow_box p {
        margin-bottom: 50px!important;
}

.sec05_flow_box .date {
        position: absolute;
        content: "";
        width: 97px;
        height: 73px;
        left: -5px;
        top: -30px;
        background: url(../img/sec05_flow_bg.png) no-repeat center;
        padding-top: 20px;
}

.sec05_flow_box img  {
        width: 100%;
        margin-bottom: 10px;
}

#sec06 {
        width: 96%;
        margin: 0 auto 60px;
}


#sec06 h2 {
        font-size: 24px;
        text-align: center;
        position: relative;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
        line-height: 2em;
        font-weight: bold;
}

#sec06 h2 span {
        color:#00BBFF
}

#sec06 p {
        text-align: center;
        line-height: 2.2em;
        margin-bottom: 10px;
}

.sec06_img ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec06_img ul.flex li {
        width: 25%;
}
.sec06_img ul.flex li img {
        width: 100%;
        border: 1px solid #fff;
}



#sec07 {
        width: 96%;
        margin: auto;
        background: #F3F3F3;
        text-align: center;
        padding: 10px;
        position: relative;
        margin-bottom: 30px;
}


.sec07_in {
padding-top: 40px;
}

.sec07_in h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 2em;
        font-weight: bold;
}

.sec07_in h2 span {
        color: #00BBFF;
}

.sec07_in dl.flex {
justify-content: center;
flex-wrap: wrap;
line-height: 3em;
margin-bottom: 40px;
}

.sec07_in dl.flex dt {
width: 20%;
}

.sec07_in dl.flex dd {
        /* width: 100%; */
}
.sec07_in dl.flex dd.yugothic {
        font-size: 24px;
        color: #FF6A00;
        margin-top: 0px;
        font-weight: bold;

}

.sec07_in dl.flex dd a {
        color: #fff;
        background: #FF6A00;
        border-radius: 40px;
        text-align: center;
        padding:15px 30px;
        font-size: 16px;
}

.sec07_in dl.flex dd a span {
        font-size: 20px;
}

.sec07_in dl.flex dd:last-child {
        width: 100%;
}

#sec08 img {
        width: 96%;
        display: block;
        margin:auto;
        
}


.hero {
width: 100%;
height: 300px;
display: block;
color:#fff;
font-size:3rem;
background-image: url(../img/sec08_bg.png);
background-size: cover;
background-position: center;

}
.content {
padding: 50px 20px 10px 20px;
}
.content h2 {
        font-size: 24px;
        position: relative;
        text-align: center;
        margin-bottom: 40px;
        line-height: 2em;
        font-weight: bold;
}

.content h2 span {
        font-size: 24px;
}

.content dl {

}

.content dt {
        color: #00BBFF;
}

.content dd:last-child {
        margin-top: 20px;
}



.content_in {
        margin: 10px auto 10px;
        background: #fff;
        border-radius: 20px;
        padding: 50px 20px;
}

.content_in h2 {
        font-size: 24px;
        position: relative;
}

.content_in h2 span {
        font-size: 24px;
      color: #00BBFF;
}


.content_in dl.flex {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-around;
}

.content_in dl.flex dt {
        width: 30%;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid #00BBFF;
        text-align: center;
}

.content_in dl.flex dd {
        width: 70%;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid #000;
        text-align: left;
        line-height: 2em;
}

.content_in dl.flex dd span {
        font-size: 16px;
}

.map {
width: 100%;
margin: auto;
}

.map iframe {
        width: 100%;
        height: 250px;

}


.sec09 {
        width: 100%;
        display: block;
        color:#fff;
        background-image: url(../img/sec09_bg.png);
        background-size: cover;
        background-position: center;
}


.sec09_in {
        text-align: center;
        padding: 100px 0px;
        position: relative;
        font-weight: bold;
}
.sec09_in h2 {
        font-size: 24px;
        margin-bottom: 60px;
        line-height: 2em;
        font-weight: bold;
        text-shadow: 2px 2px 10px #000000;
}

.sec09_in p {
       font-size: 16px;
       margin-bottom: 30px;
       font-weight: bold;
       text-shadow: 2px 2px 10px #000000;
}

.sec09_in p a {
        color: #fff;
        font-weight: bold;
}


a.cta_btn {
        background: rgba(255, 136, 0, 0.7);
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 20px 0;
        width: 80%;
        display: block;
        margin: 100px auto 0;
        border-radius: 100px;
        font-weight: bold;
}
a.cta_btn span {
        font-size: 24px;
}


footer {
        margin-top: 50px;
        padding: 50px 0;
        background: #000;
}

.f_logo {
        width: 300px;
        margin: 0 auto 30px;
}

.f_logo img {
        width: 100%;
        height: 70px;
}

.f_navi {

}

.f_navi ul.flex {
        justify-content: center;
        flex-wrap: wrap;
}

.f_navi ul.flex li {
        padding: 10px;
}

.f_navi ul.flex li a {
        color: #fff;
}

.totop {
        position: absolute;
        right: 20px;
        bottom: 50px;
}

.plus_n_area {
        background: #fff;
        padding: 20px;
        text-align: center;
}

.plus_n_area img {
}

.plus_n_area span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
}