@charset "utf-8";
/* CSS Document */

/*-------------------------------
common
-------------------------------*/
.textBox p{
	color: #FFFFFF;
	white-space: pre-wrap;
	font-size: 0.6rem;
	line-height: 1.2rem;
}

@media screen and (min-width: 751px){
.textBox p{
	color: #FFFFFF;
	white-space: pre-wrap;
	font-size: 0.8rem;
	line-height: 1.4rem;
}
}

.textBox p a{
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.textBox p a:hover{
	color: #FF0033;
	text-decoration: underline;
	text-underline-offset: 3px;
	transform: 1.5s;
}

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

header #section01,#section02,#section03,#section04,#section05,footer{
	width: 100%;
}

header #mainVisual {
	-webkit-touch-callout: none; /* iOS長押しメニューを無効化 */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;  /*画像の選択を無効化（ただし副作用あり） */
	background-color: #f7edcb;
}

/*
header{
	background-image: url("../../images/header_bg_sp.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 3;
}

header #mainVisual{
	width: 100%;
	height: auto;
	height: clamp(13.438rem, -8.563rem + 110vw, 43rem);
	position: relative;
	display: block;
	z-index: 5;
}

header #mainVisual{
	background-image: url("../../images/main_visual.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}

@media screen and (min-width:1025px){
header{
	background-image: url("../../images/header_bg_pc.png");
	
}	
	
header #mainVisual{
	background-image: url("../../images/main_visual_pc.png");
	height: clamp(26.5rem, -0.413rem + 42.01vw, 50rem);
}
}
*/
header #mainVisual::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); /* 透明なレイヤー */
}

h2.dateBanner{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 751px) {
h2.dateBanner{
	min-height: 114px;
}
}

/*-------------------------------
Section
-------------------------------*/

/*-------Section01---------

#section01{
	height: 70vh;
	padding: 0;
	background-color: #fcef7c;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
	margin-top: -1rem;
	position: relative;
}

#section01_s{
	height: 31.3vh;
	padding: 0;
	background-color: #fcef7c;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
	margin-top: 0;
	position: relative;
}

@media screen and (max-width:389px) and (min-width:320px){
#section01{
	height: clamp(32.5rem, 22.355rem + 50.72vw, 34.688rem);
}

#section01_s{
	height: 37vh;
}
}

@media screen and (max-width:540px) and (min-width:480px){
#section01{
	height: 50vh;
	min-height: 800px;
}
	
#section01_s{
	height: 50vh;
}	
}

/*@media screen and (max-width:479px){
#section01_s{
	min-height: 370px;
}	
}

@media screen and (max-width:1024px) and (min-width:751px){
#section01{
	height: clamp(54.375rem, 14.831rem + 84.25vw, 68.75rem);
	background-color: #fcef7c;
}
	
#section01_s{
	height: clamp(22.5rem, 1.696rem + 44.32vw, 30.063rem);
	background-color: #fcef7c;
	margin-top: -1rem;
}	
}

@media screen and (min-width:1025px){
#section01{
	height: 1094px;
	background-color: #fcef7c;
	margin-top: 0;
}
#section01_s{
	height: clamp(22.5rem, 1.696rem + 44.32vw, 30.063rem);
	background-color: #fcef7c;
	margin-top: -1rem;
}	
}

#section01 .wrapper,#section01_s .wrapper{
	width: 100%;
	height: auto;
	padding-top: clamp(2rem, 0.512rem + 7.44vw, 4rem);
	padding-bottom: 3rem;
	padding-left: clamp(1.5rem, 1.128rem + 1.86vw, 2rem);
	padding-right: clamp(1.5rem, 1.128rem + 1.86vw, 2rem);
	z-index: 5;
}

@media screen and (min-width:751px){
#section01 .wrapper,#section01_s .wrapper{
	width: 75%;
	padding-top: 4rem;
	margin: 0 auto;
}
}

#section01 .wrapper h2 a{
	z-index: 10;
}

#section01 ul.cmArea{
	width: 100%;
	height: auto;
	padding-bottom: 3rem;
}

#section01 ul.cmArea li{
	width: 100%;
	height: auto;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie video,.movie iframe,.movie img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie video,.movie iframe,.movie img{
	margin: 0;
	padding: 0.25rem;
	border: 1px solid #f6c33f;
	border-radius: 10px;
}
*/

/*-------Section02---------*/

#section02{
	background-image:url("../images/g_bg.png");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 5;
}	

#section02 .wrapper{
	width: 100%;
	margin: 0;
}

#section02 .wrapper .titleArea{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3.5rem 0;
}

#section02 .wrapper .titleArea .textBox{
	width: 98%;
	height: auto;
	margin: 0 auto;
	margin-top: -1.5rem;
	z-index: 5;
	text-align: center;
}

#section02 .wrapper ul.flexImages{
	width: 100%;
	margin: 0;
	padding: 0.5rem 0 0 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-bottom: 1rem;
}
	
#section02 .wrapper ul.flexImages li{
	width: 100%;
	padding-bottom: 2rem;
}

#section02 .wrapper ul.flexImages li:nth-of-type(2n){
	padding-bottom: 0;
}

#section02 .wrapper ul.flexImages li.textBox p{
	font-size: 0.6rem;
	line-height: 1.2rem;
}

#section02 .wrapper .textBox{
	width: 100%;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 2rem;
}

#section02 .wrapper .textBox p{
	font-size: 0.6rem;
	line-height: 1.2rem;
}	

#section02 .wrapper .textBox p a{
	color: #FFFFFF;
	text-decoration: underline;
}
	
#section02 .wrapper .textBox p a:hover{
	color: #121212;
	text-decoration: underline;
	transition: 0.2s;
}

@media screen and (min-width:751px){

#section02{
	background-image:url("../images/g_bg_pc.png");
	background-size: contain;
}	
	
#section02 .wrapper {
	width: 90%;
	margin: 0 auto;
	padding-top: 0;
}
	
#section02 .wrapper .titleArea{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 8rem 0 7rem 0;
}	
	
#section02 .wrapper .titleArea .textBox{
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
	position: absolute;
	left: 25%;
	bottom: 7%;
	text-align: center;
	padding-bottom: 1rem;
}
	
#section02 .titleArea .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}	

#section02 .wrapper ul.flexImages{
	width: 100%;
	padding: 0;
	flex-flow: row wrap;
	justify-content: space-between;
}	
	
#section02 .wrapper ul.flexImages li{
	width: 49%;
	padding-bottom: 0.5rem;
}


#section02 .wrapper ul.flexImages li.textBox p{
	font-size: 0.8rem;
	line-height: 1.2rem;
}
	
#section02 .wrapper .textBox{
	padding: 0.5rem 0 3rem 1rem;
}

#section02 .wrapper .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}		
}
/*-------Section03---------*/

#section03{
	z-index: 3;
}

#section03 .wrapper{
	width: 100%;
}

.applyArea{
	width: 100%;
	padding-bottom: 0;
}
	
.applyArea ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	text-align: center;
}
	
.applyArea ul{
	width: 100%;
	margin: 0 auto;
	border: none;
}

.applyArea ul li{
	padding: 1rem 0;
	text-align: left;
	display: inline-block;
}

.applyArea ul li:nth-of-type(1){
	width: 15%;
}
	
.applyArea ul li:nth-of-type(2){
	width: 85%;
	padding-left: 1rem
}
	
.applyArea ul li h3{
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #000000;
}	

.bannerArea{
	width: 100%;
	padding: 1rem 0 0 0;
}
	
.bannerArea ul{
	width: 100%;
	margin: 0;
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: space-between;
}

.bannerArea ul li{
	width: 100%;
	padding: 0;
	text-align: left;
	display: inline-block;
	padding-bottom: 0.5rem;
}
.bannerArea ul li:last-child{
	padding-bottom: 0;
}

.bannerArea .textBox{
	width: 100%;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	padding-bottom: 0;
	text-align: left;
	display: inline-block;
}

.bannerArea .textBox p{
	font-size: 0.6rem;
	line-height: 1.2rem;
}	

@media screen and (min-width:751px){
	
.bannerArea ul li{
	padding-bottom: 0;
}	
	
.bannerArea .textBox{
	width: 100%;
	padding: 0.5rem 0 0 1rem;

}
	
.bannerArea .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}		
}
	
.itemWrap{
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-radius: 0 0 15px 15px;
	margin: 0 auto;
	padding:1rem 0.15rem;
}

h2.titleBk{
	width: 100%;
	background-color: #121212;
	text-align: center;
	padding:1.2rem 0;
	border-radius: 10px 10px 0 0;
}

h2.titleBk{
	font-family: "zen-bold",sans-serif;
	color: rgba(255,255,255,1);
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

.itemWrap h2{
	width: 100%;
	text-align: center;
	font-size: 1rem;
	padding: 1rem;
}

.itemWrap ul{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 10px;
	text-align: center;
	padding-top: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;	
}

@media screen and (max-width:750px){	
	.itemWrap ul li.item01{order: 1;}
	.itemWrap ul li.item02{order: 2;}
	.itemWrap ul li.item03{order: 3;}
	.itemWrap ul li.item04{order: 10;}
	.itemWrap ul li.item05{order: 11;}
	.itemWrap ul li.item06{order: 4;}
	.itemWrap ul li.item07{order: 5;}
	.itemWrap ul li.item08{order: 6;}
	.itemWrap ul li.item09{order: 12;}
	.itemWrap ul li.item10{order: 13;}
	.itemWrap ul li.item11{order: 7;}
	.itemWrap ul li.item12{order: 8;}
	.itemWrap ul li.item13{order: 9;}
	.itemWrap ul li.item14{order: 14;}
	.itemWrap ul li.item15{order: 15;}
}

.itemWrap ul li img{
	width: 80%;
}

.itemWrap ul li .itemText{
   width: 100%;
}

.itemWrap ul li .itemText h3{
	font-size: 0.6rem;
	line-height: 0.8rem;
	white-space: pre-wrap;
	font-weight: 300;
}

.itemWrap .textBox{
	width: 100%;
	padding: 2rem 1.4rem 0 1.4rem;
}
	
.itemWrap .textBox p{
	font-size: 0.6rem;
	color: #000000;
}	

.itemWrap #buttonArea{
	width: 100%;
	padding: 2rem 2.5rem 1rem 2.5rem;
}

.itemWrap #buttonArea h3{
	width: 90%;
	margin: 0 auto;
	padding-top: 1.6rem;
	padding-bottom: 2rem;
}
	
.applyAreaBottom{
	width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 3rem;
	border-top: #121212 solid 3px;
}
	
.applyAreaBottom ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
	
.applyAreaBottom ul{
	width: 100%;
	margin: 0;
	border: none;
}

.applyAreaBottom ul li{
	width: 100%;
	padding: 1rem;
	text-align: left;
	display: inline-block;
}
	
.applyAreaBottom ul li:nth-of-type(1){
	border: none;
}	

@media screen and (max-width:750px){
.applyAreaBottom ul li:nth-of-type(2){
	border-top: #121212 solid 3px;
}
}
	
.applyAreaBottom ul li .textBox{
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}

.applyAreaBottom ul li .textBox p{
	font-size: 0.6rem;
	line-height: 1.2rem;
	white-space: pre-wrap;
	text-align: left;
	display: inline-block;
}

.applyAreaBottom ul li .textBox p a{
	color: #FFFFFF;
	text-decoration: underline;
}
	
.applyAreaBottom ul li .textBox p a:hover{
	color: #121212;
	text-decoration: underline;
	transition: 0.2s;
}	

.noteCont{
	width: 100%;
	padding-bottom: 2rem;
}

.noteCont .textBox{
	padding: 0.5rem 0 3rem 1rem;
}

.noteCont .textBox p{
	font-size: 0.6rem;
	line-height: 1rem;
}	

@media screen and (min-width:751px){
#section03 .wrapper {
	width: 100%;
}
	
.applyArea{
	width: 100%;
	padding-bottom: 1.6rem 0;
}
	
.applyArea ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	text-align: center;
}
	
.applyArea ul{
	width: 95%;
	margin: 0 auto;
	border: none;
	padding: 3rem 0;
}

.applyArea ul li{
	padding: 0 0.5rem;
	text-align: left;
	display: inline-block;
}

.applyArea ul li:nth-of-type(1){
	width: 12%;
}
	
.applyArea ul li:nth-of-type(2){
	width: 88%;
}
	
.applyArea ul li h3{
	font-size: 1.7rem;
	line-height: 2.2rem;
	letter-spacing: 0;
}	

.bannerArea{
	width: 100%;
	padding: 0 0 2rem 0;
}
	
.bannerArea ul{
	width: 100%;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	text-align: center;
	justify-content: space-between;
}

.bannerArea ul li{
	width: 49%;
	padding: 0;
	text-align: left;
	display: inline-block;
}

.itemWrap{
	padding-bottom: 2rem;
}	
	
.itemWrap h2{
	font-size: 1.5rem;
}	
	
.itemWrap ul{
	width: 100%;
	padding: 2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
	
.itemWrap ul li .itemText{
	width: 100%;
	height: auto;
	padding: 0.6rem 0;
	text-align: center;
}

.itemWrap ul li .itemText h3{
	font-size: 0.8rem;
	line-height: 1.2rem;
	white-space: pre-wrap;
	font-weight: 400;
}
	
.itemWrap .textBox{
	width: 100%;
	padding: 0 0 2rem 2.8rem;
}

.itemWrap .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}		

.itemWrap h3#buttonArea{
	width: 40%;
	margin: 0 auto;
	padding: 1.6rem 0;
}
	
.applyAreaBottom{
	width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 3rem;
	border-top: #121212 solid 3px;
}
	
.applyAreaBottom ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	text-align: center;
}
	
.applyAreaBottom ul{
	width: 100%;
	margin: 0;
	border: none;
}

.applyAreaBottom ul li{
	width: 50%;
	padding-top: 1.6rem;
	text-align: left;
	display: inline-block;
}
	
.applyAreaBottom ul li:nth-of-type(1){
	border: none;
	padding-right: 2rem;
	margin-left: 0;
	padding-left: 0;
}	

.applyAreaBottom ul li:nth-of-type(2){
	border-left: #121212 solid 3px;
	padding-left: 2.5rem;
	margin-right: 0;
	padding-right: 2rem;
	padding-bottom: 1rem;
}
	
.applyAreaBottom ul li .textBox{
	width: 100%;
	padding: 2rem 0 0 0;
	text-align: center;
}

.applyAreaBottom ul li .textBox p{
	font-size: 0.8rem;
	line-height: 1.2rem;
	white-space: pre-wrap;
	text-align: left;
	display: inline-block;
}

.applyAreaBottom ul li .textBox p a{
	color: #FFFFFF;
	text-decoration: underline;
}
	
.applyAreaBottom ul li .textBox p a:hover{
	color: #121212;
	text-decoration: underline;
	transition: 0.2s;
}
	
.noteCont .textBox{
	padding: 0.5rem 0 3rem 0.5rem;
}

.noteCont .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}	
}
/*-------Section04---------*/

#section04{
	background-color: #121212;
	position: relative;
	margin-top: -5px;
}

#section04 .wrapper{
	padding: 3rem 1rem;
}

@media screen and (min-width:751px){
#section04 .wrapper{
	padding: 1.2rem 2rem 2.5rem 2rem;
}
}

/*----------フローティングボタン----------*/

footer .floatingButtonWrap{
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 3%;
	z-index: 99;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition-duration: .6s;
}

@media screen and (min-width:751px){
footer .floatingButtonWrap{
    max-width: 724px;
	bottom: 1%;
  }

.button{
    padding: 20px 0;	
	}
	
.button span img{
	margin: 0 auto 0 9rem;
}
}



/*----------ボタン色変化 ベージュ----------*/

.bgskew_beige::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -150%;
    /*色や形状*/
  background: #ffc12d;
  width: 120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew_beige:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}