@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
-----------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
* {
  outline: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", 'MS PGothic', Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  background: url(../images/body-bg.png) left top repeat !important;
  color: #000;
  line-height: 1.8;
}
.page-bg .l-footerSite,
.page-bg .l-footer__spFooter {
  background: #fff;
}
.page-bg .l-inner {
  width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: currentColor;
  opacity: 0.8;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px 0px 20px 0px;
  padding: 0;
}
p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.page-main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .only-pc {
    display: inline-block !important;
  }

  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  p {
    margin: 0px 0px 20px 0px;
    padding: 0;
  }
  p:last-child {
    margin-bottom: 0px;
  }

  .only-pc {
    display: none !important;
  }

  .only-sp {
    display: inline-block !important;
  }
}
/** header area
--------------------------------------- **/
/** Home page
--------------------------------------- **/
.section-intro {
  padding: 50px 0px;
}

.header {
  max-width: 920px;
  margin: 0 auto 15px;
}

.intro {
  max-width: 880px;
  margin: 0 auto;
}

.section-point {
  padding-bottom: 60px;
}

.point-banner {
  max-width: 874px;
  margin: 0 auto;
}

.point-wrap {
  background: #fff;
  max-width: 880px;
  margin: 0 auto;
  padding: 45px 40px 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.point-title {
  margin-bottom: 20px;
}

.point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -25px;
}
.point-item {
  position: relative;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  margin-left: 25px;
}
.point-item p {
  margin: 0;
}
.point-item_txt {
  font-size: 1.8rem;
  line-height: 1.5;
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-weight: 600;
}
.point-item_txt span {
  display: inline-block;
  /*font-size: 1.5rem;*/
}
.point-item_txt ul li {
  position: relative;
  padding-left: 30px;
  /*font-size: 1.6rem;*/
  /*&:nth-child(1) {
  	margin-bottom: 10px;
  	&:after {
  		background: url(../images/p-ico01.png) left top no-repeat;
  		background-size: cover;
  	}
  }*/
  /*&:nth-child(2) {*/
  /*}*/
}
.point-item_txt ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 26px;
  height: 25px;
}
.point-item_txt ul li:after {
  background: url(../images/p-ico02.png) left top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.point-item_btn {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.point-item:nth-child(3) {
  margin-top: 20px;
}
.point-item:nth-child(3) .point-item_txt {
  bottom: 80px;
}
.point-item:nth-child(4) {
  margin-top: 20px;
}
.point-item:nth-child(4) .point-item_txt {
  bottom: 42px;
}
.point-item:nth-child(4) .point-item_txt p {
  margin-bottom: 20px;
}

.section-feature {
  /*background: #e1eecd;*/
  position: relative;
  background: #e1eecd url(../images/feature-bg.png) center center no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.section-feature:before, .section-feature:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
}
.section-feature:before {
  top: -19px;
  height: 19px;
  background: url(../images/feature-bg_bf.png) left top repeat-x;
}
.section-feature:after {
  bottom: -23px;
  height: 23px;
  background: url(../images/feature-bg_af.png) left top repeat-x;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.feature-wrap {
  max-width: 950px;
  padding: 30px 0px 10px;
  margin: 0 auto;
}
.feature-title {
  text-align: center;
  margin-bottom: 10px;
}
.feature-item {
  width: 33.3333%;
  position: relative;
}
.feature-item_txt {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.feature-item_txt li {
  position: relative;
  padding-left: 15px;
  /*font-size: 1.8rem;*/
}
.feature-item_txt li:after {
  position: absolute;
  content: '.';
  left: 0;
  top: 5px;
  font-size: 2rem;
  line-height: 0;
}
.feature-item:nth-child(1) {
  width: 51.5%;
}
.feature-item:nth-child(1) .feature-item_txt {
  left: 10%;
  bottom: 15%;
}
.feature-item:nth-child(2) {
  width: 48.5%;
}
.feature-item:nth-child(2) .feature-item_txt {
  left: 12%;
  bottom: 15%;
}
.feature-item:nth-child(3) {
  width: 36%;
}
.feature-item:nth-child(3) .feature-item_txt {
  left: 10%;
  bottom: 33%;
}
.feature-item:nth-child(4) {
  width: 31.2%;
  margin-left: -5px;
}
.feature-item:nth-child(4) .feature-item_txt {
  left: 15%;
  bottom: 32%;
  text-align: right;
}
.feature-item:nth-child(5) {
  width: 32.8%;
  margin-left: -5px;
}
.feature-item:nth-child(5) .feature-item_txt {
  left: 12%;
  bottom: 28%;
}

.section-supervision {
  padding: 40px 0px 45px;
}
.section-supervision .supervision-wrap {
  max-width: 954px;
  margin: 0 auto;
}

.supervision-top {
  position: relative;
  margin-bottom: 70px;
}
.supervision-top figcaption {
  position: absolute;
  line-height: 1.5;
  left: 22%;
  top: 54%;
  max-width: 71%;
  font-weight: 600;
  font-size: 0.9rem;
}

.supervision-bottom {
  max-width: 920px;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 35px 45px 0px 60px;
  border-radius: 10px;
  margin: 0 auto;
}
.supervision-bottom .supervision-info {
  width: -webkit-calc(100% - 162px);
  width: calc(100% - 162px);
}
.supervision-bottom .supervision-img {
  width: 162px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.supervision-info {
  padding-bottom: 20px;
}
.supervision-info_title {
  margin-bottom: 20px;
}
.supervision-info_icon {
  margin-bottom: 7px;
  display: inline-block;
}
.supervision-info_shop {
  margin-bottom: 15px;
}
.supervision-info_tel {
  margin-bottom: 13px;
}
.supervision-info_tel a {
  pointer-events: none;
}

.page-person {
  padding: 60px 15px 50px;
}

.person {
  background: #fff;
  max-width: 925px;
  margin: 0 auto;
  border-radius: 20px;
}
.person-title {
  max-width: 925px;
  margin: 0 auto;
}
.person .box-link {
  padding: 63px 65px 50px 70px;
  border-bottom: 5px solid #eaf5fc;
}
.person .box-link_title {
  margin-bottom: 30px;
  max-width: 598px;
}
.person .box-link_title .num {
  max-width: 10.9%;
}
.person .box-link_title .ttl {
  width: 89.1%;
}
.person .box-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -3rem;
}
.person .box-link ul li {
  width: -webkit-calc(33.3333% - 3rem);
  width: calc(33.3333% - 3rem);
  margin-left: 3rem;
}
.person .box-link ul li span {
  display: block;
  cursor: pointer;
}
.person .box-link ul:not(:last-child) {
  margin-bottom: 15px;
}
.person .box-link:nth-child(2) ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrap-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 999;
  display: none;
}
.wrap-video_in {
  width: 100%;
  max-width: 1000px;
  padding: 0px 50px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}

.main-video {
  width: 100%;
  height: auto;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  line-height: 1;
}

.video_box {
  display: none;
}

@media screen and (max-width: 960px) {
  .person .box-link_title .num {
    width: 6.7vw;
  }
  .person .box-link_title .ttl {
    width: 55vw;
  }
}
@media screen and (max-width: 768px) {
  .section-point {
    padding-bottom: 19px;
  }

  .section-intro {
    padding: 20px 0px;
  }

  .point-wrap {
    padding: 0px;
    border-radius: 0;
  }

  .point {
    display: block;
    margin: 0;
  }
  .point-title {
    margin: 0;
  }
  .point-item {
    width: 100%;
    margin: 0;
  }
  .point-item p {
    font-size: 3.5vw;
  }
  .point-item_txt {
    font-size: 3.8vw;
    line-height: 1.5;
    left: 23.5%;
    bottom: auto;
    top: 18%;
    line-height: 1.6;
  }
  .point-item_txt span {
    font-size: 3vw;
  }
  .point-item_txt ul li {
    font-size: 3.05vw;
    padding-left: 17px;
    line-height: 1.2;
  }
  .point-item_txt ul li:nth-child(1) {
    margin-bottom: 5px;
  }
  .point-item_txt ul li:after {
    top: 0px;
    width: 16px;
    height: 15.5px;
  }
  .point-item_btn {
    position: absolute;
    left: 15%;
    bottom: 12%;
    margin: 0;
    width: 65%;
  }
  .point-item:nth-child(3) .point-item_txt {
    bottom: auto;
    top: 17%;
    font-size: 3.8vw;
  }
  .point-item:nth-child(4) {
    margin-top: 20px;
  }
  .point-item:nth-child(4) .point-item_txt {
    font-size: 3.8vw;
  }
  .point-item:nth-child(4) .point-item_txt p {
    margin-bottom: 15px;
  }

  .feature {
    display: block;
  }
  .feature-wrap {
    background: url(../images/feature-bg_sp.png) center center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .feature-title {
    max-width: 52vw;
    margin: 0 auto 20px;
  }
  .feature-item_txt {
    position: absolute;
    left: 20%;
    bottom: 20%;
    font-size: 3vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .feature-item_txt li {
    position: relative;
    padding-left: 2.5vw;
    font-size: 2.8vw;
  }
  .feature-item_txt li:after {
    position: absolute;
    content: '.';
    left: 0;
    top: 0;
    font-size: 2rem;
    line-height: 0;
  }
  .feature-item:nth-child(1) {
    width: 100%;
    margin-bottom: 14px;
  }
  .feature-item:nth-child(1) .feature-item_txt {
    left: 6%;
    bottom: 4%;
  }
  .feature-item:nth-child(2) {
    width: 100%;
    margin-bottom: 14px;
  }
  .feature-item:nth-child(2) .feature-item_txt {
    left: 6%;
    bottom: 4%;
  }
  .feature-item:nth-child(3) {
    width: 100%;
    margin-bottom: 14px;
  }
  .feature-item:nth-child(3) .feature-item_txt {
    left: 6%;
    bottom: 13%;
  }
  .feature-item:nth-child(4) {
    width: 100%;
    margin-bottom: 14px;
  }
  .feature-item:nth-child(4) .feature-item_txt {
    left: 6%;
    bottom: 13%;
  }
  .feature-item:nth-child(5) {
    width: 100%;
    margin-bottom: 14px;
  }
  .feature-item:nth-child(5) .feature-item_txt {
    left: 6%;
    bottom: 13%;
  }

  .section-supervision {
    padding: 33px 0px 0px;
  }

  .supervision-top {
    margin-bottom: 20px;
    border-radius: 0;
  }
  .supervision-top figcaption {
    font-size: 2.17vw;
    position: absolute;
    line-height: 1.5;
    left: 29vw;
    top: 40%;
    max-width: 63vw;
    font-weight: 600;
  }

  .supervision-bottom {
    display: block;
    position: relative;
    padding: 8vw 8vw 5vw;
  }
  .supervision-bottom .supervision-info {
    width: 100%;
    padding: 0;
  }
  .supervision-bottom .supervision-info_title {
    margin-bottom: 3vw;
    max-width: 65vw;
  }
  .supervision-bottom .supervision-info_icon {
    max-width: 20vw;
    margin-bottom: 1.5vw;
  }
  .supervision-bottom .supervision-info_shop {
    max-width: 80vw;
    margin-bottom: 1.5vw;
  }
  .supervision-bottom .supervision-info_tel {
    line-height: 1;
    margin-bottom: 1vw;
  }
  .supervision-bottom .supervision-info_tel span {
    display: inline-block;
    max-width: 22vw;
  }
  .supervision-bottom .supervision-info_tel a {
    display: inline-block;
    max-width: 33vw;
    pointer-events: auto;
  }
  .supervision-bottom .supervision-info_link {
    line-height: 1;
  }
  .supervision-bottom .supervision-info_link span {
    display: inline-block;
    max-width: 12vw;
  }
  .supervision-bottom .supervision-info_link a {
    display: inline-block;
    max-width: 52vw;
  }
  .supervision-bottom .supervision-img {
    position: absolute;
    top: 3vw;
    right: 5vw;
    max-width: 15vw;
  }

  .page-person {
    padding: 30px 15px 20px;
  }

  .person .box-link {
    padding: 20px;
    border-bottom: 3px solid #eaf5fc;
  }
  .person .box-link_title {
    margin-bottom: 1.5rem;
  }
  .person .box-link ul {
    margin-left: -0.8rem;
  }
  .person .box-link ul li {
    width: -webkit-calc(33.3333% - 0.8rem);
    width: calc(33.3333% - 0.8rem);
    margin-left: 0.8rem;
  }
  .person .box-link ul:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  .person .box-link:nth-child(3) ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wrap-video_in {
    padding: 0px 15px;
  }

  .close-btn {
    max-width: 20px;
    right: 15px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .person .box-link_title .num {
    width: 8vw;
  }
  .person .box-link_title .ttl {
    width: 60vw;
  }
}
/* css - footer
-----------------------------------------------------*/
