@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

th, td {
  font-weight: 300;
}

strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
	 base
	========================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #000;
  background: #FFF;
  font-family: "Nunito", "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.68;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 543px) {
  body {
    font-size: 4.0712468193vw;
    letter-spacing: 0.04em;
  }
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 131, 85, 0.5);
}

::selection {
  color: #FFF;
  background: rgba(0, 131, 85, 0.5);
}

a {
  color: #008355;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: underline;
}
a:hover, a:active {
  color: rgba(0, 131, 85, 0.7);
  text-decoration: none;
}

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

p + p {
  margin-top: 1em;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.text-em {
  color: #008355;
}

.ff-normal {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-sp-block {
  display: inline;
}

.u-pc-hidden {
  display: none;
  visibility: hidden;
}

.u-sp-hidden {
  display: inline;
  visibility: visible;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 543px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .u-pc-block {
    display: inline;
  }

  .u-sp-block {
    display: block;
  }

  .u-pc-hidden {
    display: inline;
    visibility: visible;
  }

  .u-sp-hidden {
    display: none;
    visibility: hidden;
  }
}
.js-img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   parts - component
   ========================================================================== */
/* .c-cta
----------------------------------------------------------------------------- */
.c-cta {
  text-align: center;
  padding-top: 2.5em;
}
.c-cta__button {
  position: relative;
  padding-top: 0.85em;
}
.c-cta__button::before {
  display: block;
  content: "";
  width: 66.66%;
  height: 58.75%;
  position: absolute;
  top: 50%;
  left: 16.67%;
  z-index: 0;
  background: rgba(168, 190, 186, 0.5);
  border-radius: 100vh;
  filter: blur(0.375em);
}
.c-cta__button a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: 20.3562340967vw;
  max-height: 80px;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  padding: 0.75em 1.5em 0.5em 0.5em;
  margin-right: auto;
  margin-left: auto;
  background: #57A87D;
  color: #FFF;
  border: currentcolor solid 0.2em;
  border-radius: 100vh;
  transition: 0.3s transform ease-in-out;
}
.c-cta__button a::after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  z-index: 2;
  border-top: 0.2em solid currentcolor;
  border-right: 0.2em solid currentcolor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
  border-radius: 0.05em;
}
.c-cta__button a:hover {
  transform: translateY(0.25em);
  box-shadow: 0 0 0 #005e3d;
}
.c-cta__button__ballon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 93.8%;
  line-height: 1;
  background: #FFF;
  color: #000;
  padding: 0.35em 1.5em;
  border-radius: 100vh;
  filter: drop-shadow(0em -0.2em 0.267em rgba(204, 204, 204, 0.43));
}
.c-cta__button__ballon::after {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  border-top: #FFF solid 0.35em;
  border-right: transparent solid 0.3em;
  border-left: transparent solid 0.3em;
}
.c-cta__button__text {
  font-size: 168.8%;
}
/* .c-ref
----------------------------------------------------------------------------- */
.c-ref {
  position: relative;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75em;
  padding-left: 2.6em;
}
.c-ref::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: inline-block;
  content: "参考";
  font-size: 83.3%;
  padding: 0.05em 0.25em;
  color: #FFF;
  background: #008355;
  white-space: nowrap;
  border-radius: 0.25em;
}
.c-ref a {
  color: #073E6B;
}

/* .c-list-data
----------------------------------------------------------------------------- */
.c-list-data {
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-list-data dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.c-list-data dt::before {
  display: inline-block;
  content: "●";
  color: #008355;
  margin-right: 0.25em;
}
.c-list-data dd {
  font-size: 87.5%;
}

/* .c-list-disc
----------------------------------------------------------------------------- */
.c-list-disc {
  list-style: outside disc;
  margin: 1em 1em 1em 1.75em;
}
.c-list-disc li:not(:first-of-type) {
  margin-top: 0.5em;
}

/* .c-list-label
----------------------------------------------------------------------------- */
.c-list-label dl {
  margin-top: 2em;
}
.c-list-label dl dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
  text-align: left;
}
.c-list-label dl dt .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-list-label dl dt .num img {
  width: 2.3em;
}
.c-list-label dl dd {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media only screen and (min-width: 811px) {
  .c-list-label {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    max-width: 720px;
    margin: 0 auto 0;
  }
  .c-list-label dl {
    width: calc(50% - 1.25em);
    margin-top: 0;
  }
}

/* .c-row
----------------------------------------------------------------------------- */
.c-row {
  display: flex;
  gap: 2.5em;
}
.c-row-col {
  width: 50%;
}
@media only screen and (max-width: 810px) {
  .c-row {
    display: block;
    gap: 0;
  }
  .c-row-col {
    width: 100%;
  }
}

/* .js-fadein
----------------------------------------------------------------------------- */
.js-fadein {
  transform: translateY(4em);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s 0.2s ease, visibility 1s 0.2s ease;
}
.js-fadein.is-visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   block - page
   ========================================================================== */
.page {
  position: relative;
  width: 100%;
  overflow: scroll;
  background: #F1F9F8 url(../img/bg_pt_01.png) 50% top repeat;
  background-size: 6px 6px;
}
@media only screen and (max-width: 543px) {
  .page {
    min-width: inherit;
    max-width: none;
    background-size: 1.5267175573vw 1.5267175573vw;
  }
}

/* ==========================================================================
   block - header
   ========================================================================== */
.header {
  position: relative;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FFF;
  border-right: currentcolor solid 1px;
  border-bottom: currentcolor solid 1px;
  border-radius: 0 0 0.5em 0;
  padding: 1.25vw 1.5vw 1.25vw 1.25vw;
}
.header__logo img {
  width: 8.333vw;
  height: auto;
}
@media only screen and (max-width: 810px) {
  .header__logo {
    display: none;
  }
}

/* .fv
----------------------------------------------------------------------------- */
.fv {
  text-align: center;
  /*下からの距離が変化して全体が下→上→下に動く*/
}
.fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__title {
  padding: 1.25vw;
  margin: 0 auto;
}
.fv__title img {
  width: 100%;
  height: auto;
}
.fv__credit {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  color: #666666;
  margin-top: 0.5em;
}
.fv__credit img {
  width: auto;
  height: 2.5em;
  margin-left: 0.25em;
  mix-blend-mode: multiply;
}
.fv__scroll {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.83vw;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #008355;
  padding-bottom: 0.25em;
}
.fv__scroll i {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(50%);
  width: 0.1em;
  height: 2em;
  background: currentcolor;
  animation: arrowMove 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}
@keyframes arrowMove {
  0% {
    transform: translateX(50%) translateY(0%);
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(50%) translateY(90%);
    opacity: 0;
  }
}
@media only screen and (max-width: 810px) {
  .fv__inner {
    height: 100vh;
    min-height: 600px;
    padding-bottom: 0;
  }
  .fv__title {
    height: calc(100% - 8em);
    padding: 0.5em 0.5em 0.5em 0em;
    margin: 0 auto;
  }
  .fv__title img {
    width: auto;
    height: 100%;
  }
  .fv__credit {
    display: flex;
    font-size: 0.75em;
  }
  .fv__scroll {
    bottom: 4em;
    font-size: 0.625em;
  }
  .fv__scroll i {
    height: 4em;
  }
}

/* ==========================================================================
   block - main
   ========================================================================== */
.main {
  position: relative;
  width: 100%;
  min-height: 50vw;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 543px) {
  .main {
    max-width: none;
  }
}

/* .section セクション
----------------------------------------------------------------------------- */
.section {
  position: relative;
  padding-top: 4em;
  padding-bottom: 5em;
}
.section__inner {
  position: relative;
  width: 92.0987654321%;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 543px) {
  .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 543px) {
  .section {
    padding-top: 10.1781170483vw;
    padding-bottom: 14.2493638677vw;
  }
  .section__inner {
    padding-right: 1em;
    padding-left: 1em;
  }
}

/* .startswith
----------------------------------------------------------------------------- */
.startswith {
  text-align: center;
  background: url(../img/bg_pt_02.png) 0 0 repeat;
  background-size: 6.25em 6.25em;
  margin-bottom: 0;
}
.startswith__title {
  margin-bottom: 3.5em;
}
.startswith__title img {
  width: 71.5012722646vw;
  max-width: 432px;
}
.startswith__image_1 {
  margin-bottom: 2.5em;
}
.startswith__image_1 img {
  width: 664px;
}
.startswith__image_2 {
  margin-top: 2.5em;
  margin-right: -1em;
  margin-left: -1em;
}
.startswith__image_2 img {
  width: 100%;
}
.startswith__image_3 {
  margin-top: -30%;
  transform: translateY(85%);
}
.startswith__image_3 img {
  width: 200px;
}
.startswith__text_1 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0.5em;
}
.startswith__text_1 span:not(:last-of-type) {
  margin-bottom: 0.1em;
  padding-bottom: 0.2em;
  border-bottom: #008355 dotted 0.1em;
}
@media only screen and (max-width: 543px) {
  .startswith {
    padding-bottom: 0;
  }
  .startswith__title {
    margin-bottom: 2.5em;
  }
  .startswith__image_1 {
    margin-bottom: 2.5em;
  }
  .startswith__image_3 {
    margin-top: -25%;
    transform: translateY(50%);
  }
  .startswith__image_3 img {
    width: 35.6234096692vw;
  }
  .startswith__text_1 {
    flex-direction: column;
    font-size: 1.125em;
  }
}

/* .howto
----------------------------------------------------------------------------- */
.howto {
  padding-top: 7em;
}
.howto__title {
  text-align: center;
  margin-bottom: 2.5em;
}
.howto__title img {
  width: 79.6437659033vw;
  max-width: 400px;
}
.howto-nav__menu {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  gap: 2.5em;
  text-align: center;
}
.howto-nav__menu::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 5.75em;
  height: 100%;
  background: #ABDBCC;
}
.howto-nav__menu .menu-item {
  position: relative;
  z-index: 3;
  width: 100%;
}
.howto-nav__menu .menu-item__num img {
  width: 4.25em;
}
.howto-nav__menu .menu-item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.75em 1em 0.75em 0.25em;
}
.howto-nav__menu .menu-item__text::after {
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 0.125em solid #008355;
  border-bottom: 0.125em solid #008355;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  border-radius: 0.05em;
}
.howto-nav__menu .menu-item__icon img {
  width: 3.3125em;
}
.howto-nav__menu .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 0 0.5em;
  background: #FFF;
  color: #000;
  border: #000 solid 0.063em;
  border-radius: 0.5em;
  transition: opacity 0.2s ease;
}
.howto-nav__menu .menu-item a:hover {
  opacity: 0.8;
}
.howto-nav__menu .menu-item a:hover .menu-item__text::after {
  transform: rotate(45deg) translateX(0.1em) translateY(0.1em);
}
@media only screen and (min-width: 811px) {
  .howto {
    padding-top: 8em;
  }
  .howto-nav {
    margin-top: 6em;
  }
  .howto-nav__menu {
    flex-direction: row;
    align-content: center;
    gap: 0.5em;
  }
  .howto-nav__menu::before {
    top: 50%;
    left: 0%;
    transform: translateX(0%) translateY(-50%);
    width: 100%;
    height: 5em;
  }
  .howto-nav__menu .menu-item {
    width: 20%;
  }
  .howto-nav__menu .menu-item__text {
    min-height: 4em;
    justify-content: space-between;
    font-size: 1.375em;
    padding: 0 0 0.75em 0;
  }
  .howto-nav__menu .menu-item__icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-75%);
  }
  .howto-nav__menu .menu-item a {
    flex-direction: column;
    padding: 0 0.5em;
  }
}

/* .step
----------------------------------------------------------------------------- */
.step-item {
  padding-top: 5em;
}
.step-item-header {
  text-align: center;
}
.step-item-header__title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
  margin-bottom: 3em;
}
.step-item-header__title__num {
  text-align: right;
}
.step-item-header__title__num img {
  width: 4.1875em;
}
.step-item-header__title__text {
  text-align: left;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.15em 0.5em;
}
.step-item-header__title::before, .step-item-header__title::after {
  position: absolute;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: currentcolor solid 0.063em;
  border-radius: 0.5em;
}
.step-item-header__title::before {
  top: 0;
  z-index: -1;
  background: #FFF;
}
.step-item-header__title::after {
  top: 0.4em;
  z-index: -2;
  background: #ABDBCC;
}
.step-item-header__desc {
  font-size: 1.26em;
  font-weight: bold;
  letter-spacing: 0;
}
.step-item-header__desc .fs-sm {
  font-size: 77.3%;
}
.step-item-header__desc .fs-xs {
  font-size: 63.6%;
}
.step-item-header__desc strong {
  color: #008355;
  background: #FFF57E;
  padding: 0 0.1em;
}
.step-item-body__title {
  font-size: 1.125em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: #008355 dotted 0.1em;
}
.step-item-body__text {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 1em;
  margin-bottom: 4em;
}
.step-item-body__image {
  display: block;
  text-align: center;
  margin-top: 2.5em;
}
.step-item-body__point {
  display: flex;
  align-items: center;
  margin: 1.5em 1em 0;
  padding: 1em;
  background: #FFF;
  border-radius: 0.5em;
}
.step-item-body__point dt {
  margin-right: 0.5em;
}
.step-item-body__point dt img {
  width: 17.048346056vw;
  max-width: 134px;
}
.step-item-body__point dd {
  font-weight: bold;
}
@media only screen and (min-width: 811px) {
  .step-item {
    padding-top: 8em;
  }
  .step-item-header__title {
    margin-bottom: 3em;
  }
  .step-item-header__title__text {
    font-size: 1.5em;
  }
  .step-item-header__desc {
    font-size: 1.375em;
    margin-bottom: 1em;
  }
  .step-item-body__title {
    font-size: 1.25em;
  }
  .step-item-body__point {
    max-width: 388px;
    margin: 1.5em auto 0;
  }
  .step-item-body__point dt img {
    width: 67px;
  }
}

/* .step1
----------------------------------------------------------------------------- */
.step1-reason {
  background: #FBFCF0;
  padding-top: 2em;
  padding-bottom: 2.5em;
}
.step1-reason__title {
  text-align: center;
  margin-bottom: 0.5em;
}
.step1-reason__title img {
  width: 71.2468193384vw;
  max-width: 560px;
}
.step1-reason-start__list .item {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding: 0.75em 0.25em;
}
.step1-reason-start__list .item:not(:first-of-type) {
  border-top: #A8BEBA dotted 0.15em;
}
.step1-reason-start__list .item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 116.7%;
  width: 2em;
  height: 2em;
  background: #FFF;
  border: currentcolor solid 0.1em;
  border-radius: 50%;
  margin: 0 0.2em;
}
.step1-reason-start__list .item dt {
  display: flex;
  align-items: center;
  width: 5.5em;
  font-size: 0.75em;
}
.step1-reason-start__list .item dd {
  font-size: 1.25em;
}
.step1-reason-end {
  background: #FFF;
  margin-top: 0.5em;
  padding: 2.5em 1em 2em;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  border: #ABDBCC solid 0.1em;
  border-radius: 0.5em;
}
.step1-reason-end__list:not(:first-of-type) {
  margin-top: 2em;
}
.step1-reason-end__list .item:not(:last-of-type) {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 3em;
}
.step1-reason-end__list .item:not(:last-of-type)::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url(../img/reason_ico_plus.svg) 50% 50% no-repeat;
  background-size: contain;
}
.step1-reason-end__list .item__image {
  text-align: center;
  margin-bottom: 0.75em;
}
.step1-reason-end__list .item__text {
  margin-top: 1em;
}
.step1-reason-end__list .item__text_2 {
  font-size: 112.5%;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.step1-reason-end__list .item__text_3 {
  font-size: 87.5%;
  line-height: 1.5;
}
.step1-reason-end__list .item__notes {
  color: #666666;
  margin-top: 1em;
}
.step1-reason-end__list .item__notes li {
  font-size: 62.5%;
}
.step1-reason-end__notes {
  color: #666666;
  margin-top: 1em;
  padding-top: 1em;
  border-top: #ACBDBA solid 1px;
}
.step1-reason-end__notes li {
  font-size: 62.5%;
}
.step1-reason-end-aside {
  text-align: center;
  margin-top: 1em;
}
.step1-reason-end-aside__text_1 {
  font-size: 112.5%;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.step1-reason-end-aside__text_2 {
  line-height: 1.3;
  margin-top: 0.75em;
}
.step1-reason .reason_txt_01 {
  width: 71.2468193384vw;
  max-width: 560px;
}
.step1-reason .reason_txt_01_2 {
  width: 84.2239185751vw;
  max-width: 662px;
  margin-top: 1.5em;
}
.step1-reason .reason_txt_02 {
  width: 77.6081424936vw;
  max-width: 610px;
}
.step1-reason .reason_txt_03 {
  width: 82.4427480916vw;
  max-width: 648px;
}
.step1-reason .reason_txt_04 {
  width: 83.9694656489vw;
  max-width: 660px;
}
.step1-reason .reason_txt_05 {
  width: 83.7150127226vw;
  max-width: 658px;
}
@media only screen and (min-width: 811px) {
  .step1-reason {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
  .step1-reason__title {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .step1-reason__title img {
    width: 280px;
  }
  .step1-reason-start__list {
    display: inline-flex;
    justify-content: center;
    margin-top: 1em;
  }
  .step1-reason-start__list .item {
    width: 30%;
    text-align: center;
    flex-direction: column;
    padding: 0.25em 0.5em;
  }
  .step1-reason-start__list .item:not(:first-of-type) {
    border-top: none;
    border-left: #A8BEBA dotted 0.15em;
  }
  .step1-reason-start__list .item dt {
    width: inherit;
    margin-bottom: 0.5em;
  }
  .step1-reason-end {
    margin-top: 1em;
  }
  .step1-reason-end__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3em;
    max-width: 700px;
    margin: 0 auto;
  }
  .step1-reason-end__list:not(:first-of-type) {
    margin-top: 2em;
  }
  .step1-reason-end__list .item {
    width: calc(33% - 2em);
  }
  .step1-reason-end__list .item:not(:last-of-type) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .step1-reason-end__list .item:not(:last-of-type)::before {
    transform: translateX(-50%) translateY(2em);
    width: 1.5em;
    height: 1.5em;
  }
  .step1-reason-end__list .item:nth-of-type(1) {
    width: 100%;
    max-width: 500px;
  }
  .step1-reason-end__list .item:nth-of-type(n+2)::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateX(2em) translateY(-50%);
  }
  .step1-reason-end__list .item__text_3 {
    font-size: 0.75em;
    max-width: 168px;
    margin: 0 auto;
  }
  .step1-reason-end-aside {
    max-width: 500px;
    margin: 2em auto;
  }
  .step1-reason .reason_txt_01 {
    max-width: 280px;
  }
  .step1-reason .reason_txt_01_2 {
    max-width: 331px;
  }
  .step1-reason .reason_txt_02 {
    max-width: 305px;
  }
  .step1-reason .reason_txt_03 {
    max-width: 168px;
  }
  .step1-reason .reason_txt_04 {
    max-width: 192px;
  }
  .step1-reason .reason_txt_05 {
    max-width: 168px;
  }
}

/* .step2
----------------------------------------------------------------------------- */
.step2-item__list {
  overflow: hidden;
  margin-top: 1.5em;
  counter-reset: step2ListNum;
}
.step2-item__list > li {
  position: relative;
  padding-left: 2.25em;
}
.step2-item__list > li::before {
  counter-increment: step2ListNum;
  content: counter(step2ListNum);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0.875em;
  font-weight: bold;
  width: 2em;
  height: 2em;
  background: #FBFCF0;
  border: currentcolor solid 0.1em;
  border-radius: 50%;
}
.step2-item__list > li:not(:first-of-type) {
  margin-top: 1em;
}
.step2-item__list > li:last-of-type::after {
  display: block;
  content: "";
  position: absolute;
  left: 0.65em;
  bottom: 100%;
  z-index: 0;
  width: 0.625em;
  height: 300%;
  background: #ABDBCC;
}
.step2-item__list > li strong {
  font-size: 1.125em;
}
.step2-item__list > li ul li {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  text-indent: -0.65em;
  padding-left: 1em;
  margin-top: 0.5em;
}
.step2-item__list > li ul li::before {
  display: inline-block;
  content: "●";
  color: #008355;
  margin-right: 0.25em;
}
.step2-check {
  background: #FFF;
  margin-top: 6em;
  padding: 0em 1.5em 2em;
  border: #ABDBCC solid 0.1em;
  border-radius: 0.5em;
}
.step2-check__title {
  text-align: center;
  margin-bottom: -1em;
  transform: translateY(-65%);
}
.step2-check__title img {
  width: 37.1501272265vw;
  max-width: 292px;
}
.step2-check__list {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.step2-check__list li {
  position: relative;
  padding-left: 1.7em;
}
.step2-check__list li:not(:first-of-type) {
  margin-top: 0.5em;
}
.step2-check__list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  z-index: 1;
  width: 1.2em;
  height: 1.2em;
  background: #FBFCF0;
  border: currentcolor solid 0.086em;
  border-radius: 0.2em;
}
.step2-recommend__text {
  text-align: center;
  margin-top: 2.5em;
}
.step2-recommend__text img {
  width: 100%;
}
@media only screen and (min-width: 811px) {
  .step2-check {
    max-width: 730px;
    margin: 6em auto 0;
  }
  .step2-check__title {
    margin-bottom: -2.5em;
  }
  .step2-check__title img {
    max-width: 210px;
  }
  .step2-check__list {
    display: flex;
    justify-content: center;
    gap: 1em;
    font-size: 1em;
  }
  .step2-check__list li {
    position: relative;
    padding-left: 1.7em;
  }
  .step2-check__list li:not(:first-of-type) {
    margin-top: 0;
  }
  .step2-recommend__text {
    margin-top: 4em;
  }
  .step2-recommend__text img {
    max-width: 537px;
  }
}

/* .step3
----------------------------------------------------------------------------- */
.step3-item__roomtype {
  display: flex;
  margin-top: 2.5em;
  margin-bottom: -1.5em;
}
.step3-item__roomtype dt {
  padding-top: 0.5em;
  margin-right: 0.5em;
}
.step3-item__roomtype dt img {
  width: 21.6284987277vw;
  max-width: 170px;
}
.step3-item__roomtype dd {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
.step3-item__merit, .step3-item__demerit {
  margin-top: 1.5em;
}
.step3-item__merit dt, .step3-item__demerit dt {
  display: inline-block;
  text-align: center;
  min-width: 5.4em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.15em;
  padding: 0.3em 0.5em 0.25em;
  border-radius: 100vh;
}
.step3-item__merit dd, .step3-item__demerit dd {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  text-indent: -0.5em;
  margin-top: 0.25em;
  margin-left: 1.75em;
}
.step3-item__merit dd::before, .step3-item__demerit dd::before {
  display: inline-block;
  content: "●";
  font-size: 87.5%;
  margin-right: 0.25em;
}
.step3-item__merit dt {
  background: #FFF57E;
}
.step3-item__merit dd::before {
  color: #FFF57E;
}
.step3-item__demerit dt {
  background: #8C8C8C;
  color: #FFF;
}
.step3-item__demerit dd::before {
  color: #8C8C8C;
}
.step3-ranking {
  background: #FFF;
  margin-top: 2.5em;
  padding: 1.5em 1.5em 1.5em;
  border: #ABDBCC solid 0.1em;
  border-radius: 0.5em;
}
.step3-ranking__title {
  margin-bottom: 0.5em;
}
.step3-ranking__title img {
  width: 75.572519084vw;
  max-width: 594px;
}
.step3-ranking__list {
  overflow: hidden;
  counter-reset: step3ListNum;
}
.step3-ranking__list dl {
  position: relative;
  padding-left: 2.5em;
  margin-top: 1em;
}
.step3-ranking__list dl::before {
  counter-increment: step3ListNum;
  content: counter(step3ListNum);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: bold;
  width: 1.8em;
  height: 1.8em;
  background: #FBFCF0;
  border: currentcolor solid 0.1em;
  border-radius: 50%;
}
.step3-ranking__list dl:nth-of-type(1)::before {
  color: #FFF;
  background: #9D8B42;
  border-color: #9D8B42;
}
.step3-ranking__list dl:nth-of-type(2)::before {
  color: #FFF;
  background: #A0A5A7;
  border-color: #A0A5A7;
}
.step3-ranking__list dl:nth-of-type(3)::before {
  color: #FFF;
  background: #84633D;
  border-color: #84633D;
}
.step3-ranking__list dl dt {
  font-size: 1.25em;
  font-weight: bold;
  color: #008355;
}
.step3-ranking__list dl dd {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875em;
  line-height: 1.4;
}
.step3-security {
  background: #FBFCF0;
  padding-top: 2.5em;
  padding-bottom: 3em;
  margin-top: 2em;
}
.step3-security__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
.step3-security__title__text {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.step3-security__title__image img {
  width: 75.572519084vw;
  max-width: 594px;
}
.step3-security__list dl {
  margin-top: 1.5em;
}
.step3-security__list dl dt {
  font-weight: bold;
  padding: 0.15em 0.5em;
  background: #FFF;
}
.step3-security__list dl dt strong {
  color: #B45D5D;
}
.step3-security__list dl dd {
  position: relative;
  font-size: 1.125em;
  font-weight: bold;
  margin-top: 0.5em;
  padding-left: 2.2em;
}
.step3-security__list dl dd::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0.5em;
  z-index: 1;
  width: 1.2em;
  height: 1.2em;
  background: #FFF;
  border: currentcolor solid 0.086em;
  border-radius: 0.2em;
}
@media only screen and (min-width: 811px) {
  .step3-item__roomtype {
    min-height: 7em;
    align-items: center;
  }
  .step3-item__roomtype dt img {
    width: 85px;
  }
  .step3-ranking {
    margin-top: 2.5em;
    padding: 1.5em 1.5em 1.5em;
  }
  .step3-ranking__title {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .step3-ranking__title img {
    width: 309px;
    margin-left: -1em;
  }
  .step3-ranking__list {
    max-width: 473px;
    margin: 0 auto;
  }
  .step3-ranking__list dl dt {
    font-size: 1.5em;
  }
  .step3-security__title__text {
    font-size: 1.25em;
  }
  .step3-security__title__image img {
    width: 360px;
  }
  .step3-security__list {
    display: flex;
    gap: 2.5em;
  }
  .step3-security__list dl {
    width: 50%;
    margin-top: 0;
  }
  .step3-security__list dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 3.5em;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 0.25em 0.5em;
    margin-bottom: 1em;
  }
  .step3-security__list dl dd {
    font-size: 1.25em;
  }
  .step3-security__list dl dd::before {
    top: 0.25em;
    width: 1em;
    height: 1em;
    border: currentcolor solid 0.07em;
  }
}

/* .step4
----------------------------------------------------------------------------- */
.step4-rules {
  background: #FFF;
  margin-top: -1.5em;
  padding: 2em 1.3em 2em;
  border: #ABDBCC solid 0.1em;
  border-radius: 0.5em;
}
.step4-rules__title {
  margin-bottom: 2em;
}
.step4-rules__title img {
  width: 83.4605597964vw;
  max-width: 656px;
}
@media only screen and (min-width: 811px) {
  .step4-rules {
    margin-top: 4em;
    padding: 2.5em 1.3em;
  }
  .step4-rules__title {
    text-align: center;
    margin-bottom: 2em;
  }
  .step4-rules__title img {
    width: 328px;
  }
}

/* .step5
----------------------------------------------------------------------------- */
.step5-online__title {
  text-align: center;
  margin-bottom: 2em;
}
.step5-online__title img {
  width: 74.8091603053vw;
  max-width: 588px;
}
.step5-online__list {
  margin-top: 1.5em;
  counter-reset: step5ListNum;
}
.step5-online__list > li {
  position: relative;
  padding-left: 2.45em;
}
.step5-online__list > li::before {
  counter-increment: step5ListNum;
  content: counter(step5ListNum);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0.875em;
  font-weight: bold;
  width: 2em;
  height: 2em;
  background: #FBFCF0;
  border: currentcolor solid 0.1em;
  border-radius: 50%;
}
.step5-online__list > li:not(:first-of-type) {
  margin-top: 1em;
}
.step5-online__list > li span {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
.step5-point {
  background: #FFF;
  margin-top: 4em;
  padding: 2em 1.3em 2em;
  border: #ABDBCC solid 0.1em;
  border-radius: 0.5em;
}
.step5-point__title {
  text-align: center;
  margin-bottom: 2em;
}
.step5-point__title img {
  width: 81.9338422392vw;
  max-width: 654px;
}
@media only screen and (min-width: 811px) {
  .step5-online__title img {
    width: 294px;
  }
  .step5-online__list {
    max-width: 492px;
    margin: 1.5em auto 0;
  }
  .step5-point {
    padding: 2.5em 1.3em;
  }
  .step5-point__title img {
    width: 322px;
  }
  .step5-point .c-list-label {
    max-width: 554px;
  }
  .step5-point .c-list-label dl {
    width: 100%;
  }
}

/* .decisive
----------------------------------------------------------------------------- */
.decisive {
  text-align: center;
  background: url(../img/bg_pt_02.png) 0 0 repeat;
  background-size: 6.25em 6.25em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.decisive__title {
  margin-bottom: 2.5em;
}
.decisive__title img {
  width: 83.9694656489vw;
  max-width: 660px;
}
.decisive__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 auto;
}
.decisive__remarks {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.5em;
}
.decisive__remarks dl {
  display: flex;
  align-items: center;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75em;
  margin-top: 0.15em;
}
.decisive__remarks dl dt {
  min-width: 5.2em;
  font-size: 83.3%;
  white-space: nowrap;
  margin-right: 0.5em;
  padding: 0.05em 0.25em;
  color: #FFF;
  background: #008355;
  border-radius: 0.25em;
}
.decisive__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em;
}
@media only screen and (min-width: 811px) {
  .decisive {
    padding-top: 4em;
  }
  .decisive__title img {
    width: 361px;
  }
  .decisive__desc {
    flex-direction: row;
    max-width: 640px;
  }
  .decisive__list {
    flex-direction: row;
    gap: 2em 0;
    max-width: 633px;
    margin: 2.5em auto 0;
  }
  .decisive__list .item:nth-of-type(1), .decisive__list .item:nth-of-type(2), .decisive__list .item:nth-of-type(3) {
    width: 27.962%;
  }
  .decisive__list .item:nth-of-type(4) {
    width: 48.1832%;
  }
  .decisive__list .item:nth-of-type(5) {
    width: 47.393%;
  }
  .decisive__list .item:nth-of-type(6) {
    width: 69.194%;
    margin: 0 auto;
  }
}

/* .outro
----------------------------------------------------------------------------- */
.outro {
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 4em;
}
.outro__title {
  margin-right: -1em;
  margin-left: -1em;
}
.outro__title img {
  width: 100%;
}
.outro__text {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
}
@media only screen and (min-width: 811px) {
  .outro__title {
    margin: 0 auto;
  }
  .outro__title img {
    width: 686px;
  }
  .outro__text {
    font-size: 1.5em;
    margin-top: 1.25em;
  }
}

/* .js-floating
----------------------------------------------------------------------------- */
.js-floating__btn {
  display: block;
  position: -webkit-fixed;
  position: fixed;
  z-index: 102;
  border: none;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.js-floating__btn._open {
  bottom: 1em;
  left: 50%;
  transform: translateX(30vw);
  width: 104px;
  opacity: 0;
  visibility: hidden;
}
.js-floating__btn._open.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-floating__btn._open.is-open, .js-floating__btn._open.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.js-floating__btn._close {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  opacity: 0;
  visibility: hidden;
}
.js-floating__btn._close.is-visible, .js-floating__btn._close.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.js-floating__btn._close.is-open {
  opacity: 1;
  visibility: visible;
}
.js-floating__btn._close img {
  width: 100%;
}
.js-floating__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.js-floating__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 131, 85, 0.6);
}
.js-floating__ballon {
  position: fixed;
  width: 127.2264631043vw;
  max-width: 500px;
  height: 127.2264631043vw;
  max-height: 500px;
  border-radius: 50%;
  background: #FFF;
  /*丸のスタート位置と形状*/
  transform: translateX(-50%) scale(0.1);
  left: 50%;
  bottom: 40px;
  transition: all 0.15s;
  z-index: 100;
  filter: drop-shadow(0px 4px 8px rgba(140, 140, 140, 0.5));
}
.js-floating-nav {
  position: -webkit-fixed;
  position: fixed;
  left: 50%;
  bottom: 6em;
  transform: translateX(-50%);
  z-index: 104;
  width: 300px;
  font-size: 16px;
  animation-delay: 0.2s;
  transition: opacity 0.3s ease 0.2s, visibility 0.3s ease;
}
.js-floating-nav .menu-item {
  position: relative;
  z-index: 3;
  width: 100%;
}
.js-floating-nav .menu-item:not(:first-of-type) {
  border-top: #008355 dotted 0.1em;
}
.js-floating-nav .menu-item__num {
  width: 20%;
}
.js-floating-nav .menu-item__num img {
  width: 100%;
}
.js-floating-nav .menu-item__text {
  width: 77%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.75em 1em 0.75em 0.25em;
}
.js-floating-nav .menu-item__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-right: 0.125em solid #008355;
  border-bottom: 0.125em solid #008355;
  transition: transform 0.3s ease;
  border-radius: 0.05em;
}
.js-floating-nav .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 0 0.5em;
  color: #000;
  transition: opacity 0.2s ease;
}
.js-floating-nav .menu-item a:hover {
  opacity: 0.8;
}
.js-floating-nav .menu-item a:hover .menu-item__text::after {
  transform: rotate(-45deg) translateX(0.1em) translateY(-0.1em);
}
@media only screen and (min-width: 1291px) {
  .js-floating__btn {
    display: none;
  }
  .js-floating__inner {
    width: 0;
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  .js-floating__bg, .js-floating__ballon {
    display: none;
  }
  .js-floating-nav {
    display: block;
    position: -webkit-fixed;
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(430px) translateY(-50%);
    z-index: 1000;
    width: 300px;
    background: #FFF;
    border-radius: 0.5em;
    padding: 1.5em;
    opacity: 0;
    visibility: hidden;
  }
  .js-floating-nav.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .js-floating-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .js-floating-nav .menu-item {
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .js-floating-nav .menu-item__num img {
    width: 4.25em;
  }
  .js-floating-nav .menu-item__text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 811px) {
  .js-floating__btn._open {
    transform: translateX(270px);
  }
}
@media only screen and (max-width: 543px) {
  .js-floating__btn._open {
    transform: translateX(6em);
  }
}

.is-nav-open .js-floating__inner {
  opacity: 1;
  visibility: visible;
}
.is-nav-open .js-floating__ballon {
  transform: translateX(-50%) scale(1);
  /*クラスが付与されたらscaleを拡大*/
  transition: all 0.3s;
}

/* ==========================================================================
	 block - footer
	 ========================================================================== */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 62.5%;
  line-height: 1.2;
  letter-spacing: 0.03em;
  background: #006844;
  color: #FFF;
  padding: 3em 1em;
}

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