@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
/**
 * font size
 * ---------------------------
 */
:root {
  --fontSize: 20px;
  --font-2xs: calc(var(--fontSize) * 0.6); /* 12px */
  --font-xs: calc(var(--fontSize) * 0.7); /* 14px */
  --font-s: calc(var(--fontSize) * 0.8); /* 16px */
  --font-m: calc(var(--fontSize) * 0.9); /* 18px */
  --font-l: calc(var(--fontSize) * 1);
  --font-xl: calc(var(--fontSize) * 1.1); /* 22px */
  --font-2xl: calc(var(--fontSize) * 1.1); /* 22px */
  --font-3xl: calc(var(--fontSize) * 1.25); /* 25px */
  --font-4xl: calc(var(--fontSize) * 1.5); /* 30px */
  --font-4_2xl: calc(var(--fontSize) * 1.5); /* 30px */
  --font-5xl: calc(var(--fontSize) * 1.5); /* 30px */
}

@media (min-width: 768px) {
  :root {
    --font-2xs: calc(var(--fontSize) * 0.7); /* 14px */
    --font-xs: calc(var(--fontSize) * 0.8); /* 16px */
    --font-s: calc(var(--fontSize) * 0.9); /* 18px */
    --font-m: calc(var(--fontSize) * 1);
    --font-l: calc(var(--fontSize) * 1.1); /* 22px */
    --font-xl: calc(var(--fontSize) * 1.25); /* 25px */
    --font-2xl: calc(var(--fontSize) * 1.5); /* 30px */
    --font-3xl: calc(var(--fontSize) * 1.75); /* 35px */
    --font-4xl: calc(var(--fontSize) * 2); /* 40px */
    --font-4_2xl: calc(var(--fontSize) * 2.1); /* 42px */
    --font-5xl: calc(var(--fontSize) * 2.25); /* 45px */
  }
}
/*
overview
---------------------------*/
#overview {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FEF8DE), color-stop(70%, #ffffff));
  background: linear-gradient(180deg, #FEF8DE 30%, #ffffff 70%);
}
#overview > .wrap {
  padding: 0 0 65px;
  background: #ffffff;
  border-top: 1px solid #026934;
  border-left: 1px solid #026934;
  border-right: 1px solid #026934;
  border-radius: 25px 25px 0 0;
}
#overview .main {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}
#overview .main p {
  padding: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  paint-order: stroke;
  background: #3EC06F;
  border: 1px solid #026934;
  border-radius: 10px;
  text-stroke: 2px #026934;
  -webkit-text-stroke: 2px #026934;
}
#overview .detail {
  margin-top: 40px;
}
#overview .detail p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
#overview .detail p.em {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
#overview .btn-link .wrap {
  padding: 60px 0 0;
}
@media (min-width: 769px) {
  #overview > .wrap {
    padding: 0 0 84px;
    border-radius: 50px 50px 0 0;
  }
  #overview .main p {
    font-size: 35px;
  }
  #overview .detail {
    margin-top: 50px;
  }
  #overview .detail p {
    font-size: 20px;
  }
  #overview .detail p.em {
    font-size: 24px;
    line-height: 2.5;
  }
  #overview .btn-link .wrap {
    padding: 86px 0 0;
  }
}
@media (min-width: 900px) {
  #overview .main dl dt p {
    font-size: 40px;
  }
}

/*
merit
---------------------------*/
#merit .wrap {
  padding: 111px 0 145px;
  background: url("/img/common/green-bg.png");
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #026934;
  border-radius: 25px;
}
#merit .contents__box {
  margin-top: 80px;
}
#merit .contents__box .box__point {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #merit .wrap {
    padding: 113px 0 145px;
    border-radius: 50px;
  }
  #merit .contents__box {
    margin-top: 64px;
  }
}
@media (min-width: 900px) {
  #merit .contents__box .box__point {
    max-width: initial;
  }
}

/*
group-activity
---------------------------*/
#group-activity .wrap {
  padding: 100px 0 150px;
}
#group-activity .contents__box {
  margin-top: 66px;
}
#group-activity .contents__box .box__point {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#group-activity .contents__box .box__point--tab p:nth-of-type(1) {
  width: 50px;
}
#group-activity .contents__box .box__point--contents {
  -webkit-box-shadow: 15px 15px 0 #C0EDC6;
          box-shadow: 15px 15px 0 #C0EDC6;
}
#group-activity .contents__box .box__point--contents .img__wrap {
  aspect-ratio: 26/15;
}
@media (min-width: 900px) {
  #group-activity .contents__box .box__point {
    max-width: initial;
  }
}

/*
process
---------------------------*/
#process {
  margin-top: -80px;
  padding-top: 80px;
}
#process .wrap {
  padding: 100px 0 150px;
  background: url("/img/common/beige-bg.png");
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #026934;
  border-radius: 25px;
}
#process .inner {
  width: 100%;
}
#process .lower__detail {
  width: 87.5%;
  margin: 30px auto 0;
}
#process .lower__detail p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
#process .step__wrap {
  margin-top: 80px;
}
#process .step__wrap + .step__wrap {
  margin-top: 100px;
}
#process .step__wrap .step__title {
  position: relative;
  width: 87.5%;
  margin: 20px auto 0;
}
#process .step__wrap .step__title .step {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E75611;
  border: 1px solid #026934;
  border-radius: 30px;
}
#process .step__wrap .step__title .step p {
  padding: 5px 30px 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
#process .step__wrap .step__title .title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6px;
  background: #F0EAC7;
  -webkit-box-shadow: 15px 15px 0 #E1CD84;
          box-shadow: 15px 15px 0 #E1CD84;
  border: 1px solid #026934;
  border-radius: 15px;
}
#process .step__wrap .step__title .title h3 {
  padding: 36px 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  border-radius: 15px;
}
#process .step__wrap .step__table {
  width: 100%;
  margin-top: 50px;
  padding: 15px 0;
  background: #ffffff;
  border-top: 1px solid #026934;
  border-bottom: 1px solid #026934;
}
#process .step__wrap .step__table--inner {
  width: 100%;
  padding: 15px 0;
}
#process .step__wrap .step__table--item-2 .step__table--inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFF9B1), color-stop(50%, #FFF9B1), color-stop(50%, #D2FAE1), to(#D2FAE1));
  background: linear-gradient(90deg, #FFF9B1 0%, #FFF9B1 50%, #D2FAE1 50%, #D2FAE1 100%);
}
#process .step__wrap .step__table--item-2 .step__table--record > * {
  width: 50%;
  padding: 0 4%;
}
#process .step__wrap .step__table--item-3 .step__table--inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFF9B1), color-stop(33%, #FFF9B1), color-stop(33%, #D2FAE1), color-stop(66%, #D2FAE1), color-stop(66%, #DEFDB6), to(#DEFDB6));
  background: linear-gradient(90deg, #FFF9B1 0%, #FFF9B1 33%, #D2FAE1 33%, #D2FAE1 66%, #DEFDB6 66%, #DEFDB6 100%);
}
#process .step__wrap .step__table--item-3 .step__table--record > * {
  width: 33.3333333333%;
  padding: 0 10px;
}
#process .step__wrap .step__table--record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#process .step__wrap .step__table--mt-top {
  padding-top: 40px;
}
#process .step__wrap .step__table--content {
  position: relative;
}
#process .step__wrap .step__table--wrap {
  position: relative;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 rgba(2, 105, 52, 0.15);
          box-shadow: 8px 8px 0 rgba(2, 105, 52, 0.15);
  border: 1px solid #026934;
  border-radius: 15px;
  z-index: 2;
}
#process .step__wrap .step__table--title {
  width: 100%;
  padding: 9px 10px;
  margin-bottom: 20px;
  background: #026934;
  border-radius: 30px;
}
#process .step__wrap .step__table--title h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
#process .step__wrap .step__table--right {
  margin-left: auto;
}
#process .step__wrap .step__table--center {
  margin: 0 auto;
}
#process .step__wrap .step__table .title h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
#process .step__wrap .step__table .detail {
  margin-top: 10px;
}
#process .step__wrap .step__table .detail.contents {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #026934;
}
#process .step__wrap .step__table .detail > p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#process .step__wrap .step__table .detail ul li p, #process .step__wrap .step__table .detail ul li span {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
#process .step__wrap .step__table .detail ul li span {
  margin-right: 0.5em;
}
#process .step__wrap .arrow__to--bottom::before {
  content: "";
  position: absolute;
  bottom: -12vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 150px;
  background: #026934;
}
#process .step__wrap .arrow__to--bottom::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 8px;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#process .step__wrap .arrow__to--right-bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: 65%;
  height: 60%;
  border-top: 2px solid #026934;
  border-right: 2px solid #026934;
}
#process .step__wrap .arrow__to--right-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50%;
  width: 8px;
  height: 12px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#process .step__wrap .arrow__to--left-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -48%;
  width: 65%;
  height: 50%;
  border-bottom: 2px solid #026934;
  border-left: 2px solid #026934;
}
#process .step__wrap .arrow__to--left-top::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -48%;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#process .step__wrap .arrow__from--left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 20%;
  height: 45%;
  border-bottom: 2px solid #026934;
}
#process .step__wrap .arrow__from--left::after {
  content: "";
  position: absolute;
  top: -14%;
  bottom: 0;
  right: 4%;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#process .step__wrap .arrow__from--bottom::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 55px;
  background: #026934;
}
#process .step__wrap .arrow__from--bottom::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 6px;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#process .step__wrap .arrow__from--top-left::before {
  content: "";
  position: absolute;
  top: 65%;
  right: -48%;
  width: 60%;
  height: 75%;
  border-top: 2px solid #026934;
  border-right: 2px solid #026934;
}
#process .step__wrap .arrow__from--top-left::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 4%;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}
#process .step__wrap .arrow__from--bottom-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -48%;
  width: 65%;
  height: 45%;
  border-bottom: 2px solid #026934;
  border-right: 2px solid #026934;
}
#process .step__wrap .arrow__from--bottom-left::after {
  content: "";
  position: absolute;
  top: -19%;
  bottom: 0;
  right: 3%;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#process .step__wrap .arrow__from-right--bottom-left::before {
  content: "";
  position: absolute;
  top: -42%;
  right: -148%;
  width: 160%;
  height: 94%;
  border-bottom: 2px solid #026934;
  border-right: 2px solid #026934;
}
#process .step__wrap .arrow__from-right--bottom-left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#process .step__wrap .arrow__from-right--left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -148%;
  width: 160%;
  height: 1.5px;
  background: #026934;
}
#process .step__wrap .arrow__from-right--left::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 24px;
  width: 6px;
  height: 10px;
  background: url("/img/common/icon-arrow-triangle-green.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#process .step__wrap .icon__circle--left {
  left: -26%;
}
#process .step__wrap .icon__circle--right {
  right: -42%;
}
#process .step__wrap .icon__circle--green {
  position: absolute;
  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;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: var(--font-s);
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  background: #026934;
  border-radius: 50%;
}
#process .step__wrap .icon__circle--orange {
  position: absolute;
  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;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: var(--font-s);
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  background: #E75611;
  border-radius: 50%;
}
@media (min-width: 350px) {
  #process .step__wrap .arrow__from--left::after {
    right: 6%;
  }
  #process .step__wrap .arrow__from--top-left::after {
    right: 6%;
  }
  #process .step__wrap .arrow__from--bottom-left::after {
    right: 6%;
  }
}
@media (min-width: 769px) {
  #process {
    margin-top: -160px;
    padding-top: 160px;
  }
  #process .wrap {
    border-radius: 50px;
  }
  #process .inner {
    width: 87.5%;
  }
  #process .lower__detail {
    margin-top: 50px;
  }
  #process .lower__detail p {
    font-size: 20px;
  }
  #process .step__wrap {
    margin-top: 93px;
  }
  #process .step__wrap .step__title {
    width: 100%;
    margin: 30px auto 0;
  }
  #process .step__wrap .step__title .step {
    top: -30px;
  }
  #process .step__wrap .step__title .step p {
    padding: 7px 42px 10px;
    font-size: 24px;
  }
  #process .step__wrap .step__title .title {
    width: 70%;
  }
  #process .step__wrap .step__title .title h3 {
    padding: 33px 10px;
    font-size: 28px;
  }
  #process .step__wrap .step__table {
    padding: 20px 10px;
    border-radius: 30px;
    border: 1px solid #026934;
  }
  #process .step__wrap .step__table--inner {
    padding: 30px 0;
    border-radius: 20px;
  }
  #process .step__wrap .step__table--item-2 .step__table--record > * {
    padding: 0 2%;
  }
  #process .step__wrap .step__table--mt-top {
    padding-top: 45px;
  }
  #process .step__wrap .step__table--wrap {
    padding: 30px 10px;
    border-radius: 30px;
  }
  #process .step__wrap .step__table--title {
    margin-bottom: 30px;
    padding: 14px 10px;
  }
  #process .step__wrap .step__table--title h4 {
    font-size: 18px;
  }
  #process .step__wrap .step__table .title {
    border-radius: 30px;
  }
  #process .step__wrap .step__table .title h5 {
    font-size: 18px;
    border-radius: 30px;
  }
  #process .step__wrap .step__table .detail {
    margin-top: 15px;
  }
  #process .step__wrap .step__table .detail.contents {
    margin-top: 30px;
    padding-top: 30px;
  }
  #process .step__wrap .step__table .detail > p {
    font-size: var(--font-m);
  }
  #process .step__wrap .step__table .detail ul li p {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: var(--font-m);
  }
  #process .step__wrap .arrow__to--bottom::before {
    bottom: -45%;
    height: 80%;
  }
  #process .step__wrap .arrow__to--bottom::after {
    content: "";
    position: absolute;
    bottom: -25%;
  }
  #process .step__wrap .arrow__from--left::after {
    right: 2.5%;
  }
  #process .step__wrap .arrow__from--top-left::after {
    right: 2.5%;
  }
  #process .step__wrap .arrow__from--bottom-left::after {
    top: -20px;
    right: 2.5%;
  }
}
@media (min-width: 1400px) {
  #process .step__wrap .step__table {
    padding: 30px;
  }
  #process .step__wrap .step__table--item-2 .step__table--record > * {
    padding: 0 30px;
  }
  #process .step__wrap .step__table--item-3 .step__table--record > * {
    width: 33.3333333333%;
    padding: 0 30px;
  }
  #process .step__wrap .step__table--wrap {
    padding: 30px;
    -webkit-box-shadow: 15px 15px 0 rgba(2, 105, 52, 0.15);
            box-shadow: 15px 15px 0 rgba(2, 105, 52, 0.15);
  }
  #process .step__wrap .step__table--title h4 {
    font-size: var(--font-m);
  }
  #process .step__wrap .step__table .title h5 {
    font-size: var(--font-m);
  }
  #process .step__wrap .arrow__from--left::after {
    right: 24px;
  }
  #process .step__wrap .arrow__from--top-left::after {
    right: 24px;
  }
  #process .step__wrap .arrow__from--bottom-left::after {
    right: 24px;
  }
}

/*
btn-link
---------------------------*/
.btn-link .wrap {
  padding: 100px 0 150px;
}
.btn-link .btn__list > div {
  border-radius: 15px;
}
.btn-link .btn__list > div:nth-of-type(2) a {
  margin-top: 5px;
  padding: 20px;
}
.btn-link .btn__list > div 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;
  height: 100%;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 15px;
}
@media (min-width: 350px) {
  .btn-link .btn__list > div:nth-of-type(2) a {
    margin-top: 0;
    padding: 34px 20px;
  }
}
@media (min-width: 769px) {
  .btn-link .btn__list > div {
    height: auto;
    border-radius: 30px;
  }
  .btn-link .btn__list > div:nth-of-type(2) a {
    padding: 30px 60px 32px 10px;
  }
  .btn-link .btn__list > div a {
    padding: 30px 60px 32px 10px;
    border-radius: 30px;
  }
}
@media (min-width: 1120px) {
  .btn-link .btn__list > div:nth-of-type(2) a {
    padding: 30px 50px 32px 10px;
  }
  .btn-link .btn__list > div a {
    padding: 30px 50px 32px 10px;
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .btn-link .btn__list > div:nth-of-type(2) a {
    padding: 30px 10px 32px;
  }
  .btn-link .btn__list > div a {
    padding: 30px 10px 32px;
  }
}/*# sourceMappingURL=event.css.map */