@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

h1, h2, h3, h4, ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

iframe {
  border: 0; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.fs-20{
	font-size: 20px;
}
.fs-32{
	font-size: 32px;
	line-height: 2.6rem;
}
/* ボタン */
.btn {
  display: block;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  position: relative; }
  .btn:hover {
    opacity: 0.8;
    text-decoration: none; }

.btn-arrow-ctr {
  display: block; }
  .btn-arrow-ctr::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%); }

@media (max-width: 768px) {
	.fs-20{
	font-size: 16px;
}
.fs-32{
	font-size: 24px;
	line-height: 2.6rem;
}
}
@media (min-width: 768px) {
	
  .btn-arrow-ctr::after {
    right: 1em; } }

.text-blue {
  color: #1A9EEB; }

.bg-blue {
  background-color: #1A9EEB; }

.bg-navy {
  background-color: #1A4384; }

.bg-light-blue {
  background-color: #EAF5FC; }

.bg-pink {
  background-color: #E52C5A; }

.btn.bg-blue, .btn.bg-light-blue, .btn.bg-pink {
  color: #fff; }

/* #page-header */
#page-header .navbar {
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9); }

#page-header a {
  color: #000;
  text-decoration: none; }
  #page-header a:hover {
    color: #000;
    opacity: 0.7; }

#page-header .header-logo {
  width: 174px; }
  @media (min-width: 768px) {
    #page-header .header-logo {
      width: 290px; } }

#page-header .navbar-nav {
  padding: 1em; }

#page-header .nav-link {
  text-align: center;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1em;
  position: relative; }
  #page-header .nav-link.prt::before {
    content: none; }

#page-header .btn.bg-blue {
  color: #fff; }

#page-header .navbar-toggler {
  border: none;
  padding: 0; }
  #page-header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../image/close.svg"); }
  #page-header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../image/open.svg"); }

@media (min-width: 992px) {
  #page-header .navbar-nav {
    padding: 0; } }

@media (min-width: 992px) {
  #page-header .nav-link {
    padding: 0.6em 1em 0.6em 1.3em; } }

@media (min-width: 992px) {
  #page-header .nav-link.prt::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '|';
    display: inline-block;
    vertical-align: bottom; } }

/* #fixed-footer */
#fixed-footer .col-6 {
  padding-left: 0;
  padding-right: 0; }
  #fixed-footer .col-6 .btn {
    border-radius: 0;
    font-size: 15px;
    padding: 1em 0; }
  #fixed-footer .col-6 .btn.bg-light-blue {
    color: #1A9EEB; }

#page-footer {
  padding: 1.5em 0 60px;
  font-size: 13px; }
  @media (min-width: 992px) {
    #page-footer {
      padding: 1.5em 0; } }

/* ======= cv ======= */
.cv {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .cv {
      padding: 30px 0; } }
  .cv a {
    font-size: 13px; }
    @media (min-width: 768px) {
      .cv a {
        font-size: 22px;
        padding: 15px 0; } }
  .cv .bg-white {
    color: #1A9EEB; }

/* ======= 見出し ======= */
.head_ttl-01 {
  font-size: 26px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .head_ttl-01 {
      font-size: 60px; } }

.head_ttl-02 {
  color: #1A9EEB;
  font-size: 26px;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 768px) {
    .head_ttl-02 {
      font-size: 30px; } }

/* ======= 背景テキスト ======= */
#appeal {
  background: url("../image/appel-text.svg") left top/250px 58px no-repeat;
  padding-top: 30px; }
  @media (min-width: 768px) {
    #appeal {
      background-size: 550px 128px;
      padding-top: 40px; } }
  @media (min-width: 992px) {
    #appeal {
      background-size: 725px 169px;
      padding-top: 60px; } }

#schedule {
  background: #EAF5FC url("../image/schedule-text.svg") left top/250px 58px no-repeat;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #schedule {
      background-size: 550px 128px;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    #schedule {
      background-size: 1030px 164px;
      padding: 60px 0; } }

#history {
  background-image: url("../image/history-text.svg"), url("../image/history-bg.png");
  background-position: left top, left top;
  background-size: 250px 58px, contain;
  background-repeat: no-repeat, repeat;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #history {
      background-size: 550px 128px, contain;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    #history {
      background-size: 857px 164px, contain;
      padding: 100px 0; } }

#interview, #interview-page {
  background: url("../image/interview-text.svg") left top/250px 58px no-repeat;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #interview, #interview-page {
      background-size: 550px 128px;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    #interview, #interview-page {
      background-size: 1096px 177px;
      padding: 60px 0; } }

#message {
  background: #EAF5FC url("../image/message-text.svg") left top/250px 58px no-repeat;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #message {
      background-size: 550px 128px;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    #message {
      background-size: 965px 184px;
      padding: 60px 0; } }

#ceo-message {
  background-color: #1A9EEB;
  background-image: url("../image/ceo-message-text.svg"), url("../image/ceo-message-sp.png");
  background-position: left top, right top;
  background-size: 250px 58px, 100% auto;
  background-repeat: no-repeat, no-repeat;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #ceo-message {
      background-image: url("../image/ceo-message-text.svg"), url("../image/ceo-message-pc.png");
      background-size: 550px 128px, auto 18%;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    #ceo-message {
      background-size: 1031px 131px, auto 40%;
      padding: 60px 0; } }
  @media (min-width: 1400px) {
    #ceo-message {
      background-size: 1031px 131px, auto 70%; } }

/* ======= 求人一覧ページ ======= */
#recruit-list h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #1A9EEB;
  margin-bottom: 30px;
  padding: 0.3em; }
  @media (min-width: 768px) {
    #recruit-list h2 {
      font-size: 30px; } }

#recruit-list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    #recruit-list h3 {
      font-size: 24px; } }
  #recruit-list h3 span {
    color: #1A9EEB;
    margin-right: 10px; }

.address {
  margin-bottom: 30px; }

.recruit-box {
  background-color: #EAF5FC;
  padding: 1em; }

.recruit-category {
  font-weight: 600; }

/* ======= 各営業所ページ ======= */
#recruit {
  background-image: url("../image/recruit-bg-sp.png");
  background-position: -103px 89%;
  background-size: 432px 243px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #recruit {
      background-image: url("../image/recruit-bg-pc.png");
      background-position: center top;
      background-size: auto 100%;
      background-repeat: no-repeat; } }
  #recruit .bg-light-blue {
    padding: 60px 15px;
    margin-bottom: 240px;
    position: relative; }
    @media (min-width: 768px) {
      #recruit .bg-light-blue {
        padding: 60px 40px;
        margin-bottom: 60px; } }
    #recruit .bg-light-blue::before {
      content: '';
      width: 153px;
      height: 31px;
      background: url("../image/recruit-text-sp.svg") center top/cover no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        #recruit .bg-light-blue::before {
          width: 60px;
          height: 299px;
          background-image: url("../image/recruit-text-pc.svg");
          top: 20px;
          left: -70px; } }
      @media (min-width: 992px) {
        #recruit .bg-light-blue::before {
          width: 94px;
          height: 469px;
          top: 40px;
          left: -114px; } }

.recruit-box strong {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600; }
  @media (min-width: 390px) {
    .recruit-box strong {
      font-size: 22px; } }
  @media (min-width: 768px) {
    .recruit-box strong {
      font-size: 30px; } }
  .recruit-box strong span {
    color: #1A9EEB;
    font-size: 160%; }
  .recruit-box strong::after {
    content: '';
    display: block;
    width: 250px;
    height: 13px;
    border-bottom: #1A9EEB 3px dotted;
    margin-bottom: 10px; }

.merit li {
  width: calc(100% / 4 - 10px);
  margin: 0 5px 10px; }
.siga-merit li {
  width: calc(100% / 3 - 10px);
  margin: 0 5px 10px; }

#appeal .appeal-number {
  padding: 40px 15px 30px;
  position: relative;
  margin-top: 70px; }
  @media (min-width: 768px) {
    #appeal .appeal-number {
      padding: 80px 30px 30px;
      margin-top: 155px; } }
  @media (min-width: 992px) {
    #appeal .appeal-number {
      padding: 80px 60px 60px; } }
  #appeal .appeal-number::before {
    content: '';
    width: 70px;
    height: 48px;
    position: absolute;
    top: -35px;
    left: 15px; }
    @media (min-width: 768px) {
      #appeal .appeal-number::before {
        width: 134px;
        height: 93px;
        top: -46px;
        left: 60px; } }

#appeal .bg-white {
  padding: 60px 15px 15px;
  position: relative; }
  @media (min-width: 768px) {
    #appeal .bg-white {
      padding: 30px; } }
  @media (min-width: 992px) {
    #appeal .bg-white {
      padding: 60px; } }
  #appeal .bg-white::before {
    content: '';
    width: 1px;
    height: 80px;
    background-color: #333;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%); }

#appeal-1 .appeal-number::before {
  background: url("../image/appel-number-01.svg") left top/contain no-repeat; }

#appeal-2 .appeal-number::before {
  background: url("../image/appel-number-02.svg") left top/contain no-repeat; }

#appeal-3 .appeal-number::before {
  background: url("../image/appel-number-03.svg") left top/contain no-repeat; }

#appeal-4 .appeal-number::before {
  background: url("../image/appel-number-04.svg") left top/contain no-repeat; }

#appeal-5 .appeal-number::before {
  background: url("../image/appel-number-05.svg") left top/contain no-repeat; }

.appeal-text-1, .appeal-text-2 {
  color: #1A9EEB;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em; }

.appeal-text-1 {
  font-size: 22px; }
  @media (min-width: 768px) {
    .appeal-text-1 {
      font-size: 26px; } }
  @media (min-width: 1400px) {
    .appeal-text-1 {
      font-size: 30px; } }

.appeal-text-2 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .appeal-text-2 {
      font-size: 18px; } }
  @media (min-width: 1400px) {
    .appeal-text-2 {
      font-size: 24px; } }
  .appeal-text-2 span {
    font-size: 20px; }
    @media (min-width: 768px) {
      .appeal-text-2 span {
        font-size: 22px; } }
    @media (min-width: 1400px) {
      .appeal-text-2 span {
        font-size: 28px; } }

#appeal ul, .qualification-box ul {
  padding-left: 1em;
  margin-bottom: 20px; }

#appeal li, .qualification-box li {
  list-style: inherit; }

.qb-head {
  color: #fff;
  background-color: #1A9EEB;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .qb-head {
      font-size: 26px; } }
  .qb-head::after {
    content: '';
    width: 35px;
    height: 30px;
    background: url("../image/appel-01-2.svg") center/cover no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .qb-head::after {
        width: 47px;
        height: 40px;
        right: 8%; } }

.qb-category {
  color: #fff;
  background-color: #666;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px; }

.important-points {
  padding: 30px 15px 0; }
  @media (min-width: 768px) {
    .important-points {
      padding: 30px 0; } }
  @media (min-width: 992px) {
    .important-points {
      padding: 30px 60px 0; } }
  .important-points h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px; }

.appeal-text-3, .appeal-text-4 {
  color: #1A9EEB; }

.appeal-text-3 {
  font-size: 20px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .appeal-text-3 {
      font-size: 26px; } }

.service-yaers {
  color: #1A9EEB;
  margin-bottom: 10px; }
  .service-yaers span {
    font-weight: 600;
    font-size: 20px; }

#schedule .schedule-text {
  font-weight: 600; }
  @media (min-width: 768px) {
    #schedule .schedule-text {
      font-size: 30px; } }

#schedule .bg-white {
  padding: 15px 15px; }
  @media (min-width: 768px) {
    #schedule .bg-white {
      padding: 60px 15px; } }

.schedule-item {
  display: flex;
  line-height: 1.4em; }
  .schedule-item .time {
    width: 25%;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding: 20px 25px 0 0;
    position: relative;
    border-right: #333 2px solid; }
    @media (min-width: 768px) {
      .schedule-item .time {
        width: 20%;
        font-size: 20px;
        padding: 45px 40px 0 0; } }
    @media (min-width: 992px) {
      .schedule-item .time {
        width: 12%; } }
  .schedule-item .clock {
    width: 36px;
    position: absolute;
    top: 15px;
    right: -18px; }
    @media (min-width: 768px) {
      .schedule-item .clock {
        width: 50px;
        right: -25px;
        top: 30px; } }
  .schedule-item .detail {
    width: 75%;
    padding-left: 25px; }
    @media (min-width: 768px) {
      .schedule-item .detail {
        width: 80%;
        padding: 15px 0 15px 40px; } }
    @media (min-width: 992px) {
      .schedule-item .detail {
        width: 88%;
        display: flex;
        align-items: center; } }
  .schedule-item .detail-text {
    padding-top: 20px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .schedule-item .detail-text {
        width: 60%;
        padding: 0 15px 0 0;
        margin-bottom: 0; } }
  .schedule-item .detail-head {
    color: #1A9EEB;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 0; }
    @media (min-width: 768px) {
      .schedule-item .detail-head {
        font-size: 24px; } }
    @media (min-width: 1400px) {
      .schedule-item .detail-head {
        font-size: 30px; } }
  @media (min-width: 768px) {
    .schedule-item .detail-img {
      width: 60%; } }
  @media (min-width: 992px) {
    .schedule-item .detail-img {
      width: 40%; } }
  .schedule-item .detail-img img {
    width: 70%; }
    @media (min-width: 768px) {
      .schedule-item .detail-img img {
        width: 100%; } }

#history .head_ttl-01 {
  color: #74231C;
  font-size: 30px;
  text-align:center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #history .head_ttl-01 {
      font-size: 40px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    #history .head_ttl-01 {
      font-size: 60px;
      margin-bottom: 20px; } }

.history-box {
  align-items: center;
  border: #74231C 2px solid;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .history-box {
      padding: 1em 2em; } }

.history-text h3, .history-text h4 {
  color: #74231C;
  font-weight: 600; }

.history-text h3 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .history-text h3 {
      font-size: 26px; } }

.history-text h4 {
  font-size: 16px; }

.history-img {
  text-align: center; }
  .history-img img {
    width: 60%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .history-img img {
        width: 100%;
        margin-bottom: 0; } }

.bg-enji {
  color: #fff;
  background-color: #74231C; }

#interview .head_ttl-01, #interview-page .head_ttl-01 {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #interview .head_ttl-01, #interview-page .head_ttl-01 {
      margin-bottom: 100px; } }

.slick-img {
  position: relative; }
  .slick-img:hover {
    opacity: 0.8; }
  .slick-img img {
    width: 100%;
    height: 100%;
    padding: 10px; }

.name-box {
  color: #1A9EEB;
  background-color: #fff;
  width: 130px;
  height: 115px;
  padding: 7px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .name-box {
      width: 170px;
      height: 150px;
      padding: 40px 15px;
      bottom: 30px;
      right: 30px;
      font-size: 14px; } }

.interview-name {
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .interview-name {
      font-size: 20px; } }

#interview-slick {
  margin-bottom: 100px; }

.slick-next {
  right: 50px !important; }
  .slick-next::before {
    font-size: 50px;
    color: #aaa; }

.slick-prev {
  left: 50px !important; }
  .slick-prev::before {
    font-size: 50px;
    color: #aaa; }

.slick-arrow {
  z-index: 2 !important; }

#movie .head_ttl-01 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #movie .head_ttl-01 {
      margin-bottom: 60px; } }

video {
  width: 100%; }

#message .head_ttl-01 {
  color: #1A9EEB;
  font-size: 30px;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    #message .head_ttl-01 {
      font-size: 40px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    #message .head_ttl-01 {
      font-size: 60px;
      margin-bottom: 60px; } }

.message-img {
  position: relative; }

.message-name {
  color: #fff;
  background-color: #1A9EEB;
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .message-name {
      font-size: 20px;
      padding: 1em;
      width: 300px;
      height: 200px;
      position: absolute;
      bottom: 10%;
      right: -100px; } }
  @media (min-width: 1200px) {
    .message-name {
      padding: 2em 1em;
      width: 450px;
      height: 230px;
      right: -200px; } }

.message-name-text {
  font-size: 20px; }
  @media (min-width: 768px) {
    .message-name-text {
      font-size: 30px; } }

.message-head {
  color: #1A9EEB;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600; }
  @media (min-width: 768px) {
    .message-head {
      font-size: 25px; } }
  .message-head::after {
    content: '';
    display: block;
    width: 250px;
    height: 13px;
    border-bottom: #1A9EEB 3px dotted;
    margin-bottom: 10px; }

#ceo-message .head_ttl-01 {
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-bottom: 400px; }
  @media (min-width: 768px) {
    #ceo-message .head_ttl-01 {
      font-size: 40px;
      margin-bottom: 60px; } }
  @media (min-width: 992px) {
    #ceo-message .head_ttl-01 {
      font-size: 60px;
      margin-bottom: 60px; } }

.ceo-message-head {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600; }
  @media (min-width: 768px) {
    .ceo-message-head {
      font-size: 25px; } }
  .ceo-message-head::after {
    content: '';
    display: block;
    width: 250px;
    height: 13px;
    border-bottom: #fff 3px dotted;
    margin-bottom: 10px; }

.ceo-message-detail {
  color: #EAF5FC;
text-shadow:1px 1px 1px #1A9EEB; }

#recruit-info h2, #form h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    #recruit-info h2, #form h2 {
      font-size: 30px; } }

#form .form-text-1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #form .form-text-1 {
      font-size: 22px; } }

#recruit-info h3, #form h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #666;
  padding: 0.5em 0.8em; }
  @media (min-width: 768px) {
    #recruit-info h3, #form h3 {
      font-size: 25px; } }

#recruit-info, #form {
  padding: 40px 0; }
  @media (min-width: 768px) {
    #recruit-info, #form {
      padding: 60px 0; } }
  #recruit-info .bg-white, #form .bg-white {
    padding: 30px 15px; }
    @media (min-width: 768px) {
      #recruit-info .bg-white, #form .bg-white {
        padding: 60px 0; } }

#recruit-info {
  background-color: #EAF5FC; }

#form {
  background-color: #FFC43E; }

.info-box {
  border-bottom: #707070 1px solid;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .info-box {
      padding-bottom: 1em; } }

.info-head {
  color: #1A9EEB;
  font-weight: bold;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .info-head {
      text-align: left;
      margin-bottom: 0; } }

#form .form-group {
  margin-left: 0;
  margin-right: 0; }

#form label {
  margin: 0; }

#form .required, #form .any {
  font-size: 12px;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 1em;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  vertical-align: text-bottom; }

#form .required {
  background-color: #a70000; }

#form .any {
  background-color: #666; }

#form .form-head {
  font-weight: 600;
  padding-top: 0.9em; }

#form .form-detail {
  padding-top: 0.6em;
  padding-bottom: 0.7em; }

#form .form-control {
  padding: 0.75rem; }

#form textarea {
  height: 150px; }

#form .item-box {
  padding: 1em 0.5em; }

#form .btn {
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.5em 2em;
  text-align: center; }
  #form .btn:hover {
    color: #fff;
    opacity: 0.8; }

/* ======= インタビューページ ======= */
.interview-page-img {
  position: relative; }

.interview-page-name {
  color: #1A9EEB;
  background-color: #EAF5FC;
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .interview-page-name {
      font-size: 20px;
      padding: 1em;
      width: 300px;
      height: 200px;
      position: absolute;
      bottom: 10%; } }
  @media (min-width: 1200px) {
    .interview-page-name {
      padding: 2em 1em; } }

.interview-page-box {
  padding-top: 60px; }
  .interview-page-box:first-child {
    padding-top: 0; }
  @media (min-width: 768px) {
    .interview-page-box:nth-child(even) .interview-page-name {
      right: -100px; } }
  @media (min-width: 992px) {
    .interview-page-box:nth-child(even) .interview-page-name {
      right: -50px; } }
  @media (min-width: 1200px) {
    .interview-page-box:nth-child(even) .interview-page-name {
      right: -200px; } }
  @media (min-width: 768px) {
    .interview-page-box:nth-child(odd) .interview-page-name {
      left: -100px; } }
  @media (min-width: 992px) {
    .interview-page-box:nth-child(odd) .interview-page-name {
      left: -50px; } }
  @media (min-width: 1200px) {
    .interview-page-box:nth-child(odd) .interview-page-name {
      left: -200px; } }

.interview-page-name-text {
  font-size: 20px; }
  @media (min-width: 768px) {
    .interview-page-name-text {
      font-size: 30px; } }

.interview-page-head {
  color: #1A9EEB;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600; }
  @media (min-width: 768px) {
    .interview-page-head {
      font-size: 25px; } }
  .interview-page-head::after {
    content: '';
    display: block;
    width: 250px;
    height: 13px;
    border-bottom: #1A9EEB 3px dotted;
    margin-bottom: 10px; }

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