@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */
main {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
main::before {
  content: "";
  display: block;
  background: url(../../../img/common/boday_bg_top.webp) no-repeat;
  position: absolute;
  right: 0;
  top: 300px;
  height: 536px;
  width: 480px;
  z-index: -2;
}
main::after {
  content: "";
  display: block;
  background: url(../../../img/common/boday_bg_bottom.webp) no-repeat;
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 536px;
  width: 480px;
  z-index: -2;
}
@media (max-width: 1023px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 639px) {
  main {
    min-height: 480px;
  }
}
@media (max-width: 479px) {
  main {
    min-height: 480px;
  }
}

.subpage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: var(--header-pc_h);
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     our-job
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     history
  ------------------------------------------------------------ */
  /*線・背景・文字の色違い*/
  /* ------------------------------------------------------------
     env
  ------------------------------------------------------------ */
  /*--------仕事環境 色変更-----------*/
  /*--------福利厚生 色変更-----------*/
  /*--------キャリアアップ-----------*/
  /*--------先輩の声///-----------*/
  /*--------募集要項-----------*/
  /*--------新卒///-----------*/
}
@media (max-width: 1023px) {
  .subpage {
    margin-top: var(--header-sp_h);
  }
}
.subpage .second_main_img {
  width: 100%;
  height: 310px;
  max-width: 2000px;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 639px) {
  .subpage .second_main_img {
    height: 250px;
  }
}
.subpage .second_main_img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
.subpage .second_main_img h2 {
  position: relative;
  z-index: 3;
  padding: 100px 0px 0px 0px;
  color: #FFF;
  font-size: clamp(200%, 4vw, 300%);
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .subpage .second_main_img h2 {
    display: block;
  }
}
.subpage .second_main_img h2 span {
  font-family: "Roboto", sans-serif;
  font-stretch: condensed;
  font-size: 20px;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .subpage .second_main_img h2 span {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.subpage .second_main_img h2 .color_change {
  font-size: inherit;
  margin: 0;
  font-family: inherit;
  color: #08DDC8;
}
@media (max-width: 1023px) {
  .subpage .second_main_img h2 .color_change {
    display: inline-block;
    width: auto;
  }
}
.subpage .second__bg {
  background: url("../../../img/common/second_bg.webp") no-repeat 0px 0px;
  background-size: cover;
  max-width: 100%;
}
.subpage .point__number .box {
  margin-bottom: 10px;
  background: #F2F5F9;
  padding: 20px 5%;
  opacity: 1;
}
@media (max-width: 479px) {
  .subpage .point__number .box {
    margin-bottom: 40px;
    border: 1px solid #CCC;
  }
}
.subpage .point__number .box .text_box {
  font-weight: 400;
}
.subpage .point__number .box .ttl_box {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  margin-bottom: 22px;
}
.subpage .point__number .box .ttl_box .left {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #08DDC8;
  border-radius: 50%;
  margin-right: 20px;
  height: 32px;
  width: 32px;
}
.subpage .point__number .box .ttl_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subpage .point__number .box .ttl_box .left p {
  color: #286BC1;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Roboto", san-serif;
}
.subpage .point__number .box .ttl_box .right .sub_ttl {
  font-size: 124%;
  color: #286BC1;
  font-weight: 500;
}
.subpage .number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
}
.subpage .number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}
.subpage .wrapper, .subpage .main_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 1200px) {
  .subpage .wrapper, .subpage .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.subpage .pt_20 {
  padding-top: 20px;
}
.subpage .pb_20 {
  padding-top: 20px;
}
.subpage .pb_30 {
  padding-top: 30px;
}
.subpage .mr_0 {
  margin-right: 0px !important;
}
.subpage .mt_10 {
  margin-top: 10px;
}
.subpage .mt_20 {
  margin-top: 20px;
}
.subpage .mt_30 {
  margin-top: 30px;
}
.subpage .mt_40 {
  margin-top: 40px;
}
.subpage .mt_60 {
  margin-top: 60px;
}
.subpage .mb_10 {
  margin-bottom: 10px;
}
.subpage .mb_20 {
  margin-bottom: 20px;
}
.subpage .mb_30 {
  margin-bottom: 30px;
}
.subpage .mb_40 {
  margin-bottom: 40px;
}
.subpage .mb_60 {
  margin-bottom: 60px;
}
.subpage .ml_20 {
  margin-left: 20px;
}
.subpage strong {
  font-weight: 700;
}
.subpage sup {
  font-size: 54%;
}
@media (max-width: 1023px) {
  .subpage .reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .subpage .reverse img {
    width: 100%;
  }
}
.subpage .center {
  text-align: center;
}
.subpage .align_right {
  text-align: right;
}
.subpage .item_center {
  align-items: center;
}
.subpage .img_w100 {
  width: 100%;
}
.subpage .img_w80 {
  width: 80%;
}
.subpage .ttl_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.subpage .ttl {
  font-size: clamp(22px, 2vw, 175%);
  text-align: center;
  color: #286BC1;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}
.subpage .ttl:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #08DDC8;
  height: 4px;
  /*     z-index: -1; */
  width: 36px;
}
.subpage .middle_ttl {
  margin-bottom: 0px;
  position: relative;
  font-size: 154%;
  padding-bottom: 20px;
  text-align: center;
}
.subpage .middle_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1px solid #0656a6;
  width: 40px;
  margin-top: 2.15em;
  transform: translateX(-50%);
}
.subpage .sm_ttl {
  font-size: 14px;
}
.subpage .local_ttl {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 112%;
  line-height: 1.6;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #4685D6;
  position: relative;
}
.subpage .local_ttl:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #4685D6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.subpage .secondary_sm_ttl {
  font-size: 112%;
  font-weight: 500;
  line-height: 1.4;
  color: #286BC1;
  margin-bottom: 20px;
}
.subpage .min_ttl {
  font-size: 125%;
  margin-bottom: 15px;
  color: #286BC1;
  font-weight: 500;
}
.subpage .lead_ttl {
  font-size: 175%;
  font-weight: 500;
  line-height: 1.4;
}
.subpage .secondary_tiny_ttl {
  line-height: 1.4;
  color: #286BC1;
  margin-bottom: 10px;
  font-weight: 400;
}
.subpage .circle_ttl {
  font-size: 125%;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.subpage .circle_ttl:before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  border: 1px solid #08DDC8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.subpage .circle_ttl span {
  font-family: "Roboto", sans-serif;
  font-stretch: condensed;
  font-size: 14px;
  margin-right: clamp(10px, 2vw, 30px);
  padding-left: 15px;
  vertical-align: middle;
  font-weight: 400;
}
.subpage .common_btn {
  display: block;
  cursor: pointer;
  border: 0;
  background: #4685d6;
  text-align: center;
  padding: 12px 10px;
  color: #fff;
  outline: 1px solid #4685d6;
  outline-offset: 10px;
  transition: outline-offset 0.2s ease-in-out;
  width: 280px;
  box-sizing: border-box;
  margin: 60px auto;
}
.subpage .common_btn:hover {
  outline: 1px solid #4685d6;
  outline-offset: -10px;
}
.subpage .recruit_back .common_btn {
  max-width: 460px;
  width: 100%;
}
.subpage .recruit_back a:before {
  content: "";
  display: inline-block;
  background: url(../../../img/icon/recruit_back_icon.svg) no-repeat;
  height: 50px;
  width: 50px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.subpage .large__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage .large__column .l {
  width: 60%;
}
@media (max-width: 639px) {
  .subpage .large__column .l {
    width: 100%;
  }
}
.subpage .large__column .s {
  width: 35%;
}
@media (max-width: 639px) {
  .subpage .large__column .s {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .subpage .large__column .s img {
    width: 100%;
  }
}
.subpage .half__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage .half__column .group {
  width: 48%;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .subpage .half__column .group {
    width: 100%;
  }
}
.subpage .half__column .box {
  width: 48%;
  padding: 0;
  background: none;
}
@media (max-width: 1023px) {
  .subpage .half__column .box {
    width: 100%;
  }
}
.subpage .three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage .three__column .box {
  width: 32%;
  padding: 0;
  background: none;
}
@media (max-width: 1023px) {
  .subpage .three__column .box {
    width: 48%;
  }
}
@media (max-width: 479px) {
  .subpage .three__column .box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.subpage .three__column .box img {
  max-width: 100%;
}
@media (max-width: 479px) {
  .subpage .three__column .box img {
    max-width: 100%;
  }
}
.subpage .three__column::before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
@media (max-width: 1023px) {
  .subpage .three__column::before {
    width: 48%;
  }
}
.subpage .radius {
  border-radius: 5px;
  display: inline-block;
  background: #0656a6;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 90%;
  color: #FFF;
  padding: 4px 8px;
}
.subpage .img__ttl_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage .img__ttl_list .w30 {
  width: 32%;
}
.subpage .img__ttl_list .w50 {
  width: 48%;
  margin-bottom: 30px;
}
.subpage .img__ttl_list li {
  transition: transform 0.5s ease-out;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  background: #F2F5F9;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.subpage .img__ttl_list li:hover {
  opacity: 0.7;
}
.subpage .img__ttl_list li a {
  display: block;
}
.subpage .img__ttl_list li img {
  width: 100%;
}
.subpage .img__ttl_list li .copy {
  font-size: clamp(16px, 2vw, 125%);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0 30px;
}
.subpage .img__ttl_list li .link {
  margin-top: auto;
}
.subpage .img__ttl_list li .inner {
  position: relative;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #FFF;
}
.subpage .img__ttl_list li .btn {
  width: 70%;
  display: block;
  margin: 0 auto 20px;
  color: #FcFcFc;
  background: #0656a6;
  text-align: center;
  padding: 10px 0px 10px 0px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s all;
  font-size: 100%;
  position: relative;
}
.subpage .img__ttl_list li .link .common_btn {
  max-width: 164px;
  padding: 5px;
  outline-offset: 5px;
}
.subpage .img__ttl_list li:hover .link .common_btn {
  outline-offset: -10px;
}
.subpage .img__ttl_list li .btn:hover {
  opacity: 0.7;
}
.subpage .itemlist_dl {
  margin-bottom: 15px;
}
.subpage .itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}
.subpage .itemlist {
  margin-bottom: 15px;
}
.subpage .itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.subpage .itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #08DDC8;
}
.subpage .itemlist li:last-child {
  margin-bottom: 0px;
}
.subpage .itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}
.subpage .checklist li {
  padding-left: 32px;
  margin-bottom: 20px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
}
.subpage .checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #08DDC8;
  font-size: 12px;
  border: 2px solid #08DDC8;
  border-radius: 50%;
  padding: 3px;
  line-height: normal;
}
.subpage .checklist li:last-child {
  margin-bottom: 0px;
}
.subpage .checklist_2 li {
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
}
.subpage .checklist_2 li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0656a6;
}
.subpage .checklist_2 li:last-child {
  margin-bottom: 0px;
}
.subpage .number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  padding-left: 30px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
}
.subpage .number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}
.subpage .our_job_box {
  position: relative;
  z-index: 0;
}
.subpage .our_job_box .group_column {
  margin-bottom: 70px;
  position: relative;
  max-width: 1080px;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  .subpage .our_job_box .group_column {
    display: flex;
    flex-wrap: wrap;
  }
}
.subpage .our_job_box .group_column:nth-child(even) {
  margin-left: auto;
}
.subpage .our_job_box .group_column .pic_box {
  padding: 60px 0 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .subpage .our_job_box .group_column:nth-child(odd) {
    flex-wrap: wrap-reverse;
  }
}
.subpage .our_job_box .group_column:nth-child(odd) .pic_box {
  right: 0;
}
@media (max-width: 1023px) {
  .subpage .our_job_box .group_column:nth-child(odd) .pic_box {
    width: 100%;
    position: static;
    max-width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .subpage .our_job_box .group_column:nth-child(odd) .pic_box img {
    width: 100%;
  }
}
.subpage .our_job_box .group_column:nth-child(even) .pic_box {
  text-align: left;
}
.subpage .our_job_box .group_column .text_box {
  max-width: 600px;
  background: #F2F5F9;
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 1023px) {
  .subpage .our_job_box .group_column .text_box {
    max-width: 100%;
  }
}
.subpage .our_job_box .group_column .text_box::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.subpage .our_job_box .group_column .text_box .inner {
  padding: 30px 50px;
}
@media (max-width: 479px) {
  .subpage .our_job_box .group_column .text_box .inner {
    padding: 25px 20px;
  }
}
.subpage .our_job_box .group_column .text_box .sub_ttl {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.45;
  border-bottom: 4px double #286BC1;
  padding-bottom: 10px;
  color: #286BC1;
  margin-bottom: 15px;
}
.subpage .our_job_box .group_column:nth-child(odd) .text_box {
  left: 0;
}
.subpage .our_job_box .group_column:nth-child(odd) .text_box::before {
  background: #4685D6;
  right: 20px;
  top: 20px;
}
.subpage .our_job_box .group_column:nth-child(even) .text_box {
  margin-left: auto;
}
.subpage .our_job_box .group_column:nth-child(even) .text_box::before {
  background: #25BCC7;
  left: 20px;
  top: 20px;
}
.subpage .our_job_box .group_column:nth-child(even) .text_box .sub_ttl {
  border-bottom: 4px double #31A0C2;
  color: #31A0C2;
}
.subpage .our_job_box .link_area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.subpage .our_job_box .link_area .common_btn {
  max-width: 164px;
  padding: 3px 5px;
  line-height: 1.5;
  outline-offset: 5px;
  margin: inherit;
}
.subpage .our_job_box .link_area .common_btn:hover {
  outline-offset: 0;
}
.subpage .our_job_box .group_column:nth-child(even) .link_area .common_btn {
  background: #31A0C2;
  outline-color: #31A0C2;
}
.subpage .history_box {
  position: relative;
}
.subpage .history_box::before {
  content: "";
  display: block;
  border-left: 2px solid #4685D6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .subpage .history_box::before {
    left: 28px;
  }
}
.subpage .history_box .history_inner {
  padding: 30px 0 40px;
}
.subpage .since_ttl {
  font-size: clamp(210%, 5vw, 318%);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 1.19;
  color: #4685D6;
  background: #F2F5F9;
  padding: 10px;
  font-weight: bold;
}
.subpage .history_inner {
  display: flex;
  flex-wrap: wrap;
}
.subpage .history_inner .box_r, .subpage .history_inner .box_l {
  width: 50%;
}
@media (max-width: 767px) {
  .subpage .history_inner .box_r, .subpage .history_inner .box_l {
    margin: auto;
    padding: 0 20px;
    width: 100%;
  }
}
.subpage .history_inner .box_l {
  margin-top: 49px;
}
@media (max-width: 767px) {
  .subpage .history_inner .box_l {
    margin-top: 0;
  }
}
.subpage .history_inner .in-box:not(:last-child) {
  padding-bottom: 4px;
}
.subpage .history_inner .in-box .day {
  font-size: 125%;
  margin-bottom: 20.5px;
  padding-bottom: 10.5px;
  font-weight: 500;
  color: #286BC1;
  border-bottom: 2px solid #286BC1;
  position: relative;
}
.subpage .history_inner .in-box .day, .subpage .history_inner .in-box .text, .subpage .history_inner .in-box .pic {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .subpage .history_inner .in-box .day, .subpage .history_inner .in-box .text, .subpage .history_inner .in-box .pic {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .subpage .history_inner .in-box .day, .subpage .history_inner .in-box .text, .subpage .history_inner .in-box .pic {
    padding-left: 30px;
    padding-right: 0;
  }
}
.subpage .history_inner .in-box .pic {
  max-width: 600px;
  padding-bottom: 30px;
}
.subpage .history_inner .in-box .pic .over_bg {
  box-shadow: 10px 10px 0 #4685D6;
}
.subpage .history_inner .in-box .text {
  margin-bottom: 10px;
}
.subpage .history_inner .in-box .day {
  position: relative;
}
.subpage .history_inner .in-box .day::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #286BC1;
  position: absolute;
  top: 23px;
}
.subpage .history_inner .box_r .day::before {
  right: -10px;
}
@media (max-width: 767px) {
  .subpage .history_inner .box_r .day::before {
    right: initial;
    left: 0px;
  }
}
.subpage .history_inner .box_l .day::before {
  left: -10px;
}
@media (max-width: 767px) {
  .subpage .history_inner .box_l .day::before {
    right: initial;
    left: 0px;
  }
}
.subpage .history_inner .in-box .pic img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}
.subpage .history_box .green_box .day {
  color: #25BCC7;
  border-color: #25BCC7;
}
.subpage .history_box .green_box .day::before {
  background: #25BCC7;
}
.subpage .history_box .green_box .pic .over_bg {
  box-shadow: 10px 10px 0 #25BCC7;
}
.subpage .history_tbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.subpage .history_tbl dl dt {
  width: 20%;
  margin-bottom: 15px;
  background: #fafafa;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .subpage .history_tbl dl dt {
    width: 100%;
    margin-bottom: 0px;
    font-size: 124%;
  }
}
.subpage .history_tbl dl dd {
  width: 80%;
  background: #fafafa;
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .subpage .history_tbl dl dd {
    width: 100%;
    background: #FFF;
    padding: 15px 15px 0px 30px;
  }
}
.subpage .gallery .three__column {
  gap: 41px 0;
}
.subpage .gallery .three__column .box {
  opacity: 1;
}
.subpage .gallery .three__column .box img {
  max-width: 100%;
}
.subpage .pic_item {
  position: relative;
}
.subpage .pic_item figure {
  margin: 0;
  line-height: 0;
}
.subpage .pic_item img {
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}
.subpage .pic_item .pic_ttl {
  position: absolute;
  top: 40px;
  left: 0;
  width: 90%;
  max-width: 240px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.subpage .pic_item .pic_ttl::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.subpage .bg_green {
  background: #E6F4F5;
  padding: 40px 0 50px;
}
.subpage .welfare-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 50px;
}
@media (max-width: 639px) {
  .subpage .welfare-list {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 30px 15px;
  }
}
.subpage .welfare-list .item {
  text-align: center;
}
.subpage .welfare-list .item p {
  line-height: 1.5;
  color: #31A0C2;
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .subpage .welfare-list .item p {
    font-size: 14px;
  }
}
.subpage .pic_item.b_box figure {
  box-shadow: 10px 10px 0 #4685D6;
}
.subpage .pic_item.b_box .pic_ttl {
  background: rgba(70, 133, 214, 0.84);
}
.subpage .pic_item.b_box .pic_ttl::before {
  border: 1px solid #08DDC8;
}
.subpage .pic_item.g_box figure {
  box-shadow: 10px 10px 0 #25BCC7;
}
.subpage .pic_item.g_box .pic_ttl {
  background: rgba(37, 188, 199, 0.84);
}
.subpage .pic_item.g_box .pic_ttl::before {
  border: 1px solid #4685D6;
}
.subpage .career-page .career_flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px 60px;
}
.subpage .career-page .career_flex .box {
  opacity: 1;
}
.subpage .career-page .career-inner {
  position: relative;
}
.subpage .career-page .career-inner img {
  width: 100%;
}
.subpage .career-page .career-inner p {
  position: absolute;
  right: -20px;
  bottom: 50px;
  width: 100%;
  max-width: 360px;
  padding: 50px 0 49px;
  line-height: 1.45;
  text-align: center;
  font-size: 125%;
  color: #fff;
  font-weight: 500;
}
.subpage .career-page .career-item:nth-child(odd) p {
  background: rgba(70, 133, 214, 0.84);
}
.subpage .career-page .career-item:nth-child(even) p {
  background: rgba(37, 188, 199, 0.84);
}
.subpage .career-more {
  background: #4685D6;
  padding: 30px 0 50px;
}
.subpage .career-more .pic {
  padding-bottom: 35px;
}
.subpage .career-more .txt {
  background: #fff;
  padding: 20px 10px;
  position: relative;
}
.subpage .career-more .txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-top: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.subpage .interview_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 60px;
}
.subpage .interview_box .interviewer {
  position: relative;
  overflow: hidden;
}
.subpage .interview_box .interview_text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  border-bottom: 1px solid #4685D6;
  border-top: 1px solid #4685D6;
}
.subpage .interview_box .voice_box {
  margin-bottom: 20px;
  width: 31%;
}
@media (max-width: 1023px) {
  .subpage .interview_box .voice_box {
    width: 48%;
  }
}
@media (max-width: 639px) {
  .subpage .interview_box .voice_box {
    width: auto;
  }
}
.subpage .interview_box .voice_box .interviewer .interview_text p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 30px 0;
  margin: 10px 0;
  background: rgba(70, 133, 214, 0.8);
  font-feature-settings: "palt";
}
.subpage .interview_box .voice_box:nth-child(even) .interview_text {
  border-color: #25BCC7;
}
.subpage .interview_box .voice_box:nth-child(even) .interviewer .interview_text p {
  background: rgba(37, 188, 199, 0.8);
}
.subpage .interview_box .voice_box .interview_name {
  background: #F2F5F9;
  padding: 30px;
  box-sizing: border-box;
}
.subpage .interview_box .voice_box .interview_name span {
  font-size: 12px;
  color: #286BC1;
  margin-bottom: 10px;
  display: inline-block;
}
.subpage .interview_box .voice_box:nth-child(even) .interview_name {
  background: #E6F4F5;
}
.subpage .interview_box .voice_box:nth-child(even) .interview_name span {
  color: #25BCC7;
}
.subpage .interview_box .voice_box:hover {
  opacity: 0.8;
}
.subpage .interview_box .voice_box img {
  transition: transform 0.5s ease-out;
  width: 100%;
}
.subpage .interview_box .voice_box:hover img {
  transform: scale(1.2);
}
.subpage .voice_top_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .subpage .voice_top_box {
    flex-direction: column;
  }
}
.subpage .voice_lead {
  width: 600px;
  background: #4685D6;
  padding: 40px 60px;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 1023px) {
  .subpage .voice_lead {
    width: 100%;
    padding: 30px;
    font-feature-settings: "palt";
  }
}
.subpage .voice_lead .top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.subpage .voice_lead .bottom .since {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.subpage .voice_lead .bottom .name {
  font-size: 125%;
  font-weight: 500;
  margin-bottom: 30px;
}
.subpage .voice_top_box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .voice_qa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 20px 0 35px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .subpage .voice_qa {
    padding-bottom: 0;
  }
}
.subpage .voice_qa .pic {
  max-width: 600px;
  margin-left: 20px;
  box-shadow: -20px -20px 0 0 #4685d6;
}
@media (max-width: 1023px) {
  .subpage .voice_qa .pic {
    max-width: 100%;
    width: 100%;
    max-height: 500px;
  }
}
.subpage .voice_qa .qa_text_box {
  background: #F2F5F9;
  padding: 30px 60px;
  box-sizing: border-box;
  width: 60%;
  max-width: 600px;
  position: absolute;
  right: 120px;
  bottom: -30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 1023px) {
  .subpage .voice_qa .qa_text_box {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subpage .voice_qa .qa_text_box {
    padding: 30px;
  }
}
.subpage .voice_qa.reverse .pic {
  margin-left: auto;
  margin-right: 20px;
  box-shadow: 20px -20px 0 0 #4685d6;
}
.subpage .voice_qa.reverse .qa_text_box {
  right: inherit;
  left: 120px;
}
.subpage .day-schedule {
  background: #4685D6;
  padding: 30px 0;
  margin-bottom: 60px;
}
.subpage .day-schedule .min_ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.subpage .day-schedule .sch_block {
  position: relative;
}
.subpage .day-schedule .sch_block dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
}
.subpage .day-schedule .sch_block dl:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background: #fff;
  position: absolute;
  left: 108px;
  top: 0;
}
@media (max-width: 479px) {
  .subpage .day-schedule .sch_block dl:before {
    left: 80px;
  }
}
.subpage .day-schedule .sch_block dl:last-child {
  padding-bottom: 20px;
}
.subpage .day-schedule .sch_block dl .time {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: right;
  width: 70px;
  position: relative;
  padding-right: 50px;
}
.subpage .day-schedule .sch_block dl::after {
  content: "";
  display: block;
  background: url(../../../img/common/sch_circle.webp) no-repeat 0 0;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 90px;
  top: 10px;
}
@media (max-width: 479px) {
  .subpage .day-schedule .sch_block dl::after {
    left: 62px;
  }
}
.subpage .day-schedule .sch_block dl .sch_ttl {
  background: #fff;
  display: block;
  width: 65%;
  padding: 20px 40px;
  position: relative;
  color: #286BC1;
  font-weight: 500;
  margin-left: 60px;
}
@media (max-width: 479px) {
  .subpage .day-schedule .sch_block dl .sch_ttl {
    margin-left: 40px;
    padding: 20px 15px;
  }
}
.subpage .day-schedule .sch_block dl .sch_ttl:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #ffffff;
  border-left: 0;
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.subpage .voice .bottom_txt .min_ttl {
  color: #25BCC7;
}
.subpage .voice .bottom_txt {
  text-align: center;
  border: 3px solid #25BCC7;
  padding: 30px;
  margin: 0 0 40px;
  background: #fff;
}
.subpage .voice .next_voice {
  justify-content: center;
  display: flex;
  align-items: center;
}
.subpage .next_voice li {
  color: #286BC1;
  font-weight: 500;
  width: 180px;
}
.subpage .next_voice li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .subpage .next_voice li:not(:last-child) {
    margin-right: 0;
  }
}
.subpage .next_voice li a {
  color: #286BC1;
  font-family: "Roboto", sans-serif;
  padding: 12px 5px;
  border: 1px solid #286BC1;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all;
}
.subpage .next_voice li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../../img/common/bl_arrow.webp) no-repeat 0 0;
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-left: 20px;
}
.subpage .next_voice li:hover a {
  background: #286BC1;
  color: #fff;
}
.subpage .sub__wrap {
  max-width: 960px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}
.subpage .requirement .tab_wrap {
  border-bottom: 3px solid #25BCC7;
  margin-bottom: 50px;
}
.subpage .requirement .requirement_wrap {
  border-bottom: 3px solid #25BCC7;
  margin-bottom: 50px;
}
.subpage .requirement .tabMenu {
  display: flex;
  flex-wrap: wrap;
}
.subpage .requirement .tabMenu li {
  width: 24.5%;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .subpage .requirement .tabMenu li {
    width: 50%;
  }
}
.subpage .requirement .tabMenu li:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .subpage .requirement .tabMenu li:not(:last-child) {
    margin-right: 0;
  }
}
.subpage .requirement .tabMenu li a {
  padding: 20px 10px;
  color: #31A0C2;
  display: block;
  background: #E6F4F5;
  font-weight: 500;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .subpage .requirement .tabMenu li a {
    font-size: 13px;
    padding: 20px 5px;
  }
}
.subpage .requirement .tabMenu .active a {
  opacity: 1;
}
.subpage .rec_tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.subpage .rec_tbl table th, .subpage .rec_tbl table td {
  padding: 20px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 767px) {
  .subpage .rec_tbl table th, .subpage .rec_tbl table td {
    display: block;
    width: 100%;
  }
}
.subpage .rec_tbl table th {
  color: #fff;
  font-weight: 500;
  width: 20%;
}
.subpage .rec_tbl .top_tbl th {
  background: #25BCC7;
}
.subpage .rec_tbl .bottom_tbl th {
  background: #4685D6;
}
.subpage .rec_tbl table .itemlist {
  line-height: 1.5;
}
.subpage .requirements .entry_btn {
  background: #25BCC7;
  outline-color: #25BCC7;
  max-width: 460px;
  width: 100%;
}
.subpage .requirements .entry_btn::before {
  background: url(../../../img/icon/entry_btn_icon.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.subpage .contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}
@media (max-width: 639px) {
  .subpage .contact {
    padding: 10px;
  }
}
.subpage .contact .consent {
  text-align: center;
  margin-bottom: 30px;
}
.subpage .contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}
.subpage .contact .require {
  display: inline-block;
  background: #0656a6;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}
.subpage .contact .consent label {
  display: block;
  position: relative;
  padding-left: 1em;
}
.subpage .contact .consent label input {
  position: absolute;
  margin-top: 0.4rem;
  margin-left: -1.25rem;
}
.subpage .contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .subpage .contact .list {
    flex-wrap: wrap;
  }
}
.subpage .contact .list .box {
  border: 1px solid #2A5B88;
  margin-bottom: 30px;
  width: 48%;
}
@media (max-width: 639px) {
  .subpage .contact .list .box {
    margin-bottom: 30px;
    width: 100%;
  }
}
.subpage .contact .list .box .sub_ttl {
  background: #F3F3F3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  font-size: 134%;
}
.subpage .contact .list .box .inner {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .subpage .contact .list .box .inner {
    padding: 20px;
    width: 100%;
  }
}
.subpage .contact .list .box .inner p {
  margin-bottom: 30px;
}
.subpage .contact .list .btn {
  width: 100%;
  background: #2A5B88;
  color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: 0.5s all;
  position: relative;
}
@media (max-width: 639px) {
  .subpage .contact .list .btn {
    width: 100%;
    background: #2A5B88;
    color: #FFF;
    padding: 15px;
  }
}
.subpage .contact .list .btn:hover {
  opacity: 0.7;
}
.subpage .contact .list .btn:hover:after {
  right: 5px;
  transition: 0.5s all;
}
.subpage .contact .list .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 184%;
  top: 12px;
}
.subpage .contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}
@media (max-width: 639px) {
  .subpage .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
}
.subpage .contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}
.subpage .contact form table th, .subpage .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 639px) {
  .subpage .contact form table th, .subpage .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
}
.subpage .contact form table th {
  width: 32%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.94rem;
}
@media (max-width: 639px) {
  .subpage .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
}
.subpage .contact form table th span {
  margin-left: 10px;
}
.subpage .contact form table td div {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .subpage .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
}
.subpage .contact form table td textarea {
  width: 90%;
}
.subpage .contact form table td span {
  display: inline-block;
  vertical-align: bottom;
}
.subpage .contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}
.subpage .contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}
.subpage .contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.subpage .contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}
.subpage .contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}
.subpage .contact form table .normal_txt {
  width: 100%;
}
@media (max-width: 639px) {
  .subpage .contact form table .normal_txt {
    width: 100%;
  }
}
.subpage .contact form table .small_txt {
  width: 75%;
}
@media (max-width: 639px) {
  .subpage .contact form table .small_txt {
    width: 50%;
  }
}
.subpage .contact form table .tiny_txt {
  width: 25%;
}
.subpage .contact form .button_area {
  text-align: center;
  width: 100%;
}
.subpage .contact form .button_area br {
  display: none;
}
.subpage .contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}
.subpage .contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #0656a6;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}
.subpage .company_tbl {
  box-sizing: border-box;
  padding: 0px 20px;
}
.subpage .company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.subpage .company_tbl table tr {
  width: 100%;
}
@media (max-width: 1023px) {
  .subpage .company_tbl table tr {
    border: 1px solid #CCC;
  }
}
.subpage .company_tbl table th, .subpage .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 100%;
}
@media (max-width: 1023px) {
  .subpage .company_tbl table th, .subpage .company_tbl table td {
    padding: 15px;
    border: none !important;
    font-size: 100%;
    display: block;
  }
}
@media (max-width: 1023px) {
  .subpage .company_tbl table thead {
    display: none;
  }
}
.subpage .company_tbl table th {
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .subpage .company_tbl table th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
}
.subpage .company_tbl table td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .subpage .company_tbl table td {
    background: white;
  }
  .subpage .company_tbl table td dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .subpage .company_tbl table td dl dt {
    width: 40%;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .subpage .company_tbl table td dl dd {
    width: 60%;
    margin-bottom: 8px;
  }
}
.subpage .p-new-graduate-menu {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media (max-width: 639px) {
  .subpage .p-new-graduate-menu {
    flex-direction: column;
    gap: 1rem;
  }
}
.subpage .p-new-graduate-menu img {
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=page.css.map */