@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.message .page_inner {
  padding-top: 45px;
}
@media screen and (max-width: 820px) {
  .message .page_inner {
    padding-top: 40px;
  }
}
.message .message_box {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .message .message_box {
    margin-top: 30px;
  }
}
.message .message_box .page_inner {
  padding-top: 0;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 820px) {
  .message .message_box .page_inner {
    display: block;
    padding-left: 20px;
  }
}
.message .message_box .message_box_img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .message .message_box .message_box_img {
    width: 100%;
  }
}
.message .message_box .message_box_txt {
  width: 60%;
  padding-left: 45px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .message .message_box .message_box_txt {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.message .message_box .message_box_txt .ttl {
  color: #202B5C;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .message .message_box .message_box_txt .ttl {
    font-size: 17px;
  }
}
.message .message_box .message_box_txt p {
  font-weight: 400;
  margin-top: 25px;
  color: #202B5C;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 820px) {
  .message .message_box .message_box_txt p {
    margin-top: 15px;
  }
}
.slide_box {
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .slide_box {
    min-height: 293px;
    padding-top: 40px;
  }
}
.slide_box .swiper-wrapper {
  transition-timing-function: linear;
}
.slide_box .slid01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .slide_box .slid01 {
    margin-bottom: 7px;
  }
}
.pro .page_inner {
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .pro .page_inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .pro .h2_ttl_small span {
    font-size: 27px;
    letter-spacing: 0;
  }
}
.pro .sub_bottom .page_inner {
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .pro .sub_bottom .page_inner {
    padding-top: 30px;
  }
}
.pro .sub_bottom ul {
  display: flex;
  column-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .pro .sub_bottom ul {
    margin-top: 20px;
    display: block;
  }
}
.pro .sub_bottom ul li {
  width: calc(50% - 15px);
  border: 1px solid #202B5C;
}
@media screen and (max-width: 820px) {
  .pro .sub_bottom ul li {
    width: 100%;
  }
  .pro .sub_bottom ul li + li {
    margin-top: 20px;
  }
}
.pro .sub_bottom ul li dl {
  display: block;
}
.pro .sub_bottom ul li dl dt {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 12px;
  background: #202B5C;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 820px) {
  .pro .sub_bottom ul li dl dt {
    line-height: 1.6;
    padding: 8px;
    font-size: 16px;
  }
}
.pro .sub_bottom ul li dl dd {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .pro .sub_bottom ul li dl dd {
    padding: 10px;
  }
}
.pro .sub_bottom ul li dl dd p {
  width: fit-content;
  margin: auto;
  text-align: left;
}
.pro .sub_bottom ul li dl dd p span {
  display: block;
  color: #202B5C;
  position: relative;
  padding-left: 22px;
  text-align: left;
}
.pro .sub_bottom ul li dl dd p span::after {
  position: absolute;
  content: "・";
  color: #202B5C;
  left: 6px;
  top: 0.5px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.pro .h3_ttl {
  text-align: left;
  padding-left: 150px;
  font-family: "Noto Serif JP", serif;
  color: #202B5C;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 820px) {
  .pro .h3_ttl {
    font-size: 22px;
    padding-left: 70px;
  }
}
.pro .h3_ttl::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  left: 0;
  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) {
  .pro .h3_ttl::after {
    width: 55px;
    top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.pro .pro_box {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .pro .pro_box {
    margin-top: 30px;
  }
}
.pro .pro_box .page_inner {
  padding-top: 0;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 820px) {
  .pro .pro_box .page_inner {
    display: block;
    padding-left: 20px;
  }
}
.pro .pro_box .pro_box_img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .pro .pro_box .pro_box_img {
    width: 100%;
  }
}
.pro .pro_box .pro_box_txt {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .pro .pro_box .pro_box_txt {
    margin-top: 20px;
    width: 100%;
  }
}
.pro .pro_box .pro_box_txt ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .pro .pro_box .pro_box_txt ul li + li {
    margin-top: 25px;
  }
}
.pro .pro_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) {
  .pro .pro_box .pro_box_txt ul li .blue_box {
    padding: 10px;
    margin-top: 15px;
  }
}
.pro .pro_box .pro_box_txt ul li .ttl_item {
  position: relative;
}
.pro .pro_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;
}
.pro .pro_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) {
  .pro .pro_box .pro_box_txt ul li .ttl_item .icon span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pro .pro_box .pro_box_txt ul li .ttl_item .icon {
    padding-left: 14px;
    font-size: 32px;
    width: 110px;
    height: 97px;
    background-size: 110px 77px;
  }
}
.pro .pro_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) {
  .pro .pro_box .pro_box_txt ul li .ttl_item .list_ttl {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 75px;
    padding-top: 45px;
  }
}
.pro .pro_box .pro_box_txt ul li p {
  color: #3B4043;
  padding-top: 25px;
  padding-left: 42px;
}
@media screen and (max-width: 820px) {
  .pro .pro_box .pro_box_txt ul li p {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.pro .pro_box_60 {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .pro .pro_box_60 {
    margin-top: 40px;
  }
}
.compliant .page_inner {
  padding-top: 82px;
}
@media screen and (max-width: 820px) {
  .compliant .page_inner {
    padding-top: 50px;
  }
}
.compliant ul.ul01{
  display: flex;
  column-gap: 30px;
  margin-top: 60px;
}
.compliant ul.ul01 li{
  width: calc(50% - 15px);
  border: 4px solid #202B5C;
  background: #fff;
  text-align: center;
  padding: 30px 10px;
  font-size: 30px;
  letter-spacing: 0.3px;
  font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #202B5C;
  line-height: 1.3333;
}
.compliant .ul02{
  display: flex;
  column-gap: 84px;
  width: fit-content;
  margin-top: 15px;
}

.compliant .ul02 li{
  width: fit-content;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #3B4043;
}
.compliant .ul02 li span{
display: block;
font-size: 18px;
font-weight: 500;
color: #202B5C;
margin-bottom: 15px;
}
.compliant .co_txt{
  margin-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 2px solid #EAECEF;
  color: #3B4043;
}
@media screen and (max-width: 1200px) {
.compliant .ul02{
  column-gap:34px;
}
}
@media screen and (max-width: 1100px) {
.compliant .ul02{
  display: block;
}
.compliant .ul02 li span{
margin-bottom: 7px;
}
.compliant .ul02 li +li{
  margin-top: 15px;

}
}
@media screen and (max-width: 820px) {
.compliant .ul02{
  display: block;
  margin-top: 10px;
}
.compliant .ul02 li{
font-size: 14px;
line-height: 1.6;
}
.compliant .ul02 li +li{
  margin-top: 15px;

}
.compliant .ul02 li span{
font-size: 16px;
margin-bottom: 7px;
}
}
@media screen and (max-width: 1280px) {
.compliant ul.ul01 li{
  font-size: 24px;
}
}
@media screen and (max-width: 1120px) {
.compliant ul.ul01{
  margin-top: 40px;
}
.compliant ul.ul01 li{
  font-size: 20px;
  padding: 20px 5px;
}
}
@media screen and (max-width: 820px) {
.compliant .co_txt{
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 7px;
}
.compliant ul.ul01{
  display: block;
  margin-top: 30px;
}
.compliant ul.ul01 li{
  width: 100%;
  font-size: 20px;
  padding: 20px 5px;
}
.compliant ul.ul01 li +li{
  margin-top: 20px;
}
}
.number .h2_ttl {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .number .h2_ttl {
    text-align: left;
  }
}
.number .h2_ttl span {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .number .h2_ttl span {
    text-align: left;
  }
}
.number .page_inner {
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .number .page_inner {
    padding-top: 50px;
  }
}
.number ul {
  max-width: 969px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .number ul {
    margin-top: 30px;
    gap: 10px;
    column-gap: 10px;
  }
}
.number ul li {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 820px) {
  .number ul li {
    width: calc(50% - 5px);
  }
}
.step .h2_ttl {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .step .h2_ttl {
    text-align: left;
  }
}
.step .h2_ttl span {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .step .h2_ttl span {
    text-align: left;
  }
}
.step .page_inner {
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .step .page_inner {
    padding-top: 40px;
  }
}
.step .img {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .step .img {
    margin-top: 30px;
  }
}
.step .step_list {
  max-width: 718px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .step .step_list {
    margin-top: 20px;
  }
}
.step .step_txt {
  width: 100%;
  text-align: left;
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .step .step_txt {
    padding-left: 50px;
  }
}
.step .step_txt::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/recruit/step.jpg) no-repeat top left;
  background-size: 60px 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .step .step_txt::after {
    background: url(../img/recruit/step_sp.png) no-repeat top left;
    background-size: 60px 100%;
    width: 30px;
    background-size: 30px 100%;
  }
}
.step .step_txt ul li + li {
  margin-top: 90px;
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li + li {
    margin-top: 40px;
  }
}
.step .step_txt ul li .ttl_item {
  position: relative;
  min-height: 148px;
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li .ttl_item {
    min-height: 88px;
  }
}
.step .step_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;
}
.step .step_txt ul li .ttl_item .icon span {
  display: block;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li .ttl_item .icon span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li .ttl_item .icon {
    padding-left: 14px;
    font-size: 32px;
    width: 110px;
    height: 97px;
    background-size: 110px 77px;
  }
}
.step .step_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) {
  .step .step_txt ul li .ttl_item .list_ttl {
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 75px;
    padding-top: 45px;
  }
}
.step .step_txt ul li .ttl_item .list_ttl span {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li .ttl_item .list_ttl span {
    font-size: 16px;
  }
}
.step .step_txt ul li p {
  color: #3B4043;
  padding-left: 42px;
}
@media screen and (max-width: 820px) {
  .step .step_txt ul li p {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.welfare .page_inner {
  padding-top: 90px;
}
@media screen and (max-width: 820px) {
  .welfare .page_inner {
    padding-top: 40px;
  }
}
.welfare ul {
  margin-top: 18px;
}
@media screen and (max-width: 820px) {
  .welfare ul {
    margin-top: 15px;
  }
}
.welfare ul li dl {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .welfare ul li dl {
    display: block;
    margin-bottom: 12px;
    border-bottom: 2px solid #EAECEF;
  }
}
.welfare ul li dl dt {
  width: 185px;
  font-size: 18px;
  font-weight: 500;
  color: #202B5C;
  text-align: left;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .welfare ul li dl dt {
    padding-top: 5px;
    width: 82px;
    font-size: 16px;
    width: 100%;
  }
}
.welfare ul li dl dd {
  width: calc(100% - 185px);
  border-bottom: 2px solid #EAECEF;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (max-width: 820px) {
  .welfare ul li dl dd {
    padding-top: 5px;
    width: 100%;
    border-bottom: none;
  }
}
.welfare ul li dl dd p {
  color: #3B4043;
}
.flow .h2_ttl {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .flow .h2_ttl {
    text-align: left;
  }
}
.flow .h2_ttl span {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .flow .h2_ttl span {
    text-align: left;
  }
}
.flow .page_inner {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .flow .page_inner {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.flow .flow_list {
  max-width: 780px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .flow .flow_list {
    margin-top: 20px;
  }
}
.flow .flow_txt {
  width: 100%;
  text-align: left;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt {
    padding-left: 40px;
  }
}
.flow .flow_txt::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/recruit/step.jpg) no-repeat top left;
  background-size: 60px 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt::after {
    background: url(../img/recruit/step_sp02.jpg) no-repeat top left;
    background-size: 60px 100%;
    width: 30px;
    background-size: 30px 100%;
  }
}
.flow .flow_txt ul li {
  display: flex;
}
.flow .flow_txt ul li + li {
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li + li {
    margin-top: 40px;
  }
}
.flow .flow_txt ul li .flow_icon {
  width: 130px;
  padding-top: 66px;
  padding-right: 30px;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .flow_icon {
    padding-top: 26px;
    width: 60px;
    padding-right: 5px;
  }
}
.flow .flow_txt ul li .flow_r {
  width: calc(100% - 130px);
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .flow_r {
    width: calc(100% - 60px);
  }
}
.flow .flow_txt ul li .ttl_item {
  position: relative;
}
.flow .flow_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;
}
.flow .flow_txt ul li .ttl_item .icon span {
  display: block;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .ttl_item .icon span {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .ttl_item .icon {
    padding-left: 14px;
    font-size: 32px;
    width: 110px;
    height: 97px;
    background-size: 110px 77px;
  }
}
.flow .flow_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) {
  .flow .flow_txt ul li .ttl_item .list_ttl {
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 75px;
    padding-top: 45px;
    line-height: 1.2;
  }
}
.flow .flow_txt ul li .ttl_item .list_ttl span {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .ttl_item .list_ttl span {
    font-size: 14px;
    line-height: 1.1;
  }
}
.flow .flow_txt ul li p {
  color: #3B4043;
  padding-top: 45px;
  padding-left: 50px;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li p {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.flow .flow_txt ul li p a {
  color: #E01F06 !important;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .flow .flow_txt ul li .m_t_30 {
    margin-top: 25px;
  }
}
.flow .btn {
  margin: auto;
  max-width: 346px;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .flow .btn {
    margin-top: 40px;
    font-size: 16px;
  }
}
