@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}

.inrWidth {
  position: relative;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

.outerWidth {
  position: relative;
  width: 1225px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1300px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 96%;
  }

  .inrWidth {
    width: 84%;
  }
}
@media screen and (max-width: 835px) {
  .fullWidth {
    width: 100%;
  }

  .inrWidth {
    width: 86%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInLft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInLft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes fadeInRgt {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInRgt {
  0% {
    opacity: 0;
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-line {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes animate-line {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.6s ease-in-out 0s both;
  animation: fadeIn 0.6s ease-in-out 0s both;
}

.fadeInLft {
  -webkit-animation: fadeInLft 0.6s ease-in-out 0s both;
  animation: fadeInLft 0.6s ease-in-out 0s both;
}

.fadeInRgt {
  -webkit-animation: fadeInRgt 0.6s ease-in-out 0s both;
  animation: fadeInRgt 0.6s ease-in-out 0s both;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease-in-out 0s both;
  animation: fadeInUp 0.6s ease-in-out 0s both;
}

.animateLine {
  -webkit-animation: animate-line 0.5s ease-in-out both;
  animation: animate-line 0.5s ease-in-out both;
}

.fadeBigLft {
  -webkit-animation: fadeBigLft 0.6s ease-in-out 0s both;
  animation: fadeBigLft 0.6s ease-in-out 0s both;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.fadeBigRgt {
  -webkit-animation: fadeBigRgt 0.6s ease-in-out 0s both;
  animation: fadeBigRgt 0.6s ease-in-out 0s both;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.fadeinup {
  -webkit-animation: fadeinup 1.5s forwards;
          animation: fadeinup 1.5s forwards;
}

@-webkit-keyframes fadeinup {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeinup {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==============================
 TOP
 ============================== */
.top {
  overflow: hidden;
  margin-top: 80px;
}
.top-mv__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 80px);
}
.top-mv__slide-02 .top-mv__slide--txt {
  right: auto;
  left: 10%;
  top: 55%;
}
.top-mv__slide-03 .top-mv__slide--txt {
  right: auto;
  left: 10%;
}
.top-mv__slide-04 .top-mv__slide--txt {
  right: auto;
  left: 10%;
  top: 45%;
}
.top-mv__slide-05 .top-mv__slide--txt {
  top: 55%;
}
.top-mv__slide--txt {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  z-index: 10;
  width: 283px;
  height: auto;
}
.top-mv__slide--img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-mv__slide.swiper-slide-active .mainTxt, .top-mv__slide.swiper-slide-duplicate-active .mainTxt, .top-mv__slide.swiper-slide-prev .mainTxt {
  -webkit-animation: fadeInUp 0.6s ease-in-out 0.5s both;
          animation: fadeInUp 0.6s ease-in-out 0.5s both;
}
.top-mv .swiper-container-horizontal > .swiper-pagination-bullets, .top-mv .swiper-pagination-custom, .top-mv .swiper-pagination-fraction {
  text-align: right;
  padding: 0 25px;
}
.top-mv .swiper-pagination-bullet {
  background: none;
  border: 1px solid #000000;
  opacity: 1;
  margin: 0 9px !important;
  width: 10px;
  height: 10px;
}
.top-mv .swiper-pagination-bullet-active {
  background-color: #000;
}
.top-lead {
  text-align: center;
  padding: 120px 0;
}
.top-lead__ttl {
  font-size: 2.8rem;
  letter-spacing: 5px;
  font-weight: 300;
}
.top-lead__body {
  line-height: 2.25;
}
.top-lead__body P {
  margin-top: 29px;
}
.top-about {
  padding: 103px 0 108px;
  background: url(../img/top/about_bg_pc.jpg) no-repeat center/cover;
}
.top-about__blk {
  width: 630px;
}
.top-about__blk .secTtl {
  text-align: left;
}
.top-about__blk--lead {
  line-height: 2.1;
  margin: 46px auto 45px;
}
.top-social {
  background-color: #FBECED;
  text-align: center;
  padding: 85px 0 100px;
}
.top-social__blk--txt {
  margin-top: 45px;
}
.top-social__blk--imgarea {
  display: block;
  position: relative;
  margin-top: 35px;
  border: 2px solid #fff;
}
.top-social__blk--imgarea .mainimg {
  width: 100%;
  display: block;
  opacity: 1 !important;
}
.top-social__blk--imgarea .icon_modal {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33.5px;
  height: auto;
}
.top-interview {
  padding: 110px 0 150px;
}
.top-interview__lead {
  text-align: center;
}
.top-interview__lead--txt {
  margin-top: 39px;
}
.top-interview__box {
  margin-top: 55px;
}
.top-interview__box .interviewblk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  background-color: #F0F0ED;
}
.top-interview__box .interviewblk:nth-of-type(n+2) {
  margin-top: 48px;
}
.top-interview__box .interviewblk:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-interview__box .interviewblk:nth-of-type(even) .interviewblk__txtarea {
  padding-left: 155px;
  padding-right: 10px;
}
.top-interview__box .interviewblk img {
  opacity: 1 !important;
}
.top-interview__box .interviewblk__imgarea {
  width: 450px;
  position: relative;
}
.top-interview__box .interviewblk__imgarea--main {
  width: 100%;
}
.top-interview__box .interviewblk__imgarea--icon {
  position: absolute;
  height: 64px;
  width: auto;
  left: 21px;
  bottom: 21px;
}
.top-interview__box .interviewblk__txtarea {
  width: 590px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 33px 50px;
  position: relative;
}
.top-interview__box .interviewblk__txtarea--Ttl {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 4px;
}
.top-interview__box .interviewblk__txtarea--name {
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
  letter-spacing: 2px;
}
.top-interview__box .interviewblk__txtarea--name span {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 25px;
  color: #d2141e;
  letter-spacing: 0px;
}
.top-interview__box .interviewblk__txtarea--detail {
  margin-top: -3px;
}
.top-interview__box .interviewblk__txtarea--deco {
  width: 150px;
  height: 360px;
  position: absolute;
  right: 2px;
  top: -40px;
}
.top-interview__box .interviewblk__txtarea--deco.deco02 {
  right: auto;
  left: 0px;
}
.top-interview__box .interviewblk__txtarea--deco.deco04 {
  right: auto;
  left: 0px;
}
.top-interview__box .interviewblk.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-interview__box .interviewblk.rev .interviewblk__txtarea {
  padding-left: 155px;
  padding-right: 10px;
}
.top-interview__box .interviewblk.rev .interviewblk__txtarea--deco {
  right: auto;
  left: 0;
}
.top-interview__box .interviewblk.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-interview__box .interviewblk.row .interviewblk__txtarea {
  padding-left: 50px;
  padding-right: 50px;
}
.top-interview__box .interviewblk.row .interviewblk__txtarea--deco {
  left: auto;
  right: 0;
}
.top-interview__link {
  margin-top: 65px;
}
.top-interview__link--btn {
  margin-left: auto;
}
.top-linkarea {
  padding-bottom: 103px;
}
.top-linkarea__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-linkarea .linkareablk {
  width: 312px;
}
.top-linkarea .linkareablk__Ttl {
  text-align: center;
  font-size: 2.4rem;
}
.top-linkarea .linkareablk__Ttl .secTtl__small {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.top-linkarea .linkareablk__imgarea {
  margin-top: 24px;
}
.top-linkarea .linkareablk__txtarea {
  text-align: justify;
  margin-top: 23px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top-linkarea .linkareablk__btn {
  margin-top: 18px;
}
@media only screen and (max-width: 835px) {
  .top {
    margin-top: 50px;
  }
  .top-mv__slide {
    height: calc(100vh - 50px);
  }
  .top-mv__slide-01 .top-mv__slide--txt {
    right: auto;
    left: 10%;
  }
  .top-mv__slide-02 .top-mv__slide--txt {
    right: auto;
    left: 10%;
    top: auto;
    bottom: 120px;
  }
  .top-mv__slide-03 .top-mv__slide--txt {
    right: auto;
    left: 10%;
    top: auto;
    bottom: 120px;
  }
  .top-mv__slide-04 .top-mv__slide--txt {
    right: auto;
    left: 10%;
    top: auto;
    bottom: 73vw;
  }
  .top-mv__slide-05 .top-mv__slide--txt {
    top: auto;
    bottom: 120px;
  }
  .top-mv__slide--txt {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 48%;
    top: auto;
    bottom: 120px;
  }
  .top-mv .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 8px;
    height: 8px;
  }
  .top-lead {
    padding: 85px 0 85px;
  }
  .top-lead__ttl {
    font-size: 2rem;
  }
  .top-lead__body {
    text-align: justify;
    line-height: 2;
  }
  .top-lead__body P {
    margin-top: 27px;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .top-about {
    padding: 68px 0 200px;
    background: url(../img/top/about_bg_sp.jpg) no-repeat center/cover;
  }
  .top-about__blk {
    width: auto;
  }
  .top-about__blk .secTtl {
    text-align: center;
  }
  .top-about__blk--lead {
    line-height: 2;
    margin: 27px auto 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .top-about__blk--btn {
    margin: auto;
  }
  .top-social {
    padding: 70px 0 80px;
  }
  .top-social__blk--txt {
    line-height: 1.9;
    margin-top: 27px;
    text-align: justify;
  }
  .top-social__blk--imgarea {
    margin-top: 26px;
  }
  .top-social__blk--imgarea .icon_modal {
    bottom: -40px;
  }
  .top-interview {
    padding: 70px 0 57px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-interview__lead--txt {
    margin-top: 25px;
  }
  .top-interview__box {
    margin-top: 40px;
  }
  .top-interview__box .interviewblk {
    display: block;
    height: auto;
    position: relative;
  }
  .top-interview__box .interviewblk:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .top-interview__box .interviewblk:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-interview__box .interviewblk:nth-of-type(even) .interviewblk__txtarea {
    padding-left: 0;
    padding-right: 19px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .top-interview__box .interviewblk img {
    opacity: 1 !important;
  }
  .top-interview__box .interviewblk__imgarea {
    width: 100%;
    position: relative;
  }
  .top-interview__box .interviewblk__imgarea--main {
    width: 100%;
  }
  .top-interview__box .interviewblk__imgarea--icon {
    height: 44px;
    left: 18px;
    bottom: 17px;
  }
  .top-interview__box .interviewblk__txtarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 26px 22px;
    position: unset;
  }
  .top-interview__box .interviewblk__txtarea--Ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .top-interview__box .interviewblk__txtarea--name {
    font-size: 2rem;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .top-interview__box .interviewblk__txtarea--name span {
    font-size: 1.2rem;
    margin-left: 12px;
  }
  .top-interview__box .interviewblk__txtarea--detail {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .top-interview__box .interviewblk__txtarea--deco {
    width: 105px;
    height: 252px;
    right: 1px;
    top: auto;
    bottom: -30px;
  }
  .top-interview__box .interviewblk__txtarea--deco.deco02 {
    right: auto;
    left: -13px;
  }
  .top-interview__box .interviewblk__txtarea--deco.deco04 {
    right: auto;
    left: 3px;
  }
  .top-interview__box .interviewblk.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-interview__box .interviewblk.rev .interviewblk__txtarea {
    padding-left: 0;
    padding-right: 10px;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-interview__box .interviewblk.rev .interviewblk__txtarea--deco {
    right: auto;
    left: -3px;
  }
  .top-interview__box .interviewblk.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-interview__box .interviewblk.row .interviewblk__txtarea {
    padding: 26px 22px;
    width: auto;
  }
  .top-interview__box .interviewblk.row .interviewblk__txtarea--deco {
    left: auto;
    right: 0;
  }
  .top-interview__link {
    margin-top: 35px;
  }
  .top-interview__link--btn {
    margin: auto;
  }
  .top-linkarea {
    padding-bottom: 70px;
  }
  .top-linkarea__box {
    display: block;
  }
  .top-linkarea .linkareablk {
    width: auto;
  }
  .top-linkarea .linkareablk:nth-of-type(n+2) {
    margin-top: 70px;
  }
  .top-linkarea .linkareablk__Ttl {
    text-align: center;
    font-size: 2.2rem;
  }
  .top-linkarea .linkareablk__Ttl .secTtl__small {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .top-linkarea .linkareablk__imgarea {
    margin-top: 18px;
  }
  .top-linkarea .linkareablk__txtarea {
    margin-top: 13px;
  }
  .top-linkarea .linkareablk__btn {
    margin: auto;
    margin-top: 18px;
  }
}

/* ==============================
 BUSINESS
 ============================== */
#BUSINESS .business-lead {
  margin-bottom: 140px;
}
#BUSINESS .business-lead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#BUSINESS .business-lead__lft {
  width: 53.5%;
  text-align: center;
}
#BUSINESS .business-lead__rgt {
  width: 38.463%;
}
#BUSINESS .business-lead__icon {
  width: 130px;
  margin: 60px auto 15px;
}
#BUSINESS .business-lead__ttl {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.785;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
#BUSINESS .business-lead__eng {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-bottom: 75px;
}
#BUSINESS .business-lead__txt {
  line-height: 2.125;
  margin-top: 35px;
}
#BUSINESS .business-lead__img:not(:first-of-type) {
  margin-top: 25px;
}
#BUSINESS .business-group {
  margin-bottom: 115px;
  padding: 105px 0;
}
#BUSINESS .business-group__img {
  display: block;
  margin-top: 35px;
}
#BUSINESS .business-mission__blk {
  margin: 0 auto 30px;
  padding: 70px 0;
}
#BUSINESS .business-mission__blk--ttl {
  text-align: center;
  margin-bottom: 30px;
}
#BUSINESS .business-mission__blk--ttl--icon {
  width: 220px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  color: #fff;
  background: #000;
  margin: 0 auto 25px;
  border-radius: 15px;
}
#BUSINESS .business-mission__blk--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
#BUSINESS .business-mission__blk--main .LFT {
  width: 58%;
}
#BUSINESS .business-mission__blk--main .RGT {
  width: 35.576%;
}
#BUSINESS .business-mission__blk--main--ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
#BUSINESS .business-mission__blk--main--txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
#BUSINESS .business-mission__blk--main--link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BUSINESS .business-mission__blk--main--link > *:not(:first-of-type) {
  margin-left: 50px;
}
#BUSINESS .business-mission__blk--bana {
  display: block;
}
#BUSINESS .business-mission__blk--bana:not(:first-child) {
  margin-top: 15px;
}
#BUSINESS .business-mission__blk.holdings {
  margin: 70px auto 0;
  padding: 110px 0;
}
@media only screen and (max-width: 835px) {
  #BUSINESS .business-lead {
    margin-bottom: 85px;
  }
  #BUSINESS .business-lead__wrap {
    display: block;
  }
  #BUSINESS .business-lead__lft {
    width: 100%;
  }
  #BUSINESS .business-lead__rgt {
    width: 75%;
    margin: 50px auto 0;
  }
  #BUSINESS .business-lead__icon {
    width: 80px;
    margin: 55px auto 15px;
  }
  #BUSINESS .business-lead__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }
  #BUSINESS .business-lead__eng {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    margin-bottom: 50px;
  }
  #BUSINESS .business-lead__txt {
    line-height: 2;
    margin-top: 30px;
  }
  #BUSINESS .business-lead__img:not(:first-of-type) {
    margin-top: 15px;
  }
  #BUSINESS .business-group {
    margin-bottom: 85px;
    padding: 90px 0;
  }
  #BUSINESS .business-group__img {
    margin-top: 25px;
  }
  #BUSINESS .business-mission__blk {
    margin: 0 auto 25px;
    padding: 40px 0;
  }
  #BUSINESS .business-mission__blk--ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  #BUSINESS .business-mission__blk--ttl--icon {
    width: 180px;
    height: 22px;
    font-size: 1.3rem;
    line-height: 22px;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    margin: 0 auto 15px;
    border-radius: 15px;
  }
  #BUSINESS .business-mission__blk--ttl--logo img {
    width: auto;
    height: 30px;
  }
  #BUSINESS .business-mission__blk--img {
    display: block;
    margin-left: -8%;
    margin-right: -8%;
  }
  #BUSINESS .business-mission__blk--main {
    display: block;
    margin-top: 40px;
  }
  #BUSINESS .business-mission__blk--main .LFT {
    width: 100%;
  }
  #BUSINESS .business-mission__blk--main .RGT {
    width: 100%;
    margin-top: 45px;
  }
  #BUSINESS .business-mission__blk--main--ttl {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
  #BUSINESS .business-mission__blk--main--txt {
    text-align: justify;
  }
  #BUSINESS .business-mission__blk--main--link {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #BUSINESS .business-mission__blk--bana {
    display: block;
  }
  #BUSINESS .business-mission__blk--bana:not(:first-of-type) {
    margin-top: 10px;
  }
  #BUSINESS .business-mission__blk.holdings {
    margin: 50px auto 0;
    padding: 90px 0;
  }
}

/* ==============================
 BUSINESS
 ============================== */
#NUMBER .page-ttl__txt {
  text-align: center;
}
#NUMBER .page-ttl__txt--main {
  line-height: 1.5;
}
@media only screen and (max-width: 835px) {
  #NUMBER .page-ttl {
    margin-bottom: 83px;
  }
  #NUMBER .page-ttl .page-ttl__txt {
    height: 100%;
  }
}
#NUMBER .number-lead {
  margin-bottom: 110px;
}
#NUMBER .number-lead__wrap {
  text-align: center;
}
#NUMBER .number-lead__Ttl {
  font-size: 3.2rem;
  letter-spacing: 8px;
}
#NUMBER .number-lead__txt {
  line-height: 2;
  margin-top: 38px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#NUMBER .number-data {
  padding: 120px 0;
}
#NUMBER .number-data__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  /*grid-template-rows: repeat(9, 1fr);*/
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
#NUMBER .number-data__grid .gridblk {
  background-color: #fff;
  padding: 10px;
  position: relative;
}
#NUMBER .number-data__grid .gridblk:hover .gridblk__txt {
  opacity: 1;
}
#NUMBER .number-data__grid .gridblk__inr {
  border: 1px solid #e8898e;
  padding: 40px;
  height: 100%;
}
#NUMBER .number-data__grid .gridblk__txt {
  opacity: 0;
  text-align: justify;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#NUMBER .number-data__grid .gridblk__txt.bgRED {
  background-color: rgba(210, 20, 30, 0.95);
}
#NUMBER .number-data__grid .gridblk__txt.bgBLACK {
  background-color: rgba(0, 0, 0, 0.9);
}
#NUMBER .number-data__grid .gridblk__txt p {
  width: 80%;
}
#NUMBER .number-data__grid .gridblk__txt p.w70 {
  width: 70%;
}
#NUMBER .number-data__grid .gridblk1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 1/1/2/7;
}
#NUMBER .number-data__grid .gridblk2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
#NUMBER .number-data__grid .gridblk3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/3/5;
}
#NUMBER .number-data__grid .gridblk4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 2/5/3/7;
}
#NUMBER .number-data__grid .gridblk5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}
#NUMBER .number-data__grid .gridblk6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 3/3/4/5;
}
#NUMBER .number-data__grid .gridblk7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 3/5/4/7;
}
#NUMBER .number-data__grid .gridblk8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 4/1/5/4;
}
#NUMBER .number-data__grid .gridblk9 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5/1/6/4;
}
#NUMBER .number-data__grid .gridblk10 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 4/4/6/7;
}
#NUMBER .number-data__grid .gridblk11 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 6/1/7/7;
}
#NUMBER .number-data__grid .gridblk12 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 7/1/8/4;
}
#NUMBER .number-data__grid .gridblk13 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 7/4/8/7;
}
#NUMBER .number-data__grid .gridblk14 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 8/1/9/7;
}
#NUMBER .number-data__grid .gridblk15 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 9/1/10/3;
}
#NUMBER .number-data__grid .gridblk16 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-area: 9/3/10/7;
}
#NUMBER .number-data__ul {
  margin-top: 23px;
}
@media only screen and (max-width: 835px) {
  #NUMBER .number-lead {
    margin-bottom: 85px;
  }
  #NUMBER .number-lead__Ttl {
    font-size: 2rem;
    letter-spacing: 5px;
    line-height: 1.75;
  }
  #NUMBER .number-lead__txt {
    line-height: 2;
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  #NUMBER .number-data {
    padding: 85px 0;
  }
  #NUMBER .number-data__grid {
    display: block;
  }
  #NUMBER .number-data__grid .gridblk:hover .gridblk__txt {
    opacity: 0;
  }
  #NUMBER .number-data__grid .gridblk.active .gridblk__txt {
    opacity: 1;
  }
  #NUMBER .number-data__grid .gridblk:nth-of-type(n+2) {
    margin-top: 25px;
  }
  #NUMBER .number-data__grid .gridblk__inr {
    padding: 30px;
    height: 100%;
  }
  #NUMBER .number-data__grid .gridblk__txt {
    opacity: 0;
    text-align: justify;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #NUMBER .number-data__grid .gridblk__txt.bgRED {
    background-color: rgba(210, 20, 30, 0.95);
  }
  #NUMBER .number-data__grid .gridblk__txt.bgBLACK {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #NUMBER .number-data__grid .gridblk__txt p {
    width: 80%;
  }
  #NUMBER .number-data__grid .gridblk__txt p.w70 {
    width: 70%;
  }
  #NUMBER .number-data__ul {
    margin-top: 26px;
  }
  #NUMBER .number-data__ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.75;
  }
}

/* ==============================
 REQUIREMENTS
 ============================== */
#REQUIREMENTS .page-ttl {
  margin-bottom: 0;
}
#REQUIREMENTS .page-ttl__txt--sub {
  color: #fff;
}
#REQUIREMENTS .page-ttl__txt--main {
  color: #fff;
}
#REQUIREMENTS .requirements-anchor {
  height: 150px;
  background-color: #F0F0ED;
  padding-top: 40px;
}
#REQUIREMENTS .requirements-anchor__wrap {
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#REQUIREMENTS .requirements-anchor__blk {
  width: 160px;
}
#REQUIREMENTS .requirements-anchor__blk .btnLink {
  text-align: center;
  width: 100%;
  display: block;
}
#REQUIREMENTS .requirements-anchor__blk .btnLink:hover::after {
  -webkit-transform: rotate(90deg) translate(0%, -50%) scale(1);
          transform: rotate(90deg) translate(0%, -50%) scale(1);
}
#REQUIREMENTS .requirements-anchor__blk .btnLink::before {
  -webkit-transform: rotate(90deg) translate(0%, -50%);
          transform: rotate(90deg) translate(0%, -50%);
  width: 52px;
  height: 32px;
  -webkit-transform-origin: center;
          transform-origin: center;
  right: auto;
  left: 25%;
  top: 35px;
}
#REQUIREMENTS .requirements-anchor__blk .btnLink::after {
  -webkit-transform: rotate(90deg) translate(0%, -50%) scale(0);
          transform: rotate(90deg) translate(0%, -50%) scale(0);
  left: 31.5%;
  top: 45px;
  width: 32px;
  height: 32px;
}
#REQUIREMENTS .requirements-anchor__blk .btnLink p {
  line-height: 1;
  padding-right: 0;
}
#REQUIREMENTS .requirements-announce__box {
  width: 900px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  color: #d2141e;
  letter-spacing: 0.2em;
  border: 2px solid #d2141e;
  line-height: 2.5;
  padding: 30px 0;
}
#REQUIREMENTS .requirements-guide {
  padding: 0 0 105px;
}
#REQUIREMENTS .requirements-guide__wrap {
  max-width: 900px;
}
#REQUIREMENTS .requirements-guide__box {
  padding-top: 100px;
}
#REQUIREMENTS .requirements-guide__box:nth-of-type(n+2) {
  margin-top: 80px;
}
#REQUIREMENTS .requirements-guide__Ttl {
  text-align: center;
}
#REQUIREMENTS .requirements-guide__Ttl--txt {
  width: 220px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin: auto;
}
#REQUIREMENTS .requirements-guide__Ttl--img {
  display: block;
  margin: auto;
  margin-top: 25px;
  height: 46.5px;
}
#REQUIREMENTS .requirements-guide__list {
  margin-top: 47px;
}
#REQUIREMENTS .requirements-guide__dl {
  border-top: 1px solid #E8898E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#REQUIREMENTS .requirements-guide__dl:last-of-type {
  border-bottom: 1px solid #E8898E;
}
#REQUIREMENTS .requirements-guide__dt {
  background-color: #FDF3F4;
  width: 160px;
  padding: 18px 5px 13px 21px;
}
#REQUIREMENTS .requirements-guide__dd {
  width: calc(100% - 160px);
  padding: 18px 5px 13px 30px;
}
#REQUIREMENTS .requirements-guide__dd .salary-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#REQUIREMENTS .requirements-guide__dd .salary-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 225px;
}
#REQUIREMENTS .requirements-guide__dd .salary-box:nth-of-type(n+2) {
  margin-left: 75px;
}
#REQUIREMENTS .requirements-guide__dd .salary-box__ttl {
  width: 100%;
}
#REQUIREMENTS .requirements-guide__dd .salary-box__Lft {
  width: 111px;
}
#REQUIREMENTS .requirements-guide__dd .salary-box__Rgt {
  width: 110px;
}
#REQUIREMENTS .requirements-flow {
  padding: 100px 0 100px;
}
#REQUIREMENTS .requirements-flow__wrap {
  max-width: 900px;
}
#REQUIREMENTS .requirements-flow__img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
#REQUIREMENTS .requirements-entry {
  padding: 80px 0;
}
#REQUIREMENTS .requirements-entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 120px;
  border: 1px solid #d2141e;
  margin: auto;
  position: relative;
}
#REQUIREMENTS .requirements-entry__btn::before, #REQUIREMENTS .requirements-entry__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #d2141e;
}
#REQUIREMENTS .requirements-entry__btn::before {
  width: 30px;
  right: 25px;
  top: 60px;
}
#REQUIREMENTS .requirements-entry__btn::after {
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 25px;
  top: 56px;
}
#REQUIREMENTS .requirements-entry__btn span {
  color: #d2141e;
  font-size: 2.4rem;
  letter-spacing: 5px;
}
#REQUIREMENTS .requirements-entry__btn:hover {
  background-color: #d2141e;
  color: #fff;
  opacity: 1;
}
#REQUIREMENTS .requirements-entry__btn:hover span {
  color: #fff;
}
#REQUIREMENTS .requirements-entry__btn:hover::before, #REQUIREMENTS .requirements-entry__btn:hover::after {
  background-color: #fff;
}
@media only screen and (max-width: 835px) {
  #REQUIREMENTS .requirements-anchor {
    height: 105px;
    padding-top: 15px;
  }
  #REQUIREMENTS .requirements-anchor__wrap {
    width: 322px;
  }
  #REQUIREMENTS .requirements-anchor__blk {
    width: 65px;
  }
  #REQUIREMENTS .requirements-anchor__blk .btnLink::before {
    -webkit-transform: rotate(90deg) translate(0%, -50%);
            transform: rotate(90deg) translate(0%, -50%);
    width: 36px;
    height: 22px;
    -webkit-transform-origin: center;
            transform-origin: center;
    right: auto;
    left: 3px;
    top: 44px;
  }
  #REQUIREMENTS .requirements-anchor__blk .btnLink::after {
    display: none;
  }
  #REQUIREMENTS .requirements-anchor__blk .btnLink p {
    line-height: 1.3;
    font-size: 1.2rem;
  }
  #REQUIREMENTS .requirements-announce__box {
    width: 86%;
    margin: auto;
    margin-top: 60px;
    letter-spacing: 0.2em;
    line-height: 2.2;
    padding: 20px 10px;
    font-size: 1.3rem;
  }
  #REQUIREMENTS .requirements-guide {
    padding: 0 0 100px;
  }
  #REQUIREMENTS .requirements-guide__box {
    padding-top: 60px;
  }
  #REQUIREMENTS .requirements-guide__box:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #REQUIREMENTS .requirements-guide__Ttl--txt {
    width: 180px;
    height: 22px;
    font-size: 1.3rem;
  }
  #REQUIREMENTS .requirements-guide__Ttl--img {
    margin-top: 13px;
    height: 30px;
  }
  #REQUIREMENTS .requirements-guide__list {
    margin-top: 39px;
  }
  #REQUIREMENTS .requirements-guide__dl {
    display: block;
  }
  #REQUIREMENTS .requirements-guide__dt {
    width: auto;
    padding: 2px 5px 1px 9px;
    font-size: 1.3rem;
    border-bottom: 1px solid #E8898E;
  }
  #REQUIREMENTS .requirements-guide__dd {
    width: auto;
    padding: 15px 5px 14px 9px;
    line-height: 1.6;
  }
  #REQUIREMENTS .requirements-guide__dd .salary-flex {
    display: block;
  }
  #REQUIREMENTS .requirements-guide__dd .salary-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  #REQUIREMENTS .requirements-guide__dd .salary-box:nth-of-type(n+2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  #REQUIREMENTS .requirements-guide__dd .salary-box__Lft {
    width: 95px;
  }
  #REQUIREMENTS .requirements-guide__dd .salary-box__Rgt {
    width: 130px;
  }
  #REQUIREMENTS .requirements-flow {
    padding: 90px 0 100px;
  }
  #REQUIREMENTS .requirements-flow__wrap {
    max-width: 900px;
  }
  #REQUIREMENTS .requirements-flow__img {
    display: block;
    width: 100%;
    margin-top: 33px;
  }
  #REQUIREMENTS .requirements-entry {
    padding: 70px 0;
  }
  #REQUIREMENTS .requirements-entry__btn {
    width: auto;
    max-width: 320px;
    height: 80px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #REQUIREMENTS .requirements-entry__btn::before {
    width: 20px;
    right: 17px;
    top: 41px;
  }
  #REQUIREMENTS .requirements-entry__btn::after {
    width: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 16px;
    top: 38px;
  }
  #REQUIREMENTS .requirements-entry__btn span {
    color: #d2141e;
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
  #REQUIREMENTS .requirements-entry__btn:hover {
    background-color: #d2141e;
    color: #fff;
    opacity: 1;
  }
  #REQUIREMENTS .requirements-entry__btn:hover span {
    color: #fff;
  }
  #REQUIREMENTS .requirements-entry__btn:hover::before, #REQUIREMENTS .requirements-entry__btn:hover::after {
    background-color: #fff;
  }
}

/* ==============================
 TRAINING
 ============================== */
#TRAINING .training-lead {
  margin-bottom: 160px;
}
#TRAINING .training-lead__wrap {
  text-align: center;
}
#TRAINING .training-lead__Ttl {
  font-size: 3.2rem;
  letter-spacing: 8px;
}
#TRAINING .training-lead__txt {
  line-height: 2;
  margin-top: 38px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#TRAINING .training-career {
  padding-bottom: 120px;
}
#TRAINING .training-career__boxwrap {
  margin-top: 30px;
}
#TRAINING .training-career__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#TRAINING .training-career__topblk {
  width: 344px;
  text-align: center;
}
#TRAINING .training-career__topblk:nth-of-type(1) .training-career__topblk--inr {
  background-color: #FCEFEF;
}
#TRAINING .training-career__topblk:nth-of-type(1) .training-career__topblk--inr--ttl {
  margin-top: 26px;
}
#TRAINING .training-career__topblk:nth-of-type(1) .training-career__topblk--inr--txt {
  margin-top: 19px;
}
#TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr {
  background-color: #F9E0E2;
}
#TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr--ttl {
  margin-top: 18px;
}
#TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr--txt {
  margin-top: 19px;
}
#TRAINING .training-career__topblk:nth-of-type(3) .training-career__topblk--inr {
  background-color: #F6D0D2;
}
#TRAINING .training-career__topblk--icon {
  height: 170px;
  width: auto;
}
#TRAINING .training-career__topblk--inr {
  margin-top: 15px;
  padding: 40px 0 35px;
}
#TRAINING .training-career__topblk--inr--num {
  width: 120px;
  height: 40px;
  font-size: 2.3rem;
  line-height: 1;
  background-color: #d2141e;
  color: #fff;
  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;
  margin: auto;
  border-radius: 30px;
}
#TRAINING .training-career__topblk--inr--ttl {
  color: #d2141e;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 32px;
}
#TRAINING .training-career__topblk--inr--txt {
  line-height: 1.6;
  margin-top: 33px;
}
#TRAINING .training-career__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  padding: 45px 0 37px;
}
#TRAINING .training-career__bottomblk {
  width: 33.3333333333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#TRAINING .training-career__bottomblk:nth-of-type(n+2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px dotted;
}
#TRAINING .training-career__bottomblkinr {
  text-align: justify;
  width: 220px;
  padding-left: 35px;
}
#TRAINING .training-career__bottomblkinr--box:nth-of-type(n+2) {
  margin-top: 18px;
}
#TRAINING .training-career__bottomblkinr--box.box01 {
  min-height: 188px;
}
#TRAINING .training-career__bottomblkinr--box--ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
#TRAINING .training-career__bottomblkinr--box--ul {
  margin-top: 8px;
}
#TRAINING .training-career__bottomblkinr--box--ul li {
  white-space: nowrap;
}
#TRAINING .training-career__bottomblkinr--box--ul li:nth-of-type(n+2) {
  margin-top: 2px;
}
#TRAINING .training-career__bottomblkinr--box--ul li span {
  font-size: 1rem;
  color: #d2141e;
}
#TRAINING .training-career__sub {
  position: relative;
  padding: 28px 100px;
  margin-top: 50px;
}
#TRAINING .training-career__sub--ul {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TRAINING .training-career__sub--ul li {
  width: 285px;
}
#TRAINING .training-career__sub--ul li span {
  color: #d2141e;
  font-weight: bold;
}
#TRAINING .training-career__sub--ann {
  position: absolute;
  right: 50px;
  bottom: 30px;
  font-size: 1.2rem;
}
#TRAINING .training-km {
  padding: 120px 0 110px;
}
#TRAINING .training-km__imgarea {
  pointer-events: none;
  display: block;
  width: 624px;
  margin: auto;
  margin-top: 45px;
}
#TRAINING .training-km__txt {
  text-align: center;
  line-height: 2.125;
  letter-spacing: 0.1em;
  margin-top: 60px;
}
#TRAINING .training-skill {
  padding: 127px 0 30px;
}
#TRAINING .training-skill__box {
  margin-top: 40px;
}
#TRAINING .training-skill__blk:nth-of-type(n+2) {
  margin-top: 80px;
}
#TRAINING .training-skill__blk--ttl {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding: 10px 0 10px;
  background-color: #d2141e;
  text-align: center;
}
#TRAINING .training-skill__blk .box01__img {
  display: block;
  margin-top: 32px;
  width: 100%;
}
#TRAINING .training-skill__blk .box02 {
  margin-top: 30px;
  padding: 32px 32px;
}
#TRAINING .training-skill__blk .box02__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TRAINING .training-skill__blk .box02__blk {
  background-color: #fff;
  border: 2px solid #d2141e;
  border-radius: 10px;
  text-align: center;
  width: 480px;
  padding: 22px 10px 18px;
}
#TRAINING .training-skill__blk .box02__blk:nth-of-type(n+3) {
  margin-top: 18px;
}
#TRAINING .training-skill__blk .box02__blk--ttl {
  color: #d2141e;
  font-size: 2rem;
  letter-spacing: 2px;
}
#TRAINING .training-skill__blk .box02__blk--txt {
  margin-top: 7px;
}
@media only screen and (max-width: 835px) {
  #TRAINING .training-lead {
    margin-bottom: 120px;
  }
  #TRAINING .training-lead__Ttl {
    font-size: 2rem;
    letter-spacing: 5px;
    line-height: 1.75;
  }
  #TRAINING .training-lead__txt {
    line-height: 2;
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  #TRAINING .training-career {
    padding-bottom: 90px;
  }
  #TRAINING .training-career .page-lead {
    text-align: justify;
  }
  #TRAINING .training-career__boxwrap {
    margin-top: 55px;
    overflow-x: scroll;
  }
  #TRAINING .training-career__box {
    width: 968px;
  }
  #TRAINING .training-career__topblk {
    width: 320px;
  }
  #TRAINING .training-career__topblk:nth-of-type(1) .training-career__topblk--inr--ttl {
    margin-top: 8px;
  }
  #TRAINING .training-career__topblk:nth-of-type(1) .training-career__topblk--inr--txt {
    margin-top: 4px;
  }
  #TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr {
    padding-top: 44px;
  }
  #TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr--ttl {
    margin-top: 8px;
  }
  #TRAINING .training-career__topblk:nth-of-type(2) .training-career__topblk--inr--txt {
    margin-top: 4px;
  }
  #TRAINING .training-career__topblk:nth-of-type(3) .training-career__topblk--inr {
    padding-top: 59px;
  }
  #TRAINING .training-career__topblk--icon {
    height: 82px;
  }
  #TRAINING .training-career__topblk--inr {
    margin-top: 10px;
    padding: 29px 0 26px;
  }
  #TRAINING .training-career__topblk--inr--num {
    width: 100px;
    height: 30px;
    font-size: 1.7rem;
  }
  #TRAINING .training-career__topblk--inr--ttl {
    font-size: 2rem;
    margin-top: 8px;
  }
  #TRAINING .training-career__topblk--inr--txt {
    margin-top: 4px;
  }
  #TRAINING .training-career__bottom {
    padding: 37px 0 42px;
  }
  #TRAINING .training-career__bottomblkinr {
    width: 220px;
    padding-left: 26px;
  }
  #TRAINING .training-career__bottomblkinr--box:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #TRAINING .training-career__bottomblkinr--box.box01 {
    min-height: 153px;
  }
  #TRAINING .training-career__bottomblkinr--box--ttl {
    font-size: 1.6rem;
  }
  #TRAINING .training-career__bottomblkinr--box--ul {
    margin-top: -3px;
  }
  #TRAINING .training-career__bottomblkinr--box--ul li:nth-of-type(n+2) {
    margin-top: -4px;
  }
  #TRAINING .training-career__bottomblkinr--box--ul li span {
    font-size: 0.8rem;
  }
  #TRAINING .training-career__sub {
    position: relative;
    padding: 22px 50px;
    margin-top: 50px;
  }
  #TRAINING .training-career__sub--ul {
    width: auto;
    display: block;
  }
  #TRAINING .training-career__sub--ul li {
    width: auto;
  }
  #TRAINING .training-career__sub--ul li span {
    color: #d2141e;
    font-weight: bold;
  }
  #TRAINING .training-career__sub--ann {
    position: initial;
    font-size: 1.1rem;
    white-space: nowrap;
    margin-top: 12px;
  }
  #TRAINING .training-km {
    padding: 90px 0 90px;
  }
  #TRAINING .training-km .page-lead {
    line-height: 2;
    text-align: justify;
    margin-top: 28px;
  }
  #TRAINING .training-km__imgarea {
    pointer-events: all;
    width: auto;
    margin-top: 45px;
    position: relative;
  }
  #TRAINING .training-km__imgarea .icon_modal {
    width: 33px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -40px;
  }
  #TRAINING .training-km__txt {
    text-align: justify;
    line-height: 2;
    margin-top: 87px;
  }
  #TRAINING .training-skill {
    padding: 85px 0 0px;
  }
  #TRAINING .training-skill__box {
    margin-top: 36px;
  }
  #TRAINING .training-skill__blk:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #TRAINING .training-skill__blk--ttl {
    font-size: 1.4rem;
    padding: 8px 0 8px;
  }
  #TRAINING .training-skill__blk .box01__img {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  #TRAINING .training-skill__blk .box02 {
    margin-top: 20px;
    padding: 26px 26px;
  }
  #TRAINING .training-skill__blk .box02__inr {
    display: block;
  }
  #TRAINING .training-skill__blk .box02__blk {
    border: 1px solid #d2141e;
    border-radius: 5px;
    width: auto;
    padding: 12px 10px 15px;
  }
  #TRAINING .training-skill__blk .box02__blk:nth-of-type(n+3) {
    margin-top: 0;
  }
  #TRAINING .training-skill__blk .box02__blk:nth-of-type(n+2) {
    margin-top: 15px;
  }
  #TRAINING .training-skill__blk .box02__blk--ttl {
    font-size: 1.5rem;
  }
  #TRAINING .training-skill__blk .box02__blk--txt {
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

/* ==============================
 REQUIREMENTS
 ============================== */
#INTERVIEW .interview-lead {
  padding: 90px 0 0;
}
#INTERVIEW .interview-lead .page-subttl__sub {
  font-size: 6rem;
}
#INTERVIEW .interview-lead .page-subttl__main {
  font-size: 1.6rem;
  margin-top: 10px;
  letter-spacing: 3px;
}
#INTERVIEW .interview-lead .page-lead {
  line-height: 1.9;
}
#INTERVIEW .interview-link {
  padding-top: 160px;
  padding-bottom: 200px;
  overflow: hidden;
}
#INTERVIEW .interview-link__box {
  position: relative;
  width: 940px;
  padding: 70px 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#INTERVIEW .interview-link__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f0f0ed transparent transparent;
}
#INTERVIEW .interview-link__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
#INTERVIEW .interview-link__box:nth-of-type(even) {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#INTERVIEW .interview-link__box:nth-of-type(even)::before {
  right: auto;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #f0f0ed transparent transparent transparent;
}
#INTERVIEW .interview-link__box:nth-of-type(even)::after {
  left: auto;
  right: -100vw;
}
#INTERVIEW .interview-link__box:nth-of-type(even) .interview-link__box--main {
  padding-left: 50px;
  border-right: none;
  border-left: 2px solid #808080;
}
#INTERVIEW .interview-link__box:nth-of-type(n+2) {
  margin-top: 125px;
}
#INTERVIEW .interview-link__box.box02 .interview-link__box--imgarea {
  left: auto;
  right: -30px;
  top: -187px;
}
#INTERVIEW .interview-link__box.box03 .interview-link__box--imgarea {
  left: -47px;
  top: -194px;
}
#INTERVIEW .interview-link__box.box04 .interview-link__box--imgarea {
  left: auto;
  right: 30px;
  top: -187px;
}
#INTERVIEW .interview-link__box.box05 .interview-link__box--imgarea {
  left: -43px;
  top: -190px;
}
#INTERVIEW .interview-link__box--imgarea {
  position: absolute;
  top: -178px;
  left: -20px;
  width: 300px;
}
#INTERVIEW .interview-link__box--imgarea img {
  opacity: 1 !important;
}
#INTERVIEW .interview-link__box--main {
  width: 460px;
  border-right: 2px solid #808080;
  margin-top: -10px;
}
#INTERVIEW .interview-link__box--main--Ttl--txt {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 7px;
}
#INTERVIEW .interview-link__box--main--txtarea--name {
  font-size: 2.6rem;
  margin-top: 27px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#INTERVIEW .interview-link__box--main--txtarea--name span {
  color: #d2141e;
  font-weight: 300;
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 20px;
}
#INTERVIEW .interview-link__box--main--txtarea--detail {
  margin-top: -3px;
  letter-spacing: 1.5px;
}
#INTERVIEW .interview-link__box--main--txtarea--btn {
  margin-top: 26px;
}
#INTERVIEW .interview-link__box--num {
  width: 174px;
}
#INTERVIEW .interview-link__box--num img {
  width: 62px;
  height: auto;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 835px) {
  #INTERVIEW .interview-lead {
    padding: 50px 0 0;
  }
  #INTERVIEW .interview-lead .page-subttl__sub {
    font-size: 3.2rem;
  }
  #INTERVIEW .interview-lead .page-subttl__main {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  #INTERVIEW .interview-lead .page-lead {
    line-height: 2;
    text-align: justify;
  }
  #INTERVIEW .interview-link {
    padding-top: 110px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  #INTERVIEW .interview-link__box {
    position: relative;
    width: 100%;
    padding: 38px 16px;
    background-color: #fff;
    display: block;
  }
  #INTERVIEW .interview-link__box:nth-of-type(even) {
    margin-left: auto;
  }
  #INTERVIEW .interview-link__box:nth-of-type(even)::before {
    right: auto;
    left: 0;
    border-width: 30px 30px 0 0;
    border-color: #f0f0ed transparent transparent transparent;
  }
  #INTERVIEW .interview-link__box:nth-of-type(even)::after {
    left: auto;
    right: -100vw;
  }
  #INTERVIEW .interview-link__box:nth-of-type(even) .interview-link__box--main {
    padding-left: 0;
    border-right: none;
    border-left: none;
  }
  #INTERVIEW .interview-link__box:nth-of-type(even) .interview-link__box--main--Ttl {
    margin-left: 25px;
    margin-right: auto;
  }
  #INTERVIEW .interview-link__box:nth-of-type(n+2) {
    margin-top: 100px;
  }
  #INTERVIEW .interview-link__box.box02 .interview-link__box--main--Ttl--imgarea {
    left: auto;
    right: -15px;
    top: -109px;
  }
  #INTERVIEW .interview-link__box.box03 .interview-link__box--main--txtarea--name {
    margin-top: 52px;
  }
  #INTERVIEW .interview-link__box.box04 .interview-link__box--main--Ttl--imgarea {
    left: auto;
    right: -15px;
    top: -109px;
  }
  #INTERVIEW .interview-link__box.box04 .interview-link__box--main--txtarea--name {
    margin-top: 52px;
  }
  #INTERVIEW .interview-link__box--main {
    width: 100%;
    border-right: none;
    margin: auto;
    position: relative;
  }
  #INTERVIEW .interview-link__box--main--Ttl {
    width: 66px;
    margin-left: auto;
    margin-right: 33px;
  }
  #INTERVIEW .interview-link__box--main--Ttl--num {
    width: 45px;
    height: auto;
    margin: auto;
  }
  #INTERVIEW .interview-link__box--main--Ttl--txt {
    font-size: 2.2rem;
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 17px;
    border-top: 1px solid #808080;
    padding-top: 20px;
    white-space: nowrap;
  }
  #INTERVIEW .interview-link__box--main--Ttl--imgarea {
    position: absolute;
    width: 200px;
    height: auto;
    left: -15px;
    top: -107px;
  }
  #INTERVIEW .interview-link__box--main--txtarea {
    padding: 0 13px;
    margin-top: 25px;
  }
  #INTERVIEW .interview-link__box--main--txtarea--name {
    font-size: 2.4rem;
  }
  #INTERVIEW .interview-link__box--main--txtarea--name span {
    color: #d2141e;
    font-weight: 300;
    font-size: 1.4rem;
    display: inline-block;
    letter-spacing: 0;
    margin-left: 10px;
  }
  #INTERVIEW .interview-link__box--main--txtarea--detail {
    line-height: 1.5;
  }
  #INTERVIEW .interview-link__box--main--txtarea--btn p {
    padding-right: 62px;
  }
}
#INTERVIEW .interview-ttl {
  position: relative;
  margin-bottom: 150px;
}
#INTERVIEW .interview-ttl__img img {
  width: 100%;
  max-width: none;
}
#INTERVIEW .interview-ttl__img--no {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  z-index: 100;
}
#INTERVIEW .interview-ttl__img--no strong {
  display: block;
  font-size: 6.8rem;
  letter-spacing: 0.05em;
  font-weight: 100;
}
#INTERVIEW .interview-ttl__txt {
  position: absolute;
  width: 46.5%;
  height: 54%;
  bottom: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 80;
}
#INTERVIEW .interview-ttl__txt--main {
  font-size: 4rem;
  letter-spacing: 0.3em;
}
#INTERVIEW .interview-ttl__txt--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: auto;
  margin-bottom: 5px;
}
#INTERVIEW .interview-ttl__txt--name--en {
  margin-left: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#INTERVIEW .interview-ttl__txt--career {
  line-height: 1.625;
}
#INTERVIEW .interview-ttl__txt.LFT {
  width: 96%;
  max-width: 1040px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#INTERVIEW .interview-ttl__txt.RGT {
  left: 53.5%;
}
#INTERVIEW .interview-ttl__txt.WHITE {
  color: #fff;
}
#INTERVIEW .interview__content--blk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#INTERVIEW .interview__content--blk.imgLFT {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#INTERVIEW .interview__content--blk .imgLFT__overwrap {
  width: 46vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: unset;
}
@media screen and (max-width: 1200px) {
  #INTERVIEW .interview__content--blk .imgLFT__overwrap {
    width: 550px !important;
    margin-left: calc(50% - 600px) !important;
  }
}
#INTERVIEW .interview__content--blk .imgRGT__overwrap {
  width: 46vw !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: unset;
}
@media screen and (max-width: 1200px) {
  #INTERVIEW .interview__content--blk .imgRGT__overwrap {
    width: 550px !important;
    margin-right: calc(50% - 600px) !important;
  }
}
#INTERVIEW .interview__content--blk .imgLFT__over {
  /*margin-left: -36.37%;*/
}
#INTERVIEW .interview__content--blk .imgLFT__over img {
  max-width: unset !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 620px;
  width: 100%;
}
#INTERVIEW .interview__content--blk .imgRGT__over {
  /*margin-right: -36.37%;*/
}
#INTERVIEW .interview__content--blk .imgRGT__over img {
  max-width: unset !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 620px;
  width: 100%;
}
#INTERVIEW .interview__content--blk:not(:first-of-type) {
  margin-top: 180px;
}
#INTERVIEW .interview__content--blk--txt {
  width: 50%;
  text-align: justify;
  line-height: 2.115;
  letter-spacing: 0.1em;
}
#INTERVIEW .interview__content--blk--txt .title {
  font-size: 3.2rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin-top: -10px;
  margin-bottom: 32px;
}
#INTERVIEW .interview__content--blk--img {
  position: relative;
  width: 45%;
  max-width: 440px;
}
#INTERVIEW .interview__content--blk--img * {
  display: block;
}
#INTERVIEW .interview__content--blk--img *:not(:first-of-type) {
  margin-top: 20px;
}
#INTERVIEW .interview__content--blk--img .comment {
  position: absolute;
  left: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 25px 15px 15px 5px;
  z-index: 2;
}
#INTERVIEW .interview__content--blk--img .comment:before, #INTERVIEW .interview__content--blk--img .comment:after {
  content: "";
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  pointer-events: none;
}
#INTERVIEW .interview__content--blk--img .comment:before {
  top: 0;
  right: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#INTERVIEW .interview__content--blk--img .comment:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
#INTERVIEW .interview__content--blk--img .comment01 {
  top: 30px;
}
#INTERVIEW .interview__content--blk--img .comment02 {
  top: 30px;
}
#INTERVIEW .interview__content--blk--img .comment03 {
  top: 250px;
}
#INTERVIEW .interview__content--blk--img .comment04 {
  top: 160px;
}
#INTERVIEW .interview__content--blk--img .comment05 {
  top: 160px;
  left: auto;
  right: 20px;
}
#INTERVIEW .interview__content--blk--img .interviewer {
  position: relative;
}
#INTERVIEW .interview__content--blk--img .interviewer01 {
  margin-top: -120px;
  margin-right: -65px;
  margin-bottom: -60px;
}
#INTERVIEW .interview__content--blk--img .interviewer01 img {
  margin: 0 0 0 auto;
}
#INTERVIEW .interview__content--blk--img .interviewer03 {
  right: -60px;
}
#INTERVIEW .interview__content--blk--img .interviewer04 {
  right: -60px;
}
#INTERVIEW .interview__content--blk--img .interviewer05 {
  margin-top: -120px;
  margin-left: -90px;
}
#INTERVIEW .interview__content--blk--img .interviewer05 img {
  margin: 0 auto 0 0;
}
#INTERVIEW .interview__schedule {
  padding: 105px 0 95px;
}
#INTERVIEW .interview__schedule--ttl {
  margin-bottom: 50px;
}
#INTERVIEW .interview__comment {
  padding: 95px 0;
}
#INTERVIEW .interview__comment--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#INTERVIEW .interview__comment--blk {
  width: 45%;
  line-height: 2.125;
}
#INTERVIEW .interview__comment--blk--ttl {
  font-size: 2.8rem;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2141e;
}
@media only screen and (max-width: 835px) {
  #INTERVIEW .interview-ttl {
    margin-bottom: 0;
  }
  #INTERVIEW .interview-ttl:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #d2141e;
    margin: 45px auto;
  }
  #INTERVIEW .interview-ttl__img {
    position: relative;
  }
  #INTERVIEW .interview-ttl__img--no {
    bottom: 12px;
    right: 12px;
    font-size: 1.4rem;
  }
  #INTERVIEW .interview-ttl__img--no strong {
    font-size: 4.8rem;
    letter-spacing: 0.05em;
  }
  #INTERVIEW .interview-ttl__txt {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
  }
  #INTERVIEW .interview-ttl__txt--main {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.3em;
    text-align: center;
  }
  #INTERVIEW .interview-ttl__txt--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 5px;
  }
  #INTERVIEW .interview-ttl__txt--name--en {
    margin-left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #d2141e;
  }
  #INTERVIEW .interview-ttl__txt--career {
    text-align: center;
    margin-top: 15px;
  }
  #INTERVIEW .interview-ttl__txt.LFT {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #INTERVIEW .interview-ttl__txt.WHITE {
    color: #000000;
  }
  #INTERVIEW .interview__content--blk {
    position: relative;
    display: block;
  }
  #INTERVIEW .interview__content--blk .imgLFT__overwrap {
    width: 100% !important;
    margin-left: auto !important;
    max-width: 440px;
  }
  #INTERVIEW .interview__content--blk .imgRGT__overwrap {
    width: 100% !important;
    margin-right: auto !important;
    max-width: 440px;
  }
  #INTERVIEW .interview__content--blk.imgLFT {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #INTERVIEW .interview__content--blk .imgLFT__over {
    margin-left: -8%;
  }
  #INTERVIEW .interview__content--blk .imgRGT__over {
    margin-right: -8%;
  }
  #INTERVIEW .interview__content--blk:not(:first-of-type) {
    margin-top: 40px;
  }
  #INTERVIEW .interview__content--blk--txt {
    width: 100%;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #INTERVIEW .interview__content--blk--txt .title {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 35px;
  }
  #INTERVIEW .interview__content--blk--img {
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0;
  }
  #INTERVIEW .interview__content--blk--img *:not(:first-of-type) {
    margin-top: 15px;
  }
  #INTERVIEW .interview__content--blk--img .comment {
    left: 25px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding: 20px 12px 20px 5px;
  }
  #INTERVIEW .interview__content--blk--img .comment:before, #INTERVIEW .interview__content--blk--img .comment:after {
    width: 25px;
    height: 25px;
  }
  #INTERVIEW .interview__content--blk--img .comment01 {
    top: 40px;
  }
  #INTERVIEW .interview__content--blk--img .comment02 {
    top: 40px;
  }
  #INTERVIEW .interview__content--blk--img .comment03 {
    top: 80px;
  }
  #INTERVIEW .interview__content--blk--img .comment04 {
    top: 80px;
  }
  #INTERVIEW .interview__content--blk--img .comment05 {
    top: 60px;
    right: auto;
    left: 25px;
  }
  #INTERVIEW .interview__content--blk--img .interviewer img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
  #INTERVIEW .interview__content--blk--img .interviewer01, #INTERVIEW .interview__content--blk--img .interviewer02, #INTERVIEW .interview__content--blk--img .interviewer03, #INTERVIEW .interview__content--blk--img .interviewer04, #INTERVIEW .interview__content--blk--img .interviewer05 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -35px;
    left: 0;
    right: 0;
  }
  #INTERVIEW .interview__content--blk--img .interviewer01 img, #INTERVIEW .interview__content--blk--img .interviewer02 img, #INTERVIEW .interview__content--blk--img .interviewer03 img, #INTERVIEW .interview__content--blk--img .interviewer04 img, #INTERVIEW .interview__content--blk--img .interviewer05 img {
    margin: 0 0 0 auto;
  }
  #INTERVIEW .interview__schedule {
    padding: 70px 0 45px;
  }
  #INTERVIEW .interview__schedule--ttl {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  #INTERVIEW .interview__schedule picture {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  #INTERVIEW .interview__comment {
    padding: 45px 0;
  }
  #INTERVIEW .interview__comment--wrap {
    display: block;
  }
  #INTERVIEW .interview__comment--blk {
    width: 100%;
    line-height: 2.125;
  }
  #INTERVIEW .interview__comment--blk--ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #INTERVIEW .interview__comment--blk:not(:first-of-type) {
    margin-top: 45px;
  }
}

.interview01-list .interviewblk:nth-of-type(1) {
  display: none;
}
@media only screen and (max-width: 835px) {
  .interview01-list .interviewblk__txtarea--deco.deco04 {
    left: -10px;
  }
}
.interview02-list .interviewblk:nth-of-type(2) {
  display: none;
}
@media only screen and (max-width: 835px) {
  .interview02-list .interviewblk__txtarea--deco.deco03 {
    left: -10px !important;
  }
}
.interview03-list .interviewblk:nth-of-type(3) {
  display: none;
}
.interview04-list .interviewblk:nth-of-type(4) {
  display: none;
}
.interview05-list .interviewblk:nth-of-type(5) {
  display: none;
}
@media only screen and (max-width: 835px) {
  .interview05-list .interviewblk__txtarea--deco.deco04 {
    left: -10px;
  }
}
/*# sourceMappingURL=style.css.map */