.page-header {
  padding-top: 210px;
  min-height: 768px;
  position: relative;
}

.page-header::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: calc(100% - 190px);
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
  z-index: 10;
}

.page-header.on::before {
  height: 260px;
}

.page-header .page-title {
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 35px;
}

.page-header .page-title_ja {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-base {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 70px;
  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;
  font-size: 1.6rem;
  color: #fff;
  background: #00426e;
}

.btn-base a {
  position: relative;
  z-index: 2;
  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%;
  height: 70px;
  text-align: center;
  -webkit-transition: 0.75s linear;
  transition: 0.75s linear;
  background: transparent;
}

.btn-base a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background: #11a0ff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-base a:hover:before {
  width: 100%;
  background: #11a0ff;
}

.intro {
  position: relative;
  background: #f9f9f9;
  padding-top: 110px;
  padding-bottom: 140px;
}

.intro-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.intro-text {
  max-width: 845px;
  margin: 0 auto 40px;
  line-height: 2.1875;
  font-size: 1.6rem;
}

.intro::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: calc(100% - 102px);
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
  z-index: 10;
}

.intro.on::before {
  height: 102px;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(135deg);
            transform: translateY(5px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(135deg);
            transform: translateY(5px) rotate(135deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(135deg);
            transform: translateY(0px) rotate(135deg);
  }
}

@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

.interview.interview1 .interview-header::before {
  background: url("/img/recruit/overlay.png") no-repeat 0 center;
  background-size: cover;
  left: -100%;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.interview.interview1 .interview-header.on::before {
  opacity: 1;
  left: 0;
}

.interview.interview1 .interview-header::after {
  background: url("/img/recruit/interview1.png") no-repeat;
  background-size: 100% auto;
  background-position: 100% 50%;
}

.interview.interview2 .interview-header::before {
  background: url("/img/recruit/overlay.png") no-repeat 0 center;
  background-size: cover;
  left: -100%;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.interview.interview2 .interview-header.on::before {
  opacity: 1;
  left: 0;
}

.interview.interview2 .interview-header::after {
  background: url("/img/recruit/interview2.png") no-repeat;
  background-size: 100% auto;
  background-position: 100% 50%;
}

.interview.interview3 .interview-header::before {
  background: url("/img/recruit/overlay.png") no-repeat 0 center;
  background-size: cover;
  left: -100%;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.interview.interview3 .interview-header.on::before {
  opacity: 1;
  left: 0;
}

.interview.interview3 .interview-header::after {
  background: url("/img/recruit/interview3.png") no-repeat;
  background-size: 100% auto;
  background-position: 100% 50%;
}

.interview.interview3 .interview-content {
  padding-bottom: 262px;
}

.interview.interview3 .interview-dialog.on::before {
  height: 262px;
}

.interview-header {
  background-color: #f9f9f9;
  display: block;
  width: 100%;
  min-height: 450px;
  height: 32.9428vw;
  position: relative;
  z-index: 10;
}

.interview-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.interview-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
  background-size: auto 100% !important;
  background-position: 0% 50%;
}

.interview-header-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 95px;
  color: #fff;
}

.interview-header h3 {
  font-size: 3.2rem;
  letter-spacing: 0.18em;
  font-weight: bold;
  margin-bottom: 30px;
}

.interview-header .lead {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.54545;
  margin-bottom: 20px;
}

.interview-header .interviewee {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66667;
}

.interview-content {
  position: relative;
  background: #f9f9f9;
  padding-top: 125px;
  padding-bottom: 160px;
}

.interview-content::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
  z-index: 10;
}

.interview-content.on::before {
  height: 125px;
}

.interview-dialog {
  position: relative;
  background: #fff;
  margin: 0 83px;
  padding: 120px 20px 45px;
}

.interview-dialog::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
  z-index: 10;
}

.interview-dialog.on::before {
  height: 162px;
}

.interview-dialog-block {
  position: relative;
  max-width: 756px;
  padding-bottom: 55px;
  margin: 0 auto 55px;
}

.interview-dialog-block::after {
  bottom: 0;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  content: "";
  background: #252f38;
}

.interview-dialog h4 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.54545;
  margin-bottom: 40px;
}

.interview-dialog p {
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.05em;
}

.interview-dialog em {
  font-weight: bold;
  position: relative;
  font-style: normal;
  z-index: 2;
  background-image: linear-gradient(135deg, #dfff11 0%, #ffe39e 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
}

.interview-dialog-more {
  display: none;
}

.interview-dayoff {
  border: 1px solid #000;
  max-width: 756px;
  margin: 0 auto 76px;
  padding: 38px 45px 38px 152px;
  position: relative;
}

.interview-dayoff-title {
  top: -20px;
  left: -20px;
  position: absolute;
  width: 132px;
  height: 118px;
  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;
  background: #11a0ff;
  /* Old browsers */
  background: linear-gradient(135deg, #11a0ff 0%, #014572 100%);
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

.interview-toggle {
  text-align: center;
  position: relative;
  width: 80px;
  display: block;
  font-family: inherit;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  margin: 75px auto 0;
}

.interview-toggle .arrow {
  top: calc(50% - 6px);
  right: 0;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.interview-toggle:hover {
  opacity: 0.7;
}

.interview-toggle:hover .arrow {
  -webkit-animation: fuwafuwa 1.5s infinite ease alternate;
          animation: fuwafuwa 1.5s infinite ease alternate;
}

.interview-toggle.open .arrow {
  top: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.interview-toggle.open:hover .arrow {
  -webkit-animation: fuwafuwa2 1.5s infinite ease alternate;
          animation: fuwafuwa2 1.5s infinite ease alternate;
}

.interview-close {
  text-align: center;
  top: 50px;
  right: 40px;
  position: absolute;
  width: 80px;
  display: block;
  font-family: inherit;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  margin: 0px auto 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.interview-close .arrow {
  right: 0;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.interview-close.open {
  opacity: 1;
}

.interview-close.open:hover {
  opacity: 0.7;
}

.interview-close.open:hover .arrow {
  -webkit-animation: fuwafuwa2 1.5s infinite ease alternate;
          animation: fuwafuwa2 1.5s infinite ease alternate;
}

.info {
  padding-top: 38px;
  padding-bottom: 137px;
  background: #f9f9f9;
}

.info-title {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-weight: bold;
  letter-spacing: 0.18em;
  position: relative;
}

.info-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #252f38;
}

.info-title_ja {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 40px;
}

.info-content {
  background: #fff;
  margin: 0 83px;
}

.info-content-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 77px 0 95px;
}

.info-content .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
  margin-left: -20px;
  padding: 0 20px;
}

.info-content .tab-buttons li {
  padding-left: 20px;
  width: 25%;
  max-width: 290px;
}

.info-content .tab-buttons li button {
  border: 1px solid #252f38;
  width: 100%;
  height: 60px;
  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;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.5em;
}

.info-content .tab-buttons li button.active, .info-content .tab-buttons li button:hover {
  background: #252f38;
  color: #fff;
}

.info-content .tab-content {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.info-content .tab-content .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

.info-content .tab-content .info-block-title {
  padding-top: 0.2em;
  width: 144px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.889;
}

.info-content .tab-content .info-block-body {
  font-size: 1.6rem;
  line-height: 2.1875;
}

.info-content .tab-content .info-block-body p {
  margin-bottom: 2em;
}

.info-content .tab-content .info-block-body a {
  text-decoration: underline;
}

.info-content .entry-btn {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .page-header {
    min-height: auto;
    padding: 26.66667vw 5.33333vw 29.33333vw;
  }
  .page-header .page-title {
    font-size: 9.06667vw;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 5.33333vw;
  }
  .page-header .page-title_ja {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    margin-bottom: 0vw;
  }
  .page-header::before {
    top: calc(100% - 70 / 375 * 100vw);
  }
  .page-header.on::before {
    height: 29.33333vw;
  }
  .intro {
    padding: 21.33333vw 5.33333vw 20.53333vw;
  }
  .intro-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .intro-text {
    margin: 0 auto 10.66667vw;
    font-size: 3.73333vw;
    line-height: 2.14286;
  }
  .intro::before {
    content: "";
    height: 0px;
    display: block;
    width: 1px;
    position: absolute;
    top: calc(100% - 35 / 375 * 100vw);
    left: 50%;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1.5s ease-in-out 0.15s;
    transition: all 1.5s ease-in-out 0.15s;
    z-index: 10;
  }
  .intro.on::before {
    height: 9.33333vw;
  }
  .interview.interview1 .interview-header, .interview.interview2 .interview-header, .interview.interview3 .interview-header {
    overflow-y: hidden;
  }
  .interview.interview1 .interview-header::before, .interview.interview2 .interview-header::before, .interview.interview3 .interview-header::before {
    position: absolute;
    top: 66.66667vw;
    bottom: 0;
    background-color: #7FD6E7;
    left: 0;
    right: 0;
    opacity: 0.2;
    width: 100%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  .interview.interview1 .interview-header.on::before, .interview.interview2 .interview-header.on::before, .interview.interview3 .interview-header.on::before {
    opacity: 1;
    width: 100%;
  }
  .interview.interview1 .interview-header::after, .interview.interview2 .interview-header::after, .interview.interview3 .interview-header::after {
    background: url("/img/recruit/interview1_sp.png") no-repeat;
    background-size: 100% auto;
  }
  .interview.interview2 .interview-header::after {
    background: url("/img/recruit/interview2_sp.png") no-repeat;
    background-size: 100% auto;
    background-position: 100% 50%;
  }
  .interview.interview3 .interview-header::after {
    background: url("/img/recruit/interview3_sp.png") no-repeat;
    background-size: 100% auto;
  }
  .interview.interview3 .interview-content {
    padding-bottom: 26.66667vw;
  }
  .interview.interview3 .interview-dialog.on::before {
    height: 26.66667vw;
  }
  .interview-header {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 0 0 10.66667vw;
  }
  .interview-header::before {
    content: "";
    display: block;
    height: 100%;
    z-index: -1;
  }
  .interview-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 66.66667vw;
    top: 0;
    z-index: -2;
    background-size: auto 100% !important;
    background-position: 0% 50%;
  }
  .interview-header-inner {
    width: 89.33333vw;
    margin: 0 auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 75.2vw;
    padding-left: 0;
    color: #fff;
  }
  .interview-header h3 {
    font-size: 6.4vw;
    letter-spacing: 0.24em;
    margin-bottom: 3.2vw;
  }
  .interview-header .lead {
    font-size: 4.8vw;
    letter-spacing: 0.025em;
    line-height: 1.66667;
    margin-bottom: 2.66667vw;
  }
  .interview-header .interviewee {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
  .interview-content {
    position: relative;
    background: #f9f9f9;
    padding-top: 10.66667vw;
    padding-bottom: 6.66667vw;
  }
  .interview-content::before {
    content: "";
    height: 0px;
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1.5s ease-in-out 0.15s;
    transition: all 1.5s ease-in-out 0.15s;
    z-index: 10;
  }
  .interview-content.on::before {
    height: 10.66667vw;
  }
  .interview-dialog {
    position: relative;
    background: #fff;
    margin: 0 5.33333vw;
    padding: 16vw 5.33333vw 6.66667vw;
  }
  .interview-dialog::before {
    content: "";
    height: 0px;
    display: block;
    width: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1.5s ease-in-out 0.15s;
    transition: all 1.5s ease-in-out 0.15s;
    z-index: 10;
  }
  .interview-dialog.on::before {
    height: 162px;
  }
  .interview-dialog-block {
    position: relative;
    max-width: 756px;
    padding-bottom: 8vw;
    margin: 0 auto 10.66667vw;
  }
  .interview-dialog-block.last::after {
    display: none;
  }
  .interview-dialog-block::after {
    bottom: 0;
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 2px;
    content: "";
    background: #252f38;
  }
  .interview-dialog h4 {
    font-size: 4.8vw;
    text-align: left;
    font-weight: bold;
    line-height: 1.54545;
    margin-bottom: 8vw;
    padding-left: 1em;
  }
  .interview-dialog h4::first-letter {
    margin-left: -1em;
  }
  .interview-dialog p {
    font-size: 3.73333vw;
    line-height: 2.1875;
    letter-spacing: 0.05em;
  }
  .interview-dialog em {
    font-weight: bold;
    position: relative;
    font-style: normal;
  }
  .interview-dialog-more {
    display: none;
  }
  .interview-dayoff {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 0;
    border-right: 0;
    max-width: 756px;
    margin: 0 auto 10.66667vw;
    padding: 17.6vw 5.33333vw 6.66667vw;
    position: relative;
  }
  .interview-dayoff-title {
    top: -9.5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
    position: absolute;
    width: 37.86667vw;
    height: 19.46667vw;
    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;
    background: #11a0ff;
    /* Old browsers */
    background: linear-gradient(135deg, #11a0ff 0%, #014572 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 3.73333vw;
    line-height: 2.125;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .interview-toggle {
    text-align: center;
    position: relative;
    width: 80px;
    display: block;
    font-family: inherit;
    letter-spacing: 0.12em;
    font-size: 1.2rem;
    margin: 75px auto 0;
  }
  .interview-toggle .arrow {
    top: calc(50% - 6px);
    right: 0;
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .interview-toggle:hover {
    opacity: 0.7;
  }
  .interview-toggle:hover .arrow {
    -webkit-animation: fuwafuwa 1.5s infinite ease alternate;
            animation: fuwafuwa 1.5s infinite ease alternate;
  }
  .interview-toggle.open .arrow {
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .interview-toggle.open:hover .arrow {
    -webkit-animation: fuwafuwa2 1.5s infinite ease alternate;
            animation: fuwafuwa2 1.5s infinite ease alternate;
  }
  .interview-close {
    text-align: center;
    top: 5.33333vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    width: 80px;
    display: block;
    font-family: inherit;
    letter-spacing: 0.12em;
    font-size: 1.2rem;
    margin: 0px auto 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .interview-close .arrow {
    right: 0;
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .interview-close.open {
    opacity: 1;
  }
  .interview-close.open:hover {
    opacity: 0.7;
  }
  .interview-close.open:hover .arrow {
    -webkit-animation: fuwafuwa2 1.5s infinite ease alternate;
            animation: fuwafuwa2 1.5s infinite ease alternate;
  }
  .info {
    padding-top: 10.66667vw;
    padding-bottom: 26.66667vw;
  }
  .info-title {
    font-size: 6.4vw;
    padding-bottom: 6.66667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.24em;
    position: relative;
  }
  .info-title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #252f38;
  }
  .info-title_ja {
    text-align: center;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 10.66667vw;
  }
  .info-content {
    background: #fff;
    margin: 0;
  }
  .info-content-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 77px 0 95px;
  }
  .info-content .tab-buttons {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .info-content .tab-buttons li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2.66667vw;
    max-width: none;
  }
  .info-content .tab-buttons li button {
    border: 1px solid #252f38;
    width: 100%;
    height: 60px;
    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;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.5em;
  }
  .info-content .tab-buttons li button.active, .info-content .tab-buttons li button:hover {
    background: #252f38;
    color: #fff;
  }
  .info-content .tab-content {
    padding: 0 5.33333vw;
  }
  .info-content .tab-content .info-block {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #cccccc;
  }
  .info-content .tab-content .info-block-title {
    padding-top: 0em;
    width: auto;
    font-weight: bold;
    font-size: 4.26667vw;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
    line-height: 1.15;
  }
  .info-content .tab-content .info-block-body {
    font-size: 3.73333vw;
    line-height: 2.1875;
  }
  .info-content .tab-content .info-block-body p {
    margin-bottom: 2em;
  }
  .info-content .entry-btn {
    font-size: 2rem;
  }
}

.entry-fixed {
  display: none;
  position: fixed;
  right: 33px;
  bottom: 32px;
  z-index: 99;
}

.entry-fixed .entry-btn {
  background-color: #00426E;
  color: #FFFFFF;
  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;
  font-size: 1.4rem;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.entry-fixed .entry-btn::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background: #11a0ff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.entry-fixed .entry-btn:hover::before {
  width: 100%;
  background: #11a0ff;
}

.entry-fixed .entry-btn > span {
  text-align: center;
}

.entry-fixed .entry-btn > span > strong {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 0 7px;
}

@media screen and (max-width: 768px) {
  .entry-fixed {
    right: 0;
    left: 0;
    bottom: 0;
  }
  .entry-fixed .entry-btn {
    font-size: 1.2rem;
    width: 100%;
    height: 60px;
  }
  .entry-fixed .entry-btn > span > strong {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
}

*[class*="entry-block"]:not(.entry-block-button) {
  letter-spacing: .075em;
}

.entry-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 117px;
  z-index: 10;
}

.entry-block::before, .entry-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
}

.entry-block::before {
  background: #E24D0A;
  background: linear-gradient(135deg, #E24D0A 0%, #F6BF0A 100%);
}

.entry-block-inner {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.entry-block-title {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.81818;
  font-size: 2.2rem;
  font-weight: 700;
}

.entry-block-title + * {
  margin-top: 72px;
}

.entry-block-main {
  background-color: #FFFFFF;
  padding: 50px 20px;
}

.entry-block-catch {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.entry-block-list {
  max-width: 775px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.entry-block-list > li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.entry-block-list > li + li {
  margin-top: 3px;
}

.entry-block-list-note {
  display: inline;
  font-size: 1.4rem;
  font-weight: 500;
}

.entry-block-button {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .entry-block {
    padding-top: 10.66667vw;
    padding-bottom: 6.13333vw;
  }
  .entry-block-inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .entry-block-title {
    text-align: left;
    line-height: 2;
    font-size: 4.26667vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-block-title + * {
    margin-top: 9.33333vw;
  }
  .entry-block-main {
    padding: 6.66667vw 6.66667vw 6.66667vw 4.53333vw;
  }
  .entry-block-catch {
    font-size: 5.33333vw;
    line-height: 2;
  }
  .entry-block-list {
    margin-top: 7.2vw;
  }
  .entry-block-list > li {
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .entry-block-list > li + li {
    margin-top: 5.33333vw;
  }
  .entry-block-list-note {
    font-size: 3.73333vw;
  }
  .entry-block-button {
    margin-top: 5.33333vw;
  }
}

@-webkit-keyframes gra1 {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}

@keyframes gra1 {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
