@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 */
  }
}
.section-title__wrap {
  margin-bottom: 50px;
}
.section-title__wrap h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(6.5vw, 28px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #026934;
}
.section-title__wrap h3::before, .section-title__wrap h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 50px;
}
.section-title__wrap h3::before {
  left: -30px;
  background: url("/img/common/brackets-start.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title__wrap h3::after {
  right: -30px;
  background: url("/img/common/brackets-end.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title__wrap > p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 769px) {
  .section-title__wrap h3 {
    font-size: 34px;
  }
  .section-title__wrap h3::before, .section-title__wrap h3::after {
    width: 22px;
    height: 72px;
  }
  .section-title__wrap h3::before {
    left: -100px;
  }
  .section-title__wrap h3::after {
    right: -100px;
  }
  .section-title__wrap > p {
    margin-top: 40px;
    font-size: 20px;
  }
}

/*
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 {
  background: #ffffff;
  border-top: 1px solid #026934;
  border-left: 1px solid #026934;
  border-right: 1px solid #026934;
  border-radius: 25px 25px 0 0;
}
@media (min-width: 769px) {
  #overview > .wrap {
    border-radius: 50px 50px 0 0;
  }
}

/*
main-title
---------------------------*/
#main-title .wrap {
  margin-bottom: 80px;
}
#main-title .title__wrap {
  margin-bottom: 20px;
}
#main-title .title__wrap h2 {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#main-title .title__wrap h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  height: 100%;
  background: url("/img/sponsor/line-double-start-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/35;
}
#main-title .title__wrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10%;
  height: 100%;
  background: url("/img/sponsor/line-double-end-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/35;
}
#main-title .title__wrap p {
  margin-top: 10px;
  font-size: min(7vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
#main-title .detail__wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 35px;
}
#main-title .detail__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 50px;
  height: 50px;
  background: url("/img/sponsor/main_title-illust-left.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#main-title .detail__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 50px;
  height: 50px;
  background: url("/img/sponsor/main_title-illust-right.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#main-title .detail__wrap .detail__inner {
  padding: 30px 15px;
  border: 1px solid #026934;
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px 0 #C0EDC6;
          box-shadow: 15px 15px 0 #C0EDC6;
}
#main-title .detail__wrap .detail__inner p {
  position: relative;
  padding: 0 15px;
  font-size: min(4.7vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
#main-title .detail__wrap .detail__inner p .icon-circle--left::before, #main-title .detail__wrap .detail__inner p .icon-circle--left::after,
#main-title .detail__wrap .detail__inner p .icon-circle--right::before,
#main-title .detail__wrap .detail__inner p .icon-circle--right::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #026934;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 0 #C0EDC6;
          box-shadow: 2px 2px 0 #C0EDC6;
}
#main-title .detail__wrap .detail__inner p .icon-circle--left::before {
  top: 0;
  left: 0;
}
#main-title .detail__wrap .detail__inner p .icon-circle--left::after {
  bottom: 0;
  left: 0;
}
#main-title .detail__wrap .detail__inner p .icon-circle--right::before {
  top: 0;
  right: 0;
}
#main-title .detail__wrap .detail__inner p .icon-circle--right::after {
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  #main-title .wrap {
    margin-bottom: 100px;
  }
  #main-title .title__wrap h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: min(8vw, 86px);
  }
  #main-title .title__wrap h2::before {
    width: 6%;
    left: -120px;
    background: url("/img/sponsor/line-double-start-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: auto;
  }
  #main-title .title__wrap h2::after {
    width: 6%;
    right: -120px;
    background: url("/img/sponsor/line-double-end-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: auto;
  }
  #main-title .title__wrap h2 img {
    height: 100%;
  }
  #main-title .title__wrap p {
    font-size: 34px;
  }
  #main-title .detail__wrap {
    padding-top: 50px;
  }
  #main-title .detail__wrap .detail__inner {
    padding: 30px;
  }
  #main-title .detail__wrap .detail__inner::before {
    top: 0;
    left: 60px;
    width: 70px;
    height: 70px;
  }
  #main-title .detail__wrap .detail__inner::after {
    right: 60px;
    width: 70px;
    height: 70px;
  }
  #main-title .detail__wrap .detail__inner p {
    font-size: min(2.3vw, 20px);
  }
}

/*
merit
---------------------------*/
#merit .wrap {
  padding: 70px 0 100px;
  background: #FEF8DE;
  border: 1px solid #026934;
  border-radius: 50px;
}
@media (min-width: 769px) {
  #merit .wrap {
    padding: 100px 0 150px;
  }
}

/*
menu
---------------------------*/
#menu .wrap {
  padding: 80px 0 100px;
}
#menu .section-detail__wrap {
  margin-top: 50px;
}
#menu .section-detail__wrap > dl {
  border: 1px solid #026934;
  border-radius: 15px;
}
#menu .section-detail__wrap > dl + dl {
  margin-top: 50px;
}
#menu .section-detail__wrap > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: #FEF8DE;
  border-bottom: 1px solid #026934;
  border-radius: 15px 15px 0 0;
}
#menu .section-detail__wrap > dl > dt .label {
  width: 130px;
  margin-bottom: 10px;
  padding: 5px 25px 8px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #E75611;
  border: 1px solid #026934;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 0 #026934;
          box-shadow: 2px 2px 0 #026934;
}
#menu .section-detail__wrap > dl > dt .text {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}
#menu .section-detail__wrap > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
#menu .section-detail__wrap > dl > dd .text__contents {
  width: 100%;
}
#menu .section-detail__wrap > dl > dd .text__contents .text p {
  font-size: min(4.5vw, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#menu .section-detail__wrap > dl > dd .text__contents .text .box {
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  background: #FFF9B1;
  border: 1px solid #026934;
  border-radius: 10px;
}
#menu .section-detail__wrap > dl > dd .text__contents .example {
  margin-top: 40px;
}
#menu .section-detail__wrap > dl > dd .text__contents .example .title {
  width: 95px;
  padding: 6px 5px 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #026934;
  border-radius: 20px;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul {
  margin-top: 10px;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul li {
  position: relative;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #E75611;
  border-radius: 50%;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul li.mt {
  margin-top: 16px;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#menu .section-detail__wrap > dl > dd .text__contents .example ul li p:first-of-type {
  padding-left: 1.5em;
}
#menu .section-detail__wrap > dl > dd .img__contents {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}
#menu .section-detail__wrap > dl > dd .img__contents.item--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu .section-detail__wrap > dl > dd .img__contents.item--2 figure {
  width: 100%;
}
#menu .section-detail__wrap > dl > dd .img__contents.item--2 figure:nth-of-type(2) {
  margin-top: 30px;
}
#menu .section-detail__wrap > dl > dd .img__contents.item--2 figure img {
  border-radius: 15px;
}
#menu .section-detail__wrap > dl > dd .img__contents .title {
  width: 100%;
  max-width: 325px;
  margin: 0 auto 23px;
}
#menu .section-detail__wrap > dl > dd .img__contents .title p {
  font-size: min(5.5vw, 20px);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
#menu .section-detail__wrap > dl > dd .img__contents .title .text-img {
  position: relative;
}
#menu .section-detail__wrap > dl > dd .img__contents .title .text-img::before, #menu .section-detail__wrap > dl > dd .img__contents .title .text-img::after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 12%;
  height: 47%;
}
#menu .section-detail__wrap > dl > dd .img__contents .title .text-img::before {
  left: 0;
  background: url("/img/sponsor/line-start.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .section-detail__wrap > dl > dd .img__contents .title .text-img::after {
  right: 0;
  background: url("/img/sponsor/line-end.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .section-detail__wrap > dl > dd .img__contents .title .text-img .img__wrap {
  width: 70%;
  margin: 0 auto;
}
#menu .section-detail__wrap > dl > dd .img__contents figure {
  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;
  width: 100%;
  background: #D2FAE1;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#menu .section-detail__wrap > dl > dd .img__contents figure .img__wrap.img--80 {
  width: 80%;
}
#menu .section-detail__wrap > dl > dd .img__contents figure .img__wrap.img--70 {
  width: 70%;
}
#menu .section-detail__wrap > dl > dd .img__contents figure figcaption .main {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#menu .section-detail__wrap > dl > dd .img__contents figure figcaption .point-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#menu .section-detail__wrap > dl > dd .img__contents figure figcaption .point {
  margin: -10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #E75611;
}
#menu .section-detail__wrap > dl > dd .img__contents figure figcaption .point .number {
  font-size: 24px;
}
#menu .outline__wrap {
  margin-top: 50px;
}
#menu .outline__wrap > p {
  font-size: min(5vw, 18px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#menu .outline__wrap .btn {
  width: 100%;
  max-width: 680px;
  margin: 30px auto 0;
  border-radius: 15px;
}
#menu .outline__wrap .btn a {
  padding: 20px 65px;
  font-size: min(3.5vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 15px;
}
@media (min-width: 769px) {
  #menu .wrap {
    padding: 100px 0 150px;
  }
  #menu .btn {
    max-width: 580px;
    margin: 60px auto 0;
    border-radius: 30px;
  }
  #menu .btn a {
    padding: 30px 65px;
    font-size: 20px;
    border-radius: 30px;
  }
  #menu .section-detail__wrap > dl > dd .img__contents .title {
    max-width: initial;
  }
  #menu .section-detail__wrap > dl > dd .img__contents .title .text-img::before, #menu .section-detail__wrap > dl > dd .img__contents .title .text-img::after {
    width: 26px;
    height: 61px;
  }
  #menu .section-detail__wrap > dl > dd .img__contents .title .text-img .img__wrap {
    width: 82%;
  }
}
@media (min-width: 1000px) {
  #menu .section-detail__wrap > dl {
    border-radius: 30px;
  }
  #menu .section-detail__wrap > dl > dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 50px;
    border-radius: 30px 30px 0 0;
  }
  #menu .section-detail__wrap > dl > dt .label {
    width: 180px;
    margin-right: 30px;
    padding: 7px 5px 10px;
    font-size: 24px;
  }
  #menu .section-detail__wrap > dl > dt .text {
    width: calc(100% - 180px);
    font-size: 28px;
  }
  #menu .section-detail__wrap > dl > dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents {
    width: 55%;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .text p {
    font-size: 18px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .text .box {
    margin-top: 40px;
    padding: 30px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .example .title {
    font-size: 20px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .example ul {
    margin-top: 20px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .example ul li::before {
    top: 9px;
    width: 18px;
    height: 18px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .example ul li.mt {
    margin-top: 18px;
  }
  #menu .section-detail__wrap > dl > dd .text__contents .example ul li p {
    font-size: 18px;
  }
  #menu .section-detail__wrap > dl > dd .img__contents {
    width: 45%;
    max-width: initial;
    margin: 0;
    padding-left: 40px;
  }
  #menu .section-detail__wrap > dl > dd .img__contents.item--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu .section-detail__wrap > dl > dd .img__contents.item--2 figure {
    width: calc((100% - 40px) / 2);
  }
  #menu .section-detail__wrap > dl > dd .img__contents.item--2 figure:nth-of-type(2) {
    margin-top: 0;
  }
  #menu .section-detail__wrap > dl > dd .img__contents.item--2 figure img {
    border-radius: 30px;
  }
  #menu .section-detail__wrap > dl > dd .img__contents .title p {
    font-size: min(1.7vw, 22px);
  }
  #menu .outline__wrap {
    margin-top: 50px;
  }
  #menu .outline__wrap > p {
    font-size: min(2.2vw, 20px);
  }
  #menu .outline__wrap .btn {
    margin: 45px auto 0;
    border-radius: 30px;
  }
  #menu .outline__wrap .btn a {
    padding: 31px 65px;
    font-size: 24px;
    border-radius: 30px;
  }
}

/*
contact
---------------------------*/
#contact .wrap {
  margin-bottom: 100px;
  padding: 70px 0 100px;
  background: #D2FAE1;
  border: 1px solid #026934;
  border-radius: 50px;
}
#contact .bubble {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 52px;
  -webkit-box-shadow: 2px 2px 0 #026934;
          box-shadow: 2px 2px 0 #026934;
  border-radius: 10px;
  z-index: 2;
}
#contact .bubble p {
  position: relative;
  padding: 24px 15px;
  font-size: min(3.8vw, 18px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #3EC06F;
  border-radius: 10px;
  z-index: 3;
}
#contact .bubble .triangle::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 17px 0 17px;
  border-color: #026934 transparent transparent transparent;
  z-index: 2;
}
#contact .bubble .triangle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #3EC06F transparent transparent transparent;
  z-index: 2;
}
#contact .section-detail__wrap {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin: 80px auto 0;
  padding: 50px 25px;
  background: #ffffff;
  border: 1px solid #026934;
  border-radius: 30px;
}
#contact .section-detail__wrap .name {
  font-size: min(6vw, 24px);
  font-weight: 700;
  text-align: center;
}
#contact .section-detail__wrap .tel {
  margin-top: 10px;
  font-size: min(7vw, 28px);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
#contact .section-detail__wrap .time {
  font-size: min(4.5vw, 18px);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
#contact .section-detail__wrap .attention {
  font-size: min(3.7vw, 16px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
#contact .section-detail__wrap .btn {
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
}
#contact .section-detail__wrap .btn a {
  padding: 15px 25px 20px;
  font-size: min(4vw, 18px);
  font-weight: 700;
  text-align: center;
}
#contact .section-detail__wrap .btn a::after {
  right: 10px;
}
@media (min-width: 769px) {
  #contact .wrap {
    margin-bottom: 150px;
    padding: 100px 0 150px;
  }
  #contact .bubble p {
    padding: 24px 35px;
    font-size: 20px;
  }
  #contact .section-detail__wrap {
    padding: 50px 60px;
  }
  #contact .section-detail__wrap .name {
    font-size: 28px;
  }
  #contact .section-detail__wrap .tel {
    margin-top: 10px;
    font-size: 34px;
  }
  #contact .section-detail__wrap .time {
    font-size: 18px;
  }
  #contact .section-detail__wrap .attention {
    font-size: 16px;
  }
  #contact .section-detail__wrap .btn {
    max-width: 650px;
  }
  #contact .section-detail__wrap .btn a {
    padding: 22px 55px 26px;
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  #contact .bubble p {
    padding: 24px 50px;
  }
}/*# sourceMappingURL=sponsor.css.map */