@charset "UTF-8";
.section {
	padding: 40px 0;
	overflow: hidden;
}
@media screen and (min-width:768px){
	.section {
		padding: 60px 0;
	}
}
@media screen and (min-width:1024px){
	.section {
		padding: 80px 0;
	}
}
@media screen and (min-width:1440px){
	.section {
		padding: 100px 0;
	}
}

.section__title {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 3rem;
}
.section__title-en {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1rem;
	white-space: nowrap;
}
.section__title-jp {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .05rem;
	color: #ED6C00;
}
.section-link {
	display: flex;
	justify-content: flex-end;
	margin-top: 4rem;
}
.link-arrow {
	position: relative;
	padding-right: 50px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05rem;
}
.link-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../img/common/arrow-btn.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.text-orange {
	color: #ED6C00;
}
.text-bold {
	font-weight: 700;
}
@media screen and (min-width:1024px){
	.section__title {
		gap: 1.5rem;
		margin-bottom: 4rem;
	}
	.section__title-en {
		font-size: 3rem;
	}
	.section__title-jp {
		font-size: 1.3rem;
	}
	.section-link {
		margin-top: 5rem;
	}
	.link-arrow {
		padding-right: 60px;
		font-size: 1.3rem;
	}
	.link-arrow::after {
		width: 45px;
		height: 45px;
	}
}
@media screen and (min-width:1440px){
	.section__title {
		gap: 2rem;
		margin-bottom: 5rem;
	}
	.section__title-en {
		font-size: 3.9rem;
	}
	.section__title-jp {
		font-size: 1.4rem;
	}
	.section-link {
		margin-top: 6rem;
	}
	.link-arrow {
		padding-right: 65px;
		font-size: 1.4rem;
	}
	.link-arrow::after {
		width: 50px;
		height: 50px;
	}
}

#mv {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 50px);
	min-height: calc(100vh - 50px);
	height: calc(100dvh - 50px);
	min-height: calc(100dvh - 50px);
	padding: 120px 20px 10px;
}
.mv__bg-list {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.mv__bg-list .slick-list,
.mv__bg-list .slick-track {
	height: 100%;
}
.mv__bg-item {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mv__bg-item--01 {
	background-image: url("../img/top/mv-bg01_sp.jpg");
}
.mv__bg-item--02 {
	background-image: url("../img/top/mv-bg02_sp.jpg");
}
.mv__bg-item--03 {
	background-image: url("../img/top/mv-bg03_sp.jpg");
}
.mv__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.mv__top {
	position: relative;
}
.mv__badge {
	position: absolute;
	top: -22px;
	right: -8px;
}
.mv__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.mv__badge {
	width: 16px;
}
.mv__title {
	width: 123px;
}
.mv__stats {
	width: 100%;
	max-width: 330px;
}
.mv__badge img,
.mv__title img,
.mv__stats img {
	width: 100%;
}
.mv__note {
	color: #FFF4D0;
	font-size: 1rem;
	font-weight: 400;
	text-align: justify;
}
@media screen and (min-width: 768px) {
	#mv {
		aspect-ratio: 19 / 10;
		min-height: 0;
		max-height: 1000px;
		height: auto;
		padding: 15px 20px;
	}
	.mv__content {
		min-height: 0;
	}
	.mv__bg-list .slick-list,
	.mv__bg-list .slick-track,
	.mv__bg-item {
		height: 100%;
	}
	.mv__bg-item--01 {
		background-image: url("../img/top/mv-bg01.jpg");
	}
	.mv__bg-item--02 {
		background-image: url("../img/top/mv-bg02.jpg");
	}
	.mv__bg-item--03 {
		background-image: url("../img/top/mv-bg03.jpg");
	}
	.mv__content {
		justify-content: center;
		gap: 10px;
	}
	.mv__bottom {
		display: block;
	}
	.mv__badge {
		position: static;
		margin-left: 24px;
		margin-bottom: 10px;
	}
	.mv__badge {
		width: 146px;
	}
	.mv__title {
		width: 100%;
		max-width: 460px;
	}
	.mv__stats {
		width: 100%;
		max-width: 430px;
	}
	.mv__note {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media screen and (min-width:1024px){
	.mv__content {
		gap: 20px;
	}
	.mv__badge {
		margin-left: 28px;
		margin-bottom: 20px;
	}
	.mv__badge {
		width: 146px;
	}
	.mv__title {
		max-width: 548px;
	}
	.mv__stats {
		max-width: 505px;
	}
	.mv__note {
		font-size: 1.2rem;
	}
}
@media screen and (min-width:1440px){
	.mv__content {
		gap: 30px;
	}
	.mv__badge {
		margin-left: 36px;
		margin-bottom: 30px;
	}
	.mv__badge {
		width: 181px;
	}
	.mv__title {
		max-width: 723px;
	}
	.mv__stats {
		max-width: 662px;
	}
}
@media (min-width: 1900px) {
	#mv {
		aspect-ratio: auto;
		height: 1000px;
	}
}


.news__list {
}
.news__item {
	margin-bottom: 2rem;
}
.news__link {
}
.news__cat {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.2rem;
	font-weight: 500;
}
.news__date {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	color: #9F9D9D;
}
.news__title {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
}
@media screen and (min-width:1024px){
	.news__item {
		margin-bottom: 2rem;
	}
	.news__link {
		display: flex;
		align-items: center;
		gap: 2rem;
	}
	.news__cat {
		margin-right: 0;
		font-size: 1.2rem;
		font-weight: 700;
		white-space: nowrap;
	}
	.news__date {
		font-size: 1.3rem;
		white-space: nowrap;
	}
	.news__title {
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 500;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width:1440px){
	.news__item {
		margin-bottom: 2.2rem;
	}
	.news__cat {
		font-size: 1.4rem;
	}
	.news__date {
		font-size: 1.5rem;
	}
	.news__title {
		font-size: 1.6rem;
	}
}


#service {
	background-color: #F5F5F5;
}
.service__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.service__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	padding: 16px 18px 16px 20px;
	width: 100%;
	aspect-ratio: 15 / 8;
	border-radius: 25px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.service__item--01 {
	background-image: url("../img/top/service-01.jpg");
}
.service__item--02 {
	background-image: url("../img/top/service-02.jpg");
}
.service__text {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.service__name-jp {
	font-size: 1.6rem;
	letter-spacing: .2rem;
}
.service__name-en {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
}
.service__arrow {
	width: 40px;
}
@media screen and (min-width:1024px){
	.service__list {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.service__item {
		padding: 30px 30px 30px 40px;
		width: calc((100% - 30px) / 2);
	}
	.service__name-jp {
		font-size: 2.2rem;
	}
	.service__name-en {
		font-size: 1.2rem;
	}
	.service__arrow {
		width: 50px;
	}
}
@media screen and (min-width:1440px){
	.service__list {
		gap: 50px;
	}
	.service__item {
		padding: 40px 40px 40px 50px;
		width: calc((100% - 50px) / 2);
	}
	.service__name-jp {
		font-size: 3.1rem;
	}
	.service__name-en {
		font-size: 1.7rem;
	}
	.service__arrow {
		width: 70px;
	}
}


#value {
	border-left: 20px solid #EF8125;
}
.value__company {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.value__heading {
	margin-bottom: 20px;
	font-size: 2.5rem;
	letter-spacing: .2rem;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.value__heading span {
	margin-left: -.6em;
}
.value__image {
	width: 100%;
	margin-bottom: 30px;
}
.value__list {
}
.value__item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.value__item:last-child {
	margin-bottom: 0;
}
.value__item span {
	display: inline-block;
}
.value__item::before {
	content: '';
	position: absolute;
	top: 3.25px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background-image: url("../img/top/icon-check.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#value .section-link {
	justify-content: flex-start;
}
.value__image-pc {
	display: none;
}
@media screen and (min-width:1024px){
	#value {
		border-left: 60px solid #EF8125;
	}
	.value__wraper {
		display: flex;
		gap: 110px;
	}
	.value__image {
		width: calc(50% - 50px);
	}
	.value__content {
		width: calc(50% - 60px);
	}
	.value__image-pc {
		display: block;
	}
	.value__image-sp {
		display: none;
	}
	.value__company {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.value__heading {
		margin-bottom: 25px;
		font-size: 3.7rem;
		letter-spacing: .3rem;
	}
	.value__item {
		font-size: 1.6rem;
	}
	.value__item::before {
		top: 5.5px;
	}
}
@media screen and (min-width:1440px){
#value {
	border-left: 90px solid #EF8125;
}
	.value__wraper {
		display: flex;
		gap: 140px;
	}
	.value__image {
		width: calc(50% - 60px);
		padding: 0 20px;
	}
	.value__content {
		width: calc(50% - 80px);
	}
	.value__company {
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
	.value__heading {
		margin-bottom: 40px;
		font-size: 5.2rem;
		letter-spacing: .4rem;
	}
}


#interview {
	background-color: #F5F5F5;
}
.interview__slider {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 20px
}
.interview__slide {
	position: relative;
	max-width: 440px;
	margin-right: 5px;
	overflow: hidden;
}
.interview__slide-image {
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.interview__slide:hover {
	transform: none;
}
.interview__slide:hover .interview__slide-image {
	transform: scale(1.05);
}
.interview__catch {
	padding-left: 20px;
	border-left: 2px solid #EF8125;
	font-size: 1.9rem;
}
.interview__catch span {
	margin-left: -.6em;
}
#interview .section-link {
	justify-content: flex-start;
}
.interview__slide-meta {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: flex;
	flex-direction: column;
	width: 96%;
	font-size: 1.3rem;
}
.interview__slide-lead {
	margin-bottom: 2px;
}
.interview__slide-lead span {
	display: inline-block;
	padding: 1px 6px 0;
	background: #EF8125;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
}
.interview__slide-title span {
	display: inline;
	padding: 1px 6px 0;
	background: #ffffffe6;
	font-size: 1.3rem;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.interview__slide-tag span {
	display: inline-block;
	padding: 1px 6px 0;
	background: #9F9D9D;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (min-width:1024px){
	.interview__wraper {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: flex-start;
		gap: 70px;
		width: calc(100vw - 60px);
	}
	.interview__content {
	}
	.interview__slider {
		width: 1240px;
		margin: 0;
		border-radius: 0 0 0 40px;
		overflow: hidden;
	}
	.interview__slide {
		width: 615px;
		max-width: none;
		margin-right: 5px;
	}
	.interview__catch {
		padding-left: 30px;
		border-left: 3px solid #EF8125;
		font-size: 2.4rem;
		white-space: nowrap;
	}
	.interview__slide-meta {
		font-size: 1.6rem;
	}
	.interview__slide-lead span {
		font-size: 1.2rem;
	}
	.interview__slide-title span {
		font-size: 1.6rem;
	}
	.interview__slide-tag span {
		font-size: 1.2rem;
	}
}
@media screen and (min-width:1440px){
	.interview__wraper {
		gap: 80px;
		width: calc(100vw - 90px);
	}
	.interview__slider {
		width: 1520px;
	}
	.interview__slide {
		width: 750px;
		margin-right: 10px;
	}
	.interview__catch {
		padding-left: 40px;
		border-left: 4px solid #EF8125;
		font-size: 3.5rem;
	}
}


#pickup {
	background-color: #E2E2E2;
}
.pickup__list {
	width: calc(200vw - 80px);
	max-width: 760px;
}
.pickup__list-item {
	width: calc(100vw - 60px);
	max-width: 380px;
	margin-right: 20px;
}
.pickup__item {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.pickup__image {
	width: 100%;
	aspect-ratio: 15 / 8;
}
.pickup__image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pickup__body {
	padding: 20px 20px 30px;
	min-height: 161px;
}
.pickup__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
}
.pickup__category {
	background: #EF8125;
	color: #fff;
	font-size: 1.2rem;
	padding: 1px 16px;
	border-radius: 20px;
	letter-spacing: .1rem;
}
.pickup__date {
	font-size: 1.4rem;
	opacity: .5;
}
.pickup__title {
	font-size: 1.4rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (min-width:1024px){
	.pickup__list {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		gap: 20px;
		width: 100%;
		max-width: none;
	}
	.pickup__list-item {
		width: calc((100% - 60px) / 4);
		max-width: none;
		margin-right: 0;
	}
	.pickup__item {
		height: 100%;
	}
	.pickup__category {
		font-size: 1.1rem;
	}
	.pickup__date {
		font-size: 1.2rem;
	}
	.pickup__title {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:1440px){
	.pickup__title {
		font-size: 1.6rem;
	}
}


.company__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
	color: #fff;
}
.company__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	padding: 16px 18px 16px 20px;
	width: 100%;
	aspect-ratio: 15 / 8;
	border-radius: 25px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.company__item--01 {
	background-image: url("../img/top/company-01.jpg");
}
.company__item--02 {
	background-image: url("../img/top/company-02.jpg");
}
.company__text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.company__name-jp {
	font-size: 1.6rem;
	letter-spacing: .2rem;
}
.company__name-en {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}
.company__arrow {
	width: 40px;
}
.company__sub-list {
}
.company__sub-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 26px 18px 26px 60px;
	border-bottom: 1px solid #EBEBEB;
}
.company__sub-item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url("../img/top/icon-company01.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.company__sub-item--01::before {
	background-image: url("../img/top/icon-company01.svg");
}
.company__sub-item--02::before {
	background-image: url("../img/top/icon-company02.svg");
}
.company__sub-item--03::before {
	background-image: url("../img/top/icon-company03.svg");
}
.company__sub-item--04::before {
	background-image: url("../img/top/icon-company04.svg");
}
.company__sub-item--05::before {
	background-image: url("../img/top/icon-company05.svg");
}
.company__sub-item--06::before {
	background-image: url("../img/top/icon-company06.svg");
}
.company__sub-item:first-child {
	border-top: 1px solid #EBEBEB;
}
.company__sub-item .company__name-jp {
	margin-bottom: 3px;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.company__sub-item .company__name-en {
	color: #9F9D9D;
}
@media screen and (min-width:1024px){
	.company__list {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.company__item {
		padding: 30px 30px 30px 40px;
		width: calc((100% - 30px) / 2);
	}
	.company__name-jp {
		font-size: 2.2rem;
	}
	.company__name-en {
		font-size: 1.2rem;
	}
	.company__arrow {
		width: 50px;
	}
	.company__sub-list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.company__sub-item {
		width: calc((100% - 40px) / 3);
		min-height: 120px;
		padding: 0 28px 0 90px;
		background-color: #FFF7F0;
		border-radius: 10px;
		border: none;
	}
	.company__sub-item::before {
		left: 26px;
		width: 44px;
		height: 44px;
	}
	.company__sub-item .company__name-jp {
		font-size: 1.6rem;
	}
	.company__sub-item .company__name-en {
		font-size: 1rem;
	}
	.company__sub-item .company__arrow {
		width: 40px;
	}
}
@media screen and (min-width:1440px){
	.company__list {
		gap: 50px;
	}
	.company__item {
		padding: 40px 40px 40px 50px;
		width: calc((100% - 50px) / 2);
	}
	.company__name-jp {
		font-size: 3.1rem;
	}
	.company__name-en {
		font-size: 1.7rem;
	}
	.company__arrow {
		width: 70px;
	}
	.company__sub-list {
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
	}
}


#contact {
	background-image: url("../img/top/contact-bg_sp.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#contact .section__title-en,
#contact .section__title-jp {
	color: #fff;
}
#contact .section__title-en {
	display: inline-block;
	width: 100%;
	font-size: 3.2rem;
}
.contact__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.contact__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 26px 18px 26px 20px;
	border-radius: 10px;
	background-color: #fff;
}
.contact__text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.contact__name-jp {
	font-size: 1.5rem;
}
.contact__name-sub {
	font-size: 1.2rem;
	color: #9F9D9D;
}
.contact__arrow {
	width: 40px;
}
@media screen and (min-width:1024px){
	#contact {
		background-image: url("../img/top/contact-bg.jpg");
	}
	#contact .section__title-en {
		font-size: 5.4rem;
	}
	.contact__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
		max-width: 720px;
		margin-top: 180px;
		margin-left: auto;
	}
	.contact__item {
		width: calc((100% - 20px) / 2);
		min-height: 170px;
		padding: 0 28px;
	}
	.contact__name-jp {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:1440px){
	#contact .section__title-en {
		font-size: 7.8rem;
	}
	.contact__list {
		max-width: none;
		margin: 330px 0 0;
	}
	.contact__item {
		width: calc((100% - 60px) / 4);
	}
}























