@font-face {
  font-family: "ZenKurenaido-Regular";
  src: url(../fonts/ZenKurenaido/ZenKurenaido-Regular.woff2) format("woff2");
  font-display: swap;
}
/*16*1.75/2*/
header {
  position: absolute;
}

/*=======*/
/* index */
/*=======*/
.index .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  min-height: 110%;
  z-index: 1;
  background: url(../images/index/mv_bg01_pc.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1000px) {
  .index .mv {
    background: url(../images/index/mv_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .index .mv {
    height: 156.4537157757vw;
    min-height: auto;
    background: url(../images/index/mv_bg01_sp.jpg) center center no-repeat;
    background-size: 100% auto;
  }
}
.index .mv .txt {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  transform: translateY(50%) translateX(50%);
  right: 50%;
  bottom: 50%;
  margin-right: -32%;
  top: -15vh;
}
@media (min-width: 1400px) {
  .index .mv .txt {
    margin-right: -472px;
  }
}
@media (max-height: 700px) {
  .index .mv .txt {
    transform: translateY(50%) translateX(50%) scale(0.7);
    transform-origin: left top;
  }
}
@media (max-height: 700px) and (max-width: 1400px) {
  .index .mv .txt {
    margin-right: -27%;
  }
}
@media (max-width: 767px) {
  .index .mv .txt {
    transform: none;
    right: auto;
    top: 32px;
    bottom: auto;
    margin-right: 0;
    width: 100%;
  }
}
.index .mv .txt .main {
  display: inline-block;
}
@media (max-width: 767px) {
  .index .mv .txt .main {
    width: 95px;
    padding-right: 32px;
    margin-top: 72px;
  }
}
.index .mv .txt .sub {
  margin-right: 54px;
  display: inline-block;
  writing-mode: vertical-rl;
  font-weight: bold;
  color: #5b4321;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .index .mv .txt .sub {
    writing-mode: unset;
    margin-right: auto;
    padding-left: 20px;
    margin-top: 72px;
    font-size: 13px;
  }
}
.index .mv .btn-area {
  position: absolute;
  bottom: 16%;
  right: 5%;
  transform: scale(0.7);
}
.index .mv .btn-area .style-btn01 {
  transform: none;
}
@media (max-height: 700px) {
  .index .mv .btn-area {
    transform: scale(0.5);
    bottom: 14%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .index .mv .btn-area {
    transform: translateX(50%) scale(0.7);
    z-index: 5;
    bottom: 3.4vw;
    right: 50%;
  }
}
.index .mv::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 10vh;
  border-radius: 500px 500px 0 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media (min-height: 1000px) {
  .index .mv::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .index .mv::after {
    height: 66px;
  }
}
.index .main-ct {
  text-align: center;
  position: relative;
  z-index: 3;
  background-color: #FFF;
  padding: 24px 0 0;
  font-family: "ZenKurenaido-Regular";
}
@media (max-width: 767px) {
  .index .main-ct {
    padding: 112px 24px 0;
  }
}
.index .main-ct h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .main-ct h2 {
    padding-bottom: 32px;
    font-size: 28px;
    /*img {
    	height: 29px;
    }*/
  }
}
.index .main-ct h2::after {
  content: "";
  display: block;
  width: 112px;
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 1px;
  background-color: #44C688;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .index .main-ct h2::after {
    width: 80px;
  }
}
.index .main-ct h3 {
  font-size: 28px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .index .main-ct h3 {
    font-size: 24px;
  }
}
.index .main-ct .tx-list {
  margin-bottom: 80px;
  font-size: 22px;
  /*@include mq(max, tb) {
  	line-height: 3.7em;
  	img {
  		height: 20px;
  	}
  }*/
}
@media (max-width: 767px) {
  .index .main-ct .tx-list {
    font-size: 18px;
  }
}
.index .main-ct .tx-list:last-of-type {
  margin-bottom: 104px;
}
.index .main-ct .tx-list li {
  margin-bottom: 24px;
}
.index .main-ct .bg {
  background: url(../images/index/footer_bg01_pc.jpg) center 0 no-repeat;
  background-size: cover;
  border-radius: 10vh 10vh 0 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 360px;
  margin-bottom: -224px;
}
@media (min-height: 1000px) {
  .index .main-ct .bg {
    border-radius: 100px 100px 0 0;
  }
}
@media (max-width: 767px) {
  .index .main-ct .bg {
    background: url(../images/index/footer_bg01_sp.jpg) center 0 no-repeat;
    background-size: cover;
    min-height: 317px;
    border-radius: 66px 66px 0 0;
  }
}
.index .main-ct .bg .btn-area {
  padding: 60px 0 80px;
  transform: scale(0.7);
}
.index .main-ct .bg .btn-area .style-btn01 {
  transform: none;
}
@media (max-height: 700px) {
  .index .main-ct .bg .btn-area {
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .index .main-ct .bg .btn-area {
    padding: 48px 0 60px;
    position: absolute;
    width: 280px;
    right: 50%;
    transform: translateX(50%);
  }
  .index .main-ct .bg .btn-area .style-btn01 {
    transform: scale(0.7);
    transform-origin: left;
  }
}

/*# sourceMappingURL=index.css.map */
