@charset "utf-8";
/*--------------------------------------------

	 BASE

--------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	width:100%;
	font-family: "Noto Sans JP","游ゴシック","YuGothic", "游ゴシック体","メイリオ", "Meiryo", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
  font-size: 1.4rem;
	font-weight:500;
  letter-spacing: 0.13em;
  color:#1F1F1F;
	line-height:1.5;
  background-color: #fff;
}
/*--------------------------------------------

	 DEFAULT SELECTER

--------------------------------------------*/
table {
	width:100%;
}
img{
	max-width:100%;
}
a {
	text-decoration:none;
	color:#000000;
	display:inline-block;
  cursor: pointer;
}
/*--------------------------------------------

	 FONTS

--------------------------------------------*/
.font__Futura{
	font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font__yu_min{
	font-family :YuMincho, 'Yu Mincho', serif;
}
.font__noto-sans{
	font-family: "Noto Sans JP", sans-serif;
}
.font__Cormo{
  font-family: "Cormorant Garamond", serif;
}
/*.font__A1_min{
	font-family: 'A1 Mincho', serif;
}*/
.font__A1_min{
	font-family:"Shippori Mincho", serif;
	font-weight:500;
}
.font__uppercase{
	text-transform:uppercase;
}
.font__lowercase{
	text-transform:lowercase;
}
.font__super{
	vertical-align:super;
	font-size:0.5em;
	margin-right: 0.3em;
}
/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.bold{
	font-weight:bold;
}
.flex {
	display:flex;
}
.nolink {
	pointer-events: none!important;
}
.ggmap,
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 10px;*/
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width : 684px ){
	.for_sp{
		display:none !important;
	}
}
@media screen and (min-width : 1025px ){
	.for_tb{
		display:none !important;
	}
}
@media screen and (max-width : 1024.9999px ) {
	.for_pc{
		display:none !important;
	}
}
.js-ofi{
	position:relative;
}
.js-ofi img{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
	left:0;
	top:0;
}
/*--------------------------------------------

	 FLAME

--------------------------------------------*/
#wrapper{
	overflow: hidden;
  position: relative;
}
/*--------------------------------------------

    共通 CSS

--------------------------------------------*/
.bread__navi{
  padding-top: 10%;
}
.bread__navi-list{
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.bread__navi-item{
  position: relative;
  padding-right:2.4em;
  margin-top: 0.6em;
  color: #148D5C;
}
.bread__navi-home{
}
.bread__navi-item:last-child{
  padding-right: 0;
}
.bread__navi-item:not(:last-child):after{
  content: "・";
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  position: absolute;
  right:0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.bread__navi-item a{
  color: #1F1F1F;
	display:block;
}
.secInner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 5%;
}
.under__kv{
  padding: 6.8% 0 7.9%;
}
.under__kv-secInner{
}
.under__kv-ttl{
  position: relative;
  font-size: 4.6rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.59em;
  border-bottom: 1px solid #E1E3D9;
}
.under__kv-ttl:after{
  content: "";
  display: block;
  width: 1.52em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #148D5C;
}
.common__ttlBox{
  font-size: 2.5vw;
  letter-spacing: 0.13em;
}
.common__ttl-en{
  position: relative;
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: inline-block;
}
.common__ttl-en:after{
  content: "";
  display: block;
  width: 3.8em;
  height: 1px;
  position: absolute;
  right: -4.2em;
  bottom: 50%;
  transform: translateY(-50%);
  background-color:  #1F1F1F;
}
.common__ttl-jp{
  font-size: 1.09375vw;
  letter-spacing: 0.13em;
  font-weight: 500;
}
.plane01{
  font-size: 1.4rem;
  letter-spacing: 0.13em;
}
.to__top{
  position: fixed;
  right: 2.91%;
  bottom: 5.91%;
  z-index: 94;
}
.to__top-btn a{
  width: 70px;
  height: 70px;
  background: url("../Image/totop.svg") no-repeat center top;
  background-size: contain;
  transition: 0.7s;
}
.to__top-btn a:hover{
  background-image: url("../Image/totop-hover.svg");
}
.to__top-icon img{
  width:70px;
}
.common__btn01{
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  text-align: center;
  width:24.9em;
  margin: 0 auto;
}
.common__btn01 a{
  display: block;
  background:url("../Image/arrow-right-wh.svg") no-repeat center right 22px #1F1F1F;
  background-size: 5px;
  color: #fff;
  padding: 1em 0.5em;
  box-sizing: border-box;
  transition: 0.6s;
  border: 1px solid #1F1F1F;
}
.common__btn01 a:hover{
  background: url("../Image/arrow-right-bk.svg") no-repeat center right 16px #fff;
  background-size: 5px;
  color: #1F1F1F;
}
.big__txt{
  font-size: 9.375vw;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1;
  opacity: 0.6;
}
.wp-pagenavi{
  position: relative;
  width: 100%;
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a, .wp-pagenavi .current{
  position: relative;
  width: 1.63em;
  height: 1.63em;
  margin: 0 0.4em;
  background-color: #0D1117;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .current{
  background-color: #fff;
  color: #0D1117;
}
.wp-pagenavi a{
  background-color: #0D1117;
  color: #fff;
  transition: 0.6s;
}
.wp-pagenavi a:hover{
  background-color: #fff;
  color: #0D1117;
}
.wp-pagenavi .page.larger{
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
	border:1px solid #0D1117!important;
  background-color:transparent;
	color:#0D1117;
	border-radius:50%;
  transition: 0.6s;
  border: 0;
}
.wp-pagenavi .nextpostslink{
	margin-left: 1.3em;
}
.wp-pagenavi .nextpostslink:hover,.wp-pagenavi .previouspostslink:hover{
	background-color:#0D1117;
	color:#fff;
}
.wp-pagenavi .previouspostslink{
  margin-right: 1.3em;
}

/*--------------------------------------------

	HEADER

--------------------------------------------*/
#header{
  position:fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 13.75vw;
  height: 100vh;
  background-color: #fff;
  padding-top: 4.58%;
  box-sizing: border-box;
  border-right: 1px solid #BABABA;
}
@media screen and (min-width: 1201px) {
  #header{
    padding-top: min(calc(40 / 700 * 100vh) ,4.58%);
  }
}
.header__inner{
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header__left{
  padding: 0 28% 0 14%;
  width: 100%;
  box-sizing: border-box;
}
.header__left a{
  transition: 0.6s;
  display: block;
}
.header__left a:hover{
  opacity: 0.6;
}
.header__left-logo img{
  width: 100%;
}
.header__right{
  font-size: 0.83333vw;
  /* margin-top: 3.62483vw; */
}
@media screen and (max-width : 1321px ){
  .header__right{
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .header__right{
    flex: 1;
  }
}
.drawer-menu{
  padding: 0;
}
.global__navi-inner{
  flex-direction: column;
  padding: 0 1.6666vw 0 2.08333vw
}
.drawer-logo{
  display: none;
}
.global__navi-item:not(:last-child){
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1201px) {
  .global__navi-item:not(:last-child){
    margin-bottom: min(calc(18 / 800 * 100vh),1.5em);
  }
}
.global__navi-item_news{
  margin-bottom: 0!important;
}
.global__navi-item_recruit{
	display:none;
}
.global__navi-item a{
  position: relative;
  display: inline-block;
}
.global__navi-item a:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .6s;
}
.global__navi-item a:hover:after{
  transform-origin: left top;
  transform: scale(1, 1);
}
.global__navi-item-jpn{
  letter-spacing: 0.08em;
}
.global__navi-item-eng{
  font-size:1rem;
  letter-spacing: 0.13em;
  color: #008D5C;
  margin-top: 0.5em;
}
.hd__sns-list{
  flex-wrap: wrap;
  gap: 16px 16px;
  width: fit-content;
  border-top: 1px solid #1F1F1F;
  padding-top: 14.2%;
  margin-top: 14.2%;
  justify-content: space-between;
}
/* .hd__sns-item:not(:last-child){
  margin-right: 16px;
} */
.hd__sns-item a{
  display: block;
  transition: 0.7s;
}
.hd__sns-item a:hover{
  opacity: 0.7;
}
.hd__sns-item img{
  width: auto;
  height: calc(20 / 1920 * 100vw);
}
.hd__contact{
  width: 100%;
  font-size: 0.78125vw;
  letter-spacing: 0.16em;
  margin-top: 7.45em;
}
@media screen and (max-width : 1281px ){
  .hd__contact{
  font-size: 1rem;
}
}
.hd__contact-item a{
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  transition: 0.7s;
}
.hd__contact-mail a{
  background:url("../Image/icon-mail-wh.svg") no-repeat center left 1.2em #008D5C;
  background-size: 1.3em;
  border-bottom: 2px solid #fff;
  padding: 1.875em 0.5em;
  transition: 0.7s;
}
.hd__contact-individual a{
  background:url("../Image/icon-contact-wh.svg") no-repeat center left 1.2em #006A45;
	background-image:url(../Image/icon-download-wh.svg);
  background-size: 1.06em;
  padding: 1.75em 0.5em;
  transition: 0.7s;
}
.global__navi-bottom{
    display: none;
}
#main__cts{
  flex: 1;
  padding-left: 13.75vw;
}
@media screen and (min-width : 1201px ){
.drawer-hamburger{
    display: none;
}
.drawer-nav{
  position: static;
  width: auto;
  height: 100%;
  background: none;
}
.global__navi-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.drawer-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drawer-menu::before {
  content: "";
}
.hd__contact {
  margin-top: 0;
}
.drawer__logo{
  display: none;
}
.dw__contact-tel{
  display: none;
}
.drawer__bottom{
  display: none;
}
}
@media screen and (max-width : 1200px ){
#header{
  position:inherit;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  padding-top: 4.3%;
  border-right: 0;
}
.header__inner{
  height: auto;
  padding: 0 5%;
}
.header__left{
  display: flex;
  padding: 0 ;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.header__left a{
  transition: 0.6s;
  display: block;
}
.header__left a:hover{
  opacity: 0.6;
}
.header__left-logo img{
  width: 26.2666vw;
}
.header__right{
  font-size: 1.6rem;
  margin-top: 0
}
.drawer-logo{
  display: block;
  padding: 4.3% 5% 0;
}
.drawer-logo img{
  width: 26.2666vw;
}
.global__navi-inner{
  flex-direction: column;
  padding: 8% 5% 0;
}
.global__navi-item{
  border-bottom: 1px solid #D0D0D0;
  padding: 1.2em 0 ;
}
.global__navi-item:not(:last-child){
  margin-bottom: 0;
}

.global__navi-item_recruit{
	display:block;
}
.global__navi-item:first-child{
    padding-top: 0;
  }
.global__navi-item a{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.global__navi-item a:after{
  display: none;
}
.hd__sns-list{
  display: none;
}
.hd__sns-item:not(:last-child){
}
.hd__sns-item a{
  display: block;
}
.hd__sns-item img{
  height: 20px;
}
.hd__contact{
  display: flex;
  width: 100%;
  font-size: 1.5rem;
  padding: 0 5%;
  margin: 7.5% 0 2%;
  justify-content: space-between;
  box-sizing: border-box;
}
.hd__contact-item{
  width: 48%; 
}
.hd__contact-item:nth-child(2){
	margin-left:4%;
}
.hd__contact-item a{
  color: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.hd__contact-mail a{
  background:url("../Image/icon-mail-wh.svg") no-repeat center top 22px #008D5C;
  background-size: 22px;
  border-bottom: 0;
  padding: 3.4em 0.5em 1.275em;
}
.hd__contact-individual a{
  background:url("../Image/icon-contact-wh.svg") no-repeat center top 18px #006A45;
background-image:url(../Image/icon-download-wh.svg);
  background-size: 18px;
  padding: 3.4em 0.5em 1.275em;
}
.dw__contact-tel{
  padding: 0 5%;
  text-align: center;
  margin-bottom: 8%;
}
.dw__contact-tel a{
  width: 100%;
  background-color: #1F1F1F;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.2em;
  box-sizing: border-box;
}
.dw__contact-number{
  font-size: 2.8rem;
  display: inline;
  font-weight: 500;
  padding-left: 1.2em;
  background: url("../Image/icon-tel.svg") no-repeat center left;
  background-size: 15px;
}
.dw__contact-hour{
  letter-spacing: 0.02em;
}
.global__navi-bottom{
  position: relative;
  display: block;
  padding: 10% 5%;
  background-color: #F9F9F6;
}
.global__navi-big-txt{
  position: absolute;
  right: 0;
  top: 10%;
  font-size: 10.7333vw;
  line-height: 1.3;
  color: #FFFFFF;
  writing-mode: tb-rl;
}
.dw__info{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1F1F1F;
  line-height: 1.8;
}
.dw__info-map{
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.6em;
  padding-left: 1.8em;
  background: url("../Image/dw-map.svg") no-repeat center left;
  background-size: 24px;
  border-bottom: 1px solid #1F1F1F;
}
.dw__sns-list{
  font-size: 2.2rem;
  letter-spacing: 0;
  margin-top: 2em;
}
.dw__sns-item:not(:last-child){
  margin-bottom: 1.23em;
}
.dw__sns-item a{
  padding-left: 1.5em;
  display: inline-block;
  
}
.dw__sns-mail a{
  background: url("../Image/icon-mail-bk.svg") no-repeat center left;
  background-size: 20px;
	border-bottom: 1px solid #333;
  color: #333;
}
.dw__sns-x a{
	background: url("../Image/icon-x.svg") no-repeat center left;
	background-size: 20px;
	border-bottom: 1px solid #000;
	color:#000;
}
.dw__sns-insta a{
  background: url("../Image/icon-insta.svg") no-repeat center left;
  background-size: 20px;
	border-bottom: 1px solid #DC2E74;
	color:#DC2E74;
  background-size: 20px;
}
.dw__sns-tiktok a{
  background: url("../Image/icon-tiktok.svg") no-repeat center left;
  background-size: 20px;
	border-bottom: 1px solid #20d4cf;
	color:#20d4cf;
  background-size: 20px;
}
	
.dw__sns-youtube a{
  background: url("../Image/youtube.svg") no-repeat center left;
  background-size: 20px;
	border-bottom: 1px solid #E01B1B;
	color:#E01B1B;
  background-size: 20px;
}
.drawer-hamburger{
  position: relative;
  top: 0;
  width: 64px;
  height: 40px;
  padding:10px ;
  box-sizing: border-box;
}
.drawer--right.drawer-open .drawer-hamburger{
  right: 0;
}
.drawer-hamburger-icon, 
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
  height: 2px;
  left: inherit;
  right: 0;
}
.drawer-hamburger-icon{
  width: 100%;
  margin-top: 8px;
  background: #333;
  margin: 0 auto;
}
.drawer-hamburger-icon:before{
  width: 100%;
  top: -8px;
  background: #333;
}
.drawer-hamburger-icon:after{
  width: 100%;
  top: 8px;
  background: #333;
}
.drawer-open .drawer-hamburger-icon{
  background-color: transparent;
  }
.drawer--right.drawer-open .drawer-hamburger-icon:before,.drawer--right.drawer-open .drawer-hamburger-icon:after{
  width: 100%;
  background-color: #222;
}
.drawer--right .drawer-nav{
   right:  -100%;
}
.drawer-nav{
  width: 100%;
}
.drawer-overlay{
  display: none;
}
#main__cts{
  flex: 1;
  padding-left: 0;
}
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*============================
#common__contact
============================*/
#common__contact{
  background: url("../Image/common-contact-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 5.2% 0;
  color: #fff;
}
.common__contact-secInner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 5%;
}
.common__contact-ttlBox{
  font-size: 1.4rem;
  letter-spacing: 0.13em;
  margin-bottom: 4.28em;
  text-align: center;
}
.common__contact-ttl-en{
  font-size: 3rem;
  letter-spacing: 0.13em;
  font-weight: 500;
}
.common__contact-ttl-jp{
  margin-top: 0.5em;
}
.common__contact-lead{
	font-size:1.5rem;
  line-height: 1.9;
  margin-top: 2.25em;
}
.common__contact-bottom{
  justify-content: center;
}
.common__contact-item{
  width: 33.2%;
  text-align: center;
  padding-bottom: 18px;
  box-sizing: border-box;
}
.common__contact-item a{
  color: #fff;
  transition: 0.7s;
}
.common__contact-item-mail{
  border-right: 1px solid #fff;
  padding-right: 5.29833vw;
}
.common__contact-item-tel{
  padding-left: 5.29833vw;
}
.common__contact-icon-mail img{
  height: 32px;
}
.common__contact-icon-tel img{
  height: 39px;
}
.common__contact-label{
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  font-weight: bold;
  margin: 1.5em 0;
}
.common__contact-contactform{
  width: 20em;
  font-size: 0.7368164vw;
  margin: 0 auto;
}
@media screen and (max-width : 1628px ){
  .common__contact-contactform{
    font-size: 1.2rem;
  }
}
.common__contact-contactform a{
  display: block;
  letter-spacing: 0.13em;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 1.7em 1em;
  box-sizing: border-box;
  
}
.common__contact-contactform a:hover{
  background: #fff;
  color: #1F1F1F;
}
.common__contact-number{
  font-size: 1.5625vw;
  letter-spacing: 0.13em;
  line-height: 1;
}
@media screen and (max-width : 1281px ){
  .common__contact-number{
    font-size: 2rem;
  }
}
.common__contact-tel a:hover{
  opacity: 0.7;
}
.common__contact-tel-notes{
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-top: 0.8em;
}

/*============================
#Common-about-list
============================*/
.common__about-list{
  flex-wrap: wrap;
}

.common__about-item-imgBox{
  padding-top: 78.1%;
  width: 100%;
}
.common__about-item-textBox{
  font-size: 1.3rem;
  margin-top: 1em;
}
.common__about-item-category{
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: #008D5C
}
.common__about-item-type{
  flex-wrap: wrap;
  letter-spacing: 0.13em;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.6em;
}
.about__item-btn{
	width:100%;
	margin-top:1.8em;
}
/*============================
#Common-use
============================*/
.common__use-list{
  padding: 0 5.20833vw 0 5.8333vw 
}
.common__use-item{
  position: relative;
}
.common__use-item:nth-child(even) .common__use-head{
  flex-direction: row-reverse;
}
.common__use-item:not(:last-child){
  margin-bottom: 8%;
}
.common__use-imgBox{
  width: 59.4%;
}
.common__use-labelBox{
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  writing-mode: tb-rl;
  padding-top: 1.33em;
}
.common__use-label-jp{
  font-size: 1.25vw;
  letter-spacing: 0.13em;
  font-weight: 500;
  text-orientation: upright;
}
@media screen and (max-width : 1441px ){
  .common__use-label-jp{
    font-size: 1.8rem;
  }
}
.common__use-label-en{
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-left: 1em;
  line-height: 1.2;
}
.common__use-textBox{
  width: 48%;
  background-color: #fff;
  font-size: 0.729166vw;
  letter-spacing: 0.13em;
  padding: 2.7em 0 2.7em 2.2em;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: -7.1em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width : 1646px){
  .common__use-textBox{
    font-size: 1.2rem;
  }
}
.common__use-item:nth-child(even) .common__use-textBox{
  margin-left: 0;
  margin-right: auto;
  padding: 2.7em 2.2em 2.7em 0;
  margin-top: 0;
}
.common__use-text-value{
  position: relative;
  font-size: 0.8333vw;
  font-weight: bold;
  color: #008D5C;
  padding-left: 2.87em;
}
@media screen and (max-width : 16811px ){
  .common__use-text-value{
    font-size: 1.4rem;
  }
}

.common__use-text-value:before{
  content: "";
  display: block;
  width:2.2em;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #008D5C;
}
.common__use-text-plane{
  font-size: 0.729166vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.7em;
}

@media screen and (max-width : 1646px){
  .common__use-text-plane{
    font-size: 1.2rem;
  }
}
/*============================
#page-navi
============================*/
.common__page-navi-list{
  justify-content: center;
  align-items: center;
}
.common__page-navi-item{
  font-size: 1.3rem;
  text-align: center;
}
.common__page-navi-item:not(:last-child){
  margin-right: 2%;
}
.common__page-navi-item a{
  display: block;
  border: 1px solid #148D5C;
  background:url("../Image/arrow-down-gre.svg") no-repeat center bottom 10px #fff;
  background-size: 10px;
  color: #148D5C;
  transition: 0.6s;
  padding: 1.23em 1em 2em;
  box-sizing: border-box;
  border-radius: 3.8em;
}
.common__page-navi-item a:hover{
  background-color: #148D5C;
  color: #fff;
  background-image: url("../Image/arrow-down-wh.svg");
}
.common__page-navi-item.current a{
 	background-color: #148D5C;
  color: #fff;
}
/*============================
#footer
============================*/
#footer{
  padding: 5.8% 0 2.7%;
}
.ft__inner{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 7.0312vw 0 9.5833vw;
}
.footer__head{
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  padding:0 3% 4.3% 0;
  box-sizing: border-box;
}
.footer__head-wrap{
  display: flex;
  width: 50%;
}
.footer__logo{
  width:32%;
  margin-right: 15.3%;
}
.footer__logo  a{
  transition: 0.7s;
	display:block;
}
.footer__logo a:hover{
  opacity: 0.6;
}
.footer__logo img{
  width: 100%;
}
.footer__info{
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.footer__info-name{
  margin-bottom: 1em;
}
.footer__info-address{
  margin-bottom: 1.3em;
}
.footer__sns-item:not(:last-child){
  margin-bottom: 0.47em;
}
.footer__sns-item a{
  font-size: 1.7rem;
  font-weight: normal;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center left;
  padding-left: 20px;
  transition: 0.7s;
}
.footer__sns-mail a{
  background-image: url("../Image/icon-mail-bk.svg");
	border-bottom: 1px solid #333;
  color: #333;
}
.footer__sns-x a{
  background-image: url("../Image/icon-x.svg");
	border-bottom: 1px solid #000;
	color:#000
}
.footer__sns-insta a{
  background-image: url("../Image/icon-insta.svg");
	border-bottom: 1px solid #DC2E74;
	color:#DC2E74;
}
.footer__sns-tiktok a{
  background-image: url("../Image/icon-tiktok.svg");
	border-bottom: 1px solid #20d4cf;
	color:#20d4cf
}
.footer__sns-youtube a{
  background-image: url("../Image/youtube.svg");
	border-bottom: 1px solid #E01B1B;
	color:#E01B1B
}
.footer__sns-item a:hover{
  opacity: 0.6;
}
.footer__sns-item img{
  width: 12px;
}
.footer__navi-list{
  font-size: 1.3rem;
}
.footer__navi-label{
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0.8em;
}

.footer__sns-item a span{
	font-size:0.78em;
	display:inline-block;
	margin-right:0.1em;
}
.footer__navi-item:not(:last-child){
  margin-bottom: 0.8em;
}
.footer__navi-item-policy{
  display: none;
}
.footer__navi-item a{
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.footer__navi-item a:after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .6s;
}
.footer__navi-item a:hover:after{
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer__bottom{
  font-size: 1.2rem;
  justify-content: space-between;
  letter-spacing: 0.13em;
  padding-top: 4em;
  align-items: center;
}
.copyright{
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.footer__bottom-policy{
  font-size: 1.2rem;
}