body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	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;
	max-width: 100%;
	width: 100%;
}

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

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

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

.c-super {
	color: inherit !important;
	font-size: 0.5em !important;
	vertical-align: super;
}

.c-boxtitle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-boxtitle__num {
	color: #acdded;
	font-family: Arial, sans-serif;
	font-size: 150px;
	font-size: 9.375rem;
	line-height: 1;
	margin-right: 20px;
	margin-right: 1.25rem;
}

.c-boxtitle__title {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.5;
}

.c-button1 {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0a90bb), to(#0ab7b6));
	background: linear-gradient(90deg, #0a90bb 0, #0ab7b6 100%);
	border-radius: 3.125rem;
	-webkit-box-shadow: 0 3px 6px;
	box-shadow: 0 3px 6px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 18px 44px;
	padding: 1.125rem 2.75rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.p-header__button .c-button1 {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 14.5px 44px;
	padding: 0.90625rem 2.75rem;
}

.c-button1:before {
	aspect-ratio: 7/12;
	background-image: url("../images/arrow.svg");
	background-size: cover;
	content: "";
	position: absolute;
	right: 16px;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	width: 0.4375rem;
}

.p-header__button .c-button1:before {
	right: 12px;
	right: 0.75rem;
}

.c-button1:focus,
.c-button1:hover {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #5bb96a), to(#0cb8b3));
	background: linear-gradient(90deg, #5bb96a 0, #0cb8b3 100%);
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.c-gbox {
	background: #f4f4f4;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
	padding: 12px 14px;
	padding: 0.75rem 0.875rem;
}

.c-greenhead {
	background: #00b4cc;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 12px;
	padding: 0.75rem;
	text-align: center;
}

#feature02 .c-greenhead {
	background: #009bcf;
}

#feature03 .c-greenhead,
.p-sec05 .c-greenhead {
	background: #0a8fbb;
}

.c-greenhead--small {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 11px;
	padding: 0.6875rem;
}

.c-greenhead span {
	font-size: 18px;
	font-size: 1.125rem;
}

.c-greenhead--small span {
	font-size: 14px;
	font-size: 0.875rem;
}

.c-sectiontitle {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-sectiontitle--white {
	color: #fff;
}

.c-table01 {
	background-color: #fff;
	border: 1px solid #00b4cc;
	border-collapse: collapse;
	margin-top: 20px;
	margin-top: 1.25rem;
	table-layout: auto;
	width: 100%;
}

.c-table01 th {
	border-bottom: solid 1px #00b4cc;
	color: #00b4cc;
	font-size: 18px;
	letter-spacing: 0.54px;
	line-height: 1.5;
	padding: 0 40px;
	padding: 0 2.5rem;
	vertical-align: middle;
	white-space: nowrap;
	width: 30%;
}

.c-table01 td {
	border: solid 1px #00b4cc;
	color: #000;
	font-size: 14px;
	line-height: 2;
	padding: 22px 20px;
	padding: 1.375rem 1.25rem;
}

.p-sec06 .c-table01 td {
	border-left: none;
}

.p-sec06 .c-table01 th {
	text-align: left;
}

.c-table02 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-top: 20px;
	margin-top: 1.25rem;
	table-layout: auto;
	width: 100%;
}

.c-table02 th {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	padding: 10px;
	padding: 0.625rem;
	vertical-align: middle;
}

.c-table02 td {
	font-size: 14px;
	font-size: 0.875rem;
	font-size: 14px;
	padding: 10px;
	padding: 0.625rem;
	text-align: center;
}

.c-table02 td,
.c-table02 th {
	background-color: #fff;
	border: solid 1px #ccc;
}

.c-table02.txt-turquoise th {
	color: inherit;
}

.c-table02 th.c-table02__head {
	background-color: #e6f4f8;
	color: #0a8fbb;
}

.c-table02 th.c-table02__bg {
	display: block;
	width: 100%;
}

.c-table02__small {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 13px;
	margin-top: 0.8125rem;
	text-align: right;
}

.c-table2__bg {
	background: #f4f4f4;
}

.c-test {
	background-color: blue;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.l-cta {
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}

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

.l-inner--wide {
	max-width: 1130px;
}

.l-kv {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.l-sec01 {
	margin-top: 80px;
	margin-top: 5rem;
}

.l-sec02 {
	margin-top: 90px;
	margin-top: 5.625rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.l-sec03 {
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.l-sec04 {
	margin-top: 97px;
	margin-top: 6.0625rem;
}

.l-sec05 {
	margin-top: 90px;
	margin-top: 5.625rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	padding-top: 90px;
	padding-top: 5.625rem;
}

.l-sec06 {
	padding: 100px 0;
	padding: 6.25rem 0;
}

.l-sec07 {
	padding: 90px 0;
	padding: 5.625rem 0;
}

.l-sec08 {
	padding-top: 80px;
	padding-top: 5rem;
}

.l-sec09 {
	margin-top: 90px;
	margin-top: 5.625rem;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.l-sec10 {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.l-sec11 {
	margin-top: 90px;
	margin-top: 5.625rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.l-sec12 {
	margin-top: 90px;
	margin-top: 5.625rem;
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
}

.p-bgbox {
	background: #f2f1ed;
	padding: 40px;
	padding: 2.5rem;
}

.p-bgbox__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-bgbox__text span {
	color: #00b4cc;
}

.p-bgbox2 {
	background: #f2f1ed;
	padding: 24px;
	padding: 1.5rem;
}

.p-bgbox2__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-bgbox2__text span {
	color: #00b4cc;
}

.p-bgbox2__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 48px 30px 36px;
	padding: 0.9375rem 3rem 1.875rem 2.25rem;
}

.p-bgbox2__tel {
	border-right: #b29137 1px solid;
	max-width: 450px;
	max-width: 28.125rem;
	padding-right: 36px;
	padding-right: 2.25rem;
	width: 100%;
}

.p-bgbox2__button {
	padding-left: 36px;
	padding-left: 2.25rem;
	width: 360px;
	width: 22.5rem;
}

.p-block {
	grid-gap: 1.25rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: calc(50% - 50vw);
	width: calc(50% + 50vw);
}

.p-block:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}

.p-block__content {
	width: calc(100% - 50vw - 1.875rem);
}

.p-block__title {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.p-block__title--sub {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.p-block__title--narrow {
	display: inline-block;
	letter-spacing: -0.1em;
	margin-left: -16px;
	margin-left: -1rem;
}

.p-block__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-block__img {
	width: calc(50vw - 1.875rem);
}

.p-box {
	background: #fff;
	padding: 50px 50px;
	padding: 3.125rem 3.125rem;
}

.p-sec06 .p-box {
	padding: 50px 90px;
	padding: 3.125rem 5.625rem;
}

.p-box__unit + .p-box__unit {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-box__title {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.3333333333;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

#feature01 .p-box__title {
	color: #00b4cc;
}

#feature02 .p-box__title {
	color: #009bcf;
}

#feature03 .p-box__title {
	color: #0a8fbb;
}

.p-sec06 .p-box__title {
	font-weight: 600;
}

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

.p-box__title span {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
}

.p-box__container {
	grid-gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-box__container > div {
	width: calc(50% - 2rem);
}

.p-box__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-box__text--narrow {
	padding: 0 40px;
	padding: 0 2.5rem;
}

.p-box__text:first-of-type {
	margin-top: 0;
}

.p-box__text span {
	color: #00b4cc;
}

.p-box__text strong {
	color: #0a8fbb;
	font-weight: 500;
}

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

.p-box__quote {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-box__bgbox {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-box__bgtitle--02 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 720px;
	max-width: 45rem;
}

.p-box__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 650px;
	max-width: 40.625rem;
}

.p-box__bgtitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 720px;
	max-width: 45rem;
}

.p-box__img--01 {
	margin-top: -110px;
	margin-top: -6.875rem;
}

.p-box__img--02 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 338px;
	max-width: 21.125rem;
}

.p-box2 {
	background: #fff;
	border: #0a8fbb 1px solid;
	padding: 0px 55px 60px 60px;
	padding: 0rem 3.4375rem 3.75rem 3.75rem;
}

.p-box2__title {
	margin-left: -28px;
	margin-left: -1.75rem;
}

.p-box2__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-box2__left {
	width: 615px;
	width: 38.4375rem;
}

.p-box2__left img {
	aspect-ratio: 84/168;
	width: 84px;
	width: 5.25rem;
}

.p-box2__right {
	margin-top: 55px;
	margin-top: 3.4375rem;
	width: 320px;
	width: 20rem;
}

.p-box2__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

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

.p-box2__text:first-of-type {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-box2 dt,
.p-box2 dd {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}

.p-box2 dt {
	color: #0a8fbb;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-box2 dt:first-of-type {
	margin-top: 30px;
	margin-top: 1.875rem;
}

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

.p-box2__subtext {
	color: #0a8fbb;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-box2__wbox {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-box3 {
	background: #fff;
	padding: 30px;
	padding: 1.875rem;
}

.p-box3__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-box4 {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	padding: 3.75rem;
}

.p-box4__unit:first-of-type {
	border-right: #dbd3bf 1px solid;
}

.p-box4__unit:nth-of-type(2) {
	padding-left: 50px;
	padding-left: 3.125rem;
}

.p-box4__unit {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-box4__unit dt {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 2;
}

.p-box4__unit dd {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-box4__unit:nth-of-type(2) dd {
	margin-top: 0px;
	margin-top: 0rem;
}

.p-cta {
	border-bottom: #f2f1ed 1px solid;
}

.p-cta__title {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.875;
	text-align: center;
}

.p-cta__container {
	grid-gap: 1.125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 61px;
	margin-top: 3.8125rem;
	max-width: 920px;
	max-width: 57.5rem;
}

.p-cta__micro {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.p-cta__box {
	border-right: #dbd3bf 1px solid;
	width: 50%;
}

.p-cta__tel {
	aspect-ratio: 403/101;
	display: block;
	width: 403px;
	width: 25.1875rem;
}

.p-cta__reserve {
	text-align: center;
	width: 50%;
}

.p-cta__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-top: 0.75rem;
	max-width: 360px;
	max-width: 22.5rem;
	width: 100%;
}

.p-cta__arrow {
	border-bottom: 0;
	border-left: 420px solid transparent;
	border-left: 26.25rem solid transparent;
	border-right: 420px solid transparent;
	border-right: 26.25rem solid transparent;
	border-style: solid;
	border-top: 80px solid #f2f1ed;
	border-top: 5rem solid #f2f1ed;
	height: 0;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 0;
}

.p-cta--white,
.p-cta--bg {
	padding-top: 90px;
	padding-top: 5.625rem;
}

.p-cta--white .p-cta__arrow {
	display: none;
}

.p-cta--bg .p-cta__arrow {
	display: none;
}

.p-cta--bg {
	background: #f2f1ed;
}

.p-cta--bg .p-cta__container {
	background: #fff;
	max-width: 1020px;
	max-width: 63.75rem;
	padding: 47px 0 47px 50px;
	padding: 2.9375rem 0 2.9375rem 3.125rem;
}

.p-faq {
	border: #0a8fbb 2px solid;
	width: 100%;
}

.p-faq + .p-faq {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-faq button {
	background-color: #fff;
	color: #0a8fbb;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 32px 118px 32px 98px;
	padding: 2rem 7.375rem 2rem 6.125rem;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-faq:hover button {
	background-color: #0a8fbb;
	color: #fff;
}

.p-faq.open:hover button {
	background-color: #fff;
	color: #0a8fbb;
}

.p-faq__body {
	background-color: #fff;
	/*display: none;*/
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
	padding: 28px 80px 28px 98px;
	padding: 1.75rem 5rem 1.75rem 6.125rem;
	position: relative;
	width: 100;
}

.p-faq__body::before,
.p-faq button::before {
	color: #acdded;
	content: "Q";
	font-family: Arial, sans-serif;
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 700;
	height: 58px;
	height: 3.625rem;
	left: 28px;
	left: 1.75rem;
	letter-spacing: 0.03em;
	line-height: 45px;
	line-height: 2.8125rem;
	position: absolute;
	top: 22px;
	top: 1.375rem;
	width: 38px;
	width: 2.375rem;
}
/* 「Q」のスタイル */
.p-faq p::before {
    color: #acdded;
    content: "Q";
    font-family: Arial, sans-serif;
    font-size: 2.8125rem;
    font-weight: 700;
    position: absolute;
    left: 1.75rem;
    top: 1.375rem;
    width: 2.375rem;
    height: 3.625rem;
    letter-spacing: 0.03em;
    line-height: 2.8125rem;
}

/* 「A」のスタイルを確認 */
.p-faq__body {
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 2;
    padding: 1.75rem 5rem 1.75rem 6.125rem;
    position: relative;
    width: 100%;
}

.p-faq p {
    position: relative; /* 親要素を基準にする */
    padding: 1.75rem 5rem 1.75rem 6.125rem; /* 「A」と統一 */ 
}
@media screen and (max-width: 768px) { 
    .p-faq p {
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.75;
        padding: 1.5rem 1.25rem 1.5rem 3rem; /* 「A」とバランスを取る */
    }

    .p-faq p::before,
    .p-faq__body::before {
        font-size: 1.875rem; /* 「Q」と「A」を同じサイズに */
        left: 1rem; /* 位置調整 */
        top: 1.5rem; /* スマホでも揃うように */
        width: 2.375rem; /* 幅を統一 */
        height: 3.625rem; /* 高さを統一 */
    }

    .p-faq__body {
        padding: 1.5rem 1.25rem 1.5rem 3rem; /* スマホ用の余白調整 */
    }
}


.p-faq__body::before {
	content: "A";
}

.p-faq button::after {
	aspect-ratio: 30/18;
	background-image: url("../images/faq-arw.svg");
	background-size: cover;
	content: "";
	position: absolute;
	right: 62px;
	right: 3.875rem;
	top: 36px;
	top: 2.25rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 30px;
	width: 1.875rem;
}

.p-faq.open button::after {
	background-image: url("../images/faq-arw.svg");
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq.open:hover button::after {
	background-image: url("../images/faq-arw.svg");
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq:hover button::after {
	background-image: url("../images/faq-arw_on.svg");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-faq dt,
.p-faq dd {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-faq dt {
	color: #0aa5b8;
	font-weight: 600;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-faq dl:first-of-type dt {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-faq dd {
	line-height: 2;
}

.p-feature {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-feature__titleunit {
	grid-gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-feature__titleimg {
	-webkit-box-flex: 0;
	-ms-flex: 0 100px;
	flex: 0 100px;
	-ms-flex: 0 6.25rem;
	flex: 0 6.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-feature__titleimg img {
	aspect-ratio: 1;
	width: 100%;
}

.p-feature__title {
	color: #00b4cc;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-feature__title .narrow {
	display: inline-block;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 500;
	margin-left: -20px;
	margin-left: -1.25rem;
}

#feature02 .p-feature__title {
	color: #009bcf;
}

#feature03 .p-feature__title {
	color: #0a8fbb;
}

.p-feature__title span {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.p-feature__box {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-feature__img--3 img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-top: 3rem;
	max-width: 850px;
	max-width: 53.125rem;
}

.p-feature__quote {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: right;
}

.p-flow {
	width: 100%;
}

.p-flow button {
	display: none;
}

.p-flow__open.open {
	display: none;
}

.p-flow__close {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-flow button::after {
	background-image: url("../images/faq-arw.svg");
	background-size: cover;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 32px;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	width: 20px;
	width: 1.25rem;
}

button.p-flow__close::after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}

.p-footer {
	padding: 54px 0;
	padding: 3.375rem 0;
}

.p-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-footer a {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-right: 40px;
	margin-right: 2.5rem;
}

.p-footer a:hover {
	color: #0a8fbb;
	text-decoration: underline;
}

.p-footer a + a {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-footer p {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.p-header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.p-header__inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0 23px 0;
	padding: 0.875rem 0 1.4375rem 0;
	width: min(100% - 60px, 1115px);
	width: min(100% - 3.75rem, 69.6875rem);
}

.p-header__logo {
	aspect-ratio: 263/56;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 263px;
	flex: 0 1 263px;
	-ms-flex: 0 1 16.4375rem;
	flex: 0 1 16.4375rem;
}

.p-header__right {
	grid-gap: 1.875rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1;
	flex: 0 1;
}

.p-header__tel {
	aspect-ratio: 285/63;
	width: 285px;
	width: 17.8125rem;
}

.p-header__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 1;
	flex: 0 1;
}

.p-header__menu {
	aspect-ratio: 40/49;
	padding: 0;
	position: relative;
	width: 40px;
	width: 2.5rem;
}

.p-header__menu img {
	padding-bottom: 1px;
	padding-bottom: 0.0625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-iframe {
	height: 400px;
	height: 25rem;
	overflow: hidden;
	position: relative;
}

.p-iframe iframe {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.p-kv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/kv.jpg");
	background-position: 70% center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100dvh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-kv__container {
	width: 70.8333333333vw;
}

.p-kv__upper {
	grid-gap: 0.8333333333vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-kv__upper ul {
	grid-gap: 0.8333333333vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-kv__upper ul li {
	aspect-ratio: 196/80;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0a8fbb;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.6666666667vw;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.0833333333;
	position: relative;
	text-align: center;
	width: 13.6111111111vw;
}

.p-kv__upper ul li::before {
	border: 2px solid #fff;
	content: "";
	height: calc(100% - 8px);
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
}

.p-kv__upper p {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 1.6666666667vw;
	font-weight: 600;
}

.p-kv__title {
	color: #00b4cc;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 6.9444444444vw;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin-top: 1.3194444444vw;
}

.p-kv__title span {
	color: #0a8fbb;
}

.p-kv__box {
	grid-gap: 3.75vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .6);
	border: 2px solid #c5e4e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.8194444444vw;
	padding: 2.3611111111vw 4.8611111111vw;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-kv__text {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 2.5vw;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.3888888889;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-kv__text::before {
	aspect-ratio: 1;
	background-image: url("../images/kv_txt_pattern.png");
	background-size: cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 210px;
	width: 13.125rem;
	z-index: -1;
}

.p-kv__micro {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 1.3888888889vw;
	font-weight: 600;
	text-align: center;
}

.p-kv__button {
	margin-top: 0.8333333333vw;
}

.p-kv__button a {
	font-size: 1.25vw;
}

.p-menu {
	background-image: url("../images/bg_menu.png");
	background-position: right;
	background-size: cover;
	height: 100dvh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100dvw;
	z-index: 600;
}

.p-menu.open {
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: visible;
}

.p-menu .l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-menu__container {
	grid-gap: 3.75rem 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.p-menu__close {
	aspect-ratio: 1;
	padding: 0;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: -60px;
	top: -3.75rem;
	width: 30px;
	width: 1.875rem;
}

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

.p-menu__list {
	color: #fff;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	width: 390px;
	width: 24.375rem;
}

.p-menu__list a {
	display: block;
	padding: 12px 0;
	padding: 0.75rem 0;
}

.p-menu__list a:hover {
	text-decoration: underline;
}

.p-menu__text {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
}

.p-menu__text small {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-menu__cta {
	background: #fff;
	padding: 50px 40px;
	padding: 3.125rem 2.5rem;
	width: 590px;
	width: 36.875rem;
}

.p-menu__cta a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 403px;
	width: 25.1875rem;
}

.p-menu__tel {
	border-bottom: #dbd3bf 1px solid;
	border-top: #dbd3bf 1px solid;
	margin-top: 28px;
	margin-top: 1.75rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-menu__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-menu__button .c-button1 {
	width: 360px;
	width: 22.5rem;
}

.p-menu__bgclose {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-person__container {
	grid-gap: 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-person__item {
	background: #0a8fbb;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
}

.p-person__text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-person--row {
	grid-gap: 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	width: 100%;
}

.p-person--row .p-person__container {
	width: 624px;
	width: 39rem;
}

.p-profile {
	background: #f2f1ed;
	padding: 30px;
	padding: 1.875rem;
}

.p-profile__container {
	grid-gap: 1.5rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-profile__img {
	aspect-ratio: 1;
	width: 200px;
	width: 12.5rem;
}

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

.p-profile__title {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 2;
}

.p-profile__title small {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
}

.p-profile__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-sec01__title {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.25;
	text-align: center;
}

.p-sec01__img {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-sec01__title span {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 600;
}

.p-sec01__text:first-of-type {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-sec01__text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-sec01__text span {
	color: #0a8fbb;
}

.p-sec01__quote {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-sec02 {
	background-color: #f2f1ed;
}

.p-sec02__title {
	background: #0a8fbb;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
}

.p-sec02__items {
	grid-gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-sec02__item {
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 calc(50% - 0.375rem);
	flex: 1 calc(50% - 0.375rem);
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
}

.p-sec02__text {
	color: #0a8fbb;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	margin-top: 67px;
	margin-top: 4.1875rem;
	text-align: center;
}

.p-sec03 {
	background: #f2f1ed;
}

.p-sec03__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 48px;
	margin-top: 3rem;
}

.p-sec03__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-sec03__item a:hover {
	opacity: 0.75;
}

.p-sec04__lead {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.p-sec04__lead span {
	color: #0a8fbb;
	font-size: 40px;
	font-size: 2.5rem;
}

.p-sec04__quote {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}

.p-sec04__block {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.p-sec05 {
	background: #f2f1ed;
}

.p-sec05__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: center;
}

.p-sec05__title {
	color: #0a8fbb;
	font-size: 40px;
	font-size: 2.5rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-sec05__title span {
	color: #111;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
}

.p-sec05__bgtitle {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-sec05__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.5rem;
}

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

.p-sec06 {
	background-image: url("../images/bg_sec_06.jpg");
	background-size: cover;
}

.p-sec06__title {
	color: #fff;
}

.p-sec06__box:first-of-type {
	margin-top: 60px;
	margin-top: 3.75rem;
}

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

.p-sec06__bgtitle {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-sec06__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 24px;
	margin-top: 1.5rem;
}

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

.p-sec07 {
	background: #f2f1ed;
}

.p-sec07__title span {
	color: #111;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
}

.p-sec07__flow {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-sec07__box:first-of-type {
	margin-top: 80px;
	margin-top: 5rem;
}

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

.p-sec07__bgtitle {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-sec07__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 1020px;
	max-width: 63.75rem;
}

.p-sec07__text:nth-of-type(2) {
	margin-top: 60px;
	margin-top: 3.75rem;
}

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

.p-sec08 {
	position: relative;
}

.p-sec08::before {
	background-image: url("../images/sec08_bg.png");
	background-size: cover;
	content: "";
	height: calc(100% - 7.5rem);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-sec08__inner {
	margin-left: auto;
	margin-right: 0;
	max-width: 620px;
	max-width: 38.75rem;
}

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

.p-sec08__subtitle {
	color: #0a8fbb;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-sec08__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	margin-left: auto;
	margin-right: 0;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 590px;
	max-width: 36.875rem;
}

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

.p-sec09 {
	background: #0a8fbb;
	color: #fff;
	text-align: center;
}

.p-sec09__title {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-sec09__title small {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-sec09__title span {
	font-size: 40px;
	font-size: 2.5rem;
}

.p-sec10__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
}

.p-sec10__items {
	grid-gap: 3.75rem 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.p-sec10__item {
	width: 420px;
	width: 26.25rem;
}

.p-sec10__item figcaption {
	color: #0a8fbb;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-sec11 {
	background: #f2f1ed;
}

.p-sec11__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-sec11__box {
	margin-top: 42px;
	margin-top: 2.625rem;
}

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

.c-test {
	background-color: blue;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.p-wbox {
	border: #0a8fbb 1px solid;
	padding: 40px 62px;
	padding: 2.5rem 3.875rem;
}

.p-wbox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-wbox ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 1070px) {

html {
	font-size: 1.4953271028vw;
}

}

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

.u-mobile {
	display: block;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-boxtitle__num {
	font-size: 4.375rem;
	margin-right: 0.75rem;
}

.c-boxtitle__title {
	font-size: 1.25rem;
}

.c-button1 {
	padding: 0.875rem 1.5625rem;
}

.p-cta .c-button1 {
	font-size: 1.125rem;
	padding: 1.5rem 1.5625rem;
}

.p-header__button .c-button1 {
	padding: 0.625rem 1.5625rem;
}

.p-header__button .c-button1:before {
	right: 0.5rem;
}

.p-menu__button .c-button1 {
	font-size: 1.125rem;
	padding: 1.5625rem;
}

.c-gbox {
	font-size: 0.625rem;
	padding: 0.625rem;
}

.c-greenhead {
	font-size: 1.25rem;
	letter-spacing: 0;
	padding: 0.625rem;
}

.c-greenhead--small {
	font-size: 0.875rem;
	line-height: 1.42857143;
}

.c-greenhead span {
	font-size: 1rem;
	line-height: 1.5;
}

.c-sectiontitle {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.25;
}

.c-table01 {
	table-layout: fixed;
}

.c-table01 th {
	border: solid 1px #00b4cc;
	font-size: 1rem;
	padding: 0.375rem 0.625rem;
}

.c-table01 td {
	line-height: 1.7142857143;
	padding: 0.375rem 0.625rem;
}

.c-table01--center td {
	text-align: center;
}

.c-table01__narrow {
	width: 30%;
}

.p-sec06 .c-table01 td {
	border: none;
	display: block;
	padding: 0.75rem 1rem;
}

.p-sec06 .c-table01 th {
	border: none;
	display: block;
	padding: 0.75rem 1rem 0;
}

.p-sec06 .c-table01 tr {
	border: solid 1px #00b4cc;
}

.c-table02 thead,
.c-table02 tbody,
.c-table02 tr {
	display: block;
	width: 100% !important;
}

.c-table02 tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-table02 th {
	font-size: 0.625rem;
	padding: 0.125rem;
}

.c-table02 td {
	font-size: 0.625rem;
	padding: 0.125rem;
}

.c-table02 td,
.c-table02 th {
	display: inline-block;
	width: 50%;
}

.c-table02 th.c-table02__head {
	display: block;
	width: 100%;
}

.c-table02__small {
	font-size: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	width: 19.0625rem;
}

.l-cta {
	padding-bottom: 3.125rem;
}

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

.l-sec01 {
	margin-top: 3rem;
}

.l-sec02 {
	margin-top: 2.875rem;
	padding-bottom: 1.25rem;
}

.l-sec03 {
	padding-bottom: 2.5rem;
	padding-top: 2.8125rem;
}

.l-sec04 {
	margin-top: 2.8125rem;
}

.l-sec05 {
	margin-top: 3.125rem;
	padding-bottom: 1.25rem;
	padding-top: 3.125rem;
}

.l-sec06 {
	padding: 3.75rem 0;
}

.l-sec07 {
	padding: 3.125rem 0;
}

.l-sec08 {
	padding-top: 3.125rem;
}

.l-sec09 {
	margin-top: 3.125rem;
	padding: 1.25rem 0;
}

.l-sec10 {
	margin-top: 1.875rem;
}

.l-sec11 {
	margin-top: 3.125rem;
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.l-sec12 {
	margin-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.p-bgbox {
	padding: 1.25rem;
}

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

.p-bgbox2 {
	padding: 0.625rem 0.75rem;
}

.p-bgbox2__container {
	grid-gap: 1.25rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.4375rem 0.625rem 1.25rem;
}

.p-bgbox2__tel {
	border-right: none;
	padding: 0;
}

.p-bgbox2__button {
	padding-left: 0;
	width: 100%;
}

.p-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: auto;
	width: 100%;
}

.p-block:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

.p-block__content {
	width: 100%;
}

.p-block__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	text-align: center;
}

.p-block__title--sub {
	font-size: 1.125rem;
	letter-spacing: 0;
}

.p-block__text {
	font-size: 1rem;
	letter-spacing: 0;
	margin-top: 0.875rem;
}

.p-block__img {
	width: 100%;
}

.p-box {
	padding: 1.875rem 1.25rem;
}

.p-sec06 .p-box {
	padding: 1.875rem 1.25rem;
}

.p-box__unit + .p-box__unit {
	margin-top: 2.5rem;
}

.p-box__title {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 1.625rem;
	text-align: center;
}

.p-box__title span {
	font-size: 1.875rem;
}

.p-box__container {
	grid-gap: 0.625rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-box__container > div {
	width: 100%;
}

.p-box__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.p-box__text--narrow {
	padding: 0;
}

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

.p-box__quote {
	font-size: 0.625rem;
	line-height: 1.8;
	margin-top: 0.25rem;
	word-break: break-all;
}

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

.p-box__bgtitle--02 {
	margin-top: 1.875rem;
}

.p-box__bgtitle {
	margin-top: 3.125rem;
}

.p-box__img--01 {
	margin-top: 0;
}

.p-box__img--02 {
	max-width: 16.4375rem;
}

.p-box2 {
	padding: 0.625rem 1.125rem 1.875rem;
}

.p-box2__title {
	margin-left: 0;
}

.p-box2__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
}

.p-box2__left {
	display: contents;
	width: 100%;
}

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

.p-box2__right {
	margin-top: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-box2__text {
	font-size: 1rem;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-box2__text small {
	font-size: 0.625rem;
}

.p-box2__text:first-of-type {
	margin-top: 1.25rem;
}

.p-box2 dt,
.p-box2 dd {
	font-size: 1rem;
	line-height: 1.75;
}

.p-box2 dl {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

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

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

.p-box3 {
	padding: 1.25rem;
}

.p-box4 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.875rem 1.25rem;
}

.p-box4__unit:first-of-type {
	border-bottom: #dbd3bf 1px solid;
	border-right: none;
	padding-bottom: 1.875rem;
}

.p-box4__unit:nth-of-type(2) {
	padding-left: 0;
	padding-top: 1.875rem;
}

.p-box4__unit dt {
	font-size: 1rem;
}

.p-box4__unit dd {
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.7142857143;
}

.p-cta__title {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-cta__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 0rem;
	width: 100%;
}

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

.p-cta__box {
	border-right: none;
	width: 100%;
}

.p-cta__tel {
	margin-left: auto;
	margin-right: auto;
	max-width: 19.625rem;
	width: 100%;
}

.p-cta__reserve {
	width: 100%;
}

.p-cta__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 20rem;
}

.p-cta__arrow {
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 3rem solid #f2f1ed;
	margin-bottom: 1.25rem;
}

.p-cta--white,
.p-cta--bg {
	padding-top: 3.125rem;
}

.p-cta--bg .p-cta__container {
	margin-top: 1.75rem;
	padding: 0.625rem 0 1.25rem;
	width: 100%;
}

.p-faq + .p-faq {
	margin-top: 0.625rem;
}

.p-faq button {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.75;
	padding: 2rem 3.5625rem 2rem 3rem;
}

.p-faq:hover button {
	background-color: #fff;
	color: #0a8fbb;
}

.p-faq.open:hover button {
	background-color: #0a8fbb;
	color: #fff;
}

.p-faq__body {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.75;
	padding: 2rem 0.9375rem 2rem 3rem;
}

.p-faq__body::before,
.p-faq button::before {
	font-size: 1.875rem;
	left: 0.875rem;
	top: 1.625rem;
}

.p-faq__body::before {
	top: 1.75rem;
}

.p-faq button::after {
	right: 1.375rem;
	top: 3.125rem;
	width: 1.25rem;
}

.p-faq.open:hover button::after {
	background-image: url("../images/faq-arw_on.svg");
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq:hover button::after {
	background-image: url("../images/faq-arw.svg");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-faq dt,
.p-faq dd {
	font-size: 1rem;
}

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

.p-feature__titleunit {
	grid-gap: 1rem;
}

.p-feature__titleimg {
	-webkit-box-flex: 0;
	-ms-flex: 0 3.125rem;
	flex: 0 3.125rem;
	margin-top: 0.625rem;
}

.p-feature__title {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.p-feature__title .narrow {
	font-size: 1.5rem;
}

.p-feature__title span {
	font-size: 0.75rem;
}

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

.p-feature__quote {
	font-size: 0.625rem;
}

.p-flow button {
	background-color: #fff;
	border: #0a8fbb 1px solid;
	color: #0a8fbb;
	display: block;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.625rem 2.5rem 1.625rem 1rem;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-flow__body {
	display: none;
}

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

.p-footer__inner {
	grid-gap: 1.25rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-footer a {
	display: block;
	font-size: 0.625rem;
	margin-right: 0;
	text-align: right;
}

.p-footer p {
	font-size: 0.625rem;
	text-align: right;
}

.p-header__inner {
	padding: 0.8125rem 0 0.8125rem;
	width: 100%;
}

.p-header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10rem;
	flex: 0 0 10rem;
	padding-bottom: 0.375rem;
}

.p-header__right {
	grid-gap: unset;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13.4375rem;
	flex: 0 0 13.4375rem;
	padding-right: 0.5625rem;
}

.p-header__tel {
	aspect-ratio: 1;
	margin-right: 0.5rem;
	width: 2.5rem;
}

.p-header__button {
	height: 2.5rem;
}

.p-header__menu {
	aspect-ratio: 1;
	margin-left: 0.5rem;
}

.p-header__menu img {
	padding-bottom: 0.125rem;
}

.p-iframe {
	height: 15.625rem;
}

.p-kv {
	height: -moz-max-content;
	height: -webkit-max-content;
	height: max-content;
	padding: 6.5rem 0 1.5rem;
}

.p-kv__container {
	width: 100%;
}

.p-kv__upper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-kv__upper ul {
	grid-gap: 2%;
	width: 100%;
}

.p-kv__upper ul li {
	font-size: 0.875rem;
	width: 32%;
}

.p-kv__upper ul li span {
	font-size: 0.75rem;
}

.p-kv__upper ul li::before {
	height: calc(100% - 4px);
	width: calc(100% - 4px);
}

.p-kv__upper p {
	font-size: 1.25rem;
}

.p-kv__title {
	font-size: 3.75rem;
	text-align: center;
}

.p-kv__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.625rem 2.5rem;
	width: 100%;
}

.p-kv__text {
	font-size: 1.625rem;
}

.p-kv__text::before {
	width: 7.4375rem;
}

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

.p-kv__right {
	width: 100%;
}

.p-kv__button a {
	display: block;
	font-size: 0.9375rem;
	width: 100%;
}

.p-menu {
	background-position: 82%;
}

.p-menu .l-inner {
	display: block;
	height: 100dvh;
	overflow-y: scroll;
}

.p-menu__container {
	display: block;
	margin-top: 3.75rem;
}

.p-menu__close {
	position: fixed;
	right: 1.25rem;
	top: 1.25rem;
	width: 1.3125rem;
}

.p-menu__close2 {
	grid-gap: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
}

.p-menu__close2 img {
	aspect-ratio: 1;
	width: 0.875rem;
}

.p-menu__list {
	font-size: 1.25rem;
	padding-left: 2.8125rem;
	width: 100%;
}

.p-menu__list a {
	padding: 0.3125rem;
}

.p-menu__text {
	font-size: 1rem;
	letter-spacing: 0.2em;
}

.p-menu__text small {
	font-size: 0.875rem;
}

.p-menu__cta {
	margin-top: 3.75rem;
	padding: 2rem 0.625rem 1.875rem;
	width: 100%;
}

.p-menu__cta a {
	width: 100%;
}

.p-menu__button .c-button1 {
	width: 100%;
}

.p-person {
	width: 100%;
}

.p-person__container {
	grid-gap: 0.1875rem;
}

.p-person__item {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-person__text {
	font-size: 1rem;
	margin-top: 0.375rem;
}

.p-person--row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-person--row .p-person__container {
	width: 100%;
}

.p-person--row .p-person__text {
	margin-bottom: 0.375rem;
	margin-top: 0;
}

.p-profile {
	padding: 1.875rem 1.25rem 1.25rem;
}

.p-profile__container {
	grid-gap: 0rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-profile__img {
	width: 10rem;
}

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

.p-profile__title small {
	font-size: 0.875rem;
}

.p-profile__text {
	font-size: 0.75rem;
	line-height: 1.75;
}

.p-sec01__title {
	font-size: 1.25rem;
}

.p-sec01__img {
	margin: 1.5rem calc(50% - 50vw) 0;
	width: 100vw;
}

.p-sec01__title span {
	font-size: 1.5rem;
}

.p-sec01__text:first-of-type {
	margin-top: 1.5rem;
}

.p-sec01__text {
	font-size: 1rem;
	line-height: 1.9;
}

.p-sec01__quote {
	font-size: 0.75rem;
}

.p-sec02__title {
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 0.75rem 0 0.875rem;
}

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

.p-sec02__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
	padding: 0.875rem;
}

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

.p-sec02__text + .p-sec02__item {
	margin-top: 0.5rem;
}

.p-sec03__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.5rem;
}

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

.p-sec04__lead span {
	font-size: 1.5rem;
}

.p-sec04__quote {
	font-size: 0.625rem;
}

.p-sec04__block {
	margin-top: 2.8125rem;
}

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

.p-sec05__title span {
	font-size: 1.125rem;
}

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

.p-sec05__text {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.p-sec05__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 19rem;
}

.p-sec05__table {
	margin-left: auto;
	margin-right: auto;
	width: 19.0625rem;
}

.p-sec06__box:first-of-type {
	margin-top: 1.875rem;
}

.p-sec06__box {
	margin-top: 3.125rem;
}

.p-sec07__box:first-of-type {
	margin-top: 1.625rem;
}

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

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

.p-sec07__text:nth-of-type(2) {
	margin-top: 2.5rem;
}

.p-sec08::before {
	background-repeat: no-repeat;
	background-size: 100vw;
}

.p-sec08__title {
	aspect-ratio: 375/267;
	height: calc(73.15068vw - 3.125rem);
	text-align: center;
	width: 100%;
}

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

.p-sec08__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

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

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

.p-sec09__title small {
	font-size: 0.875rem;
}

.p-sec09__title span {
	font-size: 1.125rem;
}

.p-sec10__text {
	font-size: 1rem;
	line-height: 1.75;
}

.p-sec10__items {
	grid-gap: 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.25rem;
}

.p-sec10__item {
	width: 100%;
}

.p-sec10__item figcaption {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.p-sec11__text {
	font-size: 1rem;
	padding: 0 1.25rem;
	text-align: left;
}

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

.p-sec12__faq {
	margin-top: 2.1875rem;
}

.p-wbox {
	padding: 1.875rem 1rem;
}

.p-wbox ul {
	grid-gap: 0.75rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-wbox ul li {
	font-size: 1rem;
}

.p-wbox ul li small {
	font-size: 0.625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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