body#top .header {
  position: absolute;
}

body#top .header.is-fixed {
  position: fixed;
}

body#top .l-wrapper {
  padding-top: 0;
}

body#top .l-contents {
  padding: 0;
}

/* .notice
================================================ */
.notice {
  border: solid 1px #D60E18;
}
.notice__inner {
  width:  700px;
  margin: 0 auto;
  padding: 10px 0;
  cursor: pointer;
}
.notice-menu {
  display: flex;
  justify-content: center;
}
.notice-menu__txt {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #D60E18;
}
.notice-list {
}
.notice-list__item {
  display: table;
  margin-top: 10px;
}
.notice-list__item:nth-child(n + 2) {
  display: none;
}
.notice-list__item--date {
  font-size: 12px;
  width: 70px;
  display: table-cell;
}
.notice-list__item--txt {
  font-size: 12px;
  display: table-cell;
}
@media all and (max-width: 767px) {
  .notice__inner {
    width:  calc(100vw / 375 * 335);
  }
  .notice-list__item {
    margin-top: 0;
  }
}

/* .kv
================================================ */
.kv {
  position: relative;
  padding-top: 80px;
}

.kv-bg {
  width: 100%;
  height: 787px;
  margin-left: auto;
  background-image: url(../img/top/bg_kv_pc_202405.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 40px 0 40px 40px;
}

.kv-bg__wrap {
  padding-left: 270px;
}

.kv-scroll {
  position: absolute;
  bottom: 200px;
  left: 5px;
}

.kv-scroll span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #009844;
  font-size: 12px;
  font-weight: bold;
}

.kv-scroll:before {
  content: '';
  background-color: #009844;
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: scroll-bar 2s ease infinite;
          animation: scroll-bar 2s ease infinite;
}

@media all and (max-width: 767px) {
  .kv-bg {
    height: 395px;
    background-image: url(../img/top/bg_kv_sp_202405.png);
    border-radius: 20px 0 20px 20px;
  }
  .kv-bg__wrap {
    padding-left: 50px;
  }
  .kv-scroll {
    bottom: -50px;
    left: auto;
    right: 0;
  }
}

.anim-fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anim-fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.logo__peacedeli {
  position: absolute;
  top: 160px;
  margin-left: -100px;
  z-index: 2;
  width: 340px;
}

.logo__peacedeli.is-fixed {
  position: fixed;
  top: 225px;
}

@media all and (max-width: 1024px) {
  .logo__peacedeli {
    margin-left: -4%;
  }
}

@media all and (max-width: 767px) {
  .logo__peacedeli {
    width: 222px;
    height: 222px;
    top: 55px;
    margin-left: 0;
  }
  .logo__peacedeli.is-fixed {
    top: 300px;
  }
}

.statement {
  background-image: url(../img/top/bg_statement_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  min-height: 1578px;
  margin: 45px 0 0;
  position: relative;
}

.statement-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  position: absolute;
  top: 160px;
  margin-left: -100px;
  z-index: 1;
  background-color: #FFF000;
}

.statement-copy.is-fixed {
  position: fixed;
  top: 225px;
}

.statement-copy__txt {
  font-size: 42px;
  font-weight: 500;
  padding-left: 37px;
}

.statement__inner {
  position: relative;
}

.statement__in {
  width: 440px;
  margin: auto;
  padding: 284px 0 195px;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.statement__txt {
  margin-top: 50px;
  font-size: 19px;
  line-height: 2;
  letter-spacing: -0.01em;
}

.statement__btn {
  margin-top: 80px;
}

.statement__img01 {
  width: 350px;
  position: absolute;
  top: 605px;
  left: -230px;
  display: block;
}

.statement__img02 {
  width: 350px;
  position: absolute;
  top: 405px;
  right: -230px;
  display: block;
}

@media all and (max-width: 1024px) {
  .statement-copy {
    margin-left: -4%;
  }
  .statement__img01 {
    width: 30%;
    left: 0;
  }
  .statement__img02 {
    width: 30%;
    right: -80px;
  }
}

@media all and (max-width: 767px) {
  .statement {
    background-image: url(../img/top/bg_statement_sp.png);
    min-height: 1417px;
    margin: 180px 0 0;
  }
  .statement-copy {
    width: 222px;
    height: 222px;
    top: 55px;
    margin-left: 0;
  }
  .statement-copy.is-fixed {
    top: 300px;
  }
  .statement-copy__txt {
    font-size: 28px;
    padding-left: 23px;
  }
  .statement__in {
    width: 100%;
    padding: 315px 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .statement__tit {
    font-size: 30px;
  }
  .statement__txt {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
  }
  .statement__btn {
    margin: 35px auto 0;
  }
  .statement__img01 {
    width: 133px;
    top: 242px;
    left: auto;
    right: 0;
  }
  .statement__img02 {
    width: 374px;
    top: auto;
    bottom: 127px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.business {
  padding: 20px 0 0;
}

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

.business__img01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 550px;
  margin-right: -250px;
  margin-top: 110px;
}

.business__img02 {
  width: 350px;
  margin-left: -100px;
  margin-bottom: 55px;
}

.business__box {
  width: 500px;
}

.business__tit--en {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #009844;
  margin-bottom: 10px;
}

.business__txt {
  font-size: 16px;
  margin-top: 20px;
}

.business__btn {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .business {
    padding: 25px 0 0;
  }
  .business__in {
    display: block;
  }
  .business__img01 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .business__img01 img {
    width: 100%;
  }
  .business__box {
    width: 100%;
  }
  .business__btn {
    margin: 20px auto 0;
  }
}

.foods {
  padding: 80px 0 100px;
}

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

.foods__img01 {
  width: 550px;
  margin-left: -250px;
}

.foods__img02 {
  width: 350px;
  margin-left: auto;
  margin-top: 52px;
}

.foods__box {
  width: 500px;
  margin-top: 60px;
}

.foods__tit--en {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #009844;
  margin-bottom: 10px;
}

.foods__txt {
  font-size: 16px;
  margin-top: 20px;
}

.foods__btn {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .foods {
    padding: 55px 0;
  }
  .foods__in {
    display: block;
  }
  .foods__img01 {
    width: 100%;
    margin-left: 0;
  }
  .foods__img01 img {
    width: 100%;
  }
  .foods__box {
    width: 100%;
    margin-top: 20px;
  }
  .foods__btn {
    margin: 30px auto 0;
  }
}

.recruite {
  position: relative;
}

.recruite-slider-up {
  line-height: 0;
}

.recruite-slider-dowv {
  line-height: 0;
}

.recruite-slider__item {
  max-width: 284px;
}

.recruite__in {
  width: 484px;
  height: 484px;
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #FFF000;
  padding-top: 80px;
  z-index: 1;
}

.recruite__tit {
  color: #009844;
  line-height: 1.4;
  letter-spacing: 0;
}

.recruite__txt01 {
  margin-top: 30px;
  letter-spacing: 0;
}

.recruite__txt02 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.recruite__btn {
  position: absolute;
  bottom: 116px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .recruite-slider__item {
    max-width: 183px;
  }
  .recruite__in {
    width: 303px;
    height: 303px;
    top: 30px;
    padding-top: 54px;
  }
  .recruite__tit {
    line-height: 1.6;
  }
  .recruite__txt01 {
    margin-top: 5px;
  }
  .recruite__txt02 {
    font-size: 14px;
    margin-top: 3px;
  }
  .recruite__btn {
    position: static;
    margin-top: 30px;
  }
}

.news {
  padding: 75px 0 85px;
}

.news__list {
  margin-top: 30px;
}

.news__btn {
  text-align: right;
  margin-top: 35px;
}

.news__btn--link {
  font-size: 16px;
  font-weight: bold;
  padding-right: 50px;
  position: relative;
}

@media all and (min-width: 768px) {
  .news__btn--link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news__btn--link:hover {
    opacity: .7;
  }
}

.news__btn--link:before {
  content: '';
  width: 36px;
  height: 36px;
  background-color: #009844;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}

.news__btn--link:after {
  content: '';
  background-image: url(../img/common/ico_arrow02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 14px;
  height: 12px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 11px;
}

@media all and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
}

.fade-up {
  opacity: 0;
}

.fade-up.is-show {
  -webkit-animation: fade-up 0.6s linear 0.3s forwards;
          animation: fade-up 0.6s linear 0.3s forwards;
}
