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


h1 {
	width: 38.61%;
}
h1 img{
	width: 100%;
}

/*リード文の幅と高さ*/
@media(max-width: 767px){
	.sub-sec-top .sp-lead img{
		width: 73.411764705%;
	}
}

.sec-why_france .container{
	padding: 0 9.72222222222222%;
    background-image: url(../image/france-map.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.sec-why_france_body{
	display: flex;
	justify-content: space-between;
}
.sec-why_france_body h3{
	width: 37.93%;
	width: 40%;
	padding-right: 4.310%;
	font-size: 2.8rem;
	line-height: 1.5;
	box-sizing: border-box;
}
.sec-why_france_body .dsc{
	width: 61.21%;
	width: 58%;
}

.sec-why_france_body .dsc h4{
	font-size: 2.0rem;
	font-weight: 600;
	margin: 40px 0 10px;
}
.sec-why_france_link{
	margin-top: 70px;
	text-align: center;
}
/*ボタンの動き*/
.sec-why_france_link .btn{
	margin: 30px auto 80px;
}
/*hoverした際の移動*/
.sec-why_france_link .btn .arrow{
	right: 44px;
}
.sec-why_france_link .btn:hover .arrow{
	right: 20px;
}
.sec-why_france_link .btn:hover .arrow{
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.why-france-img{
	padding: 0;
	width: 100%;
	height: 27.78vw;
	object-fit: cover;
	margin-bottom: 140px;
}
@media(min-width: 1660px){
	.sec-why_france .container{
		background-size: contain;
	}
}
@media(max-width: 1160px){
	.sec-why_france .container{
		background-size: 60%;
	}
	.sec-why_france_body{
		display: block;
	}
	.sec-why_france_body h3{
		padding-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.sec-why_france_body .dsc{
		width: 100%;
	}
}/*mediaの終了タグ*/

@media(max-width: 767px){
	.sec-why_france .container{
		padding: 0 6.588235294vw;
		background-size: contain;
	}
	.sec-why_france h2{
		margin-bottom: 14.117vw;/*60px*/
	}
	.sec-why_france h2 .fr{
		line-height: 1.5;
	}
	.sec-why_france_body h3{
		font-size: 5.176470588vw;/*22px*/
		line-height: 1.5;
		margin-bottom: 7.059vw;/*30px*/
	}
	.sec-why_france_body .dsc{
		width: 100%;
	}

	.sec-why_france_body .dsc h4{
		font-size: 4.705882352vw;/*2.0rem*/
		margin: 9.4117vw 0 2.823vw;
	}
	.sec-why_france_link{
		margin-top: 16.47vw;
	}
	/*ボタンの動き*/
	.sec-why_france_link .btn{
		margin: 7.058vw auto 11.764vw;
	}
	.sec-why_france_link .btn .arrow{
		right: 10.352941176vw;
	}
	.why-france-img{
		height: 300px;
		height: 70.58vw;
		object-fit: cover;
		margin-bottom: 23.52vw;
	}
}

/*------サポート体制------------------*/
.sec-expansion{
	margin: 0 9.72222222222222vw;
}
.sec-expansion h2{
	text-align: center;
}
.sec-expansion h3{
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.8rem;
}
.support-dsc{
	width: 62.07%;
	min-width: 600px;
	margin: 0 auto 60px;
}

.overview-chart{
	background-color: #f7f2ee;
	padding: 7.638vw 6.551724137%;
	text-align: center;
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: 110px;
}
.overview-chart h4{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 70px;
}
.expansion-chart{
	background-color: #0f2942;
	color: #fff;
	padding: 50px 74px 0 64px;
}
.expansion-chart h5{
	font-weight: 600;
	font-size: 2.0rem;
	margin-bottom: 50px;
}
.expansion-chart ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.expansion-chart ul li{
	width: 160px;
	margin-bottom: 50px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: left;
}
.expansion-chart ul li:not(:last-child){
	border-right: 1px solid #fff;
	margin-right: 20px;
}
.expansion-chart ul li:not(:last-child)::after{
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -10px;
    width: 18px;
    height: 18px;
    background: #0f2942;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
}

.expansion-chart ul li:last-child{
	width: 140px;
}
.expansion-chart ul .num{
	font-size: 2.6rem;
	letter-spacing: 0.07em;
	color: #ac9d8f;
	position: absolute;
	top: 0;
	left: -7px;
}
.step-content{
	padding-left: 26px;
	width: 98px;
}
.expansion-chart ul img{
	width: 94px;
	width: 98px;
	margin-bottom: 10px;
}
.expansion-chart ul li .act{
	font-size: 1.4rem;
}
.expansion-chart ul li:nth-child(4) .act{
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
@media(max-width: 1430px){
	.expansion-chart ul{
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media(max-width: 767px){
	.sec-expansion{
		margin: 0;
	}
	.sec-expansion h2{
		margin: 0 6.58823529%;
		margin-bottom: 11.7647058823529vw;/*50px*/
	}
	.support-text{
		padding: 0 6.58823529%;
	}
	.sec-expansion h3{
		text-align: center;
		margin-bottom: 9.41176470588235vw;/*40px*/
		font-size: 5.17647058823529vw;
	}
	.support-dsc{
		min-width: 0;
		width: 100%;
		margin-bottom: 14.1176470588235vw;/*60px*/
	}

	.overview-chart{
		padding: 16.4701vw 6.58823529%;
		margin-bottom: 18.823vw;
	}
	.overview-chart h4{
		font-size: 4.70588235294118vw;/*2.0rem*/
		font-weight: 600;
		margin-bottom: 9.411vw;/*40px*/
	}
	.expansion-chart{
		background-color: #0f2942;
		color: #fff;
		padding: 14.1176vw 11.764vw 0;
	}
	.expansion-chart h5{
		font-weight: 600;
		font-size: 4.70588235294118vw;/*2.0rem*/
		margin-bottom: 50px;
	}
	.expansion-chart ul{
		list-style-type: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.expansion-chart ul li{
		width: 100%;
		padding-bottom: 11.764vw;/*50px*/
		margin-bottom: 11.764vw;
		position: relative;
		box-sizing: border-box;
		display: flex;
		justify-content: left;
	}
	.expansion-chart ul li:not(:last-child){
		border-right: none;
		border-bottom: 1px solid #fff;
		margin-right: 0;
	}
	.expansion-chart ul li:not(:last-child)::after{
	    top: auto;
	    bottom: -10px;
	    right: calc(50% - 8px);
	    width: 18px;
	    height: 18px;
	    background: #0f2942;
	    border-width: 1px;
	    border-style: solid;
	    border-color: transparent transparent #fff #fff;
	    transform: rotate(-45deg);
	}

	.expansion-chart ul li:last-child{
		width: 100%;
		margin-bottom: 2.35294117647059vw;/*10px*/
	}
	.expansion-chart ul .num{
		font-size: 6.117647058vw;/*2.6rem;*/
		letter-spacing: 0.07em;
		color: #ac9d8f;
		position: absolute;
		line-height: 1;
		top: 3.29411764705882vw;/*14px*/
		left: auto;
		right: 27.88%;
	}
	.step-content{
		padding-left: 26px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.expansion-chart ul img{
		width: 40.324073%;
		margin-bottom: 8px;
	}
	.expansion-chart ul li .act{
		width: 50%;
		font-size: 3.76470588235294vw;/*1.6rem*/
		margin-top: 4.23529411764706vw;
	}
	.expansion-chart ul li:nth-child(4) .num{
		top: 2.35294117647059vw;/*10px*/
	}
	.expansion-chart ul li:nth-child(4) .act{
		font-size: 3.29411764705882vw;/*1.4rem*/
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
}

/*options*/
.plus{
	width: 90px;
	height: 90px;
	background-color: #fd964b;
	border-radius: 50%;
	font-size: 7.0rem;
	margin: 30px auto 47px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plus-mark{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.7em;
	height: 0.03em;
	background: currentColor;
	border-radius: 0.03em;
	position: relative;
}
.plus-mark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media(max-width: 767px){
	.plus{
		width: 90px;
		height: 90px;
		background-color: #fd964b;
		border-radius: 50%;
		font-size: 7.0rem;
		margin: 14.117vw auto 18.117vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.plus-mark{
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		line-height: 1;
		width: 0.7em;
		height: 0.03em;
		background: currentColor;
		border-radius: 0.03em;
		position: relative;
	}
	.plus-mark::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: inherit;
	  border-radius: inherit;
	  transform: rotate(90deg);
	}
}



.options{
	display: flex;
	justify-content: space-between;
}
.option-chart{
	background-color: #0f2942;
	width: 46%;
}
.option-chart .option{
	color:#fd964b;
	margin-bottom: 10px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
}
.option-chart .option .num{
	font-size: 2.8rem;
}
.option-chart h5{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.overview-chart .group{
	color:#fff;
	padding: 3.4722vw 4.166vw;
	position:relative;
}
.overview-chart .group .contents{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group .contents img{
	width: 98px;
	height: 98px;
	margin-right: 36px;
}
.group .contents .text-area{
	width: 60%;
}

.option-dsc{
	text-align: left;
	font-size: 1.4rem;
}
.option-link{
	margin: 18px 0 50px;
	position: relative;
}
.option-link a{
	position: absolute;
	right: 30px;
	right: 17%;
	color: #ac9d8f;
	font-size: 1.3rem;
}
@media(max-width: 1300px){
	.overview-chart .group .contents{
		display: block;
	}
	.group .contents img{
		margin: 0 auto 20px;
	}
	.group .contents .text-area{
		width: 100%;
	}
	.option-link{
		margin: 18px 0 50px;
		position: relative;
	}
	.option-link a{
		position: absolute;
		right: 17%;
	}
}
@media(max-width: 767px){
	.options{
		display: block;
	}
	.option-chart{
		width: 100%;
	}
	.option-chart:first-child{
		margin-bottom: 18.8235vw;/*80px*/
	}
	.option-chart .option{
		color:#fd964b;
		margin-bottom: 10px;
		position: absolute;
		top: -9.4117vw;
		left: 50%;
		transform: translateX(-50%);
		 -webkit-transform: translateX(-50%);
	}
	.option-chart .option .num{
		font-size: 7.05882352941177vw;/*30px*/
	}
	.option-chart h5{
		font-size: 1.8rem;
		font-size: 4.235vw;
		font-weight: 600;
		margin-bottom: 7.058vw;
	}
	.overview-chart .group{
		background-color: #0f2942;
		color:#fff;
		padding: 11.7647vw 8.130%;
		position:relative;
	}
	.overview-chart .group .contents{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.group .contents img{
		width: 31.715%;/*=98/309*/
		height: 23.05882vw;
	}
	.group .contents .text-area{
		width: 170px;
		width: 56.634%;
	}

	.option-dsc{
		text-align: left;
		font-size: 3.29411764705882vw;
	}
	.option-link{
		margin: 18px 0 50px;
		position: relative;
	}
	.option-link a{
		position: absolute;
		right: 30px;
		right: 17%;
		color: #ac9d8f;
		font-size: 1.3rem;
		font-size: 2.823529411vw;/*12px*/
	}
}


.arrow-anker{
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px 0 24px;
    text-decoration: none;
    outline: none;
}
/*矢印と下線の形状*/
.arrow-anker::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left: 20%;
    /*下線の形状*/
    width: 100%;
    height: 1px;
	background: #ac9d8f;
    /*アニメーションの指定*/
    transition: all .3s;
}
.arrow-anker::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:-20%;
    /*矢印の形状*/
    width: 15px;
    height:1px;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.arrow-anker:hover::before{
    left: 40%;
}
.arrow-anker:hover::after{
    right: -40%;
}

.contact-link{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 140px;
}
.contact-link h4{
	font-size: 2.0rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact-link p{
	margin-bottom: 50px;
}
.contact-link .btn{
	width: 280px;
}
@media(max-width: 767px){
	.contact-link{
		text-align: center;
		width: 100%;
		padding: 0 6.58823529411765%;
		box-sizing: border-box;
		margin: 0 auto 23.529vw;
	}
	.contact-link h4{
		font-size: 4.70588235294118vw;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.contact-link p{
		margin-bottom: 50px;
	}
	.contact-link .btn{
		width: 65.882352941vw;
	}
}

.five-steps h3{
	line-height: 1.5;
}
.five-steps-chart{
	max-width: 1160px;
	margin: 0 auto;
	margin-bottom: 110px;
}
.five-steps-chart li{
	padding: 4.86111111111111vw 6.25vw;
	background-color: #0f2942;
	color: #fff;
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}
.five-steps-chart li:nth-child(2n){
	background-color: #f7f2ee;
	color: #333;
}
.five-steps-chart li .img-area{
	display: block;
	width: 220px;
}
.five-steps-chart li .img-area .img{
	width: 140px;
}
.five-steps-chart li .title-area{
	width: 240px;
}
.step-dsc{
	display: block;
	flex: 5.3;
}
.five-steps-chart .num{
	font-size: 3.6rem;
	color: #ac9d8f;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}
.five-steps-chart .title-ja{
	font-size: 2.4rem;
	margin-bottom: 1.8823vw;
}
.five-steps-chart .title-en{
	color: #ac9d8f;
}
.five-steps-chart .veige{
	color: #ac9d8f;
}
.five-steps-chart li:nth-child(4) .title-ja{
	line-height: 1.5;
}
.triangle{
	position: absolute;
	bottom: -60px;
	left: 230px;
	z-index: 100;
	border-top: 30px solid #0f2942;
	border-right: 34px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 34px solid transparent;
}
.five-steps-chart li:nth-child(even) .triangle{
  	border-top: 30px solid #f7f2ee;
}
.lesson-link{
	text-align: center;
	margin-bottom: 140px;
}
.lesson-link h4{
	font-size: 2.0rem;
	margin-bottom: 50px;
}
/*1100px*/
@media(max-width: 1000px){
	.five-steps-chart li{
		padding: 70px 7.5880758vw;
		justify-content: center;
		flex-wrap: wrap;
	}
	.five-steps-chart li .img-area{
		flex: auto;
		width: 45%;
		margin-bottom: 40px;
		padding-left: 5.6vw;
		box-sizing: border-box;
	}
	.five-steps-chart li .img-area .img{
		width: 55%;
		width: 164px;
	}
	.five-steps-chart li .title-area{
		flex: auto;
		width: 35%;
		margin-bottom: 4vw;/*40px*/
	}
	.step-dsc{
		display: block;
		flex: auto;
		width: 100%;
	}
	.triangle{
		bottom: -60px;
		left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	}
}

@media(max-width: 767px){
	.five-steps h3{
		line-height: 1.5;
	}
	.five-steps-chart{
		margin: 0 6.58823529411765% 110px;
		margin-bottom: 110px;
	}
	.five-steps-chart li{
		padding: 70px 7.5880758vw;
		padding: 70px 7.5880758vw;
		background-color: #0f2942;
		color: #fff;
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
		flex-wrap: wrap;
	}
	.five-steps-chart li:nth-child(2n){
		background-color: #f7f2ee;
		color: #333;
	}
	.five-steps-chart li .img-area{
		display: block;
		flex: auto;
		width: 48%;
		margin-bottom: 9.4117vw;/*40px*/
		padding-left: 0;
	}
	.five-steps-chart li .img-area .img{
		width: 81%;
	}
	.five-steps-chart li .title-area{
		flex: auto;
		width: 35%;
		margin-bottom: 9.4117vw;/*40px*/
	}
	.step-dsc{
		display: block;
		flex: auto;
		width: 100%;
	}
	.five-steps-chart .num{
		font-size: 7.05882352941177vw;/*30px*/
		color: #ac9d8f;
		margin-bottom: 2.8235vw;/*12px*/
		letter-spacing: 0.1em;
		line-height: 0.6;
	}
	.five-steps-chart .title-ja{
		font-size: 4.70588235294118vw;/*20px*/
		margin-bottom: 1.8823vw;
	}
	.five-steps-chart .title-en{
		color: #ac9d8f;
	}
	.five-steps-chart .veige{
		color: #ac9d8f;
	}
	.five-steps-chart li:nth-child(4) .title-ja{
		line-height: 1.5;
		font-size: 4.23529411764706vw;/*18px*/
	}
	.five-steps-chart li:nth-child(4) .branding-br{
		display: block;
	}
	.triangle{
		position: absolute;
		bottom: -60px;
		left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
		z-index: 100;
	}
	.five-steps-chart li:nth-child(even) .triangle{
	  	border-top: 30px solid #f7f2ee;
	}
	.lesson-link{
		text-align: center;
		margin-bottom: 140px;
	}
	.lesson-link h4{
		font-size: 4.70588235294118vw;
		margin-bottom: 50px;
		padding: 0 6.58823529411765vw;
	}
}

/*-----お問い合わせ-----------------------*/
.sec-contact h4{
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 30px;
}
@media(max-width: 767px){
	.contact-dsc{
		text-align: left;
	}
	.contact-dsc br{
		display: block;
	}
	.sec-contact h4{
		font-size: 4.70588235294118vw;/*2.0rem*/
	}
}
