.pc-block {
	display:block;
}
.sp-block {
	display:none;
}

.caveat {
  font-family: "Caveat", cursive;
}

body {
  color: #000;
  font-family:"Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  letter-spacing:0;
  line-height: 1.6;
}
.body-inner {
	overflow-x:hidden;
}

.section {
  width:100%;
	padding:100px 0;
	position:relative;
	/* overflow-x:hidden;
	overflow-y:visible; */
}
.section::before,
.section::after {
	content:"";
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	z-index:-1;
}
.section:last-of-type {
	padding-bottom:200px;
}
.container {
  width:100%;
  max-width:1300px;
  padding:0 60px;
  margin:0 auto;
}
.flex-container {
  display:flex;
  flex-wrap:wrap;
}
.text-blue {
  color:#0096D9;
}
.inline-block {
  display:inline-block;
}
a, a:hover {
	transition:0.3s;
}
.section-title {
  font-size:36px;
  font-weight:700;
  line-height:calc( 50em / 36 );
  text-align:center;
  position:relative;
	z-index:0;
}
.section-title .section-title-bg {
  color:#fff;
  font-size:93px;
  font-weight:700;
  font-family:"Caveat", cursive;
  letter-spacing:0.1em;
  line-height:73px;
	line-height:calc( 93em / 73 );
  -webkit-text-stroke: 2.5px #DDF2F2;
  text-stroke: 2.5px #DDF2F2;
  paint-order: stroke;
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:-1;
}
.section-title.title-left {
  text-align:left;
}
.section-title.title-left .section-title-bg {
  left:0;
  transform:translateY(-50%);
}
.section .container .lead-text {
	font-size:16px;
	line-height:calc( 26em / 16 );
	margin-top:34px;
}
.btn-area a {
	color:#0096D9;
	font-size:16px;
	font-weight:700;
	line-height:1;
	text-align:center;
	display:block;
	padding:15px 50px;
	border:2px solid #0096D9;
	border-radius:25px;
}
.btn-area a:hover {
	background-color:rgba(0,150,217,0.25);
	background-color:rgba(0,150,217,0.15);
}

.btn-area a.btn-line {
	color:rgba(6, 199, 85, 1);
	border-color:rgba(6, 199, 85, 1);
	padding:15px;
}
.btn-area a.btn-line:hover {
	background-color:rgba(6, 199, 85, 0.25);
	background-color:rgba(6, 199, 85, 0.15);
}
.btn-area a.btn-download::after {
	content:"";
	display:inline-block;
	width:13px;
	height:16px;
	margin-left:10px;
	background-image:url('../img/icon_download.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:bottom;
}

header {
	position:relative;
	z-index:10000;
}
header .container {
	max-width:1400px;
	padding:35px 45px;
	justify-content:space-between;
	align-items:center;
}
header .container .logo {
	display:block;
	width:157px;
}
header .btn-menu {
	display:none;
	width:40px;
	height:40px;
	cursor:pointer;
	position:relative;
}
header .btn-menu span {
	display:block;
	width:calc( 100% - 15px );
	height:3px;
	border-radius:2px;
	background-color:#0096D9;
	position:absolute;
	transform:translate(-50%,-50%);
}
header .btn-menu span:nth-of-type(1) {
	top:30%;
	left:50%;
}
header .btn-menu span:nth-of-type(2) {
	top:50%;
	left:50%;
}
header .btn-menu span:nth-of-type(3) {
	top:70%;
	left:50%;
}
header .bg-menu {
	display:none;
	width:100%;
	height:100dvh;
	background-color:rgba(0,0,0,0.5);
	/* position:absolute; */
	position:fixed;
	top:0;
	left:0;
}
header .container nav .flex-container {
	align-items:center;
	gap:30px;
}
header .container nav ul li a {
	font-size:12px;
	font-weight:700;
	line-height:1;
	display:block;
}
header .container nav ul li a:hover {
	color:#0096D9;
}
.page-for_w header .container nav .flex-container .btn-area a.btn-line {
	padding:9px 15px;
}
.page-for_w header .container nav .flex-container .btn-area a.btn-line:hover {
	color:rgba(6, 199, 85, 1);
}

.page-for_c .section-keyvisual {
	padding-top:118px;
	margin-top:-118px;
	position:relative;
	overflow:hidden;
}
.page-for_c .section-keyvisual::before {
	content:"";
	display:block;
	width:612px;
	height:463px;
	background-image:url('../img/for_company/bg_line01.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:-171px;
	left:-123px;
	/* right:calc( 50% + 214px ); */
	z-index:-1;
}
.page-for_c .section-keyvisual .text-area {
	width:fit-content;
  padding:180px 0;
	position:relative;
	z-index:1;
}
.page-for_c .section-keyvisual .text-area .page-title {
  font-size:58px;
  font-weight:700;
  line-height:calc( 73em / 58 );
}
.page-for_c .section-keyvisual .text-area p {
  font-size:22px;
  font-weight:700;
  line-height:1;
	margin-top:30px;
}
.page-for_c .section-keyvisual .text-area .btn-area {
	margin-top:30px;
	gap:15px;
}
.page-for_c .section-keyvisual .btn-area a.btn-contact {
	color:#fff;
	background-color:#0096D9;
}
.page-for_c .section-keyvisual .btn-area a.btn-contact:hover {
	color: #0096d9;
	background-color:#fff;
}
.page-for_c .section-keyvisual .supplement {
	color: #7FBCD7;;
	font-size:14px;
  font-weight:700;
  line-height:20px;
	width:fit-content;
	padding:5px 13px;
	background-color:#E8F8FF;
	margin-top:30px;
}
.page-for_c .section-keyvisual .movie-area {
	height:600px;
	aspect-ratio:16/9;
	position:absolute;
	top:50%;
	left:50%;
	z-index:-1;
	transform:translateY(-50%) rotate(-28.11deg);
	transform-origin:5% 55%;
	transform-origin:15% 60%;
}
.page-for_c .section-keyvisual .movie-area::before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#E8F8FF;
	position:absolute;
	top:-70px;
	left:-70px;
	z-index:-1;
}
.page-for_c .section-keyvisual .movie-area video {
	width:100%;
	height:100%;
	margin:0 auto;
}
.page-for_c .section-keyvisual .movie-area .image-area {
	width:100%;
	height:100%;
	overflow:hidden;
}
.page-for_c .section-keyvisual .movie-area img {
	width:110%;
	max-width:none;
	transform:translate(-24%,-20%);
}
.page-for_c .section-concept {
  padding:130px 0;
}
.page-for_c .section-concept::before {
	display:block;
	width:519px;
	height:332px;
	background-image:url('../img/for_company/bg_line02.png');
	top:-80px;
	left:-173px;
	/* right:calc( 50% + 356px ); */
}
.page-for_c .section-concept::after {
	display:block;
	width:612px;
	height:463px;
	background-image:url('../img/for_company/bg_line03.png');
	bottom:0;
	right:-316px;
	/* left:calc( 50% + 407px ); */
}
.page-for_c .section-concept .section-title .section-title-bg {
  color:#DDF2F2;
  -webkit-text-stroke:0;
  text-stroke:0;
}
.page-for_c .section-concept p {
  font-size:16px;
  font-weight:700;
  line-height:calc( 34em / 16 );
  text-align:center;
  margin-top:20px;
}
.page-for_c .section-help::after {
	display:block;
	width:519px;
	height:332px;
	background-image:url('../img/for_company/bg_line04.png');
	bottom:0;
	right:-408px;
	/* left:calc( 50% + 591px ); */
}
.page-for_c .section-help .container {
  max-width:100%;
  padding-left:0;
	align-items:flex-start;
	gap:100px;
}
@media screen and (min-width:1300px) {
  .page-for_c .section-help .container {
    padding-right:calc( 50% - 590px );
  }
}
.page-for_c .section-help .container .image-area {
  width:calc( 100% - 770px );
	background-color:#D9D9D9;
}
.page-for_c .section-help .container .text-area {
  width:670px;
	padding:74px 0 38px;
}
.page-for_c .section-help .container .text-area .help-flex {
	margin-top:32px;
  gap:32px 42px;
}
.page-for_c .section-help .container .text-area .help-flex .flex-item {
	width:calc( 50% - 21px );
}
.page-for_c .section-help .container .text-area .help-flex .flex-item .help-header {
	color:#59C3C3;
	font-size:20px;
	font-weight:700;
	line-height:calc( 26em / 20 );
	padding-left:30px;
	margin-bottom:15px;
	position:relative;
}
.page-for_c .section-help .container .text-area .help-flex .flex-item .help-header::before {
	content:"";
	display:block;
	width:15px;
	height:15px;
	background-image:url(../img/icon_mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.page-for_c .section-advantage::before {
	content:"";
	display:block;
	width:calc( 50% + 590px );
	height:calc( 100% - 200px );
	background-color:#E8F8FF;
	position:absolute;
	top:100px;
	left:0;
	z-index:-10;
}
.page-for_c .section-advantage .container {
	padding-top:120px;
	padding-bottom:120px;
}
.page-for_c .section-advantage .container .lead-text {
	text-align:center;
}
.page-for_c .section-advantage .container .point-flex {
	width:100%;
	max-width:930px;
	margin:60px auto 0;
	gap:45px;
}
.page-for_c .section-advantage .container .point-flex .flex-item {
	width:calc( ( 100% - 90px ) / 3 );
	padding:45px 30px 35px;
	background-color:#fff;
	position:relative;
}
.page-for_c .section-advantage .container .point-flex .flex-item .point-number {
	color:#0096D9;
	font-size:62px;
	font-weight:700;
	font-family:"Caveat", cursive;
	line-height:1;
	width:fit-content;
	position:absolute;
	top:0;
	left:20px;
	transform:translateY(-60%);
}
.page-for_c .section-advantage .container .point-flex .flex-item .point-header {
	color:#0096D9;
	font-size:20px;
	font-weight:700;
	line-height:calc( 26em / 20 );
	margin-bottom:15px;
}
.page-for_c .section-process::before {
	display:block;
	width:371px;
	height:321px;
	background-image:url('../img/for_company/bg_line05.png');
	top:0;
	left:-285px;
	/* right:calc( 50% + 616px ); */
}
.page-for_c .section-process .container {
	padding-top:15px;
}
.page-for_c .section-process .container .step-flex {
	margin:40px auto 0;
	gap:calc( 105px / 4 );
}
.page-for_c .section-process .container .step-flex .flex-item {
	width:calc( ( 100% - 105px ) / 5 );
	background-color:#DDF2F2;
	position:relative;
}
.page-for_c .section-process .container .step-flex .flex-item:not(:last-of-type)::after {
	content:"";
	display:block;
	width:11.4px;
	height:30px;
	border-left:11.4px solid #59C3C3;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	position:absolute;
	top:50%;
	right:-13.125px;
	transform:translate(50%,-50%);
}
.page-for_c .section-process .container .step-flex .flex-item .image-area {
	width:100%;
	aspect-ratio:215/175;
	background-color:#D9D9D9;
}
.page-for_c .section-process .container .step-flex .flex-item .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.page-for_c .section-process .container .step-flex .flex-item .text-area {
	padding:25px 25px 35px;
}
.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number {
	color:#59C3C3;
	font-size:20px;
	font-weight:700;
	line-height:26px;
	text-align:center;
	margin-bottom:20px;
}
.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number .num {
	font-size:30px;
}
.section-partner {
	margin:100px 0;
	background-image:url('../img/bg_partner.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.section-partner .section-title .section-title-bg {
	color:#E8F8FF;
	-webkit-text-stroke: 2.5px #E8F8FF;
  text-stroke: 2.5px #E8F8FF;
}
.section-partner .flex-container {
	width:100%;
	max-width:770px;
	margin:60px auto 0;
	gap:44px;
}
.section-partner .flex-container .flex-item {
	width:calc( 50% - 22px );
	aspect-ratio:363 / 225;
}
.section-partner .flex-container .flex-item a {
	width:100%;
	height:100%;
	padding:30px;
	background-color:#fff;
	border:10px solid rgba(0,150,217,0.45);
	border-radius:15px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.section-partner .flex-container .flex-item a img {
	width:100%;
	max-width:260px;
}
.page-for_c .section-faq::before {
	content:"";
	display:block;
	width:calc( 50% + 590px );
	height:calc( 100% - 200px );
	background-color:#E8F8FF;
	position:absolute;
	top:100px;
	right:0;
	z-index:-10;
}
.page-for_c .section-faq .container {
	padding-top:120px;
	padding-bottom:120px;
	gap:100px;
}
@media screen and (min-width:1190px) {
	.page-for_c .section-faq .container {
		padding-left:calc( 100% - 1130px );
	}
}
@media screen and (min-width:1300px) {
	.page-for_c .section-faq .container {
		padding-left:170px;
	}
}
.page-for_c .section-faq .container .title-area {
	width:280px;
}
.page-for_c .section-faq .container .title-area .btn-area {
	margin-top:42px;
}
.page-for_c .section-faq .container .title-area .btn-area a {
	padding:15px 42px;
}
.page-for_c .section-faq .container .contents-area {
	width:calc( 100% - 380px );
}
.page-for_c .section-faq .container .contents-area dl {
	padding:30px 0;
	margin:0;
	border-bottom:1px solid #D9D9D9;
}
.page-for_c .section-faq .container .contents-area dl:first-of-type {
	border-top:1px solid #D9D9D9;
}
.page-for_c .section-faq .container .contents-area dl dt {
	color:#0096D9;
	font-size:20px;
	font-weight:700;
	line-height:calc( 26em / 20 );
}
.page-for_c .section-faq .container .contents-area dl dd {
	margin:15px 0 0;
}
.section-contact::before {
	display:block;
	width:440px;
	height:323px;
	background-image:url('../img/for_company/bg_line06.png');
	top:30px;
	left:-288px;
	/* right:calc( 50% + 550px ); */
}
.section-contact::after {
	display:block;
	width:535px;
	height:422px;
	background-image:url('../img/for_company/bg_line07.png');
	bottom:100px;
	right:-382px;
	/* left:calc( 50% + 550px ); */
}
.section-contact .container {
	padding-top:15px;
}
.section-contact .container .lead-text {
	text-align:center;
}
.section-contact .container form#mail_form {
	width:100%;
  max-width: 930px;
	padding:50px 45px 60px;
  margin: 42px auto 0;
  background: #FEFCEA;
	border:none;
	border-radius:0;
	box-shadow:none;
	display:flex;
	flex-wrap:wrap;
	gap:34px 40px;
}
.section-contact .container form#mail_form * {
	box-sizing:border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.section-contact .container form#mail_form dl {
	width:100%;
	border:none;
}
.section-contact .container form#mail_form dl.c2 {
	width:calc( 50% - 20px );
}
.section-contact .container form#mail_form dl dt {
	font-weight:400;
	text-align:left;
	width:fit-content;
	padding:0;
	float:none;
}
.section-contact .container form#mail_form dl dd {
	width:100%;
	padding:0;
	margin-top:10px;
	float:none;
}
.section-contact .container form#mail_form input,
.section-contact .container form#mail_form textarea {
	font-size:16px;
	line-height:25px;
	width:100%;
	padding:10px;
	border:none;
	border-radius:0;
	background-color:#fff;
}
.section-contact .container form#mail_form ul {
	display:flex;
	flex-wrap:wrap;
	gap:10px 40px;
}
.section-contact .container form#mail_form ul li {
	width:calc( 50% - 20px );
}
.section-contact .container form#mail_form label,
.section-contact .container form#mail_form label:hover {
	font-size:13px;
	line-height:20px;
	padding:2px 0;
	padding-left:25px;
	margin:0;
	border-radius:0;
	background-color:transparent;
	position:relative;
}
.section-contact .container form#mail_form input[type="radio"],
.section-contact .container form#mail_form input[type="checkbox"] {
	vertical-align:bottom;
	width:20px;
	height:20px;
	padding:0;
	margin:0;
	border: 1px solid #D9D9D9;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.section-contact .container form#mail_form input[type="radio"],
.section-contact .container form#mail_form input[type="radio"]:checked::after {
	border-radius:50%;
}
.section-contact .container form#mail_form input[type="radio"]:checked,
.section-contact .container form#mail_form input[type="checkbox"]:checked {
	border-color:#59C3C3;
}
.section-contact .container form#mail_form input[type="radio"]:checked::after,
.section-contact .container form#mail_form input[type="checkbox"]:checked::after {
	content:"";
	display:block;
	width:10px;
	height:10px;
	background-color:#59C3C3;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.section-contact .container form#mail_form .check-area {
	width:100%;
	margin-top:-24px;
}
.section-contact .container form#mail_form p#form_submit {
	width:130px;
	padding:0;
	margin:-18px auto 0;
}
.section-contact .container form#mail_form input[type="button"] {
	color: #fff;
  font-size: 16px;
	font-weight:700;
	line-height:16px;
	text-align:center;
  padding: 15px;
	margin:0;
  border:2px solid #59C3C3;
  border-radius: 25px;
  background: #59C3C3;
	transition:0.3s;
}
.section-contact .container form#mail_form input[type="button"]:hover {
	color:#59C3C3;
  cursor: pointer;
  background: #fff;
	transition:0.3s;
}
.section-contact .container form#mail_form dl dd span.error_blank,
.section-contact .container form#mail_form dl dd span.error_format,
.section-contact .container form#mail_form dl dd span.error_match {
  color: #d2182f;
}
footer {
	position:relative;
}
footer::before {
	content:"";
	display:block;
	width:calc( 100% - 90px );
	height:1px;
	background-color:#D9D9D9;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
footer .footer-main .container {
	padding-top:100px;
	padding-bottom:100px;
	align-items:center;
}
footer .footer-main .container .flex-item {
	width:calc( 100% * 360 / 1180 );
}
footer .footer-main .container .flex-item:nth-of-type(1) {
	padding-right:30px;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo {
	display:block;
	width:157px;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo + p {
	font-size:14px;
	font-weight:700;
	line-height:1;
	margin:16px 0 26px;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo + p + p {
	font-size:12px;
	line-height:2;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo-area {
	width:fit-content;
	margin-top:30px;
	gap:36px;
	align-items:center;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo-area .logo_hd {
	display:block;
	width:109px;
}
footer .footer-main .container .flex-item:nth-of-type(1) .logo-area .logo_kensuke {
	display:block;
	width:39px;
}
footer .footer-main .container .flex-item:nth-of-type(2) {
	width:calc( 100% * 460 / 1180 );
	height:200px;
	padding:0 30px;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	display:flex;
	justify-content:center;
	align-items:center;
}
footer .footer-main .container .flex-item:nth-of-type(2) nav {
	width:fit-content;
}
footer .footer-main .container .flex-item:nth-of-type(2) nav ul li {
	margin:5px 0;
}
footer .footer-main .container .flex-item:nth-of-type(2) nav ul li a {
	font-size:14px;
	line-height:24px;
}
footer .footer-main .container .flex-item:nth-of-type(2) nav ul li a:hover {
	color:#0096D9;
}
footer .footer-main .container .flex-item:nth-of-type(3) {
	padding-left:30px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
	gap:20px;
}
footer .footer-main .container .flex-item:nth-of-type(3) > a {
	display:block;
	width:100%;
	max-width:250px;
	padding:15px;
}
footer .footer-main .container .flex-item:nth-of-type(3) > a.btn-line:hover {
	color:rgba(6, 199, 85, 1);
}
footer .footer-bottom {
	color:#fff;
	background-color:#0096D9;
}
footer .footer-bottom .container {
	padding-top:30px;
	padding-bottom:30px;
	justify-content:space-between;
}
footer .footer-bottom .container ul {
	display:flex;
}
footer .footer-bottom .container ul li a,
footer .footer-bottom .container .copyright {
	font-size:13px;
	line-height:24px;
	display:block;
}
@media screen and (max-width:350px) {
	footer .footer-bottom .container .copyright {
		font-size:12px;
	}
}
footer .footer-bottom .container ul li a:hover {
	text-decoration:underline;
}
footer .footer-bottom .container ul li + li {
	margin-left:28px;
	position:relative;
}
footer .footer-bottom .container ul li + li::before {
	content:"";
	display:block;
	width:1px;
	height:14px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:-14px;
	transform:translate(-50%,-50%);
}

@media screen and (max-width:1080px) {
	.section {
		padding:75px 0;
	}
	.section:last-of-type {
		padding-bottom:150px;
	}
	.container {
		padding:0 40px;
	}
	.section-title {
		font-size:30px;
	}
	.section-title .section-title-bg {
		font-size:78px;
		-webkit-text-stroke: 2px #DDF2F2;
		text-stroke: 2px #DDF2F2;
	}
	.section .container .lead-text {
		font-size:14px;
		margin-top:2em;
	}
	.btn-area a {
		font-size:14px;
		line-height:16px;
		padding:10px 40px;
	}
	header .container {
		padding:25px 40px;
	}
	.page-for_c .section-keyvisual {
		padding-top:100px;
		margin-top:-100px;
	}
	.page-for_c .section-keyvisual::before {
		width:612px;
		height:463px;
		top:-171px;
		left:-123px;
	}
	.page-for_c .section-keyvisual .text-area {
		padding:120px 0;
	}
	.page-for_c .section-keyvisual .text-area .page-title {
		font-size:46px;
	}
	.page-for_c .section-keyvisual .text-area p {
		font-size:18px;
		margin-top:25px;
	}
	.page-for_c .section-keyvisual .text-area .btn-area {
		margin-top:25px;
	}
	.page-for_c .section-keyvisual .movie-area {
		height:450px;
		transform-origin:15% 60%;
	}
	.page-for_c .section-keyvisual .movie-area::before {
		top:-55px;
		left:-55px;
	}
	.page-for_c .section-concept {
		padding:100px 0;
	}
	.page-for_c .section-concept::before {
		width:519px;
		height:332px;
		top:-80px;
		left:-173px;
	}
	.page-for_c .section-concept::after {
		width:612px;
		height:463px;
		bottom:0;
		right:-316px;
	}
	.page-for_c .section-concept p {
		font-size:14px;
		margin-top:15px;
	}
	.page-for_c .section-help::after {
		width:519px;
		height:332px;
		bottom:0;
		right:-408px;
	}
	.page-for_c .section-help .container {
		gap:40px;
	}
	.page-for_c .section-help .container .image-area {
		width:calc( 100% - 540px );
	}
	.page-for_c .section-help .container .text-area {
		width:500px;
		padding:74px 0 38px;
		padding:50px 0 15px;
	}
	.page-for_c .section-help .container .text-area .help-flex {
		margin-top:24px;
		gap:24px 30px;
	}
	.page-for_c .section-help .container .text-area .help-flex .flex-item {
		width:calc( 50% - 15px );
	}
	.page-for_c .section-help .container .text-area .help-flex .flex-item .help-header {
		font-size:18px;
		padding-left:25px;
		margin-bottom:10px;
	}
	.page-for_c .section-advantage::before {
		height:calc( 100% - 150px );
		top:75px;
	}
	.page-for_c .section-advantage .container {
		padding-top:75px;
		padding-bottom:75px;
	}
	.page-for_c .section-advantage .container .point-flex {
		margin:50px auto 0;
		gap:20px;
	}
	.page-for_c .section-advantage .container .point-flex .flex-item {
		width:calc( ( 100% - 40px ) / 3 );
		padding:35px 20px 25px;
	}
	.page-for_c .section-advantage .container .point-flex .flex-item .point-number {
		font-size:56px;
		left:10px;
	}
	.page-for_c .section-advantage .container .point-flex .flex-item .point-header {
		font-size:18px;
		margin-bottom:12px;
	}
	.page-for_c .section-process::before {
		width:371px;
		height:321px;
		top:0;
		left:-285px;
	}
	.page-for_c .section-process .container {
		max-width:820px;
		padding-top:0;
	}
	.page-for_c .section-process .container .step-flex {
		gap:20px;
	}
	.page-for_c .section-process .container .step-flex .flex-item {
		width:100%;
		height:130px;
		display:flex;
	}
	.page-for_c .section-process .container .step-flex .flex-item:not(:last-of-type)::after {
		content:"";
		display:block;
		width:30px;
		height:11.4px;
		border-top:11.4px solid #59C3C3;
		border-left:15px solid transparent;
		border-right:15px solid transparent;
		border-bottom:none;
		top:auto;
		bottom:-10px;
		right:50%;
		transform:translate(50%,50%);
	}
	.page-for_c .section-process .container .step-flex .flex-item .image-area {
		width:192px;
		height:100%;
		/* aspect-ratio:16 / 9; */
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area {
		width:calc( 100% - 192px );
		height:100%;
		/* height:130px; */
		padding:60px 20px 20px;
		display:flex;
		align-items:center;
		position:relative;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number {
		font-size:18px;
		line-height:24px;
		text-align:left;
		/* margin-bottom:15px; */
		margin-bottom:0;
		position:absolute;
		top:20px;
		left:20px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number .num {
		font-size:26px;
	}
	.section-partner {
		margin:75px 0;
	}
	.section-partner .flex-container {
		margin-top: 45px;
	}
	.page-for_c .section-faq::before {
		height:calc( 100% - 150px );
		top:75px;
	}
	.page-for_c .section-faq .container {
		padding-top:75px;
		padding-bottom:75px;
		gap:50px;
	}
	.page-for_c .section-faq .container .title-area {
		width:220px;
	}
	.page-for_c .section-faq .container .title-area .btn-area {
		margin-top:30px;
	}
	.page-for_c .section-faq .container .title-area .btn-area a {
		padding:10px;
	}
	.page-for_c .section-faq .container .contents-area {
		width:calc( 100% - 270px );
	}
	.page-for_c .section-faq .container .contents-area dl {
		padding:20px 0;
	}
	.page-for_c .section-faq .container .contents-area dl dt {
		font-size:18px;
	}
	.page-for_c .section-faq .container .contents-area dl dd {
		margin:10px 0 0;
	}
	.section-contact::before {
		width:440px;
		height:323px;
		top:30px;
		left:-288px;
	}
	.section-contact::after {
		width:535px;
		height:422px;
		bottom:100px;
		right:-382px;
	}
	.section-contact .container {
		padding-top:0;
	}
	.section-contact .container form#mail_form {
		padding:40px;
		margin: 30px auto 0;
		gap:25px 20px;
	}
	.section-contact .container form#mail_form dl.c2 {
		width:calc( 50% - 10px );
	}
	footer::before {
		width:calc( 100% - 80px );
	}
	footer .footer-main .container {
		padding-top:75px;
		padding-bottom:75px;
	}
	footer .footer-main .container .flex-item {
		width:calc( 100% / 3 );
	}
	footer .footer-main .container .flex-item:nth-of-type(1) .logo + p {
		margin:15px 0 20px;
	}
	footer .footer-main .container .flex-item:nth-of-type(1) .logo + p + p {
		line-height:1.5;
	}
	footer .footer-main .container .flex-item:nth-of-type(1) .logo-area {
		margin-top:20px;
		gap:30px;
	}
	footer .footer-main .container .flex-item:nth-of-type(2) {
		width:calc( 100% / 3 );
	}
	footer .footer-main .container .flex-item:nth-of-type(3) {
		gap:15px;
	}
	footer .footer-main .container .flex-item:nth-of-type(3) > a {
		padding:10px;
	}
	footer .footer-bottom .container {
		padding-top:20px;
		padding-bottom:20px;
	}
	footer .footer-bottom .container ul {
		display:flex;
	}
}
@media screen and (max-width:900px) {
	.page-for_c .section-help .container .image-area {
		width:320px;
	}
	.page-for_c .section-help .container .text-area {
		width:calc( 100% - 360px );
	}
	.page-for_c .section-help .container .text-area .help-flex .flex-item {
		width:100%;
	}
	.page-for_c .section-help .container .text-area .help-flex .flex-item .help-header {
		margin-bottom:5px;
	}
	.page-for_c .section-help .container .text-area .help-flex .flex-item p {
		font-size:14px;
	}
}
@media screen and (max-width:750px) {
	.pc-block {
		display:none;
	}
	.sp-block {
		display:block;
	}
	body {
		font-size:14px;
	}
	.section {
		padding:50px 0;
	}
	.section:last-of-type {
		padding-bottom:100px;
	}
	.section .container {
		max-width:560px;
		padding:0 20px;
	}
	.section-title {
		font-size:24px;
		margin:0 -20px;
	}
	.section-title .section-title-bg {
		font-size:62px;
		-webkit-text-stroke: 1.5px #DDF2F2;
		text-stroke: 1.5px #DDF2F2;
	}
	.section-title.title-left {
		text-align:center;
	}
	.section-title.title-left .section-title-bg {
		left: 50%;
    transform: translate(-50%, -50%);
	}
	.section .container .lead-text {
		text-align:center;
	}
	header .container {
		padding:25px;
	}
	header .container nav {
		/* display:none; */
		width:fit-content;
		padding:50px 10px;
		background-color:#fff;
		border-radius:0 0 0 20px;
		/* position:absolute; */
		position:fixed;
		top:0;
		right:0;
		transform:translateX(100%);
		transition:0.5s;
	}
	header.opened .container nav {
		transform:translateX(0);
		transition:0.5s;
	}
	header .container nav .flex-container {
		flex-direction:column;
	}
	header .btn-menu {
		display:block;
	}
	.page-for_c .section-keyvisual {
		padding-top:100px;
		margin-top:-100px;
	}
	.page-for_c .section-keyvisual::before {
		/* width:612px;
		height:463px;
		top:-171px;
		left:-123px; */
		width:204px;
		height:154px;
		top:-57px;
		left:-41px;
	}
	.page-for_c .section-keyvisual .container {
		display:flex;
		flex-direction:column-reverse;
		padding:40% 20px 0;
	}
	.page-for_c .section-keyvisual .text-area {
		text-align:center;
		width:100%;
		padding:30px 0 100px;
		margin-top:-30%;
	}
	.page-for_c .section-keyvisual .text-area .page-title {
		font-size:34px;
	}
	.page-for_c .section-keyvisual .text-area p {
		font-size:16px;
		line-height:1.5;
		margin-top:20px;
	}
	.page-for_c .section-keyvisual .text-area .btn-area {
		justify-content:center;
	}
	.page-for_c .section-keyvisual .btn-area a {
		width:200px;
		padding:10px;
	}
	.page-for_c .section-keyvisual .supplement {
		margin:30px auto 0;
	}
	.page-for_c .section-keyvisual .movie-area {
		width:150%;
		/* height:auto; */
		height:calc( 450px + 150 * ( 100vw - 750px ) / ( 750 - 320 ) );
		margin-left:30%;
		position:relative;
		top:calc( -50px - 100 * ( 100vw - 750px ) / ( 750 - 320 ) );
		left:0;
	}
	.page-for_c .section-keyvisual .movie-area img {
		width:auto;
		height:220%;
		transform:translate(-36%,-32%);
	}
	.page-for_c .section-keyvisual .movie-area::before {
		top:calc( -100vw * 40 / 840 );
		left:calc( -100vw * 40 / 840 );
	}
	.page-for_c .section-concept {
		padding:50px 0;
	}
	.page-for_c .section-concept::before {
		width:519px;
		height:332px;
		top:-80px;
		left:-173px;
		width:173px;
		height:111px;
		top:-27px;
		left:-58px;
	}
	.page-for_c .section-concept::after {
		/* width:612px;
		height:463px;
		bottom:0;
		right:-316px; */
		width:204px;
		height:154px;
		bottom:0;
		right:-105px;
	}
	.page-for_c .section-concept p {
		font-size:12px;
	}
	.page-for_c .section-help::after {
		/* width:519px;
		height:332px;
		bottom:0;
		right:-408px; */
		width:173px;
		height:111px;
		bottom:0;
		right:-136px;
	}
	.page-for_c .section-help .container {
		padding-left:20px;
		flex-direction:column-reverse;
		gap:30px;
	}
	.page-for_c .section-help .container .image-area {
		width:100%;
		height:300px;
	}
	.page-for_c .section-help .container .image-area img {
		height:100%;
		object-fit:cover;
	}
	.page-for_c .section-help .container .text-area {
		width:100%;
		padding:26px 0 0;
	}
	.page-for_c .section-help .container .text-area .help-flex {
		margin-top:24px;
		gap:24px 30px;
	}
	.page-for_c .section-advantage::before {
		height:calc( 100% - 100px );
		top:50px;
	}
	.page-for_c .section-advantage .container {
		padding-top:75px;
		padding-bottom:75px;
	}
	.page-for_c .section-advantage .container .point-flex {
		width:100%;
		max-width:520px;
		margin:40px auto 0;
		flex-direction:column;
		gap:30px;
	}
	.page-for_c .section-advantage .container .point-flex .flex-item {
		width:100%;
		padding:30px 20px 25px;
	}
	.page-for_c .section-advantage .container .point-flex .flex-item .point-number {
		font-size:50px;
		transform:translateY(-50%);
	}
	.page-for_c .section-advantage .container .point-flex .flex-item .point-header {
		font-size:16px;
		margin-bottom:10px;
	}
	.page-for_c .section-process::before {
		/* width:371px;
		height:321px;
		top:0;
		left:-285px; */
		width:124px;
		height:107px;
		top:0;
		left:-95px;
	}
	.page-for_c .section-process .container {
		max-width:560px;
	}
	.page-for_c .section-process .container .step-flex {
		margin-top:30px;
	}
	.page-for_c .section-process .container .step-flex .flex-item {
		height:100px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .image-area {
		width:140px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area {
		width:calc( 100% - 140px );
		padding:45px 12px 12px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number {
		font-size:15px;
		line-height:20px;
		/* margin-bottom:10px; */
		top:10px;
		left:12px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area .step-number .num {
		font-size:22px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area p {
		font-size:12px;
		line-height:1.45;
	}
	.section-partner {
		margin:50px 0;
	}
	.section-partner .flex-container {
		margin-top: 30px;
		gap:20px;
	}
	.section-partner .flex-container .flex-item {
		width:calc( 50% - 10px );
	}
	.section-partner .flex-container .flex-item a {
		padding:20px;
		border-width:6px;
	}
	.page-for_c .section-faq::before {
		height:calc( 100% - 100px );
		top:50px;
	}
	.page-for_c .section-faq .container {
		padding-top:50px;
		padding-bottom:50px;
		gap:35px;
	}
	.page-for_c .section-faq .container .title-area,
	.page-for_c .section-faq .container .contents-area {
		width:100%;
	}
	.page-for_c .section-faq .container .title-area .btn-area {
		width:240px;
		margin:30px auto 0;
	}
	.page-for_c .section-faq .container .contents-area dl {
		padding:15px 0;
	}
	.page-for_c .section-faq .container .contents-area dl dt {
		font-size:16px;
	}
	.page-for_c .section-faq .container .contents-area dl dd {
		margin:5px 0 0;
	}
	.section-contact::before {
		/* width:440px;
		height:323px;
		top:30px;
		left:-288px; */
		width:147px;
		height:108px;
		top:10px;
		left:-96px;
	}
	.section-contact::after {
		/* width:535px;
		height:422px;
		bottom:100px;
		right:-382px; */
		width:178px;
		height:141px;
		bottom:33px;
		right:-127px;
	}
	.section-contact .container form#mail_form {
		padding:20px;
		gap:20px;
	}
	.section-contact .container form#mail_form dl.c2,
	.section-contact .container form#mail_form ul li {
		width:100%;
	}
	.section-contact .container form#mail_form ul {
		gap:0;
	}
	.section-contact .container form#mail_form input[type="radio"],
	.section-contact .container form#mail_form input[type="checkbox"] {
		width:16px;
		height:16px;
		left:4px;
	}
	.section-contact .container form#mail_form p#form_submit {
		margin-top:0;
	}
	.section-contact .container form#mail_form input[type="button"] {
		font-size:14px;
		padding:10px;
	}
	footer::before {
		width:calc( 100% - 40px );
	}
	footer .footer-main .container {
		padding-top:50px;
		padding-bottom:50px;
	}
	footer .footer-main .container .flex-item,
	footer .footer-main .container .flex-item:nth-of-type(2) {
		width:100%;
	}
	footer .footer-main .container .flex-item:nth-of-type(1) {
		padding:0;
	}
	footer .footer-main .container .flex-item:nth-of-type(1) * {
		text-align:center;
		margin-right:auto;
		margin-left:auto;
	}
	footer .footer-main .container .flex-item:nth-of-type(2) {
		height:auto;
		padding:35px 0;
		border:none;
	}
	footer .footer-main .container .flex-item:nth-of-type(2) nav ul {
		display:flex;
		justify-content:center;
		gap:5px 20px;
	}
	footer .footer-main .container .flex-item:nth-of-type(2) nav ul li {
		margin:0;
	}
	footer .footer-main .container .flex-item:nth-of-type(3) {
		padding:0;
		flex-direction:row;
		flex-wrap:wrap;
		align-items:center;
		gap:15px;
	}
	footer .footer-main .container .flex-item:nth-of-type(3) > a {
		max-width:200px;
	}
	footer .footer-bottom .container {
		padding:15px 20px;
		flex-direction:column;
		align-items:center;
		gap:10px;
	}
}
@media screen and (max-width:500px) {
	.page-for_c .section-keyvisual .text-area .page-title {
		font-size:30px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .image-area {
		width:115px;
	}
	.page-for_c .section-process .container .step-flex .flex-item .text-area {
		width:calc( 100% - 115px );
	}
	footer .footer-main .container .flex-item:nth-of-type(2) nav ul,
	footer .footer-bottom .container ul {
		flex-direction:column;
		align-items:center;
	}
	footer .footer-bottom .container ul li + li {
		margin:0;
	}
	footer .footer-bottom .container ul li + li::before {
		display:none;
	}
}
@media screen and (max-width:400px) {
	.page-for_c .section-keyvisual .supplement {
		max-width:264px;
	}
}

/* ====================================================
thanks
==================================================== */
.thanks {
  margin-top: 72px;
  padding: 70px 0 0;
  color: #383231;
}
.thanks p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
/*   max-width: 510px; */
  width: 100%;
  margin: 100px auto;
}
.thanks p a {
  color: #0096D9;
  display: block;
  margin: 30px auto 0;
}
.page-thanks footer .inner {
	padding:30px 10px 0;
}
.page-thanks footer .inner .footer__logo a {
	display:block;
	width:157px;
	margin:0 auto 30px;
}
.page-thanks footer .inner .footer__lists {
	text-align:center;
}
.page-thanks footer .inner .footer__lists li + li {
	margin-top:0.5em;
}
.page-thanks footer .inner .footer__copyright {
	text-align:center;
	padding:30px 0 10px;
}

@media (max-width: 767px) {
  .thanks {
    padding: 56px 0 72px;
  }
}



/* page-for_w */
.page-for_w .section .section-title .section-title-bg {
	font-size:57px;
	-webkit-text-stroke: unset;
	text-stroke: unset;
}
.page-for_w .section {
	padding:120px 0;
}
.page-for_w .section-keyvisual {
	padding-bottom:120px;
}
.page-for_w .section-keyvisual .container {
	width:calc( 50% + 650px );
	/* max-width:1400px; */
	max-width:none;
	height:670px;
	padding:0 0 0 120px;
	margin-right:0;
	position:relative;
}
.page-for_w .section-keyvisual .container .text-area {
	width:570px;
	padding:40px 60px 40px 120px;
	background-color:#fff;
	border-radius:0 30px 0 0;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}
.page-for_w .section-keyvisual .container .text-area .page-title {
	font-size:58px;
	font-weight:700;
	letter-spacing:0.03em;
	line-height:calc( 72em / 58 );
}
.page-for_w .section-keyvisual .container .text-area p {
	font-size:18px;
	font-weight:500;
	line-height:calc( 30em / 18 );
	margin-top:1em;
}
.page-for_w .section-keyvisual .container .btn-area {
	margin-top:40px;
	justify-content:space-between;
	align-items:center;
}
.page-for_w .section-keyvisual .container .btn-area a.btn-line {
	width:245px;
	padding:15px;
}
.page-for_w .section-keyvisual .container .btn-area a.qr {
	width:85px;
	padding:0;
	border:none;
}
.page-for_w .section-keyvisual .container .image-area {
	width:100%;
	height:100%;
	border-radius:30px 0 0 0;
	overflow:hidden;
}
.page-for_w .section-keyvisual .container .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:65% 50%;
}
.page-for_w .section-concept::before {
	content: "";
	display: block;
	width: calc(100% - 60px);
	/* width: calc(50% + 590px); */
	max-width: calc(50% + 590px);
	height: calc(100% - 240px);
	background-color:rgba(232, 248, 255, 1);
	border-radius:0 30px 30px 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	z-index: -10;
}
.page-for_w .section-support::before {
	content: "";
	display: block;
	width: calc(100% - 60px);
	/* width: calc(50% + 590px); */
	max-width: calc(50% + 590px);
	height: calc(100% - 240px);
	background-color:rgba(221, 242, 242, 1);
	border-radius:30px 0 0 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
	z-index: -10;
}
.page-for_w .section-concept .container,
.page-for_w .section-support .container {
	max-width:1050px;
	padding-top:120px;
	padding-bottom:120px;
	max-width:1170px;
	padding:120px;
}
.page-for_w .section-concept .flex-container {
	justify-content:space-between;
}
.page-for_w .section-concept .title-area .section-title {
	width:325px;
}
.page-for_w .section-concept .title-area p {
	width:calc( 100% - 385px );
}
.page-for_w .section-concept .point-area {
	margin-top:66px;
}
.page-for_w .section-concept .point-area .flex-item {
	width:calc( ( 100% - 90px ) / 3 );
}
.page-for_w .section-concept .point-area .flex-item .image-area {
	border-radius:15px;
	overflow:hidden;
}
.page-for_w .section-concept .point-area .flex-item .text-area {
	margin-top:25px;
}
.page-for_w .section-concept .point-area .flex-item .text-area h3 {
	color:rgba(0, 150, 217, 1);
	font-size:20px;
	font-weight:700;
	line-height:1.5;
}
.page-for_w .section-concept .point-area .flex-item .text-area p {
	line-height:calc( 26em / 15 );
	margin-top:10px;
}
.page-for_w .section-support .flex-container .title-area {
	width:calc( 100% - 495px );
	padding-right:1em;
}
.page-for_w .section-support .flex-container .text-area {
	width:495px;
	padding-left:45px;
	border-left:2px solid #fff;
}
.page-for_w .section-support .flex-container .text-area p {
	font-size:14px;
	font-weight:700;
	line-height:calc( 24em / 14 );
}
.page-for_w .section-support .flex-container .text-area ul {
	margin-top:36px;
}
.page-for_w .section-support .flex-container .text-area ul li {
	padding-left: 2em;
	position: relative;
}
.page-for_w .section-support .flex-container .text-area ul li::before {
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(../img/icon_check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0.8em;
	left: 0;
	transform: translateY(-50%);
}
.page-for_w .section-support .flex-container .text-area ul li + li {
	margin-top:1em;
}
.page-for_w .section-support .image-area {
	margin-top:60px;
	border-radius:30px;
	overflow:hidden;
}
.page-for_w .section-support .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.page-for_w .section-assistance {
	color:#fff;
	text-align:center;
	width:calc( 100% - 120px );
	max-width:1180px;
	margin:120px auto;
	border-radius:30px;
	background:linear-gradient(rgba(0, 150, 217, 0.82), rgba(0, 150, 217, 0.82)), url('../img/for_worker/bg_assistance.jpg') center no-repeat;
	background-size:cover;
}
.page-for_w .section-assistance .container .section-title .section-title-bg {
	color:rgba(232, 248, 255, 0.15);
	/* -webkit-text-stroke: unset;
	text-stroke: unset; */
}
.page-for_w .section-assistance .container p {
	font-size:16px;
	font-weight:700;
	line-height:calc( 27em / 16 );
	margin-top:1.5em;
}
.page-for_w .section-assistance .container .btn-area {
	width:100%;
	max-width:280px;
	margin:30px auto 0;
}
.page-for_w .section-assistance .container .btn-area a {
	color:#fff;
	background-color:rgba(6, 199, 85, 1);
}
.page-for_w .section-assistance .container .btn-area a:hover {
	color:rgba(6, 199, 85, 1);
	background-color:#fff;
}
.page-for_w .section-assistance.assist_c {
	background:linear-gradient(rgba(89, 195, 195, 0.8), rgba(89, 195, 195, 0.8)), url('../img/for_worker/bg_assistance_company.jpg') 50% 62.5% no-repeat;
	background-size:cover;
}
.page-for_w .section-assistance.assist_c .container .btn-area a {
	background-color:rgba(0, 150, 217, 1);
	border-color:rgba(0, 150, 217, 1);
}
.page-for_w .section-assistance.assist_c .container .btn-area a:hover {
	color:rgba(0, 150, 217, 1);
	background-color:#fff;
}
.page-for_w .section-interview .section-title .section-title-bg {
	color:rgba(232, 248, 255, 1);
	/* -webkit-text-stroke: unset;
	text-stroke: unset; */
}
.page-for_w .section-interview .lead-text {
	text-align:center;
	margin-top:1em;
}
.page-for_w .section-interview .member-flex {
	margin-top:55px;
	justify-content:space-between;
}
.page-for_w .section-interview .member-flex .flex-item {
	width:calc( ( 100% - 90px ) / 3 );
	cursor:pointer;
	position:relative;
}
.page-for_w .section-interview .member-flex .flex-item .image-area {
	width:100%;
	height:436px;
	border-radius:15px;
	overflow:hidden;
}
.page-for_w .section-interview .member-flex .flex-item .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.page-for_w .section-interview .member-flex .flex-item:nth-of-type(1) .image-area img {
	object-position:50% 25%;
}
.page-for_w .section-interview .member-flex .flex-item:nth-of-type(3) .image-area img {
	object-position:25% 50%;
}
.page-for_w .section-interview .member-flex .flex-item .text-area {
	width:calc( 100% - 35px );
	max-width:225px;
	padding:35px 35px 0 0;
	background-color:#fff;
	border-radius:0 15px 0 0;
	position:absolute;
	bottom:0;
	left:0;
}
.page-for_w .section-interview .member-flex .flex-item .point-number {
	color:#0096D9;
	font-size:36px;
	font-weight:700;
	font-family:"Caveat", cursive;
	line-height:1;
	width:fit-content;
	position:absolute;
	top:0;
	left:0;
	transform:translateY(-55%);
}
.page-for_w .section-interview .member-flex .flex-item .point-header {
	color:#0096D9;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
}
.page-for_w .section-interview .member-flex .flex-item p {
	font-size:15px;
	font-weight:700;
	margin:1.75em 0 0.6em;
}
.modal-area {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg_modal-area {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modal-inner {
  position: absolute;
	top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
	width:calc( 100% - 120px );
  max-width: 720px;
	height:auto;
	max-height:calc( 100dvh - 120px );
	/* max-height:100dvh; */
	overflow-y:scroll;
	-ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-inner::-webkit-scrollbar{
  display:none;
}
.modal-inner .modal-item {
	display:none;
	width:100%;
	height:auto;
	padding:45px 60px 60px;
	background-color: #fff;
	/* border-radius:30px; */
	overflow:hidden;
}
.modal-inner .modal-item .flex-container {
	justify-content:space-between;
	align-items:flex-start;
}
.modal-inner .modal-item .flex-container .text-area {
	width:calc( 50% - 20px );
	padding-top:60px;
	z-index:0;
}
.modal-inner .modal-item .flex-container .text-area .point-number {
	color:#0096D9;
	font-size:36px;
	font-weight:700;
	font-family:"Caveat", cursive;
	line-height:1;
	width:fit-content;
	position:relative;
}
.modal-inner .modal-item .flex-container .text-area .point-number::before {
	content:"INTERVIEW";
	color: rgba(232, 248, 255, 1);
	font-size: 30px;
	font-weight: 700;
	font-family: "Caveat", cursive;
	letter-spacing: 0.1em;
	line-height:1;
	position: absolute;
	top:0;
	left:0;
	transform: translateY(-40%);
	z-index: -1;
}
.modal-inner .modal-item .flex-container .text-area .member-info > span {
	display:block;
	letter-spacing:0.03em;
}
.modal-inner .modal-item .flex-container .text-area .member-info .department {
	font-size:14px;
	line-height:calc( 19.5em / 14 );
	margin-top:2em;
}
.modal-inner .modal-item .flex-container .text-area .member-info .name {
	font-size:36px;
	font-weight:700;
	line-height:1;
	margin-top:calc( 15em / 36 );
}
.modal-inner .modal-item .flex-container .text-area .member-info .team {
	font-size:14px;
	line-height:calc( 19.5em / 14 );
	margin-top:1em;
}
.modal-inner .modal-item .flex-container .text-area .heading {
	color:#0096D9;
	font-size:22.5px;
	font-weight:700;
	letter-spacing:0.03em;
	line-height:calc( 4em / 3 );
	margin-top:calc( 35em / 22.5 );
}
.modal-inner .modal-item .flex-container .image-area {
	width:calc( 50% - 20px );
	height:385px;
	border-radius:15px;
	overflow:hidden;
}
.modal-inner .modal-item .flex-container .image-area img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.modal-inner .modal-item:nth-of-type(3) .flex-container .image-area img {
	object-position:35% 50%;
}
.modal-inner .modal-item dl {
	margin:55px 0 0;
}
.modal-inner .modal-item dl:first-of-type {
	margin:75px 0 0;
}
.modal-inner .modal-item dt {
	color:#0096D9;
	font-size:20px;
	font-weight:700;
	line-height:1.5em;
}
.modal-inner .modal-item dd {
	margin:calc( 4em / 3 ) 0 0;
}
.btn_modal-close {
	width:36px;
	height:36px;
  position: absolute;
  top:10px;
	right:10px;
	transform:rotate(45deg);
  cursor: pointer;
}
.page-for_w .section-faq .contents-area {
	width:100%;
	padding:120px 60px;
	background-color:rgba(232, 248, 255, 1);
	border-radius:30px;
}
.page-for_w .section-faq .lead-text {
	text-align:center;
}
.page-for_w .section-faq .accordion-area {
	width:100%;
	max-width:930px;
	margin:60px auto 0;
	border-top:1px solid rgba(217, 217, 217, 1);
}
.page-for_w .section-faq details {
	padding:30px 0;
	border-bottom:1px solid rgba(217, 217, 217, 1);
	overflow:hidden;
	transition:0.5s;
}
.page-for_w .section-faq details[open] {
	transition:0.5s;
}
.page-for_w .section-faq details summary {
	color:rgba(0, 150, 217, 1);
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
	padding-right:60px;
	list-style:none;
	margin:-0.15em 0;
	cursor:pointer;
	position:relative;
}
.page-for_w .section-faq details summary::after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background-image:url('../img/icon_plus.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:0.15em;
	right:20px;
}
.page-for_w .section-faq details .js-details-content {
	padding-top:20px;
}

@media screen and (max-width:1300px) {
	.page-for_w .section-keyvisual .container {
		width:100%;
	}
}

@media screen and (max-width:1080px) {
	.page-for_w .section {
		padding:90px 0;
	}
	.page-for_w .section-keyvisual {
		padding-bottom:90px;
	}
	.page-for_w .section-keyvisual .container {
		height:500px;
		padding-left:60px;
	}
	.page-for_w .section-keyvisual .container .text-area {
		width:400px;
		padding:25px 40px 25px 60px;
	}
	.page-for_w .section-keyvisual .container .text-area .page-title {
		font-size:45px;
	}
	.page-for_w .section-keyvisual .container .text-area p {
		font-size:15px;
	}
	.page-for_w .section-keyvisual .container .btn-area {
		margin-top:30px;
	}
	.page-for_w .section-keyvisual .container .btn-area a.btn-line {
		font-size:12px;
		padding:9px 15px;
		width:fit-content;
	}
	.page-for_w .section-concept::before,
	.page-for_w .section-support::before {
		width:calc(100% - 30px);
		height:calc( 100% - 160px );
	}
	.page-for_w .section-concept .container,
	.page-for_w .section-support .container {
		padding:80px 60px;
	}
	.page-for_w .section-concept .title-area .section-title {
		width:300px;
	}
	.page-for_w .section-concept .title-area p {
		width:calc( 100% - 340px );
	}
	.page-for_w .section-concept .point-area {
		margin-top:50px;
	}
	.page-for_w .section-concept .point-area .flex-item {
		width:calc( ( 100% - 60px ) / 3 );
	}
	.page-for_w .section-concept .point-area .flex-item .text-area {
		margin-top:20px;
	}
	.page-for_w .section-concept .point-area .flex-item .text-area h3 {
		font-size:18px;
	}
	.page-for_w .section-concept .point-area .flex-item .text-area p {
		font-size:12px;
		margin-top:8px;
	}
	.page-for_w .section-support .flex-container .title-area {
		width:265px;
	}
	.page-for_w .section-support .flex-container .text-area {
		width:calc( 100% - 265px );
		padding-left:30px;
	}
	.page-for_w .section-support .flex-container .text-area ul {
		margin-top:30px;
	}
	.page-for_w .section-support .flex-container .text-area ul li {
		font-size:12px;
	}
	.page-for_w .section-support .flex-container .text-area ul li::before {
		height:12px;
	}
	.page-for_w .section-support .image-area {
		margin-top:45px;
	}
	.page-for_w .section-assistance {
		width:calc( 100% - 80px );
		margin:90px auto;
	}
	.page-for_w .section-assistance .container p {
		font-size:14px;
	}
	.page-for_w .section-interview .member-flex {
		margin-top:45px;
	}
	.page-for_w .section-interview .member-flex .flex-item {
		width:calc( ( 100% - 40px ) / 2 );
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(n+3) {
		margin-top:40px;
	}
	.page-for_w .section-faq .contents-area {
		padding:80px 40px;
	}
	.page-for_w .section-faq .accordion-area {
		margin-top:45px;
	}
	.page-for_w .section-faq details {
		padding:25px 0;
	}
	.page-for_w .section-faq details summary {
		font-size:18px;
		padding-right:54px;
	}
	.page-for_w .section-faq details summary::after {
		width:18px;
		height:18px;
		right:18px;
	}
	.page-for_w .section-faq details .js-details-content {
		padding-top:15px;
	}
}
@media screen and (max-width:750px) {
	.page-for_w .section {
		padding:60px 0;
	}
	.page-for_w .section .container {
		max-width:none;
	}
	.page-for_w .section .section-title .section-title-bg {
		font-size:45px;
	}
	.page-for_w .section-keyvisual {
		padding-bottom:60px;
	}
	.page-for_w .section-keyvisual .container {
		height:450px;
		padding-left:40px;
	}
	.page-for_w .section-keyvisual .container .text-area {
		width:290px;
		padding:20px 20px 20px 40px;
		border-radius:0 20px 0 0;
	}
	.page-for_w .section-keyvisual .container .text-area .page-title {
		font-size:30px;
	}
	.page-for_w .section-keyvisual .container .text-area p {
		font-size:12px;
	}
	.page-for_w .section-keyvisual .container .btn-area {
		margin-top:20px;
	}
	.page-for_w .section-keyvisual .container .btn-area a.btn-line {
		font-size:12px;
		padding:9px 15px;
		width:fit-content;
	}
	.page-for_w .section-keyvisual .container .btn-area a.qr {
		display:none;
	}
	.page-for_w .section-keyvisual .container .image-area {
		border-radius:20px 0 0 0;
	}
	.page-for_w .section-concept::before {
		width:calc(100% - 20px);
		height:calc( 100% - 120px );
		border-radius:0 20px 20px 0;
	}
	.page-for_w .section-support::before {
		width:calc(100% - 20px);
		height:calc( 100% - 120px );
		border-radius:20px 0 0 20px;
	}
	.page-for_w .section-concept .container,
	.page-for_w .section-support .container {
		padding:60px 40px;
	}
	.page-for_w .section-concept .title-area .section-title {
		width:100%;
		margin: 0 auto;
	}
	.page-for_w .section-concept .title-area p {
		width:100%;
		max-width:540px;
		margin:25px auto 0;
	}
	.page-for_w .section-concept .point-area {
		margin-top:35px;
	}
	.page-for_w .section-concept .point-area .flex-item {
		width:calc( ( 100% - 40px ) / 3 );
	}
	.page-for_w .section-concept .point-area .flex-item .text-area {
		margin-top:15px;
	}
	.page-for_w .section-concept .point-area .flex-item .text-area h3 {
		font-size:16px;
	}
	.page-for_w .section-concept .point-area .flex-item .text-area p {
		margin-top:6px;
	}
	.page-for_w .section-support .flex-container .title-area {
		width:100%;
		padding:0 20px;
	}
	.page-for_w .section-support .flex-container .text-area {
		width:100%;
		padding-left:0;
		margin-top:25px;
		border:none;
	}
	.page-for_w .section-support .flex-container .text-area ul {
		margin-top:25px;
	}
	.page-for_w .section-support .image-area {
		margin-top:30px;
		border-radius:15px;
	}
	.page-for_w .section-assistance {
		width:calc( 100% - 40px );
		padding-top:60px;
		padding-bottom:60px;
		margin:60px auto;
		border-radius:20px;
	}
	.page-for_w .section-assistance .container p {
		font-size:12px;
	}
	.page-for_w .section-interview .member-flex {
		margin-top:35px;
	}
	.page-for_w .section-interview .member-flex .flex-item {
		width:calc( ( 100% - 20px ) / 2 );
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(n+3) {
		margin-top:30px;
	}
	.page-for_w .section-interview .member-flex .flex-item .image-area {
		height:350px;
	}
	.page-for_w .section-interview .member-flex .flex-item .text-area {
		max-width:180px;
		padding:20px 20px 0 0;
	}
	.page-for_w .section-interview .member-flex .flex-item .point-number {
		font-size:30px;
	}
	.page-for_w .section-interview .member-flex .flex-item .point-header {
		font-size:16px;
	}
	.page-for_w .section-interview .member-flex .flex-item p {
		font-size:12px;
	}
	.modal-inner {
		width:calc( 100% - 60px );
		max-height:calc( 100dvh - 60px );
	}
	.modal-inner .modal-item {
		padding:20px 20px 30px;
	}
	.modal-inner .modal-item .flex-container {
		justify-content:space-between;
		align-items:flex-start;
	}
	.modal-inner .modal-item .flex-container .text-area {
		width:calc( 50% - 10px );
		padding-top:30px;
	}
	.modal-inner .modal-item .flex-container .text-area .point-number {
		font-size:30px;
	}
	.modal-inner .modal-item .flex-container .text-area .point-number::before {
		font-size: 20px;
	}
	.modal-inner .modal-item .flex-container .text-area .member-info .department {
		font-size:12px;
	}
	.modal-inner .modal-item .flex-container .text-area .member-info .name {
		font-size:24px;
	}
	.modal-inner .modal-item .flex-container .text-area .member-info .team {
		font-size:12px;
	}
	.modal-inner .modal-item .flex-container .text-area .heading {
		font-size:16px;
	}
	.modal-inner .modal-item .flex-container .image-area {
		width:calc( 50% - 10px );
		height:300px;
	}
	.modal-inner .modal-item dl {
		margin:25px 0 0;
	}
	.modal-inner .modal-item dl:first-of-type {
		margin:30px 0 0;
	}
	.modal-inner .modal-item dt {
		font-size:14px;
	}
	.modal-inner .modal-item dd {
		font-size:12px;
		margin-top:0.5em;
	}
	.btn_modal-close {
		width:24px;
		height:24px;
		top:5px;
		right:5px;
	}
	.page-for_w .section-faq .contents-area {
		padding:60px 20px;
		border-radius:20px;
	}
	.page-for_w .section-faq .accordion-area {
		margin-top:30px;
	}
	.page-for_w .section-faq details {
		padding:20px 0;
	}
	.page-for_w .section-faq details summary {
		font-size:16px;
		padding-right:48px;
	}
	.page-for_w .section-faq details summary::after {
		width:16px;
		height:16px;
		right:16px;
	}
	.page-for_w .section-faq details .js-details-content {
		font-size:12px;
		padding-top:10px;
	}
}
@media screen and (max-width:600px) {
	.page-for_w .section-concept .point-area .flex-item {
		width:calc( ( 100% - 20px ) / 2 );
	}
	.page-for_w .section-concept .point-area .flex-item:nth-of-type(n+3) {
		margin-top:30px;
	}
}
@media screen and (max-width:500px) {
	.page-for_w .section-assistance {
		padding:45px 0;
	}
	.page-for_w .section-interview .member-flex .flex-item {
		width:100%;
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(n+2) {
		margin-top:30px;
	}
	.page-for_w .section-interview .member-flex .flex-item .image-area {
		height:200px;
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(1) .image-area img {
		object-position:50% 15%;
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(2) .image-area img {
		object-position:50% 15%;
	}
	.page-for_w .section-interview .member-flex .flex-item:nth-of-type(3) .image-area img {
		object-position:25% 0;
	}
	.page-for_w .section-interview .member-flex .flex-item .text-area {
		width:100%;
		max-width:100%;
		position:relative;
	}
	.page-for_w .section-interview .member-flex .flex-item p {
		margin-top:1em;
	}
	.modal-inner .modal-item .flex-container .text-area {
		width:100%;
		padding-top:10px;
	}
	.modal-inner .modal-item .flex-container .text-area .member-info .department {
		margin-top:1em;
	}
	.modal-inner .modal-item .flex-container .text-area .heading {
		margin:1em 0;
	}
	.modal-inner .modal-item .flex-container .image-area {
		width:100%;
		height:200px;
	}
	.modal-inner .modal-item:nth-of-type(1) .flex-container .image-area img {
		object-position:50% 15%;
	}
	.modal-inner .modal-item:nth-of-type(2) .flex-container .image-area img {
		object-position:50% 20%;
	}
	.modal-inner .modal-item:nth-of-type(3) .flex-container .image-area img {
		object-position:35% 20%;
	}
}
@media screen and (max-width:400px) {
	.page-for_w .section-concept .point-area .flex-item {
		width:100%;
	}
	.page-for_w .section-concept .point-area .flex-item:nth-of-type(n+2) {
		margin-top:30px;
	}
}