@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP","游ゴシック体", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .06em;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.invisible {
	transition: opacity 0.3s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.3s ease;
	opacity: 1.0;
}
p{
  line-height: 2;
}
a{
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active{
  color: #ccc;
}
a:active, a:focus,input:active, input:focus{outline:0;}
a:hover img {
  opacity:0.95;
  filter: alpha(opacity=95);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=95)";  /* ie 8 */
  -moz-opacity:0.95;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.95;              /* Safari 1.x */
}
img{
  max-width: 100%;
  height: auto;
}
.w-inner{
  padding: 0 80px;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
}
.en{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* ======================================================
  Breadcrumb
  ======================================================= */
#breadcrumb{
  padding: 20px 0 20px 26px;
  position: relative;
}
#breadcrumb::before{
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/icon-home.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
}
#breadcrumb ol{
  margin: 0;
  padding: 0;
  display: flex;
}
#breadcrumb li{
  list-style-type: none;
  font-size: .8rem;
  position: relative;
}
#breadcrumb li a{
  display: block;
  padding: 0 24px 0 0;
  color: #333;
}
#breadcrumb li a:hover{
  text-decoration: underline;
  color: #ccc;
}
#breadcrumb li::after {
  content: "＞";
  color: #aaa;
  font-size: 10px;
  position: absolute;
  right: 16px;
  top: 18%;
  width: 0;
  height: 0;
  z-index: 2;
}
#breadcrumb li:last-child::after {
  content: " "!important;
}


#l-header {
 z-index:1000;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 transition: all .6s cubic-bezier(.165,.84,.44,1);
 transition-property: transform;
 transition-timing-function: cubic-bezier(.165,.84,.44,1)
}
#l-header .l-header__wrapper {
 margin:0;
}
#l-header .logo img{
  height: 80px;
  padding-top: 8px;
}
#l-header .l-header__wrapper > .l-header__inner {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  padding: 0 20px 0 25px;
}
#l-hero__wrapper {
 position:relative;
 height:100vh
}
#l-hero__wrapper .l-hero__content {
 position:absolute;
 width: 100%;
}
.scrolldown{
  position: absolute;
  z-index: 11;
  right: 50px;
  bottom: 20px;
  height: 60px;
}
.scrolldown span{
  position: absolute;
  left: -15px;
  top: -25px;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/* メニュー */
#global-navi {
  width: 100%;
}
#wrapper nav ul li{
  list-style-type: none;
}
#wrapper nav ul li a{
  color: #000;
}

/* Global Menu */
@media screen and (min-width: 992px) {
  .menu .top{
    display: none;
  }
  .last{
    display: none;
  }
  .l-header__wrapper > .l-header__inner{
    background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(255,255,255,0.1) 10%, rgba(255,255,255,0.3) 30%, rgba(255,255,255,0.9));
  }
  .hidden .l-header__wrapper > .l-header__inner{
    background: rgba(255,255,255,0.8);
  }
  #l-header .logo{
    width: 8%;
  }
  #wrapper{
    width: 48%;
  }
  #l-header .head-mail{
    width: 14%;
    text-align: center;
  }
  #l-header .head-mail a{
    display: block;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #181d61;
    border-radius: 0px;
  }
  #l-header .head-mail p{
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    color: #dd6b74;
  }
  #l-header .head-tel,#l-header .head-tel2{
    width: 14%;
    margin-right: 0%;
    text-align: center;
    height: 60px;
    border-radius: 0px;
    background: #fff;
  }
  #l-header .head-tel p,#l-header .head-tel2 p{
    color: #181d61;
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 1.2;
    padding: 2px 0 0 0;
    letter-spacing: 0;
  }
  #l-header .head-tel span,#l-header .head-tel2 span{
    font-size: .7em;
    display: block;
    line-height: 1;
    padding-top: 10px;
  }
  .sp-head-contact{
    display: none;
  }
  #global-navi .menu{
    display: flex;
    justify-content: flex-end;
    padding-right: 1em;
  }
  #wrapper nav ul li{
    padding: 0 .8em;
    position: relative;
    font-size: max(1.1vw, .8em);
  }
  #wrapper nav ul li a{
    position: relative;
    font-weight: bold;
  }
  #wrapper nav ul li a:before{
  content: "";
  position: absolute;
   left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #181d61;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
  }
  #wrapper nav ul li a:hover:before {
    transform: scale(1);
  }
  #wrapper nav ul .last::after {
    width: 0;
    height: 0;
  }
  
  .menu-items{
    height: 60px;
    position: relative;
  }
  .menu-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    letter-spacing: .05em;
    font-weight: 600;
    transition: all .15s;
  }
  .SubMenu {
    visibility: hidden;
    position: absolute;
    left: -50px;
    top: 70px;
    width: 200px;
    background-color: #98ca62;
  }
  #wrapper nav .SubMenu-Item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  #wrapper nav .SubMenu-Item a{
    color: #fff;
    background-color: #98ca62;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: max(.8vw, .7em);
  }
  #wrapper nav .SubMenu-Item a:hover{
    background: #444;
  }
  #wrapper nav .menu-items:hover .SubMenu {
    visibility: visible;
  }
  #wrapper nav .SubMenu-Item a::before{
    height: 0px;
    position: relative;
  }
  #wrapper nav .top{
    display: none;
  }
  #wrapper .sp-head-btn{
    display: none;
  }
  .news-ttl{
    width: 30%;
  }
  .news-list{
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  #l-header{
    top: 0px;
  }
  #l-header .logo img{
    height: 45px;
  }
  #l-header .l-header__wrapper > .l-header__inner{
    padding: 0 10px;
    height: 60px;
    background: linear-gradient(0deg, rgba(0,0,0,0), rgb(0,0,0,0.6));
  }
  #l-hero__wrapper{
    margin-top: 0px;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background:rgba(255,255,255,0.95);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
  }
  #wrapper nav ul{
    padding: 0 20px;
  }
  #wrapper nav ul li {
    display:block;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #302e2d;
    display: block;
    font-weight: bold;
  }
  #wrapper .sp-head-btn{
    position: fixed;
    top: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    text-align: center;
  }
  #wrapper .sp-head-btn span{
    color: #181d61;
    letter-spacing: 0;
    font-size: 10px;
    display: block;
    line-height: 1;
  }
  #wrapper .sp-head-btn img{
    width: 24px;
    height: 24px;
    margin: 4px 0 -3px 0;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: #181d61;
  }
  #wrapper .btn-gnavi span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top:15px; 
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top:23px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top:31px;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(2) {
    opacity: 0;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%
  }
  .head-tel{
    display: none;
  }
    #wrapper nav .SubMenu{
    display: flex;
    margin: 14px -20px -14px -20px;
    border-top: 1px solid #eaeaea;
  }
  #wrapper nav .SubMenu-Item{
    font-size: .75rem;
    width: 50%;
    padding: 15px 0 15px 20px;
    border-bottom: 0;
  }
  .menu-items .SubMenu-Item{
    position: relative;
  }
  .menu-items .SubMenu-Item::before{
    content: "";
    position: absolute;
    left:0;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 2px;
    border-top: solid 0px #ccc;
  }
  .menu-items .SubMenu-Item a::before{
    width: 0;
    height: 0;
    border-right: 0;
  }
  #wrapper nav .SubMenu li:nth-child(odd){
    border-right: 1px solid #eaeaea;
  }
  .head-tel,.head-tel2,.head-mail{
    display: none;
  }
}

#content {
  min-height: calc(100vh - 300px);
}
/* slider */
.sliderArea {
  max-width: 90%;
  margin: 0 auto;
  padding: 2em 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
  display: none!important;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
.slider-txt{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
}
.slider-txt img{
  width: 180px;
  margin: 0 auto 10px auto;
}
.slider-txt__main{
  font-size: max(2.8vw, 1.1em);
  letter-spacing: .045em;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.slider-txt__sub{
  font-size: max(1.8vw, 1em);
  letter-spacing: .03em;
  line-height: 1.6;
  padding: .4em 0 0 .4em;
}
@media screen and (max-width: 767px) {
  .slider-txt{
    width: 80%;
  }
}


/* Inside pages */
.full{
  background: #f3f4f8;
  padding: 5em 0;
}
#content .is-head__wrapper{
  padding: 0;
}
#content .is-head__items{
  background: #ccc;
  background-position: center center;
  height: 500px;
  position: relative;
}
#content .is-head__txt{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
#content .is-head__txt h1{
  font-size: max(2.6vw, 1.2em);
  text-shadow: 0 0 6px rgb(0, 0, 0, 1);
}
#content .is-head__txt span{
  display: block;
  font-size: max(1.3vw, .9em);
  padding-left: 5px;
  font-weight: 600;
  text-shadow: 0 0 6px rgb(0, 0, 0, 1);
}
.is-c-wrap{
  padding-top: 3em;
  padding-bottom: 3em;
}

/* 選ばれる理由 */

@media screen and (max-width: 768px) {
  .inner-nav ul{
    flex-wrap: wrap;
    margin: 0px -10px 0px;
  }
  .inner-nav li{
    width: calc(50% - 20px);
    margin: 0px 10px 0px;
  }
  .inner-nav li a{
    padding: 6px 0;
    font-size: 12px;
  }
}

.wide-inner{
  padding: 0 8%;
}
.first_sec{
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 20px auto 100px;
}
.first_sec__img{
  width: 50%;
  padding-right: 0;
  margin-bottom: 0;
}
.first_sec__txt{
  width: 50%;
  padding: 0 8% 0 8%;
}
.first_sec__txt .num{
  font-size: 6em;
  line-height: 1;
  color: #f9f8f4;
  -webkit-text-stroke: 1px #181d61;
}
.first_sec__txt_ttl{
  font-size: max(1.8vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  padding: 0 0 1.5em;
}
.first_sec__txt_ttl span{
  color: #181d61;
  font-size: 1.1em;
  padding-right: 2px;
}
.first_sec__txt_lead {
  margin-bottom: 1.4em;
}
.first_sec__txt_lead__right{
  text-align: right;
  font-size: 1.1em;
  padding-top: 1em;
}

.about-facilities li{
  background: #fff;
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 15px;
  border: 1px solid #dd6b74;
  font-weight: 700;
}
.about-facilities li span{
  font-size: .9em;
  color: #dd6b74;
  padding-right: 15px;
}
.txt-p{
  padding: 0 0 1.2em 0;
}


/* Q and A */
.faq-txt{
  padding: 1em 0 1.5em 0;
}
.qaMenu{
  margin-bottom: 1.5em;
  border: 1px solid #d6dde3;
  border-radius: 4px;
  letter-spacing: .05em;
  background: #fff;
}
.qaMenu dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 2em 2em 2em 3em;
}
.qaMenu dt::before,
.qaMenu dd::before {
  position: absolute;
  left: 1em;
  font-size: 1.4em;
  font-family: "Poppins", sans-serif;
}
.qaMenu dt:before{
  color: #94a1b1;
  content: "Q";
}
.qaMenu dt::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qaMenu dd{
  width:  100%;
  height:  auto;
  display:  none;
  padding: .3em 3em 2.5em 3.6em;
  position: relative;
}
.qaMenu dd:before{
  content: "A";
  font-size: 1.4em;
  color: #181d61;
  left: 1.2em;
  top: .05em;
}
.qaMenu dd ol{
  margin: 0 0 0 16px;
}
.att-fa{
  display: block;
  font-size: .85em;
  padding-top: 1em;
}


.infoList-wrap{
  display: flex;
  border-bottom: 1px solid #eeece7;
  padding: 1.64em 0;
}
.infoList__ttl{
  width: 26%;
  color: #dd6b74;
  font-weight: 700;
}

.ggmap{
  margin: 0 0 4vw 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
.ggmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sv-flow-box{
  border: 1px solid #d6dde3;
  position: relative;
  margin-bottom: 6em;
  margin-top: 4em;
  border-radius: 4px;
}
.sv-flow-box::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 35px 0 35px;
    border-color: #d6dde3 transparent transparent transparent;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -35px;
}
.sv-last::after{
    border-color: #fff transparent transparent transparent;
}
.sv-flow-box h3{
  text-align: center;
  padding: 1em .5em;
  border-bottom: 1px solid #d6dde3;
  font-size: max(1.8vw, 1.2em);
}
.sv-flow-box span{
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #181d61;
  color: #fff;
  padding: 0 1em;
}

.sv-flow-box__items{
  padding: 2em 1em;
  text-align: center;
}
.service-tel{
  display: block;
  font-size: max(2.5vw, 1.8em);
  font-weight: bold;
}
.service-tel a{
  color: #181d61;
}
@media screen and (min-width: 992px) {
  .service-tel a{
    pointer-events: none;
  }
}

.flow-wrap{
  background: #fff;
  border-radius: 6px;
  padding: 5vw;
}
.flow-box{
  border-collapse: collapse;
  border-bottom: 2px dotted #dd6b74;
  width: 100%;
}
.flow-box tr{
  border-top: 2px dotted #dd6b74;
}
.flow-box th{
  padding: 1.15em 1em 1.15em 0;
  font-size: 1.5em;
  color: #dd6b74;
}
.flow-box td{
  padding: 1.15em 0;
  font-size: .9em;
}
.flow-box td strong{
  font-size: 1.1em;
}
.flow-box-img li{
  list-style-type: none;
  padding-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .first_sec{
    flex-direction: column!important;
  }
  .first_sec__img{
    width: 90%;
  }
  .first_sec__txt{
    width: 100%;
    padding: 1em 2em;
  }
  .first_sec__txt img{
    width: 260px;
    max-width: 100%;
  }
  .first_sec__img img{
    border-radius: 6px
  }
}

.top-recruit-txt{
  padding: 1em 0;
}

/* ヘッダー */
#header{
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#header .inner{
  margin: 0 auto;
  text-align: right;
  max-width: 94%;
}
#header .inner p img{
  margin-left: 10px;
}
#header h1{
}
#mainImg{
  text-align: left;
  background: url(../img/main_pc1.jpg) center center no-repeat;
  background-size: 100%;
  padding: 10px 0 40px 0;
}
#mainImg .inner{
  max-width: 1200px;
}
#news{
  padding: 6.5em 0;
}
.index-ttl{
  position: relative;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.2;
}
.index-ttl::after {
  position: absolute;
  top: 32px;
  left: 3.2em;
  content: "";
  width: 70px;
  height: 1px;
  background: #666;
}
.news-ttl span{
  color: #181d61;
  letter-spacing: .08em;
}
.newe-items{
  display: flex;
  border: 1px solid #d6dde3;
  background: #fff;
  border-radius: 4px;
  padding: 2.5em 1.5em;
  margin: 0 0 1.6em;
}
.newe-items dt{
  padding-right: 2.4vw;
  color: #181d61;
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
.newe-items dd{
  font-size: 1em;
  letter-spacing: .05em;
  color: #000;
}
#news .news-btn{
  text-align: right;
}
#news .news-btn .btn{
  color: #000;
  font-weight: 600;
}

/* フッターNEW */
.l-fcontact__mail,.l-fcontact__tel{
  text-align: center;
  width: 50%;
}
.l-fcontact__mail{
  border-left: 1px solid #eee;
}
.l-fcontact__button{
  text-align: center;
  padding: .8em 0;
}
.c-button,.recruit-btn{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  text-align: center;
  outline: none; 
  transition: ease .2s;
  font-weight: 600;
  background: #181d61;
  border-radius: 0px;
  max-width: 100%;
  width: 380px;
  margin: 0 auto;
  font-size: 1.2em;
}
.recruit-btn{
  width: 300px;
  margin-top: 1em;
  font-size: 1em;
}
.c-button span,.recruit-btn span{
  position: relative;
  z-index: 3;
  color: #fff;
}
.c-button:hover span,.recruit-btn:hover span{
  color: #181d61;
}
.c-button:before,.recruit-btn:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.c-button:hover:before,.recruit-btn:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.l-fcontact__box-tel{
  font-size: max(3vw, 1.6em);
  font-weight: 600;
  line-height: 1.4;
  padding-top: 12px;
}
.l-fcontact__box-tel small{
  font-size: .8rem;
  display: block;
}
.l-fcontact__box-tel a{
  color: #fff;
}

#footer-contact{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),url(../img/foot-contact-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 7em 0 5em 0;
  color: #fff;
  text-align: center;
}
#footer-contact. footer-contact__ttl{
  text-align: center;
}
.footer-contact__ttl .en{
  font-size: max(2.6vw, 1.6rem);
}
.footer-contact__ttl span{
  font-size: .9em;
  font-weight: 600;
  display: block;
}
.footer-contact__ttl p{
  padding: 1em 0;
  font-size: 1.15em;
  letter-spacing: .08em;
}

#footer{
  clear: both;
  text-align: center;
}
#footer .copyright{
  background: #f1f4f8;
  margin: 0 auto;
  padding: 0;
  height: 65px;
  line-height: 65px;
  font-size: .6rem;
  letter-spacing: .02em;
}
.footer-logo{
  text-align: center;
  padding: 3.5em 0 2em;
}
.footer-logo img{
  width: 100px;
  margin: 0 4px;
}
.footer-menu{
  justify-content: center;
}
.footer-menu li{
  list-style-type: none;
  padding: 0 1vw;
}
.footer-menu li a{
  color: #000;
  font-weight: 600;
  letter-spacing: .1em;
}
footer .copy{
  text-align: center;
  padding: 3.5vw 0 1vw 0;
  font-size: .75em;
  letter-spacing: .05em;
}
	
/* コンテンツ1 */
.flex{
  display: flex;
}
.space-b{
  justify-content: space-between;
}
.row-r{
  flex-direction: row-reverse;
}
.btn-wrap{
  text-align: right;
  padding: 1.3em 0 0;
}
.btn1{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #0864af;
  padding: 14px 30px;
  text-align: center;
  outline: none; 
  transition: ease .2s;
  font-weight: 600;
  background: #0864af;
  border-radius: 500px;
}
.btn1 span{
  position: relative;
  z-index: 3;
  color:#fff;
}
.btn1:hover span{
  color:#0864af;
}
.btn1:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.btn1:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* Contact */
.contact-wrap {
  margin: 1em 0 1.8em 0;
}
.contact-rev{
  padding: 2em;
}
.contact-rev .tel-rev{
  background: #fff;
  padding: 2em;
  text-align: center;
}
.contact-rev .tel-rev p{
  font-size: .9em;
  font-weight: 600;
}
.contact-rev .contact-wrap{
  margin: 0;
}
.tel-rev a{
  font-size: 2em;
  font-weight: 700;
  color: #181d61;
  line-height: 1.1;
  display: block;
}
.contact-t-txt{
  padding: 2em 0 0;
}
.is-contact h3{
  border-left: 5px solid #181d61;
  padding: 2px 0 0 10px;
  margin: 0 0 1em;
}
#form_list{
  width: 100%;
  border-top: 1px dotted #ccc;
}
#form_list th{
  width: 25%;
  text-align: left;
  padding: 1.5em 0;
  border-bottom: 1px dotted #ccc;
}
#form_list td{
  border-bottom: 1px dotted #ccc;
  padding: 1.5em 0;
  font-weight: bold;
}
#form_list td p{
  font-size: .85em;
}

#form_list th span{
  border: 1px solid #181d61;
  color: #181d61;
  font-size: .7em;
  padding: 2px 6px;
  margin-left: 10px;
}
#form_list td{
  width: 75%;
}
.add-box label{
  display: block;
  padding: 6px 0 0 0;
}
.add-box label span{
  font-size: .9em;
}
#form_list input{
  padding: 10px;
}
.f60 {
  box-sizing: border-box;
  width: 90%;
}
.thanks{
  text-align: center;
}
.thanks strong{
  display: block;
  font-size: 1.5em;
  padding-bottom: 10px;
}
.thanks_btn{
  text-align: center;
  padding: 2em 0 0;
}
.thanks_btn a{
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  color: #181d61;
  border: 1px solid #181d61;
  border-radius: 500px;
  padding: 1em 2em;
}
.tel-wrap{
  background: #f3f4f8;
  margin: 0;
  padding-top: 2em;
}
.is-contact__tel{
  text-align: center;
  padding-bottom: 2em;
}
.is-contact__tel .tel{
  color: #181d61;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -10px;
}
.is-contact__tel .tel span{
  font-size: .4em;
}
.is-contact__tel .tel a{
  color: #181d61;
}
@media screen and (min-width: 991px) {
  .is-contact__tel .tel a{
    pointer-events: none;
  }
  .contact-t-txt{
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
  }
  .contact-rev .tel-rev{
    width: 49%;
  }
}
@media screen and (max-width: 990px) {
  .contact-rev{
    padding: 2em 1em .8em 1em;
    margin-bottom: 2em;
  }
  .contact-rev .tel-rev:first-child{
    margin-bottom: 1em;
  }
}

.is-contact__tel .tel:before{
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../img/tel.svg) no-repeat center top;
    background-size: auto;
  background-size: auto;
  background-size: contain;
}
.form{
  text-align: center;
  padding: 2em 0 0;
}
.form .form_btn{
  background: #181d61;
  color: #fff;
  border: 0;
  width: 200px;
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
#form_list th,#form_list td{
  display: block;
  width: 100%;
}
#form_list textarea{
  width: 90%;
  }
}


.col2{
  padding-top: 1em;
}

footer{
  background: #fff;
}
.is-ttl2{
  text-align: center;
  font-size: max(2.1vw, 1.4em);
  padding-top: 1vw;
}
.is-ttl2__sub{
  text-align: center;
  font-size: max(1.1vw, .7em);
  padding-bottom: 1vw;
  letter-spacing: .04em;
}
.is-ttl3{
  border-left: 3px solid #0864af;
  padding: 0 0 0 .6em;
  margin: 0 0 1em 0;
  
}
.is-sub__txt{
  text-align: center;
  font-weight: 600;
  padding: 1.4vw 0;
  font-size: max(1.6vw, 1.1em);
  line-height: 1.8;
}

.is-contentWrap{
  padding-bottom: 4vw;
}
.first-box{
  padding-bottom: 3em;
}
.first-box__items{
  padding-bottom: 90px;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .first-box__items{
    width: 31%;
  }
}
.first-box__items .-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.first-box__items h3{
  font-size: max(1.6vw, 1.2em);
  padding-left: 10px;
  line-height: 1.4;
}
.first-box__items .ttl3{
  margin: 10px 0;
}
.first-box__items .ttl3 .num{
  font-size: .8em;
  line-height: 1.5;
  color: #181d61;
  padding-bottom: .4em;
}
.first-box__items h3 span{
  display: block;
  font-size: 12px;
  color: #f2ab38;
}
.first-box__items p{
  text-align: left;
}
.foot-bnr{
  width: 1080px;
  max-width: 100%;
  margin: 4em auto 0 auto;
}
.foot-bnr div{
  padding: .4em 1.5em;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px){
body{
  font-size:16px;
  }
}

@media only screen and (min-width: 769px){
.sp{
  display: none!important;
}
.flex_box{
  display: flex;
  justify-content: space-between;
  height: 190px;
}
.f_add{
  width: 55%;
}
.f_time{
  width: 44%;
}
.col2__items{
  width: 48%;
}
.flow-box-inner{
  width: 70%;
}
.flow-box-img{
  width: 26.5%;
}
}

@media only screen and (max-width: 1200px){
.inner{
  padding-left: 20px;
  padding-right: 20px;
}
}

/* スマートフォン */
@media only screen and (max-width: 768px){
p{
  font-size: 14px;
  line-height: 1.6rem;
}
.pc{
  display: none!important;
}
.flex{
  flex-direction: column;
}
#header{
  position: relative;
  width: 100%;
}
#content .is-head__items{
  height: 260px;
}
.w-inner{
  padding: 0 20px;
}
.inner{
  padding: 0 20px;
  margin: 0 auto;
}
.is-c-wrap{
  padding-top: .5em;
  padding-bottom: .5em;
}
.first-message .txt,.first-message .img-r{
  width: 100%;
}


#mainImg{
  text-align: left;
  background: none;
  padding: 0;
}
#mainImg .inner{
  max-width: 100%;
  padding: 0;
}
#mainImg img{
  width: 100%;
}
.t-message{
  flex-direction: column;
  padding: 2em 0 0;
}
.t-message__items,.t-message__img{
  width: 100%;
}
.first-message{
  padding: 1em 0 2em 0;
}
.message__ttl{
  text-align: center;
}
.meesage__txt br{
  display: none;
}
.meesage__txt{
  line-height: 1.8;
  padding-bottom: 1em;
}




#news{
  padding: 2.5em 0;
}
.recruit-btn{
  width: 200px;
  font-size: .8em;
  padding: 10px 0;
}
.l-sns{
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.l-fcontact__mail, .l-fcontact__tel{
  width: 100%;
  padding-top: .5em;
}
.l-fcontact__mail{
  border-right: 0;
}
.footer-logo{
  padding: 2em 0 1em;
}
.footer-logo img{
  width: 80px;
}
.footer-menu li{
  border-bottom: 1px solid #eeece7;
}
.footer-menu li a{
  display: block;
  padding: 16px 0;
  font-size: 13px;
  font-weight: 600;
}
.infoList-wrap{
  padding: 16px 0;
}
.infoList__ttl{
  width: 30%;
  font-size: .9em;
}
.infoList__txt{
  width: 70%;
  font-size: .9em;
}
.full{
  padding: 2em 0;
}
.flow-box-img{
  padding-top: 1em;
}
.flow-box-img ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px 0px;
}
.flow-box-img li{
  width: calc(50% - 10px);
  margin: 0px 5px 5px;
}
.is-sub__txt{
  text-align: left;
}
.is-sub__txt br{
  display: none;
}
.l-sns li{
  width: 32%;
  padding: 10px 0;
  border: 2px solid #f1f1f1;
}
.l-sns li p{
  font-size: 10px;
}
.contact-wrap{
  padding: 0 20px 30px 20px;
  margin-top: 1em;
}
.is-contact__tel .tel{
  font-size: 2.2em;
}
.is-contact__tel .time{
  font-size: 12px;
}
.is-contact__tel .tel::before{
  width: 24px;
  height: 24px;
}
#form_list th{
  padding-bottom: 8px;
}
.is-contact__tel .time {
  font-size: 12px;
}


#trouble{
  padding: 30px 0 0 0;
}
#trouble p {
  font-size: .9rem;
  line-height: 2;
  padding-bottom: 20px;
}
.tokkyo span{
  font-size: .7rem;
}
#merit{
  padding: 240px 0 0 0;
}
#merit h2{
  font-size: 1.3rem;
}
#merit .merit{
  background: #fff;
}
#merit .merit_box{
  padding: 10px 0 30px 0;
}
#merit .merit_box div{
  width: 100%;
}
#merit .merit_box div h3{
  font-size: 1.2rem;
  padding: 4px 0;
}
#merit .merit_box div p {
  font-size: .9rem;
  line-height: 1.6;
  padding-bottom: 10px;
}
#lesson{
  padding: 20px 0;
}
.lesson_ttl{
  font-size: .9rem;
}
#lesson .taiken{
  padding: 20px;
  margin: 20px 0 50px 0;
}
#schedule{
  padding-bottom: 40px;
}
#schedule .schedule{
  padding: 26px;
}
#schedule h3{
  font-size: 1.1rem;
  padding: 6px;
}
#schedule .schedule div{
  width: 100%;
  margin-bottom: 16px;
}
#schedule .schedule div:last-child{
  margin-bottom: 0;
}
.lesson_flow{
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 14px;
}
.lesson_flow div{
  width: 48%;
}
.lesson_flow div img{
  width: 100px;
}
.lesson_flow div h4{
  font-size: 1.1rem;
  padding: 0;
}
.lesson_flow div p{
  padding: 4px 10px;
  line-height: 1.5;
  text-align: left;
}
#shop{
  padding: 40px 0 0 0;
}
#shop h2{
  font-size: 1.6rem;
  line-height: 1.5;
}
#shop .ttl_txt{
  font-size: .9rem;
  padding-top: 6px;
  line-height: 1.5;
}
#shop .shop_box{
  width: 100%;
  margin-bottom: 16px;
}
#shop .shop_box img{
  width: 100%;
}
#shop .add{
  height: auto;
}
#shop .time{
  height: auto;
}

#footer{
  padding-bottom: 60px;
}
#footer .copyright{
  font-size: 9px;
}
#footer .inner{
  flex-direction: column;
}

#foot-btn-area{
  background: rgb(244,109,149);
  background: linear-gradient(0deg, rgba(244,109,149,1) 0%, rgba(209,72,145,1) 100%);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 10px 20px 0 0;
}
#foot-btn-area img{
  margin: -20px 0 -4px 0;
}


  #footer-contact{
    padding: 4em 0;
    }
  #footer-contact h2 img{
    width: 240px;
  }
  .l-fcontact__box img,.l-fcontact__mail img{
    width: 30px;
  }
  .l-fcontact__mail{
    border-left: 0;
    padding-top: 2em;
  }
  footer{
    padding-bottom: 5em;
  }


}


/* ページトップスクロール */
#foot-sp-nav{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px -2px 5px 1px rgb(0 0 0 / 10%);
  text-align: center;
  z-index: 999;
  padding: 0 20px;
}
#foot-sp-nav ul{
  display: flex;
}
#foot-sp-nav li{
  list-style-type: none;
  padding: 0 0 4px 0;
  width: 20%;
}
#foot-sp-nav li a{
  display: block;
  height: 60px;
  color: #445569;
}
#foot-sp-nav li span{
  font-size: 10px;
  display: block;
  line-height: 1;
  padding: 42px 0 0;
}
#foot-sp-nav .f-spnav-home a {
  background: url(../img/foot-sp-home.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-towel a {
  background: url(../img/foot-sp-towel.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-faq a {
  background: url(../img/foot-sp-faq.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-flow a {
  background: url(../img/foot-sp-flow.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-service a {
  background: url(../img/foot-sp-service.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}
#foot-sp-nav .f-spnav-mail a {
  background: url(../img/foot-sp-mail.svg) no-repeat;
  background-size: 18.5px auto;
  background-position: center 15px;
}

#page-top {
  position: fixed;
  bottom: 110px;
  right: 10px;
  font-size: 100%;
  z-index: 99;
}
#page-top a {
  background: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  display: block;
  opacity: 0.9;
  padding: 0;
  border-radius: 0px;
  border: 0px solid #181d61;
}
#page-top a:hover {
  text-decoration: none;
  background: #f3f5f8;
}
#page-top img{
  width: 20px;
}
#notice-btn{
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 100%;
  z-index: 2;
  background: #3960b9;
  border: 0px solid #ccc;
  border-radius: 10px 0 0 0;
}
#notice-btn a{
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 260px;
  height: 100px;
}
#notice-btn .notice-inner{
  position: relative;
}
#notice-btn .close{
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 1;
  cursor: pointer;
}
#notice-btn .txt{
  width: 90%;
  line-height: 1.4;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
#notice-btn .num{
  color: #f2ede4;
  font-size: 1.4rem;
  padding: 0 2px;
}

#side_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 12;
}
#side_btn a{
  display: block;
  background: #181d61;
  color: #fff;
  width: 200px;
  padding: 1em 0;
  font-weight: 600;
  border-radius: 6px;
}
#side_btn p{
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px){
#foot-sp-nav{
  display: none!important;
  }
}
@media only screen and (max-width: 768px){
#page-top {
  bottom: 20px;
}
#page-top a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#page-top img{
  width: 16px;
  padding-top: 0px;
  margin-top: -4px;
  }
  #notice-btn{
    bottom: 0;
    right: 0;
    left: 0;
    width: 250px;
    border-radius: 0 20px 0 0;
  }
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
  z-index: 1;
  margin: 0 -6px;
  height: 100vh;
}
.slider-item01 {
    background:url(../img/main-visual1.jpg);
}
.slider-item02 {
    background:url(../img/main-visual2.jpg);
}
.slider-item03 {
    background:url(../img/main-visual3.jpg);
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/

.slick-dots {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 10px;
  display: none!important;

}
.slick-dots li {
  display:block;
  margin:10px 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#fff;
    border: 0;
}
.slick-dots .slick-active button{
    background:#dd6b74;
}

/* 画面外にいる状態 */
.fade{
	opacity : 0.1;
	transform : translate(0, 70px);
	transition : all 600ms;
	}

/* 画面内に入った状態 */
.fade.f-in{
	opacity : 1;
	transform : translate(0, 0);
	}


.img1-2{
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.img1-2 li{
  width: 49%;
  list-style-type: none;
}
.img1-1 img,.img1-2 li img{
  border-radius: 4px;
}
.ini:first-letter{
  color: #dd6b74;
}


/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.1);
  }
}
 
.add-zoom {
  animation: fadezoom 15s 0s forwards;
}





/* ===================================
追加
====================================== */
.-center{
  text-align: center;
}

.c-container {
  margin-left:25px;
  margin-right:25px
}
.c-heading.-has-en::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 5px;
  color: #e03f89;
  font-family: "DIN Alternate",sans-serif;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
.c-container {
  box-sizing:content-box;
  margin-left:auto;
  margin-right:auto;
  padding-left:80px;
  padding-right:80px;
  max-width:1280px
}
.c-heading.-has-en {
  margin-bottom: 55px;
  font-size: 32px;
}
.c-heading.-has-en::before {
  margin-bottom: 10px;
  font-size: 16px;
}
}

@media screen and (min-width: 768px){
.l-footer-contact {
 overflow:hidden;
 text-align:center;
 border: 1px solid #ccc;
}
}
@media screen and (min-width: 768px),print {
 .l-footer-contact {
  border-radius:8px
 }
}
@media screen and (max-width: 767px) {
 .l-footer-contact {
  border-radius:5px
 }
}
@media screen and (min-width: 768px),print {
 .l-footer-contact {
  display:flex
 }
 .l-footer-contact>div {
  flex:1;
  width:50%
 }
 .l-footer-contact>div:not(:last-child) {
  margin-right:2px
 }
}
.l-footer-contact__tel {
 padding:50px 25px;
 background:#fff
}
@media screen and (min-width: 768px),print {
 .l-footer__contact__tel{
  padding:50px 0;
 }
}
.l-footer-contact__tel h3 {
 margin-bottom:7px;
 font-size:16px
}
@media screen and (min-width: 1024px) {
 .l-footer-contact__tel h3 {
  font-size:18px
 }
}
.l-footer-contact__number {
 font-family:"DIN Alternate",sans-serif;
 color:#e03f89;
 font-size:40px
}
.l-footer-contact__number>img {
 width:19px;
 margin-right:7px;
 vertical-align:baseline
}
.l-footer-contact__hour {
 margin-top:10px;
 font-size:12px
}
@media screen and (min-width: 1024px) {
 .l-footer-contact__hour {
  font-size:14px
 }
}
.l-footer__contact__mail {
 margin-top:2px
}
@media screen and (min-width: 768px),print {
 .l-footer__contact__mail {
  margin-top:0
 }
}
.l-footer__contact__mail a {

}
@media screen and (min-width: 1024px) {
 .l-footer__contact__mail a {
  font-size:18px;
 }
}
.l-footer__contact__mail a span {
 display:block;
 position:relative;
 padding-bottom:60px
}
.l-footer__contact__mail a span::after {
 content:"";
 position:absolute;
 display:block;
 width:40px;
 height:40px;
 background:url(../images/icon_arrow_circle_r.svg) no-repeat center center/contain;
 position:absolute;
 bottom:0;
 left:50%;
 transform:translateX(-50%)
}
.-ms-f{
  font-family: 'Montserrat', sans-serif;
}

.icon-towel{
  width: 70px;
  margin: 0 auto -2.3em auto;
  padding: 2em 0 0;
}
.head-ttl1{
  padding: 1em 0 2em 0;
  text-align: center;
}
.-pd-top{
  padding-top: 2.5em;
}
.head-bd{
  display: flex;
  align-items: center;
  margin-top: 2em;
  color: #181d61;
  font-size: 1em;
  letter-spacing: .06em;
}
.head-bd:before,
.head-bd:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ddd;
}
.head-bd:before { margin-right: 1rem; }
.head-bd:after { margin-left: 1rem; }

.head-ttl1 h2 {
  font-size: max(2.6vw, 1.4em);
  font-weight: ;
  letter-spacing: .05em;
  text-align: center;
  margin: 12px 0 10px 0;
  line-height: 1.3;
}
h2.contact-pg{
  font-size: max(2.2vw, 1.4em);
}
.head-sub-ttl{
  text-align: center;
  font-size: max(1.5vw, 1.1em);
  letter-spacing: .05em;
  color: #181d61;
}

#top-content{
  background: #fff;
}
#is-content{
  /*background: url("../img/bg.png") repeat center center;
  background-size: 18%;*/
}
.map-area{
  background: rgb(243,244,248);
  background: linear-gradient(0deg, rgba(243,244,248,1) 0%, rgba(255,255,255,1) 100%);
  text-align: center;
  margin: 0;
  padding: 1.5em 0 3em;
}
.ud-top-img{
  background: rgb(243,244,248);
}
.ud-top-img img{
  width: 100%;
}

.num-box{
  display: flex;
  align-items: end;
  padding-bottom: .4em;
}
.num-box .num{
  font-size: max(6vw, 4em);
  line-height: 1;
}
.num-box .txt{
  line-height: 1.4;
  padding: 0 0 .7em 1em;
}
.extra-columns {
  display: flex;
  margin-top: 100px;
  margin-bottom: 80px;
}
.extra-columns > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.extra-column__text {
  padding-right: 80px;
  padding-left: 80px;
}
.extra-column__text img{
  max-width: 100%;
  width: 420px;
}
.extra-column__text h2{
  font-size: max(2.2vw, 1.2em);
  padding: .5em 0 1em 0;
  letter-spacing: .06em;
}
.extra-column__text h2 span{
  color: #181d61;
  padding: 0 .3em;
  font-size: 1.1em;
}
.extra-column__text p{
  font-size: max(1.1vw, 14px);
  letter-spacing: .1em;
  padding-bottom: 1em;
}
.extra-column__text p .strong{
  font-size: 1.4em;
  font-weight: bold;
  color: #181d61;
}
.extra-column__img .img2{
  position: relative;
  left: 0px;
  padding: 20px 0 0;
}
.extra-column__img .img2 img{
  width: 70%;
}
@media screen and (max-width: 828px){
  .extra-column__img .img2{
    display: none;
  }
}

.columns-2__items h2{
  font-size: max(2.2vw, 1.4em);
  letter-spacing: .05em;
  padding: .4em 0 0 0;
  line-height: 1.4;
}
.columns-2__items h2 span{
  color: #181d61;
}
.columns-2__items p{
  font-size: 1.1em;
  padding: .8em 0 1.5em;
  letter-spacing: .05em;
}
.columns-2__items .ttl-img{
  max-width: 100%;
  width: 360px;
}
.index-button{
  text-align: center;
  background: #f3f4f8;
  margin: -8em 0 0;
  padding: 12em 0 0;
}
.i-button{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  text-align: center;
  outline: none; 
  transition: ease .2s;
  font-weight: 600;
  background: #fff;
  border: 2px solid #181d61;
  border-radius: 500px;
  max-width: 100%;
  width: 380px;
  margin: 0 auto;
  font-size: 1.2em;
}
.i-button span {
  position: relative;
  z-index: 3;
  color: #181d61;
}
.i-button:hover span {
  color:#fff;
}
.i-button:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #181d61;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.i-button:hover:before {
  transform-origin:left top;
  transform:scale(1, 1);
}

.content-link-area{
  background: #f3f4f8;
  padding: 2em 0 4em;
}
.-is-pd{
  padding-top: 4em;
}
.content-link-area .box{
  text-align: center;
}
.content-link-area .box a{
  display: block;
  background: #fff;
  padding: 1.4em;
  border-radius: 4px;
  border: 1px solid #f3f4f8;
}
.content-link-area .box a:hover{
  border: 1px solid #acc5d1;
}
.content-link-area .box .icon {
}
.content-link-area .box .text {
  color: #474e51;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 828px) {
  .extra-columns {
    flex-direction: column;
    margin: 20px 0 30px 0;
  }
  .extra-column__text,.extra-column__img{
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .extra-column__text img{
    width: 280px;
  }
  .extra-column__text p{
    padding-bottom: 1em;
  }
  .head-ttl1{
    padding-bottom: 1em;
  }
  .columns-2__items .ttl-img{
    width: 280px;
  }
  #top-content .columns-2__items{
    padding-bottom: 2em;
  }
  #top-content .columns-2__items p{
    font-size: 1em;
  }
  .index-button{
    padding-top: 8em;
  }
  .i-button{
    font-size: .9em;
    width: 300px;
  }
  .content-link-area .box{
    margin-bottom: .6em;
  }
  .content-link-area .box img{
    width: 30px;
  }
  .map-area{
    padding-bottom: 0;
  }
  #news .index-ttl{
    font-size: 2em;
  }
  #news .news-ttl span{
    padding-bottom: 10px;
    display: block;
    font-size: .85em;
  }
  .newe-items{
    padding: 1.4em 1em;
    margin-bottom: .6em;
  }
  .newe-items dt,.newe-items dd{
    font-size: .85em;
  }
}

@media screen and (min-width: 828px) {

}


/* ポップアップ */
.open {
  cursor:pointer;
}
#pop-up {
  display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pop-up-btn .text{
  padding: 1em;
}
.pop-up-btn .text div{
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
}
.pop-up-btn .text p{
  font-size: .9em;
}
.close {
  cursor:pointer;
  position: absolute;
  top: 6px;
  right: 14px;
  font-weight: 600;
  color: #181d61;
}
.pop-up-btn{
  border: 1px solid #181d61;
  margin: 1.4em 0 .4em 0;
  border-radius: 2px;
}
.pop-up-btn .open{
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #181d61;
  font-size: .95em;
  font-weight: bold;
}


.attention{
  border: 1px solid #c00;
  padding: 10px;
  text-align: center;
  color: #c00;
  margin-top: 3em;
  font-weight: bold;
}
/* 商品ページ */
.towel-box{
  padding: .5em 0 3em;
}
.towel-item__img .img{
  box-shadow: 0 0 5px #eee;
  border: 7px solid #fff;
  background: #fff;
}
.detail-info{
  table-layout: fixed;
  border: 2px solid #eee;
  box-sizing: border-box;
  width: 100%;
}
.detail-info th{
  background: #eee;
}
.detail-info th,.detail-info td{
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

@media screen and (min-width: 768px){
  .towel-box{
    display: flex;
  }
  .towel-item__img{
    width:55%;
  }
  .towel-item__txt{
    width: 41%;
  }
}
.towel-item__txt h4{
  font-size: 1.3em;
  padding: .4em 0;
}
.towel-item__txt .color{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0px;
  padding: 0;
}
.towel-item__txt .color li{
  list-style-type: none;
  padding: 0;
  width: calc(33.3% - 20px);
  margin: 10px 10px 10px;
  border: 2px solid #eee;
  color: #445569;
  border-radius: 2px;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  padding: 1em 0;
}
.towel-item__txt .contact-btn{
  padding: .8em 0;
}
.towel-item__txt .contact-btn a{
  display: block;
  position: relative;
  background: #181d61;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1.4em 0;
  border-radius: 2px;
}
.towel-item__txt .pd-ttl{
  font-size: 1.5em;
  line-height: 1.4;
}
.pd-ttl3{
  font-size: max(2.2vw, 1.4em);
  margin: 2em 0 0;
  padding: 0 .5em;
  border-left: 2px solid #181d61;
}
.pd-ttl3-sub{
  font-weight: bold;
  letter-spacing: .05em;
  font-size: .9em;
  padding-left: 1.4em;
}
.hr{
  clear: both;
  border: 0px solid #fff;
  margin: 3vw 0;
}

@media screen and (max-width: 768px){
  .towel-box{
    padding-bottom: 1em;
  }
  .icon-towel{
    width: 50px;
    margin-bottom: -3em;
  }
  .qaMenu dt{
    font-size: 1em;
  }
  .qaMenu dd{
    font-size: .9em;
  }
}



/* Privacy Policy */
#privacy{
  padding-top: 4.5em;
}
#privacy p{
  padding: 0 0 10px;
}
#privacy h2{
  margin: 3em 0 .5em;
  padding: .5em 0;
}
#privacy h3{
  font-size: 1.3em;
  margin: 2.5em 0 1em;
  padding: 1em 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#privacy h4{
  font-size: 1.1em;
  margin: 1.6em 0 .3em;
}
#privacy .list1{
  margin: 1em 0 1.5em 16px;
}
#privacy .list1 li{
  font-size: .95em;
  padding-bottom: 4px;
}
#privacy .list2{
  margin: 1em 0 1.5em 20px;
}
#privacy .list2 li{
  list-style-type: lower-latin;
  font-size: .95em;
  padding-bottom: 4px;
}
#privacy table{
  border-collapse: collapse;
  width: 100%;
  font-size: .9em;
  margin: 10px 0 20px;
}
#privacy table th {
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
}
#privacy table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.txt-right{
  text-align: right;
  font-size: .8em;
  padding: 1em 0;
}
#privacy .waku{
  border: 1px solid #ccc;
  margin: 10px 0 20px;
  padding: 2em;
  font-size: .9em;
  background: #fafafa;
}
#privacy .waku h5{
  font-size: 1.1em;
  padding-bottom: 10px;
}
#privacy .waku .btn{
  border: 1px solid #333;
  background: #fff;
  padding: 4px 10px;
  color: #000;
  font-size: .9em;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  #privacy h2{
    font-size: 16px;
  }
  #privacy h3{
    font-size: 14px;
  }
  #privacy h4{
    font-size: 13px;
  }
  #privacy .list1 li,#privacy .list2 li{
    font-size: 12px;
  }
}


/* Recruit page */
.recruit-list-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 3em;
}
.recruit-list__items{
  width: calc(50% - 20px);
  margin: 10px 10px 10px;
  text-align: left;
}
.recruit-list__items a{
  color: #474e51;
  border: 1px solid #fff;
  background: #fff;
  background-image: url("../img/arrow-y.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px 20px;
  display: block;
  border-radius: 8px;
  padding: 1.4em 2em;
}
#recruit-page{
  margin-top: 30px;
}
#recruit-page .recruit-list__items a{
  border: 1px solid #ccc;
}
.recruit-list__items a:hover{
  border: 1px solid #181d61;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-list__items{
    width: calc(100% - 20px);
  }
  .recruit-list__items h2{
    font-size: 16px;
  }
  .recruit-list-wrap{
    margin-bottom: 0;
    padding-bottom: 3em;
  }
}

.no-boshu{
  border: 2px solid #c00;
  text-align: center;
  padding: 10px 4px;
  color: #c00;
  font-weight: bold;
}
.job-box h3{
  background: #181d61;
  color: #fff;
  margin: 2rem 0 1.5rem;
  padding: 14px 16px;
  font-size: 1.3em;
}
.job-box table{
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin-bottom: 3rem;
}
.job-box th{
  width: 20%;
  padding: 1.5em;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #f1f1f1;
  text-align: center;
}
.job-box td{
  width: 80%;
  padding: 1.5em;
  border: 1px solid #ccc;
}
.-btn{
  border: 1px solid #181d61;
  border-radius: 0px;
  background: #fff;
  color: #181d61;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}
table .shukkin{
  width: 70%;
  margin-top: 4px;
  margin-bottom: 10px;
}
table .shukkin th{
  padding: 4px 0;
  width: 14%;
  background: #444;
}
table .shukkin td{
  width: 14%;
  padding: 4px 0;
  text-align: center;
}
.shukkin td{
  background: #fff;
}
@media screen and (max-width: 768px) {
  .job-box th,.job-box td{
    font-size: 13px;
  }
}

/* Company Page */
.img-3box{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.img-3box div{
  width: 32%;
}
.company-table{
  width: 100%;
  max-width: 100%;
  margin: 4vw auto;
  border-top: 1px solid #eee;
}
.company-table th,.company-table td{
  border-bottom: 1px solid #eee;
  padding: 2.5vw 1em;
  text-align: left;
}
.company-table th{
  width: 25%;
}
.company-table td{
  width: 75%;
}
.office-wrap{
  padding: 1em 0 3em;
}
.company-office__ttl{
  border-left: 5px solid #181d61;
  padding: 0 0 0 10px;
}
.office__items table{
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #eee;
  margin: 1em 0 3em;
}
.office__items th,.office__items td{
  border-bottom: 1px solid #eee;
  padding: 1em;
  text-align: left;
}
.office__items th{
  width: 25%;
}
.office__items td{
  width: 75%;
}
@media screen and (min-width: 770px){
  .office__items{
    width: 55%;
  }
  .office__map{
    width: 43%;
  }
}
@media screen and (max-width: 769px){
  .company-table th,.company-table td{
    font-size: 13px;
  }
}

.is-section-head__ttl,.ttl-2{
  padding: 5vw 0 3vw;
}
.is-section-head__ttl .en{
  font-size: .95em;
  padding-left: 2px;
  letter-spacing: .06em;
}
.is-section-head__ttl h2{
  font-size: max(2.3vw, 1.6em);
  line-height: 1.8;
}
.is-section-head__ttl .en:before{
  content: "―";
  padding-right: 4px;
  color: #181d61;
}
.ttl-2 h2{
  font-size: max(2.8vw, 1.6em);
  line-height: 1.5;
  letter-spacing: .08em;
}
.ttl-2 .en{
  font-size: .95em;
  padding-left: 2px;
  letter-spacing: .06em;
  font-weight: normal;
  color: #181d61;
}
.ttl-2 .en:before{
  content: "―";
  padding-right: 4px;
  color: #181d61;
}
@media screen and (max-width: 768px){
  #works-con1{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}

/* about us */
.cycle{
  background: #fff;
  padding: 3em;
  text-align: center;
  margin: 3em 0 0;
}
.cycle h3{
  color: #181d61;
  font-size: max(1.7vw, 1.2rem);
}
.cycle p{
  font-size: .9em;
  padding: 4px 0 10px;
}
.cycle img{
  max-width: 100%;
  width: 560px;
}
.service-feature{
  margin: 3em auto;
  width: 980px;
  max-width: 100%;
}
.service-feature__item{
  padding: 1em 0 3em;
}
.service-feature__item h3{
  font-size: max(1.8vw, 1.3rem);
  padding: .2em 0 1em;
}
.service-feature__item h3 span{
  font-size: .75em;
  padding-left: 10px;
}
.service-feature__item p{
  padding-bottom: .8em;
}
.service-feature__item .num span{
  border: 1px solid #181d61;
  color: #181d61;
  font-size: .8em;
  padding: 2px 10px;
  font-weight: 600;
}
.inner-min{
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.intro h3{
  font-size: max(1.8vw, 1.3rem);
  padding: .6em 0;
}
.intro p{
  padding-bottom: 1em;
}


@media screen and (min-width: 992px) {
  .service-feature__txt{
    width: 50%;
  }
  .service-feature__img{
    width: 45%;
  }
}

/* works */
.day-wrap{
}
.day-wrap li{
  list-style-type: none;
}
.day-list{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px 0px;
}
.day__items{
  width: calc(33.333% - 40px);
  margin: 10px 20px 20px;
  background: #fff;
  padding: 2em 2em 1.4em 2em;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #eee;
  position: relative;
}
.-day:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url('../img/flow-arrow.svg');
  background-position: center;
  background-size: contain;
}
.day__items p span{
  background: #181d61;
  color: #fff;
  padding: 2px 8px;
  border-radius: 500px;
  margin-right: 6px;
}
.kokoroe-2-1{
  text-align: right;
  padding-top: 1.5em;
  margin-right: -1em;
}
.kokoroe-2-1 img{
  width: 45%;
}
.kokoroe-3-1{
  text-align: left;
  width: 45%;
  padding-top: 1.5em;
  margin-left: -1em;
}

@media screen and (min-width: 992px) {

}

.waku-ttl{
  text-align: center;
}
.waku-ttl span{
  border: 3px solid #222;
  background: #fff;
  font-size: max(2.8vw, 16px);
  padding: 4px 6px;
}
.waku__ttl{
  text-align: center;
  font-weight: 600;
  font-size: max(1.4vw, 14px);
  padding: 1em 0 1.2em;
}

.one-point{
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.one-point .icon{
  width: 15%;
}
.one-point .txt{
  width: 83%;
}
.one-point span{
  background: #f2f4cc;
  font-size: .8em;
  font-weight: 600;
  padding: 2px 8px;
}
.one-point p{
  font-size: .85em;
  line-height: 1.4;
  padding: 5px 0 0;
  color: #888;
}
.success-ttl{
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.success-wrap{
  background: #fff;
  padding: 50px;
}
.success__items{
  padding: 0 0 3em;
}
.success__items p{
  line-height: 1.8;
  padding-bottom: 1em;
}
.success__answer{
  border: 1px solid #555;
  padding: 2em 3em;
}
.success__items .col2{
  display: flex;
  padding-bottom: 1em;
}
.success__items .col2__img1{
  width: 48%;
}
.car{
  padding: 2em 0 8em;
  text-align: center;
}
.car__list{
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0px;
}
.car__list li{
  width: calc(25% - 20px);
  margin: 10px 10px 10px;
  list-style-type: none;
  background: #fff;
  color: #648e13;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  font-weight: 600;
}
.car__list p{
  line-height: 1.4;
}
.car__list p span{
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
#works-con1{
  padding: 0 0 4em;
}
.works__2box .col2__items,.worsk__1box{
  padding-top: 3em;
}

@media only screen and (min-width: 769px){
  .sc-col2__txt{
    width: 67%;
  }
  .sc-col2__img{
    width: 30%;
  }
}