@charset "utf-8";

a{
	text-decoration: none;
	transition: .5s all;
}

ul li{
	list-style: none;
}

body{
	font-family:'Noto Sans JP', sans-serif ,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

p,h1,h2,h3,h4,h5,h6,a{
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ======================================================================================= SPレイアウト */

/* /* --------------------------------------------------------------- 共通 */

.container{
	padding: 0 4%;
}

.small{
	font-size: 0.75rem;
	padding-top: 10px;
}

.pc-view{
	display: none;
}

h3 {
	border-bottom: solid 3px #d1d1d1;
	position: relative;
	padding-bottom: 15px;
	font-size: 1.5rem;
	margin-bottom: 40px;
}
	
h3::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #4247db;
	bottom: -3px;
	width: 30%;

}

.section-title{
	background-color: #4247db;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 50px;
}

.btn{
	background-color: #fff;
	color: #4247db;
	max-width: 300px;
	height: 60px;
	border: 3px solid #4247db;
	border-radius: 30px;
	font-size: 0.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 50px;
}

.btn:hover{
	background-color: #4247db;
	color: #fff;
}

.caption{
	border: 1px solid #4247db;
	padding: 10px 0;
	text-align: center;
	color: #4247db;
	font-weight: 700;
	margin-bottom: 30px;
}

img{
	width: 100%;
}

.gray{
	font-size: 0.85rem;
	color: #707070;
	text-align: center;
	padding-bottom: 60px;
}

.group{
	border-bottom: dashed 1px #4247db;
	color: #000;
}


/* --------------------------------------------------------------- header*/

header .logo{
	width: 120px;
	position: absolute;
	top: 20px;
}

header .header-bg{
	background-color: #f2f2f2;
	/* height: 667px; */
	width: 100%;
	position: relative;
	padding: 0 4%;
}

header .header-bg::after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 400px 0;
	border-color: transparent #4247db transparent transparent;
}

header .fv-image{
	width: 85%;
}

header .img-box{
	z-index: 1;
	text-align: center;
	padding: 3% 0;
}

header .deco{
  display: inline;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.2em;
  padding: 4px 8px;
  background: linear-gradient(transparent 0%, #4247db 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

header .text{
	padding: 10px 0;
}

header .fv{
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*==================================================
fvアニメーション
===================================*/

header .delay-time02{
	animation-delay: 1s;
}
header .delay-time04{
	animation-delay: 1.8s;
}
header .delay-time06{
		animation-delay: 2.6s;
}
	
header .box{
	opacity: 0;
}

header .fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1.2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

header .fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	position: relative;
	z-index: 10;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* --------------------------------------------------------------- nav*/

#nav{
	background-color: #f2f2f2;
}

#nav a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 10px 10px;
	border-bottom: 1px dotted #707070;
	display: block;
}

#nav a::after{
	content: "";
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	color: #4247db;
	width: 0.9em;
	height: 0.9em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}

#nav a{
	color: #000;
	display: block;
}

#nav nav{
	padding: 30px 0 80px;
}

/* --------------------------------------------------------------- design*/

#design{
	background-color: #fff;
}

#design .dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #4247db;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
#design .befaf{
	width:95%;
	margin:10px auto 0;
	white-space:nowrap;
}

#design .befaf .befaf-bef{
	width: 20%;
	text-align: center;
	display: inline-block;
}
#design .befaf .befaf-space{
	width: 30%;
	display: inline-block;
}
#design .befaf .befaf-af{
	width: 50%;
	text-align: center;
	display: inline-block;
}

#design .befaf .redbox{
	width:80px;
	background-color: #c00;
	border-radius: 16px;
	color: #FFF;
	font-size: 0.8rem;
	text-align: center;
	margin: 0 auto;
}

#design .image-box .old{
	width: min(29%, 96px);
}

#design .image-box .new{
	width: min(60%, 190px);
}

#design h4{
	font-size: 1rem;
	line-height: 1.6;
}

#design .small{
	padding-top: 0;	
}

#design .image-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 50px;
	width: 95%;
	margin: 0 auto;
}

#design .border{
	border-bottom: solid 3px #f2f2f2;
	margin-bottom: 40px;
}


#design .view-bg{
	background-color: #f2f2f2;
	padding: 50px 0;
}

#design .front,
#design .back{
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

#design .front{
	margin-bottom: 20px;
}

#design .view-bg .gray{
	padding-top: 10px;
	padding-bottom: 0;
}

/* ---------------------------------
アニメーション
--------------------------------- */

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	}
}

.box{
	opacity: 0;
}

/* --------------------------------------------------------------- detail*/

#detail .detail-wrapper li{
	text-indent: 1em;
}

#detail h4{
	font-size: 20px;
}

#detail .detail-title{
	padding-top:20px;
	padding-bottom: 15px;
}

#detail{
	padding-bottom: 80px;
}

#detail p{
	margin-top: 20px;
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}

/* --------------------------------------------------------------- date*/

#date .bold{
	padding-bottom: 30px;
	font-size: 1.25rem;
}

#date p{
	padding: 10px 0 30px;
}

#date{
	padding-bottom: 50px;
}

.date-title{
	font-size: 18px;
}


/* --------------------------------------------------------------- faq*/

#faq .faq-bg{
	background-color: #f2f2f2;
	padding-top: 50px;
}

#faq .section-title{
	margin-bottom: 0;
}

#faq li{
	padding-bottom: 20px;
}

#faq .label {
	cursor:pointer;
	font-weight: bold;
	padding: 10px 15px;
	color:#4247db;
	position: relative;
	transition: .5s;
	border: 1px solid #4247db;
	display: flex;
	align-items: center;
	column-gap: 15px;
	background-color: #fff;
}

#faq .markQ{
	font-size: 1.5rem;
}

#faq .question{
	width: 77%;	
}

#faq .label::before,
#faq .label::after {
	content: '';
	width: 15px;
	height: 2px;
	background: #4247db;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
#faq .label::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}

#faq .label.open {
	background-color: #4247db;
	color: #fff;
}

#faq .label.open::after{
	background: #fff;
}

#faq .label.open::before {
	opacity: 0;
}
#faq .label.open::after {
	transform: rotate(180deg);
}

#faq .detail {
	background-color: #fff;
	padding: 15px 20px;
	display: none;
	line-height: 1.2;
}

#faq .markA{
	font-size: 1.5rem;
	color: #4247db;
	font-weight: bold;
	padding-bottom: 3px;
}

#faq .detail p{
	line-height: 1.6;
}

#faq .detail .bold{
	font-weight: 500;
}

#faq .btn{
	margin-bottom: 0;
	margin-top: 30px;
}

#faq .faq-bg{
	padding-bottom: 80px;
}

#faq .detail .inner{
	padding-left: 1em;
	text-indent: -1em;
}

#faq .detail .text li{
	padding-left: 2em;
	text-indent: -1em;
	padding-bottom: 0;
	line-height: 1.5;
}

#faq .detail .text ul{
	padding-bottom: 20px;
}

#faq .detail .text{
	padding-top: 3px;
}



/* --------------------------------------------------------------- pagetop*/

#pagetop #page-top{
	color: #4247db;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: bold;
}

#pagetop .top-box{
	padding: 15px;
	cursor: pointer;
}

#pagetop .arrow{
	width: 40px;
}

/* --------------------------------------------------------------- footer*/

footer{
    background-color: #0d1b63;
    padding: 50px 0 10px;
    text-align: center;
}

.footer-logo{
    max-width:160px;
    margin: 0 auto;
	padding-top: 50px;
}

.footer-logo img{
    width:100%;
}

footer ul{
	text-align: left;
}

footer li{
	padding-bottom: 15px;
}

.footer-list li a{
    font-size: 0.85rem;
    color: #fff;
	padding-bottom: 20px;
}

.copyright{
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
}


/* ======================================================================================= tab/PCレイアウト */

@media screen and (min-width:768px){
	.sp-view{
		display: none;
	}

	.pc-view{
		display: none !important;
	}

	.tab-view{
		display: block !important;
	}

	.container{
		max-width: 1100px;
		padding: 0 3%;
		margin: 0 auto;
	}

	.small{
		font-size: 0.85rem;
		padding-top: 20px;
	}

	.caption{
		display: block;
		width: 400px;
		font-size: 1.25rem;
	}


	/* --------------------------------------------------------------- header */

	header .logo{
		width: 160px;
		position: absolute;
		top: 40px;
		left: 40px;
	}

	header .header-bg{
		width: 100%;
	}

	header .header-bg::after{
		border-width: 0 350px 600px 0;
	}

	header .fv-image{
		max-width: 650px;
	}

	header .deco{
		font-size: 2.5rem;
	}

	header .text{
		padding: 40px 0 40px;
	}

	header .fv{
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 90px;
	}

	header .text-box{
		padding-top: 20px;
	}

	header nav{
		max-width: 750px;
		padding-bottom: 40px;
		margin: 0 auto;
	}

	header nav ul{
		display: table;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
		background-color: #fff;
	}

	header nav ul li{
		display: table-cell;
		width: 20%;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	header nav ul li:first-child{
		border-left: 1px solid #000;
	}

	header nav ul li a{
		display: block;
		width: 100%;
		padding: 15px 0 35px;
		text-decoration: none;
		color: #000;
		font-weight: 600;
		position: relative;
		font-size: 14px;
	}

	header nav ul li a:hover{
		background-color: #4247db;
		color: #fff;
	}

	header nav ul li a:hover::after{
		color: #fff;
	}

	header nav ul li a::after{
	content: "";
	position: absolute;
	display: block;
	top: 45px;
	left: 45%;
	color: #4247db;
	width: 0.9em;
	height: 0.9em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	}

	/* --------------------------------------------------------------- design */
    #design .befaf{
		display: flex;
		width: 80%;
		margin: 20px auto 0;
	}

	#design .befaf .befaf-bef{
		width: 20%;
		text-align: center;
	}
	#design .befaf .befaf-space{
		width: 30%;
	}
	#design .befaf .befaf-af{
		width: 50%;
		text-align: center;
	}

	#design .befaf .redbox{
		width:120px;
		font-size: 1.2rem;
	}

	#design .image-box .old{
		width: 150px;
	}
	
	#design .image-box .new{
		width: 350px;
	}
	
	#design .card-wrapper{
		display: flex;
		flex-direction: column;
	}

	#design .image-box{
		column-gap: 10px;
		width: 80%;
		margin: 0 auto;
	}

	#design .dli-chevron-right {
		display: inline-block;
		vertical-align: middle;
		color: #4247db;
		line-height: 1;
		width: 2em;
		height: 2em;
		border: 0.4em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateX(-25%) rotate(45deg);
	  }

	#design .gray{
		padding-bottom: 80px;
		padding-top: 50px;
	}

	#design .right{
		text-align: right;
	}

	#design .view-wrapper{
		display: flex;
		justify-content: space-between;
	}

	#design .front,
	#design .back{
		max-height: 430px;
		width: 48%;
	}

	#design .front{
		margin-bottom: 0;
	}

	/* --------------------------------------------------------------- detail */

	#detail .detail-wrapper{
		display: flex;
		justify-content: center;
		column-gap: 20px;
		text-align: left;
	}

	#detail{
		text-align: center;
		padding-bottom: 70px;
	}

	#detail .detail-title{
		padding: 40px 0;
	}

	#detail h4{
		font-size: 1.25rem;
	}

	/* --------------------------------------------------------------- date */

	#date{
		text-align: center;
	}

	#date .bold{
		padding-bottom: 40px;
	}

	#date h4{
		font-size: 1.25rem;
	}


	/* --------------------------------------------------------------- faq */

	#faq .label{
		align-items: center;
		padding: 15px 40px
	}

	#faq .detail{
		padding: 20px 60px;
	}

	#faq .markA{
		padding-right: 15px;
	}

	#faq .detail p{
		padding-left: 2em;
		text-indent: -2.7em;
	}

	#faq .flex-wrapper{
		display: flex;
		column-gap: 20px;
		align-items: flex-start;
	}

	/* --------------------------------------------------------------- footer */

	.footer-list ul{
		display: flex;
		justify-content: space-between;
	}

	.footer-list{
		max-width: 900px;
		width:100%;
		margin: 0 auto;	
	}

	.footer-list li a{
		margin-right: 1rem;
	}

	.footer-list li:last-child{
		margin-right: 0;
	}


}

/* ======================================================================================= PCレイアウト */

@media screen and (min-width:1024px) {

	.container{
		max-width: 1100px;
		padding: 0 3%;
		margin: 0 auto;
	}

	.sp-view{
		display: none;
	}

	.tab-view{
		display: none !important;
	}

	.pc-view{
		display: block !important;
	}

	
	/* --------------------------------------------------------------- header*/

	header .logo{
		width: 160px;
		position: absolute;
		top: 30px;
		left: 40px;
	}

	header .header-bg{
		width: 100%;
		padding: 0 3%;
	}

	header .fv-image{
		max-width: 800px;
		width: 35vw;
	}

	header .deco{
		font-size: clamp(2rem, 3vw, 3rem);
		padding: 5px 15px;
	}

	header .text{
		padding: 70px 0 40px;
	}

	header .text p{
		font-size: clamp(0.9rem, 1vw, 1.25rem);
	}

	header .text .small{
		font-size: clamp(0.85rem, 1vw, 1rem);
	}

	header .fv{
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
		column-gap: 80px;
		padding-top: 60px;
	}

	header nav{
		max-width: 1050px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	/* --------------------------------------------------------------- design*/
    #design .befaf{
		width:67%;
		margin: 0 0px 10px auto;
		white-space:nowrap;
	}

	#design .befaf .redbox{
		width:120px;
		font-size: 1.2rem;
		margin:0 110px;
		display: inline-block;
	}

	#design .image-box .old{
		max-width: 200px;
	}
	
	#design .image-box .new{
		max-width: 360px;
	}
	
	#design .card-wrapper{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#design .image-box{
		column-gap: 10px;
		margin: 0;
		max-width: 600px;
	}

	/* #design .text-box{
		max-width: 30%;
	} */


}

	