@charset "UTF-8";

/*----------------------------------------
 * MAIN
----------------------------------------*/
/* HERO */
.hero {
  position: relative;
  padding-top: 70px;
}
.hero img {
  width: 100%;
}
.hero-title {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background-color: rgba(167, 167, 167, 0.8);
  transform: translate(-50%, -50%);
}
.hero-title p {
  color: var(--white);
  font-size: 12px;
}

/* SECTION01 */
.section01 {
  padding-left: 20px;
  padding-right: 20px;
}
.section01-box {
  padding-top: 28px;
  padding-bottom: 28px;
}
.section01-box p {
  font-size: clamp(0.75rem, 0.466rem + 1.21vw, 1.375rem);
  text-align: center;
  line-height: 2;
}
.section01-box p + p {
  margin-top: 48px;
  margin-bottom: 32px;
}
.btn01-wrap {
  margin-bottom: 80px;
}
.btn01-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--font-color);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.btn01-wrap a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  opacity: 0.7;
}
.banner-box-2col-item {
  margin-bottom: 48px;
  overflow: hidden;
}
.banner-box-2col-item a {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.banner-box-2col-item a:hover {
  opacity: 0.7;
}
.banner-box-2col-item p {
  margin-top: 16px;
  font-size: clamp(0.75rem, 0.438rem + 1.33vw, 1.438rem)
}
.banner-box-2col-item span {
  font-weight: bold;
}

/* SECTION02 */
.section02 {
  padding: 80px 20px 54px;
  background-color: var(--bg2-color);
}
.section02-title-box,
.section03-title-box {
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
}
.section02-title-box h2,
.section03-title-box h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  font-size: clamp(0.938rem, 0.659rem + 1.12vw, 1.5rem);
  font-weight: 400;
}
.section02-title-box h2 img,
.section03-title-box h2 img {
  margin-bottom: 12px;
}
.section02-title-box p,
.section03-title-box p {
  font-size: clamp(0.813rem, 0.504rem + 1.25vw, 1.438rem);
}
.section02-content-box,
.section03-content-box {
  padding: 18px 15px;
  background-color: var(--white);
}
.section02-content-box h2,
.section03-content-box h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-size: clamp(1.875rem, 1.381rem + 1.99vw, 2.875rem);
  font-weight: 400;
}
.section02-content-box h2 span,
.section03-content-box h2 span {
  font-size: clamp(0.875rem, 0.659rem + 0.87vw, 1.313rem);
}　
.section02-content-box h2 .img-top,
.section03-content-box h2 .img-top {
  margin-bottom: 8px;
}
.section02-content-box h2 .img-bottom,
.section03-content-box h2 .img-bottom {
  margin-top: 12px;
}
.section02-pack-box,
.section03-pack-box {
  position: relative;
  height: 160px;
  margin-bottom: 60px;
  padding: 30px 28px;
  border: 1px solid var(--font-color);
}
.section02-pack-box:last-child {
  margin-bottom: 0;
}
.section02-pack-box img,
.section03-pack-box img {
  position: absolute;
  top: -25px;
  left: 20px;
}
.section02-pack-box span,
.section03-pack-box span {
  padding: 6px;
  background-color: var(--red);
  color: var(--white);
  font-size: clamp(0.688rem, 0.574rem + 0.48vw, 0.938rem);
}
.section02-pack-box p,
.section03-pack-box p {
  margin-top: 16px;
  color: var(--black);
  font-size: clamp(0.75rem, 0.551rem + 0.85vw, 1.188rem);
}
.section02-pack-box p.mt,
.section03-pack-box p.mt {
  margin-top: 20px;
}
.section02-pack-box p + p,
.section03-pack-box p + p {
  margin-top: 0;
  color: var(--red);
  font-size: clamp(1.438rem, 1.068rem + 1.58vw, 2.25rem);
}

.section02-title-02-box {
  padding: 18px 15px;
  background-color: var(--white);
}
.section02-title-02-box-inner {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--main-color);
  font-size: clamp(0.813rem, 0.557rem + 1.09vw, 1.375rem);
}
.section02-title-02-box-left {
  margin-right: 8px;
}
.section02-title-02-box-right {
  margin-left: 6px;
}
.section02-title-02-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section02-point-item {
  border: 1px solid var(--main-color);  
}
.section02-point-box {
  padding: 18px 15px 32px;
  background-color: var(--white);
}
.section02-point-box p {
  margin-bottom: 16px;
  color: var(--black);
  font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
}
.section02-point-box h3 {
  color: var(--main-color);
  font-size: clamp(1.25rem, 1.108rem + 0.61vw, 1.563rem);
  font-weight: 400;
}
.section02-point-box h3 span {
  padding-right: 6px;
  vertical-align: middle;
  font-size: clamp(0.625rem, 0.455rem + 0.73vw, 1rem)
}
.section02-point-box h4 {
  margin-bottom: 6px;
  color: var(--main-color);
  font-size: clamp(0.875rem, 0.79rem + 0.36vw, 1.063rem);
}
.section02-point-box .list {
  margin-bottom: 12px;
  color: var(--main-color);
  font-size: clamp(0.75rem, 0.665rem + 0.36vw, 0.938rem);
}
.section02-point-item.green {
  border: 1px solid var(--green);
}
.section02-point-item.blue {
  border: 1px solid var(--blue2);
}
.section02-point-item + .section02-point-item {
  margin-top: 40px;
}
.section02-point-title,
.section03-point-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
}
.section02-point-item.green .section02-point-title {
  background-color: var(--green);
}
.section02-point-item.blue .section02-point-title {
  background-color: var(--blue2);
}
.section02-point-title h2 span {
  flex-shrink: 0;
  font-size: clamp(0.875rem, 0.79rem + 0.36vw, 1.063rem);
}
.section02-point-title h2 {
  font-size: clamp(1.063rem, 0.864rem + 0.85vw, 1.5rem);
}
.section02-point-title-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section02-point-title-top img {
  margin-right: 8px;
  padding-bottom: 5px;
}
.section02-point-item.green .section02-point-box h3 {
  color: var(--green);
}
.section02-point-item.blue .section02-point-box h3 {
  color: var(--blue2);
}

/* SECTION03 */
.section03 {
  padding: 80px 20px 70px;
  background-color: var(--bg3-color);
}
.section03-title-box {
  background-color: var(--olive);
}
.section03-content-box {
  padding-top: 60px;
}
.section03-pack-box:last-child {
  margin-bottom: 0;
}
.section03-title-02-box {
  padding: 18px 15px;
  background-color: var(--white);
}
.section03-title-02-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  text-align: center;
  color: var(--main-color);
  font-size: clamp(0.813rem, 0.557rem + 1.09vw, 1.375rem);
}
.section03-title-02-box-inner img {
  width: 60px;
  margin-bottom: 16px;
  transform: rotate(4deg);
}

/* SECTION04 */
.section04 {
  padding: 70px 20px 54px;
  background-color: var(--white);
}
.section04-content-item {
  text-align: center;
  overflow: hidden;
}
.section04-content-item + .section04-content-item {
  margin-top: 60px;
}
.section04-content-item a {
  transition: all 0.4s ease-in-out;
}
.section04-content-item a:hover {
  opacity: 0.7;
}
.section04-content-item h2 {
  margin-bottom: 12px;
  color: var(--red);
  font-size: clamp(1.125rem, 1.011rem + 0.48vw, 1.375rem);
  font-weight: 400;
}
.section04-content-item p {
  font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
}

@media (max-width: 420px) {
  .section01-box p {
    font-size: 12px;
  }
  .section02-pack-box,
  .section03-pack-box {
    height: auto;
  }
  .section02-pack-box p + p,
  .section03-pack-box p + p {
    font-size: 20px;
  }
  .section02-title-02-box-inner {
    font-size: 12px;
    white-space: nowrap;
  }
  .section02-point-title-top img {
    margin-right: 5px;
  }
  .section02-point-title h2 {
    font-size: 16px;
  }
  .section02-point-title h2 span {
    font-size: 11px;
  }
  
}

@media (min-width: 992px) {
  /* HERO */
  .hero {
    padding-top: 0;
  }
  .hero-title {
    top: 100%;
    width: 300px;
    height: 300px;
  }
  .hero-title img {
    width: 120px;
    height: 120px;
  }
  .hero-title p {
    font-size: 23px;
  }

  /* SECTION01 */
  .section01 {
    padding-top: 200px;
  }
  .btn01-wrap a {
    width: 477px;
    height: 95px;
    font-size: 25px;
  }
  .banner-box-2col {
    display: flex;
    justify-content: space-between;
    width: clamp(992px, calc(var(--pc-size) * 1560 ), 1560px);
    margin-left: auto;
    margin-right: auto;
  }
  .banner-box-2col-item {
    width: clamp(490px, calc(var(--pc-size) * 749 ), 749px);;
  }

  /* SECTION02 */
  .section02 {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .section02-inner {
    width: clamp(992px, calc(var(--pc-size) * 1560 ), 1560px);
    margin-left: auto;
    margin-right: auto;
  }
  .section02-title-box,
  .section03-title-box {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .section02-title-box h2 img,
  .section03-title-box h2 img {
    width: 86px;
    padding-bottom: 16px;
  }
  .section02-content-box h2 {
    margin-bottom: 60px;
  }
  .section02-content-box h2 .img-top {
    width: 300px;
  }
  .section02-content-box h2 .img-bottom {
    width: 320px;
    margin-top: -4px;
  }
  .section02-pack-box-wrap,
  .section03-pack-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1056px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section02-pack-box,
  .section03-pack-box {
    width: 479px;
    height: 238px;
  }
  .section02-pack-box img {
    width: 110px;
    top: -40px;
    left: 20px;
  }
  .section02-pack-box p.mt,
  .section03-pack-box p.mt {
    margin-top: 32px;
  }
  .section02-title-02-box {
    padding-top: 54px;
  }
  .section02-title-02-box-inner {
    align-items: center;
  }
  .section02-title-02-box-left {
    width: 34px;
    margin-right: 40px;
  }
  .section02-title-02-box-right {
    width: 34px;
    margin-left: 40px;
  }
  .section02-title-02-box-bottom {
    width: 36px;
  }
  .section02-point-item {
    width: 1056px;
    max-width: 100%;
    margin: 0 auto;
  }
  .section02-point-box {
    padding: 24px 50px 110px;
  }
  .section02-point-box p {
    color: var(--black);
  }
  .section02-point-title h2 {
    display: flex;
  }
  .section02-point-title-top span {
    margin-right: 12px;
  }

  /* SECTION03 */
  .section03 {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .section03-inner {
    width: clamp(992px, calc(var(--pc-size) * 1560 ), 1560px);
    margin-left: auto;
    margin-right: auto;
  }
  .section03-title-02-box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section03-title-02-box-inner img {
    width: 100px;
    margin-bottom: 40px;
    transform: rotate(2deg);
  }
  .section03-content-box {
    padding-top: 70px;
  }

  /* SECTION04 */
  .section04 {
    padding-bottom: 80px;
  }
  .section04-content-box {
    display: flex;
    justify-content: space-between;
    width: clamp(992px, calc(var(--pc-size) * 1560 ), 1560px);
    margin-left: auto;
    margin-right: auto;
  }
  .section04-content-item {
    width: 32%;
  }
  .section04-content-item + .section04-content-item {
    margin-top: 0;
  }
}