@charset "UTF-8";

/* =============================================
* HOME
* ============================================= */
#mv {
   background: url("../img/index/mv-bg.jpg") no-repeat center bottom/cover;
   width: 100%;
   position: relative;
   padding: 150px 0 23.2vw;
   box-sizing: border-box;
}

#mv .box {
   display: flex;
   justify-content: space-between;
   position: relative;
}

#mv h2 {
   width: 26.6%;
   max-width: 320px;
   padding-top: 50px;
}

#mv .bnr {
   width: 33%;
   position: absolute;
   bottom: 25px;
   left: 0;
}

#mv .slider {
   width: 72%;
   max-width: 850px;
}

#mv .slider .slick-dots {
   gap: 36px;
   position: absolute;
   bottom: 0;
   right: 0;
}

#mv .feed {
   display: grid;
   grid-template-columns: 100px 1fr;
   align-items: center;
   background-color: #fff;
   border-radius: 50px;
   margin-top: 110px;
   padding: 13px 35px 13px 40px;
   line-height: 32px;
   box-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
}

#mv .feed h3 {
   max-width: 45px;
}

#mv .feed h3 img {
   display: block;
}

#mv .feed a {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   overflow: hidden;
   position: relative;
   padding-right: 50px;
}

#mv .feed a i {
   font-size: 31px;
   position: absolute;
   top: 0;
   right: 5px;
   color: #F08E1E;
   transition: all 0.3s;
}

#mv .feed a:hover i {
   transform: translateX(5px);
}

#mv .scroll-down {
   width: 14px;
   position: absolute;
   bottom: 23.2vw;
   left: 2vw;
   transition: opacity 0.3s;
   cursor: pointer;
}

#mv .scroll-down .arrow {
   margin-top: 20px;
   animation: arrowmove 1s ease-in-out infinite;
}

#mv .scroll-down:hover {
   opacity: 0.7;
}

@keyframes arrowmove {
   0% {
      transform: translateY(0);
   }

   50% {
      transform: translateY(10px);
   }

   00% {
      transform: translateY(0);
   }
}

@media screen and (max-width: 1200px) {
   #mv .feed {
      width: 85%;
      margin: 110px auto 0;
      box-sizing: border-box;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      background-image: url("../img/index/mv-bg_sp.png");
      overflow: hidden;
      padding: 35px 0 34vw;
   }

   #mv .wrap {
      padding: 0;
   }

   #mv .box {
      flex-wrap: wrap;
   }

   #mv h2 {
      width: 38%;
      max-width: inherit;
      margin-right: -9vw;
      padding: 0 0 0 9vw;
   }

   #mv .slider {
      max-width: inherit;
      margin-right: -10vw;
      padding: 9vw 0 25px;
   }

   #mv .slider .slick-dots {
      gap: 20px;
      right: auto;
      left: 30%;
   }

   #mv .bnr {
      width: 48%;
      bottom: 5px;
      left: -3.5vw;
   }

   #mv .feed {
      grid-template-columns: 60px 1fr;
      margin-top: 20px;
      line-height: 20px;
      padding: 7px 5px 7px 15px;
   }

   #mv .feed a {
      font-size: 14px;
      padding-right: 30px;
   }

   #mv .feed a i {
      font-size: 20px;
   }

   #mv .scroll-down {
      width: 10px;
      bottom: 16vw;
      left: 2vw;
   }
}

/* -- -- */
#top__message {
   padding-bottom: 140px;
}

#top__message .wrap {
   padding-top: 25px;
   z-index: 1;
}

#top__message .wrap:before {
   content: '';
   width: 248px;
   height: 177px;
   background: url("../img/index/message-deco-1.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   right: 60px;
}

#top__message .wrap:after {
   content: '';
   width: 180px;
   height: 212px;
   background: url("../img/index/message-deco-2.png") no-repeat center top/cover;
   position: absolute;
   top: 120px;
   left: 0;
}

#top__message h2 img {
   max-width: 83px;
   padding-bottom: 30px;
}

#top__message h2 .h-20 {
   display: inline-block;
   padding-top: 10px;
}

#top__message .txt {
   max-width: 795px;
   line-height: 52px;
   text-align: justify;
   margin: 0 auto;
   padding-top: 85px;
}

#top__message .button {
   padding-top: 48px;
}

#top__message figure {
   padding-top: 85px;
   position: relative;
}

#top__message figure:after {
   content: '';
   width: 202px;
   height: 198px;
   background: url("../img/index/message-deco-3.png") no-repeat center top/cover;
   position: absolute;
   top: -40px;
   left: 90px;
}

#top__message figure img {
   border-radius: 40px;
}

@media screen and (max-width: 1200px) {
   #top__message .wrap:before {
      right: 0;
   }

   #top__message .wrap:after {
      top: 0;
   }
}

@media screen and (max-width: 1023px) {
   #top__message .wrap:before {
      top: 370px;
   }

   #top__message .wrap:after {
      width: 130px;
      height: 153px;
   }

   #top__message .button {
      padding-top: 160px;
   }
}

@media screen and (max-width: 767px) {
   #top__message {
      padding-bottom: 0;
   }

   #top__message .wrap {
      padding-top: 64px;
   }

   #top__message .wrap:before {
      width: 110px;
      height: 78px;
      right: 20px;
   }

   #top__message .wrap:after {
      background-image: url("../img/index/message-deco-2_sp.png");
      width: 78px;
      height: 81px;
      left: 25px;
   }

   #top__message h2 {
      margin: 0 -10px;
   }

   #top__message h2 img {
      padding-bottom: 25px;
   }

   #top__message h2 .h-20 {
      padding-top: 8px;
   }

   #top__message .txt {
      line-height: 30px;
      padding-top: 30px;
   }

   #top__message .button {
      padding-top: 65px;
   }

   #top__message figure {
      margin: 0 -5px;
      padding-top: 55px;
   }

   #top__message figure:after {
      width: 73px;
      height: 72px;
      top: 10px;
      left: 25px;
   }
}

/* -- -- */
#top__farm {
   position: relative;
   padding-bottom: 150px;
}

#top__farm:before {
   content: '';
   width: 100%;
   padding-top: 18.5%;
   background: url("../img/index/farm-bg.png") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#top__farm .wrap {
   padding-bottom: 50px;
}

#top__farm .wrap:before {
   content: '';
   width: 124px;
   height: 173px;
   background: url("../img/index/farm-deco-1.png") no-repeat center top/cover;
   position: absolute;
   top: -80px;
   right: 40px;
}

#top__farm h2 img {
   max-width: 41px;
   padding-bottom: 20px;
}

#top__farm .txt {
   padding-top: 15px;
}

#top__farm .slider {
   width: calc(50% + 600px);
   background-color: #fff;
   border-radius: 500px 0 0 500px;
   margin-left: auto;
   padding: 125px 0 100px 190px;
   box-sizing: border-box;
   position: relative;
}

#top__farm .slider:before {
   content: '';
   width: 111px;
   height: 321px;
   background: url("../img/index/farm-deco-2.png") no-repeat center top/cover;
   position: absolute;
   bottom: -80px;
   left: 40px;
}

#top__farm .swiper-slide {
   width: 321px;
   padding-top: 10px;
   margin-right: 40px;
}

#top__farm .swiper-slide h3 {
   position: absolute;
   top: 0;
   left: 10px;
   z-index: 1;
}

#top__farm .swiper-slide .button {
   margin: -29px auto 0;
}

#top__farm .swiper-slide .button a {
   max-width: 204px;
   height: 58px;
   font-size: 16px;
}

#top__farm .swiper-slide .button a:before {
   top: 6px;
   right: 6px;
   bottom: 6px;
   left: 6px;
}

#top__farm .swiper-slide .button a:after {
   font-size: 21px;
   right: 18px;
}

#top__farm .swiper-scrollbar {
   background: #EBEBEB;
   width: 365px;
   height: 5px;
   border-radius: 5px;
   position: static;
   margin-top: 35px;
}

#top__farm .swiper-scrollbar-drag {
   background: #F08E1E;
   border-radius: 5px;
   cursor: pointer;
}

#top__farm .swiper-button-prev,
#top__farm .swiper-button-next {
   display: none;
}

@media screen and (max-width: 1440px) {
   #top__farm .slider {
      width: calc(50% + 570px);
   }
}

@media screen and (max-width: 1200px) {
   #top__farm .slider {
      width: calc(50% + 480px);
   }
}

@media screen and (max-width: 1023px) {
   #top__farm .slider {
      width: calc(50% + 360px);
   }
}

@media screen and (max-width: 767px) {
   #top__farm {
      padding: 10px 0 200px;
   }

   #top__farm .wrap {
      padding-top: 100px;
      padding-bottom: 40px;
   }

   #top__farm .wrap:before {
      width: 72px;
      height: 100px;
      top: 0;
      right: 20px;
   }

   #top__farm h2 img {
      padding-bottom: 15px;
   }

   #top__farm .txt {
      padding-top: 15px;
   }

   #top__farm .slider {
      width: 100%;
      border-radius: 0;
      padding: 45px 0 65px;
   }

   #top__farm .slider:before {
      width: 65px;
      height: 189px;
      top: calc(100% - 35px);
      left: 50%;
      transform: translateX(-50%);
   }

   #top__farm .swiper {
      padding: 0 10vw 0 15vw;
   }

   #top__farm .swiper-slide {
      width: 75vw;
      margin-right: 25vw;
   }

   #top__farm .swiper-slide .button {
      text-align: center;
      margin-top: -25px;
   }

   #top__farm .swiper-slide .button a {
      max-width: 240px;
      height: 68px;
   }

   #top__farm .swiper-button-prev,
   #top__farm .swiper-button-next {
      display: block;
      top: 35vw;
      margin-top: 0;
   }

   #top__farm .swiper-button-prev {
      left: 20px;
   }

   #top__farm .swiper-button-next {
      right: 20px;
   }

   #top__farm .swiper-scrollbar {
      width: 61.8vw;
      margin: 35px auto 0;
   }
}

/* -- -- */
#top__recruit {
   display: grid;
   grid-template-columns: 56.25% 1fr;
   position: relative;
}

#top__recruit figure {
   background-color: #F7F3EF;
}

#top__recruit figure img {
   border-radius: 80px 0 0 0;
}

#top__recruit .col {
   display: flex;
   flex-direction: column;
   justify-content: center;
   min-height: 570px;
   position: relative;
   border-radius: 0 80px 0 0;
}

#top__recruit .col:before {
   content: '';
   width: 437px;
   height: 100%;
   background: url("../img/index/recrui-bg.png") no-repeat center left/cover;
   position: absolute;
   top: 0;
   right: 100%;
}

#top__recruit h2 {
   max-width: 480px;
   position: relative;
}

#top__recruit h2:after {
   content: '';
   width: 127px;
   height: 109px;
   background: url("../img/index/recruit-deco.png") no-repeat center top/cover;
   position: absolute;
   top: -35px;
   right: 0;
}

#top__recruit h2 img {
   max-width: 65px;
   padding-bottom: 15px;
}

#top__recruit h3 {
   padding-top: 40px;
}

#top__recruit .txt {
   padding-top: 10px;
}

#top__recruit .button {
   padding-top: 70px;
}

@media screen and (max-width: 1200px) {
   #top__recruit {
      display: grid;
      grid-template-columns: 1fr 490px;
   }
}

@media screen and (max-width: 1023px) {
   #top__recruit {
      grid-template-columns: 1fr;
   }

   #top__recruit figure img {
      border-radius: 80px 80px 0 0;
   }

   #top__recruit .col {
      border-radius: 80px 80px 0 0;
      margin-top: -80px;
      padding: 0 50px;
   }

   #top__recruit .col:before {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   #top__recruit figure img {
      border-radius: 40px 40px 0 0;
   }

   #top__recruit .col {
      display: block;
      min-height: inherit;
      border-radius: 40px 40px 0 0;
      margin-top: -40px;
      padding: 70px 20px 85px;
   }

   #top__recruit h2:after {
      width: 111px;
      height: 96px;
   }

   #top__recruit h3 {
      padding-top: 38px;
   }

   #top__recruit .txt {
      padding-top: 10px;
   }

   #top__recruit .button {
      padding-top: 40px;
   }
}

/*=============================================*
* 会社案内
*=============================================*/
#message {
   padding: 80px 0 230px;
}

#message h2 img {
   max-width: 83px;
   padding-bottom: 25px;
}

#message .txt {
   line-height: 40px;
   padding-top: 85px;
}

#message .name {
   background: url("../img/company/message-deco.png") no-repeat center top/170px auto;
   margin-top: 55px;
   padding: 40px 0 55px;
}

#message .name figure {
   max-width: 222px;
   margin: 0 auto;
}

#message .name .text {
   letter-spacing: 0.1em;
   padding-top: 24px;
}

#message .name .text small {
   display: inline-block;
   font-size: 16px;
   letter-spacing: 0.05em;
   line-height: 24px;
   padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
   #message {
      padding: 40px 0 80px;
   }

   #message .txt {
      line-height: 30px;
      text-align: justify;
      padding-top: 30px;
   }

   #message .name {
      margin-top: 30px;
   }
}

/* -- -- */
#outline {
   margin-top: 8.3%;
   padding: 40px 0 15.6%;
   position: relative;
}

#outline:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/company/outline-bg.png") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#outline .wrap:before {
   content: '';
   width: 202px;
   height: 198px;
   background: url("../img/company/outline-deco-1.png") no-repeat center top/cover;
   position: absolute;
   bottom: 125%;
   left: 0;
}

#outline .wrap:after {
   content: '';
   width: 125px;
   height: 76px;
   background: url("../img/company/outline-deco-2.png") no-repeat center top/cover;
   position: absolute;
   bottom: 130%;
   right: 0;
}

#outline h2 img {
   max-width: 68px;
   padding-bottom: 14px;
}

#outline .box {
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   gap: 20px;
   position: relative;
   margin-top: -35px;
}

#outline figure {
   width: 210px;
   position: absolute;
   top: -40px;
   left: 230px;
}

#outline .txt-info {
   width: 440px;
   line-height: 40px;
}

#outline .txt-info dl {
   display: grid;
   grid-template-columns: 230px 1fr;
}

#outline .gmap {
   width: calc(100% - 460px);
   max-width: 664px;
   height: 418px;
   border-radius: 40px;
   overflow: hidden;
}

#outline .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 1440px) {
   #outline .wrap:before {
      bottom: 115%;
   }

   #outline .wrap:after {
      bottom: 120%;
   }
}

@media screen and (max-width: 1023px) {
   #outline .wrap:before {
      bottom: 105%;
   }

   #outline .wrap:after {
      bottom: 105%;
   }

   #outline .box {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 20px;
   }

   #outline figure {
      top: -100px;
   }

   #outline .gmap {
      width: 100%;
      max-width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #outline {
      padding-bottom: 25vw;
   }

   #outline .wrap:before {
      width: 101px;
      height: 98px;
      left: 20px;
   }

   #outline .wrap:after {
      width: 80px;
      height: 47px;
      right: 20px;
   }

   #outline h2 {
      text-align: center;
   }

   #outline .box figure {
      width: 100%;
      position: static;
   }

   #outline .txt-info {
      width: 100%;
   }

   #outline .txt-info dl {
      grid-template-columns: 100px 1fr;
   }

   #outline .gmap {
      height: 300px;
   }
}

/* -- -- */
#history {
   position: relative;
   padding-bottom: 140px;
}

#history:before {
   content: '';
   width: 100%;
   padding-top: 9.5%;
   background: url("../img/company/history-bg.png") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#history h2 {
   padding-bottom: 40px;
}

#history h2 img {
   max-width: 65px;
   padding-bottom: 10px;
}

#history .box {
   background-color: #fff;
   padding: 70px 65px;
}

#history .box .in {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   height: 340px;
   overflow-y: auto;
   padding-right: 20px;
}

#history .box .in::-webkit-scrollbar {
   width: 5px;
   height: 5px;
}

#history .box .in::-webkit-scrollbar-track {
   background: #EBEBEB;
   border-radius: 5px;
}

#history .box .in::-webkit-scrollbar-thumb {
   background: #F08E1E;
   border-radius: 5px;
}

#history .box dl {
   display: grid;
   grid-template-columns: 100px 1fr;
}

#history .box dl+dl {
   padding-top: 30px;
}

#history .box dl dt {
   font-weight: 700;
   color: #F08E1E;
}

#history .box .photo {
   width: 177px;
}

#history .box .photo figure:not(:last-child) {
   padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
   #history .box {
      padding: 50px 30px;
   }
}

@media screen and (max-width: 767px) {
   #history {
      padding: 20px 0 80px;
   }

   #history h2 {
      padding-bottom: 30px;
   }

   #history .box {
      padding: 30px 20px;
   }

   #history .box .in {
      flex-direction: column;
      height: auto;
      overflow-y: visible;
      padding-right: 0;
   }

   #history .box dl {
      grid-template-columns: 70px 1fr;
   }

   #history .box dl+dl {
      padding-top: 15px;
   }

   #history .box .photo {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      width: 100%;
   }

   #history .box .photo figure:not(:last-child) {
      padding-bottom: 0;
   }
}

/*=============================================*
* 農場紹介
*=============================================*/
#farm-introduction {
   padding: 80px 0 115px;
}

#farm-introduction h2 img {
   max-width: 170px;
   padding-bottom: 25px;
}

#farm-introduction .txt {
   line-height: 40px;
   padding-top: 85px;
}

@media screen and (max-width: 767px) {
   #farm-introduction {
      padding: 50px 0;
   }

   #farm-introduction h2 img {
      max-width: 170px;
      padding-bottom: 15px;
   }

   #farm-introduction .txt {
      line-height: 30px;
      padding-top: 30px;
   }
}

/* -- -- */
#farm-list {
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100% auto;
   padding: 100px 0 160px;
   position: relative;
}

#farm-list:before {
   content: '';
   width: 100%;
   background-color: #F7F3EF;
   position: absolute;
   top: 18.5vw;
   bottom: 0;
   left: 0;
}

#farm-list .nav {
   width: calc(50% - 600px);
   min-width: 150px;
   position: absolute;
   top: 235px;
   bottom: 0;
   left: 0;
   z-index: 1;
}

#farm-list .nav a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 31px;
   background-color: #A2A2A2;
   color: #fff;
   border-radius: 30px;
   text-align: center;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
}

#farm-list .nav a:hover,
#farm-list .nav a.current {
   background-color: #F08E1E;
   opacity: 1;
}

#farm-list .nav ul {
   max-width: 130px;
   position: sticky;
   top: 120px;
   margin: 0 auto;
}

#farm-list .nav ul li:not(:last-child) {
   padding-bottom: 10px;
}

#farm-list .wrap:before {
   content: '';
   width: 90px;
   height: 261px;
   background: url("../img/index/farm-deco-2.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   right: 135px;
}

#farm-list .block {
   position: relative;
}

#farm-list .block:not(:last-child) {
   padding-bottom: 190px;
}

#farm-list .block .deco-left {
   width: 202px;
   position: absolute;
   top: -105px;
   left: 85px;
}

#farm-list .block .deco-right {
   width: 202px;
   position: absolute;
   top: -105px;
   right: 85px;
}

#farm-list .block figure {
   max-width: 393px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

#farm-list .block .box {
   display: grid;
   grid-template-columns: 1fr 425px;
   gap: 20px;
   background-color: #fff;
   margin-top: -50px;
   padding: 60px 60px;
}

#farm-list .block h3 {
   background: url("../img/common/dot-active.png") no-repeat center left/20px auto;
   margin-bottom: 35px;
   padding-left: 30px;
}

#farm-list .block dl {
   display: grid;
   grid-template-columns: 100px 1fr;
   align-items: flex-start;
   gap: 20px;
   max-width: 455px;
   line-height: 32px;
}

#farm-list .block dl:not(:last-child) {
   padding-bottom: 20px;
   border-bottom: 3px dotted #DBCFC3;
}

#farm-list .block dl+dl {
   padding-top: 20px;
}

#farm-list .block dl dt {
   background-color: #F7F3EF;
   border-radius: 30px;
   text-align: center;
}

#farm-list .block .gmap {
   width: 100%;
   height: 281px;
   overflow: hidden;
}

#farm-list .block .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 1200px) {
   #farm-list .block .box {
      padding: 60px 30px;
   }
}

@media screen and (max-width: 1023px) {
   #farm-list .wrap:before {
      right: 0;
   }

   #farm-list .block .deco-left {
      left: 0;
   }

   #farm-list .block .deco-right {
      right: 0;
   }

   #farm-list .block .box {
      grid-template-columns: 1fr;
      gap: 30px;
   }

   #farm-list .block dl {
      max-width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #farm-list {
      padding: 50px 0 80px;
   }

   #farm-list .wrap:before {
      width: 50px;
      height: 146px;
      top: -30px;
      right: 20px;
   }

   #farm-list .nav {
      width: 100%;
      max-width: 100%;
      position: static;
      padding: 20px 20px 40px;
      box-sizing: border-box;
   }

   #farm-list .nav ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 10px;
      max-width: 100%;
   }

   #farm-list .block:not(:last-child) {
      padding-bottom: 50px;
   }

   #farm-list .block .deco-left {
      width: 80px;
      top: -20px;
   }

   #farm-list .block .deco-right {
      width: 80px;
      top: -20px;
   }

   #farm-list .block figure {
      width: 70%;
   }

   #farm-list .block .box {
      margin-top: -30px;
      padding: 40px 20px 20px;
   }

   #farm-list .block h3 {
      margin-bottom: 20px;
   }

   #farm-list .block dl {
      grid-template-columns: 80px 1fr;
      gap: 10px;
   }
}

/*=============================================*
* パルエッグのこだわり
*=============================================*/
.page-id-54 #kv {
   background-color: #FED832;
}

/* -- -- */
#commitment__lead {
   padding: 135px 0 10px;
}

#commitment__lead h2 img {
   max-width: 585px;
   padding-bottom: 75px;
}

#commitment__lead .txt {
   line-height: 40px;
   padding-top: 45px;
}

@media screen and (max-width: 767px) {
   #commitment__lead {
      padding: 0px 0 0;
   }

   #commitment__lead h2 {
      font-size: 25px;
   }

   #commitment__lead h2 img {
      max-width: 100%;
      padding-bottom: 30px;
   }

   #commitment__lead .txt {
      line-height: 30px;
      padding-top: 20px;
   }
}

/* -- -- */
#safety {
   background: #FED832 url("../img/commitment/safety-bg-img.png") no-repeat center top/cover;
   color: #fff;
   padding: 560px 0 485px;
}

#safety h2 img {
   max-width: 237px;
   padding-bottom: 25px;
}

#safety .txt {
   line-height: 40px;
   padding-top: 45px;
}

@media screen and (max-width: 767px) {
   #safety {
      padding: 40vw 0;
   }

   #safety h2 img {
      max-width: 237px;
      padding-bottom: 15px;
   }

   #safety .txt {
      line-height: 30px;
      padding-top: 20px;
   }
}

/* -- -- */
#delicious-affordabel {
   background: url("../img/commitment/delicious-affordabel-bg-img.png") no-repeat center top/cover;
   margin-top: -175px;
   padding: 345px 0 925px;
}

#delicious-affordabel h2 img {
   max-width: 875px;
   padding-bottom: 25px;
}

#delicious-affordabel .txt {
   line-height: 40px;
   padding-top: 60px;
}

@media screen and (max-width: 1023px) {
   #delicious-affordabel h2 img {
      max-width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #delicious-affordabel {
      margin-top: -20vw;
      padding: 20vw 0 40vw;
   }

   #delicious-affordabel .txt {
      line-height: 30px;
      padding-top: 30px;
   }
}

/* -- -- */
#our-vision {
   background: url("../img/commitment/future-bg-img.png") no-repeat center top/cover;
   color: #fff;
   margin-top: -430px;
   padding: 435px 0 360px;
}

#our-vision h2 img {
   max-width: 730px;
   padding-bottom: 85px;
}

#our-vision .txt {
   line-height: 40px;
   padding-top: 45px;
}

@media screen and (max-width: 767px) {
   #our-vision {
      margin-top: -20vw;
      padding: 30vw 0 80px;
   }

   #our-vision h2 img {
      max-width: 100%;
      padding-bottom: 15px;
   }

   #our-vision .txt {
      line-height: 30px;
      padding-top: 20px;
   }
}

/*=============================================*
* お問い合わせ
*=============================================*/
#contact__tel {
   padding-bottom: 100px;
}

#contact__tel h2 img {
   max-width: 81px;
   padding-bottom: 28px;
}

#contact__tel .tel {
   max-width: 390px;
   margin: 0 auto;
   padding-top: 30px;
}

#contact__tel time {
   display: block;
   font-weight: 700;
   line-height: 24px;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   #contact__tel {
      padding-bottom: 50px;
   }

   #contact__tel h2 img {
      padding-bottom: 15px;
   }
}

/* -- -- */
#contact__form {
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100% auto;
   position: relative;
   padding: calc(9vw + 100px) 0 245px;
}

#contact__form:before {
   content: '';
   width: 100%;
   background-color: #F7F3EF;
   position: absolute;
   top: 9vw;
   bottom: 0;
   left: 0;
}

@media screen and (max-width: 767px) {
   #contact__form {
      padding: calc(9vw + 50px) 0 80px;
   }
}

/*=============================================*
* 採用情報
*=============================================*/
#recruit__lead {
   padding: 80px 0 60px;
}

#recruit__lead h2 img {
   max-width: 140px;
   padding-bottom: 25px;
}

#recruit__lead h3 {
   padding-top: 12px;
}

#recruit__lead .txt {
   line-height: 40px;
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #recruit__lead {
      padding: 30px 0 50px;
   }
}

/* -- -- */
#recruit__sec1 {
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100% auto;
   position: relative;
   padding: 30px 0 170px;
}

#recruit__sec1:before {
   content: '';
   width: 100%;
   background-color: #FED832;
   position: absolute;
   top: 18.5vw;
   bottom: 0;
   left: 0;
}

#recruit__sec1 .deco {
   width: 152px;
   margin: 0 auto;
}

#recruit__sec1 .box-1 {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 75px;
   padding: 80px 0 110px;
}

#recruit__sec1 .box-1 h3 {
   max-width: 160px;
   text-align: center;
   line-height: 30px;
   margin: 0 auto;
   padding: 92px 0 23px;
   position: relative;
   z-index: 1;
}

#recruit__sec1 .box-1 h3 img {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

#recruit__sec1 .box-1 ul {
   padding-top: 40px;
}

#recruit__sec1 .box-1 ul li {
   text-indent: -16px;
   padding-left: 16px;
}

#recruit__sec1 .box-2 {
   background-color: #fff;
   padding: 45px 60px 80px;
}

#recruit__sec1 .box-2 h3 {
   background: url("../img/common/dot-active.png") no-repeat center top/20px auto;
   color: #4D4D4D;
   padding-top: 35px;
}

#recruit__sec1 .box-2 .in {
   display: grid;
   grid-template-columns: 1fr 395px;
   gap: 30px;
   align-items: flex-end;
}

#recruit__sec1 .box-2 dl {
   display: grid;
   grid-template-columns: 150px 1fr;
   gap: 0px;
   line-height: 43px;
}

#recruit__sec1 .box-2 dl dt {
   color: #F08E1E;
}

#recruit__sec1 .box-2 dl dd {
   padding-left: 90px;
   border-left: 1px solid #F08E1E;
}

@media screen and (max-width: 1440px) {
   #recruit__sec1 .box-1 {
      gap: 30px;
   }
}

@media screen and (max-width: 1200px) {
   #recruit__sec1 .box-2 .in {
      grid-template-columns: 1fr 280px;
      align-items: flex-start;
      padding-top: 30px;
   }

   #recruit__sec1 .box-2 dl {
      grid-template-columns: 120px 1fr;
   }

   #recruit__sec1 .box-2 dl dd {
      padding-left: 30px;
   }
}

@media screen and (max-width: 1023px) {
   #recruit__sec1 .box-2 .in {
      grid-template-columns: 1fr;
   }
}

@media screen and (max-width: 767px) {
   #recruit__sec1 {
      padding-bottom: 90px;
   }

   #recruit__sec1 .deco {
      width: 100px;
   }

   #recruit__sec1 .box-1 {
      grid-template-columns: 1fr;
      padding: 40px 0;
   }

   #recruit__sec1 .box-1 ul {
      padding-top: 15px;
   }

   #recruit__sec1 .box-2 {
      padding: 30px 20px;
   }

   #recruit__sec1 .box-2 dl {
      grid-template-columns: 100px 1fr;
      line-height: 25px;
   }

   #recruit__sec1 .box-2 dl:not(:last-child) dt,
   #recruit__sec1 .box-2 dl:not(:last-child) dd {
      padding-bottom: 15px;
   }

   #recruit__sec1 .box-2 dl dd {
      padding-left: 10px;
   }
}

/* -- -- */
#recruit__sec2 {
   background-repeat: no-repeat;
   background-position: center top;
   background-size: cover;
   position: relative;
   margin-top: -40px;
   padding: 190px 0 210px;
   border-radius: 40px 40px 0 0;
}

#recruit__sec2 .photo {
   max-width: 460px;
   margin: 0 auto;
   padding-top: 50px;
}

#recruit__sec2 .list {
   display: flex;
   margin-top: -56px;
}

#recruit__sec2 .list li:nth-child(1) {
   width: 282px;
   padding-top: 12px;
}

#recruit__sec2 .list li:nth-child(2) {
   width: 281px;
   padding-top: 144px;
   margin-left: -52px;
}

#recruit__sec2 .list li:nth-child(3) {
   width: 278px;
   padding-top: 80px;
   margin-left: -35px;
}

#recruit__sec2 .list li:nth-child(4) {
   width: 278px;
   padding-top: 142px;
   margin-left: -60px;
}

#recruit__sec2 .list li:nth-child(5) {
   width: 281px;
   margin-left: -54px;
}

#recruit__sec2 .box {
   display: grid;
   grid-template-columns: 528px 1fr;
   align-items: center;
   gap: 30px;
   padding-top: 100px;
   color: #fff;
}

#recruit__sec2 .box .col {
   width: 530px;
   margin-left: auto;
}

#recruit__sec2 .box h3 {
   line-height: 52px;
}

#recruit__sec2 .box .txt {
   padding-top: 55px;
}

@media screen and (max-width: 1200px) {
   #recruit__sec2 .box {
      grid-template-columns: 1fr 530px;
   }
}

@media screen and (max-width: 1023px) {
   #recruit__sec2 .box {
      grid-template-columns: 1fr;
   }

   #recruit__sec2 .box .col {
      width: auto;
      margin-left: 0;
   }

   #recruit__sec2 .box .txt {
      padding-top: 30px;
   }
}

@media screen and (max-width: 767px) {
   #recruit__sec2 {
      padding: 50px 0 90px;
   }

   #recruit__sec2 .photo {
      padding-top: 20px;
   }

   #recruit__sec2 .list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px 6%;
      margin-top: 0;
   }

   #recruit__sec2 .list li:nth-child(1) {
      width: 47%;
      padding-top: 0;
   }

   #recruit__sec2 .list li:nth-child(2) {
      width: 47%;
      padding-top: 0;
      margin-left: 0;
   }

   #recruit__sec2 .list li:nth-child(3) {
      width: 47%;
      padding-top: 0;
      margin-left: 0;
   }

   #recruit__sec2 .list li:nth-child(4) {
      width: 47%;
      padding-top: 0;
      margin-left: 0;
   }

   #recruit__sec2 .list li:nth-child(5) {
      width: 47%;
      margin-left: 0;
   }

   #recruit__sec2 .box {
      padding-top: 50px;
   }

   #recruit__sec2 .box .txt {
      padding-top: 20px;
   }
}

/* -- -- */
#recruit__form {
   background-repeat: no-repeat;
   background-position: center top;
   background-size: 100% auto;
   position: relative;
   padding: 110px 0 330px;
}

#recruit__form:before {
   content: '';
   width: 100%;
   background-color: #F7F3EF;
   position: absolute;
   top: 18vw;
   bottom: 0;
   left: 0;
}

#recruit__form h2 {
   padding: 128px 0 48px;
}

#recruit__form h3 {
   max-width: 460px;
   margin: 0 auto -65px;
}

#recruit__form .form-wrap {
   position: relative;
   z-index: 1;
}

@media screen and (max-width: 767px) {
   #recruit__form {
      padding: 50px 0 80px;
   }

   #recruit__form h2 {
      padding: 50px 0 20px;
   }
}

/* -- -- */
#faq {
   background-color: #fff;
   margin-top: -40px;
   padding: 210px 0 110px;
   position: relative;
   border-radius: 40px 40px 0 0;
}

#faq h2 img {
   max-width: 38px;
   padding-bottom: 20px;
}

#faq .box-qa {
   padding-top: 100px;
}

#faq .box-qa dl {
   background-color: #FED832;
   border-radius: 30px;
}

#faq .box-qa dl+dl {
   margin-top: 40px;
}

#faq .box-qa dl dt {
   display: grid;
   grid-template-columns: 30px 1fr 31px;
   align-items: center;
   gap: 20px;
   padding: 13px 20px;
   position: relative;
   cursor: pointer;
}

#faq .box-qa dl dt:before {
   content: 'Q1';
}

#faq .box-qa dl dt i {
   color: #F08D1D;
   font-size: 31px;
   transition: all 0.3s;
}

#faq .box-qa dl dd {
   display: none;
   min-height: 30px;
   position: relative;
   padding: 6px 20px 20px 70px;
}

#faq .box-qa dl dd:before {
   content: 'A';
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
   position: absolute;
   top: 0;
   left: 20px;
}

#faq .box-qa dl.active dt i {
   transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
   #faq {
      padding: 50px 0;
   }

   #faq .box-qa {
      padding-top: 30px;
   }

   #faq .box-qa dl+dl {
      margin-top: 20px;
   }

   #faq .box-qa dl dt {
      grid-template-columns: 25px 1fr 21px;
      gap: 10px;
      font-size: 18px;
      padding: 10px 15px;
   }

   #faq .box-qa dl dt i {
      font-size: 21px;
   }

   #faq .box-qa dl dd {
      padding: 3px 15px 20px 50px;
   }

   #faq .box-qa dl dd:before {
      font-size: 18px;
   }
}

/*=============================================*
* 個人情報保護方針
*=============================================*/
#privacy {
   padding: 170px 0 230px;
}

#privacy p+p {
   padding-top: 30px;
}

#privacy p:last-child {
   padding-top: 100px;
}

@media screen and (max-width: 767px) {
   #privacy {
      padding: 40px 0 80px;
   }

   #privacy p+p {
      padding-top: 20px;
   }

   #privacy p:last-child {
      padding-top: 50px;
   }
}

/*=============================================*
* Post type
*=============================================*/
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 25px;
   position: relative;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 21px;
   height: 21px;
   font-weight: 700;
   box-sizing: border-box;
   border-radius: 4px;
   line-height: 21px;
}

.wp-pagenavi a:hover {
   background-color: #F08E1E;
   color: #fff;
   opacity: 1;
}

.wp-pagenavi .current {
   pointer-events: none;
   background-color: #F08E1E;
   color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
   color: #F08E1E;
   font-size: 21px;
   position: relative;
   text-align: center;
}

.wp-pagenavi .previouspostslink {
   margin-right: 65px;
}

.wp-pagenavi .nextpostslink {
   margin-left: 65px;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
   background-color: transparent;
   color: #3B4043;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      gap: 10px;
   }

   .wp-pagenavi .previouspostslink {
      margin-right: 10px;
   }

   .wp-pagenavi .nextpostslink {
      margin-left: 10px;
   }
}

/* -- -- */
.sidebar h3 {
   max-width: 87px;
   margin: 0 auto;
}

.sidebar ul {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px 30px;
   padding-top: 48px;
}

.sidebar ul a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   min-width: 153px;
   background-color: #F7F3EF;
   color: #F08E1E;
   font-weight: 700;
   border-radius: 10px;
   padding: 11px 10px;
}

.sidebar ul a:before {
   content: '';
   width: 20px;
   height: 24px;
   background: url("../img/common/dot-active.png") no-repeat center top/cover;
   transition: all 0.3s;
}

.sidebar ul a:hover,
.sidebar ul a.current {
   background-color: #F08E1E;
   color: #fff;
   opacity: 1;
}

.sidebar ul a:hover:before,
.sidebar ul a.current:before {
   background-image: url("../img/common/dot-white.png");
}

@media screen and (max-width: 767px) {
   .sidebar ul {
      gap: 10px;
      padding-top: 10px;
   }

   .sidebar ul a {
      min-width: 120px;
   }
}

/* -- -- */
.article__list .item:not(:last-child) {
   margin-bottom: 48px;
}

.article__list .item a {
   display: grid;
   grid-template-columns: 347px 1fr;
   align-items: center;
   gap: 30px 100px;
   padding: 30px 40px;
   background-color: #F7F3EF;
}

.article__list .text {
   color: #4D4D4D;
   line-height: 24px;
}

.article__list time {
   display: block;
   font-weight: 700;
   padding-top: 35px;
}

.article__list .cat {
   background: url("../img/common/dot-active.png") no-repeat center left/20px auto;
   font-weight: 700;
   padding-left: 30px;
}

.article__list .ttl {
   font-weight: 700;
   font-size: 23px;
   line-height: 34px;
   padding-top: 3px;
}

.article__list .ttl span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

.article__list .txt {
   display: inline-block;
   margin-top: 8px;
   padding-right: 65px;
   position: relative;
}

.article__list .txt i {
   font-size: 21px;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translate(0, -50%);
   color: #F08E1E;
   transition: all 0.3s;
}

.article__list .txt span {
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
}

.article__list figure {
   width: 100%;
   padding-top: 71.7%;
   position: relative;
   overflow: hidden;
}

.article__list figure img {
   position: absolute;
   top: 0;
   left: 0;
}

.article__list a:hover .txt i {
   transform: translate(10px, -50%);
}

@media screen and (max-width: 767px) {
   .article__list .item a {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 20px 20px 30px;
   }

   .article__list time {
      padding-top: 15px;
   }

   .article__list .ttl {
      font-size: 18px;
      line-height: 30px;
   }
}

/* -- -- */
.cpt-template {
   position: relative;
   padding: 80px 0 300px;
}

.cpt-template .article__list {
   padding-top: 190px;
}

.cpt-template .wp-pagenavi {
   padding-top: 220px;
}

@media screen and (max-width: 767px) {
   .cpt-template {
      padding: 50px 0 90px;
   }

   .cpt-template .article__list {
      padding-top: 40px;
   }

   .cpt-template .wp-pagenavi {
      padding-top: 40px;
   }
}

/* -- -- */
#cpt-detail .cate,
#cpt-detail time {
   display: inline-flex;
   vertical-align: middle;
   font-weight: 700;
   line-height: 24px;
   gap: 10px;
}

#cpt-detail time {
   padding-right: 10px;
}

#cpt-detail .cate a {
   display: inline-block;
   vertical-align: middle;
   background-color: #F7F3EF;
   color: #F08E1E;
   border-radius: 4px;
   padding: 5px 10px;
}

#cpt-detail .cate a:hover {
   background-color: #F08E1E;
   color: #fff;
   opacity: 1;
}

#cpt-detail .the_title {
   padding: 50px 0 15px;
}

#cpt-detail .thumbnail {
   padding-top: 50px;
}

#cpt-detail .the_content {
   padding-top: 50px;
}

#cpt-detail .the_content h2 {
   background-color: #F7F3EF;
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
   letter-spacing: 0;
   margin: 50px 0 30px;
   padding: 17px 20px;
   border-left: 5px solid #F08E1E;
}

#cpt-detail .the_content h3 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0;
   border-bottom: 2px solid #F08E1E;
   margin: 50px 0 30px;
   padding: 0 0 10px;
}

#cpt-detail .the_content h4 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0;
   border-left: 5px solid #F08E1E;
   margin: 50px 0 30px;
   padding: 0 0 0 15px;
}

#cpt-detail .the_content h2:first-child,
#cpt-detail .the_content h3:first-child,
#cpt-detail .the_content h4:first-child {
   margin-top: 0;
}

#cpt-detail .the_content h2+h3,
#cpt-detail .the_content h2+h4,
#cpt-detail .the_content h2+h5,
#cpt-detail .the_content h3+h4,
#cpt-detail .the_content h3+h5,
#cpt-detail .the_content h4+h5 {
   margin-top: 0;
}

#cpt-detail .the_content ul {
   list-style: disc;
   padding-left: 30px;
}

#cpt-detail .the_content ol {
   list-style: decimal;
   padding-left: 30px;
}

#cpt-detail .the_content a {
   text-decoration: underline;
}

#cpt-detail .the_content a:hover {
   text-decoration: none;
}

#cpt-detail .the_content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 20px;
}

#cpt-detail .the_content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

#cpt-detail .the_content p img.alignright {
   display: block;
   margin-left: auto;
}

#cpt-detail .the_content p img:last-child {
   margin-right: 0;
}

#cpt-detail .the_content pre {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: flex-start;
   gap: 20px 66px;
}

#cpt-detail .post-bottom {
   width: 100%;
   order: 3;
}

#cpt-detail .post-nav {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
   gap: 20px;
   padding-top: 60px;
}

#cpt-detail .post-nav a {
   display: block;
   position: relative;
   padding-top: 10px;
   padding-bottom: 10px;
}

#cpt-detail .post-nav .cat {
   display: inline-block;
   background-color: #F08E1E;
   color: #fff;
   padding: 0 10px;
}

#cpt-detail .post-nav .ttl {
   display: block;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   overflow: hidden;
   margin-top: 5px;
}

#cpt-detail .post-nav i {
   font-size: 35px;
   color: #aaa;
   position: absolute;
   top: 45%;
   transform: translateY(-50%);
}

#cpt-detail .post-nav .prev a {
   padding-left: 40px;
}

#cpt-detail .post-nav .prev a i {
   left: 0;
}

#cpt-detail .post-nav .next a {
   text-align: right;
   padding-right: 40px;
}

#cpt-detail .post-nav .next a i {
   right: 0;
}

#cpt-detail hr {
   border-top: 1px solid;
   margin-top: 50px;
}

#cpt-detail .button {
   padding-top: 50px;
}

@media screen and (max-width: 1023px) {
   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #cpt-detail time {
      display: block;
      padding-bottom: 10px;
   }

   #cpt-detail .the_content {
      padding-top: 30px;
   }

   #cpt-detail .the_content h2 {
      font-size: 22px;
   }

   #cpt-detail .the_content h3 {
      font-size: 20px;
   }

   #cpt-detail .the_content h4 {
      font-size: 18px;
   }

   #cpt-detail .the_content ul,
   #cpt-detail .the_content ol {
      padding-left: 15px;
   }

   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img.alignright {
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto !important;
   }

   #cpt-detail .the_content pre {
      grid-template-columns: 1fr;
   }

   #cpt-detail .button {
      padding-top: 40px;
   }

   #cpt-detail .post-nav {
      padding-top: 40px;
   }
}