:root {
	--font-family-base: Zen Kaku Gothic New,sans-serif;
	--font-en: Lexend Deca,sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-size-base: clamp(12px,1.4rem,1.4rem);
	--cl-primary: #8fc31f;
	--cl-bg: #eef0ec;
	--cl-ttl: #a5a5a5;
	--cl-border: #d4d6d3;
	--cl-danger: red;
	--input-border-color: #e6e6e6;
	--input-border-width: 0.1rem;
	--input-font-size: 14px;
	--input-font-weight: 400;
	--input-background: #fff;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 2.6666666667vw;
	overflow-x: hidden;
}

html.noscroll {
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 100%;
}

body {
	background-color: #fff;
	color: #1f1f1f;
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	letter-spacing: .06em;
	line-height: var(--lineheight-base);
	position: relative;
	text-align: left;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

dl,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none!important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	padding-inline: 2rem;
	width: 100%;
}

.inner {
	padding-inline: 2rem;
	width: 100%;
}

.inner-small {
	padding-inline: 2rem;
	width: 100%;
}

.animate_animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.running-infinity {
	display: flex;
	overflow: hidden;
}

.running-infinity__list {
	display: flex;
	flex-shrink: 0;
	list-style: none;
	padding: 0;
}

.running-infinity__list.--left {
	animation: infinity-scroll-left 80s linear infinite;
}

.running-infinity__list.--up {
	animation: infinity-scroll-up 80s linear infinite;
}

.running-infinity__item {
	flex-shrink: 0;
}

.running-infinity__item img {
	display: block;
}

.fadeIn {
	animation-name: fadeIn;
}

.fadeUp {
	animation-name: fadeUp;
	display: inline-block;
}

.fadeLeft {
	animation-name: fadeLeft;
}

.fadeRight {
	animation-name: fadeRight;
}

.btn {
	background-color: transparent;
	border: 1px solid transparent;
	color: #1f1f1f;
	display: inline-flex;
	font-family: Zen Kaku Gothic New,sans-serif;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.btn.focus,
.btn:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn--arrow {
	align-items: center;
	gap: .8rem;
	position: relative;
	transition: all .25s ease-in-out;
}

.btn--arrow:hover {
	opacity: .8;
}

.btn--arrow:hover .icon-arrow:after {
	animation: hover_icon .6s ease;
	transition: all .25s ease-in-out;
}

.btn--arrow[target=_blank] .icon-arrow {
	padding-top: 2px;
}

.btn--arrow[target=_blank] .icon-arrow:after {
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	width: .9rem;
}

.btn--arrow[target=_blank]:hover .icon-arrow:after {
	animation: hover_icon_blank .6s ease;
}

.btn--bg {
	background-color: var(--cl-bg);
	border-radius: 4rem;
	font-weight: 700;
	padding: 1.1rem 2rem;
}

.btn--back {
	align-items: center;
	background-color: #eef0ec;
	border-radius: 5rem;
	font-weight: 700;
	justify-content: center;
	padding: 1rem;
	transition: all .25s ease-in-out;
	width: 20rem;
}

.btn--back:hover {
	opacity: .8;
}

.icon-arrow {
	align-items: center;
	background-color: var(--cl-primary);
	border-radius: 4rem;
	display: inline-flex;
	flex-shrink: 0;
	height: 1.5rem;
	justify-content: center;
	min-width: 3.4rem;
	overflow: hidden;
	padding-inline: 1rem;
}

.icon-arrow:after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(1);
	overflow: hidden;
	position: absolute;
	width: .8rem;
}

.p-header {
	background-color: #fff;
	left: 0;
	padding-block: 2rem 1rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 29;
}

.p-header__wrap {
	align-items: center;
	display: flex;
	gap: .7rem;
	justify-content: space-between;
}

.p-header__logo {
	width: 12rem;
}

.p-header__logo img {
	width: 100%;
}

.p-header__menu-anchor {
	align-items: center;
	display: flex;
	font-weight: 700;
	position: relative;
	transition: all .25s ease-in-out;
}

.p-header__menu-anchor:hover {
	opacity: .8;
}

.p-header__menu-anchor[target=_blank]:hover:after {
	animation: hover_icon_blank .6s ease;
}

.p-header__menu-anchor[target=_blank]:after {
	aspect-ratio: 1;
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	content: "";
	flex-shrink: 0;
	margin-bottom: .2rem;
	margin-left: .8rem;
	transition: all .25s ease-in-out;
	width: .9rem;
}

.p-header__content__wrap {
	position: relative;
	z-index: 3;
}

.hamburger-box {
	align-items: center;
	background-color: var(--cl-primary);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 4rem;
	justify-content: center;
	position: relative;
	width: 4rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger-box.is-active .hamburger-inner:before {
	opacity: 0;
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
}

.hamburger-box.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
}

.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	background-color: #fff;
	border-radius: 1.5px;
	height: .1rem;
	transition: transform .15s ease;
	width: 1.4rem;
}

.hamburger-inner {
	display: block;
	position: relative;
	transition-duration: 75ms;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner:before {
	position: absolute;
	top: -.5rem;
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:after {
	bottom: -.5rem;
	position: absolute;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.c-contact {
	background: url(../images/common/contact_bg_sp.jpg) no-repeat top/contain;
	color: #fff;
	margin-top: -2.4rem;
	padding-top: 9.2rem;
}

.c-contact .hline01__sub:before {
	background-color: #fff;
}

.c-contact .hline01__ttl {
	font-size: 4rem;
}

.c-contact__des {
	font-weight: 700;
}

.c-contact__area {
	background-color: var(--cl-primary);
	border-radius: 1.2rem;
	margin-top: 2.6rem;
	position: relative;
	z-index: 3;
}

.c-contact__area-item {
	align-items: flex-start;
	display: flex;
	flex: 1 1;
	flex-direction: column;
	padding: 2.4rem;
	position: relative;
}

.c-contact__area-item:not(:last-child):after {
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
}

.c-contact__area-sub {
	font-weight: 700;
	margin-bottom: .5rem;
}

.c-contact__area-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

.c-contact__area-menu {
	color: hsla(0,0%,100%,.6);
	display: flex;
	font-size: 1.2rem;
}

.c-contact__area-menu li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin-inline: .5rem;
}

.c-contact__area .btn--arrow {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.5rem;
	margin-top: auto;
}

.c-contact__area .btn--arrow .icon-arrow {
	background-color: #fff;
	padding-top: 2px;
	transition: all .3s ease-in-out;
}

.c-contact__area .btn--arrow .icon-arrow:after {
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	filter: none;
}

.c-contact__area .btn--arrow:hover {
	background-color: #fff;
	color: var(--cl-primary);
}

.c-contact__area .btn--arrow:hover .icon-arrow {
	background-color: var(--cl-primary);
}

.c-contact__area .btn--arrow:hover .icon-arrow:after {
	animation: hover_icon_blank .6s ease;
	filter: brightness(0) invert(1);
}

.p-footer {
	background-color: #383837;
	border-radius: 2rem 2rem 0 0;
	margin-top: -28rem;
	padding-top: 32rem;
	position: relative;
	z-index: 2;
}

.p-footer__ttl {
	color: #797976;
	font-family: var(--font-en);
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.p-footer__txt {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.8125;
	margin-bottom: 4.8rem;
}

.p-footer__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 4.8rem;
	position: relative;
	row-gap: 4.8rem;
}

.p-footer__body:after {
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
}

.p-footer__menu {
	color: #fff;
	display: flex;
}

.p-footer__menu-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.p-footer__menu-anchor {
	align-items: center;
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: .8rem;
	line-height: 1;
}

.p-footer__menu-anchor:hover:after {
	animation: hover_icon .6s ease;
}

.p-footer__menu-anchor:after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon.svg) no-repeat 50%/contain;
	content: "";
	width: 1rem;
}

.p-footer__menu-anchor[target=_blank]:after {
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	width: .9rem;
}

.p-footer__menu-anchor[target=_blank]:hover:after {
	animation: hover_icon_blank .6s ease;
}

.p-footer__menu-list {
	font-size: 1.4rem;
	font-weight: 500;
}

.p-footer__menu-list:not(:first-child) {
	margin-top: 2.4rem;
}

.p-footer__menu-list li:not(:last-child) {
	margin-bottom: 1.2rem;
}

.p-footer__office {
	color: #797976;
	padding-bottom: 4rem;
}

.p-footer__office-logo {
	margin-bottom: 3.2rem;
	width: 12.7rem;
}

.p-footer__office-img {
	margin-bottom: 4rem;
}

.p-footer__office-img img {
	border-radius: .8rem;
	width: 100%;
}

.p-footer__office-ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}

.p-footer__office-txt {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.p-footer__office-phone {
	font-size: 1.5rem;
	font-weight: 500;
}

.p-footer__bottom {
	color: #797976;
	display: flex;
	font-size: 1.2rem;
	justify-content: space-between;
	padding-block: 2.4rem 8.4rem;
	position: relative;
}

.p-footer__bottom:before {
	background: linear-gradient(0deg,#262626 50%,#4d4d4b 51%);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.form-control {
	background-clip: padding-box;
	border: var(--input-border-width) solid var(--input-border-color);
	color: #1f1f1f;
	display: block;
	font-size: 1.6rem;
	min-height: 4.8rem;
	padding: .5rem 2rem;
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control:focus-visible {
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #a3a3a3;
	opacity: 1;
}

.form-control::placeholder {
	color: #a3a3a3;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #1f1f1f;
	opacity: 1;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table {
	width: 100%;
}

.hline01__sub {
	align-items: center;
	display: flex;
	font-size: clamp(12px,1.2rem,1.2rem);
	font-weight: 700;
	margin-bottom: 1rem;
}

.hline01__sub:before {
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	content: "";
	margin-bottom: .2rem;
	margin-right: .6rem;
	width: .6rem;
}

.hline01__ttl {
	font-family: var(--font-en);
	font-size: 4.8rem;
	font-weight: 600;
	line-height: .8888888889;
}

.hline01__ttl.--small {
	font-size: 4rem;
}

.hline03 {
	margin-bottom: 2.4rem;
}

.hline03__sub {
	align-items: center;
	display: flex;
	font-size: clamp(12px,1.2rem,1.2rem);
	font-weight: 700;
	margin-bottom: .5rem;
}

.hline03__sub:before {
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	content: "";
	margin-bottom: .2rem;
	margin-right: .6rem;
	width: .6rem;
}

.hline03__ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
}

.hline04:after,
.hline04:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.hline04:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.hline04:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.hline04 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1.8rem;
}

.nospace:after,
.nospace:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.nospace:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.nospace:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

main {
	background-color: #fff;
	border-radius: 0 0 2.4rem 2.4rem;
	margin-top: var(--headH);
	min-height: 50vh;
	padding-bottom: 7rem;
	position: relative;
	z-index: 1;
}

.c-overflow {
	display: block;
	overflow: hidden;
}

.body-txt {
	line-height: 1.8;
}

.c-center {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cl-primary {
	color: var(--cl-primary);
}

.c-mv {
	padding-bottom: 1.2rem;
	padding-top: 3.2rem;
	position: relative;
}

.c-mv:after {
	background: #d4d6d3;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 128rem;
}

.c-mv__col {
	align-items: flex-end;
	display: flex;
	gap: 6.4rem;
	justify-content: space-between;
	margin-top: -4.8rem;
}

.c-mv__icon {
	width: 11.2rem;
}

.c-mv__icon img {
	border-radius: .8rem;
	width: 100%;
}

.c-mv__sub {
	align-items: center;
	display: flex;
	flex-flow: wrap;
	font-size: clamp(12px,1.2rem,1.2rem);
	font-weight: 700;
	margin-bottom: .5rem;
}

.c-mv__sub:before {
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	content: "";
	margin-bottom: .2rem;
	margin-right: .6rem;
	width: .6rem;
}

.c-mv__ttl {
	font-family: var(--font-en);
	font-size: 4.8rem;
	font-weight: 600;
	line-height: .8979591837;
	margin-bottom: 8rem;
}

.c-mv__ttl.--ttl-small {
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 4rem;
}

.c-mv__date {
	color: #7d807c;
	font-family: var(--font-en);
	font-weight: 500;
	margin-left: .8rem;
}

.c-breadcrumb {
	position: relative;
	z-index: 2;
}

.c-breadcrumb ul {
	display: flex;
	font-size: clamp(12px,1.2rem,1.2rem);
	font-weight: 500;
	justify-content: flex-end;
}

.c-breadcrumb li:not(:last-child) {
	flex-shrink: 0;
}

.c-breadcrumb li:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-width: 16rem;
	overflow: hidden;
}

.c-breadcrumb a {
	align-items: center;
	display: inline-flex;
	opacity: .4;
}

.c-breadcrumb a:after {
	aspect-ratio: 1;
	background-color: #1f1f1f;
	border-radius: 50%;
	content: "";
	margin-inline: .8rem;
	width: .6rem;
}

.c-side__menu ul {
	background-color: #fff;
	left: 0;
	top: calc(var(--headH) + 4rem);
	z-index: 12;
}

.c-side__menu li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.c-side__menu a {
	align-items: center;
	display: flex;
	font-size: clamp(12px,1.2rem,1.2rem);
	font-weight: 700;
	opacity: .4;
	transition: all .25s ease-in-out;
}

.c-side__menu a.is-active,
.c-side__menu a.is-active:before,
.c-side__menu a:hover,
.c-side__menu a:hover:before {
	opacity: 1;
}

.c-side__menu a:before {
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	content: "";
	opacity: 0;
	transition: all .25s ease-in-out;
	width: .5rem;
}

.c-side__body {
	margin-left: auto;
	max-width: 102.4rem;
	width: 100%;
}

.c-side__body-item {
	margin-left: auto;
	max-width: 84.6rem;
}

.c-avata {
	align-items: flex-end;
	display: flex;
}

.c-avata:not(:last-child) {
	margin-bottom: 3rem;
}

.c-avata__image {
	width: 100%;
}

.c-avata__image img {
	border-radius: .8rem;
}

.c-avata__sub {
	font-size: 1.2rem;
}

.c-avata__name {
	font-size: 1.6rem;
	font-weight: 700;
}

.c-anchor {
	border-top: 1px solid var(--cl-border);
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 4.5rem;
}

.c-anchor__item {
	align-items: center;
	border-bottom: 1px solid var(--cl-border);
	border-right: 1px solid var(--cl-border);
	display: flex;
	font-family: var(--font-en);
	font-size: clamp(12px,1.3rem,1.3rem);
	font-weight: 500;
	gap: .6rem;
	padding: 1.7rem 2rem;
}

.c-anchor__item:nth-child(odd) {
	border-left: 1px solid var(--cl-border);
}

.c-anchor__item:before {
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	width: .5rem;
}

.common-txt {
	margin-top: 4.8rem;
}

.common-txt__wrap {
	border-bottom: 1px solid #d4d6d3;
	margin-bottom: 2.4rem;
	padding-bottom: 4.8rem;
}

.common-txt__wrap p:not([class]) {
	line-height: 1.8;
}

.common-txt__wrap p:not([class]):not(:last-child) {
	margin-bottom: 3.2rem;
}

.common-txt__wrap .wp-block-image:not(:last-child) {
	margin-bottom: 3.2rem;
}

.common-txt__wrap a:not([class]) {
	display: inline;
	font-weight: 500;
	word-break: break-all;
}

.common-txt__wrap a:not([class]):hover:after {
	animation: hover_icon .6s ease;
}

.common-txt__wrap a:not([class])[target=_blank]:after {
	background-image: url(../images/common/blank_icon.svg);
}

.common-txt__wrap a:not([class])[target=_blank]:hover:after {
	animation: hover_icon_blank .6s ease;
}

.common-txt__wrap a:not([class]):after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon.svg) no-repeat 50%/contain;
	content: "";
	display: inline-block;
	margin-left: .8rem;
	margin-top: .2rem;
	transition: all .25s ease-in-out;
	width: .9rem;
}

.common-txt__wrap img {
	border-radius: .8rem;
}

.common-txt__wrap h2 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1.6rem;
}

.common-txt__wrap h2:after,
.common-txt__wrap h2:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.common-txt__wrap h2:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.common-txt__wrap h2:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.common-txt__wrap h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .8rem;
}

.common-txt__wrap h3:after,
.common-txt__wrap h3:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.common-txt__wrap h3:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.common-txt__wrap h3:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.c-list-number {
	counter-reset: value-counter;
}

.c-list-number:not(:first-child) {
	margin-top: 1.5rem;
}

.c-list-number>li {
	align-items: flex-start;
	counter-increment: value-counter;
	display: flex;
	gap: .5rem;
}

.c-list-number>li:not(:last-child) {
	margin-bottom: 2rem;
}

.c-list-number>li:before {
	content: counter(value-counter) ".";
	font-weight: 700;
}

.c-info-list {
	font-size: 1.6rem;
}

.c-info-list__item {
	border-bottom: 1px solid var(--cl-border);
	margin-top: 2.4rem;
}

.c-info-list__ttl {
	font-weight: 700;
}

.c-info-list__txt:not(:last-child) {
	margin-bottom: .5rem;
}

.c-overlay {
	background: var(--cl-primary);
	display: none;
	inset: 0;
	opacity: .6;
	position: fixed;
	z-index: 4;
}

.c-overlay.is-active {
	display: block;
}

@media (min-width:768px) {

:root {
	--font-size-base: clamp(12px,1.6rem,1.6rem);
}

html {
	font-size: .7163323782vw;
}

.container {
	margin: auto;
	max-width: 139.6rem;
}

.inner {
	margin: auto;
	max-width: 132rem;
}

.inner-small {
	margin: auto;
	max-width: 84rem;
}

.btn--arrow {
	gap: 1.2rem;
}

.btn--back {
	font-size: 1.5rem;
	padding: 1.2rem;
	width: 21.8rem;
}

.icon-arrow {
	height: 2rem;
	min-width: 4rem;
}

.icon-arrow:after {
	width: 1.1rem;
}

.p-header {
	padding-block: 2.4rem 1rem;
}

.p-header__logo {
	width: 153px;
}

.p-header__menu {
	align-items: center;
	display: flex;
	gap: 4.8rem;
}

.p-header__menu-anchor {
	font-size: clamp(12px,1.5rem,1.5rem);
	height: 4.8rem;
}

.p-header__menu-anchor[target=_blank]:after {
	width: .9rem;
}

.hamburger-box {
	display: none;
}

.c-contact {
	background: url(../images/common/contact_bg_sp.jpg) no-repeat top/cover;
	margin-top: -4rem;
	padding-top: 24rem;
}

.c-contact .hline01 {
	margin-bottom: 4rem;
}

.c-contact .hline01__ttl {
	font-size: 6.4rem;
}

.c-contact__area {
	display: flex;
	margin-top: 8.5rem;
	min-height: 34rem;
}

.c-contact__area-item {
	padding: 3.8rem;
}

.c-contact__area-item:not(:last-child):after {
	background: linear-gradient(90deg,#7ba81b 50%,#a1db23 51%);
	top: 0;
	width: 2px;
}

.c-contact__area-ttl {
	font-size: 2.8rem;
	margin-bottom: .5rem;
}

.c-contact__area-menu {
	font-size: 1.4rem;
}

.c-contact__area .btn--arrow .icon-arrow {
	min-width: 4.8rem;
}

.c-contact__area .btn--arrow .icon-arrow:after {
	width: .9rem;
}

.p-footer {
	border-radius: 3.2rem 3.2rem 0 0;
	margin-top: -16rem;
	padding-top: 28rem;
}

.p-footer__txt {
	font-size: 1.6rem;
	line-height: 1.8125;
	margin-bottom: 2.4rem;
}

.p-footer__wrap {
	display: flex;
}

.p-footer__body {
	flex: 1 1;
	gap: 6rem;
	gap: 8rem;
	margin-right: 8rem;
	padding-bottom: 5.5rem;
}

.p-footer__body:after {
	background: linear-gradient(90deg,#262626 50%,#4d4d4b 51%);
	top: 0;
	width: 2px;
}

.p-footer__body-item .btn--arrow {
	font-size: 1.8rem;
	min-height: 6.8rem;
	padding-inline: 3.2rem;
}

.p-footer__body-item .btn--arrow .icon-arrow {
	height: 2.6rem;
	min-width: 6.4rem;
}

.p-footer__body-item .btn--arrow .icon-arrow:after {
	width: 1.6rem;
}

.p-footer__menu-item {
	flex: 1 1;
}

.p-footer__menu-anchor {
	font-size: 2rem;
	gap: 1.2rem;
}

.p-footer__menu-anchor:not(:first-child) {
	margin-top: 4rem;
}

.p-footer__menu-anchor[target=_blank]:after {
	margin-bottom: .2rem;
}

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

.p-footer__office {
	padding-bottom: 5.5rem;
	width: 40.3rem;
}

.p-footer__office-img {
	margin-bottom: 5.6rem;
}

.p-footer__office-img img {
	border-radius: 1.2rem;
}

.p-footer__office-ttl {
	font-size: 2.4rem;
	margin-bottom: 1.2rem;
}

.p-footer__office-txt {
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}

.p-footer__office-phone {
	pointer-events: none;
}

.p-footer__bottom {
	font-size: 1.4rem;
	padding-block: 4.8rem;
}

.form-control {
	min-height: 6.4rem;
}

.hline01.--space01 {
	margin-bottom: 5.6rem;
}

.hline01.--space02 {
	margin-bottom: 8.8rem;
}

.hline01__sub {
	font-size: clamp(12px,1.4rem,1.4rem);
}

.hline01__ttl {
	font-size: 7.2rem;
}

.hline01__ttl.--small {
	font-size: 6.4rem;
}

.hline03 {
	margin-bottom: 4rem;
}

.hline03__sub {
	font-size: clamp(12px,1.4rem,1.4rem);
}

.hline03__ttl {
	font-size: 3.6rem;
	line-height: 1.3888888889;
}

.hline04 {
	font-size: 2.8rem;
	margin-bottom: 3.2rem;
}

.sp {
	display: none;
}

main {
	border-radius: 0 0 3.2rem 3.2rem;
	padding-bottom: 20rem;
}

.body-txt {
	line-height: 2;
}

.c-mv {
	padding-bottom: 3.2rem;
	padding-top: 11.1rem;
}

.c-mv__col {
	margin-top: -3.4rem;
}

.c-mv__icon {
	width: 22.4rem;
}

.c-mv__sub {
	font-size: clamp(12px,1.8rem,1.8rem);
}

.c-mv__ttl {
	font-size: 9.8rem;
}

.c-mv__ttl.--ttl-small {
	font-size: 4.8rem;
	line-height: 1.3958333333;
	margin-block: 1.2rem 9.5rem;
	max-width: 92rem;
}

.c-mv__date {
	margin-left: 4rem;
}

.c-breadcrumb ul {
	font-size: clamp(12px,1.4rem,1.4rem);
}

.c-breadcrumb li:last-child {
	max-width: 27rem;
}

.c-breadcrumb a:after {
	margin-inline: 1.2rem;
}

.c-side {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.c-side__menu {
	flex: 1 1;
}

.c-side__menu a {
	font-size: clamp(12px,1.4rem,1.4rem);
	gap: .6rem;
}

.c-avata {
	gap: 1.2rem;
}

.c-avata:not(:last-child) {
	margin-bottom: 5.6rem;
}

.c-avata__image {
	margin-right: auto;
	width: 40rem;
}

.c-avata__image img {
	border-radius: 1.2rem;
}

.c-avata__sub {
	font-size: 1.4rem;
}

.c-avata__name {
	font-size: 2rem;
}

.c-anchor {
	display: none;
}

.common-txt {
	margin-top: 8.8rem;
	margin-inline: auto;
	max-width: 88rem;
}

.common-txt__wrap {
	margin-bottom: 6.4rem;
	padding-bottom: 11.2rem;
}

.common-txt__wrap p:not([class]) {
	font-size: 1.8rem;
	line-height: 1.7777777778;
}

.common-txt__wrap p:not([class]):not(:last-child) {
	margin-bottom: 6.4rem;
}

.common-txt__wrap .wp-block-image:not(:last-child) {
	margin-bottom: 6.4rem;
}

.common-txt__wrap a:not([class]):after {
	width: .9rem;
}

.common-txt__wrap img {
	border-radius: 1.2rem;
}

.common-txt__wrap h2 {
	font-size: 3.2rem;
	margin-bottom: 3.2rem;
}

.common-txt__wrap h3 {
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
}

.c-list-number:not(:first-child) {
	margin-top: 1rem;
}

.c-list-number>li {
	gap: 1.3rem;
}

.c-list-number>li:not(:last-child) {
	margin-bottom: 1rem;
}

.c-info-list {
	font-size: 1.8rem;
}

.c-info-list__item {
	display: flex;
	margin-top: 4rem;
}

.c-info-list__body,
.c-info-list__ttl {
	padding-bottom: 4.8rem;
}

.c-info-list__ttl {
	border-right: 1px solid var(--cl-border);
	min-width: 14.8rem;
}

.c-info-list__body {
	flex: 1 1;
	padding-left: 7rem;
}

.c-info-list__txt:not(:last-child) {
	margin-bottom: 2rem;
}

}

@media (min-width:1396px) {

html {
	font-size: 10px;
}

}

@media (max-width:767px) {

.p-header__menu-item:not(:last-child) {
	margin-bottom: 1rem;
}

.p-header__content {
	background-color: #fff;
	display: none;
	left: 0;
	padding: 2rem 2rem 4rem;
	position: absolute;
	right: 0;
	top: var(--headH);
	z-index: -2;
}

.p-header__content.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.p-header__content__wrap {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 3rem;
	padding-right: 1rem;
}

.c-contact__area {
	padding-bottom: 1rem;
}

.c-contact__area-item:not(:last-child):after {
	background: linear-gradient(180deg,#7ba81b 50%,#a1db23 51%);
	height: 2px;
	width: 100%;
}

.c-contact__area-menu {
	margin-bottom: 2.4rem;
}

.p-footer__body {
	flex-flow: wrap;
	margin-bottom: 4rem;
}

.p-footer__body:after {
	background: linear-gradient(180deg,#262626 50%,#4d4d4b 51%);
	height: 2px;
	width: 100%;
}

.p-footer__body-item {
	width: 100%;
}

.p-footer__menu {
	flex-flow: wrap;
	row-gap: 3rem;
}

.p-footer__menu-item {
	width: 50%;
}

.p-footer__menu-item.--full {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	width: 100%;
}

.hline01 {
	margin-bottom: 2.4rem;
}

.pc {
	display: none;
}

main {
	overflow: hidden;
}

.c-side__menu {
	display: none;
}

.c-avata {
	flex-direction: column;
}

.c-avata__image:not(:last-child) {
	margin-bottom: 1rem;
}

.common-txt__wrap p:not([class]):not(:last-child):first-child {
	margin-bottom: 6.4rem;
}

.common-txt__wrap a:not([class]) {
	font-size: 1.6rem;
}

.c-list-number>li li:not(:last-child) {
	margin-bottom: 1.4rem;
}

.c-info-list__item {
	padding-bottom: 2.4rem;
}

.c-info-list__ttl {
	margin-bottom: 1rem;
}

}

@keyframes infinity-scroll-up {

0% {
	transform: translateY(0);
}

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

}

@keyframes infinity-scroll-left {

0% {
	transform: translateX(0);
}

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

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translate3d(0,50px,0);
}

to {
	opacity: 1;
	transform: none;
}

}

@keyframes fadeLeft {

0% {
	opacity: 0;
	transform: translate3d(-50px,0,0);
}

to {
	transform: none;
}

}

@keyframes fadeRight {

0% {
	opacity: 0;
	transform: translate3d(50px,0,0);
}

to {
	transform: none;
}

}

@keyframes hover_icon {

0% {
	opacity: 1;
	translate: 0 0;
}

50% {
	opacity: 0;
	translate: 70% 0;
}

50.1% {
	opacity: 0;
	translate: -100% 0;
}

to {
	opacity: 1;
	translate: 0 0;
}

}

@keyframes hover_icon_blank {

0% {
	opacity: 1;
	translate: 0 0;
}

50% {
	opacity: 0;
	translate: 70% -70%;
}

50.1% {
	opacity: 0;
	translate: -100% 70%;
}

to {
	opacity: 1;
	translate: 0 0;
}

}

@keyframes hover_icon_down {

0% {
	opacity: 1;
	translate: 0 0;
}

50% {
	opacity: 0;
	translate: 0 70%;
}

50.1% {
	opacity: 0;
	translate: 0 -100%;
}

to {
	opacity: 1;
	translate: 0 0;
}

}

