@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
:root {
  --priColor: #007CCF;
  --priColorHover: #52B7FA;
  --black: #000000;
  --black02: #3E3E3E;
  --black03: #363636;
  --white: #ffffff;
  --white02: #F4F4F4;
  --red: #AF002F;

  --gray01: #505050;
  --gray02: #9F9F9F;
  --gray03: #9B9B9B;
  --gray04: #EDEDED;
  --gray05: #5D5D5D;
  --gray06: #6E6E6E;
  --gray07: #868686;

  /*--btn-pri: #13913A;*/

  --baseSpace : 8px;
}
html{
  height: 100%;
}
body {
  height: 100%;
  color: #000000;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Noto Sans JP', 'Source Han Sans', '源ノ角ゴシック', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: white;
  word-wrap: break-word;
}
img {
  border-width: 0;
}

img.heightAuto {
  height: auto;
}
object, embed {
  vertical-align: bottom;
}
ul, ul li {
  list-style: none;
}

.last {
  margin: 0 !important;
}

.transit-05 {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.transit-05-op {
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.transit-02 {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.flex-v-center{
  align-items: center;
}
.flex-v-top{
  align-items: flex-start;
}
.flex-h-center{
  justify-content: center;
}

.o0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.o0.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.obtn {
  width: 100%;
  height: 100%;
  display: block;
}
:focus{
  outline:none;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.r-box{
  float: right;
}
.img-wrap{
  overflow: hidden;
}
.img-wrap img{
  width: 100%;
  height: auto;
}
.align-c{
  text-align: center;
}
.underline{
  text-decoration: underline;
}
.align-r{
  text-align: right;
}
.wide-show,
.widest-show,
.mid-show{
  display: none;
}
.wide-hide,
.widest-hide{
  display: block;
}
@media (max-width: 767px) {
  .narrow-flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:320px) and (max-width:480px) {

}
@media screen and (min-width:768px) {
  .mid-flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .mid-show{
    display: block;
  }
  .mid-hide{
    display: none;
  }
  .mid-r-box{
    float: right;
  }
  .mid-l-box{
    float: left;
  }
}
@media screen and (min-width:980px) {
  .wide-flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .wide-flex.col02 .item{
    width: 50%;
  }
  .wide-show{
    display: block;
  }
  .wide-hide,
  .narrow-show{
    display: none;
  }
  .wide-r-box{
    float: right;
  }
  .wide-l-box{
    float: left;
  }
}
@media screen and (min-width:1280px) {
  .widest-show{
    display: block;
  }
  .widest-hide{
    display: none;
  }
  .widest-flex{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
/*///////////////////////////////////////////////////////////// ANCHOR */

a{
  color: black;
  text-decoration: none;
}

a:hover {
  color: var(--priColorHover);
  text-decoration: none;
}
footer a{
  display: block;
  color: white;
  opacity: 1;
}
footer a:hover {
  color: var(--black);
  text-decoration: none;
}

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}
a.underline {
  text-decoration: underline;
}

#wrap{
  position: relative;
  z-index: 10;
  right: 0;
  text-align: center;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: white;
}
.content-area{
  padding-top: 48px;
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .content-area{
    padding-top:100px;
  }
}
footer, .push{
  /*height: 328px;*/
}

/*///////////////////////////////////////////////////////////// HEADER */

header {
  height: 48px;
}

header{
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 980;
}
header.active{
  top:0;
}
header .logo{
  width: auto;
  height: 20px;
  margin-left: calc(var(--baseSpace) * 2);
  margin-top: 14px;
  margin-bottom: 0;
  margin-right: 0;
}
header .logo img{
  height: 100%;
  width: auto;
}
@media screen and (min-width:768px) {
  header {
    height: 100px;
  } 
  header .logo{
    height: 34px; 
    margin-top: 33px;
  }
}
.logo-btn{
  width: 100px;
  display: block;
  margin-top: -10px;
}
@media screen and (min-width:768px) {
  .logo-btn{
    width: 110px;
  }  
}
nav{
  margin-left: auto;
  text-align: right;
}
nav ul{
  width: 100%;
  min-width: 950px;
  font-size: 0;
}
nav ul li{
  display: inline-block;
  padding-left: 1.5%;
  padding-right: 1.5%;
  text-align: center;
  box-sizing:border-box;
  width: auto;
  vertical-align: middle;
}
nav ul li a{
  font-weight: 700;
  font-size: 14px;
  color: var(--black03);
  /*padding-left: 10%;
  padding-right: 10%;*/
}
nav ul li:not(.btn-wrap) a:hover span,
nav ul li:not(.btn-wrap) a.active span{
  color: black;
  border-bottom: 3px solid var(--black03);
}
nav ul li a span{
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
nav ul li.btn-wrap{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 1.5%;  
}
nav ul li.btn-wrap a{
  max-width: 209px;
  line-height: 100px; 
}
@media screen and (min-width:1280px) {
  header{
    /*background-color: transparent;*/
  }
  header .inner{
    width: 24%;
    max-width: 324px;
  }
  header .site-top{
    height: 100%;
    align-items: center;
  }
  header .logo{
    height: auto;
    margin-top: 0;
    margin-left: calc(var(--baseSpace) * 4);  
  }
  header .inner img{
    max-width: 100%;
    height: auto;
  }
  header nav{
    width: 76%;
    max-width: 970px;
    min-width: 970px;
  }
}
@media screen and (min-width:1440px) {
  header .site-top{
  }
}
.menu {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 56px;
    height: 48px;
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
}

.btn-ui, .btn-ui:active, .btn-ui:focus, .btn-ui:focus:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-ui {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.site-overlay-toggle .btn {
    display: inline-block;
    margin-top:0;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    height: 48px;
    background: transparent;
}
.site-overlay-toggle .btn .bar {
    position: relative;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background: var(--priColor);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.site-overlay-toggle .btn .bar{
    display: inline-block;
    vertical-align: middle;
}
.site-overlay-toggle .btn .bar:before {
    -webkit-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -o-transform: translate(0,6px);
    transform: translate(0,6px);
    bottom:-1px;
}
.site-overlay-toggle .btn .bar:after {
    -webkit-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -o-transform: translate(0,-6px);
    transform: translate(0,-6px);
    top:-1px;
}
.site-overlay-toggle .btn .bar:after, .site-overlay-toggle .btn .bar:before {
    content: '';
    position: absolute;
    background: var(--priColor);
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.active .site-overlay-toggle .btn>span {
    background: 0 0;
}
.active .site-overlay-toggle .btn >span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom:0;
}
.active .site-overlay-toggle .btn >span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top:0;
}
.mobile-nav{
  width: 100%;
  z-index: 800;
  position: fixed;
  top:-2000px;
  left: 0;
  font-size: 14px;
  background-color: white;
  border-bottom: 1px solid #efefef;
  text-align: left;
  box-sizing: border-box;
  overflow: scroll;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}
.mobile-nav.active{
  top: 40px!important;
}

.mobile-nav ul{
  padding-left: calc(var(--baseSpace) * 2);
  padding-right: calc(var(--baseSpace) * 2);
}

.mobile-nav ul li{
  /*line-height: 40px;*/
  padding-top: calc(var(--baseSpace) * 1.5);
  padding-bottom: calc(var(--baseSpace) * 1.5);
}
.mobile-nav ul li a{
  color: var(--black03);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding-top: calc(var(--baseSpace) * 1);
  padding-bottom: calc(var(--baseSpace) * 1);
/*  height: 40px;
  padding-right: calc(var(--baseSpace) * 5);*/
}
.mobile-nav ul li a.active{
  color: var(--priColor);
}

.mobile-nav ul li a span{
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.mobile-nav ul li a span.bar{
/*  width: 100%;
  height: 2px;
  display: inline-block;
  display: inline-block;
  background-color: var(--black03);*/
}
.mobile-nav ul li a.current span{
  border-bottom: 2px solid var(--black03);
}
@media screen and (min-width:768px) {
  .menu {
    height: 100px;
    width: 76px;
  }
  .site-overlay-toggle .btn{
    width: 76px;
    height: 98px;
  }
  .site-overlay-toggle .btn .bar{
    width: 40px;
  }
  .site-overlay-toggle .btn .bar:before {
    bottom: -4px;
  }
  .site-overlay-toggle .btn .bar:after{
    top: -4px;
  }
}
footer{
  background-image: url("../img/app-bottom/ftr_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  overflow: hidden;
}
footer .inner{
  padding-top: calc(var(--baseSpace) * 6);
  padding-bottom: calc(var(--baseSpace) * 0);
  padding-left: calc(var(--baseSpace) * 2);
  padding-right: calc(var(--baseSpace) * 2);  
}
footer .ftr-logo{
  width: 100%;
  max-width: 340px;
  margin: 0 auto calc(var(--baseSpace) * 5);
} 
footer .ftr-nav .item{
  width: 50%;
}
footer .ftr-nav{
  max-width: 340px;
  margin: 0 auto calc(var(--baseSpace) * 0);
}
footer a{
  font-size: 14px;
  font-weight: 700;
  margin-bottom:calc(var(--baseSpace) * 2);
}
footer a span{
  display: inline-block;
  background-color: white;
  width: 11px;
  height: 2px;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 13px;
}
footer a .icon{
  width: 14px;
  height: auto;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;  
}
footer copyright{
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  display: block;
}
footer .cta copyright{
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom:calc(var(--baseSpace) * 2);
}
footer .btn-wrap a{
  max-width: 100%;
}
footer .cta .lead{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-top:calc(var(--baseSpace) * 9);
  margin-bottom:calc(var(--baseSpace) * 2);
}
footer .cta .btn-wrap{
  margin-bottom: calc(var(--baseSpace) * 4);
  max-width: 306px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
footer .cta-figure{
  position: relative;
  width: 290px;
  margin:0 auto;
}
footer .cta-figure .img-wrap{
  width: 100%;
  position: relative;
  z-index: 0;
}
footer .cta-figure .img-wrap.figure-human{

}
@media (min-width: 980px) {
  footer .inner{
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 55px;
    position: relative;
  }
  footer .ftr-logo{
    width: 100%;
    max-width: 324px;
    margin:0 0 38px;
  }
  footer .top-box{
    width: 324px;
    position: relative;
    z-index: 10;
  }
  footer .ftr-nav{
    width: 100%;
    margin: 0;
    padding-left: 50px;
    box-sizing: border-box;
  }
  footer .ftr-nav .item{
    width: 100%;
  }
  footer .ftr-nav copyright{
    text-align: left;
  }
  footer .cta{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    box-sizing:border-box;
  }
  footer .cta .lead{
    margin-top: 68px;
  }
  footer .cta-figure{
    width: 514px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
.fixed-btn{
  position: fixed;
  z-index: 9999;
  right: calc(var(--baseSpace) * 2);
  bottom: calc(var(--baseSpace) * 2);
}
.fixed-btn a{
  text-decoration: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
}
.fixed-btn.inactive{
  bottom: -60px;
}
.page-template-page-contact .fixed-btn{
  display: none;
}
@media only screen and (min-width: 1366px) {
  .fixed-btn{
    display: none;
  }
}





