@charset "UTF-8";
/* 日本語 */
section h1 rt { font-weight: 400; font-size: 1.5rem; padding: 0 0 5px; }

/**********************************************/
.mv { background-color: #D0F5FE; width: 100%; height: 100%; position: relative; margin: 0 auto; }
.mv:before { position: absolute; content: ""; display: block; width: calc(100% - 52px); max-width: 1920px; height: 100%; border: 3px solid  #D0F5FE; bottom: 0; border-radius: 50px; left: 50%; transform: translate(-50%, 0%); z-index: 10; }

.mv_bg { position: absolute; content: ""; background: url("../image/mv_btm.svg") center top no-repeat; background-size: auto 100.05%; aspect-ratio: 1400/131; width: 100%; max-width: 100%; height: auto; width: calc(100.05% - 50px); max-width: 1920px; top: auto; bottom: 0; left: 50%; transform: translate(-50%, 0%); z-index: 5; }

.mv_box { margin: 0 auto; aspect-ratio: 1400/910; width: calc(100% - 50px); max-width: 1920px; height: auto; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-end; }

.slider { position: absolute !important; inset: 0; width: 100%; height: 100%; overflow: hidden; border-radius: 100px; z-index: 1px; }
.slider .slick-list, .slider .slick-track, .slider .slick-slide, .slider .slick-slide > div { width: 100%; height: 100%; }
.slider .slider_item { width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.slider .slider_item.slider01 { background-image: url("../slider/slider01.jpg"); }
.slider .slider_item.slider02 { background-image: url("../slider/slider02.jpg"); }
.slider .slider_item.slider03 { background-image: url("../slider/slider03.jpg"); }
.slider .slider_item.slider04 { background-image: url("../slider/slider04.jpg"); }
.slider .slider_item.slider05 { background-image: url("../slider/slider05.jpg"); }

.mv_txt { width: 100%; margin-left: -25px; padding: 0 clamp(20px, 0vw, 60px) clamp(50px, 8vw, 140px) 0; position: relative; z-index: 15; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end; gap: clamp(10px, 1.5vw, 20px); box-sizing: border-box; }
.mv_txt h1 { flex: 0 1 73%; width: 73%; max-width: 1030px; aspect-ratio: 1030 / 456; height: auto; margin: 0; background: url("../image/copy.svg") left bottom/contain no-repeat; font-size: 0; }
.mv_txt span { display: block; flex: 0 1 27%; width: 27%; max-width: 381px; aspect-ratio: 381 / 103; height: auto; margin: 0 0 clamp(5px, 1.4vw, 20px) -3.5%; background: url("../image/mv_txt.svg") center bottom/contain no-repeat; }

/*max-width:1024px*/
@media (max-width: 768px) { .mv_bg { position: absolute; content: ""; background: url("../image/sp_mv_btm.svg") center top no-repeat; background-size: auto 100.05%; aspect-ratio: 360/109; width: 100.05%; max-width: 100%; height: auto; width: calc(100.05% - 50px); max-width: 1920px; top: auto; bottom: 0; left: 50%; transform: translate(-50%, 0%); z-index: 5; }
  .mv_box { position: relative; margin: 0 auto; aspect-ratio: 360 / 760; width: calc(100% - 50px); }
  .mv_txt { width: 100%; height: 100%; margin-left: 0; padding: 0 0 32%; z-index: 15; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; align-items: flex-end; gap: 0; box-sizing: border-box; }
  .mv_txt h1 { flex: 0; width: 100%; max-width: 1030px; aspect-ratio: 395 / 446; height: auto; margin: 0; background: url("../image/sp_copy.svg") left bottom/contain no-repeat; font-size: 0; position: relative; left: -40px; }
  .mv_txt span { display: block; flex: 0; width: 80%; max-width: 381px; aspect-ratio: 311 / 84; height: auto; margin: 0; position: absolute; top: 35px; left: 25px; background: url("../image/sp_mv_txt.svg") center bottom/contain no-repeat; } }
/*max-width:768px*/
/*max-width:480px*/
/**********************************************/
.about { background-color: #D0F5FE; padding: 65px 0 120px; border-radius: 0 0 50px 50px; position: relative; z-index: 10; }

.about_box { max-width: 1240px; width: calc(100% - 160px); margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.about_box h1 { width: 440px; height: 380px; background: url("../image/about_h1-01.svg") center center no-repeat; background-size: contain; text-indent: -9999px; white-space: nowrap; position: relative; }
.about_box h1:before { position: absolute; content: ""; aspect-ratio: 164/110; width: 100%; max-width: 164px; height: auto; top: -60px; left: 20px; background: url("../image/about_h1-02.svg") center center no-repeat; background-size: contain; }
.about_box div { width: calc(100% - 480px); max-width: 720px; }
.about_box div p { font: 2.5rem/2em "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: .03em; margin: 0 0 30px; }
.about_box div p span { font-weight: 700; }
.about_box dl dt { margin: 0 0 30px; position: relative; font: 2rem/50px "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; text-align: center; background-color: #08F7EF; border-radius: 10px; }
.about_box dl dt:before { content: ""; position: absolute; left: 50%; bottom: -19px; transform: translateX(-50%); width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 20px solid #08F7EF; }
.about_box dl dd { font: 2rem/2em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .03em; padding: 0 0 0 50px; position: relative; margin: 0 0 10px; }
.about_box dl dd:before { position: absolute; content: ""; display: block; width: 36px; height: 36px; top: 2px; left: 0; }
.about_box dl dd.permanent::before { background: url("../image/permanent.svg") center center/contain no-repeat; }
.about_box dl dd.international::before { background: url("../image/international.svg") center center/contain no-repeat; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) { .about { padding: 80px 0 120px; }
  .about_box { max-width: 768px; margin: 0 auto; display: block; }
  .about_box h1 { margin: 0 auto 50px; }
  .about_box div { width: 100%; max-width: 768px; } }
/*max-width:1024px*/
@media (max-width: 768px) { .about { padding: 20px 0 120px; }
  .about_box { max-width: 480px; width: calc(100% - 60px); margin: 0 auto; }
  .about_box h1 { background: url("../image/sp_about_h1-01.svg") center center no-repeat; background-size: contain; text-indent: -9999px; white-space: nowrap; position: relative; margin-bottom: 20px; aspect-ratio: 350/336; width: 100%; max-width: 480px; height: auto; }
  .about_box h1:before { display: none; }
  .about_box div p { font: 2rem/2em "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: .03em; margin: 0 0 30px; }
  .about_box div p span { font-weight: 700; }
  .about_box dl dt { margin: 0 0 30px; position: relative; font: 2rem/50px "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; text-align: center; background-color: #08F7EF; border-radius: 10px; }
  .about_box dl dd { font: 1.8rem/2em "LINE Seed JP", sans-serif; font-weight: 700; margin: 0 0 15px; }
  .about_box dl dd span { display: block; } }
/*max-width:768px*/
@media (max-width: 480px) { .about { padding: 20px 0 70px; } }
/*max-width:480px*/
/**********************************************/
.schedule { padding: 175px 0 120px; margin: -55px 0 0; background-color: #A0ECFF; position: relative; z-index: 9; border-radius: 0 0 50px 50px; }

.schedule_top { max-width: 1240px; width: calc(100% - 160px); margin: 0 auto 60px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.schedule_top h1 { font: 6rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
.schedule_top h1 small { font: 3rem/1em "Nunito", sans-serif; font-weight: 700; display: block; position: relative; margin: 0 0 15px; padding: 0 0 0 42px; }
.schedule_top h1 small:before { left: 2px; top: 0; position: absolute; content: ""; display: block; background: url("../image/icon_schedule.svg") center center no-repeat; background-size: contain; width: 25px; height: 25px; }
.schedule_top p { font: 2rem/2em "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: .03em; padding: 0 0 0 50px; position: relative; margin: 0 0 10px; }
.schedule_top p span { font-weight: 700; }
.schedule_top p:before { position: absolute; content: ""; display: block; width: 36px; height: 36px; top: 2px; left: 0; }
.schedule_top p.permanent::before { background: url("../image/permanent.svg") center center/contain no-repeat; }
.schedule_top p.international::before { background: url("../image/international.svg") center center/contain no-repeat; }
.schedule_top ul { background-color: rgba(255, 255, 255, 0.8); border-radius: 12px; max-width: 605px; width: calc(100% - 500px); padding: 30px; }
.schedule_top li { font: 2rem/2em "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: .03em; padding: 0 0 0 50px; position: relative; margin: 0 0 15px; }
.schedule_top li:last-of-type { margin: 0; }
.schedule_top li span { font-weight: 700; }
.schedule_top li:before { position: absolute; content: ""; display: block; width: 36px; height: 36px; top: 2px; left: 0; }
.schedule_top li.transport::before { background: url("../image/transport.svg") center center/contain no-repeat; }
.schedule_top li.construction::before { background: url("../image/construction.svg") center center/contain no-repeat; }
.schedule_top li.retail::before { background: url("../image/retail.svg") center center/contain no-repeat; }
.schedule_top li.social-welfare::before { background: url("../image/social-welfare.svg") center center/contain no-repeat; }
.schedule_top li.hospitality::before { background: url("../image/hospitality.svg") center center/contain no-repeat; }
.schedule_top li.information::before { background: url("../image/information.svg") center center/contain no-repeat; }
.schedule_top li.manufacturing::before { background: url("../image/manufacturing.svg") center center/contain no-repeat; }
.schedule_top li.passenger-transport::before { background: url("../image/passenger-transport.svg") center center/contain no-repeat; }

.schedule_flex { margin: 0 auto; max-width: 1240px; width: calc(100% - 160px); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }
.schedule_flex.day_second { margin: 0 auto 150px; }

.schedule_box { background-color: #fff; max-width: 720px; width: calc((100% - 30px)/2); margin: 0; overflow: hidden; border-radius: 20px; padding: 0 0 20px; }
.schedule_box .head { height: 110px; background-color: #FFF579; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 30px 0 8%; }
.schedule_box .head .schedule_head { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.schedule_box .head .schedule_head p.day { letter-spacing: 0.03em; font-family: "Nunito", sans-serif; font-size: clamp(3.6rem, 4.5vw, 7rem); line-height: 1; font-weight: 700; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.schedule_box .head .schedule_head p.day span { font-weight: 500; font-family: "Noto Sans JP", sans-serif; font-size: clamp(4rem, 5.7vw, 8rem); line-height: 1; font-weight: 500; }
.schedule_box .head .schedule_head p.time { margin: 0 0 0 13px; letter-spacing: 0.03em; font-family: "Nunito", sans-serif; font-size: clamp(1.8rem, 1.8vw, 2.8rem); line-height: 1.1; font-weight: 700; }
.schedule_box .head .schedule_head p.time span { display: block; font-family: "Nunito", sans-serif; font-size: clamp(1.5rem, 1.7vw, 2.4rem); line-height: 1.1; font-weight: 400; }
.schedule_box .endmark { padding: 5px 0; display: none; width: 160px; background-color: #707070; border: 1px solid #fff; text-align: center; font: 2rem/1.5em "Noto Sans JP", sans-serif; font-weight: 700; letter-spacing: 0.05em; color: #fff; }
.schedule_box .endmark span { font: 1.8rem/1.5em "Nunito", sans-serif; font-weight: 500; letter-spacing: 0.06em; display: block; }
.schedule_box.end .head { background-color: #C1C4C3; }
.schedule_box.end .endmark { display: block; }

.schedule_item { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 35px 40px; border-bottom: 1px solid #9DCED3; }
.schedule_item .schedule_item_head { padding: 0 0 0 35px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; margin: 0 0 10px; }
.schedule_item .schedule_item_head time { position: relative; font: 3.6rem/47px "Nunito", sans-serif; font-weight: 700; padding: 2px 10px 0 0; }
.schedule_item .schedule_item_head time:before { background: url("../image/time.svg") center center no-repeat; left: -35px; top: 11px; display: block; position: absolute; content: ""; width: 24px; height: 24px; }
.schedule_item .schedule_item_head time span { display: none; }
.schedule_item .schedule_item_head ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
.schedule_item .schedule_item_head li { overflow: hidden; text-indent: 100%; white-space: nowrap; margin: 0 5px 0 0; position: relative; width: 45px; height: 45px; }
.schedule_item .schedule_item_head li:before { position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 2px; left: 0; }
.schedule_item .schedule_item_head li.permanent::before { background: url("../image/permanent.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.international::before { background: url("../image/international.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.transport::before { background: url("../image/transport.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.construction::before { background: url("../image/construction.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.retail::before { background: url("../image/retail.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.social-welfare::before { background: url("../image/social-welfare.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.hospitality::before { background: url("../image/hospitality.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.information::before { background: url("../image/information.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.manufacturing::before { background: url("../image/manufacturing.svg") center center/contain no-repeat; }
.schedule_item .schedule_item_head li.passenger-transport::before { background: url("../image/passenger-transport.svg") center center/contain no-repeat; }
.schedule_item h2 { font: 2.2rem/1.7em "Noto Sans JP", sans-serif; font-weight: 500; letter-spacing: 0.03em; width: 100%; margin: 0 auto 20px; padding: 0 0 0 35px; }
.schedule_item h2 a { text-decoration: underline; }
.schedule_item .view { text-decoration: none; font: 1.6rem/32px "Quicksand", sans-serif; font-weight: 500; padding: 0 0 0 18px; margin: 0 0 0 auto; width: 150px; height: 35px; border-radius: 25px; display: block; background: url("../image/arrow.svg") right 15px top 10px/13px auto no-repeat #08F7EF; }

@media (hover: hover) { .schedule_item .view:hover { color: #222; background: url("../image/arrow.svg") right 10px top 10px/13px auto no-repeat #C1FCFA; } }
@media (max-width: 1280px) { .schedule_box { width: calc((100% - 20px)/2); }
  .schedule_box .head { padding: 0 15px 0 20px; }
  .schedule_box .endmark { width: 140px; font-family: "Noto Sans JP", sans-serif; font-size: clamp(1.5rem, 1.8vw, 1.8rem); line-height: 1.5; font-weight: 700; }
  .schedule_box .endmark span { font-family: "Nunito", sans-serif; font-size: clamp(1.4rem, 1.8vw, 1.6rem); line-height: 1.5; font-weight: 500; }
  .schedule_item { padding: 25px 25px; } }
/*max-width:1280px*/
@media (max-width: 1024px) { .schedule_top { max-width: 768px; width: calc(100% - 160px); margin: 0 auto 60px; display: block; }
  .schedule_top ul { max-width: 100%; width: 100%; margin: 0; border-radius: 0 0 12px 12px; padding: 15px 30px 30px; }
  .schedule_top .ttl > div { padding: 30px 30px 5px; background-color: rgba(255, 255, 255, 0.8); border-radius: 12px 12px 0 0; }
  .schedule_box { max-width: 768px; width: 100%; margin: 0 auto 40px; padding: 0; }
  .schedule_box .schedule_item:last-of-type { border-bottom: none; }
  .schedule_box .head .schedule_head p.day { letter-spacing: 0.03em; font: 7rem/1em "Nunito", sans-serif; font-weight: 700; }
  .schedule_box .head .schedule_head p.day span { font: 8rem/1em "Noto Sans JP", sans-serif; font-weight: 500; }
  .schedule_box .head .schedule_head p.time { font-weight: 700; font: 2.8rem/1.1em "Nunito", sans-serif; }
  .schedule_box .head .schedule_head p.time span { font: 2.4rem/1.1em "Nunito", sans-serif; font-weight: 400; }
  .schedule_box .endmark { width: 160px; text-align: center; font: 2rem/1.5em "Noto Sans JP", sans-serif; font-weight: 700; letter-spacing: 0.05em; }
  .schedule_box .endmark span { font: 1.8rem/1.5em "Nunito", sans-serif; font-weight: 500; letter-spacing: 0.06em; } }
/*max-width:1024px*/
@media (max-width: 768px) { .schedule_top { max-width: 480px; width: calc(100% - 60px); margin: 0 auto 60px; display: block; }
  .schedule_top h1 { font: 4.8rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
  .schedule_top h1 small { font: 2.4rem/1em "Nunito", sans-serif; font-weight: 700; letter-spacing: 0; }
  .schedule_top ul { max-width: 100%; width: 100%; }
  .schedule_top li { font: 1.8rem/1.6em "LINE Seed JP", sans-serif; font-weight: 400; margin: 0 0 18px; }
  .schedule_top li:before { top: -5px; left: 0; }
  .schedule_top p { font: 1.8rem/1.6em "LINE Seed JP", sans-serif; font-weight: 400; margin: 0 0 15px; }
  .schedule_top p span { display: block; }
  .schedule_flex { margin: 0 auto; max-width: 480px; width: calc(100% - 60px); }
  .schedule_flex.day_second { margin: 0 auto; }
  .schedule_box { padding: 0; }
  .schedule_box .head { height: auto; padding: 15px 25px 25px; }
  .schedule_box .head .schedule_head p.day { font: 5.6rem/1.2em "Nunito", sans-serif; font-weight: 700; }
  .schedule_box .head .schedule_head p.time { font: 2.2rem/1.2em "Nunito", sans-serif; font-weight: 700; }
  .schedule_box .head .schedule_head p.time span { font: 2.2rem/1.2em "Nunito", sans-serif; font-weight: 400; }
  .schedule_box.end .endmark { margin: 0; padding: 7px 0 10px; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; }
  .schedule_box.end .endmark span { padding: 2px 0 0 10px; display: block; }
  .schedule_item { padding: 25px; }
  .schedule_item .schedule_item_head { padding: 0 0 0 35px; }
  .schedule_item .schedule_item_head time { position: relative; font: 3.2rem/35px "Nunito", sans-serif; font-weight: 700; padding: 2px 10px 0 0; }
  .schedule_item .schedule_item_head time:before { background: url("../image/time.svg") center center no-repeat; left: -35px; top: 7px; display: block; position: absolute; content: ""; width: 24px; height: 24px; }
  .schedule_item .schedule_item_head time span { display: none; }
  .schedule_item .schedule_item_head li { width: 35px; height: 35px; }
  .schedule_item h2 { font: 1.8rem/1.7em "Noto Sans JP", sans-serif; font-weight: 500; padding: 0; } }
/*max-width:768px*/
@media (max-width: 480px) { .schedule { padding: 130px 0 70px; }
  .schedule_top .ttl > div { padding: 30px 20px 5px; }
  .schedule_top ul { padding: 15px 20px 30px; } }
/*max-width:480px*/
/**********************************************/
.join { padding: 175px 0 120px; margin: -55px 0 0; background-color: #D0F5FE; position: relative; z-index: 8; border-radius: 0 0 50px 50px; }

.join_box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; max-width: 1240px; width: calc(100% - 160px); margin: 0 auto; }
.join_box h1 { font: 6rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
.join_box h1 small { font: 3rem/1em "Nunito", sans-serif; font-weight: 700; display: block; position: relative; margin: 0 0 15px; padding: 0 0 0 42px; }
.join_box h1 small:before { left: 2px; top: 0; position: absolute; content: ""; display: block; background: url("../image/join.svg") center center no-repeat; background-size: contain; width: 25px; height: 25px; }
.join_box .txt_box { max-width: 500px; width: calc(100% - 700px); }
.join_box .txt_box p { font: 2rem/2em "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: .05em; margin: 0 0 20px; text-align: justify; text-justify: inter-ideograph; }

.step { width: 660px; }
.step ul { margin: 0 auto 90px; counter-reset: how; }
.step li { position: relative; border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 220px; margin: 0 0 30px; min-height: 120px; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: flex-start; }
.step li:before { content: ""; position: absolute; left: 50%; bottom: -30px; transform: translateX(-50%); width: 0; height: 0; border-left: 21px solid transparent; border-right: 21px solid transparent; border-top: 30px solid #92E2F6; }
.step li p { font: 2.6rem/1.5em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: 0.05em; }
.step li .num { position: absolute; left: 0; top: 0; border-radius: 15px 0 0 15px; display: block; background-color: #08F7EF; width: 180px; height: 100%; }
.step li .num:before { position: absolute; content: "STEP"; display: block; left: 0; padding: 0 0 0 33px; top: 50%; transform: translateY(-50%); font: 2rem/1em "Nunito", sans-serif; font-weight: 400; }
.step li .num:after { position: absolute; counter-increment: how; content: "0" counter(how); display: block; left: 90px; top: 50%; transform: translateY(-50%); font: 5rem/1em "Nunito", sans-serif; font-weight: 600; }
.step li.step03::before { display: none; margin: 0; }
.step li.step01 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.step li .txt { font: 1.7rem/1.7em "LINE Seed JP", sans-serif; font-weight: 400; margin: 0 0 0 35px; }
.step .btn { display: block; max-width: 760px; height: 120px; margin: 0 auto; background-color: #FD8C4E; color: #222; border: 1px solid #666666; border-radius: 100px; text-align: center; font: 3.2rem/118px "Noto Sans JP", sans-serif; font-weight: 700; letter-spacing: 0.03em; position: relative; }
.step .btn:before { position: absolute; content: ""; display: block; background: url("../image/side_hand.svg") center center no-repeat; background-size: contain; width: 37px; height: 50px; top: 50%; left: auto; right: 90px; transform: translate(0%, -50%) rotate(90deg); }

@media (hover: hover) { .step li a:hover { opacity: 0.5; }
  .step .btn:hover { background-color: #08F7EF; } }
@media (max-width: 1280px) { .join_box { display: block; max-width: 768px; margin: 0 auto; }
  .join_box .txt_box { max-width: 768px; width: 100%; margin: 0 auto 60px; }
  .step { max-width: 768px; width: 100%; margin: 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) { .join_box { max-width: 480px; width: calc(100% - 60px); }
  .join_box h1 { font: 4.8rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
  .join_box h1 small { font: 2.4rem/1em "Nunito", sans-serif; font-weight: 700; letter-spacing: 0; }
  .join_box h1 small:before { left: 4px; top: -3px; }
  .join_box .txt_box { max-width: 480px; }
  .join_box .txt_box p { font: 1.6rem/2 "LINE Seed JP", sans-serif; }
  .step { max-width: 480px; }
  .step ul { margin: 0 auto 60px; counter-reset: how; }
  .step li { padding: 0 0 35px; margin: 0 0 30px; text-align: center; }
  .step li p { width: 100%; font: 2.6rem/1.5em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: 0.05em; text-align: center; }
  .step li .num { position: relative; left: auto; top: auto; border-radius: 15px 15px 0 0; display: block; background-color: #08F7EF; width: 100%; height: 50px; margin: 0 0 25px; }
  .step li .num:before { padding: 0 0 0 22px; font: 2rem/1em "Nunito", sans-serif; font-weight: 400; }
  .step li .num:after { left: 80px; font: 3.8rem/1em "Nunito", sans-serif; font-weight: 600; }
  .step li.step01 { display: block; }
  .step li .txt { text-align: left; display: block; width: fit-content; margin: 10px auto 0; }
  .step .btn { height: 100px; max-width: 335px; font: 1.8rem/98px "Noto Sans JP", sans-serif; font-weight: 700; letter-spacing: 0.03em; padding: 0 55px 0 0; }
  .step .btn:before { right: 50px; } }
/*max-width:768px*/
@media (max-width: 480px) { .join { padding: 130px 0 70px; } }
/*max-width:480px*/
/**********************************************/
.company { padding: 175px 0 120px; margin: -55px 0 0; background-color: #F0FCFF; position: relative; z-index: 7; border-radius: 0 0 50px 50px; }

.company_head { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; max-width: 1240px; width: calc(100% - 160px); margin: 0 auto 60px; }
.company_head h1 { font: 6rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
.company_head h1 small { font: 3rem/1em "Nunito", sans-serif; font-weight: 700; display: block; position: relative; margin: 0 0 15px; padding: 0 0 0 42px; }
.company_head h1 small:before { left: 2px; top: -3px; position: absolute; content: ""; display: block; background: url("../image/company.svg") center center no-repeat; background-size: contain; width: 28px; height: 30px; }

.company_tab { width: calc(100% - 300px); max-width: 720px; }

.tab_all { margin-bottom: 20px; }
.tab_all p { border: 1px solid #C1C4C3; cursor: pointer; background-color: #A0ECFF; border-radius: 12px; height: 65px; font: 2.2rem/75px "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: 0.01em; padding: 0 0 0 66px; position: relative; }
.tab_all p:before { left: 22px; top: 50%; transform: translateY(-50%); position: absolute; content: ""; display: block; background: url("../image/all.svg") center center no-repeat; background-size: contain; width: 27px; height: 30px; }
.tab_all p.active { background-color: #FFF579; }

.tab_group { border: 1px solid #C1C4C3; background-color: #fff; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.tab_group h3 { cursor: pointer; background-color: #A0ECFF; border-radius: 12px; height: 65px; font: 2.2rem/75px "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: 0.01em; padding: 0 0 0 66px; position: relative; display: block; width: 100%; }
.tab_group h3 span { width: 30px; height: 30px; position: absolute; content: ""; display: block; right: 15px; top: 50%; transform: translateY(-50%); border-radius: 50%; background-color: #fff; border: 1px solid #C1C4C3; }
.tab_group h3:before { position: absolute; content: ""; display: block; width: 15px; height: 2px; background-color: #000; right: 22px; top: 50%; transform: translateY(-50%); z-index: 5; }
.tab_group h3:after { position: absolute; content: ""; display: block; width: 2px; height: 15px; background-color: #000; right: 28px; top: 50%; transform: translateY(-50%); z-index: 5; transition: .3s; }
.tab_group.is-open h3 { border-bottom: 1px solid #C1C4C3; }
.tab_group.is-open h3:after { transform: translateY(-50%) rotate(-90deg); transform-origin: center center; }
.tab_group.subject h3 { background: url("../image/qualifications.svg") left 22px center no-repeat #A0ECFF; background-size: 27px 30px; }
.tab_group.work_place h3 { background: url("../image/work-location.svg") left 22px center no-repeat #A0ECFF; background-size: 27px 30px; }
.tab_group.industry h3 { background: url("../image/company.svg") left 22px center no-repeat #A0ECFF; background-size: 27px 30px; }

.tab_group_item { display: none; padding: 20px; }

.tab_group.industry .tab_group_item ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.tab_group.industry .tab_group_item li { padding: 0 0 0 55px; margin: 0 15px 10px 0; font: 1.7rem/45px "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: 0.03em; position: relative; }
.tab_group.industry .tab_group_item li.active { background-color: #FFF579; }
.tab_group.industry .tab_group_item li:before { position: absolute; content: ""; display: block; width: 45px; height: 45px; top: 2px; left: 0; }
.tab_group.industry .tab_group_item li.transport::before { background: url("../image/transport.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.construction::before { background: url("../image/construction.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.retail::before { background: url("../image/retail.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.social-welfare::before { background: url("../image/social-welfare.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.hospitality::before { background: url("../image/hospitality.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.information::before { background: url("../image/information.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.manufacturing::before { background: url("../image/manufacturing.svg") center center/contain no-repeat; }
.tab_group.industry .tab_group_item li.passenger-transport::before { background: url("../image/passenger-transport.svg") center center/contain no-repeat; }

.tab_group.work_place .tab_group_item ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.tab_group.work_place .tab_group_item li { padding: 0; margin: 0 15px 10px 0; font: 1.7rem/45px "LINE Seed JP", sans-serif; font-weight: 400; padding: 0 15px; letter-spacing: 0.03em; position: relative; width: fit-content; border-radius: 10px; border: #C1C4C3 1px solid; }
.tab_group.work_place .tab_group_item li.active { background-color: #FFF579; }

.tab_group.subject .tab_group_item p { padding: 0 0 0 55px; margin: 0 15px 10px 0; font: 1.7rem/45px "LINE Seed JP", sans-serif; font-weight: 400; letter-spacing: 0.03em; position: relative; width: fit-content; }
.tab_group.subject .tab_group_item p.active { background-color: #FFF579; }
.tab_group.subject .tab_group_item p br { display: none; }
.tab_group.subject .tab_group_item p:before { position: absolute; content: ""; display: block; width: 45px; height: 45px; top: 2px; left: 0; }
.tab_group.subject .tab_group_item p.permanent::before { background: url("../image/permanent.svg") center center/contain no-repeat; }
.tab_group.subject .tab_group_item p.international::before { background: url("../image/international.svg") center center/contain no-repeat; }

.tab_group.is-open .tab_group_item { display: block; }

.tab_content { display: none; }
.tab_content.active { display: block; max-width: 1240px; width: calc(100% - 160px); margin: 0 auto; }

.company_list { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.company_list li { max-width: 370px; width: calc((100% - 90px)/4); margin: 0 30px 50px 0; }
.company_list li:nth-of-type(4n) { margin-right: 0; }
.company_list .pic { aspect-ratio: 4/3; width: 100%; max-width: 100%; height: auto; overflow: hidden; }
.company_list .pic img { width: 100%; height: 100%; object-fit: cover; }
.company_list p { margin: 10px 0 20px; font: 1.8rem/1.8em "Noto Sans JP", sans-serif; font-weight: 500; letter-spacing: 0.03em; position: relative; display: block; text-align: justify; text-justify: inter-ideograph; }
.company_list a { font: 1.6rem/40px "Quicksand", sans-serif; font-weight: 500; width: 100%; display: block; background-color: #08F7EF; border-radius: 25px; height: 40px; }
.company_list a span { display: block; width: fit-content; margin: 0 auto; padding: 0 30px 0 0; background: url("../image/arrow.svg") right center no-repeat; background-size: 13px; }
.company_list .flex { margin-bottom: 15px; padding: 15px 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; }
.company_list dl { border-bottom: 1px solid #9EC6C6; }
.company_list dt { font: 1.6rem/1.3em "Noto Sans JP", sans-serif; font-weight: 500; letter-spacing: 0.03em; background-color: #DEE2E1; padding: 10px 25px; margin: 0 0 5px; border-radius: 25px; }
.company_list dd { margin-bottom: 15px; font: 1.7rem/1.8em "Noto Sans JP", sans-serif; font-weight: 400; letter-spacing: 0.03em; }
.company_list dd.flex { margin-bottom: 6px; }
.company_list dd .work_place { margin: 0 10px 0 0; }
.company_list dd .job_icon { display: block; aspect-ratio: 1/1; width: 100%; max-width: 45px; height: auto; overflow: hidden; text-indent: 100%; white-space: nowrap; margin: 0 8px 8px 0; }
.company_list dd .job_icon.transport { background: url("../image/transport.svg") center center/contain no-repeat; }
.company_list dd .job_icon.construction { background: url("../image/construction.svg") center center/contain no-repeat; }
.company_list dd .job_icon.retail { background: url("../image/retail.svg") center center/contain no-repeat; }
.company_list dd .job_icon.social-welfare { background: url("../image/social-welfare.svg") center center/contain no-repeat; }
.company_list dd .job_icon.hospitality { background: url("../image/hospitality.svg") center center/contain no-repeat; }
.company_list dd .job_icon.information { background: url("../image/information.svg") center center/contain no-repeat; }
.company_list dd .job_icon.manufacturing { background: url("../image/manufacturing.svg") center center/contain no-repeat; }
.company_list dd .job_icon.passenger-transport { background: url("../image/passenger-transport.svg") center center/contain no-repeat; }
.company_list .subject { display: block; aspect-ratio: 1/1; width: 100%; max-width: 45px; height: auto; margin: 0 8px 0 0; overflow: hidden; text-indent: 100%; white-space: nowrap; }
.company_list .subject.permanent { background: url("../image/permanent.svg") center center no-repeat; background-size: contain; }
.company_list .subject.international { background: url("../image/international.svg") center center no-repeat; background-size: contain; }

@media (hover: hover) { .tab_all p:hover { opacity: 0.5; }
  .tab_group.is-open h3 { background-color: #B1FFFC; }
  .tab_group h3:hover { opacity: 0.5; }
  .tab_group.industry .tab_group_item li:hover, .tab_group.industry .tab_group_item p:hover, .tab_group.work_place .tab_group_item li:hover, .tab_group.work_place .tab_group_item p:hover, .tab_group.subject .tab_group_item li:hover, .tab_group.subject .tab_group_item p:hover { cursor: pointer; opacity: 0.5; }
  .company_list a:hover { color: #222; background-color: #C1FCFA; } }
/*min-width:1920px*/
@media (max-width: 1280px) { .company_list li { width: calc((100% - 60px)/3); margin: 0 30px 50px 0; }
  .company_list li:nth-of-type(4n) { margin-right: 30px; }
  .company_list li:nth-of-type(3n) { margin-right: 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) { .company_head { display: block; max-width: 768px; }
  .company_tab { width: 100%; max-width: 768px; }
  .tab_content { display: none; }
  .tab_content.active { display: block; max-width: 768px; margin: 0 auto; }
  .company_list { justify-content: space-between; align-items: flex-start; }
  .company_list li { width: calc((100% - 30px)/2); margin: 0 0 50px 0; }
  .company_list li:nth-of-type(4n) { margin-right: 0px; }
  .company_list li:nth-of-type(3n) { margin-right: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) { .company_head { max-width: 480px; width: calc(100% - 60px); }
  .company_head h1 { font: 4.8rem/1em "LINE Seed JP", sans-serif; font-weight: 700; letter-spacing: .05em; margin: 0 0 50px; }
  .company_head h1 small { font: 2.4rem/1em "Nunito", sans-serif; font-weight: 700; letter-spacing: 0; }
  .company_head h1 small:before { left: 2px; top: -5px; }
  .company_tab { width: 100%; max-width: 480px; }
  .tab_content.active { max-width: 480px; width: calc(100% - 60px); }
  .company_list { display: block; }
  .company_list li { width: 100%; margin: 0 auto 50px !important; } }
/*max-width:768px*/
@media (max-width: 480px) { .company { padding: 130px 0 70px; }
  .company_list { display: block; }
  .company_list li { width: 100%; margin: 0 auto 50px !important; }
  .tab_group.work_place .tab_group_item ul, .tab_group.industry .tab_group_item ul { display: block; }
  .tab_group.subject .tab_group_item p { line-height: 1.8em; margin-bottom: 0; }
  .tab_group.subject .tab_group_item p.permanent { margin-bottom: 20px; }
  .tab_group.subject .tab_group_item p br { display: block; } }
/*max-width:480px*/
/**********************************************/
