/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-BOLD.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-MEDIUM.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-REGULAR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#main {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.cc-revoke {
  display: none !important;
}

/* custom style */
.kv {
  position: relative;
}
.kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45.3125rem;
  background: url("../img/kv-bg.jpg") no-repeat center top/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .kv::before {
    background-image: url("../img/sp-kv-bg.jpg");
    width: 46.875rem;
    height: 55.75rem;
    left: 0;
  }
}
.kv__logo {
  width: 39.625rem;
  margin: 0 auto;
  padding: 17.875rem 0 4.625rem;
}
@media (max-width: 767px) {
  .kv__logo {
    padding: 14.875rem 0 11.125rem;
  }
}
.kv__scroll {
  width: 0.75rem;
  position: absolute;
  bottom: -5.1875rem;
  left: calc(50% - 0.0625rem);
  -webkit-animation: scroll 0.5s ease;
          animation: scroll 0.5s ease;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .kv__scroll {
    bottom: -5.625rem;
    width: 1.6875rem;
  }
}
.kv__scroll img {
  width: 100%;
  -webkit-animation: scroll 2s ease-in-out infinite;
          animation: scroll 2s ease-in-out infinite;
}

.section2 {
  position: relative;
  padding-top: 6.875rem;
  padding-bottom: 4.4375rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section2 {
    padding-top: 7.5625rem;
    padding-bottom: 4.75rem;
  }
}
.section2:before, .section2:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section2::before {
  background: url("../img/deco1.png") no-repeat center/contain;
  width: 24.5625rem;
  height: 34.8125rem;
  left: -0.4375rem;
  bottom: -3.5625rem;
}
@media (max-width: 767px) {
  .section2::before {
    background-image: url("../img/sp-deco1.png");
    width: 8.0625rem;
    height: 15.9375rem;
    left: 0;
    bottom: -1.6875rem;
  }
}
.section2::after {
  background: url("../img/deco2.png") no-repeat center/contain;
  width: 34.125rem;
  height: 36.5rem;
  right: -0.5rem;
  bottom: -8.75rem;
}
@media (max-width: 767px) {
  .section2::after {
    background-image: url("../img/sp-deco2.png");
    width: 10.6875rem;
    height: 16.375rem;
    right: 0;
    bottom: -4.0625rem;
  }
}
.section2 h2 {
  font-size: 1.6875rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  background-color: #1da8b9;
  margin: 0 auto;
  width: 100%;
  max-width: 59.375rem;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.3125rem 0;
  -webkit-filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .section2 h2 {
    text-indent: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section2 h2 {
    font-size: 2.0625rem;
    line-height: 1.2121212121;
    max-width: 43.75rem;
    padding: 1.1875rem 0;
    -webkit-filter: drop-shadow(0 0 1.875rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1.875rem rgba(0, 0, 0, 0.1));
    position: relative;
    z-index: 2;
  }
  .section2 h2 span {
    display: block;
    -webkit-transform: translateX(0.5625rem);
            transform: translateX(0.5625rem);
  }
}
.section2__item {
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 0.9375rem rgba(0, 0, 0, 0.15));
  border-radius: 0.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .section2__item {
    margin-bottom: 3.1875rem;
    padding: 2.375rem 3.125rem;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .section2__item {
    padding: 2.625rem 2.8125rem 4.625rem 3.4375rem;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 1.875rem rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 1.875rem rgba(0, 0, 0, 0.1));
  }
  .section2__item:not(:last-child) {
    margin-bottom: 3.1875rem;
  }
}
@media (min-width: 768px) {
  .section2__item.-row-reverse {
    padding-bottom: 1.5rem;
  }
  .section2__item.-row-reverse .section2__item--img {
    left: 3.5rem;
    width: 20.875rem;
  }
  .section2__item.-row-reverse h3, .section2__item.-row-reverse .section2__item--txt {
    margin-left: 24rem;
    width: 29.0625rem;
  }
  .section2__item.-row-reverse h3 {
    position: relative;
    top: -0.75rem;
    margin-bottom: -0.875rem;
  }
}
@media (max-width: 767px) {
  .section2__item.-row-reverse {
    padding-bottom: 3.625rem;
  }
  .section2__item.-row-reverse .section2__item--txt {
    margin-top: 2.5625rem;
  }
}
.section2__item.-item1 {
  border-radius: 0 0 0.625rem 0.625rem;
  padding-top: 0;
}
.section2__item.-item1 h3 {
  position: relative;
}
@media (min-width: 768px) {
  .section2__item.-item1 h3 {
    width: 26.75rem;
    top: -0.25rem;
  }
}
@media (max-width: 767px) {
  .section2__item.-item1 h3 {
    top: -0.625rem;
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .section2__item.-item1 .section2__item--img {
    width: 24.1875rem;
    top: 0;
  }
}
@media (min-width: 768px) {
  .section2__item.-item1 .section2__item--txt {
    width: 26.75rem;
  }
  .section2__item.-item1 .section2__item--txt a {
    text-decoration: underline;
  }
  .section2__item.-item1 .section2__item--txt a:hover {
    text-decoration: none;
    color: #029040;
  }
}
@media (min-width: 768px) {
  .section2__item.-item3 {
    padding-top: 2.0625rem;
    padding-bottom: 5.8125rem;
  }
  .section2__item.-item3 .section2__item--img {
    width: 29.125rem;
    right: 1.625rem;
    top: 4.9375rem;
  }
  .section2__item.-item3 .section2__item--txt {
    margin-top: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .section2__item.-item3 {
    padding-bottom: 5.125rem;
  }
  .section2__item.-item3 .section2__item--img {
    margin: -0.625rem -0.4375rem 0 -1rem;
  }
  .section2__item.-item3 .section2__item--txt {
    margin-top: 2rem;
  }
}
.section2__item h3 {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .section2__item h3 {
    margin: 0 0 0 0.25rem;
    width: 23.75rem;
  }
}
@media (max-width: 767px) {
  .section2__item h3 {
    font-size: 1.875rem;
    margin: 0 0 2rem;
  }
}
.section2__item h3 .num {
  font-size: 2.25rem;
  color: #24913b;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section2__item h3 .num {
    font-size: 3.375rem;
  }
}
.section2__item h3 .num::after {
  background: url("../img/sec2-arrow-icon.png") no-repeat center center/100% auto;
  content: "";
  width: 2.6875rem;
  height: 2.375rem;
  vertical-align: bottom;
  margin: 0 0 0 0.6875rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .section2__item h3 .num::after {
    width: 4.0625rem;
    height: 1.8125rem;
    margin: 0 0 1.3125rem 1rem;
  }
}
.section2__item h3 .ttl {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section2__item h3 .ttl {
    font-size: 3.9375rem;
    line-height: 4.6875rem;
    margin: 0.625rem 0 0.625rem;
  }
}
.section2__item h3 .time {
  color: #fff;
  background-color: #5f5f5f;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section2__item h3 .time {
    max-width: 20.0625rem;
    padding: 0.0625rem 2.0625rem;
    margin-top: 1.0625rem;
  }
}
@media (max-width: 767px) {
  .section2__item h3 .time {
    margin-top: 1.125rem;
    padding: 0.125rem 0;
    max-width: 30.125rem;
  }
}
.section2__item--txt {
  line-height: 1.25;
  margin-top: 1.0625rem;
}
@media (min-width: 768px) {
  .section2__item--txt {
    width: 23.75rem;
    margin-left: 0.25rem;
  }
}
@media (max-width: 767px) {
  .section2__item--txt {
    margin-top: 2.3125rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.section2__item--txt2 {
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .section2__item--txt2 {
    margin-top: 1rem;
    font-size: 1.875rem;
  }
}
.section2__item--txt2 a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section2__item--txt2 a:hover {
    text-decoration: none;
    color: #029040;
  }
}
@media (min-width: 768px) {
  .section2__item--img {
    position: absolute;
    top: 2.375rem;
    right: 3.125rem;
    width: 27.5rem;
  }
}
@media (max-width: 767px) {
  .section2__item--img img {
    width: 100%;
  }
}
.section2__item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.6875rem;
  border-radius: 2.3125rem;
  background-color: #000;
  color: #bdf34f;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  font-weight: 600;
  position: relative;
  margin: 1.8125rem auto 0;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .section2__item--btn {
    width: 25.875rem;
  }
  .section2__item--btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .section2__item--btn {
    height: 7.5625rem;
    font-size: 2.25rem;
    line-height: 1.1111111111;
    border-radius: 3.75rem;
    margin: 3.5rem -0.8125rem 0 -1.4375rem;
  }
}
.section2__item--btn:after {
  content: "";
  position: absolute;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url("../../common/img/icon_yajirushi02.png") no-repeat center/contain;
  top: 1.5rem;
  right: 1.75rem;
}
@media (max-width: 767px) {
  .section2__item--btn:after {
    width: 2.3125rem;
    height: 2.3125rem;
    top: 2.4375rem;
    right: 1.875rem;
  }
}