@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

a{
text-decoration: none;
	color: black;
}
a:hover{
	opacity: 0.6;
}


.st_wrap {
	clear: both;
	width:100%;
	padding: 2% 0 0%;
	margin: 0 auto 0%;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	color: #000000;	
    text-align: center;
    background-color: #f7f7f7;
	overflow: hidden;
}

.st_wrap img {
    width: 100%;
    border: none;
	vertical-align: bottom;
}

.st_wrap h1 {
	font-family: futura-pt, sans-serif;
	font-size: 65px;
    font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 2% auto 1%;
}

.st_wrap h1 span {
    font-size: 20px;
    font-weight: 500;
}

.st_wrap h2 {
font-family: 'Teko', sans-serif;
	font-style: italic;
	font-size: 90px;
	margin:-20% 0 0;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 0.030em;
	color: #d3e0ef;
	text-align: right;
  text-shadow:
    1px 1px 1px #fff,
    -1px 1px 1px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
  -webkit-text-stroke: 2px #fff;
}


.st_wrap h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 3% auto 1%;
}

.st_wrap p {
	font-weight: 500;
	text-align: left;
	font-size: 15px;
	margin: 2% auto 3%;
	line-height:1.7em;
	color: #000;
}

.content_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 8% auto 0;
	position: relative;
}

#Main {
	width: 88%;
    max-width: 900px;
	margin: 0% auto 12%;
	padding: 2% 4%;
}

#Main img {
    width: 77%;
}

.sp {
	display:none;
}
.logo {
    width:8%;
    margin: 10% auto 12%;
}
.Lead {
	font-weight: 500;
	text-align:center;
	font-size: 15px;
	margin: 8% auto -3%;
	line-height: 1.9em;
	color: #000;
}

.bk01 {
	width: 70%;
	position: absolute;
	right: -10%;
	bottom: -4%;
	z-index: -1;
}

.bk02 {
	width: 70%;
	position: absolute;
	left: -10%;
	bottom: -4%;
	z-index: -1;
}

/*thumb*/
	
.thum_box {
	position: relative;
	width: 100%;
	margin: 8% auto 5%;
flex-direction: column;
    justify-content: center;
}

.thumb {
	width:70%;
	margin: 0 auto;
}

.thumb img {
	border: solid 10px #fff;
	box-sizing: border-box;
}

.txt_box {
    width: 100%;
	max-width: 500px;
    margin: 0 auto;
    padding: 1% 2%;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 5px;
}

.whtbox {
	width: 100%;
	margin: 10% auto;
	padding: 5% 3% 3%;
	text-align: center;
	border: solid 2px #000;
	background-color: hsla(0,0%,100%,0.60);
}
.whtbox p{
	text-align: center;
}
.point_box{
	margin:0 auto 4%;
	text-align: center;
	width:50%;
	font-size: 17px;
	font-weight: bold;
	border-radius: 20px;
	background-color: #9dc3eb;
	padding: 2%;
}

.item {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	margin: 2% 0 1%;
}



.item span{
	font-size:130%;
}

.img_s {
	width: 80%;
	margin: 10% auto 0;
}

strong {
	font-size: 115%;
	font-weight: bold;
}
.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


.Btn_s {
    width: 160px;
    margin: 2% auto;
}

/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 1.4em;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    width: 22%;
	padding:10px 5px;
    margin: 0 0 0 5%;
	font-size: 17px;
	background-color: #000;
	color: #fff;
	float: right;
}

a.Btn-1 {
    color: #fff;
    text-decoration: none;
}

.Btn-2 {
    width: 60%;
	margin: 13px 0 20px;
    font-size: 16px;
	padding: 3%;
    text-align: center;
	background-color: #91918D;
	color: #FFFFFF;
	border-radius: 30px;
}
a.Btn-2 {
    color: #fff;
    text-decoration: none;
}
.Btn-3 {
    width: 30%;
	margin: 10px 0 20px;
    font-size: 16px;
	padding: 2% 2%;
    text-align: center;
	background-color: #91918D;
	color: #FFFFFF;
	border-radius: 30px;
}
a.Btn-3 {
    color: #fff;
    text-decoration: none;
}
.Btn-all {
    width: 33%;
	margin: 15px 0 20px;
    font-size: 16px;
	padding: 2%;
    text-align: center;
	line-height: 1.7;
	background-color: black;
	color: #fff;
	border-radius: 40px;
	border: 3px solid #000;
}
a.Btn-all {
    color: #fff;
    text-decoration: none;
}

	.sp {
		display:none;
	}

.staff{
	margin: 0% auto 0;
}
.staff__ttl{
	text-align: center;
	font-size: 20px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(254, 155, 114, 1) 5px, rgba(254, 155, 114, 1) 7px );
	padding: 2% 0;
	margin-bottom: 8%;
}
.staff__ttl span{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	padding: 3% 0;
}
.voice{
	padding: 0;
	margin: 5% auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:5px 5px;
	justify-content: center;
}
.voice li{
	width: calc(48% - 5px);
	border: dotted 1px #ccc;
	padding-bottom: 1%;				
}
.voice li p{
	font-size: 14px;
	font-weight: bold;
	margin: 1% auto 0;
	line-height: 1.5;
	text-align: center;
}

.voice2{
	width: 80%;
	padding: 0;
	margin: 5% auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:5px 5px;
	justify-content: center;
}
.voice2 li{
	width: calc(45% - 5px);
	border: dotted 1px #ccc;
	padding-bottom: 1%;				
}
.voice2 li p{
	font-size: 14px;
	font-weight: bold;
	margin: 1% auto 0;
	line-height: 1.5;
	text-align: center;
}

.swp{
 width:70%;
	max-width: 900px;
	margin:5% auto;
}

.swp2{
	position: absolute;
 width:30%;
	top:28%;
	left:5%;
	max-width: 900px;
	margin:5% auto;
}

@media only screen and (max-width: 750px) {
    
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	
	#Main {
		width: 100%;
			margin: 4% auto 10%;
	padding: 3% 0 2%;		
	}
	
	#Main img {
    width: 100%;
}

	.st_wrap h1 {
		font-size: 35px;
        line-height: 1.1em;
        margin: 3% auto 2%;
	}	
    
    .st_wrap h1 span {
        font-size: 14px;
    }
	
	.st_wrap h2 {
		font-size: 50px;
		margin: -15% 0 0;
  -webkit-text-stroke: 1px #fff;		
	}
	
	.st_wrap p {
		font-size: 12px;
	}

    .Lead {
		font-size: 13px;
		margin: 8% auto 5%;
        line-height: 1.8em;
	}
    .logo {
        width: 17%;
        margin: 15% auto 16%;
    }		
    
	.whtbox {
		width: 90%;
		margin: 9% auto 4%;
		border: solid 1px #000;
	}
	
.content_wrap {
    margin: 20% auto 0;
}
    
.thum_box {
	width: 98%;
	margin: 0% auto 0%;
flex-direction: column;
    justify-content: center;
}	
	
.thumb {
	width:100%;
	aspect-ratio: 7/7;
	margin: 5% 0 0;
}

.thumb img {
	border: solid 5px #fff;
	box-sizing: border-box;
}

.txt_box {
    width: 100%;
    margin: 0;
    padding: 1% 0;
    font-size: 15px;
    line-height: 1.7em;
    text-align: center;
    border-radius: 5px;
}
	
.img_s {
	width: 80%;
	margin: 5% auto 0;
}
	
.point_box{
	margin:0 auto 4%;
	text-align: center;
	width:50%;
	font-size: 15px;
	font-weight: bold;
	border-radius: 20px;
	background-color: #9dc3eb;
	padding: 1% 2%;
}	
	
.voice{
	padding: 0;
	margin: 5% auto 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:5px 5px;
	justify-content: center;
}
.voice li{
	width: calc(48% - 5px);
	border: dotted 1px #ccc;
	padding-bottom: 3%;		
	font-size: 12px;
}	
.voice li p{
	font-size: 13px;
	font-weight: bold;
	margin: 1% auto 0;
	line-height: 1.5;
	text-align: center;
}	
	.item {
		margin:2% auto 1%;
		font-size: 14px;
		font-weight: bold;
		margin-left: 3%;
		letter-spacing: 0.08em;
	}
	
    .Btn-1 {
        width: 18%;
        font-size: 15px;
		padding: 8px 0;
    }
    
    .Btn-2 {
        width: 70%;
        font-size: 14px;
        padding: 4% 0;
    }
    .Btn-3 {
        width: 70%;
        font-size: 14px;
        padding: 4% 0;
    }
    .Btn-all {
        width: 85%;
        font-size: 14px;
        padding: 4% 0;
		margin-top:50px;
    }	
	
.swp2{
	position: absolute;
 width:80%;
	top:20%;
	left:10%;
	max-width: 900px;
	margin:5% auto;
}	


}


.img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    z-index: 1;
}

.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 6s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {

  animation-delay: 3s;
}

.img1:nth-of-type(3) {

  animation-delay: 10s;
}

.img1:nth-of-type(4) {

  animation-delay: 15s;
}

/* ふわっとアニメーション */
@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

