@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: #000;
}
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: #000;
  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;
	background:#fff;
	z-index: 10;
}

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

header .head_inbox .logo{
	margin:0 0 0 min(2.5vw,50px);
	width:min(20vw,256px);
}

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

header .head_inbox nav ul li{
	font-size: 1.4rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-right:min(2vw,25px);
}

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

header .head_inbox nav ul li a{
	margin-right: 0;
}

header .head_inbox nav ul li a.contact_btn{
	color:#fff;
	background:#009691;
	height: 80px;
	padding:0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .head_inbox nav ul li a.contact_btn::before{
	content: "";
	width:19px;
	height: 14px;
	background-image:url("/images/common/mail_icon.svg");
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin:0 10px 0 0;
	position: relative;
	top:0.1em;
}

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

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

header .head_inbox .logo{
	margin:0 0 0 5vw;
	width:165px;
}

header .head_inbox nav{
	position: fixed;
	top:0;
	right:-150vw;
	width:calc(100% - 55px);
	transition: all 0.3s;
	z-index: 1;
	padding:60px 5vw 50px;
	border-bottom-left-radius: 55px;
	background: linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
}
	
header .head_inbox nav.active{
	position: fixed;
	top:0;
	right:0;
	width:calc(100% - 55px);
}
	
header .head_inbox nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

header .head_inbox nav ul li{
	font-size: 1.4rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-right:0;
	text-align: center;
	width:100%;
	border-bottom: 1px solid #fff;
}

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

header .head_inbox nav ul li a{
	margin-right: 0;
	padding:20px 0;
	display: block;
	color:#009691;
}

header .head_inbox nav ul li a.contact_btn{
	color:#fff;
	background:#009691;
	height: 50px;
	padding:0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	width:180px;
	margin: 25px auto 0;
}

header .head_inbox nav ul li a.contact_btn::before{
	content: "";
	width:19px;
	height: 14px;
	background-image:url("/images/common/mail_icon.svg");
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin:0 10px 0 0;
	position: relative;
	top:0.1em;
}
}

/*=================================
	menu-trigger
=================================*/
header .menu {
  padding:0;
  display: flex;
  align-items: center;
	justify-content: center;
  position: relative;
  margin: 0 0 0 0;
  cursor: pointer;
	width:60px;
	height: 60px;
	background:#009691;
	z-index: 2;
}

header .menu.active {
	background:none;
}

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: 25px;
  height: 16px;
  z-index: 5;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
}

header.change .menu-trigger span,
.head-white header .menu-trigger span{
	background-color: #000;
	
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 7.5px;
}
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(35deg);
  transform: translateY(7.5px) rotate(35deg);
  background-color: #009691 !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(-35deg);
  transform: translateY(-7.5px) rotate(-35deg);
  width: 100% !important;
  margin: 0 0 0 0;
  background-color: #009691 !important;
}

/*=================================
	footer
=================================*/
footer{
	border-top-left-radius: min(5vw,95px);
	border-top-right-radius: min(5vw,95px);
	background:#f5f5f0;
	padding:95px min(5vw,95px) 60px;
}

footer .footer_inbox{
	display: flex;
	justify-content: space-between;
	width:100%;
}

footer .footer_inbox .logo{
	width:min(25vw,331px);
}

footer .footer_inbox nav{
	margin:2em 0 0 auto;
}

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

footer .footer_inbox nav ul li{
	margin:0 0 0 min(4vw,70px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .footer_inbox nav ul li a{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	display: inline-block;
	white-space: nowrap;
}

footer .footer_inbox nav ul li a.mb{
	margin-bottom: 20px;
}

footer .footer_inbox nav ul li ul{
	display: flex;
	
}

footer .footer_inbox nav ul li ul li{
	margin-left: 0;
}

footer .footer_inbox nav ul li ul li:last-child{
	margin-left: min(2.5vw,30px);
}

footer .footer_inbox nav ul li ul li a{
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

footer .footer_inbox nav ul li ul li a p::before{
	content: "-";
	display: inline-block;
	margin:0 0.3em 0 0;
}

footer .bottom_cont{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
	font-size:1.2rem;
	letter-spacing: 0.05em;
}

footer .bottom_cont a{
	margin-right:min(4vw,70px);
	display: inline-block;
}

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

@media screen and (min-width:751px) {
footer .footer_inbox nav ul li.acbox .acnav{
	display: block !important;
}
}

@media screen and (max-width:750px) {
footer{
	border-top-left-radius: 50px;
	border-top-right-radius:50px;
	background:#f5f5f0;
	padding:50px 5vw 60px;
}

footer .footer_inbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width:100%;
}

footer .footer_inbox .logo{
	width:250px;
	margin-bottom: 40px;
}

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

footer .footer_inbox nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width:100%;
}

footer .footer_inbox nav ul li{
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width:100%;
}

footer .footer_inbox nav ul li.acbox{
	border-bottom: 1px solid #e1e1dc;
}
	
footer .footer_inbox nav ul li.acbox .head{
	width:100%;
	position: relative;
}
	
footer .footer_inbox nav ul li.acbox .head span{
	position: absolute;
	right:0;
	top:0;
	height: 100%;
	width:40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
footer .footer_inbox nav ul li.acbox .head span::after{
	content: "";
	display: inline-block;
 	width: 7px;
  	height: 7px;
  	margin: 0;
  	border-bottom: 1px solid #000;
  	border-right: 1px solid #000;
  	transform: rotate(45deg);
	transform-origin: center;
}

footer .footer_inbox nav ul li.acbox .head span.active::after{
	transform: rotate(225deg);
}
	
footer .footer_inbox nav ul li.acbox a{
	border-bottom: none;
}
	
footer .footer_inbox nav ul li.acbox .acnav{
	width:100%;
	display: none;
}

footer .footer_inbox nav ul li a{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: inline-block;
	width:100%;
	margin-bottom: 0;
	white-space: nowrap;
	border-bottom: 1px solid #e1e1dc;
	padding:15px;
}

footer .footer_inbox nav ul li a.mb{
	margin-bottom: 0;
}

footer .footer_inbox nav ul li ul{
	display: flex;
	
}

footer .footer_inbox nav ul li ul li{
	margin-left: 0;
}

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

footer .footer_inbox nav ul li ul li a{
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	padding:0 15px;
}

footer .footer_inbox nav ul li ul li a p::before{
	content: "-";
	display: inline-block;
	margin:0 0.3em 0 0;
}

footer .bottom_cont{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:30px;
	font-size:1.2rem;
	letter-spacing: 0.05em;
}

footer .bottom_cont a{
	margin:0 min(4vw,70px);
	display: inline-block;
}

footer .bottom_cont p.copy{
	margin:50px 0 0 0;
	width:100%;
	text-align: center;
}
}

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

#maincontainer{
	margin-top:80px;
}

@media screen and (max-width:750px) {
#maincontainer{
	margin-top:60px;
}
}

#page_maintitle{
	width:100%;
	position: relative;
}

#page_maintitle::after{
	content: "";
	height: 100%;
	width:calc(100% - min(5vw,95px));
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
	background: linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#page_maintitle.photo::after{
	content: "";
	height: 100%;
	width:calc(100% - min(5vw,95px) - 270px);
	border-top-right-radius: 95px;
	border-bottom-right-radius: 95px;
	background: linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#page_maintitle .innerbox{
	width:100%;
	padding:75px min(10vw,180px) 75px min(5vw,95px);
	position: relative;
	z-index: 2;
}

#page_maintitle.photo .innerbox{
	width:100%;
	padding:0 min(5vw,95px);
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-bottom: 8vw;
}

#page_maintitle .innerbox h1{
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	color:#009691;
}

@media screen and (max-width:750px) {
#page_maintitle{
	width:100%;
	position: relative;
}

#page_maintitle::after{
	content: "";
	height: 100%;
	width:calc(100% - min(5vw,95px));
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#page_maintitle.photo::after{
	content: "";
	height: 90%;
	width:calc(100% - min(5vw,95px) - 40px);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: linear-gradient(127deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

#page_maintitle .innerbox{
	width:100%;
	padding:75px min(10vw,180px) 75px min(5vw,95px);
	position: relative;
	z-index: 2;
}

#page_maintitle.photo .innerbox{
	width:100%;
	padding:0 min(5vw,95px);
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 0;
}

#page_maintitle .innerbox h1{
	font-size: 4rem;
	letter-spacing: 0.05em;
	line-height: 1.875em;
	color:#009691;
}
	
#page_maintitle.photo .innerbox h1{
	margin:0 auto 0 0;
	padding:30px 0;
}
	
#page_maintitle.photo .innerbox figure{
	margin:0 0 0 auto;
}
}

@media screen and (max-width:750px) {
#page_maintitle .innerbox{
	width:100%;
	padding:40px min(10vw,180px) 40px min(5vw,95px);
	position: relative;
	z-index: 2;
}

#page_maintitle .innerbox h1{
	font-size: 2.8rem;
}
}

#page_maintitle.photo .innerbox h1{
	width:40%;
	padding-right: 5vw;
}

#page_maintitle.photo .innerbox figure{
	width:60%;
	aspect-ratio:700 / 400;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top:8vw;
}

@media screen and (max-width:750px) {
#page_maintitle.photo .innerbox h1{
	width:100%;
	padding-right: 5vw;
}

#page_maintitle.photo .innerbox figure{
	width:90%;
	aspect-ratio:700 / 400;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	top:0;
}
}

#page_content{
	padding:80px 0 200px 0;
}

@media screen and (max-width:750px) {
#page_content{
	padding:50px 0 80px 0;
}
}

.common_maincont{
	width:90%;
	max-width: 1165px;
	margin:0 auto;
}

.common_green_radiusbox{
	max-width: 100%;
	margin:0 auto;
	border-radius: min(5vw,95px);
	background:#e5f6f5;
	padding:95px min(5vw,95px) 95px;
}

@media screen and (max-width:750px) {
.common_green_radiusbox{
	max-width: 1366px;
	margin:0 auto;
	border-radius: 40px;
	background:#e5f6f5;
	padding:60px 5vw 60px;
}
}

/*title*/
.common_border_tl{
	width:100%;
	border-bottom:1px solid #cceceb;
	font-size: 2.2rem;
	line-height: 1.875em;
	color:#009691;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

@media screen and (max-width:750px) {
.common_border_tl{
	font-size: 1.9rem;
}
}

.common_border_tl.fz30{
	width:100%;
	border-bottom:1px solid #cceceb;
	font-size: 3rem;
	line-height: 1.875em;
	color:#009691;
	position: relative;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

@media screen and (max-width:750px) {
.common_border_tl.fz30{
	width:100%;
	border-bottom:1px solid #cceceb;
	font-size: 2.2rem;
	line-height: 1.875em;
	color:#009691;
	position: relative;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
}

.common_border_tl::after{
	content: "";
	width:60px;
	height: 1px;
	background:#009691;
	position: absolute;
	bottom:-1px;
	left: 0;
}

@media screen and (max-width:750px) {
.common_border_tl::after{
	width:45px;
}
}

.common_tx{
	font-size: 1.4rem;
	line-height: 1.875em;
	text-align: justify;
}

.common_tx.fz16{
	font-size: 1.6rem;
	line-height: 2em;
	text-align: justify;
}

.common_tx.fz18{
	font-size: 1.8rem;
	line-height: 2em;
	text-align: justify;
}

@media screen and (max-width:750px) {
.common_tx.fz18{
	font-size: 1.6rem;
	line-height: 2em;
	text-align: justify;
}
}

.common_tx.fz22{
	font-size: 2.2rem;
	line-height: 2em;
	text-align: justify;
}

.common_tx.co_green{
	font-size: 2.2rem;
	line-height: 2em;
	text-align: justify;
}

.common_tl{
	font-size: 3.5rem;
	line-height: 1.875em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}

@media screen and (max-width:750px) {
.common_tl{
	font-size: 2.6rem;
	line-height: 1.875em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}
}

.common_tl.fz22{
	font-size: 2.2rem;
	line-height: 1.6em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}

@media screen and (max-width:750px) {
.common_tl.fz22{
	font-size: 1.7rem;
	line-height: 1.6em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}
}

.common_tl.fz30{
	font-size: 3rem;
	line-height: 1.875em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}

@media screen and (max-width:750px) {
.common_tl.fz30{
	font-size: 2.2rem;
	line-height: 1.875em;
	font-weight: 500;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}
}

.common_tl.fz25{
	font-size: 2.5rem;
	line-height: 1.875em;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}

@media screen and (max-width:750px) {
.common_tl.fz25{
	font-size: 1.9rem;
	line-height: 1.875em;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0.025em;
	color:#009691;
}
}

.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.5em;
	position: relative;
	padding-left: 1em;
}

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

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

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;
}

table.common_table{
	width:100%;
	margin-top:1em;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 2em;
}

table.common_table th{
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	padding:25px 15px;
	width:140px;
	background:#e0f2f2;
}

table.common_table td{
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	padding:25px 35px;
}

@media screen and (max-width:750px) {
table.common_table th{
	padding:15px 10px;
	width:100px;
}
	

table.common_table td{
	padding:15px 10px;
}
}

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

/*margin*/
.mt20{
	margin-top:20px;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

@media screen and (max-width:750px) {
.mt20{
	margin-top:10px;
}

.mb20{
	margin-bottom:10px !important;
}

.mb30{
	margin-bottom:15px !important;
}	
}

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

	@media screen and (max-width:750px) {
		#pan{
			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: 5px;
  		height: 5px;
  		margin: 0 0;
  		border-top: 1px solid #009691;
  		border-right: 1px solid #009691;
  		transform: rotate(45deg);
		position: relative;
		top:-0.1em;
	}
	
	#pan span:last-child::after{
		display: none;
	}


/*=================================
	common_hover
=================================*/
.common_border_arrowbtn{
	width:210px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	border:1px solid #009691;
	color:#009691;
	position: relative;
	margin:1em 0;
	transition: all 0.3s;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width:750px) {
.common_border_arrowbtn{
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6em;
}
}

.common_border_arrowbtn.coming_soon{
	pointer-events: none;
}

.common_border_arrowbtn span{
	width:12px;
	position: absolute;
	right:15px;
}

.common_border_arrowbtn.down span{
	transform-origin: center center;
	transform:rotate(90deg);
	right:20px;
}

.common_border_arrowbtn span svg{
	fill:none;
	stroke:#009691;
	stroke-linecap:round;
	stroke-linejoin:round;
	transition: all 0.3s;
}

.common_border_arrowbtn.coming_soon span,
.common_border_arrowbtn.arrow_none span{
	display: none;
}

.bottom_commonbtn{
	margin-bottom: 130px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.bottom_commonbtn .tl{
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
	color:#009691;
}

.bottom_commonbtn a{
	width:90%;
	max-width: 800px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 4rem;
	letter-spacing: 0.025em;
	color:#009691;
	background: linear-gradient(90deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	border-radius: 9999px;
	position: relative;
}

.bottom_commonbtn a .fz60{
	font-size: 6rem;
	font-weight: 200;
}

.bottom_commonbtn a .bf{
	font-size: 2rem;
	color:#000;
	margin-top:1em;
}

.bottom_commonbtn a::after{
	content: "";
	width:60px;
	height: 60px;
	background-image:url("/images/common/circle_arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right:60px;
}

@media screen and (max-width:750px) {

.bottom_commonbtn{
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.bottom_commonbtn .tl{
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	color:#009691;
}

.bottom_commonbtn a{
	width:90%;
	max-width: 800px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 2.8rem;
	letter-spacing: 0.025em;
	color:#009691;
	background: linear-gradient(90deg,rgba(195, 234, 250, 1) 0%, rgba(225, 237, 167, 1) 100%);
	border-radius: 9999px;
	position: relative;
}
	
.bottom_commonbtn a .fz60{
	font-size: 3.2rem;
	font-weight: 200;
}

.bottom_commonbtn a .bf{
	font-size: 1.2rem;
	color:#000;
	margin-top:1em;
}

.bottom_commonbtn a::after{
	content: "";
	width:30px;
	height: 30px;
	background-image:url("/images/common/circle_arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right:30px;
}
}

@media (any-hover: hover) {
.hover_opacity{opacity:1;transition: opacity 0.3s;}
.hover_opacity:hover{opacity:0.7;}
	
	
.common_border_arrowbtn:hover{
	background:#009691;
	color:#fff;
}

.common_border_arrowbtn:hover span svg{
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-linejoin:round;
}
}

/*pagenation*/
  .common_pagenationbox .wp-pagenavi {
    padding: 80px 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:10px;
	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:10px;
  }

  .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:5px;
	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:5px;
  }

  .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;
  }
}