.recruit_main {
  background: url(../images/img_about_02.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruit_main {
    margin-bottom: 60px;
  }
}
.recruit_main .bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit_main .recruit_main_inr {
  padding: 220px 5% 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_main .recruit_main_inr {
    padding: 160px 5% 90px;
  }
}
.recruit_main .recruit_main_inr h1 {
  display: inline-block;
  background: #186CCC;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  padding: 3px 20px;
}
.recruit_main .recruit_main_inr h2 {
  font-size: min(6vw, 6.6rem);
  margin: 0 0 0.8em 15px;
  font-weight: bold;
  line-height: 1.89;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.recruit_main .recruit_main_inr p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.89;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.recruit_main .btn_entry {
  width: 150px;
  position: absolute;
  bottom: -2.5%;
  right: 2.5%;
}
@media screen and (max-width: 767px) {
  .recruit_main .btn_entry {
    display: none;
  }
}
.recruit_main .btn_entry a:hover {
  opacity: 0.6;
}

.youtube {
  margin: 90px auto 0;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.reed_area {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reed_area {
    text-align: left;
    margin-bottom: 45px;
  }
}
.reed_area h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.recruit_nav {
  margin: 25px 0 90px;
}
@media screen and (max-width: 767px) {
  .recruit_nav {
    margin: 15px 0 45px;
  }
}
.recruit_nav ul {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .recruit_nav ul {
    border: none;
    flex-wrap: wrap;
  }
}
.recruit_nav ul li {
  border-left: 1px solid #000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_nav ul li {
    width: 50%;
    margin-bottom: 5px;
  }
  .recruit_nav ul li:nth-child(even) {
    border-right: 1px solid #000;
  }
}
.recruit_nav ul li.current a {
  background-color: #186CCC;
  color: #FFFFFF;
}
.recruit_nav ul li a {
  padding: 12px 5px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
.recruit_nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #186CCC;
  transition-property: all;
  transition-duration: 0.5s;
}
.recruit_nav ul li a span {
  position: relative;
  z-index: 1;
}
.recruit_nav ul li a:hover {
  color: #FFFFFF;
}
.recruit_nav ul li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_nav ul li a {
    font-size: 1.2rem;
  }
}

.section_recruit_title {
  margin-bottom: 45px;
  text-align: center;
}
.section_recruit_title:before {
  display: block;
  height: 70px;
  margin-top: -70px;
  content: "";
}
@media screen and (max-width: 767px) {
  .section_recruit_title:before {
    height: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_title {
    margin-bottom: 30px;
  }
}
.section_recruit_title h2 {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_recruit_title h2:before, .section_recruit_title h2:after {
  content: "";
  height: 1px;
  margin: 0 1em;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .section_recruit_title h2 {
    font-size: 1.2rem;
  }
}
.section_recruit_title p {
  font-size: 6rem;
  font-weight: 100;
  line-height: 1.5;
  color: #186CCC;
}
@media screen and (max-width: 767px) {
  .section_recruit_title p {
    font-size: 3rem;
  }
}

.message_area {
  max-width: 780px;
  margin: 0 auto;
  line-height: 2.2;
}
.message_area p {
  margin-bottom: 1em;
}

.environment_area p {
  text-align: center;
  margin: 0.7em 0 0;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .environment_area p {
    font-size: 1.6rem;
  }
}

.interview_list {
  max-width: 1680px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 2.5%;
  width: 100%;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .interview_list {
    gap: 45px 0;
  }
}
.interview_list .col_3 {
  width: 31.6666666667%;
}
@media screen and (max-width: 1023px) {
  .interview_list .col_3 {
    width: 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .interview_list .col_3 {
    width: 100%;
  }
}
.interview_list a {
  text-align: center;
  margin: 0 auto;
  background: #186CCC;
}
@media screen and (max-width: 767px) {
  .interview_list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.interview_list a .thum {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview_list a .thum {
    width: 40%;
  }
}
.interview_list a .thum img {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 100%;
}
.interview_list a .inr {
  background: #186CCC;
  color: #FFFFFF;
  padding: 20px 10px 30px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .interview_list a .inr {
    width: 60%;
  }
}
.interview_list a .inr h3 {
  font-size: 2rem;
}
.interview_list a .inr .en {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.interview_list a .inr .interview_meta {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.interview_list a:hover .thum img {
  transform: scale(1.05);
}
.interview_list a:hover .inr {
  background: #186CCC;
}
.faq_list .ac_active {
  color: #999;
}
.faq_list .ac_active:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list .ac_active:after {
    right: 0;
  }
}
.faq_list .faq_block {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .faq_list .faq_block {
    margin-bottom: 25px;
  }
}
.faq_list dt {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #E4E4E4;
  font-size: 1.8rem;
  padding: 20px 50px 20px 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
}
.faq_list dt:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .faq_list dt:after {
    right: 0;
  }
}
.faq_list dt .number {
  width: 30px;
  color: #186CCC;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq_list dt .number {
    font-size: 2rem;
    width: 25px;
    text-align: center;
  }
}
.faq_list dt .inr {
  width: calc(100% - 30px);
  padding-left: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq_list dt .inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list dt:hover {
  color: #999;
}
.faq_list dd {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    padding: 12px 0;
    margin-top: 12px;
  }
}
.faq_list dd .inr {
  display: flex;
  flex-wrap: wrap;
}
.faq_list dd .inr .number {
  width: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .number {
    width: 30px;
    text-align: center;
  }
}
.faq_list dd .inr .dd_inr {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.faq_list dd .inr .dd_inr a {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 767px) {
  .faq_list dd .inr .dd_inr {
    padding-left: 10px;
    width: calc(100% - 30px);
  }
}
.faq_list .acMenu dd {
  display: none;
}

.btn_crosstalk a:hover {
  opacity: 0.6;
}

.btn_recruitment {
  max-width: 780px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .btn_recruitment {
    margin: 0 auto 60px;
  }
}
.btn_recruitment a {
  color: #FFFFFF;
  background: #186CCC;
  display: block;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_recruitment a {
    padding: 30px;
  }
}
.btn_recruitment a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #FFFFFF transparent;
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_recruitment a h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .btn_recruitment a h3 {
    font-size: 1.8rem;
  }
}
.btn_recruitment a p {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .btn_recruitment a p {
    font-size: 1.2rem;
  }
}
.btn_recruitment a:hover:after {
  bottom: 0;
  right: 0;
}

.recruit_page_title {
  padding: 60px 5%;
  background: #186CCC;
  text-align: center;
  color: #FFFFFF;
}
.recruit_page_title h1 {
  font-size: 3.9rem;
  font-weight: 500;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruit_page_title h1 {
    font-size: 2.2rem;
  }
}
.recruit_page_title p {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .recruit_page_title p {
    font-size: 1.2rem;
  }
}

.people_meta {
  margin: 60px 0 90px;
  text-align: center;
}
.people_meta h3 {
  font-size: 3.2rem;
}
.people_meta .en {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.people_meta .interview_meta {
  margin-top: 1em;
  font-size: 1.6rem;
}

.people_thum {
  margin: 0 0 60px;
}

.crosstalk_meta {
  max-width: 360px;
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  margin: auto;
}
.crosstalk_meta li {
  margin: 0.5em 0;
}
.crosstalk_meta li span {
  font-size: 90%;
}

.crosstalk_block {
  margin: 90px auto 120px;
}
.crosstalk_block .img {
  margin-bottom: 60px;
}
.crosstalk_block .title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .crosstalk_block .title {
    text-align: left;
  }
}
.crosstalk_block .title p {
  font-size: 1.4rem;
  color: #186CCC;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .crosstalk_block .title p {
    font-size: 1.2rem;
  }
}
.crosstalk_block .title h2 {
  font-size: 2.8rem;
  line-height: 1.56;
  font-weight: bold;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .crosstalk_block .title h2 {
    font-size: 2rem;
  }
}
.crosstalk_block .txt p {
  margin: 0 auto 2em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .crosstalk_block .txt p {
    margin: 0 auto 1em;
    font-size: 1.4rem;
  }
}
.crosstalk_block .txt p .name {
  line-height: 1.2;
  color: #186CCC;
  text-align: center;
  font-size: 1.3rem;
  width: 60px;
}
.crosstalk_block .txt p .name img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.crosstalk_block .txt p .txt_inr {
  width: calc(100% - 60px);
  padding-left: 20px;
  margin-top: 15px;
  line-height: 1.78;
}

.outline_section {
  max-width: 780px;
  margin: auto;
}
.outline_section table {
  width: 100%;
}
.outline_section table th {
  padding: 30px 0;
  width: 170px;
  font-weight: bold;
  color: #186CCC;
  border-bottom: 1px solid #186CCC;
}
@media screen and (max-width: 767px) {
  .outline_section table th {
    display: block;
    width: 100%;
    padding: 16px 0 0;
    border-bottom: none;
  }
}
.outline_section table td {
  padding: 30px 20px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .outline_section table td {
    display: block;
    width: 100%;
    padding: 0 0 16px;
  }
}
.outline_section table td ul {
  margin-left: 2em;
}
.outline_section table td ul li {
  list-style: disc;
}