/* リセットCSS */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	letter-spacing: 0.04em;
	line-height: 2;
}
@media screen and (min-width: 768px) {
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	ol,
	dl,
	li,
	dt,
	dd,
	p,
	div,
	span,
	img,
	a,
	table,
	tr,
	th,
	td {
		font-size: 18px;
	}
}

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

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

input,
select,
textarea {
	font: inherit;
	color: inherit;
	vertical-align: top;
}

/* 基本CSS */
html {
	font-family: "Noto Sans JP", sans-serif;
}
body {
	line-height: 1.5;
	color: #333;
	letter-spacing: 0.04em;
}
h2, h3 {
	line-height: 1.5;
}
a:hover {
	color: #F0788C;
}
/* 上書きCSS */
@media screen and (min-width: 960px) {
	.is-show {
		box-shadow:none;
	}
}
@media screen and (max-width: 960px) {
	.clone-nav {
		display: none;
	}
}
.clone-nav {
	height: 80px;
}
@media screen and (min-width: 1140px) {
	.clone-nav .header_logo a {
		height: 80px;
		line-height: 80px;
	}
}
.page_title_box,
.page_title{
	margin-bottom: 0;
}
.blog_resently_post h2,
.blog_category_list h2 {
	padding-left: 0;
	border: none;
	font-weight: 700;
}
.profile {
	display: grid;
	grid-template-columns: 200px 1fr;
}
.profile dt, .profile dd {
	max-width: none;
	padding-block: 0.75rem;
}
@media screen and (min-width: 1280px) {
	.profile dt, .profile dd {
		padding-block: 1.25rem;
	}
}
.profile dt { 
	display: flex;
	align-items: center;
	max-width: none;
}
.profile dd {
	max-width: none;
}
@media screen and (max-width: 767px) {
	.profile {
		display: block;
	}
	.profile dt { 
		width: 100%;
		border-bottom: none;
	}
	.profile dt, .profile dd {
		max-width: none;
		width: 100%;
	}
	.profile dd {
		padding-top: 0;
	}
}

.header_logo a{
	display: flex;
	align-items: center;
}
.header_logo img{
	height: 60px;
	width: auto;
	object-fit: contain;
	max-width: 250px;
	width: 100%;
}
@media screen and (min-width: 1340px) {
	.header_logo img{
		max-width: 475px;
		height: 76px;
	}
}
@media screen and (min-width: 1340px) {
	.is-show .header_logo img{
		max-width: 313px;
		height: 50px;
	}
}
.sp_menu close, .sp_menu {
	cursor: pointer;
	transition: 0.3s;
}
@media screen and (max-width: 1339px) {
	.global_navi {
		background: #FFF2F4;
	}
}
.global_navi ul {
	font-size: 1.125rem;
}
.global_navi li {
	margin-bottom: 0;
}
.global_navi a{
	text-decoration: underline;
}
.staff_title_bg {
	background: url(././assets/img/sp/signage-staff-sp.jpg) no-repeat center top;
	background-size: cover;
}
.information_title_bg {
	background: url(././assets/img/sp/signage-news-sp.jpg) no-repeat center bottom;
	background-size: cover;
}
.service_title_bg {
	background: url(././assets/img/sp/signage-service-sp.jpg) no-repeat center bottom;
	background-size: cover;
}
.office_title_bg {
	background: url(././assets/img/sp/signage-office-sp.jpg) no-repeat center bottom;
	background-size: cover;
}

@media screen and (min-width: 960px) {
	.staff_title_bg {
		background: url(././assets/img/signage-staff.jpg) no-repeat center top / cover;
	}
	.information_title_bg {
		background: url(././assets/img/signage-news.jpg) no-repeat center bottom / cover;
	}
	.service_title_bg {
		background: url(././assets/img/signage-service.jpg) no-repeat center bottom / cover;
	}
	.office_title_bg {
		background: url(././assets/img/signage-office.jpg) no-repeat center bottom / cover;
	}
}
.second_googlemap {
	height: auto;
}
.second_googlemap iframe{
	border-radius: 20px;
	height: 350px;
}
@media screen and (min-width: 768px) {
	.second_googlemap iframe{
		border-radius: 30px;
	}
}
.blog_side {
	background: #FFF2F4;
	height: fit-content;
	border-radius: 30px;
}
.blog_post_index li a {
	padding-block: 20px;
}
.blog_resently_post ul li::before, .blog_category_list ul li::before {
	color: #F0788C;
}
.blog_pagenation ul li a {
	border: 1px solid #F0788C;
	color: #F0788C;
	border-radius: 100vmax;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog_pagenation ul li.blog_pagenation_here a {
	background-color: #F0788C;
	border-color: #F0788C;
}
.blog_pager a, .blog_pager .blog_nolink {
	color: #F0788C;
	border-color: #F0788C;
	border-radius: 100vmax;
}
.blog_pager .blog_pager_previous,
.blog_pager .blog_pager_next,
.blog_pager .blog_nolink .blog_pager_next{
	background-image: none;
}

.footer_navi ul:first-child li:last-child {
	border-right: none;
}
.footer_navi li {
	display: inline-block;
	border-right: solid 1px #c9c5c0;
	margin-bottom: 16px;
	padding: 0 1.25rem;
	font-size: 16px;
	line-height: 1.3em;
}
.footer_navi li a {
	text-decoration: underline;
}
.breadcrumb {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
}
.breadcrumb li span,
.breadcrumb li a {
	font-size: 14px;
}
.breadcrumb li a {
	text-decoration: underline;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb li::after
{
	color: inherit;
}
.page_title h1, .page_title div {
	font-size: 2rem;
	color: inherit;
	background-color: rgba(255, 255, 255, 0.70);
	padding-bottom: 0;
}
@media screen and (min-width: 960px) {
	.page_title h1, .page_title div {
		font-size: 2.5rem;
		padding-bottom: 40px;
	}
}
.page_title h1, .page_title div, .page_title {
	height: 50vw;
	min-height: 195px;
	max-height: 340px;
}
@media screen and (min-width: 768px) {
	.page_title h1, .page_title div, .page_title
	{
		height: calc(23.3vw - 40px);
		min-height: 240px;
	}
}
.footer_navi {
	margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
	.footer_navi {
		margin-top: 5rem;
	}
}

.page_top {
	display: block;
	width: 60px;
	height: auto;
	padding-top: 0;
	overflow: visible;
	border-radius: 0;
	box-shadow: none;
	background: none;
	background-size: auto;
	position: fixed;
	z-index: 1000;
	bottom: 32px;
	right: 16px;
}
@media screen and (min-width: 768px) {
	.page_top {
		width: 80px;
	}
}

li::marker {
	color: #F0788C;
}

/* レイアウト調整用追加CSS */
.section:not(.section--bg) + .section:not(.section--bg) {
	padding-top: 0;
}
.inner {
	max-width: 1080px;
	margin-inline: auto;
	width: calc(100% - 30px);
}
@media (min-width: 768px) {
	.inner {
		width: calc(100% - 80px);
	}
}
.sp_header {
	background-color: #fff;
	height: 72px;
}
.sp_header-inner {
	margin-inline: 15px;
}
.sp_header-content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp_header-content img {
	height: 42px;
	width: 100%;
	object-fit: contain;
}
.sp_menu.close {
	background-color: #fff2f4;
}
.slick-slider img {
	max-height: 519px;
	display: block;    /* 余計な余白を消す */
	object-fit: cover;
	object-position: center 0;
}
@media (min-width: 480px) {
	.slick-slider img {
		object-position: center -40px;
	}
}
@media (min-width: 600px) {
	.slick-slider img {
		object-position: center -80px;
	}
}
@media (min-width: 800px) {
	.slick-slider img {
		object-position: center -130px;
	}
}
@media (min-width: 960px) {
	.slick-slider img {
		max-height: none;
		object-position: left top;
	}
}
.mainvisual {
	position: relative;
}
.mainvisual::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 32%, rgba(255, 255, 255, 0.40) 100%);
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.mainvisual::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 29.81%, rgba(255, 255, 255, 0.40) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 29.81%, rgba(255, 255, 255, 0.40) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.00) 30%, rgba(255, 255, 255, 0.40) 100%);
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	z-index: 2;
}
@media (min-width: 960px) {
	.mainvisual::after {
		background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		left: 0;
		bottom: 0;
		width: 50%;
		height: 100%;
		z-index: 2;
	}
	.mainvisual::after {
		height: 100%;
	}
}

.mv-copy {
	position: absolute;
	z-index: 3;
	line-height: 1.5;
	bottom: 1rem;
	margin-right: 15px;
	width: auto;
	left: 15px;
}
.mv-maincopy {
	font-weight: 700;
	line-height: inherit;
	font-size: clamp(1.75rem, 3.33333vw, 3rem);
}
.mv-subcopy {
	font-weight: 700;
	line-height: inherit;
	margin-top: 0.75rem;
	font-size: clamp(1rem, 1.66667vw, 1.5rem);
}
@media (min-width: 480px) {
	.mv-copy {
		bottom: 2.5rem;
	}
}
@media (min-width: 768px) {
	.mv-copy {
		bottom: 3rem;
		left: 6.94444vw;
	}
	.mv-maincopy {
	}
	.mv-subcopy {
		margin-top: 1rem;
	}
}
@media (min-width: 960px) {
	.mv-copy {
		bottom: 3.75rem;
	}
}
.footer__logo img{
	width: 100%;
	max-width: 200px;
	height: auto;
	object-fit: contain;
}
.footer__logo {
	text-align: center;	
}
.footer_company_name {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	line-height: 150%;
}

/* 追加css */
.top-section {
	padding-block: 3rem;
}
@media (min-width: 768px) {
	.top-section {
		padding-block: 6.25rem;
	}
}

.top-begin {
	position: relative;
}
.top-begin::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 76.92308vw;
	height: 400px;
	background: #fff2f4;
	border-radius: 0 0 0 30px;
	z-index: -1;
}
@media (min-width: 768px) {
	.top-begin::before {
		width: 55.55556vw;
		height: 450px;
	}
}
.top-begin::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 216px;
	height: 300px;
	background: #fff2f4;
	border-radius: 0 30px 30px 0;
	z-index: -1;
	width: 61.53846vw;
}
@media (min-width: 768px) {
	.top-begin::after {
		width: 27.77778vw;
		height: 450px;
	}
}

.top-begin__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
}
@media (min-width: 768px) {
	.top-begin__box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 6.48148%;
	}
}

@media (min-width: 768px) {
	.top-begin__texts {
		width: 56.4815%;
	}
}

p.top-begin__text {
	font-size: 0.72727rem;
	font-weight: 500;
	font-size: 1.375rem;
}
p.top-begin__text:not(:first-child) {
	margin-top: 1.5rem;
}
@media (min-width: 768px) {
	p.top-begin__text {
		font-size: 1.625rem;
	}
}

@media (min-width: 768px) {
	.top-begin__img {
		width: 37.03704%;
	}
}
.top-begin__img img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
@media (min-width: 768px) {
	.top-begin__img img {
		border-radius: 30px;
	}
}

.top-begin__summary {
	border-radius: 12px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 2.5rem;
	font-size: 1.375rem;
	margin-top: 2.5rem;
}
.top-begin__summary p {
	font-size: 1.375rem;
}
@media (min-width: 768px) {
	.top-begin__summary {
		font-size: 1.625rem;
		margin-top: 3.125rem;
	}
}

.top-begin__summary-annotation {
	font-size: 0.8889rem;
	display: block;
	margin-top: 0.625rem;
}
@media (min-width: 768px) {
	.top-begin__summary-annotation {
		font-size: 1.25rem;
	}
}

.top-begin__summary-annotation-mark {
	color: red;
}

.top-introduction {
	overflow: hidden;
}

@media (min-width: 768px) {
	.top-introduction__inner {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 960px) {
	.top-introduction__inner {
		width: calc(100% - 80px);
	}
}

.section__title {
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	padding-bottom: 12px;
	position: relative;
	line-height: normal;
}
.section__title::after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	width: 60px;
	background-color: #f0788c;
}
@media (min-width: 768px) {
	.section__title {
		font-size: 2.5rem;
	}
}

.section__title-en {
	color: #f0788c;
	font-weight: 700;
	margin-bottom: 4px;
	display: block;
	font-size: 1rem;
	line-height: normal;
}
@media (min-width: 768px) {
	.section__title-en {
		font-size: 1.125rem;
	}
}

.top-introduction__content {
	margin-top: 3.125rem;
	position: relative;
	padding-block: 2.5rem;
}
@media (min-width: 768px) {
	.top-introduction__content {
		margin-top: 4.375rem;
		padding-block: 3.75rem;
	}
}

.top-introduction__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2.5rem;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 768px) {
	.top-introduction__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 4%;
	}
}
.top-introduction__list::before {
	position: absolute;
	content: "";
	background: #fff2f4;
	width: 100vw;
	left: -60px;
	top: -40px;
	height: calc(100% + 80px);
	z-index: -1;
	border-radius: 30px 0 0 30px;
}
@media (min-width: 768px) {
	.top-introduction__list::before {
		top: -60px;
		height: calc(100% + 120px);
	}
}
@media screen and (max-width: 960px) {
	.top-introduction__list::before {
		left: auto;
		right: -40px;
		width: calc(100vw - 15px);
	}
}

.top-introduction__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-introduction__item img {
	border-radius: 20px;
}

.top-introduction__item-title {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.top-introduction__item-title {
		font-size: 1.5rem;
	}
}

.common-link__button {
	padding: 0.75rem 1.5rem;
	color: #fff;
	border-radius: 100vmax;
	background-color: #f0788c;
	font-weight: 500;
	max-width: 240px;
	width: 100%;
	margin-top: 1.5rem;
	display: block;
	text-align: center;
	margin-inline: auto;
	border: 1px solid #f0788c;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (any-hover: hover) {
	.common-link__button:hover {
		color: #fff;
	}
}

span.arrow-right {
	display: inline-block;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 0.75em;
	height: 0.75em;
	-webkit-transform: translateX(-25%) rotate(45deg);
	transform: translateX(-25%) rotate(45deg);
	margin-left: 1rem;
}
span.arrow-right::before, span.arrow-right::after {
	content: "";
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
span.arrow-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
span.arrow-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}

.top-message {
	position: relative;
}
.top-message::after {
	position: absolute;
	background: url(././assets/img/sakura-deco01.png) no-repeat center center/contain;
	right: 0;
	top: -50px;
	content: "";
	z-index: 1;
	width: 25.64103vw;
	height: 20.51282vw;
}
@media (min-width: 768px) {
	.top-message::after {
		width: 16.66667vw;
		height: 13.33333vw;
		top: 0;
	}
}

.top-message__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 768px) {
	.top-message__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media screen and (min-width: 1200px) {
	.top-message__content {
		width: 87.5%;
	}
}
.top-message__content img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 3.125rem 3.125rem 0;
	margin-left: 0;
	width: calc(100% - 15px);
}
@media (min-width: 768px) {
	.top-message__content img {
		max-height: 480px;
		width: 55.55556vw;
	}
}

.top-message__texts {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 50px 0 0 0;
	margin-left: 15px;
	margin-top: -60px;
	padding: 1.875rem;
}
@media (min-width: 768px) {
	.top-message__texts {
		margin-left: -80px;
		margin-top: 80px;
		padding: 3.125rem;
	}
}

.top-message__title {
	color: #f0788c;
	font-weight: 700;
	font-size: 1.625rem;
}
@media (min-width: 768px) {
	.top-message__title {
		font-size: 2rem;
	}
}

.top-message__text {
	margin-top: 2.5rem;
}

.section {
	padding-block: 3rem 4.375rem;
}
@media (min-width: 768px) {
	.section {
		padding-block: 5rem 6.25rem;
	}
}

.top-news {
	background-color: #fff2f4;
}

.top-news__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
}
@media (min-width: 768px) {
	.top-news__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 5.55556%;
	}
}

.top-news__primary-button {
	margin-top: 2.5rem;
}
@media (min-width: 768px) {
	.top-news__primary-button {
		margin-top: 3.125rem;
	}
}

.section-title--left {
	text-align: left;
}
.section-title--left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

.top-news__title {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
@media (min-width: 768px) {
	.top-news__title {
		width: 20%;
	}
}

@media (min-width: 768px) {
	.top-news__list {
		width: 74%;
	}
}

.top-news__item {
	position: relative;
	border-bottom: solid 1px #dcdcdc;
}

.top-news__link {
	display: block;
	color: inherit;
	line-height: 1.6em;
	padding: 0.75rem 0;
}
@media (min-width: 768px) {
	.top-news__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1.25rem 0.75rem;
	}
}

.top-news__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-news__date {
	margin-right: 0.75rem;
}
@media (min-width: 768px) {
	.top-news__date {
		font-size: 18px;
	}
}
@media (min-width: 960px) {
	.top-news__date {
		margin-right: 2rem;
	}
}

.top-news__category {
	border-radius: 50px;
	border: 1px solid #f0788c;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #f0788c;
	font-size: 14px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.top-news__category {
		margin-right: 0.75rem;
		min-width: 100px;
	}
}
@media (min-width: 960px) {
	.top-news__category {
		margin-right: 2rem;
	}
}

.top-news__heading {
	margin-top: 0.5rem;
}
@media (min-width: 768px) {
	.top-news__heading {
		font-size: 18px;
		margin-top: 0;
	}
}

.content {
	margin-top: 2.5rem;
}
@media (min-width: 768px) {
	.content {
		margin-top: 4.375rem;
	}
}

.office-info {
	position: relative;
}
.office-info::before {
	position: absolute;
	content: "";
	background: url(././assets/img/sakura-deco02.png) no-repeat left top/contain;
	width: 51.28205vw;
	height: 27.4358vw;
	top: -30px;
	left: 0;
	max-width: 180px;
}
@media (min-width: 768px) {
	.office-info::before {
		width: 29.16667vw;
		height: 15.55556vw;
		max-width: 420px;
		top: 0;
	}
}

#office-page .office-info::before {
	display: none;
}

/*==============================================================================
# service
==============================================================================*/
.service-begin__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	.service-begin__content {
		gap: 6%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.service-begin__texts {
		width: 53%;
	}
}

.service__title {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.service__title {
		font-size: 2.25rem;
	}
}

.service-begin__title {
	color: #f0788c;
	font-size: 1.75rem;
	font-weight: 700;
}
@media (min-width: 768px) {
	.service-begin__title {
		font-size: 2.25rem;
	}
}

.service-begin__text {
	margin-top: 1.5rem;
}
@media (min-width: 768px) {
	.service-begin__text {
		margin-top: 3.125rem;
	}
}

.service-begin__img {
	position: relative;
}
@media (min-width: 768px) {
	.service-begin__img {
		width: 41%;
	}
}
.service-begin__img img {
	border-radius: 20px;
}
@media (min-width: 768px) {
	.service-begin__img img {
		border-radius: 30px;
	}
}
.service-begin__img::before {
	position: absolute;
	content: "";
	left: -40px;
	top: 20px;
	width: 100%;
	height: 100%;
	background: #fff2f4;
	z-index: -1;
	border-radius: 20px;
}
@media (min-width: 768px) {
	.service-begin__img::before {
		border-radius: 30px;
		top: 30px;
	}
}

.service-feature {
	position: relative;
}
.service-feature::before {
	position: absolute;
	content: "";
	background: url(././assets/img/sakura-deco04.png) no-repeat center center/contain;
	width: 16.66667vw;
	height: 14.93056vw;
	right: 0;
	top: -86px;
	min-width: 100px;
	min-height: 89px;
}
@media (min-width: 768px) {
	.service-feature::before {
		top: -20px;
	}
}

.service-feature__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 40px;
	gap: 4.375rem;
}
@media (min-width: 768px) {
	.service-feature__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 56px;
		gap: 1.5rem;
	}
}

.service-feature__item {
	border-radius: 30px;
	background: #fff2f4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 301px;
}
@media (min-width: 768px) {
	.service-feature__item {
		min-height: 415px;
	}
}
.service-feature__item img {
	border-radius: 20px;
}

.service-feature__point-text {
	color: #f0788c;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 100%;
	position: absolute;
	left: 30px;
	top: -48px;
}
@media (min-width: 768px) {
	.service-feature__point-text {
		font-size: 2rem;
		left: 10%;
		top: -56px;
	}
}
@media (min-width: 960px) {
	.service-feature__point-text {
		font-size: 2.25rem;
	}
}

.service-feature__point-num {
	font-size: 4rem;
	font-weight: 500;
	line-height: 100%;
	font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
	.service-feature__point-num {
		font-size: 4.5rem;
	}
}
@media (min-width: 960px) {
	.service-feature__point-num {
		font-size: 5rem;
	}
}

.service-feature__item-text {
	margin-top: 1.5rem;
}

.service-detail {
	background: #fff2f4;
}

.service-detail__item-img {
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-top: 0.75rem;
}
.service-detail__item-img img {
	height: 80px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: 90px;
}
@media (min-width: 768px) {
	.service-detail__item-img {
		padding: 1.5rem;
	}
}

.service-detail__text {
	margin-top: 1.875rem;
	text-align: center;
}
@media (min-width: 768px) {
	.service-detail__text {
		margin-top: 3.125rem;
		font-size: 1.125rem;
	}
}

.service-detail__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 768px) {
	.service-detail__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 1.75rem;
	}
}
@media (max-width: 1000px) {
	.service-detail__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 530px;
		margin-inline: auto;
	}
}
@media (max-width: 680px) {
	.service-detail__list {
		max-width: 240px;
	}
}

.service-detail__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service-detail__item-title {
	text-align: center;
	color: #f0788c;
	font-weight: 700;
	font-size: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 768px) {
	.service-detail__item-title {
		font-size: 1.5rem;
		height: 70.22px;
	}
}

.service-detail__item-img {
	margin-inline: auto;
}

.service-detail__item-text {
	margin-top: 1.25rem;
}
@media (min-width: 768px) {
	.service-detail__item-text {
		font-size: 1.125rem;
	}
}

.service-flow__img {
	text-align: center;
}
.service-flow__img img {
	max-width: 600px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.service-flow__text {
	border: 3px dotted #f0788c;
	background: #fff;
	padding: 1.25rem;
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.service-flow__text {
		margin-top: 3.125rem;
		padding: 2.5rem;
	}
}
.service-flow__text p:not(:first-of-type) {
	margin-top: 1rem;
}

/*==============================================================================
# office-page
==============================================================================*/
.office-greeting {
	background: #fff2f4;
}

.office-greeting__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5rem;
}
@media (min-width: 768px) {
	.office-greeting__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 6%;
	}
}

@media (min-width: 768px) {
	.office-greeting__content-img {
		width: 48%;
	}
}
.office-greeting__content-img img {
	border-radius: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 4/3;
}

@media (min-width: 768px) {
	.office-greeting__content-texts {
		width: 46%;
	}
}

.office-greeting__content-sign {
	margin-left: auto;
	text-align: right;
}

.office-greeting__content-company {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.office-greeting__content-name {
	font-size: 1.625rem;
	margin-top: 0.75rem;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.office-greeting__content-name {
		font-size: 2rem;
	}
}
.office-greeting__content-name span {
	font-size: 1rem;
	margin-right: 2rem;
}
@media (min-width: 768px) {
	.office-greeting__content-name span {
		font-size: 1.125rem;
	}
}

.office-philosophy {
	margin-left: auto;
}
@media (min-width: 768px) {
	.office-philosophy {
		width: 83.33333vw;
	}
}

.office-philosophy__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 768px) {
	.office-philosophy__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.office-philosophy__texts {
	position: relative;
	z-index: 1;
	background-color: #fff;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 0 30px 30px 30px;
	border-radius: 0 0 30px 0;
	width: calc(100% - 15px);
}
@media (min-width: 768px) {
	.office-philosophy__texts {
		border-radius: 0 0 50px 0;
		margin-right: -17.77778vw;
		padding: 0 50px 50px 0;
		width: 50vw;
	}
}

.office-philosophy__title {
	font-weight: 700;
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.office-philosophy__title {
		font-size: 2.5rem;
	}
}
.office-philosophy__title span {
	color: #f0788c;
	font-weight: 700;
	font-size: 1rem;
	margin-left: 0.75rem;
}
@media (min-width: 768px) {
	.office-philosophy__title span {
		font-size: 1.125rem;
	}
}

.office-philosophy__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 2rem;
}
@media (min-width: 768px) {
	.office-philosophy__text {
		font-size: 1.5rem;
		margin-top: 2.5rem;
	}
}

.office-philosophy__img {
	margin-top: -10.25641vw;
	width: calc(100% - 15px);
	margin-left: auto;
}
@media (min-width: 768px) {
	.office-philosophy__img {
		margin-top: 0;
		width: auto;
		margin-left: 0;
	}
}
.office-philosophy__img img {
	border-radius: 0 0 0 50px;
	height: 48vw;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 768px) {
	.office-philosophy__img img {
		width: 55.55556vw;
	}
}

.office-history {
	position: relative;
}
.office-history::before {
	position: absolute;
	content: "";
	background: url(././assets/img/sakura-deco04.png) no-repeat center center/contain;
	width: 16.66667vw;
	height: 14.93056vw;
	right: 0;
	top: -86px;
	min-width: 100px;
	min-height: 89px;
}
@media (min-width: 768px) {
	.office-history::before {
		top: -20px;
	}
}

.office-history__table {
	margin-bottom: 3rem;
	width: 100%;
}
@media (min-width: 768px) {
	.office-history__table {
		display: grid;
		grid-template-columns: 200px 1fr;
	}
}
@media (min-width: 768px) {
	.office-history__table dt,
	.office-history__table dd {
		font-size: 1.125rem;
	}
}

.office-history__table dt {
	-ms-flex-preferred-size: 5.5rem;
	flex-basis: 5.5rem;
	max-width: 5.5rem;
	padding: 1.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: none;
	border-bottom: none;
}
@media (min-width: 768px) {
	.office-history__table dt {
		border-bottom: solid 1px #dcdcdc;
	}
}

.office-history__table dd {
	-ms-flex-preferred-size: calc(100% - 5.5rem);
	flex-basis: calc(100% - 5.5rem);
	max-width: calc(100% - 5.5rem);
	border-bottom: solid 1px #dcdcdc;
	max-width: none;
	padding-bottom: 1.5rem;
	line-height: 200%;
}
@media (min-width: 768px) {
	.office-history__table dd {
		padding: 1.5rem 0;
	}
}

/*==============================================================================
# staff-page
==============================================================================*/
.staff-intro {
	background: #fff2f4;
}

.staff-intro__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5rem;
}
@media (min-width: 768px) {
	.staff-intro__list {
		gap: 3.75rem;
	}
}

.staff-intro__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5rem;
}
@media (min-width: 768px) {
	.staff-intro__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 6%;
	}
}

@media (min-width: 768px) {
	.staff-intro__item-img {
		width: 40.74074%;
	}
}
.staff-intro__item-img img {
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 4/3;
}
@media (min-width: 768px) {
	.staff-intro__item-img img {
		border-radius: 30px;
	}
}

@media (min-width: 768px) {
	.staff-intro__item-texts {
		width: 53.7037%;
	}
}

.staff-intro__item-texts-position {
	color: #f0788c;
	font-weight: 700;
	font-size: 1.125rem;
}
@media (min-width: 768px) {
	.staff-intro__item-texts-position {
		font-size: 1.25rem;
	}
}

.staff-intro__item-texts-name {
	margin-top: 0.75rem;
	font-weight: 700;
	font-size: 1.75rem;
}
@media (min-width: 768px) {
	.staff-intro__item-texts-name {
		font-size: 2.25rem;
	}
}

.staff-intro__item-texts-career {
	margin-top: 1rem;
}
@media (min-width: 768px) {
	.staff-intro__item-texts-career {
		margin-top: 1.875rem;
	}
}
.staff-intro__item-texts-career span {
	font-weight: 700;
}

.staff-intro__item-texts-shortMessage {
	margin-top: 1.5rem;
}
.staff-intro__item-texts-shortMessage span {
	font-weight: 700;
}

.staff-intro__other-staff {
	margin-top: 3.125rem;
	background: #fff;
	border: 4px dotted #f0788c;
	padding: 1.25rem;
}
@media (min-width: 768px) {
	.staff-intro__other-staff {
		margin-top: 4.375rem;
		padding: 2.5rem;
	}
}

.staff-intro__other-staff-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 768px) {
	.staff-intro__other-staff-desc {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2.5rem;
	}
}

@media (min-width: 768px) {
	.staff-intro__other-staff-desc-texts {
		width: 58%;
	}
}

.staff-intro__other-staff-title {
	font-weight: 700;
	font-size: 1.75rem;
	color: #f0788c;
}
@media (min-width: 768px) {
	.staff-intro__other-staff-title {
		font-size: 2.25rem;
	}
}

.staff-intro__other-staff-text {
	margin-top: 1.5rem;
}
.staff-intro__other-staff-text:not(:first-of-type) {
	margin-top: 1.5rem;
}

.staff-intro__other-staff-desc-img img {
	-o-object-fit: contain;
	object-fit: contain;
	height: auto;
}
@media (min-width: 768px) {
	.staff-intro__other-staff-desc-img {
		width: 40%;
	}
}

.staff-intro__other-staff-teams {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 768px) {
	.staff-intro__other-staff-teams {
		margin-top: 2.5rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2.5rem;
	}
}

.staff-intro__other-staff-team-name {
	font-weight: 700;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.staff-intro__other-staff-team-name {
		font-size: 1.75rem;
	}
}

.staff-intro__other-staff-team-img {
	margin-top: 0.5rem;
}
.staff-intro__other-staff-team-img img {
	aspect-ratio: 4/3;
	border-radius: 30px;
}

.staff-recruit {
	position: relative;
}
.staff-recruit::before {
	position: absolute;
	content: "";
	background: url(././assets/img/sakura-deco03.png) no-repeat center center/contain;
	width: 20.83333vw;
	height: 11.59722vw;
	top: -20px;
	right: 0;
	min-width: 120px;
	min-height: 67px;
}

.staff-recruit__text {
	margin-top: 2.5rem;
}
@media (min-width: 768px) {
	.staff-recruit__text {
		margin-top: 3.125rem;
	}
}

.staff-recruit__content {
	margin-top: 3.125rem;
}
@media (min-width: 768px) {
	.staff-recruit__content {
		margin-top: 4.375rem;
	}
}

.staff-recruit__subtitle {
	padding-left: 20px;
	position: relative;
	font-weight: 700;
	font-size: 1.625rem;
}
@media (min-width: 768px) {
	.staff-recruit__subtitle {
		font-size: 2rem;
	}
}
.staff-recruit__subtitle::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 100%;
	background: #f0788c;
}

.staff-recruit__table {
	margin-top: 2.5rem;
}
@media (min-width: 768px) {
	.staff-recruit__table {
		margin-top: 3.125rem;
	}
}

.staff-recruit__sub-table {
	display: grid;
	grid-template-columns: 160px 1fr;
}
.staff-recruit__sub-table dt,
.staff-recruit__sub-table dd {
	padding-block: 0;
	border-bottom: 0;
}
.staff-recruit__sub-table dt {
	font-weight: normal;
}
/*==============================================================================
# footer
==============================================================================*/
.footer__info {
	text-align: center;
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.footer__info {
		font-size: 1.75rem;
	}
}

.footer__info-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.footer__info-num {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 70px;
	}
}

.footer__info-email {
	margin-top: 20px;
}
.footer__info-email a {
	text-decoration: underline;
}

/* 260227投稿ページ調整 */
.wp-block-file__button {
	padding: 4px 16px;
	border-radius: 100vmax;
	text-decoration: none !important;
	display: inline-block;
	margin-top: 4px;
}
@media (min-width: 768px) {
	.wp-block-file__button {
		margin-left: 8px;
		margin-top: 0;
	}
}
.wp-block-file__button:hover {
	color: #fff !important;
}