body {
  background-color: #9BD3D0;
  background-size: 100% auto;
}

/* 
 .mv
========================================================= */
.mv {
  position: relative;
  padding: 48px 0 0;
}

@media screen and (min-width: 767px) {
  .mv {
    padding: 13.1% 0 10.5% .2%;
  }
}

.mv .heading img {
  width: 54vw;
}

@media screen and (min-width: 767px) {
  .mv .heading img {
    width: 47%;
  }
}

.mv .text p {
  padding: 24px 0 0;
  color: #7B7193;
  letter-spacing: -.1em;
  font-weight: bold;
  font-size: 11px;
  line-height: 2;
}

@media screen and (min-width: 767px) {
  .mv .text p {
    padding: 3% 0 0;
    font-size: 1.116vw;
    line-height: 2.1;
  }
}

@media screen and (min-width: 1200px) {
  .mv .text p {
    font-size: 13.392px;
  }
}

.mv .text p .underLine {
  position: relative;
}

@media screen and (min-width: 767px) {
  .mv .text p .underLine {
    font-size: 1.39em;
  }
}

.mv .text p .underLine::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: .5em;
  border-radius: .5em;
  content: '';
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .mv .text p .underLine::after {
    height: .5em;
  }
}

.mv .illust {
  position: absolute;
  top: 15px;
  right: -8px;
  z-index: 1;
  display: block;
  width: 40vw;
  margin-top: 20px;
  padding-left: 8px;
}

@media screen and (min-width: 767px) {
  .mv .illust {
    top: 8%;
    right: 1.5%;
    width: 53%;
    margin-top: 0;
    padding-left: 0;
  }
}

.mv .illust img {
  width: 95%;
}

@media screen and (min-width: 767px) {
  .mv .illust img {
    width: 100%;
  }
}

.mv .logo {
  position: absolute;
  top: 30px;
  right: -4px;
  display: block;
  width: 17.5vw;
}

@media screen and (min-width: 767px) {
  .mv .logo {
    top: 7.8%;
    right: 2.3%;
    width: 17.1%;
  }
}

.mv .logo img {
  width: 100%;
}

.mv .illust {
  opacity: 0;
  -webkit-transition: 1200ms;
  transition: 1200ms;
  -webkit-transform: translate(-6%, 0);
          transform: translate(-6%, 0);
}

.mv .heading {
  opacity: 0;
  -webkit-transition: 600ms 600ms;
  transition: 600ms 600ms;
  -webkit-transform: translate(3%, 0);
          transform: translate(3%, 0);
}

.mv .text {
  opacity: 0;
  -webkit-transition: 600ms 1200ms;
  transition: 600ms 1200ms;
  -webkit-transform: translate(3%, 0);
          transform: translate(3%, 0);
}

.mv.is-opAnim .heading {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv.is-opAnim .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv.is-opAnim .illust {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 
 .bb-about
========================================================= */
.btob-about {
  padding-top: 64px;
}

@media screen and (min-width: 767px) {
  .btob-about {
    padding-top: 7%;
  }
}

.btob-about .about-block {
  margin-top: 64px;
  padding-bottom: 24px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block {
    margin-top: 11%;
    padding-bottom: 5%;
  }
}

.btob-about .about-block:first-child {
  margin-top: 0;
}

.btob-about .about-block .mainHeading {
  padding: 0 12px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .mainHeading {
    padding: 0;
    padding-left: calc(32/1921*100vw);
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}

.btob-about .about-block.service01 .mainHeading img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service01 .mainHeading img {
    width: calc(823/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service01 .mainHeading img {
    width: 514px;
  }
}

.btob-about .about-block.service02 .mainHeading img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service02 .mainHeading img {
    width: calc(826/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service02 .mainHeading img {
    width: 516px;
  }
}

.btob-about .about-block.service03 .mainHeading img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service03 .mainHeading img {
    width: calc(1003/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service03 .mainHeading img {
    width: 626px;
  }
}

.btob-about .about-block.service04 .mainHeading img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service04 .mainHeading img {
    width: calc(819/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service04 .mainHeading img {
    width: 512px;
  }
}

.btob-about .about-block .about-block-contents {
  margin: -16px 0 0;
  padding: 0 24px;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .about-block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: calc(96/1921*100vw);
  }
}

.btob-about .about-block .about-block-contents .textWrap {
  color: #7B7193;
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .about-block-contents .textWrap {
    width: calc(730/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block .about-block-contents .textWrap {
    width: 456px;
  }
}

.btob-about .about-block .about-block-contents .textWrap .heading {
  color: #7B7193;
  letter-spacing: -.05em;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .about-block-contents .textWrap .heading {
    font-size: calc(48/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block .about-block-contents .textWrap .heading {
    font-size: 30px;
  }
}

.btob-about .about-block .about-block-contents .textWrap .text p {
  padding-top: 1em;
  letter-spacing: -.05em;
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .about-block-contents .textWrap .text p {
    font-size: calc(24/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block .about-block-contents .textWrap .text p {
    font-size: 15px;
  }
}

.btob-about .about-block .about-block-contents .textWrap .linkBtn {
  display: block;
  margin-top: 6%;
}

.btob-about .about-block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .img {
    padding: 0;
  }
}

.btob-about .about-block .img img {
  width: 60vw;
}

@media screen and (min-width: 767px) {
  .btob-about .about-block .img img {
    width: calc(362/1921*100vw);
  }
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service01 .img img {
    width: calc(487/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service01 .img img {
    width: 304px;
  }
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service02 .img img {
    width: calc(383/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service02 .img img {
    width: 239px;
  }
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service03 .img img {
    width: calc(405/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service03 .img img {
    width: 253px;
  }
}

@media screen and (min-width: 767px) {
  .btob-about .about-block.service04 .img img {
    width: calc(454/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-about .about-block.service04 .img img {
    width: 283px;
  }
}

/* 
 .btob-about
========================================================= */
.btob-features {
  position: relative;
  margin-top: 32px;
}

@media screen and (min-width: 767px) {
  .btob-features {
    margin-top: 10%;
  }
}

.btob-features .heading {
  position: absolute;
  top: 48px;
  left: 0;
}

@media screen and (min-width: 767px) {
  .btob-features .heading {
    top: 7vw;
  }
}

@media screen and (min-width: 1200px) {
  .btob-features .heading {
    top: 13%;
  }
}

.btob-features .heading img {
  width: 50%;
}

@media screen and (min-width: 767px) {
  .btob-features .heading img {
    width: calc(451/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-features .heading img {
    width: 62%;
  }
}

.btob-features .featuresList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btob-features .featuresList li {
  position: relative;
  width: calc(50% - 8px);
  margin: 24px 0 0;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li {
    width: calc(33.3333333% - 1.5%);
    margin: 1.5% 0;
  }
}

.btob-features .featuresList li.cost {
  background-image: url("../img/btob/features-icon01@2x.png");
  background-position: 50% 16%;
  background-size: 15% auto;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li.cost {
    background-position: 50% 19%;
  }
}

.btob-features .featuresList li.hearing {
  background-image: url("../img/btob/features-icon02@2x.png");
  background-position: 50% 16%;
  background-size: 28% auto;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li.hearing {
    background-position: 50% 19%;
  }
}

.btob-features .featuresList li.junan {
  background-image: url("../img/btob/features-icon03@2x.png");
  background-position: 50% 16%;
  background-size: 28% auto;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li.junan {
    background-position: 50% 19%;
  }
}

.btob-features .featuresList li.zinsoku {
  background-image: url("../img/btob/features-icon04@2x.png");
  background-position: 50% 17%;
  background-size: 29% auto;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li.zinsoku {
    background-position: 50% 19%;
  }
}

.btob-features .featuresList li.habahiroi {
  background-image: url("../img/btob/features-icon05@2x.png");
  background-position: 50% 18.5%;
  background-size: 26% auto;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li.habahiroi {
    background-position: 50% 19%;
  }
}

.btob-features .featuresList li::after {
  display: block;
  padding-top: 100%;
  content: '';
}

.btob-features .featuresList li:first-child {
  background-color: transparent;
}

.btob-features .featuresList li .inner {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li .inner {
    top: 30%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.btob-features .featuresList li .featuresList-heading {
  color: #E99B91;
  letter-spacing: -.08em;
  font-weight: 500;
  font-size: 19px;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li .featuresList-heading {
    padding-top: .4em;
    font-size: calc(60/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-features .featuresList li .featuresList-heading {
    font-size: 37.4805px;
  }
}

.btob-features .featuresList li .featuresList-text {
  color: #7B7193;
  letter-spacing: -.05em;
  font-size: 10px;
}

@media screen and (min-width: 767px) {
  .btob-features .featuresList li .featuresList-text {
    font-size: calc(26/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-features .featuresList li .featuresList-text {
    font-size: 16.2415px;
  }
}

/* 
 .btob-interview
========================================================= */
.btob-interview {
  position: relative;
  margin-top: 32px;
  background-image: url("../img/btob/interviewBg01@2x.png");
  background-size: 30% auto;
}

@media screen and (min-width: 767px) {
  .btob-interview {
    margin-top: 8vw;
    background-size: 18.9% auto;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview {
    margin-top: 96px;
    background-size: 236px auto;
  }
}

.btob-interview .mainImage {
  position: relative;
}

.btob-interview .mainImage .hito {
  position: relative;
  display: block;
  width: 65%;
  -webkit-transform: translate(-5%, -2%);
          transform: translate(-5%, -2%);
}

@media screen and (min-width: 767px) {
  .btob-interview .mainImage .hito {
    width: 55%;
    -webkit-transform: translate(-8%, 0%);
            transform: translate(-8%, 0%);
  }
}

.btob-interview .mainImage .titleWrap {
  position: absolute;
  top: 18.5%;
  left: 40.2%;
  width: 59%;
}

@media screen and (min-width: 767px) {
  .btob-interview .mainImage .titleWrap {
    top: 23%;
    left: 49.2%;
    width: 47%;
  }
}

.btob-interview .mainImage .titleWrapInner {
  position: relative;
}

.btob-interview .mainImage .titleWrap .kuran {
  position: absolute;
  top: 82%;
  left: 0%;
  width: 52%;
  padding-top: 14%;
  background-color: #fff;
}

.btob-interview .mainImage .titleWrap .tegaki {
  position: absolute;
  top: 79%;
  left: 12.5%;
  width: 30%;
}

.btob-interview .interviewList {
  position: relative;
  margin-top: -24px;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList {
    height: 159vw;
    margin-top: -10.5%;
    padding: 0 0 10%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList {
    height: 1850px;
  }
}

.btob-interview .interviewList li {
  padding: 32px 0 0;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li {
    position: absolute;
    width: calc(720/1921*100vw);
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li {
    width: 450px;
  }
}

.btob-interview .interviewList li .heading {
  position: relative;
  padding: 0 0 0 16px;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .heading {
    margin-bottom: 3%;
    padding: 0 8% 0 0;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .heading::after {
    position: absolute;
    top: calc(100% - 8px);
    z-index: 2;
    width: calc(42/1921*100vw);
    padding-top: calc(27/42*100%);
    content: '';
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.btob-interview .interviewList li .heading.hukidashiL::after {
  left: 0;
  background-image: url("../img/btob/interviewList-hukidashi_left@2x.png");
}

.btob-interview .interviewList li .heading.hukidashiR::after {
  right: 8%;
  background-image: url("../img/btob/interviewList-hukidashi_right@2x.png");
}

.btob-interview .interviewList li .heading .num {
  position: absolute;
  top: -8px;
  left: 0;
  padding: 1px 10px 4px;
  border-radius: 4px;
  color: #958AB8;
  font-weight: bold;
  font-size: 11px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .heading .num {
    top: -20px;
    left: -40px;
    display: inline-block;
    padding: .5% 4% 1.7%;
    border-radius: 8px;
    letter-spacing: .05em;
    font-size: calc(42/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li .heading .num {
    font-size: 26.2363px;
  }
}

.btob-interview .interviewList li .heading .text {
  display: block;
  padding: 8px 8px 8px 30px;
  border-radius: 6px;
  font-size: 10px;
  background-color: #958AB8;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .heading .text {
    padding: 1vw 1vw 1vw 5vw;
    border-radius: 8px;
    letter-spacing: -.1em;
    font-size: calc(30/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li .heading .text {
    padding: 12px 12px 12px 60px;
    font-size: 18.7402px;
  }
}

.btob-interview .interviewList li .textWrap {
  position: relative;
  z-index: 1;
}

.btob-interview .interviewList li .textWrap img {
  vertical-align: bottom;
}

.btob-interview .interviewList li .textWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .textWrap .inner {
    display: block;
    padding: 1.5vw;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li .textWrap .inner {
    padding: 18px;
  }
}

.btob-interview .interviewList li .textWrap .fig {
  width: 45%;
  padding: 0 .5em 0 0;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .textWrap .fig {
    width: 100%;
    padding: 0 0 1%;
    pointer-events: none;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .textWrap .fig a {
    display: block;
    pointer-events: none;
  }
}

.btob-interview .interviewList li .textWrap .fig img {
  width: 100%;
}

.btob-interview .interviewList li .textWrap p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #958AB8;
  letter-spacing: -.1em;
  font-size: 10px;
  line-height: 1.7;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li .textWrap p {
    font-size: calc(21/1921*100vw);
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li .textWrap p {
    font-size: 13.1182px;
  }
}

.btob-interview .interviewList li .image {
  position: relative;
  z-index: 2;
  margin: -2% 0 0;
  padding: 0 8% 0 0;
}

.btob-interview .interviewList li .image img {
  width: 100%;
  vertical-align: bottom;
}

.btob-interview .interviewList li .image .inner {
  border: 6px solid #fff;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q1 {
    top: 0;
    right: 1.8vw;
  }
  .btob-interview .interviewList li.q1 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q1 {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q2 {
    top: 7vw;
    left: 0;
  }
  .btob-interview .interviewList li.q2 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q2 {
    top: 84px;
    right: 0;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q3 {
    top: 24vw;
    right: -3vw;
  }
  .btob-interview .interviewList li.q3 .heading {
    right: -3vw;
  }
  .btob-interview .interviewList li.q3 .textWrap {
    padding-right: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q3 {
    top: 288px;
    right: -36px;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q4 {
    top: 68vw;
    left: -3vw;
  }
  .btob-interview .interviewList li.q4 .heading {
    left: 0;
  }
  .btob-interview .interviewList li.q4 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q4 {
    top: 816px;
    left: -36;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q5 {
    top: 54.5vw;
    right: -6vw;
  }
  .btob-interview .interviewList li.q5 .heading {
    left: 0;
  }
  .btob-interview .interviewList li.q5 .textWrap {
    padding-right: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q5 {
    top: 654px;
    right: -72px;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q6 {
    top: 91vw;
    left: -3vw;
  }
  .btob-interview .interviewList li.q6 .heading {
    left: 0;
  }
  .btob-interview .interviewList li.q6 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q6 {
    top: 1092px;
    left: -36px;
  }
}

.btob-interview .interviewList li.q7 .heading::before {
  position: absolute;
  top: -30px;
  right: -12px;
  width: 48px;
  padding-top: calc(98/172*100%);
  content: '';
  background-image: url("../img/btoc/hukidashi_private_white@2x.png");
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q7 {
    top: 78.8vw;
    right: -3vw;
  }
  .btob-interview .interviewList li.q7 .heading {
    left: 0;
    padding: 0 5% 0 0;
  }
  .btob-interview .interviewList li.q7 .heading::before {
    position: absolute;
    top: -5.7vw;
    right: -.8vw;
    width: calc(172/1921*100vw);
  }
  .btob-interview .interviewList li.q7 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q7 {
    top: 945px;
    right: -36px;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q8 {
    top: 120vw;
    right: -3vw;
  }
  .btob-interview .interviewList li.q8 .heading {
    left: 0;
  }
  .btob-interview .interviewList li.q8 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q8 {
    top: 1440px;
    right: 0;
  }
}

@media screen and (min-width: 767px) {
  .btob-interview .interviewList li.q9 {
    top: 137.5vw;
    left: -3vw;
  }
  .btob-interview .interviewList li.q9 .heading {
    left: 0;
  }
  .btob-interview .interviewList li.q9 .textWrap {
    padding-left: 9%;
  }
}

@media screen and (min-width: 1200px) {
  .btob-interview .interviewList li.q9 {
    top: 1650px;
    left: -36px;
  }
}
/*# sourceMappingURL=btob.css.map */