/*
Theme Name: homon-kango24_theme
Theme URI: 
Author: Wreath Enterprise co.,Ltd.
Author URI: https://wreath-ent.co.jp/
Description: Original Theme of homon-kango24.
Version: 1.0
License: Wreath Enterprise co.,Ltd.
License URI: https://wreath-ent.co.jp/
Tags: 
Text Domain: 
*/
@charset "UTF-8";

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:where([hidden]:not([hidden=until-found])) {
	display: none !important;
}

:where(html) {
	-moz-tab-size: 2;
	  -o-tab-size: 2;
	     tab-size: 2;
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
}

:where(body) {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

:where(button) {
	all: unset;
}

:where(input,
button,
textarea,
select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
}

:where(button,
label,
select,
summary,
[role=button],
[role=option]) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled),
label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}

:where(ul,
ol) {
	list-style: none;
}

:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object) {
	display: block;
}

:where(img,
picture,
svg,
video) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p,
h1,
h2,
h3,
h4,
h5,
h6) {
	overflow-wrap: break-word;
}

:where(h1,
h2,
h3) {
	line-height: -webkit-calc(1em + 1rem);
	line-height: -moz-calc(1em + 1rem);
	line-height: calc(1em + 1rem);
}

:where(hr) {
	overflow: visible;
	border: none;
	color: inherit;
	-webkit-border-before: 1px solid;
	        border-block-start: 1px solid;
	block-size: 0;
}

:where(:focus-visible,
:target) {
	scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within,
:active)) {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(50%) !important;
	        clip-path: inset(50%) !important;
}

:root {
	--c-white: #ffffff;
	--c-primary: #000000;
	--c-blue: #021E63;
	--c-blue-li: #DFECF2;
	--c-yellow: #FCCF00;
	--c-yellow2: #f2b500;
	--c-red: #d50578;
	--c-border: #87898B;
	--c-mask: rgba(0, 0, 0, .75);
	--f-primary: "Zen Kaku Gothic New", system-ui;
	--f-primary-en: "EB Garamond", serif;
	--f-primary-en-r: "Roboto", sans-serif;
	--f-mincho: "Zen Old Mincho", serif;
	--pageTop-z-index: 9993;
	--btn-fix: 9994;
	--header-z-index: 9995;
	--overlay-z-index: 9996;
	--header-logo-z-index: 9997;
	--header-hamburgerBtn-z-index: 9998;
	--menu-z-index: 9999;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	word-wrap: break-word;
}

body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: var(--c-white);
	font-family: var(--f-primary);
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--c-primary);
	text-align: left;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
}

body.no-scroll {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	font-style: italic;
	vertical-align: middle;
	-webkit-shape-margin: 0.75rem;
	        shape-margin: 0.75rem;
}

a {
	color: var(--c-primary);
	text-decoration: none;
}

.en {
	font-family: var(--f-primary-en);
}

.en-r {
	font-family: var(--f-primary-en-r);
}

.pc-only {
	display: block;
}

.pc-escape {
	display: none;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

.sp-only {
	display: none;
}

.sp-escape {
	display: block;
}

.btn--tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: clamp(0.6rem, 0.3636363636vw, 0.6rem) clamp(1.8rem, 1.0909090909vw, 1.8rem);
	border-radius: 22.5px;
	background-color: var(--c-blue);
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(0.6rem, 1.6vw, 0.6rem);
	   -moz-column-gap: clamp(0.6rem, 1.6vw, 0.6rem);
	        column-gap: clamp(0.6rem, 1.6vw, 0.6rem);
}

.btn--tel .circle {
	position: relative;
	width: clamp(1.9rem, 1.1515151515vw, 1.9rem);
	height: clamp(1.9rem, 1.1515151515vw, 1.9rem);
	border-radius: 50%;
	background-color: var(--c-white);
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.btn--tel .circle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: clamp(1rem, 0.6060606061vw, 1rem);
	height: clamp(1rem, 0.6060606061vw, 1rem);
	background-color: var(--c-blue);
	content: "";
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-mask-image: url(./images/common/icon-tel.svg);
	        mask-image: url(./images/common/icon-tel.svg);
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.btn--tel .number {
	margin-top: -2px;
	font-size: 25px;
	font-weight: 500;
	color: var(--c-white);
	letter-spacing: 0.05em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.btn--tel.reverse {
	background-color: var(--c-white);
}

.btn--tel.reverse .circle {
	background-color: var(--c-blue);
}

.btn--tel.reverse .circle::after {
	background-color: var(--c-white);
}

.btn--tel.reverse .number {
	color: var(--c-blue);
}

.btn--fixed-pageTop {
	position: absolute;
	top: 0;
	right: clamp(6rem, 5.8787878788vw, 9.7rem);
	width: clamp(6.4rem, 8.5365853659vw, 7rem);
	cursor: pointer;
	-webkit-transform: translateY(-30%);
	   -moz-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
}

.btn--arrow {
	position: relative;
	display: block;
	width: clamp(24rem, 64vw, 24rem);
	margin-top: clamp(4rem, 10.6666666667vw, 5.6rem);
	padding: clamp(1.6rem, 4.2666666667vw, 1.6rem);
	border: 1px solid var(--c-blue);
	background-color: var(--c-blue);
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.btn--arrow::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: clamp(2.2rem, 5.8666666667vw, 2.2rem);
	height: clamp(2.2rem, 5.8666666667vw, 2.2rem);
	background-color: var(--c-white);
	content: "";
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-mask-image: url(./images/common/icon-white-arrow.svg);
	        mask-image: url(./images/common/icon-white-arrow.svg);
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.btn--arrow .text {
	font-family: var(--f-mincho);
	font-weight: 500;
	color: var(--c-white);
	text-align: center;
	letter-spacing: 0.005em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.btn--home {
	display: block;
	width: clamp(14rem, 37.3333333333vw, 18rem);
	margin-top: clamp(3.2rem, 8.5333333333vw, 5.2rem);
	padding: clamp(1.2rem, 3.2vw, 1.6rem) clamp(1.6rem, 4.2666666667vw, 2.4rem);
	border: 1px solid var(--c-primary);
	border-radius: 4px !important;
	background-color: var(--c-primary);
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
	font-weight: 500;
	line-height: 1.65;
	color: var(--c-white);
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	-moz-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	margin-inline: auto;
}

.btn--home:hover {
	background-color: var(--c-white);
	color: var(--c-primary);
}

.btn--fix {
	position: fixed;
	z-index: var(--btn-fix);
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: clamp(23rem, 18.1818181818vw, 30rem);
	padding: 0 16px 16px;
	border-top-left-radius: 16px;
	background-color: var(--c-blue);
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
	-moz-transition: opacity 0.4s ease, visibility 0.4s ease;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.btn--fix .logo {
	width: clamp(16.5rem, 10.9090909091vw, 18rem);
	margin-top: -6px;
}

.btn--fix .note {
	margin-top: 8px;
	font-size: clamp(1.4rem, 0.8484848485vw, 1.6rem);
	font-weight: 600;
	color: var(--c-white);
}

.btn--fix .btn--tel,
.btn--fix .btn--line {
	width: clamp(20rem, 15.1515151515vw, 25rem);
	padding: clamp(0.4rem, 0.390625vw, 1rem);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.btn--fix .btn--tel {
	margin-top: 8px;
	border: 1px solid var(--c-white);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.btn--fix .btn--tel .circle {
	width: clamp(2rem, 2.34375vw, 2.4rem);
	height: clamp(2rem, 2.34375vw, 2.4rem);
}

.btn--fix .btn--tel .circle::after {
	width: clamp(1rem, 1.171875vw, 1.2rem);
	height: clamp(1rem, 1.171875vw, 1.2rem);
}

.btn--fix .btn--tel .number {
	font-size: clamp(2.4rem, 1.6363636364vw, 2.7rem);
	line-height: 1;
}

.btn--fix .btn--line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 11px;
	border-radius: 22.5px;
	background-color: #06c755;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 7px;
	   -moz-column-gap: 7px;
	        column-gap: 7px;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
}

.btn--fix .btn--line:before {
	display: block;
	width: 27px;
	height: 25px;
	background-image: url(./images/common/icon-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.btn--fix .btn--line .text {
	font-size: clamp(1.9rem, 1.2727272727vw, 2.1rem);
	font-weight: 600;
	line-height: 1;
	color: var(--c-white);
}

.btn--fix .banner {
	display: block;
	width: clamp(20rem, 15.1515151515vw, 25rem);
	margin-top: 11px;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	margin-inline: auto;
}

.overlay {
	position: fixed;
	z-index: var(--overlay-z-index);
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--c-blue-li);
	-webkit-transition: width 0.6s ease-out, height 0.6s ease-out;
	-moz-transition: width 0.6s ease-out, height 0.6s ease-out;
	transition: width 0.6s ease-out, height 0.6s ease-out;
	-webkit-transform: translate(50%, -50%);
	   -moz-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.overlay.active {
	width: 3500px;
	height: 3500px;
	-webkit-transform: translate(50%, -50%);
	   -moz-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.globalMenu {
	display: none;
}

.globalMenu__content__item a {
	display: block;
	padding-bottom: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	border-bottom: 1px solid var(--c-blue);
	font-family: var(--f-mincho);
	font-size: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	font-weight: 700;
	color: var(--c-blue);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.globalMenu__content__item:not(.globalMenu__content__item:first-of-type) {
	padding-top: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.globalMenu .btn--tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: clamp(2rem, 5.3333333333vw, 4rem);
	padding: clamp(0.8rem, 2.6666666667vw, 1.4rem);
	border-radius: 66px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.globalMenu .btn--tel .tel__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
	   -moz-column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
	        column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
}

.globalMenu .btn--tel .tel__body .circle {
	width: clamp(3rem, 8vw, 4.2rem);
	height: clamp(3rem, 8vw, 4.2rem);
}

.globalMenu .btn--tel .tel__body .circle::after {
	width: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	height: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.globalMenu .btn--tel .tel__body .number {
	font-size: clamp(2rem, 7.4666666667vw, 4.4rem);
	font-weight: 500;
	line-height: 1.25;
}

.globalMenu .btn--tel .tel__date {
	font-size: clamp(1.2rem, 3.7333333333vw, 2rem);
	font-weight: 500;
	line-height: 1.5;
	color: var(--c-white);
	letter-spacing: 0.05em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.globalMenu .caption {
	margin-top: clamp(1rem, 2.6666666667vw, 1.2rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 2.4rem);
	font-weight: 500;
	color: var(--c-blue);
}

.globalMenu .line-fax {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(1.6rem, 4.2666666667vw, 3.2rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}

.globalMenu .line-fax .line,
.globalMenu .line-fax .fax {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 98%;
	padding: clamp(1.8rem, 4.8vw, 1.8rem);
	border-radius: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.globalMenu .line-fax .line {
	padding: clamp(1.4rem, 3.7333333333vw, 1.8rem);
	background-color: #06c755;
	font-size: clamp(2rem, 5.3333333333vw, 2.5rem);
	font-weight: 600;
	line-height: 1.4;
	color: var(--c-white);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}

.globalMenu .line-fax .line:before {
	display: block;
	width: 42px;
	height: 39px;
	background-image: url(./images/common/icon-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.globalMenu .line-fax .fax {
	max-height: 88px;
	padding: clamp(1.4rem, 4.2666666667vw, 2rem) clamp(1.6rem, 4.2666666667vw, 2rem);
	background-color: var(--c-white);
	line-height: 1.4;
	color: var(--c-blue);
	letter-spacing: 0.05em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}

.globalMenu .line-fax .fax .heading {
	font-size: 1.6rem;
	font-weight: 600;
}

.globalMenu .line-fax .fax .number {
	margin-top: -4px;
	font-size: 2.8rem;
	font-weight: 500;
}

.globalMenu .banner {
	display: block;
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.8rem);
	margin-inline: auto;
}

.breadcrumbs {
	padding: clamp(1.2rem, 3.2vw, 1.6rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.breadcrumbs__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	-webkit-column-gap: 7px;
	   -moz-column-gap: 7px;
	        column-gap: 7px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-inline: auto;
}

.breadcrumbs__inner > span {
	font-family: var(--f-mincho);
	font-size: clamp(1.2rem, 3.2vw, 1.4rem);
	font-weight: 600;
}

.breadcrumbs__inner > span a {
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.hamburgerBtn {
	display: none;
}

.hamburgerBtn span {
	position: absolute;
	left: 50%;
	display: block;
	width: clamp(2.8rem, 9.6vw, 5.6rem);
	height: 3px;
	background-color: var(--c-white);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.hamburgerBtn span:nth-of-type(1) {
	top: 28%;
}

.hamburgerBtn span:nth-of-type(2) {
	top: 50%;
}

.hamburgerBtn span:nth-of-type(3) {
	top: 72%;
}

.hamburgerBtn.active span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	   -moz-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburgerBtn.active span:nth-of-type(2) {
	visibility: hidden;
	opacity: 0;
}

.hamburgerBtn.active span:nth-of-type(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	   -moz-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.company__sectionTitle {
	font-size: clamp(9.2rem, 9.765625vw, 10rem);
	font-weight: 400;
	line-height: 1;
}

.company__sectionTitle::after {
	display: block;
	margin-top: clamp(0.8rem, 2.1333333333vw, 2rem);
	font-size: clamp(2rem, 5.3333333333vw, 3rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	content: attr(data-title);
}

.bottomContact {
	padding: 0 clamp(3.2rem, 5.46875vw, 5.6rem) 157px;
	background-image: url(./images/common/bg-footer-contact.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bottomContact__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 820px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-inline: auto;
}

.bottomContact__logo {
	max-width: 460px;
	margin-top: -1px;
	margin-inline: auto;
}

.bottomContact__text {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
	font-family: var(--f-mincho);
	font-size: clamp(1.8rem, 4.8vw, 3rem);
	font-weight: 600;
	color: var(--c-white);
}

.bottomContact .btn--tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 570px;
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	padding-top: clamp(1.4rem, 3.7333333333vw, 1.8rem);
	padding-bottom: clamp(1.4rem, 3.7333333333vw, 1.8rem);
	border-radius: 66px;
	background-color: var(--c-white);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bottomContact .btn--tel .tel__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
	   -moz-column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
	        column-gap: clamp(0.6rem, 1.6vw, 1.1rem);
}

.bottomContact .btn--tel .tel__body .circle {
	width: clamp(3.6rem, 9.6vw, 4.7rem);
	height: clamp(3.6rem, 9.6vw, 4.7rem);
}

.bottomContact .btn--tel .tel__body .circle::after {
	width: clamp(1.8rem, 4.8vw, 2.4rem);
	height: clamp(1.8rem, 4.8vw, 2.4rem);
}

.bottomContact .btn--tel .tel__body .number {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.25;
}

.bottomContact .btn--tel .tel__date {
	font-size: clamp(1.2rem, 3.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.5;
	color: var(--c-blue);
	letter-spacing: 0.05em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.bottomContact__caption {
	margin-top: 14px;
	font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
	font-weight: 500;
	color: var(--c-yellow);
}

.bottomContact__line-fax {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.bottomContact__line-fax .line,
.bottomContact__line-fax .fax {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 48.7804878049%;
	border-radius: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.bottomContact__line-fax .line {
	padding: clamp(1.2rem, 4.8vw, 2.4rem);
	background-color: #06c755;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--c-white);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-column-gap: clamp(0.8rem, 2.1333333333vw, 1.3rem);
	   -moz-column-gap: clamp(0.8rem, 2.1333333333vw, 1.3rem);
	        column-gap: clamp(0.8rem, 2.1333333333vw, 1.3rem);
}

.bottomContact__line-fax .line:before {
	display: block;
	width: 42px;
	height: 39px;
	background-image: url(./images/common/icon-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.bottomContact__line-fax .fax {
	max-height: 88px;
	padding: clamp(1.2rem, 4.2666666667vw, 2.4rem) clamp(1.4rem, 4.8vw, 2.4rem);
	background-color: var(--c-blue-li);
	line-height: 1.4;
	color: var(--c-blue);
	letter-spacing: 0.05em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}

.bottomContact__line-fax .fax .heading {
	font-size: 1.8rem;
	font-weight: 600;
}

.bottomContact__line-fax .fax .number {
	margin-top: -4px;
	font-size: 3.6rem;
	font-weight: 500;
}

.fade-appear {
	opacity: 0;
}

.fade-appear.fade-action {
	-webkit-animation-name: appear;
	   -moz-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-in {
	opacity: 0;
}

.fade-in.fade-action {
	-webkit-animation-name: fade-in;
	   -moz-animation-name: fade-in;
	        animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
}

.fade-up.fade-action {
	-webkit-animation-name: fade-up;
	   -moz-animation-name: fade-up;
	        animation-name: fade-up;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-right {
	opacity: 0;
}

.fade-right.fade-action {
	-webkit-animation-name: fade-right;
	   -moz-animation-name: fade-right;
	        animation-name: fade-right;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-left {
	opacity: 0;
}

.fade-left.fade-action {
	-webkit-animation-name: fade-left;
	   -moz-animation-name: fade-left;
	        animation-name: fade-left;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-fv01.fade-action::before {
	-webkit-animation-name: fade-up-fv01;
	   -moz-animation-name: fade-up-fv01;
	        animation-name: fade-up-fv01;
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-fv02.fade-action::before {
	-webkit-animation-name: fade-up-fv02;
	   -moz-animation-name: fade-up-fv02;
	        animation-name: fade-up-fv02;
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-fv03.fade-action::before {
	-webkit-animation-name: disappear;
	   -moz-animation-name: disappear;
	        animation-name: disappear;
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-delay: 0.9s;
	   -moz-animation-delay: 0.9s;
	        animation-delay: 0.9s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-fv-catch {
	opacity: 0;
	-webkit-transform: scale(0.4);
	   -moz-transform: scale(0.4);
	    -ms-transform: scale(0.4);
	        transform: scale(0.4);
	-webkit-animation-name: fade-fv-catch;
	   -moz-animation-name: fade-fv-catch;
	        animation-name: fade-fv-catch;
	-webkit-animation-duration: 0.6s;
	   -moz-animation-duration: 0.6s;
	        animation-duration: 0.6s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-delay: 1.3s;
	   -moz-animation-delay: 1.3s;
	        animation-delay: 1.3s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	will-change: transform;
}

.header .inner {
	max-width: 1620px;
	margin-inline: auto;
}

.header .headerLogo--sp {
	display: none;
}

.header__content {
	position: absolute;
	z-index: var(--header-z-index);
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-right: clamp(2.4rem, 3.125vw, 6.4rem);
	padding-left: clamp(2.4rem, 3.125vw, 6.4rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header__content--logo {
	width: clamp(18rem, 16.7272727273vw, 27.6rem);
}

.header__content--logo a {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.header__content__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(2.6rem, 1.5757575758vw, 2.6rem);
	   -moz-column-gap: clamp(2.6rem, 1.5757575758vw, 2.6rem);
	        column-gap: clamp(2.6rem, 1.5757575758vw, 2.6rem);
}

.header__content__body .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(1.6rem, 2.1818181818vw, 3.6rem);
	   -moz-column-gap: clamp(1.6rem, 2.1818181818vw, 3.6rem);
	        column-gap: clamp(1.6rem, 2.1818181818vw, 3.6rem);
}

.header__content__body .list li a {
	font-family: var(--f-mincho);
	font-weight: 700;
	color: var(--c-white);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.home .header__content__body .list li a {
	color: var(--c-blue);
}

.footer {
	position: relative;
	margin-top: -77px;
	padding: clamp(4.4rem, 11.7333333333vw, 5.8rem) clamp(2.4rem, 4.6875vw, 4.8rem) 80px;
	border-radius: 77px 77px 0 0;
	background-color: var(--c-blue-li);
}

.footer .inner {
	max-width: 1032px;
	margin-inline: auto;
}

.footer__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: 32px;
	   -moz-column-gap: 32px;
	        column-gap: 32px;
}

.footer__content .item__logo {
	width: clamp(25rem, 40.243902439vw, 33rem);
}

.footer__content .item__address {
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	font-weight: 500;
	line-height: 2;
}

.footer__content .item__banner {
	display: block;
	width: clamp(25rem, 40.243902439vw, 33rem);
	margin-top: clamp(1.6rem, 1.25vw, 2.4rem);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.footer__content .item__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 300px;
	margin-top: 16px;
	-webkit-column-gap: 4%;
	   -moz-column-gap: 4%;
	        column-gap: 4%;
	row-gap: clamp(0.8rem, 2.1333333333vw, 1.6rem);
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer__content .item__list:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: none;
	row-gap: 8px;
}

.footer__content .item__list:nth-of-type(2) li {
	width: 100%;
}

.footer__content .item__list li {
	width: 48%;
	font-family: var(--f-mincho);
}

.footer__content .item__list li a {
	display: block;
	font-weight: 700;
	color: var(--c-blue);
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.footer__content .item__tel {
	padding-top: clamp(2rem, 3.9024390244vw, 3.2rem);
}

.footer__content .item__tel__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}

.footer__content .item__tel__body .circle {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--c-blue);
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.footer__content .item__tel__body .circle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: clamp(1.4rem, 0.8484848485vw, 1.4rem);
	height: clamp(1.6rem, 0.9696969697vw, 1.6rem);
	background-color: var(--c-white);
	content: "";
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-mask-image: url(./images/common/icon-tel.svg);
	        mask-image: url(./images/common/icon-tel.svg);
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.footer__content .item__tel__body .number {
	font-size: clamp(3.4rem, 4.6341463415vw, 3.8rem);
	font-weight: 500;
	line-height: 1;
	color: var(--c-blue);
}

.footer__content .item__tel__date,
.footer__content .item__tel__caption {
	font-weight: 500;
}

.footer__content .item__tel__date {
	margin-top: 6px;
	font-size: 14px;
}

.footer__content .item__tel__caption {
	margin-top: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

.footer .copyright {
	margin-top: clamp(2rem, 2.5vw, 3.2rem);
	font-size: 1.4rem;
}

.l-mv {
	position: relative;
	overflow-x: hidden;
}

.l-mv__image img {
	width: 100%;
}

.l-mv__logo,
.l-mv__title {
	position: absolute;
}

.l-mv__logo {
	position: absolute;
	bottom: clamp(7rem, 7.3939393939vw, 12.2rem);
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
}

.l-mv__logo p {
	width: clamp(155rem, 150.1212121212vw, 247.7rem);
	padding-right: -webkit-calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	padding-right: -moz-calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	padding-right: calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	-webkit-animation-name: floating;
	   -moz-animation-name: floating;
	        animation-name: floating;
	-webkit-animation-duration: 30s;
	   -moz-animation-duration: 30s;
	        animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	will-change: transform;
}

.l-mv__title {
	bottom: clamp(4.2rem, 5.5757575758vw, 9.2rem);
	left: 0;
	width: 100%;
	font-family: var(--f-mincho);
	font-size: clamp(3.2rem, 8.5333333333vw, 4rem);
	font-weight: 500;
	color: var(--c-white);
	text-align: center;
}

.l-section {
	margin-top: clamp(1.2rem, 3.2vw, 1.6rem);
	padding: clamp(9.6rem, 8vw, 13.2rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(10.4rem, 8.8484848485vw, 14.6rem);
	padding-top: clamp(9.6rem, 8vw, 13.2rem);
	background-color: #F0F5F7;
}

.l-section__content {
	max-width: 1200px;
	padding: clamp(4.8rem, 7.2265625vw, 7.4rem) clamp(4rem, 6.25vw, 6.4rem) clamp(5.6rem, 8.984375vw, 9.2rem);
	border-radius: 25px;
	background-color: var(--c-white);
	-webkit-box-shadow: 0.5px 0.5px 6px rgba(0, 0, 0, 0.15);
	        box-shadow: 0.5px 0.5px 6px rgba(0, 0, 0, 0.15);
	margin-inline: auto;
}

.l-section__content__inner {
	width: min(100%, 1000px);
	max-width: 1000px;
	margin-inline: auto;
}

.home .fv {
	position: relative;
	height: clamp(50.3rem, 49.1666666667vw, 94.4rem);
}

.home .fv__content {
	position: relative;
	z-index: 1;
}

.home .fv__content__item {
	position: absolute;
	top: 0;
	will-change: transform;
}

.home .fv__content__item .image {
	overflow: hidden;
}

.home .fv__content__item .image::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--c-white);
	content: "";
	will-change: clip-path;
}

.home .fv__content__item:nth-of-type(1) {
	left: 0;
	width: 48.9583333333%;
	max-height: 941px;
}

.home .fv__content__item:nth-of-type(1) .image::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 32% 100%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 32% 100%, 0% 100%);
}

.home .fv__content__item:nth-of-type(2) {
	z-index: 2;
	left: 50%;
	width: 69.375%;
	-webkit-transform: translateX(-49.7%);
	   -moz-transform: translateX(-49.7%);
	    -ms-transform: translateX(-49.7%);
	        transform: translateX(-49.7%);
}

.home .fv__content__item:nth-of-type(2) .image::before {
	-webkit-clip-path: polygon(48% 0, 100% 0, 51.5% 101.5%, 0% 100%);
	        clip-path: polygon(48% 0, 100% 0, 51.5% 101.5%, 0% 100%);
}

.home .fv__content__item:nth-of-type(3) {
	z-index: -1;
	right: 0;
	width: 48.5416666667%;
}

.home .fv__content__item:nth-of-type(3) .image::before {
	height: 100.5%;
	-webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
}

.home .fv__content__item .image img {
	width: 100%;
}

.home .fv__catchCopy {
	position: absolute;
	top: 33%;
	left: 0;
	width: 100%;
	height: clamp(20rem, 17.4594594595vw, 32.3rem);
}

.home .fv__catchCopy__belt {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c-blue);
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}

.home .fv__catchCopy__text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: clamp(35rem, 28.7567567568vw, 53.2rem);
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.home .concept {
	position: relative;
	z-index: 1;
	padding: 77px clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.home .concept__heading {
	position: relative;
	width: clamp(76rem, 53.3333333333vw, 88rem);
	font-family: var(--f-mincho);
	font-weight: 700;
	color: var(--c-blue);
	margin-inline: auto;
}

.home .concept__heading::before {
	position: absolute;
	top: 12px;
	left: -24px;
	font-family: var(--f-primary-en);
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 400;
	color: var(--c-primary);
	letter-spacing: 0.05em;
	content: attr(data-concept);
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.home .concept__heading__text,
.home .concept__heading__title {
	padding-left: 0.4em;
}

.home .concept__heading__text {
	font-size: clamp(8rem, 5.4545454545vw, 9rem);
	line-height: 1;
	text-align: center;
}

.home .concept__heading__title {
	font-size: clamp(9.5rem, 6.6666666667vw, 11rem);
	line-height: 1.6;
	text-align: center;
	text-indent: -0.5em;
}

.home .concept .inner {
	max-width: 680px;
	margin-inline: auto;
}

.home .concept__text {
	margin-top: clamp(1.6rem, 4.2666666667vw, 4.8rem);
	font-size: clamp(1.8rem, 1.953125vw, 2rem);
	font-weight: 700;
	line-height: 2;
}

.home .concept .btn--arrow {
	margin-inline: auto;
}

.home .message {
	position: relative;
	z-index: 1;
	padding: clamp(14rem, 10.4242424242vw, 17.2rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(9.6rem, 8vw, 13.2rem);
}

.home .message::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: clamp(20rem, 19.9393939394vw, 32.9rem);
	height: clamp(24.5rem, 24.4848484848vw, 40.4rem);
	background-image: url(./images/home/line01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-transform: translateY(-5%);
	   -moz-transform: translateY(-5%);
	    -ms-transform: translateY(-5%);
	        transform: translateY(-5%);
}

.home .message .inner {
	max-width: 1200px;
	margin-inline: auto;
}

.home .message__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.home .message__content__desc {
	position: relative;
	width: 52.5%;
}

.home .message__content__desc .heading {
	position: relative;
}

.home .message__content__desc .heading::before {
	position: absolute;
	top: clamp(-5.2rem, -8.6666666667vw, -4rem);
	left: 0;
	font-family: var(--f-primary-en);
	font-size: clamp(1.5rem, 4vw, 1.5rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	content: attr(data-message);
}

.home .message__content__desc .heading__title {
	font-family: var(--f-mincho);
	font-size: clamp(4.8rem, 3.2727272727vw, 5.4rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c-blue);
	text-indent: -0.5em;
}

.home .message__content__desc .heading__title span {
	font-size: clamp(3.6rem, 2.303030303vw, 3.8rem);
	font-weight: 600;
}

.home .message__content__desc .text {
	margin-top: clamp(2.4rem, 6.4vw, 2.4rem);
	font-weight: 500;
	line-height: 2;
}

.home .message__content__desc .profile {
	width: clamp(15rem, 15.46875vw, 19.8rem);
	margin-top: clamp(2.4rem, 6.4vw, 2.4rem);
	margin-left: auto;
}

.home .message__content__image {
	width: 43.3333333333%;
}

.home .message .btn--arrow {
	margin-top: -8px;
}

.home .message__reason {
	max-width: 900px;
	margin-top: clamp(8.8rem, 7.7575757576vw, 12.8rem);
	margin-inline: auto;
}

.home .message__reason__title {
	font-family: var(--f-mincho);
	font-size: clamp(2rem, 5.8666666667vw, 4rem);
	font-weight: 600;
	color: var(--c-blue);
	text-align: center;
}

.home .message__reason__title .small {
	font-size: clamp(1.4rem, 4.2666666667vw, 3rem);
}

.home .message__reason__title .large {
	display: inline-block;
	margin-left: 20px;
	font-size: clamp(3rem, 8.5333333333vw, 6rem);
}

.home .message__reason__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home .message__reason__content .item {
	width: 31.1111111111%;
}

.home .message__reason__content .item:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.home .message__reason__content .item:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.home .message__reason__content .item:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.home .serviceArea {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.8rem, 12.8vw, 7.7rem);
	padding-bottom: 270px;
}

.home .serviceArea::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f0f5f7;
	content: "";
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}

.home .serviceArea .service {
	padding-right: clamp(3.2rem, 3.3939393939vw, 5.6rem);
	padding-left: clamp(3.2rem, 3.3939393939vw, 5.6rem);
}

.home .serviceArea .service__heading {
	text-align: center;
}

.home .serviceArea .service__heading__bigTitle {
	position: relative;
	font-size: clamp(6.4rem, 17.0666666667vw, 10rem);
	font-weight: 400;
	line-height: 1;
	color: var(--c-blue-li);
}

.home .serviceArea .service__heading__bigTitle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 370px;
	font-family: var(--f-mincho);
	font-size: clamp(1.8rem, 4.8vw, 3rem);
	font-weight: 600;
	color: var(--c-blue);
	content: attr(data-service);
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.home .serviceArea .service__heading__title {
	font-family: var(--f-mincho);
	font-size: clamp(2.8rem, 7.4666666667vw, 4rem);
	font-weight: 600;
	color: var(--c-blue);
}

.home .serviceArea .service .inner {
	max-width: 1200px;
	margin-inline: auto;
}

.home .serviceArea .service__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(3.6rem, 9.6vw, 6rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	row-gap: 30px;
}

.home .serviceArea .service__content__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 30.6451612903%;
	padding: clamp(2rem, 5.3333333333vw, 3.8rem) clamp(2.4rem, 3.7109375vw, 3.8rem) clamp(2.4rem, 6.4vw, 4.2rem);
	background-color: var(--c-white);
}

.home .serviceArea .service__content__item:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.home .serviceArea .service__content__item:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.home .serviceArea .service__content__item:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.home .serviceArea .service__content__item:nth-of-type(4).fade-in {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.home .serviceArea .service__content__item:nth-of-type(5).fade-in {
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.home .serviceArea .service__content__item:nth-of-type(6).fade-in {
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

.home .serviceArea .service__content__item .logo {
	width: clamp(4.8rem, 12.8vw, 6rem);
	margin-inline: auto;
}

.home .serviceArea .service__content__item:nth-of-type(2) .logo {
	width: clamp(5.1rem, 13.6vw, 6.4rem);
}

.home .serviceArea .service__content__item:nth-of-type(3) .logo {
	width: 32px;
}

.home .serviceArea .service__content__item:nth-of-type(5) .logo {
	width: clamp(4.2rem, 11.2vw, 5.3rem);
}

.home .serviceArea .service__content__item:nth-of-type(6) .logo {
	width: clamp(3.2rem, 8.5333333333vw, 4.1rem);
}

.home .serviceArea .service__content__item .title {
	margin-top: clamp(1.6rem, 4.2666666667vw, 2rem);
	font-family: var(--f-mincho);
	font-size: clamp(1.8rem, 4.8vw, 2rem);
	font-weight: 700;
	color: var(--c-blue);
	text-align: center;
}

.home .serviceArea .service__content__item .text {
	margin-top: clamp(1.2rem, 3.2vw, 1.6rem);
	font-weight: 500;
	line-height: 1.75;
}

.home .serviceArea .area {
	position: relative;
	overflow: hidden;
	padding: clamp(8rem, 6.0606060606vw, 10rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.home .serviceArea .area::after {
	position: absolute;
	top: 0;
	right: -35px;
	display: block;
	width: clamp(22rem, 21.1515151515vw, 34.9rem);
	height: clamp(38.1rem, 36.6666666667vw, 60.5rem);
	background-image: url(./images/home/line02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-transform: translateY(-3%);
	   -moz-transform: translateY(-3%);
	    -ms-transform: translateY(-3%);
	        transform: translateY(-3%);
}

.home .serviceArea .area .inner {
	max-width: 820px;
	margin-inline: auto;
}

.home .serviceArea .area__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.home .serviceArea .area__content__desc {
	width: 42.4390243902%;
}

.home .serviceArea .area__content__desc .title {
	position: relative;
	font-size: clamp(7.2rem, 19.2vw, 10rem);
	font-weight: 400;
	line-height: 1;
	color: var(--c-blue-li);
	text-align: center;
}

.home .serviceArea .area__content__desc .title::before {
	position: absolute;
	top: clamp(3.6rem, 9.6vw, 5rem);
	left: 50%;
	display: inline-block;
	min-height: 200px;
	font-family: var(--f-mincho);
	font-size: clamp(2.4rem, 6.4vw, 3.4rem);
	font-weight: 600;
	color: var(--c-blue);
	text-align: left;
	content: attr(data-area);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.home .serviceArea .area__content__desc .car {
	width: 191px;
	margin-top: clamp(15rem, 17.578125vw, 18rem);
	margin-inline: auto;
}

.home .serviceArea .area__content__desc .text {
	margin-top: clamp(2.4rem, 6.4vw, 2.4rem);
	font-weight: 600;
	line-height: 2;
	letter-spacing: -0.023em;
}

.home .serviceArea .area__content__desc .people {
	width: 310px;
	margin-top: 24px;
}

.home .serviceArea .area__content__image {
	width: 46.0975609756%;
	padding-bottom: clamp(4rem, 15.3846153846vw, 12rem);
	margin-inline: auto;
}

.home .feature {
	margin-top: -56px;
	padding-right: clamp(3.2rem, 3.3939393939vw, 5.6rem);
	padding-left: clamp(3.2rem, 3.3939393939vw, 5.6rem);
}

.home .feature__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: var(--f-mincho);
	font-weight: 600;
	line-height: 1.5;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home .feature__heading .container {
	position: relative;
	text-align: center;
}

.home .feature__heading .container::before,
.home .feature__heading .container::after {
	position: absolute;
	bottom: clamp(-4.2rem, -2.5454545455vw, -2rem);
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.home .feature__heading .container::before {
	left: clamp(-1rem, -0.9765625vw, -0.6rem);
	width: clamp(28rem, 24.5454545455vw, 40.5rem);
	background-image: url(./images/home/img-feature-people01.png);
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	aspect-ratio: 405/283;
}

.home .feature__heading .container::after {
	right: clamp(-6.4rem, -3.8787878788vw, -4rem);
	width: clamp(25rem, 20.6666666667vw, 34.1rem);
	background-image: url(./images/home/img-feature-people02.png);
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	aspect-ratio: 341/351;
}

.home .feature__heading__boxTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(3.4rem, 9.0666666667vw, 4.3rem);
	line-height: 1;
	color: var(--c-blue);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: clamp(1rem, 2.6666666667vw, 1.4rem);
	   -moz-column-gap: clamp(1rem, 2.6666666667vw, 1.4rem);
	        column-gap: clamp(1rem, 2.6666666667vw, 1.4rem);
}

.home .feature__heading__boxTitle span {
	padding: clamp(0.7rem, 1.8666666667vw, 0.9rem) clamp(0.8rem, 2.1333333333vw, 1rem) clamp(1rem, 2.6666666667vw, 1.2rem);
	background-color: var(--c-yellow);
}

.home .feature__heading__boxTitle span:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.home .feature__heading__boxTitle span:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.home .feature__heading__boxTitle span:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.home .feature__heading__boxTitle span:nth-of-type(4).fade-in {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.home .feature__heading__boxTitle span:nth-of-type(5).fade-in {
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.home .feature__heading__intro,
.home .feature__heading__title {
	color: var(--c-blue);
}

.home .feature__heading__intro {
	margin-top: clamp(1.8rem, 4.8vw, 2.4rem);
	font-size: clamp(2.2rem, 6.4vw, 3rem);
}

.home .feature__heading__intro span {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
}

.home .feature__heading__title {
	margin-top: clamp(0.6rem, 1.6vw, 1rem);
	font-size: clamp(3.2rem, 8.5333333333vw, 4rem);
	line-height: 1;
}

.home .feature__heading__title span {
	display: inline-block;
	margin-right: 10px;
	font-size: clamp(5.2rem, 13.8666666667vw, 6rem);
}

.home .feature .inner {
	max-width: 1200px;
	margin-inline: auto;
}

.home .feature__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(3.2rem, 8.5333333333vw, 5.6rem);
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	row-gap: 46px;
}

.home .feature__content__item {
	position: relative;
	width: 48.3333333333%;
	padding: clamp(2rem, 5.3333333333vw, 2.8rem) clamp(1.6rem, 1.5625vw, 3.2rem);
	border-radius: 20px;
	background-color: #faf7ef;
}

.home .feature__content__item::after {
	position: absolute;
	z-index: -1;
	top: -3px;
	left: -3px;
	display: block;
	width: -webkit-calc(100% + 8px);
	width: -moz-calc(100% + 8px);
	width: calc(100% + 8px);
	height: -webkit-calc(100% + 8px);
	height: -moz-calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 25px;
	background-color: var(--c-blue);
	content: "";
}

.home .feature__content__item:nth-of-type(1) .title::before {
	background-image: url(./images/home/icon-feature-num01.svg);
}

.home .feature__content__item:nth-of-type(2) .title::before {
	background-image: url(./images/home/icon-feature-num02.svg);
}

.home .feature__content__item:nth-of-type(3) .title::before {
	background-image: url(./images/home/icon-feature-num03.svg);
}

.home .feature__content__item:nth-of-type(4) .title::before {
	background-image: url(./images/home/icon-feature-num04.svg);
}

.home .feature__content__item:nth-of-type(5) .title::before {
	background-image: url(./images/home/icon-feature-num05.svg);
}

.home .feature__content__item:nth-of-type(6) .title::before {
	background-image: url(./images/home/icon-feature-num06.svg);
}

.home .feature__content__item .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: var(--f-mincho);
	font-size: clamp(1.8rem, 4.8vw, 2.4rem);
	font-weight: 700;
	font-weight: 700;
	color: var(--c-blue);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(0.8rem, 2.1333333333vw, 1.6rem);
	   -moz-column-gap: clamp(0.8rem, 2.1333333333vw, 1.6rem);
	        column-gap: clamp(0.8rem, 2.1333333333vw, 1.6rem);
}

.home .feature__content__item .title::before {
	display: block;
	width: clamp(2.4rem, 6.4vw, 4rem);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	aspect-ratio: 1/1;
}

.home .feature__content__item .text {
	margin-top: 16px;
	font-size: clamp(1.5rem, 4vw, 1.8rem);
	font-weight: 500;
	line-height: 1.66;
}

.home .homeRecruit {
	padding: clamp(11.2rem, 6.7878787879vw, 17.2rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(7.2rem, 25.6vw, 9.6rem);
}

.home .homeRecruit .inner {
	max-width: 1750px;
	margin-inline: auto;
}

.home .homeRecruit__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: clamp(2.8rem, 7.4666666667vw, 3.2rem) clamp(0rem, 8.8541666667vw, 17rem) 0;
	background-image: url(./images/home/bg-recruit.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(4.4rem, 4.296875vw, 4.4rem);
	   -moz-column-gap: clamp(4.4rem, 4.296875vw, 4.4rem);
	        column-gap: clamp(4.4rem, 4.296875vw, 4.4rem);
}

.home .homeRecruit__content__desc {
	width: clamp(54rem, 32.7272727273vw, 54rem);
}

.home .homeRecruit__content__desc .logo {
	width: clamp(28rem, 24.0606060606vw, 39.7rem);
}

.home .homeRecruit__content__desc .catch {
	margin-top: clamp(1.8rem, 4.8vw, 2.4rem);
	font-size: clamp(4rem, 3.5416666667vw, 6.8rem);
	font-weight: 700;
	line-height: 1.38;
	color: var(--c-white);
	letter-spacing: -0.02em;
}

.home .homeRecruit__content__desc .note {
	margin-top: clamp(3.2rem, 2.4242424242vw, 4rem);
	font-weight: 500;
	line-height: 2;
	color: var(--c-white);
}

.home .homeRecruit__content__desc .btn--arrow {
	margin-top: clamp(4rem, 3.0303030303vw, 5rem);
	border: none;
	background-color: var(--c-yellow);
}

.home .homeRecruit__content__desc .btn--arrow::after {
	background-color: var(--c-primary);
}

.home .homeRecruit__content__desc .btn--arrow .text {
	color: var(--c-primary);
}

.home .homeRecruit__content__image {
	margin-bottom: -1px;
	-webkit-align-self: flex-end;
	    -ms-flex-item-align: end;
	        align-self: flex-end;
}

.home .news {
	padding: 44px clamp(3.2rem, 3.3939393939vw, 5.6rem) 56px;
}

.home .news__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1080px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: clamp(2.4rem, 3.125vw, 3.2rem);
	   -moz-column-gap: clamp(2.4rem, 3.125vw, 3.2rem);
	        column-gap: clamp(2.4rem, 3.125vw, 3.2rem);
	margin-inline: auto;
}

.home .news__content__desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.home .news__content__desc .title {
	padding-right: clamp(2.8rem, 3.515625vw, 3.6rem);
	border-right: 1px solid var(--c-blue);
	font-family: var(--f-mincho);
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--c-blue);
}

.home .news__content__desc .list {
	padding-left: clamp(2.8rem, 3.515625vw, 3.6rem);
}

.home .news__content__desc .list__item:not(:first-of-type) {
	margin-top: clamp(1.2rem, 3.2vw, 1.6rem);
}

.home .news__content__desc .list__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
	        column-gap: 16px;
}

.home .news__content__desc .list__item time,
.home .news__content__desc .list__item h4 {
	font-weight: 500;
}

.home .news__content--btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(1.2rem, 3.2vw, 2.4rem);
	   -moz-column-gap: clamp(1.2rem, 3.2vw, 2.4rem);
	        column-gap: clamp(1.2rem, 3.2vw, 2.4rem);
}

.home .news__content--btn::after {
	display: block;
	width: 22px;
	background-color: var(--c-primary);
	content: "";
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
	-webkit-mask-image: url(./images/common/icon-white-arrow.svg);
	        mask-image: url(./images/common/icon-white-arrow.svg);
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	aspect-ratio: 1/1;
}

.p-error .error .text {
	text-align: center;
}

.p-recruit .mv {
	position: relative;
	overflow-x: hidden;
	padding-bottom: clamp(8rem, 6.7272727273vw, 11.1rem);
	background-image: url(./images/page/bg-recruit-mv.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.p-recruit .mv .mv__logo {
	position: absolute;
	top: clamp(19rem, 12.1212121212vw, 20rem);
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
}

.p-recruit .mv .mv__logo p {
	width: clamp(155rem, 127.5151515152vw, 210.4rem);
	padding-right: -webkit-calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	padding-right: -moz-calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	padding-right: calc(clamp(11rem, 9.0909090909vw, 15rem) / 2.6);
	-webkit-animation-name: floating;
	   -moz-animation-name: floating;
	        animation-name: floating;
	-webkit-animation-duration: 30s;
	   -moz-animation-duration: 30s;
	        animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	will-change: transform;
}

.p-recruit .mv__heading {
	position: absolute;
	z-index: 2;
	top: clamp(26rem, 16.3636363636vw, 27rem);
	left: clamp(4rem, 5.7291666667vw, 11rem);
}

.p-recruit .mv__heading .fade-appear {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	        animation-duration: 1s;
}

.p-recruit .mv__heading__catchCopy,
.p-recruit .mv__heading__text {
	color: var(--c-white);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.p-recruit .mv__heading__catchCopy {
	font-size: clamp(7.2rem, 7.03125vw, 13.5rem);
	font-weight: 700;
	line-height: 1.31;
	color: var(--c-white);
}

.p-recruit .mv__heading__text {
	margin-top: clamp(2.4rem, 6.4vw, 2.4rem);
	font-size: clamp(2.6rem, 1.8181818182vw, 3rem);
	font-weight: 500;
}

.p-recruit .mv__image {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: clamp(78rem, 58.3333333333vw, 112rem);
	margin-right: clamp(4rem, 5.7291666667vw, 11rem);
	margin-left: auto;
	padding-top: 105px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit .mv__image__item {
	overflow: hidden;
	width: 48.4821428571%;
	-webkit-clip-path: url(#clippath);
	        clip-path: url(#clippath);
}

.p-recruit .mv__image__item:nth-of-type(1) .cell::before {
	z-index: 1;
	-webkit-animation-name: fade-effect-down;
	   -moz-animation-name: fade-effect-down;
	        animation-name: fade-effect-down;
}

.p-recruit .mv__image__item:nth-of-type(1) .fade-recruit-item {
	-webkit-animation-name: fade-image-down;
	   -moz-animation-name: fade-image-down;
	        animation-name: fade-image-down;
}

.p-recruit .mv__image__item:nth-of-type(2) .cell::before {
	z-index: 1;
	-webkit-animation-name: fade-effect-up;
	   -moz-animation-name: fade-effect-up;
	        animation-name: fade-effect-up;
}

.p-recruit .mv__image__item:nth-of-type(2) .fade-recruit-item {
	-webkit-animation-name: fade-image-up;
	   -moz-animation-name: fade-image-up;
	        animation-name: fade-image-up;
}

.p-recruit .mv__image__item .cell {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.p-recruit .mv__image__item .cell::before {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 13%;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(20%, var(--c-yellow)), color-stop(75%, var(--c-yellow)), to(transparent));
	background: -webkit-linear-gradient(bottom, transparent 0%, var(--c-yellow) 20%, var(--c-yellow) 75%, transparent 100%);
	background: -moz-linear-gradient(bottom, transparent 0%, var(--c-yellow) 20%, var(--c-yellow) 75%, transparent 100%);
	background: linear-gradient(0deg, transparent 0%, var(--c-yellow) 20%, var(--c-yellow) 75%, transparent 100%);
	content: "";
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	   -moz-animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	        animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.p-recruit .mv__image__item .fade-recruit-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	   -moz-animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	        animation-timing-function: cubic-bezier(0.75, 0.16, 0.31, 0.8);
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.p-recruit .mv__image__item .fade-recruit-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.p-recruit .mv__image__item .fade-recruit-item img::after {
	position: absolute;
	z-index: 1;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: "";
}

.p-recruit .mv__image__item .none {
	visibility: hidden;
	opacity: 0;
}

.p-recruit .mv__desc {
	margin-top: 88px;
	font-weight: 700;
	color: var(--c-white);
	text-align: center;
}

.p-recruit .mv__desc__title {
	font-size: clamp(3.2rem, 4.6341463415vw, 3.8rem);
	line-height: 1.57;
}

.p-recruit .mv__desc__text {
	margin-top: clamp(2.4rem, 6.4vw, 4rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
	line-height: 2;
}

.p-recruit .date {
	padding: clamp(7.2rem, 6.303030303vw, 10.4rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(9.2rem, 8.1212121212vw, 13.4rem);
}

.p-recruit .date__title {
	position: relative;
	width: clamp(11rem, 30.2325581395vw, 18rem);
	margin-inline: auto;
}

.p-recruit .date__title::before,
.p-recruit .date__title::after {
	position: absolute;
	top: 50%;
	display: block;
	width: clamp(2.8rem, 7.4666666667vw, 4rem);
	background-image: url(./images/page/icon-recruit-date-border.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	aspect-ratio: 2/1;
}

.p-recruit .date__title::before {
	left: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(-100%, -50%);
	   -moz-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}

.p-recruit .date__title::after {
	right: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(100%, -50%);
	   -moz-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-recruit .date__numberIcon {
	width: clamp(6rem, 16vw, 8.5rem);
	margin-inline: auto;
}

.p-recruit .date__articleTitle {
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	font-size: clamp(2.8rem, 7.4666666667vw, 4rem);
	font-weight: 700;
	color: var(--c-blue);
	text-align: center;
}

.p-recruit .date__articleTitle span {
	display: inline-block;
	font-size: clamp(1.8rem, 4.8vw, 2.8rem);
}

.p-recruit .date .inner {
	max-width: 1300px;
	margin-inline: auto;
}

.p-recruit .date .math {
	margin-top: clamp(3.2rem, 8.5333333333vw, 6.2rem);
}

.p-recruit .date .math__title span {
	margin-top: clamp(0.3rem, 0.8vw, 0.6rem);
}

.p-recruit .date .math__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(3.4rem, 9.0666666667vw, 4.4rem);
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	row-gap: clamp(2.4rem, 3.90625vw, 5.2rem);
}

.p-recruit .date .math__content__item {
	width: 30.7692307692%;
}

.p-recruit .date .math__content__item:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.p-recruit .date .math__content__item:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.p-recruit .date .math__content__item:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.p-recruit .date .math__content__item:nth-of-type(4).fade-in {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.p-recruit .date .math__content__item:nth-of-type(5).fade-in {
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.p-recruit .date .math__content__item:nth-of-type(6).fade-in {
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

.p-recruit .date .math__content__item:nth-of-type(7).fade-in {
	-webkit-animation-delay: 0.7s;
	   -moz-animation-delay: 0.7s;
	        animation-delay: 0.7s;
}

.p-recruit .date .math__content__item:nth-of-type(8).fade-in {
	-webkit-animation-delay: 0.8s;
	   -moz-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

.p-recruit .date .math__content__item:last-of-type {
	width: 65.3846153846%;
}

.p-recruit .date .system {
	margin-top: clamp(9.6rem, 7.9393939394vw, 13.1rem);
}

.p-recruit .date .system__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(3.2rem, 8.5333333333vw, 4.2rem);
	-webkit-column-gap: 1.9230769231%;
	   -moz-column-gap: 1.9230769231%;
	        column-gap: 1.9230769231%;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	row-gap: clamp(1.6rem, 4.2666666667vw, 3rem);
}

.p-recruit .date .system__content__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 23.0769230769%;
	min-height: 245px;
	padding: clamp(2.8rem, 7.4666666667vw, 5rem) clamp(1.2rem, 3.2vw, 2.4rem) clamp(1.2rem, 5.3333333333vw, 2.4rem);
	background-color: #faf7ef;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-recruit .date .system__content__item:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.p-recruit .date .system__content__item:nth-of-type(1) h4::before {
	background-image: url(./images/page/icon-recruit-system01.svg);
}

.p-recruit .date .system__content__item:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.p-recruit .date .system__content__item:nth-of-type(2) h4::before {
	background-image: url(./images/page/icon-recruit-system02.svg);
}

.p-recruit .date .system__content__item:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.p-recruit .date .system__content__item:nth-of-type(3) h4::before {
	background-image: url(./images/page/icon-recruit-system-bonus.svg);
}

.p-recruit .date .system__content__item:nth-of-type(4).fade-in {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.p-recruit .date .system__content__item:nth-of-type(4) h4::before {
	background-image: url(./images/page/icon-recruit-system04.svg);
}

.p-recruit .date .system__content__item:nth-of-type(5).fade-in {
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.p-recruit .date .system__content__item:nth-of-type(5) h4::before {
	background-image: url(./images/page/icon-recruit-system05.svg);
}

.p-recruit .date .system__content__item:nth-of-type(6).fade-in {
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

.p-recruit .date .system__content__item:nth-of-type(6) h4::before {
	background-image: url(./images/page/icon-recruit-system06.svg);
}

.p-recruit .date .system__content__item:nth-of-type(7).fade-in {
	-webkit-animation-delay: 0.7s;
	   -moz-animation-delay: 0.7s;
	        animation-delay: 0.7s;
}

.p-recruit .date .system__content__item:nth-of-type(7) h4::before {
	background-image: url(./images/page/icon-recruit-system07.svg);
}

.p-recruit .date .system__content__item:nth-of-type(8).fade-in {
	-webkit-animation-delay: 0.8s;
	   -moz-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

.p-recruit .date .system__content__item:nth-of-type(8) h4::before {
	background-image: url(./images/page/icon-recruit-system08.svg);
}

.p-recruit .date .system__content__item:nth-of-type(9).fade-in {
	-webkit-animation-delay: 0.9s;
	   -moz-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}

.p-recruit .date .system__content__item:nth-of-type(9) h4::before {
	background-image: url(./images/page/icon-recruit-system09.svg);
}

.p-recruit .date .system__content__item:nth-of-type(10).fade-in {
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	        animation-delay: 1s;
}

.p-recruit .date .system__content__item:nth-of-type(10) h4::before {
	background-image: url(./images/page/icon-recruit-system010.svg);
}

.p-recruit .date .system__content__item:nth-of-type(11).fade-in {
	-webkit-animation-delay: 1.1s;
	   -moz-animation-delay: 1.1s;
	        animation-delay: 1.1s;
}

.p-recruit .date .system__content__item:nth-of-type(11) h4::before {
	background-image: url(./images/page/icon-recruit-system011.svg);
}

.p-recruit .date .system__content__item:nth-of-type(12).fade-in {
	-webkit-animation-delay: 1.2s;
	   -moz-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}

.p-recruit .date .system__content__item:nth-of-type(12) h4::before {
	background-image: url(./images/page/icon-recruit-system012.svg);
}

.p-recruit .date .system__content__item:nth-of-type(13).fade-in {
	-webkit-animation-delay: 1.3s;
	   -moz-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}

.p-recruit .date .system__content__item:nth-of-type(13) h4::before {
	background-image: url(./images/page/icon-recruit-system013.svg);
}

.p-recruit .date .system__content__item:nth-of-type(14).fade-in {
	-webkit-animation-delay: 1.4s;
	   -moz-animation-delay: 1.4s;
	        animation-delay: 1.4s;
}

.p-recruit .date .system__content__item:nth-of-type(14) h4::before {
	background-image: url(./images/page/icon-recruit-system014.svg);
}

.p-recruit .date .system__content__item:nth-of-type(15).fade-in {
	-webkit-animation-delay: 1.5s;
	   -moz-animation-delay: 1.5s;
	        animation-delay: 1.5s;
}

.p-recruit .date .system__content__item:nth-of-type(15) h4::before {
	background-image: url(./images/page/icon-recruit-system015.svg);
}

.p-recruit .date .system__content__item:nth-of-type(16).fade-in {
	-webkit-animation-delay: 1.6s;
	   -moz-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}

.p-recruit .date .system__content__item:nth-of-type(16) h4::before {
	background-image: url(./images/page/icon-recruit-system016.svg);
}

.p-recruit .date .system__content__item:nth-of-type(17).fade-in {
	-webkit-animation-delay: 1.7s;
	   -moz-animation-delay: 1.7s;
	        animation-delay: 1.7s;
}

.p-recruit .date .system__content__item:nth-of-type(17) h4::before {
	background-image: url(./images/page/icon-recruit-system017.svg);
}

.p-recruit .date .system__content__item:nth-of-type(18).fade-in {
	-webkit-animation-delay: 1.8s;
	   -moz-animation-delay: 1.8s;
	        animation-delay: 1.8s;
}

.p-recruit .date .system__content__item:nth-of-type(18) h4::before {
	background-image: url(./images/page/icon-recruit-system018.svg);
}

.p-recruit .date .system__content__item:nth-of-type(8) {
	padding-right: 8px;
	padding-left: 8px;
}

.p-recruit .date .system__content__item:nth-of-type(11) h4::before,
.p-recruit .date .system__content__item:nth-of-type(12) h4::before,
.p-recruit .date .system__content__item:nth-of-type(13) h4::before,
.p-recruit .date .system__content__item:nth-of-type(18) h4::before {
	width: 8rem;
}

.p-recruit .date .system__content__item h4 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--c-blue);
	text-align: center;
}

.p-recruit .date .system__content__item h4::before {
	display: block;
	width: 65px;
	height: 65px;
	margin-bottom: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	margin-inline: auto;
}

.p-recruit .date .system__content__item p {
	margin-top: 4px;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--c-blue);
	text-align: center;
}

.p-recruit .date .recommend {
	margin-top: clamp(11.2rem, 9.0909090909vw, 15rem);
}

.p-recruit .date .recommend__title {
	position: relative;
}

.p-recruit .date .recommend__title::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	display: block;
	width: clamp(5.6rem, 7.03125vw, 7.2rem);
	background-image: url(./images/page/icon-recruit-recommend-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
	aspect-ratio: 72/32;
}

.p-recruit .date .recommend__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 44px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-recruit .date .recommend__content__item {
	width: 51.5384615385%;
}

.p-recruit .date .recommend__content__item:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.p-recruit .date .successful {
	margin-top: clamp(8.8rem, 6.7878787879vw, 11.2rem);
}

.p-recruit .date .successful__title span {
	font-size: clamp(1.6rem, 4.8vw, 2.8rem);
}

.p-recruit .date .successful__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(5.6rem, 5.46875vw, 5.6rem);
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit .date .successful__content:nth-of-type(1) {
	max-width: 1033px;
	margin-top: clamp(4rem, 10.6666666667vw, 5.6rem);
	margin-inline: auto;
}

.p-recruit .date .successful__content:nth-of-type(1) .successful__content__item {
	width: 46.5634075508%;
	padding-right: clamp(2.8rem, 3.75vw, 4.8rem);
	padding-left: clamp(2.8rem, 3.75vw, 4.8rem);
}

.p-recruit .date .successful__content:nth-of-type(2) {
	margin-top: 40px;
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:has(figure) {
	width: 46.1538461538%;
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:not(:has(figure)) {
	width: 26.6923076923%;
	padding-right: clamp(2.4rem, 2.1875vw, 2.8rem);
	padding-left: clamp(2.4rem, 2.1875vw, 2.8rem);
}

.p-recruit .date .successful__content__item:not(:has(figure)) {
	padding-top: clamp(2.4rem, 6.4vw, 3rem);
	padding-bottom: clamp(2.4rem, 6.4vw, 3rem);
	border: var(--c-blue) 2px solid;
	border-radius: 24px;
}

.p-recruit .date .successful__content__item .title {
	padding-bottom: 12px;
	border-bottom: var(--c-blue) 2px solid;
	font-size: clamp(1.8rem, 1.953125vw, 2rem);
	font-weight: 700;
	color: var(--c-blue);
	text-align: center;
}

.p-recruit .date .successful__content__item .text {
	margin-top: clamp(1.4rem, 3.7333333333vw, 1.4rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
	font-weight: 500;
	line-height: 1.85;
}

.p-recruit .gallery {
	padding: clamp(8rem, 7.2727272727vw, 12rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(9.2rem, 8.1212121212vw, 13.4rem);
}

.p-recruit .gallery__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit .gallery__heading__title {
	position: relative;
	font-size: clamp(2.4rem, 7.4666666667vw, 5rem);
	font-weight: 700;
	color: var(--c-blue);
}

.p-recruit .gallery__heading__title::before,
.p-recruit .gallery__heading__title::after {
	position: absolute;
	top: 50%;
	display: block;
	width: clamp(2.8rem, 7.4666666667vw, 4rem);
	background-image: url(./images/page/icon-recruit-date-border.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	aspect-ratio: 2/1;
}

.p-recruit .gallery__heading__title::before {
	left: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(-100%, -50%);
	   -moz-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}

.p-recruit .gallery__heading__title::after {
	right: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(100%, -50%);
	   -moz-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-recruit .gallery__text {
	margin-top: clamp(2rem, 5.3333333333vw, 3.2rem);
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.p-recruit .gallery__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1140px;
	margin-top: clamp(4.6rem, 12.2666666667vw, 4.6rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	row-gap: clamp(2.4rem, 6.4vw, 6rem);
	margin-inline: auto;
}

.p-recruit .gallery__list__item {
	width: 47.3684210526%;
}

.p-recruit .gallery__list__item:nth-of-type(1).fade-in {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}

.p-recruit .gallery__list__item:nth-of-type(2).fade-in {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.p-recruit .gallery__list__item:nth-of-type(3).fade-in {
	-webkit-animation-delay: 0.3s;
	   -moz-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}

.p-recruit .gallery__list__item:nth-of-type(4).fade-in {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.p-recruit .job {
	padding: clamp(7.6rem, 6.5454545455vw, 10.8rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 180px;
	background-color: #faf7ef;
}

.p-recruit .job__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit .job__heading__title {
	position: relative;
	font-size: clamp(3.2rem, 8.5333333333vw, 5rem);
	font-weight: 700;
	color: var(--c-blue);
}

.p-recruit .job__heading__title::before,
.p-recruit .job__heading__title::after {
	position: absolute;
	top: 50%;
	display: block;
	width: clamp(2.8rem, 7.4666666667vw, 4rem);
	background-image: url(./images/page/icon-recruit-date-border.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	aspect-ratio: 2/1;
}

.p-recruit .job__heading__title::before {
	left: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(-100%, -50%);
	   -moz-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
}

.p-recruit .job__heading__title::after {
	right: clamp(-3.1rem, -4.2666666667vw, -1.6rem);
	-webkit-transform: translate(100%, -50%);
	   -moz-transform: translate(100%, -50%);
	    -ms-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
}

.p-recruit .job__tabList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1300px;
	margin-top: clamp(3.6rem, 9.6vw, 7.2rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-inline: auto;
}

.p-recruit .job__tabList__item {
	position: relative;
	width: 23.0769230769%;
	padding: clamp(1rem, 2.6666666667vw, 1.7rem) clamp(1rem, 2.6666666667vw, 1.2rem);
	border: 2px solid var(--c-blue);
	border-radius: 35px;
	background-color: var(--c-white);
	font-size: clamp(1.4rem, 4.2666666667vw, 2.2rem);
	font-weight: 700;
	color: var(--c-blue);
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 0.4s ease, background-color 0.4s ease;
	-moz-transition: opacity 0.4s ease, background-color 0.4s ease;
	transition: opacity 0.4s ease, background-color 0.4s ease;
}

.p-recruit .job__tabList__item:nth-of-type(1) {
	font-size: clamp(1.3rem, 4vw, 2.2rem);
}

.p-recruit .job__tabList__item::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: clamp(1.8rem, 4.8vw, 2.5rem);
	height: clamp(1rem, 2.6666666667vw, 1.4rem);
	background-color: var(--c-blue);
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-transform: translate(-50%, 100%);
	   -moz-transform: translate(-50%, 100%);
	    -ms-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	        clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-recruit .job__tabList__item.active {
	background-color: var(--c-blue);
	color: var(--c-white);
}

.p-recruit .job__tabList__item.active::after {
	opacity: 1;
}

.p-recruit .job__content {
	overflow: hidden;
	max-width: 1140px;
	margin-top: clamp(6rem, 8.203125vw, 8.4rem);
	padding: clamp(5.6rem, 6.8359375vw, 7rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(6.4rem, 7.8125vw, 8rem);
	border-radius: 50px;
	background-color: var(--c-white);
	margin-inline: auto;
}

.p-recruit .job__content__item {
	display: none;
	overflow: hidden;
	max-width: 920px;
	opacity: 0;
	-webkit-transition: opacity 1.3s ease;
	-moz-transition: opacity 1.3s ease;
	transition: opacity 1.3s ease;
	margin-inline: auto;
}

.p-recruit .job__content__item.active {
	display: block; /* 表示する */
	opacity: 1;
}

.p-recruit .job__content .title {
	padding: clamp(1.4rem, 3.7333333333vw, 1.8rem) clamp(1.8rem, 4.8vw, 2.2rem);
	background: -webkit-gradient(linear, left top, right top, from(#004c80), color-stop(50%, #00346a), to(#001d55));
	background: -webkit-linear-gradient(left, #004c80 0%, #00346a 50%, #001d55 100%);
	background: -moz-linear-gradient(left, #004c80 0%, #00346a 50%, #001d55 100%);
	background: linear-gradient(to right, #004c80 0%, #00346a 50%, #001d55 100%);
	font-size: clamp(2.2rem, 5.8666666667vw, 3rem);
	font-weight: 700;
	color: var(--c-white);
}

.p-recruit .job__content .image {
	width: min(90%, 780px);
	margin-top: clamp(1.6rem, 4.2666666667vw, 2rem);
	margin-inline: auto;
}

.p-recruit .job__content .list {
	margin-top: clamp(3.2rem, 8.5333333333vw, 5.2rem);
}

.p-recruit .job__content .list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit .job__content .list__item:not(:first-of-type) dt,
.p-recruit .job__content .list__item:not(:first-of-type) dd {
	padding-top: clamp(1.6rem, 4.2666666667vw, 1.6rem);
}

.p-recruit .job__content .list__item:not(:last-of-type) dt,
.p-recruit .job__content .list__item:not(:last-of-type) dd {
	padding-bottom: clamp(1.6rem, 4.2666666667vw, 1.6rem);
}

.p-recruit .job__content .list__item:not(:last-of-type) dt {
	border-bottom: 2px solid var(--c-blue);
}

.p-recruit .job__content .list__item:not(:last-of-type) dd {
	border-bottom: 2px solid #d3d3d4;
}

.p-recruit .job__content .list__item dt {
	width: 21.0869565217%;
	font-size: clamp(1.8rem, 4.8vw, 2rem);
	font-weight: 500;
	color: var(--c-blue);
}

.p-recruit .job__content .list__item dd {
	width: 78.9130434783%;
	padding-left: 44px;
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
	font-weight: 500;
}

.p-recruit .job__content .list__item dd p {
	line-height: 1.875;
}

.p-recruit .job__content .list__item dd p:not(:first-of-type) {
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.p-recruit .job .btn--jobMail {
	position: relative;
	display: block;
	width: clamp(40rem, 54.8780487805vw, 45rem);
	margin-top: clamp(4rem, 10.6666666667vw, 6.4rem);
	padding: clamp(3.2rem, 3.9024390244vw, 3.6rem);
	border-radius: 55px;
	background: -webkit-gradient(linear, left top, right top, from(#004c80), color-stop(50%, #00346a), to(#001d55));
	background: -webkit-linear-gradient(left, #004c80 0%, #00346a 50%, #001d55 100%);
	background: -moz-linear-gradient(left, #004c80 0%, #00346a 50%, #001d55 100%);
	background: linear-gradient(to right, #004c80 0%, #00346a 50%, #001d55 100%);
	text-align: center;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	margin-inline: auto;
}

.p-recruit .job .btn--jobMail::after {
	position: absolute;
	top: 50%;
	right: clamp(1.6rem, 5.3333333333vw, 3.6rem);
	display: block;
	width: clamp(3.6rem, 10.6666666667vw, 5.8rem);
	background-image: url(./images/page/icon-arrow-white-back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	aspect-ratio: 1/1;
}

.p-recruit .job .btn--jobMail .text {
	position: relative;
	display: inline-block;
	font-size: clamp(2rem, 5.3333333333vw, 2.8rem);
	font-weight: 700;
	line-height: 1;
	color: var(--c-white);
}

.p-recruit .job .btn--jobMail .text::before {
	position: absolute;
	top: 50%;
	left: clamp(-2.2rem, -3.7333333333vw, -1.4rem);
	display: block;
	width: clamp(2.8rem, 8.5333333333vw, 4.3rem);
	background-image: url(./images/page/icon-mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	-webkit-transform: translate(-100%, -50%);
	   -moz-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	aspect-ratio: 43/30;
}

.p-company .index {
	padding: clamp(2.8rem, 7.4666666667vw, 4.2rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.p-company .index__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	padding-bottom: clamp(2.4rem, 6.4vw, 3.6rem);
	border-bottom: 1px solid var(--c-primary);
	-webkit-column-gap: clamp(2.2rem, 5.8666666667vw, 2.2rem);
	   -moz-column-gap: clamp(2.2rem, 5.8666666667vw, 2.2rem);
	        column-gap: clamp(2.2rem, 5.8666666667vw, 2.2rem);
	margin-inline: auto;
}

.p-company .index__heading {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
	font-weight: 500;
	color: var(--c-blue);
	-webkit-column-gap: clamp(1.1rem, 2.9333333333vw, 1.1rem);
	   -moz-column-gap: clamp(1.1rem, 2.9333333333vw, 1.1rem);
	        column-gap: clamp(1.1rem, 2.9333333333vw, 1.1rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-company .index__heading::after {
	display: block;
	width: clamp(0.8rem, 2.1333333333vw, 1rem);
	background-image: url(./images/common/icon-arrow-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	aspect-ratio: 10/13;
}

.p-company .index__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(0.8rem, 2.6666666667vw, 3.2rem);
	   -moz-column-gap: clamp(0.8rem, 2.6666666667vw, 3.2rem);
	        column-gap: clamp(0.8rem, 2.6666666667vw, 3.2rem);
}

.p-company .index__list__item a {
	font-family: var(--f-mincho);
	font-size: clamp(1.1rem, 3.2vw, 1.7rem);
	font-weight: 600;
	color: var(--c-blue);
	letter-spacing: 0.05em;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.p-company .concept {
	padding: clamp(5.6rem, 7.6171875vw, 7.8rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) clamp(11.2rem, 10.15625vw, 19.5rem);
}

.p-company .concept .inner {
	max-width: 1200px;
	margin-inline: auto;
}

.p-company .concept__catchCopy {
	margin-top: clamp(2.4rem, 6.4vw, 6rem);
	font-family: var(--f-mincho);
	font-size: clamp(4rem, 5.078125vw, 5.2rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--c-blue);
}

.p-company .concept__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(4rem, 10.6666666667vw, 7rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.p-company .concept__content__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 59.5833333333%;
	row-gap: clamp(3.2rem, 5.859375vw, 6rem);
}

.p-company .concept__content__list .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: clamp(1.6rem, 1.953125vw, 2rem);
	   -moz-column-gap: clamp(1.6rem, 1.953125vw, 2rem);
	        column-gap: clamp(1.6rem, 1.953125vw, 2rem);
}

.p-company .concept__content__list .item__num {
	font-size: clamp(7.2rem, 7.8125vw, 10rem);
	font-weight: 500;
	line-height: 1;
	color: var(--c-blue);
	letter-spacing: 0.025em;
}

.p-company .concept__content__list .item__desc {
	width: 81.1188811189%;
}

.p-company .concept__content__list .item__desc__title {
	font-family: var(--f-mincho);
	font-size: clamp(2.4rem, 2.9296875vw, 3rem);
	font-weight: 700;
	color: var(--c-blue);
}

.p-company .concept__content__list .item__desc__text {
	margin-top: clamp(0.6rem, 1.6vw, 0.8rem);
	font-size: clamp(1.6rem, 1.953125vw, 2rem);
	line-height: 1.75;
}

.p-company .concept__content__logo {
	width: 33.75%;
}

.p-company .scrollAnimation__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-company .scrollAnimation__text p {
	font-size: clamp(5.5rem, 18.6666666667vw, 23.5rem);
	line-height: 1;
}

.p-company .scrollAnimation__text--left {
	margin-left: auto;
}

.p-company .message {
	padding: clamp(11.2rem, 9.375vw, 18rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.p-company .message .inner {
	max-width: 1230px;
	margin-inline: auto;
}

.p-company .message__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-column-gap: clamp(3.2rem, 8.5333333333vw, 3.2rem);
	   -moz-column-gap: clamp(3.2rem, 8.5333333333vw, 3.2rem);
	        column-gap: clamp(3.2rem, 8.5333333333vw, 3.2rem);
}

.p-company .message__content__ceo {
	position: relative;
	width: clamp(27rem, 28.4375vw, 36.4rem);
	padding-top: clamp(16rem, 18.203125vw, 23.3rem);
}

.p-company .message__content__ceo .catchCopy {
	position: absolute;
	top: 0;
	right: 0;
	font-family: var(--f-mincho);
	font-size: clamp(4rem, 5vw, 6.4rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--c-blue);
	-webkit-transform: translateX(52%);
	   -moz-transform: translateX(52%);
	    -ms-transform: translateX(52%);
	        transform: translateX(52%);
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-company .message__content__ceo .name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(0.8rem, 2.1333333333vw, 1.6rem);
	font-family: var(--f-mincho);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}

.p-company .message__content__ceo .name span {
	margin-top: 3px;
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
}

.p-company .message__content__ceo .ceoProfile {
	margin-top: clamp(0.8rem, 2.1333333333vw, 1.8rem);
}

.p-company .message__content__ceo .ceoProfile__text {
	font-size: clamp(1.4rem, 1.3671875vw, 1.5rem);
	font-weight: 500;
	line-height: 2;
}

.p-company .message__content__desc {
	width: 53.3333333333%;
}

.p-company .message__content__desc .text {
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
	font-weight: 500;
	line-height: 2;
}

.p-company .message__content__desc .text:last-of-type {
	margin-top: clamp(3.2rem, 5vw, 6.4rem);
}

.p-company .message__content__desc .interview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: clamp(3.2rem, 8.5333333333vw, 4rem);
	row-gap: clamp(3.2rem, 3.90625vw, 4rem);
}

.p-company .message__content__desc .interview__item__question {
	font-family: var(--f-mincho);
	font-size: clamp(2.2rem, 2.34375vw, 2.4rem);
	font-weight: 700;
	color: var(--c-blue);
}

.p-company .message__content__desc .interview__item__answer {
	margin-top: 8px;
	font-size: clamp(1.4rem, 1.25vw, 1.6rem);
	font-weight: 500;
	line-height: 2;
}

.p-company .profile {
	padding: clamp(12rem, 10.4166666667vw, 20rem) clamp(3.2rem, 3.3939393939vw, 5.6rem) 0;
}

.p-company .profile .inner {
	max-width: 1200px;
	margin-inline: auto;
}

.p-company .profile__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(4rem, 10.6666666667vw, 5.4rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-company .profile__content__list {
	width: 47.3333333333%;
}

.p-company .profile__content__list.--sp {
	display: none;
}

.p-company .profile__content__list dt,
.p-company .profile__content__list dd {
	padding: clamp(1.4rem, 3.7333333333vw, 1.8rem) clamp(1.8rem, 4.8vw, 2.8rem);
	font-size: 1.6rem;
	font-weight: 500;
}

.p-company .profile__content__list dt {
	background-color: #f0f5f7;
}

.p-company .access {
	padding-top: clamp(12rem, 9.8958333333vw, 19rem);
}

.p-company .access__container {
	position: relative;
}

.p-company .access__box {
	position: relative;
	width: clamp(50rem, 50vw, 96rem);
	padding-top: clamp(8rem, 6.0606060606vw, 10rem);
	padding-right: clamp(8rem, 10.15625vw, 19.5rem);
	padding-bottom: clamp(8rem, 6.0606060606vw, 10rem);
	padding-left: clamp(2rem, 5.3333333333vw, 3.2rem);
	background-color: #f0f5f7;
}

.p-company .access__box__content {
	position: relative;
	z-index: 1;
	max-width: 405px;
	margin-left: auto;
}

.p-company .access__box__content .company__sectionTitle {
	font-size: clamp(8rem, 7.8125vw, 10rem);
}

.p-company .access__box__content .desc {
	margin-top: clamp(3.2rem, 8.5333333333vw, 5rem);
}

.p-company .access__box__content .desc p {
	font-size: clamp(1.5rem, 1.66015625vw, 1.7rem);
	font-weight: 500;
	line-height: 2;
}

.p-company .access__box__content .desc p:nth-of-type(2) {
	margin-top: clamp(1.2rem, 3.2vw, 2.4rem);
}

.p-company .access__box__content .image {
	width: clamp(28rem, 31.640625vw, 40.5rem);
	margin-top: clamp(2.4rem, 6.4vw, 5rem);
}

.p-company .access__box__image {
	position: absolute;
	top: 146px;
	right: 0;
	width: clamp(65rem, 54.7916666667vw, 130rem);
}

.p-company .access__box__image .fade-right {
	-webkit-animation-delay: 0.25s;
	   -moz-animation-delay: 0.25s;
	        animation-delay: 0.25s;
}

.p-company .access__box__image img {
	width: 100%;
}

.p-contact .form__content select[name=your-type],
.p-contact .form__content input[type=text],
.p-contact .form__content input[type=tel],
.p-contact .form__content input[type=email],
.p-contact .form__content input[type=checkbox],
.p-contact .form__content input[type=radio],
.p-contact .form__content textarea[name=your-message],
.p-contact .form__content input[type=confirm],
.p-contact .form__content input[type=button],
.p-contact .form__content input[type=submit] {
	border-radius: 0;
	outline: none;
	background-color: var(--c-white);
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-contact .form__content input[type=text],
.p-contact .form__content input[type=tel],
.p-contact .form__content input[type=email],
.p-contact .form__content textarea[name=your-message] {
	width: 100%;
	padding: clamp(1rem, 2.6666666667vw, 1.4rem) clamp(1.4rem, 3.7333333333vw, 1.8rem);
	border: 1px solid var(--c-blue-li);
	border-radius: 5px;
}

.p-contact .form__content input[type=text]::-webkit-input-placeholder, .p-contact .form__content input[type=tel]::-webkit-input-placeholder, .p-contact .form__content input[type=email]::-webkit-input-placeholder, .p-contact .form__content textarea[name=your-message]::-webkit-input-placeholder {
	color: var(--c-blue-li);
}

.p-contact .form__content input[type=text]::-moz-placeholder, .p-contact .form__content input[type=tel]::-moz-placeholder, .p-contact .form__content input[type=email]::-moz-placeholder, .p-contact .form__content textarea[name=your-message]::-moz-placeholder {
	color: var(--c-blue-li);
}

.p-contact .form__content input[type=text]:-ms-input-placeholder, .p-contact .form__content input[type=tel]:-ms-input-placeholder, .p-contact .form__content input[type=email]:-ms-input-placeholder, .p-contact .form__content textarea[name=your-message]:-ms-input-placeholder {
	color: var(--c-blue-li);
}

.p-contact .form__content input[type=text]::-ms-input-placeholder, .p-contact .form__content input[type=tel]::-ms-input-placeholder, .p-contact .form__content input[type=email]::-ms-input-placeholder, .p-contact .form__content textarea[name=your-message]::-ms-input-placeholder {
	color: var(--c-blue-li);
}

.p-contact .form__content input[type=text]::placeholder,
.p-contact .form__content input[type=tel]::placeholder,
.p-contact .form__content input[type=email]::placeholder,
.p-contact .form__content textarea[name=your-message]::placeholder {
	color: var(--c-blue-li);
}

.p-contact .form__content input[type=checkbox] {
	position: relative;
	width: 20px;
	margin-top: 1px;
	border: 1.5px solid var(--c-blue-li);
	border-radius: 1.5px;
	cursor: pointer;
	aspect-ratio: 1/1;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.p-contact .form__content input[type=checkbox]:checked::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	background-color: var(--c-primary);
	content: "";
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	aspect-ratio: 1/1;
	-webkit-mask-image: url(./images/common/icon-check.svg);
	        mask-image: url(./images/common/icon-check.svg);
	-webkit-mask-size: contain;
	        mask-size: contain;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
}

.p-contact .form__content .wpcf7-form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: clamp(2.4rem, 6.4vw, 3.2rem);
	   -moz-column-gap: clamp(2.4rem, 6.4vw, 3.2rem);
	        column-gap: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-contact .form__content .wpcf7-form-control .wpcf7-list-item {
	margin: 0;
}

.p-contact .form__content .wpcf7-form-control .wpcf7-list-item label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}

.p-contact .form__content table,
.p-contact .form__content tbody {
	display: block;
}

.p-contact .form__content table tr,
.p-contact .form__content tbody tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 4px;
}

.p-contact .form__content table tr:not(:first-of-type),
.p-contact .form__content tbody tr:not(:first-of-type) {
	margin-top: clamp(2rem, 5.3333333333vw, 3.4rem);
}

.p-contact .form__content table th,
.p-contact .form__content table td,
.p-contact .form__content tbody th,
.p-contact .form__content tbody td {
	width: 100%;
}

.p-contact .form__content table th,
.p-contact .form__content tbody th {
	font-size: 17px;
	line-height: 2;
}

.p-contact .form__content table th .required,
.p-contact .form__content tbody th .required {
	color: var(--c-blue);
}

.p-contact .form__content__accept {
	margin-top: clamp(2.6rem, 6.9333333333vw, 5.4rem);
}

.p-contact .form__content__accept input[type=checkbox] {
	border: 1.5px solid var(--c-primary);
}

.p-contact .form__content__accept .wpcf7-form-control {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-contact .form__content__accept .wpcf7-form-control .wpcf7-list-item-label {
	font-size: 17px;
	font-weight: 700;
	line-height: 2;
}

.p-contact .form__content__accept .wpcf7-form-control a {
	border-bottom: 1px solid #fccf00;
}

.p-contact .form__content__accept .wpcf7-form-control .required {
	color: var(--c-blue);
}

.p-contact .form__content__btn .wpcf7-submit {
	width: clamp(14rem, 37.3333333333vw, 18rem);
	margin-top: clamp(3.2rem, 8.5333333333vw, 5.2rem);
	padding: clamp(1.2rem, 3.2vw, 1.6rem) clamp(1.6rem, 4.2666666667vw, 2.4rem);
	border: 1px solid var(--c-primary);
	border-radius: 4px !important;
	background-color: var(--c-primary);
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
	font-weight: 500;
	line-height: 1.65;
	color: var(--c-white);
	letter-spacing: 0.1em;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	-moz-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
	margin-inline: auto;
}

.p-contact .form__content__btn .wpcf7-submit:disabled {
	background-color: var(--c-primary);
	color: var(--c-white);
	opacity: 0.7;
}

.p-contact .form__content__btn .wpcf7-submit:not(:disabled) {
	background-color: var(--c-primary);
	cursor: pointer;
}

.p-contact .form__content__btn .wpcf7-submit:not(:disabled):hover {
	background-color: var(--c-white);
	color: var(--c-primary);
}

.p-contact .form__content__btn .wpcf7-form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-contact .form__content .wpcf7-spinner {
	display: none;
}

.p-contact .form__content .wpcf7-form.sent .wpcf7-response-output {
	display: none;
}

.p-contact .form__content__text {
	line-height: 2;
}

.p-privacy-policy .l-section__content__inner h1,
.p-privacy-policy .l-section__content__inner h2,
.p-privacy-policy .l-section__content__inner h3,
.p-privacy-policy .l-section__content__inner h4,
.p-privacy-policy .l-section__content__inner h5,
.p-privacy-policy .l-section__content__inner h6 {
	font-weight: 700;
}

.p-privacy-policy .l-section__content__inner h2 {
	display: inline-block;
	border-bottom: 4px solid var(--c-blue);
	font-size: clamp(2.4rem, 3.125vw, 3.2rem);
	line-height: 1.8;
}

.p-privacy-policy .l-section__content__inner h2 + h3 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h2 + h4 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h2 + p {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h2 + ul {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h2 + ol {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 {
	display: inline-block;
	padding-left: 0.5em;
	border-left: 4px solid var(--c-blue);
	font-size: clamp(2.2rem, 2.5390625vw, 2.6rem);
	line-height: 1;
}

.p-privacy-policy .l-section__content__inner h3 + h2 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + h4 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + p {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + ul {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + ol {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-image {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-columns {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-table {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + h2 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + h3 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + p {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + ul {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + ol {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-image {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-columns {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-table {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p {
	line-height: 2;
}

.p-privacy-policy .l-section__content__inner p + h2 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p + h3 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p + h4 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p + p {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p + ul {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner p + ol {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul,
.p-privacy-policy .l-section__content__inner ol {
	padding-left: 1.2em;
}

.p-privacy-policy .l-section__content__inner ul li,
.p-privacy-policy .l-section__content__inner ol li {
	line-height: 2;
}

.p-privacy-policy .l-section__content__inner ul + h2,
.p-privacy-policy .l-section__content__inner ol + h2 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul + h3,
.p-privacy-policy .l-section__content__inner ol + h3 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul + h4,
.p-privacy-policy .l-section__content__inner ol + h4 {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul + p,
.p-privacy-policy .l-section__content__inner ol + p {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul + ul,
.p-privacy-policy .l-section__content__inner ol + ul {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul + ol,
.p-privacy-policy .l-section__content__inner ol + ol {
	margin-top: clamp(3.2rem, 4.8780487805vw, 4rem);
}

.p-privacy-policy .l-section__content__inner ul {
	list-style: disc;
}

.p-privacy-policy .l-section__content__inner ol {
	list-style: decimal;
}

@media (prefers-reduced-motion: no-preference) {

:where(html:focus-within) {
	scroll-behavior: smooth;
}

}

@media (hover: hover) and (pointer: fine) {

.btn--tel:hover {
	background-color: var(--c-white);
}

.btn--tel:hover .circle {
	background-color: var(--c-blue);
}

.btn--tel:hover .circle::after {
	background: var(--c-white);
}

.btn--tel:hover .number {
	color: var(--c-blue);
}

.btn--tel.reverse:hover {
	background-color: var(--c-blue);
}

.btn--tel.reverse:hover .circle {
	background-color: var(--c-white);
}

.btn--tel.reverse:hover .circle::after {
	background-color: var(--c-blue);
}

.btn--tel.reverse:hover .number {
	color: var(--c-white);
}

.btn--fixed-pageTop > div:hover {
	-webkit-animation-name: btn-rotate;
	   -moz-animation-name: btn-rotate;
	        animation-name: btn-rotate;
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	   -moz-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.btn--arrow:hover {
	background-color: var(--c-white);
}

.btn--arrow:hover::after {
	background-color: var(--c-blue);
}

.btn--arrow:hover .text {
	color: var(--c-blue);
}

.btn--fix .btn--line:hover {
	opacity: 0.7;
}

.btn--fix .banner:hover {
	opacity: 0.8;
}

.globalMenu__content__item a:hover {
	opacity: 0.7;
}

.globalMenu .btn--tel:hover .tel__date {
	color: var(--c-blue);
}

.globalMenu .line-fax .line:hover {
	opacity: 0.7;
}

.breadcrumbs__inner > span a:hover {
	opacity: 0.7;
}

.bottomContact .btn--tel:hover .tel__date {
	color: var(--c-white);
}

.bottomContact__line-fax .line:hover {
	opacity: 0.7;
}

.header .headerLogo--sp a:hover {
	opacity: 0.7;
}

.header__content--logo a:hover {
	opacity: 0.7;
}

.header__content__body .list li a:hover {
	opacity: 0.7;
}

.footer__content .item__banner:hover {
	opacity: 0.8;
}

.footer__content .item__list li a:hover {
	opacity: 0.7;
}

.footer__content .item__tel__body:hover {
	opacity: 0.7;
}

.home .homeRecruit__content__desc .btn--arrow:hover {
	background-color: var(--c-white);
}

.home .news__content__desc .list__item a:hover {
	opacity: 0.7;
}

.home .news__content--btn:hover {
	opacity: 0.7;
}

.home .news__content--btn:hover::after {
	-webkit-transform: translateX(30%);
	   -moz-transform: translateX(30%);
	    -ms-transform: translateX(30%);
	        transform: translateX(30%);
}

.p-recruit .job__tabList__item:hover {
	opacity: 0.7;
}

.p-recruit .job .btn--jobMail:hover {
	opacity: 0.7;
}

.p-company .index__list__item a:hover {
	color: var(--c-yellow);
}

}

@media screen and (max-width: 1650px) {

.l-mv__image img {
	height: 100%;
	aspect-ratio: 1920/500;
	-o-object-fit: cover;
	   object-fit: cover;
}

.home .serviceArea {
	padding-bottom: 200px;
}

.home .serviceArea::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.home .serviceArea .area::after {
	top: 100px;
}

.home .homeRecruit__content {
	padding-right: clamp(0rem, 7.8787878788vw, 13rem);
	padding-left: clamp(0rem, 7.8787878788vw, 13rem);
}

.home .homeRecruit__content__desc {
	padding-bottom: 40px;
}

}

@media screen and (max-width: 1420px) {

.home .serviceArea .area::after {
	top: 200px;
}

}

@media screen and (max-width: 1280px) {

.l-mv__image img {
	aspect-ratio: 1920/550;
}

.home .homeRecruit__content {
	padding-right: clamp(0rem, 5.1515151515vw, 8.5rem);
	padding-left: clamp(0rem, 5.1515151515vw, 8.5rem);
}

.p-recruit .mv__heading {
	left: clamp(0rem, 3.90625vw, 5rem);
}

.p-recruit .mv__image {
	width: clamp(0rem, 60.9375vw, 78rem);
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:has(figure) {
	width: 38%;
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:not(:has(figure)) {
	width: 29%;
}

}

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

.main {
	padding-top: clamp(5rem, 13.3333333333vw, 7.2rem);
}

.btn--fixed-pageTop {
	right: clamp(2.4rem, 4.3902439024vw, 6rem);
}

.btn--fix {
	width: clamp(18.8rem, 22.4609375vw, 23rem);
	padding-right: clamp(0.8rem, 1.5625vw, 1.6rem);
	padding-bottom: clamp(1rem, 1.5625vw, 1.6rem);
	padding-left: clamp(0.8rem, 1.5625vw, 1.6rem);
}

.btn--fix .logo {
	width: clamp(14rem, 16.11328125vw, 16.5rem);
}

.btn--fix .note {
	font-size: clamp(1.1rem, 1.07421875vw, 1.4rem);
}

.btn--fix .btn--tel,
.btn--fix .btn--line {
	width: clamp(17rem, 19.53125vw, 20rem);
}

.btn--fix .btn--tel .number {
	font-size: clamp(2rem, 2.34375vw, 2.4rem);
}

.btn--fix .banner {
	width: clamp(17rem, 19.53125vw, 20rem);
}

.globalMenu {
	position: fixed;
	z-index: var(--menu-z-index);
	top: clamp(6.4rem, 17.0666666667vw, 11.3rem);
	left: 50%;
	display: block;
	visibility: hidden;
	overflow: scroll;
	width: min(86%, 550px);
	height: 100%;
	padding-bottom: 100px;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
	-moz-transition: opacity 0.8s ease, visibility 0.8s ease;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.globalMenu.active {
	visibility: visible;
	opacity: 1;
}

.hamburgerBtn {
	position: absolute;
	z-index: var(--header-hamburgerBtn-z-index);
	top: 0;
	right: 0;
	display: block;
	width: clamp(6rem, 16vw, 8.8rem);
	min-height: clamp(5rem, 13.3333333333vw, 7.3rem);
	background-color: var(--c-blue);
}

.header .headerLogo--sp {
	position: absolute;
	z-index: var(--header-logo-z-index);
	top: 0;
	left: clamp(1.2rem, 3.2vw, 3.2rem);
	display: block;
	width: 430px;
}

.header .headerLogo--sp a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.header__content {
	z-index: var(--header-z-index);
	height: clamp(4.9rem, 13.0666666667vw, 7.2rem);
	padding-right: 0;
	padding-left: 0;
	background-color: var(--c-white);
	-webkit-transition: -webkit-box-shadow 0.4s ease;
	transition: -webkit-box-shadow 0.4s ease;
	-moz-transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease;
	transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.header__content--logo {
	display: none;
}

.header__content__body {
	display: none;
}

.header__content__body .list {
	display: none;
}

.l-mv__logo {
	bottom: clamp(8rem, 9.765625vw, 10rem);
}

.l-mv__title {
	bottom: clamp(5rem, 6.8359375vw, 7rem);
}

.home .fv {
	height: clamp(32rem, 56.15234375vw, 57.5rem);
}

.home .fv__catchCopy {
	top: 31%;
}

.home .concept {
	padding-top: 0;
}

.home .concept__heading {
	width: clamp(54rem, 74.21875vw, 76rem);
}

.home .concept__heading__text,
.home .concept__heading__title {
	padding-left: 0.6em;
}

.home .concept__heading__text {
	font-size: clamp(5.4rem, 7.421875vw, 7.6rem);
}

.home .concept__heading__title {
	font-size: clamp(6.5rem, 8.7890625vw, 9rem);
}

.home .message::before {
	display: none;
}

.home .message__content__desc .heading__title {
	font-size: clamp(3.6rem, 4.296875vw, 4.4rem);
}

.home .message__content__desc .heading__title span {
	font-size: clamp(2.2rem, 3.125vw, 3.2rem);
}

.home .serviceArea {
	padding-bottom: 150px;
}

.home .serviceArea::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.home .serviceArea .service__content {
	max-width: 750px;
	margin-inline: auto;
	row-gap: clamp(1.6rem, 6.4vw, 3rem);
}

.home .serviceArea .service__content__item {
	width: 48%;
}

.home .serviceArea .service__content__item:nth-of-type(3) .logo {
	width: clamp(2.4rem, 6.4vw, 2.8rem);
}

.home .serviceArea .area::after {
	display: none;
}

.home .feature {
	margin-top: -16px;
}

.home .feature__heading .container::before,
.home .feature__heading .container::after {
	bottom: clamp(-2rem, -1.953125vw, -1.2rem);
}

.home .feature__heading .container::before {
	width: clamp(17rem, 24.4140625vw, 25rem);
}

.home .feature__heading .container::after {
	right: clamp(-4rem, -3.90625vw, -2.4rem);
	width: clamp(15rem, 21.484375vw, 22rem);
}

.home .feature__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 665px;
	margin-inline: auto;
	row-gap: clamp(3.2rem, 8.5333333333vw, 4rem);
}

.home .feature__content__item {
	width: 100%;
}

.home .homeRecruit .inner {
	max-width: 710px;
}

.home .homeRecruit__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-right: clamp(2.4rem, 6.4vw, 5.4rem);
	padding-bottom: clamp(1.2rem, 3.2vw, 1.8rem);
	padding-left: clamp(2.4rem, 6.4vw, 5.4rem);
}

.home .homeRecruit__content__desc {
	width: 100%;
}

.home .homeRecruit__content__desc {
	padding-bottom: 0;
}

.home .homeRecruit__content__desc .logo {
	width: clamp(22rem, 58.6666666667vw, 40.6rem);
}

.home .homeRecruit__content__desc .catch {
	font-size: clamp(3rem, 9.0666666667vw, 6rem);
}

.home .homeRecruit__content__desc .note {
	margin-top: clamp(1.8rem, 4.8vw, 2.4rem);
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
}

.home .homeRecruit__content__desc .note br {
	display: none;
}

.home .homeRecruit__content__desc .btn--arrow {
	width: clamp(22rem, 58.6666666667vw, 28rem);
	margin-top: clamp(3.2rem, 8.5333333333vw, 4rem);
}

.home .homeRecruit__content__image {
	width: clamp(28rem, 74.6666666667vw, 54rem);
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
}

.p-recruit .mv .mv__logo {
	top: clamp(9.8rem, 11.5234375vw, 11.8rem);
}

.p-recruit .mv__heading {
	top: clamp(36.8rem, 56.4453125vw, 57.8rem);
	left: clamp(2.4rem, 3.90625vw, 4rem);
}

.p-recruit .mv__heading__catchCopy {
	font-size: clamp(4.8rem, 5.078125vw, 5.2rem);
}

.p-recruit .mv__image {
	width: clamp(64rem, 76.171875vw, 78rem);
	margin-right: 32px;
	padding-top: clamp(4rem, 5.859375vw, 6rem);
}

.p-recruit .mv__desc {
	margin-top: clamp(14rem, 42.6666666667vw, 22rem);
}

.p-recruit .date .system__content {
	max-width: 700px;
	-webkit-column-gap: 4%;
	   -moz-column-gap: 4%;
	        column-gap: 4%;
	margin-inline: auto;
}

.p-recruit .date .system__content__item {
	width: 48%;
}

.p-recruit .date .system__content__item h4 {
	font-size: clamp(1.4rem, 4.2666666667vw, 2.4rem);
}

.p-recruit .date .system__content__item h4::before {
	width: clamp(4.8rem, 12.8vw, 7.2rem);
	height: clamp(4.8rem, 12.8vw, 7.2rem);
}

.p-recruit .date .successful__content:nth-of-type(1) .successful__content__item {
	width: 48%;
	padding-right: clamp(2.4rem, 3.125vw, 3.2rem);
	padding-left: clamp(2.4rem, 3.125vw, 3.2rem);
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.p-recruit .date .successful__content:nth-of-type(2) {
	margin-top: clamp(3.2rem, 8.5333333333vw, 3.2rem);
	row-gap: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:has(figure) {
	width: clamp(45rem, 55.6640625vw, 57rem);
	margin-inline: auto;
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:not(:has(figure)) {
	width: 48%;
	padding-right: clamp(2.4rem, 3.125vw, 3.2rem);
	padding-left: clamp(2.4rem, 3.125vw, 3.2rem);
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.p-recruit .job__tabList {
	max-width: 480px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	row-gap: 24px;
	margin-inline: auto;
}

.p-recruit .job__tabList__item {
	width: 48%;
}

.p-company .concept__content__logo {
	width: 35%;
}

.p-company .access__box {
	width: clamp(40rem, 50vw, 51.2rem);
	padding-top: clamp(5.6rem, 5.46875vw, 8rem);
	padding-right: clamp(2.4rem, 6.4vw, 5.6rem);
	padding-bottom: clamp(5.6rem, 5.46875vw, 8rem);
}

.p-company .access__box__content {
	margin-right: auto;
	margin-left: 0;
}

.p-company .access__box__content .company__sectionTitle {
	font-size: clamp(7.2rem, 7.8125vw, 8rem);
}

.p-company .access__box__content .image {
	width: clamp(25.5rem, 27.34375vw, 28rem);
}

.p-company .access__box__image {
	width: clamp(40rem, 61.5234375vw, 63rem);
}

}

@media screen and (max-width: 820px) {

.pc-only {
	display: none;
}

.pc-escape {
	display: block;
}

.tab-only {
	display: block;
}

.tab-escape {
	display: none;
}

.breadcrumbs {
	padding-right: clamp(2rem, 5.3333333333vw, 3.2rem);
	padding-left: clamp(2rem, 5.3333333333vw, 3.2rem);
}

.company__sectionTitle {
	font-size: clamp(4.8rem, 12.8vw, 9.2rem);
}

.bottomContact {
	padding-bottom: 142px;
}

.bottomContact__line-fax {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.bottomContact__line-fax .line,
.bottomContact__line-fax .fax {
	width: min(96%, 530px);
}

.bottomContact__line-fax .line {
	font-size: clamp(1.4rem, 5.3333333333vw, 3.3rem);
}

.bottomContact__line-fax .line:before {
	width: clamp(3rem, 9.6vw, 5.5rem);
	height: clamp(2.8rem, 9.0666666667vw, 5.2rem);
}

.bottomContact__line-fax .fax {
	max-height: 100px;
}

.bottomContact__line-fax .fax .heading {
	font-size: clamp(1.4rem, 4.8vw, 2.3rem);
}

.bottomContact__line-fax .fax .number {
	font-size: clamp(2rem, 7.4666666667vw, 4.7rem);
}

.footer__content .item__address {
	font-size: clamp(1.4rem, 1.9512195122vw, 1.6rem);
}

.footer__content .item__list li {
	font-size: clamp(1.4rem, 1.9512195122vw, 1.6rem);
}

.l-mv__image img {
	aspect-ratio: 1920/800;
}

.l-mv__logo {
	bottom: clamp(10rem, 15.8536585366vw, 13rem);
}

.l-mv__logo p {
	width: clamp(88rem, 258.6666666667vw, 172rem);
	padding-right: 47.8260869565px;
}

.l-mv__title {
	bottom: clamp(7rem, 12.1951219512vw, 10rem);
}

.l-section {
	padding: clamp(4.8rem, 12.8vw, 9.6rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(5.6rem, 14.9333333333vw, 10.4rem);
}

.home .fv__catchCopy {
	top: 25%;
	height: clamp(15rem, 24.3902439024vw, 20rem);
}

.home .fv__catchCopy__text {
	width: clamp(27rem, 42.6829268293vw, 35rem);
}

.home .concept {
	padding-right: clamp(2.4rem, 6.4vw, 3.2rem);
	padding-left: clamp(2.4rem, 6.4vw, 3.2rem);
}

.home .concept__heading::before {
	left: -12px;
}

.home .message {
	padding: clamp(9.6rem, 25.6vw, 14rem) clamp(2.4rem, 6.4vw, 3.2rem) clamp(4.8rem, 12.8vw, 9.6rem);
}

.home .message__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 600px;
	row-gap: clamp(3.2rem, 10.6666666667vw, 5.6rem);
	margin-inline: auto;
}

.home .message__content__desc {
	width: 100%;
	padding-bottom: 0;
}

.home .message__content__desc .heading__title {
	font-size: clamp(2.8rem, 7.4666666667vw, 5.2rem);
}

.home .message__content__desc .heading__title span {
	font-size: clamp(1.8rem, 4.8vw, 3.6rem);
}

.home .message__content__desc .profile {
	position: relative;
	z-index: 1;
	width: clamp(15rem, 45.3333333333vw, 25rem);
	margin-right: 0;
}

.home .message__content__image {
	width: min(100%, 500px);
	margin-inline: auto;
}

.home .message .btn--arrow {
	margin-top: clamp(4.8rem, 12.8vw, 7.2rem);
	margin-inline: auto;
}

.home .message__reason {
	margin-top: clamp(5.6rem, 14.9333333333vw, 8.8rem);
}

.home .serviceArea .service {
	padding-right: clamp(1.6rem, 4.2666666667vw, 3.2rem);
	padding-left: clamp(1.6rem, 4.2666666667vw, 3.2rem);
}

.home .serviceArea .service__content__item {
	padding-right: clamp(1.6rem, 4.2666666667vw, 2.4rem);
	padding-left: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.home .serviceArea .service__content__item:nth-of-type(4) .title {
	min-height: 60px;
}

.home .serviceArea .area {
	padding: clamp(6rem, 16vw, 8rem) clamp(2.4rem, 6.4vw, 3.2rem) 0;
}

.home .feature {
	margin-top: clamp(13.2rem, 37.3333333333vw, 15.6rem);
	padding-right: clamp(2rem, 5.3333333333vw, 3.2rem);
	padding-left: clamp(2rem, 5.3333333333vw, 3.2rem);
}

.home .feature__heading .container::before,
.home .feature__heading .container::after {
	bottom: auto;
}

.home .feature__heading .container::before {
	top: 0;
	-webkit-transform: translate(-25%, -110%);
	   -moz-transform: translate(-25%, -110%);
	    -ms-transform: translate(-25%, -110%);
	        transform: translate(-25%, -110%);
}

.home .feature__heading .container::after {
	top: 0;
	-webkit-transform: translate(15%, -105%);
	   -moz-transform: translate(15%, -105%);
	    -ms-transform: translate(15%, -105%);
	        transform: translate(15%, -105%);
}

.home .homeRecruit {
	padding: clamp(6rem, 16vw, 11.2rem) clamp(2.4rem, 6.4vw, 3.2rem) clamp(5.6rem, 14.9333333333vw, 7.2rem);
}

.home .news {
	padding: clamp(3.6rem, 9.6vw, 5rem) clamp(2.4rem, 6.4vw, 3.2rem) clamp(4.8rem, 12.8vw, 8rem);
}

.home .news__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 710px;
}

.home .news__content__desc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.home .news__content__desc .title {
	display: inline-block;
	padding-right: clamp(0.8rem, 2.1333333333vw, 0.8rem);
	font-size: clamp(2rem, 5.3333333333vw, 2.8rem);
	line-height: 1;
}

.home .news__content__desc .list {
	margin-top: clamp(2.8rem, 7.4666666667vw, 2.8rem);
	padding-left: 0;
}

.home .news__content__desc .list__item time,
.home .news__content__desc .list__item h4 {
	font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
}

.home .news__content--btn {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	            -ms-grid-row-align: center;
	        align-self: center;
}

.home .news__content--btn::after {
	width: clamp(2rem, 5.3333333333vw, 2.8rem);
}

.p-recruit .mv {
	padding-bottom: clamp(4.8rem, 12.8vw, 8rem);
}

.p-recruit .mv .mv__logo {
	top: clamp(1.4rem, 3.7333333333vw, 3rem);
	font-size: clamp(6.4rem, 19.2vw, 13rem);
}

.p-recruit .mv .mv__logo p {
	width: clamp(88rem, 258.6666666667vw, 172rem);
	padding-right: 47.8260869565px;
}

.p-recruit .mv__heading {
	top: clamp(31rem, 104vw, 78.8rem);
	left: clamp(2rem, 5.3333333333vw, 3.4rem);
}

.p-recruit .mv__heading__catchCopy {
	font-size: clamp(3.6rem, 12.8vw, 10.5rem);
}

.p-recruit .mv__heading__text {
	margin-top: clamp(0.8rem, 2.1333333333vw, 0.8rem);
	font-size: clamp(1.6rem, 4.8vw, 3rem);
}

.p-recruit .mv__image {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	margin-right: 0px;
	padding-top: clamp(3.8rem, 10.1333333333vw, 5rem);
}

.p-recruit .mv__image__item {
	width: clamp(27rem, 85.3333333333vw, 68rem);
}

.p-recruit .mv__image__item:nth-of-type(1) {
	-webkit-clip-path: url(#clippath_sp);
	        clip-path: url(#clippath_sp);
}

.p-recruit .mv__image__item:nth-of-type(2) {
	-webkit-transform: translateY(-17%);
	   -moz-transform: translateY(-17%);
	    -ms-transform: translateY(-17%);
	        transform: translateY(-17%);
	-webkit-clip-path: url(#clippath_sp02);
	        clip-path: url(#clippath_sp02);
	-webkit-align-self: end;
	    -ms-flex-item-align: end;
	            -ms-grid-row-align: end;
	        align-self: end;
}

.p-recruit .mv__image__item .cell::before {
	height: 20%;
}

.p-recruit .mv__image__item .fade-recruit-item img {
	width: 100%;
}

.p-recruit .mv__desc__title {
	font-size: clamp(1.6rem, 4.8vw, 3.2rem);
}

.p-recruit .date {
	padding: clamp(4rem, 10.6666666667vw, 7.2rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(5.6rem, 14.9333333333vw, 9.2rem);
}

.p-recruit .date .math__content {
	max-width: 690px;
	margin-inline: auto;
	row-gap: clamp(0.8rem, 2.1333333333vw, 1.8rem);
}

.p-recruit .date .math__content__item {
	width: 48.6880466472%;
}

.p-recruit .date .math__content__item:nth-of-type(5) {
	width: 100%;
}

.p-recruit .date .math__content__item:last-of-type {
	width: 100%;
}

.p-recruit .date .system {
	margin-top: clamp(5.6rem, 14.9333333333vw, 9.6rem);
}

.p-recruit .date .system__content__item p {
	font-size: 1.6rem;
}

.p-recruit .date .recommend {
	margin-top: clamp(5.6rem, 14.9333333333vw, 11.2rem);
}

.p-recruit .date .recommend__title::after {
	bottom: clamp(-2rem, -3.2vw, -1.2rem);
	width: clamp(4.4rem, 11.7333333333vw, 5.6rem);
}

.p-recruit .date .recommend__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: clamp(5.6rem, 14.9333333333vw, 7.2rem);
}

.p-recruit .date .recommend__content__item {
	width: min(650px, 100%);
	margin-inline: auto;
}

.p-recruit .date .recommend__content__item:nth-of-type(2) {
	position: static;
	-webkit-transform: translateY(-12%);
	   -moz-transform: translateY(-12%);
	    -ms-transform: translateY(-12%);
	        transform: translateY(-12%);
}

.p-recruit .date .successful {
	margin-top: clamp(5.6rem, 14.9333333333vw, 8.8rem);
}

.p-recruit .gallery {
	padding: clamp(4.8rem, 12.8vw, 8rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(5.6rem, 14.9333333333vw, 9.2rem);
}

.p-recruit .job {
	padding: clamp(5.6rem, 14.9333333333vw, 7.6rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(14rem, 37.3333333333vw, 18rem);
}

.p-recruit .job .btn--jobMail .text::before {
	top: -webkit-calc(50% + 2px);
	top: -moz-calc(50% + 2px);
	top: calc(50% + 2px);
}

.p-company .index {
	padding-right: clamp(2rem, 5.3333333333vw, 3.2rem);
	padding-left: clamp(2rem, 5.3333333333vw, 3.2rem);
}

.p-company .index__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: clamp(0.8rem, 2.1333333333vw, 1.2rem);
}

.p-company .index__heading::after {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.p-company .concept {
	padding: clamp(3.2rem, 8.5333333333vw, 5.6rem) clamp(2rem, 5.3333333333vw, 3.2rem) clamp(6.4rem, 17.0666666667vw, 11.2rem);
}

.p-company .concept__catchCopy {
	font-size: clamp(1.8rem, 4.8vw, 4rem);
}

.p-company .concept__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	   -moz-box-orient: vertical;
	   -moz-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: clamp(3.2rem, 8.5333333333vw, 4.8rem);
}

.p-company .concept__content__list {
	width: 100%;
	max-width: 650px;
	margin-inline: auto;
	row-gap: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-company .concept__content__list .item {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: clamp(1.2rem, 3.2vw, 2.8rem);
	   -moz-column-gap: clamp(1.2rem, 3.2vw, 2.8rem);
	        column-gap: clamp(1.2rem, 3.2vw, 2.8rem);
}

.p-company .concept__content__list .item__num {
	font-size: clamp(3.6rem, 10.6666666667vw, 7.2rem);
}

.p-company .concept__content__list .item__desc__title {
	font-size: clamp(1.7rem, 5.3333333333vw, 2.6rem);
}

.p-company .concept__content__list .item__desc__text {
	font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
}

.p-company .concept__content__logo {
	width: 45%;
}

.p-company .message {
	padding: clamp(6.4rem, 17.0666666667vw, 11.2rem) clamp(2rem, 5.3333333333vw, 3.2rem) 0;
}

.p-company .message__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: clamp(5.6rem, 14.9333333333vw, 6.8rem);
	row-gap: clamp(4rem, 10.6666666667vw, 5.4rem);
}

.p-company .message__content__ceo {
	width: clamp(21rem, 64.5333333333vw, 45rem);
	margin-left: clamp(-3.2rem, -5.3333333333vw, -2rem);
	padding-top: 0;
}

.p-company .message__content__ceo .catchCopy {
	right: clamp(-18.3rem, -18.6666666667vw, -2rem);
	font-size: clamp(3rem, 8vw, 5.2rem);
	-webkit-transform: translateX(50%);
	   -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}

.p-company .message__content__ceo .name {
	font-size: clamp(2rem, 5.3333333333vw, 2.6rem);
}

.p-company .message__content__ceo .name span {
	font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}

.p-company .message__content__ceo .ceoProfile {
	padding-right: clamp(1.2rem, 3.2vw, 2.4rem);
	padding-left: clamp(1.2rem, 3.2vw, 2.4rem);
}

.p-company .message__content__ceo .ceoProfile__text {
	font-size: clamp(1.2rem, 3.2vw, 1.8rem);
}

.p-company .message__content__desc {
	width: 100%;
	max-width: 650px;
	margin-inline: auto;
}

.p-company .message__content__desc .text {
	font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}

.p-company .message__content__desc .text:last-of-type {
	margin-top: clamp(4rem, 10.6666666667vw, 6rem);
	font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
}

.p-company .message__content__desc .interview {
	row-gap: clamp(2.4rem, 6.4vw, 5.2rem);
}

.p-company .message__content__desc .interview__item__question {
	font-size: clamp(1.8rem, 4.8vw, 2.6rem);
}

.p-company .message__content__desc .interview__item__answer {
	font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
}

.p-company .profile {
	padding: clamp(6.4rem, 17.0666666667vw, 12rem) clamp(2rem, 5.3333333333vw, 3.2rem) 0;
}

.p-company .profile__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-company .profile__content__list {
	width: 100%;
	max-width: 600px;
	margin-inline: auto;
}

.p-company .profile__content__list.--pc {
	display: none;
}

.p-company .profile__content__list.--sp {
	display: block;
}

.p-company .profile__content__list dt,
.p-company .profile__content__list dd {
	font-size: clamp(1.6rem, 4.2666666667vw, 2rem);
}

.p-company .access {
	padding-top: clamp(6.4rem, 17.0666666667vw, 12rem);
}

.p-company .access__box {
	position: relative;
	width: clamp(25rem, 72vw, 57rem);
	padding-top: clamp(2rem, 5.3333333333vw, 3.6rem);
	padding-bottom: clamp(4.8rem, 12.8vw, 6.4rem);
}

.p-company .access__box__content {
	max-width: none;
}

.p-company .access__box__content .company__sectionTitle {
	font-size: clamp(4.8rem, 12.8vw, 9.2rem);
}

.p-company .access__box__content .desc {
	margin-top: clamp(10rem, 32vw, 25rem);
}

.p-company .access__box__content .desc p {
	font-size: clamp(1.2rem, 3.4666666667vw, 1.7rem);
}

.p-company .access__box__content .image {
	width: clamp(20rem, 61.3333333333vw, 38rem);
}

.p-company .access__box__image {
	top: clamp(5rem, 13.3333333333vw, 10rem);
	width: clamp(26rem, 88.8vw, 72rem);
}

.p-contact .form__content__text {
	line-height: 1.75;
}

}

@media screen and (max-width: 600px) {

body {
	font-size: 14px;
	font-size: 1.4rem;
}

.main {
	overflow-x: hidden;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

.sp-only {
	display: block;
}

.sp-escape {
	display: none;
}

.btn--fixed-pageTop {
	width: clamp(5.2rem, 13.8666666667vw, 6.4rem);
}

.btn--fix {
	left: 0;
	visibility: hidden;
	width: 100%;
	padding: clamp(0.8rem, 2.1333333333vw, 1.2rem) clamp(0.8rem, 2.1333333333vw, 1.2rem) clamp(1rem, 2.6666666667vw, 1.6rem);
	border-radius: 0;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
	-moz-transition: opacity 0.6s ease, visibility 0.6s ease;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.btn--fix .logo {
	display: none;
}

.btn--fix .note {
	margin-top: 0;
	font-size: clamp(1.4rem, 3.7333333333vw, 2rem);
}

.btn--fix .btn--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: clamp(1.2rem, 3.2vw, 1.8rem);
	   -moz-column-gap: clamp(1.2rem, 3.2vw, 1.8rem);
	        column-gap: clamp(1.2rem, 3.2vw, 1.8rem);
}

.btn--fix .btn--tel,
.btn--fix .btn--line {
	width: 50%;
	margin-top: 0;
	padding: clamp(0.5rem, 1.3333333333vw, 1rem);
	border-radius: 32px;
}

.btn--fix .btn--tel {
	width: 50%;
}

.btn--fix .btn--tel .circle {
	width: clamp(2.6rem, 6.9333333333vw, 3.7rem);
	height: clamp(2.6rem, 6.9333333333vw, 3.7rem);
}

.btn--fix .btn--tel .circle::after {
	width: clamp(1.4rem, 3.7333333333vw, 1.8rem);
	height: clamp(1.8rem, 4.8vw, 2.2rem);
}

.btn--fix .btn--tel .number {
	margin-top: -4px;
	font-size: clamp(1.6rem, 5.0666666667vw, 3.4rem);
}

.btn--fix .btn--line {
	width: 44%;
}

.btn--fix .btn--line:before {
	width: clamp(2.6rem, 6.9333333333vw, 3.6rem);
	height: clamp(2.4rem, 6.4vw, 3.4rem);
}

.btn--fix .btn--line .text {
	margin-top: -4px;
	font-size: clamp(1.7rem, 5.0666666667vw, 2.2rem);
}

.btn--fix .banner {
	width: clamp(0rem, 48vw, 28rem);
	margin-top: 11px;
}

.overlay.active {
	width: 2500px;
	height: 2500px;
}

.globalMenu .line-fax {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.globalMenu .line-fax .line,
.globalMenu .line-fax .fax {
	width: 85%;
	margin-inline: auto;
}

.globalMenu .line-fax .line {
	font-size: clamp(2rem, 5.3333333333vw, 3.3rem);
}

.globalMenu .line-fax .line:before {
	width: clamp(3.2rem, 8.5333333333vw, 5.5rem);
	height: clamp(3rem, 8vw, 5.2rem);
}

.globalMenu .line-fax .fax {
	max-height: 100px;
}

.globalMenu .line-fax .fax .heading {
	font-size: clamp(1.4rem, 4.2666666667vw, 2rem);
}

.globalMenu .line-fax .fax .number {
	font-size: clamp(1.8rem, 5.8666666667vw, 3.6rem);
}

.globalMenu .banner {
	width: 85%;
}

.bottomContact {
	padding-bottom: 128px;
	background-image: url(./images/common/bg-footer-contact_sp.png);
}

.bottomContact .btn--tel {
	width: clamp(30rem, 87.2vw, 55rem);
}

.bottomContact .btn--tel .tel__body .number {
	font-size: clamp(3.4rem, 9.0666666667vw, 6rem);
}

.fade-fv01.fade-action::before {
	-webkit-animation-name: fade-up-fv01-sp;
	   -moz-animation-name: fade-up-fv01-sp;
	        animation-name: fade-up-fv01-sp;
}

.fade-fv02.fade-action::before {
	-webkit-animation-name: fade-up-fv02-sp;
	   -moz-animation-name: fade-up-fv02-sp;
	        animation-name: fade-up-fv02-sp;
}

.header .headerLogo--sp {
	width: clamp(23rem, 66.6666666667vw, 40rem);
}

.header .headerLogo--sp a {
	padding-top: clamp(1rem, 2.6666666667vw, 1.2rem);
	padding-bottom: clamp(1rem, 2.6666666667vw, 1.2rem);
}

.footer {
	padding-bottom: clamp(11.7rem, 31.2vw, 16.7rem);
	border-radius: 62px 62px 0 0;
}

.footer {
	padding-right: clamp(2.4rem, 6.4vw, 3.2rem);
	padding-left: clamp(2.4rem, 6.4vw, 3.2rem);
	border-radius: 35px 35px 0 0;
}

.footer .inner {
	max-width: 670px;
}

.footer__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer__content .item:nth-of-type(2) {
	width: 100%;
}

.footer__content .item__logo {
	width: clamp(24rem, 69.3333333333vw, 34rem);
	margin-inline: auto;
}

.footer__content .item__logo img {
	width: 100%;
}

.footer__content .item__address {
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
	text-align: center;
}

.footer__content .item__banner {
	width: clamp(24rem, 74.6666666667vw, 36rem);
	margin-top: clamp(2rem, 5.3333333333vw, 3.2rem);
	margin-inline: auto;
}

.footer__content .item__list {
	width: clamp(21rem, 61.3333333333vw, 27rem);
	max-width: none;
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
}

.footer__content .item__list:nth-of-type(2) {
	margin-top: clamp(2rem, 5.3333333333vw, 2.4rem);
	padding-bottom: clamp(2.4rem, 6.4vw, 3.2rem);
}

.footer__content .item__list:nth-of-type(2) li a {
	text-align: center;
}

.footer__content .item__list li {
	width: 47.6744186047%;
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
}

.footer__content .item__tel {
	padding-top: clamp(2.4rem, 6.4vw, 3.2rem);
	border-top: 1px solid var(--c-blue);
}

.footer__content .item__tel__body {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: clamp(0.6rem, 1.6vw, 1rem);
	   -moz-column-gap: clamp(0.6rem, 1.6vw, 1rem);
	        column-gap: clamp(0.6rem, 1.6vw, 1rem);
}

.footer__content .item__tel__body .circle {
	width: clamp(3.2rem, 8.5333333333vw, 3.6rem);
	height: clamp(3.2rem, 8.5333333333vw, 3.6rem);
	margin-top: 3px;
}

.footer__content .item__tel__body .circle::after {
	width: clamp(1.8rem, 4.8vw, 2rem);
	height: clamp(1.8rem, 4.8vw, 2rem);
}

.footer__content .item__tel__body .number {
	font-size: clamp(3.6rem, 9.6vw, 4rem);
}

.footer__content .item__tel__date {
	margin-top: clamp(1.2rem, 3.2vw, 1.6rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
	text-align: center;
}

.footer__content .item__tel__caption {
	margin-top: clamp(1.6rem, 4.2666666667vw, 2.2rem);
	font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
	text-align: center;
}

.footer .copyright {
	margin-top: clamp(4.4rem, 11.7333333333vw, 7rem);
	font-size: clamp(1.2rem, 3.2vw, 1.4rem);
	text-align: center;
}

.l-mv__image img {
	aspect-ratio: 1920/1000;
}

.l-mv__logo {
	bottom: clamp(8rem, 21.3333333333vw, 11rem);
}

.l-mv__logo p {
	padding-right: -webkit-calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
	padding-right: -moz-calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
	padding-right: calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
}

.l-mv__title {
	bottom: clamp(6rem, 16vw, 8rem);
}

.l-section__content {
	padding: clamp(2.8rem, 7.4666666667vw, 4.8rem) clamp(2rem, 5.3333333333vw, 4rem) clamp(3.2rem, 8.5333333333vw, 5.6rem);
	border-radius: 16px;
}

.home .fv {
	height: clamp(60rem, 174.4vw, 101.2rem);
}

.home .fv__content__item {
	width: 100% !important;
}

.home .fv__content__item:nth-of-type(1) .image::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 26%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 26%, 0% 100%);
}

.home .fv__content__item:nth-of-type(2) {
	top: clamp(25rem, 80.8vw, 47.1rem);
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}

.home .fv__content__item:nth-of-type(2) .image::before {
	-webkit-clip-path: polygon(0 50%, 100% -0.3%, 100% 50%, 0% 100%);
	        clip-path: polygon(0 50%, 100% -0.3%, 100% 50%, 0% 100%);
}

.home .fv__content__item:nth-of-type(3) {
	top: clamp(45rem, 139.7333333333vw, 81.5rem);
	-webkit-transform: translateY(-74.6%);
	   -moz-transform: translateY(-74.6%);
	    -ms-transform: translateY(-74.6%);
	        transform: translateY(-74.6%);
}

.home .fv__content__item:nth-of-type(3) .image::before {
	-webkit-clip-path: polygon(0 73%, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 73%, 100% 0, 100% 100%, 0% 100%);
}

.home .fv__catchCopy {
	top: 32%;
	height: clamp(15rem, 45.3333333333vw, 22rem);
}

.home .fv__catchCopy__text {
	width: clamp(26rem, 74.6666666667vw, 40rem);
}

.home .concept {
	padding-top: 12px;
}

.home .concept__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	padding-top: 12px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.home .concept__heading::before {
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-60%);
	   -moz-transform: translateX(-60%);
	    -ms-transform: translateX(-60%);
	        transform: translateX(-60%);
	-webkit-writing-mode: horizontal-tb;
	    -ms-writing-mode: lr-tb;
	        writing-mode: horizontal-tb;
}

.home .concept__heading__text,
.home .concept__heading__title {
	padding-left: 0;
}

.home .concept__heading__text {
	font-size: clamp(5rem, 13.3333333333vw, 6.8rem);
}

.home .concept__heading__title {
	font-size: clamp(6rem, 16vw, 8.4rem);
}

.home .concept__text {
	font-size: clamp(1.6rem, 4.2666666667vw, 1.8rem);
	line-height: 1.75;
}

.home .message__content__desc .text {
	line-height: 1.75;
}

.home .message__reason__title .large {
	margin-left: 2px;
}

.home .message__reason__content {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.home .message__reason__content .item {
	width: 48%;
}

.home .message__reason__content .item:last-of-type {
	margin-inline: auto;
}

.home .serviceArea {
	padding-bottom: clamp(7rem, 18.6666666667vw, 8.5rem);
}

.home .serviceArea::before {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.home .serviceArea .service__heading__bigTitle::before {
	min-width: none;
}

.home .serviceArea .service__content__item:nth-of-type(4) .title {
	min-height: none;
}

.home .serviceArea .service__content__item .text {
	font-weight: 500;
	line-height: 1.5;
}

.home .serviceArea .area__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: clamp(1.6rem, 4.2666666667vw, 2.4rem);
}

.home .serviceArea .area__content__desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home .serviceArea .area__content__desc .car {
	width: clamp(15rem, 40vw, 17rem);
	margin-top: clamp(11rem, 29.3333333333vw, 15rem);
}

.home .serviceArea .area__content__desc .text {
	line-height: 1.75;
}

.home .serviceArea .area__content__desc .people {
	width: clamp(24rem, 64vw, 26rem);
	margin-top: clamp(1.2rem, 3.2vw, 1.8rem);
}

.home .serviceArea .area__content__image {
	width: clamp(22rem, 69.3333333333vw, 30rem);
}

.home .feature__heading .container::before {
	width: clamp(11rem, 40vw, 17rem);
	-webkit-transform: translate(-8%, -115%);
	   -moz-transform: translate(-8%, -115%);
	    -ms-transform: translate(-8%, -115%);
	        transform: translate(-8%, -115%);
}

.home .feature__heading .container::after {
	width: clamp(10rem, 34.6666666667vw, 15rem);
	-webkit-transform: translate(-5%, -110%);
	   -moz-transform: translate(-5%, -110%);
	    -ms-transform: translate(-5%, -110%);
	        transform: translate(-5%, -110%);
}

.home .feature__content__item .title::before {
	margin-top: 3px;
}

.home .homeRecruit__content__desc .note {
	line-height: 1.75;
}

.p-recruit .mv .mv__logo p {
	padding-right: -webkit-calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
	padding-right: -moz-calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
	padding-right: calc(clamp(11rem, 9.0909090909vw, 15rem) / 4.3);
}

.p-recruit .mv__desc__text {
	line-height: 1.75;
}

.p-recruit .date__articleTitle {
	line-height: 1.25;
}

.p-recruit .date .system__content__item {
	min-height: auto;
}

.p-recruit .date .system__content__item:nth-of-type(7) h4,
.p-recruit .date .system__content__item:nth-of-type(9) h4,
.p-recruit .date .system__content__item:nth-of-type(10) h4 {
	font-size: clamp(1.4rem, 3.7333333333vw, 2.4rem);
}

.p-recruit .date .system__content__item:nth-of-type(11) h4::before,
.p-recruit .date .system__content__item:nth-of-type(12) h4::before,
.p-recruit .date .system__content__item:nth-of-type(13) h4::before,
.p-recruit .date .system__content__item:nth-of-type(18) h4::before {
	width: clamp(5.4rem, 14.4vw, 7.2rem);
}

.p-recruit .date .system__content__item p {
	font-size: 1.2rem;
}

.p-recruit .date .successful__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 450px;
	margin-inline: auto;
}

.p-recruit .date .successful__content:nth-of-type(1) {
	max-width: 450px;
}

.p-recruit .date .successful__content:nth-of-type(1) {
	row-gap: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-recruit .date .successful__content:nth-of-type(1) .successful__content__item {
	width: 100%;
	padding-right: clamp(2.4rem, 7.4666666667vw, 3.2rem);
	padding-left: clamp(2.4rem, 7.4666666667vw, 3.2rem);
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:has(figure) {
	width: clamp(27rem, 77.3333333333vw, 45rem);
}

.p-recruit .date .successful__content:nth-of-type(2) .successful__content__item:not(:has(figure)) {
	width: 100%;
	padding-right: clamp(2.4rem, 7.4666666667vw, 3.2rem);
	padding-left: clamp(2.4rem, 7.4666666667vw, 3.2rem);
}

.p-recruit .date .successful__content__item .title {
	font-size: clamp(1.5rem, 4.2666666667vw, 1.8rem);
}

.p-recruit .gallery__text {
	line-height: 1.75;
}

.p-recruit .gallery__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit .gallery__list__item {
	width: 95%;
	margin-inline: auto;
}

.p-recruit .job__tabList {
	row-gap: 20px;
}

.p-recruit .job__tabList__item {
	margin-inline: auto;
}

.p-recruit .job__content {
	margin-top: clamp(4rem, 10.6666666667vw, 6rem);
	padding-top: clamp(3.2rem, 8.5333333333vw, 5.6rem);
	padding-bottom: clamp(4rem, 10.6666666667vw, 6.4rem);
	border-radius: 30px;
}

.p-recruit .job__content .image {
	width: 92%;
}

.p-recruit .job__content .list__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit .job__content .list__item:not(:last-of-type) dt {
	padding-bottom: 0;
	border-bottom: none;
}

.p-recruit .job__content .list__item dt {
	width: 100%;
}

.p-recruit .job__content .list__item dd {
	width: 100%;
	padding-top: 6px !important;
	padding-left: 0;
}

.p-recruit .job__content .list__item dd p {
	line-height: 1.75;
}

.p-recruit .job .btn--jobMail {
	width: clamp(25rem, 72vw, 40rem);
	padding: clamp(2rem, 5.3333333333vw, 3.2rem);
}

.p-company .concept__content__list .item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.p-company .concept__content__list .item__desc__text {
	line-height: 1.6;
}

.p-company .message__content__desc .text {
	line-height: 1.75;
}

.p-company .message__content__desc .interview__item__answer {
	line-height: 1.75;
}

.p-company .access__box__content .desc p {
	line-height: 1.75;
}

.p-contact .form__content input[type=checkbox] {
	width: 18px;
}

.p-contact .form__content input[type=checkbox]:checked::before {
	width: 12px;
}

.p-contact .form__content input[type=checkbox] textarea[name=your-message] {
	max-height: 200px;
}

.p-contact .form__content .wpcf7-form-control .wpcf7-list-item label {
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}

.p-contact .form__content table th,
.p-contact .form__content tbody th {
	font-size: 14px;
}

.p-contact .form__content__accept .wpcf7-form-control .wpcf7-list-item-label {
	font-size: 14px;
}

.p-privacy-policy .l-section__content__inner h2 {
	border-bottom: 2px solid var(--c-blue);
	font-size: clamp(1.8rem, 5.3333333333vw, 2.4rem);
}

.p-privacy-policy .l-section__content__inner h2 + h3 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h2 + h4 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h2 + p {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h2 + ul {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h2 + ol {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 {
	border-left: 2px solid var(--c-blue);
	font-size: clamp(1.6rem, 4.8vw, 2.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + h2 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + h4 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + p {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + ul {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + ol {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-image {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-columns {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h3 + .wp-block-table {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + h2 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + h3 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + p {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + ul {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + ol {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-image {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-columns {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner h4 + .wp-block-table {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p {
	line-height: 1.75;
}

.p-privacy-policy .l-section__content__inner p + h2 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p + h3 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p + h4 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p + p {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p + ul {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner p + ol {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul li,
.p-privacy-policy .l-section__content__inner ol li {
	line-height: 1.75;
}

.p-privacy-policy .l-section__content__inner ul + h2,
.p-privacy-policy .l-section__content__inner ol + h2 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul + h3,
.p-privacy-policy .l-section__content__inner ol + h3 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul + h4,
.p-privacy-policy .l-section__content__inner ol + h4 {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul + p,
.p-privacy-policy .l-section__content__inner ol + p {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul + ul,
.p-privacy-policy .l-section__content__inner ol + ul {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

.p-privacy-policy .l-section__content__inner ul + ol,
.p-privacy-policy .l-section__content__inner ol + ol {
	margin-top: clamp(2.4rem, 6.4vw, 3.2rem);
}

}

@-webkit-keyframes btn-rotate {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-moz-keyframes btn-rotate {

0% {
	-moz-transform: rotate(0);
	     transform: rotate(0);
}

100% {
	-moz-transform: rotate(360deg);
	     transform: rotate(360deg);
}

}

@keyframes btn-rotate {

0% {
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	        transform: rotate(0);
}

100% {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	        transform: translateY(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-in {

0% {
	opacity: 0;
	-moz-transform: translateY(25px);
	     transform: translateY(25px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	   -moz-transform: translateY(25px);
	        transform: translateY(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	        transform: translateY(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-up {

0% {
	opacity: 0;
	-moz-transform: translateY(-25px);
	     transform: translateY(-25px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	   -moz-transform: translateY(-25px);
	        transform: translateY(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-right {

0% {
	opacity: 0;
	-moz-transform: translateX(25px);
	     transform: translateX(25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	   -moz-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-left {

0% {
	opacity: 0;
	-moz-transform: translateX(-25px);
	     transform: translateX(-25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	   -moz-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-moz-keyframes sway {

0%,100% {
	-moz-transform: rotate(10deg);
	     transform: rotate(10deg);
}

50% {
	-moz-transform: rotate(-10deg);
	     transform: rotate(-10deg);
}

}

@keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-webkit-keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-moz-keyframes ver-hol {

0% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-moz-transform: translate(-10px, -10px) rotate(-8deg);
	     transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

}

@keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	   -moz-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-webkit-keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-moz-keyframes hol-ver {

0% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(-6deg);
	     transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

}

@keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	   -moz-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-webkit-keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-moz-keyframes floating-right {

0% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(6deg);
	     transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

}

@keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	   -moz-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-webkit-keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-moz-keyframes floating-left {

0% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-moz-transform: translate(-20px, -20px) rotate(-12deg);
	     transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

}

@keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	   -moz-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-webkit-keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes swiper-animation {

0% {
	-moz-transform: translateX(0%);
	     transform: translateX(0%);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes fade-up-fv01 {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

}

@-moz-keyframes fade-up-fv01 {

0% {
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

100% {
	-moz-transform: translateY(100%);
	     transform: translateY(100%);
}

}

@keyframes fade-up-fv01 {

0% {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	        transform: translateY(100%);
}

}

@-webkit-keyframes fade-up-fv01-sp {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

}

@-moz-keyframes fade-up-fv01-sp {

0% {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

100% {
	-moz-transform: translateX(100%);
	     transform: translateX(100%);
}

}

@keyframes fade-up-fv01-sp {

0% {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(100%);
	   -moz-transform: translateX(100%);
	        transform: translateX(100%);
}

}

@-webkit-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fade-up-fv02 {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

}

@-moz-keyframes fade-up-fv02 {

0% {
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

100% {
	-moz-transform: translateY(-100%);
	     transform: translateY(-100%);
}

}

@keyframes fade-up-fv02 {

0% {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	        transform: translateY(-100%);
}

}

@-webkit-keyframes fade-up-fv02-sp {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes fade-up-fv02-sp {

0% {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes fade-up-fv02-sp {

0% {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes fade-fv-catch {

0% {
	opacity: 0;
	-webkit-transform: scale(0.4);
	        transform: scale(0.4);
}

65% {
	opacity: 1;
}

100% {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-moz-keyframes fade-fv-catch {

0% {
	opacity: 0;
	-moz-transform: scale(0.4);
	     transform: scale(0.4);
}

65% {
	opacity: 1;
}

100% {
	opacity: 1;
	-moz-transform: scale(1);
	     transform: scale(1);
}

}

@keyframes fade-fv-catch {

0% {
	opacity: 0;
	-webkit-transform: scale(0.4);
	   -moz-transform: scale(0.4);
	        transform: scale(0.4);
}

65% {
	opacity: 1;
}

100% {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes floating {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes floating {

0% {
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes floating {

0% {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes belt-slideInOut {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}

30% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

70% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

}

@-moz-keyframes belt-slideInOut {

0% {
	clip-path: inset(0 100% 0 0);
}

30% {
	clip-path: inset(0 0 0 0);
}

70% {
	clip-path: inset(0 0 0 0);
}

100% {
	clip-path: inset(0 0 0 0);
}

}

@keyframes belt-slideInOut {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	        clip-path: inset(0 100% 0 0);
}

30% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

70% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	        clip-path: inset(0 0 0 0);
}

}

@-webkit-keyframes fade-image-up {

0% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@-moz-keyframes fade-image-up {

0% {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

100% {
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@keyframes fade-image-up {

0% {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

100% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@-webkit-keyframes fade-image-down {

0% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
}

100% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@-moz-keyframes fade-image-down {

0% {
	clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
}

100% {
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@keyframes fade-image-down {

0% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
}

100% {
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

}

@-webkit-keyframes fade-effect-down {

0% {
	top: 0;
}

100% {
	top: 100%;
}

}

@-moz-keyframes fade-effect-down {

0% {
	top: 0;
}

100% {
	top: 100%;
}

}

@keyframes fade-effect-down {

0% {
	top: 0;
}

100% {
	top: 100%;
}

}

@-webkit-keyframes fade-effect-up {

0% {
	bottom: 0;
}

100% {
	bottom: 100%;
}

}

@-moz-keyframes fade-effect-up {

0% {
	bottom: 0;
}

100% {
	bottom: 100%;
}

}

@keyframes fade-effect-up {

0% {
	bottom: 0;
}

100% {
	bottom: 100%;
}

}

