@charset "UTF-8";

/*********************
CONTENT
*********************/

.paragraph {
  line-height: 2;
}

p.paragraph {
  margin-bottom: 1.4em;
}

.lead-text {
  line-height: 2;
  font-size: 1.1em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .paragraph {
    line-height: 1.8;
  }

  .lead-text {
    font-size: 1em;
  }
}

/*********************
HOME-FIRST
*********************/

#home-first {
  position: relative;
  height: 100vh;
}

#home-first .main-photo-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#home-first .main-photo-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#home-first .copy {
  position: relative;
  display: flex;
  align-items: center;
  width: 30%;
  height: 100%;
  margin: 0 10%;
}

#home-first .scroll {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
  z-index: 1;
  width: 60px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  #home-first .copy {
    width: 50%;
  }
}

/*********************
HOME-LEAD
*********************/
/* LEAD */

#home-lead .lead-wrapper {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 700;
}

#home-lead .lead-wrapper sup {
  color: var(--append-color);
}

@media screen and (max-width: 768px) {
  #home-lead h2 {
    margin: 0 auto 30px;
  }

  #home-lead .lead-wrapper {
    font-size: 1.3em;
  }
}

/*********************
PRESERVATION
*********************/
#section-preservation {
  background-color: #f6faeb;
}

#section-preservation h2 {
  position: relative;
  margin: 0 0 40px;
  width: 224px;
  height: 42px;
  font-size: 16px;
}

#section-preservation span {
  position: absolute;
  background-color: white;
  padding: 8px 22px;
  font-size: 16px;
  border: 1px solid var(--main-color);
  width: fit-content;
  z-index: 2;
}

#section-preservation h2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 224px;
  height: 42px;
  background: linear-gradient(to right, #c4da6d 0%, #ef935e 100%);
  z-index: 1;
}

.yoko.content-inner figure {
  text-align: center;
}

.yoko.content-inner figure img {
  width: 100%;
  max-width: 280px;
}

@media screen and (min-width: 981px) {
  .yoko.content-inner {
    display: flex;
    align-items: center;
  }

  .yoko.content-inner .text {
    width: calc(70% - 40px);
    margin-right: 40px;
  }

  .yoko.content-inner figure {
    width: 30%;
  }
}

@media screen and (max-width: 980px) {

  #section-preservation h2 {
    margin: 0 auto 40px;
  }

  .yoko.content-inner .text {
    margin-bottom: 20px;
  }
}

/*********************
PRESERVATION
*********************/
section {
  overflow: hidden;
}

#section-action h2 {
  font-size: 3em;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #section-action h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
  }
}

/*********************
FIVE-ACTION
*********************/

#section-action .lead-text {
  font-size: 2.2em;
  margin-bottom: 1.8em;
  line-height: 1.6;
}

#section-action h3.title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#section-action h3.title::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 56%;
  min-width: calc(100% - 270px);
  background-color: #CCC;
  z-index: 1;
}

#section-action h3.title>* {
  z-index: 2;
}

#section-action h3.title>.text {
  width: 40%;
  max-width: 250px;
}

#section-action h3.title>.circle {
  width: 25%;
  max-width: 142px;
}

#section-action h4 {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  font-family: var(--EN-gothic);
  font-style: oblique;
  letter-spacing: 2px;
  margin-bottom: 1em;
  padding-left: 16px;
}

#section-action h4::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: 0;
  border-radius: 3px;
  background-color: #CCC;
}

#section-action .body-text {
  line-height: 2;
  margin-bottom: 60px;
}

/* color */

#section-action #action01 h3.title::before,
#section-action #action01 h4::before {
  background-color: #52aa93;
}

#section-action #action02 h3.title::before,
#section-action #action02 h4::before {
  background-color: #aba546;
}

#section-action #action03 h3.title::before,
#section-action #action03 h4::before {
  background-color: #e3bd4e;
}

#section-action #action04 h3.title::before,
#section-action #action04 h4::before {
  background-color: #d78537;
}

#section-action #action05 h3.title::before,
#section-action #action05 h4::before {
  background-color: #893a20;
}

@media screen and (min-width: 1101px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 980px) {
  #section-action .lead-text {
    font-size: 2em;
    margin-bottom: 1.8em;
  }

  #section-action .body-text {
    margin-bottom: 40px;
  }
}

/* PHOTO-SLIDE */

.action-photo .slick-slide {
  width: 15vw;
  position: relative;
  margin: 0 5px;
  padding-bottom: 7em;
}

.action-photo .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-min);
}

@media screen and (max-width: 980px) {
  .action-photo .slick-slide {
    width: 25vw;
    margin: 0 2px;
    padding-bottom: 4em;
  }
}

/*********************
section-30by30
*********************/
#section-30by30 {
  background: #d8e9f5 url(../images/sky-bg.jpg) center center;
  background-size: cover;
  padding: 4em 0;
}

#section-30by30 h2 {
  text-align: center;
  font-size: 2.3em;
  margin-bottom: 6em;
}

#section-30by30 h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}


@media screen and (max-width: 768px) {
  #section-30by30 h2 {
    font-size: 2em;
  }
}

/*********************
DECO
*********************/
.deco {
  position: relative;
}

#home-lead h2.deco.title-wrapper {
  width: 80%;
  margin: 2em auto 3em;
}

#section-30by30 h2.deco.title-wrapper {
  width: fit-content;
  margin: 0 auto 3em;
}

.deco>.inner,
#section-action .deco .yoko>* {
  position: relative;
  z-index: 1;
}

.deco::before,
.deco::after {
  position: absolute;
  width: 190px;
  content: url(../images/deco.svg);
}

.deco::before {
  top: -70px;
  left: -15%;
  transform: rotate(180deg);
}

.deco::after {
  bottom: -70px;
  right: -15%;
}

#section-action .deco::before {
  top: -40px;
  left: -10%;
}

#section-action .deco::after {
  bottom: -40px;
  right: -10%;
}

#home-lead h2.deco::before,
#home-lead h2.deco::after {
  filter: invert(87%) sepia(86%) saturate(6639%) hue-rotate(16deg) brightness(100%) contrast(107%);
}

#section-action .deco::before,
#section-action .deco::after {
  filter: invert(90%) sepia(27%) saturate(393%) hue-rotate(9deg) brightness(102%) contrast(95%);
}

#section-30by30 h2.deco::before,
#section-30by30 h2.deco::after {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(206deg) brightness(106%) contrast(100%);
}

@media screen and (max-width: 768px) {

  .deco::before,
  .deco::after {
    width: 25vw;
  }

  .deco::before {
    top: -7vw;
    left: -9vw;
  }

  .deco::after {
    bottom: -7vw;
    right: -9vw;
  }
}

.blur-box {
  animation-name: blur;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blur {
  from {
    filter: blur(50px);
  }

  to {
    filter: blur(0);
  }
}