	@charset "UTF-8";
/*----------------------------------------
* last update 2023-02-03
*
* +00 reset
* +01 contents
----------------------------------------*/
/*----------------------------------------------------
++00 reset
----------------------------------------------------*/
ul, li {
  list-style: none;
  padding: 0;
}

/*----------------------------------------------------
++01 contents
----------------------------------------------------*/

h1 {
  font-size: 2.4rem;
  text-align: center;
  margin: 50px auto;
}

h2.about-us-head::after, h2.job01::after, h2.job02::after, h2.job03::after, .footer-entry h2::after, .recruit-footer h2::after {
  background: none!important;
}
h2 {
  border-bottom: none!important;
}

h2:after {
}

.bold {
  font-weight: bold;
}

.font-blue {
  color: #547DDA;
}

.font-red {
  color: #FF1622;
}

.font-green {
  color: #05A838;
}

.font-large01 {
  font-size: 2.4rem;
}

.w80 {
  width: 80%;
  margin: 0 auto!important;
}

.yellow-marker {
  background-color: #ff9;
}

.head2-line {
  font-size: 3em!important;
  font-weight: bold;
  margin: 26px 0 0 0!important;
  padding-bottom: 0!important;
  padding-top: 70px!important;
}

.head2-line::after {
  background: none!important;
}

.head2-line .caption {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 1em;
}

.head2-line .caption::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 45px;
  height: 2px;
  background-color: #547DDA;
}

.head3-line {
  font-size: 2.3em!important;
  line-height: 1.8em!important;
  margin-left: 0!important;
  margin-right: 0!important;

}

.head3-line::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 12px;
  background: #547DDA!important;
  background-image: none!important;
}

.head-bottom-line {
  position: relative;
  margin-bottom: 1em;
}
.head-bottom-line::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #547DDA;
  border-radius: 2px;
}

.title {
  margin-top: 0;
  margin-left: 0!important;
  font-size: 1.2em;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 8px #547DDA; /*左線*/
}

.triangle {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #547DDA transparent transparent transparent;
}

.job-flow {
  padding-left: 120px;
  position: relative;
}

.job-flow::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #6F7070;
  margin-left: -4px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.job-flow > li {
  position: relative;
}

.job-flow > li:not(:last-child) {
  margin-bottom: 8vh;
}

.job-flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #547DDA;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 80;
}

.job-flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #547DDA;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.job-flow > li dl {
  padding-left: 70px;
  position: relative;
}

.job-flow > li dl::before,
.job-flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.job-flow > li dl::before {
  width: 12px;
  height: 12px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -9px;
}

.job-flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.job-flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #547DDA;
  margin-bottom: 1vh;
}

.sampleSection {
  width: 100%;
  max-width: 835px;
  margin: 20px auto 0 auto;
  padding: 40px 0 60px;
}
.sampleSection h2 {
  font-size: 2.4rem;
  margin: 0 auto 30px;
}

address {
  font-style: normal;
}
address .address-bg {
  line-height: 2.4em;
  background-color: #F2FBFE;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #547DDA;
}
address .address-bg a {
  text-decoration: underline;
}
address span {
  background-color: #547DDA;
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  margin-right: 1.2em;
}

.font_size_default {
  font-size: 1.6rem;
}

.font_size_20 {
  font-size: 2rem;
}

.font_size_large01 {
  font-size: 2.4rem!important;
}

.mt0 {
  margin-top: 0px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt50 {
  margin-top: 50px!important;
}

.mt70 {
  margin-top: 70px!important;
}

.mt120 {
  margin-top: 120px!important;
}

.mb70 {
  margin-bottom: 70px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.pt40 {
  padding-top: 40px!important;
}

.pt70 {
  padding-top: 70px!important;
}

.pt120 {
  padding-top: 120px!important;
}

.pd30 {
  padding-bottom: 30px!important;
}

.pd120 {
  padding-bottom: 120px!important;
}

@media screen and (max-width: 810px) {
  .btn06 {
    width: 100%;
  }
  .sampleSection {
    width: calc(100% - 20px - 20px);
  }
  .job-flow > li dl {
    padding-left: 30px;
  }
  .job-flow > li dl::after {
    width: 20px;
  }
  .head2-line {
    font-size: 2.5em;
  }
  .head3-line {
    font-size: 1.8em;
  }
}
/* parts_accordion */
.faqItem {
  background: #fff;
  border: 1px solid #5E71AB;
  border-bottom: none;
  margin: 0 auto;
}
.faqItem:last-child {
  border-bottom: 1px solid #5E71AB;
}
.faqItem h3 {
  margin-top: 0;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 25px 80px 25px 74px;
  cursor: pointer;
}
.faqItem h3:before {
  position: absolute;
  left: 20px;
  top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  background: #547DDA;
  border-radius: 100%;
  content: "Q";
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.faqItem h3:after {
  position: absolute;
  right: 27px;
  top: 50%;
  display: inline-block;
  content: "";
  width: 24px;
  height: 10px;
  background: url(/themes/main/assets/img/recruit/i_faq_down.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.faqItem h3.is_open {
/*  background: #EEF6FA;*/
}
.faqItem h3.is_open:after {
  background: url(/themes/main/assets/img/recruit/i_faq_up.svg) no-repeat center center;
  background-size: contain;
}
.faqItem h3.is_open + div {
/*  background: #EEF6FA;*/
}
.faqItem > div {
  position: relative;
  border-top: 1px solid #5E71AB;
  padding: 25px 80px 25px 74px;
}
.faqItem > div:before {
  position: absolute;
  left: 20px;
  top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  content: "A";
  background: #FF6262;
  border-radius: 100%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 2px;
}
.faqItem > div p {
  font-size: 1.8rem;
  margin: 0 auto 25px;
}
.faqItem > div p:last-child {
  margin: 0 auto;
}

.recruit-btn_02 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 274px;
  height: 65px;
  background: transparent;
  color: #5D7CD4;
  font-size: 1.6rem;
  font-weight: bold;
  border: 3px solid rgba(43, 63, 178, 0.8);
  border-radius: 22px;
  padding-top: 4px;
  transition: all 0.3s;
  margin: 0 0 0 auto;
}
.recruit-btn_02:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/themes/main/assets/img/recruit/icon_arrow_right.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.recruit-btn_02:hover {
  text-decoration: none;
  opacity: 0.4;
}

@media screen and (max-width: 810px) {
  .faqItem h3 {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 25px 40px 25px 59px;
  }
  .faqItem h3:before {
    top: 16px;
    left: 12px;
  }
  .faqItem h3:after {
    width: 15px;
    height: 8px;
  }
  .faqItem > div {
    padding: 25px 40px 25px 59px;
  }
  .faqItem > div:before {
    top: 16px;
    left: 12px;
  }
  .faqItem > div p {
    font-size: 1.6rem;
  }
  .recruit-btn_02 {
    margin: 0 auto;
  }
  .recruit-btn_02:after {
    right: 16px;
  }
}
/* parts_slider */
.sliderList {
  position: relative;
  width: 835px;
  margin: 0 auto;
}

.sliderList_item {
  position: relative;
  width: 284px;
}
.sliderList_item figure {
  width: 100%;
  height: 160px;
  border-radius: 15px 15px 0 0;
  margin: 0 auto;
}
.sliderList_item figure img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.sliderList_item .staffData {
  background: linear-gradient(to right, #0088C3, #658BEF);
  padding: 22px 18px 5px;
  border-radius: 0 0 15px 15px;
}
.sliderList_item .staffData h3 {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  border-left: 4px solid #fff;
  padding: 0 0 0 7px;
  margin: 0 auto;
}
.sliderList_item .staffData .metaData {
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #fff;
  padding: 15px 0 0;
  margin: 17px auto 0;
}
.sliderList_item .staffData .metaData p {
  margin: 0 auto 12px;
}
.sliderList_item .staffData .metaData p.joining {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  height: 20px;
  background: #fff;
  color: #566CB1;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 10px;
  padding: 0 14px;
}
.sliderList_item .staffData .metaData h4 {
  font-size: 1.8rem;
  margin: 0 auto 2px;
}
.sliderList_item .staffData .metaData ul {
  margin: 0 auto 8px;
}
.sliderList_item .staffData .metaData ul li {
  font-size: 1.4rem;
  line-height: 1.7;
}

.btn_01 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 274px;
  height: 35px;
  background: #fff;
  color: #546BB0;
  font-size: 1.3rem;
  border: 2px solid rgba(43, 63, 178, 0.8);
  box-shadow: 0 5px 0 rgba(43, 63, 178, 0.62);
  border-radius: 6px;
  transition: top 0.3s;
  margin: 0 auto;
}
.btn_01:hover {
  text-decoration: none;
  top: 2px;
  box-shadow: 0 2px 0 rgba(43, 63, 178, 0.62);
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slide-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.slide-arrow:hover {
  opacity: 0.7;
}
.slide-arrow.prev-arrow {
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(calc(-50% - 10px));
}
.slide-arrow.next-arrow {
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(calc(-50% - 10px));
}

.slick-list {
  margin-right: -5px;
}

.slick-slide {
  margin-right: 5px;
}

.slick-current {
  opacity: 1;
}

.slick-dots {
  bottom: -55px;
}
.slick-dots li button:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background: transparent;
  border: 1px solid #6F7070;
  border-radius: 100%;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: #6F7070;
  opacity: 1;
}

@media screen and (max-width: 810px) {
  .sliderList {
    width: 100%;
  }
  .slide-arrow.prev-arrow {
    left: 50px;
  }
  .slide-arrow.next-arrow {
    right: 50px;
  }
  .slick-list {
    margin-right: -9px;
  }
  .slick-slide {
    margin-right: 9px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
/* parts_modal */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal .innerModal {
  position: absolute;
  top: calc(50% + 12px);
  left: 50%;
  width: calc(100% - 20px - 20px);
  max-width: 800px;
  height: auto;
  min-height: 200px;
  max-height: 90vh;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  z-index: 1001;
}
.modal .innerModal .innerModal_body {
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  padding: 60px 20px 40px;
}
.modal .innerModal .innerModal_body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
.modal .innerModal .innerModal_body ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
}
.modal .innerModal .innerModal_body ul li {
  width: calc(50% - 4px);
  max-width: 154px;
}
.modal .innerModal .innerModal_body ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.modal .innerModal .btn.modalClose {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("/themes/main/assets/img/recruit/icon_close.svg") no-repeat center center;
  background-size: 17px 17px;
  cursor: pointer;
}
.modal .overLay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}

@media screen and (max-width: 810px) {
  .modal .innerModal .innerModal_body {
    max-height: 80vh;
  }
}
.btn_03 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 274px;
  height: 55px;
  background: linear-gradient(to right, #FFCF39, #FF8210, #FF5E2F);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #FF641F;
  border-radius: 14px;
  padding-top: 4px;
  transition: all 0.3s;
  margin: 0 auto;
}
.btn_03:after {
  position: absolute;
  right: 31px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/themes/main/assets/img/recruit/icon_arrow_right_white.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.btn_03:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn_03:visited, .btn_03:active {
  color: #fff;
}

/*--リクルートトップ--*/
.recruit-mainvisual {
  background-image: url("/themes/main/assets/img/recruit/recruit-mainvisual.jpg");
  background-size: cover;
  height: 700px;
}
.recruit-mainvisual .recruit-mainvisual-bg {
  height: 700px;
  background-color: rgba(0, 30, 131, 0.7);
}
.recruit-mainvisual .recruit-mainvisual-bg .recruit-title {
  font-weight: bold;
  font-size: 3.3rem;
  color: #fff;
  margin-top: 0px;
}
.recruit-mainvisual .recruit-mainvisual-bg .pc-only {
  margin-top: 20px;
}
.recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title::before {
  position: absolute;
  left: 250px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title::after {
  position: absolute;
  content: "";
  right: 250px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.recruit-mainvisual .recruit-mainvisual-bg .two-col {
  margin: 0 auto;
  max-width: 390px;
  justify-content: center;
  align-items: center;
}

.recruit-aboutus {
  padding-bottom: 120px;
  background-image: url("/themes/main/assets/img/recruit/aboutus-bg.svg");
  background-size: cover;
  background-position: center;
}
.recruit-aboutus .recruit-aboutus-logistics {
  max-width: 550px;
  margin: 3em auto 0 auto;
}

h2.about-us-head {
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
h2.about-us-head::after {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(193, 193, 193);
  font-size: 90px;
  content: "About Us";
  z-index: -1;
  font-family: "Anton", sans-serif;
  width: auto;
}
h2.about-us-head::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #547DDA;
  border-radius: 2px;
}

.recruit-job3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/themes/main/assets/img/recruit/top-job-bg.jpg");
}
.recruit-job3 .recruit-3job-bg {
  padding-top: 4em;
  padding-bottom: 8em;
  background: rgb(28, 51, 207);
  background: linear-gradient(90deg, rgba(28, 51, 207, 0.8) 0%, rgba(38, 100, 239, 0.8) 100%);
  color: #fff;
}
.recruit-job3 h3::before {
  background-color: #fff;
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-bottom: 1em;
}

.post h2 {
  margin-top: 0;
  position: relative; /*相対位置*/
  padding-left: 4.5em; /*アイコン分のスペース*/
  line-height: 1.4; /*行高*/
}

.post h2:before {
  font-family: "Anton", sans-serif;
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 3.8em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: -0.3em; /*アイコンの位置*/
  letter-spacing: 0.05em;
}

.job01:before {
  content: "01";
  color: #FF1622;
}

.job02:before {
  content: "02"; /*アイコンのユニコード*/
  color: #05A838;
}

.job03:before {
  content: "03"; /*アイコンのユニコード*/
  color: #46C9FF;
}

.recruit-contact {
  margin-bottom: 2em;
}

.blue-wrap {
  padding: 30px 0 60px 0;
  background: #F2FBFE;
}

.radius-white {
  border-radius: 15px;
  padding: 1.3em;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px #d1d1d1;
}

.position-centerwrap {
  position: relative;
}

.position-center {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  margin-left: 0!important;
  margin-right: 0!important;
}

.step-wrap {
  display: inline-block;
  text-align: center;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  padding: 10px;
  line-height: 1.6em;
  font-weight: bold;
}
.step-wrap .number {
  font-size: 2em;
}

/*--  社員応援プラン  --*/
.step-gray {
  background-color: #777;
  color: #fff;
}

.step-blue {
  background-color: #547DDA;
  color: #fff;
  
}


.step-green {
  background-color: #64AC58;
  color: #fff;
}

.step-red {
  background-color: #EA4436;
  color: #fff;
}

.career-step {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.career-step li {
  display: table-cell;
  position: relative;
  background: #547DDA;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}

.career-step li:last-child {
  padding-right: 1em;
}

.career-step li:last-child:before,
.career-step li:last-child:after {
  display: none;
}

.career-step li:before,
.career-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.career-step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.career-step li:after {
  top: -15px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #547DDA;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}

.career-up-title {
  vertical-align: text-bottom;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 13px;
}

.job-rotation h3 {
  margin-left: 0;
  margin-right: 0;
}

.job-rotation dl {
  margin-left: 0;
  margin-right: 0;
}

.job-rotation p {
  margin-left: 0;
  margin-right: 0;
}

.job-rotation .col2 {
  width: 50%;
  padding: 3%;
  height: 220px;
}
.job-rotation .col2:first-child {
  padding: 0;
}

.work-life-balance h2 {
  margin-left: 0;
  margin-right: 0;
}

.work-life-balance p {
  margin-left: 0;
  margin-right: 0;
}

.work-life-balance h3 {
  margin-left: 0;
  margin-right: 0;
}


.work-life-balance .col4 p img {
  height: 90px;
}

/*--  インタビュー一覧  --*/
.recruit-interview-wrap h2 {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.04em;
  font-size: 5em!important;
}
.recruit-interview-wrap .col2 {
  padding: 3%;
}

.interview-list {
  border-radius: 20px;
  overflow: hidden;
}

.interview-head {
  padding: 0.25em 0.8em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #fff; /*左線*/
}

.interview-bg {
  color: #fff;
  padding: 20px;
  background: rgb(28, 51, 207);
  background: linear-gradient(90deg, rgb(28, 51, 207) 0%, rgb(0, 136, 195) 100%);
}
.interview-bg dl {
  margin-top: 1em;
}
.interview-bg dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.interview-bg div > p {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  color: #547DDA;
  display: inline-block;
  font-weight: bold;
}

.interview-main {
  margin: 0;
}

.interview-header {
  min-height: 500px;
/*  background-image: linear-gradient(90deg, rgba(28, 51, 207, 0.5) 0%, rgba(3, 138, 198, 0.2) 45%, rgba(14, 244, 255, 0) 99%), url("/themes/main/assets/img/recruit/kokochi-01-top.jpg");*/
  background-size: cover;
}
.interview-header p, .interview-header dl dd {
  margin-top: 0;
  color: #fff;
}
.interview-header .copy-border {
  max-width: 480px;
  margin-top: 1.3rem;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  padding: 12px;
  display: inline-block;
}

.white-bg {
  background-color: #fff;
  color: #547DDA !important;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 1em;
}

main {
  overflow: hidden;
}

.interview-title {
  color: #547DDA;
  font-size: 2.2rem;
}

.col-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  padding: 40px 40px 12px 40px;
  margin: 70px auto 0 auto;
}
.col-wrap p {
  line-height: 1.8;
}
.col-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.reverse {
  flex-direction: row-reverse;
}

.column {
  width: 48%;
}
.column p {
  margin-top: 1.2em;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  margin-top: -20px;
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}

/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  margin-top: -20px;
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}

/*右側へ要素を広げる（1カラム）*/
.outside-right {
  margin-right: calc(50% - 50vw);
}

/*左側へ要素を広げる（1カラム）*/
.outside-left {
  margin-left: calc(50% - 50vw);
}

.career-step-table {
  margin: 0;
}

.career-step-table th,
.career-step-table td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #fff;
}

.w28 {
  width: 28%;
}

.w56 {
  width: 56%;
}

.check li {
  font-weight: bold;
  margin-left: 3em;
  font-size: 1.5em;
  padding-left: 1.6em;
  position: relative;
  line-height: 3;
}
.check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.3em;
  left: 0em;
  width: 20px;
  height: 10px;
  border-left: 3px solid #547DDA;
  border-bottom: 3px solid #547DDA;
  transform: rotate(-45deg);
}

.interview-table,
table {
  border-collapse: collapse;
  width: 100%;
}

.interview-table th,
.interview-table td {
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.interview-table th {
  width: 30%;
  color: #547DDA;
}

.career-step-table th,
.career-step-table td,
.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.tb01 th {
  background: #547DDA!important;
  color: #fff;
  width: auto!important;
  text-align: center!important;
}

.tb01 td {
  background: #fff;
}

.flow-wrap {
  text-align: center;
  max-width: 60px;
  height: 60px;
  border-radius: 50px;
  padding: 15px 10px;
  line-height: 1.8em;
  font-weight: bold;
}
.flow-wrap .number {
  font-size: 1.2em;
}

/*--インタビュー詳細---*/
.interview-wrap h2 {
  margin: auto!important;
}


/*--仕事内容・募集要項---*/
.job-list-type p {
  margin: 25px auto!important;
  max-width: 150px;
}
.job-list-type p img {
  border-radius: 15px;
  width: 85%;
}

.job-list-type h4 {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.job-list-type h4::before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #547DDA;
  border-radius: 2px;
}

.head-tab {
  margin-top: 0;
  margin-bottom: 20px;
}

.recruit-id01 .suggest {
  margin-top: 0;
}

.footer-entry {
  padding: 2em 0 4em 0;
}
.footer-entry h2 {
  text-align: center;
  margin: 48px 0 0 0;
  font-size: 24px;
  padding-bottom: 0;
}
.footer-entry .two-col {
  justify-content: center;
}
.footer-entry .footer-entry-wrap {
  max-width: 380px;
  margin: 0 auto;
}

.recruit-footer {
  padding: 2em 0 4em 0;
  background-image: linear-gradient(90deg, rgb(101, 139, 239), rgba(0, 136, 195, 0.87));
}
.recruit-footer h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 48px;
  padding-bottom: 0;
}
.recruit-footer .two-col {
  justify-content: center;
}

.two-col {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.col2 {
  width: 48%;
  padding: 1%;
}

p.col2 {
  margin-left: 0;
  margin-right: 0;
}

#job-tab01 p {
 margin-left: 0;
  margin-right: 0;
}

#job-tab02 p {
 margin-left: 0;
  margin-right: 0;
}

.three-col,
.four-col {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px 30px 0;
}

.col3 {
  width: 30%;
  padding: 1.5%;
  margin: 1.5%;
}

.col4 {
  width: 23%;
  padding: 2% 1%;
  margin: 1%;
}

.five-col {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px 0px 30px 0;
}

.recruit-career h3 {
  margin-left: 0;
  margin-right: 0;
}

.recruit-career p {
  margin-left: 0;
  margin-right: 0;
}

.recruit-career .col37 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 30px 0;
}
.recruit-career .col37 .col30 {
  width: 20%;
  padding-right: 3%;
}
.recruit-career .col37 .col70 {
  width: 80%;
  font-size: 2rem;
}

.col37 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 30px 0;
}
.col37 .col30 {
  width: 27%;
  padding-right: 3%;
}
.col37 .col70 {
  width: 70%;
}

.five-col {
  flex-wrap: wrap;
}

.recruit-flow .col5 {
  position: relative;
  width: 17%;
  padding: 0.5%;
  margin: 1.5%!important;
}

.recruit-flow .col5 p {
  margin-left: 0;
  margin-right: 0;
}

.recruit-flow .col5 p img {
  width: 45%;
}

.recruit-future h4 {
  margin-left: 0;
  margin-right: 0;
}

.recruit-future p {
  margin-left: 0;
  margin-right: 0;
}

.recruit-future .col37 {
  border-radius: 20px;
  padding: 1.3em;
  background-color: #fff;
}
.recruit-future .col37 .col70 .font-blue::after,
.recruit-future .col37 .col70 .font-green::after,
.recruit-future .col37 .col70 .font-red::after {
  display: inline-block;
  content: "";
  height: 3px;
  width: 30px;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 8px;
  flex-grow: 1;
}
.recruit-future .col37 .col70 .font-blue::after {
  background-color: #547DDA;
}
.recruit-future .col37 .col70 .font-green::after {
  background-color: #05A838;
}
.recruit-future .col37 .col70 .font-red::after {
  background-color: #FF1622;
}
.recruit-future .col37 .col70 .recruit-future-step01,
.recruit-future .col37 .col70 .recruit-future-step02,
.recruit-future .col37 .col70 .recruit-future-step03 {
  color: #fff;
  padding: 6px 8px;
  display: inline-block;
}
.recruit-future .col37 .col70 .recruit-future-step01 {
  background-color: #547DDA;
}
.recruit-future .col37 .col70 .recruit-future-step02 {
  background-color: #05A838;
}
.recruit-future .col37 .col70 .recruit-future-step03 {
  background-color: #FF1622;
}
.recruit-future .border-blue {
  border: 5px #547DDA solid;
}
.recruit-future .border-green {
  border: 5px #05A838 solid;
}
.recruit-future .border-red {
  border: 5px #FF1622 solid;
}
.recruit-future ul .two-col:nth-child(odd) {
  flex-direction: row-reverse;
}
.recruit-future ul .two-col {
  margin-bottom: 1.8em;
  justify-content: space-around;
}
.recruit-future .col2 {
  text-align: justify;
}

.recruit-message p {
  margin-left: 0;
  margin-right: 0;
}

.recruit-message .copy-img {
  width: 270px;
  margin: 20px 0 0 auto;
}

.recruit-message .col30 {
  width: 32%;
}
.recruit-message .col70 {
  width: 66%;
}

.col5:after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  left: 105%;
}

.col5:last-child:after {
  content: none;
}

#sp-fixed-entry {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 810px) {
  .recruit-mainvisual {
    height: 630px;
  }
  .recruit-mainvisual .recruit-mainvisual-bg {
    height: 630px;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .sp-only {
    width: 350px;
    margin: 20px auto 0 auto;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title::before {
    left: 50px;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .recruit-entry-title::after {
    right: 50px;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .two-col .col2 {
    width: 45%;
    margin-top: 12px;
  }
  .recruit-mainvisual .recruit-mainvisual-bg .recruit-title {
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    /*margin-top: 0.5em;*/
  }
  .head-tab .col3 {
    padding: 0;
    margin: 0;
    width: 33%;
  }
  .col2 {
    width: 98%;
    padding: 0.5%;
  }
  .col4 {
    width: 48%;
    padding: 4%;
    margin: 3% 1%;
  }
  .five-col {
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit-flow .col5 {
    width: 27%;
    padding: 0.5%;
    margin: 8% 3%!important;
  }
  .recruit-flow .col37 p:first-child {
    width: 100%;
    padding-right: 0%;
  }
  .recruit-flow .col37 p {
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .check li {
    margin-left: 0.5em;
    font-size: 1.3em;
    line-height: 2.2;
  }
  .check li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0em;
    width: 20px;
    height: 10px;
    border-left: 3px solid #547DDA;
    border-bottom: 3px solid #547DDA;
    transform: rotate(-45deg);
  }
  /*--社員応援プラン---*/
  .about-us-head {
    font-size: 22px!important;
    text-align: center;
  }
  .about-us-head::after {
    font-size: 42px!important;
    top: -70px!important;
  }
  .recruit-aboutus .container p {
    text-align: left;
  }
  .recruit-aboutus {
    padding-bottom: 120px;
    background-image: url("/themes/main/assets/img/recruit/aboutus-bg-sp.svg");
    background-size: cover;
    background-position: center;
  }
  .job-rotation .col2 {
    width: 100%;
    padding: 4%;
    height: inherit;
  }
  .job-rotation .col2:first-child {
    padding: 0;
  }
  .recruit-career .col37 .col30 {
    padding: 2em;
    width: 80%;
    margin: 0 auto;
  }
  .recruit-career .col37 .col70 {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
  }
  /*--仕事内容・募集要項---*/
  .job-list .col3 {
    width: 47%;
  }
  .job-list .job-list-type h4 {
    font-size: 1.1em;
    margin-top: 1em;
  }
  .job-list .job-list-type p {
    margin: 15px auto;
    max-width: 120px;
  }
  .recruit-future .col37 {
    flex-direction: column-reverse;
  }
  .recruit-future .col37 .col30 {
    width: 75%;
    padding-right: 0;
    margin: 0 auto;
    margin-top: 1.5em;
  }
  .recruit-future .col37 .col70 {
    width: 100%;
  }
  .recruit-future .col37 .col70 h4 {
    margin-top: 0;
    color: #fff;
    text-align: center;
    padding: 8px 4px;
  }
  .recruit-future .col37 .col70 h4 .font-blue,
.recruit-future .col37 .col70 h4 .font-green,
.recruit-future .col37 .col70 h4 .font-red {
    color: #fff;
  }
  .recruit-future .col37 .col70 h4 .font-blue::after,
.recruit-future .col37 .col70 h4 .font-green::after,
.recruit-future .col37 .col70 h4 .font-red::after {
    display: inline-block;
    content: "";
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 0.3rem;
    margin: 0.4rem auto 0;
  }
  .recruit-future .col37 .col70 .bg-blue {
    background-color: #547DDA;
  }
  .recruit-future .col37 .col70 .bg-green {
    background-color: #05A838;
  }
  .recruit-future .col37 .col70 .bg-red {
    background-color: #FF1622;
  }
  .recruit-message .col37 .col30 {
    width: 75%;
    margin: 20px auto 0 auto;
  }
  .recruit-message .col37 .col70 {
    width: 100%;
  }
  .recruit-message .col37 .copy-img {
    margin: 0 auto;
  }
  .interview-title {
    max-width: 350px;
  }
  .recruit-id01 .contaner {
    width: inherit;
  }
  .interview-header {
    min-height: 500px;
/*    background-image: linear-gradient(45deg, rgba(28, 51, 207, 0.5) 30%, rgba(3, 138, 198, 0.2) 50%, rgba(14, 244, 255, 0) 65%), url("/themes/main/assets/img/recruit/kokochi-01-top-sp.jpg");*/
    background-size: cover;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .column {
    width: 100%;
  }
  .column-outside-right {
    margin-left: 0;
    margin-top: 0;
  }
  .column-outside-left {
    margin-top: 0;
    margin-left: 0;
    margin-right: 1px;
  }
  .col-wrap {
    flex-wrap: wrap;
    display: flex;
    padding: 30px 20px;
  }
  .recruit-job3 .col-wrap {
    flex-direction: column-reverse;
  }
  .footer-entry .footer-entry-wrap {
    text-align: center;
  }
  .footer-entry .footer-entry-wrap .two-col .col2 {
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=style.css.map */