@charset "utf-8";


.page-special{
  position: relative;
}
.page-special:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width:1025px) {
  .page-special:before{
    background-image: url("../img/bg_main_pc.png");
  }
}
@media screen and (max-width: 1024px){
  .page-special:before{
    background-image: url("../img/bg_main_sp.png");
    height: 100dvh;
  }
}


.special-wrap .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.head-sec .detail > .jp{
	font-weight: 500;
}
.photo1{
	background-image: url("../img/img_photo1.jpg");
}
.photo2{
	background-image: url("../img/img_photo2.jpg");
}
.photo3{
	background-image: url("../img/img_photo3.jpg");
}
.photo4{
	background-image: url("../img/img_photo4.jpg");
}
.photo5{
	background-image: url("../img/img_photo5.jpg");
}
.photo6{
	background-image: url("../img/img_photo6.jpg");
}
.photo7{
	background-image: url("../img/img_photo7.jpg");
}
.photo8{
	background-image: url("../img/img_photo8.jpg");
}
.photo9{
	background-image: url("../img/img_photo9.jpg");
}
.photo10{
	background-image: url("../img/img_photo10.jpg");
}




.sec-detail{
	background-color: #FFF;
	position: relative;
}
.sec-detail:before{
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}
.sec-detail > .ttl .jp{
	font-weight: 700;
	line-height: 1.14;
}
.sec-detail > .ttl .jp strong{
	color: #275AF7;
	font-weight: 900;
}
.sec-detail > p{
	font-weight: 500;
	letter-spacing: -.02em;
}
.sec-detail .btn-area a{
	background-color: #FFF;
	border: 1px solid #275AF7;
	display: flex;
	align-items: center;
}
.sec-detail .btn-area a:after{
	background-image: url("../../common/img/ic_navi_arrow2.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.sec-detail .btn-area a .check{
	background-color: #26BDE2;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.6;
}
.sec-detail .btn-area a .check .jp{
	font-weight: 500;
}
.sec-detail .btn-area a .check .en{
	font-weight: 900;
}
.sec-detail .btn-area a .ttl .jp{
	font-weight: 500;
	line-height: 1.6;
}
.sec-detail .btn-area a .ttl .sub{
	color: #275AF7;
}
.sec-detail .btn-area a .ttl .main{
	margin-top: 5px;
	line-height: 1.25;
}
.sec-detail .btn-area a .ttl .main .en{
	color: #275AF7;
	font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	line-height: 1;
}
@media print, screen and (min-width:1025px) {
	.special-wrap{
		margin-left: auto;
		margin-right: auto;
		max-width: 1680px;
		width: 96%;
	}
	.special-wrap .image{
		box-shadow: 5px 5px 15px rgba(0,0,0,.08);
		border-radius: 30px;
	}
	.right-alignment,
	.left-alignment,
	.center-alignment{
		display: flex;
		align-items: top;
		justify-content: space-between;
	}
	.right-alignment{
		margin-left: 9%;
	}
	.left-alignment{
		margin-right: 9%;
	}
	.center-alignment{
		flex-direction: row-reverse;
		margin-left: 9%;
		margin-right: 9%;
	}
	
	
	
	.head-sec{
		margin-top: 90px;
	}
	.head-sec .detail{
		width: 55.9523%;
	}
	.head-sec .detail .page-heading{
		margin-top: 0;
	}
	.head-sec .detail > .jp{
		font-size: min(1.59vw,2.2rem);
		margin-top: 50px;
		white-space: nowrap;
	}
	.head-sec > .photo1{
		padding-bottom: 30.95238%;
		width: 30.95238%;
	}
	.head-sec .detail > .photo1{
		display: none;
	}
	
	
	
	.sec-detail{
		border-radius: 30px;
		box-shadow: 5px 5px 15px rgba(0,0,0,.08);
		padding: 5% 4% 4%;
		max-width: 800px;
		position: relative;
		z-index: 2;
	}
	.sec-detail:before{
		left: 8%;
		top: 5%;
		transform: translateY(-100%);
	}
	.right-alignment .sec-detail,
	.left-alignment .sec-detail{
		width: 52.2875%;
	}
	.center-alignment .sec-detail{
		width: 57.971%;
	}
	.sec-detail > .ttl .jp{
		font-size: min(2.85vw,4.8rem);
	}
	.sec-detail > .ttl .jp strong{
		font-size: min(3.57vw,6.0rem);
	}
	.sec-detail > p{
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.sec-detail .btn-area{
		margin-top: 35px;
	}
	.sec-detail .btn-area a{
		border-radius: 100px;
		padding: 10px;
	}
	.sec-detail .btn-area a:nth-child(n + 2){
		margin-top: 15px;
	}
	.sec-detail .btn-area a .check{
		border-radius: 50%;
		margin-right: 20px;
		height: 80px;
		width: 80px;
		flex-shrink: 0;
		transition: .3s;
	}
	.sec-detail .btn-area a .check .jp{
		font-size: min(0.77vw,1.3rem);
	}
	.sec-detail .btn-area a .ttl {
		width: calc(100% - (80px + 6.06% + 50px));
	}
	.sec-detail .btn-area a .ttl .sub{
		font-size: min(0.89vw,1.5rem);
	}
	.sec-detail .btn-area a .ttl .main{
		font-size: min(1.31vw,2.6rem);
		display: flex;
		align-items: center;
		transition: .3s;
	}
	.sec-detail .btn-area a:after{
		margin-right: 30px;
		margin-left: 20px;
		padding-bottom: min(6.06%,40px);
		width: 6.06%;
		max-width: 40px;
	}
	.sec-detail .btn-area a .ttl .main .en{
		font-size: min(2.14vw,3.6rem);
		margin-right: 15px;
	}
	@media (hover: hover) and (pointer: fine){
		.sec-detail .btn-area a:hover .check{
			background-color: #275AF7;
		}
		.sec-detail .btn-area a:hover .ttl .main{
			color: #275AF7;
		}
	}
	
	
	
	
	#special1 .sec-detail:before{
		background-image: url("../img/sub1.svg");
		padding-bottom: 12.2714%;
		width: 30.151%;
	}
	#special1{
		margin-top: 170px;
	}
	#special1 .photo2{
		align-self: center;
		padding-bottom: 28.9855%;
		width: 28.9855%;
	}
	#special1 .sec-detail{
		align-self: center;
	}
	
	
	#special2 .sec-detail:before{
		background-image: url("../img/sub2.svg");
		padding-bottom: calc(56.962% * 23.9390% / 100%);
		width: 23.939%;
	}
	#special2 .images{
		display: flex;
		flex-direction: column;
		width: 36.9%;
	}
	#special2 .images .photo3{
		padding-bottom: calc(123.809% * 60.741% / 100%);
		width: 60.741%;
		margin-top: 40px;
	}
	#special2 .images .photo4{
		margin-left: auto;
		margin-top: -12%;
		padding-bottom: calc(87.30158% * 50.8% / 100%);
		width: 50.8%;
	}
	#special2 .sec-detail{
		align-self: center;
		margin-top: 150px;
	}
	
	
	
	#special3{
		flex-direction: row-reverse;
	}
	#special3 .sec-detail:before{
		background-image: url("../img/sub3.svg");
		padding-bottom: calc(40.54% * 39.242% / 100%);
		width: 39.242%;
	}
	#special3 .images{
		display: flex;
		flex-direction: column;
		width: 42.8758%;
		margin-top: 40px;
	}
	#special3 .images .photo5{
		padding-bottom: calc(126.1261% * 78.6% / 100%);
		width: 78.6%;
		margin-right: 0;
		margin-left: auto;
	}
	#special3 .images .photo6{
		margin-right: auto;
		margin-top: -24.0091%;
		padding-bottom: calc(100% * 35.0182% / 100%);
		width: 35.0182%;
	}
	#special3 .sec-detail{
		align-self: center;
		margin-top: 150px;
	}
	
	
	
	
	#special4 .sec-detail:before{
		background-image: url("../img/sub4.svg");
		padding-bottom: calc(37.2469% * 37.424% / 100%);
		width: 37.424%;
	}
	#special4 .images{
		display: flex;
		flex-direction: column;
		width: 39.215%;
		margin-top: 40px;
	}
	#special4 .images .photo7{
		padding-bottom: calc(100% * 80% / 100%);
		width: 80%;
	}
	#special4 .images .photo8{
		margin-left: auto;
		margin-top: -60px;
		padding-bottom: calc(142.3076% * 33.33% / 100%);
		width: 33.33%;
	}
	#special4 .sec-detail{
		align-self: center;
		margin-top: 150px;
	}
	
	
	#special5{
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#special5 .sec-detail:before{
		background-image: url("../img/sub5.svg");
		padding-bottom: calc(38.29787% * 49.848% / 100%);
		width: 49.848%;
	}
	#special5 .images{
		display: flex;
		flex-direction: column;
		width: 42.8758%;
		margin-top: 40px;
	}
	#special5 .images .photo9{
		padding-bottom: calc(100% * 80% / 100%);
		width: 80%;
		margin-right: 0;
		margin-left: auto;
	}
	#special5 .images .photo10{
		margin-right: auto;
		margin-top: -70px;
		padding-bottom: calc(100% * 42.5% / 100%);
		width: 42.5%;
	}
	#special5 .sec-detail{
		align-self: center;
		margin-top: 150px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
	.left-alignment{
		margin-right: 0;
	}
	.right-alignment{
		margin-left: 0;
	}
	.center-alignment{
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1080px){
	.sec-detail .btn-area{
		margin-top: 65px;
	}
	.sec-detail .btn-area a{
		justify-content: space-between;
		border-radius: 10px;
		padding: 5%;
		position: relative;
	}
	.sec-detail .btn-area a:nth-child(n + 2){
		margin-top: 30px;
	}
	.sec-detail .btn-area a .check{
		border-radius: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		flex-direction: row;
		align-items: center;
		line-height: 1;
		margin-right: 0;
		padding: 5px 10px;
		height: auto !important;
		width: auto !important;
		position: absolute;
		left: 5%;
		top: 0;
		transform: translateY(-100%);
	}
	.sec-detail .btn-area a .check .jp{
		font-size: min(3.07vw,1.2rem);
	}
	.sec-detail .btn-area a .check .en{
		font-size: min(3.58vw,1.4rem);
	}
	.sec-detail .btn-area a .ttl {
		width: calc(100% - (9.67% + 20px));
	}
	.sec-detail .btn-area a .ttl .sub{
		font-size: min(3.33vw,1.3rem);
		width: auto !important;
	}
	.sec-detail .btn-area a .ttl .main{
		font-size: min(5.12vw,2.0rem);
		display: flex;
		align-items: center;
	}
	.sec-detail .btn-area a:after{
		margin-left: 20px;
		margin-right: 0;
		padding-bottom: min(9.67%,30px);
		width: 9.67%;
		max-width: 30px;
	}
	.sec-detail .btn-area a .ttl .main .en{
		font-size: min(6.15vw,2.4rem);
		margin-right: 15px;
	}
}
@media screen and (max-width: 1024px){
	.special-wrap .image{
		box-shadow: 3px 3px 10px rgba(0,0,0,.08);
		border-radius: 10px;
	}
	
	
	
	.head-sec{
		margin-top: 40px;
		padding: 0 5%;
	}
	.head-sec .detail .page-heading{
		margin-top: 0;
	}
	.head-sec .detail > .jp{
		font-size: min(4.61vw,1.8rem);
		margin-top: 40px;
	}
	.head-sec > .photo1{
		display: none;
	}
	.head-sec .detail > .photo1{
		padding-bottom: calc(108.6956% * 65.71428% / 100%);
		width: 65.71428%;
		margin: 40px 0 0 auto;
	}
	
	
	
	.sec-detail{
		box-shadow: 3px 3px 10px rgba(0,0,0,.08);
		padding: 15% 5% 15%;
		position: relative;
		z-index: 2;
	}
	.sec-detail:before{
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.sec-detail > .ttl .jp{
		font-size: min(8.2vw,3.2rem);
		text-align: center;
	}
	.sec-detail > .ttl .jp strong{
		font-size: min(10.2vw,4.0rem);
	}
	.sec-detail > p{
		font-size: min(4.1vw,1.6rem);
		margin-top: 20px;
	}
	.sec-detail .btn-area a:nth-child(n + 2){
		margin-top: 50px;
	}
	
	
	
	#special1 .sec-detail:before{
		background-image: url("../img/sub1.svg");
		padding-bottom: calc(40.7% * 26.2857% / 100%);
		width: 26.2857%;
	}
	#special1{
		margin-top: -40px;
	}
	#special1 .ttl .sub{
		width: 25.875%;
	}
	#special1 .photo2{
		background-image: url("../img/img_photo2_sp.jpg");
		margin-left: 5%;
		margin-right: auto;
		margin-bottom: 70px;
		padding-bottom: calc(87.42857% * 43.71428% / 100%);
		width: 43.71428%;
	}
	
	
	#special2 .sec-detail:before{
		background-image: url("../img/sub2.svg");
		padding-bottom: calc(56.962% * 20% / 100%);
		width: 20%;
	}
	#special2 .images{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		width: 89.7435%;
	}
	#special2 .images .photo3{
		padding-bottom: calc(108.6956% * 65.7142% / 100%);
		width: 65.7142%;
		margin-top: 20px;
	}
	#special2 .images .photo4{
		margin-left: auto;
		margin-top: -16%;
		padding-bottom: calc(87.4285% * 50% / 100%);
		width: 50%;
	}
	#special2 .sec-detail{
		margin-top: 65px;
	}
	
	
	
	#special3 .sec-detail:before{
		background-image: url("../img/sub3.svg");
		padding-bottom: calc(40.54% * 33.4285% / 100%);
		width: 33.4285%;
	}
	#special3 .images{
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 89.7435%;
	}
	#special3 .images .photo5{
		padding-bottom: calc(108.6956% * 65.7142% / 100%);
		width: 65.7142%;
		margin-right: 0;
		margin-left: auto;
		margin-top: 20px;
	}
	#special3 .images .photo6{
		margin-right: auto;
		margin-top: -16%;
		padding-bottom: calc(87.4285% * 50% / 100%);
		width: 50%;
	}
	#special3 .sec-detail{
		margin-top: 65px;
	}
	
	
	#special4 .sec-detail:before{
		background-image: url("../img/sub4.svg");
		padding-bottom: calc(37.2469% * 31.7142% / 100%);
		width: 31.7142%;
	}
	#special4 .images{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		width: 89.7435%;
	}
	#special4 .images .photo7{
		padding-bottom: calc(108.6956% * 65.7142% / 100%);
		width: 65.7142%;
		margin-top: 20px;
	}
	#special4 .images .photo8{
		margin-left: auto;
		margin-top: -16%;
		padding-bottom: calc(125.7142% * 50% / 100%);
		width: 50%;
	}
	#special4 .sec-detail{
		margin-top: 70px;
	}
	
	
	
	#special5 .sec-detail:before{
		background-image: url("../img/sub5.svg");
		padding-bottom: calc(38.29787% * 42.5714% / 100%);
		width: 42.5714%;
	}
	#special5 .images{
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 89.7435%;
	}
	#special5 .images .photo9{
		padding-bottom: calc(108.6956% * 65.7142% / 100%);
		width: 65.7142%;
		margin-top: 20px;
	}
	#special5 .images .photo10{
		margin-left: auto;
		margin-top: -16%;
		padding-bottom: calc(100% * 50% / 100%);
		width: 50%;
	}
	#special5 .sec-detail{
		margin-top: 70px;
	}
}
