/* 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: 48.4375rem;
  background: url("../img/kv-bg.png") no-repeat center top/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .kv::before {
    background-image: url("../img/sp-kv-bg.png");
    width: 46.875rem;
    height: 55.375rem;
    left: 0;
  }
}
.kv__logo {
  width: 39.625rem;
  margin: 0 auto;
  padding: 14.75rem 0 4.625rem;
}
@media (max-width: 767px) {
  .kv__logo {
    padding: 14.875rem 0 11.125rem;
  }
}
.kv__scroll {
  width: 0.75rem;
  position: absolute;
  bottom: -5.8125rem;
  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;
}

.section1 {
  padding: 9.3125rem 0 10.1875rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section1 {
    padding: 8.9375rem 0 20.125rem;
  }
}
.section1::before {
  content: "";
  position: absolute;
  top: -4.25rem;
  left: calc(50% - 120rem);
  width: 240rem;
  height: 75.5rem;
  background: url("../img/sec1-bg.svg") no-repeat center top/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .section1::before {
    background-image: url("../img/sp-sec1-bg.png");
    width: 46.875rem;
    height: 92rem;
    left: 0;
    top: -3.5625rem;
  }
}
.section1::after {
  background: url("../img/deco1.png") no-repeat center top/100% auto;
  content: "";
  width: 24rem;
  height: 53.75rem;
  position: absolute;
  bottom: -35.25rem;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section1::after {
    background-image: url("../img/sp-deco1.png");
    width: 10rem;
    height: 28.0625rem;
    bottom: -10.6875rem;
  }
}
.section1 h2 {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .section1 h2 {
    font-size: 3.25rem;
    margin-bottom: 2.125rem;
  }
}
.section1__txt {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .section1__txt {
    font-size: 2rem;
    line-height: 2.75rem;
    z-index: 1;
  }
}
.section1__txt p + p {
  padding-top: 1.9375rem;
}
@media (max-width: 767px) {
  .section1__txt p + p {
    padding-top: 2.75rem;
  }
}

.section2 {
  position: relative;
}
.section2::before {
  background: url("../img/deco2.png") no-repeat center top/100% auto;
  content: "";
  position: absolute;
  width: 25.4375rem;
  height: 55.125rem;
  right: 0;
  top: -41.6875rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section2::before {
    background-image: url("../img/sp-deco2.png");
    width: 10.875rem;
    height: 28.75rem;
    top: -20.125rem;
  }
}
@media (min-width: 768px) {
  .section2::after {
    background: url("../img/deco4.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 23.8125rem;
    height: 41.4375rem;
    right: 0;
    bottom: -19.5625rem;
    pointer-events: none;
  }
}
.section2 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  margin-bottom: 2.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section2 h2 {
    margin-bottom: 2.25rem;
  }
}
.section2 h2::before {
  width: 2.125rem;
  height: 3rem;
  background: url("../img/sec2-ttl-icon.png") no-repeat center center/100% auto;
  margin-bottom: 0.5rem;
  content: "";
}
@media (max-width: 767px) {
  .section2 h2::before {
    margin-bottom: 0.25rem;
  }
}
.section2 h2 span {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .section2 h2 span {
    font-size: 3.25rem;
    margin-top: -0.1875rem;
  }
}
.section2__item {
  margin-bottom: 3.1875rem;
  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 {
    min-height: 25.625rem;
    padding: 2.375rem 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .section2__item {
    padding: 3.125rem 2.8125rem 5.125rem 3.4375rem;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .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: 23.75rem;
    width: 29.0625rem;
  }
}
@media (min-width: 768px) {
  .section2__item.-item1 h3 {
    width: 26.75rem;
  }
}
@media (min-width: 768px) {
  .section2__item.-item1 .section2__item--img {
    width: 24.1875rem;
  }
}
@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 .section2__item--img {
    width: 29.125rem;
    right: 1.6875rem;
    top: 5.625rem;
  }
}
.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.625rem;
  line-height: 3.125rem;
  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 {
    margin-top: 0.625rem;
    max-width: 20.0625rem;
    padding: 0.0625rem 2.0625rem;
    margin-top: 0.5625rem;
  }
}
@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.25rem;
  margin-top: 1.3125rem;
}
@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 {
    width: 100%;
  }
}

.section3 {
  text-align: center;
  padding: 12.1875rem 0 6.6875rem;
  position: relative;
}
@media (max-width: 767px) {
  .section3 {
    padding: 12.75rem 0 6.6875rem;
  }
}
.section3::before {
  content: "";
  position: absolute;
  top: -34.6875rem;
  left: calc(50% - 120rem);
  width: 240rem;
  height: 83.625rem;
  background: url("../img/sec3-bg.svg") no-repeat center top/100% auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section3::before {
    background-image: url("../img/sp-sec3-bg.png");
    width: 46.875rem;
    height: 56.875rem;
    top: -4.375rem;
    left: 0;
  }
}
.section3::after {
  background: url("../img/deco5.png") no-repeat center top/100% auto;
  content: "";
  position: absolute;
  width: 120rem;
  height: 31.25rem;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section3::after {
    background-image: url("../img/sp-deco5.png");
    width: 46.875rem;
    height: 14.3125rem;
  }
}
.section3 h2 {
  font-size: 3rem;
  line-height: 3.4375rem;
  font-weight: 800;
}
.section3 h3 {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  padding: 1.1875rem 0 0.75rem;
}
@media (max-width: 767px) {
  .section3 h3 {
    padding: 0.75rem 0;
  }
}
.section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.section3 ul li {
  width: 21.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section3 ul li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.section3 ul li:hover a {
  opacity: 1;
}
.section3 ul li + li {
  margin-left: -0.1875rem;
}

.section4 {
  padding: 4.875rem 0 13.375rem;
  position: relative;
}
@media (max-width: 767px) {
  .section4 {
    padding: 9.5rem 0 16rem;
  }
}
@media (min-width: 768px) {
  .section4::after {
    background: url("../img/deco3.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 20rem;
    height: 29.9375rem;
    left: 0;
    top: 9.5rem;
    pointer-events: none;
  }
}
.section4::before {
  content: "";
  position: absolute;
  top: -16.5625rem;
  left: calc(50% - 120rem);
  width: 240rem;
  height: 146.5rem;
  background: url("../img/sec4-bg.svg") no-repeat center top/100% auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .section4::before {
    background-image: url("../img/sp-sec4-bg.png");
    width: 46.875rem;
    height: 125.125rem;
    left: 0;
    top: -6.9375rem;
  }
}
.section4 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 2.875rem;
}
@media (max-width: 767px) {
  .section4 h2 {
    font-size: 3.25rem;
    margin-bottom: 2.5rem;
  }
}
.section4 h2::before {
  width: 2.125rem;
  height: 3rem;
  background: url("../img/sec2-ttl-icon.png") no-repeat center center/100% auto;
  content: "";
}
.section4__main {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section4__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .section4__main--img {
    width: 27.5rem;
  }
}
.section4__main--txt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .section4__main--txt {
    font-size: 1.25rem;
    width: 29.5625rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section4__main--txt {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.03125rem;
  }
}
.section4__main--txt h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .section4__main--txt h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section4__main--txt h3 {
    font-size: 2rem;
    margin: 1.625rem 0;
  }
}
.section4__main--txt p {
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .section4__main--txt p {
    margin-bottom: 2.5rem;
  }
}
.section4__main--txt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section4__btn {
    margin-top: 1.875rem;
    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;
  }
}
@media (max-width: 767px) {
  .section4__btn {
    margin-top: 5rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section4__btn li + li {
    margin-left: 1.4375rem;
  }
}
@media (max-width: 767px) {
  .section4__btn li + li {
    margin-top: 3.125rem;
  }
}
.section4__btn li a {
  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;
  position: relative;
  background: #000;
  color: #bdf34f;
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  border-radius: 2.3125rem;
}
.section4__btn li a::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url("../../common/img/icon_yajirushi02.png") no-repeat 0 50%/100% auto;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin-top: -0.75rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .section4__btn li a::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 2.8125rem;
  }
}
.section4__btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .section4__btn li a {
    width: 25.875rem;
    height: 4.6875rem;
    border-radius: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section4__btn li a {
    font-size: 2.375rem;
    line-height: 3.75rem;
    height: 7.3125rem;
    width: 40.625rem;
    border-radius: 6.25rem;
    margin: 0 auto;
  }
}

.news_area {
  padding-bottom: 3.4375rem;
  position: relative;
}
@media (min-width: 768px) {
  .news_area::before {
    background: url("../img/deco2.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 25.4375rem;
    height: 55.125rem;
    right: 0;
    top: -41.6875rem;
    pointer-events: none;
  }
  .news_area::after {
    background: url("../img/deco4.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 23.8125rem;
    height: 41.4375rem;
    right: 0;
    bottom: -19.5625rem;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .news_area::before {
    background: url("../img/sp-deco3.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 12.125rem;
    height: 18.9375rem;
    bottom: -24.5rem;
    left: -1.5rem;
    pointer-events: none;
  }
  .news_area::after {
    background: url("../img/sp-deco4.png") no-repeat center top/100% auto;
    content: "";
    position: absolute;
    width: 9.8125rem;
    height: 20.5625rem;
    bottom: -17.125rem;
    right: -1.5rem;
    pointer-events: none;
  }
}
.news_area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .news_area h2 {
    font-size: 3.25rem;
  }
}
.news_area h2::before {
  width: 2.125rem;
  height: 3rem;
  background: url("../img/sec2-ttl-icon.png") no-repeat center center/100% auto;
  content: "";
}
@media (max-width: 767px) {
  .news_area h2::before {
    margin-bottom: 0.25rem;
  }
}
.news_area .news_box_area {
  display: block;
  margin-bottom: 6.8125rem;
}
@media (max-width: 767px) {
  .news_area .news_box_area {
    margin-bottom: 4.5625rem;
  }
}
.news_area .news_box_area dl {
  padding: 1.0625rem 0 1.0625rem 1.8125rem;
  border-bottom: solid 0.0625rem #000;
  font-weight: 400;
}
@media (min-width: 768px) {
  .news_area .news_box_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .news_area .news_box_area dl {
    padding: 2.625rem 0 2.4375rem 1.8125rem;
  }
}
.news_area .news_box_area dl dt, .news_area .news_box_area dl dd {
  font-size: 1.5rem;
  line-height: 2.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news_area .news_box_area dl dt, .news_area .news_box_area dl dd {
    font-size: 1.875rem;
    line-height: 2.6875rem;
  }
}
@media (min-width: 768px) {
  .news_area .news_box_area dl dt {
    width: 11.25rem;
  }
}
@media (max-width: 767px) {
  .news_area .news_box_area dl dt {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .news_area .news_box_area dl dd {
    width: calc(100% - 11.25rem);
  }
}
.news_area .news_box_area dl a {
  display: block;
  position: relative;
  padding-right: 8.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../../common/img/icon_yajirushi03.svg) no-repeat 97% 50%;
  background-size: 1.25rem auto;
}
@media (max-width: 767px) {
  .news_area .news_box_area dl a {
    padding: 0.625rem 8.75rem 0.625rem 0;
    background-size: 2rem auto;
  }
}
.news_area .news_box_area dl a.blank::after {
  background: url(../../common/img/icon_blank.svg) no-repeat center 50%;
  background-size: 1.09375rem auto;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  position: absolute;
  top: 50%;
  right: 5rem;
}
@media (max-width: 767px) {
  .news_area .news_box_area dl a.blank::after {
    right: 4.375rem;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2rem;
    margin-top: -1.25rem;
  }
}
.news_area .news_box_area dl a:hover {
  color: #029040;
  text-decoration: none;
  background-position: 97.5% 50%;
}
.news_area .btn {
  margin-top: 6.375rem;
}
@media (max-width: 767px) {
  .news_area .btn {
    margin-top: 7.25rem;
  }
}
.news_area .btn a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 218, 193)), color-stop(50%, rgb(189, 243, 79)), to(rgb(38, 218, 193)));
  background: linear-gradient(90deg, rgb(38, 218, 193) 0%, rgb(189, 243, 79) 50%, rgb(38, 218, 193) 100%);
  background-size: 200% 100%;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 1.875rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .news_area .btn a {
    font-size: 1.5rem;
    line-height: 2.375rem;
    width: 25.875rem;
    border-radius: 2.5rem;
    height: 4.6875rem;
  }
}
@media (max-width: 767px) {
  .news_area .btn a {
    font-size: 2.375rem;
    line-height: 3.75rem;
    height: 7.3125rem;
    width: 40.625rem;
    border-radius: 6.25rem;
  }
}
.news_area .btn a::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../../common/img/icon_yajirushi03.svg) no-repeat 0 50%;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .news_area .btn a::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 2.8125rem;
  }
}
.news_area .btn a:hover {
  background-position: 100% 0;
}

.pamphlet_area {
  margin-top: 7.5rem;
}
.pamphlet_area .w_box {
  padding: 2.8125rem 2.1875rem 2.625rem;
  position: relative;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .pamphlet_area .w_box {
    padding: 3.9375rem 2.6875rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pamphlet_area .w_box figure {
  line-height: 0;
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .pamphlet_area .w_box figure {
    width: 9.125rem;
    position: absolute;
    top: -2.625rem;
    left: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box figure {
    width: 14.875rem;
  }
}
@media (min-width: 768px) {
  .pamphlet_area .w_box dl {
    margin-bottom: 1.25rem;
    padding-left: 11.375rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box dl {
    width: 22.625rem;
    margin-left: 0.875rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.pamphlet_area .w_box dl dt {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pamphlet_area .w_box dl dt {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.75rem;
  }
}
.pamphlet_area .w_box dl dd {
  line-height: 1.25rem;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .pamphlet_area .w_box dl dd {
    line-height: 1.875rem;
  }
}
.pamphlet_area .w_box .btn {
  margin-top: 6.375rem;
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn {
    margin-top: 7.25rem;
  }
}
.pamphlet_area .w_box .btn a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 218, 193)), color-stop(50%, rgb(189, 243, 79)), to(rgb(38, 218, 193)));
  background: linear-gradient(90deg, rgb(38, 218, 193) 0%, rgb(189, 243, 79) 50%, rgb(38, 218, 193) 100%);
  background-size: 200% 100%;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 1.875rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .pamphlet_area .w_box .btn a {
    font-size: 1.5rem;
    line-height: 2.375rem;
    width: 25.875rem;
    border-radius: 2.5rem;
    height: 4.6875rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn a {
    font-size: 2.375rem;
    line-height: 3.75rem;
    height: 7.3125rem;
    width: 40.625rem;
    border-radius: 6.25rem;
  }
}
.pamphlet_area .w_box .btn a::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../../common/img/icon_yajirushi03.svg) no-repeat 0 50%;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn a::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 2.8125rem;
  }
}
.pamphlet_area .w_box .btn a:hover {
  background-position: 100% 0;
}
@media (min-width: 768px) {
  .pamphlet_area .w_box .btn {
    margin-top: -0.375rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn {
    margin-top: 2.3125rem;
  }
}
@media (min-width: 768px) {
  .pamphlet_area .w_box .btn a {
    width: 46.75rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
    padding: 2.125rem 0 2.5rem;
    letter-spacing: -0.0625rem;
    border-radius: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn a {
    width: 38.125rem;
    height: 6.25rem;
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: 0;
    padding-right: 4.375rem;
  }
}
.pamphlet_area .w_box .btn a::before {
  display: none;
}
.pamphlet_area .w_box .btn a::after {
  background: url(../img/icon_dl.svg) no-repeat 0 50%;
  background-size: 1.25rem auto;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  margin-left: 1.25rem;
}
@media (max-width: 767px) {
  .pamphlet_area .w_box .btn a::after {
    position: absolute;
    top: 50%;
    right: 3.3125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}