@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
.linkButton {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
}
.linkButton .arrowButton {
	position: relative;
	display: inline-block;
}
.linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
.linkButton:hover .arrowButton::after {
    margin-left: 10px;
}

#sec01 .mainvisualImg{
	display: flex;
	justify-content: flex-end;
}
#sec02{
	padding:75px 0 135px;
}
#sec02 .ttl3{
    color: #39447b;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #d5d5d5 solid;
    position: relative;
    z-index: -1;
}
#sec02 .ttl3::after{
	content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px #39447b solid;
}
#sec02 .ttl4{
	font-size: 2rem;
	font-weight: 500;
    line-height: 1;
    color: #39447b;
	margin-top: 65px;
	margin-bottom: 20px;
}
#sec02 .flexContainer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec02 .flexContainer .flexContainerTable{
	width: 45%;
}
#sec02 .flexContainer .flexContainerTable table{
	width: 100%;
	border: #000 solid 1px;
}
#sec02 .flexContainer .flexContainerTable th,
#sec02 .flexContainer .flexContainerTable td{
	width: 50%;
	text-align: center;
	padding: 8px 0;
}
#sec02 .flexContainer .flexContainerTable th{
	background: #39447b;
	color: #fff;
	border: #fff solid 1px;
}
#sec02 .flexContainer .flexContainerTable th.btop{
	border-top: #000 1px solid;
}
#sec02 .flexContainer .flexContainerTable th.bbottom{
	border-bottom: #000 1px solid;
}
#sec02 .flexContainer .flexContainerTable th.bright{
	border-right: #000 1px solid;
}
#sec02 .flexContainer .flexContainerTable th.bleft{
	border-left: #000 1px solid;
}
#sec02 .flexContainer .flexContainerTable td{
	border: #000 solid 1px;
}

#sec02 .flexContainer .flexContainerImg{
	width: 50%;
}
#sec02 .flexContainer .flexContainerImg .flexContainerImgFlex{
	display: flex;
	justify-content: space-between;
}
#sec02 .flexContainer .flexContainerImg .flexContainerImgFlex figure img{
	width: 100%;
}
#sec02 .textContainer .noteText{
	display: flex;
}
#sec02 .textContainer .noteText.first{
	margin-top: 35px;
}

#sec02 .textContainer .noteText span{
	margin-right: 15px;
}
#sec02 .textContainer .meinNoteText{
	display: flex;
	margin-top: 15px;
	color: #646464;
}
#sec02 .textContainer .meinNoteText .Note{
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	background: #646464;
	min-width: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
#sec03 {
    background-color: #e8f6f9;
    padding-top: 135px;
    padding-bottom: 100px;
}
#sec03 .ttl03{
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #39447b;
	padding-bottom: 31px;
	margin-bottom: 55px;
}
#sec03 .ttl03::before{
	width: 50px;
	height: 1px;
	background: #39447b;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#sec03 .sectionText02{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
#sec03 .linkButtonFlex{
	display: flex;
	justify-content:center
}
#sec03 .linkButtonFlex a{
	margin: 0 30px;
}
.orderContainer{
	margin-bottom: 100px;
}
/*-------------------------------------------------------------------
	fron
-------------------------------------------------------------------*/



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1081px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 200px;
	}
}
@media screen and (max-width: 940px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 250px;
	}
}
@media screen and (max-width: 836px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 300px;
	}
}
@media screen and (max-width: 768px) {
	#sec01 .mainvisualText{
		position: static;
		transform: translate(0);
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		margin: 50px auto 0;
	}
	#sec01 .gradationTextContainer{
		font-size: 2.4rem;
	}
	#sec01 .gradationTextContainer .gradationText{
		margin-bottom: 20px;
	}
	#sec01 .mainvisualText .ttl02en{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	#sec02{
		padding: 35px 0 65px;
	}
	#sec02 .ttl4{
		margin-top: 40px;
	}
	#sec02 .flexContainer .flexContainerTable,
	#sec02 .flexContainer .flexContainerImg{
		width: 100%;
	}
	#sec02 .flexContainer .flexContainerTable{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	.lineTtl03{
		line-height: 1.3;
	}
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}