/*----------------------------------------
	news
----------------------------------------*/
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18%;
  padding-right: 0px;
}

.news__title {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.news__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
}

ul.news__list {
    margin-top: -30px;
}

.news__list {
  width: 73.6%;
}

.news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    padding-top: 25px;
    padding-bottom: 3px;
  gap: 5px;
  border-bottom: 2px solid #e1e1e1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news__item._link {
  text-align: end;
}

.news__item._link a {
  border-bottom: none;
  color: #5acf13;
  padding-right: 23px;
  display: inline-block;
}

.news__time {
  color: #afafaf;
  white-space: nowrap;
  margin-right: 18px;
}

.news__category {
  font-size: 12px;
  padding: 4px 24px;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  display: block;
    /* margin-right: 30px;
  border-radius: 30px;
}

.news__sub {
  font-size: 16px;
}

.news__item a {
  position: relative;
}

.news__sub {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-right: 10px;
}

.news__item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #5acf13;
  border-right: solid 3px #5acf13;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%) rotate(45deg);
          transform: translatey(-50%) rotate(45deg);
}
/*----------------------------------------
	about
----------------------------------------*/
.about {
  position: relative;
  padding-top: 170px;
  max-width: 1216px;
}

.about__bg {
  height: 509px;
  width: 100vw;
  position: absolute;
  background-color: #e4f8cf;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 3;
  top: 100px;
}

.about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 7;
  background-color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 20px;
}

.about__title {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.about__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
  font-weight: 700;
}

.about__sub {
  margin-top: 35px;
  color: #86c22a;
  font-size: 31px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 700;
}

.about__left {
  margin-top: 210px;
  margin-left: 100px;
}

.about__img {
  width: 48.9%;
  max-width: 627px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 75px;
  padding-top: 75px;
}

.about__txt {
  max-width: 294px;
  line-height: 2.12;
  margin-top: 20px;
}

.about__btn {
  margin-left: 110px;
  margin-top: -100px;
  z-index: 99;
  position: relative;
}
/*----------------------------------------
	recruit
----------------------------------------*/
.recruit {
  padding-top: 226px;
  display: grid;
  grid-template-columns: 1fr 38.5%;
  grid-template-rows: 48px 82px 148px;
  grid-template-areas: "a f" "b f" "c f" "d f";
  gap: 30px;
  padding-left: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.recruit__title {
  grid-area: a;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.recruit__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
  font-weight: 700;
}

.recruit__sub {
  grid-area: b;
  margin-top: 35px;
  color: #86c22a;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: 0.1em;
}

.recruit__img {
  width: 37.9%;
  right: 0;
  max-width: 740px;
  position: absolute;
  grid-area: e;
  margin-right: calc(50% - 50vw);
}

.recruit__img02 {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  max-width: 28.5vw;
  grid-area: f;
}
.recruit__bottom {
  position: relative;
  z-index: 15;
  grid-area: d;
}

.recruit__txt {
  max-width: 500px;
  line-height: 2.1;
  margin-top: 20px;
  grid-area: c;
}

.recruit .recruit__btn {
  margin-top: 21px;
}

.recruit .recruit__btn01 {
  margin-top: 50px;
}
/*----------------------------------------
	anniversary
----------------------------------------*/
.anniversary {
  margin-top: 230px;
  margin-bottom: 120px;
  border: 6px solid #eb4e31;
  padding: 30px 20px 51px 18px;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.anniversary__inner {
  margin-left: 25px;
  margin-right: 25px;
}

.anniversary a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.anniversary__img {
  width: 31.1%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 28px;
}

.anniversary__bottm {
  position: absolute;
  bottom: 21px;
  right: 45px;
  color: #f95222;
}
.anniversary__bottm::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #f95222;
  border-right: solid 3px #f95222;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translatey(-50%) rotate(45deg);
          transform: translatey(-50%) rotate(45deg);
}

.anniversary__title {
  width: 78.4%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.anniversary__txt {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 15px;
}
.anniversary__txt span {
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
}

.anniversary__notes {
  font-size: 15px;
  margin-bottom: 15px;
}

.anniversary__txt02 {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.58;
  border: 1px solid #eb4e31;
  padding: 20px 10px;
}
/*----------------------------------------
	features
----------------------------------------*/
.features {
  padding-top: 120px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(42.2%, #fff), color-stop(42.2%, #f7fde8), to(#f7fde8));
  background: linear-gradient(90deg, #fff 0%, #fff 42.2%, #f7fde8 42.2%, #f7fde8 100%);
  padding-bottom: 120px;
}

.features__container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.features__title {
  font-size: 34px;
  line-height: 1.41;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.features__title ._smallTitle {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
}

.features__list {
  margin-top: 115px;
}

.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features__item + .features__item {
  margin-top: 100px;
}

.features__item._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.features__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 44.9%;
  position: relative;
}
.features__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 157px;
  height: 130px;
  background: url(../img/01.png) no-repeat;
  background-size: contain;
  top: 3px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
}

.features__img02::before {
  width: 179px;
  height: 130px;
  background: url(../img/02.png) no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.features__img03::before {
  width: 179px;
  height: 130px;
  background: url(../img/03.png) no-repeat;
  background-size: contain;
  top: 3px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.features__body {
  width: 47.7%;
  position: relative;
  z-index: 5;
}

.features__sub {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 700;
}

.features__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-top: 40px;
  margin-bottom: 40px;
}
/*----------------------------------------
	message
----------------------------------------*/
.message {
  margin-top: 121px;
  margin-bottom: 196px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: #84c857;
  height: 537px;
}

.message__img {
  width: 57.86%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 74px;
}
.message__img img {
  border-radius: 0 10px 10px 0;
}

.message__body {
  margin-left: 77px;
}

.message__title {
  padding-top: 68px;
  color: #fefefe;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.74;
  letter-spacing: 0.1em;
}

.message__txt {
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
  margin-top: 47px;
}

.message__name {
  font-size: 22px;
  line-height: 1.81;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.moreBtn.message__btn {
  color: #71c742;
  background: #fff;
  font-weight: 700;
}
.moreBtn.message__btn::before {
  border-top: solid 3px #71c742;
  border-right: solid 3px #71c742;
}
/*----------------------------------------
	attempt
----------------------------------------*/
.attempt {
  padding-top: 124px;
}

.attempt__title {
  background-color: #9ad533;
  text-align: center;
  padding: 38px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #fff;
}

.attempt__list {
  background: url(../img/attempt-bg.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  padding-top: 80px;
  padding-bottom: 82px;
}

.attempt__item {
  width: 25.1%;
  background-color: #fff;
  padding: 9px 10px 111px 10px;
  border-radius: 10px;
  position: relative;
}

.attempt__sub {
  font-size: 28px;
  line-height: 1.96;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.attempt__txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  width: 87.1%;
  margin-left: auto;
  margin-right: auto;
}

.attempt__txt + .attempt__txt {
  margin-top: 30px;
}

.attempt__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*----------------------------------------
	navigation
----------------------------------------*/
.navigation {
  padding-top: 138px;
  padding-bottom: 138px;
  background-color: #fffdec;
  margin-bottom: 117px;
  padding-left: 25px;
  padding-right: 25px;
}

.navigation__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation__flex._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 89px;
}

.navigation__img {
  width: 75.53%;
  max-width: 864px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.navigation__body {
  background-color: #fff;
  padding: 50px 25px 60px;
  border-radius: 10px;
  margin-left: -97px;
  z-index: 15;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.navigation__flex._reverse .navigation__body {
  margin-right: -127px;
  margin-left: 0;
}

.navigation__title {
  color: #fb9426;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}

.navigation__txt {
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.navigation__btn.moreBtn._orange {
  margin-left: auto;
  margin-right: auto;
}
/*----------------------------------------
	btnArea01
----------------------------------------*/
.btnArea01 {
  padding-top: 115px;
  padding-bottom: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btnArea01__item {
  display: block;
  width: 49.21%;
  padding-top: 170px;
  padding-bottom: 55px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.52;
  color: #fff;
  position: relative;
}
.btnArea01__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 14.5%;
}

.btnArea01__left {
  background: url(../img/btnArea01.jpg) no-repeat;
  background-size: cover;
  padding-left: 12.86%;
  border-radius: 0 10px 10px 0;
}

.btnArea01__right {
  background: url(../img/btnArea01-02.jpg) no-repeat;
  background-size: cover;
  padding-left: 5.86%;
}
/*----------------------------------------
	btnArea02
----------------------------------------*/
.btnArea02 {
  background-color: #f6ffe1;
  padding-top: 90px;
  text-align: center;
  margin-bottom: 140px;
  padding-left: 25px;
  padding-right: 25px;
}

.btnArea02__title {
  font-size: 34px;
  font-size: min(3.37vw, 34px);
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.btnArea02__sub {
  background: #97cf14;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  border-radius: 23px;
  padding: 12px 30px;
  margin-bottom: 23px;
}

.btnArea02__txt {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.btnArea02__btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 85px;
}
.btnArea02__btnArea a {
  width: 100%;
}

.btnArea02__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
  .news__title {
    text-align: center;
    font-size: 18px;
  }
  .news__title span {
    font-size: 10px;
    margin-top: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .news__list {
    width: 100%;
  }
  .news__item a::before {
    display: none;
  }
  .news__item a {
    padding-top: 18px;
    padding-bottom: 13px;
  }
  .news__item._last a {
    border-bottom: none;
  }
  .news__item._link a {
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 0, 0, 0.35)), to(rgba(255, 255, 255, 0.35))), #71c742;
    background: linear-gradient(90deg, rgba(3, 0, 0, 0.35), rgba(255, 255, 255, 0.35)), #71c742;
    background-blend-mode: overlay;
    color: #fff;
    text-align: center;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
    margin-top: 21px;
    font-size: 12px;
  }
  .news__item._link a::before {
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 40%;
  }
  .news__time {
    font-size: 12px;
  }
  .news__category {
    font-size: 10px;
    padding: 3px 10px;
  }
  .news__sub {
    font-size: 12px;
    width: 280px;
  }
  .about__title {
    font-size: 24px;
  }
  .about__title span {
    display: block;
    font-size: 11px;
    margin-top: 13px;
  }
  .about__sub {
    font-size: 20px;
    margin-top: 24px;
  }
  .about__bg {
    height: 558px;
    background-color: #e4f8cf;
    top: 285px;
  }
  .about__txt {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
  .about__img {
    padding-top: 15px;
  }
  .features {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .features__list {
    margin-top: 60px;
  }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__title {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }
  .features__img {
    width: 100%;
  }
  .features__body {
    width: 100%;
  }
  .features__img::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 83px;
    height: 69px;
    -webkit-transform: translate(0, 180%);
            transform: translate(0, 180%);
  }
  .features__item._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__sub {
    font-size: 20px;
    margin-top: 36px;
  }
  .features__txt {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 23px;
    margin-bottom: 30px;
  }
  .features__img02::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 180%);
            transform: translate(0, 180%);
    width: 95px;
    height: 69px;
  }
  .features__btn {
    max-width: 325px;
    width: 100%;
  }
  .features__item + .features__item {
    margin-top: 60px;
  }
  .message__img {
    -webkit-transform: translate(18.27%, 50%) !important;
            transform: translate(18.27%, 50%) !important;
  }
  .attempt {
    padding-top: 0 !important;
  }
  .btnArea02 {
    margin-bottom: 120px;
    padding-top: 50px;
  }
  .btnArea02__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .btnArea02__btnArea .recruit__btn {
    text-align: left;
  }
  .btnArea02__title {
    font-size: 22px;
  }
  .btnArea02__sub {
    background: #97cf14;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    border-radius: 66px;
    padding: 12px 30px;
    margin-bottom: 23px;
  }
  .btnArea02__txt {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .btnArea02__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1280px) {
  .about__btn {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1180px) {
  .about__btn {
    margin-top: -70px;
  }
}

@media screen and (max-width: 1080px) {
  .about__btn {
    margin-top: -30px;
  }
}

@media screen and (max-width: 992px) {
  .about {
    padding-top: 70px;
  }
  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__left {
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
  }
  .about__img {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-top: 35px;
    padding-bottom: 146px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__txt {
    max-width: none;
    line-height: 2.12;
    margin-top: 20px;
  }
  .about__btn {
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    width: 100%;
    margin-top: -110px !important;
    max-width: 325px;
  }
  .recruit {
    padding-top: 190px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  .recruit__img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    grid-area: e;
    margin-left: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .recruit__img02 {
    -webkit-transform: translate(0, -30%) !important;
            transform: translate(0, -30%) !important;
    width: 83.2%;
    max-width: 624px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit__title {
    font-size: 24px;
    text-align: center;
  }
  .recruit__title span {
    display: block;
    font-size: 11px;
    margin-top: 15px;
  }
  .recruit__sub {
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .recruit__bottom {
    padding-left: 0px;
    margin-top: 50px;
  }
  .recruit__img02 {
    -webkit-transform: translate(-50%, 82%);
            transform: translate(-50%, 82%);
    left: 50%;
    width: 83.2%;
  }
  .recruit__txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .recruit .recruit__btn {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit .recruit__btn01 {
    margin-top: 30px;
  }
  .recruit__txt {
    max-width: 490px;
    line-height: 2.1;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    margin-bottom: 213px;
    width: 81.73%;
    height: 533px;
    position: relative;
    border-radius: 0 30px 30px 0;
  }
  .message__body {
    margin-left: 25px;
  }
  .message__title {
    padding-top: 60px;
    color: #fefefe;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .message__txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 36px;
  }
  .message__name {
    font-size: 18px;
    line-height: 1.11;
    margin-top: 16px;
    margin-bottom: 36px;
  }
  .message__img {
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(18.27%, 70%);
            transform: translate(18.27%, 70%);
  }
  .message__img img {
    border-radius: 30px 30px 0 0;
  }
  .attempt {
    padding-top: 150px;
  }
  .attempt__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/attempt-bgSp.jpg) no-repeat;
    padding-left: 25px;
    padding-right: 25px;
    gap: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .attempt__title {
    padding: 15px;
    font-size: 24px;
    font-size: min(5.9vw, 28px);
    line-height: 1.41;
  }
  .attempt__item {
    width: 100%;
  }
  .attempt__sub {
    font-size: 20px;
    line-height: 1.37;
    letter-spacing: 0.1em;
    margin-top: 23px;
    margin-bottom: 24px;
  }
  .attempt__txt {
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-size: 15px;
    width: 97.1%;
  }
  .attempt__txt + .attempt__txt {
    margin-top: 28px;
  }
  .attempt__btn {
    bottom: 26px;
  }
  .navigation {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fffdec;
    margin-bottom: 0;
  }
  .navigation__flex, .navigation__flex._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation__img {
    width: 100%;
  }
  .navigation__body {
    width: 88.9%;
    margin-left: 0;
    margin-top: -20px;
  }
  .navigation__flex._reverse .navigation__body {
    margin-right: 0px;
  }
  .btnArea01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .btnArea01__left {
    background-position-x: 70%;
  }
  .btnArea01__right {
    background-position-x: 50%;
    background-position-y: 0;
  }
  .btnArea01__item {
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .btnArea01__item::before {
    width: 25px;
    height: 25px;
    bottom: 30px;
    right: 25px;
  }
  .btnArea01__right {
    margin-top: 28px;
  }
}

@media screen and (max-width: 380px) {
  .about__btn {
    max-width: 90vw;
  }
}

@media screen and (max-width: 320px) {
  .about__bg {
    display: none;
  }
}

@media screen and (max-width: 1380px) {
  .recruit__img02 {
    -webkit-transform: translate(-50%, 130px);
            transform: translate(-50%, 130px);
    max-width: 22.5vw;
  }
}

@media screen and (max-width: 556px) {
  .anniversary {
    margin-top: 60px;
    margin-bottom: 70px;
    border: 3px solid #eb4e31;
    padding: 30px 20px 51px 18px;
    position: relative;
    max-width: 1000px;
  }
  .anniversary a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .anniversary__img {
    margin-right: 0;
    text-align: left;
    width: 40.5%;
  }
  .anniversary__title {
    width: 55%;
    margin-left: auto;
    margin-top: -120px;
    margin-bottom: 40px;
  }
  .anniversary__txt {
    text-align: center;
    font-size: 15px;
  }
  .anniversary__notes {
    text-align: center;
    font-size: 11px;
  }
  .anniversary__txt02 {
    font-size: 14px;
  }
}

@media screen and (max-width: 460px) {
  .anniversary__title {
    margin-top: -80px;
  }
}

@media screen and (max-width: 360px) {
  .anniversary__title {
    margin-top: -60px;
  }
}

@media screen and (max-width: 1400px) {
  .btnArea01__left {
    padding-left: 4%;
  }
  .btnArea01__right {
    padding-left: 4%;
  }
}

@media screen and (max-width: 1300px) {
  .btnArea02__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .btnArea02__btnArea .recruit__btn {
    text-align: left;
    font-size: 12px;
  }
}
/*# sourceMappingURL=top.css.map */