/*
Theme Name: recruit 
Description: cunelwork client theme
Author: cunelwork
Version: 0.1.1
 */

/* ============================
	common
============================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
	--leading-trim: calc((1em - 1lh) / 2);
	--main-color: #283B4E;
	--accent-color: #DF0033;
	--main-text-color: #222;
	--bg-color: #F5F5F5;
	--border-color: #ddd;
	--button-color: #D9D9DE;
	--white: #fff;
	--black: #000;
	--container-size: 1024px;
	--container-padding: 20px;
}

.montserrat {
	font-family: "Montserrat", sans-serif !important;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ofi {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
}

.mt-40 {
	margin-top: 40px !important;
}

/* ============================
	google maps
============================ */
.google-maps {
	aspect-ratio: 1024 / 350;
	height: auto;
	width: 100%;
}

.google-maps iframe {
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.google-maps {
		aspect-ratio: 4 / 3;
	}
}


/* ============================
	sp-menu
============================ */
#sp-menu {
  box-sizing: border-box;
  position: absolute;
  transition: all 0.35s ease;
  left: 0;
  top: 0;
  background-color: var(--white);
  width: 100%;
  padding: 160px 0;
  opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
  pointer-events: none;
}

#sp-menu.opening {
  position: fixed;
  transition: all 0.35s ease;
  opacity: 1;
  pointer-events: auto;
  height: 100vh;
}

#sp-menu .waves-container {
	bottom: 20px;
	position: fixed;
}

#sp-menu .wrap-menu .bird01 {
	height: auto;
	position: absolute;
	right: -70px;
	top: -120px;
	width: 200px;
}

#sp-menu .wrap-menu .bird02 {
	height: auto;
	position: absolute;
	left : -120px;
	bottom: -340px;
	width: 160px;
	z-index: 11;
}

#sp-menu .wrap-menu {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	row-gap: 60px;
	position: relative;
}

#sp-menu .wrap-menu .button-container {
	width: 269px;
}

#sp-menu .wrap-menu .button-container .image-box img {
	display: block;
	margin-inline: auto;
	max-width: 269px;
	width: fit-content;
}

#sp-menu .wrap-menu .button-container .c-link {
	margin-inline: auto;
	margin-top: 30px;
	max-width: 300px;
	padding: 13px 20px 13px 26px;
}

#sp-menu .wrap-menu .button-container .c-link.red {
	padding-left: 60px;
}

#sp-menu .wrap-menu .button-container .c-link + .c-link {
	margin-top: 18px;
}

#sp-menu .wrap-menu .button-container .c-link .text {
	text-align: center;
}

#sp-menu .wrap-menu .sns-conteiner {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

#sp-menu .wrap-menu .menu-group {
	display: flex;
}

#sp-menu .wrap-menu .menu-group {
	display: flex;
	gap: 0 60px;
}

#sp-menu .wrap-menu .menu-group .menu-list {
	width: 100%;
}

#sp-menu .menu-item .c-link {
	background-color: transparent;
	border-bottom: 1px solid var(--border-color);
	border-radius: 0;
	font-size: 2rem;
  font-weight: 700;
	padding: 30px 0;
  width: 304px;
}

#sp-menu .sub-menu {
  display: none;
  opacity: 0;
  transition: 0.35s all ease;
}

#sp-menu .sub-menu.opening {
  display: block;
  opacity: 1;
  transition: 0.35s all ease;
}

#sp-menu .sp-contact-box {
  margin: 30px 0 0;
}

#sp-menu .sp-contact-box a {
  box-sizing: border-box;
  display: block;
  background-color: #111;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

@media screen and (max-width: 1023px) {
	#sp-menu {
		padding-bottom: 20px;
	}
	
	#sp-menu .wrap-menu .bird01 {
		right: 80px;
	}

	#sp-menu .wrap-menu .bird02 {
		display: none;
	}
	
	#sp-menu .waves-container {
		margin-top: 60px;
		position: static;
	}

	#sp-menu .wrap-menu .button-container {
		justify-content: center;
		margin-inline: auto;
		width: fit-content;
		width: 100%;
	}
	
	#sp-menu .wrap-menu .menu-group {
		justify-content: center;
		width: 100%;
	}
	
	#sp-menu .menu-item .c-link {
		padding: 15px 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#sp-menu {
		padding: 100px 0 20px;
	}
	
	#sp-menu .wrap-menu .bird01 {
		right: 50px;
		top: -50px;
		width: 120px;
	}
	
	#sp-menu .wrap-menu .menu-group {
		flex-wrap: wrap;
		margin-top: 40px;
	}
}

@media (hover: hover) {
	#sp-menu .menu-item a:hover .text {
		color: var(--main-color);
	}
}

/* btn-hamburger */
#btn-hamburger {
	border-radius: 50%;
  position: relative;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  width: 56px;
  height: 56px;
  z-index: 1001;
  cursor: pointer;
}

#btn-hamburger .border {
	border-radius: 10px;
  position: absolute;
  left: 17px;
  transition: opacity, transform 0.2s ease;
  background: #fff no-repeat left top;
  width: 23px;
  height: 3px;
  z-index: 1;
}

#btn-hamburger .border:first-child {
  top: 33%;
}

#btn-hamburger .border:nth-child(2) {
  transform: rotate(0);
  opacity: 1;
  top: 50%;
}

#btn-hamburger .border:nth-child(3) {
	top: 67%;
	width: 10px;
}

#btn-hamburger.opening .border:first-child {
  transform: rotate(45deg);
  top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
  opacity: 0;
}

#btn-hamburger.opening .border:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
	width: 23px;
}

@media screen and (max-width: 767px) {
	#btn-hamburger {
		height: 40px;
		width: 40px;
	}
	
	#btn-hamburger .border {
		left: 10px;
		width: 20px;
	}
	
	#btn-hamburger .border:nth-child(3) {
		width: 19px;
	}
	
	#btn-hamburger.opening .border:nth-child(3) {
		width: 20px;
	}
}

/* ============================
	header
============================ */
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

#header.h-fixed {
  position: fixed;
}

#header .h-inner {
  align-items: center;
	display: flex;
	justify-content: space-between;
  padding: 26px 20px;
	transition: all .4s;
  width: 100%;
}

#header.h-fixed.add-background .h-inner {
	background-color: var(--white);
}

#h-site-logo img {
	height: auto;
	max-width: 305px;
	width: 100%;
}

#h-gnav-box {
	width: calc(100% - 371px);
}

#h-gnav-box #menu-header-nav {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
 
#h-gnav-box .menu-item + .menu-item {
  margin: 0 0 0 30px;
}

#h-gnav-box .menu-item .c-link {
  font-size: 1.8rem;
  font-weight: 700;
	padding: 13px 20px 13px 44px;
}

#h-gnav-contact {
  margin-left: 30px;
}

#h-gnav-contact a {
  display: block;
  box-sizing: border-box;
  background-color: #111;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  width: 160px;
  height: 40px;
  padding: 12px 0;
}

@media screen and (max-width: 1000px) {
  #h-gnav-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #header {
		background-color: var(--white);
    margin: 0 auto;
    right: 0;
  }

  #header .h-inner {
    padding: 10px;
  }
	
	#h-site-logo img {
		width: 200px;
	}
}

/* ============================
	footer
============================ */
.footer-link-container-wave {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 2;
}

.footer-link-container {
	background-image: url('./images/common/footer_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.footer-link-container::before {
	background-image: url("./images/common/bird02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: flex;
	height: 100%;
	left: 45px;
	position: absolute;
	top: -80px;
	width: 16vw;
	z-index: 2;
}

.footer-link-container::after {
	background-color: rgb(0 0 0 / .8);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#footer {
	margin-top: -6vw;
}

#footer .footer-link-container .sec-inner {
	padding: 130px 0;
	position: relative;
	z-index: 2;
}

#footer .footer-link-container h2 {
	color: var(--white);
	font-size: 5.7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}

#footer .waves-container {
	margin-top: -50px;
}

@media screen and (max-width: 767px) {
	#footer .waves-container {
		margin-top: -30px;
	}
}

.footer-link-container .link-contents .c-link {
	background-color: var(--white);
}

.footer-link-container .link-contents.first {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-top: 40px;
}

.footer-link-container .link-contents.first .c-link {

	border-radius: 48px;
	padding: 33px 24px 33px 36px;
	width: 320px;
}

.footer-link-container .link-contents.first .c-link.red {
	background-color: var(--accent-color);
}

.footer-link-container .link-contents.first .c-link .text {
	text-align: center;
}

.footer-link-container .link-contents.second {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	margin-top: 40px;
}

.footer-link-container .link-contents.second .wrap-link .title {
	align-items: center;
	color: var(--white);
	column-gap: 20px;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	justify-content: center;
	position: relative;
}

.footer-link-container .link-contents.second .wrap-link .title::before,
.footer-link-container .link-contents.second .wrap-link .title::after {
	background-color: var(--white);
	content: "";
	display: block;
	height: 25px;
	width: 2px;
}

.footer-link-container .link-contents.second .wrap-link .title::before {
	rotate: 340deg;
}

.footer-link-container .link-contents.second .wrap-link .title::after {
	rotate: 20deg;
}

.footer-link-container .link-contents.second .c-link {
	margin-top: 15px;
	padding: 19px 20px 19px 36px;
	width: 330px;
}

.footer-link-container .link-contents.second .c-link .text {
	text-align: center;
}


@media screen and (max-width: 767px) {
	.footer-link-container {
		background-position: left;
	}
}

.footer-link-container .link-contents .c-link.is-hover {
	cursor: default;
}

@media (hover: hover) {
	.footer-link-container .link-contents .c-link.is-hover,
	.footer-link-container .link-contents .c-link:hover,
	.footer-link-container .link-contents.first .c-link.red:hover {
		background-color: var(--main-color);
		opacity: 1;
	}
}

#footer .f-inner {
  padding: 80px 0 30px;
}

#footer .f-content {
	gap: 40px 10px;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
}

#footer .wrap-company-contents {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	justify-content: space-between;
}

#footer .wrap-company-contents .company-contents img {
	height: auto;
	max-width: 305px;
	width: 100%;
}

#footer .f-content .footer-nav-container .footer-nav {
	column-gap: 70px;
	display: flex;
	justify-content: space-between;
}

#footer .f-content .footer-nav-container .footer-nav .footer-nav-list li + li {
	margin-top: 20px;
}

#footer .f-content .footer-nav-container .footer-nav .footer-nav-list a {
	font-size: 1.8rem;
	font-weight: 700;
}

#footer .f-content .footer-nav-container .wrap-link {
	gap: 20px 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 110px;
}

#footer .f-content .footer-nav-container .wrap-link a span {
	font-size: 1.6rem;
	font-weight: 400;
}

.wrap-copyright {
	align-items: center;
	display: flex;
	gap: 20px 38px;
}

.wrap-copyright #copyright p {
  font-size: 1.6rem;
	letter-spacing: 0;
  margin: 0;
}

.wrap-copyright .sns-conteiner a + a {
	margin-left: 20px;
}

.wrap-copyright .sns-conteiner a img {
	height: 30px;
	width: 30px;
}

@media screen and (max-width: 1127px) {
	.footer-link-container::before {
		left: 20px;
	}
}

@media screen and (max-width: 1023px) {
	#footer .footer-link-container h2 {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 959px) {
	.footer-link-container::before {
		left: 20px;
		top: -50px;
		width: 120px;
	}
	
	.footer-link-container .link-contents.first .c-link {
		padding: 26px 24px 26px 32px;
		width: 320px;
	}
	
	#footer .footer-link-container h2 {
		font-size: 3.4rem;
	}
	
  #footer .f-inner {
    padding: 60px 0;
  }
	
	#footer .f-content {
		justify-content: space-between;
		row-gap: 40px;
	}
	
	#footer .waves-container {
		top: 0;
	}
	
	#footer .f-content .footer-nav-container .footer-nav {
		column-gap: 10px;
	}
	
	#footer .f-content .footer-nav-container .footer-nav .footer-nav-list {
		width: calc(50% - 10px);
	}
	
	#footer .f-content .footer-nav-container .footer-nav .footer-nav-list li {
		text-align: left;
	}
	
	#footer .f-content .footer-nav-container .footer-nav .footer-nav-list li a {
		font-size: 1.5rem;
	}
	
	#footer .f-content .footer-nav-container .wrap-link {
		column-gap: 15px;
		margin-top: 40px;
	}
	
	#footer .f-content .footer-nav-container .wrap-link a {
		font-size: 1.5rem;
		text-align: center;
		width: 100%;
	}
	
	.wrap-copyright {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.wrap-copyright #copyright {
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#footer .f-content {
		justify-content: center;
		row-gap: 40px;
	}
	
	#footer .f-content .footer-nav-container {
		width: 100%;
	}
	
	#footer .f-content .footer-nav-container .footer-nav {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}

/* ============================
	loading screen
============================ */
body:not(#top) #main {
	opacity: 1;
	visibility: visible;
}

body#top #main {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

/* ローディング完了後に表示するクラス */
body#top #main.visible {
	opacity: 1;
}

body:not(#top) #loading-screen {
	display: none;
}

body#top #loading-screen {
	align-items: center;
	background-color: #F8F7F2;
	display: flex;
	justify-content: center;
	height: 100vh;
	left: 0;
	position: fixed;
	transition: all 0.5s ease-in-out;
	top: 0;
	width: 100%;
	z-index: 100;
	opacity: 1;
display: none;
}

body#top #loading-screen.hidden {
	opacity: 0;
	visibility: hidden;
	z-index: -9;
}

body#top #loading-screen img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* ============================
	mainvisual
============================ */
.mainvisual {
  margin: 0;
  width: 100%;
}

#page-mv {
	height: 534px;
}

#page-mv .mv-inner {
	background: linear-gradient(90deg,rgb(245 245 245 / 1) 0%, rgb(246 246 246 / 1) 70%, rgb(255 255 255 / 1) 100%);
	overflow-x: hidden;
	padding: 140px 0 115px;
	position: relative;
}

#page-mv .mv-inner .page-ttl-box {
	align-items: center;
	display: flex;
	height: 270px;
	margin-inline: auto;
	padding: 0 20px;
	position: relative;
	width: 1024px;
}

#page-mv .mv-inner .bird {
	height: auto;
	position: absolute;
	right: 10px;
	top: -30px;
	width: min(20%, 286px);
	z-index: -1;
}

#page-mv .page-ttl {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: .1em;
  margin: 0;
	position: relative;
	z-index: 6;
}

#page-mv .page-ttl::before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -25px;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	overflow-x: hidden;
	position: absolute;
	width: 68px;
}

#page-mv .page-ttl.line.color01::before {
	background-image: url("./images/common/title_line01.svg");
}

#page-mv .page-ttl.line.color02::before {
	background-image: url("./images/common/title_line02.svg");
}

#page-mv .page-ttl.line.color03::before {
	background-image: url("./images/common/title_line03.svg");
}

#page-mv .page-ttl.line.color04::before {
	background-image: url("./images/common/title_line04.svg");
}


#page-mv .mv-inner .title-en {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	translate: -50% -70%;
	width: 1280px;
	z-index: 5;
}

#page-mv .mv-inner .title-en .montserrat {
	color: var(--white);
	display: block;
	font-size: clamp(2rem, 12vw, 18rem);
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	text-align: left;
}

#page-mv .waves-container {
	top: -70px;
}
@media screen and (max-width: 1279px) {
	#page-mv .mv-inner .title-en {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#page-mv {
		height: 300px;
	}

	#page-mv .waves-container {
		top: -20px;
	}

	#page-mv .mv-inner .title-en {
		top: 34%;
		translate: -50% 0;
		width: 100%;
	}

  #page-mv .mv-inner {
    padding: 100px 0 60px;
  }
	
  #page-mv .page-ttl {
    font-size: 2.2rem;
  }
	
	#page-mv .page-ttl::before {
		bottom: -15px;
	}
	
	#page-mv .mv-inner .page-ttl-box {
		height: 120px;
	}
}

/* ============================
	section
============================ */
.title-en,
.title-en span {
	color: #F5F5F5;
	display: block;
	font-size: clamp(2rem, 11.2vw, 18rem);
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1;
	margin: 0;
	opacity: .7;
	position: relative;
	width: 100%;
}

.title-en.right {
	text-align: right;
}

.sec-inner {
  padding: 60px 0 140px;
}

.sec-inner .title-en {
	top: 45px;
}

.sec-ttl-box {
	position: relative;
}

.sec-ttl {
  margin: 0;
	position: relative;
}

.sec-ttl.line::before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -30px;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	width: 68px;
}

.sec-ttl.line.color01::before {
	background-image: url("./images/common/title_line01.svg");
}

.sec-ttl.line.color02::before {
	background-image: url("./images/common/title_line02.svg");
}

.sec-ttl.line.color03::before {
	background-image: url("./images/common/title_line03.svg");
}

.sec-ttl.line.color04::before {
	background-image: url("./images/common/title_line04.svg");
}

.sec-ttl span {
	color: var(--main-text-color);
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.1;
}

.content-width {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
	position: relative;
  width: min(100%, calc(var(--container-size) + var(--container-padding) * 2));
}

.content-box {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
	.sec-inner {
		padding: 30px 0 80px;
	}
	
	.sec-inner .title-en {
		top: 0;
	}
	
  .content-width {
    width: 100%;
  }
	
	.sec-ttl span {
		font-size: 3rem;
	}
	
	.sec-ttl.line::before {
			bottom: -16px;
	}
	
	.title-en {
		padding: 0 20px;
		top: 0;
	}

	.title-en.right {
		text-align: left;
	}
}

/* ============================
	breadcrumb
============================ */
#page-mv .mv-inner .breadcrumbs {
	margin-top: 60px;
}

.breadcrumbs {
  font-size: 1.3rem;
	text-align: right;
}

.breadcrumbs .content-width {
	color: #BFBFBF;
	height: auto !important;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: var(--main-color);
}

.breadcrumbs .content-width > span:not(:first-child) {
	margin-left: 20px;
}

.breadcrumbs .content-width > span:not(:last-child) {
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	#page-mv .mv-inner .breadcrumbs {
		margin-top: 0;
	}
	
	.breadcrumbs {
		text-align: left;
	}
	
	.breadcrumbs .content-width > span:not(:first-child) {
		margin-left: 10px;
	}

	.breadcrumbs .content-width > span:not(:last-child) {
		margin-right: 10px;
	}
}

/* ============================
	pagenavi
============================ */
.wp-pagenavi {
  margin: 80px 0 0;
  font-size: 2rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background-color: var(--white);
	border: 2px solid #BFBFBF;
	border-radius: 50%;
  color: #BFBFBF;
  display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
  height: 50px;
  line-height: 3.4;
  margin: 0 9px;
  text-align: center;
  transition: all 0.5s ease;
  vertical-align: middle;
  width: 50px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background-color: var(--main-color);
	border-color: var(--main-color);
	color: var(--white);
  opacity: 1;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  transition: all 0.5s ease;
}

.wp-pagenavi .extend {
  width: 1em;
  color: var(--main-color);
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
}

.wp-pagenavi .extend::after {
  content: "…";
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
	background-color: var(--button-color);
  position: relative;
  width: 63px;
  height: 63px;
  text-indent: -999999px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink {
	margin-right: 50px;
}

.wp-pagenavi .nextpostslink {
	margin-left: 50px;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	background-color: var(--main-color);
	mask-image: url("./images/common/arrow_pagenation.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

.wp-pagenavi .previouspostslink::after {
  transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink::after {
	left: -3px;
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  background-color: var(--white);
}

@media screen and (max-width: 767px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		height: 40px;
		line-height: 2.8;
		margin: 0 3px;
		width: 40px;
	}
	
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		width: 48px;
		height: 48px;
	}
	
	.wp-pagenavi .previouspostslink {
		margin-right: 10px;
	}

	.wp-pagenavi .nextpostslink {
		margin-left: 10px;
	}
}

/* ============================
	post parts
============================ */
.post-date {
	color: #BFBFBF;
  font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .1em ;
  min-width: 78px;
}

.post-cats {
	align-items: center;
	display: flex;
	gap: 20px;
  line-height: 1.4;
}

.post-cat {
	align-items: center;
	background-color: var(--main-color);
	border-radius: 16px;
  color: var(--white);
  display: flex;
  font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	height: auto;
  padding: 0 14px;
  width: fit-content;
  text-align: left;
}

.post-cat:link {
  color: #fff;
}

.post-cat:visited {
  color: #fff;
}

/* ============================
	info list
============================ */
.info-item {
	align-items: center;
	border-top: 1px solid var(--border-color);
	display: flex;
	gap: 5px 30px;
  padding: 20px 0;
}

.info-item:last-child {
	border-bottom: 1px solid var(--border-color);
} 

.info-item .post-ttl {
	margin: 0;
	width: calc(100% - 118px);
}

.info-item .post-ttl .c-link {
	background-color: transparent;
	border-radius: unset;
	padding: 0;
}

.info-item .post-ttl .c-link .text {
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.info-item {
		flex-wrap: wrap;
	}
	
	.info-item .post-meta {
		width: 100%;
	}
	.info-item .post-ttl {
		margin-left: 0;
		width: 100%;
	}
}

@media (hover: hover) {
	.info-item .post-ttl .c-link:hover .text {
		color: var(--main-color);
		opacity: .7;
	}
}

/* ============================
	card list
============================ */
.card-list {
  margin-top: -30px;
  margin-left: -80px;
}

.card-item {
  width: 280px;
  margin-top: 30px;
  margin-left: 80px;
}

.card-item .post-thumb img {
  width: 100%;
}

.card-item .post-info {
  margin-top: 20px;
}

.card-item .post-ttl {
  font-size: 1.5rem;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .card-item {
    width: 100%;
  }
}

/* ============================
	contact form
============================ */
.contact-box .required {
  display: inline-block;
  background-color: #e21414;
  color: #fafafa;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 0 20px;
  padding: 4px 8px;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="url"],
.contact-box input[type="number"],
.contact-box textarea {
  box-sizing: border-box;
}

.contact-box th {
  box-sizing: border-box;
  width: 25%;
}

.contact-box td {
  box-sizing: border-box;
  width: 75%;
}

.contact-box .your-email {
  box-sizing: border-box;
  width: 100%;
}

.contact-box .zip {
  width: 150px;
  box-sizing: border-box;
}

.contact-box .your-address {
  box-sizing: border-box;
  width: 100%;
}

.contact-box .your-content {
  width: 100%;
  box-sizing: border-box;
}

#consent-box {
  text-align: center;
}

#submit-box .wpcf7-response-output {
  text-align: center;
}

#btn-submit {
  width: 300px;
  position: relative;
  margin: 0 auto;
}

#btn-submit .wpcf7-submit {
  background-color: #111;
  color: #fff;
  line-height: 1;
  width: 300px;
  padding: 16px 0;
}

#btn-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
  .contact-box th {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contact-box input[type="text"],
  .contact-box input[type="password"],
  .contact-box input[type="email"],
  .contact-box input[type="tel"],
  .contact-box input[type="url"],
  .contact-box input[type="number"],
  .contact-box textarea {
    width: 100%;
  }

  .contact-box td,
  .contact-box th {
    display: block;
    width: 100%;
  }
}

/* ============================
	404
============================ */
body.error404 .sec-inner {
	padding-top: 150px;
}

body.error404 .page-ttl {
	font-family: "Montserrat", sans-serif;
}

body.error404 .content-box {
	margin-top: 70px;
}

@media screen and (max-width: 767px) {
	body.error404 .sec-inner {
		padding-top: 50px;
	}
}

/* ============================
	link
============================ */
.c-link {
	align-items: center;
	background-color: var(--button-color);
	border-radius: 36px;
	column-gap: 15px;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 15px 20px 15px 36px;
	position: relative;
	transition: all .4s;
}

.c-link .text {
	color: var(--main-text-color);
	flex-basis: auto;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.4;
	width: calc(100% - 45px);
}

.c-link .text.montserrat {
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.2;
}

.c-link .circle {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 50%;
	display: grid;
	height: 30px;
	place-items: center;
	position: relative;
	transition: all .4s;
	width: 30px;
}

.c-link .arrow {
	background-color: var(--white);
	mask-image: url("./images/common/arrow_right.svg");
	mask-size: cover;
	display: block;
	height: 8.5px;
	left: -0;
	position: relative;
	transition: all .4s;
	width: 9px;
}

.c-link.read-more {
	padding: 19px 20px 19px 55px;
	width: 300px;
}

.c-link.read-more .text {
	font-size: 2rem;
	font-weight: 600;
}

@media (hover: hover) {
	.c-link.is-hover,
	.c-link:hover {
		background-color: var(--main-color);
		opacity: 1;
	}
	
	.c-link.is-hover .text,
	.c-link:hover .text {
		color: var(--white);
	}
	
	.c-link.is-hover .circle::before,
	.c-link:hover .circle::before {
		background-color: var(--white);
	}
	
	.c-link.is-hover .circle,
	.c-link:hover .circle {
		background-color: var(--white);
	}
	
	.c-link.is-hover .arrow,
	.c-link:hover .arrow {
		background-color: var(--main-color);
	}
}

.c-link.red {
	background-color: var(--accent-color);
}

.c-link.red .text {
	color: var(--white);
}

@media (hover: hover) {
	.c-link.red:hover {
		background-color: var(--main-color);
	}
}

/* 波のアニメーションコンテナ */
.waves-container {
	height: 20vh;
	min-height: 40px;
	max-height: 70px;
	position: relative;
	width: 100%;
	z-index: 10;
}
/* SVGの基本スタイル */
.waves {
	position: relative;
	width: 100%;
	height: 100%;
}
/* SVG内の各波（path）のアニメーション設定 */
.parallax > use {
	/* transform: translate(x, y)でアニメーションさせる */
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
/* 波ごとにアニメーションの開始位置と速度を変える */
.parallax. > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s; /* 速い波 */
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

/* アニメーションの定義 */
@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		/* 波ひとつ分の幅(178px)の半分(89px)ずらすと自然にループする */
		transform: translate3d(85px, 0, 0);
	}
}

@media screen and (max-width: 767px) {
	.waves-container {
		max-height: 40px;
	}
	
	.waves-container {
		height: 3vh;
		min-height: 20px;
	}
	
	.parallax. > use:nth-child(1) {
		animation-delay: -1s;
		animation-duration: 3s; /* 速い波 */
	}
	.parallax > use:nth-child(2) {
		animation-delay: -2s;
		animation-duration: 6s;
	}
	.parallax > use:nth-child(3) {
		animation-delay: -3s;
		animation-duration: 9s;
		fill: #fff;
	}
}

body.category .content-box {
	margin-top: 130px;
}

body.category .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	width: 100%;
}

body.category .category-list a {
	align-items: center;
	background-color: var(--button-color);
	border-radius: 34px;
	display: flex;
	height: auto;
	justify-content: center;
	min-height: 68px;
	padding: 10px 20px;
	text-align: center;
	width: 190px;
}

body.category .category-list a.is-active {
	background-color: var(--main-color);
}

body.category .category-list a span {
	color: var(--main-text-color);
	font-size: 2rem;
	font-weight: 700;
}

body.category .category-list a.is-active span {
	color: var(--white);
}

body.category .archive-list {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	body.category .content-box {
		margin-top: 40px;
	}

	body.category .category-list a {
		min-height: 48px;
		width: calc(50% - 20px);
	}
	
	body.category .category-list a span {
		font-size: 1.6rem;
	}
}

#mod_interview .interview-contaienr {
	margin-right: calc(50% - 50vw);
	margin-top: 70px;
	position: relative;
}

#mod_interview .interview-contaienr .interview-list {
	overflow: hidden;
}

#mod_interview .interview-contaienr .interview-list .swiper-slide {
	position: relative;
	width: 350px;
}

#mod_interview .interview-contaienr .interview-list .post-interview img {
	aspect-ratio: 347 / 397;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#mod_interview .c-link {
	margin-left: auto;
	margin-top: 50px;
}

#mod_interview .swiper-navigation-icon {
	display: none;
}

#mod_interview .swiper-button-prev,
#mod_interview .swiper-button-next {
	height: 63px;
	width: 63px;
}

#mod_interview .swiper-button-prev {
	left: -30px;
}

#mod_interview .swiper-button-next {
	right: 20px;
}

#mod_interview .swiper-button-prev .arrow {
	background-color: var(--main-color);
	mask-image: url("./images/common/arrow_right.svg");
	mask-size: cover;
	display: block;
	height: 18px;
	position: relative;
	rotate: 180deg;
	width: 18px;
	z-index: 9;
}

#mod_interview .swiper-button-next .arrow {
	background-color: var(--main-color);
	mask-image: url("./images/common/arrow_right.svg");
	mask-size: cover;
	display: block;
	height: 18px;
	position: relative;
	width: 18px;
	z-index: 9;
}

#mod_interview .swiper-button-prev .circle,
#mod_interview .swiper-button-next .circle {
	background-color: var(--button-color);
	border-radius: 50%;
	display: grid;
	height: 63px;
	place-items: center;
	position: relative;
	width: 63px;
}

#mod_interview .swiper-button-prev::before,
#mod_interview .swiper-button-prev::after {
	content: none;
}

#mod_interview .swiper-button-next::before,
#mod_interview .swiper-button-next::after {
	content: none;
}

@media screen and (max-width: 1109px) {
	#mod_interview .swiper-button-prev {
		left: 20px;
	}
}

@media screen and (max-width: 767px) {
	#mod_interview .waves-container {
		top: -20px;
	}
	
	#mod_interview .interview-contaienr {
		margin-right: 0;
	}
	
	#mod_interview .swiper-button-prev, 
	#mod_interview .swiper-button-next {
		top: 50%;
		translate: 0 -50%;
	}
	
	#mod_interview .swiper-button-prev {
		left: -20px;
	}
	
	#mod_interview .swiper-button-next {
		right: -20px;
	}
	
	#mod_interview .c-link {
		margin-inline: auto;
	}

	#mod_interview .swiper-button-prev .circle,
	#mod_interview .swiper-button-next .circle {
		background-color: var(--button-color);
		height: 40px;
		width: 40px;
	}
	
	#mod_interview .interview-contaienr .interview-list {
		overflow: visible;
	}
	
	#mod_interview .interview-contaienr .interview-list .swiper-slide {
		transition: all .4s;
		width: 100%;
	}
	
	#mod_interview .interview-contaienr .interview-list .swiper-slide.swiper-slide-active {
		scale: 1.1;
	}
}


body.post-type-archive-interview .content-box {
	margin-top: 150px;
}

body.post-type-archive-interview .interview-list {
	display: flex;
	flex-wrap: wrap;
	gap: 54px 45px;
}

body.post-type-archive-interview .interview-list .interview-item {
	max-width: 490px;
	width: calc(50% - 23px);
}

@media screen and (max-width: 767px) {
	body.post-type-archive-interview .content-box {
		margin-top: 40px;
	}
	
	body.post-type-archive-interview .interview-list .interview-item {
		max-width: unset;
		width: 100%;
	}
}

.interview-item .post-ttl {
	column-gap: 10px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	position: relative;
}

.interview-item .post-ttl .title {
	font-size: 1.6rem;
	font-weight: 700;
	width: calc(100% - 40px);
}

.interview-item .post-ttl .circle {
	background-color: var(--main-color);
	border-radius: 50%;
	display: grid;
	height: 30px;
	place-items: center;
	position: relative;
	width: 30px;
}

.interview-item .post-ttl .arrow {
	background-color: var(--white);
	mask-image: url("./images/common/arrow_right.svg");
	mask-size: cover;
	display: block;
	height: 8.5px;
	position: relative;
	width: 9px;
	z-index: 9;
}

.post-interview {
	border: 2px solid transparent;
	transition: all .2s;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.post-interview .joined-year {
	background-color: var(--white);
	border-radius: 0 0 15px 0;
	color: #222;
	font-size: 1.4rem;
	font-weight: 700;
	left: 0;
	padding: 1px 12px;
	position: absolute;
	top: 0;
}

.post-interview .image-box img {
	aspect-ratio: 49 / 36;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.post-interview .post-meta {
	bottom: 20px;
	left: 20px;
	position: absolute;
	width: calc(100% - 40px);
}

.post-interview .post-meta .post-cats {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}

.post-interview .post-meta .post-cat {
	background-color: var(--main-color);
	border-radius: 16px;
	color: var(--white);
	font-size: 1.4rem;
	padding: 6px 12px;
	width: fit-content;
}

@media (hover: hover) {
	.interview-list .interview-item:hover {
		opacity: 1;
	}
	
	.interview-list .interview-item:hover .post-interview {
		border-color: var(--main-color);
	}
}

body.post-type-archive-job-list .content-box {
	margin-top: 150px;
}

body.post-type-archive-job-list .section-description {
	position: relative;
}

body.post-type-archive-job-list .section-description::before {
	background-image: url("./images/common/niigatashi.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	max-height: 494px;
	max-width: 760px;
	position: absolute;
	right: 0;
	top: 58%;
	translate: 0 -50%;
	width: 100%;
	z-index: -2;
}

body.post-type-archive-job-list .section-description {
	overflow-x: hidden;
}

body.post-type-archive-job-list .section-description .content-box {
	position: relative;
}

body.post-type-archive-job-list .section-description .content-box::before {
	background-image: url("./images/common/wave02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	right: -50px;
	bottom: -60px;
	width: 143px;
	z-index: -1;
}

body.post-type-archive-job-list .section-description .text-box {
	text-align: justify;
	margin-right: auto;
	position: relative;
	width: 68%;
}

body.post-type-archive-job-list .section-description .text-box::before {
	background-image: url("./images/common/bird01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 120px;
	position: absolute;
	right: -310px;
	top: -90px;
	width: 264px;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	body.post-type-archive-job-list .content-box {
		margin-top: 80px;
	}
	
	body.post-type-archive-job-list .section-description::before {
		max-height: 494px;
		max-width: 760px;
		position: absolute;
		right: 0;
		top: 58%;
		translate: 0 -50%;
		width: 100%;
		z-index: -2;
	}
	
	body.post-type-archive-job-list .section-description .content-box::before {
		height: 40px;
		right: 0;
		bottom: -49px;
		width: 67px;
		z-index: -1;
	}
	
	body.post-type-archive-job-list .section-description .text-box {
		width: 100%;
	}
	
	body.post-type-archive-job-list .section-description .text-box::before {
		height: 50px;
		right: 0;
		top: -60px;
		width: 111px;
		z-index: -1;
	}
}

body.post-type-archive-job-list .section-job-list .sec-inner {
	padding-top: 0;
}

body.post-type-archive-job-list .job-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

body.post-type-archive-job-list .job-list .explanation-info {
	border-radius: 20px;
	box-shadow: 4px 4px 0 0 #D6D6D6;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 50px 10px;
	position: relative;
	transition: all .3s;
	width: calc(25% - 15px);
}

body.post-type-archive-job-list .job-list .explanation-info::before {
	background-image: url("./images/common/icon_plus.svg");
	background-repeat: repeat;
	background-size: contain;
	bottom: 12px;
	content: "";
	display: block;
	height: 36px;
	position: absolute;
	right: 10px;
	width: 36px;
}

body.post-type-archive-job-list .job-list .explanation-info .image-box {
	margin-inline: auto;
	max-width: 140px;
	height: 128px;
	width: 100%;
}

body.post-type-archive-job-list .job-list .explanation-info .image-box img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

body.post-type-archive-job-list .job-list .explanation-info .post-ttl {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 20px;
	text-align: center;
}

body.post-type-archive-job-list .job-list .explanation-info .text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 20px;
	text-align: left;
}


@media screen and (max-width: 1023px) {
	body.post-type-archive-job-list .job-list .explanation-info {
		width: calc(33% - 11px);
	}
}

@media screen and (max-width: 767px) {
	body.post-type-archive-job-list .job-list .explanation-info {
		max-width: unset;
		width: 100%;
	}
}

@media (hover: hover) {
	body.post-type-archive-job-list .job-list .explanation-info:hover {
		box-shadow: 0 0 1px 1px #D6D6D6;
		translate: 3px 3px;
	}
}


body.post-type-archive-faq .content-box {
	margin-top: 70px;
}
	
body.post-type-archive-faq .section-category .sec-inner {
	padding-bottom: 0;
}

body.post-type-archive-faq .category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	width: 100%;
}

body.post-type-archive-faq .category-list a {
	align-items: center;
	background-color: var(--main-color);
	border-radius: 34px;
	display: flex;
	height: auto;
	min-height: 68px;
	min-width: 190px;
	padding: 10px 20px;
	width: fit-content;
}

body.post-type-archive-faq .category-list a span {
	color: var(--white);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-inline: auto;
	width: fit-content;
}

body.post-type-archive-faq .archive-list {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	body.post-type-archive-faq .content-box {
		margin-top: 40px;
	}

	body.post-type-archive-faq .category-list a {
		min-height: 48px;
		min-width: unset;
	}
	
	body.post-type-archive-faq .category-list a span {
		font-size: 1.6rem;
	}
}

body.post-type-archive-faq .sec-inner {
	padding-top: 140px;
}

body.post-type-archive-faq .section-faq .sec-inner {
	padding: 80px 0 0;
}

body.post-type-archive-faq .section-faq:last-child .sec-inner {
	padding-bottom: 124px;
}

body.post-type-archive-faq .section-faq .sec-ttl span {
	font-size: 4rem;
}

@media screen and (max-width: 767px) {
	body.post-type-archive-faq .section-category .sec-inner {
		padding-top: 30px;
	}
	
	body.post-type-archive-faq .section-faq .content-box {
		width: 100%;
	}
	
	body.post-type-archive-faq .section-faq .sec-ttl span {
		font-size: 2.6rem;
	}
}

body.post-type-archive-faq .section-faq .faq-item + .faq-item {
	margin-top: 40px;
}

body.post-type-archive-faq .section-faq .question {
	align-items: flex-start;
	background-color: var(--button-color);
	border-radius: 20px;
	column-gap: 20px;
	display: flex;
	justify-content: space-between;
	padding: 26px 22px 26px 30px;
	color: var(--white);
	cursor: pointer;
}

body.post-type-archive-faq .section-faq .question .question-text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: .2em;
	vertical-align: middle;
	width: calc(100% - 140px);
}

body.post-type-archive-faq .section-faq .question::before {
	color: var(--main-color);
	content: 'Q';
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 3.7rem;
	line-height: 1;
}

body.post-type-archive-faq .section-faq .question .icon {
	background-color: var(--main-color);
	border-radius: 50%;
	height: 36px;
	position: relative;
	width: 36px;
}

body.post-type-archive-faq .section-faq .question .icon::before {
	background-color: var(--white);
	border-radius: 90px;
	content: '';
	display: block;
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	transition: rotate .3s;
	width: 3px;
}
body.post-type-archive-faq .section-faq .question.active .icon::before {
	rotate: 90deg;
}

body.post-type-archive-faq .section-faq .question .icon::after {
	background-color: var(--white);
	border-radius: 90px;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 20px;
}

body.post-type-archive-faq .section-faq .answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

body.post-type-archive-faq .section-faq .answer .wrap-answer-content {
	display: flex;
	margin-left: 30px;
	margin-top: 40px;
}

body.post-type-archive-faq .section-faq .answer .wrap-answer-content::before {
	color: var(--main-color);
	content: 'A';
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 3.7rem;
	line-height: 1;
	margin-right: 20px;
}

body.post-type-archive-faq .section-faq .answer .answer-content {
	border-radius: 10px;
	margin-top: .2em;
	padding: 0;
	width: calc(100% - 50px);
}

body.post-type-archive-faq .section-faq .answer .answer-content p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}

body.post-type-archive-faq .section-faq .answer .answer-content p + p {
	margin-top: 1em;
}

body.post-type-archive-faq .section-faq .answer .answer-content p a {
	color: #0066cc;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body.post-type-archive-faq .section-faq .question {
		border-radius: 10px;
		padding: 16px;
	}
	
	body.post-type-archive-faq .section-faq .question::before {
		font-size: 2.8rem;
	}
	
	body.post-type-archive-faq .section-faq .faq-item + .faq-item {
		margin-top: 30px;
	}
	
	body.post-type-archive-faq .section-faq .question .question-text {
		font-size: 1.6rem;
		line-height: 1.2;
		width: calc(100% - 90px);
	}
	
	body.post-type-archive-faq .section-faq .answer .wrap-answer-content {
		margin-left: 16px;
		margin-top: 20px;
	}
	
	body.post-type-archive-faq .section-faq .answer .wrap-answer-content::before {
		font-size: 2.8rem;
	}
	
	body.post-type-archive-faq .section-faq .answer .answer-content p {
		font-size: 1.4rem;
	}
	
	body.post-type-archive-faq .section-faq .question .icon {
		height: 28px;
		width: 28px;
	}
	
	body.post-type-archive-faq .section-faq .question .icon::before {
		height: 12px;
		width: 2px;
	}
	
	body.post-type-archive-faq .section-faq .question.active .icon::before {
		rotate: 90deg;
	}

	body.post-type-archive-faq .section-faq .question .icon::after {
		height: 2px;
		width: 12px;
	}
}


.table-wrapper {
  overflow-x: auto;
	position: relative;
}

table {
  border-collapse: collapse;

  width: 100%;
	white-space: nowrap;
}

th, td {
  border: 1px solid var(--main-color);
  padding: 8px;
  text-align: left;
}

th {
  background-color: var(--main-color);
	color: var(--white);
	letter-spacing: 2px;
	text-align: center;
}

th:nth-child(1) {
	width: 120px;
}

th:nth-child(2) {
	width: calc(100% - 120px);
}

th:nth-child(3) {
	width: 120px;
}

thead th:first-of-type{
	border-right-color: var(--white);
}

body.post-type-archive-faq .section-faq .answer .answer-content table td p + p {
	margin-top: .5em;
}

@media screen and (max-width: 767px) {
	th:nth-child(1),
	td:nth-child(1) {
		width: 100px;
	}

	th:nth-child(2),
	td:nth-child(2) {
		width: 200px;
	}
	
	th:nth-child(3),
	td:nth-child(3) {
		width: 100px;
	}
}

/* ============================
	scroll-hint
============================ */
.m-scroll-hint-show {
  display: block;
}

.m-scroll-hint {
	animation: scroll-hint-animation 2s infinite ease;
  background-color: rgb(40 59 78 / 0.7);
  color: var(--white);
  display: none;
	font-size: 1.3rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.4;
  padding: 10px 10px 10px 15px;
  position: absolute;
  top: 120px;
	width: 57%;
}

.m-scroll-hint span {
	align-items: baseline;
	color: var(--white);
	display: flex;
	justify-content: center;
	gap: 8px;
}

.m-scroll-hint span::after {
	border: 2px solid var(--white);
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 8px;
	transform: rotate(45deg);
	transform-origin: center;
	width: 8px;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.m-scroll-hint-show {
  display: block;
}

@media screen and (max-width: 767px) {
	.m-scroll-hint {
		top: 160px;
		width: 70%;
	}
}

/* ============================
	Modal for job-list
============================ */
.job-list-modal-wrap {
	background-color: rgb(40 59 78 / .87);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	overflow: auto;
	opacity: 0;
	padding: 40px 20px;
	position: fixed;
	text-align: center;
	top: 0;
	transition: .3s;
	visibility: hidden;
	width: 100%;
	z-index: 12;
}

.job-list-modal-wrap.is-active {
	opacity: 1;
	visibility: visible;
}

.job-list-modal-wrap .modal-content {
	position: absolute;
}

.job-list-modal-wrap .modal-content::before {
	background-image: var(--bg-job-image);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	opacity: .1;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	z-index: -1;
}

.job-list-modal-wrap .modal-content {
	background-color: var(--white);
	border-radius: 15px;
	height: auto;
	left: 50%;
	max-width: 1000px;
	overflow-y: auto;
	padding: 50px;
	position: relative;
	top: 50%;
	translate: -50% -41%;
	width: 100%;
}

.job-list-modal-wrap .modal-close {
	background-image: url("./images/common/icon_plus.svg");
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	position: fixed;
	rotate: 45deg;
	right: 10px;
	top: 15px;
	width: 40px;
	z-index: 99;
}

.job-list-modal-wrap .job-list-detail {
	display: flex;
	gap: 40px 54px;
}

.job-list-modal-wrap .job-list-detail .text-box {
	width: 100%;
}

.job-list-modal-wrap .job-list-title {
	font-size: 4rem;
	font-weight: 700;
	position: relative;
	text-align: left;
}

.job-list-modal-wrap .job-list-title::before {
	background-image: url("./images/common/title_line03.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -25px;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	width: 68px;
}

.job-list-modal-wrap .job-list-title br {
	display: none;
}

.job-list-modal-wrap .text-box p {
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 70px;
	text-align: left;
}

.job-list-modal-wrap .job-list-detail .image-box {
	max-width: 370px;
	width: 100%;
}

.job-list-modal-wrap .job-list-detail .image-box img {
	border-radius: 40px;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.job-list-modal-wrap .modal-close-button {
	background-color: var(--main-color);
	border-radius: 5px;
	cursor: pointer;
	margin-inline: auto;
	margin-top: 80px;
	width: 235px;
}

.job-list-modal-wrap .modal-close-button p {
	color: var(--white);
	font-weight: 1.6rem;
	font-weight: 700;
	padding: 12px 16px;
}

@media only screen and (max-width: 1299px) {
	.job-list-modal-wrap .modal-content {
		top: 50%;
		translate: -50% -45%;
	}
}

@media only screen and (max-width: 767px) {
	.job-list-modal-wrap {
		padding: 0;
	}
	
	.job-list-modal-wrap .modal-close {
		right: 16px;
		top: 16px;
	}
	
	.job-list-modal-wrap .modal-content {
		left: 50%;
		padding: 32px 16px;
		top: calc(50% + 25px);
		translate: -50% -50%;
		width: 90%;
	}
	
	.job-list-modal-wrap .job-list-detail {
		flex-wrap: wrap;
		height: 70vh;
		justify-content: center;
		overflow-y: auto;
	}
	
	.job-list-modal-wrap .job-list-detail .job-list-title {
		font-size: 2.8rem;
	}
	
	.job-list-modal-wrap .job-list-detail .image-box {
		height: auto;
		max-width: unset;
		width: 100%;
	}
	
	.job-list-modal-wrap .job-list-detail .image-box img {
		border-radius: 20px;
	}
}
