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

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-transition: opacity 0.3s;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	align-items: center;
	background-color: #f1a548;
	border: 2px solid #ffffff;
	border: 0.125rem solid #ffffff;
	border-radius: 1.75rem;
	color: #ffffff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	font-weight: 500;
	gap: 16px;
	gap: 1rem;
	justify-content: flex-start;
	line-height: 1;
	padding: 18px 28px;
	padding: 1.125rem 1.75rem;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn::after {
	-ms-flex-negative: 0;
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s ease;
	background: #ffffff;
	content: "";
	flex-shrink: 0;
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 7px;
	width: 0.4375rem;
}

.c-btn.--download::after {
	-webkit-mask-image: url(../images/download.svg);
	height: 14px;
	height: 0.875rem;
	mask-image: url(../images/download.svg);
	width: 14px;
	width: 0.875rem;
}

.c-btn.--header {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
}

.c-btn.--back::after {
	display: none;
}

.c-btn.--back::before {
	-ms-flex-negative: 0;
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s ease;
	-webkit-transform: rotate(180deg);
	background: #ffffff;
	content: "";
	flex-shrink: 0;
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transform: rotate(180deg);
	transition: background-color 0.3s ease;
	width: 7px;
	width: 0.4375rem;
}

.c-btn.--clear {
	background-color: #ffffff;
	border: 2px solid #f1a548;
	border: 0.125rem solid #f1a548;
	color: #f1a548;
}

.c-btn.--clear::after {
	display: none;
}

.c-btn.--filter {
	border-radius: 0.25rem;
	display: inline-block;
	max-width: 400px;
	max-width: 25rem;
	padding: 16px;
	padding: 1rem;
	position: relative;
	width: 100%;
}

.c-btn.--filter::after {
	-webkit-transform: translateY(-50%);
	-webkit-mask-image: url(../images/search.svg);
	height: 20px;
	height: 1.25rem;
	mask-image: url(../images/search.svg);
	position: absolute;
	right: 22px;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.c-navLink__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
	gap: 1.4375rem;
	justify-content: flex-start;
}

.c-navLink__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 280px;
	max-width: 17.5rem;
}

.c-navLink__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	border-bottom: 1px solid #dedcca;
	border-bottom: 0.0625rem solid #dedcca;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	justify-content: space-between;
	padding: 2px 0 14px;
	padding: 0.125rem 0 0.875rem;
}

.c-navLink__item a::after {
	-ms-flex-negative: 0;
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s ease;
	-webkit-transform: rotate(90deg);
	background: #65a99a;
	content: "";
	flex-shrink: 0;
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transform: rotate(90deg);
	transition: background-color 0.3s ease;
	width: 7px;
	width: 0.4375rem;
}

.c-tabList {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	gap: 1.5rem;
}

.c-tabList__item {
	background-color: transparent;
	border: 1px solid #65a99a;
	border: 0.0625rem solid #65a99a;
	border-radius: 6.1875rem;
	color: #65a99a;
	cursor: pointer;
	line-height: 1;
	padding: 10px 18px;
	padding: 0.625rem 1.125rem;
}

.c-tabList__item.current {
	background-color: #65a99a;
	color: #ffffff;
}

.c-title {
	color: #65a99a;
}

.c-title.--background {
	color: #fcfbf2;
}

.c-title__ja {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
}

.c-title__en {
	font-family: "Carter One", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 64px;
	font-size: 4rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1350px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-inner.--small {
	max-width: 1230px;
}

.l-inner.--single {
	max-width: 930px;
}

.block-editor * + * {
	margin-top: 1em;
}

.block-editor p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

.block-editor a {
	color: #034495;
	text-decoration: underline;
}

.block-editor ul {
	list-style: disc;
	padding-left: 2em;
}

.block-editor ol {
	list-style: decimal;
	padding-left: 2em;
}

.block-editor li {
	margin: 5px 0 0;
	margin: 0.3125rem 0 0;
}

.block-editor img {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.block-editor h2 {
	border-bottom: 2px solid #999999;
	border-bottom: 0.125rem solid #999999;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 41px;
	margin-top: 2.5625rem;
	padding-bottom: 11px;
	padding-bottom: 0.6875rem;
	width: 100%;
}

.block-editor h3 {
	border-left: 4px solid #999999;
	border-left: 0.25rem solid #999999;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 41px;
	margin-top: 2.5625rem;
	padding-left: 12px;
	padding-left: 0.75rem;
}

.block-editor h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.block-editor h5 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.block-editor .wp-block-group {
	margin-top: 33px;
	margin-top: 2.0625rem;
	padding: 18px;
	padding: 1.125rem;
}

.block-editor .wp-block-table {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.block-editor .wp-block-table td,
.block-editor .wp-block-table th {
	border-color: #999999;
	padding: 0.9em;
}

.block-editor .wp-block-quote {
	max-width: 710px;
	max-width: 44.375rem;
	padding: 40px 48px;
	padding: 2.5rem 3rem;
	position: relative;
}

.block-editor .wp-block-quote p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
}

.block-editor .wp-block-quote::before {
	background-image: url(../images/quote-icon01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 14px;
	top: 0.875rem;
	width: 32px;
	width: 2rem;
}

.block-editor .wp-block-quote::after {
	background-image: url(../images/quote-icon02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 48px;
	height: 3rem;
	position: absolute;
	right: 0;
	width: 35px;
	width: 2.1875rem;
}

.modal {
	display: none;
}

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

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

.modal__container {
	background-color: #fcfbf2;
	border-radius: 0.25rem;
	max-height: 90svh;
	max-width: 1180px;
	max-width: 73.75rem;
	overflow: hidden;
	padding: 24px 50px;
	padding: 1.5rem 3.125rem;
	position: relative;
	width: 90%;
}

.modal__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.modal__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.modal__close {
	background: transparent;
	background-image: url(../images/close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	cursor: pointer;
	height: 22px;
	height: 1.375rem;
	padding: 0;
	width: 65px;
	width: 4.0625rem;
}

.modal__content {
	max-height: 90vh;
	overflow-y: auto;
	padding-bottom: 210px;
	padding-bottom: 13.125rem;
}

.modal-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 0px -0.3125rem 1.25rem rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 -0.3125rem 0.5625rem 0 rgba(0, 0, 0, .06);
	align-items: center;
	background: #fcfbf2;
	bottom: 0;
	box-shadow: 0px -0.3125rem 1.25rem rgba(0, 0, 0, .1);
	box-shadow: 0 -0.3125rem 0.5625rem 0 rgba(0, 0, 0, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
	height: 76px;
	height: 4.75rem;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}

.modal-bottom .c-btn {
	padding: 12px 35px;
	padding: 0.75rem 2.1875rem;
}

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

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

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

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

.p-contact {
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
}

.p-contact__inner.l-inner {
	max-width: 850px;
}

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

.p-contact__form {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-cta__box {
	background-image: url(../images/cta_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.25rem;
	color: #ffffff;
	padding: 98px 60px 102px;
	padding: 6.125rem 3.75rem 6.375rem;
	text-align: center;
}

.p-cta__title {
	font-size: 48px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-cta__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-cta__btn {
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-documents {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-documents__items {
	display: grid;
	gap: 40px 48px;
	gap: 2.5rem 3rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-documents__main {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-documents__en {
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-documents__text {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-documents__subText {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-documents__btn {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-drawer {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-webkit-overflow-scrolling: touch;
	background: #fcfbf2;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	max-height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding: 77px 15px 32px;
	padding: 4.8125rem 0.9375rem 2rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.p-drawer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.p-drawer__link {
	-webkit-transition: 0.4s all;
	border-bottom: 1px solid #dedcca;
	list-style-type: none;
	padding: 0;
	transition: 0.4s all;
	width: 100%;
}

.p-drawer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1.5;
	padding: 18px 10px;
	padding: 1.125rem 0.625rem;
	text-decoration: none;
}

.p-drawer__link a::after {
	-ms-flex-negative: 0;
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s ease;
	background: #65a99a;
	content: "";
	flex-shrink: 0;
	height: 10px;
	height: 0.625rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s ease;
	width: 6px;
	width: 0.375rem;
}

.p-drawer__btn {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-drawer__btn .c-btn {
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
	width: 100%;
}

.p-drawer__background {
	background: transparent;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

/* active */

.p-drawer.active {
	opacity: 1;
	visibility: visible;
}

.p-drawer__background.active {
	opacity: 1;
	visibility: visible;
}

.p-faq {
	padding: 20px 0 80px;
	padding: 1.25rem 0 5rem;
}

.p-faq__title {
	border-bottom: 1px solid #dedcca;
	color: #65a99a;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 60px 0 16px;
	padding: 3.75rem 0 1rem;
}

.p-faq__item {
	border-bottom: 1px solid #dedcca;
	overflow: hidden;
}

.p-faq__question {
	background: #fcfbf2;
	cursor: pointer;
	padding: 23px 28px 23px 0;
	padding: 1.4375rem 1.75rem 1.4375rem 0;
	position: relative;
}

.p-faq__question::before,
.p-faq__question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #65a99a;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 18px;
	width: 1.125rem;
}

.p-faq__question::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__question.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-faq__questionText {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	justify-content: flex-start;
	line-height: 1.7;
}

.p-faq__questionText::before {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #65a99a;
	border-radius: 50%;
	color: #ffffff;
	content: "Q";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	height: 24px;
	height: 1.5rem;
	justify-content: center;
	line-height: 1;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 2px;
	margin-top: 0.125rem;
	width: 24px;
	width: 1.5rem;
}

.p-faq__answer {
	display: none;
	line-height: 1.5;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.p-faq__answer a {
	color: #0071c4;
	text-decoration: underline;
}

.p-filter__item {
	border-bottom: 1px solid #dedcca;
	padding: 32px 0;
	padding: 2rem 0;
}

.p-filter__wrapper {
	display: grid;
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: 5rem 1fr;
}

.p-filter__itemTitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-filter__tags {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	gap: 0.5rem 0.875rem;
}

.p-filter__tag {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	margin: 0;
}

.p-filter__tag + label {
	border: 1px solid #605f50;
	border-radius: 6.1875rem;
	color: #605f50;
	cursor: pointer;
	display: inline-block;
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 6px 20px 3px;
	padding: 0.375rem 1.25rem 0.1875rem;
}

.p-filter__tag:checked + label {
	background-color: #605f50;
	color: #ffffff;
}

.p-flow {
	padding-bottom: 86px;
	padding-bottom: 5.375rem;
}

.p-flow__tabList {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-flow__tabContentItem {
	display: none;
}

.p-flow__contentTitle {
	color: #65a99a;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 62px;
	margin-top: 3.875rem;
	text-align: center;
}

.p-flow__items {
	display: grid;
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 54px;
	margin-top: 3.375rem;
}

.p-flow__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: 7.25rem 1fr;
	position: relative;
}

.p-flow__item:not(:last-child)::before {
	border: 2px dashed #f7ead9;
	border: 0.125rem dashed #f7ead9;
	content: "";
	height: calc(100% + 2.5rem);
	left: 58px;
	left: 3.625rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 1px;
	z-index: -1;
}

.p-flow__timeLine {
	background: #f7ead9;
	border-radius: 6.1875rem;
	color: #f1a548;
	font-weight: 700;
	line-height: 1;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: center;
}

.p-flow__body {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 56px;
	gap: 3.5rem;
	grid-template-columns: 454fr 514fr;
}

.p-flow__list li {
	margin-bottom: 19px;
	margin-bottom: 1.1875rem;
	padding-left: 32px;
	padding-left: 2rem;
	position: relative;
}

.p-flow__list li::before {
	background: #f1a548;
	border-radius: 50%;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	width: 17px;
	width: 1.0625rem;
}

.p-flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 514/331;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-footer {
	background: #f0efe2;
}

.p-footer__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 49px 0 56px;
	padding: 3.0625rem 0 3.5rem;
}

.p-footer__logo {
	width: 153px;
	width: 9.5625rem;
}

.p-footer__info {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-footer__right {
	max-width: 500px;
	max-width: 31.25rem;
}

.p-footer__navItems {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 24px;
	gap: 0.3125rem 1.5rem;
	justify-content: flex-end;
}

.p-footer__navItem a {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.6;
}

.p-footer__bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	border-top: 1px solid #cecdc0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	gap: 0.9375rem;
	justify-content: flex-start;
	padding: 14px 0 14px 7px;
	padding: 0.875rem 0 0.875rem 0.4375rem;
}

.p-footer__instagram {
	width: 22px;
	width: 1.375rem;
}

.p-footer__privacy {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-footer__copyright {
	margin-left: auto;
}

.p-footer__copyright small {
	font-family: "Cabin", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-form input[type=checkbox] {
	border: 1px solid #b0ae9b;
	border-radius: 0.25rem;
	height: 16px;
	height: 1rem;
	margin: 0;
	position: relative;
	width: 16px;
	width: 1rem;
}

.p-form input[type=checkbox]:checked::before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 2px solid #f1a548;
	border-bottom: 0.125rem solid #f1a548;
	border-left: 2px solid #f1a548;
	border-left: 0.125rem solid #f1a548;
	content: "";
	display: block;
	height: 7px;
	height: 0.4375rem;
	left: 0;
	margin-top: -0.2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	width: 0.9375rem;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea,
.p-form select {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	border: 1px solid #dedcca;
	border-radius: 0.25rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 12px 15px;
	padding: 0.75rem 0.9375rem;
	width: 100%;
}

.p-form textarea {
	height: 240px;
	height: 15rem;
	resize: vertical;
}

.p-form input[type=submit] {
	-webkit-box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: pink;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
	font-family: inherit;
	padding: 10px;
}

.p-form__item:not(:last-child) {
	margin-bottom: 31px;
	margin-bottom: 1.9375rem;
}

.p-form__label {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.p-form__input {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-form__input.--select {
	position: relative;
}

.p-form__input.--select::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#706f6f), to(#333));
	background: linear-gradient(180deg, #706f6f 0%, #333 100%);
	border-radius: 0 0.25rem 0.25rem 0;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	width: 2.6875rem;
	z-index: 1;
}

.p-form__input.--select::after {
	-webkit-transform: translateY(-50%);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: #ffffff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 9px;
	height: 0.5625rem;
	pointer-events: none;
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	width: 0.6875rem;
	z-index: 1;
}

.p-form__required {
	background: transparent;
	border: 1px solid #f1a548;
	border-radius: 0.625rem;
	color: #f1a548;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1;
	margin-left: 8px;
	margin-left: 0.5rem;
	padding: 3px 6px;
	padding: 0.1875rem 0.375rem;
}

.p-form__optional {
	background: transparent;
	border: 1px solid #999999;
	border-radius: 0.625rem;
	color: #999999;
	display: inline-block;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 1;
	margin-left: 8px;
	margin-left: 0.5rem;
	padding: 3px 6px;
	padding: 0.1875rem 0.375rem;
}

.p-form__privacy {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-form__privacy label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	gap: 0.5rem;
}

.p-form__privacy a {
	color: #0071c4;
	text-decoration: underline;
}

.p-form__btn {
	margin-top: 27px;
	margin-top: 1.6875rem;
	text-align: center;
}

.p-form__btnWrapper {
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-form__btnWrapper input[type=submit] {
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	background-color: #f1a548;
	border: 2px solid #ffffff;
	border: 0.125rem solid #ffffff;
	border-radius: 1.75rem;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	font-weight: 500;
	line-height: 1;
	padding: 16px 53px 16px 34px;
	padding: 1rem 3.3125rem 1rem 2.125rem;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-form__btnWrapper::after {
	-webkit-transform: translateY(-50%);
	-ms-flex-negative: 0;
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transition: background-color 0.3s ease;
	background: #ffffff;
	content: "";
	flex-shrink: 0;
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 34px;
	right: 2.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 7px;
	width: 0.4375rem;
}

.p-form .wpcf7-spinner {
	position: absolute;
}

.p-fv {
	padding-top: 137px;
	padding-top: 8.5625rem;
}

.p-fv__inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.p-fv__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 72px;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.35;
}

.p-fv__btn {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.p-fv__sliderWrapper {
	margin-top: 44px;
	margin-top: 2.75rem;
	padding-bottom: 125px;
	padding-bottom: 7.8125rem;
	position: relative;
}

.p-fv__sliderWrapper::after {
	background-image: url(../images/wave.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 268px;
	height: 16.75rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-fv__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.p-fv__images {
	-webkit-animation: scroll-left 70s infinite linear 0.5s both;
	animation: scroll-left 70s infinite linear 0.5s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fv__img {
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 611/492;
	border-radius: 0.25rem;
	max-width: none;
	max-width: initial;
	object-fit: cover;
	width: 611px;
	width: 38.1875rem;
}

.p-hamburger {
	display: none;
}

.p-hamburger span {
	-webkit-transition: 0.3s -webkit-transform;
	background: #ffffff;
	border-radius: 0.125rem;
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 9px;
	left: 0.5625rem;
	position: absolute;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	width: 17px;
	width: 1.0625rem;
}

.p-hamburger span:nth-child(1) {
	top: 11px;
	top: 0.6875rem;
}

.p-hamburger span:nth-child(2) {
	top: 17px;
	top: 1.0625rem;
}

.p-hamburger span:nth-child(3) {
	top: 23px;
	top: 1.4375rem;
}

/* active */

.p-hamburger.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	top: 16px;
	transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	top: 16px;
	transform: rotate(45deg);
}

.p-header {
	background: #fcfbf2;
	height: 100px;
	height: 6.25rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__top {
	border-bottom: 1px solid #dedcca;
	height: 58px;
	height: 3.625rem;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding-left: 70px;
	padding-left: 4.375rem;
	padding-right: 26px;
	padding-right: 1.625rem;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 118px;
	width: 7.375rem;
}

.p-header__language {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.p-header__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__bottom {
	border-bottom: 1px solid #dedcca;
	height: 42px;
	height: 2.625rem;
}

.p-header__nav {
	height: inherit;
}

.p-header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	gap: 1.5rem;
	height: inherit;
	justify-content: center;
}

.p-header__item {
	height: inherit;
}

.p-header__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: inherit;
}

/* 言語スイッチャー */

.widget_bogo_language_switcher .w-header__title {
	display: none;
}

.bogo-language-switcher {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
}

.bogo-language-switcher a {
	font-family: "Cabin", sans-serif;
	line-height: 1;
	padding: 0;
}

ul.bogo-language-switcher li {
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.bogo-language-switcher .current a {
	opacity: 0.5;
}

.bogo-language-switcher .en-US {
	position: relative;
}

.bogo-language-switcher .en-US::before {
	-webkit-transform: translateY(-50%);
	background-color: #222222;
	content: "";
	height: 40%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-letter {
	padding: 40px 0 46px;
	padding: 2.5rem 0 2.875rem;
}

.p-letter__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.p-letter__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-letter__text {
	line-height: 1.5;
}

.p-letter__right {
	width: 400px;
	width: 25rem;
}

.p-letter__form {
	display: grid;
	gap: 16px;
	gap: 1rem;
	grid-template-columns: 1fr 5rem;
}

.p-letter__input input {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #222222;
	border-radius: 0.25rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
	line-height: 1;
	padding: 11px 12px;
	padding: 0.6875rem 0.75rem;
	width: 100%;
}

.p-letter__submit input {
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: opacity 0.3s ease;
	appearance: none;
	background: #f1a548;
	border: none;
	border-radius: 0.25rem;
	box-shadow: none;
	color: #ffffff;
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
	line-height: 1;
	padding: 0 12px;
	padding: 0 0.75rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-letter__note {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-letter__note a {
	color: #0071c4;
	text-decoration: underline;
}

.p-location {
	padding: 8px 0 86px;
	padding: 0.5rem 0 5.375rem;
}

.p-location__title {
	border-bottom: 1px solid #dedcca;
	color: #65a99a;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 72px 0 14px;
	padding: 4.5rem 0 0.875rem;
}

.p-location__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-location__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 48px;
	gap: 3rem;
	grid-template-columns: 574fr 558fr;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-location__img img {
	-o-object-fit: cover;
	aspect-ratio: 574/383;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-location__name {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-location__en {
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.p-location__address {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-location__tel {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-location__content {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-location__map {
	color: #0071c4;
	display: inline-block;
	margin-top: 16px;
	margin-top: 1rem;
	text-decoration: underline;
}

.p-message {
	padding: 60px 0 107px;
	padding: 3.75rem 0 6.6875rem;
}

.p-message__title {
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	text-align: center;
}

.p-message__text {
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-news {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-news__inner.l-inner {
	max-width: 1050px;
}

.p-news__tags {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	gap: 1rem;
	justify-content: flex-start;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.p-news__tag a {
	border: 1px solid #65a99a;
	border: 0.0625rem solid #65a99a;
	border-radius: 1rem;
	color: #65a99a;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	min-width: 106px;
	min-width: 6.625rem;
	padding: 2px 25px;
	padding: 0.125rem 1.5625rem;
	text-align: center;
}

.p-news__tag.is-current a {
	background: #65a99a;
	color: #ffffff;
}

.p-news__list {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-news__pagination {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-newsList__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	border-bottom: 1px solid #dedcca;
	border-bottom: 0.0625rem solid #dedcca;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
	justify-content: flex-start;
	padding: 23px 42px 23px 24px;
	padding: 1.4375rem 2.625rem 1.4375rem 1.5rem;
	position: relative;
}

.p-newsList__item::after {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: translateY(-50%);
	background: #65a99a;
	content: "";
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 22px;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	width: 0.4375rem;
}

.p-newsList__info {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	gap: 12px;
	gap: 0.75rem;
	justify-content: flex-start;
}

.p-newsList__date {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.04em;
	line-height: 1;
	min-width: 104px;
	min-width: 6.5rem;
}

.p-newsList__tag {
	border: 1px solid #65a99a;
	border-radius: 6.1875rem;
	color: #65a99a;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: 6px 15px;
	padding: 0.375rem 0.9375rem;
}

.p-newsList__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
}

.p-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	gap: 2.5rem;
	justify-content: center;
}

.p-pagination .page-numbers {
	color: #65a99a;
	font-family: "Cabin", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
}

.p-pagination .current {
	color: #222;
}

.p-pagination__previous {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-transform: rotate(180deg);
	background: #65a99a;
	height: 12px;
	height: 0.75rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	transform: rotate(180deg);
	width: 12px;
	width: 0.75rem;
}

.p-pagination__next {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #65a99a;
	height: 12px;
	height: 0.75rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 12px;
	width: 0.75rem;
}

.p-program {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-program__calendar {
	margin: auto 0;
	max-width: 1088px;
	max-width: 68rem;
}

.p-program__btn {
	margin: 75px auto 80px;
	margin: 4.6875rem auto 5rem;
	text-align: center;
}

.p-program__pagination {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-programList {
	display: grid;
	gap: 40px 23px;
	gap: 2.5rem 1.4375rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-programList__item {
	background: #ffffff;
	border-radius: 0.25rem;
	color: #222222;
	padding: 16px 24px 40px;
	padding: 1rem 1.5rem 2.5rem;
	position: relative;
}

.p-programList__item::before {
	-webkit-mask-image: url(../images/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background: #65a99a;
	bottom: 16px;
	bottom: 1rem;
	content: "";
	height: 11px;
	height: 0.6875rem;
	mask-image: url(../images/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	width: 7px;
	width: 0.4375rem;
}

.p-programList__img img {
	-o-object-fit: cover;
	aspect-ratio: 330/209;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-programList__content {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-programList__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	gap: 0.75rem;
	justify-content: flex-start;
}

.p-programList__date {
	font-family: "Cabin", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

.p-programList__tag {
	border: 1px solid #f1a548;
	border: 0.0625rem solid #f1a548;
	border-radius: 6.1875rem;
	color: #f1a548;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 3px 7px;
	padding: 0.1875rem 0.4375rem;
}

.p-programList__tag.--open {
	background: #f1a548;
	color: #ffffff;
}

.p-programList__tag.--closed {
	background: #828176;
	border-color: #828176;
	color: #ffffff;
}

.p-programList__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
	overflow: hidden;
}

.p-programList__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 5px;
	margin-top: 0.3125rem;
	overflow: hidden;
}

.p-simple {
	padding: 220px 0 89px;
	padding: 13.75rem 0 5.5625rem;
}

.p-simple__main {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: center;
}

.p-simple__text {
	margin-top: 39px;
	margin-top: 2.4375rem;
	text-align: center;
}

.p-simple__btn {
	margin: 51px auto 0;
	margin: 3.1875rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-single {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 180px;
	padding-top: 11.25rem;
}

.p-single__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	gap: 1rem;
	justify-content: flex-start;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.p-single__date {
	color: #222;
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

.p-single__category {
	border: 1px solid #65a99a;
	border: 0.0625rem solid #65a99a;
	border-radius: 1rem;
	color: #65a99a;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 2px 25px;
	padding: 0.125rem 1.5625rem;
}

.p-single__title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-single__thumbnail {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 880/557;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single__btn {
	margin: 36px auto 0;
	margin: 2.25rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-slide {
	margin: 12px 0 91px;
	margin: 0.75rem 0 5.6875rem;
}

.p-slide__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 30px 0;
	padding: 1.875rem 0;
}

.p-slide__images {
	-webkit-animation: scroll-left 50s infinite linear 0.5s both;
	animation: scroll-left 50s infinite linear 0.5s both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	will-change: transform;
}

.p-slide__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-slide__img img {
	-o-object-fit: cover;
	aspect-ratio: 350/233;
	border-radius: 0.25rem;
	max-width: none;
	max-width: initial;
	object-fit: cover;
	width: 350px;
	width: 21.875rem;
}

.p-slide__img:nth-child(even) img {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-subFv {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 180px;
	padding-top: 11.25rem;
}

.p-subFv__title {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: center;
}

.p-team {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-team__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: 33.125rem 1fr;
}

.p-team__img img {
	-o-object-fit: cover;
	aspect-ratio: 530/353;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-team__title {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-team__text {
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-team__text span {
	font-weight: 700;
}

.p-topConcept {
	padding: 120px 0;
	padding: 7.5rem 0;
}

.p-topConcept__inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 72px;
	gap: 4.5rem;
	grid-template-columns: 31.625rem 1fr;
}

.p-topConcept__img img {
	-o-object-fit: cover;
	aspect-ratio: 506/337;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topConcept__lead {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-topConcept__text {
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-topConcept__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-topContents {
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-topContents__items {
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-topContents__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #65a99a;
	border-radius: 0.25rem;
	color: #fcfbf2;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Carter One", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 32px;
	font-size: 2rem;
	justify-content: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.p-topContents__item {
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
}

.p-topContents__img img {
	-o-object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	height: 100%;
	object-fit: cover;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-topContents__text {
	background: #fcfbf2;
	border-radius: 0 0.25rem 0 0;
	bottom: 0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 9px 23px;
	padding: 0.5625rem 1.4375rem;
	position: absolute;
}

.p-topContents__items.--bottom {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-topFeatures {
	padding: 120px 0 60px;
	padding: 7.5rem 0 3.75rem;
}

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

.p-topFeatures__lead {
	line-height: 1.5;
	margin-top: 39px;
	margin-top: 2.4375rem;
	text-align: center;
}

.p-topFeatures__items {
	counter-reset: listnum;
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-topFeatures__item {
	background: #ffffff;
	border-radius: 0.25rem;
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	padding: 19px 26px;
	padding: 1.1875rem 1.625rem;
}

.p-topFeatures__item::before {
	color: #f1a548;
	content: counter(listnum, decimal-leading-zero); /* カウントした数に応じて番号を表示（01, 02, 03...） */
	font-family: "Carter One", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}

.p-topFeatures__icon {
	margin: 0 auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
	max-width: 128px;
	max-width: 8rem;
}

.p-topFeatures__main {
	color: #f1a548;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-topFeatures__text {
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-topNews {
	padding: 78px 0;
	padding: 4.875rem 0;
}

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

.p-topNews__list {
	margin-top: 44px;
	margin-top: 2.75rem;
}

.p-topNews__btn {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-topProgram__box {
	background: #65a99a;
	border-radius: 0.25rem;
	color: #fcfbf2;
	padding: 96px 60px 80px;
	padding: 6rem 3.75rem 5rem;
}

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

.p-topProgram__lead {
	line-height: 1.5;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-topProgram__list {
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-topProgram__btn {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.6;
}

.c-btn:hover {
	background-color: #ffffff;
	border-color: #f1a548;
	color: #f1a548;
	opacity: 1;
}

.c-btn:hover::before,
.c-btn:hover::after {
	background: #f1a548;
}

.c-btn.--clear:hover {
	background-color: #f1a548;
	border-color: #ffffff;
	color: #ffffff;
}

.c-btn.--clear:hover::before,
.c-btn.--clear:hover::after {
	background: #ffffff;
}

.p-form__btnWrapper:hover {
	opacity: 1;
}

.p-form__btnWrapper:hover input[type=submit] {
	background-color: #ffffff;
	border-color: #f1a548;
	color: #f1a548;
}

.p-form__btnWrapper:hover:after {
	background: #f1a548;
}

.p-letter__submit input:hover {
	opacity: 0.6;
}

.p-programList__item:hover {
	opacity: 0.8;
}

.p-topContents__item:hover {
	opacity: 1;
}

.p-topContents__item:hover .p-topContents__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.c-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	border-width: 1px;
	font-size: 0.875rem;
	gap: 0.6875rem;
	justify-content: center;
	min-width: 12.5rem;
	padding: 0.6875rem 1.25rem;
}

.c-btn::after {
	height: 0.625rem;
	width: 0.375rem;
}

.c-btn.--download::after {
	height: 0.75rem;
	width: 0.75rem;
}

.c-btn.--back::before {
	height: 0.625rem;
	width: 0.375rem;
}

.c-navLink__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-navLink__items.--wrap {
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: repeat(2, 1fr);
}

.c-navLink__item {
	max-width: 100%;
	width: 100%;
}

.c-navLink__item a {
	padding: 0.125rem 0 0.625rem;
}

.c-navLink__item a::after {
	height: 0.625rem;
	width: 0.375rem;
}

.c-tabList {
	gap: 0.75rem;
}

.c-tabList__item {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.c-title__en {
	font-size: 2.5rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
}

.l-inner.--small {
	max-width: 33.75rem;
}

.l-inner.--single {
	max-width: 33.75rem;
}

.block-editor h2 {
	font-size: 1.25rem;
	margin-top: 2.0625rem;
}

.block-editor h3 {
	font-size: 1.125rem;
	margin-top: 2.0625rem;
}

.block-editor h4 {
	margin-top: 2.0625rem;
}

.block-editor h5 {
	font-size: 1rem;
	margin-top: 2.0625rem;
}

.block-editor .wp-block-group {
	margin-top: 1.5rem;
	padding: 1rem;
}

.block-editor .wp-block-table {
	margin-top: 1.5rem;
}

.block-editor .wp-block-table td,
.block-editor .wp-block-table th {
	padding: 0.6em;
}

.block-editor .wp-block-quote p {
	font-size: 0.875rem;
}

.block-editor .wp-block-quote::before {
	height: 3rem;
	top: 0.625rem;
	width: 1.5rem;
}

.block-editor .wp-block-quote::after {
	bottom: 0;
	height: 2.25rem;
	width: 1.75rem;
}

.modal__container {
	max-width: 95%;
	padding: 0.9375rem 0.9375rem;
}

.modal__title {
	font-size: 1rem;
}

.modal__close {
	height: 2.5rem;
	width: 3.125rem;
}

.modal__content {
	padding: 0 0.9375rem 13.125rem;
}

.modal-bottom .c-btn {
	min-width: auto;
	padding: 0.75rem 1.5625rem;
}

.p-contact {
	padding-bottom: 1.875rem;
}

.p-contact__inner.l-inner {
	max-width: 33.75rem;
}

.p-cta__box {
	padding: 3.75rem 0.9375rem 3.75rem;
}

.p-cta__title {
	font-size: 1.75rem;
}

.p-cta__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-cta__btn {
	margin-top: 1.5rem;
}

.p-documents {
	padding-bottom: 3.75rem;
}

.p-documents__items {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.p-faq {
	padding: 0.625rem 0 2.5rem;
}

.p-faq__title {
	font-size: 1.125rem;
	padding: 2.5rem 0 1rem;
}

.p-faq__question {
	padding: 1rem 1.5rem 1rem 0;
}

.p-faq__question::before,
.p-faq__question::after {
	width: 0.875rem;
}

.p-filter__item {
	padding: 1.5rem 0;
}

.p-filter__wrapper {
	grid-template-columns: 1fr;
}

.p-filter__tags {
	gap: 0.375rem 0.625rem;
}

.p-filter__tag + label {
	font-size: 0.875rem;
	padding: 0.25rem 0.625rem 0.125rem;
}

.p-flow {
	padding-bottom: 3.75rem;
}

.p-flow__contentTitle {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.p-flow__items {
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.p-flow__item {
	gap: 1.25rem;
	grid-template-columns: 5rem 1fr;
}

.p-flow__item:not(:last-child)::before {
	height: calc(100% + 1.25rem);
	left: 2.4375rem;
	top: 0.625rem;
}

.p-flow__timeLine {
	font-size: 0.875rem;
	padding: 0.5rem 0;
}

.p-flow__body {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.p-flow__list li {
	margin-bottom: 0.75rem;
	padding-left: 1.25rem;
}

.p-flow__list li::before {
	height: 0.625rem;
	width: 0.625rem;
}

.p-footer__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.875rem 0 1.875rem;
}

.p-footer__left {
	width: 100%;
}

.p-footer__logo {
	width: 6.25rem;
}

.p-footer__info {
	margin-top: 0.75rem;
}

.p-footer__right {
	max-width: 100%;
}

.p-footer__navItems {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	gap: 0.125rem 1.5rem;
	justify-content: flex-start;
}

.p-footer__navItem a {
	line-height: 1.8;
}

.p-footer__bottom {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-footer__copyright {
	width: 100%;
}

.p-form textarea {
	height: 10rem;
}

.p-form__item:not(:last-child) {
	margin-bottom: 1.25rem;
}

.p-form__label {
	font-size: 0.875rem;
}

.p-form__btn {
	margin-top: 2.75rem;
}

.p-form__btnWrapper::after {
	height: 0.625rem;
	width: 0.375rem;
}

.p-fv {
	padding-top: 7.4375rem;
}

.p-fv__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
	gap: 1.5rem;
}

.p-fv__title {
	font-size: 2.25rem;
	line-height: 1.5;
}

.p-fv__sliderWrapper {
	margin-top: 1.0625rem;
	padding-bottom: 5.4375rem;
}

.p-fv__sliderWrapper::after {
	background-image: url(../images/wave_sp.png);
	height: 9rem;
}

.p-fv__img img {
	width: 20rem;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f1a548;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 2.1875rem;
	outline: none;
	padding: 0;
	position: fixed;
	right: 0.9375rem;
	text-align: center;
	top: 0.9375rem;
	width: 2.1875rem;
	z-index: 102;
}

.p-header {
	height: 4.125rem;
}

.p-header__top {
	border-bottom: none;
	height: 4.125rem;
}

.p-header__inner {
	padding: 0 0.9375rem;
}

.p-header__logo img {
	width: 5.625rem;
}

.p-header__language {
	font-size: 0.875rem;
	margin-right: 2.25rem;
}

.p-letter {
	padding: 1.875rem 0 1.875rem;
}

.p-letter__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

.p-letter__right {
	width: 100%;
}

.p-location {
	padding-bottom: 2.5rem;
}

.p-location__title {
	padding: 2.5rem 0 0.875rem;
}

.p-location__items {
	margin-top: 1.875rem;
}

.p-location__item {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.p-location__name {
	font-size: 1.125rem;
}

.p-location__en {
	font-size: 0.875rem;
}

.p-location__address {
	margin-top: 0.75rem;
}

.p-location__tel {
	margin-top: 0.75rem;
}

.p-location__content {
	margin-top: 0.75rem;
}

.p-location__map {
	margin-top: 0.75rem;
}

.p-message {
	padding: 1.875rem 0 3.75rem;
}

.p-message__title {
	margin-bottom: 1.5rem;
}

.p-message__text {
	margin-top: 1rem;
	text-align: left;
}

.p-news__inner.l-inner {
	max-width: 33.75rem;
}

.p-news__list {
	margin-top: 2.5rem;
}

.p-news__pagination {
	margin-top: 2.5rem;
}

.p-newsList__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem 1.875rem 1rem 0.625rem;
}

.p-newsList__item::after {
	-webkit-transform: none;
	bottom: 1.4375rem;
	right: 0.625rem;
	top: auto;
	transform: none;
}

.p-newsList__date {
	font-size: 0.9375rem;
	min-width: 5rem;
}

.p-newsList__tag {
	padding: 0.25rem 0.625rem;
}

.p-newsList__title {
	-webkit-line-clamp: 2;
}

.p-pagination {
	gap: 1.5rem;
}

.p-pagination .page-numbers {
	font-size: 1rem;
}

.p-pagination__previous {
	height: 0.75rem;
	width: 0.75rem;
}

.p-pagination__next {
	height: 0.75rem;
	width: 0.75rem;
}

.p-program {
	padding-bottom: 2.5rem;
}

.p-program__btn {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-program__pagination {
	margin-top: 2.5rem;
}

.p-programList {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-simple {
	padding: 7.5rem 0 2.5rem;
}

.p-simple__main {
	font-size: 1.5rem;
}

.p-simple__btn {
	margin-top: 1.875rem;
}

.p-single {
	padding-bottom: 2.5rem;
	padding-top: 6.875rem;
}

.p-single__title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.p-single__thumbnail {
	margin-top: 1rem;
}

.p-single__content {
	margin-top: 1rem;
}

.p-single__btn {
	margin-top: 1.5rem;
}

.p-slide {
	margin: 0.75rem 0 3.75rem;
}

.p-slide__slider {
	padding: 1.25rem 0;
}

.p-slide__img img {
	width: 15rem;
}

.p-slide__img:nth-child(even) img {
	margin-top: 0.9375rem;
}

.p-subFv {
	padding-bottom: 2.5rem;
	padding-top: 6.875rem;
}

.p-subFv__title {
	font-size: 1.5rem;
}

.p-team {
	padding-bottom: 1.875rem;
}

.p-team__inner {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.p-team__title {
	margin-bottom: 1.5rem;
}

.p-team__text {
	margin-top: 0.75rem;
}

.p-topConcept {
	padding: 5rem 0;
}

.p-topConcept__inner {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

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

.p-topConcept__btn {
	margin-top: 1rem;
}

.p-topContents__items {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.p-topContents__title {
	min-height: 5rem;
}

.p-topContents__img img {
	aspect-ratio: 3/2;
}

.p-topContents__text {
	font-size: 1rem;
}

.p-topContents__items.--bottom {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-topFeatures {
	padding: 5rem 0 2.5rem;
}

.p-topFeatures__lead {
	margin-top: 1.5rem;
	text-align: left;
}

.p-topFeatures__items {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin: 1.875rem auto 0;
	width: 80%;
}

.p-topFeatures__icon {
	max-width: 6.125rem;
}

.p-topNews {
	padding: 3.75rem 0;
}

.p-topNews__list {
	margin-top: 1.25rem;
}

.p-topNews__btn {
	margin-top: 1.875rem;
}

.p-topProgram__box {
	padding: 3.75rem 0.9375rem 2.5rem;
}

.p-topProgram__lead {
	margin-top: 1rem;
}

.p-topProgram__list {
	margin-top: 1.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

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

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

}

@keyframes mmslideIn {

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

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

}

@-webkit-keyframes mmslideOut {

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

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

}

@keyframes mmslideOut {

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

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

}

@-webkit-keyframes scroll-left {

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

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

}

@keyframes scroll-left {

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

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

}


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