/* line 2, src/scss/_layout.scss */
#wrap {
  overflow: hidden;
}

/* line 41, src/scss/index.scss */
.p-idx_hero__main {
  z-index: 3;
  /* by .p-idx_hero */
}

/* line 42, src/scss/index.scss */
.p-idx_hero__figure {
  z-index: 2;
  /* by .p-idx_hero */
}

/* line 43, src/scss/index.scss */
.p-idx_hero__bg {
  z-index: 1;
  /* by .p-idx_hero */
}

/* line 44, src/scss/index.scss */
.p-idx_hero {
  position: relative;
}

/* line 71, src/scss/index.scss */
.p-idx_hero_main__lead {
  letter-spacing: 0.18em;
  line-height: 200%;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* line 84, src/scss/index.scss */
.p-idx_nav {
  background-color: #e50012;
}

/* line 91, src/scss/index.scss */
.p-idx_nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 96, src/scss/index.scss */
.p-idx_nav__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 110, src/scss/index.scss */
.p-idx_nav__btn {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #2c2c2c;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border-radius: 5px;
  position: relative;
}

/* line 114, src/scss/index.scss */
.p-idx_nav__btn:hover {
  opacity: 0.85;
}

/* line 118, src/scss/index.scss */
.p-idx_nav__btn_contents {
  display: block;
  width: 100%;
}

/* line 125, src/scss/index.scss */
.p-idx_nav__ttl {
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 140%;
}

/* line 130, src/scss/index.scss */
.p-idx_nav__detail {
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 140%;
}

/* line 135, src/scss/index.scss */
.p-idx_nav__arw {
  background: url(../../fresh/images/icon-arw-right-red.png) no-repeat center center;
  background-size: contain;
}

/* line 153, src/scss/index.scss */
.p-idx_main__ttl {
  font-weight: bold;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* line 157, src/scss/index.scss */
.p-idx_main__subttl {
  letter-spacing: 0.08em;
}

/* line 169, src/scss/index.scss */
.p-idx_main__lead {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 180%;
}

/* line 177, src/scss/index.scss */
.p-idx_main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #e20c2f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* line 180, src/scss/index.scss */
.p-idx_main__btn:hover {
  opacity: 0.7;
}

/* line 185, src/scss/index.scss */
.p-idx_main__btn_txt {
  display: inline-block;
  position: relative;
}

/* line 188, src/scss/index.scss */
.p-idx_main__btn_txt::after {
  background: url(../../fresh/images/icon-arw-right-white.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 194, src/scss/index.scss */
.p-idx_interview__main {
  z-index: 4;
  /* by .p-idx_interview */
}

/* line 195, src/scss/index.scss */
.p-idx_interview__figures {
  z-index: 2;
  /* by .p-idx_interview */
}

/* line 196, src/scss/index.scss */
.p-idx_interview__slidermask {
  z-index: 3;
  /* by .p-idx_interview */
}

/* line 197, src/scss/index.scss */
.p-idx_interview__bg {
  z-index: 1;
  /* by .p-idx_interview */
}

/* line 198, src/scss/index.scss */
.p-idx_interview {
  position: relative;
}

/* line 280, src/scss/index.scss */
.p-idx_interview_slider__link::before {
  z-index: 2;
  /* by .p-idx_interview_slider__link */
}

/* line 281, src/scss/index.scss */
.p-idx_interview_slider__main {
  z-index: 3;
  /* by .p-idx_interview_slider__link */
}

/* line 282, src/scss/index.scss */
.p-idx_interview_slider__bg {
  z-index: 1;
  /* by .p-idx_interview_slider__link */
}

/* line 306, src/scss/index.scss */
.p-idx_interview_slider__link {
  display: block;
}

/* line 315, src/scss/index.scss */
.p-idx_interview_slider__ttlen {
  letter-spacing: 0.02em;
  font-weight: bold;
  position: relative;
}

/* line 318, src/scss/index.scss */
.p-idx_interview_slider__ttlen::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 323, src/scss/index.scss */
.p-idx_interview_slider__ttl {
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 144.444%;
}

/* line 335, src/scss/index.scss */
.p-idx_interview_slider__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 356, src/scss/index.scss */
.p-idx_other_area__main {
  z-index: 2;
  /* by .p-idx_other_area__inner */
}

/* line 357, src/scss/index.scss */
.p-idx_other_area__bg {
  z-index: 1;
  /* by .p-idx_other_area__inner */
}

/* line 361, src/scss/index.scss */
.p-idx_other_area__inner {
  position: relative;
}

/* line 365, src/scss/index.scss */
.p-idx_other_area__main {
  position: relative;
}

.p-idx_buffalo__main {
  z-index: 4;
  /* by .p-idx_interview */
}

/* line 195, src/scss/index.scss */
.p-idx_buffalo__figures {
  z-index: 2;
  /* by .p-idx_interview */
}

/* line 196, src/scss/index.scss */
.p-idx_buffalo__slidermask {
  z-index: 3;
  /* by .p-idx_interview */
}

/* line 197, src/scss/index.scss */
.p-idx_buffalo__bg {
  z-index: 1;
  /* by .p-idx_interview */
}

/* line 198, src/scss/index.scss */
.p-idx_buffalo {
  position: relative;
}

/* line 280, src/scss/index.scss */
.p-idx_buffalo_slider__link::before {
  z-index: 2;
  /* by .p-idx_interview_slider__link */
}

/* line 281, src/scss/index.scss */
.p-idx_buffalo_slider__main {
  z-index: 3;
  /* by .p-idx_interview_slider__link */
}

/* line 315, src/scss/index.scss */
.p-idx_buffalo_slider__ttlen {
  letter-spacing: 0.02em;
  font-weight: bold;
  position: relative;
}

/* line 318, src/scss/index.scss */
.p-idx_buffalo_slider__ttlen::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 323, src/scss/index.scss */
.p-idx_buffalo_slider__ttl {
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 144.444%;
}

/* line 335, src/scss/index.scss */
.p-idx_buffalo_slider__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 387, src/scss/index.scss */
.p-idx_message__bg::before {
  z-index: 1;
  /* by .p-idx_message__bg */
}

/* line 388, src/scss/index.scss */
.p-idx_message__inner {
  z-index: 2;
  /* by .p-idx_message__bg */
}

/* line 389, src/scss/index.scss */
.p-idx_message {
  position: relative;
}

/* line 436, src/scss/index.scss */
.p-idx_info__link {
  text-decoration: none;
  color: #2c2c2c;
  display: block;
}

/* line 440, src/scss/index.scss */
.p-idx_info__figure {
  overflow: hidden;
}

/* line 443, src/scss/index.scss */
.p-idx_info__figure img {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* line 446, src/scss/index.scss */
.p-idx_info__link:hover .p-idx_info__figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 452, src/scss/index.scss */
.p-idx_info__txt {
  display: inline-block;
  position: relative;
  letter-spacing: 0.08em;
  font-weight: bold;
}

/* line 455, src/scss/index.scss */
.p-idx_info__txt::after {
  background: url(../../fresh/images/icon-arw-right-red.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 2, src/scss/_utility.scss */
.u-dib {
  display: inline-block;
}

/* line 6, src/scss/_utility.scss */
.u-db {
  display: block;
}

/* line 10, src/scss/_utility.scss */
.u-dn {
  display: none;
}

/* line 16, src/scss/_utility.scss */
.u-bold {
  font-weight: bold;
}

/* line 21, src/scss/_utility.scss */
.u-center {
  text-align: center;
}

/* line 25, src/scss/_utility.scss */
.u-left {
  text-align: left;
}

/* line 29, src/scss/_utility.scss */
.u-right {
  text-align: right;
}

/* line 33, src/scss/_utility.scss */
.u-justify {
  text-align: justify;
}
@media screen and (max-width: 600px) {
  /* line 6, src/scss/_layout.scss */
  .l-inner-default-sp {
    padding: 0 20px;
    margin: 0 auto;
  }
  /* line 10, src/scss/_layout.scss */
  .l-inner-full-sp {
    padding: 0;
  }
  /* line 44, src/scss/index.scss */
  .p-idx_hero {
    padding-bottom: 92vw;
  }
  /* line 47, src/scss/index.scss */
  .p-idx_hero__main {
    position: relative;
  }
  /* line 51, src/scss/index.scss */
  .p-idx_hero__figure {
    display: none;
  }
  /* line 55, src/scss/index.scss */
  .p-idx_hero__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../fresh/images/hero-bg-sp.png) no-repeat bottom center;
    background-size: 100%;
  }
  /* line 60, src/scss/index.scss */
  .p-idx_hero_main {
    padding-top: 35px;
  }
  /* line 63, src/scss/index.scss */
  .p-idx_hero_main__copy {
    padding: 0 30px;
  }
  /* line 66, src/scss/index.scss */
  .p-idx_hero_main__copy img {
    max-width: 100%;
  }
  /* line 71, src/scss/index.scss */
  .p-idx_hero_main__lead {
    font-size: 13px;
    margin-top: 30px;
    padding: 0 10px 0 30px;
  }
  /* line 84, src/scss/index.scss */
  .p-idx_nav {
    padding: 20px 0;
  }
  /* line 91, src/scss/index.scss */
  .p-idx_nav__row {
    margin-right: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 96, src/scss/index.scss */
  .p-idx_nav__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 15px;
    margin-top: 15px;
  }
  /* line 105, src/scss/index.scss */
  .p-idx_nav__col--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .secound {
    margin-top: 15px;
  }
  /* line 118, src/scss/index.scss */
  .p-idx_nav__btn_contents {
    padding: 25px 10px;
  }
  /* line 125, src/scss/index.scss */
  .p-idx_nav__ttl {
    font-size: 15px;
  }
  /* line 130, src/scss/index.scss */
  .p-idx_nav__detail {
    display: none;
  }
  /* line 135, src/scss/index.scss */
  .p-idx_nav__arw {
    width: 5px;
    height: 10px;
    margin: 10px auto 0;
  }
  /* line 153, src/scss/index.scss */
  .p-idx_main__ttl {
    font-size: 24px;
  }
  /* line 157, src/scss/index.scss */
  .p-idx_main__subttl {
    font-size: 12px;
    margin-top: 15px;
  }
  /* line 161, src/scss/index.scss */
  .p-idx_main__body {
    margin-top: 25px;
  }
  /* line 169, src/scss/index.scss */
  .p-idx_main__lead {
    font-size: 13px;
  }
  /* line 173, src/scss/index.scss */
  .p-idx_main__more {
    margin-top: 25px;
  }
  /* line 177, src/scss/index.scss */
  .p-idx_main__btn {
    font-size: 14px;
    height: 52px;
  }
  /* line 185, src/scss/index.scss */
  .p-idx_main__btn_txt {
    padding-right: 20px;
  }
  /* line 188, src/scss/index.scss */
  .p-idx_main__btn_txt::after {
    width: 5px;
    height: 10px;
  }
  /* line 198, src/scss/index.scss */
  .p-idx_interview {
    margin-top: 50px;
    padding-top: 50px;
  }
  /* line 205, src/scss/index.scss */
  .p-idx_interview__main {
    position: relative;
  }
  /* line 209, src/scss/index.scss */
  .p-idx_interview__figures {
    position: relative;
    padding-bottom: 42px;
    margin-top: 40px;
  }
  /* line 213, src/scss/index.scss */
  .p-idx_interview__bg {
    position: absolute;
    top: 0;
    right: 26.666%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  /* line 311, src/scss/index.scss */
  .p-idx_interview_slider__main {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  /* line 315, src/scss/index.scss */
  .p-idx_interview_slider__ttlen {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 323, src/scss/index.scss */
  .p-idx_interview_slider__ttl {
    font-size: 16px;
  }
  /* line 335, src/scss/index.scss */
  .p-idx_interview_slider__bg {
    padding-bottom: 50%;
  }
  /* line 348, src/scss/index.scss */
  .p-idx_interview_bg {
    display: none;
  }
  /* line 358, src/scss/index.scss */
  .p-idx_other_area {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  /* line 365, src/scss/index.scss */
  .p-idx_other_area__main {
    padding-bottom: 70px;
  }
  /* line 369, src/scss/index.scss */
  .p-idx_other_area__bg {
    position: absolute;
    top: 0;
    right: 10.666%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  /* line 372, src/scss/index.scss */
  .p-idx_other_area__bg .l-inner-wide-pc {
    display: none;
  }
  /* line 378, src/scss/index.scss */
  .p-idx_other_area_bg {
    display: none;
  }
  /* line 389, src/scss/index.scss */
  .p-idx_message {
    padding-top: 50px;
  }
  /* line 392, src/scss/index.scss */
  .p-idx_message__bg {
    position: relative;
  }
  /* line 395, src/scss/index.scss */
  .p-idx_message__bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    left: 60px;
    /* background-color: #fff; */
    background: none;
  }
  /* line 400, src/scss/index.scss */
  .p-idx_message__inner {
    position: relative;
  }
  /* line 408, src/scss/index.scss */
  .p-idx_message__figure {
    margin-top: 40px;
  }
  .p-idx_buffalo {
    padding-top: 50px;
  }
  /* line 205, src/scss/index.scss */
  .p-idx_buffalo__main {
    position: relative;
  }
  /* line 209, src/scss/index.scss */
  .p-idx_buffalo__figures {
    position: relative;
    padding-bottom: 42px;
    margin-top: 40px;
  }
  /* line 213, src/scss/index.scss */
  .p-idx_buffalo__bg {
    position: absolute;
    top: 0;
    right: 26.666%;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }
  /* line 311, src/scss/index.scss */
  .p-idx_buffalo_slider__main {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  /* line 315, src/scss/index.scss */
  .p-idx_buffalo_slider__ttlen {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 323, src/scss/index.scss */
  .p-idx_buffalo_slider__ttl {
    font-size: 16px;
  }
  /* line 335, src/scss/index.scss */
  .p-idx_buffalo_slider__bg {
    padding-bottom: 50%;
  }
  /* line 348, src/scss/index.scss */
  .p-idx_buffalo_bg {
    display: none;
  }
  /* line 413, src/scss/index.scss */
  .p-idx_info {
    margin-top: 0;
  }
  
  .info {
    padding: 70px 0;
  }
  /* line 420, src/scss/index.scss */
  .p-idx_info__body {
    margin-top: 30px;
  }
  /* line 428, src/scss/index.scss */
  .p-idx_info__col {
    margin-top: 45px;
  }
  /* line 431, src/scss/index.scss */
  .p-idx_info__col:first-child {
    margin-top: 0;
  }
  /* line 452, src/scss/index.scss */
  .p-idx_info__txt {
    margin-top: 10px;
    padding-right: 15px;
    font-size: 16px;
  }
  /* line 455, src/scss/index.scss */
  .p-idx_info__txt::after {
    width: 5px;
    height: 10px;
  }
  /* line 3, src/scss/_utility.scss */
  .u-dib-sp {
    display: inline-block;
  }
  /* line 7, src/scss/_utility.scss */
  .u-db-sp {
    display: block;
  }
  /* line 11, src/scss/_utility.scss */
  .u-dn-sp {
    display: none;
  }
  /* line 17, src/scss/_utility.scss */
  .u-bold-sp {
    font-weight: bold;
  }
  /* line 22, src/scss/_utility.scss */
  .u-center-sp {
    text-align: center;
  }
  /* line 26, src/scss/_utility.scss */
  .u-left-sp {
    text-align: left;
  }
  /* line 30, src/scss/_utility.scss */
  .u-right-sp {
    text-align: right;
  }
  /* line 34, src/scss/_utility.scss */
  .u-justify-sp {
    text-align: justify;
  }
}
@media screen and (min-width: 601px) {
  /* line 14, src/scss/_layout.scss */
  .l-inner-default-pc {
    width: 960px;
    padding: 0;
    margin: 0 auto;
  }
  /* line 18, src/scss/_layout.scss */
  .l-inner-half-pc {
    min-width: 1000px;
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* line 22, src/scss/_layout.scss */
  .l-inner-wide-pc {
    min-width: 1000px;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  /* line 26, src/scss/_layout.scss */
  .l-inner-narrow-pc {
    width: 720px;
    padding: 0;
    margin: 0 auto;
  }
  /* line 30, src/scss/_layout.scss */
  .l-inner-full-pc {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  /* line 34, src/scss/_layout.scss */
  .l-minwidth {
    min-width: 1000px;
    margin: 0 auto;
  }
  /* line 44, src/scss/index.scss */
  .p-idx_hero {
    height: 810px;
  }
  /* line 47, src/scss/index.scss */
  .p-idx_hero__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 51, src/scss/index.scss */
  .p-idx_hero__figure {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
  }
  /* line 55, src/scss/index.scss */
  .p-idx_hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../fresh/images/hero-bg-pc.png) no-repeat center center;
    background-size: cover;
  }
  /* line 60, src/scss/index.scss */
  .p-idx_hero_main {
    padding-top: 110px;
  }
  /* line 71, src/scss/index.scss */
  .p-idx_hero_main__lead {
    font-size: 16px;
    margin-top: 55px;
  }
  /* line 76, src/scss/index.scss */
  .p-idx_hero_figure {
    position: relative;
  }
  /* line 79, src/scss/index.scss */
  .p-idx_hero_figure__item {
    position: absolute;
    left: 367px;
    top: 0;
  }
  /* line 84, src/scss/index.scss */
  .p-idx_nav {
    padding: 40px 0;
  }
  /* line 87, src/scss/index.scss */
  .p-idx_nav__inner {
    width: 66.666%;
    margin: 0 auto;
  }
  /* line 91, src/scss/index.scss */
  .p-idx_nav__row {
    margin-right: -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 96, src/scss/index.scss */
  .p-idx_nav__col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding-right: 15px;
    margin-top: 15px;
  }
  /* line 105, src/scss/index.scss */
  .p-idx_nav__col--full {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-top: 0;
  }
  /* line 118, src/scss/index.scss */
  .p-idx_nav__btn_contents {
    padding: 15px 0px 35px;
  }
  /* line 125, src/scss/index.scss */
  .p-idx_nav__ttl {
    font-size: 18px;
  }
  /* line 130, src/scss/index.scss */
  .p-idx_nav__detail {
    font-size: 10px;
    margin-top: 5px;
  }
  /* line 135, src/scss/index.scss */
  .p-idx_nav__arw {
    width: 7px;
    height: 13px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 145, src/scss/index.scss */
  .p-idx_main--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 149, src/scss/index.scss */
  .p-idx_main__head {
    margin-right: 85px;
  }
  /* line 153, src/scss/index.scss */
  .p-idx_main__ttl {
    font-size: 32px;
  }
  /* line 157, src/scss/index.scss */
  .p-idx_main__subttl {
    font-size: 13px;
    margin-top: 15px;
  }
  /* line 161, src/scss/index.scss */
  .p-idx_main__body {
    margin-top: 35px;
  }
  /* line 164, src/scss/index.scss */
  .p-idx_main--vertical .p-idx_main__body {
    margin-top: -5px;
  }
  /* line 169, src/scss/index.scss */
  .p-idx_main__lead {
    font-size: 13px;
  }
  /* line 173, src/scss/index.scss */
  .p-idx_main__more {
    margin-top: 45px;
  }
  /* line 177, src/scss/index.scss */
  .p-idx_main__btn {
    font-size: 14px;
    height: 52px;
    max-width: 380px;
  }
  /* line 185, src/scss/index.scss */
  .p-idx_main__btn_txt {
    padding-right: 20px;
  }
  /* line 188, src/scss/index.scss */
  .p-idx_main__btn_txt::after {
    width: 7px;
    height: 13px;
  }
  /* line 198, src/scss/index.scss */
  .p-idx_interview {
    height: 480px;
    margin-top: 60px;
  }
  /* line 201, src/scss/index.scss */
  .p-idx_interview__inner {
    height: 0;
  }
  /* line 205, src/scss/index.scss */
  .p-idx_interview__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 209, src/scss/index.scss */
  .p-idx_interview__figures {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 213, src/scss/index.scss */
  .p-idx_interview__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 218, src/scss/index.scss */
  .p-idx_interview_main {
    width: 35.185%;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 222, src/scss/index.scss */
  .p-idx_interview_main__contents {
    width: 100%;
  }
  /* line 227, src/scss/index.scss */
  .p-idx_interview_figures {
    position: relative;
    height: 0;
  }
  /* line 230, src/scss/index.scss */
  .p-idx_interview_figures__contents {
    position: absolute;
    top: 75px;
    left: 380px;
    width: 605px;
  }
  /* line 306, src/scss/index.scss */
  .p-idx_interview_slider__link {
    height: 330px;
    width: 660px;
    position: relative;
  }
  /* line 315, src/scss/index.scss */
  .p-idx_interview_slider__ttlen {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 323, src/scss/index.scss */
  .p-idx_interview_slider__ttl {
    font-size: 18px;
  }
  /* line 335, src/scss/index.scss */
  .p-idx_interview_slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  /* line 348, src/scss/index.scss */
  .p-idx_interview_bg {
    position: relative;
    height: 480px;
  }
  /* line 351, src/scss/index.scss */
  .p-idx_interview_bg__contents {
    position: absolute;
    top: 0;
    right: 215px;
    width: 1000%;
    height: 100%;
    background-color: #f2f2f2;
  }
  /* line 358, src/scss/index.scss */
  .p-idx_other_area {
    margin-top: 92px;
    padding-bottom: 35px;
  }
  /* line 365, src/scss/index.scss */
  .p-idx_other_area__main {
    padding: 100px 0;
  }
  /* line 369, src/scss/index.scss */
  .p-idx_other_area__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 372, src/scss/index.scss */
  .p-idx_other_area__bg .l-inner-wide-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  /* line 378, src/scss/index.scss */
  .p-idx_other_area_bg {
    position: relative;
    width: 100%;
  }
  /* line 381, src/scss/index.scss */
  .p-idx_other_area_bg__contents {
    position: absolute;
    top: 0;
    right: 0px;
    width: 1000%;
    height: 100%;
    background-color: #f2f2f2;
  }

  .p-idx_buffalo {
    height: 480px;
    margin-top: 60px;
  }
  /* line 201, src/scss/index.scss */
  .p-idx_buffalo__inner {
    height: 0;
  }
  /* line 205, src/scss/index.scss */
  .p-idx_buffalo__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 209, src/scss/index.scss */
  .p-idx_buffalo__figures {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 213, src/scss/index.scss */
  .p-idx_buffalo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  /* line 218, src/scss/index.scss */
  .p-idx_buffalo_main {
    width: 35.185%;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 222, src/scss/index.scss */
  .p-idx_buffalo_main__contents {
    width: 100%;
  }
  /* line 227, src/scss/index.scss */
  .p-idx_buffalo_figures {
    position: relative;
    height: 0;
  }
  /* line 230, src/scss/index.scss */
  .p-idx_buffalo_figures__contents {
    position: absolute;
    top: 75px;
    left: 380px;
    width: 605px;
  }
  /* line 306, src/scss/index.scss */
  .p-idx_buffalo_slider__link {
    height: 330px;
    width: 660px;
    position: relative;
  }
  /* line 315, src/scss/index.scss */
  .p-idx_buffalo_slider__ttlen {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 323, src/scss/index.scss */
  .p-idx_buffalo_slider__ttl {
    font-size: 18px;
  }
  /* line 335, src/scss/index.scss */
  .p-idx_buffalo_slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  /* line 348, src/scss/index.scss */
  .p-idx_buffalo_bg {
    position: relative;
    height: 480px;
  }
  /* line 351, src/scss/index.scss */
  .p-idx_buffalo_bg__contents {
    position: absolute;
    top: 0;
    right: 215px;
    width: 1000%;
    height: 100%;
    background-color: #f2f2f2;
  }
  /* line 392, src/scss/index.scss */
  .p-idx_message__bg {
    position: relative;
    background-color: #fff;
  }
  /* line 395, src/scss/index.scss */
  .p-idx_message__bg::before {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
  /* line 400, src/scss/index.scss */
  .p-idx_message__inner {
    height: 480px;
    position: relative;
  }
  /* line 404, src/scss/index.scss */
  .p-idx_message__main {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 380px;
  }
  /* line 408, src/scss/index.scss */
  .p-idx_message__figure {
    position: absolute;
    top: 50%;
    right: 440px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* line 413, src/scss/index.scss */
  .p-idx_info {
    margin-top: 0px;
  }

  .info {
    padding: 84px 0 105px;
  }
  /* line 420, src/scss/index.scss */
  .p-idx_info__body {
    margin-top: 40px;
  }
  /* line 424, src/scss/index.scss */
  .p-idx_info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -24px;
  }
  /* line 428, src/scss/index.scss */
  .p-idx_info__col {
    width: 50%;
    padding-right: 24px;
  }
  /* line 452, src/scss/index.scss */
  .p-idx_info__txt {
    margin-top: 15px;
    padding-right: 20px;
    font-size: 24px;
  }
  /* line 455, src/scss/index.scss */
  .p-idx_info__txt::after {
    width: 7px;
    height: 13px;
  }
  /* line 4, src/scss/_utility.scss */
  .u-dib-pc {
    display: inline-block;
  }
  /* line 8, src/scss/_utility.scss */
  .u-db-pc {
    display: block;
  }
  /* line 12, src/scss/_utility.scss */
  .u-dn-pc {
    display: none;
  }
  /* line 18, src/scss/_utility.scss */
  .u-bold-pc {
    font-weight: bold;
  }
  /* line 23, src/scss/_utility.scss */
  .u-center-pc {
    text-align: center;
  }
  /* line 27, src/scss/_utility.scss */
  .u-left-pc {
    text-align: left;
  }
  /* line 31, src/scss/_utility.scss */
  .u-right-pc {
    text-align: right;
  }
  /* line 35, src/scss/_utility.scss */
  .u-justify-pc {
    text-align: justify;
  }
}
