@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.re_sing .page_inner {
  padding-top: 45px;
}
@media screen and (max-width: 820px) {
  .re_sing .page_inner {
    padding-top: 40px;
  }
}
.re_sing .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  column-gap: 15px;
  margin-top: 60px;
  max-width: 969px;
}
@media screen and (max-width: 820px) {
  .re_sing .tag_list {
    margin-top: 30px;
    display: block;
  }
}
.re_sing .tag_list .list_b {
  display: block;
  width: calc(33.3333% - 10px);
  border: 1px solid #202B5C;
  line-height: 50px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.045em;
  font-weight: 600;
  color: #202B5C !important;
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  .re_sing .tag_list .list_b {
    width: 100%;
    font-size: 16px;
  }
  .re_sing .tag_list .list_b + a {
    margin-top: 10px;
  }
}
.re_sing .tag_list .list_b::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  right: 12px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/top/btn_y.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.re_sing .tag_list .list_b:hover::after {
  right: 22px;
}
.re_sing .tag_list .on {
  background: #202B5C;
  color: #ffffff !important;
}
.re_sing .tag_list .on::after {
  background: url(../img/top/btn_w.png);
  background-size: 100% 100%;
}
.re_sing .tag_list .on:hover::after {
  right: 12px;
}
.page_h2_ttl_blue span {
  letter-spacing: -0.2em;
}
.re_box {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .re_box {
    margin-top: 30px;
  }
}
.re_box .page_inner {
  padding-top: 0;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 820px) {
  .re_box .page_inner {
    display: block;
    padding-left: 20px;
  }
}
.re_box .pro_box_img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_img {
    width: 100%;
  }
}
.re_box .pro_box_txt {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt {
    margin-top: 20px;
    width: 100%;
  }
}
.re_box .pro_box_txt ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li + li {
    margin-top: 25px;
  }
}
.re_box .pro_box_txt ul li .blue_box {
  background: #EAECEF;
  margin-top: 30px;
  padding: 18px 10px;
  color: #202B5C;
  text-align: center;
  display: block;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .blue_box {
    padding: 10px;
    margin-top: 15px;
  }
}
.re_box .pro_box_txt ul li .ttl_item {
  position: relative;
  min-height: 148px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .ttl_item {
    min-height: 125px;
  }
}
.re_box .pro_box_txt ul li .ttl_item .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Serif JP", serif;
  color: #202B5C;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.01;
  width: 161px;
  height: 148px;
  text-align: left;
  padding-left: 34px;
  background: url(../img/recruit/icon_bg.png) no-repeat bottom;
  background-size: 161px 113px;
}
.re_box .pro_box_txt ul li .ttl_item .icon span {
  display: block;
  line-height: 1.3;
  font-size: 22px;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .ttl_item .icon span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .ttl_item .icon {
    padding-left: 14px;
    font-size: 32px;
    width: 110px;
    height: 97px;
    background-size: 110px 77px;
  }
}
.re_box .pro_box_txt ul li .ttl_item .list_ttl {
  padding-top: 60px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  padding-left: 130px;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .ttl_item .list_ttl {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 75px;
    padding-top: 45px;
  }
}
.re_box .pro_box_txt ul li .txt_item {
  padding-left: 42px;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .txt_item {
    padding-left: 20px;
  }
}
.re_box .pro_box_txt ul li .txt_item .txt_ttl {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  color: #202B5C;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-weight: 600;
  padding-bottom: 18px;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li .txt_item .txt_ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.re_box .pro_box_txt ul li p {
  color: #3B4043;
}
@media screen and (max-width: 820px) {
  .re_box .pro_box_txt ul li p {
    padding-top: 10px;
  }
}
.yoko_sing .page_inner {
  padding-top: 60px;
  padding-bottom: 115px;
}
@media screen and (max-width: 820px) {
  .yoko_sing .page_inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.yoko_sing .s_list_ttl {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.33;
  color: #202B5C;
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .yoko_sing .s_list_ttl {
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 85px;
    letter-spacing: 0;
  }
}
.yoko_sing .s_list_ttl::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 2px;
  left: 0px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #202B5C;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .yoko_sing .s_list_ttl::after {
    width: 70px;
  }
}
.yoko_sing ul {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .yoko_sing ul {
    margin-top: 20px;
  }
}
.yoko_sing ul li dl {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .yoko_sing ul li dl {
    display: block;
    margin-bottom: 12px;
    border-bottom: 2px solid #EAECEF;
  }
}
.yoko_sing ul li dl dt {
  width: 134px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #202B5C;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .yoko_sing ul li dl dt {
    width: 82px;
    font-size: 16px;
    width: 100%;
  }
}
.yoko_sing ul li dl dd {
  width: calc(100% - 134px);
  border-bottom: 2px solid #EAECEF;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .yoko_sing ul li dl dd {
    padding-top: 5px;
    width: 100%;
    border-bottom: none;
  }
}
.yoko_sing ul li dl dd p {
  color: #3B4043;
}
.yoko_sing .btn {
  max-width: 346px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .yoko_sing .btn {
    margin-top: 30px;
    font-size: 14px;
  }
}
