* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  font-family:
    "Noto Sans JP",
      "Noto Sans CJK JP",
      sans-serif;
  line-height: 1.8;
  color: #4F4440;
  font-weight: 500;
  overflow-x: hidden;
}

img {
width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

/* =====================
   共通
===================== */

section {
  padding: 40px 0;
}

.section-title {
    text-align: center;
      margin-bottom: 40px;
      font-size: 34px;
      color: #744B0E;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-width: 260px;
  height: 64px;

  background: #f59a42;
  color: #fff;
  font-weight: 500;

  border-radius: 999px;
  transition: .3s;
      box-shadow: 0 8px 0 #D97A33;
}

.btn:hover {
  transform: translateY(5px);
    box-shadow: 0 0 0 transparent;
      background: #c07730;
}

/* =====================
   HERO
===================== */

/* .hero {
  position: relative;
    min-height: 650px;
    background-image: url(../img/fv-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    position: relative;
} */

.hero{
  position: relative;
}
.hero-inner {
  width: min(1000px, 90%);
  /* padding-top: 80px; */
  /* position: relative; */
      margin: 0 auto;
}

.hero-label {
  display: inline-block;
  padding: 0px 60px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(243, 190, 71, 0.5), 0 8px 44px rgba(243, 190, 71, 0.5);
      font-size: 25px;
        color: #635A5A;
        font-weight: 500;
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(2rem, 4vw, 4rem);
      line-height: 1.3;
  color: #FC8745;
    font-size: 68px;
        margin-top: -10px;
}

.se-title {
  color: #67a83d;
}

.hero-badges {
  margin-top: 24px;
      position: absolute;
        bottom: 60px;
  left: 50%;
    transform: translateX(-50%);
}

.hero-badges img{
  max-width: 730px;
}

.btn {
  margin-top: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 350px;
    height: 80px;
    font-size: 30px;
}

.hero-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hero-tags span {
  background: #7db34d;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
}

.komi{
      color: #4F4440;
        font-size: 34px;
}
.se-title2{
  font-size: 50px;
}


.hero-copy {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
}

.hero-copy::before {
  content: "";

  position: absolute;
    left: 50%;
      top: 35%;
      width: 85%;
  height: 140%;

  transform: translate(-50%, -45%);

  background: rgba(255, 255, 255);

  filter: blur(60px);

  border-radius: 50%;

  z-index: -1;
}

.hero-copy h1 {
  position: relative;
}

.btn-t{
      position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
}

.icon{
      width: auto;
        margin-left: 5px;
      margin-top: 3px;
}

.intro{
      text-align: center;
        margin-top: 70px;
        font-size: 18px;
          color: #635A5A;
    
    position: relative;
    
      background:
        url("../img/bg-ground.png") center bottom no-repeat;
    
      background-size: 100% auto;
  background-position: left bottom -10px, right bottom -80px;
    padding-bottom: 110px;
}
.intro-pc{
      margin-top: 40px;
        margin-bottom: 20px;
      font-size: 22px;
        font-weight: bold;
        
}

/* .intro-pc span{

    position: relative;
      display: inline-block;
      z-index: 1;
}

.intro-pc span::after {
  content: "";
  position: absolute;

  left: -12px;
  right: -12px;
  bottom: 0.15em;

  height: 0.5em;

  background: #f3cf73;
  border-radius: 999px;

  z-index: -1;
} */

.intro2{
      font-size: 23px;
        font-weight: bold;
        margin-top: 25px;
        letter-spacing: 3%;
    position: relative;
      display: inline-block;
      z-index: 1;
}

.intro2::after {
  content: "";
  position: absolute;

    left: 1px;
      right: -2px;
      bottom: 0.15em;

  height: 0.5em;

  background: #FFC64A;
  border-radius: 999px;

  z-index: -1;
}

.intro1{
  font-size: 18.5px;
  font-weight: bold;
}

.h2{
      color: #F7AE10;
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
gap: 13px;
    margin-top: 30px;
}

.section-heading__title {
    font-size: 34px;
  font-weight: 700;
  color: #7A4F13;
  line-height: 1;
}

.section-heading__deco {
    width: 53px;
      height: auto;
      display: block;
          margin-bottom: 13px;
}

.section-text{
      text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
}

.caution{
      max-width: 800px;
        background: #FEFAEF;
        padding: 20px;
        margin: 0 auto;
        font-size: 15px;
  display: flex;
}

/* =====================
   JOB
===================== */

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

.step-card {
  text-align: center;
}

.step-no {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #7db34d;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 16px;
}



.job-flow {
      padding: 60px 0 20px 0;
}

.job-flow__list {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.job-flow__item {
  width: 100%;
    max-width: 300px;
  text-align: center;
}

.job-flow__item img {
  width: 100%;
  display: block;
}

.job-flow__item p {
  margin-top: 5px;

  font-size: 17px;
  font-weight: 500;
line-height: 1.5;
  color: #4d4545;
  margin-left: -20px;
}

.job-flow__arrow {
  width: 26px;
  height: auto;

  margin-top: 130px;
  flex-shrink: 0;
      margin-right: 20px;
}

.job-flow__item img{
  max-width: 270px;
}

/* =====================
   SUPPORT
===================== */

.support {
  background-image: url("../img/support-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
      padding: 90px 0px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
    max-width: 1100px;
      margin: 0 auto;
      margin-top: 40px;
}

.support-card {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  text-align: center;
}

.support-card p{
  /* margin-top: 20px; */
}
.support-card h3{
      color: #17A5BB;
        /* margin-bottom: 17px; */
        font-size: 20px;
}

.support-card img{
      max-width: 220px;
}
/* =====================
   CTA
===================== */

.cta {
  padding: 80px 0;
}

.cta__wrapper {
  max-width: 1440px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.cta__image {
    width: 100%;
      max-width: 380px;
      flex-shrink: 1;
}

.cta__image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.cta__content {
  text-align: center;
}

.cta__icons {
      width: 400px;
  max-width: 100%;
  display: block;
  margin: 0 auto 24px;
}

.cta__lead {
  margin-bottom: 10px;

  font-size: 21px;
  font-weight: 700;
  color: #8c5a18;
}

.cta__lead::before,
.cta__lead::after {
  display: inline-block;
  color: #996515;
}

.cta__lead::before {
  content: "\\";
  margin: 0 10px;
}

.cta__lead::after {
  content: "\\";
    transform: scaleX(-1);
}

.cta__button {
  display: flex;
  justify-content: center;
  align-items: center;

      width: 410px;
        height: 100px;

  margin: 0 auto;

  background: #F79446;
  color: #fff;

  border-radius: 999px;

  text-decoration: none;

  font-size: 32px;
  font-weight: 700;

  box-shadow: 0 8px 0 #D97A33;
}


.cta__button:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 transparent;
      transition: .3s;
          background: #c07730;
}

/* =====================
   OriHime
===================== */

.orihime {
  padding: 80px 0;
  background: #eef7fb;
}

.orihime .container {
  max-width: 1200px;
  margin: 0 auto;
}

.orihime__body {
      max-width: 1100px;
        margin: 0 auto;
  display: flex;
  justify-content: space-between;
      align-items: center;
  gap: 60px;
    margin-bottom: 70px;
  margin-top: 60px;
}

.orihime__content {
  flex: 1;
}

.orihime__image {
  width: 100%;
    max-width: 520px;
    flex-shrink: 1;
}

.orihime__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.orihime__text {
  margin-bottom: 40px;

  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #4b4545;
}

.orihime__features {
  width: 100%;
  max-width: 480px;
  display: block;
}

.orihime__movie {
  margin-top: 100px;
  text-align: center;
}

.orihime__movie-inner {
  width: 100%;
  max-width: 760px;

  margin: 0 auto;

  background: #ddd;

  aspect-ratio: 16 / 9;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.orihime__movie-inner h3 {
  margin-bottom: 40px;

  font-size: 3rem;
  font-weight: 700;
}

.movie-play {
  font-size: 4rem;
  color: #000;
  text-decoration: none;
}

.orihime__movie-caption {
  margin-top: 10px;

    font-size: 20px;
  font-weight: 600;
}

/* =====================
   MOVIE
===================== */

.movie-box {
  aspect-ratio: 16/9;
  background: #ddd;

  display: flex;
  align-items: center;
  justify-content: center;
}
.orihime__movie{
  width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.orihime__movie iframe {
  width: 100%;
  height: 100%;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-top: 30px;
}

/* =====================
   REQUIREMENT
===================== */
.recruitment {
  padding: 100px 0;
}
.requirements{
padding: 70px 0;
    background: #FCFCF7;
}
       

.recruitment .container {
  max-width: 1000px;
  margin: 0 auto;
}

.recruitment-list {
    display: flex;
      flex-direction: column;
      gap: 40px;
      max-width: 750px;
      margin: 0 auto;
      margin-top: 70px;
}

.recruitment-item {
  display: flex;
      align-items:baseline;
  gap: 20px;
}

.recruitment-item dt {
      flex-shrink: 0;
        width: 104px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFCA56;
        border-radius: 999px;
        color: #4F4440;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
}

.recruitment-item dd {
  margin: 0;

  color: #4D4545;
      font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
}

/* =====================
   CONDITIONS
===================== */

.conditions{
  background: #FCFCF7;
  padding-bottom: 100px;
}

.conditions .container {
  max-width: 1200px;
  margin: 0 auto;
}

.conditions-list {
  display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    width: 100%;
      max-width: 810px;
    margin: 0 auto;
    margin-top: 45px;
}

.conditions-list__item {
  display: flex;
      align-items: flex-start;
  gap: 14px;
}

.conditions-list__icon {
  width: 20px;
  flex-shrink: 0;

  margin-top: 4px;
}

.conditions-list__item span {
  color: #4d4545;


  /* 28px */
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
}
/* =====================
   FLOW
===================== */

.selection {
  /* padding: 120px 0; */

  background:
    url("../img/selection-bg.png") center top / cover no-repeat;
}

.selection .container {
  max-width: 1280px;
  margin: 0 auto;
}

/* .selection-flow {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 18px;

  margin-top: 80px;
}

.selection-flow__step {
  width: 100%;
    max-width: 220px;
  display: block;
}

.selection-flow__arrow {
  width: 30px;
  display: block;
} */

.selection-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;

  flex-wrap: nowrap;
  margin-top: 50px;
}

.selection-flow__step {
  width: 100%;
  max-width: 220px;
  flex: 1 1 0;
}

.selection-flow__arrow {
  width: 30px;
  flex-shrink: 1;
}

.selection-deadline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;

  margin-top: 80px;
}

.selection-deadline__label {
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;

  /* width: 230px;
  height: 58px; */


  color: #FF9345;
  font-size: 32px;
  font-weight: 700;
      padding-top: 10px;
}

.selection-deadline__date {
  color: #4D4545;
  font-size: 25px;
  font-weight: 700;
}
.date-span{
  font-size: 38px;
}

/* =====================
   FOOTER
===================== */

footer {
background: #77C3E1;
  /* text-align: center; */
}

.icon img{
  width: auto;
}

.footer-contact {
  padding: 60px 0px;

    background: #EFF9FA;
  text-align: center;
}

.footer-contact__title {
      margin-bottom: 20px;
        color: #744B0E;
        font-size: 34px;
        font-weight: 700;
}

.footer-contact__organization {
  /* margin-bottom: 20px; */

  color: #4D4545;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.footer-contact__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  color: #4D4545;
  font-size: 1.75rem;
  font-weight: 400;
      margin-top: 10px;
}

.footer-contact__mail a {
  color: inherit;
      font-size: 18px;
        text-decoration: underline;
}
.mail{
  width: auto;
      margin-top: 5px;
}

.footer-bottom {
  background: #73B9D8;
  padding: 40px 20px;
}

.footer-bottom__inner {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-bottom__links {
  display: flex;
  gap: 48px;
}

.footer-bottom__links a {
  color: #fff;
  text-decoration: none;

  font-size: 14px;
  font-weight: 500;
}

.footer-bottom__copyright {
      color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-top: 40px;
        text-align: center;
}

.footer-bottom__sns {
  display: flex;
  justify-content: flex-end;
  gap: 0;
}

.footer-bottom__sns img {
  width: 46px;
  display: block;
}

.cta2{
      padding-top: 100px;
}

.sp-on5{
  display: none;
}


.note-label {
  flex: 0 0 auto;
}

.note-body {
  flex: 1;
}

.sp-onn2{
  display: none;
}
/* =====================
   Responsive
===================== */

@media (max-width:820px) {

.pc-on {
    display: none;
  }

  .sp-on {
    display:block;
  }
  .sp-onmv{
    display: block;
  }
  .sp-onn{
    display: none;
  }

    .cta__wrapper{
      display: block;
    }
    .fl{
          display: flex;
            justify-content: center;
      margin: 0 auto;
    }

        /* .cta__image img{
          width: 90%;
        } */
.cta__content{
  margin-top: 20px;
}
.orihime__body{
  display: block;
}
.orihime__features{
  margin: 0 auto;
  margin-bottom: 30px;
}
.orihime__image{
  margin: 0 auto;
}
.requirements {
  padding: 30px 0;
}
/* .selection-flow{
  display: block;
      margin-top: 50px;
} */

.btn {
  margin-top: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 290px;
  height: 66px;
  font-size: 25px;
}

.btn-t {
  position: absolute;
  bottom: -50px;
}
.flow-sp{

        width: 70%;
        margin: 0 auto;
              margin-top: 50px;
}
.selection-deadline{
  margin-top: 40px;
}
.cta__icons{
  width: 65%;
}

  
  
}



@media (max-width:768px) {

.sp-onn2 {
    display: block;
  }
  .sp-onmv{
    display: none;
  }

  .sp-onn{
    display: block;
  }
  section {
    padding: 30px 0;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-images {
    grid-template-columns: 1fr;
  }

  .steps,
  .support-grid,
  .flow-grid,
  .orihime-wrap,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .info-list div {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 24px;
  }

            .cta__icons {
              width: 90%;
            }

  .btn {
    width: 100%;
    max-width: 320px;
  }
    /* .intro-pc span::after{
      display: none;
    } */
         .intro-pc{
          font-size: 17px;
         }
      .btn {
        margin-top: 60px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 250px;
        height: 54px;
        font-size: 20px;
      }
    .icon {
      width: 7%;
      margin-left: 5px;
      margin-top: 2px;
    }
.intro{
  font-size: 16px;
}
.intro{
  padding-bottom: 40px;
}
.section-heading__title {
  padding: 0 5px;
  font-size: 25px;
      text-align: center;
        line-height: 1.3;
}
.job-flow__list{
  display: grid;
}
.section-heading{
  gap: 0;
      padding-top: 40px;
      margin-top: 0;
}


.job-flow__arrow {
  width: 16px;
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  flex-shrink: 0;
  margin-bottom: 0px;
  transform: rotate(90deg);
}
.support{
      background-size: cover;
        background-position: center center;
        padding: 70px 0;
        margin-top: -80px;
}
.section-heading__deco {
  width: 38px;　
}
.support-card p{
  margin-top: 0;
}

.cta {
  padding: 40px 0;
}
 .fl {
   display: flex;
   gap: 10px;
   width: 90%;
 }

 .cta__button {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 90%;
   height: 69px;
   margin: 0 auto;
   background: #F79446;
   color: #fff;
   border-radius: 999px;
   text-decoration: none;
   font-size: 25px;
   font-weight: 700;
   box-shadow: 0 8px 0 #D97A33;
 }

 .cta__image {
  flex: 1;
    width: auto;
    max-width: none;
 }

             .icon {
               width: 5%;
             }
      
             .cta__lead {
               margin-bottom: 5px;
               font-size: 16px;
             }
    .orihime{
      padding: 0;
    }

        .orihime__text{
          font-size: 16px;
          margin-top: 20px;
          margin-bottom: 20px;
        }
    .orihime__body{
      margin-top: 30px;
    }

.orihime__image img{
  margin: 0 auto;
  width: 100%;
}
.orihime__body{
  margin-bottom: 30px;
}

.orihime__movie-caption {
          margin-top: 0px;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
}
        .requirements {
          padding: 0;
        }
    .recruitment-list{
      margin-top: 40px;
    }
.recruitment-item {
  display: block;
}
.recruitment-item dd{
  margin-top: 5px;
}
.conditions .section-heading{
          padding-top: 0px;

}
.conditions-list{
  margin-top: 30px;
}
.conditions{
  padding-bottom: 50px;
}

.conditions-list {
  gap: 14px;
}
.recruitment-list{
  gap: 20px;
}
.selection .section-heading{
  padding-top: 0;
}

.sp-on3{
  display: block;
}
.sp-on4{
  display: none;
}
.selection-flow__step {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  margin-top: 10px;
}
.selection-flow{
  text-align: center;
}
.selection-flow__arrow{
  text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    transform: rotate(90deg);
}
    .selection-flow__arrow {
      width: 20px;
    }
.selection-flow{
  margin-top: 30px;
}
.selection-deadline {
  display: block;
}
.selection-deadline__date{
  display: block;
}

.selection-deadline__label {
  font-size: 30px;
}
.selection-deadline{
  text-align: center;
}
.selection-deadline__date {
  color: #4D4545;
  font-size: 20px;
  /* margin-top: 10px; */
}
.footer-contact__title{
  font-size: 24px;
}
.footer-contact__organization{
  font-size: 16px;
}

.footer-contact {
  padding: 40px 0px;
}
.footer-contact__mail a{
  font-size: 16px;
}
.footer-bottom__inner{
  display: block;
}
.footer-bottom__links {
  display: flex;
  justify-content: space-around;
  gap: 0;
}
.footer-bottom__sns {
  display: flex;
  justify-content: center;
}
.support-card h3{
  font-size: 20px;
}
.intro-pc span::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
}

        .btn-t {
          position: absolute;
          bottom: -35px;
        }
    .intro {
      text-align: center;
      margin-top: 10px;
    }
.job .section-heading{
padding-top: 0;}

.cta__image img{
  border-radius: 0;
}

.intro1 {
  font-size: 16.5px;
}
.intro2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.intro2::after{
  display: none;
}
.section-text{
  text-align: left;
}
.job-flow {
  padding: 30px 0 20px 0;
}
.job-flow__item p {
  font-size: 16px;
}
}