body#top .sec-ttl-box {
	
}

body#top .sec-ttl-box .sec-ttl {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: left;
}

body#top .sec-ttl-box p {
	color: var(--main-color);
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.4;
}

body#top .section-news {
	background-color: var(--white);
}

body#top .section-news .sec-inner {
	padding: 120px 0 80px;
}

body#top .section-news .wrap-link {
	margin-top: 80px;
}

body#top .section-news .content-box {
	flex-basis: auto;
	margin-top: 0;
	width: calc(100% - 240px);
}

body#top .section-news .wrap-news-container {
	gap: 50px 90px;
	display: flex;
}

body#top .section-news .wrap-news-container .information-area {
	width: 270px;
}

body#top .section-news .content-box .news-list .news-item:first-child {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	body#top .section-news .content-width {
		padding-bottom: 80px;
	}
	
	body#top .section-news .sec-inner {
		padding: 80px 0 50px;
	}
	
	body#top .section-news .content-width {
		flex-wrap: wrap;
		row-gap: 60px;
	}
	
	body#top .section-news .wrap-news-container {
		flex-wrap: wrap;
	}
	
	body#top .section-news .wrap-news-container .information-area {
		border-right: none;
		flex-basis: 100%;
		width: 100%;
		padding-bottom: 0;
	}
	
	body#top .section-news .wrap-news-container .information-area .sec-inner {
		padding-bottom: 50px;
	}
	
	body#top .section-news .wrap-news-container .content-box {
		flex-basis: 100%;
		max-width: unset;
		width: 100%;
	}
	
	body#top .section-news .wrap-news-container .content-box .sec-inner {
		padding-bottom: 50px;
		padding-top: 0;
	}
	
	body#top .section-news .wrap-link {
		margin-left: auto;
		margin-top: 50px;
	}
}

body#top .section-concept {
	background-image: url('../images/home/concept_bg.png');
	background-position: center;
	background-size: cover;
	position: relative;
}

body#top .section-concept::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

body#top .section-concept .sec-inner {
	position: relative;
	z-index: 1;
}

body#top .section-concept .sec-inner .sec-ttl-box {
	margin-inline: auto;
	width: fit-content;
}

body#top .section-concept .sec-inner .sec-ttl-box .sec-ttl {
	color: var(--white);
	text-align: center;
}

body#top .section-concept .sec-inner .sec-ttl-box p {
	color: var(--white);
}

body#top .section-concept .content-box {
	margin-top: 80px;
}

body#top .section-concept .image-box {
	height: auto;
	margin-inline: auto;
	max-width: 646px;
	width: 100%;
}

body#top .section-concept .message-box {
	margin-top: 130px;
}

body#top .section-concept .message-box h3 {
	color: var(--white);
	font-size: 4.8rem;
	font-family: 700;
	letter-spacing: .05em;
	margin-inline: auto;
	width: fit-content;
}

body#top .section-concept .message-box .text-box {
	margin-top: 40px;
}

body#top .section-concept .message-box .text-box p {
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
}

body#top .section-concept .wrap-link {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	body#top .section-concept .message-box {
		margin-top: 70px;
	}
	
	body#top .section-concept .message-box h3 {
		font-size: 2.8rem;
	}
	
	body#top .section-concept .message-box .text-box p {
		font-size: 1.4rem;
		text-align: left;
	}
	
	body#top .section-concept .wrap-link {
		margin-top: 50px;
	}
}

body#top .section-service {
	background-color: var(--white);
}

body#top .section-service .sec-inner {
	padding-bottom: 0;
}

body#top .section-service .sec-ttl-box .sec-ttl {
	text-align: center;
}

body#top .section-service .sec-ttl-box p {
	text-align: center;
}

body#top .section-service .service-content {
	display: flex;
}

body#top .section-service .service-content .image-box {
	width: 50%;
}

body#top .section-service .service-content .service-info {
	align-items: center;
	background-color: var(--main-color);
	display: flex;
	justify-content: center;
	width: 50%;
}

body#top .section-service .service-content .service-info .service-info-inner {

	max-width: 360px;
	width: 100%;
}

body#top .section-service .service-content:nth-child(2) .service-info {
	background-color: #02479C;
}


body#top .section-service .service-content .service-info .text-box h3 {
	color: var(--white);
	font-size: 4.4rem;
	font-weight: 400;
	letter-spacing: .1em;
}

body#top .section-service .service-content .service-info .text-box p {
	color: var(--white);
	line-height: 2;
	margin-top: 25px;
}

body#top .section-service .service-content .service-info .wrap-link {
	margin-top: 50px;
}

body#top .section-service .service-content .service-info .wrap-link a {
	margin-inline: unset;
	margin-right: auto;
}

body#top .section-service .service-content .image-box img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body#top .section-service .one-stop-content {
	background-color: #0474C2;
}

body#top .section-service .one-stop-content .sec-inner {
	padding: 100px 0;
}

body#top .section-service .one-stop-content .content-ttl-box p {
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

body#top .section-service .one-stop-content .content-ttl-box .content-ttl {
	color: var(--white);
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
}

body#top .section-service .one-stop-content .text-box {
	margin-inline: auto;
	margin-top: 35px;
	max-width: 860px;
	width: 100%;
}

body#top .section-service .one-stop-content .text-box p {
	color: var(--white);
	text-align: center;
}

body#top .section-service .one-stop-content .image-box {
	margin-top: 60px;
}

body#top .section-service .one-stop-content .wrap-link {
	margin-top: 70px;
}

@media screen and (max-width: 899px) {
	body#top .section-service .sec-inner {
		padding-bottom: 0;
	}
	
	body#top .section-service .content-box {
		margin-top: 60px;
	}
	
	body#top .section-service .one-stop-content .content-ttl-box .content-ttl {
		font-size: 2.2rem;
	}
	
	body#top .section-service .service-content:nth-child(2) {
		flex-wrap: wrap-reverse;
	}
	
	body#top .section-service .service-content {
		flex-wrap: wrap;
	}
	
	body#top .section-service .service-content .image-box {
		width: 100%;
	}

	body#top .section-service .service-content .service-info {
		padding: 20px 20px 40px;
		width: 100%;
	}
	
	body#top .section-service .service-content .service-info .text-box h3 {
		font-size: 3rem;
	}
	
	body#top .section-service .one-stop-content .text-box p {
		margin-inline: auto;
		text-align: left;
		width: fit-content;
	}
	
	body#top .section-service .service-content .service-info .wrap-link a {
		margin-inline: auto;
	}
	
	body#top .section-service .one-stop-content .sec-inner {
		padding: 40px 0;
	}
	
	body#top .section-service .one-stop-content .image-box {
		margin-top: 30px;
	}
}

body#top .section-works {
	background-color: var(--white);
}

body#top .section-works .sec-ttl-box p {
	text-align: center;
}

body#top .section-works .sec-ttl-box .sec-ttl {
	text-align: center;
}

body#top .section-works .works-contaienr {
	margin-top: 110px;
	overflow-x: hidden;
}

body#top .section-works .works-list .swiper-wrapper {
	transition-timing-function: linear;
}

body#top .section-works .wrap-link {
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	body#top .section-works .works-contaienr {
		margin-top: 60px;
	}
}


body#top .section-voice {
	background-color: var(--white);
}

body#top .section-voice .sec-inner {
	padding-bottom: 60px;
}

body#top .section-voice .sec-ttl-inner {
	background-image: url("../images/home/voice_title_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	min-height: 340px;
	padding: 60px 0;
	position: relative;
}

body#top .section-voice .sec-ttl-inner::before {
	background-color: var(--main-color);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

body#top .section-voice .sec-ttl-width {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-left: auto;
	padding: 0 var(--container-padding);
	position: relative;
	width: min(100%, calc(var(--container-size) + var(--container-padding) * 2));
	z-index: 1;
}

body#top .section-voice .sec-ttl-width .sec-ttl-box p,
body#top .section-voice .sec-ttl-width .sec-ttl-box h2 {
	color: var(--white);
}

body#top .section-voice .sec-ttl-width .text-box {
	padding-right: 100px;
}

body#top .section-voice .sec-ttl-width .text-box p {
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
}

body#top .section-voice .sec-ttl-width .text-box p + p {
	margin-top: 30px;
}

body#top .section-voice .voice-contaienr {
	margin-top: 90px;
}

body#top .section-voice .wrap-link {
	margin-left: auto;
	margin-right: 30px;
	margin-top: 60px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-voice .voice-contaienr {
		margin-inline: auto;
		margin-right: unset;
		margin-top: 60px;
	}
	
	body#top .section-voice .sec-ttl-width .text-box {
		padding-right: 20px;
	}
}

body#top .section-recruit {
	background-color: var(--white);
}

body#top .section-recruit {
	overflow: hidden;
	position: relative;
}

body#top .section-recruit::before {
  aspect-ratio: 24 / 19;
	background-image: url("../images/home/recruit01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30vw;
	max-height: 570px;
	max-width: 720px;
	position: absolute;
	right: 0;
	top: 215px;
	width: 38vw;
	z-index: 1;
}

body#top .section-recruit .sec-ttl-inner {
	background-image: url("../images/home/recruit_title_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
	min-height: 340px;
	padding: 90px 0 30px;
	position: relative;
}

body#top .section-recruit .sec-ttl-inner::before {
	background-color: #02479C;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

body#top .section-recruit .sec-ttl-width {
	box-sizing: border-box;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	position: relative;
	width: min(100%, calc(var(--container-size)));
	z-index: 2;
}

body#top .section-recruit .sec-ttl-width .sec-ttl-box {
	padding-left: 100px;
}

body#top .section-recruit .sec-ttl-width .sec-ttl-box p,
body#top .section-recruit .sec-ttl-width .sec-ttl-box h2 {
	color: var(--white);
}

body#top .section-recruit .content-box {
	margin-top: 140px;
	width: 440px;
}

body#top .section-recruit .content-box .text-box p {
	letter-spacing: .05em;
	line-height: 2;
}

body#top .section-recruit .wrap-link {
	margin-right: auto;
	margin-top: 80px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-recruit::before {
		height: 45vw;
		top: 28%;
		width: 57vw;
	}
	
	body#top .section-recruit .sec-ttl-inner {
		min-height: 200px;
		padding: 60px 0;
	}
	
	body#top .section-recruit .sec-ttl-width .sec-ttl-box {
		padding-left: 20px;
	}
	
	body#top .section-recruit .wrap-link {
		margin-inline: auto;
		margin-top: 60px;
	}
	
	body#top .section-recruit .content-box {
		margin-top: 60px;
		width: 100%;
	}
}

body#top .section-recruit .sec-ttl-inner {
	background-image: url("../images/home/recruit_title_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
	min-height: 340px;
	padding: 90px 0 30px;
	position: relative;
}

body#top .section-recruit .sec-ttl-inner::before {
	background-color: #02479C;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

body#top .section-company {
	background-color: var(--white);
}

body#top .section-company .sec-inner {
	padding-bottom: 60px;
}

body#top .section-company .sec-ttl-inner {
	background-image: url("../images/home/company_title_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: auto;
	min-height: 340px;
	padding: 60px 0;
	position: relative;
}

body#top .section-company .sec-ttl-inner::before {
	background-color: var(--main-color);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

body#top .section-company .sec-ttl-width {
	box-sizing: border-box;
	margin-left: auto;
	padding: 0 var(--container-padding);
	position: relative;
	width: min(100%, calc(var(--container-size) + var(--container-padding) * 2));
	z-index: 1;
}

body#top .section-company .sec-ttl-width .sec-ttl-box p,
body#top .section-company .sec-ttl-width .sec-ttl-box h2 {
	color: var(--white);
}

body#top .section-company .content-box {
	display: flex;
	gap: 40px 110px;
}

body#top .section-company .content-box .image-box {
	height: auto;
	max-width: 520px;
	width: 100%;
}

body#top .section-company .content-box .company-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	max-width: 410px;
	width: 100%;
}

body#top .section-company .content-box .company-content .wrap-link {
	margin-right: auto;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-company .sec-ttl-inner {
		min-height: 200px;
	}
	
	body#top .section-company .content-box {
		flex-wrap: wrap;
	}
	
	body#top .section-company .content-box .image-box {
		max-width: unset;
	}

	body#top .section-company .content-box .company-content {
		max-width: unset;
		row-gap: 50px;
	}
	
	body#top .section-company .content-box .company-content .wrap-link {
		margin-inline: auto;
	}
}
