@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%;
  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: #ffffff;
  align-content: center;
}
@media (min-width: 768px) {
  .conversionButton {
    height: 125px;
  }
}
.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: 125px;
  }
}
@media (min-width: 768px) {
  .conversionButton#conversion a {
    width: 600px;
  }
  .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 {
  position: relative;
}
@media (min-width: 768px) {
  #wrapper #mainVisual::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/mv_bg_md.webp) no-repeat center center/cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  #wrapper #mainVisual p {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
  }
}
#wrapper #mainVisual h1 {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #wrapper #mainVisual h1 {
    text-align: center;
  }
}
#wrapper #mainVisual h1 picture {
  display: block;
}
@media (min-width: 768px) {
  #wrapper #mainVisual h1 picture {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
  }
}
#wrapper #mainVisual h1 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 .note {
  font-size: calc(22 * var(--basePixel));
  display: flex;
}
@media (min-width: 768px) {
  #wrapper .note {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #wrapper .justify-md-center {
    justify-content: center;
  }
}
#wrapper #sec01 {
  padding-top: calc(80 * var(--basePixel));
  padding-bottom: calc(80 * var(--basePixel));
  background-color: #fef7f2;
}
@media (min-width: 768px) {
  #wrapper #sec01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#wrapper #sec01 h2 {
  display: block;
  margin-top: calc(75 * var(--basePixel));
  margin-bottom: calc(58 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 h2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#wrapper #sec01 h2 img,
#wrapper #sec01 h2 picture {
  display: block;
  width: 100%;
}
#wrapper #sec01 .sec01_box {
  border: calc(3 * var(--basePixel)) solid #008591;
  border-radius: calc(10 * var(--basePixel));
  padding: calc(60 * var(--basePixel)) calc(30 * var(--basePixel)) calc(40 * var(--basePixel));
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box {
    border: 3px solid #008591;
    border-radius: 10px;
    padding: calc(60 * var(--basePixel)) 0 calc(60 * var(--basePixel));
  }
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box .img03_01 {
    position: relative;
  }
  #wrapper #sec01 .sec01_box .img03_01:before {
    position: absolute;
    content: "";
    width: 297px;
    height: 350px;
    background: url(../img/img03_02_md.webp) no-repeat 0 0;
    top: -78px;
    right: 17px;
  }
}
#wrapper #sec01 .jouken_box {
  border-radius: calc(10 * var(--basePixel));
  box-shadow: 0px 0px calc(20 * var(--basePixel)) 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
#wrapper #sec01 .jouken_box .ttl {
  display: flex;
  height: calc(155 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .ttl {
    height: 110px;
  }
}
#wrapper #sec01 .jouken_box .ttl .ttl_num {
  width: 26%;
  background-color: #ea5e6b;
  text-align: center;
  align-content: center;
  border-radius: calc(10 * var(--basePixel)) 0 0 0;
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .ttl .ttl_num {
    width: 18%;
    border-radius: 10px 0 0 0;
  }
}
#wrapper #sec01 .jouken_box .ttl .ttl_num picture {
  width: calc(121 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .ttl .ttl_num picture {
    width: 121px;
  }
}
#wrapper #sec01 .jouken_box .ttl .ttl_num picture img {
  vertical-align: middle;
}
#wrapper #sec01 .jouken_box .ttl .ttl_txt {
  width: 74%;
  background-color: #fdeff1;
  padding-left: calc(15 * var(--basePixel));
  align-content: center;
  border-radius: 0 calc(10 * var(--basePixel)) 0 0;
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .ttl .ttl_txt {
    width: 82%;
    padding-left: 30px;
    border-radius: 0 10px 0 0;
  }
}
#wrapper #sec01 .jouken_box .ttl .ttl_txt picture {
  width: calc(400 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .ttl .ttl_txt picture {
    width: 700px;
  }
}
#wrapper #sec01 .jouken_box .ttl .ttl_txt picture img {
  vertical-align: middle;
}
#wrapper #sec01 .jouken_box .present {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  align-content: center;
  border-radius: 0 0 calc(10 * var(--basePixel)) calc(10 * var(--basePixel));
  padding: calc(35 * var(--basePixel)) calc(28 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .present {
    border-radius: 0 0 10px 10px;
    padding: 24px 50px;
  }
}
#wrapper #sec01 .jouken_box .present picture {
  width: calc(377 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box .present picture {
    width: 632px;
  }
}
#wrapper #sec01 .jouken_box .present picture img {
  vertical-align: middle;
}
#wrapper #sec01 .jouken_box.box02 .ttl .ttl_num picture {
  width: calc(123 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box02 .ttl .ttl_num picture {
    width: 123px;
  }
}
#wrapper #sec01 .jouken_box.box02 .ttl .ttl_txt picture {
  width: calc(331 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box02 .ttl .ttl_txt picture {
    width: 635px;
  }
}
#wrapper #sec01 .jouken_box.box02 .present picture {
  width: calc(400 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box02 .present picture {
    width: 796px;
  }
}
#wrapper #sec01 .jouken_box.box03 .ttl .ttl_num picture {
  width: calc(123 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box03 .ttl .ttl_num picture {
    width: 123px;
  }
}
#wrapper #sec01 .jouken_box.box03 .ttl .ttl_txt picture {
  width: calc(427 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box03 .ttl .ttl_txt picture {
    width: 770px;
  }
}
#wrapper #sec01 .jouken_box.box03 .present picture {
  width: calc(400 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .jouken_box.box03 .present picture {
    width: 796px;
  }
}
#wrapper #sec01 .sec01_box02 {
  border: calc(3 * var(--basePixel)) solid #ed1a5b;
  border-radius: calc(10 * var(--basePixel));
  padding: calc(60 * var(--basePixel)) 0 calc(40 * var(--basePixel));
  background-color: #ffffff;
  margin-top: calc(79 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 {
    border: 3px solid #ed1a5b;
    border-radius: 10px;
    padding: calc(60 * var(--basePixel)) 0 calc(60 * var(--basePixel));
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 .img04_01 {
    position: relative;
  }
  #wrapper #sec01 .sec01_box02 .img04_01:before {
    position: absolute;
    content: "";
    width: 172px;
    height: 171px;
    background: url(../img/img04_04_md.webp) no-repeat 0 0;
    top: -98px;
    left: 150px;
  }
  #wrapper #sec01 .sec01_box02 .img04_01:after {
    position: absolute;
    content: "";
    width: 278px;
    height: 209px;
    background: url(../img/img04_03_md.webp) no-repeat 0 0;
    top: -98px;
    right: -7px;
  }
}
#wrapper #sec01 .sec01_box02 .img04_02 {
  width: calc(590 * var(--basePixel));
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(12 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 .img04_02 {
    width: 718px;
    margin-top: 10px;
  }
}
#wrapper #sec01 .sec01_box02 .inner_box {
  padding-left: calc(30 * var(--basePixel));
  padding-right: calc(30 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 .inner_box {
    padding-left: 0;
    padding-right: 0;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrapper #sec01 .sec01_box02 .img05 {
  position: relative;
  margin-top: calc(100 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 .img05 {
    margin-top: 47px;
  }
}
#wrapper #sec01 .sec01_box02 .img05 .btn {
  display: block;
  position: absolute;
  width: calc(167 * var(--basePixel));
  height: calc(167 * var(--basePixel));
  top: 0;
  transform: translateY(-50%);
  right: calc(-13 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .sec01_box02 .img05 .btn {
    width: 140px;
    height: 140px;
    top: 50%;
    right: 45px;
  }
}
#wrapper #sec01 .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fffbca;
  border-radius: calc(10 * var(--basePixel));
  padding-top: calc(60 * var(--basePixel));
  padding-bottom: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper {
    width: 100%;
    border-radius: 10px;
    padding-top: calc(60 * var(--basePixel));
    padding-bottom: calc(60 * var(--basePixel));
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 calc(30 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper {
    flex-direction: row;
    padding: 0 50px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .img06_01 {
  display: inline-block;
  margin-top: calc(100 * var(--basePixel));
  width: calc(264 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img06_01 {
    margin-top: 0;
    width: 240px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .img07_01 {
  display: inline-block;
  margin-top: calc(100 * var(--basePixel));
  width: calc(251 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img07_01 {
    margin-top: 0;
    width: 227px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .img08_01 {
  display: inline-block;
  margin-top: calc(35 * var(--basePixel));
  width: calc(225 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img08_01 {
    margin-top: 0;
    width: 204px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .img09_01 {
  display: inline-block;
  margin-top: calc(100 * var(--basePixel));
  width: calc(321 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img09_01 {
    margin-top: 0;
    width: 268px;
    margin-left: -20px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .img10_01 {
  display: inline-block;
  margin-top: calc(100 * var(--basePixel));
  width: calc(250 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img10_01 {
    margin-top: 0;
    width: 209px;
  }
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .img {
    width: calc(100% - 768px);
    align-content: center;
  }
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper .txt {
    width: 768px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper .fc_pink {
  color: #ea5e6b;
}
#wrapper #sec01 .swiper-slide .inner_swiper p {
  font-size: calc(28 * var(--basePixel));
  font-weight: 700;
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper p {
    font-size: 22px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper p.note {
  font-weight: normal;
  font-size: calc(22 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper-slide .inner_swiper p.note {
    font-size: 18px;
  }
}
#wrapper #sec01 .swiper-slide .inner_swiper p a.text_link {
  text-decoration: underline;
  color: #429fff;
}
#wrapper #sec01 .swiper1-button-next,
#wrapper #sec01 .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 #sec01 .swiper1-button-next,
  #wrapper #sec01 .swiper1-button-prev {
    width: 50px;
    height: 50px;
  }
}
#wrapper #sec01 .swiper1-button-prev {
  left: 0;
  transform: translateX(-40%);
  background: url(../img/btn_prev.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper1-button-prev {
    transform: translate(-50%, -50%);
  }
}
#wrapper #sec01 .swiper1-button-next {
  right: 0;
  background: url(../img/btn_next.svg) no-repeat center/contain;
  transform: translateX(40%);
}
@media (min-width: 768px) {
  #wrapper #sec01 .swiper1-button-next {
    transform: translate(50%, -50%);
  }
}
#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 {
  padding-top: calc(80 * var(--basePixel));
  padding-bottom: calc(80 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#wrapper #sec02 .img13_02_md {
  display: none;
}
@media (min-width: 768px) {
  #wrapper #sec02 .img13_02_md {
    display: block;
  }
}
#wrapper #sec02 .img13 {
  position: relative;
  z-index: 1;
}
#wrapper #sec02 .img13 .img13_02 {
  position: absolute;
  width: calc(650 * var(--basePixel));
  top: calc(99 * var(--basePixel));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper #sec02 .img13 .img13_02 {
    display: none;
  }
}
#wrapper #sec02 .img13 .img13_03 {
  position: absolute;
  width: calc(258 * var(--basePixel));
  top: calc(715 * var(--basePixel));
  left: calc(30 * var(--basePixel));
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper #sec02 .img13 .img13_03 {
    width: 286px;
    top: 368px;
    left: 227px;
  }
}
#wrapper #sec02 .img13 .img13_04 {
  position: absolute;
  width: calc(560 * var(--basePixel));
  top: calc(1127 * var(--basePixel));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper #sec02 .img13 .img13_04 {
    width: 800px;
    top: 712px;
  }
}
#wrapper #sec03 {
  padding-top: calc(100 * var(--basePixel));
  padding-bottom: calc(100 * var(--basePixel));
  background-color: #fffeea;
}
@media (min-width: 768px) {
  #wrapper #sec03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#wrapper #sec03 .box {
  background-color: transparent;
  border: calc(2 * var(--basePixel)) solid #e87021;
  padding: calc(50 * var(--basePixel)) calc(70 * var(--basePixel));
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #wrapper #sec03 .box {
    border: 2px solid #e87021;
    padding: 30px 75px;
    flex-direction: row;
    justify-content: center;
  }
}
#wrapper #sec03 .box p {
  display: block;
  text-align: center;
  color: #f75812;
  font-weight: 700;
  font-size: calc(26 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec03 .box p {
    font-size: 26px;
  }
}
#wrapper #sec03 .box a {
  display: block;
  margin-top: calc(36 * var(--basePixel));
}
@media (min-width: 768px) {
  #wrapper #sec03 .box a {
    margin-top: 0;
    margin-left: 37px;
  }
}
#wrapper #disclaimer {
  padding-top: calc(120 * var(--basePixel));
  color: #222222;
}
@media (min-width: 768px) {
  #wrapper #disclaimer {
    padding-top: 100px;
  }
}
#wrapper #disclaimer h2 {
  display: block;
  width: 100%;
  height: calc(70 * var(--basePixel));
  align-content: center;
  font-size: calc(28 * var(--basePixel));
  color: #ffffff;
  background-color: #008591;
  text-align: center;
}
@media (min-width: 768px) {
  #wrapper #disclaimer h2 {
    height: 52px;
    font-size: 22px;
  }
}
#wrapper #disclaimer .disc01 li {
  font-size: calc(26 * var(--basePixel));
  padding-left: 1.2em;
  position: relative;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #wrapper #disclaimer .disc01 li {
    font-size: 18px;
  }
}
#wrapper #disclaimer .disc01 li::before {
  position: absolute;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #222222;
  border-radius: 50%;
  top: 0.43em;
  left: 0;
}
#wrapper #disclaimer .disc02 li {
  padding-left: 1.2em;
  position: relative;
  line-height: 1.8;
}
#wrapper #disclaimer .disc02 li::before {
  position: absolute;
  content: "・";
  color: #222222;
  top: 0;
  left: 0.2em;
}/*# sourceMappingURL=style.css.map */