body {
	font-family: "Noto Serif JP", serif;
}

body {
	font-weight: 500;
}

body {
	color: #3F3831;
}

.u-desktop {
	display: none;
}

.u-tablet {
	display: none;
}

.service__navigation {
	padding: 30px 18px 50px;
	background: #F9F8F0;
	font-family: "Noto Sans JP", sans-serif;
}

.service__navigation__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.service__navigation__inner .service__navigation__title__img {
	display: block;
	width: clamp(150px, 18.2291666667vw, 350px);
	margin: 0 auto -10px;
}

.service__navigation__inner .service__navigation__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 34px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}

.service__navigation__inner .service__navigation__list {
	display: flex;
	flex-direction: column;
	gap: 26px;
	margin-top: clamp(20px, 5.3333333333vw, 30px);
}

.service__navigation__inner .service__navigation__list li a {
	font-size: clamp(17px, 4.5333333333vw, 20px);
	font-weight: 600;
	line-height: 1;
	position: relative;
	padding-left: clamp(11px, 2.9333333333vw, 15px);
	display: flex;
	align-items: center;
	gap: 13px;
}

.service__navigation__inner .service__navigation__list li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: clamp(5px, 1.3333333333vw, 6px);
	height: 100%;
	background: linear-gradient(130deg, #B7DA9C 0%, #5EBFA2 31%, #56B6A8 100%);
}

.service__navigation__inner .service__navigation__list li a img {
	width: clamp(16px, 4.2666666667vw, 20px);
	height: auto;
}

.service__head__container {
	padding: 50px 18px;
	background: linear-gradient(-40deg, #57B7A9 31%, #97CEA0 100%);
	font-family: "Noto Sans JP", sans-serif;
}

.service__head__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.service__head__inner .service__head__title {
	font-size: clamp(24px, 6.4vw, 34px);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: clamp(28px, 7.4666666667vw, 38px);
	color: #fff;
	border-left: 4px solid #fff;
	padding-left: 8px;
	font-family: "Noto Serif JP", serif;
}

.service__head__inner .service__head__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.service__head__inner .service__head__benefit {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	margin-top: clamp(28px, 7.4666666667vw, 36px);
	position: relative;
	z-index: 1;
}

.service__head__inner .service__head__benefit::before {
	content: "";
	display: block;
	width: 206px;
	height: 206px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.2;
	background: transparent;
	border-radius: 50%;
	border: 20px solid #56B6A8;
	z-index: -1;
}

.service__head__inner .service__head__benefit__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: clamp(15px, 4vw, 20px);
}

.service__head__inner .service__head__benefit__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.service__head__inner .service__head__benefit__list .service__head__benefit__item {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.service__head__inner .service__head__benefit__list .service__head__benefit__item p,
.service__head__inner .service__head__benefit__list .service__head__benefit__item span {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}

.service__head__inner .service__head__img {
	display: none;
}

.service__head__triangle {
	display: block;
	width: clamp(125px, 16.6666666667vw, 200px);
	height: 100%;
	margin: -2px auto 0;
	object-fit: contain;
	object-position: center;
}

.service__content {
	padding: 24px 18px 60px;
	font-family: "Noto Sans JP", sans-serif;
}

.service__content__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.service__content__inner .service__content__title__wrap {
	font-family: "Noto Serif JP", serif;
}

.service__content__inner .service__content__title__wrap .service__content__title__sub {
	font-size: clamp(18px, 4.8vw, 24px);
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
}

.service__content__inner .service__content__title__wrap .service__content__title__main {
	font-size: clamp(28px, 7.4666666667vw, 36px);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-bottom: clamp(25px, 6.6666666667vw, 35px);
}

.service__content__inner .service__swiper {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.service__content__inner .service__swiper .service__swiper__item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service__content__inner .service__swiper .service__swiper__item img {
	width: 100%;
	max-width: 240px;
	height: 100%;
}

.service__content__inner .service__swiper .service__swiper__item .service__swiper__item__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 33px auto 18px;
}

.service__content__inner .service__swiper .service__swiper__item .service__swiper__item__text {
	font-size: clamp(14px, 1.1111111111vw, 16px);
	font-weight: 500;
	letter-spacing: 0.03em;
}

.service__content__inner .service__swiper .service__swiper__pagination {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	background-color: #D9D9D9;
	border-radius: 20px;
	height: 10px;
	display: flex;
	flex-wrap: wrap;
}

.service__content__inner .service__swiper .service__swiper__pagination .swiper-pagination-bullet {
	height: 100%;
	width: 33.3%;
	margin: 0;
	background-color: transparent;
	display: block;
}

.service__content__inner .service__swiper .service__swiper__pagination .swiper-pagination-bullet-active {
	background-color: #A7A7A7;
	border-radius: 20px;
}

.service__content__inner .service__content__detail {
	max-width: 1400px;
	margin: 0 auto;
	background: linear-gradient(-30deg, #57B7A9 30%, #B6DA9C 100%);
	overflow: hidden;
	border-radius: 10px;
}

.service__content__inner .service__content__detail .service__content__detail__inner {
	padding: 2px;
}

.service__content__inner .service__content__detail .service__content__detail__title {
	font-size: clamp(24px, 6.4vw, 32px);
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 22px 0;
	color: #fff;
	background: linear-gradient(-210deg, #57B7A9 30%, #B6DA9C 100%);
	font-family: "Noto Serif JP", serif;
	border-radius: 8px 8px 0 0;
}

.service__content__inner .service__content__detail .service__content__detail__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #fff;
	padding: 25px 20px;
	border-radius: 0 0 8px 8px;
}

.service__content__inner .service__content__detail .service__content__detail__list .service__content__detail__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	background: #F9F8F0;
	border-radius: 5px;
}

.service__content__inner .service__content__detail .service__content__detail__list .service__content__detail__item .service__content__detail__item__img {
	width: 41px;
	aspect-ratio: 1;
	flex-shrink: 0;
}

.service__content__inner .service__content__detail .service__content__detail__list .service__content__detail__item .service__content__detail__item__title {
	font-size: clamp(17px, 4.5333333333vw, 20px);
	font-weight: 500;
	line-height: 1.2;
}

.service__content__inner .service__content__note {
	background: #F5F5F5;
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-radius: 10px;
	margin-top: clamp(36px, 4.5833333333vw, 66px);
}

.service__content__inner .service__content__note:nth-child(2) {
	margin-top: clamp(16px, 1.8055555556vw, 26px);
}

.service__content__inner .service__content__note__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 500;
	line-height: 1.5;
	padding-left: 16px;
	position: relative;
}

.service__content__inner .service__content__note__text::before {
	content: "・";
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
}

.service__content__inner .service__content__note__text span {
	font-weight: 700;
}

.service__content__inner .service__content__note__head {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 27px;
}

.service__content__inner .service__content__note__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 16px;
}

.service__content__inner .service__content__note__inner .service__content__note__language__language {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 4px;
}

.service__content__inner .service__content__note__inner .service__content__note__language__language img {
	width: 42px;
	mix-blend-mode: multiply;
}

.service__content__inner .service__content__note__inner .service__content__note__language__language .service__content__note__language__item {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #6A6A6A;
}

.service__content__inner .service__content__note__branch {
	width: fit-content;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
}

.service__content.service__content--other .service__content__detail__item__small {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	align-self: flex-end;
	padding-bottom: 2px;
}

.service__content.service__content--other::after {
	max-width: 1400px;
	margin: 0 auto;
	content: "※未成年不可";
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	margin-top: 8px;
	letter-spacing: -0.03em;
}

.service__contact {
	padding: 50px 18px;
	position: relative;
	z-index: 1;
}

.service__contact .service__contact__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 950px;
	margin: 0 auto;
}

.service__contact .service__contact__inner h3 {
	font-size: clamp(17px, 4.5333333333vw, 26px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	color: #3F3831;
	margin-bottom: clamp(20px, 2.7272727273vw, 30px);
	text-align: center;
	color: #626262;
}

.service__contact .service__contact__inner p {
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: clamp(10px, 6.6666666667vw, 30px);
}

.service__contact .service__contact__btns {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 24px;
	max-width: unset;
	width: 100%;
}

.service__contact .service__contact__btns a {
	width: calc(50% - 4px);
	padding: clamp(10px, 3.7333333333vw, 16px) clamp(12px, 3.2vw, 18px);
	border-radius: 100px;
	font-size: clamp(16px, 4.8vw, 24px);
	gap: 5px;
}

.service__contact .service__contact__btns a > span {
	display: flex;
}

.service__contact .service__contact__btns a span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.service__contact .service__contact__btns a img {
	width: clamp(16px, 4.8vw, 24px);
}

.service__contact .service__contact__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	padding: 13px 10px 16px;
	border-radius: 10px;
	gap: clamp(10px, 3.2vw, 20px);
	width: 100%;
	background: #F4F2DF;
}

.service__contact .service__contact__tel p {
	width: fit-content;
	font-size: clamp(12px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #3F3831;
	margin-bottom: 0;
}

.service__contact .service__contact__tel a {
	font-size: clamp(24px, 6.4vw, 32px);
	gap: 4px;
	line-height: 1;
	color: #3F3831;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.service__contact .service__contact__tel a img {
	width: clamp(32px, 11.2vw, 50px);
}

.service__contact .service__contact__tel a:hover {
	opacity: 0.8;
}

.service__contact .service__contact__tel span {
	width: 100%;
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3F3831;
	text-align: center;
}

.service__contact .service__contact__free__wrap {
	width: 100%;
	align-items: center;
	gap: 53px;
	padding: 0 15px;
}

.service__contact .service__contact__free__wrap .service__contact__free {
	font-size: 32px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #F49049;
}

.service__contact .service__contact__free__wrap .service__contact__free__text {
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.lower__mv {
	position: relative;
	z-index: 1;
}

.lower__mv__inner {
	height: 260px;
	position: relative;
	background-image: url("../../images/lower/lower_mv_sp.webp");
	background-size: cover;
	background-position: 75% 70%;
	background-repeat: no-repeat;
	padding-top: 40px;
}

.lower__mv__inner .lower__mv__logo {
	width: fit-content;
	position: absolute;
	top: 0.8854166667vw;
	display: none;
}

.lower__mv__inner .lower__mv__logo a img {
	max-width: 323px;
	width: 16.8229166667vw;
	display: block;
}

.lower__mv__inner .lower__mv__content {
	padding: 50px 23px 25px;
}

.lower__mv__inner .lower__mv__content__title {
	font-size: clamp(40px, 3.3854166667vw, 65px);
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #454444;
}

.lower__mv__inner .lower__mv__content__subtitle {
	font-size: 16px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: clamp(16px, 1.4vw, 26px);
	color: #454444;
}

.lower__mv__inner .lower__mv__breadcrumbs {
	width: fit-content;
	min-width: 360px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 5px 5px 0;
}

.lower__mv__inner .lower__mv__breadcrumbs__list {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 12px 36px 12px 40px;
}

.lower__mv__inner .lower__mv__breadcrumbs__list li {
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	color: #535353;
}

.lower__mv__inner .lower__mv__breadcrumbs__list .lower__mv__breadcrumbs__link {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #535353;
}

.lower__contact {
	padding: 50px 9px;
	font-family: "Noto Sans JP", sans-serif;
}

.lower__contact__inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.lower__contact__inner .lower__contact__message {
	display: none;
}

.lower__contact__inner .lower__contact__title {
	font-size: clamp(17px, 4.5333333333vw, 24px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #626262;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.lower__contact__inner .lower__contact__text {
	width: calc(50% - 2rem);
	color: #626262;
}

.lower__contact__inner .lower__contact__text__title {
	display: flex;
	font-size: clamp(36px, 3.6vw, 58px);
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	color: #56B6A8;
}

.lower__contact__inner .lower__contact__text__title span {
	color: #fff;
	padding: 0 0.8rem;
	margin: 0 2px;
	background: linear-gradient(-80deg, #B7DA9C 0%, #5EBFA2 31%, #56B6A8 100%);
}

.lower__contact__inner .lower__contact__text__desc {
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 500;
	line-height: 1.6;
	margin-top: clamp(20px, 2vw, 40px);
}

.lower__contact__inner .lower__contact__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 5.3333333333vw, 30px);
}

.lower__contact__inner .lower__contact__btn__wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lower__contact__inner .lower__contact__btn__wrap a {
	width: calc(50% - 8px);
	padding: clamp(10px, 3.7333333333vw, 16px) clamp(10px, 4vw, 18px);
	border-radius: 100px;
	font-size: clamp(16px, 4.8vw, 24px);
	gap: 5px;
}

.lower__contact__inner .lower__contact__btn__wrap a > span {
	display: flex;
}

.lower__contact__inner .lower__contact__btn__wrap a span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	flex-shrink: 0;
}

.lower__contact__inner .lower__contact__btn__wrap a .icon__mail {
	flex-shrink: 0;
}

.lower__contact__inner .lower__contact__tel {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #F4F2DF;
	padding: clamp(13px, 3.4666666667vw, 20px) 14px clamp(16px, 4.2666666667vw, 24px);
	border-radius: 10px;
	gap: clamp(10px, 3.2vw, 23px);
}

.lower__contact__inner .lower__contact__tel p {
	width: 100%;
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #3F3831;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 15px;
}

.lower__contact__inner .lower__contact__tel a {
	font-size: clamp(18px, 6.5333333333vw, 32px);
	gap: 4px;
	line-height: 1;
	color: #3F3831;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.lower__contact__inner .lower__contact__tel a img {
	width: clamp(32px, 11.2vw, 50px);
}

.lower__contact__inner .lower__contact__tel a:hover {
	opacity: 0.8;
}

.lower__contact__inner .lower__contact__tel span {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3F3831;
}

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

.u-mobile {
	display: none;
}

.u-tablet {
	display: block;
}

.service__navigation {
	padding: clamp(60px, 7.8125vw, 80px) 20px 50px;
}

.service__navigation__inner .service__navigation__title__img {
	margin: 0 auto -20px;
}

.service__navigation__inner .service__navigation__title {
	font-size: clamp(30px, 2.6041666667vw, 50px);
}

.service__navigation__inner .service__navigation__list {
	width: fit-content;
	flex-direction: row;
	flex-wrap: wrap;
	margin: clamp(40px, 5.2083333333vw, 90px) auto 0;
}

.service__navigation__inner .service__navigation__list li {
	width: fit-content;
}

.service__head__container {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.service__content {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.service__content__inner .service__content__title__wrap .service__content__title__sub {
	font-size: clamp(20px, 2.0833333333vw, 40px);
}

.service__content__inner .service__content__title__wrap .service__content__title__main {
	width: fit-content;
	font-size: clamp(30px, 3.4117647059vw, 58px);
	margin: 0 auto;
	margin-bottom: clamp(40px, 4.6875vw, 90px);
	border-bottom: 3px dashed #009A75;
}

.service__content__inner .service__content__title__wrap .service__content__title__main br {
	display: none;
}

.service__content__inner .service__swiper {
	margin: 0 auto 80px;
}

.service__content__inner .service__swiper .service__swiper__item {
	cursor: default;
}

.service__content__inner .service__swiper .service__swiper__item .service__swiper__item__title {
	font-size: clamp(18px, 1.3541666667vw, 26px);
}

.service__content__inner .service__swiper .service__swiper__item .service__swiper__item__text {
	max-width: 300px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.service__content__inner .service__swiper .service__swiper__pagination {
	display: none;
}

.service__content__inner .service__content__detail .service__content__detail__title {
	font-size: clamp(28px, 2.0833333333vw, 40px);
	font-weight: 600;
}

.service__content__inner .service__content__detail .service__content__detail__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.service__content__inner .service__content__note {
	padding: 22px 26px;
}

.service__content__inner .service__content__note__text {
	line-height: 2;
}

.service__content__inner .service__content__note__text::before {
	top: 0.28em;
}

.service__content__inner .service__content__note__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(15px, 1.1979166667vw, 23px);
}

.service__content__inner .service__content__note__inner {
	gap: clamp(15px, 1.25vw, 24px);
}

.service__content__inner .service__content__note__branch br {
	display: none;
}

.service__content.service__content--other .service__content__detail__item__small {
	font-size: clamp(18px, 1.3888888889vw, 20px);
}

.service__content.service__content--other::after {
	font-size: 18px;
}

.service__contact {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.lower__mv__inner {
	background-position: 50% 70%;
}

.lower__contact {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

}

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

.u-desktop {
	display: block;
}

.u-tablet {
	display: none;
}

.service__navigation {
	padding: 80px 40px 52px;
}

.service__navigation__inner .service__navigation__title {
	margin-bottom: 0;
}

.service__navigation__inner .service__navigation__list {
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
}

.service__head__container {
	padding: clamp(50px, 6.9444444444vw, 100px) 40px;
}

.service__head__inner {
	display: flex;
	align-items: center;
	gap: 40px;
}

.service__head__inner .service__head__wrap {
	width: 50%;
}

.service__head__inner .service__head__title {
	font-size: 40px;
	font-weight: 500;
}

.service__head__inner .service__head__text {
	font-size: clamp(18px, 1.3888888889vw, 20px);
	line-height: 1.5;
}

.service__head__inner .service__head__benefit {
	padding: 42px 34px;
}

.service__head__inner .service__head__benefit::before {
	left: unset;
	right: 35px;
	transform: translate(0, -50%);
}

.service__head__inner .service__head__benefit__title {
	margin-bottom: 35px;
}

.service__head__inner .service__head__img {
	width: 46%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.service__head--overseas .service__head__container .service__head__wrap,
.service__head--credit .service__head__container .service__head__wrap {
	width: 50%;
	margin: 0 0 0 auto;
}

.service__head--overseas .service__head__container .service__head__img,
.service__head--credit .service__head__container .service__head__img {
	left: 0;
	right: unset;
}

.service__content {
	padding: clamp(50px, 6.9444444444vw, 100px) 40px;
}

.service__content__inner {
	gap: 40px;
}

.service__content__inner .service__content__title__wrap .service__content__title__main {
	border-bottom: 5px dashed #009A75;
}

.service__content__inner .service__content__detail {
	border-radius: 20px;
}

.service__content__inner .service__content__detail .service__content__detail__title {
	border-radius: 18px 18px 0 0;
}

.service__content__inner .service__content__detail .service__content__detail__list {
	padding: 35px 40px;
	border-radius: 0 0 18px 18px;
}

.service__content__inner .service__content__detail .service__content__detail__list .service__content__detail__item .service__content__detail__item__img {
	width: clamp(40px, 3.4375vw, 66px);
}

.service__content__inner .service__content__detail .service__content__detail__list .service__content__detail__item .service__content__detail__item__title {
	font-size: clamp(20px, 1.3541666667vw, 26px);
}

.service__content__inner .service__content__note__text::before {
	top: 0.35em;
}

.service__contact {
	padding: clamp(60px, 6.9444444444vw, 100px) 100px clamp(150px, 13.6363636364vw, 200px);
}

.service__contact .service__contact__inner h3 {
	display: none;
}

.service__contact .service__contact__inner p {
	font-size: 1.125rem;
	margin-bottom: 2.25rem;
}

.service__contact .service__contact__btns {
	gap: 1rem;
	margin-bottom: 1.5625rem;
}

.service__contact .service__contact__btns a {
	width: calc(50% - 0.5rem);
	padding: 1.125rem 1.5rem;
	border-radius: 10px;
	font-size: 1.875rem;
	gap: 1rem;
}

.service__contact .service__contact__btns a img {
	width: 2.1875rem;
}

.service__contact .service__contact__tel {
	padding: 1.125rem 1.5rem;
	border-radius: 10px;
	gap: 2.5rem;
	background: #F9F8F0;
	justify-content: space-evenly;
}

.service__contact .service__contact__tel p {
	line-height: 1;
	font-size: clamp(16px, 1.25vw, 18px);
	margin-bottom: 0;
}

.service__contact .service__contact__tel a {
	font-size: 3rem;
	gap: 0.9375rem;
}

.service__contact .service__contact__tel a img {
	width: 4.5625rem;
}

.service__contact .service__contact__tel span {
	width: fit-content;
	font-size: 14px;
}

.service__contact .service__contact__free__wrap {
	display: flex;
}

.lower__mv {
	padding: clamp(18px, 1.5625vw, 30px) clamp(20px, 1.8229166667vw, 35px) 0;
}

.lower__mv__inner {
	height: 25vw;
	background-image: url("../../images/lower/lower_mv.webp");
	background-position: top;
	padding: 0;
}

.lower__mv__inner .lower__mv__logo {
	display: block;
}

.lower__mv__inner .lower__mv__content {
	padding: min(14.375rem, 11vw) 0 0 min(9.375rem, 9.3vw);
}

.lower__mv__inner .lower__mv__breadcrumbs__list {
	margin-top: clamp(20px, -68px + 7.1vw, 68px);
	padding: 13px 32px 13px min(9.375rem, 9.3vw);
}

.lower__contact {
	padding: clamp(50px, 7.8125vw, 150px) 40px clamp(50px, -83px + 10.7vw, 123px);
	background: url(../../images/lower/lower_contact_bg.webp) no-repeat center center/cover;
}

.lower__contact__inner .lower__contact__message {
	display: block;
	width: 32%;
	position: absolute;
	top: -45px;
	left: clamp(30px, 3.125vw, 60px);
}

.lower__contact__inner {
	border-radius: 10px;
	padding: 52px clamp(30px, 3.125vw, 60px);
	display: flex;
	align-items: center;
	gap: 2rem;
	background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0.6980392157) 100%);
}

.lower__contact__inner .lower__contact__title {
	display: none;
}

.lower__contact__inner .lower__contact__wrap {
	width: 50%;
	flex-direction: column-reverse;
}

.lower__contact__inner .lower__contact__btn__wrap a {
	width: calc(50% - 0.5rem);
	padding: 1.125rem 1.5rem;
	border-radius: 10px;
	font-size: 1.375rem;
	gap: 1rem;
}

.lower__contact__inner .lower__contact__tel {
	flex-direction: column;
	background: #F9F8F0;
	padding: clamp(20px, 2.0833333333vw, 30px);
}

.lower__contact__inner .lower__contact__tel p {
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.lower__contact__inner .lower__contact__tel a {
	font-size: clamp(32px, 4.0277777778vw, 58px);
	gap: 0.9375rem;
}

.lower__contact__inner .lower__contact__tel a img {
	width: 4.5625rem;
}

.lower__contact__inner .lower__contact__tel span {
	font-size: 16px;
}

}

@media (min-width: 1301px) {

.service__content__inner .service__content__note__wrap {
	display: flex;
	align-items: stretch;
	gap: clamp(20px, 1.8229166667vw, 35px);
	margin-top: 45px;
}

.service__content__inner .service__content__note.service__content__note--overseas {
	gap: 0;
	margin-top: 0;
	flex-direction: row;
	align-items: center;
	padding: 30px clamp(18px, 1.6049382716vw, 26px);
}

.service__content__inner .service__content__note.service__content__note--overseas .service__content__note__head {
	align-self: stretch;
	font-size: clamp(20px, 1.25vw, 24px);
	margin-bottom: 0;
	padding-right: clamp(10px, 1.0416666667vw, 20px);
	margin-right: clamp(10px, 1.0416666667vw, 20px);
	border-right: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service__content__inner .service__content__note.service__content__note--overseas .service__content__note__inner {
	margin-bottom: 0;
}

.service__content__inner .service__content__note.service__content__note--overseas .service__content__note__branch {
	margin: 0;
}

}

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

.service__content__inner .service__content__note.service__content__note--overseas:nth-child(2) {
	flex-grow: 1;
}

}


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