html {
	font-size: 10px;
}

body {
	background-color: #ffffff;
	color: #5f5e5e;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	position: relative;
}

.l-header {
	background-color: rgba(255, 255, 255, 0.3);
	left: 50%;
	max-width: 768px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.l-header__inner {
	display: flex;
	justify-content: space-between;
	padding: 14px 12px 10px 19px;
}

.l-header__title-heading {
	color: #767676;
	font-size: clamp(8px, 0.8rem, 11px);
}

.l-header__title-main {
	align-items: center;
	color: #c6526b;
	display: flex;
	gap: 6px;
	margin-top: 2px;
}

.l-header__title-main h1 {
	font-size: clamp(20px, 2rem, 24px);
	letter-spacing: 5px;
}

.l-header__title-main p {
	border: 1px solid #c6526b;
	border-radius: 99px;
	font-size: clamp(10px, 1rem, 12px);
	letter-spacing: normal;
	padding: 3.5px 14px;
}

.l-header__info {
	color: #767676;
}

.l-header__info-tel {
	align-items: center;
	display: flex;
	font-size: clamp(18px, 1.8rem, 20px);
	gap: 8px;
	justify-content: flex-end;
}

.l-header__info-address {
	font-size: clamp(8px, 0.9rem, 12px);
	margin-top: 4px;
}

.l-header__info-address br {
	display: none;
}

.l-main {
	margin-inline: auto;
	min-height: 700px;
	overflow: hidden;
}

.l-main.-page {
	padding-top: 70px;
}

.l-footer {
	margin-inline: auto;
	max-width: 768px;
	overflow: hidden;
	padding-bottom: 110px;
}

.l-footer__title {
	text-align: center;
}

.l-footer__title-heading {
	font-size: 12px;
}

.l-footer__title-main {
	color: #c6526b;
	font-size: clamp(20px, 2.4rem, 28px);
	font-weight: 500;
	letter-spacing: 5px;
	margin-top: 4px;
}

.l-footer__info {
	margin-inline: auto;
	margin-top: 20px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__info-message {
	font-size: 12px;
}

.l-footer__info-tel {
	align-items: center;
	display: flex;
	font-size: clamp(20px, 2.4rem, 28px);
	gap: 4px;
	justify-content: center;
	margin-top: 15px;
}

.l-footer__info-tel img {
	height: clamp(20px, 2.3rem, 30px);
}

.l-footer__info-notice {
	border: 1px solid #A6A7A7;
	font-size: 12px;
	margin-top: 15px;
	padding-block: 5px;
}

.l-footer__map {
	margin-top: 92px;
	width: 100%;
}

.l-footer__map iframe {
	width: 100%;
}

.l-footer__map-address {
	font-size: 14px;
	margin-top: 15px;
}

.l-footer__sns {
	margin-top: 56px;
}

.l-footer__sns-list {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 25px;
	column-gap: 25px;
	row-gap: 15px;
}

.l-footer__sns-link {
	align-items: center;
	display: flex;
	font-size: 12.5px;
	gap: 5px;
	transition: all 0.3s ease;
}

.l-footer__sns-link:hover {
	opacity: 0.7;
}

.l-footer__sns-link img {
	height: 17px;
	width: 17px;
}

.l-footer__nav {
	margin-top: 150px;
}

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

.l-footer__nav-item {
	border-right: 1px solid #A6A7A7;
	padding-inline: 10px;
}

.l-footer__nav-item:first-child {
	border-left: 1px solid #A6A7A7;
}

.l-footer__nav-link {
	display: block;
	font-size: 12px;
	line-height: 1;
	transition: all 0.3s ease;
}

.l-footer__nav-link:hover {
	opacity: 0.7;
}

.l-footer__copy {
	font-size: 12px;
	margin-top: 35px;
	text-align: center;
}

.l-fixed-button {
	background-color: #ee9190;
	bottom: 0;
	color: #ffffff;
	left: 50%;
	margin-inline: auto;
	max-width: 768px;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
}

.l-fixed-button__list {
	display: grid;
	grid-template-columns: 1.5fr 1.5fr 2fr 1fr;
	height: 70px;
	padding-block: 10px;
}

.l-fixed-button__item {
	height: 100%;
}

.l-fixed-button__item:not(:last-child) {
	border-right: 1px solid #fff;
}

.l-fixed-button__link {
	align-items: center;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.c-container {
	padding-inline: clamp(20px, 2rem, 30px);
}

.c-section {
	margin: 40px 0 60px;
}

.c-section-title {
	text-align: center;
}

.c-section-title__img {
	display: block;
	position: relative;
}

.c-section-title__img::before {
	border-bottom: 2px dotted #ee9190;
	bottom: 7px;
	content: "";
	height: 0;
	position: absolute;
	right: calc(50% + 100px);
	width: 50%;
}

.c-section-title__img::after {
	border-bottom: 2px dotted #ee9190;
	bottom: 7px;
	content: "";
	height: 0;
	left: calc(50% + 100px);
	position: absolute;
	width: 50%;
}

.c-section-title h2 {
	font-size: clamp(17px, 1.7rem, 18px);
	letter-spacing: 0.1rem;
	line-height: 1.2;
	margin-top: 15px;
}

.c-button {
	align-items: center;
	background-color: #ee9190;
	border-radius: 99px;
	color: #ffffff;
	display: flex;
	font-size: clamp(14px, 1.5rem, 16px);
	font-weight: 600;
	justify-content: center;
	padding-block: 14px;
	transition: all 0.3s ease;
	width: clamp(280px, 28rem, 300px);
}

.c-button:hover {
	opacity: 0.7;
}

.p-top-fv {
	position: relative;
}

.p-top-fv__img {
	position: relative;
	z-index: -1;
}

.p-top-fv__img::before {
	background: linear-gradient(to right, #fff 20%, transparent);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-fv__img img {
	height: auto;
	width: 100%;
}

.p-top-fv__text {
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-30%) !important;
}

.p-top-fv__text p {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(14px, 1.5rem, 16px);
	line-height: 2;
}

.p-top-fv__text p span {
	color: #c6526b;
	font-weight: 500;
}

.p-top-announce {
	padding-bottom: 120px;
	padding-top: 50px;
	position: relative;
}

.p-top-announce::before {
	background-image: url(../images/img_bg_announce.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: calc(100% + 65px);
	left: 0;
	position: absolute;
	top: -65px;
	width: 100%;
	z-index: -1;
}

.p-top-announce__title {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-inline: auto;
	padding-bottom: 10px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-top-announce__title:hover img {
	transform: translateX(3px);
}

.p-top-announce__title h2 {
	color: #c6526b;
	font-size: clamp(17px, 1.7rem, 18px);
	letter-spacing: 0.1rem;
	line-height: 1;
}

.p-top-announce__title img {
	margin-top: 4px;
	transition: all 0.3s ease;
}

.p-top-announce__department {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-inline: auto;
	margin-top: 40px;
	max-width: 500px;
}

.p-top-announce__department a img {
	transition: all 0.3s ease;
}

.p-top-announce__department a img:hover {
	opacity: 0.7;
}

.p-top-announce__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 40px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 16px;
}

.p-top-announce__item {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 99px;
}

.p-top-announce__link {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 10px 17px 10px 15px;
}

.p-top-announce__link:hover .p-top-announce__link-arrow {
	transform: translateX(3px);
}

.p-top-announce__link p {
	font-size: clamp(12px, 1.3rem, 14px);
	text-align: center;
}

.p-top-announce__link p .-small {
	color: #767676;
	font-size: 10px;
}

.p-top-announce__link-icon {
	height: 24px;
	width: 24px;
}

.p-top-announce__link-arrow {
	transition: all 0.3s ease;
}

.p-top-cta {
	margin-bottom: 70px;
}

.p-top-cta__box {
	align-items: flex-end;
	display: flex;
	gap: clamp(20px, 2.5rem, 40px);
	justify-content: flex-start;
}

.p-top-cta__image {
	width: 30%;
}

.p-top-cta__list {
	flex-grow: 1;
}

.p-top-cta__item + .p-top-cta__item {
	margin-top: 10px;
}

.p-top-cta__link {
	align-items: center;
	border-bottom: dotted 2px #767676;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	padding-bottom: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-cta__link:hover .p-top-cta__link-arrow {
	transform: translateX(3px);
}

.p-top-cta__link p {
	color: #c6526b;
	font-size: clamp(15px, 1.6rem, 20px);
	padding-left: clamp(18px, 2.2rem, 22px);
	padding-right: clamp(27px, 3rem, 30px);
}

.p-top-cta__link-icon {
	height: 34px;
	width: 27px;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-top-cta__link-arrow {
	transition: all 0.3s ease;
}

.p-top-news {
	background-image: url(../images/img_bg_news.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 120px;
	padding-top: 113px;
}

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

.p-top-news__item {
	background-color: #fff;
	border: 1px solid #A6A7A7;
	border-radius: 10px;
}

.p-top-news__item.-schedule {
	padding: 35px 20px;
}

.p-top-news__item > p {
	font-size: clamp(15px, 1.6rem, 17px);
	margin-bottom: 25px;
}

.p-top-news__item > p a {
	color: #767676;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.p-top-news__item > p a:hover {
	color: #c6526b;
}

.p-top-news__item + .p-top-news__item {
	margin-top: 15px;
}

.p-top-news__link {
	display: block;
	padding: 35px 20px;
	transition: all 0.3s ease;
}

.p-top-news__link:hover {
	opacity: 0.7;
}

.p-top-news__link.-schedule {
	padding: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-news__link.-schedule + .p-top-news__link.-schedule {
	margin-top: 20px;
}

.p-top-news__link-date {
	color: #767676;
	font-size: 14px;
}

.p-top-news__link-title {
	color: #c6526b;
	font-size: clamp(15px, 1.6rem, 17px);
	margin-top: 8px;
}

.p-top-news__button {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.p-top-news__schedule {
	margin-top: 103px;
}

.p-top-news__schedule-title {
	font-size: clamp(16px, 1.6rem, 17px);
	letter-spacing: 2px;
	text-align: center;
}

.p-top-news__schedule-list {
	margin-top: 20px;
}

.p-calendar {
	height: auto;
	margin-top: 4rem;
	width: 100%;
}

.p-calendar img {
	display: block;
	margin-inline: auto;
	width: 100%;
}

.p-article {
	margin-bottom: 100px;
	margin-top: 40px;
}

.p-article h3.title {
	font-size: clamp(16px, 1.6rem, 17px);
	font-weight: 500;
	margin-top: 32px;
	padding-left: 12px;
	position: relative;
}

.p-article h3.title::before {
	background-color: #ee9190;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

.p-article .date {
	color: #767676;
	font-size: clamp(12px, 1.3rem, 14px);
	margin-top: 6px;
	text-align: right;
}

.p-article p {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(14px, 1.5rem, 15px);
	line-height: 1.75;
	margin-top: 20px;
}

.p-article p a {
	color: #ee9190;
	padding-inline: 3px;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.p-article p a:hover {
	opacity: 0.7;
}

.p-article p + p {
	margin-top: 10px;
}

.p-article .wp-block-image {
	height: auto;
	margin-top: 4rem;
	width: 100%;
}

.p-article .wp-block-image img {
	display: block;
	margin-inline: auto;
	width: 100%;
}

.p-fixed-page {
	padding-bottom: 80px;
}

.p-fixed-page__header {
	background-color: #FDEFE8;
	height: 180px;
	width: 100%;
}

.p-fixed-page__header-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
	padding-inline: 20px;
	text-align: center;
}

.p-fixed-page__header-title {
	color: #ee9190;
	font-size: clamp(22px, 2.2rem, 23px);
	letter-spacing: 2.8px;
}

.p-fixed-page__header-title-en {
	color: #767676;
	font-size: clamp(13px, 1.4rem, 16px);
	letter-spacing: 2px;
}

.p-fixed-page__body {
	padding-top: 64px;
}

.p-entry h3 {
	border: 1px solid #A6A7A7;
	font-size: clamp(16px, 1.7rem, 18px);
	font-weight: 500;
	padding-block: 10px;
	padding-left: 20px;
	position: relative;
}

.p-entry h3:not(:first-of-type) {
	margin-top: 80px;
}

.p-entry h3::before {
	background-color: #ee9190;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

.p-entry p {
	font-size: clamp(15px, 1.5rem, 16px);
	line-height: 1.8;
	margin-top: 32px;
}

.p-entry p + .p-entry p {
	margin-top: 10px;
}

.p-entry ul {
	margin-top: 32px;
}

.p-entry li {
	font-size: clamp(15px, 1.5rem, 16px);
	line-height: 1.8;
	padding-left: 16px;
	position: relative;
}

.p-entry li::before {
	background: url(../images/icon_list_head.svg) no-repeat center center/cover;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 8px;
}

.p-entry li:not(:first-child) {
	margin-top: 24px;
}

.p-entry .wp-block-media-text {
	margin-top: 48px;
}

.p-entry .wp-block-media-text.--director .wp-block-media-text__media {
	align-self: start;
}

.p-entry .wp-block-media-text__media {
	align-self: start;
}

.p-entry .wp-block-media-text__content {
	align-self: start;
	padding: 0 0 0 20px;
}

.p-entry .wp-block-media-text__content .head {
	font-size: clamp(12px, 1.2rem, 13px);
	margin-top: 0;
}

.p-entry .wp-block-media-text__content .name {
	font-size: clamp(17px, 1.8rem, 20px);
	font-weight: 500;
	margin-top: 0;
}

.p-entry .wp-block-media-text__content .post {
	font-size: clamp(12px, 1.2rem, 13px);
	margin-top: 5px;
}

.p-entry .wp-block-media-text__content .career__head {
	font-weight: 500;
}

.p-entry .wp-block-media-text__content .career dl {
	display: grid;
	font-size: clamp(12px, 1.2rem, 13px);
	grid-template-columns: 25% 75%;
	line-height: 1.5;
	margin-top: 5px;
	row-gap: 8px;
}

.p-entry .wp-block-media-text__content .career p {
	font-size: clamp(12px, 1.2rem, 13px);
	line-height: 1.5;
	margin-top: 20px;
}

.p-philosophy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 36px;
	-moz-column-gap: 12px;
	column-gap: 12px;
}

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

.p-philosophy__media-image {
	aspect-ratio: 1/1;
	height: auto;
	width: 100%;
	-o-object-fit: cover;
	border-radius: 50%;
	object-fit: cover;
}

.p-philosophy__media-text {
	margin-top: 12px !important;
}

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

html {
	font-size: 2.5641025641vw;
}

}

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

.l-header {
	background-color: transparent;
}

.l-header__inner {
	padding: 16px 25px 12px 30px;
}

.c-section-title h2 {
	font-size: 18px;
	letter-spacing: 2px;
}

.p-top-fv__text p {
	font-size: 16px;
}

.p-top-announce__title h2 {
	font-size: 18px;
	letter-spacing: 2px;
}

.p-top-announce__department {
	gap: 40px;
}

.p-top-announce__link p {
	font-size: 14px;
}

.p-top-cta__box {
	gap: 60px;
}

.p-top-cta__link p {
	font-size: 20px;
}

.p-article h3.title {
	font-size: 17px;
}

.p-article .date {
	font-size: 14px;
}

.p-article p {
	font-size: 16px;
}

.p-entry h3 {
	font-size: 18px;
}

.p-entry .wp-block-media-text {
	margin-top: 56px;
}

.p-entry .wp-block-media-text__media {
	align-self: center;
}

.p-entry .wp-block-media-text__content {
	align-self: center;
}

.p-entry .wp-block-media-text__content .head {
	font-size: 14px;
}

.p-entry .wp-block-media-text__content .name {
	font-size: 20px;
}

.p-entry .wp-block-media-text__content .post {
	font-size: 14px;
}

.p-entry .wp-block-media-text__content .career dl {
	font-size: 14px;
	grid-template-columns: 12% 88%;
}

.p-entry .wp-block-media-text__content .career p {
	font-size: 14px;
	grid-template-columns: 12% 88%;
}

.p-philosophy {
	-moz-column-gap: 24px;
	column-gap: 24px;
}

}

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

.l-main {
	max-width: 768px;
}

}

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

.l-main {
	max-width: 768px;
}

}

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

.l-header__inner {
	padding: 12px 10px 8px 15px;
}

.l-header__title-main {
	gap: 4px;
}

.l-header__title-main h1 {
	font-size: clamp(18px, 1.8rem, 20px);
}

.l-header__title-main p {
	padding: 0.35rem 1rem;
}

.l-header__info-tel {
	font-size: 1.4rem;
	gap: 0.4rem;
}

.l-header__info-address {
	text-align: right;
}

.l-header__info-address br {
	display: block;
}

.l-footer__nav-link {
	font-size: 11px;
}

.p-top-fv__text p {
	font-size: 1.4rem;
}

.p-top-announce::before {
	height: calc(100% + 60px);
	top: -60px;
}

.p-top-announce__link p {
	font-size: 10px;
}

.p-top-announce__link p .-small {
	font-size: 8px;
}

.p-top-announce__link-icon {
	height: 16px;
	width: 16px;
}

.p-top-announce__link-arrow {
	height: 8px;
	width: 8px;
}

.p-top-cta__link p {
	font-size: 14px;
	padding-left: 12px;
	padding-right: 15px;
}

.p-top-cta__link-icon {
	height: 28px;
	width: 22px;
}

.p-top-news__item > p {
	font-size: 15px;
}

.p-top-news__link-title {
	font-size: 15px;
}

.p-article .date {
	font-size: 12px;
}

.p-article p {
	font-size: 14px;
}

}

