@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Utility
------------------------------------------------------*/
:root {
	--font-sans:"Noto Sans JP","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","Yu Gothic Medium","Meiryo","Microsoft YaHei",sans-serif;
  --text-color: #3f3a32;
  --main-color: #4F78CF;
	--dark-color: #EE7431;
	--sub-color: #D3D3D3;
}
/* --------------------------------
   Base Typography
-------------------------------- */
html {
  font-family: var(--font-sans);
  font-size: 62.5%;
  font-weight: 400;
}
body {
	background: #fff;
  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;
}

/*-----------------------------------------------------
	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 {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: calc(100% - 40px);
  }
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 131px;
}
body:not(.home):not(.front-page) header {
  background: rgba(255,255,255,.88);
}
.header_inner {
  position: relative;
}
.header_logo {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
}
.header_logo span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
body:not(.home):not(.front-page) .header_logo span {
	color: var(--text-color);
}
.header_text {
	position: absolute;
	top: 34px;
	left: 186px;
	padding: 10px 17px;
	background: #4F78CF;
	background: linear-gradient(189deg, rgba(79, 120, 207, .85) 0%, rgba(151, 176, 249, .85) 27%, rgba(79, 120, 207, .85) 69%, rgba(151, 176, 249, .85) 100%);
	box-shadow: 
  0px 0px 10px rgba(255,255,255,.55),
  0px 0px 10px rgba(255,255,255,.55);
	border-radius: 6px;
	text-shadow: 
  0px 0px 30px rgba(79,120,207,.85),
  0px 0px 30px rgba(79,120,207,.85);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
.header_text_br {
	display: block;
}
.header_top {
	position: absolute;
	top: 0;
	right: 0;
}
.header_top ul.flex {
  align-items: center;
  justify-content: flex-end;
}
.header_top ul.flex li a {
  display: block;
	position: relative;
	padding: 6px 20px 11px 40px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.header_top ul.flex li a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.header_top ul.flex li.tel a {
	background: var(--main-color);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.header_top ul.flex li.tel a span {
  display: block;
	margin-top: 3px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.header_top ul.flex li.tel a::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/tel_icon_w.svg");
}
.header_top ul.flex li.web a {
	background: #F0743A;
}
.header_top ul.flex li.web a span {
  display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.header_top ul.flex li.web a::before {
  width: 22px;
  height: 18px;
  background-image: url("../img/common/web_icon.svg");
}
.header_top ul.flex li.line a {
	padding-top: 15.5px;
	padding-bottom: 15.5px;
	background: #06C755;
}
.header_top ul.flex li.line a::before {
  width: 21px;
  height: 21px;
  background-image: url("../img/common/line_icon.svg");
}
.header_nav {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 1;
  padding-right: 40px;
  padding-left: 40px;
  background: rgba(255,255,255,.88);
	box-shadow: -4px 5px 10px 0px rgba(0,0,0,0.15);
}
body:not(.home):not(.front-page) .header_nav {
	box-shadow: none;
}
.header_nav ul.flex {
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
}
.header_nav ul.flex > li.has-child {
  position: static;
}
.header_nav ul.flex > li > a {
  display: block;
  padding: 15.5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.header_nav ul.flex > li:last-of-type > a {
  padding-right: 22px;
}
.header_nav ul.flex > li > a span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(79,120,207,.5);
}
.header_nav ul.flex:has(> li.has-child:hover) > li,
.header_nav ul.flex:has(> li.has-child:focus-within) > li,
.header_nav ul.flex:has(> li.has-child > ul.mega:hover) > li {
  opacity: 0.3;
  transition: opacity .2s ease;
}

.header_nav ul.flex:has(> li.has-child:hover) > li.has-child:hover,
.header_nav ul.flex:has(> li.has-child:focus-within) > li.has-child:focus-within,
.header_nav ul.flex:has(> li.has-child > ul.mega:hover) > li.has-child:has(> ul.mega:hover) {
  opacity: 1;
}
.header_nav ul.flex > li.has-child > ul.mega {
  display: flex;
	gap: 15px 20px;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 100;
	min-width: 800px;
	max-width: 100%;
  padding: 30px 30px 15px;
  background: #fff;
	box-shadow: -4px 5px 10px 0px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.header_nav ul.flex > li.has-child > ul.mega::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.header_nav ul.flex > li.has-child > ul.mega::after{
  content: "";
  display: block;
  clear: both;
}
.header_nav ul.flex > li.has-child:hover > ul.mega,
.header_nav ul.flex > li.has-child:focus-within > ul.mega,
.header_nav ul.flex > li.has-child > ul.mega:hover{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header_nav ul.flex > li.has-child > ul.mega > li.mega_title {
	float: none;
  width: 100%;
	margin-bottom: 30px;
}
.header_nav ul.flex > li.has-child > ul.mega > li.mega_title h3 {
  
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.header_nav ul.flex > li.has-child > ul.mega > li.mega_title h3 span {
  display: inline-block;
	margin-left: 8px;
	
  font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: rgba(79,120,207,.5);
}
.header_nav ul.flex > li.has-child > ul.mega > li.mega_title > a {
  display: none;
}
.header_nav ul.flex > li.has-child > ul.mega > li {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
.header_nav ul.flex > li.has-child > ul.mega > li > a {
	position: relative;
	padding: 0;
	padding-right: 10px;
	padding-left: 15px;
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}
.header_nav ul.flex > li.has-child > ul.mega > li > a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url("../img/common/mega_arrow.svg") no-repeat center center;
  background-size: cover;
}
/* bogo */
.bogo-language-switcher {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.bogo-language-switcher::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 47px);
  background: rgba(63,58,50,.3);
}
.bogo-language-switcher li span,
.bogo-language-switcher li span a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(63,58,50,.5);
  text-align: center;
}
.bogo-language-switcher li:first-of-type::after {
  content: "/";
  margin-right: 4px;
  margin-left: 4px;
  color: var(--text-color);
}
.bogo-language-switcher li.current span a {
  color: var(--text-color);
  text-decoration: underline;
}
#sp-fixed-menu {
	display: none;
}
/* fixed */
header.fixed {
	height: 82px;
  background: #fff;
	box-shadow: 0 5px 20px 0px rgba(0,0,0,0.15);
}
body:not(.home):not(.front-page) header.fixed {
  background: #fff;
}
header.fixed .header_logo {
	top: 10px;
	left: 10px;
}
header.fixed .header_logo img {
	width: 80px;
	height: 42px;
}
header.fixed .header_logo span {
	font-size: 12px;
	color: var(--text-color);
}
header.fixed .header_text {
	display: none;
}
header.fixed .header_top ul.flex li a {
	padding: 38px 15px 10px;
	font-size: 16px;
}
header.fixed .header_top ul.flex li a::before {
	top: 10px;
	left: 50%;
	transform: translateX(-50%) translateY(0);
}
header.fixed .header_top ul.flex li.tel a {
	padding: 35px 15px 10px;
	font-size: 16px;
}
header.fixed .header_top ul.flex li.tel a span {
	margin-top: 3px;
	font-size: 11px;
}
header.fixed .header_top ul.flex li.web a span {
	font-size: 11px;
}
header.fixed .header_top ul.flex li.line a {
	padding-top: 46px;
	padding-bottom: 13px;
}
header.fixed .header_top ul.flex li.line a::before {
  top: 17px;
}
header.fixed .header_nav {
  top: 9px;
  right: 367px;
	background: none;
	box-shadow: none;
}
@media screen and (max-width: 1485px) {
	header.fixed .header_top ul.flex li a {
		padding: 41px 10px 10px;
		font-size: 14px;
	}
	header.fixed .header_top ul.flex li a::before {
		top: 10px;
	}
	header.fixed .header_top ul.flex li.tel a {
		padding: 38px 10px 10px;
		font-size: 14px;
	}
	header.fixed .header_top ul.flex li.line a {
		padding-top: 49px;
		padding-bottom: 13px;
	}
	header.fixed .header_top ul.flex li.line a::before {
		top: 17px;
	}
	header.fixed .header_nav {
		top: 9px;
		right: 302px;
	}
	header.fixed .header_nav {
		padding-right: 30px;
		padding-left: 30px;
	}
	header.fixed .header_nav ul.flex {
		gap: 24px;
	}
	header.fixed .header_nav ul.flex > li > a {
		font-size: 14px;
	}
	header.fixed .header_nav ul.flex > li:last-of-type > a {
		padding-right: 15px;
	}
	header.fixed .bogo-language-switcher {
		padding-left: 15px;
	}
}
@media screen and (max-width: 1400px) {
	.header_text {
		top: 16px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.header_text_br {
		display: none;
	}
}
@media screen and (max-width: 1325px) {
	header.fixed .header_nav {
		padding-right: 10px;
		padding-left: 10px;
	}
	header.fixed .header_nav ul.flex {
		gap: 10px;
	}
	header.fixed .header_nav ul.flex > li > a {
		font-size: 12px;
	}
	header.fixed .header_nav ul.flex > li:last-of-type > a {
		padding-right: 10px;
	}
	header.fixed .bogo-language-switcher {
		padding-left: 10px;
	}
}
@media screen and (max-width: 1215px) {
	.header_nav {
		padding-right: 30px;
		padding-left: 30px;
	}
	.header_nav ul.flex {
		gap: 24px;
	}
	.header_nav ul.flex > li > a {
		font-size: 14px;
	}
	.header_nav ul.flex > li:last-of-type > a {
		padding-right: 15px;
	}
	.header_nav ul.flex > li.has-child > ul.mega > li {
		width: 33.333333333333%;
	}
	.bogo-language-switcher {
		padding-left: 15px;
	}
}
@media screen and (min-width: 1081px) {
	.fat-nav, .fat-nav ul, .fat-nav__wrapper .fat-nav_header, .nav_cv {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
  header {
    height: 120px;
  }
  .header_nav, .header_top {
    display: none;
  }
	.header_text {
		top: 0;
		left: 0;
		width: 100%;
		padding: 6px 0 5px;
		background: var(--main-color);
		border: none;
		border-radius: 0;
		font-size: 13px;
	}
	.header_logo {
		top: 40px;
		left: 10px;
	}
	.header_logo img {
		width: 98px;
		height: 52px;
	}
	.header_logo span {
		font-size: 12px;
	}
	header.fixed .header_text {
		display: block;
		border: none;
		color: #fff;
	}
	header.fixed {
		height: 120px;
	}
	header.fixed .header_logo {
		top: 40px;
		left: 10px;
	}
	header.fixed .header_logo img {
		width: 98px;
		height: 52px;
	}
	header.fixed .header_logo span {
		font-size: 12px;
	}
	/* SPメニュー */
  .hamburger {
    display: block;
    position: fixed;
    top: 46px;
    right: 12px;
    z-index: 10002;
    width: 56px ;
    height: 56px;
    padding: 0;
		background: var(--main-color);
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 27px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 24px;
    height: 2px;
		position: absolute;
    top: 0;
		right: 16px;
    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: 24px;
    top: -7px;
  }
  .hamburger__icon::after {
		width: 24px;
    top: 7px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 24px;
    height: 2px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-7px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
	.fat-nav_header {
    position: fixed;
    top: 0;
    left: 0;
		z-index: 10;
		width: 100%;
		height: 120px !important;
  }
	.fat-nav_header .flex {
		justify-content: space-between;
	}
  .fat-nav_header_text {
		width: 100%;
		padding: 6px 0 5px;
		background: var(--main-color);
		border: none;
		
		font-size: 13px;
		font-weight: 500;
		line-height: 1.3;
		color: #fff;
		text-align: center;
	}
	.fat-nav_header_logo {
		padding-top: 12px;
		padding-left: 10px;
		text-align: center;
	}
	.fat-nav_header_logo img {
		width: 98px;
		height: 52px;
	}
	.fat-nav_header_logo span {
		display: block;
		
		font-size: 12px;
		font-weight: 500;
	}
	/* bogo */
	.bogo-language-switcher {
		padding-right: 92px;
		padding-left: 0;
	}
	.bogo-language-switcher::before {
		display: none;
	}
	.bogo-language-switcher li span,
	.bogo-language-switcher li span a {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		color: rgba(63,58,50,.5);
		text-align: center;
	}
	.bogo-language-switcher li:first-of-type::after {
		content: "/";
		margin-right: 4px;
		margin-left: 4px;
		color: var(--text-color);
	}
	.bogo-language-switcher li.current span a {
		color: var(--text-color);
		text-decoration: underline;
	}
  .fat-nav__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
	.fat-nav_inner {
		width: 100%;
		height: 100%;
    padding: 129px 0 56px;
    background: rgba(255,255,255,.89);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
  .fat-nav_inner li a {
    display: block;
    padding: 22px 20px;
		border-bottom: 1px solid #DDDDDD;
		
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.1em;
  }
	.fat-nav_inner li:first-of-type a {
		border-top: 1px solid #DDDDDD;
  }
	.fat-nav_inner li a span {
		display: inline-block;
		margin-left: 8px;
		
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.04em;
		color: rgba(79,120,207,.5);
  }
	.fat-nav_inner a.no_link {
		border-bottom: none;
	}
	.fat-nav_inner ul.child_list {
		gap: 15px 20px;
		padding: 0 20px 20px;
		border-bottom: 1px solid #DDDDDD;
  }
	.fat-nav_inner ul.child_list li {
		width: calc((100% - 40px) / 3);
	}
	.fat-nav_inner ul.child_list li:first-of-type a {
		border-top: none;
  }
	.fat-nav_inner ul.child_list li a {
		position: relative;
		padding: 0;
		padding-right: 10px;
		padding-left: 15px;
		border-bottom: none;
		font-family: var(--font-sans);
		font-size: 13px;
		font-weight: 500;
		line-height: 1.75;
		text-align: left;
	}
	.fat-nav_inner ul.child_list li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 9px;
		height: 15px;
		background: url("../img/common/mega_arrow.svg") no-repeat center center;
		background-size: cover;
	}
	#sp-fixed-menu {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10002;
		opacity: 0;
		transition: opacity 0.5s ease;
		width: 100%;
	}
	#sp-fixed-menu.show {
		display: block;
		opacity: 1;
	}
	#sp-fixed-menu ul {
		align-items: center;
	}
	#sp-fixed-menu ul li {
		width: 33.333333333%;
		height: 56px;
	}
	#sp-fixed-menu ul li.sp_fixed_tel {
		background: #EDEBF7;
	}
	#sp-fixed-menu ul li.sp_fixed_tel a span {
		font-weight: 400;
		color: var(--main-color);
	}
	#sp-fixed-menu ul li.sp_fixed_web {
		background: #F0743A;
	}
	#sp-fixed-menu ul li.sp_fixed_line {
		background: #06C755;
	}
	#sp-fixed-menu ul li.sp_fixed_contact {
		background: var(--main-color);
	}
	#sp-fixed-menu ul li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: center;
	}
	#sp-fixed-menu ul li a span {
		display: block;
		position: absolute;
		bottom: 6px;
		left: 0;
		width: 100%;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.5;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.fat-nav_inner ul.child_list li {
		width: calc((100% - 20px) / 2);
	}
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
	position: relative;
	z-index: 1;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	color: var(--main-color);
	text-align: center;
}
.midasi_01 span {
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	
	font-size: 116px;
	font-weight: 400;
	line-height: 1;
	color: rgba(79,120,207,.07);
}
.midasi_01::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 1px;
  background: rgba(79,120,207,.3);
}
.midasi_01::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
	transform: translateX(-50%);
  z-index: -1;
  width: 403px;
  height: 1px;
  background: var(--main-color);
}
@media screen and (max-width: 1080px) {
	.midasi_01 span {
		font-size: 88px;
	}
}
@media screen and (max-width: 750px) {
	.midasi_01 {
		font-size: 32px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	.midasi_01 span {
		font-size: 76px;
	}
	.midasi_01::before {
		bottom: -30px;
	}
	.midasi_01::after {
		bottom: -30px;
		width: 290px;
	}
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more_01 {
	display: inline-block;
	position: relative;
	width: 416px;
	max-width: 100%;
	padding: 33px 10px;
	background: #fff;
	border-radius: 9999px;
	border: 1px solid var(--main-color);
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.link_more_01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../img/common/link_arrow_black.svg") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.link_more_01 {
		padding: 23px 10px;
		font-size: 16px;
	}
	.link_more_01::after {
		right: 17px;
		width: 30px;
		height: 30px;
	}
}

/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
	top: 0;
  z-index: 0;
  width: 100%;
  height: 411px;
}
#page_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.breadcrumbs {
	padding: 15px 0;
  font-size: 14px;
	font-weight: 500;
  line-height: 1.5;
	letter-spacing: 0.05em;
}
.breadcrumbs a { text-decoration: none;font-weight: 400; }
.breadcrumbs__list {
  display: flex; 
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  list-style: none;
  margin: 0; padding: 0;
}
@media screen and (max-width: 750px) {
	#page_mv {
		height: 400px;
	}
	.breadcrumbs {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	ページタイトル
------------------------------------------------------*/
.title_area {
	margin-top: 70px;
	margin-bottom: 80px;
}
.title_area h1.title_area_midasi, .title_area div.title_area_midasi {
	position: relative;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: none !important;
	font-size: 38px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.05em;
	text-align: center !important;
	color: #4F78CF;
}
.title_area h1.title_area_midasi::after, .title_area div.title_area_midasi::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
  width: 41px;
  height: 4px;
  background: #4F78CF;
}
.title_area .en_title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #35A1E2;
}
/*-----------------------------------------------------
	ページイメージ
------------------------------------------------------*/
.page_img {
	margin-bottom: 80px;
}
.page_img img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.title_area {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.title_area h1.title_area_midasi, .title_area div.title_area_midasi {
		margin-bottom: 20px !important;
		padding-bottom: 10px !important;
		border-bottom: none !important;
		font-size: 25px !important;
	}
	.title_area h1.title_area_midasi::after, .title_area div.title_area_midasi::after {
		bottom: -8px;
		width: 20px;
		height: 2px;
	}
	.title_area .en_title {
		font-size: 20px;
	}
	.page_img {
		margin-bottom: 60px;
	}
}
/*-----------------------------------------------------
	目次
------------------------------------------------------*/
#ez-toc-container {
  display: block;
	width: 100% !important;
	margin-bottom: 80px;
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none;
}
div#ez-toc-container .ez-toc-title {
	display: block !important;
	position: relative;
	background: var(--main-color) !important;
	margin: 0 auto 30px;
	padding: 10px 24px;
	border-radius: 9999px !important;
	font-size: 24px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
}
div#ez-toc-container .ez-toc-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid var(--main-color);
}
.ez-toc-counter nav ul li {
	position: relative;
	width: fit-content;
	margin-bottom: 16px !important;
	padding-right: 24px !important;
	border-bottom: 1px solid rgba(79,120,207,.3);
}
.ez-toc-counter nav ul li::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 16px;
  height: 6px;
  background: url("../img/common/mokuji_arrow.svg") no-repeat center center;
  background-size: cover;
}
.ez-toc-counter nav ul li a::before {
	margin-left: -30px;
	color: var(--main-color);
}
ul.ez-toc-list li a {
	display: block !important;
	padding-bottom: 10px!important;
	padding-left: 30px!important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
	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 {
		margin-bottom: 60px;
	}
	div#ez-toc-container .ez-toc-title {
		font-size: 20px;
	}
	div#ez-toc-container .ez-toc-title::after {
		bottom: -15px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid var(--main-color);
	}
	.ez-toc-counter nav ul li {
		width: 100%;
	}
	ul.ez-toc-list li a {
		font-size: 14px !important;
	}
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.archive_wrap {
	max-width: 880px;
  margin: 0 auto;
	padding: 96px 0;
}
.main {
	counter-reset: flow-number;
	width: 880px;
	max-width: 100%;
  margin: 0 auto 100px;
}
.wp-block-group {
	margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
	.main {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 750px) {
	.archive_wrap {
		padding: 64px 0;
	}
	.main {
		width: calc(100% - 40px);
	}
	.wp-block-group {
		margin-bottom: 50px;
	}
}

.main mark { 
  font-style: normal;
}
.main a {
  color: var(--main-color);
  text-decoration: underline;
}
.main p.link a {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin-top: 20px;
	padding: 19px 80px 19px 20px;
	background: #fff;
	border: 1px solid #0ABAD9;
	border-radius: 9999px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: left;
  color: var(--text-color);
  text-decoration: none;
}
.main p.link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/common/link_arrow_black.svg") no-repeat center center;
	background-size: cover;
}
.main hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #dadada;
  margin: 3em 0;
  padding: 0;
}
.main h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: left;
}
.main h2 {
	margin-bottom: 40px;
	padding: 10px 30px;
	background: var(--main-color);
	border-radius: 9999px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
.main h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #35A1E2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
	color: #35A1E2;
}
.main h3 span {
  font-size: 16px;
}
.main h4 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--main-color);
}
.main h4::before {
  content: "";
  display: block;
  position: absolute;
	top: 14px;
	left: 0;
  width: 38px;
  height: 1px;
  background: var(--main-color);
}
.main h5 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main h6 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.main p.point {
  font-size: 14px;
	color: var(--main-color);
}
.main p.day {
  font-size: 14px;
	color: #35A1E2;
}
.main p.small {
  font-size: 14px;
	color: #666;
}
.main p.num {
	display: flex;
	align-items: center;
  font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	color: #35A1E2;
}
.main p.num span {
	display: inline-block;
	margin-right: 10px;
	padding: 1px 15px;
	background: #35A1E2;
  font-size: 34px;
	color: #fff;
}
.main p.num_text {
	margin-bottom: 30px;
	padding-left: 62px;
}
.main ul, .main ol {
  margin-bottom: 30px;
}
.main ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main ul li::marker {
  color: var(--main-color);
}
.main ul.check li {
	position: relative;
  margin-left: 0;
	padding-left: 24px;
  list-style-type: none;
}
.main ul.check li::after {
  content: "";
  display: block;
  position: absolute;
	top: 6px;
	left: 0;
  width: 18px;
  height: 14px;
  background: url("../img/common/check_icon.svg") no-repeat center center;
  background-size: cover;
}
.main ol li {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main .wp-element-caption {
  font-size: 16px;
}
.main figure img {
  max-width: 100%;
  height: auto;
	margin-bottom: 40px;
}
.main table {
  width: 100%;
  margin: 0 auto 40px;
}
.main table tr th {
  padding: 20px;
	background: rgba(79,120,207,.1);
	border: 1px solid rgba(79,120,207,.3);
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}
.main table tr td {
  padding: 20px;
	background: rgba(255,255,255,.6);
  border: 1px solid rgba(79,120,207,.3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}

.main .table_01 table {
  width: 100%;
  margin-bottom: 10px;
}
.main .table_01 table tr th {
  padding: 10px;
	background: var(--text-color);
	border-right: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.main .table_01 table tr th:last-child {
	background: #35A1E2;
	border-right: 1px solid #35A1E2;
}
.main .table_01 table tr td {
  padding: 20px;
	border: 1px solid rgba(79,120,207,.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.main .table_01 table tr td:first-child {
  background: rgba(136,136,136,.1);
}
.main .table_01 table tr td:last-child {
  background: rgba(53,161,226,.1);
	color: #35A1E2;
}
.main .table_02 table {
  width: 100%;
  margin-bottom: 10px;
}
.main .table_02 table tr th {
  padding: 10px;
	background: var(--text-color);
	border-right: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.main .table_02 table tr td {
  padding: 20px;
	border: 1px solid rgba(79,120,207,.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.main .table_02 table tr td:first-child {
  background: rgba(136,136,136,.1);
}
.main .case_table table {
  width: 100%;
  margin-bottom: 10px;
}
.main .case_table table tr th {
	width: 20%;
  padding: 20px;
	background: #35A1E2;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.main .case_table table tr td {
	width: 70%;
  padding: 20px;
	background: rgba(53,161,226,.1);
	border: none;
	border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}
.main .recruit table tr td:first-child {
  width: 200px;
	background: rgba(79,120,207,.1);
}
.main .price table {
  width: 100%;
  margin: 0 auto;
}
.main .price table tr th {
  position: relative;
  padding: 20px;
	border: none;
	border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.main .price table tr th:first-child {
  width: 20%;
}
.main .price table tr th:last-child {
  width: 15%;
}
.main .price table tr th::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #DADADA;
}
.main .price table tr th:last-child::after {
  display: none;
}
.main .price table tr td {
  padding: 20px;
	background: #FFF6EC;
  border: none;
  border-bottom: 1px solid #DADADA;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.main .price table tr td img {
	max-width: 100%;
  margin-top: 10px;
}
.main .price table tr td:first-child {
	background: none;
}
.main .price table tr td:last-child {
	background: none;
  text-align: right;
}

.mb0 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
	.main p.link {
		text-align: center;
	}
	.main p.link a {
		margin-top: 15px;
		padding: 17px 49px 17px 15px;
		font-size: 14px;
	}
	.main p.link a::after {
		right: 15px;
		width: 24px;
		height: 24px;
	}
	.main h1 {
		font-size: 25px;
	}
	.main h2 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	.main h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.main h3 span {
		font-size: 14px;
	}
	.main h4 {
		margin-bottom: 15px;
		padding-left: 20px;
		font-size: 18px;
	}
	.main h4::before {
		top: 12px;
		width: 15px;
	}
	.main h5 {
		font-size: 18px;
	}
	.main h6 {
		font-size: 14px;
	}
	.main p {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.main p.point {
		font-size: 13px;
	}
	.main p.day {
		font-size: 13px;
	}
	.main p.small {
		font-size: 13px;
	}
	.main p.num {
		font-size: 20px;
	}
	.main p.num span {
		padding: 1px 11px;
		font-size: 25px;
	}
	.main p.num_text {
		padding-left: 50px;
	}
	.main ul, .main ol {
		margin-bottom: 30px;
	}
	.main ul li {
		font-size: 14px;
	}
	.main ol li {
		font-size: 14px;
	}
	.main figure img {
		margin-bottom: 30px;
	}
	.main figure.table_wrap {
		padding-top: 10px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.main figure.table_wrap table{
		width: max-content;
		min-width: 100%;
		border-collapse: collapse;
	}
	.main figure.table_wrap th,
	.main figure.table_wrap td {
		white-space: nowrap;
	}
	.main table {
		margin: 0 auto 30px;
	}
	.main table tr th {
		padding: 10px;
		font-size: 14px;
	}
	.main table tr td {
		padding: 10px;
		font-size: 14px;
	}
	.main .table_01 table tr th {
		font-size: 16px;
	}
	.main .table_01 table tr td {
		padding: 10px;
		font-size: 14px;
	}
	.main .table_02 table tr th {
		font-size: 16px;
	}
	.main .table_02 table tr td {
		padding: 10px;
		font-size: 14px;
	}
	.main .case_table table tr th {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
	.main .case_table table tr td {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.wp-block-table.sp_col_01 table,
  .wp-block-table.sp_col_01 thead,
  .wp-block-table.sp_col_01 tbody,
  .wp-block-table.sp_col_01 th,
  .wp-block-table.sp_col_01 td,
  .wp-block-table.sp_col_01 tr {
    display: block;
  }
  .wp-block-table.sp_col_01 thead {
    display: none;
  }
	.wp-block-table.sp_col_01 th, .wp-block-table.sp_col_01 td {
    border-bottom: none;
  }
  .wp-block-table.sp_col_01 tr:last-of-type td {
		border-bottom: 1px solid rgba(79,120,207,.3);
  }
	.main .recruit table tr td:first-child {
		width: 100%;
	}
	.main .recruit table tr:last-of-type td:first-child {
		border-bottom: none;
  }
	.wp-block-table.is-scroll-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wp-block-table.is-scroll-sp table {
    min-width: 600px;
    border-collapse: collapse;
  }
	.main .price table,
  .main .price tbody,
  .main .price tr,
  .main .price td { display: block; width: 100% !important; }
  .main .price table tr:first-child { display:none; }
  .main .price table tr { 
    border: 1px solid #DADADA;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 16px;
    background: #fff;
  }
  .main .price table tr td:nth-child(1) {
    padding: 14px 12px;
    font-weight: 700;
    border-bottom: 1px solid #E6E6E6;
  }
  .main .price table tr td:nth-child(3) {
    padding: 14px 12px;
    text-align: right;
    font-weight: 700;
    border-bottom: none;
  }
  .main .price table tr td:nth-child(2) {
    padding: 14px 12px;
    border-bottom: none;
    background: #FFF6EC;
  }

	
}
/*-----------------------------------------------------
	flow
------------------------------------------------------*/
.main .flow {
	position: relative;
	margin-bottom: 30px;
	counter-increment: flow-number;
}
.main .flow h3 {
	position: relative;
	margin-bottom: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 41px;
	background: none;
	border-bottom: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
	text-align: left;
}
.main .flow h3::before {
  content: counter(flow-number, decimal);
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 30px;
  height: 30px;
	padding: 5px 3px;
  background: var(--main-color);
	border-radius: 50%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-align: center;
}
/*-----------------------------------------------------
	faq
------------------------------------------------------*/
.main .faq {
	margin-bottom: 30px;
}
.main .faq h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 20px 8px 45px;
	background: #35A1E2;
	border-radius: 9999px;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.main .faq h3::before {
  content: "Q";
  display: block;
	position: absolute;
	top: 7px;
	left: 20px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.main .faq h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.main .faq h3::before {
		font-size: 20px;
	}
}
/*-----------------------------------------------------
	page_case
------------------------------------------------------*/
.main .page_case {
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.main .page_case .wp-block-column {
	position: relative;
	z-index: 1;
}
.main .page_case .wp-block-column::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: -14%;
	transform: translateY(-50%);
  width: 15px;
  height: 50px;
  background: url("../img/common/page_case_arrow.svg") no-repeat center center;
  background-size: cover;
}
.main .page_case .wp-block-column::before {
  content: "BEFORE";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 8px 20px;
  background: var(--text-color);
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.main .page_case .wp-block-column:last-of-type::after {
	display: none;
}
.main .page_case .wp-block-column:last-of-type::before {
  content: "AFTER";
  background: var(--main-color);
}
.main .page_case .wp-block-column img {
	margin-bottom: 0;
}
@media screen and (max-width: 780px) {
	.main .page_case .wp-block-column::after {
		top: auto;
		bottom: -24px;
		right: auto;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 50px;
		height: 15px;
		background: url("../img/common/page_case_arrow_down.svg") no-repeat center center;
		background-size: cover;
	}
	.main .page_case .wp-block-column::before {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	pay
------------------------------------------------------*/
.pay .wp-block-column {
	padding: 25px;
}
.pay .wp-block-column h3 {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.pay .wp-block-column p {
	margin-bottom: 0;
}
/*-----------------------------------------------------
	monitor
------------------------------------------------------*/
.monitor_price {
	margin-bottom: 30px;
	padding: 25px;
	background: rgba(53,161,226,.1);
	text-align: center;
}
.monitor_price_title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	color: #35A1E2;
}
.price_flex {
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.price_flex span {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
}
.price_flex span.lot {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid var(--text-color);
	font-size: 17px;
	text-align: center;
}
.price_flex img {
	width: 12px;
	height: 40px;
}
.price_flex em {
	font-size: 52px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: var(--main-color);
}
.price_flex span.small {
	color: var(--main-color);
}
.monitor_price .link_more_01 {
	width: 320px;
	max-width: 100%;
	padding: 20px 30px;
	background: #F0743A;
	border: none;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-align: left;
}
.monitor_price .link_more_01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url("../img/common/orange_arrow.svg") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 750px) {
	.monitor_price {
		padding: 20px;
	}
	.monitor_price_title {
		font-size: 20px;
	}
	.price_flex {
		flex-direction: column;
		gap: 0;
	}
	.price_flex span {
		font-size: 18px;
	}
	.price_flex span.lot {
		font-size: 16px;
	}
	.price_flex img {
		transform: rotate(90deg);
	}
	.price_flex em {
		font-size: 40px;
	}
	.monitor_price .link_more_01 {
		width: 320px;
		max-width: 100%;
		padding: 20px 30px;
		background: #F0743A;
		border: none;
		font-size: 16px;
		text-decoration: none;
		color: #fff;
		text-align: left;
	}
	.monitor_price .link_more_01::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		background: url("../img/common/orange_arrow.svg") no-repeat center center;
		background-size: cover;
	}
}
/*-----------------------------------------------------
	contact
------------------------------------------------------*/
.contactForm {
	width: 100%;
	margin: 60px auto;
	padding: 30px;
	background: rgba(255,255,255,.8);
}
.contact_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.contact_item p {
	width: 100%;
}
.contact_item label {
	display: block;
}
.contact_item input {
}
.contact_item input[type="text"], .contact_item input[type="tel"], .contact_item input[type="email"] {
	width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(79,120,207,.3);
  border-radius: 3px;
  transition: all .3s;
  font-size: 16px;
  outline: none;
  appearance: none;
}
.contact_item textarea {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(79,120,207,.3);
  border-radius: 3px;
  transition: all .3s;
  font-size: 16px;
  outline: none;
  appearance: none;
}
.contact_item select {
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(79,120,207,.3);
  border-radius: 3px;
  transition: all .3s;
  font-size: 14px;
  outline: none;
}
.btnArea p {
  text-align: center;
}
.btnArea input {
  max-width: 100%;
  width: 250px;
	margin: 30px auto 0;
  outline: none;
  appearance: none;
  border: none;
  background: var(--main-color);
  border-radius: 3em;
  padding: 12px 30px 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wpcf7-spinner {
  display: none;
}
/*-----------------------------------------------------
	menu_link
------------------------------------------------------*/
.menu_list {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.menu_list li {
	position: relative;
	width: calc((100% - 60px) / 3);
}
.menu_list li::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	transform: translateY(-50%) rotate(-45deg);
}
.menu_list li a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  align-items: center;
	padding-right: 10px;
  background: #fff;
  border: 1px solid #dadada;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.menu_list li a img {
	width: 94px;
  height: auto;
  margin-right: 18px;
}
@media screen and (max-width: 1160px) {
  .menu_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 750px) {
	.menu_list {
		gap: 10px;
	}
	.menu_list li {
		position: relative;
		width: calc((100% - 10px) / 2);
	}
	.menu_list li::after {
		display: none;
	}
	.menu_list li a {
		padding-right: 5px;
		font-size: 13px;
	}
	.menu_list li a img {
		width: 70px;
		height: auto;
		margin-right: 8px;
	}
}
@media screen and (max-width: 560px) {
	.menu_list li {
		width: 100%;
	}
}
/*-----------------------------------------------------
	投稿
------------------------------------------------------*/
.post_layout {
	gap: 60px;
  width: 1200px;
	margin: 60px auto 100px;
}
.post_main {
	width: 830px;
}
.date_cat {
	align-items: center;
	gap: 20px;
}
.date_cat .date {
	
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.date_cat .category span.cat a {
	display: inline-block;
	padding: 5px 10px;
	background: var(--main-color);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.post_thumb {
  margin: 20px 0 30px;
}
.post_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.post_sidebar {
	width: 310px;
}
.sidebar_box + .sidebar_box {
  margin-top: 30px;
}
.sidebar_list {
  list-style-type: none;
	padding: 20px;
  background: #EDEBF7;
}
.sidebar_list li a {
  text-decoration: none;
}
.sidebar_item + .sidebar_item{
  margin-top: 10px;
}
.sidebar_date {
  display: block;
  font-size: 14px;
  opacity: .7;
}
@media (max-width: 1280px){
  .post_layout {
    gap: 5%;
		width: calc(100% - 80px);
  }
	.post_main {
		width: 65%;
	}
	.post_sidebar {
		width: 30%;
	}
}
@media (max-width: 1080px){
	.post_layout {
    gap: 60px;
  }
	.post_main {
		width: 100%;
	}
  .post_sidebar {
		width: 100%;
  }
}
@media (max-width: 750px){
	.post_layout {
    width: calc(100% - 40px);
		margin: 30px auto 60px;
  }
}

/* 監修者情報 */
.column_supervisor {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  padding: 20px 30px;
  background-color: #fff;
}
.column_supervisor-ttl {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--main-color);
}
.column_supervisor-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
.column_supervisor-img {
  width: 120px;
  height: auto;
  border: 1px solid rgba(15, 31, 77, 0.3);
  border-radius: 50%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.column_supervisor-txt {
  width: calc(100% - 120px - 40px);
}
.column_supervisor-txt--head {
  display: flex;
  align-items: center;
}
.column_supervisor-2 .column_supervisor-txt--head {
  justify-content: space-between;
}
.column_supervisor-txt--name {
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
}
.column_supervisor-txt--name:hover {
  opacity: 0.6;
}
.column_supervisor-txt--job {
  font-weight: bold;
  margin-left: 20px;
}
.column_supervisor-txt--desc {
  font-size: 14px;
  margin-top: 8px;
}
.column_supervisor-2 .column_supervisor-txt--desc {
  margin-top: 12px;
}
.column_supervisor-link_list {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.column_supervisor-2 .column_supervisor-link_list {
  margin-top: 0;
  margin-left: 20px;
}
.column_supervisor-link_list li {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
  padding: 0 !important;
  margin-right: 6px;
	list-style-type: none !important;
}
.column_supervisor-link_list li:last-of-type {
  margin-right: 0;
}
.column_supervisor-link_list li:before {
  content: none !important;
}
.column_supervisor-link_list a {
	position: relative;
  display: block !important;
  background-color: #fff;
  width: 30px !important;
  height: 30px;
  transition: 0.3s;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #0f1f4d;
}
.column_supervisor-link_list a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  width: 70%;
  height: 70%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.column_supervisor-txt--strong {
  font-weight: bold;
}
.column_supervisor-txt--subttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.column_supervisor-dl {
  margin-top: 4px;
}
.column_supervisor-dl > div {
  display: flex;
}
.column_supervisor-dl dt {
  width: 120px;
  font-size: 14px;
  font-weight: normal;
}
.column_supervisor-dl dd {
  width: calc(100% - 120px);
  font-size: 14px;
}
.column_supervisor-txt--belong {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .column_supervisor {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column_supervisor-ttl {
    font-size: 14px;
    padding-bottom: 8px;
    text-align: center;
  }
  .column_supervisor-wrap {
    display: block;
  }
  .column_supervisor-img {
    margin-left: auto;
    margin-right: auto;
  }
  .column_supervisor-txt {
    width: 100%;
    margin-top: 12px;
  }
  .column_supervisor-txt--head {
    display: block;
    text-align: center;
  }
  .column_supervisor-txt--name {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .column_supervisor-txt--job {
    margin-left: 0;
    display: block;
    font-size: 14px;
  }
  .column_supervisor-2 .column_supervisor-txt--desc {
    margin-top: 12px;
  }
  .column_supervisor-link_list {
    justify-content: center;
    margin-top: 16px;
  }
  .column_supervisor-2 .column_supervisor-link_list {
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .column_supervisor-txt--subttl {
    margin-top: 16px;
  }
  .column_supervisor-dl {
    margin-top: 2px;
  }
  .column_supervisor-dl > div {
    display: block;
  }
  .column_supervisor-dl dt {
    width: 100%;
    font-weight: bold;
  }
  .column_supervisor-dl dd {
    width: 100%;
  }
}
.js-supervisor_hidden {
  height: 0;
  opacity: 0;
  pointer-events: none;
  &.is_show {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
}
.column_supervisor-more {
  text-align: right;
  display: none;
  &.is_show {
    display: block;
  }
}
.column_supervisor-more--link {
  text-decoration: underline;
  transition: 0.3s;
  font-size: 16px;
  color: #0f1f4d;
}
.column_supervisor-more--link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .column_supervisor-more--link {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	症例　投稿
------------------------------------------------------*/
.case {
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.06);
}
.case_num {
	margin-bottom: 15px;
	padding: 6px;
	background: rgba(37, 89, 201, 10);
	background: linear-gradient(90deg, rgba(37, 89, 201, .4) 0%, rgba(37, 89, 201, 1) 50%, rgba(37, 89, 201, .4) 100%);
	
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #fff;
	text-align: center;
}
.case h2 {
	margin-bottom: 46px;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	border-bottom: none;
	font-size: 28px;
	line-height: 1.5;
	color: var(--main-color);
}
.case_inner {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 0 30px 30px 30px;
	background: #F3F6FE;
}
.case_img.one_img {
  width: 100%;
}
.case_img.one_img img {
	display: block;
  width: 100%;
  height: auto;
	margin-bottom: 20px;
}
.case_img {
	align-items: center;
	position: relative;
	top: -30px;
	margin-bottom: 20px;
}
.before_img, .after_img {
	display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
	position: relative;
	width: 47.8%;
	height: 254px;
	margin-bottom: 58px;
	padding: 5px;
	background: #fff;
	border: 1px solid rgba(79,120,207,.3);
	text-align: center;
}
.before_img img, .after_img img {
	max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.before_img h3,
.after_img h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.before_img::after,
.after_img::after {
  position: absolute;
  left: 0;
  bottom: -39px;
	width: 100%;
	padding: 8px 10px;
	
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #fff;
	text-align: left;
}
.before_img::after {
  content: "BEFORE";
	background: var(--text-color);
}
.after_img::after {
  content: "AFTER";
	background: var(--main-color);
}
.case_arrow {
	width: 4.4%;
	text-align: center;
}
.case h4 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	padding-left: 0;
	
	font-size: 16px;
	text-align: center;
}
.case h4::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
  width: 100%;
  height: 1px;
  background: rgba(79,120,207,.3);
}
.case h4 span {
	display: inline-block;
	padding: 0 10px;
	background: #F3F6FE;
}
.case p {
	margin-bottom: 20px;
	font-family: var(--font-sans);
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width: 750px) {
	.case {
		padding: 10px 0;
	}
	.case_num {
		font-size: 12px;
	}
	.case h2 {
		margin-bottom: 46px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 24px;
	}
	.case_inner {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0 20px 20px 20px;
	}
	.case_img {
		flex-direction: column;
		top: -30px;
		margin-bottom: 30px;
	}
	.before_img, .after_img {
		width: 100%;
		height: 254px;
		margin-bottom: 43px;
	}
	.before_img::after,
	.after_img::after {
		bottom: -37px;
		font-size: 14px;
	}
	.case_arrow img {
		transform: rotate(90deg);
	}
	.case h4 {
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 14px;
	}
	.case p {
		margin-bottom: 15px;
	}
}
/*-----------------------------------------------------
	症例アーカイブリスト
------------------------------------------------------*/
.term_nav {
	margin-bottom: 50px;
}
.term_nav_list {
	gap: 10px;
}
.term_nav_item a {
	display: block;
	padding: 5px 20px;
	background: var(--main-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.case_list_child {
	display: block;
  width: calc((100% - 30px) / 2);
	padding: 20px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.06);
}
.case_list_child .case {
  box-shadow: none;
}
.case_list_child .case_img {
	top: 0;
	margin-bottom: 0;
}
.case_list_child .case h2 {
	margin-bottom: 0;
  font-size: 18px;
	color: var(--text-color);
}

@media screen and (max-width: 750px) {
	.term_nav {
		margin-bottom: 30px;
	}
	.term_nav_item a {
		font-size: 14px;
	}
	.case_list_child {
		width: 100%;
	}
}
/*-----------------------------------------------------
	症例アーカイブリスト TOP
------------------------------------------------------*/
.home_case .case_img {
	top: -30px;
	margin-bottom: 20px;
}
.home_case h3 {
	margin-bottom: 46px;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	border-bottom: none;
	
	font-size: 28px;
	line-height: 1.5;
	color: var(--main-color);
	text-align: center;
}
.home_case h4 {
	color: var(--main-color);
}
@media screen and (max-width: 1080px) {
	.home_case {
		width: 100%;
	}
	.home_case {
		padding: 0;
	}
}
@media screen and (max-width: 750px) {
	.home_case h3 {
		margin-bottom: 46px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 24px;
	}
}
/*-----------------------------------------------------
	サムネ付きアーカイブリスト
------------------------------------------------------*/
.archive_list {
  gap: 30px;
}
.archive_list_child {
	display: block;
  width: calc((100% - 60px) / 3);
}
.archive_list_child .thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 20px;
}
.archive_list_child .date {
	margin-bottom: 15px;
	
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.archive_list_child .category {
	gap: 10px;
	margin-bottom: 10px;
}
.archive_list_child .category span.cat {
	display: inline-block;
	padding: 5px 10px;
	background: var(--main-color);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}
.archive_list_child h2 {
  font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .archive_list_child {
    width: calc((100% - 30px) / 2);
  }
  .archive_list_child .thumb img {
    height: 31.5vw;
  }
}
@media screen and (max-width: 750px) {
  .archive_list {
    gap: 30px;
  }
  .archive_list_child {
    width: 100%;
  }
  .archive_list_child .thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
a.page-numbers, .pagination .current {
  display: block;
  margin: 0 3px;
	padding: 7px 9px;
	border: 1px solid var(--main-color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  color: var(--main-color);
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	color: #fff;
  opacity: 1;
}
a.page-numbers.next, a.page-numbers.prev {
  position: relative;
  width: 27.78px;
  height: 30px;
  margin: 0 10px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img, 
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover, a.page-numbers.prev:hover {
	background: var(--main-color);
  opacity: .6;
}


/*-----------------------------------------------------
	#medical
------------------------------------------------------*/
#medical {
	padding-bottom: 50px;
	background-image: url("../img/home/medical_bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF4E9;
}
.medical_header {
	margin-bottom: 37px;
	padding: 69px 0;
	background: url("../img/home/medical_header_bg.webp") no-repeat center center;
	background-size: cover;
	text-align: center;
}
.medical_header h2 {
	position: relative;
	z-index: 0;
}
.medical_header h2::after {
  content: "MEDICAL CONSULTATION";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	width: 100%;
	font-family: "Cormorant Garamond", serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	color: var(--main-color);
	text-align: center;
}
.medical_header h2 span {
	display: inline-block;
	margin: 0 4px;
	padding: 10px 13px 16px;
	background: var(--dark-color);
	
	font-size: 84px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
@media screen and (max-width: 1320px) {
	.medical_header h2::after {
		font-size: 7.576vw;
	}
}
@media screen and (max-width: 750px) {
	.medical_header {
		padding: 50px 0;
		background: url("../img/home/sp_medical_header_bg.webp") no-repeat center center;
		background-size: cover;
	}
	.medical_header h2::after {
		font-size: 6.667vw;
	}
	.medical_header h2 span {
		margin: 0 3px;
		padding: 6px 7.5px 9px;
		font-size: 45px;
	}
}
h3.medical_midasi {
	margin-bottom: 37px;
	text-align: center;
}
h3.medical_midasi span {
	padding: 0 20px;
	background: #777;
	border-radius: 100px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}
ul.medical_list {
	justify-content: center;
	gap: 16px;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #959595;
}
ul.medical_list li {
	width: 200px;
	height: 200px;
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25);
}
ul.medical_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 34px;
	background: #fff;
	text-align: center;
}
ul.medical_list li a::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 3px;
	right: 3px;
  width: 25px;
  height: 23px;
  background: url("../img/common/medical_icon.svg") no-repeat center center;
  background-size: cover;
}
ul.medical_list li a span {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	h3.medical_midasi {
		margin-bottom: 30px;
	}
	h3.medical_midasi span {
		font-size: 22px;
	}
	ul.medical_list {
		gap: 10px;
		padding-bottom: 30px;
	}
	ul.medical_list li {
		width: 190px;
		height: 190px;
	}
	ul.medical_list li a {
		padding-top: 34px;
	}
	ul.medical_list li a::after {
		width: 23px;
		height: 21px;
	}
	ul.medical_list li a span {
		font-size: 17px;
	}
}
@media screen and (max-width: 448px) {
	ul.medical_list li {
		width: 162px;
		height: 162px;
	}
	ul.medical_list li a img {
		height: 50px;
	}
}

/*-----------------------------------------------------
	.hour
------------------------------------------------------*/
.hour {
	width: 511px;
  max-width: 100%;
	padding: 18px 28px;
	background: #fff;
	box-shadow: 0 0 12px 0px rgba(0,0,0,0.17);
}
.hour table {
	width: 100%;
	
}
.hour table th {
	padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-align: center;
}
.hour table tbody tr th:first-of-type {
  width: 170px;
	padding-right: 10px;
	text-align: left;
}
.hour table tr td:first-child {
	
  font-size: 16px;
  font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: var(--text-color);
	text-align: left;
}
.hour table tbody tr td {
	padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid var(--text-color);
	font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.04em;
  vertical-align: middle;
	color: var(--main-color);
	text-align: center;
}
.hour table span {
	color: #8E5DFF;
}
@media screen and (max-width: 750px) {
	.hour {
		width: 100%;
		padding: 6px 20px;
	}
	.hour table th {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 13px;
	}
	.hour table tbody tr th:first-of-type {
		width: 120px;
		padding-right: 5px;
	}
	.hour table tr td:first-child {
		font-size: 13px;
	}
	.hour table tbody tr td {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	.information_hour
------------------------------------------------------*/
.information_hour {
	justify-content: space-between;
}
.information_hour_l {
	width: 48%;
}
.information_hour_l h3 {
	margin-bottom: 20px;
	padding: 5px;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--main-color);
	text-align: center;
}
.information_hour_l .hour {
	width: 100%;
}
.information_hour_header {
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.information_hour_header_child img {
	max-width: 100%;
}
.information_hour_header_child address {
	
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}
.information_hour_tel {
	display: inline-block;
	position: relative;
	padding-left: 19px;
	
	font-size: 14px;
	font-weight: 400;
	color: var(--main-color);
}
.information_hour_tel::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 14px;
  height: 14px;
	background: url("../img/common/tel_icon.svg") no-repeat center center;
	background-size: cover;
}
.information_hour_header_child p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(69,95,151,.7);
}
.information_hour_link {
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 20px;
}
.information_hour_link a {
	display: block;
	position: relative;
	width: 49%;
	padding: 16px 10px;
	background: var(--main-color);
	border-radius: 9999px;
	border: 1px solid var(--main-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.information_hour_link a:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url("../img/common/tel_icon_w.svg") no-repeat center center;
  background-size: cover;
}
.information_hour_link a:last-of-type {
	background: none;
	color: var(--text-color);
}
.information_hour_link a:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/link_arrow_black.svg") no-repeat center center;
  background-size: cover;
}
.guide_link {
	padding-right: 30.5px;
}
.guide_link span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--text-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
.guide_link span::after {
  content: "";
  display: block;
  position: absolute;
	top: calc(50% - 5px);
	right: -30.5px;
	transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url("../img/common/link_arrow_black.svg") no-repeat center center;
  background-size: cover;
}
.information_hour_r {
	width: 48%;
}
.information_hour_r iframe {
	width: 100%;
	height: 445px;
	margin-bottom: 16px;
}
.information_hour_r iframe.first {
	height: 378px;
}
.information_hour_r ul {
	align-items: center;
	gap: 12px;
}
.information_hour_r ul li, .information_hour_r ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
	.information_hour_header_child {
		width: 100%;
		text-align: center;
	}
	.information_hour_link a {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.information_hour_link a:first-of-type {
		margin-bottom: 10px;
	}
	.information_hour_r iframe {
		height: 595px;
	}
}
@media screen and (max-width: 900px) {
	.information_hour_l {
		width: 100%;
		margin-bottom: 30px;
	}
	.information_hour_r {
		width: 100%;
	}
	.information_hour_r iframe {
		height: 350px;
	}
}
@media screen and (max-width: 750px) {
	.information_hour_l h3 {
		font-size: 14px;
	}
	.information_hour_header {
		gap: 0;
		margin-bottom: 16px;
	}
	.information_hour_header_child img {
		width: 162px;
		height: auto;
	}
	.information_hour_header_child address {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.information_hour_tel {
		font-size: 16px;
	}
	.information_hour_link {
		margin-top: 20px;
	}
	.information_hour_link a {
		min-width: 278.5px;
		padding: 13px 10px;
		font-size: 14px;
	}
	.information_hour_r iframe {
		height: 64vw;
	}
	.information_hour_r ul {
		gap: 10px;
	}
	.information_hour_r ul li, .information_hour_r ul li a {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  padding-top: 80px;
	padding-bottom: 65px;
  background: #F8F9FA;
}
footer .footer_inner {
	width: 1080px;
	margin: 0 auto;
}
.footer_child {
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 80px;
}
.footer_l {
	gap: 35px;
	width: 55.6%;
}
.footer_nav {
	flex-direction: column;
	gap: 25px 0;
	width: calc((100% - 70px) / 3);
}
.footer_nav > li > a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
.footer_nav > li > ul {
	margin-top: 12px;
}
.footer_nav > li > ul > li > a {
	position: relative;
	padding-left: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}
.footer_nav > li > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 1px;
  background: rgba(63,58,50,.5);
}
.footer_r {
	width: 35.8%;
}
.footer_link {
	margin-bottom: 30px;
}
.footer_link a {
  display: block;
	position: relative;
	margin-bottom: 2px;
	padding: 15px 0;
	background: #F0743A;
	border-radius: 9999px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.footer_link a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 26px;
	width: 36px;
  height: 28px;
  background-image: url("../img/common/web_icon.svg");
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.footer_link a span {
  display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.footer_link a.footer_line {
	padding: 22.5px 0;
	background: #06C755;
}
.footer_link a.footer_line::before {
  width: 36px;
  height: 36px;
  background-image: url("../img/common/line_icon.svg");
}
.group_list h3 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
}
.group_list_text {
	gap: 8px 20px;
	padding: 10px;
	background: #fff;
}
.group_list_text li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

.footer_banner {
	justify-content: space-between;
	width: 1180px;
	margin: 0 auto;
}
.f_banner_01 {
	width: 180px;
}
.f_banner_01 ul li {
	width: 100%;
}
.f_banner_01 ul li img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 12px 0px rgba(0,0,0,0.17);
}
.f_banner_02 {
	width: calc(100% - 200px);
}
.f_banner_03 {
	width: 100%;
	margin-top: 25px;
}
.f_banner_02 ul {
	align-items: center;
	gap: 25px;
}
.f_banner_02 ul li:nth-of-type(1){
	width: 234px;
}
.f_banner_02 ul li:nth-of-type(2){
	width: 165px;
}
.f_banner_02 ul li:nth-of-type(3){
	width: 206px;
}
.f_banner_02 ul li:nth-of-type(4){
	width: 234px;
}
.f_banner_02 ul li:nth-of-type(5){
	width: 234px;
}
.f_banner_02 ul li:nth-of-type(6){
	width: 120px;
}
.f_banner_02 ul li img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 12px 0px rgba(0,0,0,0.17);
}
.f_banner_03 ul {
	justify-content: space-between;
}
.f_banner_03 ul li img {
	height: 66px;
	box-shadow: 0 0 12px 0px rgba(0,0,0,0.17);
}
@media screen and (max-width: 1260px) {
	.footer_banner {
		width: calc(100% - 80px);
	}
	.f_banner_03 ul {
		justify-content: flex-start;
		gap: 25px;
	}
}
@media screen and (max-width: 1160px) {
	footer .footer_inner {
		width: calc(100% - 80px);
	}
	.footer_l {
		gap: 20px;
		width: 63%;
	}
	.footer_nav {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 1080px) {
	footer {
		padding-bottom: 81px;
	}
}
@media screen and (max-width: 1000px) {
	.footer_l {
		gap: 20px;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_r {
		width: 100%;
	}
	.footer_link a {
		width: 350px;
		max-width: 100%;
		margin: 0 auto 2px;
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-top: 40px;
	}
	footer .footer_inner {
		width: calc(100% - 40px);
	}
	.footer_child {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.footer_l {
		gap: 5px;
	}
	.footer_nav {
		gap: 12px 0;
		width: calc((100% - 5px) / 2);
	}
	.footer_nav > li > a {
		font-size: 14px;
	}
	.footer_nav > li > ul > li > a {
		padding-left: 7px;
	}
	.footer_nav > li > ul > li > a::before {
		top: 7px;
		width: 5px;
	}
	.footer_link a {
		margin: 0 auto 10px;
		padding: 14px 0;
	}
	.footer_link a.footer_line {
		padding: 21.5px 0;
	}
	.group_list h3 {
		font-size: 14px;
		text-align: center;
	}
	.group_list_text {
		gap: 8px 10px;
	}
	.group_list_text li a {
		font-size: 12px;
	}
	.footer_banner {
		width: 80%;
	}
	.f_banner_01 {
		width: 48%;
	}
	.f_banner_02 {
		width: 48%;
	}
	.f_banner_03 {
		width: 100%;
		margin-top: 25px;
	}
	.f_banner_04 {
		width: 100%;
		margin-top: 25px;
	}
	.f_banner_02 ul {
		align-items: center;
		gap: 25px;
	}
	.f_banner_02 ul li:nth-of-type(1){
		width: 100%;
	}
	.f_banner_02 ul li:nth-of-type(2){
		width: 100%;
	}
	.f_banner_04 ul {
		justify-content: space-between;
		gap: 25px 0;
	}
	.f_banner_04 ul li {
		width: 48%;
	}
	.f_banner_04 ul li img {
		width: 100%;
		height: auto;
		box-shadow: 0 0 12px 0px rgba(0,0,0,0.17);
	}
	.f_banner_03 ul {
		justify-content: space-between;
		gap: 25px 0;
	}
	.f_banner_03 ul li {
		width: 48%;
	}
	.f_banner_03 ul li img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 414px) {
	.group_list_img {
		justify-content: space-between;
		gap: 0;
	}
	.group_list_img li {
		width: 48%;
	}
	.group_list_img li img {
		width: 100%;
	}
	.group_list_text {
		gap: 5px 0;
	}
	.group_list_text li {
		width: 100%;
	}
}
/*-----------------------------------------------------
	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;
   }
}