@charset "UTF-8";

.title02 {
  font-size: clamp(20px, 12px + 2vw, 32px);
  line-height: 1.875;
  margin-bottom: 30px;
  font-weight: 700;
}

.title03 {
  margin-bottom: 20px;
  line-height: 1.6;
}

.title03 .font01 {
  font-size: clamp(24px, 19.077px + 1.538vw, 36px);
  line-height: 1;
  display: block;
  color: var(--color-primary);
  letter-spacing: 0;
}

.title03 .sub {
  font-size: clamp(12px, 10.667px + 0.333vw, 14px);
  color: #1B3C7F;
  font-weight: 700;
}

.m100_sph {
  margin-bottom: clamp(60px, 41.176px + 5.882vw, 100px);
}

.m80_sph {
  margin-bottom: clamp(55px, 44.744px + 3.205vw, 80px);
}

.m50_sph {
  margin-bottom: clamp(30px, 21.795px + 2.564vw, 50px);
}

.m40_sph {
  margin-bottom: clamp(20px, 10.588px + 2.941vw, 40px);
}

.inner02 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner02.wh {
  background-color: #fff;
  border-radius: 16px;
}

/*page_title*/
/*------------------------------------------------------------------------------*/
#page_title {
  max-width: 1285px;
  width: 100%;
  margin: 0 auto;
  color: var(--color-white);
  border-radius: clamp(20px, 10.588px + 2.941vw, 40px);
  background-size: cover;
}

#page_title.company {
  background: url(../image/page_title_company.png) no-repeat center center;
}

#page_title.service {
  background: url(../image/page_title_service.png) no-repeat center center;
}

#page_title.service_automotive,
#page_title.process {
  background: url(../image/page_title_service_automotive.png) no-repeat center center;
}

#page_title.process {
  background: url(../image/page_title_reqruitment_about.png) no-repeat center center;
}

#page_title.about-suminoe-industry {
  background: url(../image/about-suminoe-industry/mv.png) no-repeat center center;
}

#page_title.systemsbenefits {
  background: url(../image/applicationprocess/mv.png) no-repeat center center;
}

#page_title.educationpolicy {
  background: url(../image/benefits/mv.png) no-repeat center center;
}

#page_title.employeeprofiles {
  background: url(../image/educational-policy/mv.png) no-repeat center center;
}

#page_title.profile {
  background: url(../image/profile/mv.png) no-repeat center center;
}


#page_title.graduate {
  background: url(../image/graduate/mv.png) no-repeat center center;
}

#page_title.career {
  background: url(../image/career/mv.png) no-repeat center center;
}

#page_title.interviews-list {
  background: url(../image/interviews-list/mv.png) no-repeat center center;
}

#page_title .in {
  max-width: 1056px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(15px, 6.333px + 2.167vw, 28px);
  height: clamp(180px, 122.667px + 14.333vw, 266px);
  display: flex;
  align-items: center;
  line-height: 1;
}

#page_title .font01 {
  font-size: clamp(30px, 20px + 2.5vw, 45px);
  letter-spacing: 0;
}

#page_title .sub {
  font-size: clamp(12px, 10.667px + 0.333vw, 14px);
  display: block;
  padding-top: 3px;
}

/*pan*/
/*------------------------------------------------------------------------------*/
#pan {
  max-width: 1145px;
  width: 100%;
  margin: 20px auto;
  font-size: 11px;
  line-height: 1;
  color: var(--color-primary);
  padding: 0 clamp(15px, 6.333px + 2.167vw, 28px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

#pan a {
  color: var(--color-primary);
}

#pan a::after {
  content: "＞";
  font-size: 1em;
  margin-left: 5px;
}

/*company*/
/*------------------------------------------------------------------------------*/
.company_box01 {
  position: relative;
  margin-bottom: clamp(100px, 47.059px + 10.294vw, 150px);
}

.company_box01 .inner01 {
  display: flex;
  position: relative;
}

.company_box01 .inner01::before {
  content: "";
  width: 764px;
  height: 373px;
  background: url(../image/bg_name.png) no-repeat;
  position: absolute;
  top: 15px;
  left: 355px;
}

.company_box01 .title02 {
  padding-top: 100px;
}

.company_box01 .text_box {
  width: 62%;
}

.company_box01 .txt01 {
  margin-bottom: 40px;
}

.company_box01 .icon_area {
  position: relative;
}

.company_box01 .vehicle01 {
  position: absolute;
  top: 0;
  left: 590px;
  width: 331px;
}

.company_box01 .vehicle02 {
  position: absolute;
  top: 110px;
  left: 970px;
  width: 182px;
}

.company_box01 .vehicle03 {
  position: absolute;
  top: 250px;
  left: 640px;
  width: 425px;
}

.company_box01 .img_box {
  flex: 1;
  text-align: right;
}

.company_box02 {
  position: relative;
  margin-bottom: 50px;
}

.company_box02:before {
  content: "";
  width: 100%;
  height: 466px;
  background: url(../image/company_img01_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.company_box02 .flex01 {
  max-width: 956px;
  margin: 0 auto;
  border: 10px solid var(--color-primary);
  padding: 50px clamp(20px, -6.667px + 6.667vw, 60px);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}

.company_box02 .left_box {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.company_box02 .in {
  margin-bottom: auto;
}

.company_box02 .title01 {
  margin-bottom: 15px;
}

.company_box02 .title01 .sub {
  color: var(--color-primary);
  font-size: 11px;
}

.company_box02 .txt {
  font-size: clamp(20px, 12px + 2vw, 32px);
  line-height: 1.875;
  font-weight: 700;
}

.company_box02 .right_box {
  width: 48%;
  text-align: center;
}

.company_box03 {
  background: var(--color-secondary);
  padding: 76px 4% 50px;
}

.company_box03 .box01 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 30px;
  padding: clamp(40px, 30.588px + 2.941vw, 60px) clamp(20px, 3.529px + 5.147vw, 55px) clamp(20px, 3.529px + 5.147vw, 55px);
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 26px;
}

.company_box03 .txt_box {
  width: 65%;
  padding-right: 4%;
}

.company_box03 .btn02 {
  margin-top: 22px;
}

.company_box03 .img_box {
  width: 35%;
  text-align: center;
}

.company_box03 img {
  border-radius: 20px;
}

/*service*/
/*------------------------------------------------------------------------------*/
#service_box01 {
  background: url(../image/service_bg01.png) no-repeat center;
  background-size: cover;
}

#service_box01 .inner01 {
  display: flex;
  align-items: center;
  gap: 29px;
  padding: 98px 0;
}

#service_box01 .img_box {
  max-width: 551px;
  width: 55.1%;
  flex: 0 1 auto;
  border-radius: 30px;
}

#service_box01 .img_box img {
  margin-bottom: -161px;
}

#service_box01 .text_box {
  font-size: 6.59vw;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.29);
  position: relative;
}

#service_box01 .text_box .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

#service_box02 {
  padding-top: 120px;
  position: relative;
  z-index: 3;
}

#service_box02 .inner01 {
  position: relative;
}

#service_box02 .text_box {
  padding-right: 38%;
}

#service_box02 .seat01 {
  position: absolute;
  top: -59px;
  left: 730px;
  width: 186px;
}

#service_box02 .seat02 {
  position: absolute;
  top: 205px;
  left: 940px;
  width: 137px;
}

#service_box02 .seat03 {
  position: absolute;
  bottom: -30px;
  left: 733px;
  width: 183px;
}

#service_box03 {
  padding: clamp(60px, -35.238px + 23.81vw, 290px) 0 clamp(60px, -18.675px + 19.669vw, 250px);
  position: relative;
  z-index: 2;
}

#service_box03::before {
  content: "";
  width: 120%;
  height: 291px;
  background: var(--color-white) url(../image/line01.png) repeat-x center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-8.49deg);
  z-index: -1;
}

#service_box03::after {
  content: "";
  width: 120%;
  height: 246px;
  background: url(../image/line02.png) repeat-x center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-8.49deg);
  z-index: -1;
}

#service_box03 .card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1em 2%;
}

#service_box03 .card_box .item {
  display: flex;
  align-items: center;
  width: 49%;
  height: 127px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 10px;
  padding: 0.5em 1em;
}

#service_box03 .card_box .item .sub {
  display: flex;
  align-items: center;
  margin-left: 90px;
}

#service_box03 .card_box .item .sub::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1em;
}

#service_box03 .card_box .item:nth-of-type(1) .sub::before {
  background-image: url(../image/icon01.png);
}

#service_box03 .card_box .item:nth-of-type(2) .sub::before {
  background-image: url(../image/icon02.png);
}

#service_box03 .card_box .item:nth-of-type(3) .sub::before {
  background-image: url(../image/icon03.png);
}

#service_box03 .card_box .item:nth-of-type(4) .sub::before {
  background-image: url(../image/icon04.png);
}

.service_item01_wrap {
  padding: 140px 0 40px;
  position: relative;
  z-index: 1;
}

.service_item01 {
  display: flex;
  gap: 30px;
  margin-bottom: 100px;
}

#service_box04 .service_item01 {
  padding-bottom: 90px;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px);
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.service_item01 .left_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.service_item01 .left_box .title {
  display: flex;
  flex-direction: column;
  color: var(--color-primary);
}

.service_item01 .left_box .box {
  display: flex;
  justify-content: center;
  flex: 0 1 auto;
}

.service_item01 .left_box .box img {
  margin-top: 10px;
}

.service_item01 .service01 img {
  max-width: 182px;
}

.service_item01 .service02 img {
  max-width: 263px;
}

.service_item01 .service03 img {
  max-width: 277px;
}

.service_item01 .service04 img {
  max-width: 223px;
}

.service_item01 .left_box .title .font01 {
  font-size: 45px;
  letter-spacing: 0;
  line-height: 1;
}

.service_item01 .left_box .title .sub {
  font-size: 14px;
  font-weight: 700;
}

.service_item01 .right_box {
  width: 62%;
}

.service_item01 .right_box .box {
  margin-bottom: 47px;
  border-radius: 30px;
}

.service_item01 .right_box .box .caption {
  font-size: 10px;
  display: block;
  text-align: right;
}

.service_item01 .right_box .title {
  font-size: 32px;
  line-height: 60px;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 700;
}

/*service_automotive*/
/*------------------------------------------------------------------------------*/
.service_item02_wrap {
  background: var(--color-primary);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 56.874px + 8.282vw, 170px) 0 clamp(70px, 49.296px + 5.176vw, 120px);
}

.service_item02_wrap::before,
.service_item02_wrap::after {
  content: "SUMINOE INDUSTRIES CO.,LTD.";
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(45px, 26.366px + 4.658vw, 90px);
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.service_item02_wrap::before {
  top: 20px;
}

.service_item02_wrap::after {
  bottom: 20px;
}

.service_item02 {
  display: flex;
  padding-bottom: 58px;
  margin-bottom: 70px;
  background-image: linear-gradient(to right, var(--color-white), var(--color-white) 7px, transparent 7px, transparent 7px);
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.service_item02:last-of-type {
  background: none;
  padding-bottom: 0;
}

.service_item02 .left_box {
  max-width: 56.3%;
  flex: 1;
}

.service_item02 .left_box .subtitle {
  font-size: 18px;
  line-height: 1.2;
  background: var(--color-white);
  color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.service_item02 .left_box .subtitle::before,
.service_item02 .left_box .subtitle::after {
  content: "";
  width: 1em;
  height: 1px;
  background: var(--color-primary);
  margin: 0 0.5em;
  display: block;
}

.service_item02 .left_box .subtitle .sub {
  flex: 0 1 auto;
  text-wrap: pretty;
}

.service_item02 .right_box {
  max-width: 35.1%;
  flex: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.service_item03 {
  padding: 100px 0 200px;
  text-align: center;
  background: url(../image/service_automotive_img03_bg.png) repeat-x center bottom;
}

.service_item03 .title02 {
  color: var(--color-primary);
}

.service_item04 {
  padding: 180px 0 140px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.service_item04 .title01 {
  padding: 0 20px;
}

.service_item04_in {
  display: flex;
  align-items: center;
  gap: 66px;
  padding: 0 20px 44px;
  margin-bottom: 48px;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px);
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.service_item04_in .title01 {
  flex: 1;
  margin-bottom: 0;
}

.service_item04_in .title01 .font01 {
  font-size: clamp(18px, 9.74px + 2.581vw, 45px);
}

/*recruitment*/
/*------------------------------------------------------------------------------*/
#wrapper.recruitment {
  background: #F3FBFF;
}

#wrapper.recruitment header {
  background: #F3FBFF;
}

#page_title_recruitment {
  max-width: calc(1256px + 5%);
  width: 100%;
  margin: 50px auto 85px;
  padding: 0 2.5%;
}

#page_title_recruitment .txt_box {
  width: 40%;
}

#page_title_recruitment #pan {
  color: var(--color-primary);
  margin: 0 0 138px;
  padding: 0;
}

#page_title_recruitment .sub_txt {
  font-size: clamp(11px, 9.974px + 0.321vw, 14px);
  color: #1B3C7F;
  line-height: 1;
  padding: 20px 0 27px;
  letter-spacing: 0;
}

#page_title_recruitment .txt01 {
  font-size: clamp(28px, 22.353px + 1.765vw, 40px);
  color: var(--color-primary);
  line-height: 1.3;
  padding-bottom: 52px;
}

#page_title_recruitment .arrow {
  text-align: center;
}

#page_title_recruitment .img_box {
  width: 55.56%;
}

.recruitment_box01 {
  background: url(../image/recruitment/recruitment_img02.png) no-repeat center center;
  background-size: cover;
  height: clamp(180px, 62.667px + 36.667vw, 466px);
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruitment_box01 .txt {
  color: var(--color-white);
  font-size: clamp(20px, 12px + 2vw, 32px);
  line-height: 1.875;
}

.recruitment_box02 .scroll_wrap {
  display: flex;
  overflow: hidden;
  padding: clamp(30px, 17.692px + 3.846vw, 60px) 0 clamp(60px, 35.385px + 7.692vw, 120px);
}

.recruitment_box02 .scroll_list {
  display: flex;
  list-style: none;
  padding: 0;
}

.recruitment_box02 .img_area li {
  width: clamp(683px, 402.795px + 87.564vw, 1366px);
}

.recruitment_box02 .img_area li>img {
  width: 100%;
}

.scroll_left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll_right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.recruitment_box02 .flex01 {
  align-items: center;
}

.recruitment_box02 .left_box {
  width: 62%;
}

.recruitment_box02 .right_box {
  width: 36%;
}

.recruitment_box02 .right_box .in {
  position: relative;
  display: inline-block;
  width: 394px;
  height: 394px;
  border-radius: 50%;
  background: var(--color-primary);
}

.recruitment_box02 .right_box .in_txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 394px;
  text-align: center;
  color: var(--color-white);
  font-size: 32px;
  line-height: 1.875;
  font-weight: 700;
}

.recruitment_box03 {
  background: var(--color-secondary);
  padding: clamp(60px, 41.176px + 5.882vw, 100px) 0;
}

.recruitment_box03 .in {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.recruitment_box03 .in {
  position: relative;
  color: var(--color-white);
}

.recruitment_box03 .in:before {
  content: "";
  position: absolute;
  background: url(../image/recruitment/recruitment_img03_01.png) no-repeat;
  width: 289px;
  height: 289px;
  top: 0;
  left: -377px;
}

.recruitment_box03 .in:after {
  content: "";
  position: absolute;
  background: url(../image/recruitment/recruitment_img03_03.png) no-repeat;
  width: 224px;
  height: 224px;
  bottom: 0;
  left: -290px;
}

.recruitment_box03 .font01,
.recruitment_box03 .sub {
  color: var(--color-white);
}

.recruitment_box03 .txt_icon {
  position: relative;
}

.recruitment_box03 .txt_icon:before {
  content: "";
  position: absolute;
  background: url(../image/recruitment/recruitment_img03_02.png) no-repeat;
  width: 289px;
  height: 289px;
  bottom: -110px;
  right: -329px;
}

.recruitment_box03 .txt_icon:after {
  content: "写真提供：阪急電鉄様";
  position: absolute;
  bottom: -160px;
  right: -329px;
  color: var(--color-white);
  font-size: 10px;
  width: 289px;
  text-align: center;
}

.recruitment_box04 {
  padding: 100px 0 83px;
  text-align: center;
  background: url(../image/recruitment/recruitment_img04_bg.png) repeat-x center bottom;
}

.recruitment_box04 .title02 {
  color: var(--color-primary);
}

.recruitment_box04 .btn02 a {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 3px solid var(--color-white);
  margin: 67px auto 0;
}

.recruitment_box04 .btn02 a .text::after {
  background: url(../image/icon_arrow_b.png) no-repeat;
}

.recruitment_box04 .btn02 a:hover {
  background: transparent;
  color: var(--color-white);
}

.recruitment_box04 .btn02 a:hover .text::after {
  background: url(../image/icon_arrow.png) no-repeat;
}

.recruitment_box05 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 2%;
  margin-bottom: clamp(45px, 14.231px + 9.615vw, 120px);
}

.recruitment_box05 .box {
  width: 32%;
  background: var(--color-white);
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  padding: 2.5%;
}

.recruitment_box05 .img_box {
  text-align: center;
  margin-bottom: 30px;
}

.recruitment_box05 .btn02 {
  margin-top: 30px;
}

.recruitment_voice {
  text-align: center;
  padding: clamp(40px, 14.286px + 6.429vw, 85px) 0;
}

.recruitment_voice .title01 {
  margin-bottom: clamp(35px, 34.551px + 1.404vw, 50px);
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
}

.voice_list a img {
  border-radius: 33px;
}


.voice_list a {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.voice_list .name {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.voice_list .department {
  font-size: 14px;
  line-height: 1;
  width: 217px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF5AA;
  border-radius: 50px;
}

.recruitment_btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.recruitment_btn .scroll_wrap {
  display: flex;
  overflow: hidden;
}

.recruitment_btn .scroll_list {
  display: flex;
  list-style: none;
  padding: 0;
}

.recruitment_btn .txt_area li {
  width: clamp(954px, 614px + 85vw, 1464px);
  font-size: clamp(60px, 40px + 5vw, 90px);
  letter-spacing: 0;
  line-height: 1;
  color: rgba(27, 60, 127, 0.05);
}

.recruitment_btn .scroll_right li {
  transform: scale(-1, -1);
}

.recruitment_btn .inner02 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 2%;
}

.recruitment_btn .box {
  width: 49%;
  background: var(--color-white);
  border-radius: 30px;
  padding: clamp(30px, 17.692px + 3.846vw, 60px) 5%;
}

.recruitment_btn .new {
  border: 10px solid var(--color-secondary);
}

.recruitment_btn .mid {
  border: 10px solid #FDF5AA;
}

.recruitment_btn .title01 {
  margin-bottom: 10px;
}

.recruitment_btn .title01 .sub {
  color: #404040;
}

.recruitment_btn .title02 {
  line-height: 1.3;
  margin-bottom: clamp(25px, 16.795px + 2.564vw, 45px);
}

.recruitment_btn .new .btn02 a {
  background-color: var(--color-secondary);
  color: var(--color-white);
  border: 3px solid var(--color-secondary);
}

.recruitment_btn .mid .btn02 a {
  background-color: #FDF5AA;
  color: #424242;
  border: 3px solid #FDF5AA;
}

.recruitment_btn .new .btn02 a .text::after {
  background: url(../image/icon_arrow.png) no-repeat;
}

.recruitment_btn .mid .btn02 a .text::after {
  background: url(../image/icon_arrow_bl.png) no-repeat;
}

.recruitment_btn .btn02 a:hover {
  background: transparent;
  border: 3px solid var(--color-primary);
  color: var(--color-primary);
}

.recruitment_btn .btn02 a:hover .text::after {
  background: url(../image/icon_arrow_b.png) no-repeat;
}

/*recruitment_about*/
/*------------------------------------------------------------------------------*/
.recruit_top {
  display: flex;
  gap: 30px;
  padding-top: 150px;
  margin-bottom: 70px;
}

.recruit_top .title02 {
  margin-top: 20px;
  color: var(--color-primary);
}

.recruit_top .right_box {
  max-width: 351px;
  margin-left: auto;
}

.recruit_top .right_box .caption {
  font-size: 10px;
  text-align: right;
}

.recruitment_list {
  background: var(--color-secondary);
  padding: 120px 0 80px;
  margin-bottom: 70px;
}

.recruitment_list_item {
  display: flex;
  gap: 30px;
  padding-left: 40px;
  padding-right: 10px;
  padding: 80px 10px 80px 40px;
  background-image: linear-gradient(to right, var(--color-white), var(--color-white) 7px, transparent 7px, transparent 7px);
  background-size: 14px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  color: var(--color-white);
}

.recruitment_list_item:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--color-white), var(--color-white) 7px, transparent 7px, transparent 7px);
  background-size: 14px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recruitment_list_item .title02 {
  margin-top: 30px;
}

.recruitment_list_item .right_box {
  width: 40.1%;
  max-width: 401px;
  flex: 0 1 auto;
  margin-left: auto;
}

.recruitment_list_item .right_box .caption {
  font-size: 10px;
  text-align: right;
}

.recruitment_related {
  padding: 115px 0 170px;
}

.recruitment_related .title01 {
  margin-bottom: 50px;
}

.related_content {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 1.64%;
}

.related_item {
  display: flex;
  align-items: center;
  gap: 5.9%;
  width: 49.18%;
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  overflow: hidden;
}

.related_item .box {
  width: 189px;
  height: 219px;
  position: relative;
  z-index: -1;
  flex: 0 0 auto;
}

.related_item .text_box {
  flex: 1;
}

.related_item .text_box .title03 .font01 {
  font-size: clamp(20px, 13.436px + 2.051vw, 36px);
}

/*
--------*/
.recruit_tabs {
  margin-top: 110px;
  background-color: #58A0C8;
  padding: 70px 0;
}

/* タブ */
.tab_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.tab_btn {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  border: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border: 3px solid #1B3C7F;
  color: #1B3C7F;
  font-size: 20px;
  letter-spacing: 20%;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.tab_btn .icon {
  /* position: absolute; */
  right: 15px;
}

.tab_btn .icon .wh {
  display: none;
}

.tab_btn.is-active .icon {
  /* position: absolute; */
  right: 15px;

}

.tab_btn.is-active .icon .bl {
  display: none;

}

.tab_btn.is-active .icon .wh {
  display: block;
  width: 50px;
  height: 50px;

}

.tab_btn.is-active {
  background: #1B3C7F;
  color: #fff;
}

/* コンテンツ */
.tab_content {
  display: none;
}

.tab_content.is-active {
  display: block;
}

/* ガイド */
.guideline_box {
  background: #fff;
  padding: 95px 75px;
  border-radius: 12px;
}

.guide_title {
  font-size: 20px;
  margin-bottom: 30px;
}

.guide_item {
  border-top: 1px solid #153374;
}

.row {
  display: flex;
  border-bottom: 1px solid #153374;
  padding: 28px 0;
  align-items: flex-start;
  gap: 100px;
}

.guideline_box .guide_item+.guide_item {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
  border-top: none;
}

.guideline_box .guide_item+.guide_item::before {
  content: "";
  display: block;
  width: 130%;
  height: 50px;
  left: -10%;
  top: 0;
  background-color: #58A0C8;
  position: absolute;
}

.row:last-of-type .row span {
  width: 171px;
  font-weight: bold;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #153374;
  border-radius: 50px;
  text-align: center;
}

.row p {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 20%;
  font-weight: 400;
  line-height: var(--line-height-base);
  letter-spacing: 20%;
}

.row span {
  display: block;
  min-width: 135px;
}


/*          コンタクトフォーム用
---------------------------------------*/
.entry-form-section {
  background: #163979;
  padding: 80px 20px;
}

.entry-form-section .inner02 {
  max-width: 880px;
}

.entry-form-box {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #00a0e9;
  border-radius: 14px;
  overflow: hidden;
}

.entry-form-head {
  padding: 45px 70px 28px;
  border-bottom: 1px solid #d8d8d8;
}

.entry-form-head h2 {
  margin: 0;
  color: #163979;
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1;
}

.entry-form-head p {
  margin: 8px 0 0;
  color: #163979;
  font-size: 12px;
}

.entry-form-content {
  padding: 60px 70px 70px;
}

/* CF7側の幅調整 */
.entry-form-content .cf7-form {
  max-width: 100%;
}

.entry-form-content .form-row {
  gap: 22px;
  margin-bottom: 18px;
}

.entry-form-content .form-label {
  width: 130px;
  font-size: 13px;
}

.entry-form-content .form-field input,
.entry-form-content .form-field textarea {
  font-size: 13px;
  padding: 8px 10px;
}

.entry-form-content .form-field textarea {
  min-height: 130px;
}

.entry-form-content .submit-btn input {
  width: 220px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .entry-form-section {
    padding: 50px 15px;
  }

  .entry-form-box {
    border-width: 3px;
  }

  .entry-form-head {
    padding: 30px 25px 22px;
  }

  .entry-form-head h2 {
    font-size: 24px;
  }

  .entry-form-content {
    padding: 35px 25px 45px;
  }

  .entry-form-content .form-label {
    width: 100%;
  }
}


.entry-privacy .entry-cf7 label {
  display: flex;
  align-items: center;
}

.entry-cf7 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 12px;
  color: #222;
}

/* 1行 */
.entry-row {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}

.entry-row dt {
  width: 210px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
  margin-right: 100px;
}

.entry-row dd {
  flex: 1;
  margin: 0;
}

.entry-row dd p {
  display: flex;
  font-weight: 600;
  gap: 10px;
}

.entry-privacy.flex label {
  display: flex;
  align-items: center;
}

/* 必須 */
.entry-row .req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 25px;
  background: #153374;
  color: #fff;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-weight: 400;
  margin-right: 20px;
}

/* 入力欄 */
.entry-cf7 input[type=text],
.entry-cf7 input[type=email],
.entry-cf7 input[type=tel],
.entry-cf7 textarea {
  width: 100%;
  height: 38px;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 11px;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
}

.entry-cf7 input.sei[type=text] {
  max-width: 200px;
  margin-right: 30px;
}

.entry-cf7 input.mei[type=text] {
  max-width: 200px;
}

.entry-cf7 textarea {
  height: 120px;
  padding-top: 10px;
  resize: vertical;
  width: 385px;
}

.entry-cf7 ::-moz-placeholder {
  color: #b8b8b8;
}

.entry-cf7 :-ms-input-placeholder {
  color: #b8b8b8;
}

.entry-cf7 ::placeholder {
  color: #b8b8b8;
}

/* 名前・フリガナ */
.entry-name {
  display: flex;
  gap: 12px;
}

/* .entry-name .wpcf7-form-control-wrap {
  width: 50%;
} */

/* ラジオ */
.entry-cf7 .wpcf7-list-item {
  margin: 0 18px 0 0;
}

.entry-cf7 label {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.entry-cf7 label a {
  text-decoration: underline;
}

.entry-cf7 input[type=radio] {
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

/* 生年月日 */
.entry-birthday {
  display: flex;
  align-items: center;
  gap: 7px;

}

.entry-birthday p {
  margin-left: auto;
  width: 97%;
}

.entry-birthday .wpcf7-form-control-wrap {
  width: 64px;
}

.entry-birthday span.span_day {
  font-size: 16px;
  margin-right: 30px;
  margin-left: 5px;
}

/* 住所 */
.entry-address .address-line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.entry-address .address-line:last-child {
  margin-bottom: 0;
}

.entry-address label {
  width: 140px;
  font-size: 16px;
}

.entry-address .wpcf7-form-control-wrap {
  flex: 1;
}

/* チェック */
.entry-privacy {
  margin: 28px 0 18px;
  text-align: center;
  font-size: 11px;
}

.entry-privacy .wpcf7-list-item {
  margin: 0;
}

.entry-privacy input[type=checkbox] {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
}

/* 送信 */
.entry-submit {
  text-align: center;
}

.entry-submit input[type=submit] {
  width: 230px;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #123a7a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.entry-submit input[type=submit]:hover {
  opacity: 0.85;
}

/* エラー文 */
.entry-cf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}

.entry-cf7 .wpcf7-response-output {
  font-size: 12px;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .entry-cf7 {
    max-width: 100%;
  }

  .entry-row {
    display: block;
    margin-bottom: 24px;
  }

  .entry-row dt {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .entry-name {
    gap: 8px;
  }

  .entry-address .address-line {
    display: block;
  }

  .entry-address label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }

  .entry-birthday {
    gap: 5px;
  }

  .entry-birthday .wpcf7-form-control-wrap {
    width: 30%;
  }

  .entry-submit input[type=submit] {
    width: 100%;
  }
}

/*社長メッセージの差分*/
.flex_row {
  padding-bottom: 115px;
  padding-top: 80px;
}

/*
会社概要·沿革
*/
.profile_box01 {
  background-color: #153374;
  padding: 100px 0;
}

.profile_box01 .flex_box {
  display: flex;
  gap: 55px;
}

.profile_box01 .flex_box figure {
  max-width: 336px;
}

.profile_box01 .flex_box .txtbox {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  max-width: 700px;

}

.profile_box01 .flex_box .txtbox dl {
  /* display: flex;
  flex-wrap: wrap; */
  /* border-top: 1px dashed #fff; */
}

.profile_box01 .flex_box .txtbox .item {
  display: flex;
  border-bottom: 1px dashed #fff;
}

.profile_box01 .flex_box .txtbox .item:first-child {
  border-top: 1px dashed #fff;
}

.profile_box01 .flex_box .txtbox .item dt {
  width: 20%;
  padding: 38px 0;
  text-align: center;
}

.profile_box01 .flex_box .txtbox .item dd {
  width: 80%;
  padding: 38px 0 38px 20px;
  line-height: 1.5;
}

.profile_box01 .flex_box .txtbox .item dd a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 830px) {
  .profile_box01 {
    padding-top: clamp(40px, 20.000px + 5vw, 70px);
    padding-bottom: clamp(40px, 20.000px + 5vw, 70px);
  }

  .profile_box01 .flex_box figure {
    max-width: 100%;
  }

  .profile_box01 .flex_box {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .profile_box01 .flex_box .txtbox .item dt {
    width: 100%;
  }

  .profile_box01 .flex_box .txtbox .item dd {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .profile_box01 .flex_box .txtbox .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .profile_box01 .flex_box .txtbox .item dt {
    text-align: left;
    padding: 30px 0 0;
  }

  .profile_box01 .flex_box .txtbox .item dd {
    padding: 0px 0 30px 0px;
  }

}

/* Chart Area Section */
.chart-area {
  flex: 1 1 0%;
  /* flex-1 */
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* gap-6 */
}

/* Row Layout */
.chart-row {
  display: flex;
  align-items: center;
}

/* Year Label */
.year-label {
  width: 6rem;
  /* w-24 */
  font-size: 1.125rem;
  /* text-lg */
  letter-spacing: 0.025em;
  /* tracking-wide */
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

/* Bar Container */
.bar-outer {
  flex: 1 1 0%;
  /* flex-1 */
  height: 12px;
  display: flex;
  align-items: center;
}

/* Actual Bar */
.bar-inner {
  height: 100%;
  background-color: #ffffff;
}

/* Value Section */
.value-group {
  display: flex;
  align-items: baseline;
  margin-left: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  /* ml-6 */
}

.value-text {
  width: 4rem;
  /* w-16 */
  text-align: right;
  font-size: 1.125rem;
  /* text-lg */
  letter-spacing: 0.025em;
  /* tracking-wide */
}

.unit-text {
  margin-left: 1rem;
  /* ml-4 */
  font-size: 1rem;
  /* text-base */
  letter-spacing: 0.025em;
  /* tracking-wide */
}

.profile_box02 {
  padding: 90px 0 75px;
}

@media screen and (max-width: 830px) {
  .profile_box02 {
    padding-top: clamp(40px, 20.000px + 5vw, 70px);
    padding-bottom: clamp(40px, 20.000px + 5vw, 70px);
  }
}


.profile_box02 .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.profile_box02 .inner .last_txt {
  font-size: 12px;
  text-align: right;
  padding-right: 40px;
  line-height: 16px;
  letter-spacing: 0.2em;
  color: #1B3C7F;
  margin-top: 54px;
}

@media screen and (max-width: 830px) {
  .profile_box02 .inner .last_txt {
    margin-top: clamp(40px, 20.000px + 5vw, 54px);
  }
}

.profile_box02 .inner .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px 45px;
}

.profile_box02 .inner .list li {
  width: calc(25% - 35px);
}

.profile_box02 .inner .list li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1B3C7F;
  position: relative;
  min-height: 32px;
}

.profile_box02 .inner .list li a span {
  width: calc(100% - 12px);
}

.profile_box02 .inner .list li a::after {
  content: "";
  display: block;
  background-image: url(../image/profile/icon.svg);
  width: 11.17px;
  height: 11.79px;
  background-size: contain;
}


@media screen and (max-width: 830px) {
  .profile_box02 .inner .list li {
    width: calc(33% - 35px);
  }
}

@media screen and (max-width: 830px) {
  .profile_box02 .inner .list {
    gap: 10px 20px;
  }

  .profile_box02 .inner .list li {
    width: calc(50% - 15px);
  }
}


.profile_box03 {
  background-color: #58A0C8;
  padding: 125px 0 85px;
  margin-bottom: 77px;
}

.profile_box03 .inner02 {
  padding: 70px 80px;
}

.profile_box03 .inner02 dl {
  border-top: 1px solid #153374;
  display: flex;
  flex-wrap: wrap;
}

.profile_box03 .inner02 dl dt {
  width: 20%;
  border-bottom: 1px solid #153374;
  padding: 30px 0;
}

.profile_box03 .inner02 dl dt span {
  background-color: #153374;
  border-radius: 40px;
  padding: 2px 0 0 0;
  max-width: 120px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.profile_box03 .inner02 dl dd {
  width: 80%;
  border-bottom: 1px solid #153374;
  padding: 30px 0;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
}


@media screen and (max-width: 830px) {
  .profile_box03 {
    padding: 0;
    padding-top: clamp(40px, 20.000px + 5vw, 70px);
    padding-bottom: clamp(40px, 20.000px + 5vw, 70px);
  }

  .profile_box03 .inner02 {
    padding: clamp(40px, 20.000px + 5vw, 70px) 20px;
  }

}

@media screen and (max-width: 600px) {

  .profile_box03 .inner02 dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 10px;

  }

  .profile_box03 .inner02 dl dt span {
    margin: 0;
  }

  .profile_box03 .inner02 dl dd {
    width: 100%;
    padding: 0px 0 20px;
  }
}



/*
スタッフインタビュー
*/
.interview_mv {
  padding: 60px 0;
}

.interview_mv .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.interview_head {
  text-align: center;
  margin-bottom: 30px;
}

.staff_name {
  font-size: 42px;
  color: #1f4187;
  line-height: 1.4;
  margin-bottom: 10px;
}

.previous_job {
  font-size: 16px;
  color: #666;
}

.profile_img {
  text-align: center;
}

.profile_img img {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
}

.interview_message {
  background: #67a8d4;
  padding: 80px 0 145px;
}

.interview_message .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec_title {
  margin-bottom: 50px;
  color: #fff;
}

.sec_title h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.sec_title p {
  font-size: 14px;
}

.qa_box {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.question {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px dashed #153374;
  padding-bottom: 35px;
}

.question span {
  width: 40px;
  height: 40px;
  background: #1f4187;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 3px;
}

.question h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #1f4187;
}

.answer {
  line-height: 2.8;
  color: #153374;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.qa_img {
  margin-top: 25px;
}

.only_img .qa_img {
  margin-top: 0px;
}

.qa_img img {
  width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .interview_mv {
    padding: 50px 0;
  }

  .staff_name {
    font-size: 30px;
  }

  .question {
    align-items: flex-start;
  }

  .question h3 {
    font-size: 18px;
  }

  .qa_box {
    padding: 25px;
  }

  .sec_title h2 {
    font-size: 30px;
  }
}

.head_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 520px;
  align-items: center;
  margin: 0 auto;
}

.head_left {
  width: 35%;
}

.head_right {
  width: 65%;
}

.term_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.staff_name {
  font-size: 42px;
  line-height: 1.4;
  color: #1f4187;
  margin-bottom: 15px;
}

.previous_job {
  font-size: 15px;
  color: #666;
}

@media screen and (max-width: 768px) {

  .head_left,
  .head_right {
    width: 100%;
  }

  .staff_name {
    font-size: 30px;
  }
}

/* =========================
    左：ターム
  ========================= */
.term_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.term_list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f3d55b;
  color: #322B2B;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* =========================
    右
  ========================= */
/* 上情報 */
.career_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #153374;
  color: #fff;
  padding: 13px 0;
  border-radius: 20px;
}

.career_item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* 名前 */
.staff_name {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1f4187;
  margin-top: 20px;
}

.staff_name small {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #153374;
}

/* =========================
    SP
  ========================= */
@media screen and (max-width: 768px) {
  .interview_head {
    margin-bottom: 50px;
  }

  .head_flex {
    flex-direction: column;
    gap: 30px;
  }

  .head_left {
    width: 100%;
  }

  .head_right {
    width: 100%;
  }

  .career_box {
    gap: 15px 20px;
    margin-bottom: 20px;
  }

  .career_item {
    width: 100%;
  }

  .staff_name {
    font-size: 32px;
  }

  .staff_name small {
    font-size: 13px;
  }
}

.recruitment_list {
  background-color: #58A0C8;
}

.recruitment_list .title01 {
  text-align: center;
}

.recruitment_list .list_box {
  list-style: none;
}

.recruitment_list .list_box li {
  display: flex;
  gap: 100px;
  background-color: #fff;
  width: 100%;
  border-radius: 16px;
  padding: 35px 70px;
  margin-bottom: 50px;
}

.recruitment_list .list_box li .number {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0%;
  background-color: #153374;
}

.recruitment_list .list_box li h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 20%;
  color: #153374;
  line-height: 60px;
}

.recruitment_list .list_box li p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 20%;
  line-height: 40px;
  color: #153374;
}

/*# sourceMappingURL=style.css.map */



/*top_news*/
/*------------------------------------------------------------------------------*/
#top_news {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(80px, 76.667px + 0.833vw, 85px);
}

#top_news .title_box {
  width: 210px;
  margin-right: 80px;
  padding-bottom: 5px;
}

#top_news .btn02 {
  padding-top: 10px;
}

#top_news .news_box {
  background-image: linear-gradient(to right, #1B3C7F 8px, transparent 8px);
  background-size: 14px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  flex: 1;
}

#top_news .news_box p {
  font-size: clamp(13px, 12.333px + 0.167vw, 14px);
  letter-spacing: 0;
  line-height: 1.2;
  padding: 32px 95px 32px clamp(10px, 0.588px + 2.941vw, 30px);
  display: flex;
  background-image: linear-gradient(to right, #1B3C7F 8px, transparent 8px);
  background-size: 14px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#top_news .news_box .date {
  color: var(--color-primary);
  margin-right: clamp(20px, -46.667px + 16.667vw, 120px);
  font-size: clamp(12px, 10.667px + 0.333vw, 14px);
}

#top_news .news_box a {
  position: relative;
}

#top_news .news_box a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  right: -70px;
  background: url(../image/icon_pdf.png) no-repeat;
  background-size: contain;
}

.nav-links {
  text-align: center;
  margin-bottom: clamp(80px, 76.667px + 0.833vw, 85px);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.nav-links a {
  display: block;
  padding: 2px 0 0 3px;
}

.page-numbers.current {
  background-color: #163375;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0 0 3px;
}


@media only screen and (max-width:999px) {

  /*top_news*/
  /*------------------------------------------------------------------------------*/
  #top_news .title_box {
    width: 100%;
    margin-right: 0;
  }

  #top_news .news_box {
    width: 100%;
    margin-bottom: 32px;
  }

  #top_news .btn02.tb_sp {
    width: 100%;
  }

  .recruitment_list .list_box li {
    gap: 50px;
    align-items: center;
  }

  .recruitment_list .list_box li .txt {
    width: calc(100% - 180px);
  }

}

@media only screen and (max-width:910px) {
  .recruitment_list .list_box li {
    flex-direction: column;
    gap: 20px;
  }

  .recruitment_list .list_box li .txt {
    width: 100%;
  }

  .recruitment_list .list_box li h3 {
    text-align: center;
  }

  .recruitment_list .list_box li p {
    text-align: center;
  }


}


@media only screen and (max-width:768px) {
  #top_news .news_box p {
    padding-right: 40px;
  }

  #top_news .news_box a:after {
    width: 14px;
    height: 14px;
    right: -30px;
  }


}




/* =========================================
  MV
========================================= */
.recruitMidMv {
  padding: 120px 20px;
  background: #f5f5f5;
  text-align: center;
}

.recruitMidMv__sub {
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.recruitMidMv__ttl {
  font-size: 48px;
  font-weight: 700;
}

/* =========================================
  COMMON
========================================= */
.inner {
  width: min(1100px, 100%);
  margin: auto;
  padding-inline: 20px;
}

/* =========================================
  NAV
========================================= */
.recruitMidNav {
  padding: 40px 0;
}

.recruitMidNav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.recruitMidNav__list a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #333;
  border-radius: 100px;
  transition: .3s;
}

.recruitMidNav__list a:hover {
  background: #333;
  color: #fff;
}

.voice_archive {
  margin: 100px 0;
}

/* =========================================
  LIST
========================================= */
.recruitMidList {
  padding: 80px 0;
}

.recruitMidCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.recruitMidCard a {
  display: block;
  height: 100%;
  padding: 30px;
  border: 1px solid #ddd;
  transition: .3s;
}

.recruitMidCard a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.recruitMidCard__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.recruitMidCard__cat span {
  padding: 5px 12px;
  background: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
}

.recruitMidCard__ttl {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.recruitMidCard__btn {
  font-size: 14px;
  font-weight: 700;
}

/* =========================================
  PAGINATION
========================================= */
.recruitMidPager {
  margin-top: 60px;
  text-align: center;
}

/* =========================================
  NONE
========================================= */
.recruitMidNone {
  text-align: center;
  font-size: 18px;
}

/* =========================================
  SP
========================================= */
@media screen and (max-width:768px) {

  .recruitMidMv {
    padding: 80px 20px;
  }

  .recruitMidMv__ttl {
    font-size: 32px;
  }

  .recruitMidCards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recruitMidCard__ttl {
    font-size: 20px;
  }

}



.sensing.move.voice_list {
  background-color: #58A0C8;
}

.sensing.move.voice_list .voice_list {
  border-top: 1px dashed #fff;
  padding-top: 60px;
}


.sensing.move.voice_list .voice_list .name {
  color: #fff;
}



@media screen and (max-width:650px) {
  .recruitment_list .list_box li {
    padding: 25px 20px;
  }

  .recruitment_list .list_box li .number {
    width: 100px;
    height: 100px;
    font-size: 35px;
  }

  .recruitment_list .list_box li h3 {
    font-size: 24px;
  }
}


.thanks_box {
  margin-top: clamp(14px, 2.5vw, 22px);
  padding: clamp(14px, 2.2vw, 18px);
  border-radius: 14px;
  background: #f6f7fb;
}


select {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 11px;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}

@media screen and (max-width:650px) {
  .tab_btn {
    padding: 8px 15px;
    font-size: 16px;

  }

  .question h3 {
    width: calc(100% - 55px);
  }

  .tab_btn.is-active .icon .wh {
    width: 35px;
    height: 35px;
  }

  .tab_btn .icon img {
    width: 70%;
  }

  select {

    font-size: 16px;

  }

  .guideline_box {
    padding: 25px 15px;
  }

  .row {
    flex-direction: column;
    gap: 10px;
  }


  .entry-birthday span.span_day {
    margin-right: 0;
  }

  .entry-row dd p {
    flex-direction: column;
    width: 100%;
  }

  .entry-row .entry-birthday p {
    flex-direction: row;
    align-items: center;
  }

  .entry-cf7 input.mei[type=text] {
    max-width: 100%;
  }

  .entry-name .wpcf7-form-control-wrap {
    width: 100%;
  }

  .entry-cf7 textarea {
    width: 100%;
  }

  .entry-cf7 input.sei[type=text] {
    margin-right: 0;
    max-width: 100%;

  }

  .entry-cf7 input[type=text],
  .entry-cf7 input[type=email],
  .entry-cf7 input[type=tel],
  .entry-cf7 textarea {
    font-size: 16px;
  }

  .entry-row dd p {
    gap: 0;
  }

  .entry-row dd.entry-name p {
    gap: 10px;
  }

  .entry-row dd.entry-name p {
    gap: 10px;
  }

  .entry-privacy.flex label {
    font-size: 14px;
  }

  .question span {
    padding: 5px 0 0 5px;
  }

  .row p {
    line-height: 1.8;
    font-size: clamp(15px, 14.333px + 0.167vw, 16px);
    font-weight: 400;
    line-height: var(--line-height-base);
    letter-spacing: 20%;
  }

  .entry-cf7 input[type=text],
  .entry-cf7 input[type=email],
  .entry-cf7 input[type=tel],
  .entry-cf7 textarea {
    height: auto;
    padding: 16px;
  }

  textarea {
    height: 160px;
  }

  select {
    padding: 16px;
  }

  .entry-row .req {
    height: 24px;
    font-size: 12px;
    width: 55px;
  }

  .entry-row dt {
    font-size: 14px;
  }

  .profile_box01 .inner02 {
    width: 88%;
  }

  .sp_addres {
    display: block;
  }

}


/* placeholderカラー変更 */
input::placeholder,
textarea::placeholder {
  color: #AFAFAF;
  opacity: 1;
}

/* Safari対策 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

/* Edge対策 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AFAFAF;
}
.no-recruitment-message .sensing.move {
    padding: 20px;
    background-color: #eeee;
    border-radius: 20px;
    text-align: center;
}