@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
html {
  font-size: 62.5%;
}
img, figure {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #464646;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ruby rt{
	font-size: 0.4em;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	left:0;
	bottom:-0.2em;
	line-height: 1;
}
em {
  font-style: normal;
  font-weight: 600;
}
sup, sub {
  font-size: 0.6em;
}

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-style: normal;
}

* {
  min-width: 0;
  min-height: 0;
}

body {
  padding: 0;
  margin: 0;
  background:#fff;
  position: relative;
  color: #464646;
  font-feature-settings: "palt"1;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  line-height: 1;
　transform: translate3d(0,0,0);
}

/*=================================
	common_setting
=================================*/
@media screen and (min-width:769px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .sp_none {
    display: none !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.object-fit-img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.object-fit-img.contain {
  object-fit: contain!important;
  width: 100% !important;
  height: 100% !important;
}

/*font*/
.font-mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*=================================
	header
=================================*/
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 80px;
	z-index: 10;
}

header .head_inbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_inbox .logo{
	height: 80px;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36%;
	max-width: 470px;
	padding:0 min(2.5vw,60px);
	border-bottom-right-radius: 10px;
	margin:0 auto 0 0;
}

header .head_inbox .logo a{
	display: block;
	width:380px;
	max-width: 100%;
}

header .head_inbox .logo figure{
	width:100%;
}

header .head_inbox .snsbox{
	height: 80px;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin:0 0 0 10px;
}

header .head_inbox .snsbox span{
	font-size: 1.4rem;
	width:100%;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: center;
	padding:0 15px;
	color:#464646;
	position: relative;
	display: block;
}

header .head_inbox .snsbox span::before{
	content: "";
	border-right: 1px solid #464646;
	display: block;
	height: 16px;
	transform: rotate(-25deg);
	position: absolute;
	top:0;
	left: 0;
}

header .head_inbox .snsbox span::after{
	content: "";
	border-right: 1px solid #464646;
	display: block;
	height: 16px;
	transform: rotate(25deg);
	position: absolute;
	top:0;
	right: 0;
}

header .head_inbox .snsbox .btnbox{
	display: flex;
	justify-content: center;
	margin-top:15px;
}

header .head_inbox .snsbox a{
	width:24px;
	display: block;
	margin:0 10px;
}

header .head_inbox .btnnav{
	display: flex;
}

header .head_inbox .linkbtn{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0 0 10px;
}

header .head_inbox .linkbtn.co_green{
	background:#aacc03;
}

header .head_inbox .linkbtn.co_blue{
	background:#54c2f0;
}

header .head_inbox .linkbtn.co_darkgreen{
	background:#00a199;
}

header .head_inbox nav{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top:0;
	left:150vw;
	background:#f5f5f0;
	z-index: 10;
	width:100%;
	height: 100dvh;
	transition: all 0.3s;
}

header .head_inbox nav.active{
	left: 0;
}

header .head_inbox nav .innerbox{
	max-width: 1080px;
	margin:0 auto;
	width:90%;
	display: flex;
	flex-wrap: wrap;
}

header .head_inbox nav .innerbox .head{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

header .head_inbox nav .innerbox .logo{
	max-width:365px;
	width:50%;
	background:none;
	padding:0;
	height: auto;
}

header .head_inbox nav .innerbox .logo a{
	width:100%;
}

header .head_inbox nav .innerbox .logo figure{
	width:100%;
}


@media screen and (min-width:751px) {
header .head_inbox nav .innerbox .snsbox{
	height: auto;
	background:none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding:0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin:0 0 0 10px;
}

header .head_inbox nav .innerbox .snsbox span{
	font-size: 1.4rem;
	width:auto;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: center;
	padding:0 10px 0 0;
	color:#464646;
	position: relative;
	display: block;
	line-height: 1;
}

header .head_inbox nav .innerbox .snsbox span::before{
	content: "";
	border-right:none;
	border-bottom: 1px solid #464646;
	display: block;
	width:100%;
	height: auto;
	transform: rotate(10deg);
	position: absolute;
	top:-10px;
	right: 0;
}

header .head_inbox nav .innerbox .snsbox span::after{
	content: "";
	border-right:none;
	border-bottom: 1px solid #464646;
	display: block;
	width:100%;
	height: auto;
	transform: rotate(-10deg);
	position: absolute;
	bottom:-10px;
	right: 0;
}

header .head_inbox nav .innerbox .snsbox .btnbox{
	display: flex;
	justify-content: center;
	margin-top:0;
	margin-left: 10px;
}

header .head_inbox nav .innerbox .snsbox a{
	width:24px;
	display: block;
	margin:0 10px;
}
}

header .head_inbox nav .innerbox .linkbtnbox{
	width:350px;
	display: flex;
	flex-direction: column;
	gap:10px;
	margin:0 0 0 auto;
}

header .head_inbox nav .innerbox .linkbtn{
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-radius: 20px;
	font-size: 2.5rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0 0 10px;
	position: relative;
}

header .head_inbox nav .innerbox .linkbtn span{
	display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  transform: translateX(-25%) rotate(45deg);
	position:absolute;
	top:calc(50% - 8px);
	right:25px;
}

header .head_inbox nav .innerbox .linkbtn span::before, header .head_inbox .linkbtn span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

header .head_inbox nav .innerbox .linkbtn span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

header .head_inbox nav .innerbox .linkbtn span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.15em;
}

header .head_inbox .navcont{
	display: flex;
	width:calc(100% - 350px);
}

header .head_inbox nav ul{
	margin-right: min(7vw,50px);
}

header .head_inbox nav ul li{
	display: flex;
	flex-direction: column;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

header .head_inbox nav ul li p{
	font-size: 1.8rem;
	color:#00a199;
	font-weight: 600;
	margin-bottom: 0.1em;
	line-height: 1.6em;
}

header .head_inbox nav ul li:last-child{
	margin-bottom: 0;
}

header .head_inbox nav ul li a{
	margin-bottom: 0.5em;
	font-size:2rem;
	font-weight: 600;
	color:#464646;
	line-height: 1.6em;
}

header .head_inbox nav ul li a.sublink{
	font-size:1.6rem;
	font-weight: 400;
	color:#464646;
	line-height: 1.6em;
	position:relative;
	padding-left: 15px;
}

header .head_inbox nav ul li a.mt{
	margin-top:0.75em !important;
}

header .head_inbox nav ul li a.sublink::before{
	content: "";
	width:12px;
	border:1.5px solid #00a199;
	display: inline-block;
	position: absolute;
	top:0.7em;
	left:0;
	border-radius: 9999px;
}

/*=================================
	menu-trigger
=================================*/
header .menu {
  	height: 80px;
	width:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 20px;
	background:#595757;
	cursor: pointer;
	z-index: 11;
	position: relative;
}

header .menu::after {
  	content: "MENU";
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight:600;
	letter-spacing: 0.05em;
	margin-top:0.5em;
}

header .menu-trigger, header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}

header .menu-trigger {
  position: relative;
  width: 40px;
  height: 16px;
  z-index: 5;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
}

header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 7.5px;
  opacity: 0;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7.5px) rotate(30deg);
  transform: translateY(7.5px) rotate(30deg);
  background-color: #fff !important;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7.5px) rotate(-30deg);
  transform: translateY(-7.5px) rotate(-30deg);
  width: 100% !important;
  margin: 0 0 0 0;
  background-color: #fff !important;
}

@media screen and (max-width:750px) {
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 60px;
	z-index: 10;
}

header .head_inbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_inbox .logo{
	height: 60px;
	background:#fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 70%;
	max-width: 470px;
	padding:0 5vw;
	border-bottom-right-radius: 10px;
	margin:0 auto 0 0;
}

header .head_inbox .logo a{
	display: block;
	width:225px;
	max-width: 100%;
}

header .head_inbox .logo figure{
	width:100%;
}

header .head_inbox .snsbox{
	display: none;
}

header .head_inbox .btnnav{
	display: flex;
	position: fixed;
	justify-content:center;
	width:100%;
	bottom:0;
	left:0;
}

header .head_inbox .linkbtn{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 1.2rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 5px;
}

header .head_inbox .linkbtn.co_green{
	background:#aacc03;
}

header .head_inbox .linkbtn.co_blue{
	background:#54c2f0;
}

header .head_inbox .linkbtn.co_darkgreen{
	background:#00a199;
}

header .head_inbox nav{
	position: fixed;
	display: block;
	top:0;
	left:150vw;
	background:#f5f5f0;
	z-index: 10;
	width:100%;
	height: 100dvh;
	transition: all 0.3s;
	overflow: auto;
}

header .head_inbox nav.active{
	left: 0;
}

header .head_inbox nav .innerbox{
	max-width: 1080px;
	margin:0 auto;
	width:90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

header .head_inbox nav .innerbox .head{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	margin-bottom: 50px;
	order: 1;
}

header .head_inbox nav .innerbox .logo{
	display: none;
}
	
header .head_inbox nav .innerbox .snsbox{
	height: auto;
	background:none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin:0 auto;
}

header .head_inbox nav .innerbox .snsbox span{
	font-size: 1.4rem;
	width:100%;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-align: center;
	padding:0 15px;
	color:#464646;
	position: relative;
	display: block;
}

header .head_inbox nav .innerbox .snsbox span::before{
	content: "";
	border-right: 1px solid #464646;
	display: block;
	height: 16px;
	transform: rotate(-25deg);
	position: absolute;
	top:0;
	left: 0;
}

header .head_inbox nav .innerbox .snsbox span::after{
	content: "";
	border-right: 1px solid #464646;
	display: block;
	height: 16px;
	transform: rotate(25deg);
	position: absolute;
	top:0;
	right: 0;
}

header .head_inbox nav .innerbox .snsbox .btnbox{
	display: flex;
	justify-content: center;
	margin-top:15px;
}

header .head_inbox nav .innerbox .snsbox a{
	width:30px;
	display: block;
	margin:0 10px;
}

header .head_inbox nav .innerbox .linkbtnbox{
	width:90%;
	display: flex;
	flex-direction: column;
	gap:10px;
	margin:0 auto;
}

header .head_inbox nav .innerbox .linkbtn{
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-radius: 20px;
	font-size: 1.9rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0 0 0;
	position: relative;
}

header .head_inbox nav .innerbox .linkbtn span{
	display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
	position:absolute;
	top:calc(50% - 8px);
	right:25px;
}

header .head_inbox nav .innerbox .linkbtn span::before, header .head_inbox .linkbtn span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

header .head_inbox nav .innerbox .linkbtn span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

header .head_inbox nav .innerbox .linkbtn span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.15em;
}

header .head_inbox .navcont{
	display: flex;
	flex-direction: column;
	width:90%;
	margin:0 auto;
	padding-top:80px;
}

header .head_inbox nav ul{
	margin:0 0 0 0;
}

header .head_inbox nav ul li{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

header .head_inbox nav ul li p{
	font-size: 1.3rem;
	color:#00a199;
	font-weight: 600;
	margin-bottom: 0.1em;
	line-height: 1.6em;
}

header .head_inbox nav ul li:last-child{
	margin-bottom: 30px;
}

header .head_inbox nav ul li a{
	margin-bottom: 0.5em;
	font-size:1.5rem;
	font-weight: 600;
	color:#464646;
	line-height: 1.6em;
}

header .head_inbox nav ul li a.sublink{
	font-size:1.2rem;
	font-weight: 400;
	color:#464646;
	line-height: 1.6em;
	position:relative;
	padding-left: 12px;
}

header .head_inbox nav ul li a.mt{
	margin-top:0.75em !important;
}

header .head_inbox nav ul li a.sublink::before{
	content: "";
	width:9px;
	border:1px solid #00a199;
	display: inline-block;
	position: absolute;
	top:0.8em;
	left:0;
	border-radius: 9999px;
}

/*=================================
	menu-trigger
=================================*/
header .menu {
  	height: 60px;
	width:60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.7em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0;
	background:#595757;
	cursor: pointer;
	z-index: 11;
	position: relative;
}

header .menu::after {
  	content: "MENU";
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight:600;
	letter-spacing: 0.05em;
	margin-top:0.5em;
}

header .menu-trigger, header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}

header .menu-trigger {
  position: relative;
  width: 30px;
  height: 12px;
  z-index: 5;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
}

header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 7.5px;
  opacity: 0;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg);
  background-color: #fff !important;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
  transform: translateY(-5px) rotate(-30deg);
  width: 100% !important;
  margin: 0 0 0 0;
  background-color: #fff !important;
}
	
}

/*=================================
	footer
=================================*/
footer{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background:#f5f5f0;
	padding:0 0 40px 0;
	position: relative;
	z-index: 9;
}

footer .footer_inbox{
	width:100%;
	max-width: 1250px;
	margin:0 auto;
}

footer .footer_inbox .head_link{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	top:-100px;
	position: relative;
}

footer .footer_inbox .head_link figure{
	width:190px;
}

footer .footer_inbox .head_link .linkbtn{
	height: 180px;
	width:30%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px 15px 25px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0 0 10px;
	position: relative;
}

footer .footer_inbox .head_link .linkbtn em{
	font-size: 3.2rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.4em;
}

footer .footer_inbox .head_link .linkbtn span{
	display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 13px;
  height: 13px;
  transform: translateX(-25%) rotate(135deg);
	position:absolute;
	bottom:25px;
	right:calc(50% - 6px);;
}

footer .footer_inbox .head_link .linkbtn span::before, footer .footer_inbox .head_link .linkbtn span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

footer .footer_inbox .head_link .linkbtn span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}

footer .footer_inbox .head_link .linkbtn span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

footer .footer_inbox .head_link .linkbtn.co_blue{
	background:#54c2f0;
}

footer .footer_inbox .head_link .linkbtn.co_darkgreen{
	background:#00a199;
}

footer .footer_inbox .innerbox{
	max-width: 1150px;
	width:95%;
	margin:0 auto;
}

footer .footer_inbox .logo{
	width:360px;
	margin:-80px auto 50px;
	display: block;
}

footer .footer_inbox nav{
	margin:0 auto;
	width:100%;
}

footer .footer_inbox nav ul{
	display: flex;
	justify-content: space-between;
}

footer .footer_inbox nav ul li{
	display: flex;
	flex-direction: column;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

footer .footer_inbox nav ul li p{
	font-size: 2rem;
	color:#464646;
	font-weight: 600;
	margin-bottom: 0.1em;
	line-height: 1.6em;
}

footer .footer_inbox nav ul li:last-child{
	margin-bottom: 0;
}

footer .footer_inbox nav ul li a{
	margin-bottom: 0.5em;
	font-size:1.3rem;
	font-weight: 600;
	color:#464646;
	line-height: 1.6em;
}

footer .footer_inbox nav ul li a.sublink{
	font-size:1.2rem;
	font-weight: 400;
	color:#464646;
	line-height: 1.6em;
	position:relative;
	padding-left: 15px;
	margin-top:0.75em !important;
}

footer .footer_inbox nav ul li a.sublink + a{
	margin-top:0.75em !important;
}

footer .footer_inbox nav ul li a.sublink span{
	font-size: 1rem;
}

footer .footer_inbox nav ul li a.sublink::before{
	content: "";
	width:9px;
	border:1.5px solid #00a199;
	display: inline-block;
	position: absolute;
	top:0.7em;
	left:0;
	border-radius: 9999px;
}

footer .bottom_cont{
	display: flex;
	justify-content: center;
	margin-top: 0;
	font-size:1rem;
	letter-spacing: 0.05em;
	padding:0 2.5%;
}

footer .bottom_cont p{
	margin:0 auto;
}

@media screen and (max-width:750px) {
footer{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background:#f5f5f0;
	padding:0 0 40px 0;
	position: relative;
	z-index: 9;
}

footer .footer_inbox{
	width:100%;
	max-width: 1250px;
	margin:0 auto;
}

footer .footer_inbox .head_link{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width:90%;
	margin:0 auto;
	top:-50px;
	position: relative;
}

footer .footer_inbox .head_link figure.ph02{
	width:150px;
	margin-top:25px;
	right:30px;
	position: relative;
}
	
footer .footer_inbox .head_link figure.ph01{
	width:150px;
	left:30px;
	position: relative;
}

footer .footer_inbox .head_link .linkbtn{
	height: 180px;
	width:100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding:15px 15px 25px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	color:#fff;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 0 20px 0;
	position: relative;
	order:-1;
}

footer .footer_inbox .head_link .linkbtn em{
	font-size: 3.2rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.4em;
}

footer .footer_inbox .head_link .linkbtn span{
	display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 13px;
  height: 13px;
  transform: translateX(-25%) rotate(135deg);
	position:absolute;
	bottom:25px;
	right:calc(50% - 6px);;
}

footer .footer_inbox .head_link .linkbtn span::before, footer .footer_inbox .head_link .linkbtn span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

footer .footer_inbox .head_link .linkbtn span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}

footer .footer_inbox .head_link .linkbtn span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

footer .footer_inbox .head_link .linkbtn.co_blue{
	background:#54c2f0;
}

footer .footer_inbox .head_link .linkbtn.co_darkgreen{
	background:#00a199;
}

footer .footer_inbox .innerbox{
	max-width: 1150px;
	width:90%;
	margin:0 auto;
}

footer .footer_inbox .logo{
	width:265px;
	margin:-50px auto 40px;
	display: block;
}

footer .footer_inbox nav{
	margin:0 auto;
	width:100%;
}

footer .footer_inbox nav ul{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap:20px;
}

footer .footer_inbox nav ul li{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

footer .footer_inbox nav ul li p{
	font-size: 1.8rem;
	color:#464646;
	font-weight: 600;
	margin-bottom: 0.1em;
	line-height: 1.6em;
}

footer .footer_inbox nav ul li:last-child{
	margin-bottom: 0;
}

footer .footer_inbox nav ul li a{
	margin-bottom: 0.5em;
	font-size:1.3rem;
	font-weight: 600;
	color:#464646;
	line-height: 1.6em;
}

footer .footer_inbox nav ul li a.sublink{
	font-size:1.2rem;
	font-weight: 400;
	color:#464646;
	line-height: 1.6em;
	position:relative;
	padding-left: 15px;
	margin-top:0.5em !important;
}

footer .footer_inbox nav ul li a.sublink + a{
	margin-top:0.5em !important;
}

footer .footer_inbox nav ul li a.sublink span{
	font-size: 1rem;
}

footer .footer_inbox nav ul li a.sublink::before{
	content: "";
	width:9px;
	border:1px solid #00a199;
	display: inline-block;
	position: absolute;
	top:0.7em;
	left:0;
	border-radius: 9999px;
}

footer .bottom_cont{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	font-size:1rem;
	letter-spacing: 0.05em;
	padding:0 5vw 80px;
}

footer .bottom_cont p{
	margin:0 auto;
}
	
}

/*=================================
	layout
=================================*/

#maincontainer{
	padding-top:100px;
	overflow: hidden;
	width:100vw;
}

@media screen and (max-width:750px) {
#maincontainer{
	padding-top:80px;
	overflow: hidden;
	width:100vw;
}
}

#page_maintitle{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
	padding:100px 0;
	position: relative;
	z-index: 2;
}

#page_maintitle.figurebox{
	width:100%;
	max-width: 100%;
	padding-left:max(2.5vw,calc((100vw - 1065px) / 2));
	padding-right:5vw;
	padding-top:30px;
	padding-bottom: 0;
}

@media screen and (max-width:750px) {
#page_maintitle{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
	padding:50px 0;
	position: relative;
	z-index: 2;
}
	
#page_maintitle.figurebox{
	width:100%;
	max-width: 100%;
	padding-left:5vw;
	padding-right:5vw;
	padding-top:30px;
	padding-bottom: 0;
}
}

#page_maintitle.figurebox .innerbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#page_maintitle.figurebox .innerbox figure{
	width:40%;
}

#page_maintitle.figurebox .innerbox .flexph{
	width:60%;
	display: flex;
	justify-content: space-between;
}

#page_maintitle.figurebox .innerbox .flexph figure{
	width:calc(50% - min(1vw,10px));
}

#page_maintitle.figurebox .innerbox .flexph figure.w100{
	width:100%;
}

#page_maintitle.figurebox .innerbox .flexph figure:nth-child(1){
	position: relative;
	top:min(5vw,50px);
}

@media screen and (max-width:750px) {
#page_maintitle.figurebox .innerbox{
	flex-direction: column;
	align-items: flex-start;
	width:100%;
}
	
#page_maintitle.figurebox .innerbox figure{
	width:100%;
	aspect-ratio:650 / 450;
}

#page_maintitle.figurebox .innerbox .flexph{
	width:100%;
	display: flex;
	justify-content: space-between;
}

#page_maintitle.figurebox .innerbox .flexph figure{
	width:calc(50% - min(1vw,10px));
	aspect-ratio:auto;
}

#page_maintitle.figurebox .innerbox .flexph figure.w100{
	width:100%;
}

#page_maintitle.figurebox .innerbox .flexph figure:nth-child(1){
	position: relative;
	top:7vw;
}
}

#page_maintitle h1{
	font-size: min(3.1vw,5.5rem);
	line-height: 1.4em;
	font-weight: 500;
	color:#00a199;
	letter-spacing: 0.025em;
	display: flex;
	flex-direction: column;
}

#page_maintitle.figurebox h1{
	padding-bottom: 2em;
}

#page_maintitle h1 span{
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 0.05em;
	color:#80d0cc;
}

@media screen and (max-width:750px) {
#page_maintitle h1{
	font-size: 3.4rem;
	line-height: 1.4em;
	font-weight: 500;
	color:#00a199;
	letter-spacing: 0.025em;
	display: flex;
	flex-direction: column;
}

#page_maintitle.figurebox h1{
	padding-bottom: 1.2em;
}

#page_maintitle h1 span{
	font-size: 1.2rem;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 0.05em;
	color:#80d0cc;
}
}

.common_main_txbox{
	width:100%;
	border-radius: 30px;
	position: relative;
	min-height: 250px;
	margin-top:max(-9vw,-150px);
	z-index: 1;
	overflow: hidden;
}

@media screen and (max-width:750px) {
.common_main_txbox{
	width:100%;
	border-radius: 15px;
	position: relative;
	min-height: auto;
	height: calc(29vw + 7.75rem);
	margin-top:-30vw;
	z-index: 1;
	overflow: hidden;
}
}

.common_main_txbox.rudiusnone{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.common_main_txbox2{
	width:100%;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	position: relative;
	z-index: 1;
	padding:70px 0 130px 0;
}

@media screen and (max-width:750px) {
.common_main_txbox2{
	width:100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	z-index: 1;
	padding:40px 0 60px 0;
}
}

.common_main_txbox2 .tlcont{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

.common_main_txbox2 .innerbox{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

.common_main_txbox2 .innerbox2{
	width:95%;
	max-width: 1065px;
	margin:0 auto;
}

@media screen and (max-width:750px) {
.common_main_txbox2 .tlcont{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}

.common_main_txbox2 .innerbox{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}

.common_main_txbox2 .innerbox2{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}
}
@media screen and (max-width:750px) {
.common_main_txbox2 .innerbox2{
	width:90%;
	max-width: 1065px;
	margin:0 auto;
}
}

.common_main_txbox2 .innerbox.w866{
	width:95%;
	max-width: 866px;
	margin:0 auto;
}

@media screen and (max-width:750px) {
.common_main_txbox2 .innerbox.w866{
	width:90%;
	max-width: 866px;
	margin:0 auto;
}
}

.common_main_txbox2 .innerbox .movie{
	width:100%;
	aspect-ratio: 1920 / 1080;
	position: relative;
	margin-bottom: 50px;
}

.common_main_txbox2 .innerbox .movie.coming_soon{
	display: flex;
	align-items: center;
	justify-content: center;
	background:#f5f5f5;
}

.common_main_txbox2 .innerbox .movie.coming_soon::after{
	content: "coming soon";
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.common_main_txbox2 .innerbox .movie iframe{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
}

.common_main_txbox2 .innerbox h2{
	font-size:4.5rem;
	font-weight: 600;
	color:#fff;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.common_main_txbox2 .innerbox .mtx{
	font-size: 1.8rem;
	text-align: center;
	color:#fff;
	line-height: 2.5em;
}

.common_main_txbox span.bgtx{
	font-size: 15.5rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	position: absolute;
	bottom:0;
	left:0;
	white-space: nowrap;
}

@media screen and (max-width:750px) {
.common_main_txbox2 .innerbox h2{
	font-size:3.1rem;
	font-weight: 600;
	color:#fff;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

.common_main_txbox2 .innerbox .mtx{
	font-size: 1.4rem;
	text-align: center;
	color:#fff;
	line-height: 2.5em;
}

.common_main_txbox span.bgtx{
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	position: absolute;
	bottom:0;
	left:0;
	white-space: nowrap;
}
}

@media screen and (max-width:750px) {
.common_main_txbox span.bgtx{
	font-size: 7.75rem;
	font-weight: 600;
	color:#fff;
	opacity: 0.2;
	position: absolute;
	bottom:0;
	left:0;
	white-space: nowrap;
}
}

.common_main_txbox.bg_green,
.common_main_txbox2.bg_green{
	background:#aacc03;
}

.common_main_txbox.bg_darkgreen,
.common_main_txbox2.bg_darkgreen{
	background:#00a199;
}

.common_main_txbox.bg_blue,
.common_main_txbox2.bg_blue{
	background:#54c2f0;
}

.common_figure_tlcont{
	width:100%;
	position: relative;
	margin-bottom: 40px;
}

.common_figure_tlcont.mb{
	margin-bottom: 100px;
}

.common_figure_tlcont > figure{
	aspect-ratio: 1065 / 450;
	position: relative;
	z-index: 1;
}

.common_figure_tlcont .overbox {
    width: 95%;
    position: relative;
    border-top-right-radius: 20px;
	background:#fff;
	display: inline-block;
	font-size: 1.6rem;
	padding:40px 40px 0 0;
	margin-top:-90px;
	z-index: 2;
	max-width: 610px;
}

.common_figure_tlcont .overbox.flex {
    display: flex;
	align-items: center;
}

.common_figure_tlcont .overbox > span{
  	width: 20px;
  	height: 20px;
  	display: block;
    position: absolute;
    transform: translateX(-100%);
    overflow: hidden;
}

.common_figure_tlcont .overbox > span::after{
    content: "";
    width: 200%;
    height: 200%;
    display: block;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #fff;
    transform: translate(-50%, -50%);
}

.common_figure_tlcont .overbox > span.top{
    bottom:100%;
	left: 0;
	transform: rotate(90deg);
}

.common_figure_tlcont .overbox > span.bottom{
    top:calc(90px - 20px);
	left: 100%;
	transform: rotate(90deg);
}

@media screen and (max-width:750px) {
.common_figure_tlcont{
	width:100%;
	position: relative;
	margin-bottom: 30px;
}

.common_figure_tlcont > figure{
	aspect-ratio: 650 / 450;
	position: relative;
	z-index: 1;
}

.common_figure_tlcont .overbox {
    width: 95%;
    position: relative;
    border-top-right-radius: 15px;
	background:#fff;
	display: inline-block;
	font-size: 1.6rem;
	padding:20px 20px 0 0;
	margin-top:-50px;
	z-index: 2;
	max-width: calc(50% + 75px);
}

.common_figure_tlcont .overbox.flex {
    display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.common_figure_tlcont .overbox > span{
  	width: 15px;
  	height: 15px;
  	display: block;
    position: absolute;
    transform: translateX(-100%);
    overflow: hidden;
}

.common_figure_tlcont .overbox > span::after{
    content: "";
    width: 200%;
    height: 200%;
    display: block;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #fff;
    transform: translate(-50%, -50%);
}

.common_figure_tlcont .overbox > span.top{
    bottom:100%;
	left: 0;
	transform: rotate(90deg);
}

.common_figure_tlcont .overbox > span.bottom{
    top:calc(90px - 15px);
	left: 100%;
	transform: rotate(90deg);
}
	
.common_figure_tlcont .overbox .common_tx{
   width:calc(100vw - 10vw);
}
}

#page_content{
	margin-top:140px;
	margin-bottom: 250px;
}

@media screen and (max-width:750px) {
#page_content{
	margin-top:70px;
	margin-bottom: 150px;
}
}

.common_tl{
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-top:0.5em;
	position: relative;
}

@media screen and (max-width:750px) {
.common_tl{
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-top:0.5em;
	position: relative;
}
}

.common_tl span{
	display: block;
	font-size: 0.75em;
}

.common_tl::after{
	content: "";
	width:32px;
	height: 4px;
	border-radius: 9999px;
	background:#00a199;
	position: absolute;
	top:0;
	left:0;
}

@media screen and (max-width:750px) {
.common_tl::after{
	content: "";
	width:24px;
	height: 3px;
	border-radius: 9999px;
	background:#00a199;
	position: absolute;
	top:0;
	left:0;
}
}

.common_tl.white{
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-top:0.5em;
	position: relative;
	color:#fff;
}

@media screen and (max-width:750px) {
.common_tl.white{
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 1em;
	padding-top:0.5em;
	position: relative;
	color:#fff;
}
}


.common_tl.white::after{
	content: "";
	width:32px;
	height: 4px;
	border-radius: 9999px;
	background:#fff;
	position: absolute;
	top:0;
	left:0;
}

@media screen and (max-width:750px) {
.common_tl.white::after{
	content: "";
	width:24px;
	height: 3px;
	border-radius: 9999px;
	background:#fff;
	position: absolute;
	top:0;
	left:0;
}
}

.common_tl2{
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	position: relative;
	color:#00a199;
}

@media screen and (max-width:750px) {
.common_tl2{
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	position: relative;
	color:#00a199;
}
	
.common_tx.fz24{
	font-size: 1.8rem !important;
    line-height: 1.875em !important;
	font-weight: 500;
}

}

.common_tl2 sm{
	font-size: 0.7em;
}

.common_tx{
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 500;
}

.common_tx.fz14{
	font-size: 1.4rem;
	line-height: 2em;
	font-weight: 500;
}

.common_tx.fz24{
	font-size: 2.4rem;
	line-height: 2em;
	font-weight: 500;
}

.common_tx.fb{
	font-weight: 600;
}

.bigdot{
	font-size: 2.4rem;
	line-height: 1.6em;
	position: relative;
	padding-left: 1.1em;
	text-align: justify;
	font-weight: 600;
	color:#00a199;
	letter-spacing: 0.025em;
}

.bigdot + p{
	margin-top:1em;
}

.bigdot::before{
	content: "";
	width:0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#00a199;
	position: absolute;
	top:0.6em;
	left:0;
}

@media screen and (max-width:750px) {
.bigdot{
	font-size: 1.8rem;
	line-height: 1.6em;
	position: relative;
	padding-left: 1.1em;
	text-align: justify;
	font-weight: 600;
	color:#00a199;
	letter-spacing: 0.025em;
}

.bigdot + p{
	margin-top:1em;
}

.bigdot::before{
	content: "";
	width:0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#00a199;
	position: absolute;
	top:0.6em;
	left:0;
}
}

.kome{
	font-size: 1.2rem;
	line-height: 1.75em;
	position: relative;
	padding-left: 1.1em;
	text-align: justify;
}

.kome::before{
	content: "※";
	width:1em;
	height: 1em;
	position: absolute;
	top:0;
	left:0;
}

ul.g_dot_list{
	list-style:none;
}

ul.g_dot_list li{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
	margin-top:0.2em;
	position: relative;
	padding-left: 1em;
}

ul.g_dot_list li::before{
	content: "";
	width:0.4em;
	height: 0.4em;
	border-radius: 50%;
	background:#009691;
	display: block;
	position: absolute;
	top:0.85em;
	left:0em;
}

ul.g_dot_list.big li{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
	margin-top:0.1em;
	position: relative;
	padding-left: 1.5em;
}

ul.g_dot_list.big li::before{
	content: "";
	width:1em;
	height: 1em;
	border-radius: 50%;
	background:#009691;
	display: block;
	position: absolute;
	top:0.7em;
	left:0em;
}

ol.num_list{
	list-style:none;
	counter-reset: number 0;
}

ol.num_list li{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
	margin-top:0.1em;
	position: relative;
	padding-left: 1.2em;
}

ol.num_list li::before{
	counter-increment: number 1;
  	content: counter(number) " ";
	width:1em;
	height: 1em;
	font-size: 1.1em;
	color:#009691;
	position: absolute;
	top:0em;
	left:0em;
}

.common_radius_figure{
	overflow: hidden;
	border-radius: 20px;
}

.common_radius_figure.r10{
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (max-width:750px) {
.common_radius_figure{
	overflow: hidden;
	border-radius: 10px;
}
}

.co_red{
	color:#cc0000;
}

.co_white{
	color:#fff;
}

/*=================================
	common_ankerlink
=================================*/
.common_ankerlink{
	width:100%;
	position: relative;
	margin-top: 100px;
	padding-left: 2.5vw;
	text-align: right;
}

/*.headbox::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:100%;
	background:#54c2f0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}*/

.common_ankerlink .innerbox{
	display:inline-flex;
	justify-content: flex-start;
	padding:25px calc((100vw - 1245px) / 2) 25px 50px;
	position: relative;
	z-index: 2;
	max-width:calc(100vw - calc((100vw - 1065px) / 2));
	width:auto;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background:#54c2f0;
	margin:0 0 0 auto;
}

.common_ankerlink.green .innerbox{
	background:#aacc03;
}

.common_ankerlink .tl{
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color:#fff;
	width:180px;
	min-width: 180px;
	position: relative;
	display: flex;
	align-items: center;
}

.common_ankerlink .tl::after{
	content: "";
	width:4px;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	border-radius: 9999px;
	background:#a9e0f7;
}

.common_ankerlink.green .tl::after{
	background:#d4e581;
}

.common_ankerlink ul{
	width:auto;
	padding:7px 2.5vw 7px 0;
	display: flex;
	flex-wrap: wrap;
}

.common_ankerlink ul li{
	margin:5px 0 5px 50px;
	text-align: left;
}

.common_ankerlink ul li a{
}

@media screen and (max-width:750px) {
.common_ankerlink{
	width:100%;
	position: relative;
	margin-top: 70px;
	padding-left: 5vw;
	text-align: right;
}

/*.headbox::after{
	content: "";
	max-width:calc(100vw - ((100vw - 1065px) / 2));
	width:100%;
	background:#54c2f0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
}*/

.common_ankerlink .innerbox{
	display:inline-flex;
	justify-content: flex-start;
	flex-direction: column;
	padding:20px 5vw;
	position: relative;
	z-index: 2;
	max-width:calc(100vw - calc((100vw - 1065px) / 2));
	width:100%;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background:#54c2f0;
	margin:0 0 0 auto;
}

.common_ankerlink.green .innerbox{
	background:#aacc03;
}

.common_ankerlink .tl{
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color:#fff;
	width:180px;
	min-width: 180px;
	padding:0 0 15px 0 ;
	margin:0 0 10px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.common_ankerlink .tl::after{
	content: "";
	width:25px;
	height: 4px;
	position: absolute;
	top:auto;
	right:auto;
	left:0;
	bottom:0;
	border-radius: 9999px;
	background:#a9e0f7;
}

.common_ankerlink.green .tl::after{
	background:#d4e581;
}

.common_ankerlink ul{
	width:auto;
	padding:0 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.common_ankerlink ul li{
	margin:5px 20px 5px 0;
	text-align: left;
}

.common_ankerlink ul li a{
	font-size: 1.4rem !important;
}
}

/*=================================
	pan
=================================*/
	#pan{
		width:100%;
		padding:0 min(2.5vw,60px);
		font-size: 1.2rem;
		letter-spacing: 0.05em;
		background:#fff;
		line-height: 1.6em;
	}

@media screen and (max-width:750px) {
	#pan{
		padding:0 5vw;
		font-size: 1rem;
	}
}
	
	#pan a{
		color:#009691;
		transition: all 0.3s;
		margin:0 10px 0 0;
		/*padding-bottom: 1px;*/
		/*border-bottom: 1px solid #000;*/
	}
	
	#pan a:hover{
		opacity: 0.7;
	}
	
	#pan span{
		margin:0 10px 0 0;
		font-weight: 400;
		color:#000;
	}
	
	#pan span::after{
		content:"";
		display: inline-block;
  		width: 4px;
  		height: 4px;
  		margin: 0 0;
		border-radius: 50%;
		background:#009691;
  		/*border-top: 1px solid #009691;
  		border-right: 1px solid #009691;
  		transform: rotate(45deg);*/
		position: relative;
		top:-0.2em;
	}
	
	#pan span:last-child::after{
		display: none;
	}


/*=================================
	common_btn
=================================*/
.common_arrow_btn{
	font-size: 1.4rem;
	font-weight: 600;
	color:#00a199;
	letter-spacing: 0.025em;
	line-height: 1.4em;
	display: flex;
	align-items: center;
}

.common_arrow_btn.fz16{
	font-size: 1.6rem;
}

.common_arrow_btn span{
	width:20px;
	height: 20px;
	min-width:20px;
	border-radius: 50%;
	background:#00a199;
	margin:0 0 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.common_arrow_btn span::after{
	content: "";
	display: inline-block;
  	width: 4px;
  	height: 4px;
  	margin: 0 2px 0 0;
  	border-top: 1px solid #fff;
  	border-right: 1px solid #fff;
  	transform: rotate(45deg);
}

.common_arrow_btn.down span::after{
	transform:rotate(135deg);
	margin:0 0 0 0;
	
}

.common_arrow_btn.white{
	color:#fff;
}

.common_arrow_btn.white span{
	background:#fff;
}

.common_arrow_btn span::after{
	content: "";
	display: inline-block;
  	width: 4px;
  	height: 4px;
  	margin: 0 2px 0 0;
  	border-top: 1px solid #fff;
  	border-right: 1px solid #fff;
  	transform: rotate(45deg);
}

.common_border_btn{
	border-radius: 9999px;
	width:160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid #009691;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	color:#009691;
	transition: all 0.3s;
}

.common_border_btn.bg_blue{
	background:#54c2f0;
	color:#fff;
	border:2px solid #54c2f0;
}

.common_border_btn.arrow{
	width:auto;
	display: inline-flex;
	height: 50px;
	padding:0 50px;
	transition: all 0.3s;
	position: relative;
}

.common_border_btn.arrow span{
	display: inline-block;
  vertical-align: middle;
  color: #009691;
  line-height: 1;
  width: 8px;
  height: 8px;
  transform: translateX(-25%) rotate(45deg);
	position:absolute;
	bottom:calc(50% - 4px);
	right:17px;
}

@media screen and (max-width:750px) {
.common_border_btn.arrow{
	width:auto;
	display: inline-flex;
	min-height: 50px;
	height: auto;
	padding:5px 30px;
	transition: all 0.3s;
	position: relative;
	line-height: 1.6em;
	text-align: center;
}

.common_border_btn.arrow span{
	display: inline-block;
  vertical-align: middle;
  color: #009691;
  line-height: 1;
  width: 8px;
  height: 8px;
  transform: translateX(-25%) rotate(45deg);
	position:absolute;
	bottom:calc(50% - 4px);
	right:17px;
}
}

.common_border_btn.bg_blue.arrow span{
  color: #fff;
}

.common_border_btn.arrow span::before,.common_border_btn.arrow span::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
	transition: all 0.3s;
}

.common_border_btn.arrow:hover span::before,.common_border_btn.arrow:hover span::after {
   color: #fff;
}

.common_border_btn.arrow span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.15em;
}

.common_border_btn.arrow span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.15em;
}

.common_border_btn:hover{
	background:#009691;
	color:#fff;
}

.common_border_btn.bg_blue:hover{
	border-color:#8ae1ff;
	background:#8ae1ff;
	color:#fff;
}

/*=================================
	common_dl
=================================*/
.common_dl{
	display: flex;
	flex-direction: column;
	gap:10px;
}

.common_dl dl{
	border-radius: 20px;
	background:#f5f5f0;
	display: flex;
	padding:10px;
}

.common_dl dl dt{
	padding:10px 20px;
	font-size: 1.4rem;
	line-height: 2em;
	color:#00a199;
	font-weight: 600;
	border-right:1px solid #dadada;
	width:190px;
	display: flex;
	align-items: center;
	letter-spacing: 0.025em;
}

.common_dl dl dd{
	width:calc(100% - 190px);
	padding:10px 30px;
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.common_dl dl dd ul{
	list-style:none;
}

.common_dl dl dd ul li{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
	margin-top:0.2em;
	position: relative;
	padding-left: 1em;
}

.common_dl dl dd ul li::before{
	content: "";
	width:0.4em;
	height: 0.4em;
	border-radius: 50%;
	background:#009691;
	display: block;
	position: absolute;
	top:0.85em;
	left:0em;
}

@media screen and (max-width:750px) {
.common_dl{
	display: flex;
	flex-direction: column;
	gap:10px;
}

.common_dl dl{
	border-radius: 15px;
	background:#f5f5f0;
	display: flex;
	padding:20px;
	flex-direction: column;
}

.common_dl dl dt{
	padding:0 0 5px 0;
	font-size: 1.4rem;
	line-height: 2em;
	color:#00a199;
	font-weight: 600;
	border-right:none;
	width:100%;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0.025em;
}

.common_dl dl dd{
	width:100%;
	padding:0 0;
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 0.025em;
}

.common_dl dl dd ul{
	list-style:none;
}

.common_dl dl dd ul li{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
	margin-top:0.2em;
	position: relative;
	padding-left: 1em;
}

.common_dl dl dd ul li::before{
	content: "";
	width:0.4em;
	height: 0.4em;
	border-radius: 50%;
	background:#009691;
	display: block;
	position: absolute;
	top:0.85em;
	left:0em;
}
}

/*=================================
	common_hover
=================================*/

@media (any-hover: hover) {
.hover_opacity{opacity:1;transition: opacity 0.3s;}
.hover_opacity:hover{opacity:0.7;}
	
.hover_brightness{filter: brightness(1); transition: all 0.3s;}
.hover_brightness:hover{filter: brightness(1.1);}
	
}

/*pagenation*/
  .common_pagenationbox .wp-pagenavi {
    padding: 100px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .common_pagenationbox .wp-pagenavi a {
    color: #009691;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    margin: 0 5px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	border:1px solid #009691;
	width:40px;
	height: 40px;
	border-radius:50%;
	font-weight: 600;
  }
  
  .common_pagenationbox .wp-pagenavi a:hover {
    color: #fff;
	background: #009691;
  }
  .common_pagenationbox .wp-pagenavi span.current {
    color: #fff;
	background: #009691;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    margin: 0 5px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	border:1px solid #009691;
	width:40px;
	height: 40px;
	border-radius:50%;
  }

  .common_pagenationbox .wp-pagenavi span.extend {
	text-align: center;
	width:40px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	color: #009691;
  }

@media screen and (max-width:750px) {
  .common_pagenationbox .wp-pagenavi {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .common_pagenationbox .wp-pagenavi a {
    color: #009691;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    margin: 0 5px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	border:1px solid #009691;
	width:35px;
	height: 35px;
	border-radius:50%;
	font-weight: 600;
  }
  
  .common_pagenationbox .wp-pagenavi a:hover {
    color: #fff;
	background: #009691;
  }
  .common_pagenationbox .wp-pagenavi span.current {
    color: #fff;
	background: #009691;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    margin: 0 5px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	border:1px solid #009691;
	width:35px;
	height: 35px;
	border-radius:50%;
  }

  .common_pagenationbox .wp-pagenavi span.extend {
	text-align: center;
	width:35px;
	height: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	color: #009691;
  }

}

/*=================================
	animation
=================================*/
.fadeTop, .fadeBottom, .fadeLeft, .fadeRight, .fadeIn {
  opacity: 0;
}
.fadeTop.active {
  animation: fadeTop 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
}
.fadeBottom.active {
  animation: fadeBottom 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
}
.fadeLeft.active {
  animation: fadeLeft 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
}
.fadeRight.active {
  animation: fadeRight 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
}
.fadeIn.active {
  animation: fadeIn 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
}


@keyframes fadeTop {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeBottom {
  0% {
    bottom: 20px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    left: -20px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    right: -20px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}