@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
#wrapper div, #wrapper span, #wrapper applet, #wrapper object, #wrapper iframe,
#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, #wrapper p, #wrapper blockquote, #wrapper pre,
#wrapper a, #wrapper abbr, #wrapper acronym, #wrapper address, #wrapper big, #wrapper cite, #wrapper code,
#wrapper del, #wrapper dfn, #wrapper em, #wrapper img, #wrapper ins, #wrapper kbd, #wrapper q, #wrapper s, #wrapper samp,
#wrapper small, #wrapper strike, #wrapper strong, #wrapper sub, #wrapper sup, #wrapper tt, #wrapper var,
#wrapper b, #wrapper u, #wrapper i, #wrapper center,
#wrapper dl, #wrapper dt, #wrapper dd, #wrapper ol, #wrapper ul, #wrapper li,
#wrapper fieldset, #wrapper form, #wrapper label, #wrapper legend,
#wrapper table, #wrapper caption, #wrapper tbody, #wrapper tfoot, #wrapper thead, #wrapper tr, #wrapper th, #wrapper td,
#wrapper article, #wrapper aside, #wrapper canvas, #wrapper details, #wrapper embed,
#wrapper figure, #wrapper figcaption, #wrapper footer, #wrapper header, #wrapper hgroup,
#wrapper menu, #wrapper nav, #wrapper output, #wrapper ruby, #wrapper section, #wrapper summary,
#wrapper time, #wrapper mark, #wrapper audio, #wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#wrapper {
  /* HTML5 display-role reset for older browsers */
}
#wrapper article, #wrapper aside, #wrapper details, #wrapper figcaption, #wrapper figure,
#wrapper footer, #wrapper header, #wrapper hgroup, #wrapper menu, #wrapper nav, #wrapper section {
  display: block;
}
#wrapper body {
  line-height: 1;
}
#wrapper ol, #wrapper ul {
  list-style: none;
}
#wrapper blockquote, #wrapper q {
  quotes: none;
}
#wrapper blockquote:before, #wrapper blockquote:after,
#wrapper q:before, #wrapper q:after {
  content: "";
  content: none;
}
#wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --scrollBar: 0px;
  --basePixel: calc((100vw - var(--scrollBar)) / 750);
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  :root {
    --scrollBar: 15px;
    --basePixel: min(1px, calc((100vw - var(--scrollBar)) / 1270));
  }
}

html, body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scrollbar-gutter: stable;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wrapper .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper .ja {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

#header {
  height: calc(128 * var(--basePixel));
  background-color: #FFFFFF;
  align-content: center;
  padding-left: calc(40 * var(--basePixel));
}
@media (min-width: 768px) {
  #header {
    padding-left: 30px;
    height: 45px;
  }
}
#header .header__logo {
  display: block;
  width: calc(240 * var(--basePixel));
}
@media (min-width: 768px) {
  #header .header__logo {
    width: 128px;
  }
}

.conversionButton {
  display: block;
  position: sticky;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(178 * var(--basePixel));
  background-color: #e2eb82;
  align-content: center;
}
@media (min-width: 768px) {
  .conversionButton {
    height: 150px;
  }
}
.conversionButton a {
  display: block;
  width: calc(653 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .conversionButton a {
    width: 600px;
  }
}
.conversionButton a picture {
  display: block;
}
.conversionButton a picture img {
  width: 100%;
  display: block;
}
.conversionButton#conversion {
  visibility: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}
.conversionButton#conversion.active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .conversionButton#conversion {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .conversionButton#conversion a {
    width: 400px;
  }
  .conversionButton#conversion a:hover {
    opacity: 0.75;
  }
}

#wrapper {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
#wrapper a {
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  #wrapper a:hover {
    opacity: 0.75;
  }
}
#wrapper #mainVisual {
  display: block;
}
#wrapper #mainVisual picture {
  display: block;
}
#wrapper #mainVisual picture img {
  width: 100%;
  display: block;
}
#wrapper #notes01 {
  padding-top: calc(60 * var(--basePixel));
  padding-bottom: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #notes01 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
#wrapper #notes01 .notes01_kome {
  position: relative;
  font-size: calc(22 * var(--basePixel));
  margin-top: calc(20 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #notes01 .notes01_kome {
    margin-top: 10px;
    font-size: 18px;
  }
}
#wrapper #notes01 .notes01_kome .lists {
  display: flex;
}
#wrapper #notes01 .notes01_kome .lists:before {
  content: "※";
  flex-shrink: 0;
}
#wrapper #notes01 .notes01_kome .date {
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper #notes01 .cv {
  display: block;
  width: calc(500 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(24 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #notes01 .cv {
    width: 300px;
    margin-top: 30px;
  }
}
#wrapper #notes01 .cv img,
#wrapper #notes01 .cv picture {
  display: block;
  width: 100%;
}
#wrapper .conversionButton {
  position: static;
}
#wrapper .conversionButton a {
  margin-left: auto;
  margin-right: auto;
}
#wrapper #sec01 {
  padding-top: calc(80 * var(--basePixel));
  padding-bottom: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 {
    padding-top: 102px;
    padding-bottom: 100px;
  }
}
#wrapper #sec01 .h2_sec01 {
  display: block;
  width: calc(703 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec01 .h2_sec01 {
    width: 1045px;
  }
}
#wrapper #sec01 .h2_sec01 img,
#wrapper #sec01 .h2_sec01 picture {
  display: block;
  width: 100%;
}
#wrapper #sec01 .point3 {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--basePixel)) 0;
  width: calc(648 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(20 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 {
    width: 100%;
    flex-direction: row;
    gap: 0 36px;
    margin-top: 18px;
  }
}
#wrapper #sec01 .point3 > li {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  outline: 1px #17a089 solid;
  outline-offset: -1px;
  border-radius: 0 0 calc(5 * var(--basePixel)) calc(5 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li {
    width: calc((100% - 72px) / 3);
    border-radius: 0 0 5px 5px;
  }
}
#wrapper #sec01 .point3 > li .ttl {
  display: block;
  background-color: #FFFFFF;
  position: relative;
}
#wrapper #sec01 .point3 > li .ttl img {
  display: block;
  width: 100%;
}
#wrapper #sec01 .point3 > li .body {
  padding-bottom: calc(50 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li .body {
    padding-bottom: 30px;
  }
}
#wrapper #sec01 .point3 > li .body .icn {
  display: block;
  padding: calc(32 * var(--basePixel)) 0;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li .body .icn {
    height: 100px;
    padding: 32px 0;
    align-content: center;
  }
}
#wrapper #sec01 .point3 > li .body .icn img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wrapper #sec01 .point3 > li .body .point_anchor {
  display: block;
  width: calc(500 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(15 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li .body .point_anchor {
    width: 300px;
    margin-top: 10px;
  }
}
#wrapper #sec01 .point3 > li .body .point_anchor img,
#wrapper #sec01 .point3 > li .body .point_anchor picture {
  display: block;
  width: 100%;
}
#wrapper #sec01 .point3 > li:nth-of-type(1) .body .icn img {
  width: calc(75 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li:nth-of-type(1) .body .icn img {
    width: 58px;
  }
}
#wrapper #sec01 .point3 > li:nth-of-type(2) .body .icn img {
  width: calc(157 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li:nth-of-type(2) .body .icn img {
    width: 136px;
  }
}
#wrapper #sec01 .point3 > li:nth-of-type(3) .body .icn img {
  width: calc(127 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .point3 > li:nth-of-type(3) .body .icn img {
    width: 98px;
  }
}
#wrapper #sec02 {
  background-color: #f7f8d0;
  padding-top: calc(100 * var(--basePixel));
  padding-bottom: calc(100 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec02 {
    padding-top: 92px;
    padding-bottom: 96px;
  }
}
#wrapper #sec02 .h2_sec02 {
  display: block;
  width: calc(703 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec02 .h2_sec02 {
    width: 1045px;
  }
}
#wrapper #sec02 .h2_sec02 img,
#wrapper #sec02 .h2_sec02 picture {
  display: block;
  width: 100%;
}
#wrapper #sec02 .img01 {
  display: block;
  width: 100%;
  margin-top: calc(27 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec02 .img01 {
    margin-top: 21px;
    margin-right: -33px;
  }
}
#wrapper #sec03 {
  padding-top: calc(100 * var(--basePixel));
  padding-bottom: calc(100 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec03 {
    padding-top: 92px;
    padding-bottom: 96px;
  }
}
#wrapper #sec03 .h2_sec03 {
  display: block;
  width: calc(703 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec03 .h2_sec03 {
    width: 1045px;
  }
}
#wrapper #sec03 .h2_sec03 img,
#wrapper #sec03 .h2_sec03 picture {
  display: block;
  width: 100%;
}
#wrapper #sec03 .swiper {
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec03 .swiper {
    width: 100%;
  }
}
#wrapper #sec03 .swiper-slide img,
#wrapper #sec03 .swiper-slide picture {
  display: block;
  width: 100%;
}
#wrapper #sec03 .swiper1-button-next,
#wrapper #sec03 .swiper1-button-prev {
  width: calc(65 * var(--basePixel));
  height: calc(65 * var(--basePixel));
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  #wrapper #sec03 .swiper1-button-next,
  #wrapper #sec03 .swiper1-button-prev {
    width: 50px;
    height: 50px;
  }
}
#wrapper #sec03 .swiper1-button-prev {
  left: 0;
  background: url(../img/btn_prev.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  #wrapper #sec03 .swiper1-button-prev {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#wrapper #sec03 .swiper1-button-next {
  right: 0;
  background: url(../img/btn_next.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  #wrapper #sec03 .swiper1-button-next {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
#wrapper #sec03 .houhou {
  background-color: #f7f8d0;
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(51 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
}
#wrapper #sec03 .houhou .h3_sec03 {
  width: calc(294 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou .h3_sec03 {
    width: 294px;
  }
}
#wrapper #sec03 .houhou .h3_sec03 img,
#wrapper #sec03 .houhou .h3_sec03 picture {
  width: 100%;
  display: block;
}
#wrapper #sec03 .houhou .houhou_inner {
  height: calc(166 * var(--basePixel));
  align-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou .houhou_inner {
    height: 130px;
  }
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou .houhou_inner .fx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 15px;
  }
}
#wrapper #sec03 .houhou .houhou_inner .fx p {
  font-size: calc(28 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou .houhou_inner .fx p {
    font-size: 24px;
  }
}
#wrapper #sec03 .houhou .houhou_inner .fx p a {
  text-decoration: underline;
  color: #ffa917;
  font-weight: 700;
}
#wrapper #sec03 .houhou .houhou_inner .fx picture {
  display: none;
}
@media (min-width: 768px) {
  #wrapper #sec03 .houhou .houhou_inner .fx picture {
    display: block;
    width: 117px;
  }
}
#wrapper #sec03 .houhou .houhou_inner .fx picture img {
  width: 100%;
  display: block;
}
#wrapper #sec04 {
  padding-bottom: calc(100 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec04 {
    padding-bottom: 99px;
  }
}
#wrapper #sec04 .orangeBox {
  outline: calc(5 * var(--basePixel)) #ffa917 solid;
  outline-offset: calc(-5 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec04 .orangeBox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    outline-width: 5px;
    outline-offset: -5px;
    border-radius: 10px;
  }
}
#wrapper #sec04 .h2_sec04 {
  width: calc(581 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec04 .h2_sec04 {
    width: 450px;
  }
}
#wrapper #sec04 .h2_sec04 img,
#wrapper #sec04 .h2_sec04 picture {
  display: block;
  width: 100%;
}
#wrapper #sec04 .txt01_sec04 {
  width: calc(581 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(59 * var(--basePixel));
  display: block;
}
@media (min-width: 768px) {
  #wrapper #sec04 .txt01_sec04 {
    width: 870px;
    margin-top: 49px;
  }
}
#wrapper #sec04 .txt01_sec04 img {
  display: block;
  width: 100%;
}
#wrapper #sec04 .dekiru {
  display: flex;
  flex-direction: column;
  gap: calc(50 * var(--basePixel)) 0;
  margin-top: calc(31 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru {
    flex-direction: row;
    gap: 0 70px;
    justify-content: center;
  }
}
#wrapper #sec04 .dekiru .spimg {
  display: block;
  width: calc(416 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru .spimg {
    width: 320px;
    margin-left: 0;
    margin-right: 0;
  }
}
#wrapper #sec04 .dekiru .spimg img {
  display: block;
  width: 100%;
}
#wrapper #sec04 .dekiru .txt > dl {
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru .txt > dl {
    width: 519px;
  }
}
#wrapper #sec04 .dekiru .txt > dl > dt {
  font-size: calc(31 * var(--basePixel));
  background-color: #ffa917;
  color: #ffffff;
  text-align: center;
  height: calc(65 * var(--basePixel));
  align-content: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru .txt > dl > dt {
    font-size: 24px;
    border-radius: 5px 5px 0 0;
  }
}
#wrapper #sec04 .dekiru .txt > dl > dt small {
  font-size: 75%;
}
#wrapper #sec04 .dekiru .txt > dl > dd > ul {
  padding-left: calc(1.5em + 13 * var(--basePixel));
  padding-right: calc(14 * var(--basePixel));
  padding-top: calc(33 * var(--basePixel));
  padding-bottom: calc(40 * var(--basePixel));
  font-size: calc(23 * var(--basePixel));
  background-color: #f7f8d0;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru .txt > dl > dd > ul {
    font-size: 18px;
    padding: 35px 28px 35px calc(1.5em + 28px);
  }
}
#wrapper #sec04 .dekiru .txt > dl > dd > ul > li {
  list-style: disc outside;
}
#wrapper #sec04 .dekiru .txt > dl > dd > ul > li strong {
  color: #ca0025;
  font-size: 122%;
  font-weight: 700;
}
#wrapper #sec04 .dekiru .txt > dl > dd > ul > li strong sup {
  font-size: 70%;
}
#wrapper #sec04 .dekiru .txt .sub {
  font-size: calc(22 * var(--basePixel));
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(21 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec04 .dekiru .txt .sub {
    width: 519px;
    font-size: 18px;
    margin-top: 13px;
  }
}
#wrapper #sec04 .dlbox {
  background-color: #f7f8d0;
  border-radius: 0 0 calc(10 * var(--basePixel)) calc(10 * var(--basePixel));
  margin-top: calc(50 * var(--basePixel));
  padding-top: calc(55 * var(--basePixel));
  padding-bottom: calc(50 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox {
    padding: 50px 0;
    border-radius: 0 0 10px 10px;
  }
}
#wrapper #sec04 .dlbox .h3_sec04 {
  display: block;
  width: calc(490 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox .h3_sec04 {
    width: 397px;
  }
}
#wrapper #sec04 .dlbox .h3_sec04 img {
  display: block;
  width: 100%;
}
#wrapper #sec04 .dlbox .btns {
  width: calc(330 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--basePixel)) 0;
  margin-top: calc(27 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox .btns {
    width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 0 35px;
  }
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox .btns > li {
    display: flex;
    height: 73px;
    gap: 0 12px;
  }
}
#wrapper #sec04 .dlbox .btns > li > *:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox .btns > li > *:nth-child(2) {
    display: block;
  }
}
#wrapper #sec04 .dlbox .btns > li img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper #sec04 .dlbox .btns > li img {
    width: auto;
    height: 73px;
  }
}
#wrapper #sec05 {
  padding-bottom: calc(100 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 {
    padding-bottom: 99px;
  }
}
#wrapper #sec05 .greenBox {
  outline: calc(5 * var(--basePixel)) #17a089 solid;
  outline-offset: calc(-5 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec05 .greenBox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    outline-width: 5px;
    outline-offset: -5px;
    border-radius: 10px;
  }
}
#wrapper #sec05 .green_inner {
  border: calc(2 * var(--basePixel)) #17a089 solid;
  padding: calc(41 * var(--basePixel)) 0;
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(31 * var(--basePixel));
  border-radius: calc(5 * var(--basePixel));
  text-align: center;
}
@media (min-width: 768px) {
  #wrapper #sec05 .green_inner {
    width: 950px;
    margin-top: 28px;
    padding: 42px 0 50px;
  }
}
#wrapper #sec05 .green_inner .inner_ttl {
  color: #17a089;
  font-weight: 700;
}
@media (min-width: 768px) {
  #wrapper #sec05 .green_inner .inner_ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 15px;
  }
}
#wrapper #sec05 .green_inner .inner_body {
  display: inline-block;
  text-align: left;
  margin-top: calc(31 * var(--basePixel));
}
#wrapper #sec05 .kome_green {
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  font-size: calc(22 * var(--basePixel));
  margin-top: calc(21 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .kome_green {
    width: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
}
#wrapper #sec05 .h2_sec05 {
  width: calc(642 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec05 .h2_sec05 {
    width: 980px;
  }
}
#wrapper #sec05 .h2_sec05 img,
#wrapper #sec05 .h2_sec05 picture {
  display: block;
  width: 100%;
}
#wrapper #sec05 .h2_sec05 picture {
  border-radius: calc(10 * var(--basePixel)) calc(10 * var(--basePixel)) 0 0;
  overflow: clip;
}
#wrapper #sec05 .txt01_sec05 {
  width: calc(407 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(59 * var(--basePixel));
  display: block;
}
@media (min-width: 768px) {
  #wrapper #sec05 .txt01_sec05 {
    width: 630px;
    margin-top: 48px;
  }
}
#wrapper #sec05 .txt01_sec05 img {
  display: block;
  width: 100%;
}
#wrapper #sec05 .clubBox {
  background-color: #f7f8d0;
  margin-top: calc(78 * var(--basePixel));
  padding-bottom: calc(99 * var(--basePixel));
  border-radius: 0 0 calc(10 * var(--basePixel)) calc(10 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox {
    margin-top: 49px;
    padding-bottom: 50px;
    border-radius: 0 0 10px 10px;
  }
}
#wrapper #sec05 .clubBox:before {
  content: "";
  display: table;
  height: 0;
}
#wrapper #sec05 .clubBox .club_ttl {
  display: block;
  margin-top: calc(-46 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .club_ttl {
    width: 723px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
  }
}
#wrapper #sec05 .clubBox .club_ttl img {
  display: block;
  width: 100%;
}
#wrapper #sec05 .clubBox .clubSetsumei {
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(20 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei {
    width: 1090px;
    display: flex;
    gap: 0 15px;
    margin-top: 26px;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .fst {
  display: block;
  background-color: #ffffff;
  height: calc(353 * var(--basePixel));
  align-content: center;
  border-radius: calc(10 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .fst {
    border-radius: 10px;
    width: 450px;
    height: 350px;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .fst .stm_ttl {
  color: #17a089;
  font-weight: 700;
  text-decoration: underline wavy #17a089;
  text-decoration-thickness: 2px;
  text-underline-offset: calc(10 * var(--basePixel));
  font-size: calc(32 * var(--basePixel));
  text-align: center;
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .fst .stm_ttl {
    font-size: 28px;
    text-underline-offset: 10px;
    line-height: 2;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .fst .kazyo {
  margin-top: calc(31 * var(--basePixel));
  list-style: disc outside;
  display: inline-block;
  text-align: left;
  font-weight: 700;
  font-size: calc(24 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .fst .kazyo {
    font-size: 22px;
    margin-top: 44px;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .arrow {
  margin-top: calc(21 * var(--basePixel));
  margin-bottom: calc(18 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .arrow {
    margin: 0;
    align-content: center;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .arrow i {
  display: block;
  width: calc(84 * var(--basePixel));
  height: calc(40 * var(--basePixel));
  background-color: #17a089;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .arrow i {
    width: 31px;
    height: 66px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .scd {
  display: flex;
  flex-direction: column;
  gap: calc(31 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .scd {
    gap: 25px 0;
    flex-grow: 1;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .scd .scd_block {
  background-color: #ffffff;
  padding: calc(31 * var(--basePixel));
  border-radius: calc(10 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .scd .scd_block {
    padding: 0;
    height: calc((100% - 50px) / 3);
    align-content: center;
    border-radius: 10px;
  }
}
#wrapper #sec05 .clubBox .clubSetsumei .scd .scd_block strong {
  display: block;
  font-size: calc(42 * var(--basePixel));
  text-align: center;
  color: #17a089;
  font-weight: 700;
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .clubSetsumei .scd .scd_block strong {
    font-size: 36px;
  }
}
#wrapper #sec05 .clubBox .komeBox {
  width: calc(580 * var(--basePixel));
  margin-top: calc(21 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .komeBox {
    width: calc(1090px + 2em);
  }
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .komeBox .kome {
    justify-content: flex-start;
  }
}
#wrapper #sec05 .clubBox .kome {
  font-size: calc(22 * var(--basePixel));
  display: flex;
}
@media (min-width: 768px) {
  #wrapper #sec05 .clubBox .kome {
    font-size: 18px;
    justify-content: center;
  }
}
#wrapper #sec05 .clubBox .kome:before {
  content: "※";
  flex-shrink: 0;
}
#wrapper #sec05 .club_ttl02 {
  display: block;
  margin-top: calc(31 * var(--basePixel));
  width: calc(611 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec05 .club_ttl02 {
    width: 532px;
    margin-top: 36px;
  }
}
#wrapper #sec05 .club_ttl02 img {
  display: block;
  width: 100%;
}
#wrapper #sec05 .club_btn {
  display: block;
  width: calc(580 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(17 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec05 .club_btn {
    width: 600px;
    margin-top: 21px;
  }
}
#wrapper #sec05 .club_btn img,
#wrapper #sec05 .club_btn picture {
  display: block;
  width: 100%;
}
#wrapper #sec06 {
  background-color: #f7f8d0;
  padding: calc(98 * var(--basePixel)) 0 calc(100 * var(--basePixel));
}
#wrapper #sec06 .h2_sec06 {
  width: calc(660 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec06 .h2_sec06 {
    width: 753px;
  }
}
#wrapper #sec06 .h2_sec06 img,
#wrapper #sec06 .h2_sec06 picture {
  display: block;
  width: 100%;
}
#wrapper #sec06 .setumei_sec06 {
  display: flex;
  margin-top: calc(42 * var(--basePixel));
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 {
    width: 100%;
    align-items: center;
  }
}
#wrapper #sec06 .setumei_sec06 .pic {
  position: relative;
  z-index: 2;
  margin-left: calc(-15 * var(--basePixel));
  margin-right: calc(-15 * var(--basePixel));
  padding-bottom: calc(30 * var(--basePixel));
  align-content: center;
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .pic {
    margin: 0;
    width: 715px;
  }
}
#wrapper #sec06 .setumei_sec06 .pic img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .pic img {
    width: 193px;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper #sec06 .setumei_sec06 .points {
  width: calc(525 * var(--basePixel));
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .points {
    width: 935px;
  }
}
#wrapper #sec06 .setumei_sec06 .points .point_parts {
  padding: calc(35 * var(--basePixel)) 0;
  background-color: #17a089;
  border-radius: calc(5 * var(--basePixel));
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .points .point_parts {
    padding: 0;
    height: 144px;
    border-radius: 5px;
    align-content: center;
  }
}
#wrapper #sec06 .setumei_sec06 .points .point_parts p {
  color: #ffffff;
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .points .point_parts p {
    font-size: 26px;
  }
}
#wrapper #sec06 .setumei_sec06 .points .point_parts strong {
  color: #f7f8d0;
  font-size: calc(38 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec06 .setumei_sec06 .points .point_parts strong {
    font-size: 38px;
  }
}
#wrapper #sec06 .btn_sec06 {
  display: block;
  width: calc(650 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(49 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec06 .btn_sec06 {
    width: 600px;
    margin-top: 51px;
  }
}
#wrapper #sec06 .btn_sec06 img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */