@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*add*/
/*/add*/
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  color: #382213;
  box-sizing: border-box;
  word-break: break-word;
}

iframe {
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
  height: auto;
}

picture {
  display: block;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a img {
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
}

input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

input:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: 1px solid transparent;
  }
  a {
    transition: opacity 0.2s ease-in-out;
  }
  a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------
    common
------------------------------ */
.preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.wrap {
  position: relative;
  width: 116.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 35.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .tb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.bg_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(180deg, #EFEFEF 1px, transparent 1px);
  background-size: 100% 4.5rem;
}
@media screen and (max-width: 767px) {
  .bg_line::before {
    background-size: 100% 2.8rem;
  }
}

section[class^=sec] {
  border-top: 10px solid #1EAA39;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section[class^=sec] > * {
  position: relative;
  z-index: 1;
}

.yellowLine {
  background: linear-gradient(transparent 45%, #FFF872 45%, #FFF872 97%, transparent 97%);
}

.redTxt {
  color: #EA0029;
}

.size120 {
  font-size: 120%;
}

.btn_df {
  border-radius: 100vh;
  background-color: #382213;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  padding: 0.8rem 3rem 1rem 1.8rem;
  position: relative;
}
.btn_df::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
  border-width: 0.8rem 1rem;
}
.btn_df--green {
  background-color: #1EAA39;
}
.btn_df--purple {
  background-color: #842E78;
}
@media screen and (max-width: 767px) {
  .btn_df {
    font-size: 1.4rem;
    padding-right: 2.8rem;
  }
  .btn_df::after {
    border-width: 0.6rem 0.8rem;
  }
}

/* ------------------------------

    mv

------------------------------ */
.mv {
  line-height: 0;
  font-size: 0;
}

/* ------------------------------

    sec1

------------------------------ */
.sec1 {
  border-top: none !important;
}
.sec1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern1_pc@2x.png) no-repeat center top/100% auto;
}
.sec1.bg_line::before {
  top: 1rem;
}
.sec1 > .wrap {
  padding: 7.5rem 0 0;
}
.sec1 .secTtl {
  width: 34.8rem;
  margin: 0 auto;
}
.sec1 .txt1 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  text-align: center;
  font-weight: bold;
}
.sec1 .txt1_caution {
  color: #EA0029;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}
.sec1 .txt2 {
  position: relative;
  margin-top: 6.1rem;
  height: 9rem;
  padding-top: 2.5rem;
  text-align: center;
}
.sec1 .txt2 picture {
  width: 72.1rem;
  margin: 0 auto;
}
.sec1 .txt2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #137C4A;
}
.sec1 .txt2::after {
  content: "";
  position: absolute;
  bottom: 9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 116.6rem;
  height: 30rem;
  background: url(../img/bg_sec1_1@2x.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .sec1::after {
    top: 0;
    background: url(../img/bg_pattern1_sp@2x.png) no-repeat center top/36.1rem auto;
  }
  .sec1.bg_line::before {
    top: 0;
  }
  .sec1 > .wrap {
    padding: 3.4rem 0 0;
    width: 100%;
  }
  .sec1 .secTtl {
    width: 15.4rem;
  }
  .sec1 .txt1 {
    margin: 1.4rem auto 0;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    width: 33.5rem;
  }
  .sec1 .txt1_caution {
    margin: 1.4rem auto 0;
    width: 33.5rem;
    text-align: left;
  }
  .sec1 .txt2 {
    margin: 10rem auto 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .sec1 .txt2 picture {
    width: 90%;
    padding: 1rem 0;
  }
  .sec1 .txt2:after {
    background: url(../img/bg_sec1_1@2x.png) no-repeat center bottom/100% auto;
    height: 14.4rem;
    width: 90%;
    bottom: 100%;
  }
}

/* ------------------------------

    sec2

------------------------------ */
.sec2 {
  border-top: none !important;
}
.sec2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern1_pc@2x.png) no-repeat center top/100% auto;
}
.sec2.bg_line::before {
  top: 1rem;
}
.sec2 > .wrap {
  padding: 11.1rem 0 7.5rem;
}
.sec2 > .wrap::after {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 101.2rem;
  height: 21.5rem;
  background: url(../img/bg_sec2_1_pc@2x.png) no-repeat center top/100% auto;
}
.sec2 .secTtl {
  width: 54.4rem;
  margin: 0 auto 7rem;
}
.sec2 .btn_wrap {
  width: 16.7rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .sec2::after {
    top: 0;
    background: url(../img/bg_pattern1_sp@2x.png) no-repeat center top/36.1rem auto;
  }
  .sec2.bg_line::before {
    top: 0;
  }
  .sec2 > .wrap {
    padding: 3.4rem 0 3rem;
    width: 100%;
  }
  .sec2 .secTtl {
    width: 21.4rem;
    margin-bottom: 3rem;
  }
  .sec2 .btn_wrap {
    width: 10rem;
  }
}

.event_step {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.event_step__item {
  background-color: #ffffff;
  border: 2px solid #1EAA39;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30.0171526587%;
  padding: 2rem;
  position: relative;
}
.event_step__item::after {
  content: "";
  background: url(../img/icn_triangle.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 1.9rem;
  aspect-ratio: 19/30;
  position: absolute;
  top: 50%;
  right: -4.4rem;
  transform: translateY(-50%);
}
.event_step__item:last-child::after {
  display: none;
}
.event_step__inner {
  display: block;
}
.event_step__icn {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 11.1rem;
}
.event_step__ttl {
  color: #1EAA39;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 1.3rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.event_step__ttl::after {
  content: "";
  display: block;
  border-bottom: 2px solid #1EAA39;
  height: 0;
  width: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.event_step__txt {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
.event_step--red .event_step__item {
  border-color: #EA0029;
}
.event_step--red .event_step__item::after {
  background-image: url(../img/icn_triangle-red.svg);
}
.event_step--red .event_step__ttl {
  color: #EA0029;
}
.event_step--red .event_step__ttl::after {
  border-bottom-color: #EA0029;
}
@media screen and (max-width: 767px) {
  .event_step {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-left: auto;
  }
  .event_step__item {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 5rem;
  }
  .event_step__item::after {
    width: 1.4rem;
    top: auto;
    right: 50%;
    bottom: -4rem;
    transform: translateY(0%) translateX(50%) rotate(90deg);
  }
  .event_step__item:last-child {
    margin-bottom: 2rem;
  }
  .event_step__icn {
    width: 8rem;
  }
  .event_step__ttl {
    font-size: 1.4rem;
  }
  .event_step__txt {
    font-size: 1.4rem;
  }
}

/* ------------------------------

    sec3

------------------------------ */
.sec3 {
  background: #FFFCE6;
}
.sec3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_pattern2_pc@2x.png) no-repeat center top/100% auto;
}
.sec3.bg_line::before {
  top: 0;
}
.sec3 > .wrap {
  padding: 7rem 0;
  text-align: center;
}
.sec3 .secTtl {
  width: 30.4rem;
  margin: 0 auto 2rem;
}
.sec3 .secSubTtl {
  color: #EA0029;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.sec3 .txtWrap {
  display: inline-block;
}
.sec3 .txtWrap .imgWrap {
  width: 100%;
  position: relative;
}
.sec3 .txtWrap .imgWrap__l {
  position: absolute;
  top: 0;
  right: 100%;
  width: 22.4rem;
}
.sec3 .txtWrap .imgWrap__r {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 2rem;
  width: 17.5rem;
}
.sec3 .txt1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.89;
  position: relative;
  z-index: 1;
}
.sec3 .area1 {
  position: relative;
  z-index: 0;
  margin: -4rem auto 0;
  width: 102.1rem;
}
.sec3 .area2 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 3.4rem 4rem 4.7rem;
  margin-bottom: 2rem;
}
.sec3 .area2 .areaTtl {
  width: 59.9rem;
  margin: 0 auto 3rem;
}
.sec3 .area2 .area2_list {
  display: -webkit-box;
  display: flex;
}
.sec3 .area2 .area2_list__item {
  background-color: #EFF1D8;
  border: 2px dotted #007246;
  border-radius: 8px;
  margin-right: 0.9rem;
  padding: 1.2rem 0.8rem;
  width: 24.4014732965%;
}
.sec3 .area2 .area2_list__item:last-child {
  margin-right: 0;
}
.sec3 .area2 .area2_list__thmb {
  display: block;
  margin-bottom: 2rem;
}
.sec3 .area2 .area2_list__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  padding: 0 1rem;
}
.sec3 .area3 {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 2.2rem;
  overflow: hidden;
}
.sec3 .area3 .areaTtl {
  background-color: #EA0029;
  padding: 2.4rem;
}
.sec3 .area3 .areaTtl picture {
  display: block;
  width: 59rem;
  margin: 0 auto;
}
.sec3 .area4 {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 4.4rem 4rem 6.6rem;
  text-align: center;
}
.sec3 .area4 .areaTtl {
  color: #ffffff;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.35;
  position: relative;
  text-align: center;
  z-index: 1;
}
.sec3 .area4 .areaTtl::after {
  background-color: #CE5A1D;
  content: "";
  display: block;
  width: 135%;
  height: 0;
  padding-bottom: 50%;
  border-radius: 50%/0 0 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: -1;
}
.sec3 .area4 .img1 {
  width: 96.1rem;
  margin: -14rem auto 0;
}
.sec3 .area4 .img2 {
  margin: -1.5rem 0 4.4rem;
}
.sec3 .area4 .img3 {
  width: 103.4rem;
  margin: 0 auto 2rem;
}
.sec3 .area4 .img2_notice {
  color: #EA0029;
  text-align: center;
}
.sec3 .area4 .map {
  margin: 3rem 0;
  position: relative;
}
.sec3 .area4 .map::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 51.5653775322%;
}
.sec3 .area4 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec3 .area4 .aside_wrap {
  display: -webkit-box;
  display: flex;
  margin-bottom: 5rem;
}
.sec3 .area4 .aside_wrap .rurubu_box {
  border: 1px dashed #DB9C22;
  border-radius: 8px;
  background-color: #FAEBD1;
  width: 108.6rem;
  padding-bottom: 0.9rem;
  margin-right: 2rem;
}
.sec3 .area4 .aside_wrap .rurubu_box__head {
  display: -webkit-box;
  display: flex;
}
.sec3 .area4 .aside_wrap .rurubu_box__ttl {
  width: 45rem;
  margin: -1px 2.5rem 0 -1px;
}
.sec3 .area4 .aside_wrap .rurubu_box__subttl {
  width: 31.4rem;
  padding-top: 0.4rem;
}
.sec3 .area4 .aside_wrap .rurubu_box__main {
  display: -webkit-box;
  display: flex;
  margin-top: 0.7rem;
  margin-left: 5.8rem;
  margin-right: 3rem;
}
.sec3 .area4 .aside_wrap .rurubu_box__thmb {
  flex: 0 0 12.2rem;
  margin-right: 3.4rem;
}
.sec3 .area4 .aside_wrap .rurubu_box__detail {
  padding: 1rem 0;
}
.sec3 .area4 .aside_wrap .rurubu_box__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.56;
  margin-bottom: 1.5rem;
}
.sec3 .area4 .aside_wrap .instagram_box {
  background-color: #EFF1D8;
  border: 1px dashed #007246;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex: 0 0 22.9rem;
}
.sec3 .area4 .aside_wrap .instagram_box__txt {
  width: 15.5rem;
}
.sec3 .area4 .aside_wrap .instagram_box__btn {
  text-align: center;
}
.sec3 .area4 .hyogo_box {
  background-color: #ffffff;
  border: 6px solid #CBCBCB;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 2.4rem 3rem;
}
.sec3 .area4 .hyogo_box__ttl {
  flex: 0 0 33.5rem;
  margin-right: 2rem;
}
.sec3 .area4 .hyogo_box__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3::after {
    top: 0;
    background: url(../img/bg_pattern2_sp@2x.png) no-repeat center top/36.2rem auto;
  }
  .sec3.bg_line::before {
    top: 0.7rem;
  }
  .sec3 > .wrap {
    padding: 3.2rem 0 0;
    width: 100%;
  }
  .sec3 .secTtl {
    width: 12.8rem;
  }
  .sec3 .secSubTtl {
    font-size: 1.6rem;
  }
  .sec3 .txtWrap .imgWrap {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .sec3 .txtWrap .imgWrap__l {
    position: static;
    width: 17.4rem;
    margin-left: -2rem;
  }
  .sec3 .txtWrap .imgWrap__r {
    position: static;
    width: 12.5rem;
    margin-left: 1rem;
  }
  .sec3 .txt1 {
    font-size: 1.4rem;
  }
  .sec3 .area1 {
    margin-top: 0;
    width: 100%;
  }
  .sec3 .area2 {
    border-radius: 0;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .sec3 .area2 .areaTtl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec3 .area2 .area2_list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec3 .area2 .area2_list__item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .sec3 .area2 .area2_list__thmb {
    margin-bottom: 1rem;
  }
  .sec3 .area2 .area2_list__txt {
    font-size: 1.4rem;
  }
  .sec3 .area3 {
    margin: 2rem 1rem;
  }
  .sec3 .area3 .areaTtl {
    padding: 1.4rem 2rem;
  }
  .sec3 .area3 .areaTtl picture {
    width: 100%;
  }
  .sec3 .area4 {
    margin: 0 1rem;
    padding: 1rem 1rem 3rem;
  }
  .sec3 .area4 .areaTtl {
    font-size: 1.6rem;
  }
  .sec3 .area4 .areaTtl::after {
    transform: translate(-50%, -30%);
  }
  .sec3 .area4 .img1 {
    width: 100%;
    margin-top: -3rem;
  }
  .sec3 .area4 .img2 {
    margin-top: -0.2rem;
    margin-bottom: 2rem;
  }
  .sec3 .area4 .img3 {
    width: 100%;
    margin: 0 0 1rem;
  }
  .sec3 .area4 .img2_notice {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .sec3 .area4 .map::after {
    padding-bottom: 150%;
  }
  .sec3 .area4 .aside_wrap {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .sec3 .area4 .aside_wrap .rurubu_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__head {
    flex-wrap: wrap;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__ttl {
    width: 100%;
    margin-right: 0;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__subttl {
    width: 69.7777777778%;
    margin: 0 auto 1rem;
    padding-top: 0.8rem;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__main {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__thmb {
    flex: 0 0 8rem;
    margin-right: 2rem;
  }
  .sec3 .area4 .aside_wrap .rurubu_box__txt {
    font-size: 1.4rem;
  }
  .sec3 .area4 .aside_wrap .instagram_box {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .sec3 .area4 .hyogo_box {
    padding: 2rem;
    flex-wrap: wrap;
  }
  .sec3 .area4 .hyogo_box__ttl {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
    flex: 0 0 auto;
    width: 90%;
  }
  .sec3 .area4 .hyogo_box__detail {
    width: 100%;
  }
  .sec3 .area4 .hyogo_box__txt {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .sec3 .area4 .hyogo_box__btn {
    text-align: center;
  }
}

/* ------------------------------

    footer

------------------------------ */
.footer {
  background: #137C4A;
}
.footer .wrap {
  padding: 4.6rem 2rem 1rem;
  text-align: center;
}
.footer__ttl {
  background-color: #ffffff;
  border-radius: 100vh;
  color: #137C4A;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.8rem 1.4rem;
  min-width: 14.3rem;
  text-align: center;
}
.footer__txt {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin: 2rem 0 3rem;
}
.footer .icn_tel::before,
.footer .icn_mail::before,
.footer .icn_line::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.footer .icn_tel::before {
  background-image: url(../img/icn_tel.svg);
  width: 1.8rem;
  aspect-ratio: 18/18;
}
.footer .icn_mail::before {
  background-image: url(../img/icn_mail.svg);
  width: 2.1rem;
  aspect-ratio: 15/21;
}
.footer .icn_line::before {
  background-image: url(../img/icn_line.svg);
  width: 3.3rem;
  aspect-ratio: 33/33;
}
.footer .copy {
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 0.7rem;
}
@media screen and (max-width: 767px) {
  .footer .wrap {
    padding: 3rem 0 1px;
  }
  .footer__ttl {
    font-size: 1.6rem;
  }
  .footer__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/*# sourceMappingURL=style.css.map */
