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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

input[type=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;
}

.l-company-sub {
	margin-bottom: 14.1875rem;
	padding-top: 5rem;
}

.l-company {
	margin-bottom: 8.5rem;
}

.l-contact {
	margin-bottom: 10.5rem;
	padding-top: 5.75rem;
}

.l-fv {
	margin-bottom: 12.5rem;
}

.l-message {
	margin-bottom: 6.25rem;
}

.l-privacy {
	margin-bottom: 2.5rem;
	padding-top: 5.875rem;
}

.l-service-sub {
	margin-bottom: 17.75rem;
	padding-top: 5.875rem;
}

.l-service {
	margin-bottom: 2.375rem;
}

.l-works-sub {
	margin-bottom: 21.375rem;
	padding-top: 5.625rem;
}

.l-works {
	margin-bottom: 6.25rem;
}

.btn {
	border: 1px solid #193926;
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 3.75rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 18.75rem;
	z-index: 1;
}

.btn--contact,
.btn--return {
	max-height: 4.0625rem;
	width: 22.5rem;
}

.btn::before {
	background-color: #333333;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	width: 100%;
}

.btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.btn::after {
	background-color: #193926;
	content: "";
	height: 2px;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	transition: 0.3s;
	width: 3.75rem;
}

.btn--return::after {
	left: -1.875rem;
	right: auto;
}

.btn:hover::after {
	right: -2.5rem;
}

.btn--return:hover::after {
	left: -2.5rem;
	right: auto;
}

.btn__inner {
	color: #333333;
	position: relative;
	transition: 0.3s;
	z-index: 2;
}

.btn:hover .btn__inner {
	color: #ffffff;
}

.wpcf7-spinner {
	display: none;
}

.company-prof__title {
	color: #081600;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 4.5rem;
	text-align: center;
}

.company-prof__list {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.625;
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.company-prof__head,
.company-prof__date {
	align-items: center;
	border-top: 1px solid #bfbfbf;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.875;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.company-prof__head:last-of-type,
.company-prof__date:last-of-type {
	border-bottom: 1px solid #bfbfbf;
}

.company-prof__head {
	background-color: #e9e9e9;
	justify-content: center;
	width: 28.2%;
}

.company-prof__date {
	padding-left: 3rem;
	padding-right: 1.25rem;
	width: 71.8%;
}

.company-prof__image {
	width: 38.3%;
}

.company-prof__image img {
	-o-object-fit: cover;
	aspect-ratio: 460/570;
	object-fit: cover;
}

.company-sub {
	overflow: hidden;
}

.company-sub__title-wrapper {
	margin-bottom: 8.125rem;
	text-align: center;
}

.company-sub__president {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	margin-bottom: 10.375rem;
}

.company-sub__president-image {
	width: 50%;
}

.company-sub__president-image img {
	-o-object-fit: cover;
	aspect-ratio: 600/800;
	object-fit: cover;
}

.company-sub__president-text-wrapper {
	width: 43.3%;
}

.company-sub__president-head {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.25;
	margin-bottom: 2.3125rem;
}

.company-sub__president-name {
	margin-bottom: 5rem;
	width: 90%;
}

.company-sub__president-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: justify;
}

.company-sub__staff {
	width: 33.3333333333%;
}

.company-sub__staff-wrapper {
	display: flex;
	gap: 3.625rem;
	justify-content: space-between;
	margin-bottom: 10rem;
}

.company-sub__image {
	margin: 0 calc(50% - 50vw);
	margin-bottom: 9.75rem;
	width: 100vw;
}

.company-sub__prof {
	margin-bottom: 9.25rem;
}

.company-sub__access-title {
	color: #081600;
	font-size: 3rem;
	margin-bottom: 4.75rem;
	text-align: center;
}

.company-sub__map {
	height: 31.25rem;
	width: 100%;
}

.company-sub__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 1200/500;
	display: inline-block;
	object-fit: cover;
	width: 100%;
}

.company {
	overflow: hidden;
	text-align: right;
}

.company__inner {
	position: relative;
}

.company__title-wrapper {
	margin-bottom: 4.5625rem;
	margin-top: -1.75rem;
	position: absolute;
	right: 1.25rem;
}

.company__image {
	max-width: 40rem;
}

.company__text-wrapper {
	background-color: #ceead9;
	display: inline-block;
	margin-top: -17.5rem;
	max-width: 40.5rem;
	padding-bottom: 2.5rem;
	padding-left: 11.5%;
	padding-right: 11.5%;
	padding-top: 2.75rem;
}

.company__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 1.125rem;
	text-align: justify;
}

.company__btn {
	text-align: center;
}

.contact__title-wrapper {
	margin-bottom: 6rem;
	text-align: center;
}

.contact__title-wrapper--thanks {
	margin-bottom: 8.75rem;
}

.contact__text {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 3rem;
	text-align: center;
}

.contact__thanks-text {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 6.25rem;
	text-align: center;
}

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

.fade-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.footer {
	margin-bottom: 2.875rem;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.footer__logo {
	margin-bottom: 0.625rem;
	margin-top: 0.875rem;
	width: 24.4375rem;
}

.footer__address {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.79;
}

.footer__copyright {
	font-weight: bold;
	text-align: center;
}

.footer__copyright small {
	font-size: 0.75rem;
}

.footer a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.form__item {
	border-top: 1px solid #bfbfbf;
	display: flex;
}

.form__item:last-of-type {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 6.25rem;
}

.form__head {
	align-items: center;
	background-color: #e4faed;
	color: #081600;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.01em;
	padding-left: 2.75rem;
	padding-right: 1.875rem;
	width: 25%;
}

.form__required {
	background-color: #29ad37;
	color: #ffffff;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	padding: 5px;
}

.form__content {
	padding: 1.5rem 0 1.5rem 2.625rem;
	width: 75%;
}

input {
	border: 1px solid #bfbfbf;
	font-size: 16px;
	height: 3.5625rem;
}

input[type=submit],
input[type=button] {
	border: none;
	font-size: 1.125rem;
	height: auto;
}

.form__item:nth-of-type(-n+3) input {
	width: 37.3%;
}

.form__item:nth-of-type(4) input {
	width: 52.5%;
}

textarea {
	border: 1px solid #bfbfbf;
	font-size: 16px;
	resize: none;
}

.form__item--address .form__content {
	padding-bottom: 1.1875rem;
}

.form__item--address textarea {
	height: 3.5625rem;
	width: 52.5%;
}

.form__item--content textarea {
	height: 17.625rem;
	width: 82%;
}

.form__btn-wrapper {
	display: flex;
	gap: 7rem;
	justify-content: center;
}

.form__btn {
	text-align: center;
}

.fv {
	max-height: 100vh;
	position: relative;
	width: 100%;
	z-index: 0;
}

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

.fv__logo {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	animation: fvLogoFadeIn 1.5s ease 3.5s forwards;
	bottom: 3.625rem;
	left: 50%;
	max-width: 12.5rem;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	width: 14%;
	z-index: 2;
}

.header {
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header--top {
	animation: headerFadeIn 1.5s ease 4.5s forwards;
	opacity: 0;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 77.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	z-index: 9999;
}

.header__logo {
	width: 24.4375rem;
}

.header__contact {
	display: flex;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-top: 1.625rem;
}

.header__tel-icon {
	width: 1.25rem;
}

.header__tel {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1;
}

.header a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

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

/* ローディングアニメーション */

.loader {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transition: opacity 1s ease;
	width: 100%;
	z-index: 9999;
}

/* ローダーロゴのアニメーション */

.loader__logo {
	animation: logoFadeIn 1.5s ease forwards, logoFadeOut 1s ease 1s forwards;
	max-width: 12.5rem;
	opacity: 0;
	width: 50%;
}

/* ローディング画面のカーテンアニメーション */

.loader--hide {
	animation: curtainSlideUp 1.5s ease forwards 2s;
}

.message {
	text-align: center;
}

.message__image {
	display: inline-block;
	margin-bottom: 2.5rem;
	width: 80%;
}

.message__text {
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.8;
}

.message__text--big {
  font-size: 1.8rem;
  margin-bottom: 1.125rem;
}

.nav-sp__menu-item--footer {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.hidden {
	display: none;
}

.nav__menu {
	display: flex;
	gap: 1.8125rem;
	justify-content: flex-end;
}

.nav__menu-item {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.01em;
}

.nav__menu-item a {
	display: inline-block;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.privacy__title-wrapper {
	margin-bottom: 5rem;
	text-align: center;
}

.privacy__content {
	background-color: #e9e9e9;
	padding-bottom: 7.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 7.5rem;
}

.privacy__inner {
	background-color: #ffffff;
	max-width: 75rem;
	padding: 4.375rem 6.25rem 4.6875rem;
}

.privacy__content-title {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 1.625rem;
	text-align: center;
}

.privacy__content-intro {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 6.5rem;
	text-align: center;
}

.privacy__list-head {
	border-bottom: 1px solid #bfbfbf;
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 2rem;
	padding-bottom: 1.375rem;
}

.privacy__list-text {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-bottom: 3.125rem;
	text-align: justify;
}

.privacy__list-text:last-of-type {
	margin-bottom: 0;
}

.section-title {
	display: inline-block;
	position: relative;
	text-align: center;
}

.section-title::before {
	background-color: #193926;
	bottom: -2.875rem;
	content: "";
	height: 2.5rem;
	position: absolute;
	transform: rotate(30deg);
	width: 2px;
}

.section-title__en {
	color: rgba(236, 242, 239, 0.8);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11.25rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.section-title__en--privacy {
	text-transform: none;
}

.section-title__en--privacy::first-letter {
	text-transform: capitalize;
}

.section-title__ja {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 2.125rem;
	color: #081600;
	font-size: 5rem;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.service-card {
	box-shadow: 10px 10px 20px 0px rgba(64, 64, 64, 0.2);
	position: relative;
}

.service-card__inner {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: inline-block;
	max-width: 35.75rem;
	position: absolute;
	right: 3%;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.service-card__inner--middle {
	left: 3%;
	right: auto;
}

.service-card__title {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 1.5rem;
}

.service-card__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: justify;
}

.service-card__bg {
	position: relative;
}

.service-item__image {
	position: relative;
	width: 55.8%;
}

/* カーテンアニメーション用 */

.service-item__image::before {
	background-color: #dbf8e6;
	content: "";
	height: calc(100% + 4px);
	left: -2px;
	position: absolute;
	top: -2px;
	transform: translateX(0);
	transition: transform 1s;
	width: calc(100% + 4px);
	z-index: 2;
}

.service-item__image.is-visible::before {
	transform: translateX(-100%);
}

.service-item__image--middle.is-visible::before {
	transform: translateX(100%);
}

.service-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 670/400;
	object-fit: cover;
}

.service-item__image--middle {
	margin-left: auto;
}

.service-item__text-wrapper {
	background-color: #e9e9e9;
	margin-bottom: 2.5rem;
	margin-left: auto;
	margin-top: -17.5rem;
	padding-bottom: 3.625rem;
	padding-top: 2.125rem;
	width: 68.4%;
}

.service-item__text-wrapper--middle {
	margin-left: 0;
	margin-right: auto;
}

.service-item__text-inner {
	display: block;
	margin-left: auto;
	margin-right: 7.4%;
	width: 50%;
}

.service-item__text-inner--middle {
	margin-left: 7.4%;
	margin-right: auto;
}

.service-item__head {
	font-size: 3.5rem;
	margin-bottom: 2rem;
}

.service-item__text {
	font-size: 1rem;
	text-align: justify;
}

.service-item__list-head {
	border-bottom: 1px solid green;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	padding-bottom: 0.25rem;
}

.service-item__list {
	margin-bottom: 2.5rem;
}

.service-item__list-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	padding-left: 1.75rem;
	position: relative;
}

.service-item__list-title::before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #333333;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.service-item__list-text {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.service-item__list-text:last-of-type {
	margin-bottom: 0;
}

.service-sub__title-wrapper {
	margin-bottom: 7.5rem;
	text-align: center;
}

.service-sub__items {
	overflow: hidden;
}

.service-sub__item {
	margin-bottom: 10.625rem;
}

.service-sub__item:last-of-type {
	margin-bottom: 0;
}

.service__title {
	margin-bottom: 5.25rem;
	text-align: center;
}

.service__cards {
	margin-bottom: 5.25rem;
}

.service__cards-item {
	margin-bottom: 2.5rem;
	max-width: calc(50% + min(44vw, 634px));
	width: 91.5%;
}

.service__cards-item:first-of-type,
.service__cards-item:last-of-type {
	margin-right: auto;
	text-align: right;
}

.service__cards-item:nth-of-type(2) {
	margin-left: auto;
	text-align: left;
}

.service__cards-item:last-of-type {
	margin-bottom: 0;
}

.service__btn {
	text-align: center;
}

.staff__image {
	margin-bottom: 1.75rem;
}

.staff__image img {
	-o-object-fit: cover;
	aspect-ratio: 360/400;
	object-fit: cover;
}

.staff__division,
.staff__name {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.25;
}

.staff__name {
	margin-bottom: 2.0625rem;
}

.staff__comment {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: justify;
}

.works-card__image {
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.works-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 200/240;
	object-fit: cover;
	transition: 0.6s;
}

.works-card__link:hover .works-card__image img {
	transform: scale(1.2);
}

.works-card__image--sub {
	margin-bottom: 0.875rem;
}

.works-card--sub:nth-child(3n+1) img {
	-o-object-fit: cover;
	aspect-ratio: 920/500;
	object-fit: cover;
}

.works-card--sub:nth-child(3n+2) img,
.works-card--sub:nth-child(3n+3) img {
	-o-object-fit: cover;
	aspect-ratio: 430/468;
	object-fit: cover;
}

.works-card__title {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-align: left;
}

.works-card__title--sub {
	font-size: 1.75rem;
	margin-bottom: 0.75rem;
}

.works-sub__inner {
	max-width: 60.625rem;
}

.works-sub__title-wrapper {
	margin-bottom: 7.75rem;
	text-align: center;
}

.works-sub__cards {
	grid-gap: 7.5625rem 3.75rem;
	display: grid;
	gap: 7.5625rem 3.75rem;
	grid-auto-flow: dense;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

.works-sub__card:nth-child(3n+1) {
	grid-column: span 2;
	grid-row: span 1;
}

.works-sub__card:nth-child(3n+2),
.works-sub__card:nth-child(3n+3) {
	grid-column: span 1;
	grid-row: span 1;
}

.works__title {
	margin-bottom: 5rem;
	text-align: center;
}

.works__cards {
	margin-bottom: 3.125rem;
}

.works__cards-inner {
	display: flex;
	gap: 4.8%;
}

.works__cards-item {
	flex: 1 1 31.7333333333%;
}

.works__btn {
	text-align: center;
}

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

.swiper-button-prev {
	left: 1.25rem;
}

.swiper-button-next {
	right: 1.25rem;
	transform: scale(-1, 1);
}

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

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-company-sub {
	margin-bottom: 2.5rem;
}

.l-company {
	margin-bottom: 6.25rem;
}

.l-contact {
	margin-bottom: 5rem;
}

.l-fv {
	margin-bottom: 3.75rem;
}

.l-message {
	margin-bottom: 3.75rem;
}

.l-service-sub {
	margin-bottom: 5rem;
}

.l-service {
	margin-bottom: 5rem;
}

.l-works-sub {
	margin-bottom: 5rem;
}

.l-works {
	margin-bottom: 5rem;
}

.btn {
	font-size: 0.75rem;
	line-height: 2.25rem;
	width: 10rem;
}

.btn--contact,
.btn--return {
	max-height: 2.6875rem;
	width: 16.25rem;
}

.btn::after {
	right: -0.875rem;
	width: 1.75rem;
}

.btn--return::after {
	left: -0.875rem;
}

.btn--return:hover::after {
	left: -1.25rem;
}

.btn--contact:hover::after {
	right: -1.25rem;
}

.company-prof__title {
	font-size: 1.75rem;
	margin-bottom: 2.5rem;
}

.company-prof__list {
	margin-bottom: 1.25rem;
}

.company-prof__head,
.company-prof__date {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.company-prof__head:last-of-type,
.company-prof__date:last-of-type {
	border-bottom: none;
}

.company-prof__head {
	justify-content: flex-start;
	padding-left: 1.25rem;
	width: 100%;
}

.company-prof__date {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.company-prof__image {
	width: 100%;
}

.company-sub__inner {
	max-width: 37.5rem;
}

.company-sub__title-wrapper {
	margin-bottom: 5rem;
}

.company-sub__president {
	display: block;
	margin-bottom: 5rem;
}

.company-sub__president-image {
	margin-bottom: 1rem;
	width: 100%;
}

.company-sub__president-text-wrapper {
	width: 100%;
}

.company-sub__president-head {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.company-sub__president-name {
	margin-bottom: 2.5rem;
}

.company-sub__staff {
	margin-bottom: 2.5rem;
	width: 100%;
}

.company-sub__staff:last-of-type {
	margin-bottom: 0;
}

.company-sub__staff-wrapper {
	display: block;
	margin-bottom: 5rem;
}

.company-sub__image {
	margin-bottom: 5rem;
}

.company-sub__prof {
	margin-bottom: 5rem;
}

.company-sub__access-title {
	font-size: 1.75rem;
	margin-bottom: 2.5rem;
}

.company-sub__map iframe {
	aspect-ratio: 375/500;
}

.company {
	margin-top: -1.25rem;
	padding-top: 1.25rem;
}

.company__title-wrapper {
	margin-bottom: 3.75rem;
	position: static;
	text-align: center;
}

.company__image {
	margin-left: calc(50% - 50vw);
	max-width: 68%;
	width: 100vw;
}

.company__image img {
	-o-object-fit: cover;
	-o-object-position: 80% 50%;
	aspect-ratio: 235/340;
	object-fit: cover;
	object-position: 80% 50%;
}

.company__text-wrapper {
	margin-right: calc(50% - 50vw);
	margin-top: -9.125rem;
	max-width: 70%;
	padding-left: 8.3%;
	padding-right: 8.3%;
	width: 100vw;
}

.company__text {
	font-size: 0.875rem;
}

.contact__inner {
	max-width: 37.5rem;
}

.contact__title-wrapper {
	margin-bottom: 5rem;
}

.contact__text {
	font-weight: normal;
	text-align: left;
}

.contact__thanks-text {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 3.75rem;
	text-align: left;
}

.footer {
	margin-bottom: 1.5rem;
}

.footer__inner {
	flex-direction: column;
	margin-bottom: 0;
}

.footer__content {
	text-align: center;
}

.footer__logo {
	margin: 0 auto 0.75rem;
	width: 11.125rem;
}

.footer__address {
	display: inline-block;
	font-size: 0.75rem;
	text-align: left;
}

.footer__menu {
	margin-bottom: 0;
}

.footer__copyright small {
	font-size: 0.625rem;
}

.form {
	max-width: 37.5rem;
}

.form__item {
	border-top: none;
	display: block;
}

.form__item:last-of-type {
	border-bottom: none;
	margin-bottom: 2.5rem;
}

.form__head {
	gap: 0.5rem;
	justify-content: flex-start;
	line-height: 2.5rem;
	padding-left: 1rem;
	width: 100%;
}

.form__required {
	font-size: 0.75rem;
}

.form__content {
	padding: 0.625rem 0 1.25rem;
	width: 100%;
}

input {
	height: 2rem;
}

.form__item:nth-of-type(-n+3) input {
	width: 100%;
}

.form__item:nth-of-type(4) input {
	width: 100%;
}

.form__item--address .form__content {
	padding-bottom: 0.875rem;
}

.form__item--address textarea {
	height: 2rem;
	width: 100%;
}

.form__item--content textarea {
	width: 100%;
}

.form__btn-wrapper {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
}

.fv {
	height: auto;
	max-height: 100%;
	padding-top: 3.125rem;
}

.fv__logo {
	bottom: 5%;
	width: 7.125rem;
}

.header {
	height: 3.125rem;
}

.header__inner {
	max-width: 100%;
}

.header__logo {
	position: relative;
	width: 11.125rem;
	z-index: 9999;
}

.header__menu-sp {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	position: relative;
	z-index: 9999;
}

.header__tel-sp {
	width: 1.125rem;
}

.hamburger {
	cursor: pointer;
	height: 3.125rem;
	position: relative;
	width: 1.875rem;
	z-index: 9999;
}

.hamburger__bar {
	background: #081600;
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	transition: 0.5s;
	width: 73%;
}

.hamburger__bar:first-child {
	top: 1rem;
}

.hamburger__bar:nth-child(2) {
	top: 1.5rem;
}

.hamburger__bar:last-child {
	top: 2rem;
}

.hamburger--open .hamburger__bar {
	top: 50%;
}

.hamburger--open .hamburger__bar:first-child {
	transform: rotate(45deg);
}

.hamburger--open .hamburger__bar:last-child {
	transform: rotate(-45deg);
}

.hamburger--open .hamburger__bar:nth-child(2) {
	display: none;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.loader__logo {
	width: 30%;
}

.message__image {
	margin-bottom: 1.25rem;
	width: 100%;
}

.message__text {
	font-size: 0.75rem;
}

.message__text--big {
  font-size: 1rem;
}

.nav-sp {
	background-color: rgba(219, 248, 230, 0.6196078431);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 2.5rem;
	padding-top: 6.25rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.nav-sp__menu {
	grid-gap: 1.1875rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: grid;
	gap: 1.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav-sp__menu-item {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.nav-sp__menu-item--footer {
	font-size: 0.75rem;
}

.nav-sp__menu-item a {
	transition: 0.3s;
}

.nav--privacy {
	margin-bottom: 0;
}

.nav__menu--footer {
	flex-direction: column;
	gap: 0;
	text-align: center;
}

.privacy__content {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.privacy__inner {
	max-width: 37.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.privacy__content-title {
	font-size: 2rem;
}

.privacy__content-intro {
	font-weight: normal;
	margin-bottom: 3.75rem;
	text-align: left;
}

.privacy__list-head {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}

.privacy__list-text {
	font-size: 1rem;
	margin-bottom: 1.75rem;
}

.section-title::before {
	bottom: -1.25rem;
	height: 1.25rem;
}

.section-title__en {
	font-size: 3.5rem;
}

.section-title__ja {
	bottom: 0.625rem;
	font-size: 1.5rem;
}

.service-card__inner {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding-bottom: 1.5rem;
	padding-top: 7.5rem;
	right: 0;
	top: auto;
	transform: translateY(0%);
}

.service-card__title {
	font-size: 1.25rem;
	margin-bottom: 1.125rem;
}

.service-card__text {
	font-size: max(12px, min(3.7333vw, 16px));
	line-height: 1.6;
}

.service-card__bg img {
	-o-object-fit: cover;
	aspect-ratio: 375/400;
	object-fit: cover;
}

.service-item__image {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.service-item__image.is-visible::before {
	transform: translateX(-200%);
}

.service-item__image--middle.is-visible::before {
	transform: translateX(200%);
}

.service-item__text-wrapper {
	margin-top: -1.75rem;
	padding-bottom: 1.875rem;
	width: 100%;
}

.service-item__text-inner {
	margin-right: auto;
	width: 90%;
}

.service-item__text-inner--middle {
	margin-left: auto;
}

.service-item__head {
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.service-item__list-head {
	font-size: 1.25rem;
}

.service-item__list-title {
	padding-left: 1.25rem;
}

.service-item__list-title::before {
	height: 0.5rem;
	left: 0.25rem;
	width: 0.5rem;
}

.service-sub__inner {
	max-width: 37.5rem;
}

.service-sub__title-wrapper {
	margin-bottom: 5rem;
}

.service-sub__item {
	margin-bottom: 4rem;
}

.service__title {
	margin-bottom: 3.75rem;
}

.service__cards {
	margin-bottom: 2.625rem;
}

.service__cards-item {
	max-width: 30rem;
	width: 100%;
}

.service__cards-item:first-of-type,
.service__cards-item:last-of-type {
	margin-left: auto;
}

.service__cards-item:nth-of-type(2) {
	margin-right: auto;
}

.staff__division,
.staff__name {
	font-size: 1.25rem;
}

.staff__name {
	margin-bottom: 1.25rem;
}

.works-card__image--sub {
	margin-bottom: 1rem;
}

.works-card--sub:nth-child(3n+2) img,
.works-card--sub:nth-child(3n+3) img {
	aspect-ratio: 920/500;
}

.works-card__title {
	font-size: 0.875rem;
}

.works-card__title--sub {
	font-size: 1.125rem;
}

.works-sub__inner {
	max-width: 37.5rem;
}

.works-sub__title-wrapper {
	margin-bottom: 5rem;
}

.works-sub__cards {
	display: block;
}

.works-sub__card {
	margin-bottom: 2.5rem;
}

.works__inner {
	position: relative;
}

.works__title {
	margin-bottom: 3.75rem;
}

.works__cards {
	display: block;
	margin-bottom: 1.25rem;
	position: relative;
	width: 60%;
}

.works__cards-inner {
	gap: 0;
	width: 100%;
}

.works__cards-item {
	flex: none;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: url(../images/common/slide-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5rem;
	position: absolute;
	top: 56%;
	width: 1.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fvLogoFadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes headerFadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes logoFadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes logoFadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes curtainSlideUp {

from {
	transform: translateY(0);
}

to {
	transform: translateY(-100%);
}

}


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