/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	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: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

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

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

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

body {
	color: #823737;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

.l-header {
	background-color: #FFFAF0;
	height: 140px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.l-header__inner {
	align-items: center;
	display: flex;
	padding: 20px 70px 10px;
	width: 100%;
}

.l-header__right {
	height: inherit;
	margin-left: auto;
}

.l-header-right__upper {
	display: flex;
	justify-content: right;
}

.l-header-friends {
	background-color: #006400;
	height: 130px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.l-top__greeting {
	margin-top: 170px;
}

.l-top__feature {
	margin-top: 100px;
}

.l-top-feature__footer {
	margin-top: 50px;
}

.l-top__concept {
	margin-top: 120px;
}

.l-top__program {
	margin-top: 60px;
}

.l-top__diagram {
	padding-bottom: 140px;
	padding-top: 70px;
}

.l-top-diagram__description {
	padding-bottom: 90px;
	padding-top: 60px;
}

.l-top__class {
	margin-top: 120px;
}

.l-top__job-info {
	margin-top: 200px;
}

.l-top__calendar {
	margin-top: 100px;
}

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

.l-inner__program {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1040px;
}

.l-inner__program--textBlock {
	margin: 0 auto;
	max-width: 100%;
}

.l-inner__info-business {
	padding-bottom: 80px;
	padding-top: 80px;
}

.l-inner_info--illust {
	padding-bottom: 300px;
	padding-top: 300px;
}

.l-inner__leadership {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	width: 78vw;
}

.l-footer {
	background-color: #FBD678;
}

.l-footer__inner {
	padding: 160px 4% 60px;
}

.l-footer-lowest__part {
	background-color: #FFC531;
}

.l-footer-lowest__inner {
	padding: 75px 5% 5px;
}

.l-breadcrumb {
	margin-top: 5px;
}

.l-lower {
	margin-top: 110px;
}

.l-lower-wrap {
	margin-top: 60px;
}

.l-lower-trial {
	margin-top: 160px;
}

.l-lower-trial__footer {
	margin-top: 120px;
}

.l-lower-price__info {
	margin-top: 160px;
}

.l-lower-table {
	margin-top: 30px;
}

.l-lower__access {
	margin-top: 160px;
}

.l-lower-faq__wrap {
	margin-top: 120px;
}

.l-lower-faq__footer {
	margin-top: 160px;
}

.l-lower__runningWipe {
	margin-top: 120px;
}

.l-lower-family-history {
	margin-top: 120px;
}

.l-lower__graduate {
	margin-top: 300px;
}

.l-lower__error-page {
	margin-top: 200px;
}

.l-lower__contact-thanks {
	margin-top: 200px;
}

.l-lower__job-information {
	margin-top: 110px;
}

.l-lower__homeschool {
	margin-top: 120px;
}

.l-lower__leadership {
	margin-top: 200px;
}

.l-lower__sitemap {
	margin-top: 200px;
}

.l-lower__donate {
	margin-top: 120px;
}

.l-lower-contact {
	margin-top: 240px;
}

.l-lower__thanks {
	margin-bottom: 200px;
	margin-top: 240px;
}

.l-single-class-wrap {
	margin-top: 100px;
}

.l-blog__pageNavi {
	margin: 100px auto 0;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 1px solid #E3793E;
	border-radius: 3px;
	color: #E3793E;
	display: flex;
	font-size: 1.4rem;
	height: 36px;
	justify-content: center;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	width: 34px;
}

.wp-pagenavi span.current {
	background-color: #E3793E;
	border-color: #E3793E;
	color: #fff;
	font-weight: bold;
}

.wp-pagenavi a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #E3793E;
	border-radius: 3px;
	color: #E3793E;
	display: flex;
	justify-content: center;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 34px;
}

.wp-pagenavi .next {
	background-color: #E3793E;
	background-image: url(../img/svg/arrow-next.svg);
	background-position: right 14px center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	justify-content: flex-start;
	letter-spacing: -0.1em;
	padding-left: 15px;
	transition: 0.3s ease;
	width: 82px;
}

.wp-pagenavi span.current {
	background-color: #E3793E;
	border-color: #E3793E;
	color: #fff;
	font-weight: bold;
}

.wp-pagenavi .prev {
	background-color: #E3793E;
	background-image: url(../img/svg/arrow-back.svg);
	background-position: left 14px center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	justify-content: flex-end;
	letter-spacing: -0.1em;
	padding-right: 15px;
	transition: 0.3s ease;
	width: 82px;
}

.l-blog__content {
	display: flex;
	justify-content: space-between;
}

.l-blog__articles {
	width: calc(100% - 300px - 30px);
}

.l-blog__sidebar {
	width: 300px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.c-btn-contact {
	background: #fff;
	background-image: url("../img/svg/arrow_r_yellow.svg");
	background-position: right 35px center;
	background-repeat: no-repeat;
	border: 1px dotted #000;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: inline-block;
	text-align: center;
	transition: background-position 0.3s ease;
	z-index: 11;
}

.c-btn-contact:hover {
	background-position: right 25px center;
	background-repeat: no-repeat;
}

.c-btn-visit {
	background: #FFC531;
	background-image: url("../img/svg/arrow_r_pink.svg");
	background-position: right 35px center;
	background-repeat: no-repeat;
	border: 2px dotted #000;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: inline-block;
	text-align: center;
	transition: background-position 0.3s ease;
	z-index: 11;
}

.c-btn-visit:hover {
	background-position: right 25px center;
	background-repeat: no-repeat;
}

.c-btn-arrow {
	background-image: url("../img/svg/arrow_r_pink.svg");
	background-position: right 3px center;
	background-repeat: no-repeat;
	color: #5A5757;
	display: inline-block;
	font-size: 1.6rem;
	padding-right: 30px;
	transition: background-position 0.3s ease;
}

.c-btn-arrow:hover {
	background-position: right 1px center;
	background-repeat: no-repeat;
}

.c-btn-arrow--simple {
	padding-left: 10px;
	position: relative;
}

.c-btn-arrow--simple::before {
	background: url("../img/svg/icon-arrow-simple.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 5px;
}

.c-btn__homeLink {
	color: #5A5757;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

.c-btn__homeLink::before {
	background: url("../img/svg/icon-home.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 25px;
}

.c-btn-drawer {
	cursor: pointer;
	display: none;
	height: 18px;
	margin-left: auto;
	position: relative;
	top: 0;
	width: 28px;
}

.c-btn-drawer__line {
	background-color: #5A5757;
	border-radius: 2px;
	height: 2px;
	position: absolute;
	transition: 0.3s ease;
	width: 100%;
}

.c-btn-drawer__line:nth-child(1) {
	left: 0;
	right: 0;
	top: 0;
}

.c-btn-drawer__line:nth-child(2) {
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.c-btn-drawer__line:nth-child(3) {
	bottom: 0;
	left: 0;
	right: 0;
}

.is-open .c-btn-drawer__line:nth-child(1) {
	top: 7px;
	transform: rotate(-45deg);
}

.is-open .c-btn-drawer__line:nth-child(2) {
	display: none;
}

.is-open .c-btn-drawer__line:nth-child(3) {
	bottom: 8px;
	transform: rotate(45deg);
}

.c-btn-arrow--pink {
	padding-right: 5px;
	position: relative;
}

.c-btn-arrow--pink::after {
	background: url("../img/svg/arrow_r_pink.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	left: 100%;
	margin-left: 0;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.c-btn-arrow--green {
	padding-right: 5px;
	position: relative;
}

.c-btn-arrow--green::after {
	background: url("../img/svg/arrow_r_green.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	left: 100%;
	margin-left: 0;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.c-btn--white {
	background: #fff;
	background-image: url("../img/svg/icon-arrow-simple.svg");
	background-position: right 25px center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	padding: 20px 40px 20px 30px;
	transition: background-position 0.3s ease;
}

.c-btn--white:hover {
	background-position: right 20px center;
}

.c-btn--shadow {
	background: #fff;
	background-image: url("../img/svg/icon-arrow-simple.svg");
	background-position: right 25px center;
	background-repeat: no-repeat;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: inline-block;
	font-size: 1.4rem;
	padding: 8px 60px 8px 26px;
	transition: background-position 0.3s ease;
}

.c-btn--shadow:hover {
	background-position: right 20px center;
}

.c-btn-timeline__link--yellow {
	background-color: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	font-size: 2rem;
	padding: 15px 60px 15px 40px;
	position: relative;
}

.c-btn-timeline__link--yellow::after {
	background: url("../img/svg/arrow-circle-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	margin-left: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.c-btn-timeline__link--yellow:hover {
	background-color: #fff;
	transition: all 0.4s ease-in-out;
}

.c-btn-calendar__pdflink--white {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	font-size: 2rem;
	padding: 15px 60px 15px 40px;
	position: relative;
}

.c-btn-calendar__pdflink--white::after {
	background: url("../img/svg/arrow-circle-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	margin-left: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.c-btn-calendar__pdflink--white:hover {
	background-color: #FBD678;
	transition: all 0.4s ease-in-out;
}

.c-btn-arrowSimple {
	display: block;
	padding-left: 10px;
	position: relative;
	transition: 0.3s ease;
}

.c-btn-arrowSimple::before {
	background: url(../img/svg/icon-arrow-simple.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.c-btn-arrowSimple:hover {
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}

.c-btn-tel {
	background: #fff;
	border: 1px dotted #000;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: inline-block;
	font-family: "Kiwi Maru", sans-serif;
	font-weight: 800;
	letter-spacing: 0.3em;
	padding: 15px 40px 15px 70px;
	position: relative;
	text-align: center;
	transition: background-position 0.3s ease;
}

.c-btn-tel::before {
	content: url("../img/svg/icon-tel.svg");
	display: inline-block;
	height: 16px;
	left: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.c-btn-arrow--circle {
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	padding-right: 5px;
	position: relative;
	text-align: center;
	top: 0;
	transition: 0.2s ease-in-out;
}

.c-btn-arrow--circle:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-btn-arrow--circle::after {
	background: url("../img/svg/arrow-circle-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	margin-left: 10px;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-button-pdf {
	background-color: #E3793E;
	border: 1px dotted #000;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 35px 5px 20px;
	position: relative;
	position: relative;
	top: 0;
	transition: 0.2s ease-in-out;
	width: 230px;
}

.c-button-pdf:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button-pdf:after {
	background: url("../img/svg/arrow-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	margin-left: 10px;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.c-button-inline {
	color: #E70C0C;
}

.c-button--yellow {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	font-size: 1.6rem;
	padding: 15px 50px;
	position: relative;
	top: 0;
	transition: 0.2s ease-in-out;
}

.c-button--yellow:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button--sidebar {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: block;
	font-size: 1.6rem;
	padding: 15px 70px;
	position: relative;
	text-align: center;
	top: 0;
	transition: 0.2s ease-in-out;
	width: 100%;
}

.c-button--sidebar:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button--yellow-dotted {
	background: #FBD678;
	border: 1px dotted #000;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 15px 50px;
	position: relative;
	top: 0;
	transition: 0.2s ease-in-out;
}

.c-button--yellow-dotted:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button--pink-dotted {
	background: #FFB3A6;
	border: 1px dotted #000;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 15px 50px;
	position: relative;
	top: 0;
	transition: 0.2s ease-in-out;
}

.c-button--pink-dotted:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button__donate {
	background: #E3793E;
	background-image: url("../img/svg/icon-arrowWhite.svg");
	background-position: right 25px center;
	background-repeat: no-repeat;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	padding: 20px 70px 20px 45px;
	transition: background-position 0.3s ease-in-out;
}

.c-button__donate:hover {
	background-position: right 20px center;
}

.c-button__paypal {
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: block;
	margin: 10px auto 0;
	top: 0;
	transition: 0.2s ease-in-out;
	width: 300px;
}

.c-button__paypal:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button__donate-friends {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 10px 60px;
	top: 0;
	transition: 0.2s ease-in-out;
}

.c-button__donate-friends:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	top: 9px;
}

.c-button-download {
	background: #fff;
	background-image: url("../img/svg/icon-arrow-simple.svg");
	background-position: right 25px center;
	background-repeat: no-repeat;
	border: 1px dotted #5A5757;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	display: inline-block;
	font-size: 1.6rem;
	padding: 16px 60px 16px 26px;
	transition: background-position 0.3s ease;
}

.c-button-download:hover {
	background-position: right 20px center;
}

.c-button-category {
	align-items: center;
	color: #5A5757;
	display: flex;
	font-size: 1.6rem;
	justify-content: space-between;
	width: 100%;
}

.c-button-category > img {
	height: 11px;
	width: 15px;
}

.c-btn__arrowTop {
	bottom: 100px;
	cursor: pointer;
	display: none;
	height: 70px;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	width: 70px;
	z-index: 19;
}

.c-logo-header {
	display: block;
	height: 60px;
	max-width: 180px;
	width: 100%;
}

.c-logo-header > img {
	display: block;
}

.c-logo-drawer {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	max-width: 175px;
	width: 100%;
}

.c-logo-drawer > img {
	display: block;
}

.c-logo-footer {
	display: block;
	max-width: 260px;
	width: 100%;
}

.c-logo-footer > img {
	width: 100%;
}

.c-section__titleWrap {
	text-align: center;
}

.c-section-title {
	color: #5A5757;
	display: inline-block;
	position: relative;
	text-align: center;
}

.c-section-title::before {
	background: url(../img/svg/icon-sectionTitle-left.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 87px;
	left: -90px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
}

.c-section-title::after {
	background: url(../img/svg/icon-sectionTitle-right.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 87px;
	position: absolute;
	right: -90px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
}

.c-section-title__main {
	display: block;
	font-size: 3.6rem;
}

.c-section-title__sub {
	display: block;
	font-size: 1.7rem;
}

.c-section-familyHistory__titleWrap {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
}

.c-section-familyHistory__title {
	font-size: 2.4rem;
	font-weight: 700;
}

.c-section-familyHistory__sub-title {
	display: inline-block;
	padding: 0 50px;
	position: relative;
}

.c-section-familyHistory__sub-title::before,
.c-section-familyHistory__sub-title::after {
	background-color: #5A5757;
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 30px;
}

.c-section-familyHistory__sub-title::before {
	left: 0;
}

.c-section-familyHistory__sub-title::after {
	right: 0;
}

.c-titleBack {
	position: relative;
}

.c-titleWrap {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.c-title__sub {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.c-title__sub::before {
	background: url(../img/svg/icon-pink-square.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 22px;
	left: -30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.c-title__underline--solid {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	width: 100%;
}

.c-card__heading {
	color: #000;
	display: inline-block;
	font-size: 2rem;
	margin-left: 40px;
	position: relative;
}

.c-card__heading::before {
	background: url(../img/svg/icon-class-heading.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	left: -40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
}

.c-info-address {
	font-style: normal;
}

.c-text--orange {
	color: #E3793E;
}

.c-text__arrow {
	color: #E3793E;
	font-weight: 700;
	padding-left: 5px;
}

.c-text--red {
	color: #E70C0C;
}

.c-table-top {
	background-color: #E3793E;
}

.c-table-top__title {
	color: #fff;
	font-size: 1.8rem;
	padding: 20px;
	text-align: center;
}

.c-table__text {
	color: #000;
	font-size: 1.6rem;
	padding: 10px 0 10px 20px;
	text-align: left;
}

.c-table--yellow {
	background-color: #FBD678;
}

.c-table--pink {
	background-color: rgba(255, 179, 166, 0.5);
}

.c-table--green {
	background-color: rgba(102, 205, 170, 0.4);
}

.c-table__icon--yellow {
	background-color: #FBD678;
	height: 15px;
	width: 15px;
}

.c-table__icon--pink {
	background-color: rgba(255, 179, 166, 0.5);
	height: 15px;
	width: 15px;
}

.c-table__icon--green {
	background-color: rgba(102, 205, 170, 0.4);
	height: 15px;
	width: 15px;
}

.c-ellipse {
	position: relative;
}

.c-ellipse img {
	height: auto;
	width: 230px;
}

.c-ellipse-text {
	color: #000;
	display: inline-block;
	font-size: 1.9rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.c-ellipse--concept {
	font-size: 1.9rem;
}

.c-ellipse--program {
	font-size: 1.9rem;
}

.p-faq__description--text {
	color: #5A5757;
	font-size: 1.8rem;
}

.p-faq-items__wrap {
	max-width: 100%;
	width: 100%;
}

.p-faq-items__wrap:nth-child(n+2) {
	margin-top: 60px;
}

.p-faq-item__title {
	align-items: center;
	display: flex;
	gap: 30px;
}

.p-faq-item__img {
	height: auto;
	width: 150px;
}

.p-faq-item__img > img {
	width: 100%;
}

.p-faq-subTitle {
	color: #000;
	font-size: 2.4rem;
}

.p-faq-accordion__items {
	margin-top: 50px;
}

.p-faq-accordion__item {
	width: 100%;
}

.p-faq-accordion__item:nth-child(n+2) {
	margin-top: 50px;
}

.p-faq-accordion__box {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}

.p-faq-accordion__icon {
	height: 45px;
	left: 40px;
	position: absolute;
	top: -23px;
	width: 45px;
}

.p-faq__qBox {
	color: #000;
	font-size: 1.6rem;
	padding: 30px 30px 30px 80px;
	position: relative;
}

.p-faq__icon {
	height: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.p-faq__icon.is-open .p-faq__bar2 {
	transform: rotate(90deg);
}

.p-faq__bar1 {
	background: #E3793E;
	border-radius: 20px;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.p-faq__bar2 {
	background: #E3793E;
	border-radius: 20px;
	height: 14px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 2px;
}

.p-faq__aBox {
	background-color: #fff;
	border-radius: 8px;
	color: #5A5757;
	display: none;
	padding: 20px 50px 30px;
}

.p-faq-aBox__content {
	border-top: 1px dotted #5A5757;
	padding-top: 20px;
}

.p-faq-footer__imgWrap {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1040px;
}

.p-faq-footer__topImage {
	height: auto;
	margin-bottom: -20px;
	width: 100%;
}

.p-faq-footer__contact {
	width: 100%;
}

.p-faq-footer__contactTitle {
	text-align: center;
	width: 100%;
}

.p-faq-footer__orangeBand {
	background-color: #E3793E;
	padding: 65px 0;
}

.p-faq__contactTitle--text {
	color: #fff;
	font-size: 3.2rem;
}

.p-faq__contactArea {
	background-color: #fff;
	padding: 80px 17.5% 100px;
}

.p-faq__contactItems {
	display: flex;
	justify-content: space-evenly;
	margin-top: 80px;
}

.p-faq-boxItem {
	align-items: center;
	background-color: #fff;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 340px;
	justify-content: center;
	padding: 40px 30px;
	width: 350px;
}

.p-faq-boxItem__icon {
	text-align: center;
}

.p-faq-icon__tel {
	height: 50px;
	width: 50px;
}

.p-faq-icon__mail {
	height: 47px;
	width: 60px;
}

.p-faq-boxItem__textWrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: center;
	margin-top: 30px;
}

.p-faq-boxItem__title {
	color: #000;
	font-size: 2.4rem;
}

.p-faq-boxItem__time {
	color: #000;
	font-size: 2.4rem;
}

.p-faq-boxItem__link {
	margin-top: 10px;
}

.p-faq-telLink {
	border-bottom: 2px solid #E3793E;
	color: #E3793E;
	font-size: 2.4rem;
	letter-spacing: 0.5rem;
	padding-bottom: 5px;
}

.p-faq-contactLink {
	padding: 20px 82px 20px 30px;
}

.p-archive__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.p-archive__list {
	flex: 1 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

/* SP：1列配置 */

.p-archive-card {
	align-items: stretch; /* 子要素を親要素内に収める */
	background-color: #fff;
	border: 1px dotted #5A5757;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: auto; /* 必要なら固定値を設定 */
	padding: 5%;
	position: relative;
	transition: 0.4s ease-out;
}

.p-archive-card__img {
	overflow: hidden;
	padding-top: 68.3333333333%;
	position: relative;
}

.p-archive-card__img > img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: transform 0.5s ease;
}

.p-archive-card__img:hover > img {
	transform: translate(-50%, -50%) scale(1.2);
}

.p-archive-card__textArea {
	min-height: 165px;
	padding: 25px 0 0 0;
	position: relative;
}

.p-archive-card__category {
	background-color: #FBD678;
	border: 1px dotted #5A5757;
	border-radius: 6px;
	bottom: 5px;
	color: #000;
	display: inline-block;
	font-size: 1.1rem;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: -10%;
	width: 50px;
}

.p-archive-card__title {
	color: #000;
	font-size: 1.6rem;
	padding-bottom: 10px;
}

.p-archive-card__tagArea {
	border-top: 1px dotted #5A5757;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px 0;
}

.p-archive-card__tag {
	color: #5A5757;
	padding-left: 20px;
	position: relative;
}

.p-archive-card__tag::before {
	background: url("../img/svg/icon-tag.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.p-archive-card__date {
	bottom: 10px;
	padding: 0; /* 一旦余白をリセット */
	position: absolute;
	right: 10px;
	text-align: right;
}

.p-archive-card__published {
	color: #5A5757;
	font-size: 1.1rem;
}

.p-blog-card {
	background-color: #fff;
	border: 1px dotted #5A5757;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: block;
	min-height: 330px;
	padding: 20px;
	position: relative;
	transition: 0.4s ease-out;
}

.p-blog-card__img {
	overflow: hidden;
	padding-top: 63.461538461%;
	position: relative;
}

.p-blog-card__img > img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	transition: 0.4s ease-out;
	width: 100%;
}

.p-blog-card__textArea {
	padding-top: 20px;
	position: relative;
}

.p-blog-card__category {
	background-color: #FBD678;
	border: 1px dotted #5A5757;
	border-radius: 6px;
	color: #000;
	display: inline-block;
	font-size: 1.1rem;
	height: 28px;
	left: 10px;
	line-height: 28px;
	padding: 0 12px;
	position: absolute;
	text-align: center;
	top: -14px;
}

.p-blog-card__published {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-blog-card__title {
	color: #5A5757;
	font-size: 1.4rem;
	margin-top: 6px;
}

.p-blog-card__tagArea {
	border-top: 1px dotted #5A5757;
	padding-top: 10px;
}

.p-blog-card__tags {
	display: flex;
	gap: 5px;
}

.p-blog-card__tag {
	color: #5A5757;
	font-size: 1.4rem;
	padding-left: 20px;
	position: relative;
}

.p-blog-card__tag:before {
	background: url(../img/svg/icon-tag.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-runningWipe__img--cutout {
	height: auto;
	margin: 0 auto -100px;
	width: 25%;
}

.p-runningWipe__img--cutout > img {
	width: 100%;
}

.p-runningWipe__text {
	color: #5A5757;
	font-size: 1.8rem;
	line-height: 167.2%;
	margin-top: 30px;
	text-align: justify;
}

.p-runningWipe-doctorsLines1__img {
	height: auto;
	width: 57%;
}

.p-runningWipe-doctorsLines1__table {
	width: 335px;
}

.p-runningWipe__table {
	width: 100%;
}

.p-runningWipe__table-noteWrap {
	align-items: center;
	display: flex;
	gap: 5px;
	margin-top: 5px;
	width: 100%;
}

.p-runningWipe__table-note {
	align-items: center;
	display: flex;
	gap: 3px;
}

.p-runningWipe__table-note--text {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-runningWipe-gallery {
	display: flex;
}

.p-runningWipe-gallery__item {
	width: 50%;
}

.p-runningWipe-effect {
	margin-top: 70px;
}

.p-runningWipe__text--block {
	background-color: #FBD678;
	padding: 70px 120px;
	text-align: center;
}

.p-runningWipe-doctorsLines2__illustBoy {
	width: 30%;
}

.p-runningWipe-doctorsLines2__illustDoctor {
	width: 69%;
}

.p-runningWipe-method {
	background-color: #fff;
	padding: 85px 0;
}

.p-runningWipe-method__subTitle {
	color: #E3793E;
	font-size: 2rem;
}

.p-runningWipe-method__textBlock:nth-child(n+2) {
	margin-top: 40px;
}

.p-runningWipe-method__text {
	color: #000;
	font-size: 1.6rem;
	text-align: justify;
}

.p-runningWipe-goal__boys {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 60px;
}

.p-runningWipe-goal__boy {
	flex: 1 1 calc(33.33333% - 20px);
}

.p-runningWipe-result {
	margin-top: 120px;
}

.p-runningWipe-result__image {
	margin: auto;
	width: 74%;
}

.p-entry__title {
	color: #000;
	font-size: 2.8rem;
}

.p-entry__meta {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-left: 10px;
	margin-top: 15px;
}

.p-entry__published {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-entry__categoryWrap,
.p-entry__tagWrap {
	align-items: center;
	display: flex;
	gap: 5px;
}

.p-entry__category {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-entry__tag {
	color: #5A5757;
	font-size: 1.6rem;
	padding-left: 24px;
	position: relative;
}

.p-entry__tag::before {
	background: url(../img/svg/icon-tag.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.wp-block-image {
	aspect-ratio: 100/62.7;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.wp-block-image > img,
.wp-block-image > a > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.p-entry__body {
	margin-top: 35px;
}

.p-entry-content {
	width: 100%;
}

.p-entry-content > p {
	color: #5A5757;
	font-size: 1.4rem;
	line-height: 1.7149;
	margin-top: 7px;
	text-align: justify;
}

.p-entry-content > h2 {
	color: #000;
	font-size: 2.4rem;
	margin-top: 40px;
	padding-left: 40px;
	position: relative;
}

.p-entry-content > h2::before {
	background: url(../img/small-illustrations/ladybug.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 31px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.p-entry__footer {
	margin-top: 70px;
}

.p-entry__footer--img {
	height: 140px;
	margin: auto;
	width: 140px;
}

.p-entry__footer--img > img {
	width: 100%;
}

.p-entry__footer--textArea {
	margin: auto;
	text-align: center;
	width: 100%;
}

.p-entry__footer--title {
	color: #5A5757;
	font-size: 2rem;
	text-align: center;
}

.p-entry__footer--text {
	color: #5A5757;
	font-size: 1.8rem;
	margin-top: 20px;
	text-align: justify;
}

.p-entry-share__linkArea {
	margin-top: 60px;
	width: 100%;
}

.p-entry-share__img {
	height: auto;
	margin: auto;
	width: 300px;
}

.p-entry-share__img > img {
	width: 100%;
}

.p-entry-share__snsItems {
	margin: 100px auto 0;
}

.p-entry-share__list {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.p-entry-share__item {
	background: #f0f0f0;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	width: 30.3333%;
}

.p-entry-share__link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.p-entry__line {
	background: #00c300;
	color: white;
}

.p-entry__x {
	background: #000;
	color: white;
}

.p-entry__clipboard {
	background: #FBD678;
	color: #5A5757;
}

.p-entry-share__link:hover {
	opacity: 0.8;
}

.p-entry__link {
	margin-top: 100px;
}

.p-related-link {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-related-link__prev {
	padding-right: 16px;
	right: calc(50% + 65px);
}

.p-related-link__prev a {
	background: url(../img/svg/icon-arrow-black__left.svg) no-repeat left 16px center/contain;
	background-size: 8px;
	justify-content: flex-end;
	transition: 0.3s ease-in;
}

.p-related-link__prev a:hover {
	background: url(../img/svg/icon-arrow-black__left.svg) no-repeat left 12px center/contain;
	background-size: 8px;
	opacity: 1;
}

.p-related-link__next {
	left: calc(50% + 65px);
	padding-left: 16px;
}

.p-related-link__next a {
	background: url(../img/svg/icon-arrow-black__right.svg) no-repeat right 16px center/contain;
	background-size: 8px;
	justify-content: flex-start;
	transition: 0.3s ease-out;
}

.p-related-link__next a:hover {
	background: url(../img/svg/icon-arrow-black__right.svg) no-repeat right 12px center/contain;
	background-size: 8px;
	opacity: 1;
}

.p-related-link__prev,
.p-related-link__next {
	background-color: #FBD678;
	border-radius: 8px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}

.p-related-link__prev a,
.p-related-link__next a {
	align-items: center;
	color: #5A5757;
	display: flex;
	font-size: 1.4rem;
	height: 100%;
	line-height: 1;
	width: 100%;
}

.p-related-link__archive {
	border: 1px solid #FBD678;
	border-radius: 8px;
	height: 40px;
	width: 80px;
}

.p-related-link__archive a {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	color: #5A5757;
	display: flex;
	font-size: 1.4rem;
	height: 100%;
	justify-content: center;
	line-height: 1;
	width: 100%;
}

.p-family-history {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-style: normal;
}

.p-family-history__titleWrap {
	text-align: center;
}

.p-family-history-description__wrap {
	margin: 60px auto;
}

.p-family-history-description__text {
	font-weight: 600;
	line-height: 1.6;
	text-align: justify;
}

.p-family-history-description__note {
	color: #E3793E;
	font-size: 1.4rem;
	font-weight: 600;
}

.p-family-history__buttons {
	display: flex;
	gap: 20px;
}

.p-family-history__tab {
	display: inline-block;
	margin: 60px auto;
	text-align: center;
}

.p-family-history__button {
	background: none;
}

.p-family-history__button img {
	width: 150px;
}

.p-family-history-button__text {
	color: #5A5757;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}

.p-family-history-button__text::after {
	background: url(../img/svg/line-arrow--down.svg) no-repeat;
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	top: 40px;
	transform: translate(-50%, -50%);
	width: 20px;
}

.p-family-history__button img {
	transition: transform 0.5s ease, filter 0.5s ease;
}

.p-family-history__button:hover img {
	filter: brightness(1.2); /* 少し明るくする */
	transform: scale(1.1); /* 画像を1.1倍に拡大 */
}

.p-family-history__cover {
	height: auto;
	margin: auto;
	width: 50%;
}

.p-family-history-story__item {
	width: 100%;
}

.p-family-history-story__item:nth-child(n+2) {
	margin-top: 120px;
}

.p-family-history-story__subTitle {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

.p-family-history-story__picture {
	margin: 60px auto 0;
	width: 70%;
}

.p-family-history-story__textWrap {
	margin-top: 30px;
}

.p-family-history-story__text {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2em;
	text-align: justify;
}

.p-operation-top {
	width: 100%;
}

.p-operation-top__container {
	display: grid;
	grid-template-areas: "hand1 text hand2" "hand3 text hand4";
	grid-template-columns: 1fr 50px 1fr;
	grid-template-rows: 1fr 1fr;
	height: auto;
	width: 85%;
	-moz-column-gap: 50px;
	align-items: center; /* 全体の要素を上下中央に配置 */
	column-gap: 50px;
	justify-self: center; /* 既存のプロパティの下に追加*/
	margin-left: auto;
	margin-right: auto;
}

.p-operation-top__hand1 {
	grid-area: hand1;
}

.p-operation-top__hand1 img {
	height: auto;
	width: 100%;
}

.p-operation-top__hand2 {
	grid-area: hand2;
}

.p-operation-top__hand2 img {
	height: auto;
	width: 100%;
}

.p-operation-top__hand3 {
	grid-area: hand3;
}

.p-operation-top__hand3 img {
	height: auto;
	width: 100%;
}

.p-operation-top__hand4 {
	grid-area: hand4;
}

.p-operation-top__hand4 img {
	height: auto;
	width: 100%;
}

.p-operation-top__lead {
	grid-area: text;
}

.p-operation-top__leadText {
	color: #814727;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 3.1rem;
	font-style: normal;
	font-weight: 700;
	writing-mode: vertical-rl;
}

.p-operation-future {
	margin-top: 100px;
}

.p-operation-future__subTitle {
	color: #5A5757;
	font-size: 2.8rem;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #FBD678;
	text-decoration-thickness: 12px;
	text-underline-offset: -8px;
}

.p-operation-future__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}

.p-operation-future__textWrap {
	width: 50%;
}

.p-operation-future__text {
	color: #5A5757;
	font-size: 1.8rem;
	text-align: justify;
}

.p-operation-future__imgWrap {
	display: flex;
	justify-content: center;
	width: 50%;
}

.p-operation-future__imgWrap img {
	height: auto;
	text-align: center;
	width: 240px;
}

.p-operation-about {
	margin-top: 120px;
	width: 100%;
}

.p-operation-about__titleBand {
	background-color: #FBD678;
	padding: 24px 0;
	width: 100%;
}

.p-operation-about__title {
	color: #000;
	font-size: 2.6rem;
	text-align: center;
}

.p-operation-about__description {
	background-color: #fff;
	padding: 90px 0 100px;
	width: 100%;
}

.p-operation-about__textWrap {
	width: 100%;
}

.p-operation-about__textWrap:nth-child(n+2) {
	margin-top: 50px;
}

.p-operation-about__subTitle {
	color: #E3793E;
	font-size: 1.8rem;
}

.p-operation-about__text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: justify;
}

.p-operation-about__image {
	margin: 40px auto 0;
	width: 150px;
}

.p-operation-homework {
	padding: 120px 0 160px;
}

.p-operation-homework__lead {
	text-align: center;
}

.p-operation-homework__leadText {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
}

.p-operation-homework__container {
	display: grid;
	gap: 90px;
	grid-template-areas: "work1 work2" "work3 work4";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: auto;
	justify-items: center;
	justify-self: center;
	margin: 80px auto 0;
	width: 85%;
}

.p-operation-homework__item1 {
	grid-area: work1;
	width: 70%;
}

.p-operation-homework__item2 {
	grid-area: work2;
	width: 70%;
}

.p-operation-homework__item3 {
	grid-area: work3;
	width: 70%;
}

.p-operation-homework__item4 {
	grid-area: work4;
	width: 70%;
}

.p-operation-homework__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
	margin: 50px auto 0;
	width: 85%;
}

.p-operation-homework__icon {
	width: 23%;
}

.p-operation-property {
	width: 100%;
}

.p-operation-property__content {
	padding: 120px 0 120px;
}

.p-operation-property__item {
	align-items: center;
	display: flex;
	gap: 50px;
	width: 100%;
}

.p-operation-property__item:nth-child(n+2) {
	flex-direction: row-reverse;
	margin-top: 120px;
}

.p-operation-property__blurImg {
	width: 350px;
}

.p-operation-property__item--textWrap {
	max-width: calc(100% - 350px); /* 画像の幅を引いた最大幅を設定 */
}

.p-operation-property__subTitle {
	color: #E3793E;
	font-size: 2.4rem;
}

.p-operation-property__item--text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: justify;
}

.p-operation-property__item--image {
	margin: 60px auto 0;
	width: 60%;
}

.p-operation-sanitaryCode {
	margin-top: 120px;
}

.p-operation-sanitaryCode__subTitle--wrap {
	display: flex;
	justify-content: space-around;
}

.p-operation-sanitaryCode__subTitle {
	color: #000;
	font-size: 1.8rem;
	text-decoration: underline;
	text-decoration-color: #FBD678;
	text-decoration-thickness: 12px;
	text-underline-offset: -8px;
}

.p-operation-sanitaryCode__img {
	height: auto;
	margin: 120px auto 0;
	width: 80%;
}

.p-operation-sanitaryCode__img img {
	width: 100%;
}

.p-operation-method {
	background-color: #fff;
	padding: 90px 0 80px;
	width: 100%;
}

.p-operation-method__content {
	margin: auto;
	width: 100%;
}

.p-operation-method__titleWrap {
	text-align: center;
}

.p-operation-method__title {
	color: #000;
	font-size: 3.6rem;
}

.p-operation-method__image {
	height: auto;
	margin: 40px auto 0;
	width: 60%;
}

.p-operation-method__image img {
	width: 100%;
}

.p-operation-method__textBlock {
	margin: 40px auto;
}

.p-operation-method__textBlock:nth-child(n+2) {
	margin: 60px auto;
}

.p-operation-method__subTitle {
	color: #000;
	font-size: 2.8rem;
	text-align: center;
}

.p-operation-method__textWrap {
	margin: 30px auto;
	width: 100%;
}

.p-operation-method__text {
	color: #000;
	font-size: 1.6rem;
	text-align: justify;
}

.p-operation-method__image--cleaning {
	height: auto;
	margin: 80px auto 0;
	width: 155px;
}

.p-operation-method__image--cleaning img {
	width: 100%;
}

.p-operation-gallery {
	width: 100%;
}

.p-operation-gallery__horizontal {
	display: flex;
	width: 100%;
}

.p-operation-gallery__horizontal picture {
	width: 33.3333%;
}

.p-operation-gallery__horizontal img {
	display: block;
	height: auto;
	width: 100%;
}

.p-operation-gallery__textBlock {
	margin: auto;
	padding: 30px 0 60px;
	width: 78.125%;
}

.p-operation-gallery__subTitle {
	color: #5A5757;
	font-size: 2.4rem;
	text-align: center;
}

.p-operation-gallery__textWrap {
	margin: 15px auto 0;
}

.p-operation-gallery__tex {
	color: #5A5757;
	font-size: 1.8rem;
	text-align: justify;
}

.p-admission-text {
	color: #401C07;
	font-size: 1.8rem;
	text-align: justify;
}

.p-admission-grid__note {
	color: #E3793E;
	font-size: 1.6rem;
}

.p-admission-grid__container01 {
	display: grid;
	grid-template-areas: "no1    title01 spacer" "no1    icon01  spacer" "no1    icon01  spacer" "text01 text01  text01" "text01 text01  text01" "foot   foot    foot";
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 40px 1fr 1fr 1.5fr 1fr 0.5fr;
}

.p-admission-grid__item--number01 {
	grid-area: no1;
	margin-left: -56%;
	width: 203%;
	z-index: 1;
}

.p-admission-grid__item--number01 > img {
	height: 135%;
	min-height: 280px;
}

.p-admission-grid__item--title01 {
	grid-area: title01;
}

.p-admission-grid__item--icon01 {
	align-self: end;
	grid-area: icon01;
	margin-left: -14%;
	place-self: center;
	width: 70%;
}

.p-admission-grid__item--textBlock01 {
	grid-area: text01;
	z-index: 2;
}

.p-admission-grid__container02 {
	display: grid;
	grid-template-areas: "no2    title02 spacer" "no2    icon02  spacer" "no2    icon02  spacer" "text02 text02  text02" "text02 text02  text02" "foot   foot    foot";
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 40px 1fr 1fr 1.5fr 1fr 0.5fr;
}

.p-admission-grid__item--number02 {
	grid-area: no2;
	margin-left: -46%;
	width: 150%;
	z-index: 1;
}

.p-admission-grid__item--number02 > img {
	height: 163%;
	min-height: 280px;
}

.p-admission-grid__item--title02 {
	grid-area: title02;
}

.p-admission-grid__item--icon02 {
	grid-area: icon02;
	place-self: center;
	width: 70%;
	z-index: 3;
}

.p-admission-grid__item--textBlock02 {
	grid-area: text02;
	z-index: 2;
}

.p-admission-grid__container03 {
	display: grid;
	grid-template-areas: "no3    title03 spacer" "no3    icon03  spacer" "no3    icon03  spacer" "text03 text03  text03" "text03 text03  text03" "foot   foot    foot";
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 40px 1fr 1fr 1.5fr 1fr 0.5fr;
}

.p-admission-grid__item--number03 {
	grid-area: no3;
	margin-left: -45%;
	width: 130%;
	z-index: 1;
}

.p-admission-grid__item--number03 > img {
	height: 165%;
	min-height: 280px;
}

.p-admission-grid__item--title03 {
	grid-area: title03;
}

.p-admission-grid__item--icon03 {
	grid-area: icon03;
	place-self: center;
	width: 70%;
	z-index: 3;
}

.p-admission-grid__item--textBlock03 {
	grid-area: text03;
	z-index: 2;
}

.p-admission-grid__container04 {
	display: grid;
	grid-template-areas: "no4    title04 spacer" "no4    icon04  spacer" "no4    icon04  spacer" "text04 text04  text04" "text04 text04  text04" "foot   foot    foot";
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 40px 1fr 1fr 1.5fr 1fr 0.5fr;
}

.p-admission-grid__item--number04 {
	grid-area: no4;
	margin-left: -47%;
	width: 160%;
	z-index: 1;
}

.p-admission-grid__item--number04 > img {
	height: 172%;
	min-height: 280px;
}

.p-admission-grid__item--title04 {
	grid-area: title04;
}

.p-admission-grid__item--icon04 {
	grid-area: icon04;
	place-self: center;
	width: 70%;
	z-index: 3;
}

.p-admission-grid__item--textBlock04 {
	grid-area: text04;
	z-index: 2;
}

.p-admission-grid__item--link {
	align-self: center;
	grid-area: foot;
	place-self: center;
}

.p-admission-guide__items {
	display: flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	width: 100%;
}

.p-admission-container {
	background-color: #FBD678;
	border-radius: 6px;
	max-height: 490px;
	min-height: 300px;
	padding: 4%;
	width: calc(50% - 20px);
}

.p-admission-title {
	color: #401C07;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.p-admission-textBlock {
	margin: auto;
	padding: 0 4% 0 6%;
	place-self: center;
}

.p-admission-signUp__block {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 80px auto;
	padding: 3%;
}

.p-admission-signUp__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-admission-signUp__textBlock {
	color: #5A5757;
	display: block;
	width: 66%;
}

.p-admission-signUp__text {
	font-size: 1.6rem;
	text-align: justify;
}

.p-admission-info {
	display: flex;
	margin-top: 15px;
}

.p-admission-info__contact {
	display: flex;
}

.p-admission-info__tel {
	margin-left: 30px;
}

.p-admission-info__dt {
	letter-spacing: 0.02rem;
}

.p-admission-info__dd {
	letter-spacing: 0.1rem;
}

.p-admission-signUp__link {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 2rem;
	padding: 15px 63px 15px 37px;
}

.p-program-title {
	font-size: 6.4rem;
}

.p-program-title__images {
	display: flex;
	width: 100%;
}

.p-program-title__images > img {
	max-height: 630px;
	width: 50%;
}

.p-program-title__images::before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-program-titleWrap {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.p-program-subTitle {
	font-size: 5rem;
}

.p-program-flex__container {
	margin-top: 60px;
}

.p-program-flex__item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
	width: 100%;
}

.p-program-flex__item:nth-child(2) {
	flex-direction: row-reverse;
}

.p-program-flex__imgItem {
	height: auto;
	width: 48%;
}

.p-program-flex__imgItem > img {
	width: 100%;
}

.p-program-textBlock {
	display: block;
	width: 48%;
}

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

.p-program-item__title {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2%;
}

.p-program-item__text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 10px;
}

.p-program__footer {
	margin-top: 70px;
	position: relative;
}

.p-program__footer--title {
	font-size: 4rem;
}

.p-program-bigImage {
	position: relative;
}

.p-program-bigImage::before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-program__footer--title {
	font-size: 4rem;
}

.p-price-resident__block {
	margin-top: 20px;
}

.p-price-resident__subTitle {
	color: #000;
	font-size: 2rem;
}

.p-price-resident-text__wrap {
	margin-top: 15px;
	padding-left: 40px;
}

.p-price-resident-text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-price-table {
	color: #000;
	font-size: 1.6rem;
	margin-top: 30px;
	width: 100%; /* コメントセル */ /* 価格セル */ /* 見出しセル */ /* コメントセル */ /* 価格セル */ /* 見出しセル */
}

.p-price-table tr {
	display: table-row;
}

.p-price-table .p-price-resident__heading {
	background: #FBD678;
	padding: 40px 0 40px 40px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

.p-price-table .p-price-resident__price {
	background: #FBD678;
	line-height: 1.3;
	padding: 20px 0 20px 10px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

.p-price-table .p-price-resident__comments {
	background: #fff;
	padding: 17px 0 17px 40px;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

.p-price-table .p-price-trial__heading {
	background: rgba(255, 179, 166, 0.5);
	padding: 40px 0 40px 40px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

.p-price-table .p-price-trial__price {
	background: rgba(255, 179, 166, 0.5);
	padding: 30px 0 30px 40px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
}

.p-price-table .p-price-trial__comments {
	background: #fff;
	padding: 17px 0 17px 40px;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

.p-price-resident__meal {
	letter-spacing: 0.2rem;
}

.p-price-resident__note {
	margin-top: 10px;
}

.p-price-resident__note--text {
	color: #000;
	font-size: 1.6rem;
}

.p-price-trial__block {
	margin-top: 20px;
}

.p-price-trial__strongText {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-price-trial__strongText .br-sp {
	display: none;
}

.p-price-trial__text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 5px;
}

.p-price-info {
	text-align: center;
	width: 100%;
}

.p-price-info__block {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 5% 12%;
	width: 100%;
}

.p-price-info__title {
	color: #000;
	font-size: 2.4rem;
}

.p-price-info__text {
	margin-top: 60px;
}

.p-price-info__strong {
	font-size: 3rem;
}

.p-price-info__reception {
	font-size: 3rem;
}

.p-price-info__strong {
	color: #000;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
}

.p-price-info-tel__linkArea {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}

.p-price-info__tel-icon {
	height: 50px;
	width: 50px;
}

.p-price__tel-link {
	color: #E3793E;
	font-size: 3.6rem;
	letter-spacing: 0.2rem;
}

.p-price-preparations__textWrap {
	margin-top: 20px;
}

.p-price-preparations__text {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-price-preparations {
	margin-top: 60px;
}

.p-price-preparations__linkWrap {
	margin-top: 40px;
}

.p-privacy-policy {
	color: #5A5757;
}

.p-privacy-policy__titleArea {
	text-align: center;
}

.p-privacy-policy__title {
	font-size: 3rem;
}

.p-privacy-policy__description {
	font-size: 1.6rem;
	margin-top: 60px;
	text-align: justify;
}

.p-privacy-policy__content {
	margin-top: 20px;
}

.p-privacy-policy__item {
	margin-top: 20px;
}

.p-privacy-policy__itemText {
	text-align: justify;
}

.p-privacy-policy-list__title {
	margin-top: 30px;
}

.p-privacy-policy__list {
	padding-left: 10px;
}

.p-privacy-policy__textBlock {
	margin-top: 17px;
}

.p-privacy-policy__blockText {
	text-align: justify;
}

.p-privacy-policy__linkArea {
	margin-top: 30px;
}

.p-privacy-policy__link {
	color: #E70C0C;
	margin-top: 10px;
}

.p-privacy-policy-contact {
	margin-top: 20px;
}

.p-privacy-policy-contact__name {
	margin-top: 8px;
}

.p-privacy-policy-address {
	margin-top: 8px;
}

.p-privacy-policy-address__text {
	font-style: normal;
}

.p-privacy-policy-tel__head {
	letter-spacing: 0.17rem;
	padding-right: 5px;
}

.p-privacy-policy-fax__head {
	padding-right: 5px;
}

.p-error-message__illust {
	height: auto;
	margin: auto;
	width: 152px;
}

.p-error-message__illust img {
	width: 100%;
}

.p-error-message__textWrap {
	margin-top: 60px;
	text-align: center;
}

.p-error-message__main {
	text-align: center;
}

.p-error-message__mainText {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 2.6rem;
	font-style: normal;
}

.p-error-message__sub {
	margin-top: 60px;
	text-align: center;
}

.p-error-message__subText {
	color: #5A5757;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 2rem;
	font-style: normal;
}

.p-error-message__footer {
	display: inline-block;
	margin-top: 160px;
	text-align: center;
	width: 100%;
}

.p-recruit {
	margin-bottom: 50px; /* フッターとの重なりを防止 */
	min-height: 250px; /* 高さを柔軟に調整 */
	width: 100%;
}

.p-recruit__titleWrap {
	background-color: rgba(227, 122, 62, 0.5); /* 修正: 変数スコープ */
	padding: 125px 0; /* 内側余白で中央揃え */
	text-align: center;
}

.p-recruit__title {
	color: #000; /* 修正: 変数スコープ */
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 3.8rem;
	font-weight: 700;
}

.p-recruit__sectionBg {
	max-height: 780px; /* 高さを適切に制限 */
	overflow: hidden; /* コンテナからはみ出した部分を非表示 */
	width: 100%;
}

.p-recruit__sectionBg > img {
	display: block; /* インライン要素の隙間を防ぐ */
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover; /* 画像をコンテナ内に収める */
}

.p-recruit__description {
	margin-top: 80px;
	padding: 20px 0; /* 上下の余白を追加 */
	width: 100%;
}

.p-recruit__description--text {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.8; /* 行間調整 */
	text-align: justify;
}

.p-recruit__entry {
	margin-top: 120px;
	width: 100%;
}

.p-recruit__entryWrap {
	background-color: #fff;
	padding: 7%;
	width: 100%;
}

.p-recruit__entry--linkItems {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.p-recruit__entry--linkItem {
	background-color: rgba(227, 122, 62, 0.5);
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 3.3% 0;
	width: 100%;
}

.p-recruit__entry--post {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 2.4rem;
	justify-content: center;
}

.p-recruit__entry--subText {
	color: #000;
	font-size: 1.8rem;
	padding-left: 30px;
}

.p-recruit__entry--text {
	color: #000;
	font-size: 1.8rem;
	text-align: center;
}

.p-recruit__buttonArea {
	margin: 150px auto 0;
}

.p-recruit__entry--button {
	margin: 40px auto 0;
}

.p-recruit__entry--link {
	display: block;
	height: 200px;
	margin: auto;
	text-align: center;
	transition: filter 0.3s ease;
	width: 200px;
}

.p-recruit__entry--link > img {
	transition: filter 0.3s ease;
}

.p-recruit__entry--link > img:hover {
	filter: invert(34%) sepia(72%) saturate(727%) hue-rotate(0deg) brightness(98%) contrast(97%); /* コントラストを97%に調整（明暗差を少し抑える） */
}

.p-recruit__details {
	color: #000;
	font-size: 1.6rem;
	margin-top: 50px;
}

.p-recruit-details__container {
	display: grid;
	gap: 35px;
	grid-template-columns: 1fr 5fr; /* 左: 1, 右: 2 の割合 */
}

.p-recruit__salary-details {
	margin-top: 30px;
}

.p-recruit__salary-details > li {
	margin-top: 5px;
}

.p-recruit__salary-details__text {
	margin-top: 20px;
}

.p-recruit__requirements-details > li {
	margin-top: 5px;
}

.p-recruit__treatment-details > li {
	margin-top: 5px;
}

.p-recruit__treatment-details__text {
	margin-top: 20px;
}

.p-recruit__workingHours-details > li {
	margin-top: 5px;
}

.p-recruit__workingHours-details__text {
	margin-top: 20px;
}

.p-recruit__holiday-details > li {
	margin-top: 5px;
}

.p-recruit__button {
	margin-top: 50px;
}

.p-sitemap__heading {
	background-color: #FBD678;
	padding: 56px 0;
	width: 100%;
}

.p-sitemap__heading--text {
	color: #5A5757;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.p-sitemap-link__topPage {
	font-size: 3rem;
	padding-right: 50px;
}

.p-sitemap-link__block {
	margin-top: 60px;
	width: 100%;
}

.p-sitemap-link__subTitle {
	border-bottom: 1px solid #5A5757;
	color: #5A5757;
	font-size: 2.6rem;
	padding-bottom: 10px;
	width: 100%;
}

.p-sitemap-link__items {
	margin-top: 30px;
	padding-left: 25px;
}

.p-sitemap-link__item {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-sitemap-link__item:nth-child(n+2) {
	margin-top: 20px;
}

.p-sidebar {
	width: 300px;
}

.p-sidebar__block:nth-child(n+2) {
	margin-top: 50px;
}

.p-sidebar-hikari__illust {
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-sidebar-hikari__text {
	color: #000;
	font-size: 1.4rem;
	margin-top: 20px;
	text-align: justify;
}

.p-sidebar-hikari__buttonArea {
	display: block;
	margin: 30px auto 0;
}

.p-sidebar-hikari__button {
	background-color: #FBD678;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	display: block;
	font-size: 1.8rem;
	padding: 17px 0;
	text-align: center;
	width: 100%;
}

.p-sidebar__titleWrap {
	align-items: center;
	border-bottom: 1px dotted #5A5757;
	display: flex;
	gap: 10px;
	padding-bottom: 5px;
}

.p-sidebar__title {
	color: #5A5757;
	font-size: 1.8rem;
	letter-spacing: 0.8rem;
}

.p-sidebar-article__lists {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
}

.p-sidebar-card {
	display: block;
	height: 130px;
	position: relative;
	transition: 0.4s ease-out;
	width: 300px;
}

.p-sidebar-card__img {
	overflow: hidden;
	padding-top: 43.3333333333%;
	position: relative;
}

.p-sidebar-card__img::before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-sidebar-card__img:hover > img {
	transform: translate(-50%, -50%) scale(1.2); /* コンテナ全体でホバー検出 */
}

.p-sidebar-card__img > img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1); /* デフォルト状態 */
	transition: transform 0.5s ease; /* なめらかに変化 */
}

.p-sidebar-card__titleWrap {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.p-sidebar-card__title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
}

.p-sidebar-advertisement__img {
	margin-top: 15px;
	width: 100%;
}

.p-sidebar-icon {
	height: 50px;
	width: 50px;
}

.p-sidebar__advertisement--text {
	color: #5A5757;
	font-size: 1.6rem;
	padding-top: 10px;
}

.p-sidebar__advertisement--linkText {
	color: #E3793E;
	font-size: 1.6rem;
	padding-top: 10px;
	text-align: center;
}

.p-sidebar__arrow {
	display: block;
	height: 30px;
	margin: 15px auto 0;
	width: 50px;
}

.p-sidebar-category__lists {
	margin-top: 15px;
	padding-left: 20px;
}

.p-sidebar-category__list {
	border-bottom: 1px dotted #5A5757;
	padding-bottom: 5px;
}

.p-sidebar-category__list:nth-child(n+2) {
	margin-top: 15px;
}

.p-sidebar-tag__listsWrap {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

.p-sidebar-tag__lists {
	display: block;
}

.p-sidebar-tag__list {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-sidebar-tag__list:nth-child(n+2) {
	margin-top: 18px;
}

.p-sidebar-tag__link {
	padding-left: 20px;
	position: relative;
}

.p-sidebar-tag__link:before {
	background: url("../img/svg/icon-tag.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.p-description-band {
	background-color: #FBD678;
	padding: 60px 0 70px;
}

.p-description-band__title {
	color: #5A5757;
	font-size: 2.8rem;
	text-align: center;
}

.p-description-band__textWrap {
	margin-top: 15px;
	width: 100%;
}

.p-description-band__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-description-illustBand {
	position: relative;
}

.p-description-illustBand__img {
	height: auto;
	left: 50%;
	position: absolute;
	top: -40%;
	transform: translate(-50%, -50%);
	width: 32.343%;
}

.p-description-illustBand__img img {
	width: 100%;
}

.p-description-illustBand__text--block {
	background-color: #FBD678;
	padding: 70px 0;
}

.p-description-illustBand__text {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-description__textWrap {
	display: block;
	margin-top: 60px;
	width: 100%;
}

.p-description__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-homeschool__about--content {
	margin-top: 140px;
}

.p-homeschool__about--block {
	align-items: center;
	display: flex;
	gap: 50px;
	width: 100%;
}

.p-homeschool__about--block:nth-child(n+2) {
	margin-top: 40px;
}

.p-homeschool__about--img {
	width: 50%;
}

.p-homeschool__about--textWrap {
	width: 50%;
}

.p-homeschool__subTitle--green {
	background: linear-gradient(transparent 70%, #BED28C 30%);
	color: #5A5757;
	display: inline-block;
	font-size: 2.4rem;
	width: 100%;
}

.p-homeschool__subTitle--pink {
	background: linear-gradient(transparent 70%, #FFB3A6 30%);
	color: #5A5757;
	display: inline-block;
	font-size: 2.4rem;
	width: 100%;
}

.p-homeschool__about--textarea {
	color: #5A5757;
	font-size: 1.6rem;
	padding-top: 24px;
	text-align: justify;
}

.p-homeschool__about--texItem:nth-child(n+2) {
	margin-top: 40px;
}

.p-homeschool__slogan {
	background-color: #fff;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 100%;
	position: relative;
	width: 50%;
}

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

.p-homeschool__slogan--vertical {
	color: #000;
	font-size: 2.6rem;
	left: 50%;
	position: absolute;
	text-align: center;
	text-orientation: mixed; /* 英数字を横向きに */
	top: 50%;
	transform: translate(-50%, -50%); /* 中央へ移動 */
	writing-mode: vertical-rl; /* 縦書き */
}

.p-homeschool__about2__content {
	margin-top: 120px;
	width: 100%;
}

.p-homeschool__about2__images {
	align-items: flex-end;
	display: flex;
	gap: 30px;
}

.p-homeschool__about2--sloganImg {
	width: 50%;
}

.p-homeschool__about2__img {
	width: 50%;
}

.p-homeschool__about2__img img {
	height: 450px;
	width: 450px;
}

.p-homeschool__about2--infographic {
	margin: 120px auto 0;
	width: 85%;
}

.p-homeschool__about2--note {
	margin-top: 50px;
}

.p-homeschool__bigImage {
	margin-top: 60px;
	position: relative;
}

.p-homeschool__bigImage::before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-homeschool__bigImage__textBlock {
	position: absolute;
	right: 10%;
	top: 30%;
	width: 40%;
}

.p-homeschool__bigImage__lead {
	color: #fff;
	font-size: 2rem;
}

.p-homeschool__bigImage__textarea {
	color: #fff;
	font-size: 1.6rem;
	text-align: justify;
}

.p-homeschool--gallery__items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 90px;
	width: 100%;
}

.p-homeschool--gallery__item {
	background-color: #fff;
	border-radius: 0 0 15px 0;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex: 1 1 calc(30.33333% - 20px);
	padding: 15px 0 60px 15px;
}

.p-homeschool--gallery__img {
	max-height: 240px;
	width: 80%;
}

.p-homeschool--gallery__name {
	color: #000;
	padding-left: 12px;
	text-orientation: mixed;
	writing-mode: vertical-lr; /* 縦書き方向を左から右に */
}

.p-homeschool__gallery--note {
	margin-top: 50px;
}

.p-homeschool__gallery--noteTitle {
	color: #E3793E;
	font-size: 1.6rem;
}

.p-homeschool__gallery--noteText {
	font-size: 1.4rem;
}

.p-homeschool__footer--illust {
	height: auto;
	margin: 160px auto 0;
	width: 190px;
}

.p-summary__footer {
	background: linear-gradient(to bottom, #FBD678 0%, #FFFAF0 100%);
}

.p-summary__footerWrap {
	margin: auto;
	padding: 120px 0 90px;
	width: 100%;
}

.p-summary__footer--textBlock:nth-child(n+2) {
	margin-top: 60px;
}

.p-summary__footer--subTitle {
	color: #5A5757;
	font-size: 2.8rem;
	text-align: center;
}

.p-summary__footer--textWrap {
	margin: 30px auto 0;
}

.p-summary__footer--text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-support-options {
	margin-top: 240px;
	width: 100%;
}

.p-support-option__item {
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 160px;
	width: 100%;
}

.p-support-option__title {
	background-color: #FBD678;
	padding: 30px 0;
	position: relative;
	width: 100%;
}

.p-support-option__nameWrap {
	text-align: center;
}

.p-support-option__name {
	color: #401C07;
	font-size: 2.4rem;
}

.p-support-option__item--illust {
	bottom: -20%;
	position: absolute;
	right: 10px;
	width: 22%;
}

.p-support-option__item--illust img {
	width: 100%;
}

.p-support-option__info {
	background-color: #fff;
	padding: 5% 5.5% 12%;
	width: 100%;
}

.p-support-option__text {
	color: #5A5757;
	font-size: 1.6rem;
	line-height: 1.8em;
	text-align: justify;
}

.p-support-option__signUp-link {
	display: block;
	margin-top: 30px;
	text-align: center;
}

.p-support-option__info--paypal {
	margin-top: 60px;
}

.p-support-option__info--title {
	border-bottom: 2px solid #5A5757;
	display: block;
	margin: 50px auto 0;
	padding-bottom: 15px;
	width: 80%;
}

.p-support-option__subTitle {
	color: #5A5757;
	font-size: 2rem;
	text-align: center;
}

.p-support-option__paypal--textWrap {
	display: block;
}

.p-support-option__paypal--text {
	color: #E3793E;
	font-size: 1.8rem;
	text-align: center;
}

.p-support-option__text--notes {
	color: #E3793E;
	font-size: 1.6rem;
	margin-top: 5px;
}

.p-support-option__info--lists {
	margin-top: 45px;
}

.p-support-option__listItems {
	margin: auto;
	width: 75%;
}

.p-support-option__listItem {
	color: #000;
	font-size: 1.6rem;
	margin-top: 10px;
}

.p-support-option__link--note {
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: center;
}

.p-support__friends-association {
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-top: 70px;
	width: 100%;
}

.p-support__friends-association--textarea {
	width: 100%;
}

.p-support__friends-association--tex {
	color: #401C07;
	font-size: 1.6rem;
	line-height: 1.7em;
	text-align: justify;
}

.p-support__friends-association--link {
	display: block;
	margin: 60px auto 0;
	width: 250px;
}

.p-support__friends-association--titleWrap {
	background-color: #401C07;
	padding: 15px 0;
	width: 100%;
}

.p-support__friends-association--title {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}

.p-support__friends-association--info {
	background-color: rgba(247, 178, 0, 0.4);
	padding: 7% 12%;
	width: 100%;
}

.p-work-and-support {
	margin-top: 90px;
	width: 100%;
}

.p-work-and-support__title {
	display: block;
	height: auto;
	margin: auto;
	width: 14.6%;
}

.p-work-and-support__description {
	display: block;
	margin-top: 60px;
	width: 100%;
}

.p-work-and-support__description--text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-work-and-support__items {
	display: flex;
	flex-direction: column;
	gap: 300px;
	margin-top: 200px;
	width: 100%;
}

.p-work-and-support__imageItem {
	margin: 30px auto 0;
	position: relative;
	width: 100%;
}

.p-work-and-support__personal-name {
	height: auto;
	left: 5%;
	position: absolute;
	top: -20%;
	width: 40%;
}

.p-work-and-support__mainImage {
	display: block;
	width: 100%;
}

.p-work-and-support__mainImage img {
	display: block;
	height: auto;
	width: 100%;
}

.p-work-and-support__titleImage {
	margin-top: -5%;
}

.p-work-and-support__title-back {
	background-color: #FBD678;
	height: 120px;
	margin-top: -4%;
	width: 100%;
}

.p-work-and-support__textBlock {
	margin-top: 30px;
	width: 100%;
}

.p-work-and-support__textItem:nth-child(n+2) {
	margin-top: 20px;
}

.p-work-and-support__subTitle {
	font-size: 1.8rem;
}

.p-work-and-support__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-work-and-support-gallery {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	margin-top: 60px;
}

.p-work-and-support-gallery__item {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 47%;
}

.p-work-and-support-gallery__img img {
	height: auto;
	min-height: 350px;
	object-fit: cover;
	width: 100%;
	-o-object-fit: cover;
}

.p-work-and-support-gallery__caption {
	background-color: #fff;
	color: #000;
	font-size: 1.4rem;
	padding: 3%;
	text-align: justify;
}

.p-work-and-support__graduate-data {
	background-color: #FBD678;
	margin-top: 100px;
	padding: 50px 0;
}

.p-work-and-support__graduate-dataWrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: center;
}

.p-work-and-support__icon-memo {
	height: auto;
	width: 55px;
}

.p-work-and-support__icon-memo img {
	width: 100%;
}

.p-work-and-support__dataText {
	color: #5A5757;
	font-size: 1.6rem;
	width: 100%;
}

.p-day-work {
	margin-top: 90px;
	width: 100%;
}

.p-day-work__title {
	display: block;
	height: auto;
	margin: auto;
	width: 10%;
}

.p-day-work-afterCare__wrap {
	margin-top: 140px;
}

.p-day-work-afterCare__illust {
	height: auto;
	margin: 70px auto -270px;
	width: 150px;
}

.p-day-work-afterCare__illust img {
	width: 100%;
}

.p-day-work-afterCare {
	background-color: #FBD678;
	margin-top: 200px;
	padding: 120px 0 100px;
	width: 100%;
}

.p-day-work-afterCare__main--textWrap {
	width: 100%;
}

.p-day-work-afterCare__main--text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-day-work-career-paths {
	background-color: #fff;
	border-radius: 30px;
	margin-top: 50px;
	padding: 7%;
	width: 100%;
}

.p-day-work-career-paths__titleWrap {
	margin: 0 auto;
	text-align: center;
}

.p-day-work-career-paths__title {
	background: linear-gradient(transparent 70%, #FBD678 30%);
	color: #000;
	display: inline-block;
	font-size: 2rem;
}

.p-day-work-career-paths__items {
	margin-top: 80px;
	width: 100%;
}

.p-day-work__subTitle {
	color: #000;
	font-size: 1.6rem;
}

.p-day-work-career-paths__item:nth-child(n+2) {
	margin-top: 50px;
}

.p-day-work-career-paths__companyName--wrap {
	margin-top: 24px;
	padding-left: 30px;
}

.p-day-work-career-paths__companyName {
	color: #000;
	font-size: 1.4rem;
}

.p-day-work-timeline__items {
	margin-top: 80px;
	width: 100%;
}

.p-day-work-timeline__item:nth-child(n+2) {
	margin-top: 30px;
}

.p-day-work-timeline__caption {
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	color: #000;
	font-size: 1.6rem;
	padding: 0 4% 6%;
	text-align: justify;
}

.p-day-work-timeline__caption--title {
	background-color: #E3793E;
	border-radius: 0 0 8px 8px;
	margin: 0 auto 40px;
	padding: 7px 20px;
	text-align: center;
	width: 220px;
}

.p-day-work-timeline__time {
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
}

.p-day-work-timeline__info {
	margin-top: 120px;
}

.p-day-work-timeline__titleWrap {
	margin: 0 70px -50px auto;
	width: 40%;
}

.p-day-work-timeline__wrap {
	background-color: #FBD678;
	border-radius: 30px;
	padding: 12% 15% 5%;
	width: 100%;
}

.p-day-work-timeline__info--graphic {
	width: 100%;
}

.p-day-work-timeline__info--note {
	margin-top: 35px;
	text-align: center;
}

.p-staff-voice {
	width: 100%;
}

.p-staff-voice__titleWrap {
	display: block;
	text-align: left;
	width: 40%;
}

.p-staff-voice__titleWrap > img {
	width: 100%;
}

.p-staff-voice__content--img {
	aspect-ratio: 16/9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	height: 590px;
	position: relative;
	width: 100%;
}

.p-staff--ryou {
	background-image: url("../img/recruit/main-image-pc__ryou.jpg");
}

.p-staff--rei {
	background-image: url("../img/recruit/main-image-pc__rei.jpg");
}

.p-staff--kenta {
	background-image: url("../img/recruit/main-image-pc__kenta.jpg");
}

.p-staff__nameLabel {
	height: auto;
	left: 40px;
	position: absolute;
	top: 30px;
	width: 30%;
}

.p-staff__nameLabel2 {
	position: absolute;
	right: 40px;
	top: 30px;
	width: 30%;
}

.p-staff-voice__container {
	display: grid;
	grid-template-columns: 1fr minmax(0, 78.125%) 1fr;
	grid-template-rows: minmax(200px, 230px) 1fr 1fr;
}

.p-staff-voice__content {
	background-color: #FFFAF0;
	border-radius: 15px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	grid-column: 2; /* 中央列に配置 */
	grid-row: 2/4; /* 2行目から3行目の下端まで配置 */
	padding: 11% 8%;
	transform: translateY(-10%);
	width: 100%; /* 最大幅を設定 */
}

.p-staff-voice__background {
	background-color: #FBD678;
	grid-column: 1/4;
	grid-row: 3/4;
	height: 100%; /* 高さをグリッド行に合わせる */
	width: 100%;
}

.p-staff-voice__textWrap {
	margin-top: 20px;
	padding: 10px 20px;
	position: relative;
}

.p-staff-voice__text {
	color: #000;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.p-staff-interview__items {
	background-color: #FBD678;
	padding: 0px 0 70px;
	width: 100%;
	z-index: 1;
}

.p-staff-interview__item:nth-child(n+2) {
	margin-top: 20px;
}

.p-staff-interview__question {
	align-items: center;
	display: flex;
	gap: 10px;
}

.p-staff-interview__question > img {
	height: 30px;
	width: 30px;
}

.p-staff-interview__questionText {
	font-size: 1.6rem;
}

.p-staff-interview__answerWrap {
	margin-top: 10px;
	padding-left: 40px;
}

.p-staff-interview__answer {
	color: #401C07;
	font-size: 1.6rem;
	text-align: justify;
}

.p-staff-gallery__images {
	display: flex;
}

.p-leadership__chairman {
	width: 100%;
}

.p-leadership__chairman--wrap {
	position: relative;
}

.p-leadership__chairman--titleWrap {
	display: block;
	left: 2%;
	max-height: 140px;
	position: absolute;
	top: -14%;
	width: 70%;
	z-index: 2;
}

.p-leadership__chairman--titleWrap img {
	height: auto;
	width: 100%;
}

.p-leadership__chairman--mainImage {
	max-height: 750px;
	width: 100%;
	z-index: 1;
}

.p-leadership__biography {
	background-color: #FBD678;
	padding: 50px 0;
	width: 100%;
}

.p-leadership__biography--items {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.p-leadership__biography--item {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	width: 50%;
}

.p-leadership__biography--wrap {
	color: #5A5757;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	gap: 10px;
}

.p-leadership__biography--sign {
	background-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 15% 0;
	width: 50%;
}

.p-leadership__biography--sign img {
	display: block;
	height: auto;
	padding-top: 20px;
	text-align: center;
}

.p-leadership__titleName--wrap {
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.p-leadership__titleName {
	color: #000;
	font-size: 1.8rem;
	text-align: left;
}

.p-leadership__textarea {
	background-color: #fff;
	padding: 80px 0 200px;
}

.p-leadership__textBlock {
	margin-top: 30px;
}

.p-leadership__title {
	color: #E3793E;
	font-size: 2rem;
}

.p-leadership__textarea--text {
	color: #5A5757;
	font-size: 1.6rem;
	line-height: 1.8em;
	text-align: justify;
	width: 100%;
}

.p-leadership__container {
	display: grid;
	grid-template-columns: 1fr minmax(0, 39.0625%) minmax(0, 39.0625%) 1fr;
	grid-template-rows: minmax(140px, 150px) minmax(100px, 120px) minmax(100px, 120px) minmax(100px, 120px) 1fr 4fr;
	position: relative;
}

.p-leadership__bg--yellow {
	background-color: #FBD678;
	grid-column: 1/5;
	grid-row: 1/5;
}

.p-leadership__policy {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-leadership__policy--text {
	color: #000;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 5.4rem;
	font-style: normal;
	font-weight: 700;
	margin-top: 30px;
	position: relative;
	white-space: nowrap;
	z-index: 3;
}

.p-leadership__policy-line {
	background-color: #000;
	grid-column: 2/5;
	grid-row: 3;
	height: 2px;
}

.p-leadership__theme {
	align-self: end;
	grid-column: 2/4;
	grid-row: 1/3;
	height: auto;
	justify-self: end;
	position: relative;
	width: 80%;
	z-index: 1;
}

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

.p-leadership__mainImage {
	grid-column: 2/4;
	grid-row: 4/9; /* 上から2行目までの範囲 */
	justify-self: center;
	z-index: 5;
}

.p-leadership__name {
	color: #000;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 4rem;
	font-style: normal;
	grid-column: 3/4;
	grid-row: 3/4;
	padding-top: 20px;
	text-align: right;
	z-index: 5;
}

.p-leadership__status {
	font-size: 2.4rem;
}

.p-leadership__bg--white {
	background-color: #fff;
	grid-column: 1/5;
	grid-row: 6/9;
}

.p-leadership__interview--container {
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr minmax(0, 78.125%) 1fr;
	grid-template-rows: 5px 1fr 1fr 1fr 10px;
	row-gap: 40px;
}

.p-leadership__interview--first {
	grid-column: 2;
	grid-row: 2/3;
	width: 100%;
}

.p-leadership__interview--second {
	grid-column: 2;
	grid-row: 3/4;
	width: 100%;
}

.p-leadership__interview--third {
	grid-column: 2;
	grid-row: 4/5;
	width: 100%;
}

.p-leadership__interview--area {
	background-color: #fff;
	padding: 45px 0 140px;
}

.p-leadership__interview--block {
	width: 100%;
}

.p-leadership__interview--block:nth-child(n+2) {
	margin-top: 40px;
}

.p-leadership__interview--title {
	color: #000;
	font-size: 1.8rem;
}

.p-leadership__textWrap {
	margin-top: 14px;
	width: 100%;
}

.p-leadership__text {
	color: #000;
	font-size: 1.6rem;
	text-align: justify;
}

.p-leadership-staff__gallery--items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.p-leadership-staff__gallery--item {
	display: flex;
	flex: 1 1 30.33333%;
}

.p-leadership-staff__gallery--item img {
	height: auto;
	object-fit: cover;
	width: 100%;
	-o-object-fit: cover;
}

.p-lower-top {
	border-radius: 8px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
	width: 90.625%;
}

.p-lower-top::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-lower-top img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-lower-top--class {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--mealtime {
	background-image: url(../img/mealtime/lower-top--mealtime__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--admission-guide {
	background-image: url(../img/lower-top--admission-guide__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--timeline {
	background-image: url(../img/lower-top--timeline__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--info {
	background-image: url(../img/lower-top--information__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--donate {
	background-image: url(../img/lower-top--donate__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--faq {
	background-image: url(../img/lower-top--faq__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--voice {
	background-image: url(../img/lower-top--voice__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--price {
	background-image: url(../img/lower-top--pricepage__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--privacy-policy {
	background-image: url(../img/lower-top--privacy-policy__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--single {
	background-image: url(../img/lower-top--single__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--archive {
	background-image: url(../img/lower-top--archive__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--runningWipe {
	background-image: url(../img/lower-top--running-wipe__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--family-history {
	background-image: url(../img/lower-top--family-history__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--operation-sheet {
	background-image: url(../img/lower-top--operation-sheet__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--paper-box {
	background-image: url(../img/lower-top--paper-box__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--homeschool {
	background-image: url(../img/lower-top--homeschool__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--graduate {
	background-image: url(../img/lower-top--graduate__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--leadership {
	background-image: url(../img/lower-top--leadership__pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top__group {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.p-lower-top__title {
	font-size: 4.6rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-lower-top__subTitle {
	font-size: 1.6rem;
	margin-top: 10px;
}

.p-lower-top__contactArea {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 90.625%;
}

.p-lower-top-contactBtn {
	margin-right: 30px;
	margin-top: -35px;
	max-width: 300px;
	position: relative;
	z-index: 3;
}

.p-lower-single-top__wrap {
	position: relative;
	width: 100%;
}

.p-lower-single-top--jobInfo {
	height: 100%;
	width: 100%;
}

.p-lower-single-top__jobType {
	background-color: rgba(241, 185, 151, 0.7);
	bottom: 0;
	height: 140px;
	line-height: 140px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
}

.p-lower-single-top__jobType--text {
	color: #000;
	font-size: 3rem;
	letter-spacing: 0.3em;
}

.p-donate-statement__wrap {
	width: 100%;
}

.p-donate-statement__dearEveryone--wrap {
	text-align: center;
}

.p-donate-statement__dearEveryone {
	color: #000;
	font-size: 3.4rem;
	margin-bottom: 50px;
}

.p-donate-statement__textBlock {
	background-color: #fff;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 6% 4.5%;
	width: 100%;
}

.p-donate-statement__textarea {
	width: 100%;
}

.p-donate-statement__titleWrap {
	text-align: center;
}

.p-donate-statement__title {
	color: #000;
	font-size: 3.4rem;
	margin-bottom: 35px;
}

.p-donate-statement__text {
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #000 1px, transparent 1px);
	background-size: 8px 100%, 100% 2.5em;
	color: #000;
	font-size: 1.8rem;
	line-height: 2.5em;
	padding-bottom: 1px;
}

.p-donate-statement__signWrap {
	color: #000;
	margin-left: auto;
	margin-top: 60px;
	width: 300px;
}

.p-donate-statement__legal-entity {
	font-size: 2rem;
}

.p-donate__legal-entity--name1,
.p-donate__legal-entity--name2 {
	text-align: left;
}

.p-donate-statement__sign {
	font-size: 3rem;
}

.p-donate-statement__sign--title {
	font-size: 2.8rem;
	padding-right: 15px;
}

.p-donate-statement__download {
	margin-top: 120px;
}

.p-donate-statement__wrap {
	display: block;
	margin: auto;
	text-align: center;
}

.p-job-info {
	margin-top: 60px;
}

/* `p-job-info-details` に `display: grid;` を適用 */

.p-job-info-details {
	color: #5A5757;
	display: grid;
	gap: 10px; /* ✅ 適度な間隔 */
	grid-template-columns: 1fr 2fr; /* ✅ 左: 1fr（dt） 右: 2fr（dd） */
}

/* `dt` を左カラムに配置 */

.p-job-info__dt {
	font-weight: bold;
	grid-column: 1/2;
	padding-top: 7px;
}

/* `dd` を右カラムに配置 */

.p-job-info__dd {
	grid-column: 2/3;
	letter-spacing: 0.1em;
	padding-top: 7px;
}

/* スマホ対応（1カラムにする） */

.p-job-info__button {
	margin-top: 100px;
}

.p-job-info__notes {
	margin-top: 10px;
}

.p-voice__description--text {
	color: #5A5757;
	font-size: 1.8rem;
}

.p-voice-cards {
	margin-top: 30px;
}

.p-voice-card__items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.p-voice-card__item {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 47%;
}

.p-voice-card__contentWrap {
	height: 690px;
	margin: auto;
	padding: 30px 20px;
}

.p-voice-card__textBlock {
	height: 200px;
}

.p-voice-card__textBlock:nth-child(n+2) {
	margin-top: 30px;
}

.p-voice-card__heading {
	border-bottom: 1px dotted #E3793E;
	width: 100%;
}

.p-voice-card__heading--text {
	color: #E3793E;
	font-size: 1.7rem;
	padding-bottom: 5px;
	padding-left: 30px;
	position: relative;
}

.p-voice-card__heading--text::before {
	background: url(../img/svg/icon-voice.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 24px;
}

.p-voice-card__textArea {
	margin-top: 10px;
	width: 100%;
}

.p-voice-card__text {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4em;
}

.p-voice-card__subTitle {
	border-bottom: 1px dotted #E3793E;
	width: 100%;
}

.p-voice-card__subTitle--text {
	color: #E3793E;
	font-size: 1.6rem;
	padding-bottom: 5px;
}

.p-voice-card-footer {
	background-color: #FBD678;
	height: 130px;
	padding: 25px 30px;
	position: relative;
	width: 100%;
}

.p-voice-card-footer__bug {
	height: 34px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 39px;
}

.p-voice-card__place {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-voice-card__meta--background {
	color: #5A5757;
	font-size: 1.4rem;
}

.swiper {
	box-sizing: border-box;
	margin: 140px auto 0;
	max-width: 1920px;
	position: relative;
	width: 90.625%;
}

.swiper-container {
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
}

.swiper-container::after {
	animation: pulse 3s infinite ease-in-out;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 70%);
	border-radius: 50%;
	content: "";
	height: 120%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	z-index: 1;
}

.p-swiper__lead {
	background-color: rgba(255, 255, 255, 0.7);
	height: 140px;
	padding-left: 5%;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 11;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1;
}

.p-top-swiper .swiper-slide {
	border-radius: 8px;
	flex-shrink: 0;
	overflow: hidden;
	pointer-events: auto;
	transition-property: opacity;
	width: 100%;
}

.p-top-swiper .swiper-slide picture img {
	height: 100%;
	width: 100% !important;
	-o-object-fit: cover;
	display: block;
	object-fit: cover;
}

.p-swiper__leadText {
	color: #000;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 7rem;
	font-weight: 700;
	height: 140px;
	line-height: 140px;
	text-align: left;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.swiper-pagination-bullet {
	height: 6px;
	width: 6px;
}

.p-swiper__img {
	height: 100%;
	width: 100vw !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	overflow: hidden;
}

.p-swiper__img > img {
	border: none;
	max-width: none;
	vertical-align: top;
	width: 100vw !important;
}

.swiper-pagination {
	bottom: 3px;
	display: flex;
	flex-direction: column;
	left: -22px;
	position: absolute;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	left: -30px;
	top: var(--swiper-pagination-top, auto);
	width: 100%;
}

.swiper-pagination-bullet {
	color: #FFB3A6;
	height: 8px;
	margin-top: 10px;
	width: 8px;
}

.swiper-pagination-bullet {
	background-color: white !important;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
	transform: scale(1.2);
}

.swiper-pagination-bullet-active {
	background: #FFB3A6;
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-bullet-active {
	background: #FFB3A6;
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-slide-active .p-swiper__img img {
	animation: zoomUp 4s ease-in-out; /* 4秒間のZoomUpアニメーション */
	transform-origin: center; /* 拡大の中心位置を設定 */
}

/* 非アクティブスライドのリセット */

.swiper-slide .p-swiper__img img {
	animation: none; /* アニメーションをリセット */
	transform: scale(1); /* 元のサイズにリセット */
}

.swiper-slide-active .p-swiper__img,
.swiper-slide-duplicate-active .p-swiper__img,
.swiper-slide-prev .p-swiper__img {
	animation: zoomUp 7s linear 0s normal both;
}

.swiper-button-next:after {
	display: none;
}

.swiper-button-prev:after {
	display: none;
}

.p-swiper-contact__btn {
	bottom: -30px;
	position: absolute;
	right: 30px;
}

.p-swiper__paper-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
	width: 100vw;
}

.p-single-class-top {
	margin-top: 30px;
}

.p-single-class-top__container {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-areas: "routine ellipse";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	justify-items: center;
}

.p-single-class-top__timeline {
	grid-area: routine;
}

.p-single-class-time {
	color: #E3793E;
	font-size: 1.6rem;
	padding: 15px 0 15px 10px;
	text-align: right;
	width: 60px;
}

.p-single-class-item {
	color: #5A5757;
	font-size: 1.6rem;
	padding: 15px 10px 15px 23px;
	text-align: left;
	width: 270px;
}

.p-single-class-top__image {
	grid-area: ellipse;
	width: 80%;
}

.p-single-class-top__image > img {
	max-height: 350px;
}

.p-single-class__textArea {
	grid-area: ellipse;
	margin-top: 20px;
	text-align: center;
}

.p-single-class__imageTitle {
	color: #5A5757;
	font-size: 2rem;
}

.p-single-class-description {
	background-color: #FBD678;
	margin-top: 120px;
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-single-class-description__textWrap {
	color: #5A5757;
	margin: auto;
	width: 100%;
}

.p-single-class-description__title {
	font-size: 2.4rem;
}

.p-single-class-description__textarea {
	margin-top: 12px;
}

.p-single-class-description__tex {
	font-size: 1.8rem;
}

.p-single-class-content__wrap {
	width: 100%;
}

.p-single-class__bigTitle {
	position: relative;
	width: 100%;
}

.p-single-class__bigTitle--group {
	background-color: rgba(252, 225, 156, 0.8);
	bottom: 0;
	height: 80px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-single-class-content__title {
	color: #000;
	font-size: 3rem;
	letter-spacing: 1rem;
	line-height: 80px;
	text-align: center;
}

.p-single-class-routine {
	margin-top: 30px;
}

.p-single-class-routine__contents {
	width: 100%;
}

.p-single-class-routine__subTitle-area {
	border-bottom: 1px dotted #5A5757;
	margin-top: 30px;
	padding-bottom: 3px;
}

.p-single-class-routine__subTitle {
	color: #5A5757;
	font-size: 2rem;
}

.p-single-class-routine__flexItems {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.p-single-class-routine__thumb {
	width: 340px;
}

.p-single-class-routine__thumb > img {
	width: 100%;
}

.p-single-class-routine__textItem {
	width: calc(100% - 340px);
}

.p-single-class-routine__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-single-class-textBlock {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 100%;
}

.p-single-class-text {
	text-align: justify;
}

.p-single-class-image__block {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 40px;
}

.p-single-class-image__item {
	width: 50%;
}

.p-single-class-image__caption {
	color: #5A5757;
	font-size: 1.4rem;
	text-align: justify;
}

.p-single-class__summary {
	background: linear-gradient(to bottom, #FFFAF0 3%, #FBD678);
	height: auto;
	margin-top: 170px;
	padding: 80px 0 120px;
}

.p-single-class__summaryTitle {
	color: #5A5757;
	font-size: 2.4rem;
	margin: auto;
	position: relative;
	text-align: center;
}

.p-single-class__summaryTitle::after {
	background-color: #E3793E;
	border-radius: 8px;
	bottom: -10px;
	content: "";
	display: block;
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 180px;
}

.p-single-class__summaryText {
	color: #5A5757;
	font-size: 1.8rem;
	margin-top: 30px;
	text-align: justify;
}

.p-top-news {
	margin-top: 15px;
}

.p-top-news__titleWrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-top-news__title {
	color: #5A5757;
	font-size: 2rem;
}

.p-top-news__pickUp {
	align-items: center;
	border-bottom: 1px dotted #5A5757;
	border-top: 1px dotted #5A5757;
	padding: 10px 0;
}

.p-top-news__pickUp:hover:after {
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}

.p-top-news__pickUp--link {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-top-news__pickUp--text {
	color: #5A5757;
	margin-left: 20px;
	margin-right: 10px;
	width: 80%;
}

.p-top-news__pickUp--title {
	color: #E3793E;
	font-size: 1.6rem;
}

.p-top-news__pickUp--excerpt {
	font-size: 1.4rem;
}

.p-top__thumbnail {
	height: 123px;
	width: 200px;
}

.p-top__thumbnail > img {
	width: 100%;
}

.p-top-news__pickUp__published {
	color: rgba(136, 136, 136, 0.5333333333);
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.p-top-contactArea {
	margin-left: 60px;
	margin-top: -5%;
}

.p-top-contactBtn {
	max-width: 300px;
}

.p-top-contact__btn {
	display: inline-block;
	font-size: 1.6rem;
	padding: 20px 90px 20px 30px;
}

.p-top-news__archiveLink {
	color: #E3793E;
	font-size: 1.4rem;
}

.p-top-news__archiveLink:hover {
	opacity: 0.7;
}

.p-top-news__pickUp--arrow {
	height: 30px;
	width: 30px;
}

.p-top-news__pickUp--arrow > img {
	width: 100%;
}

.p-top-news__pickUp--arrow:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}

.p-trial__description--text {
	color: #5A5757;
	font-size: 1.8rem;
	text-align: justify;
}

.p-trial-big-image {
	margin-top: 60px;
	position: relative;
}

.p-trial-big-image::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-trial-big-image__text {
	color: #fff;
	font-size: 3rem;
	left: 50%;
	position: absolute;
	text-align: center;
	text-wrap: nowrap;
	top: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.p-trial__items {
	margin: auto;
	width: 100%;
}

.p-trial__item {
	display: block;
	margin: auto;
	width: 100%;
}

.p-trial__item:nth-child(n+2) {
	margin-top: 50px;
}

.p-trial-item__title {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: flex-start;
}

.p-trial-item__title--number {
	height: 75px;
	width: 100px;
}

.p-trial-item__title--number > img {
	width: 100%;
}

.p-trial-item__title--text {
	color: #5A5757;
	font-size: 3.4rem;
	font-weight: 700;
}

.p-trial-item__background {
	background-color: rgba(227, 121, 62, 0.2);
	display: flex;
	flex-direction: column;
	height: auto;
	margin-top: 100px;
	padding: 0 6% 6%;
	width: 100%;
}

.p-trial-item__image {
	align-self: flex-end;
	border-radius: 6px;
	margin-top: -5%;
	width: 60%;
}

.p-trial-item__textArea {
	padding: 4% 0 0;
	width: 100%;
}

.p-trial-subTitle {
	color: #000;
	font-size: 1.8rem;
}

.p-trial-item__text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: justify;
}

.p-mealtime__description--text {
	color: #5A5757;
	font-size: 1.8rem;
	text-align: justify;
}

.p-mealtime-card__items {
	margin: 60px auto 0;
	width: 100%;
}

.p-mealtime-cards__wrap {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: space-between;
}

.p-mealtime-cards__wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.p-mealtime-cards__wrap:nth-child(n+2) {
	margin-top: 40px;
}

.p-mealtime-card__item--img {
	height: auto; /* 高さを自動に */
	width: 49%;
}

.p-mealtime-card__item--text {
	align-self: center;
	background-color: #fff;
	height: auto; /* 高さを自動に */
	padding: 50px 40px;
	width: 49%;
}

.p-mealtime-card__title {
	color: #E3793E;
	font-size: 2rem;
}

.p-mealtime-card__text {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 20px;
	text-align: justify;
	width: auto;
}

.p-mealtime-card__illust {
	height: auto;
	margin: 4% auto 0;
	width: 180px;
}

.p-mealtime-card__illust > img {
	width: 100%;
}

.p-mealtime-big-image {
	margin: 5% auto 0;
	max-height: 500px;
	width: 100%;
}

.p-mealtime-footer {
	margin: 130px auto -10px;
}

.p-mealtime-footer__illust {
	height: auto;
	margin: 0 auto -45px;
	width: 190px;
}

.p-mealtime-introduction__wrap {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 70px 70px 50px;
	width: 100%;
}

.p-mealtime-introduction__text {
	color: #5A5757;
	font-size: 1.6rem;
	line-height: 170%;
	text-align: justify;
}

.p-mealtime-introduction__imgWrap {
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0;
}

.p-mealtime-introduction__img {
	width: 25%;
}

.p-mealtime-introduction__img img {
	height: auto; /* 高さを自動で調整 */
	max-width: 300px; /* 必要に応じて画像の最大幅を設定 */
	width: 100%;
}

.p-mealtime-introduction__caption {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 12px;
	text-align: center;
}

.p-timeline__items {
	margin: auto;
	margin-top: 100px;
	width: 85%;
}

.p-timeline__item {
	position: relative;
	width: 100%;
}

.p-timeline__item:nth-child(n+2) {
	margin-top: 80px;
}

.p-timeline__time {
	align-items: center;
	background-color: #fff;
	border: 1px solid #FFB3A6;
	border-radius: 16px;
	display: flex;
	left: 0;
	padding: 20px 30px;
	position: absolute;
	top: -30px;
	z-index: 2;
}

.p-timeline__entry {
	color: #5A5757;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
}

.p-timeline__clockTime {
	color: #FFB3A6;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-left: 10px;
}

.p-timeline__collage {
	display: flex;
}

.p-timeline__image--left {
	position: relative;
	width: 100%;
}

.p-timeline__image--left img {
	width: 100%;
}

.p-timeline__image--center {
	position: relative;
	width: 100%;
}

.p-timeline__image--center img {
	width: 100%;
}

.p-timeline__image--right {
	position: relative;
	width: 100%;
}

.p-timeline__image--right img {
	width: 100%;
}

.p-timeline__collage--text {
	background-color: rgba(227, 121, 62, 0.7);
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	height: 60px;
	left: 0;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.p-timeline__textBlock {
	background-color: #fff;
	padding: 30px 34px;
}

.p-timeline__text {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-timeline__footer {
	display: inline-block;
	margin-top: 160px;
	text-align: center;
	width: 100%;
}

.p-timeline__link {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 15px 50px 15px 40px;
}

.p-header__btnWrap {
	align-items: center;
	display: flex;
}

.p-header-info__btn:nth-child(n+2) {
	margin-left: 45px;
}

.p-header-contact__btn {
	font-size: 1.6rem;
	margin-left: 60px;
	padding: 20px 90px 20px 35px;
}

.p-header-nav__lists {
	align-items: center;
	display: flex;
	justify-content: right;
	margin-top: 20px;
}

.p-header-nav__list {
	color: #5A5757;
	height: 30px;
	position: relative;
	transition: all 0.3s ease-in-out;
	width: 120px;
}

.p-header-nav__list:nth-child(n+2) {
	margin-left: 30px;
}

.p-header-nav__list:hover {
	color: #E3793E;
}

.p-header-nav__list:hover > .p-header-dropdown__lists {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0); /* 自然に降りてくる */
	visibility: visible;
}

.p-header-nav__list:nth-child(n+3):nth-child(-n+4):hover > .p-header-dropdown__lists {
	width: 160%;
}

.p-header-nav__list:nth-child(n+3):nth-child(-n+4):hover > .p-header-dropdown__lists::before {
	left: 50%;
	transform: translateX(-50%);
}

.p-header-nav__title {
	align-items: center;
	background: none;
	border: none;
	color: #5A5757;
	display: flex;
	font-size: 16px;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 100%;
}

.p-header-nav__title:hover {
	color: #E3793E;
}

.p-header-nav__home {
	padding-top: 4px;
}

.p-header-dropdown__lists {
	background-color: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25); /* 最初は完全に非表示 */ /* 最初は完全に非表示 */
	opacity: 0;
	padding: 16px 25px 16px 10px;
	pointer-events: none;
	position: absolute;
	right: -20%;
	top: 100%;
	transform: translateX(-50%);
	transform: translateY(-10px); /* 少し上に配置しておく */
	transition: opacity 0.3s ease-in, visibility 0.3s ease-out, transform 0.3s ease-out;
	visibility: hidden;
}

.p-header-dropdown__lists::before {
	border: 15px solid transparent;
	border-bottom: 15px dotted #FBD678;
	content: "";
	left: 50%;
	position: absolute;
	top: -28px;
	transform: translateX(-50%);
}

.p-header-nav__list:hover .p-header-dropdown__lists {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0); /* 自然に降りてくる */
	visibility: visible;
}

.p-header-dropdown__list {
	background-color: #FBD678;
	padding: 5px 0px;
	position: relative;
	transition: all 0.3s;
}

.p-header-dropdown__link {
	align-items: center;
	color: #5A5757;
	display: flex;
	font-size: 1.4rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.p-header-dropdown__link:hover {
	color: #E3793E;
	transition: all 0.4s ease-in-out;
}

.p-header-friends--mainTitle {
	color: #fff;
	font-size: 3rem;
}

.p-header-friends--subTitle {
	color: #fff;
	font-size: 1.6rem;
}

.p-header-friends__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 40px 70px;
	width: 100%;
}

.p-drawerMenu {
	background: #FFFAF0;
	height: 100vh;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100vw;
	z-index: 39;
}

.p-drawerMenu.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-drawerMenu__scroll {
	max-height: calc(100vh - 100px) !important;
	overflow-y: auto !important;
	padding: 20px;
}

.p-drawerMenu__content {
	left: 50%;
	max-width: 255px;
	position: absolute;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-drawerMenu__lists {
	margin-top: 30px;
}

.p-drawerMenu__list:nth-child(1) {
	margin-bottom: 15px;
}

.p-drawerMenu__title {
	background-color: transparent;
	border: none;
	color: #5A5757;
	display: block;
	font-size: 1.6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-bottom: 7px;
	padding-left: 10px;
}

.p-drawerMenu__subItems {
	border-top: 1px dotted #5A5757;
	color: #5A5757;
	font-size: 1.4rem;
	max-width: 335px;
	padding: 10px 0 20px 10px;
}

.p-drawerMenu__subItem:nth-child(n+2) {
	margin-top: 10px;
}

.p-drawerMenu__footer {
	margin: auto;
	max-width: 335px;
	width: 100%;
}

.p-drawerMenu__btnWrap {
	align-items: center;
	border-top: 1px dotted #5A5757;
	display: flex;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.p-drawerMenu-info__btn {
	color: #5A5757;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 1.2rem;
	margin: 0;
	padding-right: 3px;
	width: auto;
}

.p-drawerMenu-info__btn:nth-child(n+2) {
	margin-left: 45px;
}

.p-drawerMenu__linkWrap {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
	padding: 10px 0;
}

.p-drawerMenu__link {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-drawer-contact__btn {
	font-size: 1.4rem;
	padding: 20px 75px 20px 20px;
}

.p-greeting__img--cat {
	height: 210px;
	margin: 0 auto -70px;
	width: 210px;
}

.p-greeting__img--cat > img {
	width: 100%;
}

.p-greeting__text--block {
	background-color: #FBD678;
	height: auto;
	padding: 70px 120px;
	text-align: center;
}

.p-greeting__title {
	color: #5A5757;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.p-greeting__text {
	color: #5A5757;
	font-size: 1.8rem;
	line-height: 167.2%;
	margin-top: 30px;
	text-align: justify;
}

.p-feature-grid__container {
	display: grid;
	grid-template-areas: "blur blur" "deco deco" "vertical panic";
	grid-template-columns: 1fr 2fr;
	grid-template-rows: 400px auto auto;
	width: 100%;
}

.p-feature__textWrap {
	grid-area: blur;
	margin-top: 15%;
	width: 40%;
	z-index: 11;
}

.p-feature__subTitle {
	color: #5A5757;
	font-size: 2.8rem;
	z-index: 11;
}

.p-feature__text {
	color: #5A5757;
	font-size: 1.6rem;
	grid-area: blur;
	line-height: 170%;
	z-index: 11;
}

.p-feature__blur {
	grid-area: blur;
	height: auto;
	margin-top: -10px;
	width: 67%;
	z-index: 10;
}

.p-feature__blur > img {
	width: 100%;
}

.p-feature__deco {
	align-self: flex-start;
	grid-area: deco;
	height: auto;
	justify-self: center;
	width: 70%;
	z-index: 5;
}

.p-feature-text__vertical {
	align-self: end;
	grid-area: vertical;
	height: auto;
	width: 94%;
}

.p-feature-text__vertical > img {
	width: 100%;
}

.p-feature-img__panic {
	grid-area: panic;
	max-height: 560px;
	width: 90%;
	z-index: 11;
}

.p-feature-img__panic > img {
	width: 100%;
}

.p-feature-img__panicBack {
	grid-area: panic;
	margin-left: 10%;
	margin-top: 29%;
	width: 80%;
	z-index: 10;
}

.p-feature-img__panicBack > img {
	width: 100%;
}

.p-feature-footer--parents {
	height: auto;
	margin: 0 auto -70px;
	width: 30%;
}

.p-feature-footer--parents > img {
	width: 100%;
}

.p-feature-footer__text--block {
	background-color: rgba(148, 180, 186, 0.5);
	height: 400px;
	padding: 70px 120px;
	text-align: center;
}

.p-feature-footer__text {
	color: #5A5757;
	font-size: 1.8rem;
	margin-top: 50px;
	text-align: justify;
}

.p-concept-education__wrap {
	margin: 70px auto;
}

.p-concept-education__objects {
	display: flex;
	justify-content: space-evenly;
}

.p-concept-education__textBlock {
	color: #5A5757;
	margin-top: 60px;
}

.p-concept-education__subTitle {
	font-size: 3rem;
	text-align: center;
}

.p-concept-education__textWrap {
	margin-top: 30px;
	text-align: center;
}

.p-concept-education__text {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
}

.p-diagram {
	background-color: #fff;
}

.p-diagram__titleWrap {
	margin: auto;
	width: 70%;
}

.p-diagram__title {
	color: #5A5757;
	font-size: 2.9rem;
	text-align: center;
}

.p-diagram__mainWrap {
	margin: 120px auto 0;
	width: 70%;
}

.p-diagram__help-textWrap {
	margin: 80px auto;
}

.p-diagram__help-text {
	color: #E3793E;
	font-size: 1.8rem;
}

.p-diagram__definition {
	font-style: normal;
}

.p-diagram__button {
	margin-top: 95px;
	text-align: center;
}

.p-diagram-description {
	background-color: #FFF5C9;
}

.p-diagram-description__titleWrap {
	color: #000;
	margin: auto;
	text-align: center;
}

.p-diagram-description__title {
	font-size: 2.4rem;
	letter-spacing: 4px;
	text-align: center;
}

.p-diagram-description__title .br-pc {
	display: none;
}

.p-diagram-description__arrow--orange {
	margin-top: 10px;
	text-align: center;
}

.p-diagram-description__subText {
	font-size: 2.6rem;
	margin-top: 15px;
	text-align: center;
}

.p-diagram-description__textItems {
	margin: 60px auto;
	width: 100%;
}

.p-diagram-description__textItem:nth-child(n+2) {
	margin-top: 20px;
}

.p-diagram-description__subTitle {
	border-bottom: 1px dotted #E3793E;
	color: #E3793E;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.p-diagram-description__textWrap {
	padding-top: 5px;
}

.p-diagram-description__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-diagram__strong {
	color: #E3793E;
}

.p-class__containerWrap {
	margin: auto;
}

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

.p-class-card__items {
	margin: 60px auto;
}

.p-class-card__item {
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
}

.p-class-card__item:nth-child(n+2) {
	margin-top: 30px;
}

.p-class-card__inner {
	display: flex;
}

.p-class-card__thumbnailBlock {
	background-color: #FBD678;
	min-width: 390px;
	padding: 65px 40px;
}

.p-class-card__thumbnail {
	height: 216px;
	overflow: hidden; /* ✅ 画像がはみ出さないようにする */
	width: 300px;
}

.p-class-card__thumbnail > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 12px; /* ✅ 画像の周りだけ角丸に！ */
	object-fit: cover; /* ✅ 画像の比率を保ちつつ調整 */
}

.p-class-card__textBlock {
	background-color: #fff;
	padding: 50px 60px 60px 30px;
}

.p-class-card__heading {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.p-class-card__textWrap {
	padding-top: 15px;
}

.p-class-card__text {
	color: #5A5757;
	font-size: 1.4rem;
	text-align: justify;
}

.p-class-card__btnWrap {
	margin-top: 25px;
	text-align: center;
}

.p-class-footer__btnWrap {
	margin: 180px auto 0;
}

.p-class-footer__btn {
	text-align: center;
}

.p-class-card__btnNote {
	color: #5A5757;
	font-size: 1.4rem;
	margin-top: 20px;
	text-align: center;
}

.p-calendar__titleWrap {
	background-color: #fff;
	color: #5A5757;
	padding: 50px;
	text-align: center;
	width: 100%;
}

.p-calendar__title {
	font-size: 2.4rem;
	text-align: center;
}

.p-calendar__subText {
	font-size: 1.6rem;
	text-align: center;
}

.p-calendar__snsLink--x {
	margin-top: 20px;
	text-align: center;
}

.p-calendar__sns--link {
	height: 50px;
	max-width: 50px;
}

.p-calendar__sns--link > img {
	width: 50px;
}

.p-calendar__iframeWrap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%; /* 高さを調整 */
	position: relative;
}

iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-calendar-footer__btnWrap {
	margin: 120px auto 0;
}

.p-calendar-footer__btn {
	text-align: center;
}

.p-calendar-footer__btnNote {
	color: #5A5757;
	font-size: 1.4rem;
	margin-top: 20px;
	text-align: center;
}

.p-footer-illust__items {
	margin: 220px auto -30px;
	width: 89%;
}

.p-footer-illust__item--sparrows {
	height: 94px;
	margin: auto;
	width: 94px;
}

.p-footer-illust__item--sparrows > img {
	width: 100%;
}

.p-footer-illust-lower__items {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: 240px auto -5%;
	max-height: 287px;
}

.p-footer-illust__item--left {
	width: 36.25%;
}

.p-footer-illust__item--right {
	animation: sway 4s infinite ease-in-out;
	margin-bottom: -40px;
	transform-origin: center bottom;
	width: 19%;
}

.p-footer {
	display: flex;
	justify-content: space-between;
}

.p-footer-nav__wrap {
	display: block;
	margin: auto;
	width: 56%;
}

.p-footer-nav__upper {
	display: flex;
	justify-content: space-between;
}

.p-footer-nav__middle {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.p-footer-nav__lower {
	margin-top: 40px;
}

.p-footer-info__wrap {
	width: 300px;
}

.p-footer-nav {
	width: 40%;
}

.p-footer-nav__item {
	color: #5A5757;
}

.p-footer-nav__item:nth-child(1) {
	margin-bottom: 10px;
}

.p-footer-nav__subitem {
	border-top: 1px dotted #5A5757;
	font-size: 1.6rem;
	padding-left: 20px;
	padding-top: 15px;
}

.p-footer-subNav__item:nth-child(n+2) {
	margin-top: 10px;
}

.p-footer__small {
	font-size: 1.4rem;
}

.p-footer-btnWrap {
	display: block;
	margin-top: 100px;
	width: 100%;
}

.p-footer-btn__items {
	border-top: 1px dotted #5A5757;
	display: flex;
	padding-top: 10px;
}

.p-footer-btn__item {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-footer-btn__item:nth-child(n+2) {
	margin-left: 30px;
}

.p-footer-siteInfo__lists {
	color: #5A5757;
	display: flex;
	margin-top: 20px;
}

.p-footer-siteInfo__list:nth-child(n+2) {
	margin-left: 25px;
}

.p-footer-info__contact__btnBlock {
	display: block;
}

.p-footer-info__contact--btn {
	padding: 15px 85px 15px 35px;
}

.p-footer-info__tel--btn {
	margin-top: 50px;
}

.p-footer-blog {
	display: block;
	margin-top: 115px;
}

.p-footer-blog__blogName {
	align-items: center;
	border-bottom: 1px dotted #5A5757;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-footer-blog__title {
	color: #5A5757;
	font-size: 1.8rem;
	padding-left: 30px;
	position: relative;
}

.p-footer-blog__title::before {
	background: url(../img/small-illustrations/ladybug.png) no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

.p-footer-blog__archiveLink {
	color: #E3793E;
	cursor: pointer;
	font-size: 1.4rem;
	padding-right: 10px;
}

.p-footer-blogCard__latest {
	margin-top: 15px;
	width: 300px;
}

.p-footer-blogCard {
	background-color: #fff;
	border: 1px dotted #5A5757;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	height: 360px;
	padding: 5%;
	position: relative;
	transition: 0.4s ease-out;
	width: 100%;
}

.p-footer-blogCard__latest .p-blog-card__img {
	overflow: hidden; /* 親要素が画像の拡大部分を隠さないように */
	padding-top: 68.3333333333%; /* アスペクト比を維持 */
	position: relative;
}

.p-footer-blogCard__latest .p-blog-card__img img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1); /* 初期状態 */
	transition: transform 0.5s ease; /* なめらかな拡大アニメーション */
}

.p-footer-blogCard__latest .p-blog-card__img:hover img {
	transform: translate(-50%, -50%) scale(1.2); /* ホバー時に拡大 */
}

.p-footer-blogCard__textArea {
	min-height: 165px;
	padding: 25px 0 0 0;
}

.p-footer-blogCard__category {
	background-color: #FBD678;
	border: 1px dotted #5A5757;
	border-radius: 6px;
	bottom: 5px;
	color: #000;
	display: inline-block;
	font-size: 1.1rem;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 51%;
	width: 50px;
}

.p-footer-blogCard__title {
	color: #000;
	font-size: 1.6rem;
	padding-bottom: 10px;
}

.p-footer-blogCard__tagArea {
	border-top: 1px dotted #5A5757;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 15px 0 5px;
}

.p-footer-blogCard__tag {
	color: #5A5757;
	padding-left: 20px;
	position: relative;
}

.p-footer-blogCard__tag::before {
	background: url("../img/svg/icon-tag.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.p-footer-blogCard__date {
	bottom: 12px;
	position: absolute;
	right: 10px;
}

.p-footer-blogCard__published {
	color: #5A5757;
	font-size: 1.1rem;
}

.p-footer-lowest__items {
	align-items: center;
	display: flex;
	height: auto;
	width: 100%;
}

.p-footer-lowest__item {
	flex: 1 1 0;
	height: 90px;
	padding: 10px 15px;
	text-align: center;
}

.p-footer-lowest__item:nth-child(n+2) {
	border-left: 1px dotted #401C07;
}

.p-footer-logo {
	margin: auto;
	width: 230px;
}

.p-footer-lowest__info {
	color: #814727;
	font-size: 1.4rem;
}

.p-footer__address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.p-footer-lowest-sns {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	width: 100%;
}

.p-footer-lowest-sns__item {
	height: auto;
	width: 35px;
}

.p-footer-lowest-sns__link {
	height: 40px;
	width: 40px;
}

.p-footer-lowest-sns__link > img {
	width: 100%;
}

.p-footer-lowest__copyright {
	margin: 50px auto 0;
}

.p-footer-copyright__text {
	color: #814727;
	display: block;
	font-size: 1rem;
	text-align: center;
}

.p-breadcrumb {
	color: #5A5757;
	font-size: 1rem;
}

.p-info-facility {
	width: 100%;
}

.p-info-table {
	color: #000;
	width: 100%; /*見出しセル*/ /* 概要セル */ /*郵便番号・住所*/ /*電話・FAX*/
}

.p-info-table .p-info-table__heading {
	background: #FBD678;
	font-size: 1.6rem;
	padding: 15px 0 15px 24px;
	text-align: left;
	vertical-align: middle;
	width: 15%;
}

.p-info-table .p-info-table__overview {
	background: #fff;
	font-size: 1.4rem;
	padding: 15px 10px 18px 10px;
	vertical-align: middle;
	width: auto;
}

.p-info-table .p-info-table__address {
	display: flex;
}

.p-info-table .p-info-table__number {
	display: flex;
}

.p-info_flexText {
	display: flex;
	gap: 5px;
}

.p-info-business {
	background-color: #FBD678;
	height: auto;
	margin-top: 50px;
	width: 100%;
}

.p-info-business__wrap {
	width: 100%;
}

.p-info-business__title {
	color: #000;
	font-size: 2.4rem;
	text-align: center;
}

.p-info-business__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	width: 100%;
}

.p-info-business__item {
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 210px;
	min-width: 220px;
	width: 20%; /* 4つ目以降のカードに余白を追加 */ /* 5つ目以降のカードに余白を追加 */
}

.p-info-business__item:not(:nth-child(4n+1)) {
	margin-left: 20px;
}

.p-info-business__item:nth-child(n+5) {
	margin-top: 20px;
}

.p-info-business__name {
	background-color: rgba(255, 179, 166, 0.5);
	border-radius: 8px 8px 0 0;
	color: #000;
	font-size: 1.6rem;
	padding: 15px 25px;
	text-align: center;
}

.p-info-business__body {
	padding: 15px 30px 10px;
}

.p-info-business__textArea {
	height: 95px;
	margin: auto;
}

.p-info-business__text {
	color: #5A5757;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	text-align: justify;
}

.p-info-business__capacity {
	color: #000;
	margin-top: 15px;
	text-align: center;
}

.p-info__another {
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
	width: 80%;
}

.p-info__another--item {
	display: flex;
	gap: 10px;
	vertical-align: middle;
}

.p-info__another--name {
	color: #000;
	font-size: 1.6rem;
}

.p-info__another--text {
	color: #5A5757;
	font-size: 1.4rem;
}

.p-info-illust-map__background {
	background-color: #fff;
}

.p-info-illust-map__textArea {
	margin-left: auto;
	width: 60%;
}

.p-info-illust-map__text {
	color: #5A5757;
	font-size: 1.8rem;
}

.p-info-illust-map__clouds {
	margin-right: auto;
	margin-top: 60px;
	width: 50%;
}

.p-info-illust-map__clouds > img {
	width: 100%;
}

.p-info-access__iframeWrap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%; /* 高さを調整 */
	position: relative;
}

iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-info-access__grid {
	margin-top: 20px;
	width: 100%;
}

.p-info-access__container {
	color: #5A5757;
	display: grid;
	font-size: 1.6rem;
	gap: 30px;
	grid-template-areas: "side-a side-b" "side-c side-d";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}

.p-info-access__itemA {
	grid-area: side-a;
}

.p-info-access__itemB {
	grid-area: side-b;
}

.p-info-access__itemC {
	grid-area: side-c;
}

.p-info-access__itemD {
	grid-area: side-d;
}

.p-info-access--bus {
	display: flex;
}

.p-info-access__imgArea {
	height: auto;
	margin: 140px auto 0;
	width: 270px;
}

.p-info__linkBlock {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	gap: 25px;
	margin-top: 40px;
	padding: 3% 3.5%;
}

.p-info__linkText--wrap {
	color: #5A5757;
	width: calc(100% - 200px);
}

.p-info-contactInfo {
	display: flex;
	gap: 20px;
	margin-top: 15px;
}

.p-info_contact {
	display: flex;
}

.p-info_contact--tel {
	display: flex;
}

.p-info-signUp__linkArea {
	width: 200px;
}

.p-info-signUp__link {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 1.6rem;
	padding: 15px 50px 15px 30px;
}

.p-flow__items {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	height: auto;
	width: 100%;
}

.p-flow__item {
	flex: 1 1 calc(24.5% - 10px);
	margin-top: 30px;
}

.p-flow__img {
	position: relative;
}

.p-flow__img--textArea {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-flow__img--text {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.15rem;
	line-height: 35px;
	text-align: center;
}

.p-flow__text {
	color: #000;
	font-size: 1.4rem;
}

.p-flow-content {
	margin-top: 110px;
	width: 100%;
}

.p-flow-content__subTitle-area {
	border-bottom: 1px dotted #5A5757;
	margin-top: 30px;
	padding-bottom: 3px;
}

.p-flow-content__subTitle {
	color: #5A5757;
	font-size: 2rem;
}

.p-flow-content__textBlock {
	color: #5A5757;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 100%;
}

.p-flow-content__text {
	color: #5A5757;
}

.p-flow-content__doctorsLines1 {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
}

.p-flow-content__doctorsLines2 {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.p-form__input {
	background-color: transparent;
	border: none;
	font-size: 1.6rem;
	outline: none;
}

.p-form-note {
	text-align: center;
}

.p-form-note__text {
	color: #5A5757;
	font-size: 1.8rem;
	white-space: nowrap;
}

.p-form__mark {
	color: #E70C0C;
}

.p-form__note {
	color: #E70C0C;
	font-size: 1.4rem;
	white-space: nowrap;
}

.p-form__lists {
	margin-top: 40px;
}

.p-form__label {
	align-content: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
}

.p-form__checkbox { /* <input>チェックボックスを非表示 */
	display: none;
}

.p-form-privacy-policy__input { /*個人情報保護方針のチェックボックス非表示*/
	display: none;
}

.p-form__checkbox--check,
.p-form-privacy-policy__check {
	background: #fff;
	display: inline-block;
	height: 23px;
	position: relative;
	width: 23px;
}

/* ✅ チェック状態のときに背景画像を表示 */

input[type=checkbox]:checked ~ .p-form__checkbox--check::after {
	background: url(../img/svg/icon-check.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 23px;
	left: 0;
	position: absolute;
	top: 0;
	width: 23px;
}

/* チェックが入った時にアイコン表示 */

input[type=checkbox]:checked ~ .p-form__checkbox--check::after {
	background: url(../img/svg/icon-check.svg) no-repeat center center;
	background-size: contain;
	content: "";
	display: block;
	height: 23px;
	left: 3px;
	position: absolute;
	top: -5px;
	width: 23px;
}

input[type=submit].p-form-button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	cursor: not-allowed;
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 1rem;
	margin: 20px auto 0;
	padding: 16px 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 40%;
}

.p-form-privacy-policy__input:checked ~ .p-form__checkbox--check::after {
	background: url(../img/svg/icon-check.svg) no-repeat center center !important;
	background-size: contain;
	content: "";
	display: block;
	height: 23px;
	left: 3px;
	position: absolute;
	top: -5px;
	width: 23px;
}

.wpcf7-list-item-label {
	color: #5A5757;
	font-size: 1.8rem;
}

.wpcf7-response-output {
	border-color: none;
	color: #E70C0C;
	font-size: 1.8rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #E70C0C;
	border-radius: 8px;
}

.p-form-date {
	margin-top: 12px;
}

.p-form__buttonArea {
	margin: 70px auto 0;
	text-align: center;
}

.p-form-privacy-policy__item {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.p-form-privacy-policy {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-form__submit {
	margin: 40px auto 0;
}

.wpcf7-list-item {
	align-items: center;
	display: flex;
	gap: 10px;
}

.wpcf7-list-item-label {
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
}

.p-form-acceptance__check {
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.p-form-acceptance__check:checked::before {
	color: #E70C0C;
	content: "✔";
	font-size: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*.p-form-acceptance__item{
  //font-size: 1.6rem;
  //*text-align: left;
  color: #5A5757;
  vertical-align: middle;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}*/

.p-form-acceptance__check {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
}

.wpcf7 input[type=email] {
	border: none;
}

.p-form-visit__submit {
	background-color: #fff;
	border: #E3793E;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	cursor: not-allowed;
	display: block;
	font-family: "global.$ff-base", sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	margin: auto;
	padding: 20px 30px;
	transition: all 0.3s ease-in-out;
	width: 40%;
}

.p-form-visit__submit.active {
	background-color: #FFB3A6;
	border: 2px solid #fff;
	box-shadow: 0 4px 4px 4px rgba(255, 255, 255, 0.5);
	color: #fff;
	cursor: pointer;
}

.wpcf7-form-control,
.wpcf7-date,
.wpcf7-validates-as-required,
.wpcf7-validates-as-date,
.flatpickr-input,
.flatpickr-mobile input[type=date] {
	border: none;
}

.p-contact-form__wrap {
	background-color: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 7% 14%;
	width: 100%;
}

.p-contact-visit__description--text {
	color: #5A5757;
	font-size: 1.8rem;
	text-align: justify;
}

.p-contact-visit__wrap {
	background-color: rgba(255, 179, 166, 0.5);
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 7% 14%;
	width: 100%;
}

.p-visit-thanks__items {
	display: block;
}

.p-visit-thanks__item {
	margin: auto;
	width: 50%;
}

.p-visit-thanks__textWrap {
	display: block;
	margin: 60px auto;
	width: 80%;
}

.p-visit-thanks__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: left;
}

.p-visit-thanks__footer {
	display: inline-block;
	margin-top: 60px;
	text-align: center;
	width: 100%;
}

.p-contact-thanks__name {
	display: block;
	margin-top: 30px;
	text-align: right;
}

.p-contact-thanks__name--text {
	color: #5A5757;
	font-size: 2.4rem;
}

.p-contact-control__head {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-contact-control-checkbox__items {
	margin-top: 15px;
}

.p-contact-control-checkbox__item {
	align-items: center;
	color: #5A5757;
	display: flex;
	font-size: 1.6rem;
}

.p-contact-control-checkbox__item:nth-child(n+2) {
	margin-top: 18px;
}

.p-contact-control:not(:nth-child(1)) {
	margin-top: 30px;
}

.p-contact-control__title {
	color: #5A5757;
}

.p-contact-control__input {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	height: 70px;
	margin-top: 10px;
	padding: 20px 30px;
	width: 100%;
}

.p-contact-control__input input[type=text],
.p-contact-control__input input[type=tel] {
	border: none;
	color: #5A5757;
	font-size: 1.4rem;
	outline: none;
	position: relative;
	width: 100%;
}

.p-contact-control__input {
	position: relative;
}

.p-contact-control__input input[type=date]::-webkit-calendar-picker-indicator {
	display: block;
	-webkit-appearance: auto;
	appearance: auto;
}

.p-contact-control__horizontal {
	display: flex;
	gap: 5px;
}

textarea {
	height: 260px;
	margin-top: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 3px;
	outline: none;
	padding: 20px 30px;
	resize: vertical;
}

/* Contact Form 7 の送信ボタン */

input[type=submit].p-form-button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #5A5757;
	cursor: not-allowed;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 1rem;
	margin: 20px auto 0;
	padding: 16px 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 40%;
}

input[type=submit].p-form-button.active {
	background-color: #FBD678;
	border: 2px solid #fff;
	box-shadow: 0 4px 4px 4px rgba(255, 255, 255, 0.5);
	color: #fff;
	cursor: pointer;
}

/* エラーメッセージをチェックボックスの右側に固定 */

.wpcf7-not-valid-tip {
	background: rgba(255, 0, 0, 0.1);
	border-radius: 3px;
	padding: 5px;
	position: absolute;
	right: calc(100% + 10px); /* チェックボックスの左側に配置 */
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
}

.p-contact-thanks__items {
	display: flex;
	justify-content: space-evenly;
}

.p-contact-thanks__item--cat {
	margin-top: 140px;
	width: 35%;
}

.p-contact-thanks__item--balloon {
	width: 60%;
}

.p-contact-thanks__text {
	color: #5A5757;
	font-size: 1.8rem;
	margin-top: 130px;
	text-align: right;
}

.p-apply__block {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 9% 6% 10%;
}

.p-apply__wrap {
	display: block;
	text-align: center;
}

.p-apply-visit {
	border-bottom: 1px dotted #5A5757;
	padding-bottom: 10%;
}

.p-apply-visit__title {
	color: #000;
	font-size: 2.4rem;
}

.p-apply-visit__subTitle {
	color: #E70C0C;
	font-size: 2rem;
	margin-top: 30px;
}

.p-apply-visit__textArea {
	margin-top: 5px;
}

.p-apply-visit__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-apply-visit__linkArea {
	margin: 50px auto;
}

.p-apply-visit__link {
	background: #FBD678;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 2rem;
	padding: 15px 63px 15px 37px;
}

.p-apply-inline__link {
	font-size: 1.8rem;
	margin-top: 15px;
	text-align: center;
}

.p-apply-trial {
	padding-top: 30px;
}

.p-apply-trial__title {
	color: #000;
	font-size: 2.4rem;
}

.p-apply-trial__textArea {
	margin: 20px auto;
}

.p-apply-trial__text {
	color: #5A5757;
	font-size: 1.6rem;
	text-align: justify;
}

.p-apply-trial__linkArea {
	margin-top: 60px;
}

.p-apply-trial__link {
	background: #FFB3A6;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size: 2rem;
	padding: 15px 63px 15px 37px;
}

.p-apply-trial_pdf {
	margin-top: 25px;
}

.p-apply-pdfLink {
	font-size: 1.6rem;
}

.p-paper-box-description {
	margin-top: 120px;
}

.p-paper-box-workFlow {
	margin-top: 120px;
}

.p-paper-box__text--block {
	background-color: #FBD678;
	height: auto;
	padding: 70px 120px;
	text-align: center;
}

.p-paper-box__text {
	color: #5A5757;
	font-size: 1.8rem;
	line-height: 167.2%;
	margin-top: 30px;
	text-align: justify;
}

.p-paper-box-customOrder {
	margin-top: 60px;
}

.p-paper-box-customOrder__wrap {
	width: 100%;
}

.p-paper-box-customOrder__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: auto;
	width: 100%;
}

.p-paper-box-customOrder__item {
	flex: 1 1 calc(30.33333% - 10px);
	margin-top: 30px;
}

.p-paper-box-customOrder__img {
	position: relative;
}

.p-paper-box-customOrder__img img {
	width: 100%;
}

.p-paper-box-customOrder__img--textArea {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-paper-box-customOrder__img--text {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.15rem;
	line-height: 35px;
	text-align: center;
}

.p-paper-box-customOrder__text {
	color: #000;
	font-size: 1.4rem;
}

.p-paper-box-gallery {
	margin-top: 160px;
}

.p-paper-box-swiper {
	display: flex;
	transition-timing-function: linear;
	width: auto;
}

.p-swiper__paper-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 100vw;
	width: 100vw;
}

.p-swiper__paper-box .swiper-slide {
	flex-shrink: 0;
	width: 25%;
}

.p-swiper__paper-box .swiper-slide > img {
	height: auto;
	width: 100%;
}

.p-paper-box-gallery__illustArea {
	margin: 120px auto -10px;
	padding: 0 11.999%;
	width: 100%;
}

.p-paper-box-gallery__illustArea img {
	width: 100%;
}

.p-paper-box-gallery__illust {
	margin: auto;
	width: 85%;
}

.p-paper-box-gallery__sloganBlock {
	background-color: #fff;
	padding: 70px 0;
	width: 100%;
}

.p-paper-box-gallery__slogan {
	color: #000;
	font-size: 4rem;
	text-align: center;
}

.p-paper-box-businessPartner__subTitle-area {
	border-bottom: 1px dotted #5A5757;
	margin-top: 30px;
	padding-bottom: 3px;
}

.p-paper-box-businessPartner__subTitle {
	color: #5A5757;
	font-size: 2rem;
}

.p-paper-box-businessPartner__description {
	margin-top: 20px;
}

.p-paper-box-businessPartner__description--text {
	color: #5A5757;
	font-size: 1.6rem;
}

.p-paper-box-businessPartner__items {
	margin-top: 30px;
	width: 100%;
}

.p-paper-box-businessPartner__item {
	display: flex;
	gap: 2px;
	width: 100%;
}

.p-paper-box-businessPartner__item:nth-child(n+2) {
	margin-top: 20px;
}

.p-paper-box-businessPartner__name {
	background-color: #fff;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100px;
	padding: 20px 0;
	text-align: center;
	width: 25%;
}

.p-paper-box-businessPartner__link {
	color: #000;
	cursor: pointer;
	font-size: 1.6rem;
}

.p-paper-box-businessPartner__link--icon {
	height: 30px;
	margin: 5px auto 0;
	text-align: center;
	width: 30px;
}

.p-paper-box-businessPartner__textBlock {
	background-color: #fff;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 100px;
	padding: 25px 15px;
	width: 75%;
}

.p-paper-box-businessPartner__text {
	color: #000;
	font-size: 1.4rem;
}

.p-paper-box-logoArea {
	margin-top: 120px;
	width: 100%;
}

.p-paper-box__logoWrap {
	display: flex;
	flex-wrap: wrap;
}

.p-paper-box__logo {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
	padding: 5%;
	width: 33.3333%;
}

.p-paper-box__logo img {
	width: 90%;
}

.p-paper-box__logoImg {
	align-items: center;
	display: flex;
	justify-content: center;
}

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

.p-admission-text {
	align-self: start;
	font-size: 1.6rem;
	line-height: 1.6;
}

.p-admission-grid__item--icon02 {
	place-self: center;
}

.p-admission-guide__items {
	display: flex;
	flex: 1 1 0;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.p-admission-container {
	padding: 9% 4% 4%;
	width: calc(50% - 10px);
}

.p-admission-title {
	font-size: 1.8rem;
	white-space: nowrap;
}

}

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

.p-top-info {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	padding: 0 48px;
	position: relative;
	z-index: 11;
}

.p-top-info .br-pc {
	display: block;
}

.p-top-info .br-sp {
	display: none;
}

.p-top-info__news {
	max-width: 540px;
	width: 100%;
}

.p-top-info__news .br-pc {
	display: block;
}

.p-top-info__news .br-sp {
	display: none;
}

}

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

.l-header__right {
	display: none;
}

.l-header-right__upper {
	display: none;
}

.c-btn-drawer {
	display: block;
	z-index: 40;
}

}

@media (max-width: 1120px) {

.p-info-business__items {
	gap: 20px;
	justify-content: center;
}

.p-info-business__item {
	min-width: 220px;
	width: 40%;
}

.p-info-business__item:not(:nth-child(4n+1)) {
	margin-left: 0;
}

.p-info__another {
	justify-content: center;
}

}

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

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

.l-top .br-pc {
	display: block;
}

.l-top .br-sp {
	display: none;
}

.l-top__greeting {
	margin-top: 80px;
}

.l-top__greeting .br-pc {
	display: block;
}

.l-top__greeting .br-sp {
	display: none;
}

.l-top__feature {
	margin-top: 60px;
}

.l-top__feature .br-pc {
	display: block;
}

.l-top__feature .br-sp {
	display: none;
}

.c-section-title::before {
	height: 58px;
	left: -60px;
	width: 53px;
}

.c-section-title::before .br-pc {
	display: block;
}

.c-section-title::before .br-sp {
	display: none;
}

.c-section-title::after {
	height: 58px;
	right: -60px;
	width: 53px;
}

.c-section-title::after .br-pc {
	display: block;
}

.c-section-title::after .br-sp {
	display: none;
}

.c-section-title__main {
	font-size: 2rem;
}

.c-section-title__main .br-pc {
	display: block;
}

.c-section-title__main .br-sp {
	display: none;
}

.c-section-title__sub {
	font-size: 1.4rem;
}

.c-section-title__sub .br-pc {
	display: block;
}

.c-section-title__sub .br-sp {
	display: none;
}

.p-runningWipe__img--cutout {
	margin: 0 auto -80px;
}

.p-runningWipe__img--cutout .br-pc {
	display: block;
}

.p-runningWipe__img--cutout .br-sp {
	display: none;
}

.p-runningWipe__text {
	font-size: 1.6rem;
}

.p-runningWipe__text .br-pc {
	display: block;
}

.p-runningWipe__text .br-sp {
	display: none;
}

.p-lower-top-contactBtn {
	margin-left: auto;
	max-width: 280px;
}

.p-lower-top-contactBtn .br-pc {
	display: block;
}

.p-lower-top-contactBtn .br-sp {
	display: none;
}

.swiper {
	margin-top: 140px;
	max-width: 100%;
	padding: 0;
	width: 90.625%;
}

.swiper .br-pc {
	display: block;
}

.swiper .br-sp {
	display: none;
}

.p-swiper__lead {
	height: 80px;
	top: 50%;
}

.p-swiper__lead .br-pc {
	display: block;
}

.p-swiper__lead .br-sp {
	display: none;
}

.p-top-swiper .swiper-slide {
	flex-shrink: 0;
	width: 100%;
}

.p-top-swiper .swiper-slide .br-pc {
	display: block;
}

.p-top-swiper .swiper-slide .br-sp {
	display: none;
}

.p-swiper__leadText {
	font-size: 3rem;
	height: 80px;
	line-height: 80px;
}

.p-swiper__leadText .br-pc {
	display: block;
}

.p-swiper__leadText .br-sp {
	display: none;
}

.p-top-info {
	align-items: flex-start;
	display: flex;
	margin-top: 30px;
	padding: 0 48px;
	position: relative;
	z-index: 11;
}

.p-top-info .br-pc {
	display: block;
}

.p-top-info .br-sp {
	display: none;
}

.p-top-info__news {
	max-width: 50%;
	width: 50%;
}

.p-top-info__news .br-pc {
	display: block;
}

.p-top-info__news .br-sp {
	display: none;
}

.p-top-news {
	margin-top: 20px;
}

.p-top-news .br-pc {
	display: block;
}

.p-top-news .br-sp {
	display: none;
}

.p-top-news__title {
	font-size: 1.6rem;
}

.p-top-news__title .br-pc {
	display: block;
}

.p-top-news__title .br-sp {
	display: none;
}

.p-top-news__pickUp--text {
	margin-left: 10px;
	width: 100%;
}

.p-top-news__pickUp--text .br-pc {
	display: block;
}

.p-top-news__pickUp--text .br-sp {
	display: none;
}

.p-top-news__pickUp--title {
	font-size: 1.4rem;
}

.p-top-news__pickUp--title .br-pc {
	display: block;
}

.p-top-news__pickUp--title .br-sp {
	display: none;
}

.p-top-news__pickUp--excerpt {
	font-size: 1.2rem;
}

.p-top-news__pickUp--excerpt .br-pc {
	display: block;
}

.p-top-news__pickUp--excerpt .br-sp {
	display: none;
}

.p-top-news__pickUp__published {
	font-size: 1.1rem;
}

.p-top-news__pickUp__published .br-pc {
	display: block;
}

.p-top-news__pickUp__published .br-sp {
	display: none;
}

.p-top-contactArea {
	margin: -5% auto 0;
}

.p-top-contactArea .br-pc {
	display: block;
}

.p-top-contactArea .br-sp {
	display: none;
}

.p-top-contactBtn {
	max-width: 280px;
}

.p-top-contactBtn .br-pc {
	display: block;
}

.p-top-contactBtn .br-sp {
	display: none;
}

.p-top-contact__btn {
	font-size: 1.4rem;
	padding: 15px 80px 15px 25px;
}

.p-top-contact__btn .br-pc {
	display: block;
}

.p-top-contact__btn .br-sp {
	display: none;
}

.p-mealtime-card__item--text {
	padding: 2.5%;
}

.p-mealtime-card__item--text .br-pc {
	display: block;
}

.p-mealtime-card__item--text .br-sp {
	display: none;
}

.p-mealtime-card__title {
	font-size: 1.6rem;
}

.p-mealtime-card__title .br-pc {
	display: block;
}

.p-mealtime-card__title .br-sp {
	display: none;
}

.p-mealtime-card__text {
	font-size: 1.5rem;
	margin-top: 5px;
}

.p-mealtime-card__text .br-pc {
	display: block;
}

.p-mealtime-card__text .br-sp {
	display: none;
}

.p-greeting__img--cat {
	height: 160px;
	width: 160px;
}

.p-greeting__img--cat .br-pc {
	display: block;
}

.p-greeting__img--cat .br-sp {
	display: none;
}

.p-greeting__title {
	font-size: 2.4rem;
}

.p-greeting__title .br-pc {
	display: block;
}

.p-greeting__title .br-sp {
	display: none;
}

.p-greeting__text {
	font-size: 1.6rem;
}

.p-greeting__text .br-pc {
	display: block;
}

.p-greeting__text .br-sp {
	display: none;
}

.p-feature-grid__container {
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: auto auto auto; /* 自動調整 */
}

.p-feature-grid__container .br-pc {
	display: block;
}

.p-feature-grid__container .br-sp {
	display: none;
}

.p-feature__textWrap {
	margin-top: 0;
	width: 50%;
}

.p-feature__textWrap .br-pc {
	display: block;
}

.p-feature__textWrap .br-sp {
	display: none;
}

.p-feature__subTitle {
	font-size: 2rem;
}

.p-feature__subTitle .br-pc {
	display: block;
}

.p-feature__subTitle .br-sp {
	display: none;
}

.p-feature__deco .br-pc {
	display: block;
}

.p-feature__deco .br-sp {
	display: none;
}

.p-feature-text__vertical .br-pc {
	display: block;
}

.p-feature-text__vertical .br-sp {
	display: none;
}

.p-feature-footer__text--block {
	height: auto;
	padding: 60px 30px;
}

.p-feature-footer__text--block .br-pc {
	display: block;
}

.p-feature-footer__text--block .br-sp {
	display: none;
}

.p-concept-education__subTitle {
	font-size: 2.4rem;
}

.p-concept-education__subTitle .br-pc {
	display: block;
}

.p-concept-education__subTitle .br-sp {
	display: none;
}

.p-paper-box__text {
	font-size: 1.6rem;
}

.p-paper-box__text .br-pc {
	display: block;
}

.p-paper-box__text .br-sp {
	display: none;
}

}

@media (max-width: 1070px) {

.p-footer-nav__upper {
	flex-direction: column;
	justify-content: center;
}

.p-footer-nav__middle {
	flex-direction: column;
	justify-content: center;
}

.p-footer-nav {
	margin-top: 3%;
	width: 50%;
}

.p-footer-nav__subitem {
	font-size: 1.4rem;
	padding-left: 3%;
}

}

@media (max-width: 768px) {

.p-job-info-details {
	grid-template-columns: 1fr; /* ✅ スマホでは1列 */
}

.p-job-info__dt,
.p-job-info__dd {
	grid-column: auto; /* ✅ 自動配置 */
}

}

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

.l-header {
	height: 80px;
}

.l-header .br-pc {
	display: none;
}

.l-header .br-sp {
	display: block;
}

.l-header__inner {
	padding: 10px 20px;
}

.l-header__inner .br-pc {
	display: none;
}

.l-header__inner .br-sp {
	display: block;
}

.l-header-friends {
	height: 80px;
}

.l-header-friends .br-pc {
	display: none;
}

.l-header-friends .br-sp {
	display: block;
}

.l-top {
	margin-top: -90px;
}

.l-top .br-pc {
	display: none;
}

.l-top .br-sp {
	display: block;
}

.l-top__greeting {
	margin-top: 60px;
}

.l-top__greeting .br-pc {
	display: none;
}

.l-top__greeting .br-sp {
	display: block;
}

.l-top__class {
	margin-top: 60px;
}

.l-top__class .br-pc {
	display: none;
}

.l-top__class .br-sp {
	display: block;
}

.l-top__job-info {
	margin-top: 120px;
}

.l-top__job-info .br-pc {
	display: none;
}

.l-top__job-info .br-sp {
	display: block;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner .br-pc {
	display: none;
}

.l-inner .br-sp {
	display: block;
}

.l-inner__program {
	padding: 0;
	width: 100%;
}

.l-inner__program .br-pc {
	display: none;
}

.l-inner__program .br-sp {
	display: block;
}

.l-inner__program--textBlock {
	padding: 20px;
}

.l-inner__program--textBlock .br-pc {
	display: none;
}

.l-inner__program--textBlock .br-sp {
	display: block;
}

.l-inner_info--illust {
	padding-bottom: 150px;
	padding-top: 150px;
}

.l-inner_info--illust .br-pc {
	display: none;
}

.l-inner_info--illust .br-sp {
	display: block;
}

.l-inner__leadership {
	padding-left: 20px;
	padding-right: 20px;
	width: 98vw;
}

.l-inner__leadership .br-pc {
	display: none;
}

.l-inner__leadership .br-sp {
	display: block;
}

.l-footer__inner {
	padding: 90px 20px 60px;
}

.l-footer__inner .br-pc {
	display: none;
}

.l-footer__inner .br-sp {
	display: block;
}

.l-footer-lowest__inner {
	padding: 50px 0 5px;
}

.l-footer-lowest__inner .br-pc {
	display: none;
}

.l-footer-lowest__inner .br-sp {
	display: block;
}

.l-breadcrumb {
	margin-top: 10px;
}

.l-breadcrumb .br-pc {
	display: none;
}

.l-breadcrumb .br-sp {
	display: block;
}

.l-lower {
	margin-top: 60px;
}

.l-lower .br-pc {
	display: none;
}

.l-lower .br-sp {
	display: block;
}

.l-lower-wrap {
	margin-top: 40px;
}

.l-lower-wrap .br-pc {
	display: none;
}

.l-lower-wrap .br-sp {
	display: block;
}

.l-lower-trial {
	margin-top: 60px;
}

.l-lower-trial .br-pc {
	display: none;
}

.l-lower-trial .br-sp {
	display: block;
}

.l-lower-trial__footer {
	margin-top: 60px;
}

.l-lower-trial__footer .br-pc {
	display: none;
}

.l-lower-trial__footer .br-sp {
	display: block;
}

.l-lower-table {
	margin-top: 15px;
}

.l-lower-table .br-pc {
	display: none;
}

.l-lower-table .br-sp {
	display: block;
}

.l-lower__access {
	margin-top: 60px;
}

.l-lower__access .br-pc {
	display: none;
}

.l-lower__access .br-sp {
	display: block;
}

.l-lower-faq__wrap {
	margin-top: 60px;
}

.l-lower-faq__wrap .br-pc {
	display: none;
}

.l-lower-faq__wrap .br-sp {
	display: block;
}

.l-lower-faq__footer {
	margin-top: 60px;
}

.l-lower-faq__footer .br-pc {
	display: none;
}

.l-lower-faq__footer .br-sp {
	display: block;
}

.l-lower__runningWipe {
	margin-top: 60px;
}

.l-lower__runningWipe .br-pc {
	display: none;
}

.l-lower__runningWipe .br-sp {
	display: block;
}

.l-lower-family-history {
	margin-top: 60px;
}

.l-lower-family-history .br-pc {
	display: none;
}

.l-lower-family-history .br-sp {
	display: block;
}

.l-lower__graduate {
	margin-top: 110px;
}

.l-lower__graduate .br-pc {
	display: none;
}

.l-lower__graduate .br-sp {
	display: block;
}

.l-lower__contact-thanks {
	margin-top: 120px;
}

.l-lower__contact-thanks .br-pc {
	display: none;
}

.l-lower__contact-thanks .br-sp {
	display: block;
}

.l-lower__job-information {
	margin-top: 60px;
}

.l-lower__job-information .br-pc {
	display: none;
}

.l-lower__job-information .br-sp {
	display: block;
}

.l-lower__homeschool {
	margin-top: 60px;
}

.l-lower__homeschool .br-pc {
	display: none;
}

.l-lower__homeschool .br-sp {
	display: block;
}

.l-lower__leadership {
	margin-top: 80px;
}

.l-lower__leadership .br-pc {
	display: none;
}

.l-lower__leadership .br-sp {
	display: block;
}

.l-single-class-wrap {
	margin-top: 60px;
}

.l-single-class-wrap .br-pc {
	display: none;
}

.l-single-class-wrap .br-sp {
	display: block;
}

.l-blog__content {
	display: block;
}

.l-blog__content .br-pc {
	display: none;
}

.l-blog__content .br-sp {
	display: block;
}

.l-blog__articles {
	width: 100%;
}

.l-blog__articles .br-pc {
	display: none;
}

.l-blog__articles .br-sp {
	display: block;
}

.l-blog__sidebar {
	margin-top: 60px;
	width: 100%;
}

.l-blog__sidebar .br-pc {
	display: none;
}

.l-blog__sidebar .br-sp {
	display: block;
}

.c-btn--white .br-pc {
	display: none;
}

.c-btn--white .br-sp {
	display: block;
}

.c-btn-timeline__link--yellow::after {
	height: 25px;
	width: 25px;
}

.c-btn-timeline__link--yellow::after .br-pc {
	display: none;
}

.c-btn-timeline__link--yellow::after .br-sp {
	display: block;
}

.c-btn-timeline__link--yellow {
	font-size: 1.6rem;
	padding: 15px 55px 15px 40px;
	width: 100%;
}

.c-btn-timeline__link--yellow .br-pc {
	display: none;
}

.c-btn-timeline__link--yellow .br-sp {
	display: block;
}

.c-btn-calendar__pdflink--white::after {
	height: 20px;
	right: 3px;
}

.c-btn-calendar__pdflink--white::after .br-pc {
	display: none;
}

.c-btn-calendar__pdflink--white::after .br-sp {
	display: block;
}

.c-btn-calendar__pdflink--white {
	font-size: 1.6rem;
	padding: 15px 40px 15px 20px;
}

.c-btn-calendar__pdflink--white .br-pc {
	display: none;
}

.c-btn-calendar__pdflink--white .br-sp {
	display: block;
}

.c-button--yellow {
	padding: 15px 30px;
}

.c-button--yellow .br-pc {
	display: none;
}

.c-button--yellow .br-sp {
	display: block;
}

.c-button__donate {
	font-size: 1.6rem;
}

.c-button__donate .br-pc {
	display: none;
}

.c-button__donate .br-sp {
	display: block;
}

.c-btn__arrowTop {
	width: 60px;
}

.c-btn__arrowTop .br-pc {
	display: none;
}

.c-btn__arrowTop .br-sp {
	display: block;
}

.c-card__heading::before {
	height: 32px;
	width: 30px;
}

.c-card__heading::before .br-pc {
	display: none;
}

.c-card__heading::before .br-sp {
	display: block;
}

.c-card__heading {
	font-size: 1.6rem;
}

.c-card__heading .br-pc {
	display: none;
}

.c-card__heading .br-sp {
	display: block;
}

.c-text__middle-dot {
	display: none;
}

.c-text__middle-dot .br-pc {
	display: none;
}

.c-text__middle-dot .br-sp {
	display: block;
}

.c-table__text {
	padding: 10px 0 10px 30px;
}

.c-table__text .br-pc {
	display: none;
}

.c-table__text .br-sp {
	display: block;
}

.c-ellipse--concept {
	font-size: 1.4rem;
}

.c-ellipse--concept .br-pc {
	display: none;
}

.c-ellipse--concept .br-sp {
	display: block;
}

.c-ellipse--program {
	font-size: 1.6rem;
}

.c-ellipse--program .br-pc {
	display: none;
}

.c-ellipse--program .br-sp {
	display: block;
}

.p-faq__description--text {
	font-size: 1.6rem;
}

.p-faq__description--text .br-pc {
	display: none;
}

.p-faq__description--text .br-sp {
	display: block;
}

.p-faq-item__img {
	width: 90px;
}

.p-faq-item__img .br-pc {
	display: none;
}

.p-faq-item__img .br-sp {
	display: block;
}

.p-faq-subTitle {
	font-size: 1.8rem;
}

.p-faq-subTitle .br-pc {
	display: none;
}

.p-faq-subTitle .br-sp {
	display: block;
}

.p-faq-accordion__icon {
	height: 30px;
	top: -15px;
	width: 30px;
}

.p-faq-accordion__icon .br-pc {
	display: none;
}

.p-faq-accordion__icon .br-sp {
	display: block;
}

.p-faq__qBox {
	padding: 30px;
}

.p-faq__qBox .br-pc {
	display: none;
}

.p-faq__qBox .br-sp {
	display: block;
}

.p-faq__icon {
	right: 15px;
}

.p-faq__icon .br-pc {
	display: none;
}

.p-faq__icon .br-sp {
	display: block;
}

.p-faq-footer__imgWrap {
	padding-left: 20px;
	padding-right: 20px;
}

.p-faq-footer__imgWrap .br-pc {
	display: none;
}

.p-faq-footer__imgWrap .br-sp {
	display: block;
}

.p-faq__contactTitle--text {
	font-size: 2rem;
}

.p-faq__contactTitle--text .br-pc {
	display: none;
}

.p-faq__contactTitle--text .br-sp {
	display: block;
}

.p-faq__contactArea {
	padding: 40px 20px 60px;
}

.p-faq__contactArea .br-pc {
	display: none;
}

.p-faq__contactArea .br-sp {
	display: block;
}

.p-faq__contactItems {
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.p-faq__contactItems .br-pc {
	display: none;
}

.p-faq__contactItems .br-sp {
	display: block;
}

.p-faq-boxItem {
	height: 340px;
	max-width: 355px;
	width: 100%;
}

.p-faq-boxItem .br-pc {
	display: none;
}

.p-faq-boxItem .br-sp {
	display: block;
}

.p-archive__list {
	flex: 1 1 100%;
	max-width: 100%;
}

.br-pc {
	display: none;
}

.br-sp {
	display: block;
}

.p-archive-card {
	align-items: stretch; /* 子要素を親要素内に収める */
	flex-direction: row;
	gap: 10px;
	height: auto; /* 必要なら固定値を設定 */
	justify-content: space-between;
	max-height: 110px;
	min-height: 110px;
	padding: 0 15px 0 0;
	width: 100%;
}

.p-archive-card .br-pc {
	display: none;
}

.p-archive-card .br-sp {
	display: block;
}

.p-archive-card__img > img {
	left: 0;
	transform: translateY(-50%) scale(1);
	width: 100%;
}

.p-archive-card__img > img .br-pc {
	display: none;
}

.p-archive-card__img > img .br-sp {
	display: block;
}

.p-archive-card__img:hover > img {
	transform: translateY(-50%) scale(1.2);
}

.p-archive-card__img:hover > img .br-pc {
	display: none;
}

.p-archive-card__img:hover > img .br-sp {
	display: block;
}

.p-archive-card__img {
	height: 100%;
	padding: 0;
	width: 150px;
}

.p-archive-card__img .br-pc {
	display: none;
}

.p-archive-card__img .br-sp {
	display: block;
}

.p-archive-card__textArea {
	flex-grow: 1; /* テキストエリアが余白を埋める */
	height: 110px;
	height: 110px;
	max-width: calc(100% - 150px); /* 画像の幅を引いた最大幅を設定 */
	min-height: auto;
	padding: 10px 0 10px;
}

.p-archive-card__textArea .br-pc {
	display: none;
}

.p-archive-card__textArea .br-sp {
	display: block;
}

.p-archive-card__category {
	font-size: 1rem;
	height: 20px;
	line-height: 20px;
	padding: 0 9px;
	right: 110%;
	top: 72%;
}

.p-archive-card__category .br-pc {
	display: none;
}

.p-archive-card__category .br-sp {
	display: block;
}

.p-archive-card__title {
	font-size: 1.4rem;
	padding-bottom: 4px;
}

.p-archive-card__title .br-pc {
	display: none;
}

.p-archive-card__title .br-sp {
	display: block;
}

.p-archive-card__tagArea {
	padding: 5px 0 0;
}

.p-archive-card__tagArea .br-pc {
	display: none;
}

.p-archive-card__tagArea .br-sp {
	display: block;
}

.p-archive-card__tag::before {
	height: 12px;
	width: 13px;
}

.p-archive-card__tag::before .br-pc {
	display: none;
}

.p-archive-card__tag::before .br-sp {
	display: block;
}

.p-archive-card__tag {
	font-size: 1.2rem;
	padding-left: 14px;
}

.p-archive-card__tag .br-pc {
	display: none;
}

.p-archive-card__tag .br-sp {
	display: block;
}

.p-archive-card__date {
	bottom: 4px;
	right: 15px;
}

.p-archive-card__date .br-pc {
	display: none;
}

.p-archive-card__date .br-sp {
	display: block;
}

.p-archive-card__published .br-pc {
	display: none;
}

.p-archive-card__published .br-sp {
	display: block;
}

.p-runningWipe__img--cutout {
	margin: 0 auto -50px;
	width: 40%;
}

.p-runningWipe__img--cutout .br-pc {
	display: none;
}

.p-runningWipe__img--cutout .br-sp {
	display: block;
}

.p-runningWipe-doctorsLines1__img {
	width: 100%;
}

.p-runningWipe-doctorsLines1__img .br-pc {
	display: none;
}

.p-runningWipe-doctorsLines1__img .br-sp {
	display: block;
}

.p-runningWipe-doctorsLines1__table {
	width: 100%;
}

.p-runningWipe-doctorsLines1__table .br-pc {
	display: none;
}

.p-runningWipe-doctorsLines1__table .br-sp {
	display: block;
}

.p-runningWipe__text--block {
	height: auto;
	padding: 70px 20px;
}

.p-runningWipe__text--block .br-pc {
	display: none;
}

.p-runningWipe__text--block .br-sp {
	display: block;
}

.p-runningWipe-doctorsLines2__illustBoy {
	width: 40%;
}

.p-runningWipe-doctorsLines2__illustBoy .br-pc {
	display: none;
}

.p-runningWipe-doctorsLines2__illustBoy .br-sp {
	display: block;
}

.p-runningWipe-doctorsLines2__illustDoctor {
	width: 100%;
}

.p-runningWipe-doctorsLines2__illustDoctor .br-pc {
	display: none;
}

.p-runningWipe-doctorsLines2__illustDoctor .br-sp {
	display: block;
}

.p-runningWipe-method__subTitle {
	font-size: 1.8rem;
}

.p-runningWipe-method__subTitle .br-pc {
	display: none;
}

.p-runningWipe-method__subTitle .br-sp {
	display: block;
}

.p-runningWipe-goal__boys {
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.p-runningWipe-goal__boys .br-pc {
	display: none;
}

.p-runningWipe-goal__boys .br-sp {
	display: block;
}

.p-runningWipe-goal__boy {
	flex: 1 1 calc(100% - 10px);
}

.p-runningWipe-goal__boy .br-pc {
	display: none;
}

.p-runningWipe-goal__boy .br-sp {
	display: block;
}

.p-runningWipe-result__image {
	width: 100%;
}

.p-runningWipe-result__image .br-pc {
	display: none;
}

.p-runningWipe-result__image .br-sp {
	display: block;
}

.p-entry-content > h2 {
	font-size: 1.8rem;
}

.p-entry-content > h2 .br-pc {
	display: none;
}

.p-entry-content > h2 .br-sp {
	display: block;
}

.p-entry-content > h2::before {
	height: 30px;
	width: 40px;
}

.p-entry-content > h2::before .br-pc {
	display: none;
}

.p-entry-content > h2::before .br-sp {
	display: block;
}

.p-entry-share__img {
	width: 270px;
}

.p-entry-share__img .br-pc {
	display: none;
}

.p-entry-share__img .br-sp {
	display: block;
}

.p-entry-share__snsItems {
	margin: 70px auto 0;
}

.p-entry-share__snsItems .br-pc {
	display: none;
}

.p-entry-share__snsItems .br-sp {
	display: block;
}

.p-family-history__buttons {
	flex-direction: column;
	gap: 60px;
}

.p-family-history__buttons .br-pc {
	display: none;
}

.p-family-history__buttons .br-sp {
	display: block;
}

.p-family-history__tab {
	margin: 0 auto;
}

.p-family-history__tab .br-pc {
	display: none;
}

.p-family-history__tab .br-sp {
	display: block;
}

.p-family-history__buttons {
	flex-direction: column;
	gap: 60px;
}

.p-family-history__buttons .br-pc {
	display: none;
}

.p-family-history__buttons .br-sp {
	display: block;
}

.p-family-history__cover {
	width: 90%;
}

.p-family-history__cover .br-pc {
	display: none;
}

.p-family-history__cover .br-sp {
	display: block;
}

.p-family-history-story__item:nth-child(n+2) {
	margin-top: 60px;
}

.p-family-history-story__item:nth-child(n+2) .br-pc {
	display: none;
}

.p-family-history-story__item:nth-child(n+2) .br-sp {
	display: block;
}

.p-family-history-story__subTitle {
	font-size: 2rem;
}

.p-family-history-story__subTitle .br-pc {
	display: none;
}

.p-family-history-story__subTitle .br-sp {
	display: block;
}

.p-family-history-story__picture {
	margin: 30px auto 0;
	width: 100%;
}

.p-family-history-story__picture .br-pc {
	display: none;
}

.p-family-history-story__picture .br-sp {
	display: block;
}

.p-family-history__tab {
	margin: 0 auto;
}

.p-family-history__tab .br-pc {
	display: none;
}

.p-family-history__tab .br-sp {
	display: block;
}

.p-operation-future__subTitle {
	font-size: 2rem;
}

.p-operation-future__subTitle .br-pc {
	display: none;
}

.p-operation-future__subTitle .br-sp {
	display: block;
}

.p-operation-future__wrap {
	flex-direction: column;
	gap: 80px;
	margin-top: 60px;
}

.p-operation-future__wrap .br-pc {
	display: none;
}

.p-operation-future__wrap .br-sp {
	display: block;
}

.p-operation-future__textWrap {
	width: 100%;
}

.p-operation-future__textWrap .br-pc {
	display: none;
}

.p-operation-future__textWrap .br-sp {
	display: block;
}

.p-operation-future__text {
	font-size: 1.6rem;
}

.p-operation-future__text .br-pc {
	display: none;
}

.p-operation-future__text .br-sp {
	display: block;
}

.p-operation-about {
	margin-top: 40px;
	width: 100%;
}

.p-operation-about .br-pc {
	display: none;
}

.p-operation-about .br-sp {
	display: block;
}

.p-operation-about__title {
	font-size: 2.4rem;
}

.p-operation-about__title .br-pc {
	display: none;
}

.p-operation-about__title .br-sp {
	display: block;
}

.p-operation-homework {
	padding: 60px 0 90px;
}

.p-operation-homework .br-pc {
	display: none;
}

.p-operation-homework .br-sp {
	display: block;
}

.p-operation-homework__leadText {
	font-size: 2rem;
}

.p-operation-homework__leadText .br-pc {
	display: none;
}

.p-operation-homework__leadText .br-sp {
	display: block;
}

.p-operation-homework__container {
	gap: 30px;
}

.p-operation-homework__container .br-pc {
	display: none;
}

.p-operation-homework__container .br-sp {
	display: block;
}

.p-operation-homework__item1 {
	width: 100%;
}

.p-operation-homework__item1 .br-pc {
	display: none;
}

.p-operation-homework__item1 .br-sp {
	display: block;
}

.p-operation-homework__item2 {
	width: 100%;
}

.p-operation-homework__item2 .br-pc {
	display: none;
}

.p-operation-homework__item2 .br-sp {
	display: block;
}

.p-operation-homework__item3 {
	width: 100%;
}

.p-operation-homework__item3 .br-pc {
	display: none;
}

.p-operation-homework__item3 .br-sp {
	display: block;
}

.p-operation-homework__item4 {
	width: 100%;
}

.p-operation-homework__item4 .br-pc {
	display: none;
}

.p-operation-homework__item4 .br-sp {
	display: block;
}

.p-operation-homework__icon {
	width: 46%;
}

.p-operation-homework__icon .br-pc {
	display: none;
}

.p-operation-homework__icon .br-sp {
	display: block;
}

.p-operation-property__content {
	padding: 40px 0 40px;
}

.p-operation-property__content .br-pc {
	display: none;
}

.p-operation-property__content .br-sp {
	display: block;
}

.p-operation-property__item {
	flex-direction: column;
	justify-items: center;
}

.p-operation-property__item:nth-child(n+2) {
	flex-direction: column;
	margin-top: 60px;
}

.p-operation-property__item .br-pc {
	display: none;
}

.p-operation-property__item .br-sp {
	display: block;
}

.p-operation-property__blurImg {
	display: flex;
	width: 80%;
}

.p-operation-property__blurImg .br-pc {
	display: none;
}

.p-operation-property__blurImg .br-sp {
	display: block;
}

.p-operation-property__item--textWrap {
	max-width: 100%;
}

.p-operation-property__item--textWrap .br-pc {
	display: none;
}

.p-operation-property__item--textWrap .br-sp {
	display: block;
}

.p-operation-property__subTitle {
	font-size: 2rem;
}

.p-operation-property__subTitle .br-pc {
	display: none;
}

.p-operation-property__subTitle .br-sp {
	display: block;
}

.p-operation-property__item--image {
	margin: 40px auto 0;
}

.p-operation-property__item--image .br-pc {
	display: none;
}

.p-operation-property__item--image .br-sp {
	display: block;
}

.p-operation-sanitaryCode__subTitle {
	font-size: 1.6rem;
}

.p-operation-sanitaryCode__subTitle .br-pc {
	display: none;
}

.p-operation-sanitaryCode__subTitle .br-sp {
	display: block;
}

.p-operation-sanitaryCode__img {
	margin: 60px auto 0;
	width: 100%;
}

.p-operation-sanitaryCode__img .br-pc {
	display: none;
}

.p-operation-sanitaryCode__img .br-sp {
	display: block;
}

.p-operation-method__title {
	font-size: 2.4rem;
}

.p-operation-method__title .br-pc {
	display: none;
}

.p-operation-method__title .br-sp {
	display: block;
}

.p-operation-method__subTitle {
	font-size: 2rem;
}

.p-operation-method__subTitle .br-pc {
	display: none;
}

.p-operation-method__subTitle .br-sp {
	display: block;
}

.p-operation-method__image--cleaning {
	margin: 40px auto 0;
}

.p-operation-method__image--cleaning .br-pc {
	display: none;
}

.p-operation-method__image--cleaning .br-sp {
	display: block;
}

.p-operation-gallery__textBlock {
	padding: 20px 20px 40px;
	width: 100%;
}

.p-operation-gallery__textBlock .br-pc {
	display: none;
}

.p-operation-gallery__textBlock .br-sp {
	display: block;
}

.p-operation-gallery__subTitle {
	font-size: 1.8rem;
}

.p-operation-gallery__subTitle .br-pc {
	display: none;
}

.p-operation-gallery__subTitle .br-sp {
	display: block;
}

.p-operation-gallery__tex {
	font-size: 1.6rem;
}

.p-operation-gallery__tex .br-pc {
	display: none;
}

.p-operation-gallery__tex .br-sp {
	display: block;
}

.p-admission-signUp__block {
	padding: 10% 5%;
}

.p-admission-signUp__block .br-pc {
	display: none;
}

.p-admission-signUp__block .br-sp {
	display: block;
}

.p-admission-signUp__wrap {
	display: block;
}

.p-admission-signUp__wrap .br-pc {
	display: none;
}

.p-admission-signUp__wrap .br-sp {
	display: block;
}

.p-admission-signUp__textBlock {
	width: 100%;
}

.p-admission-signUp__textBlock .br-pc {
	display: none;
}

.p-admission-signUp__textBlock .br-sp {
	display: block;
}

.p-admission-signUp__text {
	font-size: 1.4rem;
}

.p-admission-signUp__text .br-pc {
	display: none;
}

.p-admission-signUp__text .br-sp {
	display: block;
}

.p-admission-info {
	display: block;
}

.p-admission-info .br-pc {
	display: none;
}

.p-admission-info .br-sp {
	display: block;
}

.p-admission-signUp__linkArea {
	display: block;
	margin-top: 30px;
	text-align: center;
}

.p-admission-signUp__linkArea .br-pc {
	display: none;
}

.p-admission-signUp__linkArea .br-sp {
	display: block;
}

.p-program-title {
	font-size: 2.8rem;
}

.p-program-title .br-pc {
	display: none;
}

.p-program-title .br-sp {
	display: block;
}

.p-program-subTitle {
	font-size: 2rem;
}

.p-program-subTitle .br-pc {
	display: none;
}

.p-program-subTitle .br-sp {
	display: block;
}

.p-program-flex__container {
	margin-top: 30px;
}

.p-program-flex__container .br-pc {
	display: none;
}

.p-program-flex__container .br-sp {
	display: block;
}

.p-program-flex__item {
	flex-direction: column-reverse;
}

.p-program-flex__item .br-pc {
	display: none;
}

.p-program-flex__item .br-sp {
	display: block;
}

.p-program-flex__item:nth-child(2) {
	flex-direction: column-reverse;
}

.p-program-flex__item:nth-child(2) .br-pc {
	display: none;
}

.p-program-flex__item:nth-child(2) .br-sp {
	display: block;
}

.p-program-flex__imgItem {
	width: 100%;
}

.p-program-flex__imgItem .br-pc {
	display: none;
}

.p-program-flex__imgItem .br-sp {
	display: block;
}

.p-program-textBlock {
	width: 100%;
}

.p-program-textBlock .br-pc {
	display: none;
}

.p-program-textBlock .br-sp {
	display: block;
}

.p-program__ellipse {
	margin: auto;
	width: 50%;
}

.p-program__ellipse .br-pc {
	display: none;
}

.p-program__ellipse .br-sp {
	display: block;
}

.p-program__footer {
	margin-top: 0;
}

.p-program__footer .br-pc {
	display: none;
}

.p-program__footer .br-sp {
	display: block;
}

.p-program__footer--title {
	font-size: 2rem;
}

.p-program__footer--title .br-pc {
	display: none;
}

.p-program__footer--title .br-sp {
	display: block;
}

.p-price-resident__subTitle {
	font-size: 1.6rem;
}

.p-price-resident__subTitle .br-pc {
	display: none;
}

.p-price-resident__subTitle .br-sp {
	display: block;
}

.p-price-resident-text__wrap {
	padding-left: 0;
}

.p-price-resident-text__wrap .br-pc {
	display: none;
}

.p-price-resident-text__wrap .br-sp {
	display: block;
}

.p-price-resident-text {
	font-size: 1.4rem;
}

.p-price-resident-text .br-pc {
	display: none;
}

.p-price-resident-text .br-sp {
	display: block;
}

.p-price-table tr {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	justify-content: center;
}

.p-price-table tr .br-pc {
	display: none;
}

.p-price-table tr .br-sp {
	display: block;
}

.p-price-table {
	font-size: 1.4rem;
}

.p-price-table .br-pc {
	display: none;
}

.p-price-table .br-sp {
	display: block;
}

.p-price-table .p-price-resident__heading {
	align-content: center;
	display: inline-block;
	height: 70px;
	padding: 14px 10px;
	text-align: center;
	width: 35%; /* スマホ時に全幅の約半分 */
}

.p-price-table .p-price-resident__heading .br-pc {
	display: none;
}

.p-price-table .p-price-resident__heading .br-sp {
	display: block;
}

.p-price-table .p-price-resident__price {
	align-content: center;
	display: inline-block;
	height: 70px;
	padding: 10px;
	width: 61%; /* スマホ時に全幅の約半分 */
}

.p-price-table .p-price-resident__price .br-pc {
	display: none;
}

.p-price-table .p-price-resident__price .br-sp {
	display: block;
}

.p-price-table .p-price-resident__comments {
	display: block;
	margin-top: 1px;
	padding: 20px;
	width: 96%;
}

.p-price-table .p-price-resident__comments .br-pc {
	display: none;
}

.p-price-table .p-price-resident__comments .br-sp {
	display: block;
}

.p-price-table .p-price-trial__heading {
	align-content: center;
	display: inline-block;
	height: 70px;
	padding: 14px 10px;
	text-align: center;
	width: 38.7%; /* スマホ時に全幅の約半分 */
}

.p-price-table .p-price-trial__heading .br-pc {
	display: none;
}

.p-price-table .p-price-trial__heading .br-sp {
	display: block;
}

.p-price-table .p-price-trial__price {
	align-content: center;
	display: inline-block;
	height: 70px;
	padding: 15px 10px;
	width: 61%; /* スマホ時に全幅の約半分 */
}

.p-price-table .p-price-trial__price .br-pc {
	display: none;
}

.p-price-table .p-price-trial__price .br-sp {
	display: block;
}

.p-price-table .p-price-trial__comments {
	display: block;
	margin-top: 1px;
	padding: 20px;
	width: 100%;
}

.p-price-table .p-price-trial__comments .br-pc {
	display: none;
}

.p-price-table .p-price-trial__comments .br-sp {
	display: block;
}

.p-price-trial__strongText {
	font-size: 1.6rem;
}

.p-price-trial__strongText .br-pc {
	display: none;
}

.p-price-trial__strongText .br-sp {
	display: block;
}

.p-price-trial__text {
	font-size: 1.4rem;
}

.p-price-trial__text .br-pc {
	display: none;
}

.p-price-trial__text .br-sp {
	display: block;
}

.p-price-info__title {
	font-size: 2rem;
}

.p-price-info__title .br-pc {
	display: none;
}

.p-price-info__title .br-sp {
	display: block;
}

.p-price-info__strong {
	font-size: 2.6rem;
}

.p-price-info__strong .br-pc {
	display: none;
}

.p-price-info__strong .br-sp {
	display: block;
}

.p-price-info__reception {
	font-size: 2.6rem;
}

.p-price-info__reception .br-pc {
	display: none;
}

.p-price-info__reception .br-sp {
	display: block;
}

.p-price-info__tel-icon {
	height: 30px;
	width: 30px;
}

.p-price-info__tel-icon .br-pc {
	display: none;
}

.p-price-info__tel-icon .br-sp {
	display: block;
}

.p-price__tel-link {
	font-size: 2.6rem;
}

.p-price__tel-link .br-pc {
	display: none;
}

.p-price__tel-link .br-sp {
	display: block;
}

.p-privacy-policy__list {
	font-size: 1.4rem;
	padding-left: 3px;
}

.p-privacy-policy__list .br-pc {
	display: none;
}

.p-privacy-policy__list .br-sp {
	display: block;
}

.p-privacy-policy__link {
	font-size: 1rem;
}

.p-privacy-policy__link .br-pc {
	display: none;
}

.p-privacy-policy__link .br-sp {
	display: block;
}

.p-privacy-policy-contact__name {
	font-size: 1.4rem;
}

.p-privacy-policy-contact__name .br-pc {
	display: none;
}

.p-privacy-policy-contact__name .br-sp {
	display: block;
}

.p-error-message__mainText {
	font-size: 1.6rem;
}

.p-error-message__mainText .br-pc {
	display: none;
}

.p-error-message__mainText .br-sp {
	display: block;
}

.p-error-message__subText {
	font-size: 1.4rem;
}

.p-error-message__subText .br-pc {
	display: none;
}

.p-error-message__subText .br-sp {
	display: block;
}

.p-recruit__titleWrap {
	padding: 125px 70px;
}

.p-recruit__titleWrap .br-pc {
	display: none;
}

.p-recruit__titleWrap .br-sp {
	display: block;
}

.p-recruit__title {
	font-size: 2rem;
}

.p-recruit__title .br-pc {
	display: none;
}

.p-recruit__title .br-sp {
	display: block;
}

.p-recruit__description {
	margin-top: 40px;
}

.p-recruit__description .br-pc {
	display: none;
}

.p-recruit__description .br-sp {
	display: block;
}

.p-recruit__description--text {
	font-size: 1.4rem;
}

.p-recruit__description--text .br-pc {
	display: none;
}

.p-recruit__description--text .br-sp {
	display: block;
}

.p-recruit__entry {
	margin-top: 30px;
}

.p-recruit__entry .br-pc {
	display: none;
}

.p-recruit__entry .br-sp {
	display: block;
}

.p-recruit__entry--linkItem {
	flex-direction: column;
}

.p-recruit__entry--linkItem .br-pc {
	display: none;
}

.p-recruit__entry--linkItem .br-sp {
	display: block;
}

.p-recruit__entry--post {
	flex-direction: column;
	font-size: 1.8rem;
}

.p-recruit__entry--post .br-pc {
	display: none;
}

.p-recruit__entry--post .br-sp {
	display: block;
}

.p-recruit__entry--subText {
	font-size: 1.6rem;
	padding-left: 0;
	text-align: center;
}

.p-recruit__entry--subText .br-pc {
	display: none;
}

.p-recruit__entry--subText .br-sp {
	display: block;
}

.p-recruit__entry--text {
	font-size: 1.6rem;
}

.p-recruit__entry--text .br-pc {
	display: none;
}

.p-recruit__entry--text .br-sp {
	display: block;
}

.p-recruit__buttonArea {
	margin: 40px auto 0;
}

.p-recruit__buttonArea .br-pc {
	display: none;
}

.p-recruit__buttonArea .br-sp {
	display: block;
}

.p-recruit__entry--link {
	height: 90px;
	width: 90px;
}

.p-recruit__entry--link .br-pc {
	display: none;
}

.p-recruit__entry--link .br-sp {
	display: block;
}

.p-recruit__details {
	font-size: 1.4rem;
}

.p-recruit__details .br-pc {
	display: none;
}

.p-recruit__details .br-sp {
	display: block;
}

.p-recruit-details__container {
	gap: 8px;
	grid-template-columns: 2fr 4.5fr;
}

.p-recruit-details__container .br-pc {
	display: none;
}

.p-recruit-details__container .br-sp {
	display: block;
}

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

.p-recruit__button .br-pc {
	display: none;
}

.p-recruit__button .br-sp {
	display: block;
}

.p-sitemap__heading {
	padding: 56px 20px;
}

.p-sitemap__heading .br-pc {
	display: none;
}

.p-sitemap__heading .br-sp {
	display: block;
}

.p-sitemap__heading--text {
	font-size: 2rem;
}

.p-sitemap__heading--text .br-pc {
	display: none;
}

.p-sitemap__heading--text .br-sp {
	display: block;
}

.p-sidebar-article__lists {
	width: 100%;
}

.p-sidebar-article__lists .br-pc {
	display: none;
}

.p-sidebar-article__lists .br-sp {
	display: block;
}

.p-sidebar-card {
	height: auto;
	width: 100%;
}

.p-sidebar-card .br-pc {
	display: none;
}

.p-sidebar-card .br-sp {
	display: block;
}

.p-sidebar-tag__listsWrap {
	justify-content: space-around;
}

.p-sidebar-tag__listsWrap .br-pc {
	display: none;
}

.p-sidebar-tag__listsWrap .br-sp {
	display: block;
}

.p-description-band__title {
	font-size: 2.4rem;
}

.p-description-band__title .br-pc {
	display: none;
}

.p-description-band__title .br-sp {
	display: block;
}

.p-description-illustBand__img {
	top: -3%;
	width: 50%;
}

.p-description-illustBand__img .br-pc {
	display: none;
}

.p-description-illustBand__img .br-sp {
	display: block;
}

.p-description__textWrap {
	margin-top: 40px;
}

.p-description__textWrap .br-pc {
	display: none;
}

.p-description__textWrap .br-sp {
	display: block;
}

.p-homeschool__about--block:nth-child(n+2) {
	flex-direction: column-reverse;
}

.p-homeschool__about--block:nth-child(n+2) .br-pc {
	display: none;
}

.p-homeschool__about--block:nth-child(n+2) .br-sp {
	display: block;
}

.p-homeschool__about--block {
	flex-direction: column;
}

.p-homeschool__about--block .br-pc {
	display: none;
}

.p-homeschool__about--block .br-sp {
	display: block;
}

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

.p-homeschool__about--img .br-pc {
	display: none;
}

.p-homeschool__about--img .br-sp {
	display: block;
}

.p-homeschool__about--textWrap {
	width: 100%;
}

.p-homeschool__about--textWrap .br-pc {
	display: none;
}

.p-homeschool__about--textWrap .br-sp {
	display: block;
}

.p-homeschool__subTitle--green {
	font-size: 2rem;
}

.p-homeschool__subTitle--green .br-pc {
	display: none;
}

.p-homeschool__subTitle--green .br-sp {
	display: block;
}

.p-homeschool__subTitle--pink {
	font-size: 2rem;
}

.p-homeschool__subTitle--pink .br-pc {
	display: none;
}

.p-homeschool__subTitle--pink .br-sp {
	display: block;
}

.p-homeschool__slogan {
	width: 100%;
}

.p-homeschool__slogan .br-pc {
	display: none;
}

.p-homeschool__slogan .br-sp {
	display: block;
}

.p-homeschool__about2__content {
	margin-top: 60px;
}

.p-homeschool__about2__content .br-pc {
	display: none;
}

.p-homeschool__about2__content .br-sp {
	display: block;
}

.p-homeschool__about2__img img {
	height: auto;
	width: 90%;
}

.p-homeschool__about2__img img .br-pc {
	display: none;
}

.p-homeschool__about2__img img .br-sp {
	display: block;
}

.p-homeschool__about2--infographic {
	margin: 40px auto 0;
	width: 100%;
}

.p-homeschool__about2--infographic .br-pc {
	display: none;
}

.p-homeschool__about2--infographic .br-sp {
	display: block;
}

.p-homeschool__bigImage__textBlock {
	right: 5%;
	top: 40%;
	width: 90%;
}

.p-homeschool__bigImage__textBlock .br-pc {
	display: none;
}

.p-homeschool__bigImage__textBlock .br-sp {
	display: block;
}

.p-homeschool__bigImage__lead {
	font-size: 1.8rem;
}

.p-homeschool__bigImage__lead .br-pc {
	display: none;
}

.p-homeschool__bigImage__lead .br-sp {
	display: block;
}

.p-homeschool__bigImage__textarea {
	font-size: 1.4rem;
}

.p-homeschool__bigImage__textarea .br-pc {
	display: none;
}

.p-homeschool__bigImage__textarea .br-sp {
	display: block;
}

.p-homeschool--gallery__items {
	gap: 5px;
}

.p-homeschool--gallery__items .br-pc {
	display: none;
}

.p-homeschool--gallery__items .br-sp {
	display: block;
}

.p-homeschool--gallery__item {
	flex: 1 1 calc(50% - 10px);
	padding: 10px 0 30px 10px;
}

.p-homeschool--gallery__item .br-pc {
	display: none;
}

.p-homeschool--gallery__item .br-sp {
	display: block;
}

.p-homeschool--gallery__name {
	padding-left: 2px;
}

.p-homeschool--gallery__name .br-pc {
	display: none;
}

.p-homeschool--gallery__name .br-sp {
	display: block;
}

.p-homeschool__footer--illust {
	width: 150px;
}

.p-homeschool__footer--illust .br-pc {
	display: none;
}

.p-homeschool__footer--illust .br-sp {
	display: block;
}

.p-summary__footerWrap {
	padding: 60px 0 40px;
}

.p-summary__footerWrap .br-pc {
	display: none;
}

.p-summary__footerWrap .br-sp {
	display: block;
}

.p-summary__footer--subTitle {
	font-size: 2rem;
}

.p-summary__footer--subTitle .br-pc {
	display: none;
}

.p-summary__footer--subTitle .br-sp {
	display: block;
}

.p-support-option__item {
	margin-top: 120px;
}

.p-support-option__item .br-pc {
	display: none;
}

.p-support-option__item .br-sp {
	display: block;
}

.p-support-option__title {
	padding: 15px 20px;
}

.p-support-option__title .br-pc {
	display: none;
}

.p-support-option__title .br-sp {
	display: block;
}

.p-support-option__nameWrap {
	text-align: left;
}

.p-support-option__nameWrap .br-pc {
	display: none;
}

.p-support-option__nameWrap .br-sp {
	display: block;
}

.p-support-option__name {
	font-size: 1.6rem;
}

.p-support-option__name .br-pc {
	display: none;
}

.p-support-option__name .br-sp {
	display: block;
}

.p-support-option__item--illust {
	bottom: -10%;
	width: 30%;
}

.p-support-option__item--illust .br-pc {
	display: none;
}

.p-support-option__item--illust .br-sp {
	display: block;
}

.p-support-option__text {
	line-height: 1.6em;
}

.p-support-option__text .br-pc {
	display: none;
}

.p-support-option__text .br-sp {
	display: block;
}

.p-support-option__info--title {
	width: 100%;
}

.p-support-option__info--title .br-pc {
	display: none;
}

.p-support-option__info--title .br-sp {
	display: block;
}

.p-support-option__subTitle {
	font-size: 1.8rem;
}

.p-support-option__subTitle .br-pc {
	display: none;
}

.p-support-option__subTitle .br-sp {
	display: block;
}

.p-support-option__paypal--text {
	font-size: 1.6rem;
}

.p-support-option__paypal--text .br-pc {
	display: none;
}

.p-support-option__paypal--text .br-sp {
	display: block;
}

.p-support-option__text--notes {
	font-size: 1.4rem;
}

.p-support-option__text--notes .br-pc {
	display: none;
}

.p-support-option__text--notes .br-sp {
	display: block;
}

.p-support-option__info--lists {
	margin-top: 25px;
}

.p-support-option__info--lists .br-pc {
	display: none;
}

.p-support-option__info--lists .br-sp {
	display: block;
}

.p-support-option__listItems {
	width: 100%;
}

.p-support-option__listItems .br-pc {
	display: none;
}

.p-support-option__listItems .br-sp {
	display: block;
}

.p-support-option__listItem {
	font-size: 1.4rem;
}

.p-support-option__listItem .br-pc {
	display: none;
}

.p-support-option__listItem .br-sp {
	display: block;
}

.p-support-option__link--note {
	font-size: 1.4rem;
}

.p-support-option__link--note .br-pc {
	display: none;
}

.p-support-option__link--note .br-sp {
	display: block;
}

.p-support__friends-association {
	margin-top: 50px;
}

.p-support__friends-association .br-pc {
	display: none;
}

.p-support__friends-association .br-sp {
	display: block;
}

.p-support__friends-association--link {
	margin: 40px auto 0;
}

.p-support__friends-association--link .br-pc {
	display: none;
}

.p-support__friends-association--link .br-sp {
	display: block;
}

.p-support__friends-association--title {
	font-size: 1.8rem;
}

.p-support__friends-association--title .br-pc {
	display: none;
}

.p-support__friends-association--title .br-sp {
	display: block;
}

.p-support__friends-association--info {
	padding: 7%;
}

.p-support__friends-association--info .br-pc {
	display: none;
}

.p-support__friends-association--info .br-sp {
	display: block;
}

.p-work-and-support__title {
	width: 30%;
}

.p-work-and-support__title .br-pc {
	display: none;
}

.p-work-and-support__title .br-sp {
	display: block;
}

.p-work-and-support__items {
	gap: 100px;
	margin-top: 30px;
}

.p-work-and-support__items .br-pc {
	display: none;
}

.p-work-and-support__items .br-sp {
	display: block;
}

.p-work-and-support__imageItem {
	margin: 125px auto 0;
}

.p-work-and-support__imageItem .br-pc {
	display: none;
}

.p-work-and-support__imageItem .br-sp {
	display: block;
}

.p-work-and-support__personal-name {
	left: 0;
	top: -17%;
	width: 60%;
}

.p-work-and-support__personal-name .br-pc {
	display: none;
}

.p-work-and-support__personal-name .br-sp {
	display: block;
}

.p-work-and-support__title-back {
	height: 80px;
}

.p-work-and-support__title-back .br-pc {
	display: none;
}

.p-work-and-support__title-back .br-sp {
	display: block;
}

.p-work-and-support__subTitle {
	font-size: 1.6rem;
}

.p-work-and-support__subTitle .br-pc {
	display: none;
}

.p-work-and-support__subTitle .br-sp {
	display: block;
}

.p-work-and-support-gallery {
	margin-top: 30px;
}

.p-work-and-support-gallery .br-pc {
	display: none;
}

.p-work-and-support-gallery .br-sp {
	display: block;
}

.p-work-and-support-gallery__item {
	width: 100%;
}

.p-work-and-support-gallery__item .br-pc {
	display: none;
}

.p-work-and-support-gallery__item .br-sp {
	display: block;
}

.p-work-and-support__graduate-data {
	padding: 35px 0;
}

.p-work-and-support__graduate-data .br-pc {
	display: none;
}

.p-work-and-support__graduate-data .br-sp {
	display: block;
}

.p-work-and-support__graduate-dataWrap {
	gap: 20px;
}

.p-work-and-support__graduate-dataWrap .br-pc {
	display: none;
}

.p-work-and-support__graduate-dataWrap .br-sp {
	display: block;
}

.p-work-and-support__icon-memo {
	width: 50px;
}

.p-work-and-support__icon-memo .br-pc {
	display: none;
}

.p-work-and-support__icon-memo .br-sp {
	display: block;
}

.p-work-and-support__dataText {
	font-size: 1.4rem;
	width: 100%;
}

.p-work-and-support__dataText .br-pc {
	display: none;
}

.p-work-and-support__dataText .br-sp {
	display: block;
}

.p-day-work__title {
	width: 20%;
}

.p-day-work__title .br-pc {
	display: none;
}

.p-day-work__title .br-sp {
	display: block;
}

.p-day-work-afterCare__wrap {
	margin-top: 70px;
}

.p-day-work-afterCare__wrap .br-pc {
	display: none;
}

.p-day-work-afterCare__wrap .br-sp {
	display: block;
}

.p-day-work-afterCare__illust {
	width: 140px;
}

.p-day-work-afterCare__illust .br-pc {
	display: none;
}

.p-day-work-afterCare__illust .br-sp {
	display: block;
}

.p-day-work-career-paths__title {
	font-size: 1.8rem;
}

.p-day-work-career-paths__title .br-pc {
	display: none;
}

.p-day-work-career-paths__title .br-sp {
	display: block;
}

.p-day-work-career-paths__items {
	margin-top: 40px;
}

.p-day-work-career-paths__items .br-pc {
	display: none;
}

.p-day-work-career-paths__items .br-sp {
	display: block;
}

.p-day-work-career-paths__companyName--wrap {
	margin-top: 20px;
	padding-left: 0;
}

.p-day-work-career-paths__companyName--wrap .br-pc {
	display: none;
}

.p-day-work-career-paths__companyName--wrap .br-sp {
	display: block;
}

.p-day-work-timeline__caption--title {
	margin: 0 auto 25px;
	width: 150px;
}

.p-day-work-timeline__caption--title .br-pc {
	display: none;
}

.p-day-work-timeline__caption--title .br-sp {
	display: block;
}

.p-day-work-timeline__time {
	font-size: 2rem;
}

.p-day-work-timeline__time .br-pc {
	display: none;
}

.p-day-work-timeline__time .br-sp {
	display: block;
}

.p-day-work-timeline__info {
	margin-top: 60px;
}

.p-day-work-timeline__info .br-pc {
	display: none;
}

.p-day-work-timeline__info .br-sp {
	display: block;
}

.p-day-work-timeline__titleWrap {
	margin: 0 35px -20px auto;
	width: 55%;
}

.p-day-work-timeline__titleWrap .br-pc {
	display: none;
}

.p-day-work-timeline__titleWrap .br-sp {
	display: block;
}

.p-day-work-timeline__wrap {
	padding: 12% 10% 5%;
}

.p-day-work-timeline__wrap .br-pc {
	display: none;
}

.p-day-work-timeline__wrap .br-sp {
	display: block;
}

.p-staff-voice__titleWrap {
	width: 60%;
}

.p-staff-voice__titleWrap .br-pc {
	display: none;
}

.p-staff-voice__titleWrap .br-sp {
	display: block;
}

.p-staff-voice__content--img {
	height: auto; /* 高さの固定を解除 */
	padding-bottom: 101.6949152542%;
}

.p-staff-voice__content--img .br-pc {
	display: none;
}

.p-staff-voice__content--img .br-sp {
	display: block;
}

.p-staff--ryou {
	background-image: url("../img/recruit/main-image-sp__ryou.jpg");
}

.p-staff--ryou .br-pc {
	display: none;
}

.p-staff--ryou .br-sp {
	display: block;
}

.p-staff--rei {
	background-image: url("../img/recruit/main-image-sp__rei.jpg");
}

.p-staff--rei .br-pc {
	display: none;
}

.p-staff--rei .br-sp {
	display: block;
}

.p-staff--kenta {
	background-image: url("../img/recruit/main-image-sp__kenta.jpg");
}

.p-staff--kenta .br-pc {
	display: none;
}

.p-staff--kenta .br-sp {
	display: block;
}

.p-staff__nameLabel {
	left: 10px;
	top: 225px;
	width: 40%;
}

.p-staff__nameLabel .br-pc {
	display: none;
}

.p-staff__nameLabel .br-sp {
	display: block;
}

.p-staff__nameLabel2 {
	right: 15px;
	top: 15px;
	width: 40%;
}

.p-staff__nameLabel2 .br-pc {
	display: none;
}

.p-staff__nameLabel2 .br-sp {
	display: block;
}

.p-staff-voice__container {
	grid-template-columns: 20px minmax(0, calc(100% - 40px)) 20px;
	grid-template-rows: minmax(100px, 150px) 1fr 1fr;
}

.p-staff-voice__container .br-pc {
	display: none;
}

.p-staff-voice__container .br-sp {
	display: block;
}

.p-staff-voice__content {
	padding: 5% 3%;
}

.p-staff-voice__content .br-pc {
	display: none;
}

.p-staff-voice__content .br-sp {
	display: block;
}

.p-staff-voice__text {
	font-size: 1.6rem;
}

.p-staff-voice__text .br-pc {
	display: none;
}

.p-staff-voice__text .br-sp {
	display: block;
}

.p-staff-interview__items {
	padding: 40px 0 40px;
}

.p-staff-interview__items .br-pc {
	display: none;
}

.p-staff-interview__items .br-sp {
	display: block;
}

.p-staff-interview__question {
	gap: 5px;
}

.p-staff-interview__question .br-pc {
	display: none;
}

.p-staff-interview__question .br-sp {
	display: block;
}

.p-staff-interview__question > img {
	height: 22px;
	width: 22px;
}

.p-staff-interview__question > img .br-pc {
	display: none;
}

.p-staff-interview__question > img .br-sp {
	display: block;
}

.p-staff-interview__answerWrap {
	padding-left: 28px;
}

.p-staff-interview__answerWrap .br-pc {
	display: none;
}

.p-staff-interview__answerWrap .br-sp {
	display: block;
}

.p-staff-interview__answer {
	font-size: 1.4rem;
}

.p-staff-interview__answer .br-pc {
	display: none;
}

.p-staff-interview__answer .br-sp {
	display: block;
}

.p-leadership__chairman--titleWrap {
	top: -8%;
}

.p-leadership__chairman--titleWrap .br-pc {
	display: none;
}

.p-leadership__chairman--titleWrap .br-sp {
	display: block;
}

.p-leadership__biography--items {
	flex-direction: column;
	gap: 50px;
}

.p-leadership__biography--items .br-pc {
	display: none;
}

.p-leadership__biography--items .br-sp {
	display: block;
}

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

.p-leadership__biography--item .br-pc {
	display: none;
}

.p-leadership__biography--item .br-sp {
	display: block;
}

.p-leadership__biography--sign {
	width: 100%;
}

.p-leadership__biography--sign .br-pc {
	display: none;
}

.p-leadership__biography--sign .br-sp {
	display: block;
}

.p-leadership__titleName--wrap {
	width: 250px;
}

.p-leadership__titleName--wrap .br-pc {
	display: none;
}

.p-leadership__titleName--wrap .br-sp {
	display: block;
}

.p-leadership__titleName {
	font-size: 1.6rem;
}

.p-leadership__titleName .br-pc {
	display: none;
}

.p-leadership__titleName .br-sp {
	display: block;
}

.p-leadership__textarea {
	padding: 0 0 50px;
}

.p-leadership__textarea .br-pc {
	display: none;
}

.p-leadership__textarea .br-sp {
	display: block;
}

.p-leadership__container {
	grid-template-columns: 20px minmax(0, calc(100% - 40px)) 20px;
	grid-template-rows: minmax(100px, 110px) minmax(100px, 120px) minmax(100px, 120px) minmax(100px, 120px) 1fr 4fr;
}

.p-leadership__container .br-pc {
	display: none;
}

.p-leadership__container .br-sp {
	display: block;
}

.p-leadership__policy--text {
	font-size: 3rem;
	margin-top: 75px;
}

.p-leadership__policy--text .br-pc {
	display: none;
}

.p-leadership__policy--text .br-sp {
	display: block;
}

.p-leadership__mainImage {
	grid-column: 2/3;
}

.p-leadership__mainImage .br-pc {
	display: none;
}

.p-leadership__mainImage .br-sp {
	display: block;
}

.p-leadership__name {
	font-size: 3rem;
	grid-column: 2/3;
}

.p-leadership__name .br-pc {
	display: none;
}

.p-leadership__name .br-sp {
	display: block;
}

.p-leadership__status {
	font-size: 2rem;
}

.p-leadership__status .br-pc {
	display: none;
}

.p-leadership__status .br-sp {
	display: block;
}

.p-leadership__interview--container {
	grid-template-columns: 1fr minmax(0, 91.125%) 1fr;
	grid-template-rows: 15px auto auto auto 20px;
}

.p-leadership__interview--container .p-leadership__interview:nth-child(2) {
	grid-row: span 3;
}

.p-leadership__interview--container .br-pc {
	display: none;
}

.p-leadership__interview--container .br-sp {
	display: block;
}

.p-leadership-staff__gallery--item {
	flex: 1 1 50%;
}

.p-leadership-staff__gallery--item .br-pc {
	display: none;
}

.p-leadership-staff__gallery--item .br-sp {
	display: block;
}

.p-lower-top {
	height: 335px;
	margin-top: 80px;
}

.p-lower-top .br-pc {
	display: none;
}

.p-lower-top .br-sp {
	display: block;
}

.p-lower-top--timeline {
	background-image: url(../img/lower-top--timeline__sp.jpg);
}

.p-lower-top--timeline .br-pc {
	display: none;
}

.p-lower-top--timeline .br-sp {
	display: block;
}

.p-lower-top--info {
	background-image: url(../img/lower-top--information__sp.jpg);
}

.p-lower-top--info .br-pc {
	display: none;
}

.p-lower-top--info .br-sp {
	display: block;
}

.p-lower-top--donate {
	background-image: url(../img/lower-top--donate__sp.jpg);
}

.p-lower-top--donate .br-pc {
	display: none;
}

.p-lower-top--donate .br-sp {
	display: block;
}

.p-lower-top--faq {
	background-image: url(../img/lower-top--faq__sp.jpg);
}

.p-lower-top--faq .br-pc {
	display: none;
}

.p-lower-top--faq .br-sp {
	display: block;
}

.p-lower-top--voice {
	background-image: url(../img/lower-top--voice__sp.jpg);
}

.p-lower-top--voice .br-pc {
	display: none;
}

.p-lower-top--voice .br-sp {
	display: block;
}

.p-lower-top--price {
	background-image: url(../img/lower-top--pricepage__sp.jpg);
}

.p-lower-top--price .br-pc {
	display: none;
}

.p-lower-top--price .br-sp {
	display: block;
}

.p-lower-top--privacy-policy {
	background-image: url(../img/lower-top--privacy-policy__sp.jpg);
}

.p-lower-top--privacy-policy .br-pc {
	display: none;
}

.p-lower-top--privacy-policy .br-sp {
	display: block;
}

.p-lower-top--single {
	background-image: url(../img/lower-top--single__sp.jpg);
}

.p-lower-top--single .br-pc {
	display: none;
}

.p-lower-top--single .br-sp {
	display: block;
}

.p-lower-top--archive {
	background-image: url(../img/lower-top--archive__sp.jpg);
}

.p-lower-top--archive .br-pc {
	display: none;
}

.p-lower-top--archive .br-sp {
	display: block;
}

.p-lower-top--runningWipe {
	background-image: url(../img/lower-top--running-wipe__sp.jpg);
}

.p-lower-top--runningWipe .br-pc {
	display: none;
}

.p-lower-top--runningWipe .br-sp {
	display: block;
}

.p-lower-top--family-history {
	background-image: url(../img/lower-top--family-history__sp.jpg);
}

.p-lower-top--family-history .br-pc {
	display: none;
}

.p-lower-top--family-history .br-sp {
	display: block;
}

.p-lower-top--operation-sheet {
	background-image: url(../img/lower-top--operation-sheet__sp.jpg);
}

.p-lower-top--operation-sheet .br-pc {
	display: none;
}

.p-lower-top--operation-sheet .br-sp {
	display: block;
}

.p-lower-top--paper-box {
	background-image: url(../img/lower-top--paper-box__sp.jpg);
}

.p-lower-top--paper-box .br-pc {
	display: none;
}

.p-lower-top--paper-box .br-sp {
	display: block;
}

.p-lower-top--homeschool {
	background-image: url(../img/lower-top--homeschool__sp.jpg);
}

.p-lower-top--homeschool .br-pc {
	display: none;
}

.p-lower-top--homeschool .br-sp {
	display: block;
}

.p-lower-top--graduate {
	background-image: url(../img/lower-top--graduate__sp.jpg);
}

.p-lower-top--graduate .br-pc {
	display: none;
}

.p-lower-top--graduate .br-sp {
	display: block;
}

.p-lower-top--leadership {
	background-image: url(../img/lower-top--leadership__sp.jpg);
}

.p-lower-top--leadership .br-pc {
	display: none;
}

.p-lower-top--leadership .br-sp {
	display: block;
}

.p-lower-top__group {
	top: 55%;
}

.p-lower-top__group .br-pc {
	display: none;
}

.p-lower-top__group .br-sp {
	display: block;
}

.p-lower-top__title {
	font-size: 2rem;
}

.p-lower-top__title .br-pc {
	display: none;
}

.p-lower-top__title .br-sp {
	display: block;
}

.p-lower-top__subTitle {
	font-size: 1.4rem;
	margin-top: 3px;
}

.p-lower-top__subTitle .br-pc {
	display: none;
}

.p-lower-top__subTitle .br-sp {
	display: block;
}

.p-lower-top__contactArea {
	flex-direction: column-reverse;
}

.p-lower-top__contactArea .br-pc {
	display: none;
}

.p-lower-top__contactArea .br-sp {
	display: block;
}

.p-lower-single-top__jobType {
	height: 60px;
	line-height: 60px;
}

.p-lower-single-top__jobType .br-pc {
	display: none;
}

.p-lower-single-top__jobType .br-sp {
	display: block;
}

.p-lower-single-top__jobType--text {
	font-size: 2rem;
	letter-spacing: 0.15em;
}

.p-lower-single-top__jobType--text .br-pc {
	display: none;
}

.p-lower-single-top__jobType--text .br-sp {
	display: block;
}

.p-donate-statement__dearEveryone {
	font-size: 2rem;
}

.p-donate-statement__dearEveryone .br-pc {
	display: none;
}

.p-donate-statement__dearEveryone .br-sp {
	display: block;
}

.p-donate-statement__title {
	font-size: 2rem;
}

.p-donate-statement__title .br-pc {
	display: none;
}

.p-donate-statement__title .br-sp {
	display: block;
}

.p-donate-statement__text {
	font-size: 1.6rem;
}

.p-donate-statement__text .br-pc {
	display: none;
}

.p-donate-statement__text .br-sp {
	display: block;
}

.p-donate-statement__signWrap {
	width: 180px;
}

.p-donate-statement__signWrap .br-pc {
	display: none;
}

.p-donate-statement__signWrap .br-sp {
	display: block;
}

.p-donate-statement__legal-entity {
	font-size: 1.4rem;
}

.p-donate-statement__legal-entity .br-pc {
	display: none;
}

.p-donate-statement__legal-entity .br-sp {
	display: block;
}

.p-donate-statement__sign {
	font-size: 1.8rem;
}

.p-donate-statement__sign .br-pc {
	display: none;
}

.p-donate-statement__sign .br-sp {
	display: block;
}

.p-donate-statement__sign--title {
	font-size: 1.8rem;
}

.p-donate-statement__sign--title .br-pc {
	display: none;
}

.p-donate-statement__sign--title .br-sp {
	display: block;
}

.p-voice__description--text {
	font-size: 1.6rem;
}

.p-voice__description--text .br-pc {
	display: none;
}

.p-voice__description--text .br-sp {
	display: block;
}

.p-voice-card__items {
	flex-direction: column;
}

.p-voice-card__items .br-pc {
	display: none;
}

.p-voice-card__items .br-sp {
	display: block;
}

.p-voice-card__item {
	width: 100%;
}

.p-voice-card__item .br-pc {
	display: none;
}

.p-voice-card__item .br-sp {
	display: block;
}

.p-voice-card__contentWrap {
	padding: 30px 10px;
}

.p-voice-card__contentWrap .br-pc {
	display: none;
}

.p-voice-card__contentWrap .br-sp {
	display: block;
}

.p-voice-card-footer {
	max-height: 120px;
	padding: 20px 10px;
}

.p-voice-card-footer .br-pc {
	display: none;
}

.p-voice-card-footer .br-sp {
	display: block;
}

.swiper {
	height: auto;
	margin-top: 80px;
	max-width: calc(100% - 40px); /* 20px の左右パディングを考慮 */
	padding: 0 20px;
	width: 100%;
}

.swiper .br-pc {
	display: none;
}

.swiper .br-sp {
	display: block;
}

.p-swiper__lead {
	height: 80px;
	top: 50%;
	width: 100%;
}

.p-swiper__lead .br-pc {
	display: none;
}

.p-swiper__lead .br-sp {
	display: block;
}

.p-top-swiper .swiper-slide {
	flex-shrink: 0;
	width: 100% !important;
}

.p-top-swiper .swiper-slide .br-pc {
	display: none;
}

.p-top-swiper .swiper-slide .br-sp {
	display: block;
}

.p-single-class-top__container {
	gap: 30px;
	grid-template-areas: "routine" "ellipse";
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 350px;
	height: auto;
	justify-items: center;
}

.p-single-class-top__container .br-pc {
	display: none;
}

.p-single-class-top__container .br-sp {
	display: block;
}

.p-single-class-top__image {
	width: 90%;
}

.p-single-class-top__image .br-pc {
	display: none;
}

.p-single-class-top__image .br-sp {
	display: block;
}

.p-single-class__imageTitle {
	font-size: 1.8rem;
}

.p-single-class__imageTitle .br-pc {
	display: none;
}

.p-single-class__imageTitle .br-sp {
	display: block;
}

.p-single-class-description {
	margin-top: 60px;
}

.p-single-class-description .br-pc {
	display: none;
}

.p-single-class-description .br-sp {
	display: block;
}

.p-single-class__bigTitle--group {
	height: 40px;
}

.p-single-class__bigTitle--group .br-pc {
	display: none;
}

.p-single-class__bigTitle--group .br-sp {
	display: block;
}

.p-single-class-content__title {
	font-size: 2rem;
	line-height: 40px;
}

.p-single-class-content__title .br-pc {
	display: none;
}

.p-single-class-content__title .br-sp {
	display: block;
}

.p-single-class-routine__subTitle {
	font-size: 1.8rem;
}

.p-single-class-routine__subTitle .br-pc {
	display: none;
}

.p-single-class-routine__subTitle .br-sp {
	display: block;
}

.p-single-class-routine__flexItems {
	flex-direction: column;
}

.p-single-class-routine__flexItems .br-pc {
	display: none;
}

.p-single-class-routine__flexItems .br-sp {
	display: block;
}

.p-single-class-routine__textItem {
	width: 100%;
}

.p-single-class-routine__textItem .br-pc {
	display: none;
}

.p-single-class-routine__textItem .br-sp {
	display: block;
}

.p-single-class-image__block {
	flex-direction: column;
}

.p-single-class-image__block .br-pc {
	display: none;
}

.p-single-class-image__block .br-sp {
	display: block;
}

.p-single-class-image__item {
	width: 100%;
}

.p-single-class-image__item .br-pc {
	display: none;
}

.p-single-class-image__item .br-sp {
	display: block;
}

.p-single-class__summary {
	padding: 60px 0 80px;
}

.p-single-class__summary .br-pc {
	display: none;
}

.p-single-class__summary .br-sp {
	display: block;
}

.p-single-class__summaryTitle {
	font-size: 1.8rem;
}

.p-single-class__summaryTitle .br-pc {
	display: none;
}

.p-single-class__summaryTitle .br-sp {
	display: block;
}

.p-single-class__summaryText {
	font-size: 1.6rem;
}

.p-single-class__summaryText .br-pc {
	display: none;
}

.p-single-class__summaryText .br-sp {
	display: block;
}

.p-top-info {
	display: flex;
	flex-direction: column-reverse;
	padding: 0 20px;
	position: relative;
	z-index: 11;
}

.p-top-info .br-pc {
	display: none;
}

.p-top-info .br-sp {
	display: block;
}

.p-top-info__news {
	max-width: 100%;
	width: 100%;
}

.p-top-info__news .br-pc {
	display: none;
}

.p-top-info__news .br-sp {
	display: block;
}

.p-top-contactArea {
	margin: 5% auto 0;
}

.p-top-contactArea .br-pc {
	display: none;
}

.p-top-contactArea .br-sp {
	display: block;
}

.p-trial-big-image__text {
	font-size: 2rem;
}

.p-trial-big-image__text .br-pc {
	display: none;
}

.p-trial-big-image__text .br-sp {
	display: block;
}

.p-trial__item:nth-child(n+2) {
	margin-top: 30px;
}

.p-trial__item .br-pc {
	display: none;
}

.p-trial__item .br-sp {
	display: block;
}

.p-trial-item__title {
	gap: 20px;
}

.p-trial-item__title .br-pc {
	display: none;
}

.p-trial-item__title .br-sp {
	display: block;
}

.p-trial-item__title--number {
	align-content: center;
	width: 60px;
}

.p-trial-item__title--number .br-pc {
	display: none;
}

.p-trial-item__title--number .br-sp {
	display: block;
}

.p-trial-item__title--text {
	font-size: 2rem;
}

.p-trial-item__title--text .br-pc {
	display: none;
}

.p-trial-item__title--text .br-sp {
	display: block;
}

.p-trial-item__background {
	margin-top: 25px;
}

.p-trial-item__background .br-pc {
	display: none;
}

.p-trial-item__background .br-sp {
	display: block;
}

.p-trial-item__image {
	align-self: center;
	margin-top: -6%;
	width: 100%;
}

.p-trial-item__image .br-pc {
	display: none;
}

.p-trial-item__image .br-sp {
	display: block;
}

.p-trial-item__textArea {
	padding: 3% 0 0;
}

.p-trial-item__textArea .br-pc {
	display: none;
}

.p-trial-item__textArea .br-sp {
	display: block;
}

.p-trial-subTitle {
	font-size: 1.6rem;
}

.p-trial-subTitle .br-pc {
	display: none;
}

.p-trial-subTitle .br-sp {
	display: block;
}

.p-trial-item__text {
	font-size: 1.4rem;
	margin-top: 5px;
}

.p-trial-item__text .br-pc {
	display: none;
}

.p-trial-item__text .br-sp {
	display: block;
}

.p-mealtime__description--text {
	font-size: 1.6rem;
}

.p-mealtime__description--text .br-pc {
	display: none;
}

.p-mealtime__description--text .br-sp {
	display: block;
}

.p-mealtime-card__items {
	margin: 30px auto 0;
}

.p-mealtime-card__items .br-pc {
	display: none;
}

.p-mealtime-card__items .br-sp {
	display: block;
}

.p-mealtime-cards__wrap:nth-child(even) {
	flex-direction: column;
}

.p-mealtime-cards__wrap:nth-child(even) .br-pc {
	display: none;
}

.p-mealtime-cards__wrap:nth-child(even) .br-sp {
	display: block;
}

.p-mealtime-cards__wrap:nth-child(n+2) {
	margin-top: 30px;
}

.p-mealtime-cards__wrap:nth-child(n+2) .br-pc {
	display: none;
}

.p-mealtime-cards__wrap:nth-child(n+2) .br-sp {
	display: block;
}

.p-mealtime-cards__wrap {
	flex-direction: column;
}

.p-mealtime-cards__wrap .br-pc {
	display: none;
}

.p-mealtime-cards__wrap .br-sp {
	display: block;
}

.p-mealtime-card__item--img {
	width: 100%;
}

.p-mealtime-card__item--img .br-pc {
	display: none;
}

.p-mealtime-card__item--img .br-sp {
	display: block;
}

.p-mealtime-card__item--text {
	height: auto;
	width: 100%;
}

.p-mealtime-card__item--text .br-pc {
	display: none;
}

.p-mealtime-card__item--text .br-sp {
	display: block;
}

.p-mealtime-card__text {
	margin-top: 15px;
}

.p-mealtime-card__text .br-pc {
	display: none;
}

.p-mealtime-card__text .br-sp {
	display: block;
}

.p-mealtime-card__illust {
	height: auto;
	width: 120px;
}

.p-mealtime-card__illust .br-pc {
	display: none;
}

.p-mealtime-card__illust .br-sp {
	display: block;
}

.p-mealtime-footer {
	margin: 80px auto -10px;
}

.p-mealtime-footer .br-pc {
	display: none;
}

.p-mealtime-footer .br-sp {
	display: block;
}

.p-mealtime-footer__illust {
	margin: 0 auto -33px;
	width: 135px;
}

.p-mealtime-footer__illust .br-pc {
	display: none;
}

.p-mealtime-footer__illust .br-sp {
	display: block;
}

.p-mealtime-introduction__wrap {
	padding: 60px 20px 30px;
}

.p-mealtime-introduction__wrap .br-pc {
	display: none;
}

.p-mealtime-introduction__wrap .br-sp {
	display: block;
}

.p-mealtime-introduction__imgWrap {
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.p-mealtime-introduction__imgWrap .br-pc {
	display: none;
}

.p-mealtime-introduction__imgWrap .br-sp {
	display: block;
}

.p-mealtime-introduction__img {
	margin-top: 30px;
	width: 300px;
}

.p-mealtime-introduction__img .br-pc {
	display: none;
}

.p-mealtime-introduction__img .br-sp {
	display: block;
}

.p-mealtime-introduction__caption {
	margin-top: 10px;
}

.p-mealtime-introduction__caption .br-pc {
	display: none;
}

.p-mealtime-introduction__caption .br-sp {
	display: block;
}

.p-timeline__items {
	width: 100%;
}

.p-timeline__items .br-pc {
	display: none;
}

.p-timeline__items .br-sp {
	display: block;
}

.p-timeline__item:nth-child(n+2) {
	margin-top: 30px;
}

.p-timeline__item:nth-child(n+2) .br-pc {
	display: none;
}

.p-timeline__item:nth-child(n+2) .br-sp {
	display: block;
}

.p-timeline__time {
	padding: 10px 23px;
	top: -20px;
}

.p-timeline__time .br-pc {
	display: none;
}

.p-timeline__time .br-sp {
	display: block;
}

.p-timeline__entry {
	font-size: 1.4rem;
}

.p-timeline__entry .br-pc {
	display: none;
}

.p-timeline__entry .br-sp {
	display: block;
}

.p-timeline__clockTime {
	font-size: 1.4rem;
}

.p-timeline__clockTime .br-pc {
	display: none;
}

.p-timeline__clockTime .br-sp {
	display: block;
}

.p-timeline__collage--text {
	font-size: 1.2rem;
	height: 24px;
	line-height: 24px;
}

.p-timeline__collage--text .br-pc {
	display: none;
}

.p-timeline__collage--text .br-sp {
	display: block;
}

.p-timeline__textBlock {
	padding: 20px;
}

.p-timeline__textBlock .br-pc {
	display: none;
}

.p-timeline__textBlock .br-sp {
	display: block;
}

.p-timeline__text {
	font-size: 1.4rem;
}

.p-timeline__text .br-pc {
	display: none;
}

.p-timeline__text .br-sp {
	display: block;
}

.p-header-friends--mainTitle {
	font-size: 2rem;
}

.p-header-friends--mainTitle .br-pc {
	display: none;
}

.p-header-friends--mainTitle .br-sp {
	display: block;
}

.p-header-friends--subTitle {
	font-size: 1.4rem;
}

.p-header-friends--subTitle .br-pc {
	display: none;
}

.p-header-friends--subTitle .br-sp {
	display: block;
}

.p-header-friends__inner {
	flex-direction: column;
	gap: 5px;
	padding: 10px 20px;
}

.p-header-friends__inner .br-pc {
	display: none;
}

.p-header-friends__inner .br-sp {
	display: block;
}

.p-drawerMenu__content {
	display: block;
	left: initial;
	margin: auto;
	position: initial;
	top: initial;
	transform: initial;
}

.p-drawerMenu__content .br-pc {
	display: none;
}

.p-drawerMenu__content .br-sp {
	display: block;
}

.p-greeting__img--cat {
	height: 110px;
	width: 110px;
}

.p-greeting__img--cat .br-pc {
	display: none;
}

.p-greeting__img--cat .br-sp {
	display: block;
}

.p-greeting__text--block {
	height: auto;
	padding: 70px 20px;
}

.p-greeting__text--block .br-pc {
	display: none;
}

.p-greeting__text--block .br-sp {
	display: block;
}

.p-greeting__title {
	font-size: 2rem;
}

.p-greeting__title .br-pc {
	display: none;
}

.p-greeting__title .br-sp {
	display: block;
}

.p-feature-grid__container {
	grid-template-areas: "blur blur" "deco deco" "vertical vertical" "panic panic";
	grid-template-rows: auto auto auto auto; /* 全てコンテンツに応じた高さ */
}

.p-feature-grid__container .br-pc {
	display: none;
}

.p-feature-grid__container .br-sp {
	display: block;
}

.p-feature__textWrap {
	margin-top: 0;
	position: relative;
	width: 80%;
}

.p-feature__textWrap .br-pc {
	display: none;
}

.p-feature__textWrap .br-sp {
	display: block;
}

.p-feature__subTitle {
	font-size: 1.8rem;
}

.p-feature__subTitle .br-pc {
	display: none;
}

.p-feature__subTitle .br-sp {
	display: block;
}

.p-feature__text {
	font-size: 1.4rem;
}

.p-feature__text .br-pc {
	display: none;
}

.p-feature__text .br-sp {
	display: block;
}

.p-feature__blur .br-pc {
	display: none;
}

.p-feature__blur .br-sp {
	display: block;
}

.p-feature-text__vertical {
	margin: auto;
	width: 75%;
}

.p-feature-text__vertical .br-pc {
	display: none;
}

.p-feature-text__vertical .br-sp {
	display: block;
}

.p-feature-img__panic .br-pc {
	display: none;
}

.p-feature-img__panic .br-sp {
	display: block;
}

.p-feature-footer--parents {
	width: 50%;
}

.p-feature-footer--parents .br-pc {
	display: none;
}

.p-feature-footer--parents .br-sp {
	display: block;
}

.p-feature-footer__text--block {
	padding: 60px 20px;
}

.p-feature-footer__text--block .br-pc {
	display: none;
}

.p-feature-footer__text--block .br-sp {
	display: block;
}

.p-feature-footer__text {
	font-size: 1.6rem;
	margin-top: 30px;
}

.p-feature-footer__text .br-pc {
	display: none;
}

.p-feature-footer__text .br-sp {
	display: block;
}

.p-concept-education__subTitle {
	font-size: 2rem;
}

.p-concept-education__subTitle .br-pc {
	display: none;
}

.p-concept-education__subTitle .br-sp {
	display: block;
}

.p-diagram__titleWrap {
	width: 100%;
}

.p-diagram__titleWrap .br-pc {
	display: none;
}

.p-diagram__titleWrap .br-sp {
	display: block;
}

.p-diagram__title {
	font-size: 2rem;
	text-align: left;
}

.p-diagram__title .br-pc {
	display: none;
}

.p-diagram__title .br-sp {
	display: block;
}

.p-diagram__mainWrap {
	margin: 40px auto 0;
	width: 95%;
}

.p-diagram__mainWrap .br-pc {
	display: none;
}

.p-diagram__mainWrap .br-sp {
	display: block;
}

.p-diagram__help-textWrap {
	margin: 40px auto;
}

.p-diagram__help-textWrap .br-pc {
	display: none;
}

.p-diagram__help-textWrap .br-sp {
	display: block;
}

.p-diagram__help-text {
	font-size: 1.6rem;
}

.p-diagram__help-text .br-pc {
	display: none;
}

.p-diagram__help-text .br-sp {
	display: block;
}

.p-diagram__button {
	margin-top: 40px;
}

.p-diagram__button .br-pc {
	display: none;
}

.p-diagram__button .br-sp {
	display: block;
}

.p-diagram-description__title {
	font-size: 2rem;
}

.p-diagram-description__title .br-pc {
	display: block;
}

.p-diagram-description__title .br-pc {
	display: none;
}

.p-diagram-description__title .br-sp {
	display: block;
}

.p-diagram-description__subText {
	font-size: 1.8rem;
}

.p-diagram-description__subText .br-pc {
	display: none;
}

.p-diagram-description__subText .br-sp {
	display: block;
}

.p-class-card__items {
	display: flex;
	overflow-x: scroll;
	padding-bottom: 20px;
}

.p-class-card__items::-webkit-scrollbar {
	border: 1px solid #5A5757;
	border-radius: 16px;
	height: 30px;
}

.p-class-card__items::-webkit-scrollbar-thumb {
	background: #FBD678;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.p-class-card__items::-webkit-scrollbar-track {
	background: #fff; /* スクロールバーの背景（透明にしてスッキリさせる） */
	border-radius: 16px;
}

.p-class-card__items .br-pc {
	display: none;
}

.p-class-card__items .br-sp {
	display: block;
}

.p-class-card__item {
	width: 80%;
}

.p-class-card__item:nth-child(n+2) {
	margin-left: 25px;
	margin-top: 0;
}

.p-class-card__item .br-pc {
	display: none;
}

.p-class-card__item .br-sp {
	display: block;
}

.p-class-card__inner {
	display: block;
}

.p-class-card__inner .br-pc {
	display: none;
}

.p-class-card__inner .br-sp {
	display: block;
}

.p-class-card__thumbnailBlock {
	min-width: 270px;
	padding: 30px;
}

.p-class-card__thumbnailBlock .br-pc {
	display: none;
}

.p-class-card__thumbnailBlock .br-sp {
	display: block;
}

.p-class-card__thumbnail {
	height: auto;
	width: 210px;
}

.p-class-card__thumbnail .br-pc {
	display: none;
}

.p-class-card__thumbnail .br-sp {
	display: block;
}

.p-class-card__textBlock {
	height: 390px;
	padding: 20px;
}

.p-class-card__textBlock .br-pc {
	display: none;
}

.p-class-card__textBlock .br-sp {
	display: block;
}

.p-class-card__textWrap {
	height: 230px;
}

.p-class-card__textWrap .br-pc {
	display: none;
}

.p-class-card__textWrap .br-sp {
	display: block;
}

.p-class-card__btnWrap {
	margin-top: 45px;
}

.p-class-card__btnWrap .br-pc {
	display: none;
}

.p-class-card__btnWrap .br-sp {
	display: block;
}

.p-class-footer__btnWrap {
	margin: 50px auto 0;
}

.p-class-footer__btnWrap .br-pc {
	display: none;
}

.p-class-footer__btnWrap .br-sp {
	display: block;
}

.p-calendar-footer__btnWrap {
	margin: 60px auto 0;
}

.p-calendar-footer__btnWrap .br-pc {
	display: none;
}

.p-calendar-footer__btnWrap .br-sp {
	display: block;
}

.p-footer-illust__items {
	margin: 160px auto -30px;
}

.p-footer-illust__items .br-pc {
	display: none;
}

.p-footer-illust__items .br-sp {
	display: block;
}

.p-footer-illust__item--sparrows {
	height: 58px;
	width: 58px;
}

.p-footer-illust__item--sparrows .br-pc {
	display: none;
}

.p-footer-illust__item--sparrows .br-sp {
	display: block;
}

.p-footer-illust-lower__items {
	margin: 87px auto -8%;
}

.p-footer-illust-lower__items .br-pc {
	display: none;
}

.p-footer-illust-lower__items .br-sp {
	display: block;
}

.p-footer-illust__item--left {
	width: 52.25%;
}

.p-footer-illust__item--left .br-pc {
	display: none;
}

.p-footer-illust__item--left .br-sp {
	display: block;
}

.p-footer-illust__item--right {
	width: 40%;
}

.p-footer-illust__item--right .br-pc {
	display: none;
}

.p-footer-illust__item--right .br-sp {
	display: block;
}

.p-footer {
	display: flex;
	flex-direction: column-reverse;
	margin: auto;
}

.p-footer .br-pc {
	display: none;
}

.p-footer .br-sp {
	display: block;
}

.p-footer-nav__wrap {
	margin-top: 30px auto 0;
	width: 100%;
}

.p-footer-nav__wrap .br-pc {
	display: none;
}

.p-footer-nav__wrap .br-sp {
	display: block;
}

.p-footer-nav__upper {
	margin: 35px auto;
}

.p-footer-nav__upper .br-pc {
	display: none;
}

.p-footer-nav__upper .br-sp {
	display: block;
}

.p-footer-info__wrap {
	margin: 60px auto 0;
}

.p-footer-info__wrap .br-pc {
	display: none;
}

.p-footer-info__wrap .br-sp {
	display: block;
}

.p-footer-nav {
	margin: auto;
	width: 85%;
}

.p-footer-nav .br-pc {
	display: none;
}

.p-footer-nav .br-sp {
	display: block;
}

.p-footer-nav__item {
	display: block;
	margin: 20px auto;
	width: 100%;
}

.p-footer-nav__item .br-pc {
	display: none;
}

.p-footer-nav__item .br-sp {
	display: block;
}

.p-footer-btnWrap {
	margin: 30px auto 0;
	max-width: 300px;
}

.p-footer-btnWrap .br-pc {
	display: none;
}

.p-footer-btnWrap .br-sp {
	display: block;
}

.p-footer-info__contact--btn {
	min-width: 300px;
}

.p-footer-info__contact--btn .br-pc {
	display: none;
}

.p-footer-info__contact--btn .br-sp {
	display: block;
}

.p-footer-info__tel--btn {
	margin-top: 24px;
	min-width: 300px;
}

.p-footer-info__tel--btn .br-pc {
	display: none;
}

.p-footer-info__tel--btn .br-sp {
	display: block;
}

.p-footer-blog {
	margin-top: 30px;
}

.p-footer-blog .br-pc {
	display: none;
}

.p-footer-blog .br-sp {
	display: block;
}

.p-footer-blogCard__title {
	font-size: 1.4rem;
	padding-bottom: 4px;
}

.p-footer-blogCard__title .br-pc {
	display: none;
}

.p-footer-blogCard__title .br-sp {
	display: block;
}

.p-footer-blogCard__tagArea {
	padding: 5px 0 0;
}

.p-footer-blogCard__tagArea .br-pc {
	display: none;
}

.p-footer-blogCard__tagArea .br-sp {
	display: block;
}

.p-footer-lowest__items {
	flex-direction: column;
	gap: 10px;
	margin: auto;
	text-align: center;
}

.p-footer-lowest__items .br-pc {
	display: none;
}

.p-footer-lowest__items .br-sp {
	display: block;
}

.p-footer-lowest__item:nth-child(n+2) {
	border-left: none;
}

.p-footer-lowest__item:nth-child(n+2) .br-pc {
	display: none;
}

.p-footer-lowest__item:nth-child(n+2) .br-sp {
	display: block;
}

.p-footer-lowest__item {
	flex-direction: column;
	text-align: center;
}

.p-footer-lowest__item .br-pc {
	display: none;
}

.p-footer-lowest__item .br-sp {
	display: block;
}

.p-footer-lowest__info {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.p-footer-lowest__info .br-pc {
	display: none;
}

.p-footer-lowest__info .br-sp {
	display: block;
}

.p-footer__address {
	justify-content: center;
}

.p-footer__address .br-pc {
	display: none;
}

.p-footer__address .br-sp {
	display: block;
}

.p-footer-lowest-sns {
	gap: 30px;
	margin-top: 30px;
}

.p-footer-lowest-sns .br-pc {
	display: none;
}

.p-footer-lowest-sns .br-sp {
	display: block;
}

.p-footer-lowest__copyright {
	margin: 80px auto 0;
}

.p-footer-lowest__copyright .br-pc {
	display: none;
}

.p-footer-lowest__copyright .br-sp {
	display: block;
}

.p-info-table .p-info-table__heading {
	font-size: 1.4rem;
	min-width: 85px;
	padding: 0;
	text-align: center;
}

.p-info-table .p-info-table__heading .br-pc {
	display: none;
}

.p-info-table .p-info-table__heading .br-sp {
	display: block;
}

.p-info-table .p-info-table__address {
	flex-direction: column;
}

.p-info-table .p-info-table__address .br-pc {
	display: none;
}

.p-info-table .p-info-table__address .br-sp {
	display: block;
}

.p-info-table .p-info-table__number {
	flex-direction: column;
}

.p-info-table .p-info-table__number .br-pc {
	display: none;
}

.p-info-table .p-info-table__number .br-sp {
	display: block;
}

.p-info__another {
	flex-direction: column;
	text-align: center;
}

.p-info__another .br-pc {
	display: none;
}

.p-info__another .br-sp {
	display: block;
}

.p-info__another--item {
	justify-content: center;
}

.p-info__another--item .br-pc {
	display: none;
}

.p-info__another--item .br-sp {
	display: block;
}

.p-info__another--name {
	text-align: center;
}

.p-info__another--name .br-pc {
	display: none;
}

.p-info__another--name .br-sp {
	display: block;
}

.p-info__another--text {
	display: inline-block;
	text-align: center;
}

.p-info__another--text .br-pc {
	display: none;
}

.p-info__another--text .br-sp {
	display: block;
}

.p-info-illust-map__textArea {
	margin: auto;
	min-width: 325px;
}

.p-info-illust-map__textArea .br-pc {
	display: none;
}

.p-info-illust-map__textArea .br-sp {
	display: block;
}

.p-info-illust-map__clouds {
	width: 40%;
}

.p-info-illust-map__clouds .br-pc {
	display: none;
}

.p-info-illust-map__clouds .br-sp {
	display: block;
}

.p-info-access__container {
	gap: 25px;
	grid-template-areas: "side-a" "side-c" "side-b" "side-d";
	grid-template-columns: 1fr;
	grid-template-rows: auto;
}

.p-info-access__container .br-pc {
	display: none;
}

.p-info-access__container .br-sp {
	display: block;
}

.p-info-access--bus {
	flex-direction: column;
}

.p-info-access--bus .br-pc {
	display: none;
}

.p-info-access--bus .br-sp {
	display: block;
}

.p-info-access__imgArea {
	margin: 80px auto 0;
	width: 160px;
}

.p-info-access__imgArea .br-pc {
	display: none;
}

.p-info-access__imgArea .br-sp {
	display: block;
}

.p-info__linkBlock {
	flex-direction: column;
	gap: 10px;
	height: auto;
	margin-top: 20px;
	padding: 10%;
}

.p-info__linkBlock .br-pc {
	display: none;
}

.p-info__linkBlock .br-sp {
	display: block;
}

.p-info__linkText--wrap {
	width: 100%;
}

.p-info__linkText--wrap .br-pc {
	display: none;
}

.p-info__linkText--wrap .br-sp {
	display: block;
}

.p-info-contactInfo {
	flex-direction: column;
	gap: 0;
	justify-content: center;
}

.p-info-contactInfo .br-pc {
	display: none;
}

.p-info-contactInfo .br-sp {
	display: block;
}

.p-info_contact {
	flex-direction: column;
	text-align: center;
}

.p-info_contact .br-pc {
	display: none;
}

.p-info_contact .br-sp {
	display: block;
}

.p-info_contact--tel {
	justify-content: center;
	text-align: center;
}

.p-info_contact--tel .br-pc {
	display: none;
}

.p-info_contact--tel .br-sp {
	display: block;
}

.p-info-signUp__linkArea {
	height: auto;
	margin-top: 20px;
}

.p-info-signUp__linkArea .br-pc {
	display: none;
}

.p-info-signUp__linkArea .br-sp {
	display: block;
}

.p-flow__item {
	flex: 1 1 calc(50% - 10px);
	margin-top: 20px;
}

.p-flow__item .br-pc {
	display: none;
}

.p-flow__item .br-sp {
	display: block;
}

.p-flow__img--text {
	letter-spacing: normal;
}

.p-flow__img--text .br-pc {
	display: none;
}

.p-flow__img--text .br-sp {
	display: block;
}

.p-flow-content__subTitle {
	font-size: 1.8rem;
}

.p-flow-content__subTitle .br-pc {
	display: none;
}

.p-flow-content__subTitle .br-sp {
	display: block;
}

.p-flow-content__doctorsLines1 {
	flex-direction: column;
}

.p-flow-content__doctorsLines1 .br-pc {
	display: none;
}

.p-flow-content__doctorsLines1 .br-sp {
	display: block;
}

.p-flow-content__doctorsLines2 {
	flex-direction: column;
}

.p-flow-content__doctorsLines2 .br-pc {
	display: none;
}

.p-flow-content__doctorsLines2 .br-sp {
	display: block;
}

.p-form__lists {
	margin-top: 20px;
}

.p-form__lists .br-pc {
	display: none;
}

.p-form__lists .br-sp {
	display: block;
}

.p-form-acceptance__check {
	height: 20px;
	width: 20px;
}

.p-form-acceptance__check .br-pc {
	display: none;
}

.p-form-acceptance__check .br-sp {
	display: block;
}

.p-form-acceptance__check:checked::before {
	font-size: 25px;
}

.p-form-acceptance__check:checked::before .br-pc {
	display: none;
}

.p-form-acceptance__check:checked::before .br-sp {
	display: block;
}

.p-form-visit__submit {
	width: 100%;
}

.p-form-visit__submit .br-pc {
	display: none;
}

.p-form-visit__submit .br-sp {
	display: block;
}

.p-contact-visit__description--text {
	font-size: 1.6rem;
}

.p-contact-visit__description--text .br-pc {
	display: none;
}

.p-contact-visit__description--text .br-sp {
	display: block;
}

input[type=submit].p-form-button {
	width: 100%;
}

input[type=submit].p-form-button .br-pc {
	display: none;
}

input[type=submit].p-form-button .br-sp {
	display: block;
}

.p-contact-thanks__items {
	flex-direction: column-reverse;
}

.p-contact-thanks__items .br-pc {
	display: none;
}

.p-contact-thanks__items .br-sp {
	display: block;
}

.p-contact-thanks__item--cat {
	margin-top: 60px;
	width: 50%;
}

.p-contact-thanks__item--cat .br-pc {
	display: none;
}

.p-contact-thanks__item--cat .br-sp {
	display: block;
}

.p-contact-thanks__item--balloon {
	width: 100%;
}

.p-contact-thanks__item--balloon .br-pc {
	display: none;
}

.p-contact-thanks__item--balloon .br-sp {
	display: block;
}

.p-contact-thanks__text {
	margin-top: 60px;
	text-align: center;
}

.p-contact-thanks__text .br-pc {
	display: none;
}

.p-contact-thanks__text .br-sp {
	display: block;
}

.p-apply-visit__subTitle {
	font-size: 1.6rem;
}

.p-apply-visit__subTitle .br-pc {
	display: none;
}

.p-apply-visit__subTitle .br-sp {
	display: block;
}

.p-apply-visit__text {
	font-size: 1.4rem;
}

.p-apply-visit__text .br-pc {
	display: none;
}

.p-apply-visit__text .br-sp {
	display: block;
}

.p-apply-visit__link {
	font-size: 1.6rem;
}

.p-apply-visit__link .br-pc {
	display: none;
}

.p-apply-visit__link .br-sp {
	display: block;
}

.p-apply-inline__link {
	font-size: 1.6rem;
}

.p-apply-inline__link .br-pc {
	display: none;
}

.p-apply-inline__link .br-sp {
	display: block;
}

.p-apply-trial__text {
	font-size: 1.4rem;
}

.p-apply-trial__text .br-pc {
	display: none;
}

.p-apply-trial__text .br-sp {
	display: block;
}

.p-apply-pdfLink {
	font-size: 1.4rem;
}

.p-apply-pdfLink .br-pc {
	display: none;
}

.p-apply-pdfLink .br-sp {
	display: block;
}

.p-paper-box__text--block {
	height: auto;
	padding: 70px 20px;
}

.p-paper-box__text--block .br-pc {
	display: none;
}

.p-paper-box__text--block .br-sp {
	display: block;
}

.p-paper-box-customOrder__items {
	flex-direction: column;
}

.p-paper-box-customOrder__items .br-pc {
	display: none;
}

.p-paper-box-customOrder__items .br-sp {
	display: block;
}

.p-paper-box-customOrder__item {
	margin-top: 10px;
	width: 100%;
}

.p-paper-box-customOrder__item .br-pc {
	display: none;
}

.p-paper-box-customOrder__item .br-sp {
	display: block;
}

.p-paper-box-customOrder__img--text {
	letter-spacing: normal;
}

.p-paper-box-customOrder__img--text .br-pc {
	display: none;
}

.p-paper-box-customOrder__img--text .br-sp {
	display: block;
}

.p-paper-box-gallery {
	margin-top: 60px;
}

.p-paper-box-gallery .br-pc {
	display: none;
}

.p-paper-box-gallery .br-sp {
	display: block;
}

.p-swiper__paper-box .swiper-slide {
	width: 50%;
}

.p-swiper__paper-box .swiper-slide .br-pc {
	display: none;
}

.p-swiper__paper-box .swiper-slide .br-sp {
	display: block;
}

.p-paper-box-gallery__illustArea {
	margin: 60px auto -10px;
}

.p-paper-box-gallery__illustArea .br-pc {
	display: none;
}

.p-paper-box-gallery__illustArea .br-sp {
	display: block;
}

.p-paper-box-gallery__sloganBlock {
	padding: 30px 0;
}

.p-paper-box-gallery__sloganBlock .br-pc {
	display: none;
}

.p-paper-box-gallery__sloganBlock .br-sp {
	display: block;
}

.p-paper-box-gallery__slogan {
	font-size: 2rem;
}

.p-paper-box-gallery__slogan .br-pc {
	display: none;
}

.p-paper-box-gallery__slogan .br-sp {
	display: block;
}

.p-paper-box-businessPartner__subTitle {
	font-size: 1.8rem;
}

.p-paper-box-businessPartner__subTitle .br-pc {
	display: none;
}

.p-paper-box-businessPartner__subTitle .br-sp {
	display: block;
}

.p-paper-box-businessPartner__item {
	flex-direction: column;
	gap: 0;
}

.p-paper-box-businessPartner__item .br-pc {
	display: none;
}

.p-paper-box-businessPartner__item .br-sp {
	display: block;
}

.p-paper-box-businessPartner__name {
	height: 80px;
	width: 100%;
}

.p-paper-box-businessPartner__name .br-pc {
	display: none;
}

.p-paper-box-businessPartner__name .br-sp {
	display: block;
}

.p-paper-box-businessPartner__link {
	font-size: 1.4rem;
}

.p-paper-box-businessPartner__link .br-pc {
	display: none;
}

.p-paper-box-businessPartner__link .br-sp {
	display: block;
}

.p-paper-box-businessPartner__link--icon {
	height: 20px;
	width: 20px;
}

.p-paper-box-businessPartner__link--icon .br-pc {
	display: none;
}

.p-paper-box-businessPartner__link--icon .br-sp {
	display: block;
}

.p-paper-box-businessPartner__textBlock {
	height: auto;
	width: 100%;
}

.p-paper-box-businessPartner__textBlock .br-pc {
	display: none;
}

.p-paper-box-businessPartner__textBlock .br-sp {
	display: block;
}

.p-paper-box-logoArea {
	margin-top: 60px;
}

.p-paper-box-logoArea .br-pc {
	display: none;
}

.p-paper-box-logoArea .br-sp {
	display: block;
}

.p-paper-box__logo {
	width: 50%;
}

.p-paper-box__logo .br-pc {
	display: none;
}

.p-paper-box__logo .br-sp {
	display: block;
}

}

@media (max-width: 599px) {

.p-admission-text {
	font-size: 1.6rem;
	line-height: 1.6;
}

.p-admission-grid__item--icon01 {
	width: 65%;
}

.p-admission-grid__item--icon02 {
	place-self: center;
	width: 65%;
}

.p-admission-grid__item--icon03 {
	width: 65%;
}

.p-admission-grid__item--icon04 {
	width: 65%;
}

.p-admission-guide__items {
	flex-direction: column;
}

.p-admission-container {
	max-height: 400px;
	width: 100%;
}

.p-admission-title {
	font-size: 1.8rem;
}

}

@keyframes scaleUp {

0% {
	transform: scale(1);
}

50% {
	transform: scale(0.95);
}

100% {
	transform: scale(1);
}

}

@keyframes zoomUp {

0% {
	transform: scale(1); /* 拡大開始時 */
}

100% {
	transform: scale(1.15); /* 15%拡大 */
}

}

@keyframes sway {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(3deg);
}

100% {
	transform: rotate(0deg);
}

}

@keyframes pulse {

0%,100% {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1);
}

50% {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.3);
}

}

@keyframes sway {

0% {
	transform: rotate(0deg);
}

50% {
	transform: rotate(3deg);
}

100% {
	transform: rotate(0deg);
}

}

