.interview_section {
  min-width: 1020px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .interview_section {
    min-width: 100%;
  }
  .interview_section > * {
    max-width: 100%;
  }
}

.interview_btn .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  #page .interview_btn .arrow, .interview_btn #page .arrow {
    width: 47px;
  }
}

.interview_btn .arrow::after {
  position: absolute;
  margin: 0 0 -1px -2px;
  border-style: solid;
  border-width: 0 2px 1px 0;
  left: 0;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 50%;
  content: "";
  position: absolute;
}

@media (max-width: 480px) {
  #page .interview_btn .arrow::after, .interview_btn #page .arrow::after {
    width: 22px;
    height: 3.5px;
  }
}

.interview_section_pick {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #00479d;
}

@media (max-width: 480px) {
  .interview_section_pick {
    margin-bottom: 5vw;
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: left;
  }
}

/* .narrow_msg */
.narrow_msg {
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .narrow_msg {
    width: 100%;
  }
}

.narrow_msg:not(:last-child) {
  margin-bottom: 65px;
}

@media (max-width: 480px) {
  .narrow_msg:not(:last-child) {
    margin-bottom: 15vw;
  }
}

/* .works_table */
.works_table {
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .works_table {
    width: 100%;
  }
}

.works_table:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .works_table:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.works_table table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.works_table table thead {
  background: #cee2f0;
}

.works_table table th,
.works_table table td {
  text-align: center;
  border: 1px solid #8fb0d4;
  line-height: 1.3;
  padding: 8px 10px;
  height: 52px;
  width: 50%;
}

@media (max-width: 480px) {
  .works_table table th,
  .works_table table td {
    letter-spacing: 0;
    font-size: 1.45rem;
    padding: 3vw;
    height: 15vw;
  }
}

@media (max-width: 480px) {
  .works_table table td {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

/* .works_image_list */
.works_image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .works_image_list {
    width: 100%;
  }
}

.works_image_list li {
  width: 340px;
  margin: 0 20px 0 0;
}

.works_image_list li:nth-child(2n), .works_image_list li:last-child {
  margin-right: 0;
}

.works_image_list li:nth-child(n + 3) {
  margin-top: 20px;
}

@media (max-width: 480px) {
  #contents .works_image_list li {
    width: 100%;
    margin: 0;
  }
  #contents .works_image_list li:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.works_image_list span {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  padding: 10px 0 0;
}

@media (max-width: 480px) {
  .works_image_list span {
    padding-top: 3vw;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.works_image_list img {
  display: block;
}

@media (max-width: 480px) {
  .works_image_list img {
    width: 100%;
  }
}

/* .ceo_text */
.ceo_text {
  text-align: right;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .ceo_text {
    text-align: right;
    font-size: 5vw;
    padding-top: 5vw;
  }
}

/* .ceo_image */
@media (max-width: 480px) {
  #contents .ceo_image {
    width: 60%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin: 5vw auto 0;
  }
  .ceo_image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}

.person_image {
  text-align: center;
}

.person_image img {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .person_image img {
    width: 100%;
  }
}

.greeting_image {
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .greeting_image {
    width: 100%;
  }
}

.greeting_image img {
  width: 100%;
  display: block;
}

.form_table {
  margin-bottom: 20px;
  padding: 30px 30px 60px;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media (max-width: 480px) {
  .form_table {
    padding: 5vw 3vw;
  }
}

.switch_form {
  margin-top: 120px;
  position: relative;
}

@media (max-width: 480px) {
  .switch_form {
    margin-top: calc(45px + 8vw);
  }
}

.switch_form input[name="form_type"] {
  display: none;
}

.switch_form_tab {
  text-align: center;
  bottom: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .switch_form_tab li:nth-child(1) {
    width: 40%;
  }
  .switch_form_tab li:nth-child(2) {
    width: 59%;
  }
}

.switch_form_tab li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 480px) {
  .switch_form_tab li:not(:last-child) {
    margin-right: 1%;
  }
}

#contents .switch_form_tab label[for*="form"] {
  color: #fff;
  padding: 13px 30px 16px;
  width: 400px;
  min-height: 60px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  margin-right: 0 !important;
  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;
  position: relative;
  line-height: 1.4;
  font-size: 1.7rem;
}

@media all and (-ms-high-contrast: none) {
  #contents .switch_form_tab label[for*="form"] {
    padding: 20px 47px 16px !important;
  }
}

@media (max-width: 480px) {
  #contents .switch_form_tab label[for*="form"] {
    padding: 10px 10px 12px;
    letter-spacing: 0;
    height: 100%;
    min-height: auto;
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

#contents .switch_form_tab label[for*="form"]::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #contents .switch_form_tab label[for*="form"]:hover::after {
    opacity: 1;
  }
}

#contents .switch_form_tab label[for="form_entry"] {
  background: #0bbae6;
}

#contents .switch_form_tab label[for="form_contact"] {
  background: #0258b6;
}

.switch_form_entry, .switch_form_contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

input[type="radio"]#form_entry:checked ~ .switch_form_tab label[for="form_entry"],
input[type="radio"]#form_contact:checked ~ .switch_form_tab label[for="form_contact"] {
  cursor: default;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  input[type="radio"]#form_entry:checked ~ .switch_form_tab label[for="form_entry"]:hover::after,
  input[type="radio"]#form_contact:checked ~ .switch_form_tab label[for="form_contact"]:hover::after {
    opacity: 0;
  }
}

input[type="radio"]#form_entry:checked ~ .switch_form_entry,
input[type="radio"]#form_contact:checked ~ .switch_form_contact {
  position: static;
  opacity: 1;
}

input[type="radio"]#form_entry:checked ~ .switch_form_entry .form_table,
input[type="radio"]#form_contact:checked ~ .switch_form_contact .form_table {
  border: solid;
  border-width: 10px 3px 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="radio"]#form_entry:checked ~ .switch_form_entry .form_table {
  border-color: #0bbae6;
}

input[type="radio"]#form_contact:checked ~ .switch_form_contact .form_table {
  border-color: #0258b6;
}

/* .interview_btn */
.interview_btn {
  -webkit-box-shadow: 0px 0px 3px 1px #999;
          box-shadow: 0px 0px 3px 1px #999;
}

.interview_btn:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .interview_btn:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.interview_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  color: #1d2d4a;
  text-decoration: none;
}

@media (max-width: 480px) {
  .interview_btn a {
    display: block;
    min-height: auto;
  }
}

.interview_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid rgba(11, 186, 230, 0.5);
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s;
}

@media (max-width: 480px) {
  .interview_btn a::after {
    -webkit-transition: unset;
    transition: unset;
    border: 3px solid #0bbae6;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .interview_btn a:hover:after {
    border: 5px solid #0258b6;
  }
  .interview_btn a:hover .arrow::after {
    -webkit-animation: arrowMove 0.7s ease-in-out 0s;
            animation: arrowMove 0.7s ease-in-out 0s;
  }
}

.interview_btn_image {
  width: 400px;
}

@media (max-width: 480px) {
  .interview_btn_image {
    width: 100%;
  }
}

.interview_btn_image img {
  width: 100%;
  height: 280px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  .interview_btn_image img {
    height: 50vw;
  }
}

.interview_btn_msg {
  width: 620px;
  background: #fff;
  padding: 50px;
}

@media (max-width: 480px) {
  .interview_btn_msg {
    width: 100%;
    padding: 5vw;
  }
}

.interview_btn_title {
  margin-bottom: 35px;
  font-size: 2.7rem;
  line-height: 1.4;
  word-break: break-all;
  color: #0081cc;
}

@media (max-width: 480px) {
  .interview_btn_title {
    margin-bottom: 2.5vw;
    font-size: 1.65rem;
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
  .interview_btn_position {
    padding-right: 75px;
  }
}

.interview_btn_position dt {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .interview_btn_position dt {
    margin-bottom: 2vw;
  }
}

.interview_btn_position dt span.jpn {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .interview_btn_position dt span.jpn {
    font-size: 1.5rem;
    margin-right: 3vw;
  }
}

.interview_btn_position dt span.alpha {
  color: #0bbae6;
  line-height: 1.3;
  word-break: break-all;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .interview_btn_position dt span.alpha {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .interview_btn_position dd {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.interview_btn .arrow {
  width: 80px;
  height: 70px;
  top: unset;
}

@media all and (-ms-high-contrast: none) {
  .interview_btn .arrow {
    top: 100%;
    margin-top: -70px;
  }
}

.interview_btn .arrow::after {
  width: 30px;
  height: 8px;
}

/* .interview_section */
.interview_section {
  padding: 75px 0 100px;
}

@media (max-width: 480px) {
  .interview_section {
    padding: 0;
  }
}

.interview_section_heading {
  margin: 0 auto;
  width: 1020px;
  position: relative;
  z-index: 1;
  padding: 250px 20px 20px 0;
  margin-bottom: 100px;
}

.interview_section_heading:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .interview_section_heading {
    padding: 8vw 0 20vw;
    margin-bottom: 0;
  }
}

.interview_section_heading .interview_section_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .interview_section_heading .interview_section_image {
    position: static;
    padding-left: 5vw;
  }
}

.interview_section_heading .interview_section_image img {
  width: 1020px;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  .interview_section_heading .interview_section_image img {
    width: 100%;
    height: 50vw;
  }
}

.interview_section_heading .interview_section_contents {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .interview_section_heading .interview_section_contents {
    min-height: auto;
    display: block;
  }
}

.interview_section_heading .interview_section_box {
  -webkit-box-shadow: 0px 0px 6px 0px #999;
          box-shadow: 0px 0px 6px 0px #999;
  padding: 35px;
  width: 400px;
}

@media (max-width: 480px) {
  .interview_section_heading .interview_section_box {
    float: none;
    width: calc(100% - 10vw);
    min-height: auto;
    position: relative;
    top: -5vw;
    margin: 0 auto;
    padding: 5vw;
  }
}

.interview_section_inner {
  margin: 0 auto;
  width: 1020px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .interview_section_inner {
    margin-bottom: 0;
    padding: 0 5vw 25vw;
    display: block;
  }
}

.interview_section_inner .interview_section_box {
  width: 500px;
}

@media (max-width: 480px) {
  .interview_section_inner .interview_section_box {
    width: 100%;
    background: none;
  }
}

.interview_section_inner:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(2n) {
    background: url(../img/background-ptn01.png) repeat center top #eef0f7;
  }
}

.interview_section_inner:nth-child(2n) .interview_section_image {
  width: 440px;
  height: 550px;
  margin-left: 80px;
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(2n) .interview_section_image {
    width: 100%;
    height: 80vw;
    margin: 0 auto -4vw 2.5vw;
  }
  .interview_section_inner:nth-child(2n) .interview_section_image:after {
    content: "";
    display: block;
    clear: both;
  }
}

.interview_section_inner:nth-child(2n) .interview_section_image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(2n) .interview_section_image img {
    position: relative;
    top: -10vw;
    width: 70%;
  }
}

.interview_section_inner:nth-child(2n + 1) .interview_section_image {
  width: 710px;
  height: 470px;
  margin: 0 80px 0 -270px;
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(2n + 1) .interview_section_image {
    width: 100%;
    height: 50vw;
    margin: 0 0 -4vw;
  }
}

.interview_section_inner:nth-child(2n + 1) .interview_section_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(2n + 1) .interview_section_image img {
    width: calc(100% + 3vw);
    position: relative;
    top: -10vw;
    margin: 0 -1.5vw;
  }
}

@media (max-width: 480px) {
  .interview_section_inner:nth-child(4n) .interview_section_image {
    margin: 0 2.5vw -4vw auto;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .interview_section_inner:nth-last-child(2) {
    padding-bottom: 15vw;
  }
}

.interview_section_image img {
  width: 100%;
  display: block;
}

.interview_section_position dt:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .interview_section_position dt:not(:last-child) {
    margin-bottom: 1.5vw;
  }
}

.interview_section_position dt span.jpn {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .interview_section_position dt span.jpn {
    font-size: 1.8rem;
    margin-right: 3vw;
  }
}

.interview_section_position dt span.alpha {
  color: #0bbae6;
  line-height: 1.3;
  word-break: break-all;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .interview_section_position dt span.alpha {
    letter-spacing: 0;
  }
}

.interview_section_title {
  margin-bottom: 35px;
  font-size: 2.7rem;
  line-height: 1.4;
  word-break: break-all;
  color: #0081cc;
}

@media (max-width: 480px) {
  .interview_section_title {
    margin-bottom: 5vw;
    font-size: 6vw;
    letter-spacing: 0;
  }
}

.interview_section_box {
  background: #fff;
}

@media (max-width: 480px) {
  .interview_section .base_btn {
    padding: 0 5vw 25vw;
  }
  .interview_section .base_btn:nth-child(2n + 1) {
    background: url(../img/background-ptn01.png) repeat center top #eef0f7;
  }
}

#PageList {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media (max-width: 480px) {
  #PageList {
    width: 100%;
  }
}

#PageList:after {
  content: "";
  display: block;
  clear: both;
}

#PageList li:not(.pagelist) {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #PageList li:not(.pagelist) {
    width: 10%;
  }
}

@media (max-width: 480px) {
  #PageList li:not(.pagelist) span {
    display: none;
  }
}

#PageList li:not(.pagelist) a {
  display: inline-block;
  text-decoration: none;
  color: #0258b6;
  position: relative;
}

#PageList li:not(.pagelist) a::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #PageList li:not(.pagelist) a:hover {
    text-decoration: underline;
    color: #0bbae6;
  }
}

#PageList li.prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: left;
}

#PageList li.prev a {
  padding-left: 30px;
}

#PageList li.prev a::after {
  border-right: 15px solid #0258b6;
  left: -5px;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #PageList li.prev a:hover::after {
    border-right-color: #0bbae6;
  }
}

#PageList li.prev + .pagelist {
  float: left;
}

#PageList li.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}

#PageList li.next a {
  padding-right: 30px;
}

#PageList li.next a::after {
  border-left: 15px solid #0258b6;
  right: -5px;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #PageList li.next a:hover::after {
    border-left-color: #0bbae6;
  }
}

#PageList li.next + .pagelist {
  float: right;
}

#PageList li.pagelist {
  width: 500px;
  text-align: center;
}

@media (max-width: 480px) {
  #PageList li.pagelist {
    width: 80%;
  }
}

#PageList li.pagelist:only-child {
  margin: 0 auto;
}

#PageList li.pagelist > span,
#PageList li.pagelist > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  height: 41px;
  line-height: 1;
  border: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0 10px;
}

#PageList li.pagelist > span {
  background: #0258b6;
  color: #fff;
}

#PageList li.pagelist > a {
  background: #fff;
  color: #0258b6;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #PageList li.pagelist > a:hover {
    background: #eef0f7;
  }
}

.nothing_text {
  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;
  width: 100%;
  font-size: 1.8rem;
  padding: 50px 0;
}

@media (max-width: 480px) {
  .nothing_text {
    text-align: left;
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
/*# sourceMappingURL=contents.css.map */