@charset "UTF-8";

.bible-fixed {
	position: fixed !important;
	width: 1200px !important;
	top: 110px !important;
	z-index: 1;
}

#bible-list.bible-fixed a {
	padding: 16px 0 !important;
}

#bible-list.bible-fixed .bible-item+.bible-item::before {
	height: 30px !important;
	top: calc(50% - 15px) !important;
}

.content-wrapper {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}

.content-inner+.content-inner {
	margin-top: 56px;
}

.content-center .sec-ttl-box {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.content-center .sec-ttl-box .en {
	font-weight: 400;
	font-size: 4.2rem;
	line-height: 1;
}

.content-center .sec-ttl-box .ja {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 8px;
}

.content-center .sec-ttl-box::before {
	content: "";
	position: absolute;
	display: block;
	bottom: -30px;
	left: calc(50% - 15px);
	width: 30px;
	height: 2px;
	background-color: #0057b7;
}

.content-left .sec-ttl-box {
	position: relative;
	margin-left: 50px;
}

@media screen and (max-width: 768px) {
	.content-left .sec-ttl-box {
		box-sizing: border-box;
		margin-left: 20px;
	}
}

.content-left .sec-ttl-box .en {
	color: #fff;
	font-size: 4.3rem;
	line-height: 1.3;
}

.content-left .sec-ttl-box .ja {
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: .04em;
	margin-top: 8px;
}

.content-left .sec-ttl-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -26px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
	height: 2px;
}

.content-left .content-width {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.content-left .content-width {
		padding: 0;
		display: block;
	}
}

.content-left .content-wrapper {
	padding: 130px 150px 130px 20px;
	width: 920px;
}

@media screen and (max-width: 768px) {
	.content-left .content-wrapper {
		box-sizing: border-box;
		width: calc(100% - 40px);
		padding: 40px 20px;
		margin-top: 50px;
		margin-right: 40px;
	}
}

.content-left .content-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.content-left .content-wrapper::before {
		content: none;
	}
}

.content-right .sec-ttl-box {
	position: relative;
}

@media screen and (max-width: 768px) {
	.content-right .sec-ttl-box {
		margin-left: 20px;
	}
}

.content-right .sec-ttl-box .en {
	color: #fff;
	font-size: 4.3rem;
	line-height: 1.3;
}

.content-right .sec-ttl-box .ja {
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: .04em;
	margin-top: 8px;
}

.content-right .sec-ttl-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -26px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 30px;
	height: 2px;
}

.content-right .content-width {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.content-right .content-width {
		display: block;
		padding: 0;
	}
}

.content-right .content-wrapper {
	padding: 130px 20px 130px 150px;
	width: 920px;
}

@media screen and (max-width: 768px) {
	.content-right .content-wrapper {
		position: static;
		box-sizing: border-box;
		width: calc(100% - 40px);
		padding: 40px 20px;
		margin-top: 50px;
		margin-left: 40px;
	}
}

.content-right .content-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.content-right .content-wrapper::before {
		content: none;
	}
}

/* ========== list style ==========*/
.small-list .small-list-item {
	position: relative;
	padding-left: 50px;
	font-weight: 600;
}

.small-list .small-list-item::before {
	position: absolute;
	display: block;
	left: 0;
	font-family: 'Oswald', sans-serif;
	color: #0057b7;
	font-size: 2.4rem;
	letter-spacing: -0.05em;
	line-height: 1;
}

.small-list .small-list-item+.small-list-item {
	margin-top: 36px;
}

.small-list .small-list-item:nth-child(1)::before {
	content: "01 .";
}

.small-list .small-list-item:nth-child(2)::before {
	content: "02 .";
}

.small-list .small-list-item:nth-child(3)::before {
	content: "03 .";
}

.small-list .small-list-item:nth-child(4)::before {
	content: "04 .";
}

.small-list .small-list-item:nth-child(5)::before {
	content: "05 .";
}

.small-list .small-list-item:nth-child(6)::before {
	content: "06 .";
}

.small-list .small-list-item:nth-child(7)::before {
	content: "07 .";
}

.small-list .small-list-item:nth-child(8)::before {
	content: "08 .";
}

.small-list .small-list-item:nth-child(9)::before {
	content: "09 .";
}

.medium-list .medium-list-item {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 600;
	padding-left: 50px;
	height: 56px;
}

@media screen and (max-width: 768px) {
	.medium-list .medium-list-item {
		font-size: 1.4rem;
		margin-top: 80px;
	}

	.medium-list .medium-list-item:first-child {
		margin-top: 20px;
	}
}

.medium-list .medium-list-item::before {
	position: absolute;
	display: block;
	top: calc(50% - 18px);
	left: 0;
	font-family: 'Oswald', sans-serif;
	color: #0057b7;
	font-weight: 600;
	font-size: 3.6rem;
	letter-spacing: -0.05em;
	line-height: 1;
}

.medium-list .medium-list-item::after {
	content: "";
	position: absolute;
	display: block;
	height: 3px;
	width: 30px;
	background-color: #0057b7;
	top: 5px;
	left: 1px;
}

.medium-list .medium-list-item+.medium-list-item {
	display: flex;
	align-items: center;
	height: 56px;
	margin-top: 36px;
}

.medium-list .medium-list-item:nth-child(1)::before {
	content: "01";
}

.medium-list .medium-list-item:nth-child(2)::before {
	content: "02";
}

.medium-list .medium-list-item:nth-child(3)::before {
	content: "03";
}

.medium-list .medium-list-item:nth-child(4)::before {
	content: "04";
}

.medium-list .medium-list-item:nth-child(5)::before {
	content: "05";
}

.medium-list .medium-list-item:nth-child(6)::before {
	content: "06";
}

.medium-list .medium-list-item:nth-child(7)::before {
	content: "07";
}

.medium-list .medium-list-item:nth-child(8)::before {
	content: "08";
}

.medium-list .medium-list-item:nth-child(9)::before {
	content: "09";
}

.large-list .large-list-item {
	position: relative;
	padding-left: 60px;
}

.large-list .large-list-item::before {
	position: absolute;
	display: block;
	top: -18px;
	left: 0;
	font-family: 'Oswald', sans-serif;
	color: #0057b7;
	font-size: 4rem;
	line-height: 1;
}

.large-list .large-list-item::after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #0057b7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: 0;
}

.large-list .large-list-item+.large-list-item {
	margin-top: 70px;
}

.large-list .large-list-item:nth-child(1)::before {
	content: "01";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(2)::before {
	content: "02";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(3)::before {
	content: "03";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(4)::before {
	content: "04";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(5)::before {
	content: "05";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(6)::before {
	content: "06";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(7)::before {
	content: "07";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(8)::before {
	content: "08";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(9)::before {
	content: "09";
	letter-spacing: -0.05em;
}

.large-list .large-list-item:nth-child(10)::before {
	content: "10";
	letter-spacing: 0;
}

.large-list .large-list-item:nth-child(11)::before {
	content: "11";
	letter-spacing: 0;
}

.large-list .large-list-item:nth-child(12)::before {
	content: "12";
	letter-spacing: 0;
}

.large-list .large-list-item:nth-child(13)::before {
	content: "13";
	letter-spacing: 0;
}

.large-list .large-list-ttl {
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: .04em;
}

.large-list .large-list-ttl+.txt-area {
	margin-top: 12px;
}

/* ========== cotnent ttl ==========*/
.ttl-box-3 {
	position: relative;
	margin-bottom: 20px;
}

.ttl-box-3::before {
	content: "";
	position: absolute;
	display: block;
	top: 4px;
	left: -45px;
	background-color: #0057b7;
	width: 33px;
	height: 2px;
}

.ttl-box-3 .en {
	color: #0057b7;
	font-size: 3rem;
	line-height: 1;
}

.ttl-box-3 .ja {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 6px;
}

/* ========== who-we-are ==========*/
#circle-list .circle-item {
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #F0F5FC;
	text-align: center;
	width: 220px;
	height: 220px;
	padding: 76px 0;
}

@media screen and (max-width: 768px) {
	#circle-list .circle-item {
		width: 140px;
		height: 140px;
		padding: 43px 0;
	}
}

#circle-list .circle-item .en {
	color: #0057b7;
	font-size: 4.2rem;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	#circle-list .circle-item .en {
		font-size: 2.8rem;
	}
}

#circle-list .circle-item .ja {
	font-size: 1.6rem;
	color: #0057b7;
	line-height: 1;
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	#circle-list .circle-item .ja {
		font-size: 1.4rem;
	}
}

#whoweare-catch .sec-inner {
	padding: 0 0 100px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	#whoweare-catch .sec-inner {
		padding: 0;
	}
}

#whoweare-catch .sec-ttl-box {
	height: calc(100vh - 80px - 300px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

#whoweare-catch .sec-ttl-box::before {
	position: relative;
}

#whoweare-catch .sec-ttl-box::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #111;
	bottom: -40px;
	left: 50%;
	width: 1px;
	height: 100px;
}

#whoweare-catch .sec-ttl {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: .12em;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	#whoweare-catch .sec-ttl {
		font-size: 3rem;
		width: 380px;
	}
}

#whoweare-catch .img-box {
	position: relative;
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	#whoweare-catch .img-box {
		margin-top: 130px;
	}
}

#whoweare-catch .video-box {
	position: relative;
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 768px) {
	#whoweare-catch .video-box {
		height: 280px;
	}
}

#whoweare-catch #whoweare-video {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -100;
	margin: auto;
	min-width: 100vw;
	min-height: 100vh;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#whoweare-catch #whoweare-video {
		position: static;
		z-index: -100;
		margin: auto;
		min-width: 100vw;
		min-height: unset;
		width: 100%;
		height: auto;
	}
}

#whoweare-catch p.txt-area {
	position: relative;
	margin: 0 auto;
	width: 710px;
	font-weight: 600;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#whoweare-catch p.txt-area {
		padding: 50px 0;
		width: 100%;
	}
}

#whoweare-message {
	background: #fff;
}

#whoweare-message .sec-inner {
	padding: 100px 0 70px;
}

#whoweare-message .sec-ttl-box::before {
	content: none;
}

#whoweare-message .content-wrapper {
	width: 760px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#whoweare-message .content-wrapper {
		width: calc(100% - 40px);
		padding: 40px 20px;
		margin-top: 0;
	}
}

#whoweare-message .ttl-box-3 .en {
	font-size: 4.2rem;
	color: #111;
}

#whoweare-message .ttl-box-3 .ja {
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: .04em;
}

#whoweare-message .ttl-box-3::before {
	background-color: #0057b7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -5px;
	left: -26px;
	width: 30px;
	height: 2px;
}

#whoweare-message .name {
	font-size: 2.4rem;
	padding-left: 20px;
}

#whoweare-message .content-inner p+p {
	margin-top: 20px;
}

#whoweare-message .message {
	text-align: right;
	margin-top: 30px;
}

#whoweare-message .message .img-box {
	text-align: right;
}

#whoweare-message .message .txt-area {
	text-align: right;
	margin-top: 10px;
}

#whoweare-bible {
	background: #fff;
}

#whoweare-bible .sec-inner {
	position: relative;
	padding: 100px 0 110px;
}

#whoweare-bible .sec-inner::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #111;
	top: -66px;
	left: 50%;
	width: 1px;
	height: 100px;
}

#whoweare-bible .content-wrapper {
	position: relative;
}

#whoweare-bible p.txt-area {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#whoweare-bible p.txt-area {
		font-size: 1.4rem;
	}
}

#whoweare-bible #bible-list {
	position: absolute;
	top: 730px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#whoweare-bible #bible-list {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#whoweare-bible #bible-list.flexbox {
		display: block;
	}
}

#whoweare-bible #bible-list .bible-item {
	position: relative;
	background-color: #0057b7;
	text-align: center;
	color: #fff;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#whoweare-bible #bible-list .bible-item {
		width: 100%;
	}
}

#whoweare-bible #bible-list .bible-item+.bible-item::before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 60px;
	top: calc(50% - 30px);
	left: 0;
	background-color: #ddd;
}

@media screen and (max-width: 768px) {
	#whoweare-bible #bible-list .bible-item+.bible-item {
		border-top: 1px solid #fff;
	}

	#whoweare-bible #bible-list .bible-item+.bible-item::before {
		content: none;
	}
}

#whoweare-bible #bible-list .bible-item a {
	display: block;
	width: 100%;
	padding: 56px 0;
}

@media screen and (max-width: 768px) {
	#whoweare-bible #bible-list .bible-item a {
		padding: 20px 0;
	}
}

#whoweare-philosophy .sec-inner {
	background-image: url(../images/whoweare_back_03.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 230px 0 250px;
}

@media screen and (max-width: 768px) {
	#whoweare-philosophy .sec-inner {
		padding: 70px 0;
	}
}

#whoweare-philosophy .txt-area.bold {
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 20px;
}

#whoweare-philosophy .policy .content-box {
	margin-top: 20px;
}

#whoweare-philosophy .philosophy .content-box {
	margin-top: 20px;
}

#whoweare-philosophy .philosophy .content-box p+p {
	margin-top: 16px;
}

#whoweare-philosophy .philosophy .content-box strong {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#whoweare-philosophy .philosophy .content-box strong {
		font-size: 1.5rem;
	}
}

#whoweare-guideline {
	background-color: #0057b7;
}

#whoweare-guideline .sec-inner {
	padding-top: 0;
	padding-bottom: 230px;
}

@media screen and (max-width: 768px) {
	#whoweare-guideline .sec-inner {
		padding: 70px 0;
	}
}

#whoweare-guideline .sec-ttl-box {
	margin-top: 130px;
}

@media screen and (max-width: 768px) {
	#whoweare-guideline .sec-ttl-box {
		margin-top: 0;
		margin-left: 20px;
	}
}

#whoweare-guideline .content-wrapper {
	position: relative;
	top: -90px;
}

@media screen and (max-width: 768px) {
	#whoweare-guideline .content-wrapper {
		position: static;
	}
}

#whoweare-guideline .txt-area.catch {
	font-size: 1.2rem;
}

#whoweare-guideline .large-list-item {
	margin-top: 50px;
}

#whoweare-resource .sec-inner {
	background-color: #0E2033;
	background-image: url(../images/whoweare_back_04.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 0 250px;
}

@media screen and (max-width: 768px) {
	#whoweare-resource .sec-inner {
		padding: 70px 0;
	}
}

#whoweare-resource .sec-ttl-box {
	margin-top: 130px;
}

@media screen and (max-width: 768px) {
	#whoweare-resource .sec-ttl-box {
		margin-top: 0;
	}
}

#whoweare-resource .content-wrapper {
	position: relative;
	top: -90px;
}

@media screen and (max-width: 768px) {
	#whoweare-resource .content-wrapper {
		position: static;
	}
}

#whoweare-resource .ideal-candidate .ttl-box-3 {
	margin-bottom: 50px;
}

#whoweare-strategy {
	background-color: #0057b7;
}

#whoweare-strategy .sec-inner {
	padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .sec-inner {
		padding: 70px 0;
	}
}

#whoweare-strategy .sec-ttl-box {
	margin-top: 130px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .sec-ttl-box {
		margin-top: 0;
	}
}

#whoweare-strategy .content-wrapper {
	position: relative;
	top: -90px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .content-wrapper {
		position: static;
	}
}

#whoweare-strategy .ttl-box-3 .en {
	color: #0057b7;
	font-size: 4.2rem;
	letter-spacing: .04em;
}

#whoweare-strategy .ttl-box-3 .ja {
	font-size: 1.6rem;
}

#whoweare-strategy .ttl-box-3::before {
	top: unset;
	bottom: -20px;
	left: 0;
}

#whoweare-strategy .middle-term-strategy .content-box {
	margin-top: 50px;
}

#whoweare-strategy .middle-term-strategy .middle-term-vision h4 {
	position: relative;
	color: #0057b7;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: .04em;
	line-height: 1;
}

#whoweare-strategy .middle-term-strategy .middle-term-vision h4::before {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../images/blockquote_01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: -20px;
	left: 190px;
	width: 60px;
	height: 46px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .middle-term-strategy .middle-term-vision h4::before {
		left: 13px;
	}
}

#whoweare-strategy .middle-term-strategy .middle-term-vision .declare {
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .middle-term-strategy .middle-term-vision .declare {
		font-size: 1.6rem;
	}
}

#whoweare-strategy .middle-term-strategy .middle-term-vision .declare::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/blockquote_01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 46px;
	-webkit-transform: scale(-1);
	transform: scale(-1);
	right: 140px;
	bottom: -10px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .middle-term-strategy .middle-term-vision .declare::before {
		right: 0px;
		bottom: -40px;
	}
}

#whoweare-strategy .middle-term-strategy .middle-term-vision .img-box {
	margin-top: 50px;
}

#whoweare-strategy .term-box {
	box-sizing: border-box;
	border-top: 10px solid #E2E8F0;
	background-color: #F4F6F8;
	padding: 50px 40px 50px 70px;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .term-box {
		padding: 50px 20px;
	}
}

#whoweare-strategy .short-term-strategy h4 {
	color: #0057b7;
	font-size: 2.1rem;
}

#whoweare-strategy .short-term-strategy h5 {
	color: #0057b7;
	font-weight: 600;
	font-size: 2.4rem;
}

#whoweare-strategy .short-term-strategy p.txt-area {
	margin-top: 16px;
}

#whoweare-strategy .short-term-strategy .medium-list {
	margin-top: 16px;
}

#whoweare-strategy .square-links {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#whoweare-strategy .square-links.flexbox {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

#whoweare-strategy .square-links .square-links-item {
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: 187.5px;
	height: 187.5px;
	padding: 60px 0;
}

#whoweare-strategy .square-links .square-links-item .en {
	position: relative;
	display: block;
	font-size: 2.3rem;
}

#whoweare-strategy .square-links .square-links-item .ja {
	position: relative;
	display: block;
	font-size: 1.2rem;
}

#whoweare-strategy .square-links .square-links-item::before {
	content: "";
	display: block;
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 102px;
	height: 116px;
}

#whoweare-strategy .square-links .square-links-item:nth-child(1)::before {
	background-image: url(../images/logo_method_01_01.png);
}

#whoweare-strategy .square-links .square-links-item:nth-child(2)::before {
	background-image: url(../images/logo_method_02_01.png);
}

#whoweare-strategy .square-links .square-links-item:nth-child(3)::before {
	background-image: url(../images/logo_method_03_01.png);
}

#whoweare-strategy .square-links .square-links-item:nth-child(4)::before {
	background-image: url(../images/logo_method_04_01.png);
}

.modal .modal-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.modal .modal__bg {
	top: 0;
	left: 0;
}

.modal-ttl {
	color: #0057b7;
	font-size: 2.8rem;
	letter-spacing: .04em;
	line-height: 1;
}

.modal__content {
	box-sizing: border-box;
	padding: 80px 80px 80px 140px;
}

@media screen and (max-width: 768px) {
	.modal__content {
		width: 460px;
		padding: 160px 20px 20px;
	}
}

.modal__content::before {
	content: "";
	position: absolute;
	display: block;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	top: 20px;
	left: 20px;
}

.modal__content .small-list {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.modal__content .small-list {
		margin-top: 20px;
	}
}

.modal__content .small-list-item+.small-list-item {
	margin-top: 16px;
}

.js-modal-1 .modal__content::before {
	background-image: url(../images/logo_method_01_01.png);
	width: 80px;
	height: 116px;
}

.js-modal-2 .modal__content::before {
	background-image: url(../images/logo_method_02_01.png);
	width: 99px;
	height: 116px;
}

.js-modal-3 .modal__content::before {
	background-image: url(../images/logo_method_03_01.png);
	width: 99px;
	height: 116px;
}

.js-modal-4 .modal__content::before {
	background-image: url(../images/logo_method_04_01.png);
	width: 116px;
	height: 116px;
}

/* ========== page-comapny ==========*/
#company-outline .sec-inner {
	background-color: #000;
	background-image: url(../images/company-outline_back_01.jpg);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}

#company-outline .outline-list dl {
	padding: 14px 0;
	margin: 0;
}

#company-outline .outline-list dl+dl {
	border-top: 2px solid #E2E8F0;
}

#company-outline .outline-list dl.flexbox {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	#company-outline .outline-list dl.flexbox {
		display: block;
	}
}

#company-outline .outline-list dt {
	font-weight: 600;
	width: 200px;
}

@media screen and (max-width: 768px) {
	#company-outline .outline-list dd {
		margin-left: 0;
	}
}

#company-chart .sec-inner {
	padding: 130px 160px;
}

@media screen and (max-width: 768px) {
	#company-chart .sec-inner {
		padding: 70px 0;
	}
}

#company-chart .txt-area {
	text-align: center;
}

#company-chart .btn-box {
	margin-top: 30px;
}

#company-chart .btn-box .btn {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 34px 0;
}

@media screen and (max-width: 768px) {
	#company-chart .btn-box .btn {
		width: 100%;
	}
}

#company-office .sec-inner {
	background-color: #0057b7;
}

#company-office .address {
	font-weight: 600;
}

#company-office .office-box {
	margin-top: 20px;
}

#company-office .office-box.flexbox {
	-webkit-box-pack: start;
	justify-content: flex-start;
}

@media screen and (max-width: 768px) {
	#company-office .office-box.flexbox {
		display: block;
	}
}

#company-office .office-box .img-box {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	#company-office .office-box .img-box {
		margin-top: 20px;
		margin-left: 0;
	}
}

#company-office .map-box {
	margin-top: 20px;
}

#company-office iframe {
	width: 100%;
	height: 300px;
}

/* ========== page-history ==========*/
#history-outline .sec-inner {
	background-color: #061019;
	background-image: url(../images/company-history_back_01.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#history-outline .toggle-box+.toggle-box {
	margin-top: 50px;
}

#history-outline .toggle-box .toggle-ttl {
	box-sizing: border-box;
	background-color: #E2E8F0;
	height: 60px;
	padding: 13px 20px 13px 60px;
	cursor: pointer;
}

#history-outline .toggle-box .toggle-ttl.flexbox {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#history-outline .toggle-box .toggle-ttl .year {
	position: relative;
	color: #0057b7;
	font-size: 3rem;
	line-height: 1;
}

#history-outline .toggle-box .toggle-ttl .year::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #0057b7;
	top: 10px;
	left: -40px;
	height: 2px;
	width: 30px;
}

#history-outline .toggle-box .toggle-ttl .btn-open-close {
	position: relative;
	font-size: 1.8rem;
}

#history-outline .toggle-box .toggle-ttl .btn-open-close::before {
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #AAADB1;
}

#history-outline .toggle-box .toggle-ttl .btn-open-close {
	position: relative;
	width: 46px;
	height: 35px;
}

#history-outline .toggle-box .toggle-ttl .close,
#history-outline .toggle-box .toggle-ttl.opened .open {
	position: absolute;
	text-align: center;
	text-align: center;
	width: 100%;
	opacity: 1;
	transition: all .3s ease;
}

#history-outline .toggle-box .toggle-ttl .open,
#history-outline .toggle-box .toggle-ttl.opened .close {
	position: absolute;
	text-align: center;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all .3s ease;
}

#history-outline .toggle-box .toggle {
	display: none;
	background-color: #F4F6F8;
	padding: 13px 20px 13px 60px;
}

@media screen and (max-width: 768px) {
	#history-outline .toggle-box .toggle {
		padding: 13px 20px;
	}
}

@media screen and (max-width: 768px) {
	#history-outline .toggle-box .toggle .toggle-inner+.toggle-inner {
		margin-top: 20px;
	}
}

#history-outline .toggle-box .toggle .toggle-inner.flexbox {
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

#history-outline .toggle-box .toggle .toggle-inner.flexbox+.toggle-inner {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#history-outline .toggle-box .toggle .toggle-inner.flexbox {
		-webkit-box-align: flex-start;
		align-items: flex-start;
	}
}

#history-outline .toggle-box .toggle .toggle-inner .history-content {
	margin-left: 30px;
	padding: 9px 0;
}

#history-outline .toggle-box .toggle .toggle-inner .year-month {
	color: #0057b7;
	font-size: 2.4rem;
	width: 110px;
	min-width: 110px;
}

#history-gallery .sec-inner {
	background-color: #0057b7;
}

#history-gallery .content-inner.flexbox {
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#history-gallery .gallery-box {
	width: 220px;
}

@media screen and (max-width: 768px) {
	#history-gallery .gallery-box {
		width: 200px;
	}
}

#history-gallery .gallery-box:nth-child(n+4) {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	#history-gallery .gallery-box:nth-child(n+4) {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#history-gallery .gallery-box:nth-child(n+3) {
		margin-top: 40px;
	}
}

#history-gallery .gallery-box .year-month {
	color: #0057b7;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1;
}

#history-gallery .gallery-box .img-box {
	margin-top: 10px;
}

#history-gallery .gallery-box .description {
	margin-top: 20px;
}

/* ========== page-assurance ==========*/
#assurance-policy .sec-inner {
	background-image: url(../images/assurance_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 290px;
}

@media screen and (max-width: 768px) {
	#assurance-policy .sec-inner {
		padding-bottom: 100px;
	}
}

#assurance-target .sec-ttl-box .en {
	color: #fff;
}

#assurance-target .sec-ttl-box .ja {
	color: #fff;
}

#assurance-target .sec-inner {
	background-color: #0057b7;
}

#assurance-target .txt-area+.txt-area {
	margin-top: 20px;
}

#assurance-target .txt-area {
	color: #fff;
	margin-top: 60px;
}

#assurance-target .content-width {
	position: relative;
}

#assurance-target .content-wrapper {
	position: absolute;
	background-color: transparent;
	top: -190px;
	right: 0;
	padding: 0;
	width: 800px;
}

#assurance-target .content-wrapper::before {
	content: none;
}

@media screen and (max-width: 768px) {
	#assurance-target .sec-inner {
		padding: 70px 0;
	}
}

#assurance-target .content-width {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#assurance-target .content-width {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	#assurance-target .content-wrapper {
		position: static;
		width: 100%;
		margin: 20px 0 0;
		-webkit-box-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px) {
	#assurance-policy .content-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
}

/* ========== page-service ==========*/
#service-catch .sec-inner {
	padding: 230px 0 240px;
}

@media screen and (max-width: 768px) {
	#service-catch .sec-inner {
		padding: 70px 0;
	}
}

#service-catch .sec-ttl-box::before {
	content: none;
}

#service-catch .sec-ttl {
	font-size: 4.2rem;
	letter-spacing: .12em;
}

@media screen and (max-width: 768px) {
	#service-catch .sec-ttl {
		line-height: 1.2;
	}
}

#service-catch .img-box {
	position: relative;
	margin-top: 240px;
}

#service-catch .img-box::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #111;
	top: -66px;
	left: 50%;
	width: 1px;
	height: 100px;
}

@media screen and (max-width: 768px) {
	#service-catch .img-box {
		margin-top: 140px;
	}
}

#service-catch .txt-area {
	text-align: center;
	font-weight: 600;
	line-height: 2;
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	#service-catch .txt-area {
		margin-top: 40px;
		text-align: left;
	}
}

#service-capable .sec-inner {
	background: #061019;
	background-image: url(../images/service_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
	#service-capable .sec-inner {
		padding-bottom: 250px;
	}
}

@media screen and (max-width: 768px) {
	#service-capable .large-list-ttl {
		line-height: 1.5;
	}
}

#service-outline .sec-inner {
	background-color: #0057b7;
}

@media screen and (min-width: 769px) {
	#service-outline .sec-inner {
		padding-top: 0;
	}
}

#service-outline .sec-ttl-box {
	margin-top: 130px;
}

#service-outline .btn-box .btn {
	display: block;
	color: #fff;
	margin-left: auto;
	margin-top: 20px;
}

#service-outline .btn-box .arrow-right::after {
	top: 43%;
	right: 20px;
}

@media screen and (min-width: 769px) {
	#service-outline .content-wrapper {
		position: relative;
		top: -90px;
	}
}

#service-products .sec-inner {
	background-image: url(../images/service_back_04.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#service-products .sec-inner {
		background-size: cover;
	}
}

#service-products .sec-ttl {
	text-align: center;
	color: #fff;
}

#service-products .sec-sub-ttl {
	text-align: center;
	color: #fff;
}

#service-products .content-box {
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 70px;
	padding: 60px 120px;
}

@media screen and (max-width: 768px) {
	#service-products .content-box {
		padding: 24px 40px;
	}
}

#service-products .square-links {
	display: none;
}

#service-products .btn-box {
	margin-top: 16px;
}

#service-products .btn-box .btn {
	margin: 0 auto;
}

#service-products .btn-box .btn::after {
	top: 43%;
	right: 20px;
}

#service-system {
	margin-top: 190px;
}

@media screen and (max-width: 768px) {
	#service-system {
		margin-top: 0;
	}
}

#service-system .sec-inner {
	background-color: #0057b7;
}

#service-system .sec-ttl-box {
	width: 100%;
}

@media screen and (max-width :768px) {
	#service-system .sec-ttl-box {
		width: 460px;
	}
}

#service-system .sec-ttl-box .btn {
	background-color: transparent;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	#service-system .sec-ttl-box .btn {
		width: auto;
	}
}

#service-system .sec-ttl-box .btn::after {
	top: 27px;
	right: 0;
}

#service-system .content-wrapper {
	position: absolute;
	background-color: transparent;
	top: -190px;
	right: 0;
	padding: 0;
	width: 800px;
}

#service-system .content-wrapper::before {
	content: none;
}

@media screen and (max-width: 768px) {
	#service-system .content-wrapper {
		position: static;
		width: 100%;
		margin: 20px auto 0;
		padding: 0 20px;
	}
}

#service-system .content-width {
	position: relative;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#service-system .sec-ttl-box .en {
	color: #fff;
}

#service-system .sec-ttl-box .ja {
	color: #fff;
}

#service-system .txt-area {
	color: #fff;
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	#service-system .btn-box {
		width: 190px;
		margin: 20px auto 0;
	}
}

/* ========== page-oem ==========*/
#oem-catch .txt-area {
	text-align: left;
	font-weight: 600;
	width: 710px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#oem-catch .txt-area {
		width: 100%;
	}
}

#oem-strengths .sec-inner {
	background: #061019;
	background-image: url(../images/oem_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
	#oem-strengths .sec-inner {
		padding-bottom: 250px;
	}
}

@media screen and (max-width: 768px) {
	#oem-strengths .large-list-ttl {
		line-height: 1.5;
	}
}

#oem-faq .sec-inner {
	background-color: #0057b7;
}

@media screen and (min-width: 769px) {
	#oem-faq .sec-inner {
		padding-top: 0;
	}
}

@media screen and (min-width: 769px) {
	#oem-faq .sec-ttl-box {
		margin-top: 130px;
	}
}

@media screen and (min-width: 769px) {
	#oem-faq .content-wrapper {
		position: relative;
		top: -100px;
	}
}

#oem-faq .faq-box {
	padding-left: 40px;
}

#oem-faq .faq-box+.faq-box {
	margin-top: 50px;
}

#oem-faq .question {
	position: relative;
	font-weight: 600;
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	#oem-faq .question {
		line-height: 1.5;
	}
}

#oem-faq .question::before {
	content: "Q";
	display: block;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-size: 4rem;
	color: #0057b7;
	top: -20px;
	left: -40px;
}

#oem-faq .answer {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#oem-faq .answer {
		margin-top: 10px;
	}
}

/* ========== page-material ==========*/
#material-catch .txt-area {
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	#material-catch .txt-area {
		text-align: left;
	}
}

#material-sales .sec-inner {
	background: #061019;
	background-image: url(../images/material_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

#material-sales .img-list {
	margin-top: 40px;
}

/* ========== page-system ==========*/
#system-catch .txt-area {
	text-align: left;
	font-weight: 600;
	margin: 0 auto;
	width: 740px;
}

@media screen and (max-width: 768px) {
	#system-catch .txt-area {
		width: 100%;
	}
}

#system-domestic .sec-inner {
	background-color: #061019;
	background-image: url(../images/system_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 290px;
}

@media screen and (max-width: 768px) {
	#system-domestic .sec-inner {
		padding-bottom: 100px;
	}

	#system-domestic .large-list-ttl {
		padding-left: 60px;
	}

	#system-domestic .large-list-item {
		padding-left: 0;
	}
}

#system-domestic .large-list-item {
	margin-top: 110px;
}

#system-domestic .factory-container {
	margin-top: 50px;
}

#system-domestic .factory-body+.factory-body {
	margin-top: 40px;
}

#system-domestic .factory-body.stainless {
	margin-top: 100px;
}

#system-domestic .factory-body .img-box {
	width: 280px;
}

#system-domestic .factory-body .factory-description {
	box-sizing: border-box;
	width: 440px;
}

#system-overseas .sec-inner {
	background-color: #0057b7;
}

#system-overseas .txt-area {
	color: #fff;
	margin-top: 60px;
}

#system-overseas .txt-area+.txt-area {
	margin-top: 20px;
}

#system-overseas .content-width {
	position: relative;
}

#system-overseas .content-wrapper {
	position: absolute;
	background-color: transparent;
	top: -190px;
	right: 0;
	padding: 0;
	width: 800px;
}

#system-overseas .content-wrapper::before {
	content: none;
}

@media screen and (max-width: 768px) {
	#system-overseas .content-wrapper {
		position: static;
		width: 100%;
		margin: 20px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========== page-contact ==========*/
#contact-catch .txt-area {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#contact-catch .txt-area {
		text-align: left;
	}
}

#contact-us .sec-inner {
	background-color: #000;
	background-image: url(../images/contact_back_01.jpg);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}

#contact-us .tel-box,
#contact-us .mail-box {
	background-color: #F2F6FC;
	padding: 30px;
	margin-top: 30px;
}

#contact-us .tel-box .tel,
#contact-us .tel-box .mailto,
#contact-us .mail-box .tel,
#contact-us .mail-box .mailto {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 5rem;
}

@media screen and (max-width: 768px) {

	#contact-us .tel-box .tel,
	#contact-us .tel-box .mailto,
	#contact-us .mail-box .tel,
	#contact-us .mail-box .mailto {
		font-size: 3.4rem;
	}
}

#contact-us .tel-box .txt-area,
#contact-us .mail-box .txt-area {
	text-align: center;
	margin-top: 10px;
}

#contact-form {
	background-color: #0057b7;
}

#form-box table {
	border: none;
}

@media screen and (max-width: 768px) {
	#form-box table {
		display: block;
		width: 100%;
	}
}

#form-box .v-top {
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	#form-box tbody {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#form-box tr {
		display: block;
		width: 100%;
	}
}

#form-box td,
#form-box th {
	padding: 20px 10px;
}

@media screen and (max-width: 768px) {

	#form-box td,
	#form-box th {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
}

#form-box th {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ddd;
	text-align: left;
	width: 260px;
}

@media screen and (max-width: 768px) {
	#form-box th {
		border-bottom: none;
		width: 100%;
		padding-bottom: 0;
	}
}

#form-box td {
	border: none;
	border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 768px) {
	#form-box td {
		padding-top: 10px;
	}
}

#form-box td input[type="text"],
#form-box td input[type="password"],
#form-box td input[type="tel"],
#form-box td input[type="email"],
#form-box td input[type="number"],
#form-box td input[type="url"],
#form-box td textarea {
	border-radius: 5px;
	border-color: #111;
	padding: 5px 20px;
}

@media screen and (max-width: 768px) {

	#form-box td input[type="text"],
	#form-box td input[type="password"],
	#form-box td input[type="tel"],
	#form-box td input[type="email"],
	#form-box td input[type="number"],
	#form-box td input[type="url"],
	#form-box td textarea {
		box-sizing: border-box;
		width: 100%;
	}
}

#form-box td input[type="text"] ::-webkit-input-placeholder,
#form-box td input[type="password"] ::-webkit-input-placeholder,
#form-box td input[type="tel"] ::-webkit-input-placeholder,
#form-box td input[type="email"] ::-webkit-input-placeholder,
#form-box td input[type="number"] ::-webkit-input-placeholder,
#form-box td input[type="url"] ::-webkit-input-placeholder,
#form-box td textarea ::-webkit-input-placeholder {
	color: #111;
	font-size: 1.2em;
}

#form-box td input[type="text"] ::-moz-placeholder,
#form-box td input[type="password"] ::-moz-placeholder,
#form-box td input[type="tel"] ::-moz-placeholder,
#form-box td input[type="email"] ::-moz-placeholder,
#form-box td input[type="number"] ::-moz-placeholder,
#form-box td input[type="url"] ::-moz-placeholder,
#form-box td textarea ::-moz-placeholder {
	color: #111;
	font-size: 1.2em;
}

#form-box td input[type="text"] :-ms-input-placeholder,
#form-box td input[type="password"] :-ms-input-placeholder,
#form-box td input[type="tel"] :-ms-input-placeholder,
#form-box td input[type="email"] :-ms-input-placeholder,
#form-box td input[type="number"] :-ms-input-placeholder,
#form-box td input[type="url"] :-ms-input-placeholder,
#form-box td textarea :-ms-input-placeholder {
	color: #111;
	font-size: 1.2em;
}

#form-box td input[type="text"] ::-ms-input-placeholder,
#form-box td input[type="password"] ::-ms-input-placeholder,
#form-box td input[type="tel"] ::-ms-input-placeholder,
#form-box td input[type="email"] ::-ms-input-placeholder,
#form-box td input[type="number"] ::-ms-input-placeholder,
#form-box td input[type="url"] ::-ms-input-placeholder,
#form-box td textarea ::-ms-input-placeholder {
	color: #111;
	font-size: 1.2em;
}

#form-box td input[type="text"] ::placeholder,
#form-box td input[type="password"] ::placeholder,
#form-box td input[type="tel"] ::placeholder,
#form-box td input[type="email"] ::placeholder,
#form-box td input[type="number"] ::placeholder,
#form-box td input[type="url"] ::placeholder,
#form-box td textarea ::placeholder {
	color: #111;
	font-size: 1.2em;
}

#form-box td input[name="zip"] {
	width: 120px;
}

@media screen and (max-width: 768px) {
	#form-box td input[name="zip"] {
		width: 160px;
	}
}

#form-box td #zip-box {
	margin-bottom: 10px;
	display: block;
}

#form-box #content_type>span {
	display: block;
	font-size: 1.4rem;
	margin-left: 0;
}

#form-box #content_type>span+span {
	margin-top: 4px;
}

#form-box .required {
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	background-color: #BC0D0D;
	padding: 2px 16px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	#form-box .required {
		margin-left: 10px;
	}
}

#consent-box {
	text-align: center;
}

#submit-box {
	margin-top: 40px;
}

input[type="submit"] {
	background-color: #0057b7;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	width: 100%;
	padding: 16px 0px;
}

.wpcf7-response-output {
	text-align: center;
}

#thanks .mv-sub-ttl,
#entry-thanks .mv-sub-ttl {
	line-height: 1.2;
}

#thanks .content-width,
#entry-thanks .content-width {
	width: 640px;
}

#thanks .content-width p+p,
#entry-thanks .content-width p+p {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {

	#thanks .content-width,
	#entry-thanks .content-width {
		width: 500px;
	}
}

/* ========== page-welfare ==========*/
#welfare-catch .txt-area {
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	width: 740px;
}

@media screen and (max-width: 768px) {
	#welfare-catch .txt-area {
		width: 100%;
	}
}

#welfare-maintenance .sec-inner {
	background: #061019;
	background-image: url(../images/welfare_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

#welfare-family .sec-inner {
	background: #061019;
	background-image: url(../images/welfare_back_02.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

#welfare-environment .sec-inner,
#welfare-motivation .sec-inner {
	background-color: #0057b7;
}

#welfare .ttl-box {
	width: 430px;
	box-sizing: border-box;
	padding-right: 30px;
}

#welfare .ttl-box .ja {
	font-weight: 600;
	font-size: 2rem;
}

#welfare .content-box {
	width: 320px;
}

#welfare .sec-ttl-box .ja {
	text-shadow: 0px 0px 1px #111;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#welfare .sec-ttl-box .ja {
		font-size: 1.4rem;
		font-weight: 400;
	}
}

#upbringing-maintenance .carrer-detail h3.ja {
	line-height: 1.2;
}

#upbringing-catch h2 {
	text-align: center;
	margin-bottom: 50px;
}

#upbringing-catch .txt-area {
	text-align: center;
}

#upbringing-maintenance .img-flex {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	#upbringing-maintenance .img-flex {
		display: block;
	}
}

#upbringing-maintenance .img-flex h3 {
	font-size: 2.3rem;
	color: #0057B7;
}

#upbringing-maintenance .img-left .img-box {
	margin-top: 0;
}

@media screen and (min-width: 769px) {
	#upbringing-maintenance .img-left {
		width: 290px;
	}

	#upbringing-maintenance .img-right {
		width: 400px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	#upbringing-maintenance .img-right {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	#upbringing-maintenance .img-right .img-box {
		margin-top: 0;
	}
}

#upbringing-maintenance .sec-inner {
	background-color: #0057B7;
}

@media screen and (max-width: 768px) {
	#upbringing-maintenance .content-wrapper {
		padding-right: 20px;
	}
}

#welfare #upbringing-maintenance .content-box {
	flex-grow: 0;
	flex-shrink: 0;
	width: unset;
}

@media screen and (min-width: 769px) {
	#welfare #upbringing-maintenance .txt-area {
		margin-top: 20px;
	}
}

#upbringing-maintenance .content-inner+.content-inner {
	margin-top: 80px;
}

#upbringing-maintenance .career-detail .img-box {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	#upbringing-maintenance .career-detail.flexbox {
		display: block;
	}

	#upbringing-maintenance .career-detail .ttl-box {
		padding-right: 0;
		width: 100%;
	}
}

/* .wi100 {
  width: 100% !important;
}

.wi410px {
  width: 410px !important;
}

.wi470px {
  width: 470px !important;
} */

@media screen and (max-width: 768px) {
	.wi410px {
		width: 100% !important;
	}

	.wi470px {
		width: 100% !important;
	}
}

/* ========== page-requirements ==========*/
#requirements-freshers .sec-inner {
	background: #061019;
	background-image: url(../images/requirements_back_01.jpg);
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}

/* ========== page-entry ==========*/
#entry .content-center .txt-area {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#entry .content-center .txt-area {
		text-align: left;
		width: 100%;
	}
}

#entry-form {
	background-color: #0057b7;
}

#president-introduce .small {
	font-size: 1.6rem;
}

#requirements-freshers .flexbox,
#requirements-career .flexbox,
#requirements-parttimer .flexbox {
	align-items: center;
}

@media screen and (max-width: 768px) {

	#requirements-freshers .flexbox,
	#requirements-career .flexbox,
	#requirements-parttimer .flexbox {
		display: block;
	}
}

@media screen and (max-width: 768px) {

	#requirements-freshers .entry-btn,
	#requirements-career .entry-btn,
	#requirements-parttimer .entry-btn {
		margin-top: 20px;
	}
}

#requirements-freshers .entry-btn .btn,
#requirements-career .entry-btn .btn,
#requirements-parttimer .entry-btn .btn {
	position: relative;
	background-color: #D8E400;
}

#requirements-freshers .entry-btn .btn::before,
#requirements-career .entry-btn .btn::before,
#requirements-parttimer .entry-btn .btn::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #111;
	top: 50%;
	right: 20px;
	height: 1px;
	width: 60px;
}

#requirements-freshers .entry-btn .btn span,
#requirements-career .entry-btn .btn span,
#requirements-parttimer .entry-btn .btn span {
	color: #111;
}

.bible-circle.img-box {
	margin-bottom: 30px;
}

#whoweare-bible .bible-circle.img-box {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	#whoweare-bible .bible-circle.img-box {
		margin-top: 30px;
	}
}

#whoweare-strategy .img-box.startegy-circle {
	margin-top: 30px;
	margin-bottom: 80px;
}

@media screen and (min-width: 769px) {

	#entry #entry-uotline .txt-area,
	#entry-parttimer #entry-uotline .txt-area {
		text-align: center;
	}
}

#entry-parttimer #form-box .your-year,
#entry-parttimer #form-box .your-month,
#entry-parttimer #form-box .your-day {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}

#entry-parttimer #form-box .your-year {
	width: 102px;
}

#entry-parttimer #form-box .your-month,
#entry-parttimer #form-box .your-day {
	margin-left: 10px;
	width: 82px;
}

#entry-parttimer #form-box .your-year+span,
#entry-parttimer #form-box .your-month+span,
#entry-parttimer #form-box .your-day+span {
	line-height: 40px;
}

#entry-parttimer #form-box .your-year .wpcf7-not-valid-tip,
#entry-parttimer #form-box .your-month .wpcf7-not-valid-tip,
#entry-parttimer #form-box .your-day .wpcf7-not-valid-tip {
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.4;
	padding-top: 6px;
}

@media screen and (min-width: 769px) {
	#entry-parttimer #form-box input[name="your-year"] {
		width: 60px;
	}

	#entry-parttimer #form-box input[name="your-month"] {
		width: 40px;
	}

	#entry-parttimer #form-box input[name="your-day"] {
		width: 40px;
	}
}

.shindo-style {
	margin-top: 100px;
}

.mini-ttl {
	font-size: 2rem;
	color: #0057b7;
	margin: 40px 0 20px;
}