@charset "UTF-8";

/*----------------------------------------
 * MAIN
----------------------------------------*/
/* HERO */
.hero {
  padding-top: 70px;
}
.hero img {
  width: 100%;
}

/* SECTION01 */
.section01-box {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section01-box h2 {
  padding-bottom: 28px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: clamp(1.188rem, 0.79rem + 1.7vw, 2.063rem);
  font-weight: 400;
  text-align: center;
}
.section01-box p {
  font-size: clamp(0.75rem, 0.466rem + 1.21vw, 1.375rem);
  text-align: center;
  line-height: 2;
}

/* SECTION02 */
.section02 {
  padding: 20px 20px;
  background-color: var(--bg1-color);
}
.section02-box-01,
.section02-box-02 {
  margin-bottom: 48px;
}
.section02-box-03 {
  margin-bottom: 70px;
}
.section02-box-01-top,
.section02-box-02-top,
.section02-box-03-top {
  position: relative;
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  overflow: hidden;
  z-index: 1;
}

.section02-box-01-top::before,
.section02-box-02-top::before,
.section02-box-03-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition:0.4s;
  z-index: 1;
}
.section02-box-01-top::before {
  background-image: url(../img/index/section02-box-01-sp.jpg);
}
.section02-box-02-top::before {
  background-image: url(../img/index/section02-box-02-sp.jpg);
}
.section02-box-03-top::before {
  background-image: url(../img/index/section02-box-03-sp.jpg);
}
.section02-box-01-top.zoom::before,
.section02-box-02-top.zoom::before,
.section02-box-03-top.zoom::before {
  transform: scale(1.1);
  transition-duration: 0.4s;
}

.section02-box-01-title-pc,
.section02-box-02-title-pc,
.section02-box-03-title-pc {
  display: none;
}

.section02-box-01-title,
.section02-box-02-title,
.section02-box-03-title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.section02-box-01-title {
  background-color: rgba(219, 217, 192, 0.8);
}
.section02-box-02-title {
  background-color: rgba(167, 167, 167, 0.8);
}
.section02-box-03-title {
  background-color: rgba(255, 255, 255, 0.65);
}
.section02-box-01-title img,
.section02-box-02-title img,
.section02-box-03-title img {
  margin-bottom: 8px;
}

.section02-box-01-title p,
.section02-box-02-title p,
.section02-box-03-title p {
  font-size: 12px;
}
.section02-box-02-title p {
  color: var(--white);
}
.section02-box-01-bottom,
.section02-box-02-bottom,
.section02-box-03-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 400;
}
.section02-box-01-bottom {
  height: 130px;
  background-color: var(--olive);
  color: var(--white);
}
.section02-box-02-bottom {
  height: 110px;
  background-color: var(--peru);
  color: var(--white);
}
.section02-box-03-bottom {
  height: 110px;
  background-color: var(--green);
  color: var(--white);
}

.section02-box-01-bottom p,
.section02-box-02-bottom p,
.section02-box-03-bottom p {
  margin-bottom: 12px;
  font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
  font-weight: 400;
}

@media (max-width: 420px) {
  .section01-box p {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  /* HERO */
  .hero {
    padding-top: 0;
  }

  /* SECTION01 */
  .section01 {
    position: relative;
    padding-bottom: 310px;
  }
  .section01-box {
    position: absolute;
    left: 50%;
    width: 800px;
    margin-top: -200px;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 0.76);
    transform: translateX(-50%);
  }
  .section01-box h2 {
    padding-bottom: 60px;
  }

  /* SECTION02 */
  .section02 {
    padding-top: 360px;
    background-color: var(--bg1-color);
  }
  .section02-inner {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }
  .section02-box-01,
  .section02-box-02,
  .section02-box-03 {
    position: relative;
    max-width: 1023px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
  }
  .section02-box-01 {
    margin-left: 0;
  }
  .section02-box-02 {
    margin-right: 0;
  }
  .section02-box-03 {
    margin-left: 0;
  }
  .section02-box-01 a,
  .section02-box-02 a,
  .section02-box-03 a {
    display: flex;
  }
  .section02-box-01-top,
  .section02-box-02-top,
  .section02-box-03-top {
    position: relative;
    width: 608px;
    height: 545px;
  }
  .section02-box-01-top::before {
    background-image: url(../img/index/section02-box-01-pc.jpg);
    background-size: cover;
  }
  .section02-box-02-top::before {
    background-image: url(../img/index/section02-box-02-pc.jpg);
    background-size: cover;
  }
  .section02-box-03-top::before {
    background-image: url(../img/index/section02-box-03-pc.jpg);
    background-size: cover;
  }
  .section02-box-01-title,
  .section02-box-02-title, 
  .section02-box-03-title {
    display: none;
    
  }
  .section02-box-01-title-pc,
  .section02-box-02-title-pc, 
  .section02-box-03-title-pc {
    position: absolute;
    top: -22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    z-index: 999;
  }
  
  .section02-box-01-title-pc {
    left: 88px;
    background-color: rgba(219, 217, 192, 0.8);
  }
  .section02-box-02-title-pc {
    right: 88px;
    background-color: rgba(167, 167, 167, 0.8);
  }
  .section02-box-03-title-pc {
    left: 697px;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .section02-box-01-title-pc img,
  .section02-box-02-title-pc img,
  .section02-box-03-title-pc img {
    margin-bottom: 16px;
  }
  .section02-box-01-title-pc img {
    width: 120px;
    height: auto;
  }
  .section02-box-02-title-pc img {
    width: 120px;
  }
  .section02-box-03-title-pc img {
    width: 152px;
  }
  .section02-box-01-title-pc p,
  .section02-box-02-title-pc p,
  .section02-box-03-title-pc p {
    font-size: 19px;
  }
  .section02-box-01-bottom,
  .section02-box-02-bottom,
  .section02-box-03-bottom {
    width: 415px;
    height: 545px;
    margin-top: 0;
  }
  .section02-box-01-bottom p,
  .section02-box-02-bottom p,
  .section02-box-03-bottom p {
    margin-bottom: 60px;
    line-height: 2;
  }
}