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

body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

html {
	scroll-padding-top: 90px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

/* ホバー */

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

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

.layout-header {
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.layout-contact-confirm {
	margin-top: 6rem;
}

.layout-page-contact-thanks {
	margin-top: 6rem;
}

.layout-page-mv-privacy {
	padding-bottom: 7rem;
	padding-top: 6rem;
}

.layout-page-mv {
	padding-top: 8rem;
}

.layout-page-mv-member {
	padding-bottom: 7rem;
	padding-top: 6rem;
}

.layout-page-mv-privacy {
	padding-bottom: 7rem;
	padding-top: 6rem;
}

.layout-page-mv-404 {
	padding-bottom: 7dvi;
	padding-top: 6rem;
}

.layout-page-mv-service-details {
	padding-bottom: 7.7rem;
	padding-top: 8rem;
}

.layout-page-recruit-information {
	margin-top: 8.25rem;
}

.layout-page-recruit {
	margin-top: 9rem;
}

.layout-page-service-menu {
	margin-top: 7rem;
}

.layout-philosophy {
	padding-bottom: 7.375rem;
}

.top-about {
	padding-bottom: 2.7rem;
	padding-top: 7.8125rem;
}

.top-footer {
	padding-bottom: 1.875rem;
	padding-top: 4rem;
}

.top-header {
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.top-member {
	padding-bottom: 6.25rem;
}

.top-mv {
	padding-bottom: 6.5rem;
	padding-top: 3rem;
}

.top-recruit {
	margin-top: -2rem;
	padding-bottom: 3.75rem;
}

.top-service {
	padding-bottom: 6.25rem;
	padding-top: 7.8125rem;
}

.top-works {
	padding-top: 7.8125rem;
}

.about {
	overflow: hidden; /* 背景がはみ出さないようにオーバーフローを制御 */
	position: relative; /* 背景が固定されるために必要な相対位置指定 */
}

.about .js-mv1,
.about .js-mv2 {
	-o-object-fit: cover;
	height: 100%; /* セクションの高さに合わせて要素の高さを調整 */
	object-fit: cover; /* 背景画像がセクションにフィットするように */
	width: 100%; /* セクションの幅に合わせて要素の幅を調整 */
}

.about__container {
	display: flex;
	flex-shrink: 0;
}

.about__box {
	display: flex;
}

.about__subTitle-wrap {
	margin-left: 3rem;
	margin-right: 3rem;
}

.about__title-wrap {
	max-width: 50%;
	width: 100%;
}

.about__text {
	line-height: 2.5;
	margin-top: 2rem;
}

.about__button {
	margin-top: 3.125rem;
}

.about__image-wrap {
	display: flex;
	width: 100%;
}

.about__mini-image {
	aspect-ratio: 200/240;
	height: auto;
	margin-top: 15rem;
	max-width: 40%;
	position: relative;
	transform: perspective(1000px) rotateY(30deg);
	width: 100%;
}

.about__mini-image img {
	-o-object-fit: cover;
	aspect-ratio: 200/240;
	object-fit: cover;
	width: 100%;
}

.about__large-image {
	aspect-ratio: 380/370;
	height: auto;
	margin-left: -3.75rem;
	max-width: 80%;
	transform: perspective(1000px) rotateY(-24deg);
	width: 100%;
}

.about__large-image img {
	-o-object-fit: cover;
	aspect-ratio: 380/370;
	object-fit: cover;
}

.about__bottom-title {
	text-stroke: 0.0625rem #ffffff;
	-webkit-text-stroke: 0.0625rem #ffffff;
	color: transparent;
	font-size: 5rem;
	margin: -3.125rem calc(50% - 50vw) 0;
	margin-left: -6.25rem;
	overflow: hidden;
}

.about__bottom-title::after {
	background-image: url(../images/common/subtitle-logo-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	margin-right: 0.9375rem;
	width: 1.740625rem;
}

.about__animation {
	width: 100%;
}

.about__animation1 {
	background: #F3F3F3;
	background-color: transparent;
	padding-top: 1.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: 1;
}

.about__animation2 {
	background: #F3F3F3;
	background-color: transparent;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -1;
}

.backgroundcolor {
	background: linear-gradient(180deg, rgba(0, 232, 248, 0.01), rgba(0, 232, 248, 0.01) 30px, rgba(0, 232, 248, 0.05) 30px, rgba(0, 232, 248, 0.05) 60px, rgba(0, 232, 248, 0.1) 60px, rgba(0, 232, 248, 0.1) 90px, rgba(0, 232, 248, 0.15) 90px, rgba(0, 232, 248, 0.15) 120px);
	background-size: 30px 100%;
	height: 120px; /* 任意の高さを指定 */
}

.backgroundcolor2 {
	background: transparent linear-gradient(180deg, rgba(0, 232, 248, 0.15) 0%, rgba(30, 150, 212, 0.4549019608) 30%, #1EB8D4 100%) 0% 0% no-repeat padding-box;
	overflow: hidden;
}

body {
	background-color: #F3F3F3;
}

.breadcrumb {
	font-size: 0.75rem;
	line-height: 2.5;
	margin-top: 1.4375rem;
}

.button-gradation {
	background-image: linear-gradient(90deg, #1EB8D4 40%, #123D83 100%);
	border-radius: 1.875rem;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
	line-height: 2;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-align: center;
	text-transform: uppercase;
	transition: background-position 0.5s, color 1s;
	width: 15.625rem;
}

.button-gradation:hover {
	background-image: linear-gradient(90deg, #1EB8D4, #123D83, #2b86c5);
	border-radius: 1.875rem;
	color: #ffffff;
	transition: all 0.5s;
}

.button {
	align-items: center;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s;
	z-index: 1;
}

.button::before {
	background-image: url(../images/common/button-icon-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.1875rem;
	margin-right: 1.3125rem;
	transition: opacity 0.3s;
	width: 3.1875rem;
}

.button:hover {
	opacity: 0.5;
}

.button:hover::before {
	opacity: 0.5;
}

.button.button--black {
	color: #212121;
}

.button.button--black:hover {
	opacity: 0.5;
}

.button.button--black::before {
	background-image: url(../images/common/button-logo-blue.svg);
}

.button.button--black:hover::before {
	opacity: 0.5;
}

.button-skyblue {
	background-color: #1EB8D4;
	border-radius: 30px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
	width: 19.375rem;
}

.button-skyblue:hover {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	color: #1EB8D4;
}

.button-white {
	border: 1px solid #212121;
	border-radius: 1.875rem;
	color: #212121;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
	line-height: 2;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
	width: 15.625rem;
	z-index: 1;
}

.button.button--bac {
	-webkit-backdrop-filter: blur(10px);
	align-items: center;
	backdrop-filter: blur(10px);
	background-color: transparent;
	border: 1.5px solid #ffffff;
	border-radius: 1.25rem;
	color: #1EB8D4;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.8125rem 0.625rem;
	text-transform: uppercase;
	top: -5rem;
	transition: 0.3s;
	width: 9.0625rem;
	z-index: 1;
}

.button.button--bac::before {
	background-image: url(../images/common/button-icon-skyblue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	margin-right: 0.625rem;
	transition: opacity 0.3s;
	width: 1.5rem;
	z-index: 1;
}

.button.button--bac:hover {
	background-color: transparent;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	opacity: 0.7;
}

.button.button--bac::before:hover {
	opacity: 0.7;
}

.circle-blue {
	animation: circle-blue 10s ease-in-out infinite;
	background-color: #5DDFF5;
	border-radius: 50%;
	filter: blur(50px);
	height: 17rem;
	left: 1.25rem;
	opacity: 0.3;
	overflow: hidden;
	position: fixed;
	top: 18rem;
	transform: 3d 10.2748px, -67.145px, 0px;
	transition: 5s ease-in-out;
	width: 17em;
	z-index: -1;
}

.circle-blue2 {
	animation: circle-blue 10s ease-in-out infinite;
	background-color: #5DDFF5;
	border-radius: 50%;
	filter: blur(50px);
	height: 17rem;
	left: 1.25rem;
	opacity: 0.3;
	overflow: hidden;
	position: fixed;
	top: 18rem;
	transform: 3d 10.2748px, -67.145px, 0px;
	transition: 5s ease-in-out;
	width: 17em;
}

/* アニメーション時のスタイル */

.circle.animate {
	transform-box: fill-box;
	transform-origin: center;
}

.circle-icon__circle {
	height: 100%;
	width: 100%;
}

.circle-icon__icon {
	aspect-ratio: 1/1;
	max-width: 9.375rem;
	width: 100%;
}

.history-profile {
	max-width: 62.5rem;
	width: 100%;
}

.history-profile__list {
	border-bottom: 0.1px solid #212121;
	display: flex;
	width: 100%;
}

.history-profile__list + .history-profile__list {
	margin-top: 1.5rem;
}

.history-profile__name {
	align-items: baseline;
	border-bottom: 1px solid #123D83;
	display: flex;
	flex-shrink: 0;
	font-family: "din-2014", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	justify-content: flex-end;
	width: 18%;
}

.history-profile__name span {
	display: inline-block;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
	margin-left: 0.3125rem;
}

.history-profile__text {
	align-items: flex-end;
	display: flex;
	margin-left: 2.8125rem;
	padding-right: 1rem;
	width: 80%;
}

.flow-list {
	align-items: center;
	display: flex;
	gap: 3rem;
}

.flow-list__item-title {
	color: #123D83;
	font-size: 1.5rem;
	font-weight: 700;
}

.flow-list__item-text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.2rem;
}

.flow-list__item + .flow-list__item {
	margin-top: 3.125rem;
}

.flow-list__item-img {
	margin: 0.9375rem auto 0;
	width: 2.8125rem;
}

.flow-list__item:nth-of-type(2) .flow-list__item-img,
.flow-list__item:nth-of-type(4) .flow-list__item-img {
	width: 3.4375rem;
}

.flow-list__item:nth-of-type(3) .flow-list__item-img,
.flow-list__item:nth-of-type(5) .flow-list__item-img {
	width: 2.1875rem;
}

.flow-list__item-img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.flow-list__item-content {
	margin-top: 1rem;
}

.footer {
	background-image: url("../images/common/background-blue.svg"), url("../images/common/background-blue.svg");
	background-position: left -10% bottom 190%, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 50%, 40%;
}

.footer__line {
	border: 0.1px solid #212121;
	left: 3%;
	max-width: 77.875rem;
	opacity: 0.1;
	top: 20%;
	width: 100%;
}

.footer__inner {
	margin: auto;
	max-width: 85.375rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

.footer__nav {
	margin-top: 1rem;
}

.footer__wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.footer__left {
	margin-top: 1.875rem;
	width: 48%;
}

.footer__logo {
	height: auto;
	max-width: 9.875rem;
	transform: 0.5s;
	width: 100%;
}

.footer__logo:hover {
	opacity: 0.6;
}

.footer__logo a {
	display: block;
}

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

.footer__address {
	font-size: 1rem;
	font-style: normal;
	line-height: 1.875;
	margin-top: 1.875rem;
}

.footer__tel {
	cursor: pointer;
	font-family: "din-2014", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2.0416666667;
	transform: 0.3s;
}

.footer__tel :hover {
	opacity: 0.5;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 2.8125rem;
}

.footer__policy {
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2857142857;
	padding-right: 3.75rem;
	transition: 0.3s;
}

.footer__policy:hover {
	opacity: 0.5;
}

.footer__copyright {
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.2857142857;
	text-align: left;
}

.footer__pagetop {
	cursor: pointer;
	position: absolute;
	right: calc(50% - min(50vw, 39rem));
	transform: 0.5s;
}

.footer__pagetop:hover {
	opacity: 0.5s;
}

.footer__pagetop span {
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 2.7857142857;
	margin-top: 1.25rem;
	writing-mode: vertical-rl;
}

.footer__pagetop span:hover {
	opacity: 0.5;
}

.footer__pagetop img {
	height: 4.25rem;
	transform: 0.5s;
	transform: translate(0.5rem, 0rem);
	width: 1.25rem;
}

.footer__pagetop:hover img {
	opacity: 0.5;
	transform: translate(0.5rem, -0.3rem);
}

.form-confirm {
	margin-top: 2.1875rem;
}

.form-confirm__line {
	border: 1px solid #212121;
	width: 100%;
}

.form-confirm__list {
	border-bottom: 2px dotted #212121;
	display: flex;
	font-size: 1rem;
	line-height: 1;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.form-confirm__label,
.form-confirm__input {
	font-size: 1rem;
}

.form-confirm__label {
	flex-shrink: 0;
	font-weight: 700;
	max-width: 23rem;
	padding-right: 6.25rem;
	text-align: right;
	width: 100%;
}

.form-confirm__input {
	font-weight: 300;
	max-width: 40rem;
	width: 100%;
}

.form-confirm__submit {
	margin-top: 5.3125rem;
	text-align: center;
}

.form-confirm__submit {
	display: flex;
	gap: 3.125rem;
	justify-content: center;
}

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #212121;
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-input input:focus {
	border-bottom: 1px solid #212121;
	box-shadow: none;
	outline: none;
}

div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #212121;
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-select select:focus {
	border-bottom: 1px solid #212121;
	box-shadow: none;
	outline: none;
}

.form-submit2 input {
	background: transparent linear-gradient(90deg, #1EB8D4 0%, #123D83 100%) 0% 0% no-repeat padding-box;
	border-radius: 3.125rem;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
	line-height: 2;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 1s, color 1s;
	width: 15.625rem;
}

.form-submit2 input:hover,
.form-submit2 input:focus {
	outline: none;
}

.form-submit2 input:hover {
	background-image: linear-gradient(90deg, #1EB8D4, #123D83, #2b86c5);
	color: #ffffff;
	transition: all 0.5s;
}

.form-submit2 input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-submit1 input {
	background-color: #F3F3F3;
	border: 1px solid #212121;
	border-radius: 3.125rem;
	color: #212121;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
	line-height: 2;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
	width: 15.625rem;
}

.form-submit1 input:hover,
.form-submit1 input:focus {
	outline: none;
}

.form-submit1 input:hover {
	opacity: 0.5;
}

.form-submit1 input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #212121;
	border-radius: 0;
	font-size: 0.9375rem;
	height: 11.5rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form__wrap + .form__wrap {
	margin-top: 1.875rem;
}

.form__label {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.form__label span {
	background-color: black;
	color: #ffffff;
	display: inline-block;
	font-size: 0.75rem;
	margin-right: 0.625rem;
	padding: 0.3125rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0.625rem;
	padding: 0.75rem 0;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__submit {
	margin-top: 2.7rem;
	overflow: hidden;
	text-align: center;
}

.greetings {
	align-items: flex-start;
	background-color: #F3F3F3;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.greetings__wrap {
	margin-left: 6.25rem;
}

.greetings__title {
	left: calc(50% - min(50vw, 39.9rem));
	position: sticky;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.greetings__subtitle {
	color: #123D83;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.greetings__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 3.4375rem;
	margin-top: -9.375rem;
}

.greetings__text-wrap {
	max-width: 33.75rem;
	text-align: left;
	width: 53%;
}

.greetings__text-main {
	color: #123D83;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.greetings__text-sub {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.8rem;
}

.greetings__image-wrap {
	margin-left: 8.125rem;
	margin-top: -0.625rem;
	position: relative;
}

.greetings__image {
	aspect-ratio: 420/630;
	margin-left: 8.125rem;
}

.greetings__image img {
	-o-object-fit: cover;
	height: auto;
	max-width: 26.25rem;
	object-fit: cover;
	width: 100%;
}

.greetings__name-wrap {
	color: #ffffff;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 8%;
	top: 65%;
}

.greetings__name1 {
	font-size: 1rem;
	line-height: 1.25;
	writing-mode: vertical-rl;
}

.greetings__name2 {
	font-size: 1.75rem;
	line-height: 1.1428571429;
	writing-mode: vertical-rl;
}

.header {
	height: 6.875rem;
	transform: translateY(0);
	transition: translateY 600ms, opacity 200ms;
	transition: transform 0.3s 0.3s;
	width: 100%;
	z-index: 999;
}

/*　上に上がる動き　*/

.header.UpMove {
	animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

.header.DownMove {
	animation: DownAnime 0.5s forwards;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: auto;
	max-width: 88rem;
	padding-left: 3.75rem;
	padding-right: 5.5rem;
}

.header__logo {
	height: inherit;
	max-width: 7.6875rem;
	transform: 0.5s;
	width: 100%;
}

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

.header__logo img {
	-o-object-fit: contain;
	height: auto;
	margin-top: 1rem;
	object-fit: contain;
	width: 100%;
}

.header__logo:hover {
	opacity: 0.6;
}

.header__nav {
	height: inherit;
}

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

.header__nav-item {
	cursor: pointer;
	height: inherit;
	transition: 0.3s;
}

.header__nav-item:hover {
	opacity: 0.5;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	border: 1px solid #212121;
	border-radius: 25px;
	display: inline-block;
	height: auto;
	height: initial;
	margin-left: 2.1875rem;
	padding: 0.9375rem 2.5rem;
}

.header__nav-item.header__nav-item--contact:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.header__nav-item a {
	align-items: center;
	color: #212121;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 0.75;
	padding: 0 0.8rem;
	text-transform: uppercase;
}

/* ハンバーガー
******************************/

.header__hamburger {
	display: none;
}

.header__hamburger span {
	background-color: #212121;
	border-radius: 2px;
	display: inline-block;
	height: 2px;
	left: 10px;
	position: absolute;
	width: 1.5rem;
}

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

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

.header__hamburger.is-open {
	border: 2px solid #ffffff;
	cursor: pointer;
	margin-top: 0.625rem;
	position: fixed;
	right: 1rem;
	top: 0;
	z-index: 9999;
}

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

.header__hamburger.is-open span:nth-of-type(1) {
	background-color: #ffffff;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) rotate(30deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	background-color: #ffffff;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) rotate(-30deg);
}

/* ドロワー
******************************/

.header__drawer {
	display: none;
}

.header__drawer-nav-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-top: 3.85rem;
}

.header__drawer-nav-item {
	margin-top: 1.5rem;
}

.header__drawer-nav-item a {
	color: #ffffff;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.header__drawer-nav-items li::before {
	background: #ffffff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 10px;
	left: -0.9375rem;
	position: relative;
	top: 1.5625rem;
	width: 10px;
}

.header__drawer.is-open {
	height: 100vh;
}

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

.header__drawer-logo {
	height: 3.125rem;
	max-width: 5.5rem;
	padding-left: 0.9375rem;
	width: 100%;
}

.header__drawer-logo a {
	margin-top: 0.625rem;
}

.header__drawer-logo img {
	-o-object-fit: contain;
	height: auto;
	margin-top: 0.7rem;
	object-fit: contain;
	width: 100%;
}

.header__animation {
	margin-top: 13.8125rem;
}

.header__animation-member {
	padding-bottom: 3rem;
}

.history-profile {
	max-width: 62.5rem;
	width: 100%;
}

.history-profile__list {
	border-bottom: 0.1px solid #212121;
	display: flex;
	margin-left: 5rem;
	margin-right: 1rem;
	width: 100%;
}

.history-profile__list + .history-profile__list {
	margin-top: 1.55rem;
}

.history-profile__name {
	align-items: baseline;
	border-bottom: 1px solid #123D83;
	display: flex;
	flex-shrink: 0;
	font-family: "din-2014", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	justify-content: flex-end;
	width: 18%;
}

.history-profile__name span {
	display: inline-block;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
	margin-left: 0.3125rem;
}

.history-profile__text {
	align-items: flex-end;
	display: flex;
	font-size: 1rem;
	line-height: 2.1875;
	margin-left: 2.8125rem;
	padding-bottom: 0.625rem;
	padding-right: 1rem;
	width: 70%;
}

.history {
	align-items: flex-start;
	background-color: #F3F3F3;
	background-color: transparent;
	padding-top: 7rem;
	position: relative;
	z-index: 1;
}

.history__wrap {
	margin-left: 6.25rem;
}

.history-profile__list {
	max-width: 62.5rem;
	width: 100%;
}

.history__inner {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-top: -7.5rem;
	width: 100%;
}

.history__title {
	left: calc(50% - min(50vw, 39.9rem));
	position: sticky;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.history__main-title {
	position: relative;
}

.information-profile {
	margin-top: -1rem;
	max-width: 62.5rem;
	width: 100%;
}

.information-profile__list {
	align-items: flex-start;
	border-bottom: 0.1px solid #212121;
	display: flex;
	margin-left: 3rem;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.information-profile__list + .information-profile__list {
	padding-top: 2rem;
}

.information-profile__name {
	align-items: baseline;
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5625;
	width: 21%;
}

.information-profile__text,
.information-profile__telephone1,
.information-profile__telephone2 {
	align-items: flex-end;
	display: flex;
	font-size: 1rem;
	line-height: 1.5625;
	width: 77%;
}

.information-profile__telephone2 {
	margin-top: 0.625rem;
}

.information {
	align-items: flex-start;
	background-color: #F3F3F3;
	background-color: transparent;
	padding-top: 9.375rem;
	position: relative;
	z-index: 1;
}

.information__wrap {
	margin-left: 6.25rem;
}

.information__inner {
	align-items: end;
	display: flex;
	justify-content: center;
	margin-top: -5rem;
	width: 100%;
}

.information__title {
	left: calc(50% - min(50vw, 39.9rem));
	position: sticky;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.information__main-title {
	position: relative;
}

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

.inner2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 85.375rem;
	padding-left: 5rem;
	padding-right: 5rem;
	width: 100%;
	z-index: 1;
}

.loader__logo {
	left: 50%;
	max-width: 21.875rem;
	min-width: 6.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5vw;
	z-index: 1005;
}

.member__cards {
	grid-column-gap: 5.625rem;
	-moz-column-gap: 5.625rem;
	grid-row-gap: 5.8125rem;
	column-gap: 5.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.0625rem;
	row-gap: 5.8125rem;
}

.member-card {
	position: relative;
}

.member-card.member-card--black {
	position: static;
	position: initial;
}

.member-card__image {
	aspect-ratio: 160/195;
	position: relative;
	width: 100%;
}

.member-card__image.member-card__image--black::before {
	background: linear-gradient(100deg, #123D83 0%, #123D83 70%, #1EB8D4 100%);
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: 10px;
	position: absolute;
	top: -15px;
	width: 100%;
	z-index: -1;
}

.member-card__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: -5px;
	width: 100%;
	width: 80%;
}

.member-card__image.member-card__image--black {
	aspect-ratio: 160/195;
	width: 100%;
}

.member-card__text {
	color: #ffffff;
	font-size: 0.625rem;
	font-weight: 300;
	left: 50%;
	position: absolute;
	top: 80%;
	transform: translate(-50%, -50%);
}

.member-card__text.member-card__text--black {
	color: #212121;
	font-size: 1rem;
	font-weight: 300;
	left: 0;
	line-height: 2.25;
	margin-top: 1rem;
	position: static;
	position: initial;
	top: 0;
	transform: translate(0);
}

.member-card__meta {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.member-card__meta.member-card__meta--black {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	max-width: 9.375rem;
	width: 100%;
}

.member-card__group {
	display: inline-block;
}

.member-card__group.member-card__group--black {
	display: inline-block;
	font-size: 1rem;
	max-width: 9.375rem;
	width: 100%;
}

.member-card__name {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.member-card__name.member-card__name--black {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0;
	text-align: left;
}

.member-card__text-english {
	color: #ffffff;
	font-family: "din-2014", sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	text-orientation: sideways;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.member-card__text-english1 {
	font-family: "din-2014", sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	left: 100%;
	position: absolute;
	top: 68%;
	transform: translate(-50%, -50%);
}

.member-card__text-english2 {
	font-family: "din-2014", sans-serif;
	font-size: 4.5rem;
	font-weight: 300;
	left: 0%;
	position: absolute;
	top: 25%;
	transform: translate(-50%, -50%);
}

.page-member__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.member {
	overflow: hidden;
}

.member__inner {
	position: relative;
}

.member__text {
	margin-top: 3.125rem;
}

.member__body {
	padding-left: 2.5rem;
}

.member__container {
	margin-right: calc(50% - 50vw);
}

.member-card__image {
	transition: 0.5s;
	transition-property: transform;
}

.member-card__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.member__button {
	justify-content: flex-end;
	margin-top: -6rem;
	padding-right: 1rem;
}

.member__button-next.swiper-button-next {
	display: inline-block;
	height: 3.75rem;
	position: absolute;
	right: -4.375rem;
	top: 6.5rem;
	width: 3.75rem;
}

.member__button-before.swiper-button-prev {
	display: inline-block;
	height: 3.75rem;
	position: absolute;
	right: 1.625rem;
	top: 1.5rem;
	width: 3.75rem;
}

.member__button-before.swiper-button-prev:after,
.member__button-next.swiper-button-next:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 3.75rem;
	margin: auto;
	padding: 1rem;
	width: 3.75rem;
}

.member__swiper-button-wrap {
	left: -4.5%;
	position: absolute;
	top: 38%;
}

.member__button-before.swiper-button-prev:after {
	background-image: url(../images/common/button-before.png);
}

.member__button-next.swiper-button-next:after {
	background-image: url(../images/common/button-next.png);
}

.member__button-before.swiper-button-prev:hover::after,
.member__button-next.swiper-button-next:hover::after {
	opacity: 0.6;
	transition: 0.5s;
}

.member__button-next.swiper-button-next {
	display: inline-block;
	height: 3.75rem;
	position: absolute;
	right: -4.375rem;
	top: 6.5rem;
	width: 3.75rem;
}

.modal__area {
	max-width: 85.375rem;
	width: 100%;
	z-index: 1;
}

/* モーダルウィンドウ */

.modal {
	background-color: rgba(0, 0, 0, 0.7);
	height: 48rem;
	left: 50%;
	margin: 0 auto;
	max-width: 85.375rem;
	opacity: 0;
	overflow: hidden scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow-y: auto;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	padding-bottom: 1.875rem;
	padding-left: 6.25rem;
	padding-right: 11.4375rem;
	padding-top: 4.5rem;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
      display:none;/*谷口追加*/
}

/* activeクラスのついたモーダルウィンドウ */

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

body.modal-open {
	overflow: hidden;
}

/* モーダルウィンドウ内の閉じるボタン */

.modal .close {
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.modal__content {
	display: flex;
	flex-direction: row;
	gap: 3.75rem;
	overflow-y: auto;
}

.modal__image img {
	-o-object-fit: cover;
	aspect-ratio: 396/502;
	min-width: 24.75rem;
	object-fit: cover;
}

.modal__shozoku,
.modal__name,
.modal__title,
.modal__text {
	color: #ffffff;
}

.modal__textarea {
	display: grid;
}

.modal__shozoku {
	font-size: 1rem;
}

.modal__name {
	font-size: 2.25rem;
	font-weight: 700;
	margin-top: 1rem;
}

.modal__title {
	align-items: flex-end;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.0714285714;
	margin-top: 4.4375rem;
	position: relative;
}

.modal__title::before {
	background-image: url(../images/common/subtitle-logo-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	margin-right: 0.9375rem;
	width: 1.740625rem;
}

.modal__text {
	font-size: 1rem;
	line-height: 2.1875;
	margin-top: 1rem;
}

.modal__textarea1 {
	grid-column: 2/3;
	grid-row: 1/2;
	min-width: 18.75rem;
}

.modal__textarea2 {
	grid-column: 2/3;
	grid-row: 2/3;
	min-width: 18.75rem;
}

.modal__close {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 3.125rem;
	height: 3.125rem;
	position: relative;
	right: -73.7rem;
	top: -2.5rem;
	width: 3.125rem;
}

.modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

::-webkit-scrollbar {
	background-color: #979797;
	width: 1.0625rem; /* スクロールバーの幅 */
}

/* スクロールバーのツマミ部分 */

::-webkit-scrollbar-thumb {
	background-color: #DBDBDB;
	padding-left: 1rem;
	padding-right: 1rem;
}

.modal__button {
	height: 2.5rem;
	left: 1rem;
	position: absolute;
	top: -5.5rem;
	width: 9.0625rem;
}

.mv {
	height: calc(100vh - 6.875rem);
	position: relative;
	width: 100%;
}

.mv__inner {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 82rem;
	padding-left: 6.25rem;
}

.mv__title-wrap {
	margin-left: -1rem;
	position: relative;
	z-index: 1;
}

.mv__title-box {
	align-items: center;
	display: flex;
	gap: 2rem;
	margin-left: -5rem;
	max-width: 51.497005988%;
	width: 100%;
	z-index: 1;
}

.mv__copyright {
	margin-top: -5.5rem;
	text-orientation: sideways;
	writing-mode: vertical-rl;
}

.mv__title {
	font-family: "din-2014", sans-serif;
	font-size: 8.25rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 0.9558823529;
	text-transform: uppercase;
}

.mv__title span {
	background-image: url("../images/common/top-two.png");
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 6.25rem;
	width: 20.5rem;
}

.mv__sub-title {
	font-size: 1.5rem;
	margin-top: 3rem;
}

.mv__image {
	overflow: hidden;
}

.mv__image1 {
	background-image: linear-gradient(to bottom, rgba(30, 184, 212, 0), rgb(30, 184, 212));
	border: 2px solid #ffffff;
	height: 34rem;
	left: calc(50% - min(50vw, -7rem));
	position: absolute;
	top: calc(50% - min(60vh, 30rem));
	transform: perspective(1000px) rotateY(137deg) rotateX(-59deg) rotateZ(1deg);
	width: 28rem;
}

.mv__image2 {
	background-image: linear-gradient(to bottom, rgb(16, 61, 131), rgba(18, 100, 131, 0.64));
	border: 3px solid #ffffff;
	height: 34rem;
	left: calc(50% - min(50vw, -7rem));
	position: absolute;
	top: calc(50% - min(60vh, 30rem));
	transform: perspective(1000px) rotateY(137deg) rotateX(-59deg) rotateZ(1deg);
	width: 28rem;
	z-index: -1;
}

.mv__image img {
	-o-object-fit: cover;
	border: 2px solid #ffffff;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__page-down::before {
	animation: none;
	background-image: url(../images/common/top-yazirusi.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.740625rem;
}

.mv__page-down {
	cursor: default;
	height: 9.375rem;
	position: absolute;
	right: calc(50% - min(50vw, 38rem));
	top: calc(50% - min(50vh, -7rem));
	width: 9.375rem;
	z-index: 2;
}

.mv__page-down img {
	animation: rotation 8s linear infinite; /* アニメーション */
}

.mv__lottie {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.nav-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.nav-item {
	cursor: pointer;
	transition: 0.3s;
}

.nav-item:hover {
	opacity: 0.5;
}

.nav-item a {
	color: #123D83;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 1.75;
	margin-left: 0.9375rem;
}

.nav-item.nav-item--white a {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 1.75;
	margin-left: 0.9375rem;
}

.nav-items li::before {
	background: #123D83;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 10px;
	left: -0.9375rem;
	position: relative;
	top: 1.5625rem;
	width: 10px;
}

.nav-item.nav-item--white::before {
	background: #ffffff;
}

.nav-item-right {
	margin-left: 5rem;
}

.page-404__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-404__title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2142857143;
	margin-top: 3.5625rem;
	text-align: center;
}

.page-404__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 5rem;
	text-align: center;
}

.page-404__button-wrap {
	align-items: center;
	margin-top: 4.875rem;
}

.page-404__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-contact-confirm__text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.5;
	padding-bottom: 0.7rem;
	text-align: center;
}

.page-contact-confirm__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-contact-thanks__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-contact-thanks__image {
	align-items: center;
	aspect-ratio: 85/89;
	margin-top: 6rem;
	max-width: 5.3125rem;
	width: 100%;
}

.page-contact-thanks__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-contact-thanks__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 0.8235294118;
	margin-top: 3.5625rem;
	text-align: center;
}

.page-contact-thanks__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 3.5625rem;
	text-align: center;
}

.page-contact-thanks__text:not(:first-child) {
	margin-top: 2.3rem;
}

.page-contact-thanks__submit {
	align-items: center;
	margin-top: 4.875rem;
}

.page-contact-thanks__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-contact__inner {
	display: flex;
	gap: 4rem;
	margin: auto;
	max-width: 62.5rem;
	width: 100%;
}

.page-contact__text {
	line-height: 2.1875;
	margin-left: auto;
	margin-right: auto;
	max-width: 23.125rem;
	width: 44%;
}

.page-contact__form {
	margin-left: auto;
	margin-right: auto;
	max-width: 34.375rem;
	width: 56%;
}

.page-contact__animation {
	background: #F3F3F3;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-down::before {
	animation: none;
	background-image: url(../images/common/mv-yazirusi.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 1.740625rem;
}

.page-header {
	height: 7rem;
	transition: translateY 600ms, opacity 200ms;
	transition: transform 0.3s 0.3s;
}

/*　上に上がる動き　*/

#page-header.UpMove {
	animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

#header.DownMove {
	animation: DownAnime 0.5s forwards;
}

.page-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 92.625rem;
	padding-left: 11.4375rem;
	padding-right: 11.4375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.page-member__cards {
	margin-top: 5rem;
}

.page-member + .page-member {
	margin-top: 8rem;
}

.page-member__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 66rem;
	width: 100%;
}

.page-member__card {
	position: relative;
}

body {
	background-color: #F3F3F3;
}

.page-mv {
	overflow: hidden;
	position: relative;
}

.page-mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding-left: 100px;
	width: 100%;
}

.page-mv__title {
	font-size: 6.5rem;
	font-weight: 300;
	line-height: 1.4416666667;
	text-transform: uppercase;
}

.page-mv__title span {
	color: #123D83;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 0.4057971014;
}

.page-mv__breadcrumb {
	margin-top: 1.4375rem;
}

.page-mv__breadcrumb span a {
	border-bottom: 1px solid #212121;
}

.page-mv__nav-items {
	border-bottom: 1px solid #212121;
	display: flex;
	gap: 2.6rem;
	justify-content: flex-start;
	margin-left: 5rem;
	margin-top: 7.4rem;
	max-width: 62.5rem;
	padding-bottom: 0.5rem;
}

.page-mv__nav-item {
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.4;
	position: relative;
	z-index: 1;
}

.page-mv__nav-item:hover {
	opacity: 0.5;
}

.page-mv__nav-item span {
	content: url(../images/common/page-about.mvicon.png);
	margin-right: 1.1rem;
	max-width: 1.25rem;
	width: 100%;
}

.page-mv__box {
	display: flex;
}

.page-mv__image-wrap {
	max-width: 50%;
	position: relative;
	width: 100%;
}

.page-mv__page-down::before {
	animation: none;
	background-image: url(../images/common/top-yazirusi.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.740625rem;
}

.page-mv__page-down {
	cursor: pointer;
	height: 9.375rem;
	position: relative;
	position: absolute;
	right: -67%;
	top: -54%;
	width: 9.375rem;
	z-index: 2;
}

.page-mv__page-down img {
	animation: rotation 4s linear infinite;
}

.page-mv__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 6.75rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.page-mv__contact-items {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8rem;
	max-width: 51.875rem;
	width: 100%;
}

.page-mv__contact-item {
	font-size: 1.25rem;
	font-weight: 700;
	font-weight: 700;
	line-height: 1.75;
	position: relative;
}

.page-mv__contact-item.page-mv__contact-item--blue {
	color: #123D83;
}

.page-mv__contact-item + .page-mv__contact-item {
	margin-left: 11.25rem;
}

.page-mv__contact-item:nth-of-type(2)::before,
.page-mv__contact-item:nth-of-type(2)::after {
	background-color: #212121;
	content: "";
	height: 0.0625rem;
	left: -100%;
	position: absolute;
	top: 50%;
	width: 8.125rem;
}

.page-mv__contact-item:nth-of-type(2)::after {
	left: 120%;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
}

.page-privacy__title-wrap {
	-moz-column-gap: 0.2rem;
	align-items: center;
	column-gap: 0.2rem;
	display: flex;
}

.page-privacy__title {
	font-size: 1.5rem;
	line-height: 3.5;
}

.page-privacy__icon img {
	margin-bottom: 25%;
}

.page-privacy__introduction {
	font-size: 1rem;
	line-height: 1.5625;
	margin-top: 1.875rem;
}

.page-privacy__items {
	margin-top: 4.75rem;
}

.page-privacy__item + .page-privacy__item {
	margin-top: 3.125rem;
}

.page-privacy__term {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.9166666667;
}

.page-privacy__description {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.75rem;
}

.page-privacy__list {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 2.0625rem;
	padding-left: -1%;
}

.page-privacy__list2 {
	font-size: 1rem;
	line-height: 1.875;
	margin-left: 1.3125rem;
	margin-top: 2.0625rem;
}

.page-privacy__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-recruit-information__wrap {
	margin-top: 3.875rem;
}

.page-recruit-information__button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 4.7rem;
}

.page-recruit {
	position: relative;
	z-index: 2;
}

.page-recruit__lists {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 2.1333fr 1fr 1fr 2.1333fr;
	grid-template-rows: 11.875rem 11.875rem auto 11.875rem 11.875rem;
	margin-top: 3.3125rem;
}

.page-recruit__list1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: 1/3;
	grid-row: 1/3;
	justify-content: center;
}

.page-recruit__list2 {
	align-items: center;
	display: flex;
	grid-column: 3/5;
	grid-row: 1/2;
	justify-content: center;
}

.page-recruit__list3 {
	align-items: center;
	display: flex;
	grid-column: 3/5;
	grid-row: 2/3;
	justify-content: center;
}

.page-recruit__list4 {
	align-items: center;
	display: flex;
	grid-column: 1/5;
	grid-row: 3/4;
	justify-content: center;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.page-recruit__list5 {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: 1/2;
	grid-row: 4/5;
	justify-content: center;
}

.page-recruit__list6 {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: 2/4;
	grid-row: 4/5;
	justify-content: center;
}

.page-recruit__list7 {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: 4/5;
	grid-row: 4/5;
	justify-content: center;
}

.page-recruit__list8 {
	align-items: center;
	display: flex;
	grid-column: 1/3;
	grid-row: 5/6;
	justify-content: center;
}

.page-recruit__list9 {
	align-items: center;
	display: flex;
	grid-column: 3/5;
	grid-row: 5/6;
	justify-content: center;
}

page-recruit__list {
	opacity: 1;
	transform: translate(0px, 0px);
}

.page-recruit__list1,
.page-recruit__list2,
.page-recruit__list3,
.page-recruit__list4,
.page-recruit__list5,
.page-recruit__list6,
.page-recruit__list7,
.page-recruit__list8,
.page-recruit__list9 {
	background-color: #ffffff;
}

.page-recruit__name {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.page-recruit__data {
	color: #1EB8D4;
	font-family: "din-2014", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.3541666667;
}

.page-recruit__data span {
	color: #C7C7C7;
	font-family: "din-2014", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.3541666667;
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}

.page-recruit__data-number {
	color: #1EB8D4;
	font-family: "din-2014", sans-serif;
	font-size: 5rem;
	font-weight: 700;
}

.page-recruit__data-number span {
	color: #212121;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.0714285714;
	margin-left: 0.625rem;
}

.page-recruit__data-number.page-recruit__data-number2 {
	margin-left: 1.25rem;
}

.page-recruit__data-number.page-recruit__data-number4 {
	margin-left: 0.4375rem;
}

.page-recruit__image1 {
	height: auto;
	max-width: 16.625rem;
	width: 100%;
}

.page-recruit__image2 {
	height: auto;
	margin-left: 1rem;
	margin-right: 3rem;
	max-width: 15.625rem;
	width: 100%;
}

.page-recruit__image1 img,
.page-recruit__image2 img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-recruit__image1 img {
	aspect-ratio: 250/154;
}

.page-recruit__image2 img {
	aspect-ratio: 264/164;
}

.page-recruit__data-number-span1 {
	margin-right: 0.625rem;
}

.page-recruit__data-number-span2 {
	margin-left: 0.625rem;
}

.page-recruit__list-box {
	display: flex;
}

.page-service-details {
	position: relative;
	z-index: 1;
}

.page-service-details__top-wrap {
	align-items: flex-start;
	display: flex;
	gap: 5rem;
	justify-content: space-between;
}

.page-service-details__top-image {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	max-width: 20.625rem;
	width: 100%;
}

.page-service-details__top-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-service-details__middle-wrap {
	display: flex;
	flex-direction: column;
}

.page-service-details__middle-subtitle {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.page-service-details__middle-title {
	border-bottom: 1.5px solid #212121;
	color: #123D83;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	padding-bottom: 0.6875rem;
	width: 100%;
}

.page-service-details__middle-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 3rem;
}

.page-service-details__button {
	align-items: center;
	margin-top: 2rem;
}

.page-service-details__bottom-wrap {
	align-items: center;
	border: 2px solid #123D83;
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	padding-bottom: 0.6875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.6875rem;
}

.page-service-details__bottom-titleTop {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.0416666667;
	text-align: center;
}

.page-service-details__bottom-titlePlus {
	color: #123D83;
	display: inline-block;
	font-size: 1.25rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.page-service-details__bottom-titleIT {
	font-size: 1.25rem;
}

.page-service-details__bottom-titleBottom {
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.page-service-details__bottom-titleEqual {
	color: #123D83;
	display: inline-block;
	font-size: 1.25rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.page-service-details__bottom-title {
	color: #1d3155;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.page-service-details__features {
	margin-top: 7.5rem;
}

.page-service-details__features-title h2:before {
	background-image: url(../images/common/subtitle-logo-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	margin-right: 1.25rem;
	width: 1.740625rem;
}

.page-service-details__features-text {
	font-size: 1rem;
	line-height: 2.1875;
	margin-top: 2.625rem;
}

.page-service-details__features-wrap {
	border-bottom: 1px solid #707070;
	margin-top: 2.125rem;
	padding-bottom: 1.25rem;
}

.page-service-details__features-wrap + .page-service-details__features-wrap {
	margin-top: 4rem;
}

.page-service-details__features-item h3 {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2142857143;
	margin-left: 1.3rem;
	position: relative;
}

.page-service-details__features-item h3::before {
	background-color: #123D83;
	content: "";
	height: 1.9375rem;
	left: -2%;
	position: absolute;
	width: 0.4rem;
}

.page-service-details__features-item p {
	font-size: 1rem;
	line-height: 2.1875;
	margin-top: 2rem;
}

.page-service-menu {
	position: relative;
	z-index: 1;
}

.page-service-menu__items {
	grid-gap: 3.1rem;
	align-items: start;
	display: grid;
	gap: 3.1rem;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin-top: 3.5625rem;
}

.page-service-menu__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-service-menu__image {
	max-width: 13.75rem;
}

.page-service-menu__item img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.page-service-menu__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.625rem;
	text-align: center;
}

.page-service__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-service {
	position: relative;
	z-index: 2;
}

.page-service__items {
	margin-top: 7.75rem;
}

.page-service__item:not(:first-child) {
	margin-top: 6.25rem;
}

.page-service__main-title {
	align-items: center;
	border: 2px solid #123D83;
	display: flex;
	justify-content: center;
	padding-bottom: 0.6875rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.6875rem;
}

.page-service__main-title2 {
	color: #1d3155;
}

.page-service__main-titleTop {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.0416666667;
	text-align: center;
}

.page-service__main-titlePlus {
	color: #123D83;
	display: inline-block;
	font-size: 1.25rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.page-service__main-titleIT {
	font-size: 1.25rem;
}

.page-service__main-titleBottom {
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2.25;
	text-align: center;
}

.page-service__main-titleEqual {
	color: #123D83;
	display: inline-block;
	font-size: 1.25rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.page-service__image-wrap {
	grid-column-gap: 4.25rem;
	-moz-column-gap: 4.25rem;
	column-gap: 4.25rem;
	display: grid;
	grid-auto-columns: 220px auto;
	margin-top: 2.1875rem;
}

.page-service__image {
	aspect-ratio: 1/1;
	grid-column: 1/2;
	grid-row: 1/3;
	max-width: 13.75rem;
	width: 100%;
}

.page-service__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
	z-index: 999;
}

.page-service__title-wrap {
	grid-column: 2/3;
	grid-row: 1/2;
}

.page-service__subtitle {
	border-bottom: 1.5px solid #212121;
	color: #123D83;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 0.6875rem;
}

.page-service__subtext {
	color: #212121;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 0.9rem;
}

.page-service__text-wrap {
	grid-column: 2/3;
	grid-row: 2/3;
	margin-top: 2.6rem;
	max-width: 68%;
	width: 100%;
}

.page-service__text {
	font-size: 0.9rem;
	line-height: 1.8;
}

.page-service__text p:not(:first-child) {
	margin-top: 1.875rem;
}

.page-service__button {
	margin-top: 2.1875rem;
}

.page-service__animation {
	background: #F3F3F3;
	padding-top: 6.875rem;
	position: relative;
	top: 1%;
	width: 100%;
	z-index: -5;
}

.page-top {
	bottom: 16.25rem;
	cursor: pointer;
	height: 3.75rem;
	position: fixed;
	right: calc(52% - min(54.7vw, 37.9rem));
	width: 1.25rem;
	z-index: 2;
}

.philosophy__backgroundcolor {
	padding-top: 3.125rem;
}

.philosophy {
	position: relative;
	z-index: 1;
}

.philosophy__body {
	display: flex;
	flex-direction: row-reverse;
}

.philosophy__content-wrap {
	margin-left: 5rem;
	max-width: 62rem;
	width: 92%;
	width: 100%;
}

.philosophy__sub-title {
	color: #123D83;
	display: block;
	font-size: 1.25rem;
	line-height: 1.7;
	margin-bottom: 0.5rem;
}

.philosophy__bgc-white-title {
	-webkit-box-decoration-break: clone;
	background: linear-gradient(transparent 0%, #ffffff 0%);
	background-color: #ffffff;
	box-decoration-break: clone;
	color: #123D83;
	display: inline;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	padding: 1rem 0.5rem;
}

.philosophy__text-wrap {
	margin-top: 3rem;
}

.philosophy__text1,
.philosophy__text2 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
}

.philosophy__text2 {
	margin-top: 2rem;
}

.recruit-information {
	width: 100%;
}

.recruit-information__list {
	align-items: flex-start;
	border-bottom: 0.1px solid #212121;
	display: flex;
	padding-bottom: 1.6875rem;
	width: 100%;
}

.recruit-information__list + .recruit-information__list {
	padding-top: 2.1875rem;
}

.recruit-information__name {
	align-items: baseline;
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5625;
	width: 20%;
}

.recruit-information__text,
.recruit-information__occupation {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	line-height: 1.5625;
	width: 100%;
}

.recruit-information__occupation-name {
	content: "A";
	display: block;
	font-weight: 700;
	white-space: pre;
}

.recruit-information__occupation-name::after {
	white-space: pre;
}

.recruit-information__occupation:not(:first-child) {
	margin-top: 1.5625rem;
}

.recruit {
	background: transparent linear-gradient(180deg, #123D83 0%, #123D83 1%, #1EB8D4 100%) 0% 0% no-repeat padding-box;
	background-color: #F3F3F3;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6rem;
	max-width: 77.875rem;
	opacity: 1;
	position: relative;
	width: 100%;
}

.recruit__inner {
	margin: auto;
	max-width: 85.375rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

.recruit__subtitle {
	justify-content: center;
	margin-top: 1.375rem;
}

.recruit__title,
.recruit__text,
.recruit__button-wrap {
	text-align: center;
}

.recruit__title {
	padding-top: 3rem;
}

.recruit__text {
	margin-top: 2.25rem;
	width: 100%;
}

.recruit__button-wrap {
	margin-top: 3rem;
}

.recruit__button {
	cursor: pointer !important;
}

.recruit__button {
	justify-content: center;
	transition: 0.3s;
	z-index: 1;
}

.recruit__animation {
	margin-bottom: -5rem;
	width: 100%;
}

.recruit__image1 {
	-o-object-fit: cover;
	aspect-ratio: 156/166;
	display: inline-block;
	height: auto;
	left: calc(50% - min(50vw, 31rem));
	max-width: 10rem;
	object-fit: cover;
	position: absolute;
	top: 9rem;
	transform: perspective(1000px) rotateY(-20deg);
	width: 100%;
}

.recruit__image2 {
	-o-object-fit: cover;
	aspect-ratio: 230/241;
	display: inline-block;
	left: 1rem;
	max-width: 15rem;
	object-fit: cover;
	position: absolute;
	top: 18rem;
	transform: perspective(1000px) rotateY(30deg);
	width: 100%;
}

.recruit__image3 {
	-o-object-fit: cover;
	aspect-ratio: 165/219;
	display: inline-block;
	max-width: 10rem;
	object-fit: cover;
	position: absolute;
	right: 3%;
	top: -4rem;
	transform: perspective(1000px) rotateY(6deg);
	width: 100%;
}

.recruit__image4 {
	aspect-ratio: 181/241;
	display: inline-block;
	height: auto;
	max-width: 11.5rem;
	position: absolute;
	right: 7%;
	top: 7.5rem;
	transform: perspective(1000px) rotateY(-30deg);
	width: 100%;
	z-index: 1;
}

.recruit__image1 img .recruit__image2 img .recruit__image3 img .recruit__image4 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.scroll-infinity__wrap {
	display: flex;
	height: 18.75rem;
	overflow: hidden;
	width: 100vw;
	z-index: 999;
}

.scroll-infinity__list {
	align-items: center;
	display: flex;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--left {
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
	animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

.scroll-infinity__item {
	height: 9.0625rem;
	overflow: hidden;
	width: -moz-max-content;
	width: max-content;
}

.scroll-infinity__item img {
	height: 100%;
	width: auto;
}

.scroll-infinity__wrap.scroll-infinity__wrap--works {
	position: relative;
	z-index: -10;
}

.scroll-infinity__wrap.scroll-infinity__wrap--service {
	height: 12.5rem;
}

.scroll-infinity__item1 {
	aspect-ratio: 254/46;
	max-width: 15.875rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item2 {
	aspect-ratio: 203/152;
	max-width: 12.6875rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item3 {
	aspect-ratio: 147/39;
	max-width: 9.1875rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item4 {
	aspect-ratio: 145/71;
	max-width: 9.0625rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item5 {
	aspect-ratio: 230/45;
	max-width: 14.375rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item6 {
	aspect-ratio: 235/42;
	max-width: 14.6875rem;
	width: 100%;
	width: 16.6666666667vw;
}

.scroll-infinity__item1 img,
.scroll-infinity__item2 img,
.scroll-infinity__item3 img,
.scroll-infinity__item4 img,
.scroll-infinity__item5 img,
.scroll-infinity__item6 img {
	width: 100%;
	z-index: 1000;
}

.scroll-infinity__list1 {
	align-items: center;
	display: flex;
	gap: 2.875rem;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list2 {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--left2 {
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
	margin-left: 2.875rem;
}

.section-title__main {
	color: #212121;
	font-family: "din-2014", sans-serif;
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.3541666667;
	text-transform: uppercase;
}

.section-title__main.section-title__main--white {
	color: #ffffff;
}

.section-title__sub {
	align-items: flex-end;
	color: #212121;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.0714285714;
	margin-top: 1.1rem;
	position: relative;
}

.section-title__sub::before {
	background-image: url(../images/common/subtitle-logo-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.740625rem;
	margin-right: 0.9375rem;
	width: 1.740625rem;
}

.section-title__sub.section-title__sub--white {
	color: #ffffff;
}

.section-title__sub.section-title__sub--white::before {
	background-image: url(../images/common/subtitle-logo-white.svg);
}

.section-title__sub.section-title__sub--member {
	margin-left: -3.5rem;
}

.section-title__main.section-tittle__main--about {
	writing-mode: vertical-rl;
}

.section-title__sub.section-tittle__sub--about {
	color: #ffffff;
	margin-top: 0;
}

.section-title__sub.section-tittle__sub--about::before {
	background-image: url(../images/common/subtitle-logo-white.svg);
}

.section-title__sub--page-about {
	writing-mode: vertical-rl;
}

.section-title__sub.section-title__sub--page-about::before {
	margin-bottom: 1.125rem;
	margin-right: 3.125rem;
}

.section-title__main.section-tittle__main--philosophy {
	writing-mode: vertical-rl;
}

.section-title__main.section-tittle__main--history {
	margin-left: 4.8rem;
	writing-mode: vertical-rl;
}

.section-title__main.section-tittle__main--information {
	margin-left: 3rem;
	writing-mode: vertical-rl;
}

.section-title__sub.section-title__subpage-large {
	align-items: center;
	display: flex;
	font-family: "din-2014", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.75;
	position: relative;
}

.section-title__sub.section-title__sub--recruit {
	color: #ffffff;
}

.section-title__sub.section-title__sub--recruit::before {
	background-image: url(../images/common/subtitle-logo-white.svg);
}

.service__subtitle {
	margin-top: 1.375rem;
}

.service__text {
	margin-top: 2.5rem;
}

.service__cards {
	grid-column-gap: 1.875rem;
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: auto;
	margin-top: 4.25rem;
	max-width: 72.5rem;
	width: 100%;
}

.service__card-face {
	align-items: center;
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	text-align: center;
	width: 100%;
	will-change: transform;
}

.service__card-front {
	background: transparent linear-gradient(147deg, #123D83 0%, #1EB8D4 100%) 0% 0% no-repeat padding-box;
	transform: rotateY(0deg);
}

.service__card.front,
.service__card.back {
	backface-visibility: hidden;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
	will-change: transform;
}

.service__card.front {
	transform: translate(-50%, -50%) rotateY(0deg);
}

.service__card.back {
	transform: translate(-50%, -50%) rotateY(-180deg);
}

.service__card-back {
	backface-visibility: hidden;
	background: transparent linear-gradient(147deg, #123D83 0%, #1EB8D4 100%) 0% 0% no-repeat padding-box;
}

.service__card-back img {
	width: 30%;
}

.service__card {
	align-items: center;
	aspect-ratio: 270/250;
	display: flex;
	justify-content: center;
	opacity: 1;
	position: relative;
}

.service__card::before {
	border: 1px solid #212121;
	bottom: 0.625rem;
	content: "";
	left: 0.625rem;
	position: absolute;
	right: -0.625rem;
	top: -0.625rem;
	z-index: -1;
}

.service__card-text {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.service__subtext {
	color: #212121;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.0714285714;
	margin-top: 6.6875rem;
	position: relative;
	text-align: center;
}

.service__subtext::before {
	background-color: #212121;
	bottom: 0;
	content: "";
	height: 1px;
	left: calc(50% - min(50vw, 28rem));
	position: absolute;
	top: 55%;
	width: 5.625rem;
}

.service__subtext::after {
	background-color: #212121;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: calc(50% - min(50vw, 28rem));
	top: 55%;
	width: 5.625rem;
}

.service__animation1 {
	margin-top: 1.0625rem;
}

.service__animation2 {
	margin-top: -3rem;
}

.service__button {
	justify-content: center;
	margin-top: 2.5rem;
}

.strengths {
	align-items: flex-start;
	background-color: #F3F3F3;
	background-color: transparent;
	display: block;
	margin-top: -20px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

.strengths__wrap {
	margin-left: auto;
	margin-right: auto;
}

.strengths__title {
	left: calc(50% - min(50vw, 39.9rem));
	margin-top: 7.5rem;
	position: sticky;
	top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.strengths__inner {
	margin-left: 6rem;
	position: relative;
}

.strengths__items {
	margin-top: 5.5rem;
}

.strengths__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: -14rem;
	max-width: 62.5rem;
	text-align: center;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-slide img {
	aspect-ratio: 160/195;
	height: auto;
	width: 100%;
}

.swiper {
	padding-bottom: 8.25rem;
	padding-top: 3.75rem;
}

.swiper-slide {
	perspective: 125rem;
	transform: translateZ(0);
}

.member-card__image {
	aspect-ratio: 160/195;
	transition: 0.5s;
	transition-property: transform;
}

.member-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 160/195;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.swiper-slide.swiper-slide-duplicate-active .member-card__image,
.swiper-slide.swiper-slide-active .member-card__image {
	transform: rotateY(30deg) scale(1.2) translateY(30px);
}

.swiper-slide.swiper-slide-prev .member-card__image {
	transform: rotateY(90deg) scale(1.2) translateY(30px);
}

.text {
	color: #212121;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 2.7;
}

.text.text--white {
	color: #ffffff;
}

.works {
	overflow: hidden;
}

.works__inner {
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 2rem;
}

.works__image-wrap img {
	border: 2px solid #ffffff;
}

.works__image-left,
.works__image-right {
	width: 30%;
}

.works__image-left {
	aspect-ratio: 200/300;
	margin-left: -23%;
	margin-top: -28%;
	max-width: 73%;
	overflow: hidden;
	transform: perspective(1000px) rotateY(24deg) rotateX(25deg);
	width: 100%;
}

.works__image-right {
	aspect-ratio: 200/280;
	margin-left: 7%;
	margin-top: -74%;
	max-width: 73%;
	transform: perspective(1000px) rotateY(24deg) rotateX(25deg);
	width: 100%;
}

.works__main-wrap {
	width: 88%;
}

.works__text {
	margin-top: 3rem;
}

.works__button-wrap {
	margin-top: 3.3125rem;
}

.works__button {
	justify-content: flex-end;
}

.works__animation {
	width: 100%;
}

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

.circle-blue {
	height: 17rem;
	left: calc(50% - min(50vw, 32rem));
	top: 18rem;
	width: 17rem;
}

.circle-blue {
	height: 17rem;
	left: calc(50% - min(50vw, 32rem));
	top: 18rem;
	width: 17rem;
}

}

@media (max-width: 1396px) {

html {
	font-size: 1.1461318052vw;
}

}

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

.mv__image2 {
	left: calc(50% - min(50vw, -7rem));
	top: calc(50% - min(50vh, 17rem));
	transform: perspective(1000px) rotateY(140deg) rotateX(-60deg) rotateZ(1deg);
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

html {
	scroll-padding-top: 60px;
}

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

.layout-contact-confirm {
	margin-top: 4rem;
}

.layout-page-contact-thanks {
	margin-top: 4rem;
}

.layout-page-member {
	margin-top: 4rem;
}

.layout-page-mv-privacy {
	padding-top: 4rem;
}

.layout-page-mv {
	padding-top: 6.2rem;
}

.layout-page-mv-member {
	padding-bottom: 1rem;
	padding-top: 6rem;
}

.layout-page-mv-privacy {
	padding-top: 4rem;
}

.layout-page-mv-404 {
	padding-top: 4rem;
}

.layout-page-mv-service-details {
	padding-bottom: 0;
	padding-top: 6.5rem;
}

.layout-page-recruit-information {
	margin-top: 4.5rem;
}

.layout-page-recruit {
	margin-top: 5rem;
}

.layout-page-service-details {
	margin-top: 5rem;
}

.layout-page-service-menu {
	margin-top: 5.9375rem;
}

.layout-philosophy {
	padding-bottom: 3.125rem;
}

.top-about {
	padding-bottom: 1.5rem;
	padding-top: 6rem;
}

.top-footer {
	padding-bottom: 1.5625rem;
	padding-top: 5.5rem;
}

.top-member {
	padding-bottom: 2.6rem;
}

.top-mv {
	padding-bottom: 6.25rem;
	padding-top: 3.3125rem;
}

.top-recruit {
	margin-top: -0.7rem;
	padding-bottom: 6.25rem;
}

.top-service {
	padding-bottom: 0.9rem;
	padding-top: 4.375rem;
}

.top-works {
	padding-top: 4.375rem;
}

.about__container {
	align-items: flex-end;
	flex-direction: column;
}

.about__box {
	flex-direction: column;
	margin-top: -8rem;
}

.about__subTitle-wrap {
	margin-left: 0rem;
	margin-right: 1.8rem;
	margin-top: 1rem;
}

.about__title-wrap {
	flex-direction: row-reverse;
	max-width: 90%;
	width: 100%;
}

.about__title {
	display: inline-block;
	float: left;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: -5rem;
}

.about__text {
	line-height: 1.875;
	margin-top: 1.5rem;
}

.about__button {
	margin-top: 3rem;
}

.about__image-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 33%;
	max-width: 40rem;
}

.about__mini-image {
	margin-top: 3.125rem;
}

.about__large-image {
	margin-top: -5rem;
}

.about__animation {
	margin-top: -1rem;
}

.about__animation1 {
	padding-top: 4.375rem;
}

.about__animation2 {
	padding-top: 4.375rem;
}

.breadcrumb {
	margin-top: 1.75rem;
}

.button {
	font-size: 1rem;
	line-height: 1.25;
}

.button::before {
	height: 2.5rem;
	margin-right: 0.9375rem;
	width: 2.5rem;
}

.button.button--bac {
	font-size: 0.75rem;
	height: 2.25rem;
	left: 1rem;
	line-height: 3;
	padding: 0.8125rem 0.5rem;
	top: -3.6rem;
	width: 6.75rem;
}

.button.button--bac::before {
	height: 1.25rem;
	margin-right: 0.375rem;
	width: 1.25rem;
}

.circle-icon__icon {
	max-width: 5rem;
}

.history-profile__list + .history-profile__list {
	margin-top: 1.9rem;
}

.history-profile__name {
	align-items: center;
	display: flex;
	font-size: 1.75rem;
	line-height: 2.0714285714;
	width: 28.4%;
}

.history-profile__name span {
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.history-profile__text {
	margin-left: 1.25rem;
	padding-bottom: 0.4375rem;
	padding-right: 0.5rem;
	width: 71.6%;
}

.flow-list {
	align-items: flex-start;
	gap: 1.25rem;
}

.flow-list__item-title {
	font-size: 1rem;
	line-height: 1.875;
}

.flow-list__item-text {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 0.4rem;
}

.flow-list__item + .flow-list__item {
	margin-top: 5rem;
}

.flow-list__item-img {
	margin-top: 1.25rem;
	width: 3.125rem;
}

.flow-list__item:nth-of-type(2) .flow-list__item-img,
.flow-list__item:nth-of-type(4) .flow-list__item-img {
	width: 3.75rem;
}

.flow-list__item:nth-of-type(3) .flow-list__item-img,
.flow-list__item:nth-of-type(5) .flow-list__item-img {
	width: 2.5rem;
}

.flow-list__item-content {
	margin-top: 0;
	margin-top: initial;
	width: 80%;
}

.footer {
	background-size: 0, 80%;
	position: relative;
}

.footer__inner {
	max-width: 31.25rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.footer__wrap {
	flex-direction: column;
}

.footer__left {
	margin-top: 0.8rem;
	width: 100%;
}

.footer__address {
	font-size: 0.8rem;
	margin-top: 1.3rem;
}

.footer__tel {
	-webkit-text-decoration: none;
	cursor: default;
	font-size: 1.3rem;
	pointer-events: none;
	text-decoration: none;
}

.footer__tel :hover {
	opacity: 1;
}

.footer__bottom {
	flex-direction: column-reverse;
}

.footer__policy {
	font-size: 0.625rem;
	text-align: left;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 0.625rem;
	text-align: center;
}

.footer__pagetop {
	right: calc(50% - min(50vw, 10rem));
	top: 20%;
}

.footer__pagetop img {
	height: 3rem;
	width: 1rem;
}

.form-confirm__list {
	flex-direction: column;
	font-size: 1rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.form-confirm__label,
.form-confirm__input {
	font-size: 0.875rem;
}

.form-confirm__label {
	max-width: 100%;
	text-align: left;
}

.form-confirm__input {
	margin-top: 0.625rem;
	max-width: 100%;
	text-align: left;
}

.form-confirm__submit {
	display: flex;
	margin-top: 2.5rem;
}

.form-confirm__submit {
	flex-direction: column;
	gap: 1.5rem;
}

.form-input input {
	padding: 1rem 0.9375rem;
}

.form-select select {
	padding: 1rem 0.9375rem;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__wrap + .form__wrap {
	margin-top: 1rem;
}

.form__label {
	font-size: 1rem;
	font-weight: 300;
	width: 100%;
}

.form__wrap.form__wrap--textarea .form__label {
	margin-top: 0.625rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-top: 0;
}

.greetings {
	flex-direction: column;
	padding-top: 4.6875rem;
}

.greetings__wrap {
	margin-left: 0;
}

.greetings__title {
	position: static;
	position: initial;
}

.greetings__subtitle {
	font-size: 1.25rem;
	line-height: 2.4;
}

.greetings__inner {
	flex-direction: column;
	margin-left: 0;
	margin-top: 0;
}

.greetings__text-wrap {
	margin-top: 3.75rem;
	width: 100%;
}

.greetings__text-main {
	font-size: 1.25rem;
	line-height: 2.4;
}

.greetings__text-sub {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 1.3rem;
}

.greetings__image-wrap {
	margin-left: 0;
	margin-top: 3.125rem;
}

.greetings__image {
	aspect-ratio: 266/362;
	margin-left: 0;
}

.greetings__image img {
	max-width: 16.625rem;
}

.greetings__name-wrap {
	top: 60%;
}

.greetings__name1 {
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.greetings__name2 {
	font-size: 1.25rem;
	line-height: 1.25;
}

.header {
	height: 2.5rem;
}

.header__inner {
	max-width: 50rem;
	padding-left: 0.9375rem;
	padding-right: 1rem;
}

.header__logo {
	max-width: 5rem;
}

.header__logo img {
	margin-top: 2rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	border: 2px solid #212121;
	border-radius: 50%;
	color: #212121;
	cursor: pointer;
	display: block;
	height: 3.125rem;
	margin-top: 0.625rem;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 3.125rem;
	z-index: 9999;
}

.header__drawer {
	background: linear-gradient(270deg, #123D83 0%, #123D83 50%, #1EB8D4 100%);
	bottom: 0;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
}

.header__drawer-nav-items li::before {
	height: 8px;
	width: 8px;
}

.history-profile__list {
	margin-left: 0;
}

.history-profile__list + .history-profile__list {
	margin-top: 1.6rem;
}

.history-profile__name {
	align-items: baseline;
	font-size: 1.75rem;
	line-height: 2.0714285714;
	width: 28.4%;
}

.history-profile__name span {
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.history-profile__text {
	align-items: center;
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-left: 1.25rem;
	padding-bottom: 0;
	padding-right: 0.5rem;
	width: 71.6%;
}

.history {
	flex-direction: column;
	padding-top: 1.8rem;
}

.history__wrap {
	margin-left: 0;
}

.history__inner {
	align-items: center;
	flex-direction: column;
	margin-top: 1.7rem;
}

.history__title {
	position: static;
	position: initial;
}

.information-profile {
	margin-top: 0;
}

.information-profile__list {
	align-items: center;
	flex-wrap: wrap;
	margin-left: 0;
	padding-bottom: 1.5625rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.information-profile__list + .information-profile__list {
	padding-top: 1.5625rem;
}

.information-profile__name {
	width: 100%;
}

.information-profile__text,
.information-profile__telephone1,
.information-profile__telephone2 {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-left: 0;
	margin-top: 1.125rem;
	padding-bottom: 0.4375rem;
	width: 100%;
}

.information {
	flex-direction: column;
	padding-top: 5rem;
}

.information__wrap {
	margin-left: 0;
}

.information__inner {
	flex-direction: column;
	margin-top: 2.75rem;
}

.information__title {
	position: static;
	position: initial;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 15px;
	padding-right: 15px;
}

.inner2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 0 0.9375rem;
}

.member__cards {
	-moz-column-gap: 1.5625rem;
	column-gap: 1.5625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.75rem;
	row-gap: 3.5rem;
}

.member-card__image {
	aspect-ratio: 192/256;
}

.member-card__image.member-card__image--black::before {
	left: 5px;
	top: -10px;
}

.member-card__image.member-card__image--black {
	aspect-ratio: 157/200;
}

.member-card__text.member-card__text--black {
	font-size: 0.75rem;
	line-height: 3;
	margin-top: 0;
}

.member-card__meta {
	font-size: 0.73rem;
	margin-top: 0.7rem;
}

.member-card__group.member-card__group--black {
	font-size: 0.75rem;
}

.member-card__name.member-card__name--black {
	font-size: 1.25rem;
	margin-top: -0.4rem;
}

.member-card__text-english {
	font-size: 1.875rem;
}

.member-card__text-english1 {
	font-size: 1.75rem;
	top: 70%;
}

.member-card__text-english2 {
	font-size: 1.75rem;
	top: 19%;
}

.page-member__animation {
	padding-top: 4.375rem;
}

.member__text {
	letter-spacing: 0.02em;
	margin-top: 1.5rem;
}

.member__body {
	padding-left: 0;
}

.member__button {
	justify-content: flex-start;
	margin-top: 0;
}

.member__button-next.swiper-button-next {
	display: none;
}

.member__button-before.swiper-button-prev {
	display: none;
}

.member__button-before.swiper-button-prev:after,
.member__button-next.swiper-button-next:after {
	display: none;
}

.member__button-next.swiper-button-next {
	display: none;
}

.modal {
	height: 41.6875rem;
	max-width: 43.75rem;
	padding-bottom: 1.875rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 4.6875rem;
    display:none;/*谷口追加*/
}

.modal__content {
	align-items: center;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 28rem;
}

.modal__image {
	grid-column: 1/2;
	grid-row: 1/2;
}

.modal__image img {
	aspect-ratio: 157/200;
	max-width: 12rem;
	min-width: 9.8125rem;
}

.modal__textarea {
	display: block;
	max-width: 28.125rem;
}

.modal__shozoku {
	font-size: 0.75rem;
	line-height: 3;
}

.modal__name {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.modal__title {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 3.4375rem;
}

.modal__text {
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.modal__textarea1 {
	min-width: 0;
}

.modal__textarea2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	min-width: 18.75rem;
}

.modal__close {
	right: -92%;
	top: -1rem;
}

.modal__button {
	height: 2.25rem;
	left: 0.6rem;
	top: -3.5rem;
	width: 6.75rem;
}

.mv__inner {
	display: flex;
	flex-direction: column;
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1rem;
}

.mv__title-wrap {
	margin-left: -1rem;
	margin-top: -5rem;
}

.mv__title-box {
	gap: 0;
	margin-left: 2rem;
	margin-top: 7.2rem;
	max-width: 100%;
	width: 100%;
}

.mv__title {
	font-size: 5.625rem;
}

.mv__title span {
	height: 4.6875rem;
	width: 12.5rem;
}

.mv__sub-title {
	font-size: 1rem;
	letter-spacing: 0.05;
	line-height: 1.625;
	margin-top: 2.9375rem;
}

.mv__image-wrap {
	max-width: 40rem;
}

.mv__image1 {
	height: 15rem;
	left: calc(50% - min(50vw, 8rem));
	top: calc(50% - min(50vh, 5rem));
	transform: perspective(1000px) rotateY(123deg) rotateX(-57deg) rotateZ(1deg);
	width: 15rem;
}

.mv__image2 {
	height: 17rem;
	left: calc(50% - min(50vw, 9rem));
	top: calc(50% - min(70vh, -0.5rem));
	transform: perspective(1000px) rotateY(135deg) rotateX(-60deg) rotateZ(0deg);
	width: 15rem;
}

.mv__page-down::before {
	top: 300%;
}

.mv__page-down {
	height: 1rem;
	right: calc(50% - min(48vw, 10.5rem));
	top: calc(50% - min(50vh, -13rem));
	width: 6.5625rem;
}

.nav-items {
	gap: 1rem;
	margin-left: 1.25rem;
	text-align: left;
	z-index: 999;
}

.nav-item a {
	font-size: 1rem;
	letter-spacing: 2.1875;
	margin-left: 0;
}

.nav-items li::before {
	height: 8px;
	width: 8px;
}

.nav-item-right {
	margin-left: 1rem;
}

.page-404__title {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
}

.page-404__text {
	font-size: 0.8rem;
	line-height: 2.3;
	margin-top: 2.25rem;
}

.page-404__button-wrap {
	margin-top: 2.5rem;
}

.page-404__animation {
	padding-top: 4.375rem;
}

.page-contact-confirm__text {
	font-size: 1.25rem;
	line-height: 1.4;
}

.page-contact-confirm__animation {
	padding-top: 4.375rem;
}

.page-contact-thanks__image {
	margin-top: 3rem;
	max-width: 4.5rem;
}

.page-contact-thanks__title {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.page-contact-thanks__text {
	font-size: 0.8rem;
	line-height: 2.3;
	margin-top: 5rem;
}

.page-contact-thanks__text:not(:first-child) {
	margin-top: 1.25rem;
}

.page-contact-thanks__submit {
	margin-top: 2.5rem;
}

.page-contact-thanks__animation {
	padding-top: 4.375rem;
}

.page-contact__inner {
	flex-direction: column;
	gap: 4rem;
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.page-contact__text {
	font-size: 0.8rem;
	width: 100%;
}

.page-contact__form {
	width: 100%;
}

.page-contact__animation {
	padding-top: 4.375rem;
}

.page-header {
	height: 2.5rem;
}

.page-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.page-member__cards {
	margin-top: 3.125rem;
}

.page-member + .page-member {
	margin-top: 5rem;
}

.page-member__inner {
	max-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
}

.page-mv__inner {
	max-width: 600px;
	padding-left: 15px;
	padding-right: 15px;
}

.page-mv__title {
	font-size: 3.4rem;
	line-height: 2;
}

.page-mv__title span {
	font-size: 1rem;
	line-height: 0.231884058;
}

.page-mv__breadcrumb {
	margin-top: 0.6rem;
}

.page-mv__nav-items {
	-moz-column-gap: 1.9rem;
	column-gap: 1.9rem;
	flex-wrap: wrap;
	margin-left: 0;
	margin-top: 4.1rem;
	max-width: 37.5rem;
	padding-bottom: 0.9rem;
	padding-left: 0;
	row-gap: 0.2rem;
	width: 100%;
}

.page-mv__nav-item {
	font-size: 0.875rem;
	line-height: 2.1428571429;
}

.page-mv__nav-item span {
	margin-right: 0.625rem;
	max-width: 0.9375rem;
}

.page-mv__image-wrap {
	max-width: 100%;
}

.page-mv__page-down::before {
	top: 300%;
}

.page-mv__text {
	font-size: 1rem;
	line-height: 2.1875;
	margin-top: 4rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.page-mv__contact-items {
	margin-top: 5rem;
}

.page-mv__contact-item {
	font-size: 0.8375rem;
}

.page-mv__contact-item + .page-mv__contact-item {
	margin-left: 1.25rem;
}

.page-mv__contact-item:nth-of-type(2)::before,
.page-mv__contact-item:nth-of-type(2)::after {
	left: -15%;
	width: 0.625rem;
}

.page-mv__contact-item:nth-of-type(2)::after {
	left: 105%;
}

.page-privacy__introduction {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 1.5625rem;
}

.page-privacy__items {
	margin-top: 3.125rem;
}

.page-privacy__term {
	font-size: 1.25rem;
	line-height: 3.5;
}

.page-privacy__description {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 3.125rem;
}

.page-privacy__list {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 1.5625rem;
}

.page-privacy__list2 {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-left: 0.75rem;
	margin-top: 1.5625rem;
}

.page-privacy__animation {
	padding-top: 4.375rem;
}

.page-recruit-information__wrap {
	margin-top: 3rem;
}

.page-recruit-information__button-wrap {
	margin-top: 3.125rem;
}

.page-recruit__lists {
	gap: 1.0625rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 7.4375rem 7.4375rem auto 7.4375rem 7.4375rem 6.25rem;
	margin-top: 2.25rem;
}

.page-recruit__list1 {
	grid-column: 1/2;
	grid-row: 1/3;
}

.page-recruit__list2 {
	flex-direction: column;
	grid-column: 2/3;
	grid-row: 1/2;
}

.page-recruit__list3 {
	flex-direction: column;
	grid-column: 2/3;
	grid-row: 2/3;
}

.page-recruit__list4 {
	flex-direction: column;
	grid-column: 1/3;
	grid-row: 3/4;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.page-recruit__list5 {
	grid-column: 1/2;
	grid-row: 4/5;
}

.page-recruit__list6 {
	grid-column: 2/3;
	grid-row: 4/5;
}

.page-recruit__list7 {
	grid-column: 1/2;
	grid-row: 5/6;
}

.page-recruit__list8 {
	flex-direction: column;
	grid-column: 2/3;
	grid-row: 5/6;
}

.page-recruit__list9 {
	grid-column: 1/3;
	grid-row: 6/7;
}

.page-recruit__name {
	font-size: 1rem;
	line-height: 1.875;
}

.page-recruit__data {
	font-size: 3.5rem;
	line-height: 2.3214285714;
}

.page-recruit__data span {
	font-size: 3.5rem;
	line-height: 130/56;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.page-recruit__data-number {
	font-size: 3.5rem;
	margin-left: 0;
}

.page-recruit__data-number span {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-left: 0.375rem;
}

.page-recruit__data-number.page-recruit__data-number2 {
	margin-left: 0rem;
}

.page-recruit__data-number.page-recruit__data-number3 {
	margin-left: 1.25rem;
}

.page-recruit__image1 {
	max-width: 7.9375rem;
}

.page-recruit__image2 {
	margin-left: 0;
	margin-right: 2.2375rem;
	max-width: 10rem;
}

.page-recruit__image1 img {
	aspect-ratio: 127/81;
}

.page-recruit__image2 img {
	aspect-ratio: 160/100;
}

.page-recruit__data-number-span1 {
	margin-right: 0.375rem;
}

.page-recruit__data-number-span2 {
	margin-right: 0.375rem;
}

.page-service-details__top-wrap {
	align-items: center;
	flex-direction: column;
	gap: 0;
}

.page-service-details__top-image {
	align-items: center;
	aspect-ratio: 345/280;
	max-width: 21.5625rem;
}

.page-service-details__middle-wrap {
	margin-top: 1.875rem;
}

.page-service-details__middle-subtitle {
	font-size: 0.875rem;
}

.page-service-details__middle-title {
	font-size: 1.5rem;
	padding-bottom: 0.6rem;
}

.page-service-details__middle-text {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 1.5625rem;
}

.page-service-details__button {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.page-service-details__bottom-wrap {
	flex-direction: column;
	margin-top: 3.125rem;
	padding-bottom: 0.6875rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 0.6875rem;
}

.page-service-details__bottom-titleTop {
	font-size: 1rem;
	line-height: 1.4375;
}

.page-service-details__bottom-titlePlus {
	font-size: 0.875rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.page-service-details__bottom-titleIT {
	font-size: 0.875rem;
}

.page-service-details__bottom-titleBottom {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.page-service-details__bottom-titleEqual {
	font-size: 0.875rem;
	margin-left: 0;
	margin-right: 0.625rem;
}

.page-service-details__bottom-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.page-service-details__features {
	margin-top: 4.1875rem;
}

.page-service-details__features-title h2:before {
	margin-right: 0.625rem;
}

.page-service-details__features-text {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 2rem;
}

.page-service-details__features-wrap {
	margin-top: 2rem;
	padding-bottom: 1.375rem;
}

.page-service-details__features-wrap + .page-service-details__features-wrap {
	margin-top: 2.5rem;
}

.page-service-details__features-item h3 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-left: 0.625rem;
}

.page-service-details__features-item h3::before {
	height: 1.5rem;
	left: -0.625rem;
	width: 0.2rem;
}

.page-service-details__features-item p {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 1.375rem;
}

.page-service-menu__items {
	gap: 1.875rem 0.5625rem;
	grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
	margin-top: 2.4375rem;
}

.page-service-menu__text {
	font-size: 0.875rem;
	line-height: 1.2;
}

.page-service__animation {
	padding-top: 4.375rem;
}

.page-service__items {
	margin-top: 2.6rem;
}

.page-service__item:not(:first-child) {
	margin-top: 4.375rem;
}

.page-service__main-title {
	flex-direction: column;
	padding-bottom: 0.6875rem;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	padding-top: 1rem;
}

.page-service__main-titleTop {
	font-size: 1rem;
	line-height: 1.4375;
}

.page-service__main-titlePlus {
	font-size: 0.875rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.page-service__main-titleIT {
	font-size: 0.875rem;
}

.page-service__main-titleBottom {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.page-service__main-titleEqual {
	font-size: 0.875rem;
	margin-left: 0;
	margin-right: 0.625rem;
}

.page-service__image-wrap {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	flex-direction: column;
	grid-auto-columns: 114px auto;
}

.page-service__image {
	grid-column: 1/2;
	grid-row: 1/2;
	max-width: 7.125rem;
}

.page-service__subtitle {
	font-size: 1.25rem;
	padding-bottom: 0.1rem;
}

.page-service__subtext {
	font-size: 0.875rem;
	line-height: 1.5;
	padding-top: 0.9375rem;
}

.page-service__text-wrap {
	grid-column: 1/3;
	grid-row: 2/3;
	margin-top: 2.25rem;
	max-width: 100%;
}

.page-service__text {
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 2.2;
}

.page-service__text p:not(:first-child) {
	margin-top: 1.875rem;
}

.page-service__button {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}

.page-service__animation {
	padding-top: 4.375rem;
}

.page-top {
	bottom: 1.25rem;
	height: 5rem;
	position: absolute;
	right: 1.25rem;
	width: 5rem;
}

.philosophy__body {
	flex-direction: column-reverse;
}

.philosophy__content-wrap {
	margin-left: 0;
	width: 100%;
}

.philosophy__bgc-white-title {
	font-size: 1.285rem;
	line-height: 2.4;
}

.philosophy__text-wrap {
	margin-top: 2rem;
}

.philosophy__text1,
.philosophy__text2 {
	font-size: 0.87rem;
	line-height: 2.1428571429;
}

.philosophy__text2 {
	margin-top: 1.875rem;
}

.recruit-information__list {
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 1.2rem;
}

.recruit-information__list + .recruit-information__list {
	padding-top: 1.7rem;
}

.recruit-information__name {
	width: 100%;
}

.recruit-information__text,
.recruit-information__occupation {
	font-size: 0.85rem;
	margin-left: 0;
	margin-top: 0.5rem;
	padding-bottom: 0.4375rem;
}

.recruit {
	margin-top: -0.5rem;
}

.recruit__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.recruit__subtitle {
	justify-content: flex-start;
}

.recruit__title,
.recruit__text,
.recruit__button-wrap {
	text-align: left;
}

.recruit__title {
	padding-top: 4rem;
}

.recruit__text {
	margin-top: 1.6rem;
}

.recruit__button-wrap {
	margin-top: 1rem;
}

.recruit__button {
	justify-content: start;
}

.recruit__animation {
	margin-top: 3rem;
}

.recruit__image1 {
	height: auto;
	left: calc(50% - min(50vw, -2.5rem));
	max-width: 5.375rem;
	top: 28.5rem;
}

.recruit__image2 {
	left: calc(50% - min(50vw, 2rem));
	max-width: 7.7rem;
	top: 31.8rem;
	width: 100%;
}

.recruit__image3 {
	height: auto;
	max-width: 5rem;
	right: calc(50% - min(50vw, 11.5rem));
	top: -1.4rem;
}

.recruit__image4 {
	max-width: 5.4rem;
	right: calc(50% - min(50vw, 9rem));
	top: 2rem;
}

.scroll-infinity__wrap {
	height: 2rem;
}

.scroll-infinity__list {
	height: 2rem;
}

.scroll-infinity__item {
	height: 2.5rem;
}

.scroll-infinity__wrap.scroll-infinity__wrap--service {
	height: 2.5rem;
}

.section-title__main {
	font-size: 3.5rem;
}

.section-title__sub {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 2rem;
}

.section-title__sub.section-title__sub--member {
	margin-left: 0;
}

.section-title__sub.section-tittle__sub--about {
	writing-mode: initial;
}

.section-title__sub--page-about {
	writing-mode: initial;
}

.section-title__sub.section-title__sub--page-about::before {
	margin-bottom: 0;
	margin-right: 0.9375rem;
}

.section-title__main.section-tittle__main--philosophy {
	margin-top: 2.5rem;
	text-align: center;
	writing-mode: initial;
}

.section-title__main.section-tittle__main--history {
	margin-left: 0;
	margin-top: 2.5rem;
	text-align: center;
	writing-mode: initial;
}

.section-title__main.section-tittle__main--information {
	margin-left: 0;
	margin-top: 2.5rem;
	text-align: center;
	writing-mode: initial;
}

.section-title__sub.section-title__subpage-large {
	font-size: 1.25rem;
	line-height: 1.5;
}

.section-title__sub.section-title__sub--recruit {
	font-size: 1.26rem;
}

.service__subtitle {
	margin-top: 2rem;
}

.service__text {
	margin-top: 1.3rem;
}

.service__cards {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
	row-gap: 1.375rem;
}

.service__card::before {
	bottom: 0.3125rem;
	left: 0.3125rem;
	right: -0.3125rem;
	top: -0.3125rem;
}

.service__card-text {
	font-size: 1rem;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.service__subtext {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 3rem;
}

.service__subtext::before {
	left: calc(50% - min(43vw, 12rem));
	width: 2.375rem;
}

.service__subtext::after {
	right: calc(50% - min(43vw, 12rem));
	width: 2.375rem;
}

.service__animation1 {
	margin-top: 1rem;
}

.service__animation2 {
	margin-top: 0.8rem;
}

.service__button {
	margin-top: 3rem;
}

.strengths {
	flex-direction: column;
	padding-top: 3rem;
}

.strengths__title {
	margin-top: 0;
	position: static;
	position: initial;
}

.strengths__inner {
	margin-left: 0;
}

.strengths__items {
	margin-top: 2.4rem;
}

.strengths__text {
	font-size: 0.85rem;
	letter-spacing: 0.01em;
	line-height: 2.2;
	margin-top: 2rem;
	text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
	display: inline-block;
	height: 5rem;
	position: absolute;
	right: 1.625rem;
	top: 1.5rem;
	width: 5rem;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 76.5%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 5rem;
	margin: auto;
	width: 5rem;
}

.swiper-button-prev:after {
	background-image: url(../images/common/swiper-prev.png);
}

.swiper-button-next:after {
	background-image: url(../images/common/swiper-next.png);
}

.swiper-slide img {
	aspect-ratio: 192/256;
}

.swiper {
	padding-bottom: 20%;
	padding-top: 15%;
}

.member-card__image {
	aspect-ratio: 192/256;
}

.member-card__image img {
	aspect-ratio: 192/256;
}

.swiper-slide.swiper-slide-duplicate-active .member-card__image,
.swiper-slide.swiper-slide-active .member-card__image {
	transform: rotateY(35deg) scale(1.2) translateY(20px);
}

.text {
	font-size: 0.875rem;
	letter-spacing: 0.001em;
	line-height: 2.1428571429;
}

.works__inner {
	display: block;
	padding-bottom: 0;
}

.works__image-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.works__image-left {
	margin-left: -20%;
	max-width: 67%;
}

.works__image-right {
	margin-left: 24%;
	margin-top: -54%;
	max-width: 57%;
}

.works__main-wrap {
	width: 100%;
}

.works__text {
	margin-top: 1.2rem;
}

.works__button-wrap {
	margin-top: 6.4rem;
}

.works__button {
	justify-content: flex-start;
	margin-top: -3.5rem;
}

.works__animation {
	height: 2.5rem;
}

}

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

.circle-blue {
	height: 7rem;
	left: calc(50% - min(50vw, 62rem));
	opacity: 1;
	top: 10rem;
	width: 7rem;
}

.circle-blue {
	height: 7rem;
	left: calc(50% - min(50vw, 62rem));
	opacity: 1;
	top: 10rem;
	width: 7rem;
}

}

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

.mv__title {
	font-size: 4rem;
	line-height: 0.97;
}

.mv__title span {
	height: 2.8125rem;
	width: 9.375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes circle-blue {

0% {
	transform: translate(0, 0) scale(1);
}

10% {
	transform: translate(10px, 0) scale(1.2);
}

20% {
	transform: translate(20px, 0) scale(1.5);
}

30% {
	transform: translate(50px, 0) scale(1.2);
}

40% {
	transform: translate(30px, 0) scale(1.5);
}

50% {
	transform: translate(20px, 10px) scale(1);
}

60% {
	transform: translate(0, 20px) scale(1.5);
}

70% {
	transform: translate(0, 10px) scale(1.2);
}

80% {
	transform: translate(10px, 20px) scale(1.5);
}

90% {
	transform: translate(20px, 0) scale(1.2);
}

100% {
	transform: translate(0, 20px) scale(1);
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes rotation {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes UpAnime {

from {
	opacity: 1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-100px);
}

}

@keyframes DownAnime {

from {
	opacity: 0;
	transform: translateY(-100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes rotation {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes infinity-scroll-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}

@keyframes infinity-scroll-right {

from {
	transform: translateX(-100%);
}

to {
	transform: translateX(0%);
}

}


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