/*
Theme Name: aoi 
 */

/* ============================
	common
============================ */
p,h1,h2,h3 {
	margin: 0;
}
#wrapper {
  min-width: 1040px;
  overflow: visible;
}

.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;
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
  }
}

/* ============================
	sp-menu
============================ */
#sp-menu {
	box-sizing: border-box;
	position: fixed;
	top: 60px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 93.06%;
	padding: 60px 20px 20px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	opacity: 0;
	pointer-events: none;
	transition: transform 0.35s ease, opacity 0.35s ease;
	z-index: 998;
}

#sp-menu.opening {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: auto;
}

#sp-menu .menu-item a {
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-weight: 700;
}

#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 .menu-item a {
  display: block;
  text-align: center;
  color: #595757;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  padding: 10px 0;
}

#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: 20px 0 0;
}

#sp-menu .sp-contact-box a {
  display: block;
  box-sizing: border-box;
  width: 120px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 44px;
}

#sp-menu .sp-recruit-link {
  background-color: #00508e;
}

#sp-menu .sp-contact-link {
  background-color: #59c3e1;
}

#sp-menu .sp-contact-box {
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

/* btn-hamburger */
#btn-hamburger {
  position: relative;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 1000;
  cursor: pointer;
}

#btn-hamburger .border {
  position: absolute;
  left: 7px;
  transition: opacity, transform 0.2s ease;
  background: #595757 no-repeat left top;
  width: 30px;
  height: 2px;
  z-index: 1;
}

#btn-hamburger .border:first-child {
  top: 13px;
}

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

#btn-hamburger .border:nth-child(3) {
  top: 29px;
}

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

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

#btn-hamburger.opening .border:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}
/* ============================
	header
============================ */
#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93.06%;
  z-index: 999;
}

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

#header .h-inner {
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

#h-site-logo {
  width: 173px;
}

#h-site-logo img {
  width: 173px;
}

#h-gnav-box.flex-start {
  align-items: center;
}

#h-gnav-box .menu-item + .menu-item {
  margin: 0 0 0 30px;
}

#h-gnav-box .menu-item a {
  display: block;
  color: #595757;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}

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

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

#h-gnav-recruit a,
#h-gnav-contact a {
  display: block;
  box-sizing: border-box;
  width: 120px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 44px;
}

#h-gnav-recruit a {
  background-color: #00508e;
}

#h-gnav-contact a {
  background-color: #59c3e1;
}

.h-instagram img {
	width: 20px;
	margin: 0 0 0 30px;
	display: flex;
}

@media screen and (max-width: 767px) {
  #header {
    width: 93.06%;
    margin: 0;
    right: auto;
  }

  #header .h-inner {
    height: 80px;
    padding: 0 20px;
  }

  #h-site-logo {
    width: 140px;
  }

  #h-site-logo img {
    width: 140px;
  }
  .h-instagram img {
	margin: 0 auto;
  }
}

#banner {
	padding: 0 0 100px;
	position: relative;
}

#banner a {
	display: block;
	width: 100%;
	position: relative;
}

#banner .banner-inner {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 0;
}

#banner .banner-inner > img,
#banner .banner-main-img {
	display: block;
	width: 100%;
	height: auto;
}

#banner .banner-text-box {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
}

#banner .banner-text-box .banner-ttl {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.12em;
	font-family: "Noto Sans JP", sans-serif;
}

#banner .banner-text-box .banner-txt {
	margin-top: 40px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	font-family: "Noto Sans JP", sans-serif;
}

#banner .banner-badge {
	position: absolute;
	top: -60px;
	right: -85px;
	width: 120px;
	line-height: 1;
	z-index: 3;
}

#banner .banner-badge img {
	display: block;
	width: 100%;
	height: auto;
}

#banner .banner-arrow {
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	width: 60px;
	line-height: 1;
	z-index: 3;
}

#banner .banner-arrow img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#banner {
		padding: 0 0 70px;
	}

	#banner a {
		display: block;
	}

	#banner .banner-inner {
		position: relative;
		min-height: 220px;
		border-radius: 10px;
		overflow: hidden;
	}

	#banner .banner-inner > img,
	#banner .banner-main-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#banner .banner-text-box {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		z-index: 2;
	}

	#banner .banner-text-box .banner-ttl {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.35;
		letter-spacing: 0.04em;
	}

	#banner .banner-text-box .banner-txt {
		margin-top: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1.6;
	}

	#banner .banner-badge {
		position: absolute;
		top: -50px;
		right: -18px;
		width: 72px;
		z-index: 3;
	}

	#banner .banner-arrow {
		position: absolute;
		top: 50%;
		right: 12px;
		transform: translateY(-50%);
		width: 34px;
		z-index: 3;
	}
}

#contact-cta {
	position: relative;
	z-index: 1;
}

.contact-cta-bg {
	background: url(./images/common/contact-cta-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 80px 0 295px;
}

.contact-cta-bg .content-width {
	position: relative;
	z-index: 1;
}

.contact-cta-head {
	align-items: center;
}

.contact-cta-text p {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
}

.contact-cta-tel {
	margin-left: 73px;
}

.contact-cta-tel .tel-num {
	color: #fff;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	font-family: "Figtree", sans-serif;
}

.contact-cta-tel .tel-time {
	margin-top: 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

.contact-cta-btn {
	margin-left: 43px;
}

.contact-cta-btn a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: #59c3e1;
	width: 100%;
	max-width: 400px;
	min-height: 80px;
	border-radius: 40px;
	padding: 0 30px 0 50px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}

.contact-cta-btn img {
	width: 33px;
	margin-right: 18px;
	flex-shrink: 0;
}

.contact-cta-map {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1000px;
	width: 100%;
	bottom: -140px;
}

.contact-cta-map iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 35;
	border-radius: 10px;
}

#footer {
	background: #fff;
	padding: 200px 0 60px;
}

#footer .f-inner {
	align-items: flex-start;
}

#footer .f-company {
	align-items: flex-start;
}

#footer .f-logo {
	width: 203px;
}

#footer .f-logo img {
	width: 100%;
}

#footer .f-company-info {
	margin-left: 40px;
}

#footer .f-company-info p {
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.875;
	font-family: "Noto Sans JP", sans-serif;
}

#footer .f-nav-area {
	text-align: right;
}

#footer .f-nav li + li {
	margin-left: 30px;
}

#footer .f-nav a {
	color: #595757;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	font-family: "Noto Sans JP", sans-serif;
}

#footer .copyright {
	margin-top: 60px;
	color: #595757;
}

#footer .copyright span:first-child {
	font-size: 1.1rem;
}

#footer .copyright span:last-child {
	margin-left: 10px;
	font-size: 1.2rem;
}
#footer .f-instagram {
	width: 20px;
}
#footer .f-instagram a {
	display: inline-block;
}

/* ============================
	mainvisual
============================ */
.mainvisual {
  width: 100%;
  position: relative;
}

#top-mv .mv-inner {
  height: 600px;
  background-color: #e1e1e1;
}

#top-mv .mv-inner.flex-start {
  justify-content: center;
  align-items: center;
}

#page-mv .mv-inner {
	padding: 100px 0;
	background-color: #e1e1e1;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}

.page-mv-copy-box .page-mv-copy-ja{
	color: #59c3e1;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;
}

.page-mv-copy-box .page-mv-copy-en {
	margin: 30px 0 0;
	color: #fff;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.08em;
}

#page-mv .page-ttl {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #page-mv .page-ttl {
    font-size: 2.1rem;
  }
}

/* ============================
	section
============================ */
.sec-inner {
  padding: 100px 0;
}

.sec-ttl {
  text-align: center;
  margin: 0;
}

.content-width {
  box-sizing: border-box;
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
	.sec-inner {
		padding: 60px 0;
	}
  .content-width {
    width: 100%;
  }
}

/* ============================
	breadcrumb
============================ */
.breadcrumbs {
  padding: 8px 0;
  background: #000;
  font-size: 1.2rem;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
}

/* ============================
	pagenavi
============================ */
.wp-pagenavi {
  clear: both;
  margin: 30px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
  font-weight: bold;
  line-height: 1;
  align-content: center;
  color: #999;
  border: 2px solid #ccc;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
  background: #000000;
  color: #fff;
  border-color: #000;
  opacity: 1;
  text-decoration: none;
}

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

.wp-pagenavi .extend {
  width: 1em;
  color: #000;
  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 {
  position: relative;
  width: 3em;
  height: 3em;
  background: #fff;
  text-indent: -999999px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

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

.wp-pagenavi .nextpostslink::after {
  transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  border-color: #fff;
}

.result_count {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
  color: #999;
}

/* ============================
	post parts
============================ */
.post-date {
  font-size: 1.5rem;
  min-width: 70px;
}

.post-cats {
  line-height: 1;
  margin: 0 0 0 20px;
}

.post-cats.flex-start {
  justify-content: flex-start;
  align-items: center;
}

.post-cat {
  display: block;
  background-color: #111;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 10px;
  width: 120px;
  text-align: center;
}

.post-cat + .post-cat {
  margin: 0 0 0 10px;
}

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

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

/* ============================
	news item (shared: front-page & archive)
============================ */
.top-news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 20px;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}

.top-news-item-body {
  flex: 1;
  min-width: 0;
}

.top-news-thumb {
  flex: none;
  width: 120px;
  max-width: 120px;
  height: 90px;
  overflow: hidden;
  background-color: #e0e5e8;
  margin-left: auto;
}

.top-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.top-news-meta {
  align-items: center;
}

.top-news-date {
  color: #595757;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  margin: 0;
}

.top-news-title {
  margin: 20px 0 0;
  color: #595757;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-news-cat {
  margin: 0;
  box-sizing: border-box;
  min-width: 68px;
  margin-left: 20px;
  padding: 4px 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.top-news-cat.blog {
  background-color: #59c3e1;
}

.top-news-cat.notice,
.top-news-cat.news,
.top-news-cat.info {
  background-color: #00508e;
}

@media screen and (max-width: 767px) {
  .top-news-item a {
    padding: 15px 10px;
    gap: 12px;
  }
  .top-news-thumb {
    width: 72px;
    max-width: 72px;
    height: 54px;
  }
  .top-news-meta {
    flex-wrap: wrap;
  }
  .top-news-date {
    font-size: 1.3rem;
  }
  .top-news-cat {
    margin-left: 12px;
    font-size: 1.2rem;
    padding: 4px 10px;
    min-width: 60px;
  }
  .top-news-title {
    margin: 14px 0 0;
    font-size: 1.3rem;
  }
}

/* ============================
	news list
============================ */
.news-list {
  border-top: 1px solid #dddddd;
}

.news-item {
  border-bottom: 1px solid #dddddd;
}

/* ============================
	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
============================ */
#error-404 .content-box p {
  text-align: center;
}

@media screen and (min-width: 1001px) {
  #sp-menu {
    display: none;
  }

  #btn-hamburger {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
	#banner {
		padding: 0 0 70px;
	}

	.contact-cta-bg {
		padding: 60px 0 ;
		background-position: right;
	}

	.contact-cta-head {
		display: block;
	}

	.contact-cta-text p {
		font-size: 2rem;
		line-height: 1.7;
		text-align: center;
	}

	.contact-cta-tel {
		margin: 25px 0 0;
		text-align: center;
	}

	.contact-cta-tel .tel-num {
		font-size: 3.2rem;
		line-height: 1;
	}

	.contact-cta-tel .tel-time {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.contact-cta-btn {
		margin: 25px 0 0;
	}

	.contact-cta-btn a {
		justify-content: center;
		width: 100%;
		max-width: none;
		min-height: 64px;
		padding: 0 20px;
		border-radius: 32px;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}

	.contact-cta-btn img {
		width: 28px;
		margin-right: 12px;
	}

	.contact-cta-map {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		width: 100%;
		max-width: none;
		margin: 40px 0 0;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.contact-cta-map iframe {
		width: 100%;
		aspect-ratio: 1 / 1;
		border-radius: 10px;
	}

	#footer {
		padding: 70px 0 40px;
	}

	#footer .f-inner {
		display: block;
	}

	#footer .f-company {
		display: block;
	}

	#footer .f-logo {
		width: 160px;
		margin: 0 auto;
	}

	#footer .f-company-info {
		margin: 20px 0 0;
		text-align: center;
	}

	#footer .f-company-info p {
		font-size: 1.4rem;
		line-height: 1.9;
	}

	#footer .f-nav-area {
		margin: 35px 0 0;
		text-align: center;
	}

	#footer .f-nav {
		display: block;
	}

	#footer .f-nav li + li {
		margin: 12px 0 0;
	}

	#footer .f-nav a {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	#footer .copyright {
		margin-top: 25px;
		text-align: center;
	}

	#footer .copyright span:first-child,
	#footer .copyright span:last-child {
		font-size: 1.4rem;
	}

	#footer .copyright span:last-child {
		display: inline-block;
		margin-left: 8px;
	}
	#footer .f-nav li.f-instagram {
		margin: 12px auto 0;
	}
}

.news-item a {
	color: inherit;
}

.news-item a:link,
.news-item a:visited {
	color: inherit;
}

.news-empty {
	font-size: 1.6rem;
	text-align: center;
}

.news-single-box {
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.news-single-head {
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}

.news-single-title {
	margin: 25px 0 0;
	color: #595757;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}

.news-single-body {
	padding: 40px 0 0;
	color: #595757;
	font-size: 1.6rem;
	line-height: 2;
}

.news-single-body > *:first-child {
	margin-top: 0;
}

.news-single-body > * + * {
	margin-top: 30px;
}

.news-single-body img {
	max-width: 100%;
	height: auto;
}

.news-single-nav {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
	align-items: center;
}

.news-single-nav-prev,
.news-single-nav-next,
.news-single-nav-back {
	width: 33.333%;
}

.news-single-nav-back {
	text-align: center;
}

.news-single-nav-next {
	text-align: right;
}

.news-single-nav a {
	color: #595757;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
}

.post-cat.blog {
	background-color: #59c3e1;
}

.post-cat.info,
.post-cat.notice,
.post-cat.news {
	background-color: #00508e;
}

@media screen and (max-width: 767px) {
	.news-item .post-meta {
		display: block;
	}

	.news-item .post-ttl {
		margin: 12px 0 0;
	}

	.news-item .post-cats {
		margin: 10px 0 0;
	}

	.news-single-title {
		font-size: 2.4rem;
		line-height: 1.5;
	}

	.news-single-body {
		font-size: 1.4rem;
		line-height: 2;
	}

	.news-single-nav {
		display: block;
	}

	.news-single-nav-prev,
	.news-single-nav-next,
	.news-single-nav-back {
		width: 100%;
		text-align: left;
	}

	.news-single-nav-back,
	.news-single-nav-next {
		margin-top: 15px;
	}
}

#page-mv .mv-wave {
	position: absolute;
	left: 0;
	bottom: 0;
	aspect-ratio: 1400 / 90;
	width: 100%;
	height: auto;
	line-height: 1;
	z-index: 1;
}

#page-mv .mv-wave img {
	display: block;
	width: 100%;
	height: 100%;
}

#recruit-entry-form {
	padding: 148px 0 142px;
	background-color: #eff8fe;
}

.recruit-entry-form-intro {
	margin: 60px 0 0;
}

.recruit-entry-form-intro p {
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
}

.recruit-entry-form-box {
	margin: 60px 0 0;
	padding: 50px 60px;
	border-radius: 10px;
	background: #fff;
}

#recruit-entry-form .contact-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

#recruit-entry-form .contact-box th,
#recruit-entry-form .contact-box td {
	padding: 24px 0;
	vertical-align: top;
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	border: none;
}

#recruit-entry-form .contact-box th {
	width: 220px;
	padding-right: 30px;
}

#recruit-entry-form .contact-box .required {
	margin-left: 12px;
	padding: 5px 10px;
	border-radius: 12px;
	background-color: #59c3e1;
	font-size: 1.2rem;
	line-height: 1;
}

#recruit-entry-form .contact-box input[type="text"],
#recruit-entry-form .contact-box input[type="email"],
#recruit-entry-form .contact-box input[type="tel"],
#recruit-entry-form .contact-box textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	background-color: #fff;
	color: #595757;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

#recruit-entry-form .contact-box input[type="text"]:focus,
#recruit-entry-form .contact-box input[type="email"]:focus,
#recruit-entry-form .contact-box input[type="tel"]:focus,
#recruit-entry-form .contact-box textarea:focus {
	outline: none;
	border-color: #59c3e1;
}

#recruit-entry-form .contact-box textarea {
	min-height: 180px;
	resize: vertical;
}

#recruit-entry-form .contact-box .zip {
	width: 180px;
	max-width: 100%;
}

#recruit-entry-form #consent-box {
	margin: 40px 0 0;
	text-align: center;
}

#recruit-entry-form #consent-box span {
	display: inline-block;
	color: #595757;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}

#recruit-entry-form #consent-box .wpcf7-list-item {
	margin: 0;
}

#recruit-entry-form #consent-box a {
	color: #595757;
	text-decoration: underline;
}

#recruit-entry-form #submit-box {
	margin: 30px 0 0;
}

#recruit-entry-form #btn-submit {
	width: 260px;
}

#recruit-entry-form #btn-submit .wpcf7-submit {
	width: 260px;
	padding: 18px 0;
	border: none;
	border-radius: 30px;
	background-color: #00508e;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	transition: opacity 0.3s ease;
}

#recruit-entry-form #btn-submit .wpcf7-submit:hover {
	opacity: 0.8;
}

#recruit-entry-form #submit-box .wpcf7-response-output {
	margin-top: 20px;
	color: #595757;
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	#recruit-entry-form {
		padding: 80px 0;
	}

	.recruit-entry-form-intro {
		margin-top: 40px;
	}

	.recruit-entry-form-intro p {
		font-size: 1.4rem;
		line-height: 2;
	}

	.recruit-entry-form-box {
		margin-top: 40px;
		padding: 30px 20px;
	}

	#recruit-entry-form .contact-box th,
	#recruit-entry-form .contact-box td {
		display: block;
		width: 100%;
		padding: 14px 0;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	#recruit-entry-form .contact-box th {
		padding-right: 0;
		padding-bottom: 6px;
	}

	#recruit-entry-form .contact-box td {
		padding-top: 0;
	}

	#recruit-entry-form #btn-submit {
		width: 100%;
		max-width: 260px;
	}

	#recruit-entry-form #btn-submit .wpcf7-submit {
		width: 100%;
		font-size: 1.4rem;
	}
}

/* ============================
	form style
============================ */
.contact-box {
	margin: 60px 0 0;
	padding: 50px 60px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.contact-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: none;
}

.contact-box th,
.contact-box td {
	box-sizing: border-box;
	padding: 24px 0;
	vertical-align: top;
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	background: none;
	border: none;
}

.contact-box th {
	width: 220px;
	padding-right: 30px;
}

.contact-box td {
	width: calc(100% - 220px);
}

.contact-box .required {
	display: inline-block;
	margin: 0 0 0 12px;
	padding: 5px 10px;
	border-radius: 12px;
	background-color: #59c3e1;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}

.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,
.contact-box select {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: 0;
	background-color: #f8fbfd;
	color: #595757;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	box-shadow: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
}

.contact-box input[type="text"]:focus,
.contact-box input[type="password"]:focus,
.contact-box input[type="email"]:focus,
.contact-box input[type="tel"]:focus,
.contact-box input[type="url"]:focus,
.contact-box input[type="number"]:focus,
.contact-box textarea:focus,
.contact-box select:focus {
	outline: none;
	border: 1px solid #59c3e1;
	background-color: #fff;
}

.contact-box {
	margin: 60px 0 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	box-sizing: border-box;
}

.contact-box textarea {
	min-height: 180px;
	resize: vertical;
}

.contact-box select {
	padding-right: 44px;
	background-image:
		linear-gradient(45deg, transparent 50%, #595757 50%),
		linear-gradient(135deg, #595757 50%, transparent 50%);
	background-position:
		calc(100% - 22px) calc(50% - 2px),
		calc(100% - 16px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.contact-box .zip {
	width: 180px;
	max-width: 100%;
}

.contact-box .your-address,
.contact-box .your-email,
.contact-box .your-content,
.contact-box .your-tel {
	width: 100%;
}

.contact-box .wpcf7-form-control-wrap {
	display: block;
}

.contact-box .wpcf7-not-valid-tip {
	margin: 8px 0 0;
	color: #e21414;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

#consent-box {
	margin: 40px 0 0;
	text-align: center;
}

#consent-box span {
	display: inline-block;
	color: #595757;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}

#consent-box .wpcf7-list-item {
	margin: 0;
}

#consent-box input[type="checkbox"] {
	margin-right: 8px;
}

#consent-box a {
	color: #595757;
	text-decoration: underline;
}

#submit-box {
	margin: 30px 0 0;
}

#submit-box .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}

#btn-submit {
	width: 260px;
	margin: 0 auto;
}

#btn-submit .wpcf7-submit {
	display: block;
	width: 260px;
	padding: 18px 0;
	border: none;
	border-radius: 30px;
	background-color: #00508e;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

#btn-submit .wpcf7-submit:hover {
	opacity: 0.8;
}

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

@media screen and (max-width: 767px) {
	.contact-box {
		margin-top: 40px;
		padding: 30px 20px;
	}

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

	.contact-box th,
	.contact-box td {
		padding: 14px 0;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.contact-box th {
		padding-right: 0;
		padding-bottom: 6px;
	}

	.contact-box td {
		padding-top: 0;
	}

	.contact-box .required {
		margin-left: 10px;
		padding: 4px 8px;
		font-size: 1.1rem;
	}

	.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,
	.contact-box select {
		padding: 12px 14px;
		font-size: 1.4rem;
	}

	.contact-box textarea {
		min-height: 140px;
	}

	.contact-box .zip {
		width: 100%;
	}

	#consent-box {
		margin-top: 30px;
	}

	#consent-box span {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	#submit-box {
		margin-top: 24px;
	}

	#btn-submit {
		width: 100%;
		max-width: 260px;
	}

	#btn-submit .wpcf7-submit {
		width: 100%;
		font-size: 1.4rem;
	}

	#btn-submit .wpcf7-spinner {
		right: -24px;
	}
}

body.preparing-page {
	margin: 0;
}

#preparing-page {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100dvh;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.preparing-page-inner {
	text-align: center;
}

.preparing-page-logo {
	width: 290px;
	margin: 0 auto;
	line-height: 1;
}

.preparing-page-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.preparing-page-text {
	margin-top: 30px;
	color: #595757;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
	.preparing-page-logo {
		width: 160px;
	}

	.preparing-page-text {
		margin-top: 24px;
		font-size: 1.8rem;
	}
}

#privacy-policy .privacy-content-box {
	margin-top: 65px;
}

#privacy-policy .privacy-content + .privacy-content {
	margin-top: 30px;
}

#privacy-policy .privacy-ttl {
	color: #00508e;
}

@media screen and (max-width: 767px) {
	#privacy-policy .privacy-content-box {
		margin-top: 40px;
	}
	#privacy-policy .privacy-content + .privacy-content {
		margin-top: 20px;
	}
	#privacy-policy .privacy-ttl {
		font-size: 1.8rem;
	}
	#privacy-policy p {
		font-size: 1.4rem;
	}
}
