/* font-size*/
.fs_200 {
  font-size: 160px !important;
  font-size: 10rem !important;
}

.fs_195 {
  font-size: 156px !important;
  font-size: 9.75rem !important;
}

.fs_128 {
  font-size: 102px !important;
  font-size: 6.4rem !important;
}

.fs_88 {
  font-size: 88px !important;
  font-size: 5.5rem !important;
}

.fs_80 {
  font-size: 64px !important;
  font-size: 4rem !important;
}

.fs_70 {
  font-size: 56px !important;
  font-size: 3.5rem !important;
}

.fs_64 {
  font-size: 51px !important;
  font-size: 3.2rem !important;
}

.fs_58 {
  font-size: 46px !important;
  font-size: 2.9rem !important;
}

.fs_56 {
  font-size: 45px !important;
  font-size: 2.8rem !important;
}

.fs_44 {
  font-size: 35px !important;
  font-size: 2.2rem !important;
}

.fs_40 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.fs_32 {
  font-size: 26px !important;
  font-size: 1.6rem !important;
}

.fs_24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.fs_22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.fs_20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.fs_18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.fs_14 {
  font-size: 14px !important;
}

@media screen and (max-width: 1300px) {
  .fs_195 {
    font-size: 144px !important;
    font-size: 9rem !important;
  }
}

@media screen and (max-width: 767px) {
  .fs_200 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }

  .fs_195 {
    font-size: 78px !important;
    font-size: 4.9rem !important;
  }

  .fs_128 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }

  .fs_88 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }

  .fs_80,
  .fs_70 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }

  .fs_64 {
    font-size: 23px !important;
    font-size: 1.45rem !important;
  }

  .fs_58 {
    font-size: 23px !important;
    font-size: 1.45rem !important;
  }

  .fs_56 {
    font-size: 23px !important;
    font-size: 1.45rem !important;
  }

  .fs_44 {
    font-size: 18px !important;
    font-size: 1.1rem !important;
  }

  .fs_40 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }

  .fs_32 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .fs_24 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .fs_22 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .fs_20 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .fs_18 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }

  .fs_16 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .fs_14 {
    font-size: 12px !important;
  }
}

.indent {
  padding-left: 1em;
}

.fw_bold {
  font-weight: 700 !important;
}

.fw_nomal {
  font-weight: 400 !important;
}

.sp_br {
  display: none;
}

.ib {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* ===================================
募集要項
=================================== */
/*
共通
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

.recruit.requirement {
  color: #000;
  letter-spacing: 0.12em;
}

.recruit.requirement a,
.banner_area .banner a {
  transition: 0.5s;
}

.recruit.requirement a:hover,
.banner_area .banner a:hover {
  opacity: 0.7;
}

/*
sec01(FV)
=================================== */
.recruit .sec01 {
  padding-top: 130px;
  /*background: url(../../assets/images/recruit/bg_fv.jpg) center center no-repeat;*/
  background-color: #e8f4fb;
  background-size: cover;
  min-height: 500px;
}

.recruit .fv_ttl {
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 45px !important;
  font-size: 2.8rem !important;
}

.recruit .fv_sub {
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.8em;
  font-size: 26px !important;
  font-size: 1.6rem !important;
}

.recruit .fv_2022 {
  max-width: 220px;
  margin: 0 auto;
}

.fv_2022 img {
  display: block;
}

.sec01_wave {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .recruit .sec01 {
    padding-top: 225px;
    min-height: auto;
    height: 550px;
  }

  .recruit .fv_ttl {
    margin-bottom: 25px;
    font-size: 32px !important;
    font-size: 2rem !important;
  }

  .recruit .fv_sub {
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    font-size: 16px !important;
    font-size: 1rem !important;
  }

  .recruit .fv_2021 {
    max-width: 85%;
    margin: 0 auto;
  }

  .process .sec01 {
    padding-top: 140px;
  }
}

@media screen and (max-width: 374px) {
  .recruit .fv_ttl {
    letter-spacing: 0;
  }
}

/*
sec 共通
=================================== */
.sec_cont {
  margin-bottom: 60px;
}

.recruit_contents.requirement .sec_ttl {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

.recruit_contents.requirement .sec_sub {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #7d7d7d;
}

.recruit_contents.requirement .bg_ttl {
  margin: 0 auto;
  padding: 10px 15px;
  background: #5bc2dc;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

.recruit_contents.requirement .bg_ttl2 {
  position: relative;
  margin: 0 auto;
  padding: 10px 15px;
  background: #fff;
  color: #5bc2dc;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

.bg_ttl2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background: #5bc2dc;
}

@media screen and (max-width: 767px) {
  .recruit_contents.requirement .sec_ttl {
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .recruit_contents.requirement .sec_sub {
    margin-bottom: 80px;
    letter-spacing: 0.2em;
  }

  .recruit_contents.requirement .bg_ttl2 {
    padding: 5px 15px;
  }

  .sec_cont:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  .recruit_contents.requirement .sec_ttl {
    letter-spacing: 0.05em;
  }
}

/*
sec02(募集要項)
=================================== */
.recruit_contents.requirement .sec02 {
  position: relative;
  margin-top: -10px;
  padding: 100px 0 175px;
  background: linear-gradient(to bottom,
      rgba(255, 242, 234, 1) 0%,
      rgba(249, 247, 240, 1) 50%,
      rgba(236, 255, 246, 1) 100%);
}

.sec_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.sec02_inner .sec_cont:last-child {
  margin-bottom: 0;
}

.sec02_inner .sec_cont:last-child .sec_box {
  margin-bottom: 0;
}

.sec_box__inner {
  margin: 0 auto;
  max-width: 590px;
}

.sec_box {
  position: relative;
  margin-bottom: 60px;
  padding: 40px;
  background: #fff;
}

.sec_box--sky {
  background: #f1f8fc;
}

/*
.sec_box p {
  margin-bottom: 25px;
  color: #000;
  letter-spacing: 0.12em;
}
.sec_box p:last-child {
  margin-bottom: 0;
}
*/

.sec_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
  /*background: #f3a200;*/
  background: #7d7d7d !important;
  color: #fff;
  /* line-height: 60px; */
  border-radius: 50%;
  text-align: center;
}

.sec_num--bl {
  background: #1ca9e2;
}

/*
.box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_top p {
  margin-bottom: 0;
}*/

/* セクションリンク */
.recruit_contents.requirement .sec_link {
  display: block;
  position: relative;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}


.biz_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* min-height: 100px; */
  margin-bottom: 20px;
  padding: 40px 20px;
  background: #f3a200;
  transition: 0.5s;
}

.biz_wrap:hover {
  opacity: 0.7;
}

.biz_wrap>p {
  color: #fff;
}

.recruit_contents.requirement .box_link {
  position: absolute;
  right: 1px;
  background: #fff;
  color: #000;
  padding: 5px 15px;
  max-width: 180px;
  width: 100%;
  transition: 0.5s;
}

.box_link:hover {
  opacity: 0.7;
}

.recruit_contents.requirement .box_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 15px;
  transform: translateY(-50%) rotate(225deg);
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 11px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

.box_link--top {
  top: 10px;
}

.box_link--bottom {
  bottom: 10px;
}

.box_link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.sec_link--biz {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.recruit_contents.requirement .sec_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.recruit_contents.requirement .sec_link--gr {
  background: #76c974;
}

.recruit_contents.requirement .sec_link--bl {
  background: #1ca9e2;
}

.recruit_contents.requirement .sec_link--or {
  background: #f3a200;
}

.sup_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

/*ボックス2*/
.sec_box--02 {
  margin-bottom: 20px;
}

.sec_box--02 .box_top {
  justify-content: flex-start;
  margin-bottom: 0;
}

.sec_box--02 .box_top p {
  width: 50%;
  margin-bottom: 0;
}

.recruit_contents.requirement .cont_txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.recruit_contents.requirement .cont_txt--shikaku {
  margin-bottom: 60px;
}

.recruit_contents.requirement .cont_list {
  margin: 0 auto;
  color: #000;
  background: #fff;
  padding: 20px 100px;
  font-weight: normal !important;
}

.recruit_contents.requirement .cont_list--min {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}

.recruit_contents.requirement .cont_list li {
  background-color: #fff;
  line-height: 1.8;
  letter-spacing: 0;
}

.recruit_contents.requirement .cont_list--sal li {
  text-align: center;
  text-indent: 0;
}

/*グループ内タイトル*/
.recruit_contents.requirement .group_ttl {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
募集要項（0201追記）
=================================== */
.requirement .sec02_inner .sec_box__inner {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  align-items: center;
  margin-bottom: 40px;
}

.requirement .sec02_inner .sec_box__inner .sec_num {
  margin: 0 auto 0 0;
  background: #7d7d7d !important;
}

.requirement .sec02_inner .num_area {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.requirement .sec02_inner .num_area p:nth-of-type(n+3) {
  margin-top: 10px;
}

.requirement .sec02_inner .num_area p {
  width: calc((100% - 20px)/2);
}

.requirement .sec02_inner .num_area p:nth-of-type(even) {
  margin-left: 20px;
}

.recruit_contents.requirement .txt_period {
  text-align: center;
  line-height: 1.6;
  margin: 30px 0 15px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.recruit_contents.requirement .txt_period dt {
  background: #5BC2DC;
  color: #ffffff;
  padding: 7px;
  width: calc((100% - 15px)/2);
  margin: 5px 5px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_contents.requirement .txt_period dt+dt {
  margin-left: 0;
}

.recruit_contents.requirement .txt_period dd {
  padding: 10px 5px !important;
  line-height: 2;
  width: calc((100% - 15px)/2);
  background: #f1f5f6;
  margin: 5px;
}

.recruit_contents.requirement .txt_period dd+dd {
  margin-left: 0;
}

.recruit_contents.requirement .group_ttl .sec_num {
  display: flex;
  margin: 0 20px;
  line-height: 1;
  letter-spacing: 0;
}

.recruit_contents.requirement .sup_list a {
  color: inherit;
  font-size: inherit;
}

.sec03_inner .sec_box {
  padding: 20px 40px;
  margin-bottom: 0;
}

.sec03_inner .sec_cont {
  margin-bottom: 30px;
}

.sec02_inner .sec_cont--biz+.sec_cont {
  margin-bottom: 30px;
}

.requirement .num_area .consept_box {
  display: none;
}

.box_ttl:hover+.consept_box {
  display: block;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 100;
  width: 365px;
}

.box_ttl+.consept_box p {
  width: 100% !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}

.box_ttl+.consept_box .date_item {
  width: 100% !important;
  background: #FFF3EB;
  padding: 0 0 20px !important;
}

.box_ttl+.consept_box .date_item .date_ttl {
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
}

.box_ttl+.consept_box .date_ttl {
  margin-bottom: 20px !important;
}

.box_ttl+.consept_box .date_cont-wrap {
  padding: 0 20px !important;
  font-weight: 500 !important;
}

.box_ttl+.consept_box.box_b {
  left: 385px;
}

.box_ttl a {
  background: none !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  padding: 0 0 0 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}

.box_ttl {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .requirement .sec02_inner .num_area {
    display: block;
  }

  .requirement .sec02_inner .num_area p {
    width: 100%;
    margin-bottom: 20px !important;
  }

  .requirement .sec02_inner .num_area p:nth-of-type(even) {
    margin-left: 0;
  }

  .requirement .sec02_inner .sec_box__inner {
    display: block;
  }

  .requirement .sec02_inner .sec_box__inner .sec_num {
    margin: 0 auto 20px;
  }

  .recruit_contents.requirement .txt_period {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .recruit_contents.requirement .txt_period dt {
    line-height: 1.4;
  }

  .recruit_contents.requirement .txt_period dd {
    line-height: 1.4;
  }

  .recruit_contents.requirement .txt_period dd p {
    margin-top: 10px !important;
  }

  .recruit_contents.requirement .group_ttl .sec_num {
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
  }

  .box_ttl:hover+.consept_box {
    display: none;
  }

  .box_ttl+.consept_box.open {
    display: block;
    position: absolute;
    top: 160px;
    left: 0 !important;
    z-index: 100;
    width: 100%;
  }

  .box_ttl+.consept_box.open.box_b {
    top: 200px;
  }
}

/*
募集部門
=================================== */
.sec_cont--biz .sec_box {
  margin-bottom: 0;
}

.sec_box--biz {
  padding-bottom: 80px;
  background: #fdebc6;
}

.sec_box--biz .sup_list {
  margin-bottom: 20px;
}

.sec_box--gr {
  background: #d5edd3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec_box--bl {
  padding-bottom: 80px;
  background: #dcf2f8;
}

.recruit_contents.requirement .cont_txt--center {
  margin-bottom: 0;
  text-align: center;
}

.group_box {
  margin-bottom: 80px;
}

.group_box--tech {
  margin-top: -80px;
  padding-top: 80px;
}

.group_box:last-child {
  margin-bottom: 0;
}

/*ビジネス部門コンセプト*/
.consept_headline {
  padding: 20px;
  background-color: #ffe597;
  text-align: center;
}

.consept_ttl {
  letter-spacing: 0.15em;
}

.consept_sub {
  letter-spacing: 0.15em;
}

.biz_cont {
  letter-spacing: 0.2em;
  line-height: 1.8;
}

/*日程リスト*/
.recruit_contents.requirement .date_ttl {
  margin-bottom: 40px;
  padding: 10px;
}

.date_ttl--a {
  background: #f3a200;
}

.date_ttl--b {
  background: #fabc00;
}

.date_list {
  display: flex;
  margin-bottom: 20px;
}

.date_item {
  width: 50%;
  padding: 0px 0px 40px;
  background-color: #fff;
}

.date_cont-wrap {
  padding: 0px 40px;
}

.date_list .date_item:last-child .date_cont-wrap {
  border-left: 2px solid #dcdcdc;
}

.date_cont {
  margin-bottom: 70px;
  color: #000;
}

.date_cont p:first-child {
  margin-bottom: 10px;
}

.date_cont:last-child {
  margin-bottom: 0;
}

.flow_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.flow_list li p {
  margin: 10px 0px;
}

.flow_list li p .flow_list__theme {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 2em;
}

.sec02_wave {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .recruit.requirement .sec02 {
    padding: 40px 0px 80px;
  }

  .sec_num {
    top: -20px;
    width: 40px;
    height: 40px;
  }

  .sec_box {
    margin-bottom: 50px;
    padding: 30px 15px;
  }

  .sec_box--02 {
    margin-bottom: 15px;
  }

  .sec_box__inner:last-of-type p:last-of-type .sec_link {
    margin-bottom: 20px;
  }

  .biz_wrap {
    display: block;
    padding: 15px 20px;
  }

  .biz_wrap p:first-of-type {
    margin-bottom: 10px;
  }

  .biz_wrap:hover {
    opacity: 0.7;
  }

  .box_link-wrap {
    display: flex;
  }

  .recruit_contents.requirement .box_link {
    position: relative;
    right: auto;
    width: 50%;
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .recruit_contents.requirement .box_link--top {
    top: auto;
    margin-right: 15px;
  }

  .box_link--bottom {
    bottom: auto;
  }

  .recruit_contents.requirement .sec_link {
    text-align: left;
  }

  .recruit_contents.requirement .group_ttl {
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    flex-wrap: wrap;
  }

  .sup_list.fs_18 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .sup_list li {
    line-height: 1.7;
  }

  .cont_list.fs_18 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .recruit_contents.requirement .cont_list {
    padding: 20px 30px;
  }

  .recruit_contents.requirement .cont_list--sal li {
    text-align: center;
    text-indent: 0;
  }

  .sup_txt.fs_18 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .group_box {
    margin-bottom: 40px;
  }

  .group_box--tech {
    margin-top: -30px;
    padding-top: 30px;
  }

  .group_box .arrow:before {
    right: 8px;
    width: 20px;
    height: 20px;
  }

  .group_box .arrow:after {
    right: 8px;
    box-sizing: border-box;
    width: 10px;
    border: 3px solid transparent;
    border: 5px solid transparent;
    border-left: 7px solid #5bc2dc;
  }

  .flow_list li {
    margin-bottom: 0;
  }

  .consept_sub.fs_20 {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }

  .date_list {
    display: block;
    margin-bottom: 20px;
  }

  .flow_list li p .flow_list__theme {
    margin-bottom: 0;
  }

  .date_list:last-of-type {
    margin-bottom: 20px;
  }

  .date_list .date_item:last-child .date_cont-wrap {
    border-left: none;
  }

  .recruit_contents.requirement .date_ttl {
    margin-bottom: 30px;
    text-align: center;
  }

  .date_item {
    width: 100%;
    padding-bottom: 30px;
  }

  .date_cont-wrap {
    padding: 0px 15px;
  }

  .date_inttl {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }

  .date_cont {
    margin-bottom: 30px;
    color: #000;
  }

  .date_cont p:first-child {
    margin-bottom: 5px;
  }

  .sec02_wave {
    margin-top: -10px;
  }
}

@media screen and (max-width: 420px) {
  .recruit_contents.requirement .box_link:after {
    right: 20%;
  }
}

@media screen and (max-width: 374px) {
  .sec_box {
    margin-bottom: 50px;
    padding: 30px 10px;
  }

  .sec_box--02 {
    margin-bottom: 15px;
  }

  .sec_box p {
    margin-bottom: 20px;
    letter-spacing: 0;
  }

  .box_top p {
    margin-bottom: 0;
  }

  .sec_btn {
    max-width: 120px;
  }

  .group_box .sec_btn {
    max-width: 150px;
  }

  .sec_btn a {
    padding: 10px;
    letter-spacing: 0.15em;
  }

  .arrow:before {
    right: 4px;
    width: 15px;
    height: 15px;
  }

  .arrow:after {
    right: 3px;
    box-sizing: border-box;
    width: 10px;
    border: 3px solid transparent;
    border: 5px solid transparent;
    border-left: 5px solid #5bc2dc;
  }

  .cont_list--flex {
    display: block;
  }

  .cont_list--flex li {
    padding: 0px 0 0 1em;
  }
}

/*
sec03(給与・福利厚生)
=================================== */
.recruit.requirement .sec03 {
  position: relative;
  padding: 100px 0 150px;
  background: linear-gradient(to bottom,
      rgba(239, 255, 239, 1) 0%,
      rgba(237, 255, 247, 1) 50%,
      rgba(234, 255, 255, 1) 100%);
}

.sec03_inner .sec_cont:last-child {
  margin-bottom: 0;
}

.sec03 .cont_ttl {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit_contents.requirement .sec03 {
    padding: 70px 0 120px;
    background: linear-gradient(to bottom,
        rgba(239, 255, 239, 1) 0%,
        rgba(237, 255, 247, 1) 50%,
        rgba(234, 255, 255, 1) 100%);
  }

  .sec03 .cont_ttl {
    margin-bottom: 20px;
  }

  .sec03 .cont_list li:last-child {
    margin-bottom: 0;
  }
}

/*
sec04(選考プロセス)
=================================== */
.recruit.requirement .sec04 {
  position: relative;
  padding: 70px 0 150px;
  background: linear-gradient(to bottom,
      rgba(239, 255, 239, 1) 0%,
      rgba(237, 255, 247, 1) 50%,
      rgba(234, 255, 255, 1) 100%);
}


@media screen and (max-width: 767px) {
  .recruit_contents.requirement .sec04 {
    padding: 70px 0 120px;
    background: linear-gradient(to bottom,
        rgba(239, 255, 239, 1) 0%,
        rgba(237, 255, 247, 1) 50%,
        rgba(234, 255, 255, 1) 100%);
  }
}

/*
sec05(エントリー)
=================================== */
.recruit.requirement .sec05 {
  position: relative;
  padding: 70px 0 150px;
  background: linear-gradient(to bottom,
      rgba(239, 255, 239, 1) 0%,
      rgba(237, 255, 247, 1) 50%,
      rgba(234, 255, 255, 1) 100%);
}


@media screen and (max-width: 767px) {
  .recruit_contents.requirement .sec05 {
    padding: 70px 0 120px;
    background: linear-gradient(to bottom,
        rgba(239, 255, 239, 1) 0%,
        rgba(237, 255, 247, 1) 50%,
        rgba(234, 255, 255, 1) 100%);
  }
}

/*
赤文字リンク
=================================== */
.recruit_contents.requirement .link_txt_top {
  margin-bottom: 20px;
}

.link_txt {
  margin-bottom: 10px;
  color: #5bc2dc;
  text-decoration: none;
}

.link_txt:last-of-type {
  margin-bottom: 10px;
}

/*
採用ボタン
=================================== */
.recruit_contents.requirement .saiyo_btn {
  max-width: 500px;
  margin: 30px auto 0px;
  padding: 0 20px;
}

.recruit_contents.requirement .saiyo_btn a {
  display: block;
}

.recruit_contents.requirement .saiyo_btn img {
  display: block;
}

/*
デコレーション
=================================== */
.deco {
  position: absolute;
}

/*sec02*/
.deco01 {
  left: 16%;
  top: 4%;
}

.deco02 {
  right: 13%;
  top: 18%;
}

.deco03 {
  left: 6%;
  top: 32.5%;
}

.deco04 {
  right: 10%;
  top: 66%;
}

.deco05 {
  left: 13%;
  top: 82%;
}

.deco06 {
  right: 11%;
  top: 76%;
  max-width: 214px;
}

.deco13 {
  right: 17%;
  top: 96%;
}

/*sec03*/
.deco07 {
  left: 8%;
  top: 4%;
}

.deco08 {
  right: 16%;
  top: 40%;
}

.deco09 {
  left: 10%;
  top: 37%;
}

.deco10 {
  right: 10%;
  top: 40%;
}

.deco11 {
  left: 19%;
  top: 16%;
}

.deco12 {
  right: 10%;
  top: 86%;
}

@media screen and (max-width: 1200px) {

  /*sec02*/
  .deco01 {
    width: 40px;
    left: 3%;
    top: 2.5%;
  }

  .deco02 {
    width: 38px;
    right: 5%;
    top: 3%;
  }

  .deco03 {
    width: 75px;
    right: -5%;
    left: auto;
    top: 17%;
  }

  .deco04 {
    width: 80px;
    right: 0%;
    top: 25%;
  }

  .deco05 {
    width: 50px;
    left: 0;
    top: 25.3%;
  }

  .deco06 {
    width: 50px;
    right: -3%;
    top: 98.5%;
  }

  .deco13 {
    right: auto;
    left: 0;
    top: 91.5%;
    width: 50px;
  }

  /*sec03*/
  .deco07 {
    width: 80px;
    left: -7%;
    top: 2%;
  }

  .deco08 {
    width: 38px;
    right: 0;
    top: 12.5%;
  }

  .deco09 {
    width: 90px;
    left: -7%;
    top: 79%;
  }

  .deco10 {
    width: 90px;
    right: -4%;
    top: 11.5%;
  }

  .deco11 {
    width: 35px;
    right: 5%;
    left: auto;
    top: 79%;
  }

  .deco12 {
    width: 80px;
    right: 0;
    top: 52%;
  }
}

/*
scroll_wrap
=================================== */
@keyframes scrollLine {
  0% {
    height: 0;
  }

  50% {
    height: 80px;
    margin-top: 0;
  }

  100% {
    margin-top: 80px;
    height: 80px;
  }
}

.scroll_wrap {
  display: block;
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.scroll_wrap .line::before {
  content: "";
  background: url("../images/recruit/scroll.png") no-repeat;
  background-size: contain;
  position: absolute;
  height: 90px;
  width: 20px;
  -webkit-animation: scrollLine 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  animation: scrollLine 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* banner_area */
.banner_area {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.banner_inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  /* padding: 145px 20px; */
}

.banner_area .banner {
  max-width: 695px;
  margin: 0 auto;
  display: block;
}

.pagetop {
  max-width: 68px;
  position: absolute;
  top: -25px;
  right: 0;
}

/*
ユーティリティ
=================================== */
.text-center {
  text-align: center;
}

.text-center-left {
  text-align: center;
}

.red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .text-center-left {
    text-align: left;
  }
}

/*
Q&A
=================================== */
.fac_cont .recruit_nav {
  top: 20vw;
  opacity: 0;
}

.fac_cont .recruit_nav.fixed {
  top: 0;
  opacity: 1;
}

.faq .sec01 {
  background: url("../../assets/images/recruit/faq_fv_bg.png") center top / cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 35vw;
}

.sec01 .fv_ttl img {
  position: absolute;
  max-width: 250px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.recruit_contents.faq {
  color: #000000;
  padding-bottom: 10px;
}

/* link list */
.faq .link_list {
  padding: 0 0 10px;
  margin: 100px auto 0;
  position: relative;
  background: #ffffff;
}

.faq .link_list ol {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.faq .link_list li {
  position: relative;
  height: 60px;
  transition: 0.5s;
}

.faq .link_list li:hover {
  opacity: 0.7;
}

.faq .link_list li+li {
  margin-left: 10px;
}

.faq .link_list li a {
  width: 100%;
  height: 100%;
  color: #2EAAB8;
  background-color: #fff;
  border: 2px solid #2EAAB8;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 26px;

  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_lst {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .faq .sec01 {
    background: url("../../assets/images/recruit/faq_fv_bg_sp.png") center top / cover;
    height: 100vh;
  }

  .sec01 .fv_ttl img {
    width: 50%;
  }

  .faq .link_list ol {
    display: block;
    max-width: 960px;
    padding: 0 50px;
  }

  .faq .link_list li a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 26px;
    letter-spacing: 0.05em;
  }

  .faq .link_list {
    padding: 43px 0 0;
    margin: -10px auto 0;
  }

  .faq .link_list li {
    height: 46px;
    margin-bottom: 9px;
  }

  .faq .link_list li+li {
    margin-left: 0px;
  }
}

@media screen and (max-width: 376px) {
  .faq .link_list ol {
    padding: 0 20px !important;
  }
}

/* faq content */
.faq section[id*="faq_"] {
  padding-top: 110px;
}

#faq_01 {
  padding: 63px 15px 0;
}

#faq_02 {
  padding: 0px 15px 0;
}

#faq_03 {
  padding: 0px 15px 0;
}

#faq_04 {
  padding: 0px 15px 0;
}

.faq_04 .faq_inner {
  padding-bottom: 70px;
}

.faq_inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.faq_ttl {
  text-align: center;
}

.faq .ttl_num {
  max-width: 118.4px;
  display: block;
  margin: 0 auto 15px;
}

.faq_question {
  display: flex;
  align-items: center;
  position: relative;
  height: 76px;
  margin-top: 43px !important;
  padding-left: 70px !important;
  background: #F1F5F6;
  border-radius: 20px;

  font-size: 16px !important;
  font-weight: 700 !important;
}

.faq_answer {
  display: none;
  position: relative;
  margin: 20px 0 0 !important;
  line-height: 1.9;
  letter-spacing: 0.05em;

  font-size: 16px !important;
  font-weight: 500 !important;
}

.faq_answer .inner {
  padding: 0px 40px 0px 70px !important;
}

.faq .txt_q {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 66.5px;
  height: 66.5px;
}

.faq .txt_q img {
  max-width: 37px;
  max-height: 37px;
}

.faq .txt_a {
  position: absolute;
  top: 0;
  left: 15px;
}

.faq .txt_a img {
  max-width: 37px;
  max-height: 37px;
}

.faq_answer a {
  color: #5BC2DC;
  text-decoration: none;
  transition: 0.5s;
}

.faq_answer a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .faq section[id*="faq_"] {
    padding: 50px 15px 0;
  }

  .faq_question {
    height: 65px;
    margin-top: 16px !important;
    padding: 0 47px 0 60px !important;
    border-radius: 10px;

    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .faq_answer {
    display: none;
    position: relative;
    margin: 20px 0 0 !important;
    line-height: 1.9;
    letter-spacing: 0.05em;

    font-size: 14px !important;
    font-weight: 500 !important;
  }

  #faq_01 {
    padding: 43px 15px 0;
  }
}

/* アコーディオンアイコン */
.plus {
  position: absolute;
  right: 34px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

.plus:before,
.plus:after {
  display: block;
  content: "";
  background-color: #333333;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}

.plus:before {
  width: 1px;
  height: 15px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.faq_question.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}

/* /アコーディオンアイコン */
@media screen and (max-width: 767px) {
  .plus {
    right: 15px;
  }
}


.faq_table {
  margin-top: 20px !important;
}

.faq_table th {
  background: #c9c9c9;
  font-weight: normal;
  padding: 5px 10px;
  text-align: left;
}

.faq_table tr:nth-of-type(1) th {
  background: #5bc2dc;
  color: #fff;
  text-align: center;
}

.faq_table td {
  background: #fff;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}


/* recommended */
.sec04 .sec_inner {
  padding: 0 !important;
}

.col02 dt,
.col01 dt {
  font-weight: bold;
  text-align: center;
  background: #2EAAB8;
  color: #ffffff;
  vertical-align: middle;
  padding: 3px 0;
  margin-bottom: -4px;
  border-radius: 8px 8px 0 0;
}

.rec_ttl_img {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.img01 {
  max-width: 650px !important;
}

.img01 img {
  margin: -10px 0 -20px;
}

.img02 {
  max-width: 580px !important;
}

.img02 img {
  margin: -35px 0;
}

.recommended_section {
  text-align: center;
}

.rec_inner {
  padding: 40px 20px 55px;
}

.rec_inner h3 {
  letter-spacing: 0.2em;
}

.rec_inner>p {
  letter-spacing: 0.1em;
  position: relative;
  left: -15px;
  color: #4d4d4d;
}

.rec_inner>p::after {
  content: "";
  height: 2.5px;
  width: 35px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}



/* slide-box */
.slide-box {
  position: relative;
}

/* slide */
.slide .item img {
  margin: auto;
  max-width: 90%;
}

.thumb-item {
  margin: 60px 12% !important;
}

.slick-next::before,
.slick-prev::before {
  opacity: 1 !important;
  cursor: pointer;
  display: inline-block;
  background-size: contain;
  width: 125px !important;
  height: 70px !important;
}

.slick-next::before {
  content: "" !important;
  background: url(../images/about/arrow_right.png) no-repeat;
  background-size: 125px;
}

.slick-prev::before {
  content: "" !important;
  background: url(../images/about/arrow_left.png) no-repeat;
  background-size: 125px;
}

.slick-next.slick-next:hover,
.slick-prev.slick-prev:hover {
  opacity: .7;
}

.slick-next {
  right: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-prev {
  left: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-list.draggable {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .slick-next {
    right: -15% !important;
  }

  .slick-prev {
    left: -15% !important;
  }
}

@media screen and (max-width: 1000px) {
  .slick-next::before {
    background-size: 90px;
  }

  .slick-prev::before {
    background-size: 90px;
  }

  .slick-next {
    right: -19% !important;
    top: 60% !important;
  }

  .slick-prev {
    left: -14% !important;
    top: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-next::before {
    content: "" !important;
    background: url(../images/about/arrow_right_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-prev::before {
    content: "" !important;
    background: url(../images/about/arrow_left_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-next::before,
  .slick-prev::before {
    width: 30px !important;
    height: 60px !important;
  }

  .slick-next {
    right: -2% !important;
  }

  .slick-prev {
    left: -2% !important;
  }

  .rec_ttl_img {
    max-width: 70vw !important;
  }

  .thumb-item {
    margin: 30px 0 -5px !important;
  }

}

@media screen and (max-width:370px) {
  .slick-list.draggable {
    width: 90vw;
  }
}



/*
PROCESS&ENTRY
=================================== */
.recruit.process .fv_sub {
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.process .sec_02 .inner,
.process .sec_03 .inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.process_pc {
  position: relative;
  z-index: 15;
}

.process_sp {
  display: none;
}

.process .sec_02 {
  padding-top: 140px;
  position: relative;
  margin-top: -10px;
  background: #ffffff;
}

.process .sec_03 {
  margin-top: 120px !important;
  color: #000000;
  text-align: center;
}

.process .schedule {
  width: 100%;
  margin-top: 65px !important;
}

.process .schedule tr {
  display: flex;
  width: 100%;
}

.process .schedule th,
.process .schedule td {
  width: 64%;
  margin-bottom: 5px;
}

.process .schedule th+th,
.process .schedule td+td {
  width: 36%;
  margin-left: 5px;
}

.process .schedule th {
  background: #5a5a5a;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.process .schedule td {
  background: #f1f5f6;
  min-height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}

.process .schedule+.txt {
  margin-top: 10px;
}

.process figure[class*="deco"] {
  z-index: -1;
}

.process .deco01 {
  width: 66.4px;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 10 !important;
}

.process .deco02 {
  width: 60px;
  position: absolute;
  bottom: 150px;
  right: -200px;
  top: auto;
  z-index: 10 !important;
}

.process .deco03 {
  width: 66.4px;
  position: absolute;
  left: -200px;
  top: 200px;
}

.process .deco04 {
  width: 60px;
  position: absolute;
  bottom: 300px;
  right: -200px;
  top: auto;
}

.process .deco05 {
  width: 101.6px;
  position: absolute;
  bottom: 0;
  left: -200px;
  top: auto;
}

@media screen and (max-width: 1300px) {
  .process .deco01 {
    left: -100px;
  }

  .process .deco02 {
    right: -100px;
  }

  .process .deco03 {
    left: -100px;
  }

  .process .deco04 {
    right: -100px;
  }

  .process .deco05 {
    left: -100px;
  }
}

@media screen and (max-width: 1210px) {
  .recruit.process .fv_sub br.sp {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .process .deco01 {
    left: 0;
  }

  .process .deco02 {
    right: 0;
  }

  .process .deco03 {
    left: 0;
  }

  .process .deco04 {
    right: 0;
  }

  .process .deco05 {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .process_pc {
    display: none;
  }

  .process_sp {
    display: block;
    position: relative;
    z-index: 15;
  }

  .process .sec_02 .inner,
  .process .sec_03 .inner {
    margin: 0 10px;
  }

  .process .sec_02 {
    padding-top: 90px;
  }

  .process .sec_03 {
    margin-top: 60px !important;
  }

  .process .schedule {
    margin-top: 45px !important;
  }

  .process .fv_ttl {
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    word-break: break-word;
    line-height: 1.2;
  }

  .process .deco01 {
    width: 33.2px;
    top: -60px;
  }

  .process .deco02 {
    width: 30px;
    bottom: 100px;
  }

  .process .deco03 {
    width: 33.2px;
    top: -60px;
  }

  .process .deco04 {
    width: 30px;
    bottom: auto;
    top: 35px;
  }

  .process .deco05 {
    width: 50.8px;
    bottom: 0;
  }

  .recruit.process .fv_sub {
    margin-bottom: 75px;
  }
}



/*
EVENT 
=================================== */
.event .sec01 {
  background: url("../../assets/images/recruit/event_fv.png") center top / cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 35vw;
}

.event_ttl img {
  max-width: 320px;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.event .txt_red {
  color: #ff0000;
  font-size: 20px;
}

.event .txt_bk {
  font-size: 20px;
  margin-top: 20px;
}


.event .text_area {
  text-align: center;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 2;
  color: #000000;
  padding: 80px 20px 0;
  position: relative;
  z-index: 10;
  background: #ffffff;
}

.event .text_area .inner {
  max-width: 960px;
  margin: 0 auto;
}

.recruit.event .fv_sub {
  letter-spacing: 0.3em;
}

.event .sec_03 {
  padding: 0px 20px 150px;
}

.event .sec_03 .inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.event .tag_list {
  display: flex;
  justify-content: space-between;
}

.event .area_list {
  margin-left: 15px;
}

.event .tag_list p {
  color: #000000;
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.event .tag_name input {
  display: none;
}

.event .type_list,
.event .area_list {
  text-align: center;
}

.event .tag_list ul {
  display: flex;
  margin-top: 15px;
}

.event .tag_list li {
  font-size: 24px !important;
  font-weight: 600;
  transition: 0.5s;
}

.event .type_list li {
  width: 180px;
  height: 62px;
  color: #ffffff;
  background: #58bfd9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event .tag_list li:hover {
  opacity: 0.8;
}

.event .tag_list li label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.event .tag_list li label:checked {
  opacity: 0.7;
}

.event .area_list li {
  width: 147px;
  color: #000000;
  background: #FFD200;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event .tag_list li+li {
  margin-left: 15px;
}

.event .list_item a {
  background: #E1E1E1;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: #000000;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.event .list_item a:hover {
  opacity: 0.4;
}

.event .list_item a[href*="none"] {
  pointer-events: none;
}

.event .list_item.bc_yellow {
  background: #ffffcb;
}

.event .list_item,
.event .bg_area,
.event .icon_list {
  display: flex;
  align-items: center;
}

.event .bg_txt01,
.event .bg_txt02 {
  width: 120px;
  background: #59BFD8;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  font-weight: 600;
}

.event .bg_txt02 {
  background: #379D56 !important;
}

.event .list_item+.list_item {
  margin-top: 15px;
}

.event .sec_03 .cont_inner {
  margin-top: 85px;
}

.event .icon_list .area,
.event .icon_list .day {
  width: 130px;
  height: 35px;
  font-weight: 600;
  background: #FFD200;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.event .icon_list {
  margin-left: 20px;
}

.event .icon_list .day {
  background: #fff;
  margin-left: 8px;
}

.event .icon_list+p {
  margin-left: 20px;
}

.event .is_hide {
  display: none !important;
}

.event figure[class*="deco"] {
  z-index: -1;
}

.event .deco01 {
  width: 66.4px;
  position: absolute;
  top: 90px;
  left: -200px;
}

.event .deco02 {
  width: 60px;
  position: absolute;
  right: -200px;
  top: 150px;
}

.event .deco03 {
  width: 101.6px;
  position: absolute;
  left: -200px;
  top: auto;
  bottom: -50px;
}

.event .deco04 {
  width: 214.4px;
  position: absolute;
  bottom: -150px;
  right: -200px;
  top: auto;
}

.event .banner_inner {
  padding-top: 30px;
}

.event .list_item.fin {
  position: relative;
}

.event .list_item.fin:before {
  content: "終了";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .event .sec01 {
    background: url("../../assets/images/recruit/event_fv_sp.png") center top / cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
  }

  .event_ttl img {
    max-width: 240px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .event .txt_red {
    color: #ff0000;
    font-size: 15px;
    line-height: 1.5;
  }

  .event .tag_list ul {
    margin-top: 10px;
  }

  .event .tag_list ul {
    justify-content: center;
  }

  .event .text_area,
  .event .tag_list p {
    font-size: 14px !important;
  }

  .event .tag_list li,
  .event .bg_txt01,
  .event .bg_txt02 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }

  .event .list_item a {
    font-size: 12px !important;
  }

  .event .text_area {
    padding-top: 35px;
  }

  .event .sec_03 {
    padding: 30px 20px 100px;
    z-index: 11;
    position: relative;
  }

  .event .tag_list {
    display: block;
  }

  .event .area_list {
    margin: 27px 0 0;
  }

  .event .type_list li {
    height: 54px;
  }

  .event .area_list li {
    height: 42px;
  }

  .event .sec_03 .cont_inner {
    margin-top: 54px;
  }

  .event .list_item a,
  .event .bg_area {
    display: block;
  }

  .event .icon_list+p {
    margin: 0 10px;
  }

  .event .bg_txt01,
  .event .bg_txt02 {
    width: 100%;
    height: 40px;
  }

  .event .icon_list .area,
  .event .icon_list .day {
    width: 75px;
    height: 20px;
  }

  .event .icon_list {
    margin: 10px auto 10px 10px;
  }

  .event .bg_area {
    padding-bottom: 10px;
  }

  .event .is_hide {
    display: none !important;
  }

  .event .deco01 {
    width: 33.2px;
    top: 0;
  }

  .event .deco02 {
    width: 30px;
    top: -200px;
  }

  .event .deco03 {
    width: 50.8px;
    top: 0;
  }

  .event .deco04 {
    width: 107.2px;
    bottom: -100px;
    right: -15px;
  }
}



/*
message
=================================== */
.message_cont .recruit_nav {
  top: 20vw;
  opacity: 0;
}

.message_cont .recruit_nav.fixed {
  top: 0;
  opacity: 1;
}



.mess_wrap {
  background: #fff;
}

.message {
  color: #000000;
}

.message .sec01 {
  background: url(../../assets/images/recruit/message_bg.png) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 35vw;
  min-height: auto;
}

.message .sec01_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit.message .fv_ttl {
  position: absolute;
  max-width: 290px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mess_list {
  display: block;
}

.list_box {
  padding: 60px 0 !important;
}

.list_box.item02,
.list_box.item04,
.list_box.item06 
,.list_box.item08
,.list_box.item10{
  background-color: #EEF4F7;
}

.list_box_inner {
  position: relative;
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0 auto;
}

.list_box .flex {
  display: flex;
  gap: 80px;
}

.list_box:nth-child(even) .flex{
  flex-direction: row-reverse;
}

.list_box:nth-child(even) .list_name_en img{
  object-position: right;
}

.item02 .flex,
.item04 .flex,
.item06 .flex,
.item08 .flex
.item10 .flex{
  justify-content: space-between;
  flex-direction: row-reverse;
}

.list_pic {
  max-width: 230px;
}

.list_pic_img {
  grid-area: img;
}

.list_txt {
  flex: 1;
}

.list_name_en {
  width: fit-content;
  margin-bottom: 5px;
}

.item02 .list_name_en,
.item04 .list_name_en,
.item06 .list_name_en ,
.item08 .list_name_en ,
.item10 .list_name_en{
  margin: 0 0 5px auto;
  width: fit-content;
}

.list_name_en img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  height: 40px;
  aspect-ratio: 200 / 30;
  object-fit: contain;
  object-position: left;
}

.item02 .list_name_en img,
.item02 .list_name_en img{
  height: 35px;
}

.list_name_shoji img{
  height: 35px;
}


.list_name_jp {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

.item02 .list_name_jp,
.item04 .list_name_jp,
.item06 .list_name_jp ,
.item08 .list_name_jp ,
.item10 .list_name_jp {
  text-align: end;
}

.list_flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.item02 .list_flex,
.item04 .list_flex,
.item06 .list_flex,
.item08 .list_flex,
.item10 .list_flex {
  flex-direction: row-reverse;
}

.mess_icon {
  max-width: 114px !important;
  margin: 0 !important;
  height: 100%;
}

.ttl_txt {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.72;
  flex: 1 !important;
}

.item02 .ttl_txt,
.item04 .ttl_txt,
.item06 .ttl_txt,
.item08 .ttl_txt,
.item10 .ttl_txt {
  text-align: end;
}

.small_txt {
  font-size: 18px !important;
  font-weight: 500;
  line-height: 2.1;
}

.img_all {
  margin-top: 50px;
}

.list_txt_nameSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .message .sec01 {
    background: url(../../assets/images/recruit/message_bg_sp.png) center top no-repeat;
    height: 80vh;
    background-size: cover;
  }

  .recruit.message .fv_ttl_sp {
    position: absolute;
    max-width: 290px;
    top: 45%;
    left: calc(50% - 145px);
  }

  .list_box {
    padding: 50px 0 !important;
  }

  .list_box_inner {
    padding: 0px 20px 0;
  }

  .list_box .flex {
    display: block;
  }

  .list_txt_nameSp {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }

  .list_txt_nameSp>img {
    max-width: 80px;
    width: 16vw;
    height: auto;
    margin-bottom: 10px;
    margin-inline: 0;
  }



  .item02 .list_name_en,
  .item04 .list_name_en,
  .item06 .list_name_en,
  .item08 .list_name_en {
    margin: 0 0 5px;
    width: fit-content;
  }

  .item02 .list_name_jp,
  .item04 .list_name_jp,
  .item06 .list_name_jp,
  .item08 .list_name_jp,
  .item10 .list_name_jp {
    text-align: start;
  }

  .list_name_jp{
    margin-bottom: 0 !important;
  }

  .ttl_txt {
    font-size: 18px !important;
    font-weight: 700;
  }

  .item02 .ttl_txt,
  .item04 .ttl_txt,
  .item06 .ttl_txt,
  .item08 .ttl_txt,
  .item10 .ttl_txt {
    text-align: start;
  }

  .small_txt {
    font-size: 16px !important;
    font-weight: 500;
  }

  .list_pic {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .list_pic {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .list_pic > img{
    max-width: 40%;
    margin: 0;
  }

  .list_box:nth-child(even) .list_pic{
    flex-direction: row-reverse;
  }

  .list_box:nth-child(even)  .list_txt_nameSp{
    align-items: flex-end;
  }


  .list_flex {
    display: block;
  }

  .list_txt_namePc {
    display: none;
  }

  .mess_icon {
    display: none;
  }
}

@media screen and (max-width: 376px) {
  .ttl_txt {
    font-size: 18px !important;
    font-weight: 700;
  }

  .small_txt {
    font-size: 14px !important;
    font-weight: 500;
  }
}



/* recommended */
.recommended_section .rec_ttl_img {
  margin-top: 80px !important;
}

.col02 dt,
.col01 dt {
  font-weight: bold;
  text-align: center;
  background: #2EAAB8;
  color: #ffffff;
  vertical-align: middle;
  padding: 3px 0;
  margin-bottom: -4px;
  border-radius: 8px 8px 0 0;
}

.rec_ttl_img {
  max-width: 35% !important;
  margin: 0 auto !important;
}

.img01 {
  max-width: 650px !important;
}

.img01 img {
  margin: -10px 0 -20px;
}

.img02 {
  max-width: 580px !important;
}

.img02 img {
  margin: -35px 0;
}

.recommended_section {
  text-align: center;
}

.rec_inner {
  padding: 40px 20px 55px;
}

.rec_inner h2 {
  letter-spacing: 0.2em;
}

.rec_inner>p {
  letter-spacing: 0.1em;
  position: relative;
  left: -15px;
  color: #4d4d4d;
}

.rec_inner>p::after {
  content: "";
  height: 2.5px;
  width: 35px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .recommended_section .rec_ttl_img {
    margin-top: 30px !important;
  }
}


/* slide-box */
.slide-box {
  position: relative;
}

/* slide */
.slide .item img {
  margin: auto;
  max-width: 90%;
}

.thumb-item {
  margin: 60px 12% !important;
}

.thumb-item02 {
  margin: 20px auto !important;
  width: 63%;
}

.slick-next::before,
.slick-prev::before {
  opacity: 1 !important;
  cursor: pointer;
  display: inline-block;
  background-size: contain;
  width: 125px !important;
  height: 70px !important;
}

.slick-next::before {
  content: "" !important;
  background: url(../images/about/arrow_right.png) no-repeat;
  background-size: 125px;
}

.slick-prev::before {
  content: "" !important;
  background: url(../images/about/arrow_left.png) no-repeat;
  background-size: 125px;
}

.slick-next.slick-next:hover,
.slick-prev.slick-prev:hover {
  opacity: .7;
}

.slick-next {
  right: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-prev {
  left: -11% !important;
  top: 50% !important;
  z-index: 10;
}

.slick-list.draggable {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .slick-next {
    right: -15% !important;
  }

  .slick-prev {
    left: -15% !important;
  }
}

@media screen and (max-width: 1000px) {
  .slick-next::before {
    background-size: 90px;
  }

  .slick-prev::before {
    background-size: 90px;
  }

  .slick-next {
    right: -19% !important;
    top: 60% !important;
  }

  .slick-prev {
    left: -14% !important;
    top: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .slick-next::before {
    content: "" !important;
    background: url(../images/about/arrow_right_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-prev::before {
    content: "" !important;
    background: url(../images/about/arrow_left_sp.png) no-repeat;
    background-size: 30px;
  }

  .slick-next::before,
  .slick-prev::before {
    width: 30px !important;
    height: 60px !important;
  }

  .slick-next {
    right: -2% !important;
  }

  .slick-prev {
    left: -2% !important;
  }

  .rec_ttl_img {
    max-width: 55vw !important;
  }

  .thumb-item {
    margin: 30px 0 -5px !important;
  }

  .thumb-item02 {
    margin: 20px 0 !important;
    width: 100%;
  }
}



/*
募集要項(0201追記)
=================================== */
/* page_link */
.page_link .link_inner {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
  z-index: 20;
}

.page_link .link_list {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -340px;
}

.page_link .link_list li {
  background: #ffffff;
  border-radius: 50%;
}

.page_link .link_list li a {
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  line-height: 1.3;
}

.page_link .link_list li+li {
  margin-left: 100px;
}

.page_link .link_list li a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  left: 50%;
  margin-left: -7px;
}

.page_link .link_list .link_01 a {
  border: 2px solid #7eb6c3;
  color: #7eb6c3;
}

.page_link .link_list .link_01 a:before {
  border-color: #7eb6c3 transparent transparent transparent;
}

.page_link .link_list .link_02 a {
  border: 2px solid #5196ad;
  color: #5196ad;
}

.page_link .link_list .link_02 a:before {
  border-color: #5196ad transparent transparent transparent;
}

.page_link .link_list .link_03 a {
  border: 2px solid #3b7a80;
  color: #3b7a80;
}

.page_link .link_list .link_03 a:before {
  border-color: #3b7a80 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .page_link .link_list {
    margin-left: -160px;
  }

  .page_link .link_list li a {
    width: 100px;
    height: 100px;
  }

  .page_link .link_list li+li {
    margin-left: 10px;
  }

  .page_link .link_inner a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .page_link .link_list li a:before {
    border-width: 7px 5px 0 5px;
    margin-left: -5px;
    bottom: 10px;
  }
}

/* requirement > PROCESS&ENTRY */
.requirement .sec04 .inner,
.requirement .sec05 .inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.requirement .sec04 {
  padding-top: 140px;
  position: relative;
  margin-top: -10px;
  background: #ffffff;
}

.requirement .sec05 {
  color: #000000;
  text-align: center;
}

.requirement .schedule {
  width: 100%;
  margin-top: 65px !important;
  position: relative;
  z-index: 10;
}

.requirement .schedule tr {
  display: flex;
  width: 100%;
}

.requirement .schedule th,
.requirement .schedule td {
  width: 64%;
  margin-bottom: 5px;
}

.requirement .schedule th+th,
.requirement .schedule td+td {
  width: 36%;
  margin-left: 5px;
}

.requirement .schedule th {
  background: #5a5a5a;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.requirement .schedule td {
  background: #f1f5f6;
  min-height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}

.requirement .schedule+.txt {
  margin-top: 10px;
}

.requirement .sec04 .deco01 {
  width: 66.4px;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 10 !important;
}

.requirement .sec04 .deco02 {
  width: 60px;
  position: absolute;
  bottom: 150px;
  right: -200px;
  top: auto;
  z-index: 10 !important;
}

.requirement .sec05 .deco03 {
  width: 66.4px;
  position: absolute;
  left: -200px;
  top: 200px;
}

.requirement .sec05 .deco04 {
  width: 60px;
  position: absolute;
  bottom: 300px;
  right: -200px;
  top: auto;
}

.requirement .sec05 .deco05 {
  width: 101.6px;
  position: absolute;
  bottom: 0;
  left: -200px;
  top: auto;
}

@media screen and (max-width: 1300px) {
  .requirement .sec04 .deco01 {
    left: -100px;
  }

  .requirement .sec04 .deco02 {
    right: -100px;
  }

  .requirement .sec05 .deco03 {
    left: -100px;
  }

  .requirement .sec05 .deco04 {
    right: -100px;
  }

  .requirement .sec05 .deco05 {
    left: -100px;
  }
}

@media screen and (max-width: 1100px) {
  .requirement .sec04 .deco01 {
    left: 0;
  }

  .requirement .sec04 .deco02 {
    right: 0;
  }

  .requirement .sec05 .deco03 {
    left: 0;
  }

  .requirement .sec05 .deco04 {
    right: 0;
  }

  .requirement .sec05 .deco05 {
    left: 0;
  }
}

@media screen and (max-width: 767px) {

  .requirement .sec04 .inner,
  .requirement .sec05 .inner {
    margin: 0 10px;
  }

  .requirement .schedule {
    margin-top: 45px !important;
  }

  .requirement .sec04 .deco01 {
    width: 33.2px;
    top: -60px;
  }

  .requirement .sec04 .deco02 {
    width: 30px;
    bottom: 100px;
  }

  .requirement .sec05 .deco03 {
    width: 33.2px;
    top: -60px;
  }

  .requirement .sec05 .deco04 {
    width: 30px;
    bottom: auto;
    top: 35px;
  }

  .requirement .sec05 .deco05 {
    width: 50.8px;
    bottom: 0;
  }
}

/* 2021修正 */
.recruit_contents.requirement .txt_period.shikaku dt,
.recruit_contents.requirement .txt_period.shikaku dd {
  width: 100%;
}

.recruit_contents.requirement .txt_period.shikaku dd {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
}

.recruit_contents.requirement .txt_period.shikaku dd.col2 {
  display: flex;
}

.recruit_contents.requirement .txt_period.shikaku dd p {
  padding: 10px 5px !important;
  margin: 5px;
  background: #f1f5f6;
}

.recruit_contents.requirement .txt_period.shikaku dd p {
  font-weight: normal !important;
  text-align: left;
  padding: 10px 100px !important;
}

.recruit_contents.requirement .txt_period.shikaku dd.col2 p {
  width: calc((100% - 15px)/2);
}

.recruit_contents.requirement .txt_period.shikaku dd.col2 p .name,
.entry_end_txt {
  font-weight: bold;
}

p.entry_end_txt {
  text-align: center;
  margin: 70px 0 0 0;
}

@media screen and (max-width: 1023px) {
  p.entry_end_txt {
    text-align: center;
    margin: 60px 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  br.br_sponly {
    display: none;
  }
}

.recruit_contents.requirement .txt_period.shikaku dd.col2 p+p {
  margin-left: 0;
}

.recruit_contents.requirement .txt_period.shikaku dd.col2 p {
  padding: 10px 50px 10px 50px !important;
}

.recruit_contents.requirement .txt_period.shikaku dd span {
  display: block;
}

.recruit_contents.requirement .txt_period.shikaku dd span.text {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .recruit_contents.requirement .txt_period.shikaku dd p {
    margin-top: 5px !important;
    padding: 10px 5px !important;
  }

  .recruit_contents.requirement .txt_period.shikaku dd.col2 {
    display: block;
  }

  .recruit_contents.requirement .txt_period.shikaku dd.col2 p {
    width: calc(100% - 10px);
    box-sizing: border-box;
  }

  .recruit_contents.requirement .txt_period.shikaku dd.col2 p {
    padding: 10px 5px !important;
  }

  .recruit_contents.requirement .txt_period.shikaku dd.col2 p+p {
    margin-left: 5px;
  }

  .recruit_contents.requirement .txt_period.shikaku dd span.text {
    font-size: 14px;
  }
}

/*
募集要項 20221212
=================================== */
.aco_ttl {
  position: relative;
  cursor: pointer;
}

.aco_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.aco_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  right: 43px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.5s;
}

.aco_ttl.open::after {
  top: 43px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .aco_ttl::before {
    top: 5vw;
    right: 4vw;
    width: 6vw;
    height: 6vw;
  }

  .aco_ttl::after {
    top: 7vw;
    right: 6vw;
    width: 2vw;
    height: 2vw;
  }

  .aco_ttl.open::after {
    top: 7vw;
  }
}


.aco_ttl_inner_linktxt {
  display: flex;
  gap: 10px;
  align-items: center;
  text-underline-offset: 3px;
  padding: 10px;
  padding-left: 25px;
}

.aco_ttl_inner_linktxt:hover {
  opacity: 1;
}

.aco_ttl_inner_linktxt.blue {
  color: #003366;
  background: rgba(46, 115, 184, 0.2);
}

.aco_ttl_inner_linktxt.green {
  color: #003300;
  background: rgba(55, 157, 86, 0.2);
}

.aco_ttl_inner_linktxt:active {
  color: #fff;
}

.aco_ttl_inner_linktxt p {
  margin: 0;
  font-size: 14px;
}

.aco_ttl_inner_linktxt .more {
  max-width: 112px;
  margin-bottom: -5px;
}

.aco_ttl_inner_linktxt .more img {
  width: 100%;
  vertical-align: middle;
  display: block;
}

@media screen and (max-width: 768px) {
  .aco_ttl_inner_linktxt {
    padding-left: 10px;
  }
}



.aco_list {
  display: none;
}

.sec01_box_busi {
  background: url(../../assets/images/recruit/requirement/bg_fv.jpg) center/cover;
  position: relative;
  height: 35vw;
}

.sec01_box_busi .fv_ttl img {
  max-width: 445px;
}

.course.business .img_ttl img {
  max-width: 100%;
}

.course.business .img_ttl {
  max-width: 960px;
  margin: 80px auto 0;
}

.sec7 .img_ttl {
  margin: 80px auto 0 !important;
}

@media screen and (max-width: 767px) {
  .sec7 .img_ttl {
    margin: 40px auto 0 !important;
  }
}

.course.business .sec02 {
  padding-bottom: 50px;
}

.anker_list li {
  margin: 10px;
}

.anker_list img {
  max-width: 100%;
}

.prosess .img {
  margin: 50px auto;
}

.prosess .img img {
  max-width: 100%;
}

.sec05.prosess .sec05_box {
  background: none;
  padding-bottom: 0;
}

.sec05.prosess .border_orange {
  color: #5BC2DC;
  border-color: #5BC2DC;
}

.sec05.prosess .orange {
  color: #5BC2DC;
}

@media screen and (max-width: 767px) {
  .sec01_box_busi {
    background: url(../../assets/images/recruit/requirement/bg_fv-sp.jpg) center/cover;
    position: relative;
    height: 80vh;
  }

  .anker_list {
    flex-wrap: wrap;
    margin: 30px auto 0;
  }

  .anker_list li {
    width: 40%;
    margin: 5px;
  }

  .anker_list li img {
    display: block;
  }

  .course.business .img_ttl {
    margin-top: 40px;
  }

  .prosess .img {
    overflow: auto;
    margin: 30px auto;
  }

  .prosess .img img {
    min-width: 800px;
  }
}



/* 募集要項 */
.sec02_box_inner_ttl {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.box_inner {
  max-width: 960px;
  margin: 0 auto;
}

.req_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec02_box .anker_list {
  display: flex;
  flex-wrap: wrap;
  max-width: initial;
  justify-content: space-between;
}

.anker_list a {
  max-width: 49.5%;
}

.sec02_box .anker_list .line {
  width: 100%;
  background-color: #ccc;
  height: 2px;
  display: block;
  margin: 10px 0 18px;
}

.process img {
  max-width: 128px;
}

.sec02_box p {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
  line-height: 1.7;
}

.un_anker_wrap {
  display: flex;
  flex-wrap: wrap;
}

.un_anker_wrap .un_anker_box {
  width: calc(100% / 2);
}

.un_anker_wrap .un_anker_box span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .un_anker_wrap .un_anker_box {
    width: 100%;
  }
}

.sec02\.5_box p span {
  font-weight: bold;
}

.text_center {
  text-align: center;
  display: block;
  margin: 1em 0;
}

.content_list p {
  text-indent: -1em;
  padding-left: 1em;
}

.content_list p:not(:last-child) {
  margin-bottom: 1em;
}

.sec3_inner_inner {
  background: rgba(46, 115, 184, 0.2);
  padding: 45px 40px 30px;
}

.sec4_inner_inner {
  background: rgba(219, 113, 37, 0.2);
  padding: 45px 40px 30px;
}

.sec5_inner_inner {
  background: rgba(237, 76, 169, 0.2);
  padding: 45px 40px 30px;
}

.sec6_inner_inner {
  background: rgba(55, 157, 86, 0.2);
  padding: 45px 40px 30px;
}

.sec7_inner_inner {
  background: rgba(89, 191, 216, 0.2);
  padding: 45px 40px 30px;
}

.sec7 {
  border-bottom: solid 2px #ccc;
  max-width: 960px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.sec9_inner_inner {
  background: rgba(176, 45, 200, 0.2);
  padding: 45px 40px 30px;
}

.content_list {
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  padding: 20px 100px;
}

.txt_period {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.6;
  margin: 30px 0 15px;
  justify-content: space-between;
}

.txt_period .left {
  text-align: left;
}

.un_padding {
  padding: 10px 60px !important;
}

.period00 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  margin: 30px 0 15px;
  justify-content: space-between;
}

.period00 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 7px;
  width: calc((100% - 15px)/2);
}

.period00 dd {
  padding: 20px 100px;
  line-height: 2;
  background-color: #fff;
  margin: 7px 0px;
  width: 100%;
}

.txt_period dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 7px;
  width: calc((100% - 15px)/2);
}

.txt_period dd a {
  word-break: break-all;
}

.sec3 .list_ttl,
.sec4 .list_ttl,
.sec6 .list_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 7px;
  width: 100%;
  background-color: #2E73B8;
  margin-bottom: 10px;
}

.sec3 .list_ttl {
  background-color: #2E73B8;
}

.sec4 .list_ttl {
  background-color: #DB7125;
}

.sec6 .list_ttl {
  background-color: #379D56;
}

.sec3 .list_ttl span,
.sec4 .list_ttl span,
.sec6 .list_ttl span {
  font-size: 16px;
  margin-left: 20px;
  line-height: 1.6;
}

.sec3 .list_ttl span a,
.sec4 .list_ttl span a,
.sec6 .list_ttl span a {
  color: #fff;
}

.un_international_ttl_blue {
  background: rgba(46, 115, 184, 0.2) !important;
  color: #003366 !important;
}

.un_international_ttl_green {
  background: rgba(55, 157, 86, 0.2) !important;
  color: #003300 !important;
}

.list_ttl.un_international_ttl_blue,
.list_ttl.un_international_ttl_green {
  margin-top: 80px;
}

.sec3 .txt_period,
.sec4 .txt_period,
.sec6 .txt_period {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.6;
  margin: 0px 0 15px;
  justify-content: space-between;
}

.sec3 .txt_period dt.dt02,
.sec4 .txt_period dt.dt02,
.sec6 .txt_period dt.dt02 {
  width: 55%;
  margin-right: 0%;
}

.sec3 .txt_period.twocol dt.dt03,
.sec4 .txt_period.twocol dt.dt03,
.sec6 .txt_period.twocol dt.dt03 {
  width: calc(100% - 56%);
}

.sec3 .txt_period dt.dt03,
.sec4 .txt_period dt.dt03,
.sec6 .txt_period dt.dt03 {
  width: calc((100% - 57%) / 2);
}

.txt_period dd.dd02 {
  width: 55%;
  margin-right: 0%;
}

.txt_period dd.dd03 {
  width: calc((100% - 57%) / 2);
}

.txt_period.twocol dd.dd03 {
  width: calc(100% - 56%);
}


.sec3 .txt_period dt,
.sec3 .period00 dt {
  background-color: #2E73B8;
}

.sec4 .txt_period dt,
.sec4 .period00 dt {
  background-color: #DB7125;
}

.sec5 .txt_period dt,
.sec5 .period00 dt {
  background-color: #ED4CA9;
}

.sec6 .txt_period dt,
.sec6 .period00 dt {
  background-color: #379D56;
}

.sec6 .sup_list {
  margin-bottom: 15px;
}

.sec7 .txt_period dt,
.sec7 .period00 dt {
  background-color: #59BFD8;
}

.sec9 .txt_period dt,
.sec9 .period00 dt {
  background-color: #9966CC;
}

.sec8 {
  margin-top: 65px;
}

.sec8 .sec8_text {
  padding-left: 1em;
  text-indent: -1em;
}

.sec8 .group:first-child {
  margin-bottom: 40px;
}

.sec8 .group_ttl {
  text-align: center;
  font-size: 24px;
  margin: 50px 0 20px;
}

.sec8 .group:first-child .group_ttl {
  margin: 10px 0 20px;
}

.sec8 .group_cont .text01 {
  margin-bottom: 8px;
  text-align: center;
}

.sec8 .group_cont .text01 span {
  background-color: #FFE8C5;
  padding: 2px 0px;
  font-weight: bold;
}

.sec8 .group_cont .list {
  text-indent: -1em;
  padding-left: 1em;
}

.sec8 .group_cont .shikaku_list li:not(:last-child) {
  margin-bottom: 50px;
}

.sec8 .group_cont .shikaku_list li .flex {
  display: flex;
}

.sec8 .group_cont .shikaku_list li .ttl_area {
  width: 200px;
  height: 108px;
  margin-right: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.sec8 .group_cont .shikaku_list li.business .ttl_area {
  background: linear-gradient(#2E73B8 50%, #DB7125 50%);
}

.sec8 .group_cont .shikaku_list li.digital .ttl_area {
  background: #ED4CA9;
}

.sec8 .group_cont .shikaku_list li.rdpre .ttl_area {
  background: #379D56;
}

.sec8 .group_cont .shikaku_list li .text_area {
  flex: 1;
}

.sec8 .group_cont .shikaku_list li .btn_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.sec8 .group_cont .shikaku_list li .btn_wrap .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  min-width: 252px;
  height: 38px;
  border-radius: 10px;
  padding: 8px 14px;
}

.sec8 .group_cont .shikaku_list li .btn_wrap .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  transform: rotate(45deg);
}

.sec8 .group_cont .shikaku_list li.business .btn_wrap .btn:first-child {
  margin-right: 10px;
  background-color: #D5E3F1;
}

.sec8 .group_cont .shikaku_list li.business .btn_wrap .btn:first-child:after {
  border-top: 2px solid #2E73B8;
  border-right: 2px solid #2E73B8;
}

.sec8 .group_cont .shikaku_list li.business .btn_wrap .btn:nth-child(2) {
  background-color: #F8E3D3;
}

.sec8 .group_cont .shikaku_list li.business .btn_wrap .btn:nth-child(2):after {
  border-top: 2px solid #DB7125;
  border-right: 2px solid #DB7125;
}

.sec8 .group_cont .shikaku_list li.digital .btn_wrap .btn {
  background-color: #FBDBEE;
  max-width: 374px;
  width: 100%;
}

.sec8 .group_cont .shikaku_list li.digital .btn_wrap .btn:after {
  border-top: 2px solid #ED4CA9;
  border-right: 2px solid #ED4CA9;
}

.sec8 .group_cont .shikaku_list li.rdpre .btn_wrap .btn {
  background-color: #D7EBDD;
}

.sec8 .group_cont .shikaku_list li.rdpre .btn_wrap .btn:after {
  border-top: 2px solid #379D56;
  border-right: 2px solid #379D56;
}

.txt_period dd {
  padding: 10px 5px;
  line-height: 2;
  width: 49%;
  background-color: #fff;
  margin: 7px 0px;
}

.col2 {
  display: flex;
}

.dt01,
.dt04 {
  width: 100% !important;
}

.sec3 .period01 .col2,
.sec4 .period01 .col2,
.sec6 .period01 .col2 {
  width: 100% !important;
  padding: 10px 100px !important;
}

.period01 .col2 {
  width: 100% !important;
}

.period03 .col1 {
  width: 100% !important;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center p {
  display: table-cell;
  vertical-align: middle;
}

.shikaku dd {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
}

.shikaku dd p,
.shikaku dd .p {
  text-align: left;
  padding: 10px 100px !important;
  background-color: #fff;
  margin: 5px;
  width: 50%;
}

.shikaku dd p.center {
  text-align: center;
}

.shikaku dd p .img,
.shikaku dd .p .img {
  margin: 1em 0;
}

.shikaku dd p .img img,
.shikaku dd .p .img img {
  max-width: 100%;
}

.period03 dd p,
.period03 dd .p {
  width: 100%;
}

.period03 .name {
  color: #379D56;
  display: block;
  text-align: center;
}

.sec4 .period01 p {
  width: 100%;
}

.sec5 .period01 p {
  width: 100%;
}

.sec6 .period01 dd {
  width: 100% !important;
}

.sec6 .period03 dd {
  width: 100% !important;
}

.sec6 .period03 dd p {
  padding: 10px 60px !important;
  margin-left: 0;
  margin-right: 0;
}


.sec9 .period01 p {
  width: 100%;
}

.sec8_inner_inner {
  padding: 40px;
}

.sec8_inner_inner img {
  width: 100%;
}

.sec9 .red_text {
  color: red;
  font-size: 16px;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .sec02_box_inner_ttl {
    font-size: 20px;
    margin-top: 35px;
  }

  .sec02_box p {
    font-size: 14px;
  }

  .sec8 .overflow {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }

  .sec8 .overflow .img {
    width: 960px;
    overflow-x: auto;
  }

  .sec8 .group_cont .shikaku_list li .flex {
    flex-direction: column;
  }

  .sec8 .group_cont .shikaku_list li .ttl_area {
    width: 100%;
    margin: 0 0 10px;
  }

  .sec8 .group_cont .shikaku_list li:not(:last-child) {
    margin-bottom: 50px;
  }

  .sec8 .group_cont .shikaku_list li .btn_wrap {
    flex-direction: column;
    align-items: end;
  }

  .sec8 .group_cont .shikaku_list li .btn_wrap .btn {
    width: 252px;
  }

  .sec8 .group_cont .shikaku_list li.business .btn_wrap .btn:first-child {
    margin: 0 0 10px;
  }

  .sec8 .group_cont .shikaku_list li.digital .ttl_area br {
    display: none;
  }

  .sec3_inner_inner {
    padding: 20px;
  }

  .sec4_inner_inner {
    padding: 20px;
  }

  .sec5_inner_inner {
    padding: 20px;
  }

  .sec6_inner_inner {
    padding: 20px;
  }

  .sec7_inner_inner {
    padding: 20px;
  }

  .req_flex {
    display: block;
  }

  .sec02_box .anker_list {
    display: block;
  }

  .txt_period {
    margin: 30px 0 15px;
    justify-content: space-around;
  }

  .txt_period dt {
    display: block;
  }

  .content_list {
    padding: 20px 40px;
  }

  .col2 {
    display: block;
  }

  .sec6 .period03 .col2 {
    display: block;
  }

  .sec6 .period03 dd p {
    padding: 10px 40px !important;
  }

  .shikaku dd p,
  .shikaku dd .p {
    padding: 10px 40px !important;
    width: 100%;
  }

  .process img {
    max-width: 100%;
  }

  .sec3 .period01 .col2,
  .sec6 .period01 .col2 {
    padding: 10px 40px !important;
  }

  .period00 dd {
    padding: 10px 40px;
  }

}

@media screen and (max-width: 376px) {
  .content_list {
    padding: 20px 20px;
  }

  .sec6 .period03 dd p {
    padding: 10px 20px !important;
  }

  .shikaku dd p,
  .shikaku dd .p {
    padding: 10px 20px !important;
    width: 100%;
  }

  .sec3 .period01 .col2,
  .sec6 .period01 .col2 {
    padding: 10px 20px !important;
  }

  .period00 dd {
    padding: 10px 20px;
  }
}