@charset "UTF-8";
.forPc {
  display: block;
}
.forSp {
  display: none;
}
.subpage_header {
  padding: 40px 0;
  text-align: center;
  background: #f5f5f5;
}
.subpage_ttl {
  font-size: 30px;
  font-weight: 500;
}
.cover {
  height: 35.9375vw;
  min-height: 460px;
  max-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.cover_bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.cover_bg svg {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.cover_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cover_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cover_fig {
  width: 320px;
  height: 320px;
  flex-basis: 320px;
}
.cover_fig img {
  border-radius: 50%;
}
.cover_content {
  width: calc(100% - 320px);
  padding-right: 30px;
}
.cover_copy {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.cover_info_sub {
  color: #fff;
}
.cover_info_name {
  color: #fff;
  font-size: 24px;
}

/* トップ */

.main_visual {
  position: relative;
  overflow: hidden;
}
.main_visual .slider {
}
.main_visual .swiper-container {
  height: 35.9375vw;
  min-height: 460px;
  max-height: 560px;
}
.main_visual .cover {
  width: 100%;
  position: absolute;
}
.main_visual .swiper-pagination {
  width: 100%;
  bottom: 10px;
  left: 0;
}
.main_visual .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
}
.main_visual .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main_visual .swiper-slide {
  overflow: hidden;
}
.main_visual .slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
.main_visual .slide {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  background-position: center center;
  transform: translate3d(-10px, -10px, 0px);
  position: relative;
}

/* 画像ver ------------------------------------------ */
.main_visual .slide svg {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

/* /////////////////////////////////////////////////// */

.main_visual_movie {
  position: relative;
  overflow: hidden;
}
.main_visual_movie .cover {
  /*height: 55.6vw;
    max-height: inherit;
    min-height: inherit;
    align-items: inherit;*/
  display: block;
}
.main_msg {
  height: 100%;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
  color: #fff;
  z-index: 3;
  font-size: 48px;
}
.main_msg.topcenter {
  text-align: center;
  justify-content: center;
}
.main_msg.topright {
  text-align: right;
  justify-content: flex-end;
}
.main_msg.centerleft {
  align-items: center;
}
.main_msg.centercenter {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main_msg.centerright {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.main_msg.bottomleft {
  align-items: flex-end;
}
.main_msg.bottomcenter {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.main_msg.bottomright {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.youtube_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 56.25%;  4:3 75%; */
  overflow: hidden;
  z-index: -1;
  background-size: 0;
}
.youtube_frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_control {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}
#play,
#pause {
  display: none;
}
.news_content {
  padding: 40px 0;
  background: #f5f5f5;
}
.news_content a:hover {
  text-decoration: underline;
}
.news_list li {
  margin-bottom: 10px;
  background: #fff;
  padding: 15px 30px;
  display: flex;
}
.news_list .news_date {
  width: 120px;
  flex: 0 0 120px;
}
.news_list a {
  color: inherit;
}
.news_list a:hover {
  text-decoration: underline;
}
.to_archive {
  text-align: right;
}
.to_archive a {
  color: inherit;
}
.to_archive a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 10px;
  float: right;
  color: inherit;
}
.top_list {
  margin-bottom: 50px;
}
.top_list a {
  color: inherit;
  display: block;
}
.top_list figure {
  overflow: hidden;
}
.top_list a:hover figure img {
  transform: scale(1.1);
}
.top_list_ttl {
  margin: 1em 0 0.5em;
  font-size: 18px;
  font-weight: 500;
}

.content {
  padding-top: 50px;
}
/* news
----------------------------------------------- */
.news .news_list > ul li {
  border-bottom: 1px solid #ddd;
}
.news_entry_title .news_date {
  background: #f5f5f5;
  padding: 3px 10px 5px;
  font-size: 13px;
  line-height: 1;
}
.news_entry_title .entry_title {
  margin-bottom: 0.5em;
}
.news_entry_title .news_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.backbtn {
  width: 80%;
  max-width: 400px;
  margin: 6em auto 0;
}
.backbtn.btn a {
  padding: 15px;
}

/* faq
----------------------------------------------- */
.faq_list li {
  margin-bottom: 15px;
}
.faq_q_img {
  color: #3a77d1;
  font-size: 32px;
  padding-right: 20px;
  align-self: flex-start;
}
.faq_list dt {
  padding: 10px 70px 10px 30px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: height 0.4s ease;
}
.faq_list dt::after {
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  height: 32px;
  transition: all 0.3s ease;
}
.faq_list dd {
  padding: 0px 10px 0px 85px;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.fq_open dt {
  background: #ddd;
}
.fq_open dt::after {
  transform: rotate(180deg);
}
.fq_open dd {
  height: auto;
  padding: 20px 10px 25px 85px;
}
/* interview
----------------------------------------------- */
.interview_list_catch {
  margin: 0.5em 0 0.8em;
  font-weight: 500;
}
.interview_list_name span {
  display: block;
  line-height: 1.4;
}
.list_section {
  font-size: 14px;
}
.list_name {
  font-size: 18px;
}
.interview_list {
  margin-bottom: 50px;
}
.interview_list figure {
  overflow: hidden;
}
.interview_list a {
  color: inherit;
}
.interview_list a:hover figure img {
  transform: scale(1.1);
}
/* contact
----------------------------------------------- */
.form_table {
  width: 100%;
  margin: 50px 0;
  border-top: 1px solid #ddd;
}
.form_table th,
.form_table td {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.form_table th {
  width: 25%;
  white-space: nowrap;
  font-weight: 500;
}
.form_table input {
  padding: 5px;
  border: 1px solid #ddd;
}
.form_table input[type="file"] {
  padding: 20px;
  border: 1px solid #ddd;
}
.form_table .note {
  font-size: 12px;
  padding: 10px 0 0;
}
.form_table .must::after {
  content: "必須";
  float: right;
  font-size: 12px;
  line-height: 1;
  padding: 3px 10px;
  background: #c00;
  color: #fff;
  position: relative;
  top: 6px;
}
.form_table .form_s {
  width: 120px;
}
.form_table label {
  margin-right: 20px;
}
.fm_sub {
  padding-left: 10px;
}
.fm_sub_ttl {
  display: block;
  margin-bottom: 15px;
}
.form_zip {
  margin-bottom: 10px;
}
.privacypolicy_cont {
  margin-bottom: 50px;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
}
.privacypolicy_cont p {
  margin-bottom: 1.5em;
}
.privacypolicy_cont .right {
  text-align: right;
}
.privacypolicy_cont h3 {
  margin-top: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}
.privacypolicy_cont ol {
  margin-bottom: 1.5em;
  list-style: disc;
  padding-left: 25px;
}
.privacypolicy_cont dd {
  padding-left: 1em;
}
.privacy_check {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.submit_btn {
  text-align: center;
}
.submit_btn button,
.submit_btn a {
  width: 80%;
  max-width: 640px;
  border: 0;
  background: #f1764b;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.submit_btn button:hover,
.submit_btn a:hover {
  opacity: 0.8;
}
/* recruit
------------------------------------------------ */
.searchKeys {
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchKeys label {
  display: flex;
  margin-right: 30px;
}

.searchKeys label span {
  display: block;
  margin-right: 20px;
}

.searchKeys label span.title {
  margin-right: 10px;
}

.searchKeys label option {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.searchKeys .select {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 20px;
  border: 1px solid #aaa;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.searchKeys .select span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
}

.searchKeys .select::after {
  position: absolute;
  content: "▼";
  font-size: 12px;
  font-size: 1.2rem;
  right: 10px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.searchKeys .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 25px 0 10px;
  outline: 0;
  opacity: 0;
}

.searchKeys .action {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  background: #333;
  color: #fff;
  border: 0;
}

.searchKeys .action:hover {
  opacity: 0.6;
}

.recruit_search {
  padding: 30px;
  background: #fff;
}
.recruit_search_content {
  margin-top: 40px;
  padding: 10px 0;
  background: #f1f1f1;
}
.recruit_archive_list h2,
.recruit_detail h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 2.8rem;
}
.recruit_list {
  margin-bottom: 30px;
}
.recruit_list a {
  color: inherit;
  display: block;
  transition: opacity 0.3s;
}
.recruit_list a:hover {
  opacity: 0.7;
}
.recruit_ttl {
  background: #f1f1f1;
  padding: 20px 40px;
  position: relative;
}
.recruit_ttl::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  line-height: 1;
  font-size: 24px;
  opacity: 0.5;
}
.recruit_ttl h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.recruit_info {
  padding: 20px 40px;
  border: 1px solid #ddd;
  border-top: 0;
}
.job_label {
  margin-bottom: 30px;
}
.job_label span {
  margin-right: 10px;
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 3px;
}
.recruit_info dt {
  width: 120px;
  float: left;
  margin-right: 30px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background: #808080;
  line-height: 1;
  padding: 5px 20px;
  position: relative;
  top: 2px;
}
.recruit_info dl {
  margin-bottom: 15px;
  overflow: hidden;
}
.recruit_info dd {
  width: calc(100% - 150px);
  float: left;
}
.pagenation {
  margin-top: 4em;
  text-align: center;
}
.pager li {
  display: inline-block;
  padding: 0 2px 10px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.pager li span {
  display: inline-block;
}
.pager li.cur span,
.pager li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  transition: opacity 0.3s;
}
.pager li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pager li.cur span {
  background-color: #fff;
  color: #000;
}
.recruit_table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #ddd;
}
.recruit_table th,
.recruit_table td {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.recruit_table th {
  width: 15%;
  white-space: nowrap;
  font-weight: 500;
}
.recruit_msg {
  margin-bottom: 40px;
}
.recruit_detail .submit_btn {
  margin: 50px 0 80px;
}
.recruit_detail .submit_btn a {
  max-width: 340px;
  padding: 12px;
  border-radius: 3px;
}
.recruit_detail .submit_btn span {
  position: relative;
  font-size: 22px;
}
.recruit_detail .submit_btn span i {
  padding-right: 30px;
  font-size: 32px;
  position: relative;
  top: 2px;
}
.recruit_detail .submit_btn span::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: right;
}
.entrytimeinfo {
  font-size: 1.3rem;
  text-align: right;
}
.infopanel_content {
  margin-top: 100px;
}
.info_panel {
  max-width: 800px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
  border: 2px solid #ddd;
}
.info_panel h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.info_panel_contact {
  font-size: 1.8rem;
}
.info_contact_mail,
.info_contact_tel {
  margin-bottom: 20px;
  padding: 0 10px;
  display: inline-block;
}
.info_contact_mail span {
  font-size: 2.8rem;
  padding-left: 10px;
}
.info_contact_tel span {
  font-size: 2.8rem;
  padding-left: 10px;
}
.cvn_content {
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
}
body.recruit,
body.career,
body.parttime {
  padding-bottom: 100px;
}
.cvn_content ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cvn_content li {
  min-width: 33%;
  padding: 10px 20px;
}
.cvn_content a {
  padding: 15px 10px;
  text-align: center;
  display: block;
  background: #fff;
  line-height: 1.2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s;
  font-size: 18px;
  border-radius: 3px;
}
.cvn_content a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: right;
}
.cvn_web a span {
  position: relative;
}
.cvn_web a span::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: -40px;
  font-size: 22px;
}
.cvn_tel a span::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: -40px;
  font-size: 22px;
}
.cvn_content a:hover {
  opacity: 0.7;
}
.cvn_content .container,
.cvn_btn_list {
  height: 100%;
}
.cvn_btn_list .cvn_tel {
  display: none;
}
.cvn_btn_list a span {
  position: relative;
  line-height: 1;
}
.cvn_btn_list a i {
  padding-right: 20px;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.entry_area_cvn {
  margin: 50px 0 60px;
  padding: 30px 0;
  background: #f5f5f5;
}
.entry_area_cvn .cvn_content {
  position: relative;
  background: none;
}
.entry_area_cvn .cvn_content a {
  box-shadow: 0 0 0 #fff;
}

.schedule_content {
  margin-top: 5em;
  padding-top: 3em;
  border-top: 1px solid #ddd;
}
.schedule_content h2.section_ttl {
  margin-bottom: 1em;
  font-size: 32px;
  text-align: center;
}
.timeline > li {
  overflow: hidden;
  position: relative;
}
.timeline-date {
  width: 100px;
  margin-right: 30px;
  text-align: right;
  float: left;
  font-size: 24px;
}
.timeline-content {
  float: left;
  width: calc(100% - 130px);
  padding-bottom: 2.5em;
  padding-left: 30px;
  border-left: 3px solid #ddd;
}
.timeline-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.timeline-content::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 126px;
  top: 18px;
  background: #ccc;
  border-radius: 100%;
}
.timeline-content figure {
  float: right;
  max-width: 320px;
  padding-left: 20px;
}

.other_interview {
  margin-top: 5em;
  padding-top: 3em;
  border-top: 1px solid #ddd;
}
.other_interview h2.section_ttl {
  margin-bottom: 1em;
  font-size: 32px;
  text-align: center;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) .column-video-right,
.acms-entry-unit-full:not(.acms-unit-size-inherit) .column-video-left,
.acms-entry-unit-full:not(.acms-unit-size-inherit) .column-youtube-right,
.acms-entry-unit-full:not(.acms-unit-size-inherit) .column-youtube-left {
  width: 100% !important;
}

/* acms-entry
------------------------------------------------ */
.aligncenter {
  text-align: center;
}
.entry-column h2 {
  margin-bottom: 1em;
  font-size: 32px;
}
.acms-grid > h2:not(:first-child) {
  margin-top: 2em;
}
.entry-column h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 24px;
}
.entry-column h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.entry-column .acms-col-sm-6 h2,
.entry-column .acms-col-sm-4 h2,
.entry-column .acms-col-sm-6 h3,
.entry-column .acms-col-sm-4 h3,
.entry-column .acms-col-sm-6 h4,
.entry-column .acms-col-sm-4 h4 {
  margin-top: 0;
}
.entry-column p {
  margin-bottom: 1.5em;
}
.entry-column ul {
  margin: 0 0 1.5em;
  padding: 0 0 0 2em;
  list-style: disc;
}
.entry-column ul li {
  margin: 0 0 5px;
}
.entry-column ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 2em;
  list-style: decimal;
}
.entry-column ol li {
  margin: 0 0 5px;
}
[class^="column-table"] .entry-container {
  overflow-x: auto;
  margin-bottom: 1.5em;
}
.entry-column table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.entry-column th {
  font-weight: bold;
  vertical-align: top;
}
.entry-column th,
.entry-column td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.entry-column strong {
  font-weight: bold;
}
.entry-column .aligncenter {
  text-align: center;
}
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #ddd;
}
hr.padding-large {
  padding: 60px 0;
  border: 0;
  clear: both;
}
hr.padding-medium {
  padding: 30px 0;
  border: 0;
  clear: both;
}
hr.padding-small {
  padding: 15px 0;
  border: 0;
  clear: both;
}

@media screen and (max-width: 992px) {
  .cover_fig {
    width: 32.258vw;
    height: 32.258vw;
    flex-basis: 32.258vw;
  }
  .cover_content {
    width: calc(100% - 32.258vw);
  }
  .recruit_search_content {
    margin-top: 10px;
  }
  .searchKeys {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
  }
  .searchKeys label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .searchKeys label span.title {
    width: 70px;
  }
  .searchKeys .select {
    width: calc(100% - 80px);
  }
  .searchKeys .action {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  .subpage_header {
    padding: 20px 0;
  }
  .cover {
    height: auto;
    padding: 20px 0;
  }
  .cover_flex {
    flex-direction: column-reverse;
  }
  .cover_content {
    width: 100%;
    padding-right: 0px;
  }
  .cover_fig {
    width: 48vw;
    height: 48vw;
    flex-basis: 48vw;
    margin-bottom: 20px;
  }
  .cover_copy {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .main_msg {
    font-size: 7.4666vw;
  }
  .main_visual .cover {
    height: 80vw;
    min-height: inherit;
    max-height: inherit;
  }
  .main_visual .swiper-container {
    height: 80vw;
    min-height: inherit;
    max-height: inherit;
  }
  .main_visual_movie .cover {
    height: 80vw;
    min-height: inherit;
    max-height: inherit;
  }
  .youtube_frame {
    height: 100%;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .movie_control {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .news_list li {
    padding: 10px;
    flex-direction: column;
  }
  .news_list .news_date {
    width: 100%;
    flex: 0 0 0px;
    font-size: 13px;
  }
  .faq_q_img {
    font-size: 24px;
    padding-right: 10px;
    width: 35px;
    float: left;
  }
  .faq_q_ttl {
    width: calc(100% - 35px);
    float: left;
    padding-top: 8px;
  }
  .faq_list dt::after {
    right: 10px;
    top: 50%;
    margin-top: -28px;
  }
  .faq_list dt {
    padding: 10px 35px 10px 10px;
    display: block;
    overflow: hidden;
  }
  .faq_list dd {
    padding: 0px 10px;
  }
  .fq_open dd {
    height: auto;
    padding: 20px 10px;
  }
  .submit_btn button {
    width: 100%;
    padding: 15px 5px;
    font-size: 1.4rem;
  }
  .recruit_detail .submit_btn button {
    font-size: 1.8rem;
  }
  .recruit_ttl {
    padding: 15px 20px;
  }
  .job_label span {
    font-size: 1.1rem;
    margin-right: 5px;
  }
  .recruit_table th {
    padding: 10px 10px 10px 0;
  }
  .recruit_table td {
    padding: 15px 0 15px 15px;
  }
  .recruit_info {
    padding: 15px;
  }
  .recruit_info dt {
    width: 100px;
    margin-right: 10px;
  }
  .recruit_info dd {
    width: calc(100% - 110px);
  }
  .info_panel {
    padding: 20px;
  }
  .info_panel h2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .info_contact_mail,
  .info_contact_tel {
    margin-bottom: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .info_contact_mail span,
  .info_contact_tel span {
    font-size: 1.8rem;
    white-space: pre-line;
    display: inline-blck;
  }
  .infopanel_content {
    margin-top: 100px;
  }
  .info_contact_other {
    font-size: 1.4rem;
  }
  .cvn_content {
    padding: 0;
  }
  .cvn_btn_list .cvn_tel {
    display: block;
  }
  .cvn_content .container {
    padding: 5px;
  }
  .cvn_content ul {
    flex-wrap: wrap;
  }
  .cvn_content li {
    min-width: 50%;
    padding: 5px;
  }
  .cvn_content a {
    padding: 10px 5px;
  }
  .cvn_btn_list a span {
    padding-left: 15px;
  }
  .cvn_web a span::before {
    left: -14px;
    font-size: 21px;
  }
  .cvn_tel a span::before {
    left: -10px;
    font-size: 18px;
  }
  .timeline-date {
    width: 100%;
    margin-right: 0px;
    text-align: left;
    float: none;
  }
  .timeline-content {
    float: none;
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .timeline-content::before {
    display: none;
  }
  .timeline-content figure {
    float: none;
    padding: 10px 0 10px 0;
  }
  .entry-column table,
  .recruit_table,
  .form_table {
    border: 0;
  }
  .entry-column table th,
  .entry-column table td,
  .recruit_table th,
  .recruit_table td,
  .form_table th,
  .form_table td {
    display: block;
    border: 0;
  }
  .entry-column table th,
  .recruit_table th,
  .form_table th {
    width: 100%;
    padding: 5px 10px;
    background: #f1f1f1;
  }
  .entry-column table td,
  .recruit_table td,
  .form_table td {
    padding: 5px 10px 15px;
  }
  .form_table .form_s {
    width: 60px;
  }
  .form_table .form_s.p-postal-code {
    width: 120px;
  }
  .form_table label {
    margin-right: 5px;
  }
  .fm_sub {
    padding-left: 5px;
  }
}

.interview_archive_list h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 10px;
}

.interview_archive_list h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00a0e9;
}

@media screen and (min-width: 768px) {
  .interview_archive_list {
    margin-top: 80px;
  }
  .interview_archive_list:first-of-type {
    margin-top: 50px;
  }
}

.interview_list_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
}

.interview_list_name .list_role {
  margin-top: 12px;
  margin-right: 15px;
  padding: 6px 15px;
}

.interview_list_name .list_name {
  width: 100%;
}

.interview_list_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 30px;
}

.interview_list_footer a {
  color: #00a0e9;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.list_role {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #6c757d;
  color: #fff;
}

/*
============================================
  自作モーダルのスタイル
============================================
*/

/* モーダル全体を囲むラッパー（最初は非表示） */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

/* is-openクラスが付いたら表示状態にする */
.modal-wrapper.is-open {
  opacity: 1;
  visibility: visible;
}

/* 黒い背景（オーバーレイ） */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

/* モーダルのコンテンツ部分 */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 1100px;
  background-color: transparent;
  padding: 0;
}

/* 閉じるボタン */
.modal-close-button {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

/* 動画を埋め込むためのコンテナ（アスペクト比16:9を維持） */
#modalVideoPlayer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  background-color: #000;
}

/* 埋め込まれる動画(iframe)のスタイル */
#modalVideoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.js-modal-trigger[data-youtube-id] {
  cursor: pointer;
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.js-modal-trigger:hover .play-button-overlay {
  opacity: 1;
}
.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ffffff;
}

.interview-link {
	color: #00a0e9;
	font-weight: bold;
	text-decoration: none; 
  }
  
  .interview-link span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-bottom: 0.5px solid #00a0e9; 
	padding-bottom: 2px;
	font-weight: normal;
  }
  
  .arrow-icon {
	width: 16px;
	height: auto;
  }