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

.u-desktop {
	display: none;
}

.u-display-none {
	display: none !important;
}

.u-word-keepall {
	word-break: keep-all;
}

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

html {
	font-size: 16px;
}

/*********************************
	BASE SET
*********************************/

a {
	display: block;
}

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

*,
*::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;
}

.p-business-menu {
	background-image: url(../images/business/business-bg-menu-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0 6.25rem;
}

.p-business-menu__items {
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
}

.p-business-menu__item {
	background-color: #2a3b40;
	color: #fff;
	outline: 0.125rem solid #2a3b40;
	width: 100%;
}

.p-business-menu__item a {
	align-content: center;
	display: grid;
	font-size: 4.2666666667vw;
	justify-content: center;
	letter-spacing: 0.03125rem;
	padding: 1em 0;
	place-content: center;
	position: relative;
}

.p-business-menu__item a:after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-under-square.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.4em;
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

.p-business-products {
	padding-top: 21.3333333333vw;
}

.p-business-products#anc03 {
	padding-bottom: 21.3333333333vw;
}

.p-business-products__explanation {
	font-size: 3.7333333333vw;
	font-weight: 500;
	margin-top: 8vw;
	text-align: center;
}

.p-business-products__box {
	margin-top: 10.6666666667vw;
}

.p-business-products__items {
	grid-gap: 0 3.125%;
	display: grid;
	gap: 0 3.125%;
	grid-template-columns: repeat(2, 1fr);
}

.p-business-products__item {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	margin-top: 7.4666666667vw;
}

.p-business-products__title {
	font-size: 3.7333333333vw;
	font-weight: bold;
	letter-spacing: 0.0625rem;
	line-height: 1.4;
	margin-top: 2.6666666667vw;
}

.p-business-products__detail {
	font-size: 3.2vw;
	margin-top: 0.8vw;
	padding-left: 4.8vw;
}

.p-company-hinmoku {
	padding: 17.8666666667vw 0;
}

.p-company-hinmoku__items {
	gap: 10.6666666667vw 10.6666666667vw;
	margin-top: 8vw;
}

.p-company-hinmoku__list {
	flex-wrap: wrap;
}

.p-company-hinmoku__list li {
	font-size: 3.7333333333vw;
	font-weight: 600;
	margin-top: 0.5em;
	padding: 0 1em;
	width: 100%;
}

.p-company-member {
	padding-top: 17.8666666667vw;
}

.p-company-member__items {
	margin-top: 8vw;
}

.p-company-member__item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-company-member__item:not(:last-of-type) {
	border-bottom: 0.5rem solid #fff;
}

.p-company-member__name {
	display: flex;
	width: 100%;
}

.p-company-member__name-post {
	align-content: center;
	background-color: #5b7380;
	border-right: 0.125rem solid #fff;
	color: #fff;
	display: grid;
	font-size: 4vw;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.0625rem;
	padding: 0.5em;
	place-content: center;
	width: 40%;
}

.p-company-member__name-name {
	align-content: center;
	background-color: #00a4b5;
	color: #fff;
	display: grid;
	font-size: 4vw;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.0625rem;
	min-width: 8.4375rem;
	padding: 0.5em;
	place-content: center;
	width: 60%;
}

.p-company-member__title {
	background-color: #f0f0f0;
	flex: 1;
	font-size: 3.2vw;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	padding: 1em;
}

.p-company-office__explanation {
	font-size: 3.7333333333vw;
	font-weight: bold;
	letter-spacing: 0.01875rem;
	line-height: 1.8;
	margin-top: 8vw;
	text-align: center;
}

.p-company-office__items {
	grid-gap: 10.6666666667vw 5%;
	display: grid;
	gap: 10.6666666667vw 5%;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 10.6666666667vw;
	margin-top: 10.6666666667vw;
}

.p-company-office__item {
	grid-gap: 1.125rem;
	display: grid;
	gap: 1.125rem;
	grid-row: span 3;
	grid-template-rows: subgrid;
	width: 100%;
}

.p-company-office__map {
	aspect-ratio: 610/300;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-company-office__map iframe {
	height: calc(100% + 18.75rem);
	margin-top: -9.375rem;
	width: 100%;
}

.p-company-office__map .place-card {
	display: none;
}

.p-company-office__address {
	font-size: 3.7333333333vw;
	line-height: 2;
}

.p-company-overview__image {
	margin-top: 8vw;
}

.p-company-overview__explanation {
	font-size: 3.7333333333vw;
	font-weight: bold;
	letter-spacing: 0.01875rem;
	line-height: 1.8;
	margin-top: 8vw;
	text-align: center;
}

.p-company-overview__table {
	grid-column-gap: 0;
	grid-row-gap: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(9, auto);
	margin-top: 8vw;
}

.p-company-overview__table dl {
	border-bottom: 0.5333333333vw solid #fff;
}

.p-company-overview__table dl:nth-of-type(1) {
	border-right: none;
}

.p-company-overview__table dl:nth-of-type(3) {
	border-right: none;
}

.p-company-overview__table dl:nth-of-type(5) {
	border-right: none;
}

.p-company-overview__table dl:nth-of-type(8) {
	border-right: none;
}

.p-company-overview__table dl {
	display: flex;
}

.p-company-overview__table dt {
	align-content: center;
	background-color: #3c3c3c;
	color: #fff;
	display: grid;
	font-size: 3.2vw;
	font-weight: 600;
	padding: 0.9em;
	text-align: center;
	width: 28%;
}

.p-company-overview__table dd {
	align-content: center;
	background-color: #f0f0f0;
	display: grid;
	flex: 1;
	font-size: 3.2vw;
	font-weight: 600;
	line-height: 1.8;
	padding: 0.9em 1.5em;
}

.p-company-overview__btn {
	text-align: center;
}

.p-company-overview__btn .c-btn {
	margin-top: 1.875rem;
}

.p-company-overview__btn .c-btn:after {
	right: 1.75rem;
	width: 1em;
}

.p-contact-form {
	background-color: #d7dde0;
	padding: 10.6666666667vw 0 16vw;
}

.p-contact-form__contents {
	background-color: #fff;
	padding: 10.6666666667vw 5.3333333333vw;
}

.p-contact-form__explanation {
	font-size: 3.7333333333vw;
	font-weight: 500;
	letter-spacing: 0.03125rem;
	margin-top: -0.5em;
}

.p-contact-form__explanation-text {
	margin-top: 2em;
}

.p-contact-form__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10.6666666667vw;
	row-gap: 5.3333333333vw;
}

.p-contact-form__item {
	width: 100%;
}

.p-contact-form__item-koumoku {
	border-left: 0.375rem solid #00a4b5;
	display: block;
	font-size: 4.8vw;
	font-weight: bold;
	letter-spacing: 0.0625rem;
	padding: 0.3em 0.7em;
}

.p-contact-form__item input,
.p-contact-form__item textarea {
	border: 0.0625rem solid #5b7380;
	border-radius: 0.25rem;
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
	padding: 0.7em;
	width: 100%;
}

.p-contact-form__item.p-contact-form__item--naiyou {
	width: 100%;
}

.p-contact-form__item--yuubin .p-contact-form__item-wrap {
	align-items: center;
	display: flex;
	gap: 0.7em;
	margin-top: 1rem;
}

.p-contact-form__item--yuubin .p-contact-form__item-wrap input {
	margin-top: 0;
}

.p-contact-form__item--yuubin .p-contact-form__item-wrap input:nth-of-type(1) {
	margin-left: 2%;
	width: 32%;
}

.p-contact-form__item--yuubin .p-contact-form__item-wrap input:nth-of-type(2) {
	width: 54%;
}

.p-contact-form__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-contact-form__btn button {
	background-color: #00a4b5;
	color: #fff;
	outline: 0.1875rem solid #00a4b5;
}

.p-contact-form__btn button::after {
	background-image: url(../images/common/icon-arrow-white.svg);
}

.p-contact-form__item-koumoku--required {
	position: relative;
}

.p-contact-form__item-koumoku--required:after {
	background-color: #dc240e;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 3.2vw;
	letter-spacing: 0.0625rem;
	padding: 0.3em 0.6em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-recruit-youkou__image {
	margin-top: 8vw;
}

.p-recruit-youkou__table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8vw;
}

.p-recruit-youkou__table dl {
	border-bottom: 0.5333333333vw solid #fff;
	display: flex;
	width: 100%;
}

.p-recruit-youkou__table dl:nth-of-type(odd) {
	border-right: none;
}

.p-recruit-youkou__table dt {
	align-content: center;
	background-color: #5b7380;
	color: #fff;
	display: grid;
	font-size: 3.2vw;
	font-weight: 600;
	padding: 0.9em;
	text-align: center;
	width: 28%;
}

.p-recruit-youkou__table dl:last-of-type dt {
	background-color: #00a4b5;
}

.p-recruit-youkou__table dd {
	align-content: center;
	background-color: #f0f0f0;
	display: grid;
	flex: 1;
	font-size: 3.2vw;
	font-weight: 600;
	line-height: 1.8;
	padding: 0.9em 1.5em;
}

.p-recruit-youkou__table dl:last-of-type dd a {
	color: #00a4b5;
}

.p-recruit-overview {
	padding: 10.6666666667vw 0;
}

.p-recruit-overview__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8vw;
	justify-content: space-between;
	margin-top: 8vw;
}

.p-recruit-overview__item {
	width: 100%;
}

.p-recruit-overview__item p {
	font-size: 3.7333333333vw;
	line-height: 1.6;
	margin-top: 3.7333333333vw;
}

.p-mv {
	margin-bottom: 18.6666666667vw;
	position: relative;
}

.p-mv__contents {
	left: 8.2666666667vw;
	position: absolute;
	top: 12.8vw;
	z-index: 10;
}

.p-mv__slide--other .p-mv__contents {
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0rem;
	left: 0rem;
	padding: 6.4vw 8.5333333333vw;
	top: auto;
	top: initial;
	width: 100%;
}

.p-mv__main-title {
	display: block;
	width: 73.8666666667vw;
}

.p-mv__slide--other .p-mv__main-title {
	color: #fff;
	font-size: 5.8666666667vw;
	letter-spacing: 1.8px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__sub-title {
	font-size: 3.0666666667vw;
	font-weight: 600;
	line-height: 2;
	margin-top: 9.3333333333vw;
}

.p-mv__slide--other .p-mv__sub-title {
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.5em;
}

.p-mv .swiper-container {
	position: relative;
}

.p-mv .swiper-pagination {
	bottom: auto;
	bottom: initial;
	display: flex;
	flex-direction: column;
	gap: 4vw;
	left: auto;
	left: initial;
	position: absolute;
	right: 2.9333333333vw;
	top: 50%;
	transform: translateY(-50%);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 50;
}

.p-mv .swiper-pagination-bullet {
	background: #d7dde0;
	height: 3.2vw;
	opacity: 1;
	width: 3.2vw;
}

.p-mv .swiper-pagination-bullet-active {
	background: #00a4b5;
}

.p-news__heading {
	background-color: #95a5ad;
	padding: 8vw 10.1333333333vw 6.6666666667vw;
}

.p-news__heading-en {
	color: #fff;
}

.p-news__heading-jp {
	color: #fff;
}

.p-news__contents {
	background-color: #d7dde0;
	padding-bottom: 16vw;
	padding-top: 6.9333333333vw;
}

.p-news__items {
	max-height: 122.6666666667vw;
	overflow-y: auto;
}

.p-news__items::-webkit-scrollbar {
	background-color: #fff;
	border-radius: 2.1333333333vw;
	width: 2.6666666667vw;
}

.p-news__items::-webkit-scrollbar-thumb {
	border: solid 0.5333333333vw transparent;
	border-radius: 2.1333333333vw;
	box-shadow: inset 0 0 2.6666666667vw 2.6666666667vw #b4b4b4;
	width: 1.3333333333vw;
}

.p-news__item {
	margin-right: 3%;
}

.p-news__item {
	background-color: #5b7380;
	color: #fff;
}

.p-news__item time {
	border-bottom: 0.2666666667vw solid #fff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 3.2vw;
	padding: 4.2666666667vw 5.3333333333vw 1.6vw;
}

.p-news__item p {
	font-size: 3.2vw;
	line-height: 1.45;
	padding: 2.9333333333vw 5.3333333333vw 4.8vw;
}

.p-news__item:not(:first-of-type) {
	margin-top: 3.7333333333vw;
}

.p-shop {
	overflow: hidden;
	padding: 17.8666666667vw 0;
}

.p-shop__heading-en.c-section__heading-en {
	font-size: 10.1333333333vw;
	padding-bottom: 2.9333333333vw;
	text-align: center;
}

.p-shop__heading-en.c-section__heading-en:before {
	left: 39% !important;
}

.p-shop__heading-en.c-section__heading-en::after {
	left: 51% !important;
}

.p-shop__items {
	margin: 10.6666666667vw auto 0;
	position: relative;
	width: 86%;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: auto;
	top: 56%;
	width: auto;
}

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

.swiper-button-next {
	right: -1.4375rem;
}

/* 前へ次への矢印カスタマイズ */

.p-shop__items .swiper-button-prev::after,
.p-shop__items .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8vw;
	margin: auto;
	width: 8vw;
}

/* 前への矢印カスタマイズ */

.p-shop__items .swiper-button-prev::after {
	background-image: url(../images/common/icon-arrow-slider-prev.svg);
}

/* 次への矢印カスタマイズ */

.p-shop__items .swiper-button-next::after {
	background-image: url(../images/common/icon-arrow-slider-next.svg);
}

/* 画像サイズ調整 */

.p-shop__items .swiper-slide img {
	height: auto;
	width: 100%;
}

.p-shop__items .swiper-slide {
	transition: opacity 1s ease 0s;
}

.p-topmenu {
	display: flex;
	flex-direction: column;
	gap: 17.8666666667vw;
	padding-top: 17.8666666667vw;
}

.p-topmenu__contents {
	display: flex;
	flex-direction: column;
	gap: 5.3333333333vw;
}

.p-topmenu__text {
	margin: 0 auto;
	width: 89%;
}

.p-topmenu__explanation {
	font-size: 3.7333333333vw;
	font-weight: 500;
	letter-spacing: -0.08vw;
	line-height: 1.8;
	margin-top: 4.2666666667vw;
	text-align: justify;
}

.p-topmenu__btn {
	margin-top: 6.6666666667vw;
}

.c-btn {
	background-color: #d7dde0;
	border-radius: 12vw;
	display: inline-block;
	font-size: 4vw;
	font-weight: bold;
	padding: 0.7em;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.c-btn:after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: auto;
	position: absolute;
	right: 4.5333333333vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 1em;
}

.c-contact {
	background-image: url(../images/common/contact-bg-01-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 13.8666666667vw 0;
}

.c-contact__inner.l-inner {
	width: 89%;
}

.c-contact__contents {
	grid-gap: 0 0;
	display: grid;
	gap: 0 0;
	grid-template-areas: "c-contact__heading c-contact__heading c-contact__heading" "c-contact__text c-contact__text c-contact__btn";
	grid-template-columns: repeat(3, auto);
	grid-template-rows: repeat(2, auto);
}

.c-contact__heading {
	grid-area: c-contact__heading;
}

.c-contact__heading-en {
	color: #fff;
}

.c-contact__heading-en::before,
.c-contact__heading-en::after {
	display: none !important;
}

.c-contact__text {
	color: #fff;
	font-size: 4.2666666667vw;
	grid-area: c-contact__text;
	letter-spacing: -0.2933333333vw;
	line-height: 1.8;
	margin-top: 1em;
	word-break: keep-all;
}

.c-contact__btn {
	grid-area: c-contact__btn;
	margin-top: 1.8666666667vw;
	width: 21.3333333333vw;
}

.c-contact__btn a {
	transition: transform 0.3s ease 0s;
}

.c-flex {
	display: flex;
}

.c-flex__wrap {
	flex-wrap: wrap;
}

.c-flex__column1 {
	width: 100%;
}

.c-flex__column2 {
	width: 100%;
}

.c-nav__items {
	display: flex;
	flex-wrap: wrap;
}

.c-nav__item {
	text-align: center;
	width: 50%;
}

.c-nav__item a {
	color: #fff;
	font-size: 3.2vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 2.6666666667vw;
	position: relative;
}

.c-nav__item a:after {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-arrow-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 1em;
	position: absolute;
	right: 3.7333333333vw;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.c-nav__item:nth-of-type(1),
.c-nav__item:nth-of-type(4) {
	background-image: linear-gradient(0deg, rgb(91, 115, 128) 0%, rgb(42, 59, 64) 100%);
}

.c-nav__item:nth-of-type(2),
.c-nav__item:nth-of-type(3) {
	background-color: #95a5ad;
}

.c-page__heading {
	align-content: center;
	display: grid;
	padding: 10.6666666667vw 0;
}

.c-page__heading-inner {
	display: flex;
	flex-direction: column;
}

.c-page__heading-en {
	color: #d7dde0;
	font-family: "Poppins", sans-serif;
	font-size: 13.3333333333vw;
	font-weight: 600;
	letter-spacing: 0.25rem;
	line-height: 0.75;
	order: 1;
	padding-bottom: 5.3333333333vw;
	position: relative;
	text-transform: uppercase;
}

.c-page__heading-en:before,
.c-page__heading-en:after {
	bottom: 0;
	content: "";
	display: block;
	height: 1.3333333333vw;
	position: absolute;
	width: 9.3333333333vw;
}

.c-page__heading-en:before {
	background-color: #5b7380;
	left: 0.5333333333vw;
}

.c-page__heading-en:after {
	background-color: #00a4b5;
	left: 11.2vw;
}

.c-page__heading-jp {
	font-size: 5.8666666667vw;
	letter-spacing: 0.25rem;
	line-height: 1;
	margin-top: 0.5em;
	order: 2;
}

.c-page__heading-detail {
	font-size: 3.7333333333vw;
	font-weight: 500;
	margin-top: 6.6666666667vw;
	order: 3;
}

.c-pagetop {
	position: absolute;
	right: 3.2vw;
	transition: opacity 0.3s ease 0s;
	width: 10.6666666667vw;
	z-index: 100;
}

.c-point {
	display: flex;
	gap: 1em;
	position: relative;
}

.c-point::before {
	aspect-ratio: 1/1;
	background-color: #00a4b5;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.5em;
	position: relative;
	top: 0.55em;
}

.c-section__heading {
	display: flex;
	flex-direction: column;
}

.c-section__heading-en {
	font-family: "Poppins", sans-serif;
	font-size: 13.3333333333vw;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 0.25em;
	position: relative;
	text-transform: uppercase;
}

.c-section__heading-en:before,
.c-section__heading-en:after {
	bottom: 0;
	content: "";
	display: block;
	height: 1.3333333333vw;
	position: absolute;
	width: 9.3333333333vw;
}

.c-section__heading-en:before {
	background-color: #5b7380;
	left: 0.5333333333vw;
}

.c-section__heading-en:after {
	background-color: #00a4b5;
	left: 11.2vw;
}

.c-section__heading-jp {
	display: block;
	font-size: 5.0666666667vw;
	font-weight: 500;
	margin-top: 0.7em;
	order: 2;
	padding-left: 0.5333333333vw;
}

.c-section__heading02 {
	border-bottom: 0.0625rem solid #d7dde0;
	border-top: 0.0625rem solid #d7dde0;
	font-size: 5.3333333333vw;
	padding: 0.3em;
	text-align: center;
}

.c-section__heading03 {
	background-color: #d7dde0;
	display: flex;
	font-size: 4.2666666667vw;
	font-weight: bold;
	gap: 1em;
	padding: 0.8em;
	position: relative;
}

.c-section__heading03:before {
	aspect-ratio: 1/1;
	background-image: url(../images/common/icon-square.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5em;
	width: auto;
}

.l-footer {
	position: relative;
}

.l-footer__contents {
	display: flex;
	flex-direction: column;
	gap: 5.3333333333vw;
	padding: 16vw 8vw 9.8666666667vw;
}

.l-footer__logotext {
	width: 74%;
}

.l-footer__address {
	font-size: 3.2533333333vw;
	letter-spacing: 0.0666666667vw;
	line-height: 1.8;
	margin-top: 5.3333333333vw;
	word-break: keep-all;
}

.l-footer__menu {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.8em;
}

.l-footer__menu-item {
	text-align: center;
}

.l-footer__menu-item:nth-of-type(1),
.l-footer__menu-item:nth-of-type(2),
.l-footer__menu-item:nth-of-type(3) {
	width: 33.3%;
}

.l-footer__menu-item:nth-of-type(4),
.l-footer__menu-item:nth-of-type(5) {
	width: 50%;
}

.l-footer__menu-item a {
	border-left: 0.4vw solid #000;
	font-size: 3.2vw;
	font-weight: bold;
	padding: 0.35em;
}

.l-footer__menu-item:nth-of-type(3) a,
.l-footer__menu-item:nth-of-type(5) a {
	border-right: 0.4vw solid #000;
}

.l-footer__copyright {
	background-color: #f0f0f0;
	font-family: "Poppins", sans-serif;
	font-size: 2.6666666667vw;
	line-height: 1.8;
	padding: 1.2em;
	text-align: center;
}

.l-header__main {
	display: flex;
	justify-content: space-between;
}

.l-header__logotext a {
	padding: 5.3333333333vw 5.6vw;
	width: 62.6666666667vw;
}

.l-header__logoimg {
	-o-object-fit: contain;
	border-left: 0.5333333333vw solid #d7dde0;
	object-fit: contain;
	padding: 3.2vw;
	width: 26.6666666667vw;
}

.l-header__nav--pc {
	display: none;
}

.l-header__nav--sp {
	display: block;
}

.l-header__nav-item--contact {
	background-image: linear-gradient(0deg, rgb(91, 115, 128) 0%, rgb(42, 59, 64) 100%);
	border-radius: 3.125rem;
}

.l-header__nav-item--contact a {
	background-color: transparent;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	gap: 0.5em;
	padding: 0.889em 1.778em;
	position: relative;
	transition: 0.3s ease 0s;
}

.l-header__nav-item--contact a:before {
	aspect-ratio: 34/24;
	background-image: url(../images/common/icon-mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	width: 2.125rem;
}

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

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

.p-contact-form__btn button:hover {
	background-color: #fff;
	color: #00a4b5;
}

.p-contact-form__btn button:hover::after {
	background-image: url(../images/common/icon-arrow-blue.svg);
}

.c-btn:hover {
	background-color: #00a4b5;
	color: #fff;
}

.c-btn:hover::after {
	background-image: url(../images/common/icon-arrow-white.svg);
}

.c-contact__btn a:hover {
	opacity: 1;
	transform: scale(1.1);
}

.l-header__nav-item--contact a:hover {
	background-color: #00a4b5;
	opacity: 1;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

.p-business-menu {
	background-image: url(../images/business/business-bg-menu-pc.jpg);
	padding: 8.75rem 0;
}

.p-business-menu__items {
	flex-direction: row;
	gap: initial;
}

.p-business-menu__item {
	width: 31.2%;
}

.p-business-menu__item a {
	font-size: 1.375rem;
}

.p-business-products {
	padding-top: 8.75rem;
}

.p-business-products#anc03 {
	padding-bottom: 8.75rem;
}

.p-business-products__explanation {
	font-size: 1.25rem;
	margin-top: 3.75rem;
}

.p-business-products__box {
	margin-top: 5.9375rem;
}

.p-business-products__items {
	grid-template-columns: repeat(3, 1fr);
}

.p-business-products__item {
	margin-top: 3.625rem;
}

.p-business-products__title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.p-business-products__detail {
	font-size: 1rem;
	margin-top: 0.4375rem;
	padding-left: 1.875rem;
}

.p-company-hinmoku {
	padding: 8.75rem 0;
}

.p-company-hinmoku__items {
	gap: 5rem 3.75rem;
	margin-top: 5rem;
}

.p-company-hinmoku__list {
	margin: 2.6875rem auto 0;
}

.p-company-hinmoku__list li {
	font-size: 1.125rem;
	width: 50%;
}

.p-company-hinmoku__list li:nth-of-type(even) {
	padding-left: 2.5em;
}

.p-company-member {
	padding-top: 8.75rem;
}

.p-company-member__items {
	margin-top: 5rem;
}

.p-company-member__item {
	flex-direction: row;
	font-size: 1rem;
}

.p-company-member__item:not(:last-of-type) {
	border-bottom: 0.25rem solid #fff;
}

.p-company-member__name {
	width: 38%;
}

.p-company-member__name-post {
	border-right: 0.25rem solid #fff;
	font-size: 1.125rem;
	padding: 1.03125rem;
	width: 50%;
}

.p-company-member__name-name {
	border-right: 0.25rem solid #fff;
	font-size: 1.125rem;
	padding: 1.03125rem;
	width: 50%;
}

.p-company-member__title {
	font-size: 1rem;
	padding: 1.03125rem 2.625rem;
}

.p-company-office__explanation {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-company-office__items {
	gap: 6.4375rem 5%;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 8.75rem;
	margin-top: 5.8125rem;
}

.p-company-office__address {
	font-size: 1rem;
}

.p-company-overview__image {
	margin-top: 3.75rem;
}

.p-company-overview__explanation {
	font-size: 1.25rem;
	margin-top: 3.125rem;
}

.p-company-overview__table {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, auto);
	margin-top: 4.5rem;
}

.p-company-overview__table dl {
	border-bottom: 0.25rem solid #fff;
}

.p-company-overview__table dl:nth-of-type(1) {
	border-right: 0.25rem solid #fff;
	grid-area: 1/1/2/2;
}

.p-company-overview__table dl:nth-of-type(2) {
	grid-area: 1/2/2/3;
}

.p-company-overview__table dl:nth-of-type(3) {
	border-right: 0.25rem solid #fff;
	grid-area: 2/1/3/2;
}

.p-company-overview__table dl:nth-of-type(4) {
	grid-area: 2/2/3/3;
}

.p-company-overview__table dl:nth-of-type(5) {
	border-right: 0.25rem solid #fff;
	grid-area: 3/1/4/2;
}

.p-company-overview__table dl:nth-of-type(6) {
	grid-area: 3/2/4/3;
}

.p-company-overview__table dl:nth-of-type(7) {
	grid-area: 4/1/5/3;
}

.p-company-overview__table dl:nth-of-type(8) {
	border-right: 0.25rem solid #fff;
	grid-area: 5/1/6/2;
}

.p-company-overview__table dl:nth-of-type(9) {
	grid-area: 5/2/6/3;
}

.p-company-overview__table dt {
	font-size: 1.125rem;
	width: clamp(
    7.5rem,
    4.8023255814rem + 5.6201550388vw,
    11.125rem
  );
}

.p-company-overview__table dd {
	font-size: 1rem;
	padding: 0.9em 2.5em;
}

.p-company-overview__btn .c-btn {
	font-size: 1.5rem;
	margin-top: 5rem;
	padding: 0.9em;
	width: 30rem;
}

.p-contact-form {
	padding: 6.25rem 0 8.75rem;
}

.p-contact-form__contents {
	padding: 6.25rem;
}

.p-contact-form__explanation {
	font-size: 1.125rem;
	line-height: 2;
}

.p-contact-form__items {
	margin-top: 5.5rem;
	row-gap: 2.5rem;
}

.p-contact-form__item {
	width: 48%;
}

.p-contact-form__item-koumoku {
	font-size: 1.25rem;
}

.p-contact-form__item-koumoku--required:after {
	font-size: 0.875rem;
}

.p-recruit-youkou__image {
	margin-top: 3.75rem;
}

.p-recruit-youkou__table {
	margin-top: 4.625rem;
}

.p-recruit-youkou__table dl {
	border-bottom: 0.25rem solid #fff;
	width: 50%;
}

.p-recruit-youkou__table dl:nth-of-type(odd) {
	border-right: 0.25rem solid #fff;
}

.p-recruit-youkou__table dt {
	font-size: 1.125rem;
}

.p-recruit-youkou__table dd {
	font-size: 1rem;
	padding: 0.9em 2.5em;
}

.p-recruit-overview {
	padding: 8.75rem 0;
}

.p-recruit-overview__items {
	gap: initial;
	margin-top: 5rem;
}

.p-recruit-overview__item {
	width: 31.2%;
}

.p-recruit-overview__item p {
	font-size: 1.125rem;
	margin-top: 2.25rem;
}

.p-mv {
	margin-bottom: 8.75rem;
	margin-bottom: clamp(
    3.75rem,
    0.0290697674rem + 7.7519379845vw,
    8.75rem
  );
}

.p-mv__contents {
	left: max(0rem, -8.3720930233rem + 17.4418604651vw);
	top: max(3.75rem, 0.0290697674rem + 7.7519379845vw);
}

.p-mv__slide--other .p-mv__contents {
	bottom: 3.75rem;
	left: 3.75rem;
	padding: 3.25rem 5rem;
	top: auto;
	top: initial;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__main-title {
	width: max(25rem, 2.3953488372rem + 47.0930232558vw);
}

.p-mv__slide--other .p-mv__main-title {
	font-size: max(1.5rem, 0.9418604651rem + 1.1627906977vw);
	letter-spacing: 1px;
}

.p-mv__sub-title {
	font-size: max(0.75rem, 0.1918604651rem + 1.1627906977vw);
	margin-top: 2.8125rem;
}

.p-mv__slide--other .p-mv__sub-title {
	font-size: max(0.875rem, 0.6889534884rem + 0.3875968992vw);
	line-height: 2;
	margin-top: 1.778em;
}

.p-mv .swiper-pagination {
	gap: 1.25rem;
	right: 2.3125rem;
}

.p-mv .swiper-pagination-bullet {
	height: 1rem;
	width: 1rem;
}

.p-news {
	display: flex;
}

.p-news__heading {
	justify-content: center;
	padding: 0 0 0 clamp(
    0rem,
    -12.0930232558rem + 25.1937984496vw,
    16.25rem
  );
	width: 33.4%;
}

.p-news__contents {
	flex: 1;
	padding: 6.25rem 0;
}

.p-news__items {
	margin-left: 4.625rem;
	max-height: 25.375rem;
	max-width: 54.6875rem;
	width: 79.2%;
}

.p-news__items::-webkit-scrollbar {
	width: 0.625rem;
}

.p-news__items::-webkit-scrollbar-thumb {
	border: solid 0.1875rem transparent;
	box-shadow: inset 0 0 0.625rem 0.625rem #b4b4b4;
	width: 0.1875rem;
}

.p-news__item {
	margin-right: 2.5%;
}

.p-news__item {
	display: flex;
}

.p-news__item time {
	align-content: center;
	border-bottom: none;
	border-right: 0.0625rem solid #fff;
	display: grid;
	flex-shrink: 0;
	font-size: 1rem;
	justify-content: center;
	padding: 1.6875rem 0;
	width: 10rem;
}

.p-news__item p {
	font-size: 1rem;
	line-height: 1.6;
	padding: 1.6875rem 2.5rem;
}

.p-news__item:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-shop {
	padding: 9.375rem 0;
}

.p-shop__heading-en.c-section__heading-en {
	font-size: 3.75rem;
	padding-bottom: 1.3125rem;
}

.p-shop__heading-en.c-section__heading-en:before {
	left: 45% !important;
}

.p-shop__heading-en.c-section__heading-en::after {
	left: 50.3% !important;
}

.p-shop__items {
	margin-top: 3.75rem;
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	top: 60%;
	transform: translateY(-50%);
}

.swiper-button-prev {
	left: calc(50% - min(49vw, 45rem));
}

.swiper-button-next {
	right: calc(50% - min(49vw, 45rem));
}

.p-shop__items .swiper-button-prev::after,
.p-shop__items .swiper-button-next::after {
	height: 3.75rem;
	width: 3.75rem;
}

.p-topmenu {
	gap: 8.625rem;
	padding-top: 8.75rem;
}

.p-topmenu__item:nth-of-type(2) .p-topmenu__contents {
	flex-direction: row-reverse;
}

.p-topmenu__image {
	width: 53.2%;
}

.p-topmenu__contents {
	align-items: flex-end;
	flex-direction: row;
	gap: initial;
	justify-content: space-between;
}

.p-topmenu__text {
	margin: 0;
	margin: initial;
	width: 40.6%;
}

.p-topmenu__explanation {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 2.6875rem;
}

.p-topmenu__btn {
	margin-top: 3.5rem;
}

.c-btn {
	font-size: 1.25rem;
	min-width: 22.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn:after {
	right: 1.25rem;
	width: 0.9em;
}

.c-contact {
	background-image: url(../images/common/contact-bg-01-pc.jpg);
	padding: 7.5rem 0;
}

.c-contact__contents {
	grid-template-areas: "c-contact__heading c-contact__heading c-contact__btn" "c-contact__text c-contact__text c-contact__btn";
}

.c-contact__text {
	font-size: 1.5rem;
	letter-spacing: 0.03125rem;
	margin-top: 0;
}

.c-contact__btn {
	margin-left: auto;
	margin-top: 0;
	width: 10rem;
}

.c-flex__column2 {
	flex: 1;
}

.c-page__heading {
	padding: 8.75rem 0;
}

.c-page__heading-en {
	font-size: 10rem;
	left: -0.125rem;
	padding-bottom: 2.5rem;
}

.c-page__heading-en:before,
.c-page__heading-en:after {
	height: 0.5rem;
	width: 3.75rem;
}

.c-page__heading-en:before {
	left: 0.125rem;
}

.c-page__heading-en:after {
	left: 4.5rem;
}

.c-page__heading-jp {
	font-size: 3rem;
	margin-top: 2.5rem;
}

.c-page__heading-detail {
	font-size: 1.25rem;
	margin-top: 4.625rem;
}

.c-pagetop {
	right: 1.25rem;
	width: clamp(
    1.875rem,
    0.386627907rem + 3.1007751938vw,
    3.875rem
  );
}

.c-section__heading-en {
	font-size: 5rem;
}

.c-section__heading-en:before,
.c-section__heading-en:after {
	height: 0.5rem;
	width: 3.75rem;
}

.c-section__heading-en:before {
	left: 0.125rem;
}

.c-section__heading-en:after {
	left: 4.5rem;
}

.c-section__heading-jp {
	font-size: 1.5rem;
	letter-spacing: 0.125rem;
	margin-top: 1.875rem;
	padding-left: 0;
}

.c-section__heading02 {
	border-bottom: 0.125rem solid #d7dde0;
	border-top: 0.125rem solid #d7dde0;
	font-size: 2.25rem;
}

.c-section__heading03 {
	font-size: 1.625rem;
}

.l-footer__contents {
	flex-direction: row;
	gap: initial;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1330px;
	padding: 5rem 0;
	padding-left: 25px;
	padding-right: 25px;
}

.l-footer__logotext {
	width: 21rem;
}

.l-footer__address {
	font-size: 1rem;
	margin-top: 2rem;
}

.l-footer__menu {
	flex: 1;
	justify-content: flex-end;
	max-width: 37.1875rem;
}

.l-footer__menu-item:nth-of-type(1),
.l-footer__menu-item:nth-of-type(2),
.l-footer__menu-item:nth-of-type(3) {
	width: auto;
}

.l-footer__menu-item:nth-of-type(4),
.l-footer__menu-item:nth-of-type(5) {
	width: auto;
}

.l-footer__menu-item a {
	border-left: 0.0625rem solid #000;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 0.3125rem;
	padding: 0 1.65em;
}

.l-footer__menu-item:nth-of-type(5) a {
	padding-right: 0;
}

.l-footer__menu-item:nth-of-type(3) a,
.l-footer__menu-item:nth-of-type(5) a {
	border-right: none;
}

.l-footer__menu-item:nth-of-type(1) a {
	border-left: none;
}

.l-footer__copyright {
	font-size: 1rem;
	letter-spacing: 0.01875rem;
	line-height: 1;
	padding: 1.6em 0 1.3em;
}

.l-header {
	box-shadow: 0 0.625rem 3.75rem 0.625rem rgba(0, 0, 0, 0.1);
	height: 7.5rem;
}

.l-header__inner {
	height: 100%;
	padding-left: 3.75rem;
}

.l-header__main {
	align-items: center;
	height: 100%;
}

.l-header__logotext a {
	padding: 0;
	padding: initial;
	width: 20rem;
}

.l-header__logoimg {
	align-content: center;
	border-left: 0.0625rem solid #d7dde0;
	display: grid;
	height: 100%;
	padding: initial;
	padding: 0 clamp(
    0.3125rem,
    -1.2223837209rem + 3.1976744186vw,
    2.375rem
  );
	width: auto;
}

.l-header__logoimg img {
	-o-object-fit: contain;
	aspect-ratio: 224/100;
	height: auto;
	object-fit: contain;
	width: clamp(
    4.375rem,
    1.5843023256rem + 5.8139534884vw,
    8.125rem
  );
}

.l-header__nav--pc {
	display: block;
	margin-left: auto;
	margin-right: clamp(
    1.25rem,
    -0.6104651163rem + 3.8759689922vw,
    3.75rem
  );
}

.l-header__nav--sp {
	display: none;
}

.l-header__nav-items {
	align-items: center;
	display: flex;
	gap: clamp(
    0.75rem,
    -1.2965116279rem + 4.2635658915vw,
    3.5rem
  );
}

.l-header__nav-item {
	font-weight: bold;
}

.l-header__nav-item a {
	font-size: clamp(
    0.875rem,
    0.7819767442rem + 0.1937984496vw,
    1rem
  );
}

.l-header__nav-item--contact a {
	font-size: clamp(
    1rem,
    0.9069767442rem + 0.1937984496vw,
    1.125rem
  );
}

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

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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