@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Roboto:wght@400;500;700&display=swap");
/* =============================================== 
  採用情報
=============================================== */
#main {
  position: relative;
}

#path {
  background: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.anchor_wrap {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap {
    padding: 50px 20px;
  }
}
.anchor_wrap h2 {
  margin-bottom: 30px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.anchor_wrap p {
  margin-bottom: 45px;
  line-height: 2.38;
}
@media screen and (max-width: 768px) {
  .anchor_wrap p {
    margin-bottom: 30px;
  }
}
.anchor_wrap .anchor_list {
  width: min(100%, 890px);
  gap: 0 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap .anchor_list {
    gap: 0 10px;
    font-size: 16px;
  }
}
.anchor_wrap .anchor_list li {
  display: table;
  aspect-ratio: 1.65/1;
  height: 100%;
  width: 100%;
}
.anchor_wrap .anchor_list li:nth-child(1) a {
  background: url(../img/recruit/anchor_bg1.jpg) no-repeat center/cover;
}
.anchor_wrap .anchor_list li:nth-child(2) a {
  background: url(../img/recruit/anchor_bg2.jpg) no-repeat center/cover;
}
.anchor_wrap .anchor_list li a {
  display: table-cell;
  vertical-align: middle;
  aspect-ratio: 1.65/1;
  text-align: center;
  position: relative;
}
.anchor_wrap .anchor_list li a::after {
  content: "";
  width: 38px;
  height: 5px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  transform: translateX(-50%) skew(45deg);
  position: absolute;
  left: 50%;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap .anchor_list li a::after {
    width: 22px;
    height: 4px;
    bottom: 15%;
  }
}

#interview {
  background: linear-gradient(2deg, rgba(0, 117, 172, 0.08), rgba(0, 158, 231, 0.08) 50%, rgba(57, 188, 248, 0.08));
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  #interview {
    padding: 50px 20px;
  }
}

.modal {
  width: min(100%, 1139px);
  margin: 0 auto;
}
.modal .trigger_wrap {
  gap: 0 min(2.19vw, 30px);
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.modal .trigger_wrap li {
  cursor: pointer;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap li {
    width: min(100%, 300px);
  }
}
.modal .trigger_wrap li:nth-child(1) {
  background: url(../img/recruit/operator1.jpg) no-repeat center top/cover;
}
.modal .trigger_wrap li:nth-child(2) {
  background: url(../img/recruit/operator2.jpg) no-repeat center top/cover;
}
.modal .trigger_wrap li:nth-child(3) {
  background: url(../img/recruit/operator3.jpg) no-repeat center top/cover;
}
.modal .trigger_wrap li .txt_wrap {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: min(5.12vw, 70px);
  padding: min(1.2vw, 17px) min(0.95vw, 13px) 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap li .txt_wrap {
    padding: 10px 10px 0;
    height: 55px;
  }
}
.modal .trigger_wrap li .txt_wrap .ttl {
  color: rgba(9, 135, 193, 0.47);
  font-size: min(2.9vw, 40px);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap li .txt_wrap .ttl {
    font-size: 34px;
  }
}
.modal .trigger_wrap li .txt_wrap .txt {
  font-size: min(1.17vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap li .txt_wrap .txt {
    font-size: 12px;
  }
}
.modal .trigger_wrap li .txt_wrap .txt::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  transform: skew(45deg);
  margin: 5% 0 0 auto;
}
@media screen and (max-width: 768px) {
  .modal .trigger_wrap li .txt_wrap .txt::after {
    width: 22px;
    height: 4px;
  }
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__wrapper .modal__layer {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.modal__wrapper .modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: 75vh;
  padding: 55px 50px 55px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal__wrapper .modal__container {
    padding: 40px 10px 20px;
  }
}
.modal__wrapper .modal__container .modal__inner {
  overflow-y: scroll;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .modal__wrapper .modal__container .modal__inner {
    padding: 0 10px;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close::before, .modal__close::after {
  content: "";
  background: #009EE7;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__inner .txt {
  margin-bottom: 60px;
  color: rgba(9, 135, 193, 0.47);
  font-size: 60px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal__inner .txt {
    margin: 30px 0 20px;
    font-size: 40px;
  }
}
.modal__inner .name {
  margin-bottom: 45px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .modal__inner .name {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.modal__inner .name span {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal__inner .name span {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.modal__inner dl dt {
  margin-bottom: 10px;
  color: #009EE7;
}
.modal__inner dl dd {
  margin-bottom: 40px;
}
.modal__inner .detail {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .modal__inner .detail {
    display: block;
  }
}
.modal__inner .detail .ph {
  flex: 0 0 41%;
}
.modal__inner .detail dl dt,
.modal__inner .detail dl dd {
  padding-left: 1.8em;
  position: relative;
}
.modal__inner .detail dl dt::before,
.modal__inner .detail dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
}
.modal__inner .detail dl dt::before {
  content: "Q :";
}
.modal__inner .detail dl dd::before {
  content: "A :";
}
.modal__inner .flow dl dd {
  display: grid;
  grid-template-columns: 1fr 41%;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .modal__inner .flow dl dd {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
.modal__inner .flow dl dd table {
  width: 100%;
}
.modal__inner .flow dl dd table tr:nth-child(odd) th,
.modal__inner .flow dl dd table tr:nth-child(odd) td {
  background: #EAEFF2;
}
.modal__inner .flow dl dd table th,
.modal__inner .flow dl dd table td {
  padding: 10px 0;
  vertical-align: top;
}
.modal__inner .flow dl dd table th {
  padding: 10px 20px;
  width: 90px;
  color: #009EE7;
}
.modal__inner .flow dl dd table td {
  padding-right: 20px;
}
.modal__inner .flow dl dd .grid_box {
  gap: 20px 10px;
}
.modal__inner .flow dl dd .grid_box figcaption {
  margin-top: 5px;
  color: #009EE7;
}

#job .ttl_area {
  padding-top: 90px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  #job .ttl_area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
#job .ttl_area h2 {
  margin-bottom: 50px;
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #job .ttl_area h2 {
    margin-bottom: 30px;
    font-size: 44px;
  }
}
#job .ttl_area h2::first-letter {
  color: #009EE7;
}
#job .ttl_area h2 span {
  padding-left: 40px;
  color: #009EE7;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #job .ttl_area h2 span {
    padding-left: 20px;
    font-size: 16px;
  }
}
#job .tab_area {
  background-image: linear-gradient(45deg, rgb(234, 247, 248), rgb(249, 252, 251) 50%, rgb(234, 247, 248));
}
#job .tab_area .container.cf {
  padding-top: 95px;
}
@media screen and (max-width: 768px) {
  #job .tab_area .container.cf {
    padding-top: 65px;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 0 30px;
  margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .tabs {
    gap: 0 5px;
    padding: 0 10px;
    margin-top: -100px;
  }
}
.tabs .tab_class {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009EE7;
  border-bottom: none;
  background-image: linear-gradient(6deg, rgb(239, 239, 239), rgb(255, 255, 255) 50%, rgb(252, 252, 252));
  width: 40%;
  height: 80px;
  color: #009EE7;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  float: left;
  order: -1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tabs .tab_class {
    height: 60px;
    font-size: 13px;
  }
}
.tabs input[name=tab_name] {
  display: none;
}
.tabs input:checked + .tab_class {
  background: #009EE7;
  color: #fff;
  position: relative;
}
.tabs input:checked + .tab_class::before, .tabs input:checked + .tab_class::after {
  content: "";
  position: absolute;
}
.tabs input:checked + .tab_class::before {
  background: #009EE7;
  width: calc(100% + 2px);
  height: 10px;
  left: -1px;
  bottom: -9px;
}
.tabs input:checked + .tab_class::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 13.5px 0 13.5px;
  border-color: #009EE7 transparent transparent transparent;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .tab_class::after {
    border-width: 14px 7.5px 0 7.5px;
    bottom: -18px;
  }
}
.tabs .content_class {
  display: none;
  background: #fff;
  border: 1px solid #009EE7;
  width: calc(100% + 60px);
  padding: 80px 20px;
  margin: 0 -30px;
}
@media screen and (max-width: 768px) {
  .tabs .content_class {
    width: calc(100% + 30px);
    padding: 40px 20px;
    margin: 0 -15px;
  }
}
.tabs input:checked + .tab_class + .content_class {
  display: block;
}

.tabs_inner {
  width: min(100%, 880px);
  margin: 0 auto;
}
.tabs_inner .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tabs_inner .ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.tabs_inner .lead {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .tabs_inner .lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.tabs_inner .flex_box {
  gap: 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .tabs_inner .flex_box {
    flex-wrap: wrap;
  }
}
.tabs_inner .flex_box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tabs_inner .flex_box .ph {
  flex: 0 0 54.5%;
}
@media screen and (max-width: 768px) {
  .tabs_inner .flex_box .ph {
    flex: 1;
    margin-bottom: 20px;
  }
}
.tabs_inner .txt_blue {
  color: #009EE7;
}

#shinwa h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
#shinwa p {
  margin-bottom: 30px;
}
#shinwa .img_box {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #shinwa .img_box {
    flex-direction: column;
  }
}

#welfare h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
#welfare .list_wrap {
  border-top: 1px dotted #707070;
  border-bottom: 1px dotted #707070;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 65px;
  padding: 30px 20px;
}
#welfare .list_wrap li {
  text-indent: -1em;
  padding-left: 1em;
}
#welfare .list_wrap li:not(:last-child) {
  margin-bottom: 3px;
}

.entry_btn {
  display: table;
  width: min(100%, 790px);
  margin: 100px auto 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .entry_btn {
    margin-top: 50px;
  }
}
.entry_btn a {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
  background: linear-gradient(-100deg, rgb(185, 47, 5) 0%, rgb(244, 88, 50) 100%);
  padding: 0 20px;
}
.entry_btn * {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .entry_btn * {
    margin-bottom: 15px;
  }
}
.entry_btn .fw_b {
  font-size: 42px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .entry_btn .fw_b {
    font-size: 32px;
  }
}
.entry_btn .arrow {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .entry_btn .arrow {
    font-size: 16px;
  }
}
.entry_btn .arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 4px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  transform: translateY(-2px) skew(45deg);
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .entry_btn .arrow::after {
    width: 22px;
    height: 4px;
  }
}
/*# sourceMappingURL=recruit.css.map */