@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.oswaldFnt{
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.notosansFnt{
  font-family: "Noto Sans", sans-serif;
}
.garamondFnt{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
}
.shipporiFnt {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.marcellusFnt{
  font-family:  "Marcellus", sans-serif;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
@media screen and (max-width: 767px) {
  .pc{
    display: none !important;
  }    
  .sp {
    display: block !important;
  }
}

body {
  font-family: "Shippori Mincho", sans-serif;
  font-display: swap;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  color: #270F06;
  background: url(../img/common/bg_ptn1.png) repeat;
  background-size: 200px 200px;
}
body {
  padding-top:100vh;
}
@media screen and (max-width: 767px) {
    body {
      padding-top:70vh;
    }
}
body.top,
body.access,
body.privacypolicy,
body.unapproved,
body.contactPage {
  padding-top:0;
}
p{
  font-size: 16px;
  color: #270F06;
  line-height: 1.7;
}
a{
  color: #270F06;
}
h1,h2,h3,h4,h5,h6,img,p,div,ul,li,dl,dt,dd,figure {
    margin: 0;
    padding: 0;
}
ul,li {
    display: inline-block;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}


.bgWrap {
    padding-top:1px;
    width:100%;
    background:#F5F4F0;
}


/* gNavi */
#gNavi_head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10100;
  width: 100%;
  height: 80px;
  font-size: 15px;
  border-bottom: 1px solid  rgba(255, 255, 255,0.5);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;  
}
#gNavi_head .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#gNavi_head .inner #mobile-head {
  display: inline-block;
  width: 100%;
}
#gNavi_head .inner .logoWrap {
  position: relative;
  margin: 0 auto;
}
#gNavi_head .inner .logoWrap .logo {
  position: absolute;
  left: 95px;
  top: 13px;
  z-index: 10001;
  width: 300px;
}
#gNavi_head .logo img {
  width: 100%;
  filter: invert(96%) sepia(9%) saturate(757%) hue-rotate(320deg) brightness(116%) contrast(93%);
}
#gNavi_head .inner #mobile-head .translate{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 101000;
  padding: 20px ;  
}
#gNavi_head .inner #mobile-head .translate li{
  margin: 0 12px;
}
#gNavi_head .inner #mobile-head .translate:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width:16px;
  height:1px;
  background:#fff;
  transform:rotate(-55deg);
}
#gNavi_head .inner #mobile-head .translate li a{
  font-family:  "Marcellus", sans-serif;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 8px;
}
#gNavi_head .inner #mobile-head .translate li a.active:before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#global-nav .gNavi > li{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}
#global-nav .gNavi > li a {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #FFF;
  padding: 20px 20px;
  height: 100%;
  width: 100%;
}
#gNavi_head .inner #mobile-head #nav-toggle {
  display: block;
  position: absolute;
  left: 30px;
  top: 10px;
  width: 30px;
  height: 40px;
  cursor: pointer;
  z-index: 101000;
  padding: 20px 0;
}  
#gNavi_head .inner #mobile-head #nav-toggle div {
  position: relative;
}
#gNavi_head .inner #mobile-head #nav-toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#gNavi_head.open .inner #mobile-head #nav-toggle div span {
  background: #fff !important;
}  
#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 0px;
}
#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 9px;
}  
#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  top: 18px;
}
.open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(1) {
  top: 8px;
  width: 100%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}  
.open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(2) {
  top: 8px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.open#gNavi_head .inner #mobile-head #nav-toggle div span:nth-child(3) {
  width: 0;
  top: 8px;
}
.open #global-nav {
  /*-moz-transform: translateX(3000px);
  -webkit-transform: translateX(3000px);
  transform: translateX(3000px);*/
}
.Gnavi_overflow {
  overflow: hidden;
}
#gNavi_head .inner #global-nav {
  display:none;
  width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  /*left: -3000px;*/
  left: 0;
  z-index: 100100;
  height:100vh;
  padding: 0;
  background:#776D56;
  text-align: center;
  margin-top: 0px;
  margin-right: 0;
  /*-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;*/
}
#gNavi_head .inner #global-nav .naviWrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
  scrollbar-color: #5d543d #776D56;
  scrollbar-width: thin;    
}
#gNavi_head .inner #global-nav .naviWrap .nav_header{
  position: relative;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid  rgba(255, 255, 255,0.5);
}
#gNavi_head .inner #global-nav .naviWrap .nav_header .translate{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 101000;
  padding: 20px ;  
}
#gNavi_head .inner #global-nav .naviWrap .nav_header .translate li{
  margin: 0 12px;
}
#gNavi_head .inner #global-nav .naviWrap .nav_header .translate:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width:16px;
  height:1px;
  background:#fff;
  transform:rotate(-55deg);
}
#gNavi_head .inner #global-nav .naviWrap .nav_header .translate li a{
  font-family:  "Marcellus", sans-serif;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 8px;
}
#gNavi_head .inner #global-nav .naviWrap .nav_header .translate li a.active:before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;  
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi {
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;    
  display: block;
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  letter-spacing: 0.75px;
  padding-top: 50px;
  padding-bottom: 60px;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li {
  position: relative;
  display: block;
  width: 100%;
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255,0.3);
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li a {
  font-family:  "Marcellus", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;  
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li dl dt{
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;  
  cursor: pointer;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li dt span{
  display: block;
  font-size: 15px;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li dl dd{
  display: none;
  width: 100%;
  color: #fff;
  margin: 0 auto ;
  border-bottom: 1px solid rgba(255, 255, 255,0.3);
  text-align: left;
  font-size: 15px;
  cursor: pointer;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li dl dd.open{
  display: block;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li dl dd a{
  font-size: 15px;
  padding: 15px 0;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li a span{
  font-family:  "Shippori Mincho", sans-serif;
  display: block;
  font-size: 15px;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li .ico_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
}
#gNavi_head .inner #global-nav .naviWrap .gNavi li .ico_arrow.active {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#gNavi_head .inner #global-nav .naviWrap .boxbtn_area {
  padding-bottom: 70px;
}
#gNavi_head .inner #global-nav .naviWrap .boxbtn_area a{
  display: block;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;  
  width: 100%;
  min-height: 90px;
  max-width:400px;
  border: 1px solid #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 15px;
  margin: 0 auto 15px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;    
}
#gNavi_head .inner #global-nav .naviWrap .boxbtn_area a span{
  display: block;
  font-size: 15px;
}
#gNavi_head .inner #global-nav .naviWrap .boxbtn_area a:last-child{
  margin-bottom: 0;
}
#gNavi_head .inner #global-nav .naviWrap .navi_footer{
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255,0.3);
  padding-top: 30px;
  margin-bottom: 30px;
}
#gNavi_head .inner #global-nav .naviWrap .navi_footer .copy{
  font-family:  "Marcellus", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#gNavi_head.active {
  background:#F7F6F4;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#gNavi_head.active .logo img {
  filter: invert(9%) sepia(59%) saturate(629%) hue-rotate(332deg) brightness(90%) contrast(102%);
}
#gNavi_head.active .inner #mobile-head #nav-toggle div span {
  background: #270F06;
}
#gNavi_head.active .inner #mobile-head .translate li a {
  color: #270F06;
}
#gNavi_head.active .inner #mobile-head .translate li a.active:before {
  background-color: #270F06;
}
#gNavi_head.active .inner #mobile-head .translate:after {
  background: #270F06;
}

/* company_area */
.company_area{
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 55px 20px 70px;
}
.company_area dl{
  width: 100%;
}
.company_area dl dt{
  display: inline-block;
  vertical-align: top;
  width: 5em;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.company_area dl dd{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5.5em);
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.company_area dl dd .maplink:before{
  position: absolute;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><path fill="%23270f06" d="M0,0l4.4,10L0,20l22-10L0,0Z" /></svg>') no-repeat center center;
  content: '';
  top: 5px;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 11px;
  margin-top: 3px;
}
.company_area dl dd .maplink{
  font-family:  "Marcellus", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: underline;
  margin-left: 3px;
  padding-left: 18px;
}

#gNavi_head .naviWrap .company_area dl dd{
  color: #fff;
}
#gNavi_head .naviWrap .company_area dl dt{
  color: #fff;
}
#gNavi_head .naviWrap .company_area_ttl{
  font-family:  "Marcellus", sans-serif;
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom:40px;
  padding-top: 50px;
}
#gNavi_head .naviWrap .company_area_ttl:before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255,0.3);
}
#gNavi_head .naviWrap .company_area dl dd .maplink{
  color: #fff;
  padding-left: 18px;  
}
#gNavi_head .naviWrap .company_area dl dd .maplink::before{
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><path fill="%23ffffff" d="M0,0l4.4,10L0,20l22-10L0,0Z" /></svg>') no-repeat center center;
}
.topPage_info .company_area_ttl{
  display:none;
}
.topPage_info .company_area dl dd{
  color: #270F06;
}
.topPage_info .company_area dl dt{
  color: #AA8E22;
}
.topPage_info .company_area dl dd .maplink{
  color: #270F06;
}
footer .company_area dl dd .maplink:before{
  left: 4px;
}
footer .company_area{
  max-width: 100%;
  padding: 0px 0 100px;
}
footer .company_area p{display:none;}
footer .company_area dl dd{
  margin-bottom: 0px;
  color: #270F06;
  font-size: 18px;
}
footer .company_area dl dt{
  color: #AA8E22;
  width: 4.75em;
  font-size: 14px;
  padding-top: 4px;
}
footer .company_area dl dt:nth-child(1){
  display:none;
}
footer .company_area dl dd:nth-child(2){
  width: 100%;
  font-size: 15px;
  padding-bottom: 10px;
}
footer .company_area dl dd:nth-child(2) .zip_br,footer .company_area dl dd:nth-child(2) .zip_br2{
  display:none;
}
footer .company_area dl dt:nth-child(7){
  display:none;
}
footer .company_area dl dd:nth-child(8){
  display:none;
}

/* mainvisual */
.mainvisual{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: center;  
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
}
.mainvisual{
  position: fixed;
  top:0;
  z-index:-1;
}
.top .mainvisual{
  position: relative;
  z-index:1;
}
.mainvisual .mvBg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";  
}
.mainvisual .mvTtl{
  font-family:  "Marcellus", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 48px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin:0 auto;
  width:96%;
  text-shadow: 0px 0px 30px #999;
}
.mainvisual .mvTtl .btnPtn1 {
  margin-top:44px;
}
.mainvisual .scroll{
  position: absolute;
  bottom: 23px;
  right: 0px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);  
  margin-bottom: 0;
}
.mainvisual .scroll p{
  position:relative;
  padding-bottom:10px;
  width: 80px;
  font-family:  "Marcellus", sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
    .mainvisual .scroll{
        bottom: 4vw;
        right: -3vw;
    }
    .mainvisual .scroll p{
      width: 80px;
    }
}
.mainvisual .scroll p:before,
.mainvisual .scroll p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

.mainvisual .scroll p:before {
    opacity: .5;
}

.mainvisual .scroll p:after {
    transform: scaleX(0);
    transform-origin: left;
    animation: main_scroll 3500ms cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms infinite;
}

@keyframes main_scroll {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    25% {
        transform: scaleX(1);
        transform-origin: left;
    }

    25.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    25.2% {
        transform: scaleX(1);
    }

    45%,100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

/* top_concept */
.top_concept{
  width: 100%;
  padding: 100px 0 140px;
}
.top_concept .inner{
  width: 96%;
  max-width: 1180px;
  margin: 0 auto;
}
.top_concept .inner h2{
  font-family:  "Marcellus", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #AA8E22;
  margin-bottom: 60px;
}
.top_concept .inner .top_concept_img{
  max-width: 363px;
  width: 80%;
  margin: 0 auto 90px;
}
.top_concept .inner .top_concept_read{
  text-align: center;
  line-height: 1.7;
  font-size: 22px;
  text-decoration: underline;
  margin-bottom: 65px;
  letter-spacing:2px;
}
.top_concept .inner .top_concept_txt{
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 45px;  
}
/* topPage_heading2 */
.topPage_heading2{
  font-family:  "Marcellus", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 2px;
}
.topPage_heading2 span{
  font-family:  "Shippori Mincho", sans-serif;
  display: block;
  font-size: 18px;
  color: #AA8E22;
  letter-spacing: 1px;
}
/* topPage_heading3 */
.topPage_heading3{
  font-size: 20px;
  font-weight: normal;
}
/* topPage_facility */
.topPage_facility{
  padding-bottom: 310px;
}
.topPage_facility .inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.topPage_facility .inner .txtArea{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.topPage_facility .inner .txtArea .txtArea_inner{
  width: 43%;
  margin-left: 2%;
}
.topPage_facility .inner .txtArea .txtArea_inner .topPage_heading2{
  padding-top: 40px;
  padding-bottom: 60px;
}
.topPage_facility .inner .txtArea .txtArea_inner .topPage_heading3{
  padding-bottom: 20px;
}
.topPage_facility .inner .txtArea .txtArea_inner p{
  margin-bottom: 30px;
}
.topPage_facility .inner .txtArea .txtArea_inner .btnPtn1 a{
  margin-left: 0;
}
.topPage_facility .inner .imgArea{
  position: absolute;
  top: 0;
  right: 47px;
  max-width: 643px;
  width: 48%;
}
.topPage_facility .inner .imgArea img{
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 50px;
}
.topPage_facility .inner .imgArea:before{
  position: absolute;
  content: '';
  top: 0;
  right: -47px;
  max-width: 566px;
  width: 80%;  
  height: 115%;
  background-color: #EBE8E1;
  z-index: 0;
}
/* topPage_treatment */
.topPage_treatment{
  padding-bottom: 120px;
}
.topPage_treatment .inner{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:0 2% ;
}
.topPage_treatment .inner .topPage_heading2{
  padding-top: 40px;
  padding-bottom: 60px;
}
.topPage_treatment .inner .topPage_heading3{
  padding-bottom: 20px;
}
.topPage_treatment .inner p{
  margin-bottom: 30px;
}


/* cardBtn_type1_wrap */
.cardBtn_type1_wrap{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.cardBtn_type1_wrap .cardBtn_typeA,
.cardBtn_type1_wrap .cardBtn_typeB{
  display: block;
  position: relative;
  width: 49.4%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

.cardBtn_type1_wrap .cardBtn_typeA a,
.cardBtn_type1_wrap .cardBtn_typeB a{
  display: block;
  position: relative;
  padding: 30px;
  width:100%;
  height:100%;
  transition:0.3s;
}
.cardBtn_type1_wrap .cardBtn_typeA a{
  background: url(../img/top/card_type1A.jpg) no-repeat;
  background-color:rgba(60,55,34,0);
  background-blend-mode:darken;
  background-size: 100% 100%;
}
.cardBtn_type1_wrap .cardBtn_typeB a{
  background: url(../img/top/card_type1B.jpg) no-repeat;
  background-color:rgba(60,55,34,0);
  background-blend-mode:darken;
  background-size: 100% 100%;
}
.cardBtn_type1_wrap .cardBtn_typeA p,.cardBtn_type1_wrap .cardBtn_typeB p{
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 2px 6px rgba(0, 0, 0,0.3);
}
.cardBtn_type1_wrap .cardBtn_typeA p span,.cardBtn_type1_wrap .cardBtn_typeB p span{
  font-family:  "Marcellus", sans-serif;
  font-size: 24px;
  margin-left: 10px;
}
.cardBtn_type1_wrap .cardBtn_typeA::after,.cardBtn_type1_wrap .cardBtn_typeB::after{
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: '';
  width: 34px;
  height: 34px;
  background: url(../img/common/arrow_2.svg) no-repeat;
  background-size: 100%;
}

/* topPage_info */
.topPage_info{
  margin-bottom: 150px;
  padding: 90px 0;
  background-color: rgba(178, 178, 178, 0.15);
}
.topPage_info .inner{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:0 2% ;
}
.topPage_info .inner .topPage_heading2{
  text-align: center;
}
/* topPage_contact */
.topPage_contact{
  display:none;
  padding-bottom: 190px;
}
.topPage_contact .inner{
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:90px 2% 0;
}
.topPage_contact .inner::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #B2B2B2;
}
.topPage_contact .inner .topPage_heading2{
  text-align: center;
  margin-bottom: 30px;
}
/* footer */
footer{
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid rgba(112, 112, 112,0.8);
  font-size: 15px;
  background:#F5F4F0;
}
footer .inner{
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:0 2% ;
}
footer .inner #pagetop{
  display:block;
  position: absolute;
  content: '';
  top: -100px;
  right: 10px;
  width: 100px;
  height: 100px;
  background: #FFF;
  border-radius:50%;
}
footer .inner #pagetop img {
  transition:0.3s;
}
footer .footer_company_name{
  font-family:  "Marcellus", sans-serif;  
  font-size: 18px;
  margin-bottom: 10px;
}
footer .footer_nav{
  font-family:  "Marcellus", sans-serif;
  width: 100%;
  margin-bottom: 10px;
}
footer .footer_nav li{
  margin-right: 2.2%;
  margin-bottom: 15px;
}
footer .footer_nav li:last-child{
  margin-right: 0;
}
footer .footer_nav li a{
  padding: 8px;
}
footer .footer_nav li a:first-child{
  padding: 8px 8px 8px 0px ;
}
footer .copy{
  width: 100%;
  border-top: 1px solid rgba(112, 112, 112,0.8);
  padding-bottom: 30px;
}
footer .copy .copy_inner{
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding:0 2% ;    
}
footer .copy .copy_inner p{
  font-family:  "Marcellus", sans-serif;
  font-size: 13px;
  margin-top: 10px;
}


/* btnPtn1 */
.btnPtn1 a{
  font-family:  "Marcellus", sans-serif;  
  display: block;
  text-align: center;
  width: 280px;
  font-size: 15px;
  margin: 0 auto;
  background-color:rgba(255, 255, 255,0.8);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
  border-radius: 30px;
  padding: 18px 10px;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;  
}
.btnPtn1 a span{
  display: inline-block;
  position: relative;
}
.btnPtn1 a span::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: -2px;
  right: -20px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><path fill="%23270F06" d="M0,0l4.4,10L0,20l22-10L0,0Z" /></svg>') no-repeat center center;  
}
/* btnPtn2 */
.btnPtn2 a{
  display: block;
  width: 70%;
  max-width: 450px;
  text-align: center;
  color: #270F06;
  background-color: #FCFCFC;
  box-shadow: 0 3px 3px rgba(0, 0, 0,0.05);
  margin: 0 auto 30px;
  padding: 25px 0;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;  
}
.btnPtn2 a span{
  font-size: 16px;
}


/* memberlogin_wrap */
.memberlogin_wrap{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10101;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;    
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0,0.7);
}
.memberlogin_wrap .inner{
  position: relative;
  width: 80%;
  max-width: 867px;
  max-width: 0 auto;
  background-color: #DDD;
  padding: 7.2vw 30px;
  text-align: center;
}
.memberlogin_wrap .inner .login_logo{
  display: block;
  width: 60%;
  max-width: 206px;
  padding-top: 10px;
  padding-bottom: 35px;
  margin: 0 auto;
}
.memberlogin_wrap .inner .login_pw_input{
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 35px auto 25px;
}
.memberlogin_wrap .inner .login_pw_input input {
  /* height: 50px; */
  width: 100%;
  display: inline-block;
  padding: 17px 15px;
  background-color: #ffffff;
  border: none;
  outline: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    padding: 12px 15px;
}
.memberlogin_wrap .inner .login_pw_input input::placeholder {
  color: #010912;
}
.memberlogin_wrap .inner .login_pw_input input#pw {
  width: 100%;
}
.memberlogin_wrap .inner .login_pw_submit{
  margin-bottom: 60px;
}
.memberlogin_wrap .inner .login_pw_submit input{
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto 50px;  
}
.memberlogin_wrap .inner .login_pw_submit input#sub2{
  background-color: #3C3722;
  letter-spacing: 1px;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 13px 24px;
  font-size: 13px;
  border-radius: 12px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
}




section.area{
  padding: 100px 0 140px;
}
.examination .bgWrap section.area:first-child {
  padding-bottom: 0;
}
.examination  section.area.slide0 {
  padding: 0 0 280px;
}
@media screen and (max-width: 767px) {
    .examination  section.area.slide0 {
      padding: 0 0 34vw;
    }
}
section.area .innerPtn1{
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
section.area .innerPtn2{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section.area .innerPtn3{
  width: 100%;
  margin: 0 auto;
}

.headingPtn1{
  text-align: left;
  max-width: 1000px;
  width: 100%;
  font-weight: normal;
  letter-spacing: 2px;
  /* margin-bottom: 45px; */
  margin: 0 auto 45px;
}
.headingPtn1 .en{
  display: block;
  font-family:  "Marcellus", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  color: #270F06;
}
.headingPtn1 .ja{
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #AA8E22;
  line-height:1.8;
}
section.area .innerPtn2 .headingPtn1{
  /* margin-left: 4%; */
  /* margin: 0 auto; */
}


.headingPtn2{
  text-align: left;
  max-width: 1000px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 45px;  
}
.headingPtn2 .en{
  display: block;
  width: 100%;
  font-family:  "Marcellus", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #270F06;
  border-bottom: 1px solid rgba(112, 112, 112,.3);
}
.headingPtn2 .ja{
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #AA8E22;
  padding-top: 1em;
}


.numWrap_ptn1{
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid rgba(112, 112, 112,.3);
}
.numWrap_ptn1.arrow:after{
  position: absolute;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><path fill="%23270f06" d="M0,0l4.4,10L0,20l22-10L0,0Z" /></svg>') no-repeat center center;
  content: '';
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 14px;
  height: 13px;
}
.numWrap_ptn1.arrow:hover:after{
  right: 0%;  
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}


.numWrap_ptn1:last-child{
  border-bottom: 1px solid rgba(112, 112, 112,.3);
}
.numWrap_ptn1 .numberHeader{
  width: 100%;
}
.numWrap_ptn1 .numberHeader .number{
  display: inline-block;
  vertical-align: top;
  width: 4em;
  font-size: 18px;
  line-height: 1.4;
}
.numWrap_ptn1 .numberHeader .title{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: .75em;
}
.numWrap_ptn1.arrow .numberHeader .title{
  margin-bottom: 0;
}
.numWrap_ptn1 .contentWrap .sentence{
  font-size: 15px;
  line-height: 1.7;
  padding-left: 5em;
  margin-bottom:1em;
}
.numWrap_ptn1 .contentWrap .sentence:last-child{
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner{
  width: 100%;
  margin-bottom: 3em;
  padding-left: 5em;
}
.numWrap_ptn1 .contentWrap .contentInner:first-child{
  margin-top:1em;
}
.numWrap_ptn1 .contentWrap .contentInner .title{
  display: block;
  width: 100%;
  background-color: #fff;
  margin-bottom:1.5em;
  padding: 15px 15px;
}
.numWrap_ptn1 .contentWrap .contentInner .title span{
  border-left: 6px solid #E6E0D0;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 18px;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence{
  padding-left: 0;
}

.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list{
  margin-bottom:1em;
  width: 100%;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list:last-child{
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list li{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom:5px;
  padding-left: 1em;
  line-height:1.7;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list li:last-child{
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '⚫︎';
  display:inline-block;
  font-size: 15px;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2{
  margin-bottom:1em;
  width: 100%;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2:last-child{
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2 li{
  position: relative;
  display: block;
  font-size: 15px;
  /*padding-left: 1em;*/
  line-height:1.7;
}
.numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2 li::before{
  /*position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  content: '⚫︎';
  display:inline-block;
  margin-right:5px;
  font-size: 15px;
  vertical-align: middle;
}
.numWrap_ptn1 .contentWrap .contentInner.qatype{
  margin-bottom:1em;
}
.numWrap_ptn1 .contentWrap .contentInner.qatype:last-child{
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .question{
  position: relative;
  cursor: pointer;
  margin-bottom:0;
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .answer{
  display: none;
  /* position: relative; */
  background-color: #fff;
  margin-top: 0;
  /* padding: 10px 20px; */
  transition:.4s ease;
  /* height:0; */
  overflow:hidden;
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .question::before{
  content: "";
  width: 1px;
  height: 22px;
  background: #000;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s ease;  
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .question::after{
  content: "";
  width: 22px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s ease;
}

.numWrap_ptn1 .contentWrap .contentInner.qatype .question.numWrap_ptn1_qatype_open::before{
  transform: rotate(90deg);
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .question.numWrap_ptn1_qatype_open::after{
  transform: rotate(-180deg);
}
.numWrap_ptn1 .contentWrap .contentInner.qatype .question.numWrap_ptn1_qatype_open + .detail.answer{
  display: block;
  padding:0 0 1em;
  opacity: 1;
}

.numWrap_ptn1 .contentWrap .contentInner.qatype .question--close{
  display: none;
}

.numWrap_ptn1 .contentWrap .contentInner.qatype .answer.detail .sentence{
  margin-top: 0;
  padding: 0 20px 0 20px;
}

.boxGrayInner{
  padding: 5px 20px 15px 20px;
}
.boxGray{
  width: 100%;
  background-color: rgba(178, 178, 178,.2);
  border-radius: 5px;
  padding: 15px;
}
.boxGray .txttype1{
  font-size: 15px;
  color: #707070;
}

.facility .area {
    padding-bottom:50px;
}
.facility .area.slide3 {
    padding-bottom:280px;
}
.facility section.area .innerPtn3 {
    overflow:hidden;
}
.imgFlexWrap{
  margin:0 auto;
  max-width: 1000px;
  width:100%;
}
@media screen and (max-width: 767px) {
    .facility .area {
    padding-bottom:17vw;
    }
    .facility .area.slide3 {
        padding-bottom:34vw;
    }
}
.imgFlexWrap .imgFlexWrap_inner{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;  
}
.imgFlexWrap .imgFlexWrap_inner img{
  width: 24%;
}

.list_type1{
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.list_type1 table{
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  white-space: nowrap;
  background:#FFF;
}
.list_type1 table tr{
  border-bottom: 1px solid rgba(112, 112, 112 ,0.6);
}
.list_type1 table th{
  position: relative;
  color: #fff;
  vertical-align: middle;
  padding: 8px 15px;
  text-align: center;
  font-weight: normal;
  word-break : break-all;
  overflow-wrap : break-word;
  white-space:nowrap;
}
.list_type1 table td{
  padding: 15px;
  text-align: center;
  word-break : break-all;
  overflow-wrap : break-word;
  white-space:nowrap;
  vertical-align: middle;
  line-height:1.5;
}
.list_type1 table td.listname{
  text-align: left;
  color: #fff;
  white-space:normal;
  background-color: #B2B2B2;
}
.list_type1 table th:nth-child(1){
  text-align: left;
  background-color: #707070;
  width: 19%;
}
.list_type1 table th:nth-child(1):after{
  display: none;
}
.list_type1 table th:nth-child(2){
  background-color: #747474;
  width: 17%;
}
.list_type1 table th:nth-child(2):after{

  border-color: transparent transparent transparent #747474;
}
.list_type1 table th:after{
  position: absolute;
  content: '';
  top: 0;
  right: -15px;
  width: 16px;
  height: 100%;
  z-index: 1;  
  border-style: solid;
  border-width: 23px 0 23px 16px;
}

.list_type1 table th:nth-child(3){
  background-color: #A09F99;
  width: 14%;
}
.list_type1 table th:nth-child(3):after{
  border-color: transparent transparent transparent #A09F99;
}
.list_type1 table th:nth-child(4){
  background-color: #AAAAAA;
  width: 17%;
}
.list_type1 table th:nth-child(4):after{
  border-color: transparent transparent transparent #AAAAAA;
}
.list_type1 table th:nth-child(5){
  background-color: #BEBEBE;
  width: 14%;
}
.list_type1 table th:nth-child(5):after{
  border-color: transparent transparent transparent #BEBEBE;
}
.list_type1 table th:nth-child(6){
  background-color: #D3D1C8;
  width: 17%;
}
.list_type1 table th:nth-child(6):after{
  display: none;
}
.scroolBtn{
  display: block;
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 50%;
  right: 1.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.imgSlide_Content1 .imgSlide_Content1_wrap .scroolBtn{
  right: 0;
}
.imgSlide_Content1{
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  z-index:1;
}
.imgSlide_Content1::before{
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #EBE8E1;
}
.imgSlide_Content1 .imgSlide_Content1_wrap{
  position: relative;
  cursor: pointer;
}
.imgSlide_Content1 .imgSlide_Content1_inwrap{
  -webkit-user-select: none;
  overflow: hidden;
  position: relative;
  height:450px;
}
.imgSlide_Content1 .imgSlide_Content1_inner{
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  padding-right:300px;
  width: auto;
  cursor: pointer;
}
.imgSlide_Content1 .imgSlide_Content1_inner img{
  max-width: 728px;
  width: 728px;
  margin-right: 1%;
}
.fixnel-scrollbar {z-index:1;}
.imgSlide_Content1 .headingPtn3{
  padding-left: 30px;
  position: relative;
  font-family:  "Marcellus", sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #AA8E22;
  margin-bottom: 1em;
  letter-spacing:2px;
}
.imgSlide_Content1 .headingPtn3::before{
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: '';
  width: 20px;
  height: 1px;
  background-color: #AA8E22;
}
.imgSlide_Content1 .sentence{
  line-height: 2.3;
}

.imgSlide_Content1 .spwidth{
  margin: 2em auto 0;
}





/* for sp */
@media screen and (max-width: 767px) {
    /* gNavi */
    #gNavi_head .inner .logoWrap .logo {
    left: 20px;
    width: 61vw;
    max-width: 300px;
    top: 16px;
    }
    #gNavi_head .inner #mobile-head #nav-toggle {
    right: 30px;
    left: initial;
    }  
    #gNavi_head .inner #global-nav {
    width: 100%;
    }  
    #gNavi_head .inner #global-nav .naviWrap .nav_header .translate{
    right: initial;
    left: 0;
    padding: 20px 10px;
    }  
    #gNavi_head .inner #global-nav .naviWrap .gNavi {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 88%;
    }
    #gNavi_head .inner #global-nav .naviWrap .gNavi li a {
    font-size: 16px;
    }
    #gNavi_head .inner #global-nav .naviWrap .gNavi li a span {
    font-size: 13px;
    }
    #gNavi_head .inner #global-nav .naviWrap .boxbtn_area{
    width: 88%;
    margin: 0 auto;
    }
    #gNavi_head .inner #global-nav .naviWrap .boxbtn_area a{
    font-size: 13px;
    min-height: 74px;
    padding: 15px 10px;
    }
    #gNavi_head .inner #global-nav .naviWrap .boxbtn_area a span{
    font-size: 13px;
    }  
    #gNavi_head .inner #global-nav .naviWrap .navi_footer .copy{
    padding-bottom:100px;
    font-size: 10px;
    }
    #gNavi_head .naviWrap .company_area{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px 30px;
    }
    #gNavi_head .naviWrap .company_area:before{
      width: 50px;
    }    
    #gNavi_head .naviWrap .company_area_ttl{
      font-size: 14px;
    }
    #gNavi_head .naviWrap .company_area dl dt{
      font-size: 13px;
    }
    #gNavi_head .naviWrap .company_area dl dd{
      font-size: 13px;
    }
    #gNavi_head .naviWrap .company_area dl dd .maplink::before{
    top: 3px;
    }
    /* company_area */
    .topPage_info .company_area{
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    padding: 50px 0px 30px;
    }    
    .topPage_info .company_area dl dt{
    font-size: 3.7vw;
    }
    .topPage_info .company_area dl dd{
    font-size: 3.7vw;
    }
    .topPage_info .company_area dl dd .maplink::before{
    top: 1.7vw;
    width: 2.9vw;
    height: 2.64vw;
    margin:  0;    
    width: 3.2vw;
    height: 3.0vw;
    }
    .topPage_info .company_area dl dd .maplink{
    padding-left: 3.8vw;
    }
    footer .company_area p {
    display:block;
    position:absolute;
    left:0;
    bottom:1.8vw;
    font-size:3.8vw;
    font-family:  "Marcellus", sans-serif;
    letter-spacing:0.2vw;
    }
    footer .company_area dl dt{
    font-size: 3.44vw;
    }
    footer .company_area dl dd{
    font-size: 4.23vw;
    margin-bottom: 2vw;
    }    
    footer .company_area dl dd:nth-child(2){
    font-size: 3.44vw;
    letter-spacing: 0.75px;
    padding-bottom: 2vw;
    }  
    footer .company_area dl dd:nth-child(2) .zip_br{
    display: inline-block;
    }  
    footer .company_area dl dd .maplink::before{
    top: 1.7vw;
    width: 2.9vw;
    height: 2.64vw;
    margin:  0;
    }  
    footer .company_area dl dd .maplink:before{
    left: 1vw;
    }  
    footer .company_area dl dd .maplink{
    padding-left: 4.2vw;
    }
    footer .company_area{
    padding: 0px 0 17vw;
    }
    /* mainvisual */
    .mainvisual{
    height: 70vh;
    }
    .mainvisual .mvTtl{
    font-size: 5.8vw;
    text-shadow: 0px 0px 10px #999;
    letter-spacing:0.4vw;
    }
    .mainvisual .mvBg{
    width: 100%;
    height: 100%;
    }
    .mainvisual .mvTtl span{
    font-size: 3.9vw;
    }
    /* top_concept */
    .top_concept{
    padding: 17vw 0 25vw;
    }
    .top_concept .inner h2{
    margin-bottom:12vw;
    font-size: 4.76vw;
    }
    .top_concept .inner .top_concept_img{
    width: 55vw;
    max-width: 400px;
    margin: 0 auto 11vw;
    }
    .top_concept .inner .top_concept_read{
    margin-bottom:11vw;
    font-size: 4vw;
    letter-spacing:0.3vw;
    }
    .top_concept .inner .top_concept_txt{
    font-size: 3.43vw;
    }
    /* topPage_heading2 */
    .topPage_heading2{
    font-size: 5.82vw;
    line-height: 1.4;
    }
    .topPage_heading2 span{
    font-size: 3.7vw;
    padding-top: 2.3vw;
    }
    /* topPage_heading3 */
    .topPage_heading3{
    font-size: 3.97vw;
    }
    /* topPage_facility */
    .topPage_facility{
    padding-bottom: 90px;
    }
    .topPage_facility .inner{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;    
    }
    .topPage_facility .inner .imgArea{
    position: initial;
    right: initial;
    max-width: 100%;
    width: 100%;    
    }
    .topPage_facility .inner .txtArea .txtArea_inner{
    width: 90%;
    margin: 0 auto;
    }
    .topPage_facility .inner .txtArea .txtArea_inner > p{
    font-size: 3.44vw;
    }
    .topPage_facility .inner .txtArea .txtArea_inner .topPage_heading2{
    padding-top: 14vw;
    }
    .topPage_facility .inner .txtArea .txtArea_inner .btnPtn1 a{
    margin: 0 auto;
    }
    .topPage_facility .inner .imgArea:before{
    right: 0px;
    max-width: 700px;
    width: 89vw;  
    height: 80vw;
    }
    /* topPage_treatment */
    .topPage_treatment{
    border-top: 1px solid rgba(112, 112, 112 ,0.3);
    padding-bottom: 50px;
    }
    .topPage_treatment .inner{
    width: 92%;
    padding: 0;
    }
    .topPage_treatment .inner .topPage_heading2{
    padding-top: 90px;
    }
    .topPage_treatment .inner > p{
    font-size: 3.44vw;
    }
    /* cardBtn_type1 */
    .cardBtn_type1_wrap{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;    
    }
    .cardBtn_type1_wrap .cardBtn_typeA,.cardBtn_type1_wrap .cardBtn_typeB{
    width: 100%;
    height: 52.9vw;
    /*padding: 20px;*/
    margin-bottom: 20px;
    }
    .cardBtn_type1_wrap .cardBtn_typeA p,.cardBtn_type1_wrap .cardBtn_typeB p{
    font-size: 4.49vw;
    }
    .cardBtn_type1_wrap .cardBtn_typeA p span,.cardBtn_type1_wrap .cardBtn_typeB p span{
    font-size: 4.23vw;
    }
    .cardBtn_type1_wrap .cardBtn_typeA::after,.cardBtn_type1_wrap .cardBtn_typeB::after{
    width: 5.29vw;
    height: 5.29vw;    
    }
    /* topPage_info */
    .topPage_info{
    margin-bottom: 100px;
    }
    /* topPage_contact */
    .topPage_contact{
    padding-bottom: 17vw;
    }
    .topPage_contact .inner{
    padding:70px 0 0;
    width: 92%;
    }
    .topPage_contact .inner::before{
    height: 60px;
    }
    /* footer */
    footer{
    padding-top:13vw;
    border-top: 1px solid rgba(112, 112, 112,0.3);
    }
    footer .inner{
    width: 92%;
    padding: 0;
    }
    footer .inner #pagetop{
    width: 16vw;
    height: 16vw;
    top: -21.5vw;
    }
    footer .copy{
    border-top: 1px solid rgba(112, 112, 112,0.3);
    }
    footer .copy .copy_inner{
    width: 92%;
    padding: 0;
    }
    footer .footer_company_name{
    font-size: 4.23vw;
    margin-bottom: 3vw;
    }  
    footer .copy .copy_inner p{
    font-size: 2.64vw;
    }
    /* btnPtn1 */
    .btnPtn1 a{
    width: 74vw;
    font-size: 3.97vw;
    max-width: 360px;
    margin: 0 auto;
    padding: 3.97vw 10px;
    border-radius: 8vw;
    }
    .btnPtn1 a span::after{
    width: 2.11vw;
    height: initial;
    bottom: -0.3vw;
    right: -6vw;    
    }
    /* btnPtn2 */
    .btnPtn2 a{
    width: 100%;
    max-width: 600px;
    padding: 5.3vw 0;
    margin: 0 auto 20px;
    }
    .btnPtn2 a span{
    font-size: 3.97vw;
    }

    .memberlogin_wrap .inner .login_logo{
    width: 70%;
    padding-top:8vw;
    padding-bottom: 10vw;
    }
    .memberlogin_wrap .inner{
    padding: 20px;
    }
    .memberlogin_wrap .inner .login_pw_input{
    width: 100%;
    }
    .memberlogin_wrap .inner p{
    font-size: 13px;
    }
    .memberlogin_wrap .inner .login_pw_submit{
    margin-bottom: 30px;
    }
    .memberlogin_wrap .inner .login_pw_submit input{
    width: 70%;
    }
    .memberlogin_wrap .inner .login_pw_submit input#sub2{
    padding: 11px 24px;
    font-size: 13px;
    }
    section.area{
    padding:17vw 0;
    }
    section.area p{
    font-size: 3.44vw;
    }
    section.area .innerPtn1{
    width: 100%;
    }
    section.area .innerPtn1 > p{
    padding:4%;
    }
    section.area .innerPtn2{
    width: 100%;
    }  
    .headingPtn1{
    width: 92%;
    margin: 0 auto 13vw;
    letter-spacing:0.3vw;
    }
    .headingPtn1 .en{
    font-size: 5.82vw;
    line-height: 1.4;
    }
    .headingPtn1 .ja{
    display: block;
    font-size: 3.7vw;
    padding-top: 2.3vw;
    line-height:0.6;
    }
    .headingPtn2{
    /* width: 92%; */
    margin-bottom: 11vw;
    }
    .headingPtn2 .en{
    font-size: 5.82vw;
    line-height: 1.4;
    }
    .headingPtn2 .ja{
    display: block;
    font-size: 3.7vw;
    padding-top: .75em;
    }
    .numWrap_ptn1{
    padding: 9vw 4vw;
    }  
    .numWrap_ptn1 .numberHeader{
    width: 100%;
    }
    .numWrap_ptn1 .numberHeader .number{
    font-size: 4.2vw;
    width: auto;
    }
    .numWrap_ptn1 .numberHeader .title{
    font-size: 4.2vw;
    }
    .numWrap_ptn1 .contentWrap{
    width:100%;
    }
    .numWrap_ptn1 .contentWrap .sentence{
    font-size: 3.44vw;
    line-height: 1.7;
    padding-left: 0;
    }
    .numWrap_ptn1 .contentWrap .sentence .linebreak{
    margin-bottom: .75em;
    }
    .numWrap_ptn1 .contentWrap .contentInner{
    padding-left: 0;
    }
    .numWrap_ptn1 .contentWrap .contentInner .title{
    padding: 2.64vw 4vw;
    }
    .numWrap_ptn1 .contentWrap .contentInner .title span{
    display:block;
    border-left: 1.32vw solid #E6E0D0;
    font-size: 3.44vw;
    padding: 1.32vw 4vw;
    line-height:1.7;
    }  
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list {
    padding-left: .2em;
    }  
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list li{
    padding-left:5vw;
    font-size: 3.44vw;
    }
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list li::before{
    font-size: 3.44vw;
    }
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2 {
    padding-left: .2em;
    }  
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2 li{
    font-size: 3.44vw;
    }
    .numWrap_ptn1 .contentWrap .contentInner .detail .sentence_list2 li::before{
    font-size: 3.44vw;
    }  
    .numWrap_ptn1.arrow:after{
    width: 2.9vw;
    height: 2.64vw;
    }
    .boxGray{
    padding: 4vw;
    }
    .boxGray .txttype1{
    font-size: 3.44vw;
    }
    .list_type1{
    /* overflow-x: scroll; */
    width: 96%;
    margin-left: 4%;
    }  
    .list_type1 table{
    table-layout: fixed;
    font-size: 3.17vw;
    }
    .list_type1 table th{
    }
    .list_type1 table td{
    }  
    .list_type1 table th:nth-child(1){
    width: 200px;
    }
    .list_type1 table th:nth-child(2){
    width: 183px;
    }
    .list_type1 table th:nth-child(3){
    width: 183px;
    }
    .list_type1 table th:nth-child(4){
    width: 183px;
    }
    .list_type1 table th:nth-child(5){
    width: 183px;
    }
    .list_type1 table th:nth-child(6){
    width: 183px;
    }  
    .list_type1 table th:after{
    right: -4.23vw;
    width: 4.23vw;
    height: 100%;
    border-width: 20px 0 20px 16px;
    }  
    .list_type1 .scrool_content{
    overflow-x: scroll;
    }
}

/* hover -- over 1025px only -- */
@media screen and (max-width: 1024px) {

        /*body {
          padding-top:70vh;
        }
        .mainvisual{
            overflow: hidden;
            height: 70vh;
        }*/
        
        
        .imgSlide_Content1{
        padding-top: 10vw;
        padding-left:0;
        margin-bottom:0;
        }
        .imgSlide_Content1 .headingPtn3{
        margin-bottom: 8vw;
        padding-left: 8vw;
        font-size: 4.76vw;
        letter-spacing: 0.3vw;
        line-height:6.3vw;
        }
        .imgSlide_Content1 .headingPtn3::before{
        top:3vw;
        left: 0.75em;
        width: 5.29vw;
        height: 0.1vw;
        }
        .imgSlide_Content1 .imgSlide_Content1_inwrap{
        overflow-x: scroll;
        height:62vw;
        }
        .imgSlide_Content1::before{
        bottom: initial;
        top: 0;
        left: initial;
        right: 0;
        width: 90%;
        height: 86vw;
        }
        .imgSlide_Content1 .imgSlide_Content1_inwrap{
        overflow-x: scroll;
        }
        .imgSlide_Content1 .imgSlide_Content1_inner{
        padding-right:0;
        width: auto;
        }
        .imgSlide_Content1 .imgSlide_Content1_inner img{
        max-width:100%;
        width: 100%;
        }
        .imgSlide_Content1 .spwidth{
        width: 88%;
        margin: 16.8vw auto 0;
        }
        .scroolBtn{
        width: 9.26vw;
        height: 9.26vw;
        }
}

/* hover -- over 1025px only -- */
@media screen and (min-width: 1025px) {
        #gNavi_head .inner #global-nav .naviWrap .gNavi li dt:hover {
        background-color: rgba(255, 255, 255,0.3);
        }
        #gNavi_head .inner #global-nav .naviWrap .gNavi li a:hover {
        background-color: rgba(255, 255, 255,0.3);
        }
        #gNavi_head .inner #global-nav .naviWrap .boxbtn_area a:hover{
        background-color: rgba(255, 255, 255,0.8);
        border: 1px solid #776D56;
        color: #776D56;
        }
        .company_area dl dd .maplink:hover{
        text-decoration: none;
        }
        .cardBtn_type1_wrap .cardBtn_typeA a:hover{
          background: #000 url(../img/top/card_type1A.jpg) no-repeat;
          background-color:rgba(60,55,34,0.35);
          background-blend-mode:darken;
          background-size: 100% 100%;
          transition:0.3s;
        }
        .cardBtn_type1_wrap .cardBtn_typeB a:hover{
          background: #000 url(../img/top/card_type1B.jpg) no-repeat;
          background-color:rgba(60,55,34,0.35);
          background-blend-mode:darken;
          background-size: 100% 100%;
          transition:0.3s;
        }
        footer .footer_nav li a:hover{
        text-decoration: underline;
        }
        .btnPtn1 a:hover span:after{
        background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 22"><path fill="%23FFFFFF" d="M0,0l4.4,10L0,20l22-10L0,0Z" /></svg>') no-repeat center center;  
        }
        .btnPtn1 a:hover{
        background-color: #5E5A48;
        color: #FCFCFC;
        }  
        .btnPtn2 a:hover{
        color: #FCFCFC;
        background-color: #3C3722;  
        box-shadow: none;
        }
        .memberlogin_wrap .inner .login_pw_submit input#sub2:hover{
        background-color: #000;
        }
        footer .inner #pagetop:hover img{
            transition:0.35s;
            opacity:0.7;
        }
}


.list_type2{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.list_type2 table{
  font-family: "Noto Sans", sans-serif;
  width: 100%;
  font-size: 15px;
  background:#FFF;
  border-collapse: collapse;
}
.list_type2 th{
  position: relative;
  padding: 15px;
  font-size:15px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  white-space:nowrap;
  background:#707070;
  border:1px solid #E3E3E3;
}
.list_type2 thead th{
  border-top:0;
}
.list_type2 tbody th{
  background:#AFA78A;
  font-weight:normal;
}
.list_type2 td{
  padding: 25px 15px;
  width:40%;
  font-size:15px;
  line-height:1.5;
  text-align: left;
  vertical-align: top;
  border:1px solid #E3E3E3;
}
.list_type2 td:first-child{
  padding:25px 0;
  width:16%;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.list_type2 th:first-child,
.list_type2 td:first-child{
  border-left:0;
}
.list_type2 th:last-child,
.list_type2 td:last-child{
  border-right:0;
}
.list_type2 tr:last-child td{
  border-bottom:0;
}
.list_type2 td div{
  margin-bottom:30px;
}
.list_type2 ul{
  margin-bottom:10px;
}
.list_type2 ul:last-child{
  margin-bottom:0;
}
.list_type2 li,
.list_type2 p{
  display:block;
  position:relative;
  margin-bottom:10px;
  padding-left:15px;
  font-size:15px;
  line-height:1.5;
}
.list_type2 li:last-child,
.list_type2 p:last-child{
  margin-bottom:0;
}
.list_type2 li:before{
  position:absolute;
  left:0;
  top:0;
  content:'・';
}
.list_type2 li span{
  font-size:12px;
}


@media screen and (max-width: 767px) {
    .list_type2{
    /* overflow-x: scroll; */
    width: 100%;
    }  
    .list_type2 table{
    width:230vw;
    font-size: 3.17vw;
    }
    .list_type2 th{
      font-size:3.44vw;
    }
    .list_type2 td{
      width:40%;
      font-size:3.44vw;
    }
    .list_type2 td:first-child{
      width:16%;
    }
    .list_type2 td span{
      font-size:2.7vw;
    }
    .list_type2 li,
    .list_type2 p{
      font-size:3.44vw;
    }
    .list_type2 li span{
      font-size:2.8vw;
    }
    .list_type2 .scrool_content{
    overflow-x: scroll;
    }
}

.title_sec {
  width: 100%;
  padding: 260px 0 260px;
}
@media screen and (max-width: 767px) {
  .title_sec {
    padding: 39vw 0 17vw;
  }
}
.title_sec .inner {
  width: 90%;
  max-width: 845px;
  margin: 0 auto;
}


.title_sec h2 {
  margin-bottom:70px;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .title_sec h2 {
    margin-bottom:16vw;
  }
}





.title_sec2 {
  width: 100%;
  padding: 260px 0 30px;
}
@media screen and (max-width: 767px) {
  .title_sec2 {
    padding: 39vw 0 0;
  }
}


.privacyWrap_ptn{
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid rgba(112, 112, 112,.3);
}
.privacyWrap_ptn:last-child{
  padding-bottom:0;
  border-bottom: 0;
}
.privacyWrap_ptn0{
  padding: 0 0 50px;
  border-bottom: 0;
}
.privacyWrap_ptn .numberHeader{
  width: 100%;
}
.privacyWrap_ptn .numberHeader .number{
  display: inline-block;
  vertical-align: top;
  width: 4em;
  font-size: 18px;
  line-height: 1.4;
}
.privacyWrap_ptn .numberHeader .title{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: .75em;
}
.privacyWrap_ptn .contentWrap .sentence{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom:1em;
}
.privacyWrap_ptn .contentWrap .sentence:last-child{
  margin-bottom:0;
}




@media screen and (max-width: 767px) {
    .privacyWrap_ptn{
    padding: 9vw 0;
    }
    .privacyWrap_ptn .numberHeader{
    width: 100%;
    }
    .privacyWrap_ptn .numberHeader .number{
    font-size: 4.2vw;
    width: auto;
    }
    .privacyWrap_ptn .numberHeader .title{
    font-size: 4.2vw;
    }
    .privacyWrap_ptn .contentWrap .sentence{
    font-size: 3.44vw;
    line-height: 1.7;
    }
}


.treatmentMenu section.area,
.privacypolicy section.area {
    padding: 80px 0 280px;
}
@media screen and (max-width: 767px) {
    .treatmentMenu section.area,
    .privacypolicy section.area {
        padding: 17vw 0 34vw;
    }
}



.unapproved section.area {
    padding: 80px 0 280px;
}
@media screen and (max-width: 767px) {
    .unapproved section.area {
        padding: 17vw 0 34vw;
    }
}
.unapproved .title_sec2 {
  width: 100%;
  padding: 260px 0 30px;
}
.unapproved .title_sec2 .topPage_heading2 {
  margin-bottom:0;
  font-family: "Shippori Mincho", sans-serif;
}
.unapprovedWrap_ptn{
  position: relative;
  display: block;
  margin-top:30px;
  padding:20px;
  width: 100%;
  background:#FFF;
}
    .unapprovedWrap_ptn .title {
        position:relative;
        margin-bottom:5px;
        padding-left:20px;
        padding-bottom:5px;
        font-size:16px;
      border-bottom:1px solid #C2C0BA;
    }
    .unapprovedWrap_ptn .title:before {
        position:absolute;
        left:0;
        top:0;
      content:'●';
    }
.unapproved .sentence {
    font-size:16px;
}
.unapproved .unapprovedWrap_ptn .sentence {
    font-size:15px;
}

@media screen and (max-width: 767px) {
    .unapproved section.area {
        mpadding: 17vw 0 17vw;
    }
    .unapproved .title_sec2 {
    padding: 39vw 0 0;
    }
    .unapprovedWrap_ptn .title {
        padding-left:4.8vw;
        font-size:3.8vw;
    }
    .unapproved .sentence {
        font-size:3.8vw;
    }
    .unapproved .unapprovedWrap_ptn .sentence {
        font-size:3.44vw;
    }
}


