@charset "UTF-8";

/*================================================
 *  TOPページ用
 ================================================*/


/*******見出し共通*******/
.section_title_top {
	width: 120rem;
	margin: 0 auto 6rem;
	position: relative;
}
.section_title_top h2 > em {
	display: block;
	font-size: 3.4rem;
	font-weight: 800;
	margin: 0 0 2.5rem 4.5rem;
}
.section_title_top h2 img {
	display: block;
	width: auto;
	height: 12.4rem;
}













/*******メインエリア*******/
section#main_area .main_box .unit_slider::before,
section#main_area .main_box .unit_slider::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: 5;
}
section#main_area .main_box .unit_slider::before {
	background : rgba(0, 0, 0, 0.1);
}
section#main_area .main_box .unit_slider::after {
	background : linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	opacity: 0.4;
	height: 29rem;
}


section#main_area .main_box #main_slider,
section#main_area .main_box #main_slider .swiper-slide,
section#main_area .main_box #main_slider .swiper-slide .inr {
	height: 100%;
}
section#main_area .main_box #main_slider .swiper-slide,
section#main_area .main_box #main_slider .swiper-slide .inr > div {
	overflow: hidden;
	/*-webkit-backface-visibility: hidden;
	will-change: transform;*/
}

section#main_area .main_box #main_slider .swiper-slide .inr {
	display: flex;
}
section#main_area .main_box #main_slider .swiper-slide .inr > div {
	width: 50%;
	height: 100%;
}

section#main_area .main_box #main_slider .swiper-slide img.img_plx {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	transition: all 0.8s ease;
}
section#main_area .main_box #main_slider .swiper-slide.js-prevSlide img.img_plx {
	-webkit-clip-path: inset(0 101% 0 0);
	clip-path: inset(0 101% 0 0);
}



section#main_area .main_box .unit_title {
	position: absolute;
	bottom: 10rem;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 10;
}
@media screen and (min-width: 800.1px) {
	section#main_area .main_box .unit_title h1 {
		text-align: right;
		padding-right: 15rem;
	}
	section#main_area .main_box .unit_title h1 img {
		width: 98rem;
	}
}



/*イントロダクション*/
section#main_area .intro_box {
	padding-top: 10rem;
}
section#main_area .intro_box h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
section#main_area .intro_box h2 img {
	width: 145rem;
	height: auto;
}

section#main_area .intro_box .unit_txt {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.375;
	letter-spacing: 0.04em;
	text-align: center;
}
section#main_area .intro_box .unit_txt p + p {
	margin-top: 0.5em;
}
section#main_area .intro_box .unit_txt p em {
	animation-duration: 0.5s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2em;
	width: 22rem;
	margin: 0 0.75rem;
	padding-bottom: 0.09em;
}


section#main_area .intro_box .img_point {
	display: block;
	margin: -8rem auto 0;
	width: 92.4rem;
	position: relative;
	bottom: -12rem;
}







/*******TeamMEIKI*******/
section#team_area {
	padding-top: 20rem;
}
section#team_area h2 {
	margin-bottom: 6rem;
}
section#team_area h2 img {
	display: block;
	margin: 0 auto;
}
section#team_area h2 .img_title01 {
	width: 91.4rem;
}
section#team_area h2 .img_title02 {
	width: 94.4rem;
	margin-top: 2rem;
}


section#team_area .team_list figure {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 3rem 3rem 0;
	position: relative;
}
section#team_area .team_list figure + figure {
	margin-top: 4rem;
}
section#team_area .team_list figure figcaption h3 {
	display: flex;
	align-items: center;
	position: relative;
	left: -2.5rem;
	z-index: 2;
}
@media screen and (min-width: 800.1px) {
	section#team_area .team_list figure figcaption h3 {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
	}
}
section#team_area .team_list figure figcaption h3 > span {
	font-size: 10.6rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	transform: skewX(-10deg);
	width: 15rem;
	flex-shrink: 0;
	-webkit-text-stroke: 1.2rem var(--color-main);
	text-stroke: 1.2rem var(--color-main);
	paint-order: stroke;
}
section#team_area .team_list figure figcaption h3 > em {
	font-size: 6rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
section#team_area .team_list figure .unit_thumb {
	width: 38rem;
	flex-shrink: 0;
	text-align: center;
}
section#team_area .team_list figure.team01 .unit_thumb img {
	width: 31rem;
}






/*ボタン*/
section#team_area .btn_arrow {
	font-size: 2.6rem;
	width: 38rem;
	margin: 5rem auto 0;
	padding-left: 1.45em;
}
section#team_area .btn_arrow [class*="icon-"] {
	font-size: 4.4rem;
	margin: 0.568em;
}





/*******事業内容*******/
section#service_area {
	margin-top: 12rem;
}

section#service_area .section_title_top {
	margin-bottom: -0.3rem;
}
section#service_area .inner {
	padding: 8rem 0 12rem;
}



section#service_area .inner .service_list [class*="service_box"] {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 6rem 5rem 6rem 8rem;
	position: relative;
}
section#service_area .inner .service_list [class*="service_box"] + [class*="service_box"] {
	margin-top: 4rem;
}
section#service_area .inner .service_list [class*="service_box"] .unit_img {
	width: 40rem;
	flex-shrink: 0;
}
section#service_area .inner .service_list [class*="service_box"] .unit_txt h3 {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

section#service_area .inner .service_list [class*="service_box"] .unit_txt .circle_list {
	text-align: left;
}
section#service_area .inner .service_list [class*="service_box"] .unit_txt .circle_list.grid_list {
	display: grid; 
	grid-template-columns: auto auto; 
	gap: 0px 2em;
}

section#service_area .inner .service_list [class*="service_box"] .unit_txt .btn_arrow {
	width: 26rem;
	margin-top: 3rem;
}


@media screen and (min-width: 800.1px) {
	section#service_area .inner .service_list .service_box01 .unit_img img {
		position: absolute;
		top: 5rem;
		right: -12.5rem;
		width: 67.3rem;
	}
	section#service_area .inner .service_list .service_box01 .unit_txt h3 {
		font-size: 5.2rem;
	}
}




/*ループスライダー*/
section#service_area #service_loop_slider {
	overflow: hidden;
	pointer-events: none;
}
section#service_area #service_loop_slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
}
section#service_area #service_loop_slider .swiper-slide {
	width: 52rem !important;
	height: auto !important;
}
section#service_area #service_loop_slider .swiper-slide img {
	width: 100%!important;
	height: 100%!important;
}









/*******お役立ち情報*******/
section#topics_area {
	margin-top: 12rem;
}

@media screen and (min-width: 800.1px) {
	section#topics_area .section_title_top .unit_txt {
		width: 47rem;
	}
}



section#topics_area #topics_slider .swiper-slide {
	width: 44rem;
	padding: 0 2rem;
}
@media screen and (min-width: 800.1px) {
	section#topics_area #topics_slider.js-not-slider {
		width: 128rem;
		margin: 0 auto;
	}
	section#topics_area #topics_slider.js-not-slider .swiper-slide {
		padding: 0 2rem 0 0;
	}
	section#topics_area #topics_slider.js-not-slider .swiper-slide:nth-of-type(n+4) {
		display: none;
	}
}


section#topics_area #topics_slider .swiper-slide a {
	display: block;
}
section#topics_area #topics_slider .swiper-slide figure .thumb {
	height: 28rem;
}
section#topics_area #topics_slider .swiper-slide figure figcaption {
	padding: 2.3rem 1rem 0;
}
section#topics_area #topics_slider .swiper-slide figure figcaption .date_icon {
	display: flex;
	align-items: center;
	font-size: 2rem;
	letter-spacing: 0.08em;
}
section#topics_area #topics_slider .swiper-slide figure figcaption .date_icon img {
	height: 2.5rem;
	width: auto;
	margin-left: 0.5em;
}
section#topics_area #topics_slider .swiper-slide figure figcaption p {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-top: 0.5em;
	text-align: left;
}


@media screen and (min-width: 800.1px) {
	section#topics_area #topics_slider .swiper-pagination {
		display: none;
	}
}


/*ボタン*/
section#topics_area .btn_arrow {
	width: 32rem;
	margin: 3rem auto 0;
	
}



/*******導入の流れ*******/
section#flow_area {
	margin-top: 16rem;
}

section#flow_area .section_title_top .unit_img {
	width: 48rem;
}
section#flow_area .section_title_top .unit_img img {
	position: absolute;
	bottom: -14rem;
	width: 56rem;
	clip-path: polygon(14rem 0%, 100% 0%, calc(100% - 14rem) 100%, 0% 100%);
}
section#flow_area .section_title_top .unit_img .img_bg01 {
	left: 0;
}
section#flow_area .section_title_top .unit_img .img_bg02 {
	left: 43rem;
}

section#flow_area h3 {
	font-size: 2.6rem;
	font-weight: 600;
	padding: 0 0 3rem 11rem;
}








/*******会社案内*******/
section#company_area {
	margin-top: 16rem;
}
section#company_area .img_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
@media screen and (min-width: 800.1px) {
	section#company_area .img_bg {
		height: 100%;
	}
	section#company_area .img_bg img {
		object-fit: cover;
		object-position: center bottom;
		width: 100%;
		height: 100%;
	}
}



section#company_area .inner {
	padding-bottom: 28rem;
	z-index: 5;
}
section#company_area .inner h2 {
	text-align: center;
	margin-bottom: 8rem;
}
section#company_area .inner h2 img {
	display: block;
	height: 14.2rem;
	width: auto;
	margin: 0 auto -0.3rem;
	top: -0.3rem;
	position: relative;
}
section#company_area .inner h2 em {
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 1em;
}

section#company_area .inner .link_list {
	gap: 4rem 4rem
}
section#company_area .inner .link_list li:not(.wide) {
	width: calc((100% - 4rem) / 2);
}
section#company_area .inner .link_list li a {
	display: block;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
section#company_area .inner .link_list li a [class*="icon-arrow"] {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	font-size: 6.4rem;
}
@media screen and (min-width: 800.1px) {
	section#company_area .inner .link_list li.link_overview {
		animation-delay: 0.3s;
	}
}
section#company_area .inner .link_list li:not(.wide) a {
	padding-bottom: 3rem;
}
section#company_area .inner .link_list li:not(.wide) a h3 {
	position: relative;
	padding: 5rem 0 0 7rem;
}
section#company_area .inner .link_list li:not(.wide) a h3 > span {
	position: absolute;
	top: 0;
	left: 0;
	color: #EEEEF2;
	font-size: 7.8rem;
	font-weight: 600;
}
section#company_area .inner .link_list li:not(.wide) a h3 > em {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
}
section#company_area .inner .link_list li:not(.wide) a .inr {
	padding: 2rem 0 1.4rem 7rem;
}


section#company_area .inner .group_box {
	margin-top: 9rem;
}
section#company_area .inner .group_box .unit_txt h3 {
	font-size: 8.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}
section#company_area .inner .group_box .unit_txt .inr {
	margin: 4.5rem 0 0 5rem;
}
section#company_area .inner .group_box .unit_txt h4 {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 0.6em -0.1em;
}
section#company_area .inner .group_box .unit_txt .btn_arrow {
	width: 26rem;
	margin-top: 3rem;
}

section#company_area .inner .group_box .unit_img {
	width: 45.2rem;
}







/*******新着情報*******/
section#news_area {
	margin-top: 12rem;
}
section#news_area .unit_title {
	width: 23rem;
	margin-right: 7rem;
}
section#news_area .unit_title h2 {
	text-align: right;
	white-space: nowrap;
	margin-left: -2.5rem;
}
section#news_area .unit_title h2 img {
	display: block;
	height: 7.3rem;
}
section#news_area .unit_title h2 > em {
	font-size: 2.4rem;
	font-weight: 600;
	margin-top: 1.5em;
}

section#news_area .unit_title .btn_arrow {
	margin-top: 4rem;
}

section#news_area .news {
	height: 35rem;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
section#news_area .news ul li {
	padding: 3.2rem 0;
}
section#news_area .news ul li:first-of-type {
	padding-top: 0;
}
section#news_area .news ul li + li {
	border-top: 1px solid #ccc;
}
section#news_area .news ul li,
section#news_area .news ul li a {
	display: flex;
	align-items: flex-start;
}
section#news_area .news ul li .date_icon {
	color: #666;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	flex-shrink: 0;
}
section#news_area .news ul li .date_icon span {
	margin: -0.09em 0.5em 0 0;
}
section#news_area .news ul li .date_icon img {
	height: 2rem;
	width: auto;
}

section#news_area .news ul li p {
	font-size: 2rem;
	line-height: 1.75;
	padding: 0 1em 0 1.25em;
	margin-block: calc((1em - 1lh) / 2) !important;
}
section#news_area .news ul li a:hover p {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}









/*******採用情報*******/
section#recruit_area {
	margin: 16rem auto 0;
	width: 120rem;
}
section#recruit_area a {
	background : linear-gradient(135deg, rgba(0, 169, 157, 1) 0%, rgba(41, 171, 226, 1) 100%);
	border-radius: 2rem;
	display: block;
	padding: 7rem 0 9rem 9rem;
}
section#recruit_area a .unit_txt h2 > em {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 1.1em -0.1em;
}
section#recruit_area a .unit_txt h2 img {
	display: block;
	width: auto;
	height: 9.7rem;
}
section#recruit_area a .unit_txt .inr {
	margin: 5rem 0 0 1.7rem;
	width: 49rem;
}
section#recruit_area a .unit_txt .inr p {
	margin-block: calc((1em - 1lh) / 2) !important;
}
section#recruit_area a .unit_txt .inr > [class*="icon-"] {
	font-size: 7.6rem;
}

@media screen and (min-width: 800.1px) {
	section#recruit_area a .unit_img {
		position: absolute;
		top: -4rem;
		right: -16rem;
		height: 54rem;
		width: 71rem;
	}
}
section#recruit_area a .unit_img img {
	position: absolute;
	width: 45.2rem;
	clip-path: polygon(16rem 0%, 100% 0%, calc(100% - 16rem) 100%, 0% 100%);
}
section#recruit_area a .unit_img .img01 {
	top: 0;
	left: 0;
}
section#recruit_area a .unit_img .img02 {
	bottom: 0;
	right: 0;
}





/*******協力会社パートナー募集*******/
section.partner_area {
	border: 0.6rem solid var(--color-yellow);
	margin-top: 8rem;
	padding: 7rem 0 6rem;
}
section.partner_area .inner {
	width: 84rem;
	margin: 0 auto;
}
section.partner_area .inner h2 {
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 0.6em;
}
section.partner_area .inner .unit_txt .circle_list li:before {
	color: var(--color-yellow);
}
section.partner_area .inner .unit_img {
	position: relative;
}
section.partner_area .inner .unit_img img {
	position: absolute;
	top: -8rem;
	right: -17rem;
	clip-path: polygon(15rem 0%, 100% 0%, calc(100% - 15rem) 100%, 0% 100%);
	width: 50rem;
}

section.partner_area .inner .contact_btn_list {
	margin-top: 3rem;
	position: relative;
	z-index: 5;
}
section.partner_area .inner .contact_btn_list li {
	width: calc((100% - 2rem) / 2);
}
section.partner_area .inner .contact_btn_list li a {
	border: 2px solid var(--color-yellow);
	background-color: var(--color-yellow);
	display: flex;
	align-items: center;
	height: 14.5rem;
	padding-left: 3.5rem;
}
section.partner_area .inner .contact_btn_list li a:hover {
	border-color: #fff;
	background-color: #fff;
}
section.partner_area .inner .contact_btn_list li a [class*="icon-"] {
	font-size: 4rem;
	width: 6rem;
}
section.partner_area .inner .contact_btn_list li.btn_tel.pc a .tel span:not([class*="icon-"]) {
	font-size: 4.4rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
section.partner_area .inner .contact_btn_list li.btn_tel.pc a p {
	font-size: 1.8rem;
	line-height: 1.25;
	padding: 1.2rem 0 0 6.3rem;
}

section.partner_area .inner .contact_btn_list li.btn_form a {
	font-size: 3.4rem;
	font-weight: 700;
}
















/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



/*******見出し共通*******/
.section_title_top {
	width: 100%;
	margin-bottom: 8vw;
	padding-left: 4vw;
}
.section_title_top h2 > em {
	font-size: 4.5vw;
	margin: 0 0 3vw 6vw;
}
.section_title_top h2 img {
	height: 16.5vw;
}












/*******メインエリア*******/
section#main_area .main_box .unit_slider {
	flex-direction: column;
}
section#main_area .main_box .unit_slider::after {
	height: 40vw;
}

section#main_area .main_box #main_slider .swiper-slide .inr {
	flex-direction: column;
}
section#main_area .main_box #main_slider .swiper-slide .inr > div {
	width: 100%;
	height: 50%;
}

section#main_area .main_box .unit_title {
	bottom: 50%;
	transform: translate(-50%,50%);
	padding-bottom: 10vw;
}
section#main_area .main_box .unit_title h1 img {
	width: 100vw;
}



/*イントロダクション*/
section#main_area .intro_box {
	padding-top: 12vw;
}
section#main_area .intro_box h2 img {
	width: 86.6vw;
}

section#main_area .intro_box .unit_txt {
	font-size: 6.1vw;
}

section#main_area .intro_box .unit_txt p em {
	height: 1.739em;
	width: 29.3vw;
	margin: 0 1vw;
}


section#main_area .intro_box .img_point {
	margin-top: -4vw;
	width: 102.6vw;
	left: 50%;
	transform: translateX(-50%);
	bottom: -11vw;
	max-width: inherit;
}






/*******TeamMEIKI*******/
section#team_area {
	padding-top: 24vw;
}
section#team_area h2 {
	margin-bottom: 8vw;
}
section#team_area h2 .img_title01 {
	width: 89vw;
}
section#team_area h2 .img_title02 {
	width: 92vw;
	margin-top: 2.8vw;
}


section#team_area .team_list figure {
	display: block;
	padding: 7vw 0 8vw;
}
section#team_area .team_list figure + figure {
	margin-top: 5vw;
}
section#team_area .team_list figure figcaption h3 {
	left: -4vw;
}
section#team_area .team_list figure figcaption h3 > span {
	font-size: 14.1vw;
	width: 19vw;
	-webkit-text-stroke-width: 1.6vw;
	text-stroke-width: 1.6vw;
}
section#team_area .team_list figure figcaption h3 > em {
	font-size: 6.6vw;
}
section#team_area .team_list figure .unit_thumb {
	width: 70vw;
	margin: 5vw auto 0;
}
section#team_area .team_list figure.team01 .unit_thumb img {
	width: 60vw;
}






/*ボタン*/
section#team_area .btn_arrow {
	font-size:4.8vw;
	width: 72vw;
	margin-top: 8vw;
}
section#team_area .btn_arrow [class*="icon-"] {
	font-size: 8.2vw;
}






/*******事業内容*******/
section#service_area {
	margin-top: 15vw;
}

section#service_area .section_title_top {
	margin-bottom: -1vw;
}
section#service_area .inner {
	padding: 19vw 4vw 16vw;
}



section#service_area .inner .service_list [class*="service_box"] {
	display: block;
	padding: 9vw 6.5vw 10vw;
}
section#service_area .inner .service_list [class*="service_box"] + [class*="service_box"] {
	margin-top: 5vw;
}
section#service_area .inner .service_list [class*="service_box"] .unit_img {
	width: 100%;
}
section#service_area .inner .service_list [class*="service_box"] .unit_txt {
	margin-top: 5vw;
}
section#service_area .inner .service_list [class*="service_box"] .unit_txt h3 {
	font-size: 6.9vw;
	text-align: center;
	margin-bottom: 0.5em;
}


section#service_area .inner .service_list [class*="service_box"] .unit_txt .circle_list.grid_list {
	display: block;
}

section#service_area .inner .service_list [class*="service_box"] .unit_txt .btn_arrow {
	width: 53vw;
	margin: 6.5vw auto 0;
}


section#service_area .inner .service_list .service_box01 {
	padding-top: 0;
}
section#service_area .inner .service_list .service_box01 .unit_img img {
	position: relative;
	top: -11vw;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -11vw;
	width: 81.3vw;
	max-width: inherit;
}




/*ループスライダー*/
section#service_area #service_loop_slider .swiper-slide {
	width: 57vw!important;
}





/*******お役立ち情報*******/
section#topics_area {
	margin-top: 15vw;
}

section#topics_area .section_title_top .unit_txt {
	font-size: 4.5vw;
	margin-top: 6vw;
	text-align: left;
}




section#topics_area #topics_slider {
	width: 100%;
	margin: 0 auto;
}
section#topics_area #topics_slider .swiper-slide {
	width: 85vw;
	padding: 0 2.5vw;
}
section#topics_area #topics_slider .swiper-slide figure .thumb {
	height: 56vw;
}
section#topics_area #topics_slider .swiper-slide figure figcaption {
	padding: 3.5vw 3vw 0;
}
section#topics_area #topics_slider .swiper-slide figure figcaption .date_icon {
	font-size: 4vw;
}
section#topics_area #topics_slider .swiper-slide figure figcaption .date_icon img {
	height: 4.5vw;
}
section#topics_area #topics_slider .swiper-slide figure figcaption p {
	font-size: 4.5vw;
}
	

/*ページネーション*/
section#topics_area #topics_slider .swiper-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	display: flex;
	justify-content: center;
	margin-top: 5vw;
}
section#topics_area #topics_slider .swiper-pagination .swiper-pagination-bullet {
	background: #ccc;
	display: block;
	opacity: 1;
	margin: 0 2vw;
	font-size: 3.2vw;
	height: 1em;
	width: 1em;
}
section#topics_area #topics_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-main);
}



/*ボタン*/
section#topics_area .btn_arrow {
	/*font-size: 4.8vw;*/
	width: 62vw;
	margin-top: 8vw;
	padding-left: 1.5em;
}
/*section#topics_area .btn_arrow [class*="icon-"] {
	font-size: 8.2vw;
}*/







/*******導入の流れ*******/
section#flow_area {
	margin-top: 15vw;
}



section#flow_area h3 {
	font-size: 4.5vw;
	text-align: center;
	padding: 0 0 10vw;
}



















/*******会社案内*******/
section#company_area {
	background-color: #0D3EB5;
	margin-top: 18vw;
}
section#company_area .img_bg::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 60vw;
	width: 100%;
	background : linear-gradient(0deg, rgba(13, 62, 181, 0) 0%, rgba(13, 62, 181, 1) 100%);
}


section#company_area .inner {
	padding-bottom: 18.6vw;
}
section#company_area .inner h2 {
	margin-bottom: 10vw;
}
section#company_area .inner h2 img {
	height: auto;
	width: 100%;
	margin-bottom: -0.5vw;
	top: -0.5vw;
}
section#company_area .inner h2 em {
	font-size: 4.8vw;
	margin-top: 0.8em;
}


section#company_area .inner .link_list li.wide {
	width: 94.6vw;
	margin-left: auto;
}
section#company_area .inner .link_list li + li {
	margin-top: 6.5vw;
}
section#company_area .inner .link_list li a [class*="icon-arrow"] {
	bottom: 5vw;
	right: 5vw;
	font-size: 10.6vw;
}
section#company_area .inner .link_list li:not(.wide) a {
	padding-bottom: 5vw;
}
section#company_area .inner .link_list li:not(.wide) a h3 {
	padding: 9.3vw 0 0 8vw;
}
section#company_area .inner .link_list li:not(.wide) a h3 > span {
	font-size: 15.4vw;
}
section#company_area .inner .link_list li:not(.wide) a h3 > em {
	font-size: 7.2vw;
}
section#company_area .inner .link_list li:not(.wide) a .inr {
	padding: 3.5vw 0 2.5vw 8vw;
}


section#company_area .inner .group_box {
	margin-top: 13vw;
}
section#company_area .inner .group_box .unit_txt h3 {
	font-size: 12.5vw;
	text-align: center;
}
section#company_area .inner .group_box .unit_txt .inr {
	margin: 7vw 0 0;
	text-align: center;
}
section#company_area .inner .group_box .unit_txt h4 {
	font-size: 7.2vw;
	margin: 0 0 0.6em;
}
section#company_area .inner .group_box .unit_txt .btn_arrow {
	width: 53vw;
	margin: 6vw auto 0;
}

section#company_area .inner .group_box .unit_img {
	width: 73vw;
	margin: 8vw auto 0;
}













/*******新着情報*******/
section#news_area {
	margin-top: 15vw;
}
section#news_area .unit_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin: 0 0 10vw;
	padding: 0 4vw 0 6vw;
}
section#news_area .unit_title h2 {
	margin-left: 0;
}
section#news_area .unit_title h2 img {
	height: 12vw;
}
section#news_area .unit_title h2 > em {
	font-size: 4vw;
	margin-top: 1em;
}

section#news_area .unit_title .btn_arrow {
	font-size: 3.4vw;
	margin: 0;
	padding-left: 1.5em;
	width: 36vw;
}
section#news_area .unit_title .btn_arrow [class*="icon-"] {
	font-size: 6vw;
}

section#news_area .news {
	height: 97vw;
}
section#news_area .news ul li {
	padding: 6.5vw 0;
}
section#news_area .news ul li,
section#news_area .news ul li a {
	display: block;
}
section#news_area .news ul li .date_icon {
	font-size: 4vw;
}
section#news_area .news ul li .date_icon img {
	height: 5.3vw;
}

section#news_area .news ul li p {
	font-size: 4vw;
	padding: 4vw 0 0;
}


















/*******採用情報*******/
section#recruit_area {
	margin-top: 26vw;
}
section#recruit_area a {
	border-radius: 4vw;
	padding: 0 0 5vw;
}
section#recruit_area a .unit_txt {
	margin-top: 7vw;
}
section#recruit_area a .unit_txt h2 {
	text-align: center;
}
section#recruit_area a .unit_txt h2 > em {
	font-size: 4.5vw;
	margin: 0 0 0.7em;
}
section#recruit_area a .unit_txt h2 img {
	height: 14.9vw;
	margin: 0 auto;
}
section#recruit_area a .unit_txt .inr {
	margin: 8vw 0 0;
	padding: 0 5vw 0 10vw;
	width: 100%;
}
section#recruit_area a .unit_txt .inr > p {
	padding-bottom: 6vw;
}
section#recruit_area a .unit_txt .inr > [class*="icon-"] {
	font-size: 13.3vw;
}

section#recruit_area a .unit_img {
	position: relative;
	top: -8vw;
	margin-bottom: -8vw;
	height: 62.4vw;
}
section#recruit_area a .unit_img img {
	width: 53.8vw;
	clip-path: polygon(18.9vw 0%, 100% 0%, calc(100% - 18.9vw) 100%, 0% 100%);
}





/*******協力会社パートナー募集*******/
section.partner_area {
	border-width: 1.3vw;
	margin-top: 13vw;
	padding: 8vw 0;
}
section.partner_area .inner {
	width: 74vw;
}
section.partner_area .inner h2 {
	display: block;
	font-size: 6.1vw;
	text-align: center;
}

section.partner_area .inner .unit_txt .circle_list {
	width: 66vw;
	margin: 0 auto;
}
section.partner_area .inner .contact_btn_list {
	margin-top: 5vw;
}
section.partner_area .inner .contact_btn_list li {
	width: 35vw;
}
section.partner_area .inner .contact_btn_list li a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 4.5vw!important;
	font-weight: 700;
	height: 14.6vw;
	padding-left: 0;
}
section.partner_area .inner .contact_btn_list li a [class*="icon-"] {
	font-size: 5.3vw;
	width: 7.3vw;
}














	
}