@charset "UTF-8";
/* CSS Document */
@import url("normalize.css") screen;
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@700&family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600&display=swap');

body,
html {
	height: 100%;
	scroll-behavior: smooth;
}

/* COMMON */
body {
	background: #fff;
	color: #202020;
	overflow-x: hidden;
	font-size: 16px;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

a {
	color: #202020;
	text-decoration: none;
	transition: 0.3s;
}

a:hover,
a:active {
	color: #ACACAC;
	text-decoration: none;
	transition: 0.3s;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 0.3s;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	transition: 0.3s;

	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

ul,
li,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

dl {
	list-style-type: none;
}

em,
i {
	font-style: normal;
	vertical-align: middle;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 a,
h2 a {
	text-decoration: none;
}

section {
	background-color: initial;
}

section p {
	padding-bottom: .7em;
}

figure.pc {
	display: block;
}

figure.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	figure.pc {
		display: none !important;
	}

	figure.sp {
		display: block;
	}
}

svg {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.flipped {
	transform: scaleX(-1) scaleY(-1);
	transform-origin: center;
}

.container {
	width: 90vw;
	max-width: 1050px;
	margin: 0 auto;
}

figure {
	margin: 0;
	padding: 0;
}

b,
strong {
	font-weight: bold;
}

/* LIST COMMON */
ul.liststyle {
	margin-left: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 2em;
}

dd ul.liststyle,
li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.liststyle li,
ol li {
	margin-bottom: 5px;
}

ul.liststyle>li:before {
	content: "•";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
	text-align: center;
}

ul.liststyle.listNotice>li:before {
	content: "※";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}

ul.liststyle.listNotice2>li:before {
	content: "＊";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}

.dlList dd {
	margin-bottom: 15px;
}

.dlList.withline {}

.dlList.withline dt {
	margin: 0;
	padding: 30px;
}

.dlList.withline dd {
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 30px;
}

/* COMMON */
.title_area.left {
	text-align: left;
}

.title_area.center {
	text-align: center;
}

h2 {
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}

h2 .eng {
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
	color: #56C2DE;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;

	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

#intro h2 .eng,
#project h2 .eng,
#interview h2 .eng,
#benefits h2 .eng,
#occupation h2 .eng {
	border-radius: 16px;
	border: 2px solid #2BAFD8;
	color: #2BAFD8;
	line-height: 32px;
	height: 32px;
	font-size: 18px;
	padding: 0 15px;
	display: inline-block;
}

h2 span:not([class]) {
	display: block;
}

#messages h2 span:not([class]) {
	font-size: 18px;
	display: inline-block !important;
	margin-right: 15px;
}

#messages h2 span.eng {
	display: inline-block;
	font-size: 14px;
}

h3 {
	font-size: 28px;
}




.btn_style {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	transition: 0.3s;
}

.btn1::after {
	content: "";
	display: block;
	width: .7em;
	height: 2px;
	background: #202020;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: .55em;
	transition: 0.3s;
}

.btn1::before {
	content: "";
	width: 0.45em;
	height: 0.45em;
	border: 2px solid #202020;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: .5em;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn2::after {
	content: "";
	display: block;
	width: .7em;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: .55em;
	transition: 0.3s;
}

.btn2::before {
	content: "";
	width: 0.45em;
	height: 0.45em;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: .5em;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn3::after {
	content: "";
	display: block;
	width: .7em;
	height: 2px;
	background: #33B4D8;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: .55em;
	transition: 0.3s;
}

.btn3::before {
	content: "";
	width: 0.45em;
	height: 0.45em;
	border: 2px solid #33B4D8;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: .5em;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn_style {
	width: 90%;
	display: block;
	text-align: center;
}

.btn_style.btn1 {
	border: 1px solid #202020;
	border-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 56px;
	height: 58px;
}

.btn_style.btn2 {
	background-color: #33B4D8;
	color: #fff;
	line-height: 54px;
	height: 54px;
}

.btn_style.btn3 {
	border: 1px solid #33B4D8;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
	height: 54px;
	color: #33B4D8;
}

.btn_style:hover {
	transition: 0.3s;
}

.btn1:hover {
	background-color: #202020;
	color: #fff;
}

.btn1::after:hover {
	background: #ffffff;
	transition: 0.3s;
}

.btn1::before:hover {
	border: 2px solid #ffffff;
	transition: 0.3s;
}

.btn2:hover {
	background-color: #74CFE8;
}

.btn3:hover {
	background-color: #D9EBF0;
}

/* お知らせ */
#news .container {
	background-color: #F6F6F6;
	padding: 15px;
}

#news .details-summary {
	position: relative;
	padding: 15px 20px 15px 15px;
	cursor: pointer;
}

#news .details-summary:hover {
	opacity: 0.7;
}

/* ダガーアイコン */
#news .arrow {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 19px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(-45deg);
	/* margin-left: 30px; */
	transition: transform 0.3s ease;
}

#news .details[open] .arrow {
	transform: rotate(135deg);
	right: 0;
	top: 26px;
}

#news .details-content {
	padding: 15px;
	display: none;
	background-color: #fff;
	border-radius: 10px;
	margin-left: 10px;
}

#news .details-content p {
	margin: 0 0 15px;
	font-size: 16px;
	color: #333;
	text-align: left;
}

time.date {
	color: #A4B2BF;
	font-family: "Poppins", serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}
.news_area .title {
	text-align: left;
}
/* インタビュー */
#interview .interview_area {
	width: 100%;
	overflow: hidden;

	margin: 0 auto;
}

#interview .interview_swiper {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


#interview .interview_swiper .swiper-wrapper {
	display: flex;
}

.interview_list {
	display: flex;
	grid-gap: 30px;
}

.interview_list li {
	position: relative;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	width: 48vw;
}

.interview_list li .post_area,
.interview_list li .cmnt_area {
	position: absolute;
	color: #fff;
}

.interview_list li .post_area {
	background-image: url("/assets/images/post.svg");
	background-repeat: no-repeat;
	background-size: 175px auto;
	line-height: 45px;
	width: 175px;
	height: 55px;
	padding-left: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Murecho';
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 0;
}

.interview_list li::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0, 0, 0);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.interview_list li:hover::before {
    /*opacity: 0.9;
    transition: opacity 0.3s; */
}

.interview_list li a {
	display: block;
	z-index: 5;
}

.interview_list li a:hover,
.interview_list li a:hover img {
	/*opacity: .9;*/
}

.interview_list li .cmnt_area {
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	z-index: 1;
}

.interview_list li .cmnt_area p {
	margin: 0;
	padding: 0;
}

.interview_list li .name_area {
	width: 100%;
	padding-top: 10px;
	font-family: "Poppins", serif;
	font-size: 24px;
	font-weight: 600;
}

/* メッセージ */
section#messages {
	min-height: 100px;
}

section#messages .container {
	position: relative;
}

section#messages .container .title_area h2 {
	margin: 0 auto;
	max-width: 870px;
}

.swiper {
	margin: 0 auto;
	height: 130px;
	/*position: relative;*/
}

.swiper .swiper-wrapper {}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	position: absolute !important;
}

section#messages .container .swiper-button-prev,
section#messages .container .swiper-button-next,
section#messages .container .swiper-pagination {
	height: auto;
}

section#messages .container .swiper-pagination {
	font-family: "Poppins", serif;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	width: 110px;
}

section#messages .container .swiper-button-prev,
section#messages .container .swiper-button-next {
	color: #30B2D8;
	font-size: 16px;
	width: 30px;
	margin: 0;
	height: 26px;
}

section#messages .container .swiper-button-next:after,
section#messages .container .swiper-button-prev:after {
	color: #30B2D8;
	font-size: 16px;
	font-weight: bold;
}

section#messages .container .swiper .swiper-slide {
	max-width: 930px;
	height: 130px;
	padding: 20px 30px 35px 30px;
	text-align: center;
	margin: 0 auto;
}

.message_list .img_msg {
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 10px;
	box-shadow: 0 10px 30px rgba(22, 70, 112, 0.10);
	grid-gap: 5px;
	background-color: #fff;
}

.message_list .img_msg figure {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
	flex-shrink: 0;
}

.message_list .img_msg .msg {
	text-align: left;
}

section#benefits,
section#project {
	background-color: #F6F6F6;
	padding: 90px 0;
}

#intro,
#occupation,
#interview,
#contact {
	padding: 70px 0;
}
#intro {
	padding: 0 0 70px 0;
}
#intro .btn_area {
	padding-top: 20px;
}

/* プロジェクト */
/* .prj_list li
{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 287px;
}

.prj_list li figure
{
	margin: 0 0 15px 0;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 382.67px;
	background-color: #2BAFD8;
}

.prj_list li figure img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

#project .container {
	overflow: hidden;
}

#project .prj_list li::marker {
	content: '';
	display: none;
}

#project .swiper-container {
	width: 100%;
	padding: 20px 0;
}

#project .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

#project li {
	list-style: none;
}

#project .swiper-button-prev,
#project .swiper-button-next {
	color: #333;
}

#project .swiper-pagination {
	position: relative;
	margin-top: 10px;
}

#project .swiper-container {
	display: block;
}

#project .column-container {
	display: none;
}

#project .project-item {
	display: flex;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

#project .project-item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 15px;
}

#project .project-item p {
	margin: 0;
}

@media (max-width: 480px) {
	#project .swiper-container {
		display: none;
	}

	#project .column-container {
		display: block;
	}

	#project .project-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0;
		border-bottom: none;
		margin-bottom: 60px;
	}

	#project .project-item img {
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
	}

	#project .project-item p {
		font-size: 14px;
	}
}



















/* 社員インタビュー */
.interview li {
	width: 330px;
}

/* 研修制度・福利厚生 */
.benefits_list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}

.benefits_list li {
	text-align: center;
	width: calc((100% - 15px) / 2);
}

.benefits_list li figure {
	border-radius: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	/* width: 480px; */
}

.benefits_list li figure img {
	max-width: 80px;
	max-height: 80px;
}

.benefits_ .benefits_list li p {
	font-size: 14px;
}

.benefits_list h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.imgphoto_area {
	padding: 90px 0 40px 0;
	overflow: hidden;
	max-width: 1050px;
	margin: 0 auto;
}

.imgphoto_area .swiper-slide,
.imgphoto_area .swiper-slide .img_area {
	width: 450px;
	height: 300px;
}

.imgphoto_area .swiper-slide .img_area {
	border-radius: 10px;
	overflow: hidden;
}

.imgphoto_area .swiper-a {
	margin-bottom: 30px;
}

/* 募集職種 */
.occupation_list li {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	text-align: left;
	margin-bottom: 30px;
}

.occupation_list li .text_area {
	padding: 15px 0;
	flex-grow: 1;
}

.occupation_list li p {
	padding: 15px 0 10px 0;
}

note {
	font-size: 14px;
	text-align: left;
	display: block;
	color: #5f5f5f;
}

#contact .container {
	max-width: 750px;
	text-align: center;
}

#contact .container h2 {
	font-size: 18px;
	margin-bottom: 30px;
}

#contact .container .btn_area note {
	text-align: center;
}

/* FOOTER */
footer {
	background-color: #33B4D8;
	text-align: center;
	padding: 28px 0 10px 0;
}

footer .logo {
	width: 90px;
	margin: 0 auto;
}

footer .logo img {
	width: 90px;
}

footer p {
	color: #fff;
	font-size: 12px;
	padding: 25px 0 0 0;
	margin: 0;
}

/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	html {
		font-size: 62.5%;
		padding: 0;
		margin: 0;
		scroll-padding-top: 45px;
	}

	body {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-text-size-adjust: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.sptabOnly,
	.spOnly {
		display: block !important;
	}

	.pcOnly,
	.tabpcOnly,
	.tabOnly {
		display: none;
	}

	.textSmall {
		font-size: 1.2rem;
	}

	p {
		font-size: 1.4rem;
		line-height: 24px;
	}

	#occupation,
	#interview,
	#contact {
		padding: 80px 0;
	}
#intro {
		padding: 0 0 80px 0;
	}
	#intro .flex_box {
		margin-bottom: 50px;
		position: relative;
	}

	#intro .flex_box figure {
		margin-bottom: 10px;
	}

	#intro h2 .eng {
		position: absolute;
		top: 5px;
		left: 5px;
		background-color: rgba(255, 255, 255, .6);
	}

	#intro>figure:not(:last-child) {
		margin-bottom: 30px;
	}

	#news .details-summary span.title {
		display: block;

	}

	.prj_list {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 5vw
	}

	.prj_list li {
		width: calc((100% - 5vw) / 2);
		display: flex;
	}

	/*.prj_list li:not(:last-child)
	{
		margin-bottom: 30px;
	}*/

	.prj_list li p {
		font-size: 16px;
		line-height: 1.6;
	}


	.prj_list li figure {
		width: 100%;
		height: auto;
		margin: 0 0 5px 0;
	}


	.imgphoto_area .swiper-a {
		margin-bottom: 10px;
	}

	section#messages .container .title_area {
		padding: 0 10px;
	}

	section#messages .container .swiper .swiper-slide {
		max-width: 930px;
		height: 130px;
		padding: 20px 10px 35px 10px;
		text-align: center;
	}

	.message_list .img_msg {
		box-shadow: 0 5px 10px rgba(22, 70, 112, 0.10);
	}

	.interview_list {
		grid-gap: 5vw;
	}

	.interview_list li .post_area {
		width: 140px;
		background-size: 140px auto;
		line-height: 30px;
		height: 30px;
		padding-left: 5px;
		font-size: 11px;
	}

	.interview_list li .cmnt_area p {
		font-size: 10px;
		line-height: 1.4;
	}

	.interview_list li .name_area {
		font-size: 12px;
		padding-top: 5px;

	}

	.occupation_list li {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .1);

		padding: 15px;
	}

	.occupation_list li figure {
		text-align: center;
	}

	.occupation_list li figure img {
		max-height: 330px;
		margin: 0 auto;
	}
}

/* SP and TABLET */
@media screen and (max-width: 1049.9px) {
	h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.pcOnly {
		display: none !important;
	}

	#news .container .title_area {
		margin-bottom: 40px;
	}

	.imgphoto_area .swiper-slide,
	.imgphoto_area .swiper-slide .img_area {
		width: 45vw;
		height: 30vw;
	}

	section#messages .container .swiper-button-prev {
		left: calc((100% - 110px) / 2 - 10px);
		bottom: 0;
		top: auto;
	}

	section#messages .container .swiper-button-next {
		right: calc((100% - 110px) / 2 - 10px);
		bottom: 0;
		top: auto;
	}

	section#messages .container {
		padding-bottom: 20px;
	}

	section#messages .container .swiper-pagination {
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: auto;
	}
	.interview_list li a:hover,
.interview_list li a:hover img {
	opacity: 1;
}
	#contact .btn_area {
		display: flex;
		flex-direction: column;
	}

	#contact .btn_style.btn3 {
		/* width: 100%; */
		margin-bottom: 20px;
	}
}

/* -------------------- */
/* ----- TABLET and PC ----- */
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}

	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 16px;
		line-height: 1.6;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.spOnly {
		display: none !important;
	}

	.tabpcOnly {
		display: block !important;
	}

	li,
	dt,
	dd,
	td,
	th {
		font-size: 16px;
		line-height: 1.6;
	}

	dl.dlList {
		margin: 0 auto 10px auto;
	}

	dl.dlList dt {
		float: left;
		clear: both;
		width: 7.5em;
		text-align: left;
	}

	dl.dlList dd {
		padding-left: 8.5em;
		margin-bottom: 30px;
		text-align: left;
	}

	dl.dlList.dlLong dt {
		width: 12em;
	}

	dl.dlList.dlLong dd {
		padding-left: 12.5em;
	}

	a[href^="tel:"] {
		pointer-events: none;
		color: #202020;
		text-decoration: none;
	}



	time.date {
		width: 12em;
		flex-shrink: 0;
		flex-grow: 0;
	}

	#news .details-summary {
		position: relative;
		display: flex;
		align-items: center;

	}

	#intro .flex_box {
		display: flex;
		justify-content: space-between;
		grid-gap: 45px;
		align-items: center;
		margin-bottom: 60px;
	}

	#intro .flex_box.img_r {
		flex-direction: row-reverse;
	}

	#intro .flex_box figure {
		max-width: 525px;
		width: 40%;
		flex-shrink: 0;
	}

	#intro .flex_box .text_area {
		text-align: left;
	}

	.btn_area {
		display: flex;
		justify-content: flex-end;
	}

	.btn_style.btn1 {
		width: 240px;
		margin: 0 0 0 auto;
	}

	.btn_style.btn2 {
		width: 180px;
		margin: 0 0 0 auto;
	}

	.btn_style.btn3 {
		width: 350px;
	}

	#intro>figure:not(:last-child) {
		margin-bottom: 100px;
	}

	.prj_list,
	.benefits_list {
		display: flex;
		grid-gap: 30px;
	}

	.prj_list li {
		width: calc((100% - 60px) / 3);
	}

	.interview_list li {
		width: 330px;
	}

	.benefits_list li {
		width: calc((100% - 90px) / 4);
	}

	.occupation_list li {
		display: flex;
		grid-gap: 30px;
	}

	.occupation_list li figure {
		width: 240px;
		flex-shrink: 0;
	}

	.occupation_list li .text_area {
		padding: 30px 30px 30px 0;
	}

	.occupation_list li h3 {
		text-align: left;
		font-size: 24px;
	}

	/* HEADER TABLET and PC */
	/* FOOTER TABLET and PC */
}

@media screen and (min-width:768px) and (max-width:1049.9px) {
	/* TABLET ONLY */
		#intro .flex_box {
		align-items:flex-start;
	}
}

/* -------------------- */
/* ------- PC -------- */
@media screen and (min-width: 1050px) {

	body,
	html {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	body {
		min-width: 1050px;
	}

	p,
	.textBox {
		font-size: 16px;
	}

	.sptabOnly,
	.tabOnly {
		display: none !important;
	}

	#news .container {
		padding: 30px 60px;
		display: flex;
		justify-content: space-between;
	}

	#news .container .title_area {
		width: 300px;
		flex-grow: 0;
		flex-shrink: 0;
		padding-top: 10px;
		padding-bottom: 50px;
	}

	#news .container .news_area {
		flex-grow: 1;
	}

	#interview h2,
	#benefits h2 {
		margin-bottom: 60px;
	}

	#occupation h2 {
		margin-bottom: 40px;
	}

	#contact .container .btn_area {
		display: flex;
		justify-content: space-between;
	}

	.message_list .img_msg {
		max-width: 870px;
		grid-gap: 30px;
	}

	section#messages .container .swiper-button-prev,
	section#messages .container .swiper-button-next,
	section#messages .container .swiper-pagination {
		position: absolute;
		top: 15px;
		left: auto;
		height: auto;
	}

	section#messages .container .swiper-pagination {
		width: 110px;
		right: 30px;
		height: 26px;
		line-height: 26px;
	}

	section#messages .container .swiper-button-prev,
	section#messages .container .swiper-button-next {
		color: #30B2D8;
		font-size: 16px;
		width: 30px;
		margin: 0;
		height: 26px;
	}

	section#messages .container .swiper-button-next {
		right: 0;
	}

	section#messages .container .swiper-button-prev {
		right: 140px;
	}

	section#messages .container .swiper-pagination {
		right: 120px;
	}

	section#messages .container .swiper-button-next {
		right: 90px;
	}

	section#messages .container .swiper-button-prev {
		right: 230px;
	}

	/* FOOTER PC */
}

.details.disabled {
	pointer-events: none; 
  }