@charset "UTF-8";
:root {
  --headerHeight: 120px;
  --paddingSection: 120px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 80px;
    --paddingSection: 80px;
  }
}

/*========== トップページ ==========*/
/*==========
メインビジュアル
==========*/
#mv {
  margin-top: var(--headerHeight);
  position: relative;
  z-index: 1;
  width: 100%;
}
#mv video {
  width: 100%;
}
#mv .pc_movie {
  display: block;
}
#mv .sp_movie {
  display: none;
}
#mv .scroll_area {
  width: 80px;
  height: 80px;
  color: #01804f;
  border: 2px solid #01804f;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  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;
  letter-spacing: 0.1em;
  padding-bottom: 0.325em;
  -webkit-animation: scroll_circle 4s infinite;
          animation: scroll_circle 4s infinite;
}
#mv .scroll_area::after {
  content: "";
  background: center/contain url("../img/index/icon_scroll.svg") no-repeat;
  width: 27%;
  height: 6.75%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll_icon 0.5s infinite alternate;
          animation: scroll_icon 0.5s infinite alternate;
}
@-webkit-keyframes scroll_icon {
  0% {
    opacity: 0;
    margin-top: 10%;
  }
  100% {
    opacity: 1;
    margin-top: 0%;
  }
}
@keyframes scroll_icon {
  0% {
    opacity: 0;
    margin-top: 10%;
  }
  100% {
    opacity: 1;
    margin-top: 0%;
  }
}
@-webkit-keyframes scroll_circle {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes scroll_circle {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@media screen and (max-width: 959px) {
  #mv .scroll_area {
    width: 56px;
    height: 56px;
    font-size: 0.75rem;
    bottom: 12%;
  }
}
@media screen and (max-width: 449px) {
  #mv .pc_movie {
    display: none;
  }
  #mv .sp_movie {
    display: block;
  }
}

/*==========
index_whats
==========*/
#index_whats .title_area_01.deco_panel::after {
  top: calc(var(--paddingSection) * -2);
  right: calc(50% - 115vw);
}
#index_whats .intro_area .text {
  line-height: 2;
  letter-spacing: 0.111em;
}
#index_whats .title_area_02 .img_area .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  max-height: 260px;
  overflow: hidden;
}
#index_whats .title_area_02 .img_area .flex img {
  width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  #index_whats .title_area_02 .img_area .flex {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
  }
  #index_whats .title_area_02 .img_area .flex img {
    width: 50%;
  }
}
#index_whats .title_area_02 .img_area.deco_panel::after {
  bottom: -50%;
  left: calc(50% - 96vw);
}
@media screen and (max-width: 959px) {
  #index_whats .title_area_02 .img_area.deco_panel::after {
    bottom: -100%;
  }
}
#index_whats .title_area_02 .title_main {
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: max(4.5vw, 2rem);
  letter-spacing: 0.16em;
  line-height: 1;
  color: #01804f;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#index_whats .title_area_02 .text {
  letter-spacing: 0.03em;
  font-size: 0.9375rem;
  line-height: 1.93333;
}

/*==========
index_pickup
==========*/
#index_pickup .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin-bottom: 160px;
}
#index_pickup .box:nth-of-type(odd) .text_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
#index_pickup .box:nth-of-type(odd) .img_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#index_pickup .box:nth-of-type(odd) .bg {
  color: #fff;
}
#index_pickup .box:nth-of-type(odd) .bg::after {
  background-color: #01804f;
  right: -165%;
}
#index_pickup .box:nth-of-type(odd) .deco {
  right: -32px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#index_pickup .box:nth-of-type(even) .text_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#index_pickup .box:nth-of-type(even) .img_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
#index_pickup .box:nth-of-type(even) .bg::after {
  background-color: #f0f0f0;
  left: -165%;
}
#index_pickup .box:nth-of-type(even) .deco {
  left: -32px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#index_pickup .box .text_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#index_pickup .box .text {
  font-weight: 300;
}
#index_pickup .box .img_area {
  width: 55%;
  max-width: 460px;
  position: relative;
  z-index: 2;
}
#index_pickup .box .deco {
  position: absolute;
  top: 0;
}
#index_pickup .box .bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
#index_pickup .box .bg::after {
  content: "";
  position: absolute;
  width: 120vw;
  height: calc(100% + 40px);
  min-height: 220px;
  z-index: -1;
  top: 0;
  -webkit-transform: skew(-17.5deg);
          transform: skew(-17.5deg);
}
@media screen and (max-width: 959px) {
  #index_pickup .box {
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index_pickup .box:nth-of-type(odd) .text_area, #index_pickup .box:nth-of-type(even) .text_area {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  #index_pickup .box:nth-of-type(odd) .img_area, #index_pickup .box:nth-of-type(even) .img_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #index_pickup .box:nth-of-type(odd) .bg, #index_pickup .box:nth-of-type(even) .bg {
    width: 100%;
  }
  #index_pickup .box:nth-of-type(odd) .bg::after, #index_pickup .box:nth-of-type(even) .bg::after {
    right: -12px;
    left: auto;
  }
  #index_pickup .box:nth-of-type(odd) .deco, #index_pickup .box:nth-of-type(even) .deco {
    top: auto;
    bottom: 0;
    right: 40px;
    left: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #index_pickup .box .text_area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
  #index_pickup .box .img_area {
    width: 100%;
    padding-right: 40px;
  }
  #index_pickup .box .title_bg {
    margin-bottom: 1em;
  }
  #index_pickup .box .deco img {
    width: 50%;
  }
}

/*==========
index_about
==========*/
#index_about {
  background: center/cover url("../img/index/index_about_bg.jpg") no-repeat;
  color: #fff;
}
#index_about .title_main {
  font-size: 3.9375rem;
  letter-spacing: 0.16em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, Arial;
}
@media screen and (max-width: 959px) {
  #index_about {
    padding: calc(var(--paddingSection) / 2) 0;
  }
  #index_about .title_main {
    font-size: 2rem;
  }
}

.list_index_about .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 40px;
}
.list_index_about .flex > * {
  width: calc((100% - 40px) / 2);
}
.list_index_about > * {
  margin-bottom: 160px;
}
.list_index_about > *:nth-of-type(odd) .img_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: calc(50% - 50vw);
}
.list_index_about > *:nth-of-type(odd) .text_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.list_index_about > *:nth-of-type(odd) .title::after {
  left: -1em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.list_index_about > *:nth-of-type(odd) .deco {
  left: 0;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
.list_index_about > *:nth-of-type(even) .img_area {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  margin-left: calc(50% - 50vw);
}
.list_index_about > *:nth-of-type(even) .text_area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.list_index_about > *:nth-of-type(even) .title::after {
  right: -1em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.list_index_about > *:nth-of-type(even) .deco {
  right: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
}
.list_index_about .btn_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_index_about .btn_area .btn_01 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
}
.list_index_about .text_area {
  position: relative;
  z-index: 1;
}
.list_index_about .img_area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 440px;
  overflow: hidden;
  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;
}
.list_index_about .img_area img {
  width: 100%;
}
.list_index_about .title {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  position: relative;
}
.list_index_about .title::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0.75em;
}
.list_index_about .text {
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
}
.list_index_about .deco {
  position: absolute;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .list_index_about {
    margin-top: 40px;
  }
  .list_index_about .flex > * {
    width: 100%;
  }
  .list_index_about > * {
    margin-bottom: 64px;
  }
  .list_index_about > *:nth-of-type(odd) .img_area, .list_index_about > *:nth-of-type(even) .img_area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .list_index_about > *:nth-of-type(odd) .text_area, .list_index_about > *:nth-of-type(even) .text_area {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .list_index_about > *:nth-of-type(odd) .title::after, .list_index_about > *:nth-of-type(even) .title::after {
    left: auto;
    right: -1em;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .list_index_about > *:nth-of-type(odd) .deco, .list_index_about > *:nth-of-type(even) .deco {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  .list_index_about .deco img {
    width: 50%;
  }
  .list_index_about .btn_area .btn_01 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 320px;
  }
  .list_index_about .title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .list_index_about .text {
    letter-spacing: 0.05em;
  }
  .list_index_about .deco {
    top: 0px;
  }
}