@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Utility
------------------------------------------------------*/
:root {
	--font-sans: "Zen Maru Gothic", sans-serif;
	--font-en: "Quicksand", sans-serif;
  --text-color: #463E35;
	--blue: #7AB1D8;
	--orange: #E6A258;
	--green: #8EBC95;
	--pink: #DF9E9A;
	--yellow: #E6C058;
}
/* --------------------------------
   Base Typography
-------------------------------- */
html {
  font-family: var(--font-sans);
  font-size: 62.5%;
  font-weight: 400;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
  color: var(--text-color);
	overflow-wrap: break-word;
  word-wrap: break-word;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  background: rgba(142, 172, 192, 0.32);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.is-mega-open::before {
  opacity: 1;
  visibility: visible;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
address {
	font-style: normal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: var(--text-color);
  transition: all .25s;
}
a > img {
  transition: all .25s;
}
a:hover > img, a:hover{
	opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap {
	position: relative;
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: calc(100% - 32px);
  }
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
#top_header,
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#top_header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#header.is-top-scroll-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.is-header-scrolled #top_header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.is-header-scrolled #header.is-top-scroll-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#header.is-default-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top_header_inner {
	position: relative;
}
.top_header_logo {
	width: 265px;
	height: 177px;
	background: #fff;
	border-radius: 0 0 40px 0;
}
.top_header_logo a {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  display: block;
  width: 185px;
  height: 97px;
  background-image: url("../img/common/logo_h.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.top_header_nav {
	position: absolute;
	top: 0;
	right: 0;
}
.top_header_nav ul.flex {
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
}
.top_header_nav ul.flex li.tel a {
	display: block;
	position: relative;
	padding: 8px 24px 8px 58px;
	background: var(--blue);
	border: 4px solid #A7D3F2;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}
.top_header_nav ul.flex li.tel a span {
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
}
.top_header_nav ul.flex li.tel a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
  width: 26px;
  height: 28px;
  background: url("../img/common/tel_icon.svg") no-repeat center center;
  background-size: cover;
}
.top_header_nav ul.flex li.web a {
	display: block;
	padding: 22px 40px;
	background: #F6D088;
	border-bottom: 4px solid #F4E0B9;
	border-left: 4px solid #F4E0B9;
	border-radius: 0 0 0 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
}
.top_header_nav ul.flex li.web a img {
	display: inline-block;
	margin-bottom: 8px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 96px;
}
#header {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.header_inner {
  position: relative;
}
.header_logo a {
  position: absolute;
  top: 26px;
  left: 40px;
  z-index: 2;
  display: block;
  width: 246px;
  height: 44px;
  background-image: url("../img/common/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.header_nav {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  width: 100%;
}
.header_nav ul.flex {
	justify-content: flex-end;
  align-items: center;
	gap: 24px;
}
.header_nav ul.flex > li {
  position: relative;
}
.header_nav ul.flex > li > a {
  position: relative;
  display: block;
  padding: 25px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
.header_nav ul.flex > li > a span {
  display: block;
	margin-top: 2px;
	font-family: var(--font-en);
	font-size: 14px;
}
.header_nav ul.flex > li.has-child {
  position: relative;
}
.header_nav ul.flex > li.has-child > a::after {
  content: "";
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: var(--blue);
	border-radius: 50%;
  transition: transform .3s ease;
}
.header_nav ul.flex > li.has-child > ul {
	display: none;
  position: fixed;
  top: 113px;
  left: 100px;
  right: 100px;
  z-index: 100;
  width: auto;
  max-width: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 16px;
  text-align: left;
  transform: none;
}
.header_nav ul.flex > li.has-child > ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 100%;
  height: 17px;
  background: transparent;
}
.header_nav ul.flex > li.has-child:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header_nav ul.flex > li.has-child > ul > li {
  padding: 0;
}
.header_nav ul.flex li.has-child ul li ul.mega {
  display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 24px;
	padding: 48px;
	background: #fff;
  border-radius: 16px;
}
.header_nav ul.flex li.has-child ul li ul.mega li {
  width: calc((100% - 96px) / 5);
}
.header_nav ul.flex li.has-child ul li ul.mega li a {
  display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.header_nav ul.flex li.has-child ul li ul.mega li ul {
  flex-direction: column;
	gap: 4px;
	margin-top: 4px;
}
.header_nav ul.flex li.has-child ul li ul.mega li ul li {
  width: 100%;
	margin-left: 25px;
	list-style-type: disc;
}
@media screen and (max-width: 1320px) {
	.header_nav ul.flex > li.has-child > ul {
		left: 40px;
		right: 40px;
	}
	.header_nav ul.flex li.has-child ul li ul.mega li {
		width: calc((100% - 48px) / 3);
	}
}
@media screen and (max-width: 1200px) {
	.header_logo a {
		top: 30px;
		width: 200px;
		height: 36px;
	}
	.header_nav ul.flex {
		gap: 20px;
	}
	.header_nav ul.flex > li > a {
		font-size: 14px;
	}
}
@media screen and (min-width: 1001px) {
	.hum-nav, .hum-nav ul, .hum-nav__wrapper .header_logo, .nav_cv {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
  #top_header, .header_nav, .header_top {
    display: none;
  }
  #header.is-top-scroll-header {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header {
    height: 72px;
  }
	.header_logo {
		height: 72px !important;
  }
  .header_logo a {
		top: 17px;
		left: 16px;
		width: 212px;
		height: 38px;
  }
	/* SPメニュー */
  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: 72px ;
    height: 72px;
    padding: 0;
		background: var(--blue);
    touch-action: manipulation;
  }
	.hamburger::after {
		content: "MENU";
		display: block;
		position: absolute;
		bottom: 17px;
		left: 50%;
		transform: translateX(-50%);
		font-family: var(--font-en);
		font-size: 11px;
		color: #fff;
	}
	.hamburger.active::after {
		content: "CLOSE";
	}
  .hamburger__icon {
    position: relative;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 20px;
    height: 1px;
		position: absolute;
    top: 27px;
		right: 26px;
    display: block;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 20px;
    top: -5px;
  }
  .hamburger__icon::after {
		width: 20px;
    top: 5px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 20px;
    height: 1px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(5px) rotate(30deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-5px) rotate(-30deg);
  }
	.hum-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.hum-nav__wrapper {
		position: absolute;
		top: 72px;
		left: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
		height: calc(80% - 72px);
	}
	.hum-nav_inner {
		width: 100%;
		height: 100%;
		padding: 40px 32px;
		background: #E8F6FA;
	}
	.hum-nav .header_logo {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 72px;
		background: #fff;
	}
	.hum-nav .header_logo a {
		background-image: url("../img/common/logo.svg");
	}
	.hum-nav_inner ul li a {
		display: block;
		position: relative;
		padding: 8px 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	.hum-nav_inner ul li a span {
		display: block;
		font-family: var(--font-en);
		font-size: 16px;
	}
	.hum-nav_inner ul > li > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 9px;
		height: 14px;
		background: url("../img/common/hum-nav_arrow.svg") no-repeat center center;
		background-size: cover;
	}
	.hum-nav_parent {
		display: flex;
		align-items: stretch;
	}
	.hum-nav_parent_link {
		flex: 1;
		display: block;
		position: relative;
		padding: 16px 55px 16px 0 !important;
	}
	.hum-nav_parent_link::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 35px;
		transform: translateY(-50%);
		width: 9px;
		height: 14px;
		background: url("../img/common/hum-nav_arrow.svg") no-repeat center center;
		background-size: cover;
	}
	.hum-nav_parent_link::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		transform: translateY(-50%);
		width: 2px;
		height: 40px;
		background: var(--text-color);
		border-radius: 8px;
	}
	.aco {
		flex-shrink: 0;
		width: 11px;
		border: none;
		background: transparent;
		cursor: pointer;
		position: relative;
		appearance: none;
		-webkit-appearance: none;
	}
	.aco::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 15px;
		height: 15px;
		transform: translate(-50%, -50%) rotate(0deg);
		transform-origin: center;
		transition: transform 0.3s ease, opacity 0.3s ease;
		background: url("../img/common/plus.svg") no-repeat center center;
		background-size: cover;
	}
	.aco.is-active::after {
		transform: translate(-50%, -50%) rotate(180deg);
		width: 12px;
		height: 3px;
		background: url("../img/common/minus.svg") no-repeat center center;
		background-size: cover;
	}
	.hum-nav_menu_list {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease;
	}
	.hum-nav_menu_list li ul {
		margin-left: 20px;
	}
	.hum-nav_menu_list li a {
		position: relative;
		display: block;
		padding-left: 30px !important;
		font-size: 14px !important;
	}
	.hum-nav_menu_list li a::before {
		content: "";
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		width: 9px;
		height: 14px;
		background: url("../img/common/hum-nav_arrow.svg") no-repeat center center;
		background-size: cover;
	}
	.hum-nav_menu_list li a::after {
		display: none !important;
	}
	ul.nav_cv {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 326px;
		max-width: 100%;
		margin: 24px auto 0;
	}
	ul.nav_cv li a {
		display: block;
		padding: 8px 10px;
		background: #fff;
		border: 3px solid var(--blue);
		border-radius: 999px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.7;
		letter-spacing: 0.05em;
		color: var(--text-color);
		text-align: center;
	}
	ul.nav_cv li a::after {
		display: none !important;
	}
	ul.nav_cv li a em {
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		padding-left: 40px;
		font-family: var(--font-en);
		font-style: normal;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: 0.05em;
	}
	ul.nav_cv li a em::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 32px;
		height: 32px;
		background: url("../img/common/nav_cv_tel.svg") no-repeat center center;
		background-size: cover;
	}
	ul.nav_cv li a span {
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		padding-left: 40px;
		font-family: var(--font-sans);
		font-size: 24px;
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: 0.05em;
	}
	ul.nav_cv li a span::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 32px;
		height: 32px;
		background: url("../img/common/nav_cv_web.svg") no-repeat center center;
		background-size: cover;
	}
	ul.nav_cv li:last-of-type a {
		border: 3px solid #F6D088;
	}
}

#fixed-menu {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#fixed-menu.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
ul.fixed_nav_cv {
	display: flex;
}
ul.fixed_nav_cv li a {
	display: block;
	width: 233px;
	padding: 18px 10px;
	background: #fff;
	border: 4px solid var(--blue);
	border-radius: 24px 0 0 0;
	text-align: center;
}
ul.fixed_nav_cv li a em {
	position: relative;
	display: inline-block;
	padding-left: 48px;
	font-family: var(--font-en);
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
ul.fixed_nav_cv li a em::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../img/common/nav_cv_tel.svg") no-repeat center center;
	background-size: cover;
}
ul.fixed_nav_cv li a span {
	position: relative;
	display: inline-block;
	padding-left: 48px;
	font-family: var(--font-sans);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
ul.fixed_nav_cv li a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../img/common/nav_cv_web.svg") no-repeat center center;
	background-size: cover;
}
ul.fixed_nav_cv li:last-of-type a {
	border: 4px solid #F6D088;
	border-radius: 0 0 0 0;
}
@media screen and (max-width: 750px) {
	#fixed-menu {
		width: 100%;
	}
	ul.fixed_nav_cv li {
		width: 50%;
	}
	ul.fixed_nav_cv li a {
		width: 100%;
		padding: 17.5px 10px;
		border: 2px solid var(--blue);
		border-radius: 0;
	}
	ul.fixed_nav_cv li a em {
		padding-left: 36px;
		font-size: 16px;
	}
	ul.fixed_nav_cv li a em::after {
		width: 28px;
		height: 28px;
	}
	ul.fixed_nav_cv li a span {
		padding-left: 36px;
		font-size: 14px;
	}
	ul.fixed_nav_cv li a span::before {
		width: 28px;
		height: 28px;
	}
	ul.fixed_nav_cv li:last-of-type a {
		border: 2px solid #F6D088;
	}
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
.midasi_01 img {
	display: block;
	margin: 0 auto 10px;
}
.midasi_01 span {
	display: block;
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 700;
}
.midasi_01 strong {
	font-style: normal;
}
.midasi_01 strong.blue {
	color: var(--blue);
}
.midasi_01 strong.orange {
	color: var(--orange);
}
.midasi_01 strong.yellow {
	color: var(--yellow);
}
.midasi_01 strong.pink {
	color: var(--pink);
}
.midasi_01 strong.green {
	color: var(--green);
}
.midasi_02 {
	display: inline-block;
	padding: 5px 4px;
	border-radius: 12px;
}
.midasi_02 span {
	display: block;
	padding: 4px 8px;
	border: 1px dashed #fff;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
.midasi_03 {
	position: relative;
	padding-left: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.midasi_03::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 16px;
  height: 16px;
	border-radius: 50%;
}
.midasi_03.blue::before {
  background: var(--blue);
}
.midasi_03.orange::before {
	background: var(--orange);
}
.midasi_03.yellow::before {
	background: var(--yellow);
}
.midasi_03.pink::before {
	background: var(--pink);
}
.midasi_03.green::before {
	background: var(--green);
}
@media screen and (max-width: 750px) {
	.midasi_01 {
		font-size: 26px;
	}
	.midasi_01 span {
		font-size: 16px;
	}
	.midasi_01 img {
		width: 52px;
		height: 56px;
	}
	.midasi_02 span {
		font-size: 18px;
	}
	.midasi_03 {
		font-size: 18px;
	}
}
/*-----------------------------------------------------
	link_more
------------------------------------------------------*/
.link_more {
	display: inline-block;
	position: relative;
	padding-right: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}
.link_more::before {
  content: "";
  display: block;
  position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-image: url("../img/common/border.svg");
	background-position: center center;
	background-repeat: repeat-x;
}
.link_more::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.link_more.yellow::after {
  background-image: url("../img/common/y_arrow.svg");
}
.link_more.pink::after {
  background-image: url("../img/common/p_arrow.svg");
}
.link_more.orange::after {
  background-image: url("../img/common/o_arrow.svg");
}
.link_more.green::after {
  background-image: url("../img/common/g_arrow.svg");
}
@media screen and (max-width: 750px) {
	.link_more {
		padding-right: 32px;
		font-size: 14px;
	}
	.link_more::before {
		bottom: -19px;
		height: 2px;
	}
	.link_more::after {
		width: 24px;
		height: 24px;
	}
}
/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
	top: 0;
  z-index: 0;
  width: 100%;
  height: 320px;
	margin-top: 97px;
}
#page_mv::after {
  content: "";
  display: block;
  position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.4);
}
#page_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#page_mv .page_title {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 980px;
	height: calc(100% - 40px);
	background: rgba(234,246,254,.5);
	border-radius: 24px;
	text-align: center;
}
.page_title_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.page_title_icon {
	width: 55px !important;
	height: 40px !important;
	margin-bottom: 8px;
}
#page_mv .page_title h1, #page_mv .page_title div {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
#page_mv .page_title h1 span, #page_mv .page_title div span {
	display: block;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1.5;
}
.breadcrumbs {
	width: 980px;
	margin: 16px auto 80px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.breadcrumbs a {
  text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__list li {
  display: flex;
  align-items: center;
}
.breadcrumbs__list li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 1060px) {
	#page_mv .page_title {
		width: calc(100% - 80px);
	}
	.breadcrumbs {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 1000px) {
	#page_mv {
		margin-top: 72px;
	}
	#page_mv .page_title h1, #page_mv .page_title div {
		font-size: 30px;
	}
	#page_mv .page_title h1 span, #page_mv .page_title div span {
		font-size: 18px;
	}
}
@media screen and (max-width: 750px) {
	#page_mv {
		min-height: 240px;
		height: 60vw;
	}
	#page_mv .page_title {
		width: calc(100% - 32px);
		height: calc(100% - 32px);
	}
	.page_title_icon {
		width: 39px !important;
		height: 28px !important;
		margin-bottom: 4px;
	}
	#page_mv .page_title h1, #page_mv .page_title div {
		font-size: 28px;
	}
	#page_mv .page_title h1 span, #page_mv .page_title div span {
		font-size: 16px;
	}
	.breadcrumbs {
		width: calc(100% - 32px);
		margin-bottom: 48px;
		font-size: 14px;
	}
	.breadcrumbs a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	目次
------------------------------------------------------*/
#ez-toc-container {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
  padding: 48px;
  background: #F3EEE9 !important;
  border: none !important;
  box-shadow: none;
	border-radius: 16px;
}
.ez-toc-title-container {
	display: block !important;
	width: 100%;
}
.ez-toc-title-container span {
	display: none !important;
}
div#ez-toc-container .ez-toc-title {
	display: block !important;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
#ez-toc-container nav {
	width: 100%;
}
ul.ez-toc-list li a {
	display: block !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	text-decoration: none !important;
}
ul.ez-toc-list li a:visited {
  color: var(--text-color) !important;
}

@media screen and (max-width: 750px) {
	#ez-toc-container {
		padding: 24px;
	}
	ul.ez-toc-list li a {
		font-size: 14px !important;
	}
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main {
}
.main > .wp-block-group {
	padding-top: 80px;
	padding-bottom: 80px;
}
.main > .wp-block-group:first-of-type {
  padding-top: 0;
}
.main > .wp-block-group .wp-block-group__inner-container {
  width: 980px;
  margin: 0 auto;
}
.main > .wp-block-group:nth-of-type(even) {
  background: #EDF5F8;
}
@media screen and (max-width: 1060px) {
  .main > .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
	.main > .wp-block-group {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.main > .wp-block-group:first-of-type {
		padding-top: 0;
	}
  .main > .wp-block-group .wp-block-group__inner-container {
    width: calc(100% - 32px);
  }
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.date_category .date {
	margin-bottom: 15px;
	font-family: var(--font-en);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #E6A258;
}
h1.news_title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.main .post_list_thumb, .main .post_list_thumb img:hover {
	transform: scale(1);
}
@media screen and (max-width: 750px) {
	h1.news_title {
		font-size: 22px;
	}
}

/*-----------------------------------------------------
	リンク
------------------------------------------------------*/
.main a {
  color: var(--blue);
  text-decoration: underline;
}
p.link a {
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
p.link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
	p.link a {
		font-size: 14px;
	}
}
.main mark {
  font-style: normal;
}
.main hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #DFDFDF;
  margin: 3em 0;
  padding: 0;
}
.main h2 {
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 18px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
.main h2::first-letter {
	color: var(--blue);
}
.main h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	background: var(--blue);
	transform: translateX(-50%);
}
.main h3 {
	position: relative;
	margin-top: 48px;
	margin-bottom: 32px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.main h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #dfdfdf;
}
.main h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 2px;
	background: var(--blue);
}
.main h3:first-of-type {
	margin-top: 0;
}
.main h4 {
  margin-bottom: 32px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: var(--blue);
}
.main h5 {
  margin-bottom: 32px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.main p {
  margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
.main ul, .main ol {
  margin-bottom: 32px;
}
.main ul li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main ol li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main figure {
  margin-bottom: 32px;
}
.main .wp-element-caption {
  font-size: 16px;
}
.main figure img {
  max-width: 100%;
  height: auto;
}
.main table {
	margin-bottom: 16px;
}
.main table tr th {
	padding: 16px;
	background: #DFE9EC;
	border: 1px solid #DFDFDF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	vertical-align: middle;
	text-align: center !important;
}
.main table tr td {
	padding: 16px;
	background: #fff;
	border: 1px solid #DFDFDF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	.wp-block-table.table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .wp-block-table.table-scroll table {
    min-width: 800px;
    width: 100%;
    table-layout: fixed;
  }
	.wp-block-table.table-scroll th,
  .wp-block-table.table-scroll td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 999px;
  }
  .wp-block-table.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 999px;
  }
}
@media screen and (max-width: 781px) {
	.main h2 {
		margin-bottom: 32px;
		padding-bottom: 12px;
		font-size: 24px;
	}
	.main h3 {
		margin-top: 32px;
		margin-bottom: 24px;
		padding-bottom: 18px;
		font-size: 20px;
	}
	.main h3:first-of-type {
		margin-top: 0;
	}
	.main h4 {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.main h5 {
		margin-bottom: 16px;
		font-size: 16px;
	}
	.main p {
		font-size: 14px;
	}
	.main ul, .main ol {
		margin-bottom: 16px;
	}
	.main ul li {
		font-size: 14px;
	}
	.main ol li {
		font-size: 14px;
	}
	.main figure {
		margin-bottom: 16px;
	}
	.main .wp-element-caption {
		font-size: 14px;
	}
	.main table {
		margin-bottom: 16px;
	}
	.main table tr th {
		padding: 12px;
		font-size: 14px;
	}
	.main table tr td {
		padding: 12px;
		font-size: 14px;
	}
	.main .wp-block-column .wp-block-image .wp-element-caption {
		margin-bottom: 0;
	}
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0 2em;
	}
}
/*-----------------------------------------------------
	治療の流れ
------------------------------------------------------*/
.flow {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 16px;
	padding-bottom: 38px;
}
.flow > .wp-block-column:first-child {
	flex: 0 0 160px !important;
}
.flow > .wp-block-column:first-child > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	background: #fff;
	border: 1px solid var(--blue);
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}
.flow > .wp-block-column:first-child > div span {
	display: block;
	margin-top: 8px;
	color: var(--blue);
	font-size: 36px;
	letter-spacing: 0;
}
.flow > .wp-block-column:last-child {
	flex: 1 1 auto !important;
}
.main .flow h3,
.main .flow h3:first-of-type {
	position: static;
	margin: 0 0 24px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.main .flow h3::before,
.main .flow h3::after {
	content: none;
	display: none;
}
.main .flow p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
.flow::after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 11px;
	height: 11px;
	border-right: 3px solid var(--blue);
	border-bottom: 3px solid var(--blue);
	transform: translateX(-50%) rotate(45deg);
}
.flow:last-of-type::after {
	display: none;
}
.flow:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 781px) {
	.flow {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		margin-bottom: 15px;
		padding-bottom: 38px;
	}
	.flow.wp-block-columns {
		row-gap: 0;
	}
	.flow > .wp-block-column {
		margin: 0;
	}
	.flow > .wp-block-column:first-child {
		flex: none !important;
		width: 100%;
		margin-bottom: 28px;
	}
	.flow > .wp-block-column:first-child > div {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		font-size: 14px;
	}
	.flow > .wp-block-column:first-child > div span {
		margin-top: 5px;
		font-size: 32px;
	}
	.flow > .wp-block-column:last-child {
		flex: none !important;
		width: 100%;
	}
	.main .flow h3,
	.main .flow h3:first-of-type {
		margin: 0 0 14px;
		padding: 0;
		font-size: 16px;
	}
	.main .flow p {
		margin: 0;
		font-size: 14px;
	}
	.flow:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
/*-----------------------------------------------------
	FAQ
------------------------------------------------------*/
.faq_card {
	position: relative;
	margin-bottom: 16px;
	padding: 24px;
	border-radius: 16px;
}
.faq_card:last-of-type {
	margin-bottom: 0;
}
.faq_card.is-on-white {
	background: #EDF5F8;
}
.faq_card.is-on-blue {
	background: #fff;
}
.main .faq_card h3,
.main .faq_card h3:first-of-type {
	position: relative;
	margin: 0 0 32px;
	padding: 0 0 0 56px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.main .faq_card h3::after {
	content: none;
	display: none;
}
.main .faq_card p {
	position: relative;
	margin: 0;
	padding: 0 0 0 56px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
}
.faq_card h3 {
	position: relative;
}
.faq_card h3::before {
	content: "Q";
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2px;
	left: 0;
	width: 38px;
	height: 38px;
	background: #fff !important;
	border: 1px solid #8eabc2;
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	color: #8eabc2;
	background: transparent;
}
.faq_card p {
	position: relative;
}
.faq_card p::before {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	background: #8eabc2;
}
@media screen and (max-width: 781px) {
	.faq_card {
		padding: 16px;
		border-radius: 16px;
	}
	.main .faq_card h3,
	.main .faq_card h3:first-of-type {
		margin: 0 0 16px;
		padding-left: 46px;
		font-size: 14px;
	}
	.main .faq_card p {
		padding-left: 46px;
		font-size: 14px;
	}
	.faq_card h3::before,
	.faq_card p::before {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	#menu
------------------------------------------------------*/
#menu {
	padding-top: 80px;
}
#menu .wrap {
	padding: 0 64px 96px;
	background: #EAF4C5;
	border-radius: 40px;
}
#menu .wrap::before {
  content: "";
  display: block;
  position: absolute;
	top: -107px;
	right: 41px;
  width: 114px;
  height: 165px;
  background: url("../img/common/menu_illust_01.svg") no-repeat center center;
  background-size: cover;
}
#menu .wrap::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: -90px;
  width: 178px;
  height: 112px;
  background: url("../img/common/menu_illust_02.svg") no-repeat center center;
  background-size: cover;
}
#menu .wrap h2 {
	position: relative;
	top: -80px;
	text-align: center;
}
.menu {
	gap: 24px;
	margin-top: -24px;
	margin-bottom: 56px;
}
.menu_child {
	display: block;
	position: relative;
	width: calc((100% - 72px) / 4);
	height: 180px;
	padding-top: 135px;
	background: #fff;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}
.menu_child img {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1130px) {
	#menu .wrap {
		padding: 0 40px 96px;
	}
	.menu_child {
		width: calc((100% - 48px) / 3);
	}
}
@media screen and (max-width: 860px) {
	.menu_child {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width: 750px) {
	#menu {
		padding-top: 60px;
	}
	#menu .wrap {
		padding: 0 16px 77px;
		border-radius: 24px;
	}
	#menu .wrap::before {
		display: none;
	}
	#menu .wrap::after {
		left: -26px;
		width: 82px;
		height: 36px;
	}
	#menu .wrap h2 {
		max-width: 100%;
		top: -50px;
	}
	#menu .wrap h2 img {
		max-width: 100%;
	}
	.menu {
		gap: 16px;
		margin-top: -10px;
		margin-bottom: 40px;
	}
	.menu_child {
		width: calc((100% - 16px) / 2);
		height: auto;
		padding: 12px 8px;
		border-radius: 8px;
		font-size: 14px;
	}
	.menu_child img {
		display: block;
		position: static;
		bottom: auto;
		left: auto;
		transform: none;
		height: auto;
		margin: 0 auto 5px;
	}
	.menu_child:nth-of-type(1) img {
		width: 30px;
	}
	.menu_child:nth-of-type(2) img {
		width: 22px;
	}
	.menu_child:nth-of-type(3) img {
		width: 38px;
	}
	.menu_child:nth-of-type(4) img {
		width: 45px;
	}
	.menu_child:nth-of-type(5) img {
		width: 30px;
	}
	.menu_child:nth-of-type(6) img {
		width: 37px;
	}
	.menu_child:nth-of-type(7) img {
		width: 48px;
	}
	.menu_child:nth-of-type(8) img {
		width: 38px;
	}
	.menu_child:nth-of-type(9) img {
		width: 33px;
	}
	.menu_child:nth-of-type(10) img {
		width: 44px;
	}
	.menu_child:nth-of-type(11) img {
		width: 36px;
	}
	.menu_child:nth-of-type(12) img {
		width: 42px;
	}
	.menu_child:nth-of-type(13) img {
		width: 20px;
	}
	.menu_child:nth-of-type(14) img {
		width: 37px;
	}
	.menu_child:nth-of-type(15) img {
		width: 41px;
	}
}
/*-----------------------------------------------------
	.post_list
------------------------------------------------------*/
.post_list {
	gap: 32px;
}
.post_list_item {
	width: calc((100% - 64px) / 3);
}
.post_list_thumb {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 365 / 226;
  overflow: hidden;
	margin-bottom: 24px;
	border-radius: 16px;
}
.post_list_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
	border-radius: 16px;
	transition: transform 0.4s ease;
}
.post_list_thumb img.noimage {
  border: 2px solid #DFDFDF;
}
.post_list_thumb:hover img {
  transform: scale(1.08);
}
.post_list_item time {
	margin-bottom: 8px;
	font-family: var(--font-en);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #2B2D36;
}
.post_list_item h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
	.post_list {
		gap: 16px;
	}
	.post_list_item {
		width: calc((100% - 16px) / 2);
	}
	.post_list_thumb {
		aspect-ratio: 171 / 105;
	}
	.post_list_item h3 {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	Newsアーカイブ
------------------------------------------------------*/
#archive_news {
	padding-bottom: 100px;
}
#archive_news .wrap {
	width: 980px;
}
.archive_list {
	justify-content: space-between;
	margin-bottom: 50px;
}
.archive_news_l {
	width: 75.5%;
}
.news_item {
	margin-bottom: 24px;
}
.news_item:last-of-type {
	margin-bottom: 0;
}
.archive_news_l .news_item time {
	margin-bottom: 8px;
	font-family: var(--font-en);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #E6A258;
}
.archive_news_l .news_item h3 a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.archive_news_r {
	width: 20%;
}
.archive_blog {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 32px;
}
.archive_blog .post_list_item {
	width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 1060px) {
	#archive_news .wrap {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 750px) {
	#archive_news .wrap {
		width: calc(100% - 32px);
	}
	.archive_news_l {
		width: 100%;
		margin-bottom: 48px;
	}
	.archive_news_r {
		width: 100%;
		margin-bottom: 48px;
	}
	.archive_blog {
		gap: 16px;
	}
	.archive_blog .post_list_item {
		width: calc((100% - 16px) / 2);
	}
}
/*-----------------------------------------------------
	サイドバー
------------------------------------------------------*/
.archive_news_r h3 {
	margin-top: 24px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DFDFDF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.archive_news_r h3:first-of-type {
	margin-top: 0;
}
.news_cat_list li, .news_archive_list li {
	white-space: nowrap;
  margin-bottom: 10px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
  line-height: 2;
	letter-spacing: 0.05em;
}
.news_cat_list li a, .news_archive_list li a {
  display: inline-block;
  font-size: 16px;
	font-weight: 400;
  line-height: 2;
	letter-spacing: 0.05em;
}

/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
a.page-numbers, .pagination .current {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 10px;
	padding: 18px 8px;
  background: #fff;
	border: 1px solid var(--text-color);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  text-align: center;
  color: var(--text-color);
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
  opacity: 1;
}
/*-----------------------------------------------------
	#group_list
------------------------------------------------------*/
#group_list {
	position: relative;
  padding-top: 96px;
	padding-bottom: 96px;
  background: #DFE9EC;
}
#group_list::after {
  content: "";
  display: block;
  position: absolute;
	top: -24px;
	left: 0;
  width: 100%;
  height: 24px;
  background-image: url("../img/common/group_wave.svg");
  background-repeat: repeat-x;
}
#group_list h2 {
	margin-bottom: 56px;
}
.group_list {
	gap: 40px;
}
.group_list_child {
	width: calc((100% - 80px) / 3);
	background: #fff;
	border-radius: 18px;
}
.group_list_child:last-of-type {
	background: #F9F5C9;
}
.group_img {
	width: 100%;
	border-radius: 18px 18px 0 0;
}
.group_list_child_inner {
	padding: 24px 24px 12px;
	text-align: center;
}
.group_list_child_inner h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.group_list_child_inner h3 span {
	display: block;
	font-family: var(--font-en);
	font-size: 14px;
	color: #8EACC0;
}
.group_list_child_inner address {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: left;
}
.group_list_child_inner .station {
	justify-content: space-between;
	margin-bottom: 16px;
	padding-top: 12px;
	border-top: 1px dashed #929292;
}
.group_list_child_inner .station span {
	position: relative;
	padding-left: 13px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.group_list_child_inner .station span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background: url("../img/common/walk_icon.svg") no-repeat center center;
  background-size: cover;
}
.group_list_child_inner .station span:last-of-type {
	padding-left: 0;
}
.group_list_child_inner .station span:last-of-type a {
	padding-left: 15px;
	color: var(--blue);
}
.group_list_child_inner .station span:last-of-type::before {
  width: 11px;
  height: 16px;
  background: url("../img/common/map_icon.svg") no-repeat center center;
  background-size: cover;
}
.group_list_child_inner .station span:last-of-type::after {
  content: "/";
  display: block;
  position: absolute;
	top: 50%;
	left: -13px;
	transform: translateY(-50%);
}
.group_link {
	display: block;
	max-width: 300px;
	margin: 0 auto 12px;
	padding: 13.5px 15px;
	border: 2px solid var(--blue);
	border-radius: 999px;
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #939393;
}
.group_link span {
	display: inline-block;
	position: relative;
}
.group_link.tel span {
	padding-left: 30px;
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: var(--text-color);
}
.group_link.tel span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background: url("../img/common/tel_icon_02.svg") no-repeat center center;
  background-size: cover;
}
.group_list_child:last-of-type .group_link.tel {
	background: var(--blue);
}
.group_list_child:last-of-type .group_link.tel span {
	color: #fff;
}
.group_list_child:last-of-type .group_link.tel span::before {
  background: url("../img/common/tel_icon_03.svg") no-repeat center center;
  background-size: cover;
}
.group_link.web {
	padding: 3.5px 15px;
}
.group_link.web span {
	margin-bottom: 5px;
	padding-left: 40px;
	font-family: var(--font-sans);
	font-size: 20px;
	color: var(--text-color);
}
.group_link.web span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 32px;
  height: 24px;
  background: url("../img/common/pc_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
	.group_list {
		justify-content: center;
	}
	.group_list_child {
		width: calc((100% - 40px) / 2);
		background: #fff;
		border-radius: 18px;
	}
}
@media screen and (max-width: 800px) {
	.group_list_child {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#group_list {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	#group_list::after {
		top: -12px;
		height: 12px;
		background-image: url("../img/common/sp_group_wave.svg");
	}
	#group_list h2 {
		margin-bottom: 40px;
	}
	.group_list {
		gap: 24px;
	}
	.group_list_child {
		border-radius: 16px;
	}
	.group_img {
		border-radius: 16px 16px 0 0;
	}
	.group_list_child_inner h3 {
		font-size: 18px;
	}
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	position: relative;
  padding-top: 80px;
	padding-bottom: 80px;
  background: #8EACC0;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
	top: -24px;
	left: 0;
  width: 100%;
  height: 24px;
  background-image: url("../img/common/footer_wave.svg");
  background-repeat: repeat-x;
}
footer .wrap .footer_inner {
	justify-content: space-between;
	color: #fff;
}
.footer_l {
	width: 31%;
}
.footer_l h2 {
	margin-bottom: 16px;
	padding: 24px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.footer_l p {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.footer_l address {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.footer_r {
	width: 62%;
}
.footer_child {
  text-align: left;
}
.footer_child h3 {
	margin-bottom: 10px;
}
.footer_child h3 a {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
.footer_child ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}
.footer_child ul li {
	position: relative;
	width: calc((100% - 24px) / 4);
}
.footer_child ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
ul.footer_cv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 auto 32px;
}
ul.footer_cv li {
	width: 360px;
	max-width: 100%;
}
ul.footer_cv li a {
	display: block;
	padding: 15px 10px;
	background: #fff;
	border: 4px solid var(--blue);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: var(--text-color);
	text-align: center;
}
ul.footer_cv li a em {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 48px;
	font-family: var(--font-en);
	font-style: normal;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
ul.footer_cv li a em::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../img/common/nav_cv_tel.svg") no-repeat center center;
	background-size: cover;
}
ul.footer_cv li a span {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 48px;
	font-family: var(--font-sans);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
ul.footer_cv li a span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../img/common/nav_cv_web.svg") no-repeat center center;
	background-size: cover;
}
ul.footer_cv li:last-of-type a {
	border: 4px solid #F6D088;
}
footer small {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.footer_l {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_l h2 {
		width: fit-content;
		margin: 0 auto 16px;
	}
	.footer_r {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.footer_child ul li {
		width: calc((100% - 24px) / 3);
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	footer::after {
		top: -12px;
		height: 12px;
		background-image: url("../img/common/sp_footer_wave.svg");
	}
	.footer_l h2 {
		width: 360px;
		max-width: 100%;
	}
	.footer_l h2 img {
		width: 100%;
	}
	.footer_l p {
		font-size: 18px;
	}
	.footer_l address {
		font-size: 14px;
	}
	.footer_r {
		display: none;
	}
	ul.footer_cv {
		flex-direction: column;
		width: 326px;
		max-width: 100%;
	}
	ul.footer_cv li {
		width: 326px;
	}
	ul.footer_cv li a {
		padding: 15px 10px;
	}
	ul.footer_cv li a em {
		padding-left: 40px;
		font-size: 24px;
	}
	ul.footer_cv li a em::after {
		width: 32px;
		height: 32px;
	}
	ul.footer_cv li a span {
		padding-left: 40px;
		font-size: 20px;
	}
	ul.footer_cv li a span::before {
		width: 32px;
		height: 32px;
	}
	ul.footer_cv li:last-of-type a {
		border: 4px solid #F6D088;
	}
}

/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
    max-width: 100%;
    height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}

@media screen and (max-width: 750px) {
  .scr table.has-fixed-layout {
    width: 700px!important;
  }
  .scr .has-fixed-layout tr th, .scr .has-fixed-layout tr td {
     display: table-cell!important;
   }
}