@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #3E3E3E;
	word-wrap: break-word;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 70px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-500 {
	font-weight: 500;
}

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

/* padding
-------------------------------*/

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

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

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

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 69px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.l-header.is-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.l-footer {
	-webkit-mask: url(../img/bg_contact.png) no-repeat top left/cover;
	mask: url(../img/bg_contact.png) no-repeat top left/cover;
	padding: clamp(6.7rem, -2.0880597015rem + 11.4427860697vw, 11.3rem) 0 0;
	margin: 60px 0 0;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(31, 44, 44, 0.45);
	z-index: 100;
}

.l-navi__container {
	width: 88.4%;
	height: 100%;
	margin-left: auto;
	background: #FFF;
	border-radius: 0 0 0 20px;
	padding: 68px 44px 35px;
	overflow-y: auto;
}

.l-wrapper {
	position: relative;
	width: 89.33333%;
	margin-left: auto;
	margin-right: auto;
}

.l-pc-2col__main {
	position: relative;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	margin-bottom: 60px;
}

.heading-primary__en {
	display: block;
	font: 500 7.4rem "Bodoni Moda", serif;
	line-height: 1;
	color: #D9F2F0;
	margin-left: -18px;
}

.heading-primary__en span {
	font-size: 5.5rem;
}

.heading-primary__en--color {
	color: #D3E8E6;
}

.heading-primary__jp {
	font: 500 2.6rem "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}

.heading-primary--contact .heading-primary__en {
	font-size: 6.4rem;
}

.heading-primary--contact .heading-primary__jp {
	margin-top: clamp(1.4rem, 0.0626865672rem + 1.7412935323vw, 2.1rem);
	font-size: 2.3rem;
	letter-spacing: 0;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	color: #31BEBE;
	font-size: 2.2rem;
	font-weight: 500;
	padding-bottom: clamp(1.2rem, -1.0925373134rem + 2.9850746269vw, 2.4rem);
	border-bottom: 1px solid #CBCBCB;
	margin-bottom: clamp(1.7rem, -0.2104477612rem + 2.4875621891vw, 2.7rem);
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.6rem;
	line-height: 1.8;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 1.6rem;
	line-height: 1.8125;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.4rem;
	line-height: 1.8;
}

.text-sm p,
.text-sm ol,
.text-sm ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 245px;
	height: 50px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
	background: #69DDD1;
	border: none;
	padding: 0;
	margin: 0;
	color: #FFF;
	border-radius: 24px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary--lg {
	width: 303px;
	height: 69px;
	font-size: 1.8rem;
	border-radius: 35px;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.bg-white {
	background: #FFF;
}

.bg-grade {
	background-color: #EDF4F2;
	background-image: radial-gradient(at 0 0, #FFFFFF, transparent 40%), radial-gradient(at 0 40%, #F2FAFA, transparent 40%), radial-gradient(at 40% 60%, #F9FDEF, transparent 80%);
	background-attachment: fixed;
}

.bg-grade--wave {
	-webkit-mask: url(../img/frame_wave.svg) no-repeat center bottom/cover;
	mask: url(../img/frame_wave.svg) no-repeat center bottom/cover;
}

.c-green {
	color: #31BEBE;
}

.list-1__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	line-height: 1.6667;
	letter-spacing: -0.02em;
}

.list-1__item::before {
	content: "・";
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 13px;
	margin: 10px 0 0 20px;
}

.header-logo a {
	display: block;
	width: 110px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-logo img {
	display: block;
	width: 100%;
}

.header-logo__text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}

.menu-btn {
	display: block;
	background: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 84px;
	height: 69px;
	border-radius: 0 0 0 20px;
}

.menu-btn__icon {
	display: block;
	width: 35px;
	height: 19px;
	position: relative;
	margin: 0 auto 5px;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 2px;
	background: #5D473A;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open {
	color: #FFF;
}

.menu-btn.is-open .menu-btn__icon {
	width: 45px;
	margin: 10px auto 0;
}

.menu-btn.is-open .menu-btn__icon span {
	height: 1px;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.navi-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 23px;
	margin-bottom: 33px;
}

.navi-logo a {
	display: block;
	width: 102px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.navi-logo a img {
	display: block;
	width: 100%;
}

.navi-logo__text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	color: #5D473A;
}

.gnavi {
	margin-bottom: 33px;
	width: 99%;
}

.gnavi__item {
	font-size: 1.6rem;
	border-bottom: 1px solid #E3E3E3;
}

.gnavi__item a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 18px 0;
	height: 100%;
}

.gnavi__item a::before {
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 14px;
	height: 17px;
	display: block;
	-webkit-mask: url(../img/arrow_bottom.svg) no-repeat center/contain;
	mask: url(../img/arrow_bottom.svg) no-repeat center/contain;
	background: #D5D5D5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer {
	margin: 0 auto clamp(11.4rem, -16.4925373134rem + 36.3184079602vw, 26rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__phone {
	font-size: 3.1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.footer__text {
	margin-top: clamp(1.4rem, -1.2746268657rem + 3.4825870647vw, 2.8rem);
	line-height: 1.8125;
	font-size: 1.6rem;
}

.footer__text p + p {
	margin-top: clamp(2.5rem, -1.8940298507rem + 5.7213930348vw, 4.8rem);
}

.footer__text a {
	text-decoration: none;
}

.copyright {
	display: block;
	background: #5D473A;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	padding: clamp(1.2rem, -1.0925373134rem + 2.9850746269vw, 2.4rem) 0;
}

.sp-fixed-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sp-fixed-btn.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mainvisual-wrap {
	padding: 121px 0 0;
}

.mainvisual {
	padding-top: 43px !important;
}

.mainvisual::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "Drive the Change";
	font: 400 3.9rem "Bodoni Moda", serif;
	color: #8FC1C6;
	opacity: 0.2;
	white-space: nowrap;
}

.mainvisual .swiper-pagination {
	bottom: 18px !important;
	top: auto !important;
	left: auto !important;
	right: 21px !important;
	width: auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
}

.mainvisual .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #9B9B9B;
	opacity: 1;
	margin: 0 !important;
}

.mainvisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C8FCF7;
}

.mainvisual__item {
	aspect-ratio: 752/650;
	border-radius: 0 40px 0 40px;
	overflow: hidden;
	background: #FFF;
}

.mainvisual__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.lead {
	padding: 42px 0 95px;
}

.lead__heading {
	margin-bottom: 23px;
}

.lead__heading__en {
	display: block;
	font: 500 1.4rem "Noto Serif JP", serif;
	color: #31BEBE;
	margin-bottom: 10px;
}

.lead__heading__jp {
	font: 500 3.2rem "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	line-height: 1.56;
}

.lead__text {
	font-size: 1.6rem;
	line-height: 2;
}

.lead__text p:not(:last-child) {
	margin-bottom: 2em;
}

.lead__name {
	font-size: 1.6rem;
	text-align: right;
	margin-top: 45px;
}

.lead__name span {
	font-size: 1.9rem;
	font-weight: 500;
	padding-left: 1em;
}

.cv-area--menu .cv-area__text {
	margin-top: 15px;
	font-size: 1.25rem;
	line-height: 1.68;
}

.cv-area--menu .cv-area__note {
	font-size: 1rem;
	line-height: 1.9;
	border-top: 1px solid #E3E3E3;
	padding-top: 15px;
}

.cv-area--menu .cv-area__note button {
	font-size: 1rem;
}

.cv-area--menu .cv-area__email {
	font-size: 1.1rem;
	margin-top: 8px;
}

.cv-area__text {
	margin-top: clamp(3.2rem, -2.1492537313rem + 6.9651741294vw, 6rem);
	font-size: 1.3rem;
	line-height: 1.77;
}

.cv-area__note {
	font-size: 1.3rem;
	line-height: 1.77;
	border-top: 1px solid #707070;
	margin-top: clamp(2rem, -2.2029850746rem + 5.4726368159vw, 4.2rem);
	padding-top: clamp(1.7rem, -1.547761194rem + 4.2288557214vw, 3.4rem);
}

.cv-area__note button {
	background: none;
	border: none;
	padding: 0 0.2em;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
	color: #31BEBE;
}

.cv-area__email {
	font-size: 1.5rem;
	text-align: center;
	margin-top: clamp(2.5rem, 3.6462686567rem - 1.4925373134vw, 1.9rem);
}

.cv-area__email a {
	text-underline-offset: 0.5em;
}

.section {
	margin-top: 85px;
}

.section--bg {
	padding: 70px 0;
}

.section--corners {
	border-radius: 0 8rem 0 8rem;
}

.works__image {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 40px;
	border-radius: 0 40px 0 40px;
	overflow: hidden;
}

.works__image img {
	display: block;
}

.works__table {
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.works__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.works__item:not(:last-child) {
	border-bottom: 1px solid #E2E2E2;
}

.works__term {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EDF7F5;
	padding: 17px 0 17px 13px;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;
}

.works__detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 17px 0 18px 16px;
	font-size: 1.5rem;
	line-height: 1.6667;
}

.works__detail span {
	font-size: 1.15rem;
}

.works__detail small {
	font-size: 1.4rem;
}

.works__detail p:not(:last-child) {
	margin-bottom: 1.5rem;
}

.works__list__item:not(:last-child) {
	margin-bottom: 0.8rem;
}

.works__list__dt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #31BEBE;
}

.works__list__dt--ls-sm {
	letter-spacing: -0.13em;
}

.works__list__dd {
	font-size: 1.5rem;
	line-height: 1.6667;
}

.service__text {
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 7rem;
}

.service__item:not(:last-child) {
	margin-bottom: 62px;
}

.service__image {
	border-radius: 0 80px 0 80px;
	overflow: hidden;
}

.service__image img {
	display: block;
}

.service__body {
	margin-top: 2.2rem;
	font-size: 1.6rem;
	line-height: 1.8125;
}

.faq {
	border: 1px solid #55D6C9;
	border-radius: 5px;
}

.faq:not(:last-child) {
	margin-bottom: 24px;
}

.faq__btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	width: 100%;
	border: none;
	outline: none;
	padding: 20px 50px 18px 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.faq__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 18px;
	background: url(../img/icon_arrow.svg) no-repeat center center/contain;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__btn.is-open::after {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.faq__q {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.0513em;
	font-family: "Bodoni Moda", serif;
	font-size: 1.95rem;
	line-height: 1.6;
	color: #31BEBE;
}

.faq__heading {
	font-size: 1.6rem;
	line-height: 1.8125;
	text-align: left;
}

.faq__content {
	padding: 0 16px 20px;
}

.faq__a {
	border-top: 1px solid #55D6C9;
	padding: 22px 0 0;
}

.faq__text {
	font-size: 1.6rem;
	line-height: 1.6875;
}

.faq__note {
	margin-top: 0.31em;
	font-size: 1.3rem;
	line-height: 1.7692;
}

.careers {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #F0F0F0;
	border-radius: clamp(0.8rem, -0.728358209rem + 1.9900497512vw, 1.6rem);
	padding: 28px 15px 50px;
}

.careers:not(:last-child) {
	margin-bottom: 40px;
}

.careers__head {
	margin-bottom: clamp(3rem, -3.6865671642rem + 8.7064676617vw, 6.5rem);
}

.careers__head__en {
	display: block;
	font: 500 1.3rem "Noto Serif JP", serif;
	color: #31BEBE;
}

.careers__head__en span {
	font-size: 2rem;
	padding-left: 0.2em;
}

.careers__head__jp {
	display: block;
	font: 500 2.6rem "Noto Serif JP", serif;
	line-height: 1.46;
	margin-top: clamp(0.3rem, -1.0373134328rem + 1.7412935323vw, 1rem);
}

.careers__item:not(:last-child) {
	margin-bottom: clamp(3rem, -6.552238806rem + 12.4378109453vw, 8rem);
}

.careers__label {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.3;
	background: #E7F7F5;
	padding: clamp(0.6rem, -0.7373134328rem + 1.7412935323vw, 1.3rem) clamp(1.6rem, 0.2626865672rem + 1.7412935323vw, 2.3rem);
	margin-bottom: clamp(1.2rem, -1.0925373134rem + 2.9850746269vw, 2.4rem);
}

.careers__label-2 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
	color: #31BEBE;
	margin-bottom: clamp(0.7rem, 0.1268656716rem + 0.7462686567vw, 1rem);
}

.careers__label-2:not(:first-child) {
	margin-top: clamp(2rem, -7.552238806rem + 12.4378109453vw, 7rem);
}

.careers__label-2:first-child {
	margin-top: clamp(0rem, -9.552238806rem + 12.4378109453vw, 5rem);
}

.careers__text {
	font-size: 1.5rem;
	line-height: 1.67;
}

.careers__btn-wrap {
	text-align: center;
}

.careers__btn {
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	margin: clamp(1.2rem, -1.0925373134rem + 2.9850746269vw, 2.4rem) 0 0;
	font-size: 1.65rem;
	font-weight: 600;
	color: #55D6C9;
}

.careers__btn::before {
	content: "";
	width: 0.842em;
	height: 1.05em;
	display: inline-block;
	-webkit-mask: url(../img/arrow_bottom.svg) no-repeat center/contain;
	mask: url(../img/arrow_bottom.svg) no-repeat center/contain;
	margin-right: 0.82em;
	background: #55D6C9;
	vertical-align: middle;
	-webkit-transform: translateY(-0.1em);
	transform: translateY(-0.1em);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.careers__btn.is-open {
	margin-top: clamp(6rem, -5.4626865672rem + 14.9253731343vw, 12rem);
}

.careers__btn.is-open::before {
	-webkit-transform: translateY(-0.1em) rotate(180deg);
	transform: translateY(-0.1em) rotate(180deg);
}

.careers__cv {
	margin-top: clamp(4rem, -5.552238806rem + 12.4378109453vw, 9rem);
}

.cv-modal {
	max-height: 80.941%;
	overflow-y: auto;
}

.cv-modal__text {
	font-size: 1.6rem;
	line-height: 1.5625;
	text-align: center;
	margin-bottom: 25px;
}

.cv-modal__contents {
	max-height: 404px;
	background: #FFF;
	margin-bottom: 41px;
	overflow-y: auto;
}

.cv-modal__contents p {
	padding: 14px 27px 30px 12px;
	font-size: 1.5rem;
	line-height: 1.7333;
}

.benefits__item:not(:first-child) {
	margin-top: clamp(6.9rem, -8.5746268657rem + 20.1492537313vw, 15rem);
}

.benefits__data {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(0.9rem, -0.8194029851rem + 2.2388059701vw, 1.8rem);
}

.benefits__data__item {
	background: #FFF;
	border-radius: clamp(0.8rem, -0.728358209rem + 1.9900497512vw, 1.6rem);
	padding: 12px 10px 19px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: clamp(1.2rem, -1.0925373134rem + 2.9850746269vw, 2.4rem) clamp(1rem, -0.9104477612rem + 2.4875621891vw, 2rem) clamp(1.9rem, -1.7298507463rem + 4.7263681592vw, 3.8rem);
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
}

.benefits__data__image img {
	width: clamp(5rem, -4.552238806rem + 12.4378109453vw, 10rem);
}

.benefits__data__heading {
	font-size: 1.5rem;
	line-height: 1.4;
}

.benefits__data__heading--mt {
	margin-top: clamp(0.5rem, -0.4552238806rem + 1.2437810945vw, 1rem);
}

.benefits__data__data {
	margin-top: clamp(0.5rem, -0.4552238806rem + 1.2437810945vw, 1rem);
	font-size: 3.9rem;
	font-family: "Noto Serif JP", serif;
}

.benefits__data__data span {
	font-size: 2.2rem;
}

.benefits__data__note {
	margin-top: clamp(1.7rem, -1.547761194rem + 4.2288557214vw, 3.4rem);
	font-size: 1.2rem;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="img/icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/

.js-accordion-content {
	display: none;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal {
	position: relative;
	z-index: 10000;
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(80, 80, 80, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__container {
	position: relative;
	max-width: 780px;
	width: 84.2667vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.modal__inner {
	background: #EDEDED;
	padding: 38px 15px 46px 20px;
}

.modal__close {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 23px;
	right: 25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 32px;
	height: 32px;
	z-index: 10;
	display: block;
	text-align: center;
	font-family: "Bodoni Moda", serif;
}

/**************************\
	Demo Animation Style
\**************************/

.modal[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
	will-change: transform;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root { /*
		--swiper-preloader-color: var(--swiper-theme-color);
		--swiper-wrapper-transition-timing-function: initial;
		*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

@media (hover: hover) {

.button-primary:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.gnavi__item a:hover::before {
	background: #69DDD1;
}

.cv-area__note button:hover {
	text-decoration: underline;
}

.cv-area__email a:hover {
	text-decoration: none;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

.l-header { /* pc */
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.l-header.is-hidden { /* pc */
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.l-footer { /* pc */
	max-width: 750px;
	margin: 130px 0 0;
}

.l-navi { /* pc */
	height: 100svh;
}

.l-navi__container { /* pc */
}

.l-navi__inner { /* pc */
}

.l-wrapper { /* pc */
	max-width: 670px;
}

.l-pc-2col__main { /* pc */
}

.l-page { /* pc */
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.heading-primary { /* pc */
	margin-bottom: clamp(8rem, -3.7647058824rem + 11.7647058824vw, 10rem);
}

.heading-primary__en { /* pc */
	font-size: 14.8rem;
	font-size: clamp(11.6rem, -7.2235294118rem + 18.8235294118vw, 14.8rem);
	margin-left: -6.3%;
	margin-bottom: 0.1em;
}

.heading-primary__en span { /* pc */
	font-size: clamp(8.6rem, -5.5176470588rem + 14.1176470588vw, 11rem);
}

.heading-primary__en--pc-sm { /* pc */
	font-size: clamp(11.6rem, 4.5411764706rem + 7.0588235294vw, 12.8rem);
	letter-spacing: 0.03em;
	margin-bottom: 0;
}

.heading-primary__jp { /* pc */
	font-size: clamp(3.5rem, -0.6176470588rem + 4.1176470588vw, 4.2rem);
}

.heading-primary--contact { /* pc */
	margin-bottom: clamp(8rem, 0.3582089552rem + 9.9502487562vw, 12rem);
}

.heading-primary--contact .heading-primary__en { /* pc */
	font-size: 12.8rem;
	font-size: clamp(6.4rem, -5.8268656716rem + 15.92039801vw, 12.8rem);
}

.heading-primary--contact .heading-primary__jp { /* pc */
	font-size: 4.6rem;
	font-size: clamp(2.3rem, -2.0940298507rem + 5.7213930348vw, 4.6rem);
}

.heading-secondary { /* pc */
	font-size: clamp(2.5rem, 0.7805970149rem + 2.2388059701vw, 3.4rem);
	border-bottom: 2px solid #CBCBCB;
}

.button-primary { /* pc */
	width: 298px;
	max-width: 100%;
	height: 60px;
	font-size: 1.8rem;
	border-radius: 32px;
}

.bg-pc-main { /* pc */
	position: relative;
}

.bg-pc-main::before {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg_main.jpg) no-repeat center/cover;
	z-index: -1;
}

.list-1__item { /* pc */
	font-size: clamp(1.8rem, 1.0358208955rem + 0.9950248756vw, 2.2rem);
	line-height: 1.81818;
	letter-spacing: 0;
}

.list-1--mr .list-1__item::before { /* pc */
	margin-right: 8px;
}

.navi-logo { /* pc */
	gap: 30px;
}

.navi-logo a { /* pc */
	width: 128px;
}

.navi-logo__text { /* pc */
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.43;
}

.gnavi { /* pc */
	margin-bottom: 40px;
}

.gnavi__item { /* pc */
	font-size: 1.8rem;
}

.gnavi__item a { /* pc */
	padding: 19.5px 0;
}

.gnavi__item a::before { /* pc */
	right: 23px;
}

.footer { /* pc */
}

.footer__phone { /* pc */
	font-size: clamp(4rem, -0.2029850746rem + 5.4726368159vw, 6.2rem);
}

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

.footer__text { /* pc */
	font-size: clamp(2rem, -0.2925373134rem + 2.9850746269vw, 3.2rem);
}

.footer__text { /* pc */
}

.copyright { /* pc */
	font-size: clamp(1.4rem, -1.2746268657rem + 3.4825870647vw, 2.8rem);
}

.sp-fixed-btn { /* pc */
	display: none;
}

.mainvisual-wrap { /* pc */
	padding: 55px 0 0;
}

.mainvisual { /* pc */
	padding-top: 90px !important;
}

.mainvisual::before { /* pc */
	font-size: clamp(7rem, 6.1108504399rem + 1.1730205279vw, 7.8rem);
}

.mainvisual__item { /* pc */
	border-radius: 0 80px 0 80px;
}

.mainvisual__item--pc-sm { /* pc */
	padding: 63px;
}

.lead { /* pc */
	padding: 115px 0 175px;
}

.lead__heading { /* pc */
	margin-bottom: 60px;
}

.lead__heading__en { /* pc */
	font-size: clamp(2.5rem, 1.9268656716rem + 0.7462686567vw, 2.8rem);
	margin-bottom: 30px;
}

.lead__heading__jp { /* pc */
	font-size: clamp(4rem, 2.0895522388rem + 2.4875621891vw, 5rem);
	line-height: 1.72;
}

.lead__text { /* pc */
	font-size: clamp(1.8rem, 1.0358208955rem + 0.9950248756vw, 2.2rem);
	line-height: 2.09;
}

.lead__text p:not(:last-child) { /* pc */
	margin-bottom: 2.09em;
}

.lead__name { /* pc */
	font-size: clamp(1.8rem, 1.0358208955rem + 0.9950248756vw, 2.2rem);
	margin-top: 95px;
	padding-right: 1.14em;
}

.lead__name span { /* pc */
	font-size: clamp(2.5rem, 1.5447761194rem + 1.2437810945vw, 3rem);
}

.cv-area__text { /* pc */
	font-size: clamp(1.5rem, 0.9268656716rem + 0.7462686567vw, 1.8rem);
	line-height: 1.69;
}

.cv-area__note { /* pc */
	font-size: clamp(1.5rem, 0.9268656716rem + 0.7462686567vw, 1.8rem);
	line-height: 1.82;
}

.cv-area__note button { /* pc */
	font-size: clamp(1.4rem, 0.6358208955rem + 0.9950248756vw, 1.8rem);
}

.cv-area__email { /* pc */
	font-size: clamp(1.6rem, 0.8358208955rem + 0.9950248756vw, 2rem);
	margin-top: 19px;
}

.section { /* pc */
	margin-top: 190px;
}

.section--bg { /* pc */
	padding: 160px 0;
}

.section--corners { /* pc */
	border-radius: 0 16rem 0 16rem;
}

.works__image { /* pc */
	width: 111.9403%;
	margin-left: -5.9702%;
	margin-bottom: 80px;
	border-radius: 0 80px 0 80px;
}

.works__table { /* pc */
	border-top: 2px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
}

.works__item:not(:last-child) { /* pc */
	border-bottom: 2px solid #E2E2E2;
}

.works__term { /* pc */
	width: 17.5rem;
	width: clamp(13rem, -13.4705882353rem + 26.4705882353vw, 17.5rem);
	padding: clamp(3rem, -2.8823529412rem + 5.8823529412vw, 4rem) 0 clamp(2.4rem, -3.4823529412rem + 5.8823529412vw, 3.4rem) clamp(1.4rem, -2.1294117647rem + 3.5294117647vw, 2rem);
	font-size: clamp(1.8rem, -0.5529411765rem + 2.3529411765vw, 2.2rem);
	line-height: 2.1818;
}

.works__detail { /* pc */
	padding: clamp(3rem, -2.8823529412rem + 5.8823529412vw, 4rem) 0 clamp(2.7rem, -3.1823529412rem + 5.8823529412vw, 3.7rem) clamp(2.2rem, -3.6823529412rem + 5.8823529412vw, 3.2rem);
	font-size: clamp(2rem, -1.5294117647rem + 3.5294117647vw, 2.6rem);
	line-height: 1.7692;
}

.works__detail span { /* pc */
	font-size: clamp(1.9rem, -0.4529411765rem + 2.3529411765vw, 2.3rem);
}

.works__detail small { /* pc */
	font-size: clamp(2rem, -0.3529411765rem + 2.3529411765vw, 2.4rem);
}

.works__detail p:not(:last-child) { /* pc */
	margin-bottom: clamp(2rem, -3.8823529412rem + 5.8823529412vw, 3rem);
}

.works__list__item:not(:last-child) { /* pc */
	margin-bottom: 1rem;
}

.works__list__dt { /* pc */
	font-size: clamp(2rem, -1.5294117647rem + 3.5294117647vw, 2.6rem);
	line-height: 1.6154;
}

.works__list__dd { /* pc */
	font-size: clamp(2rem, -1.5294117647rem + 3.5294117647vw, 2.6rem);
	line-height: 1.7692;
}

.service__text { /* pc */
	font-size: clamp(2rem, 1.6179104478rem + 0.4975124378vw, 2.2rem);
	line-height: 1.8182;
	margin-bottom: 6.7rem;
}

.service__item:not(:last-child) { /* pc */
	margin-bottom: clamp(8rem, -6.1373134328rem + 18.407960199vw, 15.4rem);
}

.service__image { /* pc */
	border-radius: 0 160px 0 160px;
}

.service__body { /* pc */
	margin-top: 4.4rem;
	font-size: clamp(2rem, 1.6179104478rem + 0.4975124378vw, 2.2rem);
	line-height: 1.8182;
}

.faq { /* pc */
	border-radius: 10px;
}

.faq:not(:last-child) { /* pc */
	margin-bottom: clamp(4.7rem, -5.3rem + 10vw, 6.4rem);
}

.faq__btn { /* pc */
	gap: 13px;
	padding: clamp(2.8rem, -0.1411764706rem + 2.9411764706vw, 3.3rem) clamp(7.6rem, -3.5764705882rem + 11.1764705882vw, 9.5rem) clamp(3.2rem, -2.6823529412rem + 5.8823529412vw, 4.2rem) 0;
}

.faq__btn::after { /* pc */
	right: clamp(4.6rem, -3.6352941176rem + 8.2352941176vw, 6rem);
	width: clamp(2.2rem, -1.3294117647rem + 3.5294117647vw, 2.8rem);
	height: clamp(2.7rem, -2.0058823529rem + 4.7058823529vw, 3.5rem);
}

.faq__q { /* pc */
	font-size: clamp(3.1rem, -1.6058823529rem + 4.7058823529vw, 3.9rem);
}

.faq__heading { /* pc */
	font-size: clamp(2.2rem, -1.3294117647rem + 3.5294117647vw, 2.8rem);
	line-height: 1.7857;
}

.faq__content { /* pc */
	padding: 0 clamp(2.5rem, -1.6176470588rem + 4.1176470588vw, 3.2rem) clamp(3.8rem, -3.2588235294rem + 7.0588235294vw, 5rem);
}

.faq__a { /* pc */
	padding: clamp(2.6rem, 0.2470588235rem + 2.3529411765vw, 3rem) 0 0;
}

.faq__text { /* pc */
	font-size: clamp(2.2rem, -1.3294117647rem + 3.5294117647vw, 2.8rem);
	line-height: 1.9286;
}

.faq__note { /* pc */
	margin-top: 0;
	font-size: clamp(1.6rem, -0.7529411765rem + 2.3529411765vw, 2rem);
	line-height: 2.3;
}

.careers { /* pc */
	padding: clamp(2.8rem, -1.7850746269rem + 5.9701492537vw, 5.2rem) clamp(1.5rem, -1.747761194rem + 4.2288557214vw, 3.2rem) clamp(4rem, -6.5074626866rem + 13.6815920398vw, 9.5rem);
}

.careers:not(:last-child) { /* pc */
	margin-bottom: clamp(1.2rem, -15.6119402985rem + 21.8905472637vw, 10rem);
}

.careers__head__en { /* pc */
	font-size: clamp(2rem, 0.8537313433rem + 1.4925373134vw, 2.6rem);
}

.careers__head__en span { /* pc */
	font-size: clamp(2rem, -1.8208955224rem + 4.9751243781vw, 4rem);
}

.careers__head__jp { /* pc */
	font-size: clamp(3.5rem, 1.0164179104rem + 3.2338308458vw, 4.8rem);
}

.careers__label { /* pc */
	font-size: clamp(2rem, 0.471641791rem + 1.9900497512vw, 2.8rem);
}

.careers__label-2 { /* pc */
	font-size: clamp(2rem, 0.8537313433rem + 1.4925373134vw, 2.6rem);
}

.careers__text { /* pc */
	font-size: clamp(1.8rem, 1.0358208955rem + 0.9950248756vw, 2.2rem);
}

.careers__btn { /* pc */
	font-size: clamp(2rem, 0.8537313433rem + 1.4925373134vw, 2.6rem);
}

.careers__btn::before { /* pc */
	margin-right: 1em;
}

.cv-modal__text { /* pc */
	line-height: 1.75;
}

.cv-modal__contents { /* pc */
	max-height: 360px;
	margin-bottom: 27px;
}

.cv-modal__contents p { /* pc */
	padding: 17px 58px 22px 19px;
	line-height: 1.6667;
}

.benefits__data__heading { /* pc */
	font-size: clamp(1.8rem, -0.4925373134rem + 2.9850746269vw, 3rem);
}

.benefits__data__data { /* pc */
	font-size: clamp(4.5rem, -1.8044776119rem + 8.2089552239vw, 7.8rem);
}

.benefits__data__data span { /* pc */
	font-size: clamp(3rem, 0.3253731343rem + 3.4825870647vw, 4.4rem);
}

.benefits__data__note { /* pc */
	font-size: clamp(1.5rem, -0.2194029851rem + 2.2388059701vw, 2.4rem);
}

.modal__container { /* pc */
	padding-right: 80px;
}

.modal__inner { /* pc */
	padding: 53px 79px 56px;
}

.modal__close { /* pc */
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.modal__close:hover {
	opacity: 0.6;
}

}

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

.l-header { /* 1000px以上 */
	display: none;
}

.l-navi { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 420px;
	height: 100svh;
	background: #FFF;
}

.l-navi__container { /* 1000px以上 */
	width: 100%;
	border-radius: 0;
	padding: 20px 13.6%;
}

.l-pc-2col { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100svh;
}

.l-pc-2col__main { /* 1000px以上 */
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.l-pc-2col__sub { /* 1000px以上 */
	width: 420px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-page { /* 1000px以上 */
	max-width: 750px;
}

.button-primary--lg { /* 1000px以上 */
	font-size: clamp(1.8rem, 0.271641791rem + 1.9900497512vw, 2.6rem);
	width: 473px;
	height: 110px;
	border-radius: clamp(3.5rem, -3.1865671642rem + 8.7064676617vw, 7rem);
}

.bg-pc-main { /* 1000px以上 */
}

.bg-pc-main::before {
	width: calc(100% - 420px);
}

.header-logo { /* 1000px以上 */
	display: none;
}

.menu-btn { /* 1000px以上 */
	display: none;
}

.works__list__dt--ls-sm { /* 1000px以上 */
	letter-spacing: -0.05em;
}

}

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

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

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

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

