@charset "UTF-8";

/* 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: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #231815;
	word-wrap: break-word;
	overflow-x: hidden;
}

a {
	color: inherit;
}

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

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;
}

.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-700 {
	font-weight: 700;
}

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

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

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

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

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

.mb-5 {
	margin-bottom: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

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

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

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

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

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

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

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

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

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

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

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

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

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

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

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

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

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

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

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

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

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

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

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

.mb-45 {
	margin-bottom: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

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

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

.mb-50 {
	margin-bottom: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

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

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

.mb-55 {
	margin-bottom: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

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

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

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

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

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

.mb-65 {
	margin-bottom: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

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

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

.mb-70 {
	margin-bottom: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

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

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

.mb-75 {
	margin-bottom: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

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

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

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

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

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

.mb-85 {
	margin-bottom: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

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

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

.mb-90 {
	margin-bottom: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

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

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

.mb-95 {
	margin-bottom: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

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

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

.mb-100 {
	margin-bottom: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

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

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

.mb-110 {
	margin-bottom: 110px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.mx-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

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

.mb-120 {
	margin-bottom: 120px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.ml-120 {
	margin-left: 120px !important;
}

.mx-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

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

.mb-130 {
	margin-bottom: 130px !important;
}

.mr-130 {
	margin-right: 130px !important;
}

.ml-130 {
	margin-left: 130px !important;
}

.mx-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

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

.mb-140 {
	margin-bottom: 140px !important;
}

.mr-140 {
	margin-right: 140px !important;
}

.ml-140 {
	margin-left: 140px !important;
}

.mx-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !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);
}

.l-body {
	position: relative;
	width: 100%;
	padding-top: 160px;
}

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

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding: 28px 5% 0.7% 10px;
}

.l-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	color: #FFF;
	z-index: 10000;
	-webkit-transition: -webkit-transform 600ms 0ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 600ms 0ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 600ms 0ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 600ms 0ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 600ms 0ms cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 0 0 20px 20px;
	padding: 50px;
	overflow-y: auto;
}

.l-navi.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

.l-2col {
	padding-bottom: 100px;
}

.l-2col__main {
	margin-top: 30px;
}

.l-page {
	padding: 80px 0 50px;
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 67px;
	font-weight: 700;
}

.heading-primary--border {
	margin-bottom: 55px;
}

.heading-primary--border .heading-primary__en {
	border-top: 1px solid #717071;
}

.heading-primary--border .heading-primary__ja {
	border-top: 1px solid #717071;
}

.heading-primary__en {
	margin-right: 1.5rem;
	padding: 1.6rem 0.2em 0 0;
	font-family: "Roboto", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.16em;
	color: #3eb2b6;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.heading-primary__en--lg {
	margin-right: 0.4rem;
	font-size: 5.886rem;
	letter-spacing: 0.14em;
}

.heading-primary__ja {
	padding: 1.6rem 0 0;
	font-size: 2.2rem;
	letter-spacing: 0.16em;
	color: #595757;
	display: block;
	width: 100%;
}

.heading-primary__ja--under {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 0.45em;
}

/*
#styleguide
heading-secondary

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

/*
#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.875;
}

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

/*
#styleguide
text-lg

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

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

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

/*
#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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 20px;
	margin-top: 45px;
}

/*
#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;
	position: relative;
	min-width: 207px;
	background: #231815;
	color: #FFF;
	border: none;
	padding: 0.5em 3.5em 0.5em 1.6em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 20px;
	font: 500 1.5rem "Noto Sans JP", sans-serif;
	line-height: 1.75;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1rem;
	height: 1.1rem;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	background: currentColor;
}

/*
#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>
```
*/

.button-secondary {
	display: inline-block;
	background: #3eb2b6;
	width: 74.7195px;
	text-align: center;
	color: #FFF;
	border: none;
	padding: 0.6em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	text-decoration: none;
	font: 700 1.008rem "Roboto", sans-serif;
	letter-spacing: 0.1em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary {
	position: relative;
	font: 500 1.1rem "Noto Sans JP", sans-serif;
	letter-spacing: 0.14em;
	padding-left: 2em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.27em;
	height: 1.27em;
	display: block;
	background: #3eb2b6;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary::after {
	position: absolute;
	top: 50%;
	left: 0.635em;
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
	content: "";
	width: 0.52em;
	height: 0.55em;
	display: block;
	background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}

.button-quaternary {
	position: relative;
	display: inline-block;
	background: #FFF;
	border-radius: 20px;
	padding: 0.7em 5em 0.7em 1.5em;
	font: 500 1.3rem "Noto Sans JP", sans-serif;
	line-height: 1.75;
	color: #3eb2b6;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-quaternary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0.052rem solid currentColor;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.button-quaternary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.4em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 7px;
	-webkit-mask: url(../img/common/icon_arrow2.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_arrow2.svg) no-repeat center center/contain;
	background: #3eb2b6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	will-change: transform;
}

.bg-grad-base {
	--c-0: hsla(175, 83%, 69%, 0);
	--y-0: 78%;
	--x-0: 31%;
	--c-1: hsla(101, 68%, 100%, 1);
	--y-1: 93%;
	--x-1: 88%;
	--c-2: hsla(170.32258064516128, 37%, 83%, 1);
	--y-2: 8%;
	--x-2: 99%;
	--y-3: 0%;
	--c-3: hsla(170.32258064516128, 37%, 83%, 1);
	--x-3: 41%;
	--c-4: hsla(170.32258064516128, 37%, 83%, 1);
	--x-4: 19%;
	--y-4: 59%;
	background-color: hsl(170.3225806452, 37%, 83%);
	background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
	-webkit-animation: hero-gradient-animation 10s linear infinite alternate;
	animation: hero-gradient-animation 10s linear infinite alternate;
	background-blend-mode: normal, normal, normal, normal, normal;
	will-change: transform;
}

@property --s-start-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 3%;
}

@property --s-end-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 75%;
}

@property --c-0 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsla(175, 83%, 69%, 0);
}

@property --y-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 78%;
}

@property --x-0 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 31%;
}

@property --s-start-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 3%;
}

@property --s-end-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 83%;
}

@property --c-1 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(101, 68%, 100%);
}

@property --y-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 93%;
}

@property --x-1 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 88%;
}

@property --c-2 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(170.3225806452, 37%, 83%);
}

@property --s-start-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 5%;
}

@property --s-end-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 67%;
}

@property --y-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 8%;
}

@property --x-2 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 99%;
}

@property --y-3 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 0%;
}

@property --c-3 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(170.3225806452, 37%, 83%);
}

@property --s-start-3 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 8%;
}

@property --s-end-3 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 61%;
}

@property --x-3 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 41%;
}

@property --c-4 {
	syntax: "<color>";
	inherits: false;
	initial-value: hsl(170.3225806452, 37%, 83%);
}

@property --s-start-4 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 16%;
}

@property --s-end-4 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 88%;
}

@property --x-4 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 19%;
}

@property --y-4 {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 59%;
}

.post-list {
	border-top: 1px solid #dbdcdc;
}

.post-item {
	border-bottom: 1px solid #dbdcdc;
}

.post-item a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 37px 60px 37px 7px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-item a::before,
.post-item a::after {
	content: "";
	position: absolute;
	top: 50%;
}

.post-item a::before {
	content: "";
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #f4f4f4;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-item a::after {
	content: "";
	right: 21.5px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 7px;
	height: 8px;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center/7px 8px;
	mask: url(../img/common/icon_arrow.svg) no-repeat center center/7px 8px;
	background: #3eb2b6;
}

.post-item a[target=_blank]::after {
	width: 10px;
	height: 10px;
	-webkit-mask: url(../img/common/icon_ring.svg) no-repeat center center/10px 10px;
	mask: url(../img/common/icon_ring.svg) no-repeat center center/10px 10px;
}

.post-date {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
}

.post-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.post-cat__item {
	background: #FFF;
	min-width: 80px;
	border-radius: 11px;
	padding: 0.6em 1em;
	font-weight: 700;
	font-size: 1.07rem;
	text-align: center;
}

.post-cat__item--black {
	background: #231815;
	color: #FFF;
}

.post-cat__item a {
	text-decoration: none;
}

.post-title {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.section {
	position: relative;
	border-top: 1px solid #717071;
	padding: 0 0 120px;
}

.section--pb-0 {
	padding: 0;
}

.section--bd-none {
	border-top: none;
}

.page-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 102px;
	margin-left: 20px;
	gap: 12px;
}

.page-head--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.page-head__en {
	font: 700 5.886rem "Roboto", sans-serif;
	color: #3eb2b6;
	letter-spacing: 0.24em;
}

.page-head__jp {
	font: 500 2.2rem "Noto Sans JP", sans-serif;
	color: #595757;
	letter-spacing: 0.16em;
	margin-bottom: 10px;
}

.page-head__jp--sm {
	font-size: 2rem;
	margin-bottom: 5px;
}

.page-head__text {
	width: 100%;
	margin-top: 25px;
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 1.6296;
}

.link-list {
	display: grid;
	gap: 10px;
	margin-top: 25px;
}

.link-list__item {
	max-width: 169.4081px;
	height: 46.6422px;
}

.link-list__item a {
	position: relative;
	display: block;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
	font: 500 1.2rem "Noto Sans JP", sans-serif;
	letter-spacing: -0.04em;
	padding: 15px 32px 15px 19px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.link-list__item a::after {
	content: "";
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	background-color: #3eb2b6;
	width: 7px;
	height: 6.7px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.list-1:not(:first-child) {
	margin-top: 26px;
}

.list-1__dt {
	display: inline-block;
	background: #3eb2b6;
	color: #FFF;
	border: none;
	width: 74.7195px;
	padding: 0.6em 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	text-decoration: none;
	font: 700 1.008rem "Roboto", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-1__dd {
	font-size: 1.8rem;
	line-height: 1.4889;
	font-weight: 500;
	overflow-wrap: anywhere;
}

.list-1__dd a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.image-wide {
	background: #FFF;
	padding-top: 14px;
	width: 100%;
}

.image-wide img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	height: 485.965px;
}

.image-wide--short img {
	height: 249px;
}

.cat-list {
	display: grid;
	gap: 10px;
	margin-top: 25px;
}

.cat-list__item {
	position: relative;
	max-width: 169.4081px;
	height: 46.6422px;
}

.cat-list__item::after {
	content: "";
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	background-color: #3eb2b6;
	width: 7px;
	height: 6.7px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.cat-list__item select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
	font: 500 1.2rem "Noto Sans JP", sans-serif;
	letter-spacing: -0.04em;
	padding: 15px 32px 15px 19px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.pagination {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 10px;
	margin: 48px 0;
}

.pagination a {
	text-decoration: none;
}

.pagination .page-numbers:not(.dots) {
	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: 43px;
	height: 43px;
	border-radius: 50%;
	background: #eeede8;
	color: #595757;
	font: 300 1.5rem "Roboto", sans-serif;
	padding-bottom: 2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pagination .page-numbers.current {
	background: #2b6559;
	color: #FFF;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	-webkit-mask-size: 10px 10px;
	mask-size: 10px 10px;
	background-color: #888888;
}

.pagination .page-numbers.prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination .page-numbers.next {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.pagination .page-numbers.dots {
	margin: 0 5px;
}

.pagination .page-numbers:not(.current) {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.88vw;
}

.header-logo {
	width: 8.7vw;
	min-width: 120px;
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.header-logo-text {
	font-size: clamp(1rem, 0.1661101836rem + 0.8347245409vw, 1.5rem);
	font-weight: 700;
	line-height: 1.6;
}

.menu-btn {
	display: block;
	background: #323333;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 60px;
	height: 31px;
	border-radius: 16px;
}

.menu-btn__icon {
	display: block;
	width: 15px;
	height: 9px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
	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 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);
}

.menu-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #FFF;
	border: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.menu-close-btn::before,
.menu-close-btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 2px;
	height: 10px;
	display: block;
	background: #3eb2b6;
}

.menu-close-btn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi-logo {
	width: 20%;
	min-width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	gap: 20px 30px;
	padding: 0 40px;
}

.gnavi__item {
	color: #2f9493;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.gnavi__item:not(:last-child) {
	margin-bottom: 55px;
}

.gnavi__item > a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #2f9493;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0.7px solid currentColor;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.gnavi__item > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 7px;
	-webkit-mask: url(../img/common/icon_arrow2.svg) no-repeat center center/contain;
	mask: url(../img/common/icon_arrow2.svg) no-repeat center center/contain;
	background: #2f9493;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	will-change: transform;
}

.gnavi__children {
	margin-top: 25px;
}

.gnavi__child {
	font-size: 1.5rem;
}

.gnavi__child:not(:last-child) {
	margin-bottom: 25px;
}

.gnavi__child a {
	display: block;
	position: relative;
	text-decoration: none;
	padding-right: 25px;
}

.gnavi__child a::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #2f9493;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__child a::after {
	position: absolute;
	top: 50%;
	right: 7.5px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center/contain;
	background: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 17px;
}

.header-links__item {
	height: 40px;
}

.header-links__item a {
	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;
	height: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	text-decoration: none;
	font-weight: 700;
}

.header-links__item a img {
	display: block;
	height: 100%;
}

.header-links__item--sm {
	height: 25px;
}

.header-menu-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
	gap: 30px;
	padding-bottom: 20px;
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.76em;
}

.header-menu__item a {
	display: block;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.6;
	text-align: center;
	color: #323333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-menu__item a span {
	display: block;
	font: 700 1.2rem "Roboto", sans-serif;
	margin-top: 0.25em;
}

.footer-head {
	background: #FFF;
	padding: 8px 0;
}

.footer-head__inner {
	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;
	max-width: 1288px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5.5% 0 0;
}

.footer-main {
	background: #2f9493;
	color: #FFF;
	padding: 18px 0 25px;
}

.footer-main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9%;
	max-width: 1195px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footer-main__wrap {
	width: 40%;
}

.footer-main__text {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}

.footer-main__navi {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 26px;
}

.footer-logo__item:first-child img {
	height: 62px;
}

.footer-logo__item:nth-child(2) img {
	height: 43px;
}

.footer-navi {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
}

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

.footer-navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__parent {
	display: block;
	font: 500 1.3rem "Noto Sans JP", sans-serif;
	letter-spacing: 0.16em;
	padding: 4px 0 12px;
}

.footer-navi__parent--link {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__child {
	position: relative;
	padding-top: 8px;
}

.footer-navi__child::before {
	content: "";
	background: #FFF;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-navi__child--line-lg::before {
	width: 65px;
}

.footer-navi__child__item a {
	display: block;
	font: 500 1.1rem "Noto Sans JP", sans-serif;
	letter-spacing: 0.15em;
	padding: 6px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-copyright {
	margin-top: 20px;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

@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-theme-color: #007aff; /*
		--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 */

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

@media (hover: hover) {

.button-primary:hover {
	color: #231815;
	background: #FFF;
}

.button-secondary:hover {
	opacity: 0.6;
}

.button-tertiary:hover {
	color: #3eb2b6;
}

.button-tertiary:hover::before {
	-webkit-transform: translateY(-50%) scale(1.15);
	transform: translateY(-50%) scale(1.15);
}

.button-quaternary:hover {
	background: #3eb2b6;
	color: #FFF;
}

.button-quaternary:hover::after {
	background: #FFF;
	-webkit-transform: translate(0.3em, -50%);
	transform: translate(0.3em, -50%);
}

.post-item a:hover {
	background: #FFF;
}

.post-item a:hover::before {
	-webkit-transform: translateY(-50%) scale(1.15);
	transform: translateY(-50%) scale(1.15);
}

.post-item--top a:hover {
	background: none;
}

.post-item--top a:hover .post-title {
	color: #3eb2b6;
}

.link-list__item a:hover {
	opacity: 0.6;
}

.list-1__dd a:hover {
	opacity: 0.6;
	text-decoration: underline;
}

.pagination .page-numbers:not(.current):hover {
	opacity: 0.6;
}

.gnavi__item > a:hover {
	opacity: 0.6;
}

.gnavi__child a:hover::before {
	background: #FFF;
}

.gnavi__child a:hover::after {
	background: #2f9493;
}

.header-links__item a:hover {
	opacity: 0.6;
}

.header-menu__item a:hover {
	color: #3eb2b6;
}

.footer-navi__item a:hover {
	opacity: 0.6;
}

.footer-navi__parent--link:hover {
	opacity: 0.6;
}

.footer-navi__child__item a:hover {
	opacity: 0.6;
}

}

@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-wrapper { /* pc */
	max-width: 1100px;
}

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

.list-1__dd a { /* pc */
}

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

.pagination .page-numbers.prev { /* pc */
	margin-right: 78px;
}

.pagination .page-numbers.next { /* pc */
	margin-left: 78px;
}

}

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

.l-2col { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col__side {
	position: relative;
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-2col__side__sticky {
	position: sticky;
	top: 150px;
	left: 0;
	padding-top: 50px;
	margin-top: -50px;
}

.l-2col__main {
	width: calc(100% - 300px);
}

}

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

.l-body { /* 1000px以下 */
	padding-top: 100px;
}

.l-header__inner { /* 1000px以下 */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px 10px 10px;
}

.link-list { /* 1000px以下 */
	grid-template-columns: repeat(4, 1fr);
}

.link-list__item { /* 1000px以下 */
	max-width: none;
}

.cat-list { /* 1000px以下 */
	grid-template-columns: repeat(4, 1fr);
}

.cat-list__item { /* 1000px以下 */
	max-width: none;
}

.header-menu-wrap { /* 1000px以下 */
	margin: 0;
	padding: 0;
}

.header-menu { /* 1000px以下 */
	display: none;
}

.footer-main__inner { /* 1000px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

}

@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 */

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

.mb-sp-0 {
	margin-bottom: 0px !important;
}

.mr-sp-0 {
	margin-right: 0px !important;
}

.ml-sp-0 {
	margin-left: 0px !important;
}

.mx-sp-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-sp-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

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

.mb-sp-5 {
	margin-bottom: 5px !important;
}

.mr-sp-5 {
	margin-right: 5px !important;
}

.ml-sp-5 {
	margin-left: 5px !important;
}

.mx-sp-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-sp-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

/* sp */

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

.mb-sp-10 {
	margin-bottom: 10px !important;
}

.mr-sp-10 {
	margin-right: 10px !important;
}

.ml-sp-10 {
	margin-left: 10px !important;
}

.mx-sp-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-sp-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

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

.mb-sp-15 {
	margin-bottom: 15px !important;
}

.mr-sp-15 {
	margin-right: 15px !important;
}

.ml-sp-15 {
	margin-left: 15px !important;
}

.mx-sp-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-sp-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

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

.mb-sp-20 {
	margin-bottom: 20px !important;
}

.mr-sp-20 {
	margin-right: 20px !important;
}

.ml-sp-20 {
	margin-left: 20px !important;
}

.mx-sp-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-sp-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

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

.mb-sp-25 {
	margin-bottom: 25px !important;
}

.mr-sp-25 {
	margin-right: 25px !important;
}

.ml-sp-25 {
	margin-left: 25px !important;
}

.mx-sp-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-sp-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

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

.mb-sp-30 {
	margin-bottom: 30px !important;
}

.mr-sp-30 {
	margin-right: 30px !important;
}

.ml-sp-30 {
	margin-left: 30px !important;
}

.mx-sp-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-sp-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

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

.mb-sp-35 {
	margin-bottom: 35px !important;
}

.mr-sp-35 {
	margin-right: 35px !important;
}

.ml-sp-35 {
	margin-left: 35px !important;
}

.mx-sp-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-sp-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

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

.mb-sp-40 {
	margin-bottom: 40px !important;
}

.mr-sp-40 {
	margin-right: 40px !important;
}

.ml-sp-40 {
	margin-left: 40px !important;
}

.mx-sp-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-sp-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

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

.mb-sp-45 {
	margin-bottom: 45px !important;
}

.mr-sp-45 {
	margin-right: 45px !important;
}

.ml-sp-45 {
	margin-left: 45px !important;
}

.mx-sp-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-sp-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

/* sp */

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

.mb-sp-50 {
	margin-bottom: 50px !important;
}

.mr-sp-50 {
	margin-right: 50px !important;
}

.ml-sp-50 {
	margin-left: 50px !important;
}

.mx-sp-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-sp-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

/* sp */

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

.mb-sp-55 {
	margin-bottom: 55px !important;
}

.mr-sp-55 {
	margin-right: 55px !important;
}

.ml-sp-55 {
	margin-left: 55px !important;
}

.mx-sp-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-sp-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

/* sp */

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

.mb-sp-60 {
	margin-bottom: 60px !important;
}

.mr-sp-60 {
	margin-right: 60px !important;
}

.ml-sp-60 {
	margin-left: 60px !important;
}

.mx-sp-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-sp-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* sp */

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

.mb-sp-65 {
	margin-bottom: 65px !important;
}

.mr-sp-65 {
	margin-right: 65px !important;
}

.ml-sp-65 {
	margin-left: 65px !important;
}

.mx-sp-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-sp-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

/* sp */

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

.mb-sp-70 {
	margin-bottom: 70px !important;
}

.mr-sp-70 {
	margin-right: 70px !important;
}

.ml-sp-70 {
	margin-left: 70px !important;
}

.mx-sp-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-sp-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

/* sp */

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

.mb-sp-75 {
	margin-bottom: 75px !important;
}

.mr-sp-75 {
	margin-right: 75px !important;
}

.ml-sp-75 {
	margin-left: 75px !important;
}

.mx-sp-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-sp-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

/* sp */

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

.mb-sp-80 {
	margin-bottom: 80px !important;
}

.mr-sp-80 {
	margin-right: 80px !important;
}

.ml-sp-80 {
	margin-left: 80px !important;
}

.mx-sp-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-sp-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

/* sp */

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

.mb-sp-85 {
	margin-bottom: 85px !important;
}

.mr-sp-85 {
	margin-right: 85px !important;
}

.ml-sp-85 {
	margin-left: 85px !important;
}

.mx-sp-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-sp-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

/* sp */

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

.mb-sp-90 {
	margin-bottom: 90px !important;
}

.mr-sp-90 {
	margin-right: 90px !important;
}

.ml-sp-90 {
	margin-left: 90px !important;
}

.mx-sp-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-sp-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

/* sp */

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

.mb-sp-95 {
	margin-bottom: 95px !important;
}

.mr-sp-95 {
	margin-right: 95px !important;
}

.ml-sp-95 {
	margin-left: 95px !important;
}

.mx-sp-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-sp-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

/* sp */

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

.mb-sp-100 {
	margin-bottom: 100px !important;
}

.mr-sp-100 {
	margin-right: 100px !important;
}

.ml-sp-100 {
	margin-left: 100px !important;
}

.mx-sp-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-sp-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

/* sp */

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

.mb-sp-110 {
	margin-bottom: 110px !important;
}

.mr-sp-110 {
	margin-right: 110px !important;
}

.ml-sp-110 {
	margin-left: 110px !important;
}

.mx-sp-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-sp-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}

/* sp */

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

.mb-sp-120 {
	margin-bottom: 120px !important;
}

.mr-sp-120 {
	margin-right: 120px !important;
}

.ml-sp-120 {
	margin-left: 120px !important;
}

.mx-sp-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-sp-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}

/* sp */

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

.mb-sp-130 {
	margin-bottom: 130px !important;
}

.mr-sp-130 {
	margin-right: 130px !important;
}

.ml-sp-130 {
	margin-left: 130px !important;
}

.mx-sp-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-sp-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !important;
}

/* sp */

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

.mb-sp-140 {
	margin-bottom: 140px !important;
}

.mr-sp-140 {
	margin-right: 140px !important;
}

.ml-sp-140 {
	margin-left: 140px !important;
}

.mx-sp-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-sp-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !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);
}

.l-body { /* sp */
	padding-top: 70px;
}

.l-header__inner { /* sp */
	padding: 10px;
}

.l-navi { /* sp */
	display: block;
	padding: 30px 0 100px;
}

.l-2col { /* sp */
	padding-bottom: 50px;
}

.l-page { /* sp */
	padding: 40px 0 25px;
}

.heading-primary { /* sp */
	margin-bottom: 30px;
}

.heading-primary__en { /* sp */
	font-size: 2rem;
}

.heading-primary__en--lg { /* sp */
	margin-right: 2rem;
	font-size: 4rem;
}

.heading-primary__ja { /* sp */
	font-size: 1.8rem;
}

.heading-primary__ja--under { /* sp */
	padding-bottom: 0.2em;
}

.buttons-wrap { /* sp */
	margin-top: 30px;
}

.button-primary { /* sp */
	font-size: 1.4rem;
}

.post-item a { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 50px 20px 0;
}

.post-title { /* sp */
	width: 100%;
}

.section { /* sp */
	padding: 0 0 80px;
}

.section--pb-0 { /* sp */
	padding: 0;
}

.page-head { /* sp */
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 0;
}

.page-head__en { /* sp */
	font-size: 3rem;
}

.page-head__jp { /* sp */
	font-size: 1.6rem;
}

.page-head__text { /* sp */
	font-size: 2rem;
}

.link-list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0;
}

.list-1:not(:first-child) { /* sp */
	margin-top: 15px;
}

.list-1 { /* sp */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list-1__dt { /* sp */
	margin-top: 2px;
}

.image-wide img { /* sp */
	height: 250px;
}

.image-wide--short img { /* sp */
	height: 120px;
}

.cat-list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0;
}

.pagination { /* sp */
	margin: 30px 0;
	gap: 10px 5px;
}

.pagination .page-numbers:not(.dots) { /* sp */
	font-size: 1.3rem;
	width: 33px;
	height: 33px;
}

.header-logo { /* sp */
	width: 70px;
	min-width: 0;
}

.header-logo-text { /* sp */
	font-size: 0.8rem;
}

.menu-btn { /* sp */
	width: 45px;
}

.menu-btn--footer { /* sp */
	margin-top: 10px;
}

.gnavi-logo { /* sp */
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.gnavi { /* sp */
	display: block;
}

.header-links { /* sp */
	display: none;
}

.footer-head__inner { /* sp */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.footer-main { /* sp */
	padding: 15px 0;
}

.footer-main__wrap { /* sp */
	margin-top: 20px;
	width: 100%;
}

.footer-main__text { /* sp */
	font-size: 1.3rem;
}

.footer-logo { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 5px;
}

.footer-navi { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 5px;
}

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

.footer-navi__parent { /* sp */
	padding: 0 0 10px;
}

.footer-navi__child::before { /* sp */
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.footer-navi__child__item a { /* sp */
	padding: 3px 0;
}

}

@-webkit-keyframes hero-gradient-animation {

0% {
	--s-start-0: 3%;
	--s-end-0: 75%;
	--c-0: hsla(175, 83%, 69%, 0);
	--y-0: 78%;
	--x-0: 31%;
	--s-start-1: 3%;
	--s-end-1: 83%;
	--c-1: hsla(101, 68%, 100%, 1);
	--y-1: 93%;
	--x-1: 88%;
	--c-2: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-2: 5%;
	--s-end-2: 67%;
	--y-2: 8%;
	--x-2: 99%;
	--y-3: 0%;
	--c-3: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-3: 8%;
	--s-end-3: 61%;
	--x-3: 41%;
	--c-4: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-4: 16%;
	--s-end-4: 88%;
	--x-4: 19%;
	--y-4: 59%;
}

100% {
	--s-start-0: 8%;
	--s-end-0: 50%;
	--c-0: hsla(154, 53%, 78%, 0);
	--y-0: 62%;
	--x-0: 96%;
	--s-start-1: 14%;
	--s-end-1: 78%;
	--c-1: hsla(24.999999999999996, 0%, 100%, 1);
	--y-1: 14%;
	--x-1: 11%;
	--c-2: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-2: 9%;
	--s-end-2: 63%;
	--y-2: 84%;
	--x-2: 34%;
	--y-3: 21%;
	--c-3: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-3: 17%;
	--s-end-3: 86%;
	--x-3: 32%;
	--c-4: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-4: 18%;
	--s-end-4: 55%;
	--x-4: 88%;
	--y-4: 91%;
}

}

@keyframes hero-gradient-animation {

0% {
	--s-start-0: 3%;
	--s-end-0: 75%;
	--c-0: hsla(175, 83%, 69%, 0);
	--y-0: 78%;
	--x-0: 31%;
	--s-start-1: 3%;
	--s-end-1: 83%;
	--c-1: hsla(101, 68%, 100%, 1);
	--y-1: 93%;
	--x-1: 88%;
	--c-2: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-2: 5%;
	--s-end-2: 67%;
	--y-2: 8%;
	--x-2: 99%;
	--y-3: 0%;
	--c-3: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-3: 8%;
	--s-end-3: 61%;
	--x-3: 41%;
	--c-4: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-4: 16%;
	--s-end-4: 88%;
	--x-4: 19%;
	--y-4: 59%;
}

100% {
	--s-start-0: 8%;
	--s-end-0: 50%;
	--c-0: hsla(154, 53%, 78%, 0);
	--y-0: 62%;
	--x-0: 96%;
	--s-start-1: 14%;
	--s-end-1: 78%;
	--c-1: hsla(24.999999999999996, 0%, 100%, 1);
	--y-1: 14%;
	--x-1: 11%;
	--c-2: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-2: 9%;
	--s-end-2: 63%;
	--y-2: 84%;
	--x-2: 34%;
	--y-3: 21%;
	--c-3: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-3: 17%;
	--s-end-3: 86%;
	--x-3: 32%;
	--c-4: hsla(170.32258064516128, 37%, 83%, 1);
	--s-start-4: 18%;
	--s-end-4: 55%;
	--x-4: 88%;
	--y-4: 91%;
}

}

@-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);
}

}

