@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
footer
---------------------------------------------------------------------- */
a[x-apple-data-detectors],
a[href^="tel:"],
.tel_box, .address_box {
	color: inherit !important;
	text-decoration: none !important;
	border-bottom: none !important;
}
a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
}

a[href*="maps.apple.com"],
a[href*="google.com/maps"] {
	text-decoration: none;
	color: inherit;
}

.footer_contact {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1315px;
  width: 85%;
  gap: 20px;
  margin-inline: auto;
  translate: 0 50%;
}
.footer_contact a {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--color-blue);
  background-color: #fff;
  padding: 5rem 4.5rem 4.5rem;
  border: 1px solid var(--color-blue);
  position: relative;
}
.footer_contact a .label {
  font-size: max(2rem, 16px);
  margin-bottom: 8.5rem;
  display: block;
}
.footer_contact a .contact_title {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.footer_contact a .contact_title span {
  font-size: 5.4rem;
}
.footer_contact a::after {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  background-image: url("../images/arrow_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (hover: hover) and (pointer: fine) {
  .footer_contact a::before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.0392156863);
    transition: width 0.3s;
  }
  .footer_contact a:hover::before {
    width: 100%;
    transform-origin: left;
  }
}
@media screen and (max-width: 1366px) {
  .footer_contact a {
    padding: 4rem;
  }
  .footer_contact a .label {
    margin-bottom: 4.5rem;
  }
  .footer_contact a .contact_title span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact a {
    padding: 4rem 2.5rem 3rem;
  }
  .footer_contact a .contact_title {
    font-size: 3.4rem;
  }
  .footer_contact a .contact_title span {
    font-size: 4.4rem;
  }
  .footer_contact a .label {
    font-size: max(1.8rem, 16px);
    margin-bottom: 3rem;
  }
  .footer_contact a::after {
    bottom: 1rem;
    right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 820px) {
  .footer_contact a .contact_title {
    font-size: 2.8rem;
  }
  .footer_contact a .contact_title span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .footer_contact {
    translate: 0 78%;
    margin-top: -55%;
    flex-direction: column;
  }
  .footer_contact a {
    width: 100%;
    padding: 2.5rem 2rem 2.5rem;
  }
  .footer_contact a .label {
    font-size: max(1.4rem, 14px);
    margin-bottom: 2rem;
  }
  .footer_contact a .contact_title {
    font-size: max(2.4rem, 21px);
  }
  .footer_contact a .contact_title span {
    font-size: max(3rem, 24px);
  }
  .footer_contact a::after {
    width: 20px;
    height: 20px;
  }
}

.footer_inner {
  background-image: url("../images/bg_blue.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-top: 24rem;
}
@media screen and (max-width: 1024px) {
  .footer_inner {
    padding-top: 28rem;
  }
}
@media screen and (max-width: 520px) {
  .footer_inner {
    padding-top: 25rem;
  }
}

.footer_link_outer {
  width: 85%;
  max-width: 1440px;
  margin-inline: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.footer_link {
  display: flex;
  gap: 18rem;
  align-items: flex-start;
  margin-bottom: 12rem;
}
.footer_link .address_wrapper {
  flex-shrink: 0;
}
.footer_link .address_wrapper .footer_logo {
  width: 36rem;
  margin-bottom: 3.5rem;
}
.footer_link .address_wrapper .address_box {
  line-height: 1.75;
  margin-bottom: 1rem;
}
.footer_link .address_wrapper .tel_box {
  line-height: 1.75;
}
.footer_link .menu_link {
  display: flex;
  gap: 6rem;
  flex-grow: 1;
}
.footer_link .menu_link .link_column {
  width: calc((100% - 12rem) / 3);
}
.footer_link .menu_link .link_column .link_box {
  margin-bottom: 4rem;
  position: relative;
  padding: 4rem 0 0;
}
.footer_link .menu_link .link_column .link_box .link_label {
  font-family: "EB Garamond", serif;
  color: #5ea9d6;
  margin-bottom: 3rem;
}
.footer_link .menu_link .link_column .link_box::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1a335b;
  mix-blend-mode: screen;
  position: absolute;
}
.footer_link .menu_link .link_column .link_box ul li {
  position: relative;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
}
.footer_link .menu_link .link_column .link_box ul li::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
}
.footer_link .menu_link .link_column .link_box ul li a {
  position: relative;
  padding-left: 1rem;
  display: block;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_link .menu_link .link_column .link_box ul li a:hover {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 1366px) {
  .footer_link {
    gap: 8rem;
  }
  .footer_link .address_wrapper .footer_logo {
    width: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_link {
    gap: 4rem;
    flex-direction: column;
  }
  .footer_link .address_wrapper {
    display: flex;
    gap: 4rem;
    margin-inline: auto;
  }
  .footer_link .address_wrapper .footer_logo {
    width: 22rem;
    margin-bottom: 0;
  }
  .footer_link .address_wrapper .address_box {
    margin-bottom: 0;
  }
  .footer_link .menu_link {
    gap: 4rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer_link .menu_link .link_column {
    width: calc((100% - 8rem) / 3);
  }
  .footer_link .menu_link .link_column .link_box ul li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 820px) {
	.footer_inner {
		padding-top: 38rem;
	}
  .footer_link {
    margin-bottom: 6rem;
  }
  .footer_link .menu_link .link_column .link_box ul li a {
    font-size: 14px;
  }
  .footer_link .address_wrapper .address_box {
    font-size: 14px;
  }
  .footer_link .address_wrapper .tel_box {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
	.footer_inner {
		padding-top: 32rem;
	}
  .footer_link {
    flex-direction: column-reverse;
  }
  .footer_link .address_wrapper {
    margin-inline: auto;
    text-align: center;
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .footer_link .address_wrapper .footer_logo {
    width: 20rem;
  }
}
@media screen and (max-width: 520px) {
  .footer_link {
    gap: 3rem;
    margin-bottom: 0;
  }
  .footer_link .menu_link {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer_link .menu_link .link_column {
    width: 100%;
  }
  .footer_link .menu_link .link_column .link_box {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .footer_link .menu_link .link_column .link_box .link_label {
    font-size: max(1.4rem, 14px);
    margin-bottom: 1.5rem;
  }
  .footer_link .menu_link .link_column .link_box ul li a {
    font-size: max(1.4rem, 14px);
  }
}

.footer_content {
  display: flex;
  font-size: max(1.4rem, 13px);
  padding: 3.5rem 0;
  position: relative;
}
.footer_content::before {
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1a335b;
  mix-blend-mode: screen;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .footer_content {
    flex-direction: column;
    justify-content: space-between;
  }
  .footer_content .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .footer_content .copyright {
    border-top: none;
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 14px;
  }
  .footer_content::before {
    content: none;
  }
}

.content_link {
  display: flex;
  gap: 2.5rem;
  flex-grow: 1;
}
.content_link.sp {
  display: none;
}
.content_link li {
  position: relative;
  margin-bottom: 2rem;
}
.content_link li::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
}
.content_link li a {
  position: relative;
  padding-left: 1rem;
  display: block;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .content_link li a:hover {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 1024px) {
  .content_link {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .content_link {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
  }
  .content_link.pc {
    display: none;
  }
  .content_link.sp {
    display: flex;
  }
  .content_link li {
    margin-bottom: 0;
  }
  .content_link li a {
    font-size: max(1.4rem, 14px);
  }
}


/* 20260316 フッター改良 */
.footer_contact_wrapper {
	max-width: 1315px;
	width: 85%;
	padding: 4rem;
	margin-inline: auto;
	translate: 0 50%;
	color: var(--color-blue);
	background-color: #fff;
	border: 1px solid var(--color-blue);
	position: relative;
	border-radius: 4px;
	margin-top: -6rem;
}
.footer_contact_wrapper .contact_inner {
	display: flex;
	gap: 3rem;
	align-items: stretch;
	justify-content: space-between;
}
.footer_contact_wrapper .contact_title {
	font-family: "EB Garamond", "Shippori Mincho B1", serif;
	font-size: max(4rem, 22px);
	margin-bottom: 2.5rem;
}
.footer_contact_wrapper .contact_title span {
	font-size: max(2rem, 15px);
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 1.5rem;
}
.footer_contact_wrapper .contact_area p {
	line-height: 1.6;
}
.contact_area_right {
	display: flex;
	align-items: stretch;
	gap: 4rem 0;
}
.contact_area_right .flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contact_area_right .contact_title_s {
	font-size: max(2rem, 16px);
	font-family: "Shippori Mincho B1", serif;
	letter-spacing: 0.1em;
}
.contact_area_right .contact_tel {
	padding-right: 4rem;
	border-right: 2px dashed #032859;
	margin-right: 3rem;
}
.contact_tel .tel_num_wrapper {
	font-family: "EB Garamond", "Shippori Mincho B1", serif;
	font-size: max(2.6rem, 18px);
	margin-top: 2.5rem;
}
.contact_tel .tel_num_wrapper span.tel_num {
	font-size: max(4.2rem, 22px);
}
.contact_tel .tel_num_time {
	font-family: "IBM Plex Sans JP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: max(1.6rem, 14px);
	margin-top: 1.5rem;
	text-align: center;
}
.contact_mail .contact_title_s {
	margin-bottom: 2rem;
}
.contact_form_btn {
	margin-bottom: 2rem;
}
.contact_form_btn a {
	width: 34rem;
	min-width: 300px;
	color: #fff;
	background-color: var(--color-red);
	padding: 20px;
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    gap: 10px;
	text-align: center;
	border-radius: 100px;
	transition: background-color .3s, color .3s;
	border: 1px solid var(--color-red);
}
.contact_form_btn a::before {
	content: '';
	display: block;
	width: 28px;
	height: 20px;
	background-image: url('../images/icon_mail.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    transition: background-image 0.3s;
}

@media (hover: hover) and (pointer: fine) {
	.contact_form_btn a:hover {
		color: var(--color-red);
		background-color: #fff;
	}
	.contact_form_btn a:hover::before {
		background-image: url('../images/icon_mail_r.svg');
	}
}
@media screen and (max-width: 1366px) {
	.footer_contact_wrapper {
		width: 70%;
	}
	.footer_contact_wrapper .contact_inner {
		flex-direction: column;
		align-items: center;
		gap: 4rem;
	}
	.footer_contact_wrapper .contact_area {
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	.footer_contact_wrapper {
		width: 82%;
	}
}
@media screen and (max-width: 820px) {
	.footer_contact_wrapper {
		width: 90%;
		padding: 4rem 2rem;
		margin-top: -12rem;
	}
	.footer_contact_wrapper .contact_inner {
		gap: 6rem;
	}
	.contact_area_right {
		flex-direction: column;
		gap: 6rem;
	}
	.contact_tel .tel_num_wrapper span.tel_num {
		font-size: max(5.6rem, 32px);
	}
	.contact_area_right .contact_tel {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	.contact_tel .tel_num_wrapper {
		margin-top: 1.5rem;
	}
	.contact_form_btn a {
		width: 100%;
		max-width: 340px;
	}
}
@media screen and (max-width: 520px) {
	.footer_contact_wrapper .contact_title {
		font-size: max(3.2rem, 20px);
	}
	.footer_contact_wrapper .contact_title span {
		font-size: max(1.6rem, 16px);
	}
	.footer_contact_wrapper .contact_area p {
		font-size: max(1.4rem, 14px);
	}
	.footer_contact_wrapper {
		margin-top: -22rem;
	}
	.footer_contact_wrapper .contact_inner {
		gap: 3rem;
	}
	.contact_area_right .contact_title_s {
		font-size: max(1.6rem, 16px);
	}
	.contact_tel .tel_num_wrapper {
		margin-top: 1rem;	
	}
	.footer_contact_wrapper p .br_pc {
		display: none;
	}
	.contact_tel .tel_num_wrapper span.tel_num {
		font-size: max(3.8rem, 24px);
	}
	.contact_tel .tel_num_time {
		font-size: max(1.4rem, 14px);
	}
	.contact_area_right {
		gap: 4rem;
	}
	.contact_mail .contact_title_s {
		margin-bottom: 1.5rem;
	}
	.contact_form_btn {
		margin-bottom: 0;
	}
}