@charset "UTF-8";
/*------------------------------------------------------------------
********************************************************************
 * ▼構成
 * ・ベースとなるCSS
 * ・スマホ用（@media screen and (max-width: 767px) {} ）
********************************************************************
--------------------------------------------------------------------*/

/*--- スマホ調整用 ---*/
@media screen and (max-width: 767px) {
	.heading_1 .en{
		font-size: 10vw;
	}

	.heading_2 .en{
		font-size: 8.51vw;
	}
}


/*--- メイン画像下のテキスト ---*/
.text_1_1{
	width: 90%;
	margin: 80px auto 0;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #0f1f3f;
}
@media screen and (max-width: 767px) {
	.text_1_1{
		margin-top: 40px;
		font-size: 7.18vw;
	}
}

.text_1_2{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #0f1f3f;
}
@media screen and (max-width: 767px) {
	.text_1_2{
		font-size: 4.79vw;
	}
}

.text_1_3{
	max-width: 880px;
	width: 90%;
	margin: 50px auto 0;
	font-size: 16px;
	line-height: calc(40 / 16);
	color: #1a1a1a;
}
@media screen and (max-width: 767px) {
	.text_1_3{
		margin-top: 24px;
		font-size: 3.99vw;
		line-height: 2;
	}
}

.text_1_4{
	width: 90%;
	margin: 15px auto 0;
	text-align: center;
}

.text_1_4 span{
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #0f1f3f;
}
@media screen and (max-width: 767px) {
	.text_1_4 span{
		font-size: 3.99vw;
	}
	.lang_en .text_1_4 span,
	.lang_vi .text_1_4 span{
		font-size: 3vw;
	}
}

.text_1_4 span::before,
.text_1_4 span::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 1px;
	background-color: #0f1f3f;
}
@media screen and (max-width: 767px) {
	.text_1_4 span::before,
	.text_1_4 span::after{
		width: 20px;
	}
}

.text_1_4 span::before{
	left: -60px;
}
@media screen and (max-width: 767px) {
	.text_1_4 span::before{
		left: -30px;
	}
}

.text_1_4 span::after{
	right: -60px;
}
@media screen and (max-width: 767px) {
	.text_1_4 span::after{
		right: -30px;
	}
}


/*--- STRENGTHS ---*/
.strengths_box{
	max-width: 1280px;
	width: 90%;
	margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
	.strengths_box{
		margin-top: 80px;
	}
}

.strengths_box .strengths_list{
	position: relative;
	height: calc(240px * 3);
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.strengths_box .strengths_list{
		width: 100%;
		height: auto;
		margin-top: 40px;
	}
}

/* ※ .strengths_list はスマホのみなので１つメディアクエリ内でまとめます */
@media screen and (max-width: 767px) {
	.strengths_box .strengths_logo{
		width: 30%;
		margin: 0 auto 24px;
	}

	.strengths_box [class^='strengths_item_']{
		position: relative;
		padding: 112px 9% 32px;
	}

	.strengths_box [class^='strengths_item_']::before{
		content: '';
		position: absolute;
		top: 24px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}

	.strengths_box .strengths_list .strengths_item_1{
		background-color: #0f1f3f;
	}

	.strengths_box .strengths_list .strengths_item_1::before{
		width: 60px;
		height: 72px;
		background: url(../imgs/for_foreigners/icon_1_sp.png) no-repeat left top / cover;
	}

	.strengths_box .strengths_list .strengths_item_2{
		background-color: #293a5d;
	}

	.strengths_box .strengths_list .strengths_item_2::before{
		width: 73px;
		height: 72px;
		background: url(../imgs/for_foreigners/icon_2_sp.png) no-repeat left top / cover;
	}

	.strengths_box .strengths_list .strengths_item_3{
		background-color: #2d4679;
	}

	.strengths_box .strengths_list .strengths_item_3::before{
		width: 83px;
		height: 60px;
		background: url(../imgs/for_foreigners/icon_3_sp.png) no-repeat left top / cover;
	}

	.strengths_box .strengths_list .strengths_item_4{
		background-color: #566686;
	}

	.strengths_box .strengths_list .strengths_item_4::before{
		width: 56px;
		height: 72px;
		background: url(../imgs/for_foreigners/icon_4_sp.png) no-repeat left top / cover;
	}

	.strengths_box .strengths_list .strengths_item_5{
		background-color: #677183;
	}

	.strengths_box .strengths_list .strengths_item_5::before{
		width: 80px;
		height: 60px;
		background: url(../imgs/for_foreigners/icon_5_sp.png) no-repeat left top / cover;
	}

	.strengths_box [class^='strengths_item_'] h3{
		text-align: center;
		font-size: 5.31vw;
		font-weight: 700;
		color: #fff;
	}

	.strengths_box [class^='strengths_item_'] p{
		margin-top: 15px;
		font-size: 3.99vw;
		line-height: calc(26 / 15);
		color: #fff;
	}
}



/*--- CASE STUDY ---*/
.case_study_box{
	max-width: 1280px;
	width: 90%;
	margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
	.case_study_box{
		margin-top: 80px;
	}
}

.case_study_box .case_list{
	counter-reset: case-counter;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 40px;
	max-width: 1280px;
	margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list{
		flex-direction: column;
		gap: 57px;
		margin-top: 24px;
	}
}

.case_study_box .case_list > li{
	max-width: 400px;
	width: 100%;
}

.case_study_box .case_list h3{
	margin-top: 27px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list h3{
		font-size: 5.32vw;
	}
}

.case_study_box .case_list h3::before{
	counter-increment: case-counter;
	content: "CASE #" counter(case-counter, decimal-leading-zero);
	position: relative;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #1a1a1a;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list h3::before{
		font-size: 3.19vw;
	}
}

.case_study_box .case_list .catch{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list .catch{
		font-size: 3.8vw;
	}
}

.case_study_box .case_list .data{
	max-width: 300px;
	width: 100%;
	margin: 14px auto 0;
}

.case_study_box .case_list .data > li{
	display: flex;
}

.case_study_box .case_list .data_name{
	width: 140px;
	padding: 10px 0;
	border-bottom: #0f1f3f 1px solid;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list .data_name{
		width: 40%;
		font-size: 3.99vw;
	}
}

.case_study_box .case_list .data_value{
	width: 160px;
	padding: 10px;
	border-bottom: #d4d8dd 1px solid;
}
@media screen and (max-width: 767px) {
	.case_study_box .case_list .data_value{
		width: 60%;
		font-size: 3.99vw;
	}
}


/*--- BY PURPOSE ---*/
.by_purpose_box{
	margin-top: 160px;
}
@media screen and (max-width: 767px) {
	.by_purpose_box{
		margin-top: 80px;
	}
}

.by_purpose_box .text_2_1{
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .text_2_1{
		margin-top: 24px;
		font-size: 3.99vw;
	}
}

.by_purpose_box .type{
	width: 100%;
	margin: 80px 0 0;
	padding: 0 0 100px;
	background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type{
		padding-bottom: 70px;
	}
}

.by_purpose_box .type_flexbox{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox{
		flex-direction: column;
		gap: 80px;
		padding-bottom: 30px;
	}
}

.by_purpose_box .type_flexbox .item{
	position: relative;
	padding: 65px 0 0;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .item{
		padding-top: 40px;
	}
}

.by_purpose_box .type_flexbox .item::before{
	content: '';
	position: absolute;
	top: -42.5px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 1px;
	height: 85px;
	background-color: #c7cbd2;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .item::before{
		top: -25.5px;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .heading_3 .en{
		font-size: 9.04vw;
	}
}

.by_purpose_box .type_flexbox .heading_3 .ja{
	margin-top: -10px;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .heading_3 .ja{
		font-size: 3.99vw;
	}
}

.by_purpose_box .type_flexbox .item > ul{
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 450px;
	/* height: 702px; */
	margin-top: 40px;
	padding: 0 36.5px;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .item > ul{
		width: 90%;
		height: auto !important;
		margin: 24px auto 0;
		padding: 0;
	}
}

.by_purpose_box .type_flexbox .item:not(:first-of-type) > ul{
	border-left: #c7cbd2 1px solid;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox .item:not(:first-of-type) > ul{
		border-left: none;
	}
}

.by_purpose_box .type_flexbox li{
	max-width: 378px;
	width: 100%;
}

.by_purpose_box .type_flexbox li .image img{
	object-fit: cover;
	max-width: 377px;
	width: 100%;
	height: 230px;
}

.by_purpose_box .type_flexbox li .text{
	padding: 16px 20px;
	background-color: #fff;
	transition: all 1s ease;
}

.by_purpose_box .type_flexbox li a:hover .text{
	background-color: #0f1f3f;
}

.by_purpose_box .type_flexbox li a:hover .text p{
	color: #fff;
}

.by_purpose_box .type_flexbox li .text .name{
	font-size: 22px;
	font-weight: 700;
}

.by_purpose_box .type_flexbox li .text .address{
	font-size: 15px;
}

.by_purpose_box .type_flexbox li .text .price_tsubo{
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox li .text .price_tsubo{
		margin-top: 15px;
	}
}

.by_purpose_box .type_flexbox li .text .price{
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #1a1a1a;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox li .text .price{
		font-size: 5.32vw;
	}
}

.by_purpose_box .type_flexbox li .text .tsubo{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1a1a1a;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .type_flexbox li .text .tsubo{
		font-size: 4.26vw;
	}
}

.by_purpose_box .more_1{
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.by_purpose_box .more_1{
		margin-top: 40px;
	}
}
