@charset "utf-8";
.kaisei {
	font-family: "Kaisei Opti", serif;
	font-weight: bold;
	font-style: normal;
}
/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.sec {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 768px) {
	.contents_top {
		width: 100%;
	}
  
	.sec {
		min-width: 100%;
	}
  
}


/*--------------------------------------
　Title
---------------------------------------*/
.ttl_box {
	position: relative;
	padding: 8rem 0 0 0;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(102,153,255,0.4);
}
.ttl_box .eng {
	font-size: 5rem;
}
.ttl_box .ttl {
	font-size: 1.6rem;
	margin: 1rem 0 8rem;
}
.ttl_box:before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/ttl_line01.webp") center no-repeat;
	background-size: cover;
	width: 588px;
	height: 62px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
@media screen and (max-width: 768px) {
.ttl_box {
	padding: 6rem 0 0 0;
	text-shadow: 0px 0px 10px rgba(102,153,255,0.4);
}
.ttl_box .eng {
	font-size: 3.5rem;
}
.ttl_box .ttl {
	font-size: 1.4rem;
	margin: 1rem 0 6rem;
}
.ttl_box:before {
	background: url("../img/sp_ttl_line01.webp") center no-repeat;
	background-size: cover;
	width: 307px;
	height: 44px;
}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	line-height: 2.5;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 2.5;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2.5;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}
.sub {
	font-size: 1.4rem!important;
	line-height: 1.5!important;
}
a.txtlink {
	color: blue;
	text-decoration: underline;
}
.gla_txt {
	background: linear-gradient(135deg, #ff8d51 0%, #ffe04a 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.orange {
	color: #FFAD29;
	font-weight: bold;
}
.strong {
	background: #fff;
	padding:0.1rem 0.4rem;
	color: #004960;
	font-weight: bold;
}
.text_ster {
	position: relative;
	padding-left: 3rem;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.text_ster:before {
	display:block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 25px;
	height: 28px;
	background: url("../img/star.svg") center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.5rem;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.5rem;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
.sub {
	font-size: 1rem!important;
}
.strong {
	padding:0.1rem 0.4rem;
}
.text_ster {
	position: relative;
	padding-left: 3rem;
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.text_ster:before {
	display:block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 25px;
	height: 28px;
}
}
/*--------------------------------------
　Header
---------------------------------------*/

/*--------------------------------------
　mv
---------------------------------------*/
.mv {
	background: url("../img/mv_bg.webp") center bottom no-repeat;
	background-size: cover;
}
.mv_inner  {
	max-width: 1080px;
	padding: 360px 20px 0;
	height: 650px;
	margin: auto;
	position: relative;
}
.mv_inner .mv_logo {
	position: absolute;
	width: 300px;
	left: 0;
	top: 80px;
}
.mv_inner .mv_txt {
	font-size: 4.6rem;
	text-shadow: 0px 0px 10px rgba(102,153,255,0.4);
	margin-bottom: 2rem;
}
.mv_inner .mv_txt span {
	font-size: 3.8rem;
	text-shadow: 0px 0px 10px rgba(102,153,255,1);
}
.mv_inner .tate {
	width: 86px;
	position: absolute;
	right: 20px;
	top: 80px;
}
.gla_bg {
	color: #003A4C;
	background-image: linear-gradient(90deg, rgba(255, 141, 81, 1), rgba(255, 224, 74, 1));
	display: table;
	font-weight: bold;
	padding:0.5rem 1rem;
}
.mv .gla_bg {
	font-size: 2rem;
}
/*--------------------------------------
　section
---------------------------------------*/
.sec {
	padding: 0 0 12rem;
}
.sec .inner {
	padding: 0 40px;
	max-width: 1080px;
	margin: auto;
	box-sizing: border-box;
}
/*--------------------------------------
　sec01
---------------------------------------*/
.bg_01{
background: linear-gradient(180deg, #000E12 0%, #013241 51.44%, #1870A6 100%);
	padding: 8rem 0 0 0;
	position: relative;
}
.bg_01:before{
	position: absolute;
	content: "";
	background: url("../img/sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 1300px;
	height: 420px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	
}
.sec01 .wrap_01 {
	background: url("../img/sec01_flame.webp") center no-repeat;
	background-size: 100% 450px;
	width: 100%;
	height: 450px;
	text-align: center;
	padding: 5rem 0 0 ;
}
.sec01 .wrap_01 .gla_bg{
	font-size: 2rem;
	margin: 0 auto 1rem;
}
.sec01 .wrap_01 .txt_01{
	font-size: 2.4rem;
	margin: 2rem 0 0;
}
.sec01 .wrap_01 .txt_02{
	font-size: 1.2rem;
	margin: 1rem 0 0;
}
.sec01 .wrap_01 dd {
	margin-bottom: 4rem;
}
.sec01 .wrap_02 {
	background:rgba(240,240,240,0.2);
	padding: 5rem 5rem 2rem;;
	margin: 5rem 0 0 0;
}
.sec01 .wrap_02 .txt_01 {
	font-size: 1.8rem;
	color: #004960;
	background: #fff;
	padding:0.4rem 1rem;
	margin-bottom: 1rem;
	display: table;
	font-weight: bold;
}
.sec01 .wrap_02 dd {
	margin-bottom: 3rem;
}
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
	position: relative;
}
.sec02:before{
	position: absolute;
	content: "";
	background: url("../img/sec02_bg.webp") center top no-repeat;
	background-size:cover;
	width: 1300px;
	height: 320px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	
}
.sec02 .ttl {
	font-size: 4.6rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,196,98,0.6);
}
.sec02 .txt_01{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 6%;
	margin: 5rem 0 3rem;
}
/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
  width: 300px; 
	margin-right: 2rem;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
background: linear-gradient(180deg, #1870A6 0%, #1870A6 65.38%, #002841 100%);
	position: relative;
}
.sec03:before{
	position: absolute;
	content: "";
	background: url("../img/sec03_bg.webp") center top no-repeat;
	background-size:cover;
	width: 1440px;
	height: 3540px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	
}
.sec03 .topic_wrap:not(:last-child)  {
	margin-bottom: 12rem;
}
.sec03 .topic_wrap .gla_bg {
	font-size: 2rem;
	padding: 0.3rem 8rem;
	margin:0 auto ;
}
.sec03 .topic_wrap .txt_01 {
	text-align:center;
	font-size: 3.6rem;
	margin: 3rem 0 4rem;
}
.sec03 .topic_wrap .read {
	text-align:center;
	margin: 0 0 4rem ;
}
.sec03 .wrap_02 .box_01 {
	background:rgba(0,15,24,0.3);
	padding: 6rem 5rem;
}
.sec03 .wrap_02 .box_01 .midashi{
	font-size: 2.2rem;
	font-weight: bold;
		padding: 12px 30px;
		display: table;
		margin: 0 auto;
		text-align: center;
		border: 1px solid #FFFFFF;
}
.sec03 .wrap_02 .box_01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec03 .wrap_02 .box_01 ul li {
	width: 48%;
	margin-top: 4rem;
}
.sec03 .wrap_02 .box_01 ul li .img{
	margin-bottom: 2rem;
}
.sec03 .wrap_03 .upper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.sec03 .wrap_03 .upper>div  {
	width: 48%;
}
.sec03 .wrap_03 .under .img {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.sec03 .wrap_03 .under .img img{
	width: 31%;
}
/*--------------------------------------
　sec04
---------------------------------------*/

.sec04 {
	background: linear-gradient(180deg, #002841 0%, #013241 87.02%);
	position: relative;
}
.sec04:before{
	position: absolute;
	content: "";
	background: url("../img/sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 1400px;
	height: 450px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	
}
.sec04 .topic_wrap:not(:last-child){
	margin-bottom:8rem;
}
.sec04 .topic_wrap .upper{
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 15px rgba(255, 186, 83, 0.8);
	padding: 4.5rem;
	margin-bottom: 5rem;
}
.sec04 .topic_wrap .upper .fukidashi {
	position: relative;
background: #FFFFFF;
border: 1px solid #FFBA53;
	margin:0 auto 3rem;
	display: table;
	color: #004960;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	border-radius: 9999px;
	padding: 2rem 4rem;
}
.sec04 .topic_wrap .upper .fukidashi span  {
	font-weight: bold;
	font-size: 2.4rem;
	background:linear-gradient(transparent 70%, #FFCD7D 70%);
}

.sec04 .topic_wrap .upper .fukidashi:after {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 13px;
	background: url("../img/fukidashi.webp") center no-repeat;
	background-size: cover;
	left: 50%;
	transform: translate(-50%,0);
	top:calc(100%);
}
.sec04 .topic_wrap .upper .txt {
	text-align: center;
}
.sec04 .wrap_01 .under {
	display: flex;
	justify-content: space-between;
}
.sec04 .wrap_01 .under>div{
	width: 48%;
}
.sec04 .wrap_01 .under>div li:not(:last-child) {
	margin-bottom: 4rem;
}
.sec04 .wrap_02 .under .img_box {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.sec04 .wrap_02 .under .img_box .img {
	width: 48.5%;
}
.sec04 .wrap_03 .under  {
	display: flex;
	justify-content: space-between;
}
.sec04 .wrap_03 .under >div {
	width: 48.5%;
}
.sec04 .wrap_03 .under .img {
	margin-bottom: 2rem;
}
/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
	background: linear-gradient(180deg, #013241 0%, #0C2049 32.69%, #0C2049 65.38%, #001134 100%);
	position: relative;
}
.sec05:before{
	position: absolute;
	content: "";
	background: url("../img/sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 1400px;
	height: 450px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	
}
.sec05 .read {
	text-align: center;
}
.map {
    position: relative;
    width: 100%;
    height: 480px;
	margin: 7rem 0 5rem;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- SP（767px以下）でアスペクト比 16:9 にする --- */
@media (max-width: 767px) {
    .map {
        height: 0;              /* 一旦リセット */
        padding-top: 56.25%;    /* 16:9の比率 */
    }
}
.sec05 .wrap_01 {
	background: #fff;
	padding: 5rem 5rem 3rem;
	display: flex;
	justify-content: space-between;
}
.sec05 .wrap_01 dl {
	width: 50%;
}
.sec05 .wrap_01 dl dt {
	background: #004960;
	padding: 0.4rem 1rem;
	display: table;
	font-weight: bold;
}
.sec05 .wrap_01 dl dd {
	color: #004960;
	padding: 1rem 0 2rem;
}
/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
	background:url("../img/sec06_bg.webp") center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.sec06 .ttl{
	font-size: 4.6rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,196,98,0.6);
}
.youtube {
    position: relative;
    width: 700px;      /* 固定幅 */
    height: 410px;     /* 固定高さ（16:9） */
	margin: auto;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- SP（767px以下） --- */
@media (max-width: 767px) {
    .youtube {
        width: 100%;           /* デバイス幅いっぱい */
        height: 0;             /* 一旦高さをリセット */
        padding-top: 56.25%;   /* 16:9 のアスペクト比 */
    }
}
.sec06 .read{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 6%;
	margin: 5rem 0 3rem;
}
.sec06 .btn_box  {
	max-width: 640px;
	display: flex;
	justify-content: space-between;
	margin: 4rem auto;
}
.btn {
	width: 310px;
}
.btn a {
	width: 100%;
	color: #004960;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 1.5rem 3rem;
	border-radius: 9999px;
	position: relative;
}
.btn img {
	display: block;
	width: 40px;
	margin-right: 1rem;
}
.btn a::before,
.btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 2rem;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #004960;
  transform-origin: calc(100% - 1px) 50%;
}
.btn a::before {
  transform: rotate(45deg);
}
.btn a::after {
  transform: rotate(-45deg);
}

.btn_02 {
	width: 460px;
	margin: 2rem auto;
}
.btn_02 a {
	background: linear-gradient(90deg, #FF8D51 0%, #FFE04A 100%);
	padding: 2rem 3rem 2rem 10rem;
	box-shadow: 0px 0px 20px rgba(255, 186, 83, 1);
}



/*--------------------------------------
　footer
---------------------------------------*/
.insta_box{
	position: relative;
	padding-bottom: 8rem;
}
.insta_box:before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/ttl_line01.webp") center no-repeat;
	background-size: cover;
	width: 588px;
	height: 62px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.footer {
	padding: 6rem 0 2rem;
background: linear-gradient(180deg, #000F2F 0%, #000716 100%);
font-size: 1.2rem;
}
.footer .inner {
	max-width: 1080px;
	margin: auto;
	padding:0 4rem;
	background: url("../img/f_bg.webp") center right no-repeat;
	background-size: 160px auto;

}
.insta_box .txt_01 {
	font-size: 2.8rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255, 186, 83, 0.8);
}
.footer .f_logo  {
	width: 390px;
	margin:0 0 2rem -4rem;
}
.footer dl  {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.footer dl dt  {
	width: 20%;
	display: table;
}
.footer dl dt span {
	display: table;
	width: 100%;
	font-weight: bold;
	border: 1px solid #fff;
	padding:0.5rem 1rem;
	text-align: center;
}
.footer dl dd  {
	width: 80%;
	margin-bottom: 2rem;
	padding: 0.5rem 2rem;
}
.footer .copy  {
	text-align: center;
	font-size: 1.2rem;
	border-top: 1px solid #fff;
	padding:2rem 0 4rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
/*--------------------------------------
　mv
---------------------------------------*/

.mv {
	background:url("../img/sp_mv.webp") center no-repeat,#ffffff;
	width: 100%;
    background-size: cover;
    aspect-ratio:39 / 55; 
	height: auto;
}
.mv_inner  {
	max-width: 100%;
	padding: 88% 4% 0;
	height: auto;
	margin: auto;
	position: relative;
}
.mv_inner .mv_logo {
	position: absolute;
	width: 120px;
	left: 0;
	top: 10px;
}
.mv_inner .mv_txt {
	font-size:7vw;
	text-shadow: 0px 0px 10px rgba(102,153,255,0.4);
	margin-bottom: 1.4rem;
}
.mv_inner .mv_txt span {
	font-size: 5.8vw;
	text-shadow: 0px 0px 10px rgba(102,153,255,1);
}
.mv_inner .tate {
	width: 56px;
	position: absolute;
	right: 20px;
	top: 60px;
}
.gla_bg {
	padding:0.5rem 1rem;
}
.mv .gla_bg {
	font-size: 1.4rem;
}
/*--------------------------------------
　section
---------------------------------------*/
.sec {
	padding: 0 0 8rem;
}
.sec .inner {
	padding: 0 20px;
	max-width: 100%;
}
/*--------------------------------------
　sec01
---------------------------------------*/
.bg_01{
background: linear-gradient(180deg, #000E12 0%, #013241 51.44%, #1870A6 100%);
	padding: 60px 0 0 0;
}
.bg_01:before{
	background: url("../img/sp_sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 38.2%;
	
}
.sec01 .wrap_01 {
	background: url("../img/sp_sec01_flame.webp") center top no-repeat;
	background-size: contain;
	width: 100%;
	height:auto;
	text-align: center;
	padding: 4rem 0 3rem;
}
.sec01 .wrap_01 .gla_bg{
	font-size:1.4rem;
	margin: 0 auto 0.5rem;
}
.sec01 .wrap_01 .txt_01{
	font-size: 2.4rem;
	margin: 1rem 0 0;
}
.sec01 .wrap_01 .txt_02{
	font-size: 1.2rem;
	margin: 1rem 0 0;
}
.sec01 .wrap_01 dd {
	margin-bottom: 4rem;
}
.sec01 .wrap_02 {
	background:rgba(240,240,240,0.2);
	padding: 2rem 2rem 1rem;
	margin: 2rem 0 0 0;
}
.sec01 .wrap_02 .txt_01 {
	font-size: 1.4rem;
	padding:0.4rem 1rem;
	margin-bottom: 1rem;
}
.sec01 .wrap_02 dd {
	margin-bottom: 2rem;
}
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02:before{
	background: url("../img/sp_sec02_bg.webp") center top no-repeat;
	background-size:cover;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 30.2%;
}
.sec02 .ttl {
	font-size: 3.2rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,196,98,0.3);
}
.sec02 .txt_01{
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 6%;
	margin: 3rem 0 3rem;
}
/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide {
  width: 200px; 
	margin-right: 1rem;
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
background: linear-gradient(180deg, #1870A6 0%, #1870A6 65.38%, #002841 100%);
}
.sec03:before{
	background: url("../img/sp_sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 38.2%;
	
}
.sec03 .topic_wrap:not(:last-child)  {
	margin-bottom: 8rem;
}
.sec03 .topic_wrap .gla_bg {
	font-size: 1.5rem;
	padding: 0.3rem 6rem;
	margin:0 auto ;
}
.sec03 .topic_wrap .txt_01 {
	font-size:2.8rem;
	margin: 2rem 0 3rem;
}
.sec03 .topic_wrap .read {
	text-align:center;
	margin: 0 0 3rem ;
}
.sec03 .wrap_02 .box_01 {
	padding:3rem 2rem;
}
.sec03 .wrap_02 .box_01 .midashi{
	font-size: 1.6rem;
	font-weight: bold;
		padding: 10px 20px;
		display: table;
		margin: 0 auto;
		text-align: center;
}
.sec03 .wrap_02 .box_01 ul {
	display: block;
}
.sec03 .wrap_02 .box_01 ul li {
	width: 100%;
	margin-top: 3rem;
}
.sec03 .wrap_02 .box_01 ul li .img{
	margin-bottom: 1.5rem;
}
.sec03 .wrap_03 .upper {
	display:block;
	margin-bottom: 3rem;
}
.sec03 .wrap_03 .upper>div  {
	width: 100%;
}
	.sec03 .wrap_03 .upper .img  {
		margin: 2rem 0 4rem;
}
.sec03 .wrap_03 .under .img {
	display: block;
	margin-top: 2rem;
}
.sec03 .wrap_03 .under .img img{
	width: 100%;
	margin-bottom: 1rem;
}
.topic_wrap.wrap_02,.topic_wrap.wrap_03 {
	position: relative;
}
.topic_wrap.wrap_02:before{
	position: absolute;
	display: block;
	content: "";
	background: url("../img/sp_topic02_bg.webp") center top no-repeat;
	background-size:cover;
	width: 115%;
	top: 16%;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 22%;
	
}
	.topic_wrap.wrap_03:before{
	position: absolute;
	display: block;
	content: "";
	background: url("../img/sp_topic03_bg.webp") center top no-repeat;
	background-size:cover;
	width:110%;
	top: -3%;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 55.92%;
	
}
/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
	background: linear-gradient(180deg, #002841 0%, #013241 87.02%);
}
.sec04:before{
	background: url("../img/sp_sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 38.2%;
}
.sec04 .topic_wrap:not(:last-child){
	margin-bottom:8rem;
}
.sec04 .topic_wrap .upper{
	box-shadow: 0px 0px 15px rgba(255, 186, 83, 0.8);
	padding:2rem;
	margin-bottom: 4rem;
}
.sec04 .topic_wrap .upper .fukidashi {
	position: relative;
background: #FFFFFF;
border: 1px solid #FFBA53;
	margin:0 auto 3rem;
	display: table;
	color: #004960;
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 9999px;
	padding: 2rem 3rem;
}
.sec04 .topic_wrap .upper .fukidashi span  {
	font-weight: bold;
	font-size: 2.2rem;
	background:linear-gradient(transparent 70%, #FFCD7D 70%);
}

.sec04 .topic_wrap .upper .fukidashi:after {
	position: absolute;
	display: block;
	content: "";
	width: 32px;
	height: 13px;
	background: url("../img/fukidashi.webp") center no-repeat;
	background-size: cover;
	left: 50%;
	transform: translate(-50%,0);
	top:calc(100%);
}
.sec04 .topic_wrap .upper .txt {
	text-align: left;
}
.sec04 .wrap_01 .under {
	display:block;
}
.sec04 .wrap_01 .under>div{
	width: 100%;
}
.sec04 .wrap_01 .under>div li:not(:last-child) {
	margin-bottom: 4rem;
}
.sec04 .wrap_02 .under .img_box {
	display: block;
	margin-top: 2rem;
}
.sec04 .wrap_02 .under .img_box .img {
	width: 100%;
	margin-bottom: 2rem;
}
.sec04 .wrap_03 .under  {
	display: block;
}
.sec04 .wrap_03 .under >div {
	width: 100%;
}
	.sec04 .wrap_03 .under >div:nth-child(1) {
		margin-bottom: 4rem;
}
.sec04 .wrap_03 .under .img {
	margin-bottom: 2rem;
}
/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
	background: linear-gradient(180deg, #013241 0%, #0C2049 32.69%, #0C2049 65.38%, #001134 100%);
}
.sec05:before{
	background: url("../img/sp_sec01_bg.webp") center top no-repeat;
	background-size:cover;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	height: 0;
     padding-top: 38.2%;
}
.sec05 .read {
	text-align: center;
}
.map {
	margin: 4rem 0 4rem;
}

.sec05 .wrap_01 {
	padding:2rem;
	display: block;
}
.sec05 .wrap_01 dl {
	width: 100%;
}
.sec05 .wrap_01 dl dt {
	padding: 0.2rem 0.5rem;
	display: table;
	font-weight: bold;
	font-size: 1.3rem;
}
.sec05 .wrap_01 dl dd {
	color: #004960;
	padding: 1rem 0 2rem;
}
/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
	background:url("../img/sp_sec06_bg.webp") center no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.sec06 .ttl{
	font-size: 3rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255,196,98,0.6);
}

.youtube {
	width: 100%;           /* デバイス幅いっぱい */
	height: 0;             /* 一旦高さをリセット */
	padding-top: 56.25%;   /* 16:9 のアスペクト比 */
}
.sec06 .read{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 6%;
	margin: 5rem 0 3rem;
}
.sec06 .btn_box  {
	max-width:100%;
	display:block;
	justify-content: space-between;
	margin: 4rem auto;
}
.btn {
	width:100%;
}
.btn a {
	width: 100%;
	color: #004960;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 1.5rem 3rem;
	border-radius: 9999px;
	position: relative;
	margin-bottom: 2rem;
}
.btn img {
	display: block;
	width: 40px;
	margin-right: 1rem;
}
.btn a::before,
.btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 2rem;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #004960;
  transform-origin: calc(100% - 1px) 50%;
}
.btn a::before {
  transform: rotate(45deg);
}
.btn a::after {
  transform: rotate(-45deg);
}

.btn_02 {
	width: 100%;
	margin: 2rem auto;
}
.btn_02 a {
	background: linear-gradient(90deg, #FF8D51 0%, #FFE04A 100%);
	padding: 2rem 3rem 2rem 2rem;
	box-shadow: 0px 0px 20px rgba(255, 186, 83, 1);
}



/*--------------------------------------
　footer
---------------------------------------*/
.insta_box{
	position: relative;
	padding-bottom: 5rem;
}
.insta_box:before {
	background: url("../img/sp_ttl_line01.webp") center no-repeat;
	background-size: cover;
	width: 307px;
	height: 44px;
}
.footer {
	padding: 6rem 0 2rem;
background: linear-gradient(180deg, #000F2F 0%, #000716 100%);
font-size: 1.2rem;
}
.footer .inner {
	max-width: 1080px;
	margin: auto;
	padding:0 2rem;

}
.insta_box .txt_01 {
	font-size: 2.5rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(255, 186, 83, 0.5);
}
.footer .f_logo  {
	width: 90%;
	margin:0 auto;
}
.footer dl  {
	display: block;
}
.footer dl dt  {
	width: 100%;
	display: table;
}
.footer dl dt span {
	display: table;
	width: auto;
	font-weight: bold;
	border: 1px solid #fff;
	padding:0.5rem 1rem;
	text-align: center;
	margin-bottom: 1rem;
}
.footer dl dd  {
	width: 80%;
	margin-bottom: 2rem;
	padding:  0;
}
.footer .copy  {
	font-size: 1rem;
	border-top: 1px solid #fff;
	padding:1rem 0 2rem;
	margin-top: 2rem;
	}
}

/*--------------------------------------------------
  animation
--------------------------------------------------*/
.fadeInUp {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeInUp.isActive {
  -webkit-animation: fadeInUp 0.6s ease-in-out forwards;
          animation: fadeInUp 0.6s ease-in-out forwards;
  animation-delay: 0.5s;
}

.delay07s.isActive {
  animation-delay: 0.7s;
}
.delay09s.isActive {
  animation-delay: 0.9s;
}
.delay11s.isActive {
  animation-delay: 1.1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fadeIn {
  opacity : 0;
  transition: all 0.3s linear;
}
.fadeIn.isActive {
  -webkit-animation: fadeIn 0.8s ease-in-out forwards;
          animation: fadeIn 0.8s ease-in-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .delay07s.isActive {
    animation-delay: 0.5s;
  }
  .delay09s.isActive {
    animation-delay: 0.5s;
  }
  .delay11s.isActive {
    animation-delay: 0.5s;
  }
}