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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

/* ===============================================
# メディアクエリー
=============================================== */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 7.9166666667vw;
}

body {
	background-color: #222831;
	color: #EEEEEE;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
}

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

a {
	color: inherit;
}

.jp {
	font-family: "Noto Sans JP", sans-serif;
}

.en {
	font-family: "Encode Sans", sans-serif;
	font-weight: 700;
}

.l-header {
	background: #222831;
	box-shadow: 0px 0px 10px 0px rgba(215, 213, 213, 0.2);
	height: 5.8333333333vw;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 97.9166666667vw;
	padding-left: 1.6145833333vw;
	padding-right: 1.6145833333vw;
	width: 100%;
}

.l-header__left {
	padding-left: 6.71875vw;
	transition: opacity 0.3s ease 0s;
}

.l-header__left:hover {
	opacity: 0.7;
}

.l-header__logo {
	align-items: center;
	display: flex;
	justify-content: center;
}

.l-header__logo img {
	height: 1.5625vw;
	width: 27.6041666667vw;
}

.l-header__left__text {
	font-size: 1.375rem;
	font-size: 1.1458333333vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.3636363636;
	margin-top: 0.15625vw;
}

.l-header__nav__items {
	display: flex;
}

.l-header__nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
	transition-duration: 0.4s;
}

.l-header__nav__item:not(:first-child) {
	margin-left: 1.8229166667vw;
}

.l-header__nav__item:hover {
	color: #00ADB5;
}

.l-header__nav__item__link {
	font-size: 1.75rem;
	font-size: 1.4583333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3214285714;
}

.l-header__nav__btn__link {
	align-items: center;
	background: #02ADB5;
	border-radius: 0 0 1.6666666667vw 0;
	display: flex;
	font-size: 1.875rem;
	font-size: 1.5625vw;
	font-weight: 400;
	height: 3.1770833333vw;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-left: 1.6666666667vw;
	transition: opacity 0.3s ease 0s;
	width: 17.2395833333vw;
}

.l-header__nav__btn__link:hover {
	opacity: 0.7;
}

.header__bottom {
	background-color: #222831;
	width: 100%;
}

.l-header__bottom__nav__items {
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	display: none;
}

.l-header__bottom__nav__item {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-size: 1.8518518519vw;
	font-weight: 400;
	height: 4.9074074074vw;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.35;
	transition-duration: 0.4s;
	width: 25%;
}

.l-header__bottom__nav__item:not(:first-child) {
	border-left: 1px solid #707070;
}

.l-header__bottom__nav__item:hover {
	color: #00ADB5;
}

.l-drawerMenu {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.7s ease;
	width: 100%;
	z-index: 39;
}

.l-drawerMenu.js-open {
	transform: translateX(0);
}

.l-drawerMenu__list {
	background: #222831;
	display: flex;
	flex-direction: column;
	gap: 32px;
	height: 100%;
	padding: 100px 20px 210px;
}

.l-drawerMenu__item {
	color: #fff;
	text-align: center;
}

.l-drawerMenu__item a {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1;
	transition: all 0.6s ease 0s;
}

.l-drawerMenu__item a:hover {
	color: #00ADB5;
}

.l-drawerMenu__item--sns {
	display: flex;
	gap: 24px;
	justify-content: center;
}

.l-drawerMenu__item--sns img {
	border-radius: 50px;
	display: inline-block;
}

/* 
------------------------------------------------------ */

.l-drawerBg {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 38;
}

.l-drawerBg.js-open {
	display: block;
}

body.noScroll {
	overflow: hidden;
}

.l-header.js-open {
	box-shadow: none;
}

.l-footer {
	border-top: 1px solid #00ADB5;
	margin-top: 3.125vw;
	padding-bottom: 3.3333333333vw;
	padding-top: 1.8229166667vw;
	text-align: center;
}

.l-footer__logo {
	transition: opacity 0.3s ease 0s;
}

.l-footer__logo img {
	width: 27.6041666667vw;
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__contact {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.4;
	margin-top: 1.40625vw;
}

.l-footer__contact__btn {
	display: block;
	transition-duration: 0.4s;
}

.l-footer__contact__btn:hover {
	color: #00ADB5;
}

.l-footer__copyright {
	display: block;
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.4;
}

.c-title {
	background-color: #02ADB5;
	font-size: 2.5rem;
	font-size: 2.0833333333vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.35;
	margin: 0 auto;
	padding-bottom: 0.8854166667vw;
	padding-top: 0.8333333333vw;
	text-align: center;
	width: 79.8958333333vw;
}

.c-title2 {
	border-bottom: 0.15625vw solid #02ADB5;
	font-size: 2.5rem;
	font-size: 2.0833333333vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.35;
	margin: 0 auto;
	padding-bottom: 0.3125vw;
	text-align: center;
	width: 79.8958333333vw;
}

.c-boxText {
	border: 3px solid #00AEB5;
	border-radius: 1.3020833333vw;
	margin: 3.6979166667vw calc(50% - 39.9479166667vw) 0;
	padding: 1.9270833333vw calc(39.9479166667vw - 50%);
	width: 79.8958333333vw;
}

.c-boxText__title {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2;
}

.c-boxText__text {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
}

.c-boxText__text p {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
	text-indent: 1.5625vw;
}

.c-wrapper__head {
	color: #02ADB5;
	margin-top: 5.9895833333vw;
	text-align: center;
}

.c-wrapper__head__step {
	font-size: 1.875rem;
	font-size: 1.5625vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.8333333333;
}

.c-wrapper__head__title {
	font-size: 2.5rem;
	font-size: 2.0833333333vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.375;
}

.c-wrapper__head__subTitle {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2;
}

.c-wrapper__text {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 1.3020833333vw;
	text-align: center;
}

.c-wrapper__text--benefit {
	width: 49.4791666667vw;
}

.c-wrapper__img {
	display: inline-block;
	margin-top: 2.2916666667vw;
	width: 100%;
}

.c-wrapper__img img {
	width: 100%;
}

a.c-wrapper__img {
	transition: opacity 0.3s ease 0s;
}

a.c-wrapper__img:hover {
	opacity: 0.7;
}

.c-wrapper__imgs {
	margin-top: 2.1354166667vw;
}

.c-wrapper__imgs__head img {
	width: 100%;
}

.c-wrapper__imgs__bottom {
	display: flex;
}

.c-wrapper__imgs__bottom__item img {
	width: 30.9375vw;
}

.c-wrapper__imgs__bottom__item__text {
	color: #707070;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.7;
	text-align: center;
}

.p-inner {
	margin: 0 auto;
	width: 61.875vw;
}

.p-inner--benefit {
	margin: 0 auto;
	width: 51.3020833333vw;
}

.p-fv {
	margin-top: 5.8333333333vw;
}

.p-fv__catch {
	background-color: #02ADB5;
	border-radius: 0 0 3.1770833333vw 0;
	left: 0;
	padding-bottom: 2.65625vw;
	padding-left: 11.09375vw;
	padding-right: 3.4895833333vw;
	padding-top: 3.1770833333vw;
	position: absolute;
	top: 23.75vw;
	width: 55%;
	z-index: 2;
}

.p-fv__catch__sub {
	font-size: 1.875rem;
	font-size: 1.56vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.p-fv__catch__main {
	font-size: 3.125rem;
	font-size: 2.6041666667vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.34;
}

.p-fv__text {
	font-size: 3.125rem;
	font-size: 2.6041666667vw;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1.34;
	position: absolute;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	top: 42.8645833333vw;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.swiper-container {
	position: relative;
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.p-fv__slide img {
	width: 100vw;
}

.p-fv__slide--03 img,
.p-fv__slide--04 img{
	height: 57.447916666666664vw;
	object-fit: cover;
}


.swiper-pagination-bullet {
	background: gray;
	border-radius: 50%;
	height: 20px;
	opacity: 1;
	width: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

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

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

.p-about {
	color: #00ADB5;
	font-size: 2.5rem;
	font-size: 2.0833333333vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.625;
	padding-bottom: 7.96875vw;
	padding-top: 5.9895833333vw;
	text-align: center;
}

.p-curriculum {
	overflow: hidden;
}

.p-teacher {
	margin-top: 6.9791666667vw;
}

.p-teacher__imgs {
	display: flex;
	flex-wrap: wrap;
	margin: 5.2604166667vw calc(50% - 50vw) 0;
	width: 100vw;
}

.p-teacher__img img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 50vw;
}

.p-teacher__img:nth-child(4n-2),
.p-teacher__img:nth-child(4n-1) {
	aspect-ratio: 960/482;
}

.p-teacher__img:nth-child(4n-1) {
	margin-top: -4.1666666667vw;
}

.p-teacher__img:nth-child(4n-3),
.p-teacher__img:nth-child(4n) {
	aspect-ratio: 960/400;
	height: 20.8333333333vw;
}

.p-teacher__img:nth-child(4n) img{
	height: 22.22222222222222vw;
	margin-top: -4.166666666666666vw;
}

.p-card {
	display: flex;
	gap: 2.8645833333vw;
	margin-top: 4.7916666667vw;
	width: 57.9166666667vw;
}

.p-card__img img {
	width: 13.5416666667vw;
}

.p-card__text {
	width: 40.46875vw;
}

.p-card__text__name {
	font-size: 2.5rem;
	font-size: 2.0833333333vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1;
}

.p-card__text__occupation {
	font-size: 1.875rem;
	font-size: 1.5625vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-top: 0.3125vw;
}

.p-card__text__details {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.85;
	margin-top: 1.40625vw;
}

.p-coordinate {
	margin-top: 5.9375vw;
}

.p-coordinate__work {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 2;
	margin-left: 16.40625vw;
	width: 40.46875vw;
}

.p-benefit {
	margin-top: 6.4583333333vw;
}

.p-summary {
	margin-top: 7.7083333333vw;
}

.p-summary__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.2291666667vw;
	width: 49.8958333333vw;
}

.p-summary__body__item:not(:first-child) {
	margin-top: 2.34375vw;
}

.p-summary__body__title {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.75;
}

.p-summary__body__text {
	font-size: 1.25rem;
	font-size: 1.0416666667vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-summary__body__text__attention {
	display: inline-block;
	text-indent: 1.0416666667vw;
}

.u-inlineBlock {
	display: inline-block;
	font-weight: inherit;
}

.u-flex-directionColumn {
	flex-direction: column;
}

.u-bold {
	font-weight: 700;
}

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

.u-is--sp {
	display: none;
}

}

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

.u-is--pc {
	display: none;
}

.u-is--sp {
	display: none;
}

}

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

html {
	scroll-padding-top: 15.0925925926vw;
}

.l-header {
	height: 11.4814814815vw;
}

.header__inner {
	height: 6.7592592593vw;
	margin: 0;
	max-width: none;
	padding: 0;
}

.l-header__left {
	padding-left: 1.8518518519vw;
}

.l-header__logo img {
	height: 2.7777777778vw;
	width: 49.0740740741vw;
}

.l-header__left__text {
	font-size: 1.375rem;
	font-size: 2.037037037vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: -0.0925925926vw;
}

.l-header__nav__item {
	display: none;
}

.l-header__nav__btn {
	margin-top: -1.5740740741vw;
}

.l-header__nav__btn__link {
	border-radius: 0 0 0 1.8518518519vw;
	font-size: 1.375rem;
	font-size: 2.037037037vw;
	font-weight: 400;
	height: 5.1851851852vw;
	letter-spacing: 0em;
	line-height: 1.3636363636;
	width: 24.9074074074vw;
}

.l-header__bottom__nav__items {
	display: flex;
}

.l-footer {
	margin-top: 8.1481481481vw;
	padding-bottom: 3.3333333333vw;
	padding-top: 3.9814814815vw;
}

.l-footer__logo img {
	width: 49.0740740741vw;
}

.l-footer__contact {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 3.4259259259vw;
}

.l-footer__copyright {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
}

.c-title {
	font-size: 3.7037037037vw;
	width: 100%;
}

.c-title2 {
	border-bottom: 0.2777777778vw solid #02ADB5;
	font-size: 3.7037037037vw;
	padding-bottom: 0.5555555556vw;
	width: 100vw;
}

.c-boxText {
	border: none;
	margin: 6.5740740741vw calc(50% - 44.5833333333vw) 0;
	padding: 0 calc(44.5833333333vw - 50%);
	width: 89.1666666667vw;
}

.c-boxText__title {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

.c-boxText__text {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
}

.c-boxText__text p {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
}

.c-wrapper__head__step {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 500;
	letter-spacing: -0.0006em;
	line-height: 1.8333333333;
}

.c-wrapper__head__title {
	font-size: 2.6875rem;
	font-size: 3.9814814815vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2790697674;
}

.c-wrapper__head__subTitle {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.c-wrapper__text {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 2.6851851852vw;
	text-align: left;
}

.c-wrapper__text--benefit {
	width: 89.3518518519vw;
}

.c-wrapper__img {
	margin-top: 4.0740740741vw;
}

.c-wrapper__imgs {
	margin: 0 calc(50% - 50vw);
	margin-top: 2.6851851852vw;
	width: 100vw;
}

.c-wrapper__imgs__head img {
	-o-object-fit: cover;
	aspect-ratio: 1080/495;
	object-fit: cover; /* この一行を追加するだけ！ */
}

.c-wrapper__imgs__bottom__item img {
	width: 50vw;
}

.c-wrapper__imgs__bottom__item__text {
	font-size: 1.8518518519vw;
}

.p-inner {
	width: 89.3518518519vw;
}

.p-inner--benefit {
	width: 91.2037037037vw;
}

.p-fv {
	margin-top: 11.4814814815vw;
}

.p-fv__catch {
	border-radius: 0 0 5.6481481481vw 0;
	bottom: -16.8518518519vw;
	padding-bottom: 3.0555555556vw;
	padding-left: 3.7962962963vw;
	padding-right: 12.2222222222vw;
	padding-top: 4.2592592593vw;
	top: auto;
	width: 86.3888888889vw;
}

.p-fv__catch__sub {
	font-size: 2.7777777778vw;
}

.p-fv__catch__main {
	font-size: 4.6296296296vw;
}

.p-fv__text {
	font-size: 3.125rem;
	font-size: 4.6296296296vw;
	font-weight: 700;
	left: 3.7962962963vw;
	letter-spacing: 0em;
	line-height: 1.2;
	text-align: left;
	top: 36.2037037037vw;
	transform: translateX(0);
	width: 87.962962963vw;
}

.p-fv__slide img {
	-o-object-fit: cover;
	-o-object-position: 50% 73%;
	aspect-ratio: 1080/546;
	object-fit: cover;
	object-position: 50% 73%;
}

.p-fv__slide--03 img,
.p-fv__slide--04 img{
	height: 50.55555555555556vw;
	object-fit: cover;
}

.p-about {
	-moz-text-align-last: left;
	font-size: 2.5rem;
	font-size: 3.7037037037vw;
	font-weight: 300;
	letter-spacing: -0.0008em;
	line-height: 1.375;
	margin: 0 auto;
	max-width: 89.4444444444vw;
	padding-bottom: 5vw;
	padding-top: 21.2037037037vw;
	text-align-last: left;
	text-indent: 3.7037037037vw;
}

.p-teacher__imgs {
	margin: 6.2962962963vw calc(50% - 50vw) 0;
}

.p-teacher__img img {
	width: 100vw;
}

.p-teacher__img:nth-child(4n-1) {
	margin-top: 0;
}

.p-teacher__img:nth-child(4n-3),
.p-teacher__img:nth-child(4n) {
	height: auto;
}

.p-teacher__img:nth-child(4n-2),
.p-teacher__img:nth-child(4n-1) {
	aspect-ratio: 960/400;
}

.p-teacher__img:nth-child(4n) img{
	height: initial;
	margin-top: initial;
}

.p-card {
	align-items: center;
	gap: 4.2592592593vw;
	margin-top: 6.2962962963vw;
	width: 100%;
}

.p-card__img img {
	width: 29.3518518519vw;
}

.p-card__text {
	width: 55.5555555556vw;
}

.p-card__text__name {
	font-size: 3.7037037037vw;
}

.p-card__text__occupation {
	font-size: 2.7777777778vw;
	margin-top: 0.5555555556vw;
}

.p-card__text__details {
	font-size: 1.5625rem;
	font-size: 2.3148148148vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-top: 1.7592592593vw;
}

.p-coordinate {
	margin-top: 10.2777777778vw;
}

.p-coordinate__work {
	font-size: 1.5625rem;
	font-size: 2.3148148148vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.6;
	margin-left: 0;
	margin-top: 4.2592592593vw;
	width: 100%;
}

.p-benefit {
	margin-top: 13.8888888889vw;
}

.p-summary {
	margin-top: 13.8888888889vw;
}

.p-summary__body {
	margin-top: 5.7407407407vw;
	width: 88.7037037037vw;
}

.p-summary__body__item:not(:first-child) {
	margin-top: 4.1666666667vw;
}

.p-summary__body__title {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-summary__body__text {
	font-size: 1.875rem;
	font-size: 2.7777777778vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
}

.p-summary__body__text__attention {
	text-indent: 2.7777777778vw;
}

.u-is--pctab {
	display: none;
}

.u-is--sp {
	display: block;
}

}

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

.l-header {
	height: 16.6666666667vw;
}

.header__inner {
	height: 10vw;
}

.l-header__nav__btn {
	margin-top: -3vw;
}

.l-header__nav__btn__link {
	border-radius: 0 0 0 2.6666666667vw;
	font-size: 0.75rem;
	font-size: 2.6666666667vw;
	font-weight: 400;
	height: 6.8888888889vw;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	width: 32.6666666667vw;
}

.l-header__bottom__nav__item {
	font-size: 0.875rem;
	font-size: 2.6666666667vw;
	font-weight: 400;
	height: 6.4444444444vw;
	letter-spacing: 0em;
	line-height: 1.1428571429;
}

.p-fv {
	margin-top: 16.6666666667vw;
}

}

