@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page

-------------------------- */

/* ---------------------------------------------------

	Base

-------------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	Intro

-------------------------- */
.intro {
	width: 100vw;
	box-sizing: border-box;
	}
.intro .ttlarea {
	font-family: "Noto Serif JP", serif;
	position: relative;
	z-index: 1;
	}
.intro .ttlarea .copy { font-size: min(8vw, 60px); }
.intro .ttlarea .credit { font-size: min(4vw, 20px); }
.intro .figarea {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	}
@media (min-width: 751px) {
.intro {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}
.intro .ttlarea {
	color: rgb(255 255 255);
	margin-bottom: 10vh;
	margin-left: 10vw;
	}
.intro .ttlarea .copy {
	letter-spacing: 5px;
	margin-bottom: 25px;
	}
.intro .ttlarea .credit { letter-spacing: 1px; }
.intro .figarea {
	height: 100%;
	position: absolute;
	}
}
@media (max-width: 750px) {
.intro { padding-top: 150px; }
.intro .ttlarea {
	color: rgb(8 68 116);
	padding: 0 30px;
	}
.intro .ttlarea .copy {}
.intro .ttlarea .credit { margin-top: 15px; }
.intro .figarea {
	height: 35vh;
	margin-top: 30px;
	}
.intro .credit {}
}

/* ---------------------------------------------------

	Block

-------------------------- */
.homblock { position: relative; }
@media (min-width: 751px) {
.homblock { margin-bottom: 100px; }
}
@media (max-width: 750px) {
.homblock { margin-bottom: 50px; }
}
/* Title Area */
.homblock .hb-ttl { position: relative; }
.homblock .hb-ttl .ttl {
	background-color: rgb(255 255 255);
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
	}
.homblock .hb-ttl .ttl span {
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 2.5px;
	}
.homblock .hb-ttl .ttl span.en {
	color: rgb(4 130 193);
	font-family: "Roboto", sans-serif;
	font-size: min(3vw, 20px);
	}
.homblock .hb-ttl .ttl span.jp {
	color: rgb(8 68 116);
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(6vw, 35px);
	}
@media (min-width: 751px) {
.homblock .hb-ttl .ttl {
	margin-left: 50px;
	padding: 50px 50px 0;
	}
}
@media (max-width: 750px) {
.homblock .hb-ttl .ttl { padding: 35px 25px 0; }
}
/* Body Area */
.homblock .hb-body .ttl {
	color: rgb(8 68 116);
	font-weight: 400;
	}
.homblock .hb-body .ttl.th-3 { font-size: min(6vw, 45px); }
.homblock .hb-body .ttl.th-4 { font-size: min(6vw, 40px); }
.homblock .hb-body .ttl.th-5 { font-size: min(5vw, 30px); }
@media (min-width: 751px) {
.homblock .hb-body { padding: 60px 100px; }
}
@media (max-width: 750px) {
.homblock .hb-body { padding: 40px 25px; }
}

/* ---------------------------------------------------

	About Us

-------------------------- */
.homblock.aboutus .hb-body .txt p {
	font-family: "Noto Serif JP", serif;
	font-size: min(4vw, 25px);
	line-height: 2;
}
.homblock.aboutus .hb-body .txt p:last-child { margin-bottom: 0; }
@media (min-width: 751px) {
.homblock.aboutus .hb-ttl { margin-top: -100px; }
.homblock.aboutus .hb-body .txt { margin-top: 40px; }
.homblock.aboutus .hb-body .txt p { margin-bottom: 30px; }
}
@media (max-width: 750px) {
.homblock.aboutus .anchor#aboutus {
	margin-top: -150px;
	padding-top: 150px;
	}
.homblock.aboutus .hb-ttl { margin-top: -25px; }
.homblock.aboutus .hb-body .txt { margin-top: 20px; }
.homblock.aboutus .hb-body .txt p { margin-bottom: 20px; }
.homblock.aboutus .hb-body .businessarea {
	display: block;
	margin-left: -25px;
	margin-right: -25px;
	}
}

/* ---------------------------------------------------

	Philosophy

-------------------------- */
.homblock.philosophy { color: rgb(255 255 255); }
.homblock.philosophy .hb-ttl .ttl { background: rgb(8 68 116) 0% 0% no-repeat padding-box; }
.homblock.philosophy .hb-ttl .ttl span { color: rgb(255 255 255); }
.homblock.philosophy .hb-body { background: linear-gradient(145deg, #084474 20%, #0482C1 60%, #00DFFF 100%); }
.homblock.philosophy .hb-body .ttl { color: rgb(255 255 255); }
@media (min-width: 751px) {
.homblock.philosophy {}
.homblock.philosophy .hb-ttl .ttl { padding-bottom: 10px; }
}
@media (max-width: 750px) {
}
/* Voice */
.voice { border: 1px solid rgb(255 255 255); }
.voice .list ul li {
	background: rgb(8 68 116) 0% 0% no-repeat padding-box;
	font-size: min(3.5vw, 20px);
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0px 0px 15px rgb(0 223 255 / 0.25);
	}
.voice .list ul li:last-child { margin-bottom: 15px; }
@media (min-width: 751px) {
.voice {
	margin-top: 40px;
	padding: 40px 45px;
	border-radius: 8px;
	}
.voice .list { margin-top: 30px; }
.voice .list ul li {
	margin-bottom: 15px;
	padding: 15px 30px;
	border-radius: 100px;
	}
.voice .list ul li:nth-child(even) { margin-left: 50px; }
}
@media (max-width: 750px) {
.voice {
	border-right: none;
	margin-right: -25px;
	margin-top: 40px;
	padding: 30px;
	border-radius: 8px 0 0 8px;
	}
.voice .list { margin-top: 30px; }
.voice .list ul li {
	margin-bottom: 15px;
	padding: 15px 30px;
	border-radius: 15px;
	}
.voice .list ul li:nth-child(odd) { margin-right: 30px; }
.voice .list ul li:nth-child(even) { margin-left: 30px; }
}
/* Answer */
.answer .txt p {
	font-family: "Noto Serif JP", serif;
	font-size: min(4vw, 25px);
	line-height: 2;
	}
@media (min-width: 751px) {
.answer { margin-top: 50px; }
.answer .txt { margin-top: 30px; }
}
@media (max-width: 750px) {
.answer { margin-top: 30px; }
.answer .txt { margin-top: 20px; }
}

/* ---------------------------------------------------

	Key Person

-------------------------- */
.kp-intro { position: relative; }
.kp-intro .figaera {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	}
.kp-intro .catch {
	font-family: "Noto Serif JP", serif;
	font-size: min(5vw, 35px);
	position: relative;
	z-index: 1;
	}
.kp-profile .credit {
	color: rgb(8 68 116);
	display: flex;
	flex-direction: column;
	}
.kp-profile .credit .position { font-size: min(4vw, 20px); }
.kp-profile .credit .jp {
	font-size: min(8vw, 50px);
	font-weight: 400;
	line-height: 1.25;
	}
.kp-profile .credit .en {
	font-family: "Roboto", sans-serif;
	font-size: min(5vw, 30px);
	font-weight: 300;
	}
.kp-profile .career {
	width: 100%;
	box-sizing: border-box;
	}
.kp-profile .career dl {
	border-bottom: 1px solid rgb(0 0 0 / .5);
	font-size: min(4vw, 20px);
	}
.kp-profile .career dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
	}
.kp-profile .career dl dt {
	color: rgb(8 68 116);
	font-weight: 700;
	}
.kp-profile .career dl dd .sec dl {
	border-bottom: none;
	display: flex;
	align-items: flex-start;
	}
.kp-profile .career dl dd .sec dl:first-child { padding-top: 0; }
.kp-profile .career dl dd .sec dl:last-child { padding-bottom: 0; }
@media (min-width: 751px) {
.kp-intro {
	max-width: 1000px;
	padding: 25vh 10vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
.kp-intro .figaera {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	}
.kp-profile {
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
.kp-profile .credit {
	min-width: 300px;
	position: sticky;
	top: 30px;
	align-items: flex-start;
	}
.kp-profile .career dl { padding: 30px 0; }
.kp-profile .career dl:first-child { padding-top: 0; }
.kp-profile .career dl dd { margin-top: 10px; }
.kp-profile .career dl dd .sec dl { padding: 10px 0; }
.kp-profile .career dl dd .sec dl dt { min-width: 100px; }
.kp-profile .career dl dd .sec dl dd { margin-top: 0; }
}
@media (max-width: 750px) {
.kp-intro { text-align: center; }
.kp-intro .figaera {
	height: 350px;
	margin-left: -25px;
	margin-right: -25px;
	}
.kp-intro .catch {
	background-color: rgb(255 255 255);
	color: rgb(8 68 116);
	display: block;
	margin-top: -25px;
	padding: 20px;
	}
.kp-profile { margin-top: 20px; }
.kp-profile .credit {
	margin-top: 25px;
	align-items: center;
	}
.kp-profile .career dl {
	margin-top: 20px;
	padding: 15px 0;
	}
.kp-profile .career dl:first-child { border-top: 1px solid rgb(0 0 0 / .5); }
.kp-profile .career dl dd { margin-top: 5px; }
.kp-profile .career dl dd .sec dl {
	margin-top: 0;
	padding: 10px 0;
	}
.kp-profile .career dl dd .sec dl dt { min-width: 100px; }
.kp-profile .career dl dd .sec dl dd { margin-top: 0; }
.kp-profile .career dl dd .sec dl:first-child { border-top: none; }
}

/* ---------------------------------------------------

	Company Information

-------------------------- */
.cp-list:last-child { margin-bottom: 0; }
.cp-list dl {
	border-bottom: 1px solid rgb(0 0 0 / .5);
	font-size: min(4vw, 20px);
	display: flex;
	align-items: flex-start;
	}
.cp-list dl:first-child { border-top: 1px solid rgb(0 0 0 / .5); }
.cp-list dl dt {
	color: rgb(8 68 116);
	font-weight: 700;
	}
.cp-list dl dd {
	width: 100%;
	box-sizing: border-box;
	}
.cp-list dl dd .item.photo {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.cp-list dl dd .item.photo img { border-radius: 10px; }
.cp-list dl dd a { color: initial; }
.cp-list dl dd .list {
	display: flex;
	flex-wrap: wrap;
	}
.cp-list dl dd .list li {
	display: inline-flex;
	align-items: center;
	}
.cp-list dl dd .list li:last-child { margin-right: 0; }
.cp-list dl dd .list li:before {
	background-color: rgb(8 68 116);
	content: '';
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	min-width: 15px;
	border-radius: 100px;
	}
@media (min-width: 751px) {
.cp-list { margin-bottom: 50px; }
.cp-list dl { padding: 20px 0; }
.cp-list dl dt {
	min-width: 200px;
	position: sticky;
	top: 20px;
	}
.cp-list dl dd .item { margin-top: 20px; }
.cp-list dl dd .list li { margin-right: 20px; }
.cp-list.cpl-2 dl dt { min-width: 300px; }
}
@media (max-width: 750px) {
.cp-list { margin-bottom: 30px; }
.cp-list dl { padding: 20px 0; }
.cp-list dl.row { flex-direction: column; }
.cp-list dl.row dd { margin-top: 20px; }
.cp-list dl dt { min-width: 100px; }
.cp-list dl dd .item { margin-top: 15px; }
.cp-list dl dd .list li { margin-right: 20px; }
.cp-list.cpl-2 dl { flex-wrap: wrap;}
.cp-list.cpl-2 dl dt { color: rgb(8 68 116); }
}

/* ---------------------------------------------------

	*****

-------------------------- */
@media (min-width: 751px) {
}
@media (max-width: 750px) {
}