/* リキッドレイアウト対応 */

body {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 8.75rem;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.layout-access {
	padding: 4.75rem 0 3rem;
}

.layout-common {
	padding-top: 3.5rem;
}

.layout-company {
	padding-top: 5rem;
}

.layout-contact {
	margin-top: 3.5rem;
}

.layout-footer {
	margin-top: 3.5rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-price {
	margin-top: 3.5rem;
	padding: 3.5rem 0;
}

.layout-privacy {
	margin-top: 3.5rem;
}

.layout-recruit {
	padding: 3.5rem 0 3.9375rem;
}

.layout-service {
	margin-top: 3.5rem;
}

.layout-thanks {
	margin-top: 6.25rem;
}

.access {
	background-color: #161C21;
	color: #FFFFFF;
}

.access__map {
	aspect-ratio: 329/171;
	margin-top: 2rem;
	width: 100%;
}

.access__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company {
	background-color: #161C21;
	color: #FFFFFF;
}

.company__list {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.6875rem;
}

.company__item {
	display: flex;
	gap: 10.9%;
}

.company__item + .company__item {
	margin-top: 1.25rem;
}

.company__label {
	width: 17.9%;
}

.company__value {
	width: 71.2%;
}

.confirm {
	font-size: 0.875rem;
	line-height: 2.5;
}

.confirm__contents {
	margin-top: 1.5rem;
}

.confirm__item + .confirm__item {
	margin-top: 1.5625rem;
}

.confirm__btn {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.contact-banner {
	background-color: #005A81;
	padding: 0.75rem 0;
	text-align: center;
}

.contact-banner__container {
	align-items: center;
	display: flex;
	gap: 3.35%;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 22.5rem;
	width: 100%;
}

.contact-banner__text {
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 700;
	width: 53.49%;
}

.contact-banner__btn {
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	overflow: hidden;
	padding: 0.75rem;
	position: relative;
	text-align: center;
	width: 43.16%;
}

.contact-banner__bg {
	position: relative;
	z-index: 3;
}

.contact-banner__br {
	display: inline-block;
}

.contact form {
	margin-top: 3.5625rem;
}

.contact__form-wrap {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.contact__form-wrap:first-of-type {
	border-top: 1px solid #EFEFEF;
}

.contact__form-label {
	align-items: center;
	background-color: #EFEFEF;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	padding: 0.75rem 1px;
	text-align: center;
}

.contact__required {
	color: #AC3737;
	display: inline-block;
	font-size: 0.5rem;
}

.contact__form-input {
	border-bottom: 1px solid #EFEFEF;
}

.contact__form-input .wpcf7-form-control-wrap {
	display: block;
	margin-left: 0.8125rem;
	padding: 0.625rem 0;
	width: 100%;
}

.contact__form-input input,
.contact__form-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	border: 1px solid #C3C3C3;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.5rem 1rem;
	width: 90%;
}

.contact__form-textarea {
	border-bottom: 1px solid #EFEFEF;
}

.contact__form-textarea .wpcf7-form-control-wrap {
	display: block;
	margin-left: 0.8125rem;
	padding: 0.625rem 0;
	width: 100%;
}

.contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	border: 1px solid #C3C3C3;
	font-size: 0.75rem;
	height: 12.5rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	resize: none;
	width: 90%;
}

.contact__form-input--select {
	border-bottom: 1px solid #EFEFEF;
	padding: 0.625rem 0;
	position: relative;
	width: 100%;
}

.contact__form-input--select::after {
	background-color: #005A81;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 9%;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.contact__form-input select:focus,
.contact__form-input input:focus {
	border: 1px solid #005A81;
}

.contact__form-input input::-moz-placeholder {
	color: #D6D6D6;
}

.contact__form-input input::placeholder {
	color: #D6D6D6;
}

.contact__form-checkbox {
	margin-top: 0.625rem;
}

.contact__form-checkbox label {
	display: block;
}

.contact__form-checkbox label:not(:first-of-type) {
	margin-top: 0.25rem;
}

.contact__form-checkbox input { /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 要素サイズを変更しうるプロパティのリセット */
	border: 0; /* 最近のブラウザ用
  * コンテンツを非表示にする設定  */
	clip-path: inset(50%);
	height: 1px;
	margin: -1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	padding: 0; /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
  * (スクリーンリーダー中には height と width が 0 のものを無視するため)
  */
	width: 1px;
}

.contact__form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.contact__form-wrap select::-ms-expand {
	display: none;
}

.contact__form-textarea textarea:focus {
	border: 1px solid #005A81;
}

.contact__form-textarea textarea::-moz-placeholder {
	color: #D6D6D6;
}

.contact__form-textarea textarea::placeholder {
	color: #D6D6D6;
}

.contact__form-privacy {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 19.375rem;
}

.contact__form-privacy input { /* 要素のどの部分が表示されるかを定義するもの */ /* 古いブラウザでは使用できない */
	clip: rect(0 0 0 0); /* 要素サイズを変更しうるプロパティのリセット */
	border: 0; /* 最近のブラウザ用
  * コンテンツを非表示にする設定  */
	clip-path: inset(50%);
	height: 1px;
	margin: -1px; /* オーバーフローしているコンテンツを隠す */
	overflow: hidden;
	padding: 0; /* コンテンツの流れから切り離す */
	position: absolute; /* 誤ったコードに対処するための回避策 */
	white-space: nowrap; /* 可能な限り文字サイズを小さくするための処理
  * (スクリーンリーダー中には height と width が 0 のものを無視するため)
  */
	width: 1px;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0 0 0 1.875rem;
	position: relative;
}

.contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #000000;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 3%;
	width: 1.25rem;
}

.contact__form-privacy input + span::after {
	border-bottom: 2px solid #C94800;
	border-left: 2px solid #C94800;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 17%;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.contact__form-privacy input:focus + span::before {
	border: 1px solid #005A81;
}

.contact__form-announcement {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.contact__form-announcement a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact__form-submit {
	margin: 2.0625rem auto 0.625rem;
}

.contact__confirm {
	display: none;
	margin-top: 3.5625rem;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 0.75rem;
}

.drawer {
	background-color: #161C21;
	color: #FFFFFF;
	width: 100%;
}

.drawer::-webkit-scrollbar {
	display: none;
}

.drawer__item {
	border-top: 1px solid #3C444A;
	width: 100%;
}

.drawer__item:last-of-type {
	border-bottom: 1px solid #3C444A;
}

.drawer__accordion {
	color: #FFFFFF;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 1rem 1.4375rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.drawer__accordion::before,
.drawer__accordion::after {
	background-color: #FFFFFF;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.875rem;
}

.drawer__accordion::after {
	transform: rotate(90deg);
}

.drawer__accordion.is-open::after {
	opacity: 0;
	transform: rotate(0deg);
}

.drawer__content {
	background-color: #1F262B;
	display: none;
}

.drawer__content-item:first-child .drawer__content-link {
	padding-top: 1.25rem;
}

.drawer__content-item:last-child .drawer__content-link {
	padding-bottom: 1.25rem;
}

.drawer__content-link {
	display: block;
	font-size: 0.875rem;
	padding: 0.625rem 1.4375rem;
	width: 100%;
}

.drawer__content-en {
	font-size: 0.625rem;
	margin-left: 0.3125rem;
}

.js-loading {
	display: none;
}

.js-fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}

.js-top-in {
	transform: translate(0, 50px);
}

.js-left-in {
	transform: translate(-50px, 0);
}

.js-right-in {
	transform: translate(0, -50px);
}

.js-fade-in.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.footer {
	background: #161C21;
	color: #FFFFFF;
	padding: 3.5rem 0 5.625rem;
}

.footer__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.footer__logo {
	aspect-ratio: 223/108;
	margin-left: auto;
	margin-right: auto;
	max-width: 13.75rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__nav {
	display: none;
}

.footer__nav-title {
	border-bottom: 2px solid #989898;
	font-size: max(1.875rem, 20px);
	font-weight: 700;
	line-height: 2.5;
}

.footer__nav-list {
	margin-top: 0.75rem;
}

.footer__nav-item {
	font-size: max(1.25rem, 14px);
}

.footer__nav-item a {
	display: block;
	padding: 0.6875rem 0;
	transition: 0.3s;
}

.footer__nav-item a:hover {
	color: #F0D610;
}

.footer__drawer {
	margin-top: 3.5rem;
}

.footer__copyright {
	color: #FFFFFF;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	margin-top: 3.75rem;
	text-align: center;
}

.header {
	background-color: #fff;
	height: 3.75rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 0.375rem;
}

.header__logo {
	height: inherit;
	max-width: 100%;
	width: 5.3125rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
	overflow: clip;
}

.header__nav-item a {
	align-items: center;
	color: #161C21;
	display: flex;
	flex-direction: column;
	font-size: max(1.25rem, 14px);
	font-weight: 500;
	height: inherit;
	justify-content: center;
	line-height: 1;
	position: relative;
	transition: 0.3s;
}

.header__nav-item a::after {
	background-color: #161C21;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
	content: "";
	display: block;
	height: 0.6875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.header__nav-item span {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #161C21;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.5rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.4375rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.4375rem;
}

.header__hamburger.is-open span {
	background-color: #FFFFFF;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0.125rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 3.75rem 0 3.75rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	z-index: 900;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 23px;
	padding-right: 23px;
	width: 100%;
}

.mv {
	height: calc(100vh - 3.75rem);
	min-height: 25rem;
	position: relative;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__img,
.mv__img img {
	height: inherit;
	min-height: inherit;
}

.mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.philosophy {
	background-color: #161C21;
	color: #FFFFFF;
}

.philosophy__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.375rem;
}

.price {
	background-color: #E3E3E3;
}

.price__inquiry {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.75rem;
	position: relative;
}

.price__btn {
	background-color: #005A81;
	border-radius: 50%;
	display: inline-block;
	height: 1.375rem;
	margin-left: 0.75rem;
	position: relative;
	right: 0;
	transform: translateY(0.1875rem);
	width: 1.375rem;
}

.price__btn::before {
	background-image: url(../../assets/images/arrow.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 0.625rem;
}

.price__item {
	background-color: #FFFFFF;
	margin-top: 2.3125rem;
	padding: 2.5rem 1.25rem;
}

.price__item-title {
	border-left: 0.5625rem solid #181E23;
	font-size: 1.25rem;
	padding-left: 1.3125rem;
}

.price__item-subtitle {
	font-size: 1rem;
}

.price__item-description {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.3;
	margin-top: 1.5rem;
}

.privacy-policy {
	font-size: 0.75rem;
	line-height: 1.5;
}

.privacy-policy__title {
	text-align: center;
}

.privacy-policy__box {
	border: 1px solid #000000;
	border-radius: 0.5rem;
	height: 12.5rem;
	margin-top: 1.5rem;
	overflow-y: scroll;
	padding: 1.125rem 1.25rem;
}

.privacy--policy__heading {
	margin-top: 0.625rem;
}

.privacy--policy__text {
	margin-top: 0.3125rem;
}

.privacy--policy__list {
	margin-top: 0.3125rem;
}

.privacy--policy__list-item {
	list-style: disc;
	margin-left: 1.25rem;
}

.privacy--policy__sub-list {
	list-style: disc;
}

.recruit {
	background-color: #707070;
	color: #FFFFFF;
}

.recruit__btn {
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 3.5rem;
	padding: 1.0625rem 0 1.25rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.recruit__icon {
	background-color: #005A81;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	bottom: -0.625rem;
	display: inline-block;
	height: 1.375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.375rem;
}

.recruit__icon::before {
	background-image: url(../../assets/images/arrow.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
}

.section-title__main {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
}

.section-title__sub {
	font-size: 0.6875rem;
}

.section-title--white {
	color: #FFFFFF;
}

.service__items {
	grid-gap: 2rem;
	align-items: center;
	display: grid;
	gap: 2rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.service__item {
	background-color: #EEEEEE;
	padding: 1.25rem;
	text-align: center;
}

.service__item-title {
	font-size: 1.25rem;
}

.service__item-title span {
	font-size: 1rem;
}

.service__item-icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: 8.1875rem;
}

.service__item-description {
	flex-grow: 1;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.125rem;
	text-align: left;
}

.submit {
	background: #161C21;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.submit input {
	-webkit-text-decoration: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border: 1px solid #161C21;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	min-width: 9.375rem;
	padding: 0.625rem 2.125rem;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.3s;
	width: 100%;
}

.thanks-page {
	text-align: center;
}

.thanks-page__complete {
	margin-top: 1.5rem;
}

.thanks-page__message {
	font-size: 0.875rem;
}

.thanks-page__btn {
	background-color: #161C21;
	border: 1px solid #161C21;
	color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	padding: 0.3125rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.0738255034vw;
}

.layout-access {
	padding: 10rem 0 11.25rem;
}

.layout-common {
	padding-top: 10rem;
}

.layout-company {
	padding-top: 10.625rem;
}

.layout-contact {
	margin-top: 10rem;
}

.layout-footer {
	margin-top: 10rem;
}

.layout-price {
	margin-top: 10rem;
	padding: 10rem 0;
}

.layout-privacy {
	margin-top: 10rem;
}

.layout-recruit {
	padding: 10rem 0;
}

.layout-service {
	margin-top: 10rem;
}

.layout-thanks {
	margin-top: 15rem;
}

.access__inner {
	display: flex;
	gap: 5%;
}

.access__title {
	width: 25%;
}

.access__map {
	aspect-ratio: 1191/621;
	margin-top: 0;
	width: 70%;
}

.company__inner {
	display: flex;
	gap: 10%;
}

.company__title {
	width: 20%;
}

.company__list {
	font-size: max(1.5rem, 14px);
	margin-top: 0;
	width: 70%;
}

.company__item + .company__item {
	margin-top: 2.875rem;
}

.company__item {
	gap: 5%;
}

.company__label {
	width: 15%;
}

.company__value {
	width: 80%;
}

.confirm {
	font-size: max(1.25rem, 14px);
}

.confirm__contents {
	margin-top: 3.375rem;
}

.confirm__item {
	display: grid;
	grid-template-columns: 1fr 4fr;
	margin-top: 0;
}

.confirm__btn {
	grid-template-columns: repeat(2, 18.75rem);
	margin-top: 3.5rem;
}

.contact-banner {
	padding: 1.125rem 0;
}

.contact-banner__container {
	gap: 5.3125rem;
	max-width: 81.6875rem;
}

.contact-banner__text {
	font-size: max(2.5rem, 26px);
	width: -moz-fit-content;
	width: fit-content;
}

.contact-banner__btn {
	border-radius: 0.625rem;
	font-size: max(2rem, 18px);
	padding: 1.125rem 6.9375rem;
}

.contact-banner__btn:hover {
	color: #FFFFFF;
}

.contact-banner__btn::after {
	background-color: #161C21;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 0.3s;
	width: 100%;
}

.contact-banner__btn:hover::after {
	transform: scale(1, 1);
}

.contact form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 73.125rem;
}

.contact__form-wrap {
	grid-template-columns: 1fr 3.8fr;
}

.contact__form-label {
	font-size: max(1.25rem, 14px);
}

.contact__required {
	font-size: max(0.875rem, 12px);
}

.contact__form-input .wpcf7-form-control-wrap {
	margin-left: 0.6875rem;
	padding: 0.9375rem 0;
}

.contact__form-input input,
.contact__form-input select {
	font-size: max(1.25rem, 14px);
	padding: 0.625rem 1.25rem;
	width: 52%;
}

.contact__form-textarea .wpcf7-form-control-wrap {
	margin-left: 0.6875rem;
	width: 100%;
}

.contact__form-textarea textarea {
	font-size: max(1.25rem, 14px);
	height: 13.75rem;
	width: 97%;
}

.contact__form-input--select::after {
	height: 1.125rem;
	right: 28.5rem;
	width: 1.3125rem;
}

.contact__form-checkbox {
	margin-top: 0;
	margin-top: initial;
}

.contact__form-privacy {
	margin-top: 3.75rem;
	max-width: 100%;
	text-align: center;
}

.contact__form-privacy input + span {
	font-size: max(1.25rem, 12px);
}

.contact__form-privacy input + span::before {
	top: 17%;
}

.contact__form-privacy input + span::after {
	top: 37%;
}

.contact__form-announcement {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form-submit {
	margin-top: 5.375rem;
}

.contact__confirm {
	margin-left: auto;
	margin-right: auto;
	max-width: 73.125rem;
}

.wpcf7-not-valid-tip {
	font-size: max(1rem, 12px);
}

.footer__inner.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.footer__container {
	grid-gap: 6.8125rem;
	display: grid;
	gap: 6.8125rem;
	grid-template-columns: 18.75rem auto;
}

.footer__logo {
	aspect-ratio: 300/145;
	max-width: 18.75rem;
}

.footer__nav {
	grid-gap: 2.1875rem 3rem;
	display: grid;
	gap: 2.1875rem 3rem;
	grid-template-columns: repeat(3, 1fr);
}

.footer__drawer {
	display: none;
}

.footer__copyright {
	font-size: max(1rem, 12px);
	margin-top: 8.9375rem;
}

.header {
	height: 100px;
}

.header__inner {
	padding: 0 3.75rem;
}

.header__logo {
	max-width: 100%;
	width: max(9rem, 100px);
}

.header__nav {
	display: block;
}

.header__nav-item:first-of-type a {
	padding-right: 1.875rem;
}

.header__nav-item:not(:first-of-type) a {
	padding: 0 1.875rem;
}

.header__nav-item a:hover {
	color: #005A81;
	transform: translateY(3px);
}

.header__nav-item a:hover::after {
	background-color: #005A81;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1540px;
	padding-left: 25px;
	padding-right: 25px;
}

.mv {
	height: 100vh;
}

.philosophy__text {
	font-size: 2.5rem;
	line-height: 1.75;
	margin-top: 3.9375rem;
	text-align: center;
}

.price__header {
	align-items: center;
	display: flex;
	gap: 6.375rem;
}

.price__inquiry {
	font-size: max(2rem, 20px);
	margin-top: 0;
	transition: 0.3s;
}

.price__btn {
	height: 2.1875rem;
	margin-left: 1.5625rem;
	transition: 0.3s;
	width: 2.1875rem;
}

.price__btn::before {
	height: 0.9375rem;
	width: 1.125rem;
}

.price__inquiry:hover {
	color: #005A81;
}

.price__inquiry:hover .price__btn {
	transform: translateY(0.375rem);
}

.price__item {
	margin-top: 3.0625rem;
	padding: 2rem;
}

.price__item-title {
	font-size: max(2rem, 20px);
	padding-left: 2.125rem;
}

.price__item-subtitle {
	font-size: max(1.5rem, 14px);
}

.price__item-description {
	font-size: max(1.5rem, 14px);
}

.privacy-policy {
	font-size: max(1rem, 14px);
}

.privacy-policy__box {
	height: 12.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5625rem;
	max-width: 73.125rem;
	padding: 1.5625rem 1.875rem;
}

.privacy--policy__heading {
	margin-top: 0.9375rem;
}

.privacy--policy__text {
	margin-top: 0.625rem;
}

.privacy--policy__list {
	margin-top: 0.625rem;
}

.privacy--policy__list-item {
	margin-left: 1.125rem;
}

.recruit__btn {
	font-size: 2rem;
	padding: 2.9375rem 0 3.9375rem;
}

.recruit__btn:hover {
	color: #005A81;
}

.recruit__icon {
	border: 5px solid #FFFFFF;
	bottom: -1.25rem;
	height: max(2.8125rem, 35px);
	transition: 0.3s;
	width: max(2.8125rem, 35px);
}

.recruit__icon::before {
	height: 1.125rem;
	top: 60%;
	width: 1.25rem;
}

.section-title__main {
	font-size: max(2.5rem, 30px);
}

.section-title__sub {
	font-size: max(1.5rem, 16px);
}

.service__items {
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	margin-top: 6.625rem;
}

.service__item {
	height: 100%;
	padding: 2rem;
	padding: 1.375rem 2rem 3.75rem;
}

.service__item-title {
	font-size: 2.5rem;
}

.service__item-title span {
	font-size: 1.75rem;
}

.service__item-icon {
	flex-grow: 1;
	margin-top: 1.5rem;
	width: 11.25rem;
}

.service__item-description {
	font-size: max(1.1875rem, 12px);
	margin-top: 1.5rem;
}

.submit {
	transition: 0.3s;
}

.submit input {
	font-size: 1.5rem;
	padding: 1.125rem 7.375rem;
}

.submit input:hover,
.submit input:focus {
	background-color: #FFFFFF;
	color: #161C21;
}

.thanks-page__complete {
	margin-top: 3.5rem;
}

.thanks-page__message {
	font-size: 1.25rem;
}

.thanks-page__btn {
	margin-top: 3.5rem;
	padding: 0.625rem 6.875rem;
	transition: 0.3s;
}

.thanks-page__btn:hover {
	background-color: #FFFFFF;
	color: #161C21;
}

}

@media screen and (min-width: 1024px) {

.access__title {
	width: 14%;
}

.access__map {
	width: 80%;
}

.company__inner {
	gap: 23.9%;
}

.company__title {
	width: 13.4%;
}

.company__list {
	width: 62.7%;
}

}

@media screen and (min-width: 1440px) {

.header__inner {
	padding: 0 7.5rem;
}

.header__nav-item:first-of-type a {
	padding-right: 2.375rem;
}

.header__nav-item:not(:first-of-type) a {
	padding: 0 2.375rem;
}

.service__items {
	gap: 5.625rem;
}

}

@media (min-width: 1490px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
