body{
	background: #003588;
}
.main-image,
.main-people{
	background: #224f8e;
}

#wrapper {
	position: relative;
}

/* CSS Document */

/*==================================================

メインイメージ

=================================================*/
.main-image,
.main-people{
	padding-top: 100px;
	margin: 0 auto 0;
	position: relative;
	background-size: 100% auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-image .photo{
	margin: auto;
	z-index: 1;
	position: relative;
	width: 40%;
	padding: 50px 0;
}
.main-image .title{
	width: 60%;
	padding: 10px 0 30px 10%;
}
.main-image .en{
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,0.1);
	font-size: clamp(20px, 16vw, 160px);
	position: absolute;
	left: 0;
	top: 40%;
}
.main-image .title h1{
	color: #fff;
	font-size: clamp(25px, 7vw, 70px);
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.3em;
	position: relative;
	letter-spacing: 0.05em;
	color: #fff;
}
.main-image .title .ens{
	color: #fff;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: clamp(13px, 1.6vw, 18px);
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 10px;
}
.main-image .titlenami{
	position: absolute;
	left: 0;
	bottom: 7%;
	width: 30%;
}

.main-about{
	padding-top: 180px;
	margin: 0 auto 0;
	position: relative;
	background-size: 100% auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-about .photo{
	margin: auto;
	z-index: 1;
	position: relative;
	width: 40%;
	padding: 50px 0;
}
.main-about .aboutnami{
	position: absolute;
	left: 30%;
	width: 40%;
	bottom: 0;
	z-index: 5;
}
.main-about .title{
	width: 60%;
	padding: 10px 0 30px 10%;
}
.main-about .en{
	width: 80%;
	position: absolute;
	left: 0;
	top: 20%;
}
.main-about .title h1{
	color: #fff;
	font-size: clamp(25px, 7vw, 70px);
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.3em;
	position: relative;
	letter-spacing: 0.05em;
	color: #fff;
	display: flex;
	align-items: center;
	
}
.main-image .title h1 .yosiike-t,
.main-about .title h1 .yosiike-t{
	max-width: 170px;
	width: 32%;
	height: auto;
	display: inline-block;
	padding-top: 10px;
	margin-right: 1%;
}
.main-image .title h1 .yosiike-t img,
.main-about .title h1 .yosiike-t img{
	vertical-align:baseline;
}
.main-about .title p{
	color: #fff;
	margin: 5% 0;
}
.main-about .title .ens{
	color: #fff;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: clamp(13px, 1.6vw, 18px);
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.main-people .photo{
	margin: auto;
	z-index: 1;
	position: relative;
	width: 80%;
	padding: 50px 0 0;
	margin: 0 0 0 auto;
}

.main-people .title{
	position: absolute;
	bottom: -5%;
	z-index: 5;
	left: 0;
	width: 55%;
	padding: 50px 0 50px 3%;
}
.main-people .back{
	position: absolute;
	left: 0;
	bottom: -5%;
  background-color: #003588;
  mix-blend-mode: multiply;
	z-index: 2;
	height: 240px;
	width: 55%;
	opacity: 0.7;
}
.main-people .back-project{
	position: absolute;
	left: 0;
	bottom: -5%;
  background-color: #003588;
  mix-blend-mode: multiply;
	z-index: 2;
	height: 220px;
	width: 50%;
	opacity: 0.7;
}
.main-people .en{
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,0.1);
	font-size: clamp(20px, 16vw, 160px);
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 2;
}

.main-people .title .catch{
	font-size: clamp(22px, 3.2vw, 35px);
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.5em;
	position: relative;
	letter-spacing: 0.05em;
	color: #fff;
}
.main-people .title .catchl{
	font-size: clamp(35px, 5vw, 50px);
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 1.3em;
	position: relative;
	letter-spacing: 0.05em;
	color: #fff;
}

.main-people .title p{
	color: #fff;
	margin-top: 10px;
}
.main-people .titlenami{
	position: absolute;
	left: 0;
	bottom: -15%;
	width: 30%;
	z-index: 6;
}
@media print , screen and (min-width:1px) and (max-width: 960px) {
.main-image,
.main-people{
	margin: 0 auto 0;
	position: relative;
	padding-top: 70px;
}

.main-people .title{
	position: absolute;
	bottom: -5%;
	z-index: 5;
	left: 0;
	width: 60%;
	padding: 30px 0 30px 3%;
}
.main-people .back{
	height: 40%;
	width: 60%;
}
.main-people .back-project{
	height: 30%;
	width: 60%;
}
.main-people .title p{
	color: #fff;
	margin-top: 10px;
}
.main-about{
	margin: 0 auto 0;
	position: relative;
	padding-top: 120px;
}
.main-image .title{
	width: 60%;
	padding: 30px 0 30px 5%;
}
.main-about .title{
	width: 60%;
	padding: 10px 0 30px 5%;
}
}


@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.main-people .title{
	position: relative;
	bottom: inherit;
	z-index: 5;
	left: 0;
	width: 65%;
	margin-top: -50px;
	padding: 30px 0 30px 3%;
}
.main-people .back{
	height: 32%;
	bottom: 0;
	width: 65%;
}
.main-people .back-project{
	height: 28%;
	bottom: 0;
	width: 65%;
}
	
.main-people .titlenami{
	position: absolute;
	left: 0;
	bottom: -5%;
	width: 30%;
	z-index: 6;
}
}


@media print , screen and (min-width:1px) and (max-width: 530px) {

.main-image .en{
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,0.1);
	font-size: clamp(15px, 12vw, 160px);
	position: absolute;
	left: 0;
	top: 18%;
}
.main-image .photo{
	margin: auto;
	z-index: 1;
	position: relative;
	width: 90%;
	padding: 0 0 30px 0;
	margin: 0 0 0 auto;
}
.main-image .title{
	width: 100%;
	padding: 30px 0 10px 10%;
}
	
.main-about .aboutnami{
	position: absolute;
	left: -15%;
	width: 65%;
	bottom: 0;
	z-index: 5;
}
.main-about .title p{
	color: #fff;
	margin: 10px 0;
}
.main-image .titlenami{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	z-index: 30;
}
.main-about{
	margin: 0 auto 0;
	position: relative;
	padding-top: 80px;
}
.main-about .en{
	position: absolute;
	left: 0;
	top: 12%;
}
.main-about .photo{
	margin: auto;
	z-index: 1;
	position: relative;
	width: 90%;
	padding: 0 0 30px 0;
	margin: 0 0 0 auto;
}
.main-about .title{
	width: 100%;
	padding: 30px 0 10px 10%;
}
	
.main-people .title{
	position: relative;
	bottom: inherit;
	z-index: 5;
	left: 0;
	width: 90%;
	margin-top: -50px;
	padding: 30px 0 30px 3%;
}
.main-people .back{
	height: 150px;
	bottom: 0;
	width: 90%;
}
.main-people .back-project{
	height: 130px;
	bottom: 0;
	width: 90%;
}
	
.main-image .title h1 .yosiike-t,
.main-about .title h1 .yosiike-t{
	max-width: 170px;
	width: 23%;
	margin-right: 2%;
	height: auto;
	display: inline-block;
	padding-top: 10px;
}
	
}

/*common*/

.content{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}
.inner{
	margin: 3% auto 8%;
}
.namil{
	position: absolute;
	left: 0;
	top: 50%;
	width: 10%;
}
.namib{
	position: relative;
	right: 0;
	width: 35%;
	padding: 30px 0;
	margin: 0 0 0 auto;
}

.about .namil{
	position: absolute;
	left: 0;
	top: 30%;
	width: 15%;
}
.about  .namir{
	position: absolute;
	right: 0;
	top: 2%;
	width: 20%;
}

section h4{
	letter-spacing: 0.05em;
	border-bottom: 1px solid #399ae3;
	position: relative;
	text-align: left;
	padding: 10px;
	margin: 3% auto 2%;
}
section h5{
	letter-spacing: 0.05em;
	color:#399ae3;
	background: #f3f3f3;
	line-height: 1.5em;
	position: relative;
	text-align: left;
	padding: 10px;
	margin: 3% auto 2%;
}

/*faq*/

.faq dl{
	margin: 30px 0;
}
.faq dl dt{
	background: url("../img/faq/ico_q.svg") 10px center no-repeat;
	background-size: 40px;
	color: #fff;
	font-size: clamp(18px, 2.0vw, 20px);
	font-weight: 700;
	padding: 10px 10px 30px 60px;
	text-align: left;
}
.faq dl dd{
	border-top:3px solid #e50314;
	padding: 30px 20px 30px 60px;
	text-align: left;
	background: #06185a url("../img/faq/ico_a.svg") 10px 30px no-repeat;
	background-size: 40px;
	color: #fff;
}

@media only screen and (max-width:530px) {
.faq dl dt{
	background: url("../img/faq/ico_q.svg") 10px 10px no-repeat;
	background-size: 35px;
	padding: 10px 10px 30px 50px;
}
.faq dl dd{
	border-top:3px solid #e50314;
	padding: 30px 20px 30px 50px;
	background: #06185a url("../img/faq/ico_a.svg") 10px 30px no-repeat;
	background-size: 35px;
}
}

/*about*/

.about_btn{
	width: 29.3333%;
	margin: 20px 2%;
	background: #fff;
	text-align: center;
}

.about_btn a{
	text-decoration: none;
}
.about_btn a p{
	height: 110px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	color: #003588;
	justify-content: center;
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 1.6em;
	background: url("../img/about/blue_btn.svg") right 10px bottom 10px no-repeat;
	background-size: 30px;
}

@media only screen and (max-width:768px) {
	
.about_btn{
	width: 31.3333%;
	margin: 20px 1%;
	background: #fff;
	text-align: center;
}
	
.about_btn a p{
	height: 110px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	color: #003588;
	justify-content: center;
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 1.6em;
	background: url("../img/about/blue_btn.svg") right 10px bottom 10px no-repeat;
	background-size: 25px;
}
}
@media only screen and (max-width:530px) {
	
.about_btn{
	width: 48%;
	margin: 20px auto;
	background: #fff;
	text-align: center;
}
	
}

/*people*/
.people{
	margin: 10% auto 8%;
}
.people h3.backr{
	text-align: left;
	margin: 30px auto;
}
.people h3.backr span{
	color: #fff;
	font-weight: 700;
	background: #e50314;
	display: inline-block;
	padding: 2px 15px;
}
.sec02 .txt,
.sec-mes .txt{
	width: 60%;
	padding: 0 20px 0 0;
}
.sec02 .photo,
.sec-mes .photo{
	width: 40%;
	padding: 30px 0 0 20px;
}
.sec03 .txt{
	width: 60%;
	padding: 0 0 0 20px;
	order: 2;
}
.sec03 .photo{
	width: 40%;
	padding: 30px 20px 0 0;
	order: 1;
}
.people p{
	color: #fff;
}

.sec-qa{
	position: relative;
}
.sec-qa::before{
	content: "";
	width: 100%;
	height: 90%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 30px;
	background: #06185a;
}
.sec-qa h3.backr{
	margin: 0px auto 30px;
}
.sec-qa dl{
	margin: 30px auto 0;
}
.sec-qa dt{
	background: url("../img/faq/ico_q.svg") 10px 10px no-repeat;
	background-size: 40px;
	color: #fff;
	font-size: clamp(18px, 2.0vw, 20px);
	font-weight: 700;
	padding: 10px 10px 30px 60px;
	text-align: left;
}
.sec-qa dd{
	padding: 30px 20px;
	text-align: left;
	background-size: 40px;
	color: #fff;
	background: #003588;
	text-align: left;
}
.people .photol{
	margin: 0 auto 0 0;
	width: 90%;
}

.people .sec-flow .time{
	width: 15%;
	color: #0599ff;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: clamp(20px, 3.5vw, 35px);
	font-weight: 700;
}
.people .sec-flow .Flexboxcenter{
	margin-bottom: 20px;
}
.people .sec-flow .midasi{
	width: 25%;
	text-align: center;
	color: #fff;
	background: #0599ff;
	border-radius: 5px;
}
.people .sec-flow .midasi h4{
	font-size: clamp(13px, 1.8vw, 18px);
	text-align: center;
	line-height: 1.0em;
	line-height: 2em;
	margin: 0;
	padding: 0;
	border:none;
}
.people .sec-flow .naiyo{
	color: #fff;
	width: 60%;
	padding: 0 20px;
}
.people .sec-mes .waku p{
	padding: 15px;
	line-height: 1.5em;
	background: rgba(255,255,255,0.7);
	color: #003588;
	font-weight: 700;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
	
.sec02 .txt,
.sec-mes .txt{
	width: 60%;
	padding: 0 10px 0 0;
}
.sec02 .photo,
.sec-mes .photo{
	width: 40%;
	padding: 30px 0 0 10px;
}
.sec03 .txt{
	width: 60%;
	padding: 0 0 0 10px;
	order: 2;
}
.sec03 .photo{
	width: 40%;
	padding: 30px 20px 0 0;
	order: 1;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.sec02 .txt,
.sec-mes .txt{
	width: 100%;
	padding: 0 10px;
}
.sec02 .photo,
.sec-mes .photo{
	width: 80%;
	padding: 20px 10px;
	text-align: center;
	margin: auto;
}
.sec03 .txt{
	width: 100%;
	padding: 0 0 0 10px;
	order: 1;
}
.sec03 .photo{
	width: 80%;
	padding: 20px 10px;
	text-align: center;
	margin: auto;
	order: 2;
}	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.people h3.backr{
	text-align: left;
	margin: 10px auto 20px;
}
.people .sec-flow .time{
	width: 15%;
	text-align: left;
	color: #0599ff;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: clamp(20px, 3.5vw, 35px);
	font-weight: 700;
}
.people .sec-flow .Flexboxcenter{
	margin-bottom: 10px;
}
.people .sec-flow .midasi{
	width: 50%;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	margin-right: 35%;
	text-align: center;
	color: #fff;
	background: #0599ff;
	border-radius: 5px;
}
.people .sec-flow .midasi h4{
	font-size: clamp(13px, 1.8vw, 18px);
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border:none;
}
.people .sec-flow .naiyo{
	width: 100%;
	padding: 0px;
}
}
.entry{
	margin: 0 auto;
	position: relative;
}
.entry .en{
	position: relative;
	text-align: center;
	margin: auto;
	max-width: 1200px;
	width: 90%;
	z-index: 1;
}
.entry .photo{
	margin: -5% auto 0;
	text-align: center;
}
.entry .entry_btn{
	position: absolute;
	left: 0;
	right: 0;
	width: 70%;
	max-width: 500px;
	top: 50%;
	text-align: center;
	margin: auto;
}


.people_list li{
	width: 25%;
	padding: 20px;
}

.people_list .attention{
	text-align: center;
	color: #fff;
	font-size: clamp(14px, 1.6vw, 16px);
	margin: 3% auto;
	line-height: 1.7em;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.people_list li{
	width: 25%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
.people_list li{
	width: 33.3333%;
	padding: 10px;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
.people_list li{
	width: 50%;
	padding: 10px;
}
}


.environment{
	position: relative;
	padding:0 0 3%;
	margin-top: 5%;
}
.environment::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	height: 100%;
	border-radius: 0 30px 30px 0;
	background: #fff;

}
.environment h2.redline{
	color: #003588;
	position: relative;
	text-align: left;
	padding: 10px 5px;
	margin: 5% auto 3%;
}
.environment h2.redline::before{
	content: "";
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #e50314;
}

.datas{
	width: 33.333%;
	padding: 10px;
}
.datam{
	width: 66.6666%;
	padding: 10px;
}

.environment .Flexbox{
	margin: 5% auto;
}
.environment .title{
	width: 20%;
	padding: 10px;
}
.environment .maru{
	width: 5%;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.environment .maru::before{
	content: "";
	background: #003588;
	width: 5px;
	height: 100%;
	position: absolute;
	left: 45%;
	top: 0;
	z-index: -1;
}
.environment .txt{
	width: 45%;
	padding: 0 10px 10px;
	margin: 0px 0 20px;
}
.environment .photo{
	width: 30%;
	padding: 20px 0;
}
.environment .photo img{
	border-radius: 8px;
}
.environment .txt p{
	line-height: 1.6em;
}
.environment .txt h3{
	text-align: left;
	font-size: clamp(18px, 2.2vw, 18px);
	font-weight: 700;
	padding: 0 10px;
}
.environment h3.line{
	text-align: left;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 700;
	padding: 0 10px;
	border-left: 8px solid #e50314;
	margin: 5% auto 20px;
}
.environment .txt.step01,
.environment .txt.step01 p,
.environment .txt.step01 h3{
	color: #5e80b4;
}
.environment .txt.step02,
.environment .txt.step02 p,
.environment .txt.step02 h3{
	color: #003588;
}
.environment .txt.step03,
.environment .txt.step03 p,
.environment .txt.step03 h3{
	color: #49256e;
}
.environment .txt.step04,
.environment .txt.step04 p,
.environment .txt.step04 h3{
	color: #8a1874;
}
.environment .txt.step05,
.environment .txt.step05 p,
.environment .txt.step05 h3{
	color: #b81c22;
}

@media print , screen and (min-width:1px) and (max-width: 1200px) {

.environment{
	position: relative;
	padding: 0 6% 3% 0;
	margin-top: 5%;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.environment .title{
	width: 25%;
	padding: 10px 5px;
}
.environment .maru{
	width: 8%;
	padding: 10px 5px;
	position: relative;
	z-index: 1;
}
.environment .maru::before{
	content: "";
	background: #003588;
	width: 4%;
	height: 100%;
	position: absolute;
	left: 48%;
	top: 0;
	z-index: -1;
}
.environment .txt{
	width: 40%;
	padding: 0 5px 10px;
	margin: 0px 0 10px;
}
.environment .photo{
	width: 27%;
	padding: 20px 0;
}
	
	.datas{
	width: 33.333%;
	padding: 10px 5px;
}
.datam{
	width: 66.6666%;
	padding: 10px 5px;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.datas{
	width: 50%;
	padding: 10px 5px;
}
.datam{
	width: 100%;
	padding: 10px 5px;
}
	.data02{
		order: 1;
	}
	.data01{
		order: 2;
	}
	.data03{
		order: 4;
	}
	.data04{
		order: 5;
	}
	.data05{
		order: 6;
	}
	.data06{
		order: 7;
	}
	.data07{
		order: 7;
	}
	.data08{
		order: 8;
	}
	.data09{
		order: 3;
	}
	.data10{
		order: 10;
	}
	
.environment .title{
	width: 30%;
	margin-right: 70%;
	padding: 10px 5px;
}
.environment .maru{
	display: none;
}
.environment .maru::before{
	content: none;
}
	
.environment .txt{
	width: 95%;
	padding: 0 5px 0px;
	margin-left: 5%;
}
.environment .photo{
	width: 90%;
	padding: 10px 0 20px;
	margin-left: 10%;
}
	
}
.history{
	margin: 5% auto 8%;
}
.history .photo{
	width: 45%;
	padding: 0 20px 0 0;
}
.history .txt{
	width: 55%;
	padding: 0 0 0 20px;
}
.history h3{
	text-align: left;
	padding: 10px;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.history h3 .year{
	text-align: left;
	font-family: "Alegreya Sans SC", sans-serif;
	font-size: clamp(20px, 4vw, 40px);
}
.history p{
	color: #fff;
}
.history .red-en{
	text-align: left;
	padding: 10px;
	color: #fff;
}

.strength{
	margin: 5% auto 3%;
}
.strength .red-en{
	text-align: right;
	margin: 0 20px 0 auto;
	color: #fff;
	position: relative;
	z-index: 1;
}
.strength .strength-p{
	width: 120%;
	margin: -20px 0 5% -20%;
}

.strength .photo{
	width: 45%;
	padding: 0 0 0 20px;
}
.strength .txt{
	width: 55%;
	padding: 0 20px 0 0;
}
.strength h3{
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	padding: 10px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.strength p{
	color: #fff;
}



.business{
	margin: 5% auto;
}
.business .red-en{
	text-align: center;
	margin: 5% auto;
	color: #fff;
	position: relative;
	z-index: 1;
}
.red-en span{
	border-top: 12px solid #e50314;
	border-bottom: 12px solid #e50314;
	padding: 20px 30px;
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 700;
	line-height: 2.0em;
	font-size: clamp(30px, 5.5vw, 55px);
}

@media print , screen and (max-width: 960px) {
	
.history .photo{
	width: 45%;
	padding: 0 10px 0 0;
}
.history .txt{
	width: 55%;
	padding: 0 0 0 10px;
}
.strength .photo{
	width: 45%;
	padding: 0 0 0 10px;
}
.strength .txt{
	width: 55%;
	padding: 0 10px 0 0;
}
.strength .strength-p{
	width: 110%;
	margin: -10px 0 5% -10%;
}
}

@media print , screen and (max-width: 768px) {
.history .photo{
	width: 80%;
	padding: 20px 10px;
	order: 2;
}
.history .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.strength .photo{
	width: 80%;
	padding: 20px 10px;
	order: 2;
}
.strength .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.strength .strength-p{
	width: 105%;
	margin: 0px 0 5% -5%;
}
	
	.bus01,
	.bus02,
	.bus03,
	.bus04{
		width: 90%;
		max-width: 400px;
		margin: 30px auto;
	}
	
	
.red-en span{
	border-top:8px solid #e50314;
	border-bottom: 8px solid #e50314;
	padding: 10px 30px;
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 700;
	line-height: 2.0em;
	font-size: clamp(30px, 5.5vw, 55px);
}
	
}

.job_t{
	max-width: 280px;
	margin: 3% 0 5% auto;
	width:50%;
}

.map{
	margin: 5% auto;
	position: relative;
}
.map .map_img{
	width: 67%;
	margin: 8% 0 8% auto;
	padding-bottom: 6%;
}
.map a{
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 5px 35px 5px 20px;
	display: inline-block;
	text-decoration: none;
	text-align: right;
	margin: 0 0 0 auto;
	background: url("../img/about/wh_btn.svg") right 5px center no-repeat;
	background-size: 18px;
}

.btn01{
	position: absolute;
	left: 0%;
	top: -5%;
	text-align: right;
}
.btn-9f{
	position: absolute;
	right: 68%;
	top: 2%;
	text-align: right;
}
.btn-1f{
	position: absolute;
	right: 68%;
	bottom: 32%;
	text-align: right;
}
.btn-b1f{
	position: absolute;
	right: 68%;
	bottom: 2%;
	text-align: right;
}
.btn-b2f{
	position: absolute;
	right: 10%;
	bottom: 0%;
	text-align: right;
}



.about_list{
	padding: 20px 0;
}
.about_list.bkg{
	background: #06185a;
	margin-top: 10%;
}
.about_list .more{
	text-align: center;
	margin: -50px auto 5%;
	color: #fff;
	position: relative;
	z-index: 1;
}
.about_list .more span{
	border-top: 12px solid #e50314;
	border-bottom: 12px solid #e50314;
	padding: 12px 30px;
	/*font-family: "Alegreya Sans SC", sans-serif;*/
	font-weight: 700;
	line-height: 2.0em;
	font-size: clamp(18px, 3.0vw, 30px);
}

.inline{
	max-width: 1000px;
	width: 90%;
	padding: 0 20px 40px;
	margin: auto;
	background: #fff;
	position: relative;
}
.inline .photo{
	width: 50%;
	padding: 0 10px 0 0;
}
.inline .txt{
	width: 50%;
	padding: 0 0 0 10px;
}

.inline h2{
	color: #003588;
	font-weight: 700;
	display: inline-block;
	padding: 20px 20px;
	margin-bottom: 10px;
	font-size: clamp(18px, 3vw, 30px);
	line-height: 1.8em;
	border-top: 10px solid #e50314;
}
.inline .txt h3{
	color: #003588;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 10px;
	font-size: clamp(16px, 2.4vw, 24px);
}
.inline .txt p{
	line-height: 1.8em;
	font-size: clamp(13px, 1.6vw, 16px);
}
.inline .popup-modal-dismiss{
	position: absolute;
	right: 0px;
	top:10px;
	width: 60px;
}

.inline .people-btn{
	width: 80%;
	max-width: 250px;
	margin:20px auto;
}


@media print , screen and (max-width: 1050px) {
.map .map_img{
	width: 60%;
	margin: 8% 0 8% auto;
	padding-bottom: 6%;
}
.map a{
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 5px 35px 5px 20px;
	display: inline-block;
	text-decoration: none;
	text-align: right;
	margin: 0 0 0 auto;
	background: url("../img/about/wh_btn.svg") right 5px center no-repeat;
	background-size: 18px;
}

.about_list .more span{
	border-top: 8px solid #e50314;
	border-bottom: 8px solid #e50314;
	padding: 8px 20px;
}
.btn01{
	position: absolute;
	left: 0%;
	top: -5%;
	text-align: right;
}
.btn-9f{
	position: absolute;
	right: 62%;
	top: 2%;
	text-align: right;
}
.btn-1f{
	position: absolute;
	right: 62%;
	bottom: 34%;
	text-align: right;
}
.btn-b1f{
	position: absolute;
	right: 62%;
	bottom: 0;
	text-align: right;
}
.btn-b2f{
	position: absolute;
	right: 10%;
	bottom: 0%;
	text-align: right;
}
}
@media print , screen and (max-width: 960px) {
.map .map_img{
	width: 60%;
	margin: 8% 0 8% auto;
	padding-bottom: 10%;
}
.map a{
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 5px 35px 5px 20px;
	display: inline-block;
	text-decoration: none;
	text-align: right;
	margin: 0 0 0 auto;
	background: url("../img/about/wh_btn.svg") right 5px center no-repeat;
	background-size: 18px;
}

.btn01{
	position: absolute;
	left: 0%;
	top: -5%;
	text-align: right;
}
.btn-9f{
	position: absolute;
	right: 60%;
	top: 2%;
	text-align: right;
}
.btn-1f{
	position: absolute;
	right: 60%;
	bottom: 40%;
	text-align: right;
}
.btn-b1f{
	position: absolute;
	right: 60%;
	bottom: 0;
	text-align: right;
}
.btn-b2f{
	position: absolute;
	right: 10%;
	bottom: 0%;
	text-align: right;
}
}
@media print , screen and (max-width: 768px) {
	
.inline{
	padding: 0 10px 30px;
}
.map .map_img{
	width: 80%;
	margin: 5% auto 3%;
	padding-bottom: 0;
}
.map a{
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 5px 35px 5px 20px;
	display: block;
	width: 45%;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
	background: url("../img/about/wh_btn.svg") right 5px center no-repeat;
	background-size: 18px;
}

.btn01{
	position: relative;
	left: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 30px;
}
.btn-9f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 30px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-1f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 30px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-b1f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 30px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-b2f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 30px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.inline .photo{
	width: 80%;
	padding: 10px;
	margin: auto;
	order: 2;
}
.inline .txt{
	width: 100%;
	padding: 0 10px 10px;
	order: 1;
}
}

@media print , screen and (max-width: 560px) {
.map .map_img{
	width: 90%;
	margin: 5% auto 3%;
	padding-bottom: 0;
}
.map a{
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 5px 30px 5px 20px;
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: left;
	margin: 0 auto;
	background: url("../img/about/wh_btn.svg") right 5px center no-repeat;
	background-size: 16px;
}

.btn01{
	position: relative;
	left: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 20px;
}
.btn-9f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 20px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-1f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 20px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-b1f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 20px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.btn-b2f{
	position: relative;
	right: inherit;
	top: inherit;
	text-align: left;
	padding: 10px 20px;
	display: flex;
		flex-wrap:wrap;
	justify-content: flex-start;
}
.inline .photo{
	width: 80%;
	padding: 10px;
	margin: auto;
	order: 2;
}
.inline .txt{
	width: 100%;
	padding: 0 10px 10px;
	order: 1;
}
}

.commitment{
	text-align: center;
	padding: 5% 0;
	background: url("../img/about/commitment_back.png") center center no-repeat;
	background-size: cover;
}

.commitment .red-en span{
	color: #fff;
}
.commitment h3{
	font-weight: 500;
	border: none;
	margin: 3% auto 2%;
	letter-spacing: 0.1em;
}
.commitment h3,
.commitment p{
	text-align: center;
	color: #fff;
}