@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-webkit-keyframes HamBtnOpenTop {
  50% {
    top: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 2.3rem;
    -webkit-transform: translateX(-50%) rotate(35deg);
            transform: translateX(-50%) rotate(35deg);
  }
}
@-moz-keyframes HamBtnOpenTop {
  50% {
    top: 3rem;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    top: 2.3rem;
    -moz-transform: translateX(-50%) rotate(35deg);
         transform: translateX(-50%) rotate(35deg);
  }
}
@keyframes HamBtnOpenTop {
  50% {
    top: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    top: 2.3rem;
    -webkit-transform: translateX(-50%) rotate(35deg);
       -moz-transform: translateX(-50%) rotate(35deg);
            transform: translateX(-50%) rotate(35deg);
  }
}
@-webkit-keyframes HamBtnOpenBottom {
  50% {
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%) rotate(-35deg);
            transform: translateX(-50%) rotate(-35deg);
  }
}
@-moz-keyframes HamBtnOpenBottom {
  50% {
    bottom: 3rem;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    bottom: 2.4rem;
    -moz-transform: translateX(-50%) rotate(-35deg);
         transform: translateX(-50%) rotate(-35deg);
  }
}
@keyframes HamBtnOpenBottom {
  50% {
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%) rotate(-35deg);
       -moz-transform: translateX(-50%) rotate(-35deg);
            transform: translateX(-50%) rotate(-35deg);
  }
}
@-webkit-keyframes HamBtnCloseTop {
  0% {
    top: 2.3rem;
    -webkit-transform: translateX(-50%) rotate(35deg);
            transform: translateX(-50%) rotate(35deg);
  }
  100% {
    top: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes HamBtnCloseTop {
  0% {
    top: 2.3rem;
    -moz-transform: translateX(-50%) rotate(35deg);
         transform: translateX(-50%) rotate(35deg);
  }
  100% {
    top: 3rem;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes HamBtnCloseTop {
  0% {
    top: 2.3rem;
    -webkit-transform: translateX(-50%) rotate(35deg);
       -moz-transform: translateX(-50%) rotate(35deg);
            transform: translateX(-50%) rotate(35deg);
  }
  100% {
    top: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes HamBtnCloseBottom {
  0% {
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%) rotate(-35deg);
            transform: translateX(-50%) rotate(-35deg);
  }
  100% {
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes HamBtnCloseBottom {
  0% {
    bottom: 2.4rem;
    -moz-transform: translateX(-50%) rotate(-35deg);
         transform: translateX(-50%) rotate(-35deg);
  }
  100% {
    bottom: 3rem;
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes HamBtnCloseBottom {
  0% {
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%) rotate(-35deg);
       -moz-transform: translateX(-50%) rotate(-35deg);
            transform: translateX(-50%) rotate(-35deg);
  }
  100% {
    bottom: 3rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-wysiwygArea {
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: #00A551;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: #00A551;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: #00A551;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  /* &:nth-of-type(n+2) {
    margin-top: 6.4rem;

    @include u-mqMax($windowSP) {
      margin-top: u-vw(24);
    }
  } */
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    padding: 0 4vw;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: #00A551;
  padding: 30px;
}
.u-wysiwygArea table {
  background: #00A551;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 1em;
}
.u-wysiwygArea img:not(:last-child) {
  margin-right: 1em;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  margin: 8.8rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .gallery {
    gap: 4vw;
    margin-top: 6.4vw;
  }
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .gallery-item {
    max-width: 44vw;
  }
}
.u-wysiwygArea .gallery-columns-1 {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .gallery-columns-1 {
    max-width: 44vw;
  }
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .gallery-columns-2 .gallery-item {
    max-width: 44vw;
  }
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

/*====================================================================
buttons
====================================================================*/
.c-roundBtnIcon {
  position: relative;
  display: block;
  width: 100%;
  max-width: 24rem;
  padding: 1.9rem 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #00A551;
  border-radius: 32px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .c-roundBtnIcon:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon {
    max-width: 74.6666666667vw;
    font-size: 1.4rem;
    padding: 4vw;
  }
}
.c-roundBtnIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.c-roundBtnIcon.c-orange {
  background: #FF6000;
  color: #fff;
  font-size: 1.4rem;
  max-width: 28rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-orange {
    max-width: 74.6666666667vw;
  }
}
.c-roundBtnIcon.c-blue02 {
  background: #1CB2D6;
  color: #fff;
  font-size: 1.4rem;
  max-width: 28rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-blue02 {
    max-width: 74.6666666667vw;
  }
}
.c-roundBtnIcon.c-darkGreen {
  background: #004B42;
  color: #fff;
  font-size: 1.4rem;
  max-width: 28rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-darkGreen {
    max-width: 74.6666666667vw;
  }
}
.c-roundBtnIcon.c-whiteGreen {
  background: #fff;
  border: 1px solid #00A551;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #00A551;
  max-width: 28rem;
}
.c-roundBtnIcon.c-whiteGreen::after {
  background-image: url("../images/common/icon_arrow_gr.svg");
}
.stepPage .c-roundBtnIcon.c-whiteGreen, .is_page__stepgolf .c-roundBtnIcon.c-whiteGreen {
  padding: 1.5rem 0;
}
.c-roundBtnIcon.c-disabled {
  background: #E1E1E1;
  border: 1px solid #E1E1E1;
  color: #000;
  width: 17.2rem;
  padding: 1.1rem 0;
  pointer-events: none;
}
.c-roundBtnIcon.c-disabled::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-disabled {
    width: 29.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.c-roundBtnIcon.c-whiteGreen02 {
  background: #fff;
  border: 1px solid #00A551;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  color: #00A551;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-whiteGreen02 {
    font-size: 1.4rem;
    padding: 1rem 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-roundBtnIcon.c-whiteGreen02::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-whiteGreen02::after {
    right: 2.1333333333vw;
    width: 1.632vw;
    height: 2.5093333333vw;
  }
}
.stepPage .c-roundBtnIcon.c-whiteGreen02, .is_page__stepgolf .c-roundBtnIcon.c-whiteGreen02 {
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-roundBtnIcon.c-green {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  }
}
.c-roundBtnIcon.c-green02 {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
}
.c-roundBtnIcon.c-green02::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-green03 {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #86D800;
}
.c-roundBtnIcon.c-green03::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-brown {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #D3BB03;
}
.c-roundBtnIcon.c-brown::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-orange02 {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #FF6000;
}
.c-roundBtnIcon.c-orange02::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-red {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #D80F3D;
}
.c-roundBtnIcon.c-red::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-purple {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #671F8D;
}
.c-roundBtnIcon.c-purple::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-blue {
  margin: 4rem auto 0;
  padding: 1.9rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  max-width: 34.4rem;
  background: #0050B1;
}
.c-roundBtnIcon.c-blue::after {
  right: 4rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-roundBtnIcon.c-whiteOrange {
  font-size: 1.5rem;
  padding: 1.4rem 0;
  background: #fff;
  color: #FF6000;
  max-width: 28rem;
}
.c-roundBtnIcon.c-whiteOrange::after {
  background-image: url("../images/common/icon_arrow_or.svg");
}

input.c-roundBtnIcon {
  border: 0;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 0.7rem auto;
          background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
}
@media screen and (max-width: 768px) {
  input.c-roundBtnIcon {
    background-position: center right 4vw;
    -webkit-background-size: 1.8666666667vw auto;
            background-size: 1.8666666667vw auto;
  }
}

.c-searchInput {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38.4rem;
  padding: 1.9rem 4.8rem 1.9rem 2.4rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #00A551;
  border-radius: 32px;
  background-image: url("../images/common/icon_search.svg");
  -webkit-background-size: 2.05rem auto;
          background-size: 2.05rem auto;
  background-repeat: no-repeat;
  background-position: right 1.7rem center;
}
.c-searchInput:focus-visible {
  outline: none;
}
@media screen and (max-width: 768px) {
  .c-searchInput {
    max-width: 100%;
    font-size: 1.4rem;
    padding: 4vw 13.3333333333vw 4vw 6.4vw;
  }
}

.c-applyBtn {
  position: relative;
  margin: 0 auto;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  height: 10rem;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #ff904c;
  background: -webkit-gradient(linear, left top, right top, from(#ff904c), to(#ff6000));
  background: -webkit-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: -moz-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: linear-gradient(90deg, #ff904c 0%, #ff6000 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .c-applyBtn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .c-applyBtn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-applyBtn {
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.c-applyBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-applyBtn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.c-applyBtn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-applyBtn::after {
    top: 3.2vw;
  }
}

.c-mapBtn {
  position: relative;
  margin: 0 auto;
  padding: 0.8rem 0 1.6rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  height: 10rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #00A551;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .c-mapBtn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-mapBtn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-mapBtn {
    line-height: 1.3;
    padding: 3.4666666667vw 0 5.0666666667vw;
  }
}
.c-mapBtn__bigTxt {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: -0.8rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-mapBtn__bigTxt {
    font-size: 4rem;
  }
}
.c-mapBtn__img::before, .c-mapBtn__img::after {
  content: "";
  position: absolute;
}
.c-mapBtn__img::before {
  background-image: url("../images/common/img_btn-map01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 34.885rem;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-mapBtn__img::before {
    width: 50.4453333333vw;
    height: 14.4613333333vw;
  }
}
.c-mapBtn__img::after {
  background-image: url("../images/common/img_btn-map02.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 28.5rem;
  height: 100%;
  top: 0;
  right: 3.8rem;
}
@media screen and (max-width: 768px) {
  .c-mapBtn__img::after {
    background-image: url("../images/common/img_btn-map02_sp.png");
    width: 49.9786666667vw;
    height: 26.6666666667vw;
    right: 0;
  }
}
.c-mapBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-mapBtn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}

.c-mainHeader {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-mainHeader {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-mainHeader {
    margin-bottom: 4.2666666667vw;
    line-height: 1.7;
  }
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 100;
  background: #fff;
  min-width: 1080px;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 7.4666666667vw;
    min-width: 100%;
  }
}
.is_login_user .siteHeader {
  top: 32px;
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.siteHeader__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.siteHeader__cont:first-child {
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__cont:first-child {
    gap: 10.6666666667vw;
  }
}
.siteHeader__logo {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .siteHeader__logo {
    max-width: 26.6666666667vw;
    min-width: 26.6666666667vw;
  }
}
.siteHeader__memberLogin {
  position: relative;
  max-width: 17.8rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  /* @include u-articleText($ff: $NotosansJP, $color: $white, $fzPC: 1.4rem, $fzSP: 1.4rem, $fw: 500, $lh: 1.5);
  padding: .7rem 3rem .7rem 1.8rem;
  @include u-trs;
  background-image: url('../images/common/header_bg-03.png');
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-radius: 1.6rem;

  @include u-mqMax($windowSP) {
    padding: u-vw(7) u-vw(30) u-vw(7) u-vw(18);
  }

  &:hover {
    &::after {
      right: 1.2rem;

      @include u-mqMax($windowSP) {
        right: u-vw(12);
      }
    }
  }

  &::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: translateY(-50%);
    display: block;
    width: .7rem;
    height: 1.1rem;
    background-image: url('../images/common/icon_arrow_wh.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    @include u-trs;

    @include u-mqMax($windowSP) {
      width: u-vw(7);
      height: u-vw(11);
      right: u-vw(17);
    }
  } */
}
@media screen and (min-width: 769px) {
  .siteHeader__memberLogin:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__memberLogin {
    max-width: 38.4vw;
  }
}
.siteHeader__stats {
  margin: 0 3.5rem 0 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__stats {
    display: none;
  }
}
.siteHeader__statsItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.4rem;
}
.siteHeader__statsItemTtl {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: right;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__statsItemTtl {
    font-size: 1.2rem;
  }
}
.siteHeader__statsItemNum {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteHeader__statsItemNum {
    font-size: 2.4rem;
  }
}
.siteHeader__statsItemNumSpan {
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteHeader__statsItemNumSpan {
    font-size: 1.2rem;
  }
}
.siteHeader__navBtn {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  background: #282828;
}
@media screen and (max-width: 768px) {
  .siteHeader__navBtn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.siteHeader__navBtn.is-active [class$=__navBtnMid]:nth-child(1) {
  -webkit-animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
     -moz-animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
          animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtn.is-active [class$=__navBtnMid]:nth-child(2) {
  opacity: 0;
}
.siteHeader__navBtn.is-active [class$=__navBtnMid]:nth-child(3) {
  -webkit-animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
     -moz-animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
          animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtnMid {
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 25px;
}
.siteHeader__navBtnMid:nth-child(1) {
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.2rem;
  -webkit-animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
     -moz-animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
          animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtnMid:nth-child(2) {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteHeader__navBtnMid:nth-child(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3rem;
  width: 3.2rem;
  -webkit-animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
     -moz-animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
          animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
}
.siteHeader__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 8rem);
  height: -moz-calc(100vh - 8rem);
  height: calc(100vh - 8rem);
  z-index: 10;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
  background: rgba(0, 0, 0, 0.6);
}
.siteHeader__nav.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.is_login_user .siteHeader__nav {
  height: -webkit-calc(100vh - 8rem - 3.2rem);
  height: -moz-calc(100vh - 8rem - 3.2rem);
  height: calc(100vh - 8rem - 3.2rem);
}
@media screen and (max-width: 768px) {
  .is_login_user .siteHeader__nav {
    max-height: -webkit-calc(100vh - 16vw - 4.6rem);
    max-height: -moz-calc(100vh - 16vw - 4.6rem);
    max-height: calc(100vh - 16vw - 4.6rem);
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    max-height: -webkit-calc(100vh - 16vw);
    max-height: -moz-calc(100vh - 16vw);
    max-height: calc(100vh - 16vw);
    overflow-y: scroll;
  }
}
.siteHeader__navInner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  background: #fff;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .siteHeader__navInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.siteHeader__nav01 {
  width: -webkit-calc(100% - 44.4rem);
  width: -moz-calc(100% - 44.4rem);
  width: calc(100% - 44.4rem);
  min-height: 600px;
  padding: 4rem 10rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4.4rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  height: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .siteHeader__nav01 {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__nav01 {
    width: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 6.4vw 8vw;
    gap: 0;
    height: auto;
  }
}
.siteHeader__navList {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__navList {
    margin-bottom: 0;
    width: 100%;
  }
  .siteHeader__navList:last-child {
    margin-top: 6.4vw;
  }
}
.siteHeader__navListItem:nth-of-type(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItem:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.siteHeader__navListItemHeader {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemHeader {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemHeader {
    width: 100%;
    display: block;
    color: #000;
  }
  .siteHeader__navListItemHeader:not(.u-mainLink)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background: #00A551;
    border-radius: 50%;
  }
  .siteHeader__navListItemHeader:not(.u-mainLink)::after {
    content: "";
    position: absolute;
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url("../images/common/icon_plus.svg");
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .siteHeader__navListItemHeader.is-active::after {
    background-image: url("../images/common/icon_minus.svg");
  }
}
.siteHeader__navListItemHeader.u-mainLink {
  display: inline;
  padding-right: 2.2rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__navListItemHeader.u-mainLink:hover {
    opacity: 0.6;
  }
}
.siteHeader__navListItemHeader.u-mainLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-color: transparent;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemHeader.u-mainLink::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.siteHeader__navListItemSub {
  margin-top: 1.6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .siteHeader__navListItemSub {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSub {
    display: none;
    margin-top: 4.2666666667vw;
  }
  .siteHeader__navListItemSub.is-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.siteHeader__navListItemSubLink {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 1.5rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubLink {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__navListItemSubLink:hover {
    opacity: 0.6;
  }
}
.siteHeader__navListItemSubLink:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubLink:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.siteHeader__navListItemSubLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubLink::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.siteHeader__navListItemSubLink.u-newTab {
  padding-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubLink.u-newTab {
    padding-right: 6.4vw;
  }
}
.siteHeader__navListItemSubLink.u-newTab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_newtab.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubLink.u-newTab::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.siteHeader__navListItemSubFlex {
  margin: 1.6rem 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  max-width: 32rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubFlex {
    max-width: 84vw;
    gap: 1.8666666667vw;
  }
}
.siteHeader__navListItemSubFlexItem {
  position: relative;
  width: 15.6rem;
  border-radius: 28px;
  padding-left: 6rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  color: #00A551;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #00A551;
}
.siteHeader__navListItemSubFlexItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.siteHeader__navListItemSubFlexItem:first-child {
  padding-left: 5.1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubFlexItem:first-child {
    padding-left: 14.88vw;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navListItemSubFlexItem {
    width: 41.0666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 17.0133333333vw;
  }
}
.siteHeader__nav02 {
  width: 44.4rem;
  min-height: 600px;
  padding: 4.8rem 4rem 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #00A551;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__nav02 {
    width: 100%;
    min-height: auto;
    padding: 10.6666666667vw 4vw;
  }
}
.siteHeader__exList {
  margin-bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
}
.siteHeader__exListItem:nth-of-type(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItem:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.siteHeader__exListItemLink {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItemLink {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItemLink {
    padding-right: 4vw;
  }
}
.siteHeader__exListItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItemLink::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.siteHeader__exListItemLink.u-newTab {
  padding-right: 2.3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItemLink.u-newTab {
    padding-right: 6.9333333333vw;
  }
}
.siteHeader__exListItemLink.u-newTab::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/common/icon_newtab_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__exListItemLink.u-newTab::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.siteHeader__btnList {
  width: 100%;
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnList {
    margin-top: 0;
  }
  .siteHeader__btnList:nth-of-type(2) {
    margin-top: 1px;
  }
}
.siteHeader__btnListLink {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  min-height: 8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__btnListLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink {
    border-radius: 0;
    padding: 5.3333333333vw 0;
  }
}
.siteHeader__btnListLink:nth-of-type(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink:nth-of-type(n+2) {
    border-radius: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    padding: 5.3333333333vw 12.8vw;
  }
}
.siteHeader__btnListLink:nth-of-type(1), .siteHeader__btnListLink:nth-of-type(2) {
  color: #00A551;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink:nth-of-type(1), .siteHeader__btnListLink:nth-of-type(2) {
    color: #fff;
    background: #00A551;
    padding: 1.6vw 0;
  }
}
.siteHeader__btnListLink:nth-of-type(1)::after, .siteHeader__btnListLink:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink:nth-of-type(1)::after, .siteHeader__btnListLink:nth-of-type(2)::after {
    background-image: url("../images/common/icon_arrow_wh.svg");
  }
}
.siteHeader__btnListLink:nth-of-type(3) {
  padding: 3.3rem 0 1.7rem;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  background-image: url("../images/common/siteHeader_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__btnListLink:nth-of-type(3) {
    margin-top: 10.6666666667vw;
    padding: 8vw 0 4.5333333333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
}
.siteHeader__btnListLink:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  position: relative;
  background-color: #00A551;
  padding: 6.7rem 0 13.14rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 10.6666666667vw 0 34.6666666667vw;
  }
}
.siteFooter__cont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 108rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__cont {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .siteFooter__cont {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__cont {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__cont:nth-of-type(1) {
    margin-top: 10.6666666667vw;
  }
}
.siteFooter__cont:nth-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__cont:nth-of-type(2) {
    display: none;
  }
}
.siteFooter__cont:nth-of-type(3) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__cont:nth-of-type(3) {
    position: relative;
    padding-top: 4rem;
  }
  .siteFooter__cont:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-calc(100% - 8vw);
    width: -moz-calc(100% - 8vw);
    width: calc(100% - 8vw);
    height: 1px;
    background: #fff;
  }
}
.siteFooter__cont.u-brBtm {
  padding-bottom: 8rem;
  border-bottom: 1px solid #fff;
}
.siteFooter__header {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .siteFooter__header {
    font-size: 1.8rem;
  }
}
.siteFooter__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .siteFooter__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.siteFooter__list {
  margin: 2.4rem auto 0;
  padding-left: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .siteFooter__list {
    width: 100%;
    padding: 0 4vw;
    margin-top: 6.4vw;
  }
  .siteFooter__list:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.siteFooter__listItem {
  list-style: none;
}
.siteFooter__listItem.u-mTop40 {
  margin-top: 4rem;
}
.siteFooter__list02 {
  margin: 2.4rem auto 0;
  padding-left: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siteFooter__list02 {
    width: 100%;
    padding: 0 4vw;
    margin-top: 6.4vw;
  }
  .siteFooter__list02:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.siteFooter__listItemLink {
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__listItemLink:hover {
    opacity: 0.6;
  }
}
.siteFooter__listItemLink.u-mainLink {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
.siteFooter__listItemLink.u-noHover {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  pointer-events: none;
}
.siteFooter__listItemLink.u-noHover:hover {
  opacity: 1;
}
.siteFooter__listItemLink.u-newTab {
  position: relative;
  padding-right: 2.5rem;
}
.siteFooter__listItemLink.u-newTab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_newtab_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemLink.u-newTab::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.siteFooter__listItemStore {
  list-style: none;
  width: 33.3333333333%;
}
.siteFooter__listItemStore:nth-of-type(n+4) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemStore {
    width: 100%;
  }
}
.siteFooter__listItemStoreLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  max-width: 95%;
}
@media screen and (min-width: 769px) {
  .siteFooter__listItemStoreLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemStoreLink {
    max-width: none;
  }
}
.siteFooter__listItemStoreTtl {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemStoreTtl {
    font-size: 1.6rem;
  }
}
.siteFooter__listItemStoreTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.siteFooter__listItemStoreTxt {
  margin-top: 0.8rem;
  position: relative;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteFooter__listItemStoreTxt {
    font-size: 1.4rem;
  }
}
.siteFooter__logo {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__logo {
    max-width: 53.3333333333vw;
  }
}
.siteFooter__copyright {
  margin: 1.2rem auto 0;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyright {
    margin-top: 6.4vw;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-font-feature-settings: "palt" 1;
     -moz-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1080px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

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

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
.u-colorGreen {
  color: #00A551;
}

.u-colorOrange {
  color: #FF6000;
}

.u-colorBlue {
  color: #1CB2D6;
}

.u-colorDarkGreen {
  color: #004B42;
}

.u-colorDarkGray {
  color: #282828;
}

.toTop {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #000;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .toTop:hover {
    opacity: 0.6;
  }
}
.toTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  background-image: url("../images/common/icon_arrowUp.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .toTop {
    position: fixed;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    width: 32vw;
    height: 32vw;
    border-radius: 0;
  }
}

/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: -webkit-calc(100vh - 16rem);
  min-height: -moz-calc(100vh - 16rem);
  min-height: calc(100vh - 16rem);
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .siteContent {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    padding-top: 16vw;
    overflow-x: hidden;
  }
}

.newsList {
  margin: 4rem auto 0;
  border-radius: 10px;
  background: #fff;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 10.6666666667vw;
  }
}
.newsList__item {
  display: block;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .newsList__item:hover {
    opacity: 0.6;
  }
}
.newsList__item:not(:last-child) {
  border-bottom: 1px solid #00A551;
}
.newsPageSec .newsList__item {
  border-bottom: 1px solid #00A551;
}
.newsPageSec .newsList__item:first-child {
  border-top: 1px solid #00A551;
}
.newsList__itemFlex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
.newsList__itemDate {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .newsList__itemDate {
    font-size: 1.4rem;
  }
}
.newsList__itemCat {
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .newsList__itemCat {
    font-size: 1.2rem;
  }
}
.newsList__itemCat.u-bgBlue {
  background: #1CB2D6;
}
.newsList__itemCat.u-bgOrange {
  background: #FF6000;
}
.newsList__itemCat.u-bgGreen {
  background: #00A551;
}
.newsList__itemDesc {
  display: block;
  margin-top: 0.8rem;
}
.newsList__itemTtl {
  margin-bottom: 0;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .newsList__itemTtl {
    font-size: 1.6rem;
  }
}
.newsList__itemSub {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .newsList__itemSub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList__itemSub {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
  }
}

.floatBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 0.8rem 0;
}
.is_page__single .floatBnr {
  background: transparent;
  -webkit-animation: blinkOpacity 5s ease-in-out infinite alternate;
     -moz-animation: blinkOpacity 5s ease-in-out infinite alternate;
          animation: blinkOpacity 5s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .floatBnr {
    padding: 1.3333333333vw;
  }
}
.floatBnr__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 108rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .floatBnr__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .floatBnr__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .floatBnr__inner {
    position: relative;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 0;
  }
}
.is_page__single .floatBnr__inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.floatBnr__link01, .floatBnr__link02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .floatBnr__link01, .floatBnr__link02 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .floatBnr__link01:hover, .floatBnr__link02:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .floatBnr__link01, .floatBnr__link02 {
    letter-spacing: -0.04em;
    line-height: 1.2;
  }
}
.floatBnr__link01 {
  width: 54rem;
  background: #00FF1D;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ff1d), color-stop(75%, #00ac1d), to(#148737));
  background: -webkit-linear-gradient(top, #00ff1d 0%, #00ac1d 75%, #148737 100%);
  background: -moz-linear-gradient(top, #00ff1d 0%, #00ac1d 75%, #148737 100%);
  background: linear-gradient(180deg, #00ff1d 0%, #00ac1d 75%, #148737 100%);
}
@media screen and (max-width: 768px) {
  .floatBnr__link01 {
    width: 56vw;
    font-size: 2rem;
    padding: 1.3333333333vw;
  }
  .is_page__single .floatBnr__link01 {
    width: 100%;
  }
}
.floatBnr__link01Span {
  display: block;
  padding: 0.7rem 1.2rem;
  margin-right: 2.4rem;
  background: #fece2c;
  background: -webkit-gradient(linear, left top, left bottom, from(#fece2c), to(#ff6000));
  background: -webkit-linear-gradient(top, #fece2c 0%, #ff6000 100%);
  background: -moz-linear-gradient(top, #fece2c 0%, #ff6000 100%);
  background: linear-gradient(180deg, #fece2c 0%, #ff6000 100%);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .floatBnr__link01Span {
    font-size: 1.8rem;
    width: 17.0666666667vw;
    min-width: 17.0666666667vw;
    margin-right: 1.3333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
    line-height: 1.35;
    text-align: left;
  }
  .is_page__single .floatBnr__link01Span {
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .floatBnr__link01Small {
    font-size: 1.6rem;
  }
}
.floatBnr__link01Txt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .floatBnr__link01Txt {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.floatBnr__link02 {
  width: 25.8rem;
  background: #00A551;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a551), to(#007137));
  background: -webkit-linear-gradient(top, #00a551 0%, #007137 100%);
  background: -moz-linear-gradient(top, #00a551 0%, #007137 100%);
  background: linear-gradient(180deg, #00a551 0%, #007137 100%);
}
@media screen and (max-width: 768px) {
  .floatBnr__link02 {
    width: 40vw;
    font-size: 1.4rem;
    height: 9.8666666667vw;
  }
  .floatBnr__link02:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.bread {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .bread {
    padding: 2.1333333333vw 4vw 0;
  }
}
.bread__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .bread__list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.bread__list a {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .bread__list a:hover {
    opacity: 0.6;
  }
}
.bread__listItem {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .bread__listItem {
    font-size: 1.2rem;
  }
}
.bread__listItem:not(:first-child) {
  margin-left: 1.5rem;
}
.bread__listItem:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: -1rem;
}

.paginationBlock {
  margin-top: 10.4rem;
}
.paginationBlock .wp-pagenavi {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paginationBlock .wp-pagenavi {
    gap: 0.8rem;
  }
}
.paginationBlock .wp-pagenavi .current {
  background-color: #FF6000;
  color: #fff;
  border-color: #FF6000;
}
.paginationBlock .wp-pagenavi > * {
  font-size: 1.8rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FF6000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #FF6000;
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .paginationBlock .wp-pagenavi > * {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .paginationBlock .wp-pagenavi > *:hover {
    opacity: 0.6;
  }
}
.paginationBlock .wp-pagenavi > *:hover {
  background-color: #FF6000;
  color: #fff;
  border-color: #FF6000;
}
.paginationBlock .wp-pagenavi > *,
.paginationBlock .wp-pagenavi .pagination__control-link--previous,
.paginationBlock .wp-pagenavi .pagination__control-link--next {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous,
.paginationBlock .wp-pagenavi .pagination__control-link--next {
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
  border-radius: 3.2rem;
  width: 12rem;
  height: 4rem;
  background-color: #FF6000;
  position: absolute;
  top: -6.4rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .paginationBlock .wp-pagenavi .pagination__control-link--previous,
  .paginationBlock .wp-pagenavi .pagination__control-link--next {
    font-size: 1.4rem;
  }
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous:hover,
.paginationBlock .wp-pagenavi .pagination__control-link--next:hover {
  border: 1px solid #FF6000;
  background-color: transparent;
  color: #FF6000;
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous:hover::before,
.paginationBlock .wp-pagenavi .pagination__control-link--next:hover::before {
  border-color: #FF6000;
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous::before,
.paginationBlock .wp-pagenavi .pagination__control-link--next::before {
  content: "";
  border: 0.3rem solid #fff;
  border-bottom: 0;
  border-left: 0;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous {
  margin-right: 14.4rem;
}
.paginationBlock .wp-pagenavi .pagination__control-link--previous::before {
  left: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
     -moz-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.paginationBlock .wp-pagenavi .pagination__control-link--next {
  margin-left: 14.4rem;
}
.paginationBlock .wp-pagenavi .pagination__control-link--next::before {
  right: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.blocker {
  z-index: 999;
}

.modal {
  border-radius: 10px;
  border: 1px solid #00A551;
  width: 100%;
  max-width: 71.2rem;
  padding: 4rem 4rem 6.4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  max-height: 85vh;
  overflow-x: scroll;
}
.modal#modal01 {
  max-width: 108rem;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.modal__span {
  color: #00A551;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.modal__header {
  margin-top: 1.2rem;
  color: #00A551;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .modal__header {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
}
.modal__header02 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .modal__header02 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.modal__span02 {
  margin-top: 1.6rem;
  color: #00A551;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.modal__span03 {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .modal__span03 {
    font-size: 1.8rem;
  }
}
.modal__txt {
  margin: 4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal__txt {
    margin-top: 10.6666666667vw;
  }
}
.modal__close {
  width: 3rem;
  position: absolute;
  top: 2rem;
  right: 3.3rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .modal__close:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 5.3333333333vw;
    right: 4vw;
    width: 8vw;
  }
}
.modal__flex {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .modal__flex {
    margin-top: 10.6666666667vw;
  }
}
.modal__flexItem {
  background: rgba(0, 165, 81, 0.1);
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .modal__flexItem {
    padding-top: 4.2666666667vw;
  }
}
.modal__flexItem:nth-of-type(n+2) {
  margin-top: 1.6rem;
}
.modal__flexItem:nth-of-type(even) {
  background: rgba(255, 235, 0, 0.1);
}
.modal__flexItemHeader {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.modal__flexItemHeaderNum {
  display: block;
  position: relative;
  width: 6.4rem;
  height: 6rem;
  font-size: 4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .modal__flexItemHeaderNum {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__flexItemHeaderNum {
    width: 17.0666666667vw;
    min-width: 17.0666666667vw;
    height: 16vw;
  }
}
.modal__flexItemHeaderNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 6.4rem;
  height: 1.6rem;
  background-color: #FFEB00;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modal__flexItemHeaderNum::after {
    width: 17.0666666667vw;
    height: 4.2666666667vw;
  }
}
.modal__flexItemHeaderTxt {
  margin-left: 4rem;
  display: block;
  padding-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal__flexItemHeaderTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__flexItemHeaderTxt {
    margin-left: 4.2666666667vw;
  }
}
.modal__flexItemTxt {
  margin: 0.8rem auto 0;
  padding-bottom: 2.4rem;
  width: 100%;
  max-width: -webkit-calc(100% - 4.8rem);
  max-width: -moz-calc(100% - 4.8rem);
  max-width: calc(100% - 4.8rem);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal__flexItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__flexItemTxt {
    margin-top: 4.2666666667vw;
    padding-bottom: 4vw;
    max-width: -webkit-calc(100% - 4.8rem);
    max-width: -moz-calc(100% - 4.8rem);
    max-width: calc(100% - 4.8rem);
  }
}
.modal__pop {
  margin: 3.2rem auto 0;
}
.modal__popItemHeader {
  display: block;
  width: 100%;
  padding: 0.7rem 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #00A551;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.modal__popFlex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.6rem 0;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .modal__popFlex {
    gap: 0vw;
    padding: 4.2666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.modal__popFlexCol {
  list-style: none;
  padding: 0 0 0 2.4rem;
  width: -webkit-calc(50% - 4rem);
  width: -moz-calc(50% - 4rem);
  width: calc(50% - 4rem);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__popFlexCol {
    width: 100%;
    padding-left: 4vw;
    margin-bottom: 0;
  }
}
.modal__popFlexColItemHeader {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: left;
  cursor: pointer;
}
.modal__popFlexColItemHeader::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: #00A551;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal__popFlexColItemHeader::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_plus.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemHeader::after {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.modal__popFlexColItemHeader.is-active::after {
  background-image: url("../images/common/icon_minus.svg");
}
.modal__popFlexColItemHeader02 {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
}
.modal__popFlexColItemInner {
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemInner {
    padding-left: 5.3333333333vw;
  }
}
.modal__popFlexColItemCont {
  padding-left: 2.5rem;
  text-align: left;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemCont {
    padding-left: 5.3333333333vw;
  }
}
.modal__popFlexColItemCont.is-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.modal__popFlexColItemCont:not(:last-child) {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemCont:not(:last-child) {
    padding-bottom: 0;
  }
}
.modal__popFlexColItemLink {
  position: relative;
  display: inline-block;
  margin: 0.8rem 0 0;
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .modal__popFlexColItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemLink {
    margin-top: 2.1333333333vw;
  }
  .modal__popFlexColItemLink:last-child {
    margin-bottom: 2.1333333333vw;
  }
}
.modal__popFlexColItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .modal__popFlexColItemLink::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.modal .close-modal {
  display: none !important;
}
.modal .storeNakanoPageSec03__btn {
  margin: 6.4rem auto 0;
  max-width: 52rem;
}
@media screen and (max-width: 768px) {
  .modal .storeNakanoPageSec03__btn {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  #wpadminbar {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

/*====================================================================
topPageSec
====================================================================*/
.topPageSec01 {
  position: relative;
}
.topPageSec01__fgr {
  max-width: 100%;
  margin-bottom: 0;
}
.topPageSec01 .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
     -moz-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.topPageKV__pagination {
  top: 3rem;
  left: 50%;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
     -moz-transform: translate3d(0, 0, 0) translateX(-50%);
          transform: translate3d(0, 0, 0) translateX(-50%);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
}
.topPageKV__pagination .swiper-pagination-bullet {
  border: 1px solid #00A551;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.topPageKV__pagination .swiper-pagination-bullet-active {
  background: #00A551;
}
.topPageKV__pagination.disabled {
  display: none;
}

.topPageSec02 {
  padding: 6.4rem 0;
  margin-top: -8.5rem;
  background-image: url("../images/topPage/topPageSec02_bg-01.png");
  /* padding: 6rem 0 6.4rem;
  background-image: url('../images/topPage/topPageSec02_bg-02.png'); */
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageSec02 {
    /* background-image: url('../images/topPage/topPageSec02_bg-02_sp.png');
    padding: u-vw(24) 0 u-vw(40);
    background-position: top center; */
    padding: 15.2vw 0 10.6666666667vw;
    background-image: none;
    background-position: top 13vw center;
    margin-top: -14.1333333333vw;
  }
}
.topPageSec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url('../images/topPage/topPageSec02_bg-01.png'); */
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .topPageSec02::before {
    background-image: url("../images/topPage/topPageSec02_bg-01_sp.png");
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.topPageSec02__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageSec02__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec02__inner {
    width: 1024px;
  }
}
.topPageSec02__btnCont {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topPageSec02__btnCont {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.topPageSec02__btnContItem {
  position: relative;
}
.topPageSec02__btnContItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topPageSec02__btnContItem {
    max-width: 44.8vw;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 0;
  }
}
.topPageSec02__campaign {
  margin: 6.4rem auto 0;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* &::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    display: block;
    width: .7rem;
    height: 1.1rem;
    background-image: url('../images/common/icon_arrow_wh.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;

    @include u-mqMax($windowSP) {
      right: u-vw(16);
      width: u-vw(7);
      height: u-vw(11);
    }
  } */
}
@media screen and (min-width: 769px) {
  .topPageSec02__campaign:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec02__campaign {
    margin-top: 6.4vw;
  }
}
.topPageSec02__campaign + .topPageSec02__campaign {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec02__campaign + .topPageSec02__campaign {
    margin-top: 2.1333333333vw;
  }
}
.topPageSec02__campaignCaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.topPageSec02__campaignTtl {
  font-size: 6.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec02__campaignTtl {
    font-size: 3.2rem;
  }
}
.topPageSec02__campaignSub {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec02__campaignSub {
    font-size: 1.6rem;
  }
}

.topPageSec03 {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .topPageSec03 {
    padding: 10.6666666667vw 0 9.0666666667vw;
  }
}
.topPageSec03 .c-mainHeader {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .topPageSec03 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.topPageSec03__list {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.topPageSec03__list::before {
  content: "";
  position: absolute;
  top: -17.8rem;
  left: -1rem;
  display: block;
  width: 77.5rem;
  height: 35.8rem;
  background-image: url("../images/topPage/topPageSec03_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec03__list::before {
    top: -48.5333333333vw;
    left: -5.3333333333vw;
    width: 110.4vw;
    height: 77.6vw;
    background-image: url("../images/topPage/topPageSec03_bg-01_sp.png");
  }
}
.topPageSec03__listItem {
  width: 50%;
  padding: 5.6rem 4rem 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topPageSec03__listItem:nth-of-type(1), .topPageSec03__listItem:nth-of-type(4) {
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItem {
    width: 100%;
    padding: 11.7333333333vw 4vw;
  }
  .topPageSec03__listItem:nth-of-type(even) {
    background: none !important;
  }
  .topPageSec03__listItem:nth-of-type(odd) {
    background: #00A551 !important;
  }
}
.topPageSec03__listItem:nth-child(odd) .topPageSec03__listItemCont {
  margin-left: auto;
}
.topPageSec03__listItem:nth-child(even) .topPageSec03__listItemCont {
  margin-right: auto;
}
.topPageSec03__listItemCont {
  position: relative;
  max-width: 40.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemCont {
    max-width: 100%;
  }
}
.topPageSec03__listItemContNum {
  position: absolute;
  top: -4rem;
  left: 1.5rem;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemContNum {
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemContNum {
    top: -10.6666666667vw;
  }
}
.topPageSec03__listItemContNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  display: block;
  width: 10rem;
  height: 1.6rem;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemContNum::after {
    width: 26.6666666667vw;
    height: 4.2666666667vw;
  }
}
.topPageSec03__listItemContDesc {
  position: absolute;
  top: 12rem;
  left: 0;
  width: 100%;
  padding: 4rem 1.6rem 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.topPageSec03__listItemContTtl {
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemContTtl {
    font-size: 2.4rem;
  }
}
.topPageSec03__listItemContTxt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec03__listItemContTxt {
    font-size: 1.4rem;
  }
}

.topPageSec04 {
  padding: 8rem 0 4.8rem;
  background-image: url("../images/topPage/topPageSec04_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .topPageSec04 {
    padding: 10.6666666667vw 0 17.0666666667vw;
    background-image: url("../images/topPage/topPageSec04_bg-01_sp.png");
  }
}
.topPageSec04__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .topPageSec04__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec04__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec04__inner {
    width: 100%;
  }
}
.topPageSec04__btn {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec04__btn {
    gap: 2.1333333333vw;
  }
}
.topPageSec04__btnLink {
  position: relative;
  width: -webkit-calc(25% - 1.8rem);
  width: -moz-calc(25% - 1.8rem);
  width: calc(25% - 1.8rem);
  padding: 2.4rem 0.2rem 4.2rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .topPageSec04__btnLink:hover {
    opacity: 0.6;
  }
}
.topPageSec04__btnLink::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.topPageSec04__btnLink:nth-of-type(even) {
  background: #1CB2D6;
}
.topPageSec04__btnLink:nth-of-type(even) .topPageSec04__btnLinkTxt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageSec04__btnLink:nth-of-type(even) .topPageSec04__btnLinkTxt {
    color: #000;
  }
}
.topPageSec04__btnLink:nth-of-type(odd) {
  background: #FFFF1C;
}
.topPageSec04__btnLink:nth-of-type(odd)::after {
  background-image: url("../images/common/icon_arrow.svg");
}
.topPageSec04__btnLink:nth-of-type(1) {
  width: 100%;
  background: #1CB2D6;
}
.topPageSec04__btnLink:nth-of-type(1)::after {
  background-image: url("../images/common/icon_arrow_wh.svg");
}
.topPageSec04__btnLink:nth-of-type(1) .topPageSec04__btnLinkTxt {
  color: #fff;
  min-height: auto;
}
.topPageSec04__btnLink:nth-of-type(1) .topPageSec04__btnLinkFigure {
  max-width: 16rem;
}
@media screen and (max-width: 768px) {
  .topPageSec04__btnLink {
    width: -webkit-calc(50% - 1.165vw);
    width: -moz-calc(50% - 1.165vw);
    width: calc(50% - 1.165vw);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topPageSec04__btnLink:nth-of-type(2), .topPageSec04__btnLink:nth-of-type(5) {
    background: #FFFF1C;
  }
  .topPageSec04__btnLink:nth-of-type(2)::after, .topPageSec04__btnLink:nth-of-type(5)::after {
    background-image: url("../images/common/icon_arrow.svg");
  }
  .topPageSec04__btnLink:nth-of-type(3), .topPageSec04__btnLink:nth-of-type(4) {
    background: #1CB2D6;
  }
  .topPageSec04__btnLink:nth-of-type(3) .topPageSec04__btnLinkTxt, .topPageSec04__btnLink:nth-of-type(4) .topPageSec04__btnLinkTxt {
    color: #fff;
  }
  .topPageSec04__btnLink:nth-of-type(3)::after, .topPageSec04__btnLink:nth-of-type(4)::after {
    background-image: url("../images/common/icon_arrow_wh.svg");
  }
}
.topPageSec04__btnLinkFigure {
  margin: 0 auto;
  max-width: 12rem;
}
.topPageSec04__btnLinkTxt {
  margin-top: 0.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  min-height: 9rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec04__btnLinkTxt {
    font-size: 2rem;
  }
}

.topPageSec05 {
  margin: 3.2rem auto 0;
  padding: 13.6rem 0 21.6rem;
  background-image: url("../images/topPage/topPageSec05_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .topPageSec05 {
    margin: 0 auto;
    padding: 10.6666666667vw 0 21.3333333333vw;
    background-image: url("../images/topPage/topPageSec05_bg-01_sp.png");
  }
}
.topPageSec05__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .topPageSec05__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec05__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec05__inner {
    width: 100%;
    padding: 0;
  }
}
.topPageSec05 .c-mainHeader {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .topPageSec05 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.topPageSec05 .c-roundBtnIcon {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .topPageSec05 .c-roundBtnIcon {
    margin-top: 6.4vw;
  }
}
.topPageSec05__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec05__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec05__txt {
    margin: 6.4vw auto 0;
    text-align: left;
    max-width: 84vw;
  }
}
.topPageSec05__bnr {
  margin: 6.4rem auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .topPageSec05__bnr {
    margin-top: 6.4vw;
    gap: 4vw;
  }
}
.topPageSec05__bnrImg {
  max-width: 43.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec05__bnrImg {
    max-width: 100%;
  }
}
.topPageSec05__listHeader {
  position: relative;
  margin: 6.4rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 24rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/topPage/topPageSec05_bg-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 24rem auto;
          background-size: 24rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .topPageSec05__listHeader {
    font-size: 1.6rem;
  }
}
.topPageSec05__listHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .topPageSec05__listHeader::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.topPageSec05__listHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .topPageSec05__listHeader::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec05__listHeader {
    margin-top: 10.6666666667vw;
  }
}
.topPageSec05__newsList {
  padding: 4rem 0;
  border-bottom: 1px solid #FF6000;
}
@media screen and (max-width: 768px) {
  .topPageSec05__newsList {
    padding: 4.2666666667vw 0;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.topPageSec05__newsListItem {
  list-style: none;
}
.topPageSec05__newsListItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .topPageSec05__newsListItem:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
}
.topPageSec05__newsListItemLink {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  max-width: 71.2rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .topPageSec05__newsListItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec05__newsListItemLink {
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 4.2666666667vw;
  }
}
.topPageSec05__newsListItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_or.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.topPageSec05__newsListItemLinkDate {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec05__newsListItemLinkDate {
    font-size: 1.4rem;
  }
}
.topPageSec05__newsListItemLinkTxt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec05__newsListItemLinkTxt {
    font-size: 1.6rem;
  }
}
.topPageSec05__notes {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec05__notes {
    font-size: 1.2rem;
  }
}
.topPageSec05__pdfLink {
  margin: 2.4rem auto 0;
  display: block;
  max-width: 22.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .topPageSec05__pdfLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .topPageSec05__pdfLink:hover {
    opacity: 0.6;
  }
}

.topPageSec06 {
  position: relative;
  background: #00A551;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .topPageSec06 {
    padding-bottom: 17.0666666667vw;
  }
}
.topPageSec06::before {
  content: "";
  position: absolute;
  top: -13.6rem;
  width: 100%;
  left: 0;
  display: block;
  height: 13.6rem;
  background-image: url("../images/topPage/topPageSec06_bg-01.png");
  -webkit-background-size: auto auto;
          background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec06::before {
    height: 10.6666666667vw;
    top: -10.6666666667vw;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
.topPageSec06 .c-mainHeader {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec06 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.topPageSec06__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 71.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec06__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec06__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec06__inner {
    width: 100%;
  }
}
.topPageSec06__btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .topPageSec06__btn {
    margin-top: 6.4vw;
  }
}

.topPageSec07 {
  position: relative;
  padding: 20rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .topPageSec07 {
    padding: 25.6vw 0 17.0666666667vw;
  }
}
.topPageSec07::before {
  content: "";
  position: absolute;
  top: -3.4rem;
  width: 100%;
  left: 0;
  display: block;
  height: 57.2rem;
  background-image: url("../images/topPage/topPageSec07_bg-01.png");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec07::before {
    height: 80vw;
    top: -10.6666666667vw;
    background-image: url("../images/topPage/topPageSec07_bg-01_sp.png");
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
.topPageSec07 .c-mainHeader {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec07 .c-mainHeader {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.topPageSec07__sliderItem {
  position: relative;
  width: 71.2rem;
  /* height: 45rem; */
  background: #4A4A4A;
  border-radius: 10px;
  /* &::after {
    content: 'キャンペーンバナー';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    @include u-articleText($fzPC: 3.4rem, $fzSP: 1.4rem, $lts: 0.04em, $color: $white, $ta: center);
  } */
}
@media screen and (max-width: 768px) {
  .topPageSec07__sliderItem {
    width: 76vw;
    /* height: u-vw(180); */
  }
}
.topPageSec07__navigation {
  margin: 4rem auto 0;
  position: relative;
  height: 6.4rem;
  width: 100%;
  max-width: 15.2rem;
}
@media screen and (max-width: 768px) {
  .topPageSec07__navigation {
    margin-bottom: 4.2666666667vw;
    height: 10.6666666667vw;
    max-width: 25.3333333333vw;
  }
}
.topPageSec07__navigation .swiper-button-prev,
.topPageSec07__navigation .swiper-button-next {
  margin-top: 0;
  width: 6.4rem;
  height: 6.4rem;
  background-image: url("../images/common/icon_nav.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .topPageSec07__navigation .swiper-button-prev:hover,
  .topPageSec07__navigation .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec07__navigation .swiper-button-prev,
  .topPageSec07__navigation .swiper-button-next {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
}
.topPageSec07__navigation .swiper-button-prev::after,
.topPageSec07__navigation .swiper-button-next::after {
  content: none;
}
.topPageSec07__navigation .swiper-button-prev {
  left: 0;
}
.topPageSec07__navigation .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .topPageSec07__navigation .swiper-button-next {
    -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  }
}

.topPageSec08 {
  position: relative;
}
.topPageSec08 .c-mainHeader {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec08 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.topPageSec08__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .topPageSec08__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec08__inner {
    width: 1024px;
  }
}
.topPageSec08__btnList {
  margin: 4rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnList {
    margin-top: 0;
    gap: 2.1333333333vw;
  }
}
.topPageSec08__btnListItem {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 34.4rem;
  height: 12rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .topPageSec08__btnListItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItem {
    width: 100%;
    height: 21.3333333333vw;
  }
}
.topPageSec08__btnListItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItem::after {
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.topPageSec08__btnListItem:nth-of-type(1) {
  background: #00A551;
}
.topPageSec08__btnListItem:nth-of-type(2) {
  background: #FF6000;
}
.topPageSec08__btnListItem:nth-of-type(3)::after, .topPageSec08__btnListItem:nth-of-type(4)::after {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../images/common/icon_newtab_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItem:nth-of-type(3)::after, .topPageSec08__btnListItem:nth-of-type(4)::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.topPageSec08__btnListItem:nth-of-type(3) {
  background: #1CB2D6;
}
.topPageSec08__btnListItem:nth-of-type(3) .topPageSec08__btnListItemImg {
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItem:nth-of-type(3) .topPageSec08__btnListItemImg {
    max-width: 40vw;
  }
}
.topPageSec08__btnListItem:nth-of-type(4) {
  background: #004B42;
}
.topPageSec08__btnListItem:nth-of-type(4) .topPageSec08__btnListItemImg {
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItem:nth-of-type(4) .topPageSec08__btnListItemImg {
    max-width: 40vw;
  }
}
.topPageSec08__btnListItemImg {
  max-width: 13rem;
}
@media screen and (max-width: 768px) {
  .topPageSec08__btnListItemImg {
    max-width: 34.6666666667vw;
  }
}

.topPageSec09 {
  position: relative;
  padding: 12rem 0 4.6rem;
}
@media screen and (max-width: 768px) {
  .topPageSec09 {
    padding: 17.0666666667vw 0 7.4666666667vw;
  }
}
.topPageSec09::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  display: block;
  width: 100.2rem;
  height: 44.4rem;
  background-image: url("../images/topPage/topPageSec09_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topPageSec09::before {
    background-image: url("../images/topPage/topPageSec09_bg-01_sp.png");
    width: 96vw;
    height: 57.8666666667vw;
    left: -2.1333333333vw;
    top: -6.4vw;
  }
}
.topPageSec09 .c-mainHeader {
  position: relative;
  z-index: 2;
}
.topPageSec09__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .topPageSec09__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .topPageSec09__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec09__inner {
    width: 100%;
  }
}
.topPageSec09__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topPageSec09__list {
    gap: 4vw;
    max-width: 78.6666666667vw;
    margin: 0 auto;
  }
}
.topPageSec09__listImg {
  position: relative;
  width: 28.2rem;
  height: 28.2rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.topPageSec09__listImg:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
     -moz-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (max-width: 768px) {
  .topPageSec09__listImg {
    width: -webkit-calc(50% - 2vw);
    width: -moz-calc(50% - 2vw);
    width: calc(50% - 2vw);
    height: 37.3333333333vw;
  }
}
.topPageSec09__listImg img {
  position: absolute;
  top: 50%;
  width: auto;
  height: 100%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.is_page__3min .topPageSec10 {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .is_page__3min .topPageSec10 {
    padding-top: 0;
  }
}
.topPageSec10 .c-roundBtnIcon {
  padding: 1.5rem 0;
  max-width: 37rem;
}
@media screen and (max-width: 768px) {
  .topPageSec10 .c-roundBtnIcon {
    padding: 4vw 0;
    max-width: 90.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .topPageSec10 .c-mainHeader {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.topPageSec10__inner {
  padding: 16.4rem 0 16rem;
  background-image: url("../images/topPage/topPageSec10_bg-01.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSec10__inner {
    padding: 20.2666666667vw 0 12.8vw;
    background-image: url("../images/topPage/topPageSec10_bg-01_sp.png");
  }
}
.topPageSec10__inner:nth-of-type(2) {
  padding: 10rem 0 12rem;
  background-image: url("../images/topPage/topPageSec10_bg-02.png");
}
.topPageSec10__inner:nth-of-type(2) .c-mainHeader {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageSec10__inner:nth-of-type(2) {
    padding: 10.6666666667vw 0 17.0666666667vw;
    background-image: url("../images/topPage/topPageSec10_bg-02_sp.png");
  }
}
.topPageSec10__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .topPageSec10__flex {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .topPageSec11 {
    border-top: 2px solid #282828;
    border-bottom: 2px solid #282828;
  }
}
.topPageSec11__stats {
  margin: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  list-style: none;
}
.topPageSec11__statsItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0.3rem 0;
}
.topPageSec11__statsItem:nth-of-type(1) {
  background: #00A551;
  width: 13.4rem;
}
.topPageSec11__statsItem:nth-of-type(2) {
  width: 14rem;
}
.topPageSec11__statsItem:nth-of-type(3) {
  width: 11.5rem;
}
.topPageSec11__statsItem:nth-of-type(2), .topPageSec11__statsItem:nth-of-type(3) {
  background: #4CC085;
}
.topPageSec11__statsItemTtl {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 3rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  .topPageSec11__statsItemTtl {
    font-size: 1.2rem;
  }
}
.topPageSec11__statsItemNum {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec11__statsItemNum {
    font-size: 2.4rem;
  }
}
.topPageSec11__statsItemNumSpan {
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSec11__statsItemNumSpan {
    font-size: 1.2rem;
  }
}

/*====================================================================
reasonPage
====================================================================*/
.reasonPageSec01 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec01 {
    padding: 12.8vw 0 10.1333333333vw;
  }
}
.reasonPageSec01 .c-mainHeader {
  margin-bottom: 0;
}
.reasonPageSec01__figure {
  padding-top: 8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec01__figure {
    padding-top: 10.6666666667vw;
  }
}
.reasonPageSec01__span {
  position: relative;
  margin: 0 auto 2.8rem;
  display: block;
  width: 100%;
  padding: 0.8rem 0.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 34.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #00A551;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .reasonPageSec01__span {
    font-size: 1.6rem;
  }
}
.reasonPageSec01__span::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.8rem 0 0.8rem;
  border-color: #00A551 transparent transparent transparent;
}
.reasonPageSec01 .c-mainHeader {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .reasonPageSec01 .c-mainHeader {
    font-size: 3.2rem;
  }
}

.reasonPageSec02 {
  padding: 8rem 0;
  background: rgba(0, 165, 81, 0.1);
}
.scorePage .reasonPageSec02, .is_page__score .reasonPageSec02 {
  padding-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  .scorePage .reasonPageSec02, .is_page__score .reasonPageSec02 {
    padding-bottom: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec02 {
    padding: 12.8vw 4vw 10.1333333333vw;
  }
}
.reasonPageSec02__span {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__span {
    font-size: 2.4rem;
  }
}
.reasonPageSec02__header {
  position: relative;
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 93rem;
  font-size: 4.8rem;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__header {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__header {
    margin-top: 4.2666666667vw;
  }
}
.scorePage .reasonPageSec02__header, .is_page__score .reasonPageSec02__header {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .scorePage .reasonPageSec02__header, .is_page__score .reasonPageSec02__header {
    letter-spacing: normal;
  }
}
.reasonPageSec02__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  display: block;
  width: 29.7rem;
  height: 0.6rem;
  background-image: url("../images/reasonPage/reasonPageSec02_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__header::before {
    width: 65.8666666667vw;
    height: 1.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../images/reasonPage/reasonPageSec02_bg-01_sp.png");
  }
}
.scorePage .reasonPageSec02__header::before, .is_page__score .reasonPageSec02__header::before {
  width: 20.6rem;
  left: 2.8rem;
  background-image: url("../images/reasonPage/reasonPageSec02_bg-02.png");
}
@media screen and (max-width: 768px) {
  .scorePage .reasonPageSec02__header::before, .is_page__score .reasonPageSec02__header::before {
    width: 41.8666666667vw;
    height: 1.6vw;
    left: 44%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../images/reasonPage/reasonPageSec02_bg-02_sp.png");
  }
}
.reasonPageSec02__figure01 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__figure01 {
    margin-top: 6.4vw;
    max-width: 60vw;
  }
}
.reasonPageSec02__figure01 + .reasonPageSec02__headerBlock {
  margin-top: 0;
}
.reasonPageSec02__txt {
  margin: 4rem auto 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__txt {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.reasonPageSec02__headerBlock {
  position: relative;
  margin: 8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/topPage/topPageSec05_bg-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__headerBlock {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__headerBlock {
    margin-top: 10.6666666667vw;
  }
}
.reasonPageSec02__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.reasonPageSec02__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.reasonPageSec02__whBlock {
  position: relative;
  margin: 0.8rem auto 0;
  padding: 4rem 0 2.4rem;
  background: #fff;
  width: 100%;
  max-width: 89.6rem;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__whBlock {
    max-width: 100%;
    padding: 6.4vw 5.8666666667vw 3.2vw;
  }
}
.is_page__score .reasonPageSec02__whBlock::after {
  content: "";
  position: absolute;
  bottom: -11rem;
  right: -5.4rem;
  display: block;
  width: 8rem;
  height: 15.2rem;
  background-image: url("../images/reasonPage/reasonPageSec02_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .is_page__score .reasonPageSec02__whBlock::after {
    width: 13.3333333333vw;
    height: 25.3333333333vw;
    bottom: -19.7333333333vw;
    right: 6.6666666667vw;
  }
}
.reasonPageSec02__whBlockList {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 71.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
.reasonPageSec02__whBlockList:last-child {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__whBlockList {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}
.reasonPageSec02__whBlockListItemTxt {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 29rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__whBlockListItemTxt {
    font-size: 1.6rem;
  }
}
.reasonPageSec02__whBlockListItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  width: -webkit-calc(50% - 1.5rem);
  width: -moz-calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__whBlockListItem {
    width: 100%;
  }
}
.reasonPageSec02__whBlockListItemIcon {
  max-width: 3rem;
}
.reasonPageSec02__whBlockFigure {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec02__whBlockFigure {
    margin-top: 6.4vw;
  }
}

.reasonPageSec03 {
  padding: 14rem 0 19rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec03 {
    padding: 29.3333333333vw 4vw 17.0666666667vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.reasonPageSec03__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 89.6rem;
  padding: 2.4rem 4rem;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFEB00;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__header {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__header {
    padding: 2.1333333333vw 0;
  }
}
.reasonPageSec03__header::before {
  content: "";
  position: absolute;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 16rem;
  height: 16rem;
  background: #FFEB00;
  border-radius: 50%;
  z-index: -1;
}
.reasonPageSec03__header::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 16rem;
  height: 16rem;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.reasonPageSec03__headerImg {
  position: absolute;
  top: -4.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 8rem;
}
.reasonPageSec03__txt {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__txt {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.reasonPageSec03__link {
  position: relative;
  margin: 4rem auto 0;
  display: block;
  max-width: 39.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .reasonPageSec03__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__link {
    margin-top: 4.2666666667vw;
    text-align: left;
    max-width: 84vw;
  }
}
.reasonPageSec03__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0.5rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec03__link::after {
    position: relative;
    margin-top: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    display: inline-block;
    vertical-align: middle;
  }
}

.reasonPageSec04 {
  position: relative;
  background: #00A551;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04 {
    margin-top: 21.3333333333vw;
    padding: 0 0 4.2666666667vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.reasonPageSec04::before {
  content: "";
  position: absolute;
  top: -7.4rem;
  left: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/reasonPage/reasonPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04::before {
    top: -21.3333333333vw;
    width: 100%;
    height: 38.9333333333vw;
  }
}
.reasonPageSec04::after {
  content: "";
  position: absolute;
  bottom: -7.4rem;
  right: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/reasonPage/reasonPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04::after {
    bottom: -29.6vw;
    width: 100%;
    height: 38.9333333333vw;
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
    z-index: -1;
  }
}
.reasonPageSec04__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .reasonPageSec04__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__inner {
    width: 100%;
  }
}
.reasonPageSec04__header {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__header {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__header {
    position: relative;
    z-index: 2;
  }
}
.reasonPageSec04__content:first-child {
  margin-top: -8rem;
}
.reasonPageSec04__contentItem:nth-of-type(n+2) {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}
.reasonPageSec04__floatImg {
  margin: 4rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__floatImg {
    margin-top: 6.4vw;
  }
}
.reasonPageSec04__floatImgInner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__floatImgInner {
    gap: 4vw;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.reasonPageSec04__floatImgItem {
  width: 100%;
  max-width: 43.6rem;
  border-radius: 10px;
  overflow: hidden;
}
.reasonPageSec04__floatImgItem:nth-of-type(1) {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__floatImgItem {
    max-width: 44vw;
  }
}
.reasonPageSec04__contentHeader {
  position: relative;
  margin: 8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 24rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  background-image: url("../images/common/header_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 24rem auto;
          background-size: 24rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentHeader {
    font-size: 2.4rem;
  }
}
.reasonPageSec04__contentHeader::before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FFEB00;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentHeader::before {
    width: 12vw;
    left: -14.6666666667vw;
  }
}
.reasonPageSec04__contentHeader::after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FFEB00;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentHeader::after {
    width: 12vw;
    right: -14.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentHeader {
    margin-top: 6.4vw;
  }
}
.reasonPageSec04__contentTtl {
  margin: 2.4rem auto 0;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentTtl {
    font-size: 2.4rem;
  }
}
.reasonPageSec04__contentTxt {
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentTxt {
    text-align: left;
    max-width: 84vw;
  }
}
.reasonPageSec04__contentBlock {
  margin: 4rem auto 0;
  max-width: 71.2rem;
  padding-left: 0;
  list-style: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentBlock {
    margin-top: 6.4vw;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 2.1333333333vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.reasonPageSec04__contentBlockItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  background: #fff;
  padding: 0.9rem 0;
  border-radius: 4px;
  min-height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentBlockItem {
    width: 84vw;
    padding: 0.5333333333vw 0;
    min-height: 10.6666666667vw;
  }
}
.reasonPageSec04__contentBlockItemTxt {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentBlockItemTxt {
    font-size: 1.6rem;
  }
}
.reasonPageSec04__contentBlockItemTxtSpan {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentBlockItemTxtSpan {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentBlockItemTxtSpan {
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
.reasonPageSec04__contentFigure {
  margin: 4rem auto 0;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentFigure {
    margin-top: 6.4vw;
  }
}
.reasonPageSec04__contentFigure.u-icon {
  position: relative;
}
.reasonPageSec04__contentFigure.u-icon::after {
  content: "";
  position: absolute;
  left: -9.2rem;
  bottom: -4rem;
  display: block;
  width: 16rem;
  height: 9.6rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-08.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__contentFigure.u-icon::after {
    left: 0;
    bottom: -23.2vw;
    width: 28vw;
    height: 16.8vw;
  }
}
.reasonPageSec04__contentFigureCap {
  margin: 1.6rem auto 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.reasonPageSec04 .c-orange {
  margin: 4rem auto 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04 .c-orange {
    margin-top: 6.4vw;
    padding: 4vw 0;
  }
}
.reasonPageSec04__yl {
  margin-top: -7rem;
  padding-top: 13.4rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__yl {
    margin-top: -10.6666666667vw;
    padding-top: 21.3333333333vw;
  }
}
.reasonPageSec04__span {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 31.5rem;
  background: #FFEB00;
  padding: 0.8rem 0;
  margin-bottom: 3.6rem;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__span {
    font-size: 1.6rem;
  }
}
.reasonPageSec04__span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #FFE200 transparent transparent transparent;
}
.reasonPageSec04__ylItem {
  margin: 0 auto;
  padding-right: 4rem;
  width: 100%;
  max-width: 71.2rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  list-style: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItem {
    max-width: 84vw;
  }
}
.reasonPageSec04__ylItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
.reasonPageSec04__ylItem.u-cYellow {
  background: #FFEB00;
  padding-right: 0;
  padding-bottom: 4rem;
  display: block;
}
.reasonPageSec04__ylItemNum {
  margin-right: 4rem;
  position: relative;
  width: 8rem;
  height: 6rem;
  font-size: 4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemNum {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemNum {
    width: 16vw;
    min-width: 16vw;
    height: 16vw;
    margin-right: 9.0666666667vw;
  }
}
.reasonPageSec04__ylItemNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 8rem;
  height: 1.6rem;
  background-color: #FFEB00;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemNum::after {
    width: 16vw;
    height: 4.2666666667vw;
  }
}
.reasonPageSec04__ylItemTtl {
  position: relative;
  margin: 2.4rem 0 0;
  padding: 0 1.6rem 0 0.9rem;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemTtl {
    font-size: 2.4rem;
  }
}
.reasonPageSec04__ylItemTtl::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  right: 0;
  display: block;
  width: 100%;
  height: 1.6rem;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
.reasonPageSec04__ylItemList {
  padding: 4rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemList {
    padding: 6.4vw 0;
    width: 52.8vw;
    min-width: 52.8vw;
  }
}
.reasonPageSec04__ylItemListItem {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemListItem {
    font-size: 1.6rem;
  }
}
.reasonPageSec04__ylItemListItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
.reasonPageSec04__ylItemListItem::before {
  content: "・";
  color: #00A551;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.reasonPageSec04__ylItemTxt {
  margin: 2rem auto 0;
  width: 100%;
  max-width: 63.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__ylItemTxt {
    max-width: 70.6666666667vw;
  }
}
.reasonPageSec04__arrow {
  position: relative;
  margin: 4rem auto 0;
  display: block;
  width: 4rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__arrow {
    margin-top: 6.4vw;
  }
}
.reasonPageSec04__arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
.reasonPageSec04__whHeader {
  margin: 4rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__whHeader {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__whHeader {
    margin-top: 4.2666666667vw;
  }
}
.reasonPageSec04__whFigure {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec04__whFigure {
    margin-top: 4.2666666667vw;
  }
}
.reasonPageSec04__whFigure + .c-orange {
  margin-top: 0;
}

.reasonPageSec05 {
  padding: 15rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05 {
    padding: 46.6666666667vw 4vw 17.0666666667vw;
  }
}
.reasonPageSec05__header {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__header {
    font-size: 2.4rem;
  }
}
.reasonPageSec05__headerSpan {
  margin-left: 1rem;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__headerSpan {
    font-size: 3.2rem;
  }
}
.reasonPageSec05__sub {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__sub {
    margin-top: 1.0666666667vw;
  }
}
.reasonPageSec05__sub02 {
  margin-top: 6.4vw;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__sub02 {
    font-size: 1.6rem;
  }
}
.reasonPageSec05__btn {
  position: relative;
  margin: 2.4rem auto 0;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #ff904c;
  background: -webkit-gradient(linear, left top, right top, from(#ff904c), to(#ff6000));
  background: -webkit-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: -moz-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: linear-gradient(90deg, #ff904c 0%, #ff6000 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .reasonPageSec05__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__btn {
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.reasonPageSec05__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.reasonPageSec05__btn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec05__btn::after {
    top: 3.2vw;
  }
}

.reasonPageSec06 {
  position: relative;
  background-image: url("../images/reasonPage/reasonPageSec05_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  padding: 13.6rem 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06 {
    padding: 21.3333333333vw 4vw;
    background-image: url("../images/reasonPage/reasonPageSec05_bg-01_sp.png");
  }
}
.reasonPageSec06__header {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__header {
    font-size: 3.2rem;
  }
}
.reasonPageSec06__list {
  margin: 9.4rem auto 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  width: 100%;
  max-width: 108rem;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__list {
    margin-top: 14.4vw;
    gap: 12.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.reasonPageSec06__listItem {
  border: 1px solid #00A551;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(33.3333333333% - 1.6rem);
  width: -moz-calc(33.3333333333% - 1.6rem);
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItem {
    width: 100%;
  }
}
.reasonPageSec06__listItem:nth-of-type(2) {
  border-color: #FF6000;
}
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemInner {
  background: rgba(255, 96, 0, 0.1);
}
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemNum::before {
  background-image: url("../images/reasonPage/reasonPageSec06_bg-02.png");
}
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemTxt {
  background: #FF6000;
}
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemFlex {
  border-color: #FF6000;
}
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemEn,
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemSmall,
.reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemBig {
  color: #FF6000;
}
.reasonPageSec06__listItem:nth-of-type(3) {
  border-color: #1CB2D6;
}
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemInner {
  background: rgba(28, 178, 214, 0.1);
}
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemNum::before {
  background-image: url("../images/reasonPage/reasonPageSec06_bg-03.png");
}
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemTxt {
  background: #1CB2D6;
}
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemFlex {
  border-color: #1CB2D6;
}
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemEn,
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemSmall,
.reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemBig {
  color: #1CB2D6;
}
.reasonPageSec06__listItemInner {
  background: rgba(0, 165, 81, 0.1);
  padding: 1.4rem 2.2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
}
.is_page__first .reasonPageSec06__listItemInner {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemInner {
    padding: 3.4666666667vw 5.8666666667vw;
  }
}
.reasonPageSec06__listItemNum {
  position: relative;
  display: block;
  margin: -3rem auto 0;
  width: 16rem;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemNum {
    font-size: 3.2rem;
  }
}
.reasonPageSec06__listItemNum::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  display: block;
  width: 16rem;
  height: 6rem;
  background-image: url("../images/reasonPage/reasonPageSec06_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.reasonPageSec06__listItemTxt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #00A551;
  border-radius: 10px;
  z-index: 2;
  padding: 0.8rem 1.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemTxt {
    font-size: 1.8rem;
  }
}
.reasonPageSec06__listItemTxt02 {
  margin: 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemTxt02 {
    font-size: 1.6rem;
  }
}
.reasonPageSec06__listItemFigure {
  margin: 2.4rem auto 0;
  border-radius: 10px;
  max-width: 25rem;
}
.is_page__first .reasonPageSec06__listItem:nth-of-type(1) .reasonPageSec06__listItemFigure {
  margin-top: 17.8rem;
}
@media screen and (max-width: 768px) {
  .is_page__first .reasonPageSec06__listItem:nth-of-type(1) .reasonPageSec06__listItemFigure {
    margin-top: 2.4rem;
  }
}
.is_page__first .reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemFigure {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .is_page__first .reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemFigure {
    margin-top: 2.4rem;
  }
}
.is_page__first .reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemFigure {
  margin-top: 8.3rem;
}
@media screen and (max-width: 768px) {
  .is_page__first .reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemFigure {
    margin-top: 2.4rem;
  }
}
.is_page__score .reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemFigure {
  margin-top: 9.3rem;
}
@media screen and (max-width: 768px) {
  .is_page__score .reasonPageSec06__listItem:nth-of-type(2) .reasonPageSec06__listItemFigure {
    margin-top: 2.4rem;
  }
}
.is_page__score .reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemFigure {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .is_page__score .reasonPageSec06__listItem:nth-of-type(3) .reasonPageSec06__listItemFigure {
    margin-top: 2.4rem;
  }
}
.reasonPageSec06__listItemFlex {
  margin: 0 auto;
  border-top: 1px solid #00A551;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.reasonPageSec06__listItemEn {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemEn {
    font-size: 1.4rem;
  }
}
.reasonPageSec06__listItemSmall {
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemSmall {
    font-size: 2.4rem;
  }
}
.reasonPageSec06__listItemSmall.u-jpTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: normal;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemSmall.u-jpTxt {
    font-size: 1.8rem;
  }
}
.reasonPageSec06__listItemIcon {
  margin: 0 1.5rem;
  max-width: 2.7rem;
}
.reasonPageSec06__listItemBig {
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__listItemBig {
    font-size: 4.8rem;
  }
}
.reasonPageSec06__btn {
  position: relative;
  margin: 12rem auto 0;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #00A551;
  background: -webkit-gradient(linear, left top, right top, from(#00a551), to(#028040));
  background: -webkit-linear-gradient(left, #00a551 0%, #028040 100%);
  background: -moz-linear-gradient(left, #00a551 0%, #028040 100%);
  background: linear-gradient(90deg, #00a551 0%, #028040 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .reasonPageSec06__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__btn {
    margin-top: 17.0666666667vw;
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.reasonPageSec06__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.reasonPageSec06__btn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reasonPageSec06__btn::after {
    top: 3.2vw;
  }
}

/*====================================================================
storePage
====================================================================*/
.storeList {
  margin: 3.5rem auto 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .storeList {
    margin-top: 8.5333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.searchDetailPage .storeList {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .searchDetailPage .storeList {
    margin-top: 4rem;
  }
}
.storeList__inner {
  margin-top: -4rem;
  padding-top: 8.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeList__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .storeList__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .storeList__inner {
    margin-top: -14.4vw;
    padding-top: 16.5333333333vw;
  }
}
.storeList__inner:not(:first-child) {
  margin-top: -4rem;
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .storeList__inner:not(:first-child) {
    margin-top: -14.4vw;
    padding-top: 16.5333333333vw;
  }
}
.storeList__ttl {
  margin-bottom: 0;
  padding: 0.6rem 1.6rem;
  background: #00A551;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeList__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeList__ttl {
    padding: 1.8666666667vw 4.2666666667vw;
  }
}
.storeList__cont {
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .storeList__cont {
    padding: 4.2666666667vw;
  }
}
.searchDetailPage .storeList__cont {
  padding-top: 0;
}
.storeList__subTtl {
  padding-bottom: 0.6rem;
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #00A551;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl {
    font-size: 1.6rem;
  }
}
.storeList__subTtl:not(:first-child) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
}
.storeList__subTtl02 {
  position: relative;
  margin-top: 2.4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.storeList__subTtl02Span {
  display: block;
  width: 100%;
  max-width: 14.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  background-image: url("../images/storePage/storePage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl02Span {
    padding: 0.6rem 0.8rem;
    font-size: 1.4rem;
    background-image: url("../images/storePage/storePage_bg-01_sp.png");
    max-width: 12.2rem;
  }
}
.storeList__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  list-style: none;
  padding: 0;
}
.storeList__listItem {
  padding: 1.6rem 0;
  width: 100%;
  max-width: -webkit-calc(50% - 1.2rem);
  max-width: -moz-calc(50% - 1.2rem);
  max-width: calc(50% - 1.2rem);
}
@media screen and (max-width: 768px) {
  .storeList__listItem {
    max-width: 100%;
  }
}
.storeList__listItemLinkHeader {
  display: inline-block;
  padding-right: 1.5rem;
  margin-bottom: 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeList__listItemLinkHeader {
    font-size: 1.6rem;
  }
}
.storeList__listItemLinkHeader::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.storeList__listItemLinkTxt {
  margin: 0.8rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeList__listItemLinkTxt {
    font-size: 1.4rem;
  }
}

.storePageSec01 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .storePageSec01 {
    padding: 12.8vw 0 10.6666666667vw;
  }
  .searchPage .storePageSec01 {
    padding-bottom: 0;
  }
}
.storePageSec01__header {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .storePageSec01__header {
    font-size: 3.2rem;
    margin-bottom: 10.6666666667vw;
  }
  .searchPage .storePageSec01__header {
    font-size: 2.4rem;
    margin-bottom: 4.2666666667vw;
  }
}
.storePageSec01__btnList {
  margin: 0 auto;
  max-width: 71.2rem;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .storePageSec01__btnList {
    gap: 1.8666666667vw;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.storePageSec01 .c-whiteGreen02 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 17.2rem !important;
  padding: 1.1rem 0;
}
@media screen and (max-width: 768px) {
  .storePageSec01 .c-whiteGreen02 {
    width: 29.3333333333vw !important;
    padding: 2.6666666667vw 0;
  }
}
.storePageSec01__figure {
  margin: 4.8rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storePageSec01__figure {
    margin-top: 6.4vw;
    max-width: 80vw;
    overflow-x: scroll;
  }
  .storePageSec01__figure img {
    min-width: 275.7333333333vw;
  }
}

.storeNakanoPageSec01 {
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 {
    padding: 10.6666666667vw 0 0;
  }
}
.storeNakanoPageSec01__fgr {
  margin: 0 auto;
  width: 100%;
  max-width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__fgr {
    max-width: 60vw;
  }
}
.storeNakanoPageSec01__ttl {
  margin: 2.8rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__ttl {
    margin-top: 4.8vw;
  }
}
.storeNakanoPageSec01__slider {
  margin: 4rem auto 0;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__slider {
    margin-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.storeNakanoPageSec01__slider .swiper-pagination-bullets {
  bottom: 0;
}
.storeNakanoPageSec01__slider .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #00A551;
  opacity: 1;
}
.storeNakanoPageSec01__slider .swiper-pagination-bullet-active {
  background: #00A551;
}
.storeNakanoPageSec01__sliderItem {
  width: 46.875vw;
  height: 31.25vw;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__sliderItem {
    width: 76vw;
    height: 50.6666666667vw;
  }
}
.storeNakanoPageSec01 .swiper-button-prev {
  left: 22.98vw;
  width: 5vw;
  height: 5vw;
  background-image: url("../images/common/icon_nav.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: 4.8vw;
  }
}
.storeNakanoPageSec01 .swiper-button-prev::after {
  content: none;
}
.storeNakanoPageSec01 .swiper-button-next {
  right: 22.98vw;
  width: 5vw;
  height: 5vw;
  background-image: url("../images/common/icon_nav.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 4.8vw;
  }
}
.storeNakanoPageSec01 .swiper-button-next::after {
  content: none;
}

.storeNakanoPageSec01 + .storeNakanoPageSec03 {
  margin-top: 8rem;
}

.storeNakanoPageSec01 + .storeNakanoPageSec04 {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .storeNakanoPageSec02 + .storeNakanoPageSec04 {
    margin-top: 10vw;
  }
}

.storeNakanoPageSec02 {
  padding: 6.4rem 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02 {
    padding: 6.4vw 4vw 12.8vw;
  }
}
.storeNakanoPageSec02__btn {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 89.6rem;
  padding: 4rem 0 3rem;
  text-align: center;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec02__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn {
    padding: 8.5333333333vw 0 6.1333333333vw;
  }
}
.storeNakanoPageSec02__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec02__btn:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec02__btn:nth-of-type(1) {
  background-image: url("../images/storePage/storeNakanoPageSec02_bg-01.png");
}
.storeNakanoPageSec02__btn:nth-of-type(2) {
  background-image: url("../images/storePage/storeNakanoPageSec02_bg-02.png");
}
.storeNakanoPageSec02__btnSpan {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnSpan {
    font-size: 1.4rem;
  }
}
.storeNakanoPageSec02__btnTtl {
  margin: 1.2rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnTtl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnTtl {
    margin-top: 1.0666666667vw;
    letter-spacing: 0.04em;
  }
}
.storeNakanoPageSec02__btnDate {
  margin: 1.6rem auto 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnDate {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnDate {
    margin-top: 2.1333333333vw;
  }
}

.storeNakanoPageSec03 {
  padding: 0 0 12.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03 {
    padding: 0 4vw 38.4vw;
  }
}
.storeNakanoPageSec03__header {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__header {
    font-size: 2.4rem;
  }
}
.storeNakanoPageSec03__headerSpan {
  margin-left: 1rem;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__headerSpan {
    font-size: 3.2rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__headerSpan {
  color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec03__headerSpan {
  color: #004B42;
}
.storeNakanoPageSec03__sub {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub {
    margin-top: 1.0666666667vw;
  }
}
.storeNakanoPageSec03__sub02 {
  margin-top: 6.4vw;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub02 {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec03__btn {
  position: relative;
  margin: 2.4rem auto 0;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #ff904c;
  background: -webkit-gradient(linear, left top, right top, from(#ff904c), to(#ff6000));
  background: -webkit-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: -moz-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: linear-gradient(90deg, #ff904c 0%, #ff6000 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec03__btn:hover {
    opacity: 0.6;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__btn {
  background: #1CB2D6;
  background: -webkit-gradient(linear, left top, right top, from(#1cb2d6), to(#058aaa));
  background: -webkit-linear-gradient(left, #1cb2d6 0%, #058aaa 100%);
  background: -moz-linear-gradient(left, #1cb2d6 0%, #058aaa 100%);
  background: linear-gradient(90deg, #1cb2d6 0%, #058aaa 100%);
}
.u-stepgolfpremium .storeNakanoPageSec03__btn {
  background: #4CC085;
  background: -webkit-gradient(linear, left top, right top, from(#4cc085), to(#004b42));
  background: -webkit-linear-gradient(left, #4cc085 0%, #004b42 100%);
  background: -moz-linear-gradient(left, #4cc085 0%, #004b42 100%);
  background: linear-gradient(90deg, #4cc085 0%, #004b42 100%);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn {
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.storeNakanoPageSec03__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec03__btn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn::after {
    top: 3.2vw;
  }
}
.storeNakanoPageSec03__contact {
  margin: 0 auto 0;
  width: 100%;
  max-width: 71.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  gap: 2.4rem;
}
.storeNakanoPageSec03__contact:last-child:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contact {
    max-width: 100%;
    gap: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec03__contactItem {
  width: 100%;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItem {
    max-width: 100%;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn {
  color: #1CB2D6;
}
.u-stepgolfextra .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_bl.svg");
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn {
  color: #004B42;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemToggle {
  background: #646464;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #646464 transparent transparent transparent;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemBtn {
  color: #282828;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_dg.svg");
}
.storeNakanoPageSec03__contactItemToggle {
  position: relative;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  min-height: 6.4rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #FF6000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItemToggle {
    font-size: 1.6rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__contactItemToggle {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItemToggle {
  background: #004B42;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItemToggle {
    min-height: 10.6666666667vw;
    padding: 2.1333333333vw 0;
  }
}
.storeNakanoPageSec03__contactItemToggle::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #FF6000 transparent transparent transparent;
}
.u-stepgolfextra .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #1CB2D6 transparent transparent transparent;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #004B42 transparent transparent transparent;
}
.storeNakanoPageSec03__contactItemBtn {
  margin: 2rem auto 0;
  font-size: 3.2rem !important;
  font-family: "Oswald", sans-serif;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  padding: 0.8rem 0 !important;
  font-weight: 500 !important;
}

.storeNakanoPageSec04 {
  position: relative;
  background: #00A551;
  padding: 8rem 0;
}
.storeNakanoPageSec04.u-stepgolfextra {
  background: #604B33;
}
.storeNakanoPageSec04.u-stepgolfextra::before, .storeNakanoPageSec04.u-stepgolfextra::after {
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-02.png");
}
.storeNakanoPageSec04.u-stepgolfpremium {
  background: #004B42;
}
.storeNakanoPageSec04.u-stepgolfpremium::before, .storeNakanoPageSec04.u-stepgolfpremium::after {
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-03.png");
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04 {
    padding: 0 0 4.2666666667vw;
  }
}
.storeNakanoPageSec04::before {
  content: "";
  position: absolute;
  top: -7.3rem;
  left: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04::before {
    z-index: -1;
  }
}
.storeNakanoPageSec04::after {
  content: "";
  position: absolute;
  bottom: -7.3rem;
  right: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04::after {
    z-index: -1;
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
  }
}
.storeNakanoPageSec04__header {
  font-size: 4rem;
  color: #fff;
}
.storeNakanoPageSec04__inner {
  margin: 4.8rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__inner {
    margin-top: 6.4vw;
    max-width: 100%;
    padding: 0 4vw;
  }
}
.storeNakanoPageSec04__headerBlock {
  position: relative;
  margin: 0 auto;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock {
    font-size: 1.6rem;
  }
}
.u-stepgolfplus .storeNakanoPageSec04__headerBlock {
  color: #fff;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-02.png");
}
.u-stepgolfplus .storeNakanoPageSec04__headerBlock::before, .u-stepgolfplus .storeNakanoPageSec04__headerBlock::after {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec04__headerBlock {
  color: #604B33;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
}
.u-stepgolfextra .storeNakanoPageSec04__headerBlock::before, .u-stepgolfextra .storeNakanoPageSec04__headerBlock::after {
  background: #fff;
}
.u-stepgolfpremium .storeNakanoPageSec04__headerBlock {
  color: #004B42;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
}
.u-stepgolfpremium .storeNakanoPageSec04__headerBlock::before, .u-stepgolfpremium .storeNakanoPageSec04__headerBlock::after {
  background: #fff;
}
.storeNakanoPageSec04__headerBlock:nth-of-type(n+2) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock {
    margin-top: 10.6666666667vw;
  }
}
.storeNakanoPageSec04__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec04__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.storeNakanoPageSec04__calendarBlock {
  margin: 2.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 89.6rem;
  background: #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__calendarBlock {
    padding: 5.3333333333vw;
    overflow-x: scroll;
  }
}
.storeNakanoPageSec04__calendarBlock iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__calendarBlock iframe {
    min-width: 600px;
  }
}
.storeNakanoPageSec04__calendarTxt {
  margin: 2.4rem auto 0;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
.storeNakanoPageSec04__txt {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__txt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__txt.u-taLeft {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__txt {
    text-align: left;
    line-height: 1.5;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.storeNakanoPageSec04__map {
  margin: 2.4rem auto 0;
  width: 100%;
  height: 36rem;
  background: #E1E1E1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__map {
    height: 53.3333333333vw;
  }
}
.storeNakanoPageSec04__map iframe {
  width: 100%;
  height: 100%;
}
.storeNakanoPageSec04__flex {
  margin: 2.4rem auto 0;
  background: #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 21.3333333333vw;
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.storeNakanoPageSec04__flexImg {
  background-color: #8E8E8E;
  width: 20rem;
  min-width: 20rem;
  height: 22rem;
  border-radius: 10px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexImg {
    width: 53.3333333333vw;
    min-width: 53.3333333333vw;
    height: 58.6666666667vw;
    margin: -27.7333333333vw auto 0;
  }
}
.storeNakanoPageSec04__flexName {
  margin-bottom: 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexName {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexName {
    text-align: center;
  }
}
.storeNakanoPageSec04__flexTxt {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexTxt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__flex02 {
  margin: 2.4rem auto 0;
  border: 1px solid #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02 {
    margin-top: 3.2vw;
    gap: 4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 10.6666666667vw 6.1333333333vw;
  }
}
.storeNakanoPageSec04__flex02Ttl {
  margin-bottom: 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Ttl {
    font-size: 1.8rem;
  }
}
.storeNakanoPageSec04__flex02Txt {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 62.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Txt {
    max-width: 100%;
  }
}
.storeNakanoPageSec04__list {
  padding: 0;
  margin: 2.4rem auto 0;
  background: #fff;
  border-radius: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__list {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec04__listItem {
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec04__listItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItem {
    padding: 4vw;
  }
}
.storeNakanoPageSec04__listItem:not(:first-child) {
  border-top: 1px solid #00A551;
}
.u-stepgolfextra .storeNakanoPageSec04__listItem:not(:first-child) {
  border-color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec04__listItem:not(:first-child) {
  border-color: #004B42;
}
.storeNakanoPageSec04__listItemDate {
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemDate {
    font-size: 1.4rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec04__listItemDate {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec04__listItemDate {
  color: #004B42;
}
.storeNakanoPageSec04__listItemTtl {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTtl {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__listItemTxt {
  margin: 0.4rem auto 0;
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTxt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
  }
}
.storeNakanoPageSec04__btn {
  margin: 2.4rem auto 0;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}
.u-stepgolfextra .storeNakanoPageSec04__btn {
  border-color: #604B33;
  color: #604B33;
}
.u-stepgolfextra .storeNakanoPageSec04__btn::after {
  background-image: url("../images/common/icon_arrow_br.svg");
}
.u-stepgolfpremium .storeNakanoPageSec04__btn {
  border-color: #004B42;
  color: #004B42;
}
.u-stepgolfpremium .storeNakanoPageSec04__btn::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}

.storeNakanoPageSec05 {
  padding: 12.8rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 {
    padding: 30.5066666667vw 0 21.3333333333vw;
  }
}
.storeNakanoPageSec05__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .storeNakanoPageSec05__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__inner {
    width: 100%;
    padding: 0;
  }
}
.storeNakanoPageSec05 .c-mainHeader {
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.storeNakanoPageSec05 .c-roundBtnIcon {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 .c-roundBtnIcon {
    margin-top: 6.4vw;
  }
}
.storeNakanoPageSec05.u-stepgolfextra .c-roundBtnIcon {
  background: #1CB2D6;
}
.storeNakanoPageSec05.u-stepgolfpremium .c-roundBtnIcon {
  background: #004B42;
}
.storeNakanoPageSec05__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__txt {
    margin: 6.4vw auto 0;
    text-align: left;
    max-width: 84vw;
  }
}
.storeNakanoPageSec05__bnr {
  margin: 6.4rem auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__bnr {
    margin-top: 6.4vw;
    gap: 4vw;
  }
}
.storeNakanoPageSec05__bnrImg {
  max-width: 43.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__bnrImg {
    max-width: 100%;
  }
}
.storeNakanoPageSec05__listHeader {
  position: relative;
  margin: 4.8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/topPage/topPageSec05_bg-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader {
    font-size: 1.6rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec05__listHeader {
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-03.png");
}
.u-stepgolfextra .storeNakanoPageSec05__listHeader::before, .u-stepgolfextra .storeNakanoPageSec05__listHeader::after {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__listHeader {
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-04.png");
}
.u-stepgolfpremium .storeNakanoPageSec05__listHeader::before, .u-stepgolfpremium .storeNakanoPageSec05__listHeader::after {
  background: #004B42;
}
.storeNakanoPageSec05__listHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader::before {
    margin-top: 11.7333333333vw;
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec05__listHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader {
    margin-top: 10.6666666667vw;
  }
}
.storeNakanoPageSec05__newsList {
  padding: 4rem 0;
  border-bottom: 1px solid #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec05__newsList {
  border-color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__newsList {
  border-color: #004B42;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsList {
    padding: 4.2666666667vw 0;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.storeNakanoPageSec05__newsListItem {
  list-style: none;
}
.storeNakanoPageSec05__newsListItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItem:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
}
.storeNakanoPageSec05__newsListItemLink {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 1.6rem;
  max-width: 71.2rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec05__newsListItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLink {
    padding: 4.2666666667vw;
  }
}
.storeNakanoPageSec05__newsListItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_or.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.u-stepgolfextra .storeNakanoPageSec05__newsListItemLink::after {
  background-image: url("../images/common/icon_arrow_bl.svg");
}
.u-stepgolfpremium .storeNakanoPageSec05__newsListItemLink::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.storeNakanoPageSec05__newsListItemLinkDate {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLinkDate {
    font-size: 1.4rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec05__newsListItemLinkDate {
  color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__newsListItemLinkDate {
  color: #004B42;
}
.storeNakanoPageSec05__newsListItemLinkTxt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLinkTxt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec05__notes {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__notes {
    font-size: 1.2rem;
  }
}
.storeNakanoPageSec05__pdfLink {
  margin: 2.4rem auto 0;
  display: block;
  max-width: 22.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__pdfLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec05__pdfLink:hover {
    opacity: 0.6;
  }
}

.storeNakanoPageSec06 {
  background: #00A551;
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06 {
    padding: 10.6666666667vw 4vw 6.4vw;
  }
}
.storeNakanoPageSec06.u-stepgolfextra {
  background: #604B33;
}
.storeNakanoPageSec06.u-stepgolfpremium {
  background: #004B42;
}
.storeNakanoPageSec06 .c-mainHeader {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06 .c-mainHeader {
    font-size: 8.5333333333vw;
  }
}
.storeNakanoPageSec06__icon {
  margin: 0 auto;
  width: 100%;
  max-width: 7.2rem;
}
.storeNakanoPageSec06__txt {
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec06__txt.u-ls {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt {
    text-align: left;
    max-width: 84vw;
  }
}
.storeNakanoPageSec06__btn {
  margin: 4rem auto 0;
  max-width: 71.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec06__btnItem {
  position: relative;
  padding: 2.4rem 0;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__btnItem {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec06__btnItem:hover {
    opacity: 0.6;
  }
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem {
  color: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem {
  color: #004B42;
}
.storeNakanoPageSec06__btnItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_or.svg");
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_br.svg");
}
.storeNakanoPageSec06__btnItem:nth-of-type(2) {
  color: #fff;
  background: #4CC085;
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #D3BB03;
}
.storeNakanoPageSec06__btnItem:nth-of-type(2)::after {
  background-image: url("../images/common/icon_arrow_wh.svg");
}
.storeNakanoPageSec06__headerBlock {
  position: relative;
  margin: 8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock {
    margin-top: 10.6666666667vw;
  }
}
.u-stepgolfplus .storeNakanoPageSec06__headerBlock {
  color: #fff;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-02.png");
}
.u-stepgolfplus .storeNakanoPageSec06__headerBlock::before, .u-stepgolfplus .storeNakanoPageSec06__headerBlock::after {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__headerBlock {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec06__headerBlock {
  color: #004B42;
}
.storeNakanoPageSec06__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec06__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.storeNakanoPageSec06__txt02 {
  position: relative;
  margin: 4rem auto 0;
  padding-bottom: 5.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt02 {
    font-size: 1.8rem;
  }
}
.storeNakanoPageSec06__txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt02 {
    margin-top: 2.4rem;
  }
}

.storeNakanoPageSec07 {
  padding: 4rem 0;
  /* background: rgba($green, .2);

  .u-stepgolfplus & {
    background:  rgba($orange02, .2);
  } */
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec07 {
    padding: 2rem 0;
  }
}

.storeNakanoPageSec08 {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 {
    padding-bottom: 21.3333333333vw;
  }
}
.storeNakanoPageSec08 .c-roundBtnIcon {
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 .c-roundBtnIcon {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 .c-mainHeader {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.storeNakanoPageSec08__inner:nth-of-type(2) {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08__inner:nth-of-type(2) {
    margin-top: 17.0666666667vw;
  }
}
.storeNakanoPageSec08__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08__flex {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.storeNakanoPageSec09 {
  padding: 8rem 0 12rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09 {
    padding: 17.0666666667vw 4vw 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09 .c-mainHeader {
    font-size: 2.4rem;
  }
}
.storeNakanoPageSec09__list {
  margin: 4.6rem auto 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec09__listItemLink {
  position: relative;
  display: block;
  min-width: 34.4rem;
  width: auto;
  padding: 2.4rem 6rem 2.4rem 1.6rem;
  border: 1px solid #00A551;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__listItemLink {
    width: 100%;
  }
}
.storeNakanoPageSec09__listItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__listItemLink::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec09__listItemLink:hover {
  background: #00A551;
  color: #fff;
}
.storeNakanoPageSec09__listItemLink:hover::after {
  background-image: url("../images/common/icon_arrow_wh.svg");
}

.storeNakanoPageSec10 {
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10 {
    padding: 6.4vw 4vw 0;
  }
}
.storeNakanoPageSec10__list {
  padding: 4rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 89.6rem;
  list-style: none;
  border: 1px solid #00A551;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__list {
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.storeNakanoPageSec10__listItem:nth-of-type(n+2) {
  margin-top: 3.2rem;
}
.storeNakanoPageSec10__listItemHeader {
  color: #00A551;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemHeader {
    text-align: center;
  }
}
.storeNakanoPageSec10__listItemContent {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent {
    font-size: 1.4rem;
  }
}
.storeNakanoPageSec10__listItemContent br + * {
  margin-top: 0;
}
.storeNakanoPageSec10__listItemContent a {
  color: #00A551;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec10__listItemContent a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec10__listItemContent a:hover {
    opacity: 0.6;
  }
}
.storeNakanoPageSec10__listItemContent h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.storeNakanoPageSec10__listItemContent h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.storeNakanoPageSec10__listItemContent h3 {
  color: #00A551;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.storeNakanoPageSec10__listItemContent h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.storeNakanoPageSec10__listItemContent h4::before {
  background: #00A551;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.storeNakanoPageSec10__listItemContent h5,
.storeNakanoPageSec10__listItemContent h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.storeNakanoPageSec10__listItemContent h1 + h2,
.storeNakanoPageSec10__listItemContent h2 + h3,
.storeNakanoPageSec10__listItemContent h3 + h4,
.storeNakanoPageSec10__listItemContent h4 + h5,
.storeNakanoPageSec10__listItemContent h5 + h6 {
  margin-top: 0.5em;
}
.storeNakanoPageSec10__listItemContent p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  /* &:nth-of-type(n+2) {
    margin-top: 6.4rem;

    @include u-mqMax($windowSP) {
      margin-top: u-vw(24);
    }
  } */
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    padding: 0 4vw;
  }
}
.storeNakanoPageSec10__listItemContent strong,
.storeNakanoPageSec10__listItemContent strong * {
  font-weight: bold;
}
.storeNakanoPageSec10__listItemContent em,
.storeNakanoPageSec10__listItemContent em * {
  font-style: italic;
}
.storeNakanoPageSec10__listItemContent ul {
  list-style-type: disc;
}
.storeNakanoPageSec10__listItemContent ol {
  list-style-type: decimal;
}
.storeNakanoPageSec10__listItemContent ul,
.storeNakanoPageSec10__listItemContent ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.storeNakanoPageSec10__listItemContent ul li,
.storeNakanoPageSec10__listItemContent ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.storeNakanoPageSec10__listItemContent sup,
.storeNakanoPageSec10__listItemContent sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.storeNakanoPageSec10__listItemContent hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.storeNakanoPageSec10__listItemContent blockquote {
  background: #00A551;
  padding: 30px;
}
.storeNakanoPageSec10__listItemContent table {
  background: #00A551;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.storeNakanoPageSec10__listItemContent table thead th,
.storeNakanoPageSec10__listItemContent table thead td {
  font-weight: bold;
  text-align: center;
}
.storeNakanoPageSec10__listItemContent table tr th,
.storeNakanoPageSec10__listItemContent table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.storeNakanoPageSec10__listItemContent table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.storeNakanoPageSec10__listItemContent img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 1em;
}
.storeNakanoPageSec10__listItemContent img:not(:last-child) {
  margin-right: 1em;
}
.storeNakanoPageSec10__listItemContent img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.storeNakanoPageSec10__listItemContent img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.storeNakanoPageSec10__listItemContent .gallery {
  margin: 8.8rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery {
    gap: 4vw;
    margin-top: 6.4vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-item {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-1 {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-columns-1 {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-2 .gallery-item {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-columns-2 .gallery-item {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec10__listItemContent a {
  color: #000;
  font-weight: bold;
  word-break: break-all;
}
.storeNakanoPageSec10__listItemContent p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    padding: 0;
  }
}

/*====================================================================
voicePage
====================================================================*/
.voicePageSec01 {
  position: relative;
  padding: 8rem 0;
}
.voicePageSec01::after {
  content: "";
  position: absolute;
  top: 36.2rem;
  width: 100%;
  height: 119.6rem;
  background-image: url("../images/voicePage/voicePageSec01_bg-05.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .voicePageSec01::after {
    top: 83.7333333333vw;
    left: 0;
    width: 100%;
    height: 694.9333333333vw;
    background-image: url("../images/voicePage/voicePageSec01_bg-05_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .voicePageSec01 {
    padding: 12.8vw 4vw 16vw;
  }
}
.voicePageSec01__header {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__header {
    font-size: 3.2rem;
  }
}
.voicePageSec01__blk {
  background: #00A551;
  margin: 10rem auto 0;
  width: 100%;
  max-width: 89.6rem;
  padding: 6.4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 17.0666666667vw;
    padding: 0 6.4vw 6.4vw;
    gap: 6.4vw;
  }
}
.voicePageSec01__blkImg {
  margin: 0;
  width: 16rem;
  min-width: 16rem;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__blkImg {
    margin-top: -6.4vw;
  }
}
.voicePageSec01__blkTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__blkTxt {
    font-size: 1.6rem;
  }
}
.voicePageSec01__list {
  margin: 11rem auto 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 5.4rem;
  width: 100%;
  max-width: 108rem;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__list {
    margin-top: 10.6666666667vw;
    gap: 12.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.voicePageSec01__listItemImg01 {
  margin: 0 auto;
  max-width: 72vw;
}
.voicePageSec01__listItemImg01Cap {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemImg01Cap {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemImg01Cap {
    margin-top: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.voicePageSec01__listItem {
  border: 1px solid #00A551;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(33.3333333333% - 1.6rem);
  width: -moz-calc(33.3333333333% - 1.6rem);
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
.voicePageSec01__listItem:nth-of-type(2) {
  border: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
.voicePageSec01__listItem:nth-of-type(3) {
  border-color: #FF6000;
}
.voicePageSec01__listItem:nth-of-type(3) .voicePageSec01__listItemInner {
  background: rgba(255, 96, 0, 0.1);
}
.voicePageSec01__listItem:nth-of-type(3) .voicePageSec01__listItemNum::before {
  background-image: url("../images/voicePage/voicePageSec01_bg-02.png");
}
.voicePageSec01__listItem:nth-of-type(3) .voicePageSec01__listItemTxt {
  background: #FF6000;
}
.voicePageSec01__listItem:nth-of-type(3) .voicePageSec01__listItemFlex {
  border-color: #FF6000;
}
.voicePageSec01__listItem:nth-of-type(3) .voicePageSec01__listItemFlexTxt {
  color: #FF6000;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
}
.voicePageSec01__listItem:nth-of-type(4) {
  border-color: #1CB2D6;
}
.voicePageSec01__listItem:nth-of-type(4) .voicePageSec01__listItemInner {
  background: rgba(28, 178, 214, 0.1);
}
.voicePageSec01__listItem:nth-of-type(4) .voicePageSec01__listItemNum::before {
  background-image: url("../images/voicePage/voicePageSec01_bg-03.png");
}
.voicePageSec01__listItem:nth-of-type(4) .voicePageSec01__listItemTxt {
  background: #1CB2D6;
}
.voicePageSec01__listItem:nth-of-type(4) .voicePageSec01__listItemFlex {
  border-color: #1CB2D6;
}
.voicePageSec01__listItem:nth-of-type(4) .voicePageSec01__listItemFlexTxt {
  color: #1CB2D6;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
}
.voicePageSec01__listItem:nth-of-type(5) {
  border-color: #FFEB00;
}
.voicePageSec01__listItem:nth-of-type(5) .voicePageSec01__listItemInner {
  background: rgba(255, 235, 0, 0.1);
}
.voicePageSec01__listItem:nth-of-type(5) .voicePageSec01__listItemNum::before {
  background-image: url("../images/voicePage/voicePageSec01_bg-04.png");
}
.voicePageSec01__listItem:nth-of-type(5) .voicePageSec01__listItemTxt {
  background: #FFEB00;
  color: #000;
}
.voicePageSec01__listItem:nth-of-type(5) .voicePageSec01__listItemFlex {
  border-color: #FFEB00;
}
.voicePageSec01__listItem:nth-of-type(5) .voicePageSec01__listItemFlexTxt {
  color: #000;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItem:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
  }
}
.voicePageSec01__listItemInner {
  background: rgba(0, 165, 81, 0.1);
  padding: 1.4rem 2.2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemInner {
    padding: 3.4666666667vw 5.8666666667vw;
  }
}
.voicePageSec01__listItemNum {
  position: relative;
  display: block;
  margin: -4rem auto 0;
  width: 16rem;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemNum {
    font-size: 3.2rem;
  }
}
.voicePageSec01__listItemNum::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  display: block;
  width: 16rem;
  height: 6rem;
  background-image: url("../images/voicePage/voicePageSec01_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.voicePageSec01__listItemNumImg {
  max-width: 8rem;
}
.voicePageSec01__listItemTxt {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 7rem;
  background: #00A551;
  border-radius: 10px;
  z-index: 2;
  padding: 0.8rem 1.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemTxt {
    font-size: 2.4rem;
  }
}
.voicePageSec01__listItemTxt02 {
  margin: 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemTxt02 {
    font-size: 1.6rem;
  }
}
.voicePageSec01__listItemFigure {
  margin: 2.4rem auto 0;
  border-radius: 10px;
}
.voicePageSec01__listItemFlex {
  margin: 2.4rem auto 0;
  padding-top: 0.8rem;
  border-top: 1px solid #00A551;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.voicePageSec01__listItemFlexTxt {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .voicePageSec01__listItemFlexTxt {
    font-size: 1.6rem;
  }
}

/*====================================================================
systemPage
====================================================================*/
.systemPage__bubble {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 0.8rem;
  background-color: #00A551;
  width: 34.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPage__bubble {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPage__bubble {
    width: 100%;
  }
}
.systemPage__bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 1.2rem solid #00A551;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.systemPage__bubble.u-bgYellow {
  background-color: #FFEB00;
  color: #000;
}
.systemPage__bubble.u-bgYellow::after {
  border-top: 1.2rem solid #FFEB00;
}
.systemPage__bubble.u-bgBrown {
  background-color: #D3BB03;
}
.systemPage__bubble.u-bgBrown::after {
  border-top: 1.2rem solid #D3BB03;
}
.systemPage__planPriceNoteArea {
  margin: 1.6rem 2.8rem 0;
}
.systemPage__noteTxt {
  font-size: 1.2rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .systemPage__noteTxt {
    font-size: 1.2rem;
  }
}
.systemPage__planContainer {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  margin: 5.2rem auto 0;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .systemPage__planContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.systemPageSec03 .systemPage__planContainer {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec03 .systemPage__planContainer {
    margin-bottom: 17.0666666667vw;
  }
}
.systemPage__plan {
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 768px) {
  .systemPage__plan {
    width: 100%;
    padding: 6.4vw 4vw 17.0666666667vw;
  }
  .systemPage__plan.u-planGreen {
    background: rgba(0, 165, 81, 0.1);
  }
  .systemPage__plan.u-planOrange {
    background-color: rgba(255, 96, 0, 0.1);
    padding-top: 10.6666666667vw;
  }
  .systemPage__plan.u-planBlue {
    background-color: rgba(28, 178, 214, 0.1);
  }
  .systemPage__plan.u-planDarkGreen {
    background-color: rgba(0, 75, 66, 0.1);
    padding-top: 10.6666666667vw;
  }
}
.systemPage__planHeader {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPage__planHeader {
    margin-top: 9.6vw;
    padding: 0 4vw;
  }
}
.systemPage__planHeaderFig {
  margin: 0 auto 4rem;
}
.u-planGreen .systemPage__planHeaderFig {
  max-width: 22.5rem;
}
@media screen and (max-width: 768px) {
  .u-planGreen .systemPage__planHeaderFig {
    margin-bottom: 4.4266666667vw;
  }
}
.u-planOrange .systemPage__planHeaderFig {
  max-width: 25.2rem;
}
@media screen and (max-width: 768px) {
  .u-planOrange .systemPage__planHeaderFig {
    margin-bottom: 6.4vw;
  }
}
.u-planBlue .systemPage__planHeaderFig, .u-planDarkGreen .systemPage__planHeaderFig {
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  .u-planBlue .systemPage__planHeaderFig, .u-planDarkGreen .systemPage__planHeaderFig {
    margin-bottom: 6.4vw;
  }
}
.systemPage__planHeaderList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.4rem 0.5rem;
  margin-bottom: 3.7rem;
  padding: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPage__planHeaderList {
    margin-bottom: 9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .u-planGreen .systemPage__planHeaderList {
    margin-bottom: 4.2666666667vw;
  }
}
.systemPage__planHeaderItem {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  padding: 0.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .systemPage__planHeaderItem {
    font-size: 1.6rem;
  }
}
.systemPage__planHeaderItem.u-halfWidth {
  width: -webkit-calc(50% - 0.25rem);
  width: -moz-calc(50% - 0.25rem);
  width: calc(50% - 0.25rem);
}
.u-planGreen .systemPage__planHeaderItem {
  background-color: #00A551;
  height: 6.8rem;
}
@media screen and (max-width: 768px) {
  .u-planGreen .systemPage__planHeaderItem {
    height: auto;
  }
}
.u-planOrange .systemPage__planHeaderItem {
  background-color: #FF6000;
}
.u-planBlue .systemPage__planHeaderItem {
  background-color: #1CB2D6;
}
.u-planDarkGreen .systemPage__planHeaderItem {
  background-color: #004B42;
}
.systemPage__planHeaderNoteTxt {
  font-size: 1.2rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .systemPage__planHeaderNoteTxt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPage__planHeaderNoteTxt {
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.u-planOrange .systemPage__planHeaderNoteTxt {
  color: #FF6000;
}
.u-planBlue .systemPage__planHeaderNoteTxt {
  color: #1CB2D6;
}
.u-planDarKGreen .systemPage__planHeaderNoteTxt {
  color: #004B42;
}
.systemPage__planDesc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .systemPage__planDesc {
    font-size: 1.6rem;
  }
}
.systemPage__planPriceHeader {
  position: relative;
  margin: 0 auto;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 24rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-repeat: no-repeat;
  -webkit-background-size: 24rem auto;
          background-size: 24rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceHeader {
    font-size: 1.6rem;
  }
}
.u-planGreen .systemPage__planPriceHeader {
  background-image: url("../images/systemPage/systemPage_bg-green.png");
}
.u-planOrange .systemPage__planPriceHeader {
  background-image: url("../images/systemPage/systemPage_bg-orange.png");
}
.u-planBlue .systemPage__planPriceHeader {
  background-image: url("../images/systemPage/systemPage_bg-blue.png");
}
.u-planDarkGreen .systemPage__planPriceHeader {
  background-image: url("../images/systemPage/systemPage_bg-darkGreen.png");
}
.systemPage__planPriceHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -9.7rem;
  display: block;
  width: 9rem;
  height: 0.1rem;
}
.u-planGreen .systemPage__planPriceHeader::before {
  background: #00A551;
}
.u-planOrange .systemPage__planPriceHeader::before {
  background-color: #FF6000;
}
.u-planBlue .systemPage__planPriceHeader::before {
  background-color: #1CB2D6;
}
.u-planDarkGreen .systemPage__planPriceHeader::before {
  background-color: #004B42;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceHeader::before {
    width: 12vw;
    left: -13.8666666667vw;
  }
}
.systemPage__planPriceHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -9.7rem;
  display: block;
  width: 9rem;
  height: 0.1rem;
}
.u-planGreen .systemPage__planPriceHeader::after {
  background: #00A551;
}
.u-planOrange .systemPage__planPriceHeader::after {
  background-color: #FF6000;
}
.u-planBlue .systemPage__planPriceHeader::after {
  background-color: #1CB2D6;
}
.u-planDarkGreen .systemPage__planPriceHeader::after {
  background-color: #004B42;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceHeader::after {
    width: 12vw;
    right: -13.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceHeader {
    margin-top: 10.6666666667vw;
  }
}
.systemPage__planPriceBody {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-radius: 1rem;
  margin-top: 0.8rem;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceBody {
    padding: 6.4vw 5.8666666667vw;
    background-color: #fff !important;
  }
}
.u-planGreen .systemPage__planPriceBody {
  background: rgba(0, 165, 81, 0.1);
}
.u-planOrange .systemPage__planPriceBody {
  background-color: rgba(255, 96, 0, 0.1);
}
.u-planBlue .systemPage__planPriceBody {
  background-color: rgba(28, 178, 214, 0.1);
}
.u-planDarkGreen .systemPage__planPriceBody {
  background-color: rgba(0, 75, 66, 0.1);
}
.systemPage__planPriceBodyInner {
  margin-bottom: 4rem;
}
.systemPage__planPriceList {
  padding: 0;
  list-style: none;
}
.systemPage__planPriceItem {
  margin-bottom: 3.2rem;
}
.systemPage__planPriceItemHeader {
  margin: 0 0 1.8rem;
  padding-bottom: 0.8rem;
}
.u-planGreen .systemPage__planPriceItemHeader {
  border-bottom: 0.1rem solid #00A551;
}
.u-planOrange .systemPage__planPriceItemHeader {
  border-bottom: 0.1rem solid #FF6000;
}
.u-planBlue .systemPage__planPriceItemHeader {
  border-bottom: 0.1rem solid #1CB2D6;
}
.u-planDarkGreen .systemPage__planPriceItemHeader {
  border-bottom: 0.1rem solid #004B42;
}
.systemPage__planPriceHeaderLbl {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2.4rem;
  padding: 0.7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceHeaderLbl {
    font-size: 1.8rem;
  }
}
.u-planGreen .systemPage__planPriceHeaderLbl {
  background-color: #00A551;
}
.u-planOrange .systemPage__planPriceHeaderLbl {
  background-color: #FF6000;
}
.u-planBlue .systemPage__planPriceHeaderLbl {
  background-color: #1CB2D6;
}
.u-planDarkGreen .systemPage__planPriceHeaderLbl {
  background-color: #004B42;
}
.systemPage__planPriceTtl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceTtl {
    font-size: 1.6rem;
  }
}
.systemPage__planPriceSched {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceSched {
    font-size: 1.4rem;
  }
}
.systemPage__planPriceArea {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.systemPage__planPriceWrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.4rem;
}
.systemPage__planPriceWrapper.u-planPriceWrapper02 {
  padding: 0 1rem;
  position: relative;
}
.systemPage__planPriceWrapper.u-planPriceWrapper02::before, .systemPage__planPriceWrapper.u-planPriceWrapper02::after {
  content: "";
  background: url("../images/systemPage/systemPage_curve-line.svg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 0.6rem;
  height: 2.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.systemPage__planPriceWrapper.u-planPriceWrapper02::after {
  right: 0;
  left: unset;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.systemPage__planPriceLbl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
.u-planPriceWrapper01 .systemPage__planPriceLbl {
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper01 .systemPage__planPriceLbl {
    font-size: 1.8rem;
  }
}
.u-planPriceWrapper02 .systemPage__planPriceLbl {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper02 .systemPage__planPriceLbl {
    font-size: 1.2rem;
  }
}
.u-planPriceWrapper01 .systemPage__planPriceVal {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper01 .systemPage__planPriceVal {
    font-size: 4rem;
  }
}
.u-planOrange .u-planPriceWrapper01 .systemPage__planPriceVal {
  color: #FF6000;
}
.u-planBlue .u-planPriceWrapper01 .systemPage__planPriceVal {
  color: #1CB2D6;
}
.u-planDarkGreen .u-planPriceWrapper01 .systemPage__planPriceVal {
  color: #004B42;
}
.u-planPriceWrapper02 .systemPage__planPriceVal {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper02 .systemPage__planPriceVal {
    font-size: 2.8rem;
  }
}
.u-planPriceWrapper01 .systemPage__planPriceSpan {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper01 .systemPage__planPriceSpan {
    font-size: 1.8rem;
  }
}
.u-planPriceWrapper02 .systemPage__planPriceSpan {
  font-size: 1.2rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-planPriceWrapper02 .systemPage__planPriceSpan {
    font-size: 1.2rem;
  }
}
.systemPage__planBtn {
  margin: 2.4rem auto 0 !important;
  padding: 1.5rem 0;
  max-width: 28rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
}
.systemPage__planPriceTxt {
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .systemPage__planPriceTxt {
    font-size: 1.4rem;
  }
}
.u-planDarkGreen .systemPage__planPriceTxt {
  margin-top: 1.6rem;
}
.systemPage__planPriceTxt.u-priceTxt02 {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .systemPage__btnWrapper {
    padding: 0 4vw;
  }
}
.systemPage__btn:not(:last-child) {
  margin-bottom: 1.6rem;
}

.systemPageSec01 {
  padding-top: 8rem;
}
.systemPageSec01 .c-mainHeader {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec01 .c-mainHeader {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec01 {
    padding-top: 12.8vw;
  }
}
.systemPageSec01__inner {
  margin-top: 8rem;
  padding: 8rem 0 0;
  background-color: rgba(0, 165, 81, 0.1);
}
@media screen and (max-width: 768px) {
  .systemPageSec01__inner {
    margin-top: 10.6666666667vw;
    padding: 12.8vw 0 0;
  }
}
.systemPageSec01__span {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__span {
    font-size: 2.4rem;
  }
}
.systemPageSec01__ttl {
  position: relative;
  margin: 2.4rem auto 0;
  font-size: 4.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__ttl {
    font-size: 4rem;
  }
}
.systemPageSec01__ttl .u-orangeDot {
  position: relative;
}
.systemPageSec01__ttl .u-orangeDot::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #FF6000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.systemPageSec01__fig {
  margin: 2.4rem auto 4rem;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__fig {
    margin: 2.4rem auto;
  }
}
.systemPageSec01__ttl02 {
  font-size: 4rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__ttl02 {
    font-size: 3.2rem;
  }
}
.systemPageSec01__roundList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.6rem;
  margin-bottom: -110px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__roundList {
    gap: 0.4rem;
    margin-bottom: -16vw;
    padding: 0 1.0666666667vw;
  }
}
.systemPageSec01__roundItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50%;
  background-color: #FFEB00;
  width: 22rem;
  height: 22rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__roundItem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec01__roundItem {
    min-width: 32vw;
    height: 32vw;
  }
}
.systemPageSec01__whArea {
  background-image: url("../images/systemPage/systemPageSec01_bg-dots.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: #fff;
  padding: 17.4rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__whArea {
    padding: 22.4vw 4.2666666667vw 10.6666666667vw;
  }
}
.systemPageSec01__whBlock {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border: 1px solid #00A551;
  border-radius: 1rem;
  padding: 4rem;
  background-color: #fff;
  max-width: 89.6rem;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__whBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 5.3333333333vw;
    padding: 6.4vw 3.2vw;
  }
}
.systemPageSec01__whBlockList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.systemPageSec01__whBlockItem {
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 2.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__whBlockItem {
    font-size: 2.4rem;
  }
}
.systemPageSec01__whBlockItem::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.systemPageSec01__whBlockItem.u-colorGreen {
  color: #00A551;
}
.systemPageSec01__whBlockItem.u-colorGreen::before {
  background-color: #00A551;
}
.systemPageSec01__whBlockItem.u-colorOrange {
  color: #FF6000;
}
.systemPageSec01__whBlockItem.u-colorOrange::before {
  background-color: #FF6000;
}
.systemPageSec01__whBlockItem.u-colorBlue {
  color: #1CB2D6;
}
.systemPageSec01__whBlockItem.u-colorBlue::before {
  background-color: #1CB2D6;
}
.systemPageSec01__whBlockItem.u-colorDarkGreen {
  color: #004B42;
}
.systemPageSec01__whBlockItem.u-colorDarkGreen::before {
  background-color: #004B42;
}
.systemPageSec01__whBlockItem.u-colorDarkGray {
  color: #282828;
}
.systemPageSec01__whBlockItem.u-colorDarkGray::before {
  background-color: #282828;
}
.systemPageSec01__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  max-width: 454px;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec01__txt {
    margin-top: 6.4vw;
    padding: 0 6.1333333333vw;
    max-width: 100%;
  }
}
.systemPageSec01__anchorLinkList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 71.2rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec01__anchorLinkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 2.1333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.systemPageSec01__anchorLinkBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  height: 8rem;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .systemPageSec01__anchorLinkBtn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec01__anchorLinkBtn {
    width: 80vw;
  }
}
.systemPageSec01__anchorLinkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url(../images/common/icon_arrow_wh.svg);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.systemPageSec01__anchorLinkBtn.u-btnGreen {
  background-color: #00A551;
}
.systemPageSec01__anchorLinkBtn.u-btnOrange {
  background-color: #FF6000;
}
.systemPageSec01__anchorLinkBtn.u-btnBlue {
  background-color: #1CB2D6;
}
.systemPageSec01__anchorLinkBtn.u-btnDarkGreen {
  background-color: #004B42;
}
.u-btnGreen .systemPageSec01__anchorLinkImg, .u-btnOrange .systemPageSec01__anchorLinkImg {
  max-width: 13rem;
}
.u-btnBlue .systemPageSec01__anchorLinkImg, .u-btnDarkGreen .systemPageSec01__anchorLinkImg {
  max-width: 15rem;
}

.systemPageSec02 {
  padding-bottom: 12rem;
  margin-top: -5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec02 {
    padding-bottom: 0;
    margin-top: -7.2vw;
    padding-top: 13.3333333333vw;
  }
}
.systemPageSec02__bnrFig {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec02__bnrFig {
    margin-bottom: 0;
  }
}
.systemPageSec02__bnrFig::before {
  content: "";
  background-image: url("../images/common/sec_bg-white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 37.5rem 14.6rem;
          background-size: 37.5rem 14.6rem;
  width: 37.5rem;
  height: 14.6rem;
  position: absolute;
  bottom: -7.6rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec02__bnrFig::before {
    bottom: 0;
    background-image: url("../images/common/sec_bg-lightGreen.png");
    -webkit-background-size: 37.5rem 6.4rem;
            background-size: 37.5rem 6.4rem;
    height: 6.4rem;
  }
}

.systemPageSec03 {
  padding-bottom: 12rem;
  margin-top: -5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec03 {
    padding-bottom: 17.0666666667vw;
    margin-top: -13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.systemPageSec03__bnrFig {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec03__bnrFig {
    margin-bottom: 0;
  }
}
.systemPageSec03__bnrFig::before {
  content: "";
  background: url("../images/common/sec_bg-white.png") no-repeat;
  -webkit-background-size: 37.5rem 14.6rem;
          background-size: 37.5rem 14.6rem;
  width: 37.5rem;
  height: 14.6rem;
  position: absolute;
  bottom: -7.6rem;
  right: 0;
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .systemPageSec03__bnrFig::before {
    bottom: 0;
    background-image: url("../images/common/sec_bg-lightBlue.png");
    -webkit-background-size: 37.5rem 6.4rem;
            background-size: 37.5rem 6.4rem;
    height: 6.4rem;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.systemPageSec04 {
  padding-top: 13.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec04 {
    padding-top: 10.6666666667vw;
  }
}
.systemPageSec04::before {
  content: "";
  background: url("../images/systemPage/systemPageSec04_img-bg.png") no-repeat;
  -webkit-background-size: 100% 13.6rem;
          background-size: 100% 13.6rem;
  width: 100%;
  height: 13.6rem;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec04::before {
    -webkit-background-size: 100% 10.6666666667vw;
            background-size: 100% 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.systemPageSec04__inner {
  background: #00A551;
  margin-bottom: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__inner {
    margin-bottom: 17.0666666667vw;
    padding: 0 4vw 10.6666666667vw;
  }
}
.systemPageSec04__ttl {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec04__ttl {
    margin-bottom: 6.4vw;
  }
}
.systemPageSec04__whBlock {
  margin: 0 auto;
  max-width: 89.6rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlock {
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.systemPageSec04__whBlock:not(:last-child) {
  margin-bottom: 1.6rem;
}
.systemPageSec04__whBlockTtl {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockTtl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockTtl {
    margin-bottom: 6.4vw;
  }
}
.systemPageSec04__whBlockFlex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.systemPageSec04__whBlockFlexItem {
  width: -webkit-calc(50% - 1.25rem);
  width: -moz-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockFlexItem {
    width: 100%;
  }
}
.systemPageSec04__whBlockFlexHeader {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockFlexHeader {
    margin-bottom: 4.2666666667vw;
  }
}
.systemPageSec04__whBlockFlexTtl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #00A551;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #00A551;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockFlexTtl {
    font-size: 1.6rem;
  }
}
.systemPageSec04__whBlockFlexTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockFlexTxt {
    font-size: 1.6rem;
  }
}
.systemPageSec04__whBlockFlexTxt span {
  font-weight: 700;
}
.systemPageSec04__whBlockFlexTxt .u-colorRed {
  color: #EF2A26;
}
.systemPageSec04__whBlockNoteTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockNoteTxt {
    font-size: 1.6rem;
  }
}
.systemPageSec04__whBlockList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.systemPageSec04__whBlockListItem:not(:last-child) {
  margin-bottom: 7.8rem;
  position: relative;
}
.systemPageSec04__whBlockListItem:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 3rem solid #FF6000;
  position: absolute;
  left: 50%;
  bottom: -5.4rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.systemPageSec04__whBlockItemTtl {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 1rem;
  margin-bottom: 1.6rem;
  padding: 0.7rem 0;
  background-color: #00A551;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockItemTtl {
    font-size: 1.8rem;
  }
}
.systemPageSec04__whBlockTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec04__whBlockTxt {
    text-align: left;
  }
}

.systemPageSec05 {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec05 {
    padding: 17.0666666667vw 0 36.8vw;
  }
}
.systemPageSec05__inner {
  margin: 0 auto;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__inner {
    max-width: 100%;
  }
}
.systemPageSec05__ttl {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec05__ttl {
    margin-bottom: 6.4vw;
  }
}
.systemPageSec05__tblContainer {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__tblContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec05__tblWrapper.u-tblWrapper01 {
    padding: 0 4vw;
  }
  .systemPageSec05__tblWrapper.u-tblWrapper02 {
    padding: 0.2666666667vw 0 0.2666666667vw 4vw;
    overflow-x: auto;
  }
  .systemPageSec05__tblWrapper.u-tblWrapper02 img {
    width: 56rem;
  }
}
.systemPageSec05__tbl {
  border-collapse: collapse;
  border-radius: 1rem;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 0.1rem #282828;
          box-shadow: 0 0 0 0.1rem #282828;
  overflow: hidden;
  height: 45rem;
}
.systemPageSec05__tbl.u-tbl01 {
  width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__tbl.u-tbl01 {
    width: 100%;
  }
}
.systemPageSec05__tbl.u-tbl02 {
  max-width: 53rem;
  width: 53rem;
}
.systemPageSec05__tblTh, .systemPageSec05__tblTd {
  border: 0.1rem solid #282828;
  padding: 0.6rem;
  text-align: center;
}
.systemPageSec05__tblTh {
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__tblTh {
    font-size: 1.6rem;
  }
}
.systemPageSec05__tblTh img {
  height: 2.642rem;
  width: auto;
}
.u-tbl01 .systemPageSec05__tblTh:nth-child(2) {
  background: #00A551;
}
.u-tbl01 .systemPageSec05__tblTh:nth-child(3), .u-tbl01 .systemPageSec05__tblTh:nth-child(4) {
  background: rgba(40, 40, 40, 0.6);
}
.u-tbl02 .systemPageSec05__tblTh:nth-child(2) {
  background: #00A551;
}
.u-tbl02 .systemPageSec05__tblTh:nth-child(3) {
  background: #FF6000;
}
.u-tbl02 .systemPageSec05__tblTh:nth-child(4), .u-tbl02 .systemPageSec05__tblTh:nth-child(5), .u-tbl02 .systemPageSec05__tblTh:nth-child(6) {
  background: rgba(40, 40, 40, 0.6);
}
.systemPageSec05__tblTd {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__tblTd {
    font-size: 1.4rem;
  }
}
.u-tbl01 .systemPageSec05__tblTd:nth-child(3), .u-tbl01 .systemPageSec05__tblTd:nth-child(4) {
  background: rgba(40, 40, 40, 0.1);
}
.u-tbl02 .systemPageSec05__tblTd {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-tbl02 .systemPageSec05__tblTd {
    font-size: 1rem;
  }
}
.u-tbl02 .systemPageSec05__tblTd:nth-child(4), .u-tbl02 .systemPageSec05__tblTd:nth-child(5), .u-tbl02 .systemPageSec05__tblTd:nth-child(6) {
  background: rgba(40, 40, 40, 0.1);
}
.systemPageSec05__tblTd:nth-child(2) {
  background: rgba(76, 192, 133, 0.2);
}
.systemPageSec05__tblTd:nth-child(3) {
  background: rgba(255, 96, 0, 0.2);
}
.systemPageSec05__tblTd span.u-colorOrange {
  font-weight: bold;
}
.systemPageSec05__tblTdSmall {
  font-size: 1.4rem;
}
.systemPageSec05__tblTdIcon {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.2rem;
}
.systemPageSec05__tblTdIcon.u-tblCircleIcon {
  background-image: url("../images/systemPage/icon_circle.svg");
}
.systemPageSec05__tblTdIcon.u-tblXIcon {
  background-image: url("../images/systemPage/icon_x.svg");
  width: 1.5rem;
  height: 1.5rem;
}
.systemPageSec05__tblTdIcon.u-tblDoubleCircleIcon {
  background-image: url("../images/systemPage/icon_double-circle.svg");
}
.systemPageSec05__tblTdIcon.u-tblTriangleIcon {
  background-image: url("../images/systemPage/icon_triangle.svg");
  height: 1.727rem;
}
.systemPageSec05__noteArea {
  margin-top: 1.6rem;
}
.systemPageSec05__noteTxt {
  font-size: 1.2rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec05__noteTxt {
    font-size: 1.2rem;
  }
}

.systemPageSec06 {
  margin-bottom: 19rem;
  padding: 8rem 0 12rem;
  background-color: #00A551;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec06 {
    margin-bottom: 40vw;
    padding: 4.2666666667vw 0 9.3333333333vw;
  }
}
.systemPageSec06::before {
  content: "";
  position: absolute;
  top: -7.4rem;
  left: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/common/sec_bg-green.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .systemPageSec06::before {
    top: -19.2vw;
    width: 100%;
    height: 38.9333333333vw;
    z-index: -1;
  }
}
.systemPageSec06::after {
  content: "";
  position: absolute;
  bottom: -7.4rem;
  right: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/common/sec_bg-green.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .systemPageSec06::after {
    bottom: -22.6666666667vw;
    width: 100%;
    height: 38.9333333333vw;
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
    z-index: -1;
  }
}
.systemPageSec06__inner {
  margin: 0 auto;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__inner {
    padding: 0 4vw;
  }
}
.systemPageSec06__ttl {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec06__ttl {
    margin-bottom: 6.4vw;
  }
}
.systemPageSec06__accList {
  padding: 0;
  list-style: none;
}
.systemPageSec06__accListItem {
  background-color: #fff;
  border-radius: 1rem;
}
.systemPageSec06__accListItem:not(:last-child) {
  margin-bottom: 0.8rem;
}
.systemPageSec06__accItemHead {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 7.4rem 1rem 2.5rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemHead {
    padding: 4.2666666667vw 14.6666666667vw 4.2666666667vw 4vw;
  }
}
.systemPageSec06__accItemHeadTtl {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemHeadTtl {
    font-size: 1.8rem;
  }
}
.systemPageSec06__accItemHeadTtl span {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemHeadTtl span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemHeadTtl span {
    margin-bottom: 0.5333333333vw;
  }
}
.systemPageSec06__accItemHeadIcon {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00A551;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemHeadIcon {
    right: 4vw;
  }
}
.systemPageSec06__accItemHeadIcon::before, .systemPageSec06__accItemHeadIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.systemPageSec06__accItemHeadIcon::before {
  width: 0.2rem;
  height: 1.6rem;
  background: #fff;
}
.systemPageSec06__accItemHeadIcon::after {
  width: 1.6rem;
  height: 0.2rem;
  background: #fff;
}
.is-active .systemPageSec06__accItemHeadIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.systemPageSec06__accItemBody {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.systemPageSec06__accItemTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 1.6rem 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .systemPageSec06__accItemTxt {
    padding: 4vw 5.8666666667vw 6.4vw;
  }
}

.stepPageSec01 {
  padding: 8rem 0 8.7rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec01 {
    padding: 12.8vw 0 10.6666666667vw;
  }
}
.stepPageSec01__fgr {
  margin: 0 auto;
  width: 100%;
  max-width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec01__fgr {
    max-width: 67.2vw;
  }
}

.stepPageSec02 {
  position: relative;
}
.stepPageSec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.is_page__stepgolfplus .stepPageSec02::before {
  background-image: url("../images/stepPage/stepPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec02::before {
    content: none;
  }
}
.stepPageSec02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.is_page__stepgolfplus .stepPageSec02::after {
  background-image: url("../images/stepPage/stepPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec02::after {
    content: none;
  }
}
.stepPageSec02__list {
  margin-top: -9rem;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .stepPageSec02__list {
    margin-top: -14vw;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 0;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }
  .stepPage .stepPageSec02__list, .is_page__stepgolf .stepPageSec02__list {
    margin-top: -16vw;
  }
}
.stepPageSec02__listItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 18rem;
  height: 18rem;
  background-color: #FFE200;
  border-radius: 50%;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/plusPage/plusPageSec02_bg-01.png");
  -webkit-background-size: 16.8rem auto;
          background-size: 16.8rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec02__listItem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec02__listItem {
    width: 28vw;
    height: 28vw;
    -webkit-background-size: 26.4vw auto;
            background-size: 26.4vw auto;
  }
}
.stepPageSec02__txt {
  margin: 6.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .stepPageSec02__txt {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.stepPageSec02__txt .u-colorGreen {
  color: #00A551;
  font-weight: bold;
}
.stepPageSec02__txt .u-colorOrange {
  color: #FF6000;
  font-weight: bold;
}

.stepPageSec03 {
  padding: 12rem 0 1.6rem;
  position: relative;
}
.stepPageSec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.is_page__stepgolfplus .stepPageSec03::before {
  background-image: url("../images/stepPage/stepPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec03::before {
    content: none;
  }
}
.stepPageSec03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.is_page__stepgolfplus .stepPageSec03::after {
  background-image: url("../images/stepPage/stepPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec03::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03 {
    padding: 17.0666666667vw 0 0;
  }
}
.stepPageSec03__fgr {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__fgr {
    max-width: 64vw;
  }
}
.stepPageSec03__mainTxt {
  margin-top: -9rem;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__mainTxt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__mainTxt {
    margin: -17.3333333333vw -8vw 0;
  }
}
.stepPageSec03__mainTxtSpan {
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__mainTxtSpan {
    font-size: 6.4rem;
  }
}
.stepPage .stepPageSec03__mainTxtSpan, .is_page__stepgolf .stepPageSec03__mainTxtSpan {
  color: #00A551;
}
.stepPageSec03__list {
  margin: 4rem auto 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 93.2rem;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
    max-width: 80vw;
  }
}
.stepPageSec03__listItem {
  list-style: none;
}
.stepPageSec03__listItemLink {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  width: 30rem;
  height: 6.4rem;
  border: 1px solid #00A551;
  border-radius: 32px;
  padding: 0 0 0 1.8rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .stepPageSec03__listItemLink:hover {
    opacity: 0.6;
  }
}
.is_page__stepgolfplus .stepPageSec03__listItemLink {
  border-color: #FF6000;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__listItemLink {
    padding-left: 4vw;
    width: 80vw;
    height: 12.8vw;
    border-radius: 24px;
  }
}
.stepPageSec03__listItemLink::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.is_page__stepgolfplus .stepPageSec03__listItemLink::before {
  background-image: url("../images/common/icon_arrow_or.svg");
}
@media screen and (max-width: 768px) {
  .stepPageSec03__listItemLink::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.stepPageSec03__listItemNum {
  color: #00A551;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.is_page__stepgolfplus .stepPageSec03__listItemNum {
  color: #FF6000;
}
.stepPageSec03__listItemTxt {
  margin-left: 1.2rem;
  margin-bottom: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.stepPageSec03__inner {
  margin: 8rem auto 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .stepPageSec03__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__inner {
    margin-top: 10.6666666667vw;
  }
}
.stepPageSec03__contentItem {
  border: 1px solid #FF6000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #FF6000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.stepPage .stepPageSec03__contentItem, .is_page__stepgolf .stepPageSec03__contentItem {
  background: #fff;
  border-color: #00A551;
}
.stepPageSec03__contentItem:nth-of-type(even) {
  background: #fff;
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even), .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) {
  background: #00A551;
}
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentHeaderTxt,
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexTxt {
  color: #000;
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentHeaderTxt, .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentHeaderTxt,
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexTxt,
.is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexTxt {
  color: #fff;
}
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner {
  background: #FF6000;
  color: #fff;
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner, .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner {
  background: #fff;
  color: #00A551;
}
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner::before {
  background-image: url("../images/plusPage/plusPageSec03_bg-02.png");
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner::before, .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentBanner::before {
  background-image: url("../images/plusPage/plusPageSec03_bg-01.png");
}
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexItem::before {
  background: #FF6000;
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexItem::before, .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexItem::before {
  background: #00A551;
}
.stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexHeader {
  color: #FF6000;
}
.stepPage .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexHeader, .is_page__stepgolf .stepPageSec03__contentItem:nth-of-type(even) .stepPageSec03__contentFlexHeader {
  color: #fff;
}
.stepPageSec03__contentItem:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
.stepPageSec03__contentHeader {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHeader {
    padding-top: 2.1333333333vw;
    padding-bottom: 4vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}
.stepPageSec03__contentNum {
  position: relative;
  width: 12rem;
  height: 10.4rem;
  font-size: 7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentNum {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentNum {
    width: 16vw;
    min-width: 16vw;
    height: 16vw;
  }
}
.stepPageSec03__contentNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 12rem;
  height: 1.6rem;
  background-color: #FFEB00;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentNum::after {
    width: 16vw;
    height: 4.2666666667vw;
  }
}
.stepPageSec03__contentHeaderTxt {
  margin-left: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHeaderTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHeaderTxt {
    line-height: 1.5;
    margin-left: 4vw;
    text-align: left;
    padding-top: 10.4vw;
  }
}
.stepPage .stepPageSec03__contentHeaderTxt, .is_page__stepgolf .stepPageSec03__contentHeaderTxt {
  color: #000;
}
.stepPageSec03__contentBanner {
  position: relative;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentBanner {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentBanner {
    padding: 2.1333333333vw 0;
  }
}
.stepPage .stepPageSec03__contentBanner, .is_page__stepgolf .stepPageSec03__contentBanner {
  color: #fff;
  background: #00A551;
}
.stepPageSec03__contentBanner::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: 0;
  display: block;
  width: 16rem;
  height: 4rem;
  background-image: url("../images/plusPage/plusPageSec03_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentBanner::before {
    top: -4.8vw;
    width: 19.2vw;
    height: 5.3333333333vw;
    background-position: top center;
  }
}
.stepPage .stepPageSec03__contentBanner::before, .is_page__stepgolf .stepPageSec03__contentBanner::before {
  background-image: url("../images/plusPage/plusPageSec03_bg-03.png");
}
.stepPageSec03__contentBannerSpan {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentBannerSpan {
    font-size: 1.6rem;
  }
}
.stepPageSec03__contentHdr {
  padding: 4rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdr {
    padding: 6.4vw 0 10.6666666667vw;
  }
}
.stepPageSec03__contentHdrItem {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItem {
    max-width: 84vw;
  }
}
.stepPageSec03__contentHdrItem:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItem:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.stepPageSec03__contentHdrItem:nth-of-type(2) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-02.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(2) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(2) .stepPageSec03__contentHdrItemHeader::after {
  background: #86D800;
}
.stepPageSec03__contentHdrItem:nth-of-type(2) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(134, 216, 0, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(2) .stepPageSec03__contentHdrItemHdr {
  color: #86D800;
}
.stepPageSec03__contentHdrItem:nth-of-type(3) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-03.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(3) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(3) .stepPageSec03__contentHdrItemHeader::after {
  background: #D3BB03;
}
.stepPageSec03__contentHdrItem:nth-of-type(3) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(211, 187, 3, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(3) .stepPageSec03__contentHdrItemHdr {
  color: #D3BB03;
}
.stepPageSec03__contentHdrItem:nth-of-type(4) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-04.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(4) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(4) .stepPageSec03__contentHdrItemHeader::after {
  background: #FF6000;
}
.stepPageSec03__contentHdrItem:nth-of-type(4) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(255, 96, 0, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(4) .stepPageSec03__contentHdrItemHdr {
  color: #FF6000;
}
.stepPageSec03__contentHdrItem:nth-of-type(5) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-05.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(5) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(5) .stepPageSec03__contentHdrItemHeader::after {
  background: #D80F3D;
}
.stepPageSec03__contentHdrItem:nth-of-type(5) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(216, 15, 61, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(5) .stepPageSec03__contentHdrItemHdr {
  color: #D80F3D;
}
.stepPageSec03__contentHdrItem:nth-of-type(6) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-06.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(6) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(6) .stepPageSec03__contentHdrItemHeader::after {
  background: #671F8D;
}
.stepPageSec03__contentHdrItem:nth-of-type(6) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(103, 31, 141, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(6) .stepPageSec03__contentHdrItemHdr {
  color: #671F8D;
}
.stepPageSec03__contentHdrItem:nth-of-type(7) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-07.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(7) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(7) .stepPageSec03__contentHdrItemHeader::after {
  background: #0050B1;
}
.stepPageSec03__contentHdrItem:nth-of-type(7) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(0, 80, 177, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(7) .stepPageSec03__contentHdrItemHdr {
  color: #0050B1;
}
.stepPageSec03__contentHdrItem:nth-of-type(8) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-08.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(8) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(8) .stepPageSec03__contentHdrItemHeader::after {
  background: #1CB2D6;
}
.stepPageSec03__contentHdrItem:nth-of-type(8) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(28, 178, 214, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(8) .stepPageSec03__contentHdrItemHdr {
  color: #1CB2D6;
}
.stepPageSec03__contentHdrItem:nth-of-type(9) .stepPageSec03__contentHdrItemHeader {
  background-image: url("../images/plusPage/plusPageSec03_icon-09.png");
}
.stepPageSec03__contentHdrItem:nth-of-type(9) .stepPageSec03__contentHdrItemHeader::before, .stepPageSec03__contentHdrItem:nth-of-type(9) .stepPageSec03__contentHdrItemHeader::after {
  background: #4CC085;
}
.stepPageSec03__contentHdrItem:nth-of-type(9) .stepPageSec03__contentHdrItemCont {
  background-color: rgba(76, 192, 133, 0.1);
}
.stepPageSec03__contentHdrItem:nth-of-type(9) .stepPageSec03__contentHdrItemHdr {
  color: #4CC085;
}
.stepPageSec03__contentHdrItemHeader {
  margin: 0 auto;
  position: relative;
  width: 24rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  background-image: url("../images/plusPage/plusPageSec03_icon-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItemHeader {
    margin-top: 10.6666666667vw;
    width: 56vw;
    height: 8.5333333333vw;
    -webkit-background-size: 56vw auto;
            background-size: 56vw auto;
  }
}
.stepPageSec03__contentHdrItemHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -23.6rem;
  display: block;
  width: 22.9rem;
  height: 0.1rem;
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItemHeader::before {
    width: 12vw;
    left: -13.8666666667vw;
  }
}
.stepPageSec03__contentHdrItemHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -23.6rem;
  display: block;
  width: 22.9rem;
  height: 0.1rem;
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItemHeader::after {
    width: 12vw;
    right: -13.8666666667vw;
  }
}
.stepPageSec03__contentHdrItemCont {
  margin: 0.8rem auto 0;
  background-color: rgba(0, 165, 81, 0.1);
  padding: 2.4rem 0;
  text-align: center;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItemCont {
    padding: 6.4vw 4vw;
  }
}
.stepPageSec03__contentHdrItemSpan {
  font-size: 1.6rem;
  font-weight: bold;
}
.stepPageSec03__contentHdrItemHdr {
  margin: 0.8rem auto 0;
  color: #00A551;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.125;
}
.stepPageSec03__contentHdrItemTxt {
  margin-top: 1.6rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentHdrItemTxt {
    text-align: left;
  }
}
.stepPageSec03__contentFlex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.stepPageSec03__contentFlexList {
  margin: 4.2rem auto 0;
  width: 100%;
  padding: 0;
  max-width: 71.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexList {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    max-width: 84vw;
    margin-top: 6.4vw;
  }
}
.stepPageSec03__contentFlexListItem {
  list-style: none;
  width: 34.4rem;
  height: 6.4rem;
  background: #00A551;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.is_page__stepgolfplus .stepPageSec03__contentFlexListItem {
  background: #fff;
  color: #FF6000;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexListItem {
    font-size: 4.2666666667vw;
    width: 84vw;
    padding: 2.1333333333vw 0;
    height: auto;
  }
}
.stepPageSec03__contentFlexItem {
  width: 50%;
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexItem {
    padding: 5.3333333333vw 0 0;
    width: 100%;
  }
}
.stepPageSec03__contentFlexItem:only-child {
  width: 100%;
}
.stepPageSec03__contentFlexItem:nth-of-type(2) {
  position: relative;
  /* .stepPageSec03__contentFlexImg {
    background: $lightGray03;
  } */
}
.stepPageSec03__contentFlexItem:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  display: block;
  width: 0.1rem;
  height: 17rem;
  background: #fff;
}
.stepPageSec03__contentFlexHeader {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexHeader {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexHeader {
    line-height: 1.25;
  }
}
.stepPage .stepPageSec03__contentFlexHeader, .is_page__stepgolf .stepPageSec03__contentFlexHeader {
  color: #00A551;
}
.stepPageSec03__contentFlexTxt {
  margin: 1.6rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  max-width: -webkit-calc(100% - 8rem);
  max-width: -moz-calc(100% - 8rem);
  max-width: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexTxt {
    margin-top: 5.3333333333vw;
    max-width: -webkit-calc(100% - 4vw);
    max-width: -moz-calc(100% - 4vw);
    max-width: calc(100% - 4vw);
  }
}
.stepPage .stepPageSec03__contentFlexTxt, .is_page__stepgolf .stepPageSec03__contentFlexTxt {
  color: #000;
}
.stepPageSec03__contentFlexTxt.u-minHeight72 {
  min-height: 7.2rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexTxt.u-minHeight72 {
    min-height: auto;
  }
}
.stepPageSec03__contentFlexImg {
  margin: 4rem auto 0;
  width: 100%;
  min-height: 32rem;
  background-color: #A6A6A6;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .stepPageSec03__contentFlexImg {
    margin-top: 5.3333333333vw;
    min-height: 42.6666666667vw;
  }
}

.stepPageSec04 {
  position: relative;
  padding: 10.4rem 0 12rem;
  background: #FF6000;
}
.stepPageSec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  /* .is_page__stepgolfplus & {
    background-image: url('../images/stepPage/stepPage_bg-02.png');
  } */
}
@media screen and (max-width: 768px) {
  .stepPageSec04::before {
    content: none;
  }
}
.stepPageSec04::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  background-image: url("../images/stepPage/stepPage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.is_page__stepgolfplus .stepPageSec04::after {
  background-image: url("../images/stepPage/stepPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec04::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec04 {
    padding: 10.6666666667vw 0 17.0666666667vw;
  }
}
.stepPage .stepPageSec04, .is_page__stepgolf .stepPageSec04 {
  background: #00A551;
}
.stepPageSec04::before {
  content: "";
  position: absolute;
  top: -10.625vw;
  left: 0;
  width: 100%;
  height: 10.625vw;
  min-height: 13.6rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-01.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stepPageSec04::before {
    height: 10.6666666667vw;
    min-height: 10.6666666667vw;
    background-image: url("../images/plusPage/plusPageSec04_bg-01_sp.png");
  }
}
.stepPage .stepPageSec04::before, .is_page__stepgolf .stepPageSec04::before {
  background-image: url("../images/stepPage/stepPageSec04_bg-01.png");
}
@media screen and (max-width: 768px) {
  .stepPage .stepPageSec04::before, .is_page__stepgolf .stepPageSec04::before {
    background-image: url("../images/stepPage/stepPageSec04_bg-01_sp.png");
  }
}
.stepPageSec04__header {
  position: relative;
  margin: 0 auto;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 26rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/common/header_bg-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 24rem auto;
          background-size: 24rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__header {
    font-size: 1.6rem;
  }
}
.stepPage .stepPageSec04__header, .is_page__stepgolf .stepPageSec04__header {
  color: #00A551;
}
.stepPageSec04__header::before {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: -31.7rem;
  display: block;
  width: 31rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__header::before {
    width: 12vw;
    left: -10.6666666667vw;
  }
}
.stepPageSec04__header::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  right: -31.7rem;
  display: block;
  width: 31rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__header::after {
    width: 12vw;
    right: -10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec04__header {
    margin-top: 6.4vw;
  }
}
.stepPageSec04__mainFlex {
  margin-top: 0.8rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.9rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlex {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.stepPageSec04__mainFlex01 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FFEB00;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlex01 {
    font-size: 3.2rem;
  }
}
.stepPageSec04__mainFlex02 {
  font-size: 12rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FFEB00;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlex02 {
    font-size: 8rem;
  }
}
.stepPageSec04__mainFlexInner {
  position: relative;
  margin-left: 2.4rem;
  padding: 0 1.5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlexInner {
    margin-left: 0;
    padding: 0 2.6666666667vw;
    gap: 1.0666666667vw;
  }
}
.stepPageSec04__mainFlexInner::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 1rem;
  height: 4.5rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-03.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlexInner::before {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.stepPageSec04__mainFlexInner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: scaleX(-1) translateY(-50%);
     -moz-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
  right: 0;
  display: block;
  width: 1rem;
  height: 4.5rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-03.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlexInner::after {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.stepPageSec04__mainFlexInner01 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlexInner01 {
    font-size: 1.2rem;
  }
}
.stepPageSec04__mainFlexInner02 {
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__mainFlexInner02 {
    font-size: 2.8rem;
  }
}
.stepPageSec04__cont {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__cont {
    margin-top: 10.6666666667vw;
  }
}
.stepPageSec04__contItem:nth-of-type(n+2) {
  margin-top: 4rem;
}
.stepPageSec04__contHeader {
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-top: 0.6rem;
  width: 34.5rem;
  height: 5.1rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-02.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contHeader {
    font-size: 1.6rem;
  }
}
.stepPage .stepPageSec04__contHeader, .is_page__stepgolf .stepPageSec04__contHeader {
  background-image: url("../images/stepPage/stepPageSec04_bg-01.svg");
}
.stepPageSec04__contItemWh {
  margin: 1.6rem auto 0;
  padding: 4rem 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWh {
    width: -webkit-calc(100% - 8vw);
    width: -moz-calc(100% - 8vw);
    width: calc(100% - 8vw);
    padding: 6.4vw 5.8666666667vw;
  }
}
.stepPageSec04__contItemWhItem:nth-of-type(n+2) {
  margin-top: 4rem;
}
.stepPageSec04__contItemWhHeader {
  margin: 0 auto;
  padding-bottom: 0.8rem;
  width: 52.8rem;
  border-bottom: 1px solid #FF6000;
}
.stepPage .stepPageSec04__contItemWhHeader, .is_page__stepgolf .stepPageSec04__contItemWhHeader {
  border-bottom: 1px solid #00A551;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhHeader {
    width: 100%;
  }
}
.stepPageSec04__contItemWhMain {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhMain {
    font-size: 1.6rem;
  }
}
.stepPageSec04__contItemWhDt {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhDt {
    font-size: 1.4rem;
  }
}
.stepPageSec04__contItemWhFlex {
  margin-top: 0.8rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlex {
    margin-top: 1.0666666667vw;
    gap: 2.1333333333vw;
  }
}
.stepPageSec04__contItemWhFlex01 {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlex01 {
    font-size: 1.8rem;
  }
}
.stepPageSec04__contItemWhFlex02 {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #FF6000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlex02 {
    font-size: 4rem;
  }
}
.stepPage .stepPageSec04__contItemWhFlex02, .is_page__stepgolf .stepPageSec04__contItemWhFlex02 {
  color: #00A551;
}
.stepPageSec04__contItemWhFlexInner {
  position: relative;
  margin-left: 1.5rem;
  padding: 0 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlexInner {
    margin-left: 1.3333333333vw;
    padding: 0 2.6666666667vw;
    gap: 1.0666666667vw;
  }
}
.stepPageSec04__contItemWhFlexInner::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 0.75rem;
  height: 3.3rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-04.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlexInner::before {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.stepPageSec04__contItemWhFlexInner::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: scaleX(-1) translateY(-50%);
     -moz-transform: scaleX(-1) translateY(-50%);
      -ms-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
  right: 0;
  display: block;
  width: 0.75rem;
  height: 3.3rem;
  background-image: url("../images/plusPage/plusPageSec04_bg-04.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlexInner::after {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.stepPageSec04__contItemWhFlexInner01 {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlexInner01 {
    font-size: 1.2rem;
  }
}
.stepPageSec04__contItemWhFlexInner02 {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhFlexInner02 {
    font-size: 2.8rem;
  }
}
.stepPageSec04__contItemWhItemList {
  margin: 0 auto;
  padding-left: 0;
  max-width: 52.8rem;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhItemList {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec04__contItemWhItemList {
    max-width: 80vw;
  }
}
.stepPageSec04__contItemWhItemListItem {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
.stepPageSec04__btn {
  margin: 4rem auto 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .stepPageSec04__btn {
    margin-top: 10.6666666667vw;
  }
}

.stepPageSec05 {
  padding: 12rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec05 {
    padding: 17.0666666667vw 4vw;
  }
}
.stepPageSec05__header {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__header {
    font-size: 2.4rem;
  }
}
.stepPageSec05__headerSpan {
  margin-left: 1rem;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__headerSpan {
    font-size: 3.2rem;
  }
}
.stepPageSec05__sub {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec05__sub {
    margin-top: 1.0666666667vw;
  }
}
.stepPageSec05__sub02 {
  margin-top: 6.4vw;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__sub02 {
    font-size: 1.6rem;
  }
}
.stepPageSec05__btn {
  position: relative;
  margin: 2.4rem auto 0;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #ff904c;
  background: -webkit-gradient(linear, left top, right top, from(#ff904c), to(#ff6000));
  background: -webkit-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: -moz-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: linear-gradient(90deg, #ff904c 0%, #ff6000 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .stepPageSec05__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec05__btn {
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.stepPageSec05__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.stepPageSec05__btn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .stepPageSec05__btn::after {
    top: 3.2vw;
  }
}

.stepPageSec06 {
  padding: 8rem 0 0;
  background-image: url("../images/plusPage/plusPageSec06_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: center;
}
.stepPage .stepPageSec06, .is_page__stepgolf .stepPageSec06 {
  background-image: url("../images/stepPage/stepPageSec06_bg-01.png");
}
@media screen and (max-width: 768px) {
  .stepPage .stepPageSec06, .is_page__stepgolf .stepPageSec06 {
    background-image: url("../images/stepPage/stepPageSec06_bg-01_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec06 {
    padding-top: 17.0666666667vw;
    background-image: url("../images/plusPage/plusPageSec06_bg-01_sp.png");
  }
}
.stepPageSec06__header {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .stepPageSec06__header {
    font-size: 3.2rem;
  }
}
.stepPageSec06__flex {
  margin: 4rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec06__flex {
    gap: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.stepPageSec06__flexItem {
  width: 100%;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec06__flexItem {
    max-width: 66.6666666667vw;
  }
}
.stepPageSec06__flex02 {
  margin: 8rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec06__flex02 {
    margin-top: 17.0666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}

.stepPageSec07 {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .stepPageSec07 {
    padding: 10.6666666667vw 0;
  }
}
.stepPageSec07__btn {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec07__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.stepPageSec07__btnItem {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 34.5rem;
  height: 8rem;
  background: #FF6000;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .stepPageSec07__btnItem:hover {
    opacity: 0.6;
  }
}
.stepPage .stepPageSec07__btnItem, .is_page__stepgolf .stepPageSec07__btnItem {
  background: #00A551;
}
.stepPageSec07__btnItem:nth-of-type(1) .stepPageSec07__btnItemImg {
  max-width: 13rem;
}
.stepPageSec07__btnItem::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.stepPageSec07__btnItem.u-bgOrange {
  background: #FF6000;
}
.stepPageSec07__btnItem.u-bgGreen {
  background: #00A551;
}
.stepPageSec07__btnItem.u-bgBlue {
  background: #1CB2D6;
}
.stepPageSec07__btnItem.u-bgDark {
  background: #004B42;
}
.stepPageSec07__btnItemImg {
  max-width: 15rem;
}

.stepPageSec08 {
  padding: 8rem 0 24rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/plusPage/plusPageSec08_bg-01.png");
  -webkit-background-size: cover;
          background-size: cover;
}
.is_page__stepgolfplus .stepPageSec08 {
  background-image: url("../images/plusPage/plusPageSec06_bg-01.png");
}
@media screen and (max-width: 768px) {
  .stepPageSec08 {
    padding: 17.0666666667vw 8vw 30.9333333333vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.stepPageSec08__header {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec08__header {
    font-size: 8.5333333333vw;
  }
}
.stepPageSec08__txt {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 52.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .stepPageSec08__txt {
    margin-top: 10.6666666667vw;
    max-width: 84vw;
  }
}
.stepPageSec08__fgr {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 76.8rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec08__fgr {
    margin-top: 10.6666666667vw;
    max-width: 66.6666666667vw;
  }
}

.stepPageSec09 {
  position: relative;
  background: #00A551;
  padding-bottom: 12rem;
}
.is_page__stepgolfplus .stepPageSec09 {
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .stepPageSec09 {
    padding-top: 6.4vw;
    padding-bottom: 10.6666666667vw;
  }
}
.stepPageSec09::before {
  content: "";
  position: absolute;
  top: -13.6rem;
  left: 0;
  display: block;
  width: 100vw;
  height: 13.6rem;
  background-image: url("../images/plusPage/plusPageSec09_bg-01.png");
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.is_page__stepgolfplus .stepPageSec09::before {
  background-image: url("../images/plusPage/plusPageSec09_bg-02.png");
}
@media screen and (max-width: 768px) {
  .is_page__stepgolfplus .stepPageSec09::before {
    background-image: url("../images/plusPage/plusPageSec09_bg-02_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec09::before {
    background-image: url("../images/plusPage/plusPageSec09_bg-01_sp.png");
    height: 10.6666666667vw;
    top: -10.6666666667vw;
  }
}
.stepPageSec09__header {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stepPageSec09__header {
    font-size: 8.5333333333vw;
  }
}
.stepPageSec09__fgr {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .stepPageSec09__fgr {
    margin-top: 6.4vw;
    font-size: 8.5333333333vw;
    max-width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .stepPageSec09__note {
    margin: 6.4vw auto 0;
    width: 100%;
    max-width: 84vw;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

/*====================================================================
lessonPage
====================================================================*/
.lessonPageSec01 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01 {
    padding: 12.8vw 0 0;
  }
}
.lessonPageSec01 .c-mainHeader {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.lessonPageSec01__flex {
  margin: 8rem auto 0;
  padding: 4rem 0;
  background-image: url("../images/lessonPage/lessonPageSec01_bg-01.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flex {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 6.4vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../images/lessonPage/lessonPageSec01_bg-01_sp.png");
  }
}
.lessonPageSec01__flexInner {
  position: relative;
  margin: 0 auto;
  max-width: 99.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.lessonPageSec01__flexInnerItem {
  width: 49rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 6.4vw;
    padding-right: 4.8vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.lessonPageSec01__flexInnerItem:nth-of-type(2) {
  margin-right: -3.4rem;
  width: 52.4rem;
  padding-right: 0;
  padding-left: 2rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItem:nth-of-type(2) {
    padding-left: 4.8vw;
    margin-right: -2.6666666667vw;
  }
}
.lessonPageSec01__flexInnerItemCont {
  margin-right: 1.6rem;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemCont {
    width: 26.6666666667vw;
    margin-right: 0;
  }
}
.lessonPageSec01__flexInnerItemSpan {
  display: block;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemSpan {
    font-size: 2.4rem;
  }
}
.lessonPageSec01__flexInnerItemSpan02 {
  margin: 0.4rem auto 0;
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemSpan02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemSpan02 {
    margin-top: 2.1333333333vw;
  }
}
.lessonPageSec01__flexInnerItemNum {
  display: block;
  margin-right: 0.8rem;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemNum {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemNum {
    line-height: 1.5;
    margin-right: 0;
  }
}
.lessonPageSec01__flexInnerItemTxt {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.12;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__flexInnerItemTxt {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.lessonPageSec01__span {
  margin: 1.6rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec01__span {
    font-size: 1.2rem;
  }
}

.lessonPageSec02 {
  padding: 8rem 0 21.6rem;
  background-image: url("../images/lessonPage/lessonPageSec02_bg-01.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .lessonPageSec02 {
    padding: 17.0666666667vw 0 27.2vw;
    background-image: url("../images/lessonPage/lessonPageSec02_bg-01_sp.png");
  }
}
.lessonPageSec02__header {
  margin: 0 auto;
  width: 31.5rem;
  height: 10.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/lessonPage/lessonPageSec02_bg-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__header {
    font-size: 1.6rem;
  }
}
.lessonPageSec02__circle {
  position: relative;
  margin: 2.4rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
  max-width: 71.2rem;
}
.lessonPageSec02__circle::before {
  content: "";
  position: absolute;
  top: -13.2rem;
  left: -9.2rem;
  display: block;
  width: 8rem;
  height: 11.8rem;
  background-image: url("../images/lessonPage/lessonPageSec02_img-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__circle::before {
    top: -56.5333333333vw;
    left: 6.9333333333vw;
    width: 16vw;
    height: 23.2vw;
  }
}
.lessonPageSec02__circle::after {
  content: "";
  position: absolute;
  top: -10rem;
  right: -9.2rem;
  display: block;
  width: 12rem;
  height: 12rem;
  background-image: url("../images/lessonPage/lessonPageSec02_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__circle::after {
    top: -56.5333333333vw;
    right: 3.2vw;
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__circle {
    margin-top: 4.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.lessonPageSec02__circleItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 21.8rem;
  height: 21.8rem;
  border-radius: 50%;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/lessonPage/lessonPageSec02_bg-03.png");
  -webkit-background-size: 20.8rem auto;
          background-size: 20.8rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFEB00;
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__circleItem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec02__circleItem {
    width: 32vw;
    height: 32vw;
    -webkit-background-size: 30.4vw auto;
            background-size: 30.4vw auto;
  }
}

.lessonPageSec03 {
  position: relative;
  background: #00A551;
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec03 {
    padding: 11.2vw 0 0;
  }
}
.lessonPageSec03::before {
  content: "";
  position: absolute;
  top: -13.6rem;
  left: 0;
  display: block;
  width: 100%;
  height: 13.6rem;
  background-image: url("../images/lessonPage/lessonPageSec03_bg-01.png");
  -webkit-background-size: auto auto;
          background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .lessonPageSec03::before {
    height: 10.6666666667vw;
    top: -10.6666666667vw;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
.lessonPageSec03 .c-mainHeader {
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lessonPageSec03 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.lessonPageSec03__header {
  position: relative;
  margin: 4rem auto 0;
  padding: 0.8rem 0 2rem;
  width: 100%;
  max-width: 34.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/lessonPage/icon_toggle_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lessonPageSec03__header {
    font-size: 1.6rem;
  }
}
.lessonPageSec03__movie {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 89.6rem;
  min-height: 52rem;
  background: #646466;
}
.lessonPageSec03__movie iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lessonPageSec03__movie {
    margin-top: 6.4vw;
    min-height: 66.6666666667vw;
    max-width: 100%;
  }
}

.lessonPageSec04 {
  padding: 8rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
  background-image: url("../images/lessonPage/lessonPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .lessonPageSec04 {
    padding: 10.6666666667vw 4vw;
    gap: 1.8666666667vw;
    -webkit-background-size: auto 200%;
            background-size: auto 200%;
  }
}

.lessonPageSec05 {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec05 {
    padding: 10.6666666667vw 0;
  }
}
.lessonPageSec05 .c-mainHeader {
  padding-top: 4rem;
  font-size: 4rem;
  line-height: 1.2;
  background-image: url("../images/lessonPage/lessonPageSec04_bg-02.png");
  -webkit-background-size: 6rem auto;
          background-size: 6rem auto;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .lessonPageSec05 .c-mainHeader {
    padding-top: 8.5333333333vw;
    -webkit-background-size: 10.6666666667vw auto;
            background-size: 10.6666666667vw auto;
    font-size: 2.4rem;
  }
}

.lessonPageSec06__inner {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner {
    padding: 10.6666666667vw 0;
  }
}
.lessonPageSec06__inner:nth-of-type(1) {
  background: rgba(0, 165, 81, 0.1);
}
.lessonPageSec06__inner:nth-of-type(2) {
  background: rgba(134, 216, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #86D800;
  }
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__header {
  background: #86D800;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__header::after {
  border-color: #86D800 transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__subHeader {
  color: #86D800;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_02.svg");
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__headerBlock::after {
  background: #86D800;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_02.svg");
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__whBlock02Header {
  color: #86D800;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__whBlock02HeaderSpan {
  background: #86D800;
}
.lessonPageSec06__inner:nth-of-type(2) .lessonPageSec06__whBlock02ListItem::before {
  color: #86D800;
}
.lessonPageSec06__inner:nth-of-type(3) {
  background: rgba(211, 187, 3, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #D3BB03;
  }
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__header {
  background: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__header::after {
  border-color: #D3BB03 transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__subHeader {
  color: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_03.svg");
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__headerBlock::after {
  background: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlockListItem:nth-of-type(3),
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlockListItem:nth-of-type(5),
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlockListItem:nth-of-type(7) {
  margin-top: 0;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_03.svg");
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlock02Header {
  color: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlock02HeaderSpan {
  background: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(3) .lessonPageSec06__whBlock02ListItem::before {
  color: #D3BB03;
}
.lessonPageSec06__inner:nth-of-type(4) {
  background: rgba(255, 96, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #FF6000;
  }
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__header {
  background: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__header::after {
  border-color: #FF6000 transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__subHeader {
  color: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlockListItem:nth-of-type(5) {
  margin-top: -2.3rem;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_04.svg");
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__headerBlock::after {
  background: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_04.svg");
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlock02Header {
  color: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlock02HeaderSpan {
  background: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(4) .lessonPageSec06__whBlock02ListItem::before {
  color: #FF6000;
}
.lessonPageSec06__inner:nth-of-type(5) {
  background: rgba(216, 15, 61, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #D80F3D;
  }
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__header {
  background: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__header::after {
  border-color: #D80F3D transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__subHeader {
  color: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlockListItem:nth-of-type(5) {
  margin-top: -2.3rem;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_05.svg");
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__headerBlock::after {
  background: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_05.svg");
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlock02Header {
  color: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlock02HeaderSpan {
  background: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(5) .lessonPageSec06__whBlock02ListItem::before {
  color: #D80F3D;
}
.lessonPageSec06__inner:nth-of-type(6) {
  background: rgba(103, 31, 141, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #671F8D;
  }
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__header {
  background: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__header::after {
  border-color: #671F8D transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__subHeader {
  color: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlockListItem:nth-of-type(5) {
  margin-top: 1rem;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlockListItem:nth-of-type(3) {
  margin-top: 0;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_06.svg");
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__headerBlock::after {
  background: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_06.svg");
  left: 39rem;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 39rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: -webkit-calc(100% - 4.8rem);
  height: -moz-calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
  display: block;
  background-image: url("../images/lessonPage/icon_divider_06.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: repeat;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02Header {
  color: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02HeaderSpan {
  background: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(6) .lessonPageSec06__whBlock02ListItem::before {
  color: #671F8D;
}
.lessonPageSec06__inner:nth-of-type(7) {
  padding-bottom: 19rem;
  background: rgba(0, 80, 177, 0.1);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlock02Item:first-child::before {
    border-color: #0050B1;
  }
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__header {
  background: #0050B1;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__header::after {
  border-color: #0050B1 transparent transparent transparent;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__subHeader {
  color: #0050B1;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlockListItem:nth-of-type(3),
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlockListItem:nth-of-type(5) {
  margin-top: 0;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__headerBlock {
  background-image: url("../images/lessonPage/icon_curve_07.svg");
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__headerBlock::before, .lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__headerBlock::after {
  background: #0050B1;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlock02::before {
  background-image: url("../images/lessonPage/icon_divider_07.svg");
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlock02Header {
  color: #0050B1;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlock02HeaderSpan {
  background: #0050B1;
}
.lessonPageSec06__inner:nth-of-type(7) .lessonPageSec06__whBlock02ListItem::before {
  color: #0050B1;
}
.lessonPageSec06__cont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__cont {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .lessonPageSec06__cont {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__cont {
    width: 100%;
  }
}
.lessonPageSec06__header {
  position: relative;
  background: #00A551;
  padding: 1.4rem 0;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__header {
    padding: 2.1333333333vw 0;
  }
}
.lessonPageSec06__header::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #00A551 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__header::after {
    bottom: -2.6666666667vw;
  }
}
.lessonPageSec06__subHeader {
  margin: 2.4rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__subHeader {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__subHeader {
    margin-top: 5.3333333333vw;
  }
}
.lessonPageSec06__flex {
  margin: 4rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__flex {
    margin-top: 6.4vw;
    gap: 4vw;
    width: -webkit-calc(100% + 8vw);
    width: -moz-calc(100% + 8vw);
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.lessonPageSec06__flexFgr {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__flexFgr {
    position: relative;
    min-height: 37.3333333333vw;
    width: 50%;
  }
  .lessonPageSec06__flexFgr img {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
  }
  .lessonPageSec06__flexFgr:first-child img {
    top: 0;
    right: 0;
  }
  .lessonPageSec06__flexFgr:last-child img {
    top: 0;
    left: 0;
  }
}
.lessonPageSec06__txt {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__txt {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.lessonPageSec06__headerBlock {
  position: relative;
  margin: 4rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/lessonPage/icon_curve.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__headerBlock {
    font-size: 1.6rem;
  }
}
.lessonPageSec06__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.lessonPageSec06__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.lessonPageSec06__whBlock {
  margin: 0.8rem auto 0;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-width: 89.6rem;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock {
    max-width: 100%;
    padding: 6.4vw 6.4vw;
  }
}
.lessonPageSec06__whBlockList {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlockList {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}
.lessonPageSec06__whBlockListItemTxt {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 35rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlockListItemTxt {
    font-size: 1.6rem;
  }
}
.lessonPageSec06__whBlockListItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlockListItem {
    width: 100%;
    margin-top: 0 !important;
  }
  .lessonPageSec06__whBlockListItem.u-pcDb {
    display: none;
  }
}
.lessonPageSec06__whBlockListItem:nth-of-type(3) {
  margin-top: -2.3rem;
}
.lessonPageSec06__whBlockListItem:nth-of-type(5) {
  margin-top: -1rem;
}
.lessonPageSec06__whBlockListItemIcon {
  max-width: 3rem;
}
.lessonPageSec06__whBlock02 {
  position: relative;
  margin: 0.8rem auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 2.4rem 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-width: 89.6rem;
  border-radius: 10px;
  gap: 10.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0;
    padding: 6.4vw 4vw;
  }
}
.lessonPageSec06__whBlock02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.1rem;
  height: -webkit-calc(100% - 4.8rem);
  height: -moz-calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
  display: block;
  background-image: url("../images/lessonPage/icon_divider.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02 {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.lessonPageSec06__whBlock02Item02 {
  width: 11.6rem;
  -webkit-align-self: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.lessonPageSec06__whBlock02ItemSpan {
  display: block;
  font-size: 1.8rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: center;
  color: #671F8D;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02ItemSpan {
    font-size: 1.8rem;
  }
}
.lessonPageSec06__whBlock02Item {
  margin: 0 auto;
  width: 100%;
  max-width: 35.6rem;
  padding: 2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02Item {
    position: relative;
    max-width: 100%;
    padding: 6.4vw 0;
  }
  .lessonPageSec06__whBlock02Item:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 84vw;
    height: 0.2666666667vw;
    display: block;
    border-bottom: 1px dashed #00A551;
  }
}
.lessonPageSec06__whBlock02Header {
  font-size: 1.8rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02Header {
    font-size: 1.8rem;
  }
}
.lessonPageSec06__whBlock02HeaderSpan {
  margin: 0.8rem auto 0;
  display: block;
  width: 100%;
  max-width: 9.9rem;
  background: #00A551;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02HeaderSpan {
    font-size: 1.6rem;
  }
}
.lessonPageSec06__whBlock02HeaderSpan.u-w196 {
  max-width: 20.6rem;
}
.lessonPageSec06__whBlock02HeaderSpan.u-w152 {
  max-width: 16.2rem;
}
.lessonPageSec06__whBlock02List {
  position: relative;
  margin: 1.6rem auto 0;
  list-style: none;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06__whBlock02List {
    font-size: 1.6rem;
  }
}
.lessonPageSec06__whBlock02ListItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.lessonPageSec06__whBlock02ListItem::before {
  content: "・";
  margin-right: 0.5rem;
  color: #00A551;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lessonPageSec06 .c-roundBtnIcon {
    margin-top: 6.4vw;
    font-size: 1.4rem;
    padding: 2.6666666667vw 0;
    max-width: 60vw;
  }
  .lessonPageSec06 .c-roundBtnIcon::after {
    right: 2.1333333333vw;
    width: 1.632vw;
    height: 2.5093333333vw;
  }
}

.lessonPageSec07 {
  position: relative;
  padding: 15.3rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec07 {
    margin-top: -8vw;
    padding: 17.3333333333vw 0;
  }
}
.lessonPageSec07::before {
  content: "";
  position: absolute;
  top: -15.3rem;
  width: 100%;
  left: 0;
  display: block;
  height: 71.2rem;
  background-image: url("../images/topPage/topPageSec07_bg-01.png");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lessonPageSec07::before {
    height: 80vw;
    top: -21.3333333333vw;
    background-image: url("../images/topPage/topPageSec07_bg-01_sp.png");
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
.lessonPageSec07 .c-mainHeader {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec07 .c-mainHeader {
    font-size: 2.4rem;
  }
}
.lessonPageSec07__txt {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec07__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec07__txt {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.lessonPageSec07__btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .lessonPageSec07__btn {
    margin-top: 6.4vw;
  }
}

.lessonPageSec08 {
  background-image: url("../images/lessonPage/lessonPageSec08_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-color: rgba(255, 96, 0, 0.1);
  padding: 16rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08 {
    background-image: url("../images/lessonPage/lessonPageSec08_bg-01_sp.png");
    padding: 25.6vw 0 21.3333333333vw;
  }
}
.lessonPageSec08 .c-mainHeader {
  position: relative;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08 .c-mainHeader {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.lessonPageSec08 .c-mainHeader::after {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 6rem;
  height: 2.4rem;
  background-image: url("../images/lessonPage/lessonPageSec08_bg-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.lessonPageSec08__newsList {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsList {
    padding: 4.2666666667vw 0;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.lessonPageSec08__newsListItem {
  list-style: none;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsListItem {
    padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
.lessonPageSec08__newsListItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsListItem:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
}
.lessonPageSec08__newsCont {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.lessonPageSec08__newsListItemLink {
  position: relative;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .lessonPageSec08__newsListItemLink:hover {
    opacity: 0.6;
  }
}
.lessonPageSec08__newsListItemLink::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.2rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: #FF6000;
  border-radius: 50%;
}
.lessonPageSec08__newsListItemLink::after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 0.8rem);
  top: -moz-calc(50% - 0.8rem);
  top: calc(50% - 0.8rem);
  right: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_plus.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.lessonPageSec08__newsListItemLink.is-active::after {
  background-image: url("../images/common/icon_minus.svg");
}
.lessonPageSec08__newsListItemLinkDate {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsListItemLinkDate {
    font-size: 1.4rem;
  }
}
.lessonPageSec08__newsListItemLinkTxt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsListItemLinkTxt {
    font-size: 1.6rem;
  }
}
.lessonPageSec08__newsContList {
  margin: 1.6rem auto 0;
  border-top: 1px solid #FF6000;
  padding: 0;
  list-style: none;
}
.lessonPageSec08__newsContListItem {
  padding: 1.6rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.lessonPageSec08__newsContListItem:not(:first-child) {
  border-top: 1px dashed #FF6000;
}
.lessonPageSec08__newsContListItemSpan {
  width: 9rem;
  margin-right: 4rem;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsContListItemSpan {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsContListItemSpan {
    margin-right: 2.1333333333vw;
  }
}
.lessonPageSec08__newsContListItemTxt {
  width: -webkit-calc(100% - 13rem);
  width: -moz-calc(100% - 13rem);
  width: calc(100% - 13rem);
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__newsContListItemTxt {
    font-size: 1.6rem;
  }
}
.lessonPageSec08__btn {
  margin: 4rem auto 0;
}
.lessonPageSec08__note {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__note {
    font-size: 1.2rem;
  }
}
.lessonPageSec08__pdf {
  margin: 2.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 25.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .lessonPageSec08__pdf {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .lessonPageSec08__pdf:hover {
    opacity: 0.6;
  }
}

/*====================================================================
privacyPage
====================================================================*/
.privacyPageSec {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .privacyPageSec {
    padding: 0 4vw;
  }
}
.privacyPageSec .c-mainHeader {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .privacyPageSec .c-mainHeader {
    font-size: 3.2rem;
  }
}
.privacyPageSec.privacyPageSec01 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .privacyPageSec.privacyPageSec01 {
    padding-top: 12.8vw;
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec.privacyPageSec02 {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec .c-mainHeader {
    margin-bottom: 10.6666666667vw;
  }
}
.privacyPageSec__inner {
  border: 0.1rem solid #00A551;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 4rem;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__inner {
    padding: 10.6666666667vw 0 0;
    max-height: 112vw;
    overflow: hidden;
  }
}
.privacyPageSec__innerTtl {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: center;
  color: #00A551;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__innerTtl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec__innerTtl {
    margin-bottom: 4.2666666667vw;
  }
}
.privacyPageSec__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .privacyPageSec__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec__container {
    overflow-y: auto;
    padding: 0 3.7333333333vw 5.8666666667vw 5.8666666667vw;
    /* width */
    /* Track */
    /* Handle */
  }
  .privacyPageSec__container::-webkit-scrollbar {
    width: 2.1333333333vw;
  }
  .privacyPageSec__container::-webkit-scrollbar-track {
    background: transparent;
  }
  .privacyPageSec__container::-webkit-scrollbar-thumb {
    background: #00A551;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec01 .privacyPageSec__container {
    max-height: 83.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .privacyPageSec02 .privacyPageSec__container {
    max-height: 100.8vw;
  }
}

/*====================================================================
newsPage
====================================================================*/
.newsPageSec {
  margin: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .newsPageSec {
    margin: 12.8vw 0 21.3333333333vw;
  }
}
.newsPageSec__inner {
  margin: 8rem auto 0;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .newsPageSec__inner {
    margin-top: 10.6666666667vw;
    padding: 0 4vw;
  }
}
.newsPageSec__filterArea {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .newsPageSec__filterArea {
    gap: 0.8rem 0.9rem;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.newsPageSec__filterBtn {
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-radius: 2rem;
  width: 16.8rem;
  height: 4rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .newsPageSec__filterBtn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsPageSec__filterBtn {
    width: -webkit-calc(50% - 0.45rem);
    width: -moz-calc(50% - 0.45rem);
    width: calc(50% - 0.45rem);
  }
}
.newsPageSec__filterBtn.u-filterBtnYel {
  border: 1px solid #FFEB00;
  background-color: transparent;
}
.newsPageSec__filterBtn.u-filterBtnYel:hover, .newsPageSec__filterBtn.u-filterBtnYel.is-active {
  background-color: #FFEB00;
  border: 1px solid #FFEB00;
}
.newsPageSec__filterBtn.u-filterBtnOr {
  border: 1px solid #FF6000;
  color: #FF6000;
}
.newsPageSec__filterBtn.u-filterBtnOr:hover, .newsPageSec__filterBtn.u-filterBtnOr.is-active {
  background-color: #FF6000;
  color: #fff;
}
.newsPageSec__filterBtn.u-filterBtnBl {
  border: 1px solid #1CB2D6;
  color: #1CB2D6;
}
.newsPageSec__filterBtn.u-filterBtnBl:hover, .newsPageSec__filterBtn.u-filterBtnBl.is-active {
  background-color: #1CB2D6;
  color: #fff;
}
.newsPageSec__filterBtn.u-filterBtnGr {
  border: 1px solid #00A551;
  color: #00A551;
}
.newsPageSec__filterBtn.u-filterBtnGr:hover, .newsPageSec__filterBtn.u-filterBtnGr.is-active {
  background-color: #00A551;
  color: #fff;
}

.newsPageSecDetail {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail {
    padding: 12.8vw 4vw 21.3333333333vw;
  }
}
.newsPageSecDetail .c-mainHeader {
  margin-top: 2.4rem;
  text-align: left;
  font-size: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #00A551;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail .c-mainHeader {
    padding: 0 4vw 4.2666666667vw;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.newsPageSecDetail__inner {
  margin: 0 auto;
  max-width: 89.6rem;
}
.newsPageSecDetail__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__flex {
    padding: 0 4vw;
  }
}
.newsPageSecDetail__flexDt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__flexDt {
    font-size: 1.4rem;
  }
}
.newsPageSecDetail__cont {
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 8rem;
  border-bottom: 1px solid #00A551;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont {
    font-size: 1.4rem;
  }
}
.newsPageSecDetail__cont br + * {
  margin-top: 0;
}
.newsPageSecDetail__cont a {
  color: #00A551;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .newsPageSecDetail__cont a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .newsPageSecDetail__cont a:hover {
    opacity: 0.6;
  }
}
.newsPageSecDetail__cont h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.newsPageSecDetail__cont h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.newsPageSecDetail__cont h3 {
  color: #00A551;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.newsPageSecDetail__cont h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.newsPageSecDetail__cont h4::before {
  background: #00A551;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.newsPageSecDetail__cont h5,
.newsPageSecDetail__cont h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.newsPageSecDetail__cont h1 + h2,
.newsPageSecDetail__cont h2 + h3,
.newsPageSecDetail__cont h3 + h4,
.newsPageSecDetail__cont h4 + h5,
.newsPageSecDetail__cont h5 + h6 {
  margin-top: 0.5em;
}
.newsPageSecDetail__cont p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  /* &:nth-of-type(n+2) {
    margin-top: 6.4rem;

    @include u-mqMax($windowSP) {
      margin-top: u-vw(24);
    }
  } */
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont p {
    padding: 0 4vw;
  }
}
.newsPageSecDetail__cont strong,
.newsPageSecDetail__cont strong * {
  font-weight: bold;
}
.newsPageSecDetail__cont em,
.newsPageSecDetail__cont em * {
  font-style: italic;
}
.newsPageSecDetail__cont ul {
  list-style-type: disc;
}
.newsPageSecDetail__cont ol {
  list-style-type: decimal;
}
.newsPageSecDetail__cont ul,
.newsPageSecDetail__cont ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.newsPageSecDetail__cont ul li,
.newsPageSecDetail__cont ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.newsPageSecDetail__cont sup,
.newsPageSecDetail__cont sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.newsPageSecDetail__cont hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.newsPageSecDetail__cont blockquote {
  background: #00A551;
  padding: 30px;
}
.newsPageSecDetail__cont table {
  background: #00A551;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.newsPageSecDetail__cont table thead th,
.newsPageSecDetail__cont table thead td {
  font-weight: bold;
  text-align: center;
}
.newsPageSecDetail__cont table tr th,
.newsPageSecDetail__cont table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.newsPageSecDetail__cont table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.newsPageSecDetail__cont img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 1em;
}
.newsPageSecDetail__cont img:not(:last-child) {
  margin-right: 1em;
}
.newsPageSecDetail__cont img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.newsPageSecDetail__cont img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.newsPageSecDetail__cont .gallery {
  margin: 8.8rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont .gallery {
    gap: 4vw;
    margin-top: 6.4vw;
  }
}
.newsPageSecDetail__cont .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont .gallery-item {
    max-width: 44vw;
  }
}
.newsPageSecDetail__cont .gallery-columns-1 {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont .gallery-columns-1 {
    max-width: 44vw;
  }
}
.newsPageSecDetail__cont .gallery-columns-2 .gallery-item {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont .gallery-columns-2 .gallery-item {
    max-width: 44vw;
  }
}
.newsPageSecDetail__cont .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .newsPageSecDetail__cont {
    padding-bottom: 10.6666666667vw;
  }
}
.newsPageSecDetail .c-roundBtnIcon {
  margin: 4rem auto 0;
  padding: 1.5rem 0;
}

/*====================================================================
storePage
====================================================================*/
.storeList {
  margin: 3.5rem auto 0;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .storeList {
    margin-top: 8.5333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.searchDetailPage .storeList {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .searchDetailPage .storeList {
    margin-top: 4rem;
  }
}
.storeList__inner {
  margin-top: -4rem;
  padding-top: 8.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeList__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .storeList__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .storeList__inner {
    margin-top: -14.4vw;
    padding-top: 16.5333333333vw;
  }
}
.storeList__inner:not(:first-child) {
  margin-top: -4rem;
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .storeList__inner:not(:first-child) {
    margin-top: -14.4vw;
    padding-top: 16.5333333333vw;
  }
}
.storeList__ttl {
  margin-bottom: 0;
  padding: 0.6rem 1.6rem;
  background: #00A551;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeList__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeList__ttl {
    padding: 1.8666666667vw 4.2666666667vw;
  }
}
.storeList__cont {
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .storeList__cont {
    padding: 4.2666666667vw;
  }
}
.searchDetailPage .storeList__cont {
  padding-top: 0;
}
.storeList__subTtl {
  padding-bottom: 0.6rem;
  display: block;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #00A551;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl {
    font-size: 1.6rem;
  }
}
.storeList__subTtl:not(:first-child) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
}
.storeList__subTtl02 {
  position: relative;
  margin-top: 2.4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.storeList__subTtl02Span {
  display: block;
  width: 100%;
  max-width: 14.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  background-image: url("../images/storePage/storePage_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeList__subTtl02Span {
    padding: 0.6rem 0.8rem;
    font-size: 1.4rem;
    background-image: url("../images/storePage/storePage_bg-01_sp.png");
    max-width: 12.2rem;
  }
}
.storeList__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  list-style: none;
  padding: 0;
}
.storeList__listItem {
  padding: 1.6rem 0;
  width: 100%;
  max-width: -webkit-calc(50% - 1.2rem);
  max-width: -moz-calc(50% - 1.2rem);
  max-width: calc(50% - 1.2rem);
}
@media screen and (max-width: 768px) {
  .storeList__listItem {
    max-width: 100%;
  }
}
.storeList__listItemLinkHeader {
  display: inline-block;
  padding-right: 1.5rem;
  margin-bottom: 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeList__listItemLinkHeader {
    font-size: 1.6rem;
  }
}
.storeList__listItemLinkHeader::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.storeList__listItemLinkTxt {
  margin: 0.8rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeList__listItemLinkTxt {
    font-size: 1.4rem;
  }
}

.storePageSec01 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .storePageSec01 {
    padding: 12.8vw 0 10.6666666667vw;
  }
  .searchPage .storePageSec01 {
    padding-bottom: 0;
  }
}
.storePageSec01__header {
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .storePageSec01__header {
    font-size: 3.2rem;
    margin-bottom: 10.6666666667vw;
  }
  .searchPage .storePageSec01__header {
    font-size: 2.4rem;
    margin-bottom: 4.2666666667vw;
  }
}
.storePageSec01__btnList {
  margin: 0 auto;
  max-width: 71.2rem;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .storePageSec01__btnList {
    gap: 1.8666666667vw;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.storePageSec01 .c-whiteGreen02 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 17.2rem !important;
  padding: 1.1rem 0;
}
@media screen and (max-width: 768px) {
  .storePageSec01 .c-whiteGreen02 {
    width: 29.3333333333vw !important;
    padding: 2.6666666667vw 0;
  }
}
.storePageSec01__figure {
  margin: 4.8rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storePageSec01__figure {
    margin-top: 6.4vw;
    max-width: 80vw;
    overflow-x: scroll;
  }
  .storePageSec01__figure img {
    min-width: 275.7333333333vw;
  }
}

.storeNakanoPageSec01 {
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 {
    padding: 10.6666666667vw 0 0;
  }
}
.storeNakanoPageSec01__fgr {
  margin: 0 auto;
  width: 100%;
  max-width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__fgr {
    max-width: 60vw;
  }
}
.storeNakanoPageSec01__ttl {
  margin: 2.8rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__ttl {
    margin-top: 4.8vw;
  }
}
.storeNakanoPageSec01__slider {
  margin: 4rem auto 0;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__slider {
    margin-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.storeNakanoPageSec01__slider .swiper-pagination-bullets {
  bottom: 0;
}
.storeNakanoPageSec01__slider .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #00A551;
  opacity: 1;
}
.storeNakanoPageSec01__slider .swiper-pagination-bullet-active {
  background: #00A551;
}
.storeNakanoPageSec01__sliderItem {
  width: 46.875vw;
  height: 31.25vw;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01__sliderItem {
    width: 76vw;
    height: 50.6666666667vw;
  }
}
.storeNakanoPageSec01 .swiper-button-prev {
  left: 22.98vw;
  width: 5vw;
  height: 5vw;
  background-image: url("../images/common/icon_nav.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: 4.8vw;
  }
}
.storeNakanoPageSec01 .swiper-button-prev::after {
  content: none;
}
.storeNakanoPageSec01 .swiper-button-next {
  right: 22.98vw;
  width: 5vw;
  height: 5vw;
  background-image: url("../images/common/icon_nav.svg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec01 .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 4.8vw;
  }
}
.storeNakanoPageSec01 .swiper-button-next::after {
  content: none;
}

.storeNakanoPageSec01 + .storeNakanoPageSec03 {
  margin-top: 8rem;
}

.storeNakanoPageSec01 + .storeNakanoPageSec04 {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .storeNakanoPageSec02 + .storeNakanoPageSec04 {
    margin-top: 10vw;
  }
}

.storeNakanoPageSec02 {
  padding: 6.4rem 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02 {
    padding: 6.4vw 4vw 12.8vw;
  }
}
.storeNakanoPageSec02__btn {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 89.6rem;
  padding: 4rem 0 3rem;
  text-align: center;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec02__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn {
    padding: 8.5333333333vw 0 6.1333333333vw;
  }
}
.storeNakanoPageSec02__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec02__btn:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btn:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec02__btn:nth-of-type(1) {
  background-image: url("../images/storePage/storeNakanoPageSec02_bg-01.png");
}
.storeNakanoPageSec02__btn:nth-of-type(2) {
  background-image: url("../images/storePage/storeNakanoPageSec02_bg-02.png");
}
.storeNakanoPageSec02__btnSpan {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnSpan {
    font-size: 1.4rem;
  }
}
.storeNakanoPageSec02__btnTtl {
  margin: 1.2rem auto 0;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnTtl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnTtl {
    margin-top: 1.0666666667vw;
    letter-spacing: 0.04em;
  }
}
.storeNakanoPageSec02__btnDate {
  margin: 1.6rem auto 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnDate {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec02__btnDate {
    margin-top: 2.1333333333vw;
  }
}

.storeNakanoPageSec03 {
  padding: 0 0 12.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03 {
    padding: 0 4vw 38.4vw;
  }
}
.storeNakanoPageSec03__header {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__header {
    font-size: 2.4rem;
  }
}
.storeNakanoPageSec03__headerSpan {
  margin-left: 1rem;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__headerSpan {
    font-size: 3.2rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__headerSpan {
  color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec03__headerSpan {
  color: #004B42;
}
.storeNakanoPageSec03__sub {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub {
    margin-top: 1.0666666667vw;
  }
}
.storeNakanoPageSec03__sub02 {
  margin-top: 6.4vw;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__sub02 {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec03__btn {
  position: relative;
  margin: 2.4rem auto 0;
  padding: 4.7rem 0 2.7rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #ff904c;
  background: -webkit-gradient(linear, left top, right top, from(#ff904c), to(#ff6000));
  background: -webkit-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: -moz-linear-gradient(left, #ff904c 0%, #ff6000 100%);
  background: linear-gradient(90deg, #ff904c 0%, #ff6000 100%);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec03__btn:hover {
    opacity: 0.6;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__btn {
  background: #1CB2D6;
  background: -webkit-gradient(linear, left top, right top, from(#1cb2d6), to(#058aaa));
  background: -webkit-linear-gradient(left, #1cb2d6 0%, #058aaa 100%);
  background: -moz-linear-gradient(left, #1cb2d6 0%, #058aaa 100%);
  background: linear-gradient(90deg, #1cb2d6 0%, #058aaa 100%);
}
.u-stepgolfpremium .storeNakanoPageSec03__btn {
  background: #4CC085;
  background: -webkit-gradient(linear, left top, right top, from(#4cc085), to(#004b42));
  background: -webkit-linear-gradient(left, #4cc085 0%, #004b42 100%);
  background: -moz-linear-gradient(left, #4cc085 0%, #004b42 100%);
  background: linear-gradient(90deg, #4cc085 0%, #004b42 100%);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn {
    line-height: 1.3;
    padding: 10.1333333333vw 0 4.5333333333vw;
  }
}
.storeNakanoPageSec03__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_wh.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn::before {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec03__btn::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3.8rem;
  height: 1.52rem;
  background-image: url("../images/reasonPage/reasonPageSec04_img-02.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__btn::after {
    top: 3.2vw;
  }
}
.storeNakanoPageSec03__contact {
  margin: 0 auto 0;
  width: 100%;
  max-width: 71.2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  gap: 2.4rem;
}
.storeNakanoPageSec03__contact:last-child:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contact {
    max-width: 100%;
    gap: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec03__contactItem {
  width: 100%;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItem {
    max-width: 100%;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn {
  color: #1CB2D6;
}
.u-stepgolfextra .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_bl.svg");
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn {
  color: #004B42;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItem:first-child .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemToggle {
  background: #646464;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #646464 transparent transparent transparent;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemBtn {
  color: #282828;
}
.storeNakanoPageSec03__contactItem:nth-of-type(2) .storeNakanoPageSec03__contactItemBtn::after {
  background-image: url("../images/common/icon_arrow_dg.svg");
}
.storeNakanoPageSec03__contactItemToggle {
  position: relative;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  min-height: 6.4rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #FF6000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItemToggle {
    font-size: 1.6rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec03__contactItemToggle {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItemToggle {
  background: #004B42;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec03__contactItemToggle {
    min-height: 10.6666666667vw;
    padding: 2.1333333333vw 0;
  }
}
.storeNakanoPageSec03__contactItemToggle::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #FF6000 transparent transparent transparent;
}
.u-stepgolfextra .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #1CB2D6 transparent transparent transparent;
}
.u-stepgolfpremium .storeNakanoPageSec03__contactItemToggle::after {
  border-color: #004B42 transparent transparent transparent;
}
.storeNakanoPageSec03__contactItemBtn {
  margin: 2rem auto 0;
  font-size: 3.2rem !important;
  font-family: "Oswald", sans-serif;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  padding: 0.8rem 0 !important;
  font-weight: 500 !important;
}

.storeNakanoPageSec04 {
  position: relative;
  background: #00A551;
  padding: 8rem 0;
}
.storeNakanoPageSec04.u-stepgolfextra {
  background: #604B33;
}
.storeNakanoPageSec04.u-stepgolfextra::before, .storeNakanoPageSec04.u-stepgolfextra::after {
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-02.png");
}
.storeNakanoPageSec04.u-stepgolfpremium {
  background: #004B42;
}
.storeNakanoPageSec04.u-stepgolfpremium::before, .storeNakanoPageSec04.u-stepgolfpremium::after {
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-03.png");
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04 {
    padding: 0 0 4.2666666667vw;
  }
}
.storeNakanoPageSec04::before {
  content: "";
  position: absolute;
  top: -7.3rem;
  left: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04::before {
    z-index: -1;
  }
}
.storeNakanoPageSec04::after {
  content: "";
  position: absolute;
  bottom: -7.3rem;
  right: 0;
  display: block;
  width: 37.5rem;
  height: 14.6rem;
  background-image: url("../images/storePage/storeNakanoPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04::after {
    z-index: -1;
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
  }
}
.storeNakanoPageSec04__header {
  font-size: 4rem;
  color: #fff;
}
.storeNakanoPageSec04__inner {
  margin: 4.8rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__inner {
    margin-top: 6.4vw;
    max-width: 100%;
    padding: 0 4vw;
  }
}
.storeNakanoPageSec04__headerBlock {
  position: relative;
  margin: 0 auto;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock {
    font-size: 1.6rem;
  }
}
.u-stepgolfplus .storeNakanoPageSec04__headerBlock {
  color: #fff;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-02.png");
}
.u-stepgolfplus .storeNakanoPageSec04__headerBlock::before, .u-stepgolfplus .storeNakanoPageSec04__headerBlock::after {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec04__headerBlock {
  color: #604B33;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
}
.u-stepgolfextra .storeNakanoPageSec04__headerBlock::before, .u-stepgolfextra .storeNakanoPageSec04__headerBlock::after {
  background: #fff;
}
.u-stepgolfpremium .storeNakanoPageSec04__headerBlock {
  color: #004B42;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
}
.u-stepgolfpremium .storeNakanoPageSec04__headerBlock::before, .u-stepgolfpremium .storeNakanoPageSec04__headerBlock::after {
  background: #fff;
}
.storeNakanoPageSec04__headerBlock:nth-of-type(n+2) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock {
    margin-top: 10.6666666667vw;
  }
}
.storeNakanoPageSec04__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec04__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.storeNakanoPageSec04__calendarBlock {
  margin: 2.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 89.6rem;
  background: #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__calendarBlock {
    padding: 5.3333333333vw;
    overflow-x: scroll;
  }
}
.storeNakanoPageSec04__calendarBlock iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__calendarBlock iframe {
    min-width: 600px;
  }
}
.storeNakanoPageSec04__calendarTxt {
  margin: 2.4rem auto 0;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
.storeNakanoPageSec04__txt {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__txt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__txt.u-taLeft {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__txt {
    text-align: left;
    line-height: 1.5;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.storeNakanoPageSec04__map {
  margin: 2.4rem auto 0;
  width: 100%;
  height: 36rem;
  background: #E1E1E1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__map {
    height: 53.3333333333vw;
  }
}
.storeNakanoPageSec04__map iframe {
  width: 100%;
  height: 100%;
}
.storeNakanoPageSec04__flex {
  margin: 2.4rem auto 0;
  background: #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 21.3333333333vw;
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.storeNakanoPageSec04__flexImg {
  background-color: #8E8E8E;
  width: 20rem;
  min-width: 20rem;
  height: 22rem;
  border-radius: 10px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexImg {
    width: 53.3333333333vw;
    min-width: 53.3333333333vw;
    height: 58.6666666667vw;
    margin: -27.7333333333vw auto 0;
  }
}
.storeNakanoPageSec04__flexName {
  margin-bottom: 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexName {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexName {
    text-align: center;
  }
}
.storeNakanoPageSec04__flexTxt {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flexTxt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__flex02 {
  margin: 2.4rem auto 0;
  border: 1px solid #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02 {
    margin-top: 3.2vw;
    gap: 4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 10.6666666667vw 6.1333333333vw;
  }
}
.storeNakanoPageSec04__flex02Ttl {
  margin-bottom: 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Ttl {
    font-size: 1.8rem;
  }
}
.storeNakanoPageSec04__flex02Txt {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 62.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__flex02Txt {
    max-width: 100%;
  }
}
.storeNakanoPageSec04__list {
  padding: 0;
  margin: 2.4rem auto 0;
  background: #fff;
  border-radius: 10px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__list {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec04__listItem {
  padding: 4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec04__listItem:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItem {
    padding: 4vw;
  }
}
.storeNakanoPageSec04__listItem:not(:first-child) {
  border-top: 1px solid #00A551;
}
.u-stepgolfextra .storeNakanoPageSec04__listItem:not(:first-child) {
  border-color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec04__listItem:not(:first-child) {
  border-color: #004B42;
}
.storeNakanoPageSec04__listItemDate {
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemDate {
    font-size: 1.4rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec04__listItemDate {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec04__listItemDate {
  color: #004B42;
}
.storeNakanoPageSec04__listItemTtl {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTtl {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec04__listItemTxt {
  margin: 0.4rem auto 0;
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec04__listItemTxt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
  }
}
.storeNakanoPageSec04__btn {
  margin: 2.4rem auto 0;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}
.u-stepgolfextra .storeNakanoPageSec04__btn {
  border-color: #604B33;
  color: #604B33;
}
.u-stepgolfextra .storeNakanoPageSec04__btn::after {
  background-image: url("../images/common/icon_arrow_br.svg");
}
.u-stepgolfpremium .storeNakanoPageSec04__btn {
  border-color: #004B42;
  color: #004B42;
}
.u-stepgolfpremium .storeNakanoPageSec04__btn::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}

.storeNakanoPageSec05 {
  padding: 12.8rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 {
    padding: 30.5066666667vw 0 21.3333333333vw;
  }
}
.storeNakanoPageSec05__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__inner {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .storeNakanoPageSec05__inner {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__inner {
    width: 100%;
    padding: 0;
  }
}
.storeNakanoPageSec05 .c-mainHeader {
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 .c-mainHeader {
    font-size: 3.2rem;
  }
}
.storeNakanoPageSec05 .c-roundBtnIcon {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05 .c-roundBtnIcon {
    margin-top: 6.4vw;
  }
}
.storeNakanoPageSec05.u-stepgolfextra .c-roundBtnIcon {
  background: #1CB2D6;
}
.storeNakanoPageSec05.u-stepgolfpremium .c-roundBtnIcon {
  background: #004B42;
}
.storeNakanoPageSec05__txt {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__txt {
    margin: 6.4vw auto 0;
    text-align: left;
    max-width: 84vw;
  }
}
.storeNakanoPageSec05__bnr {
  margin: 6.4rem auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__bnr {
    margin-top: 6.4vw;
    gap: 4vw;
  }
}
.storeNakanoPageSec05__bnrImg {
  max-width: 43.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__bnrImg {
    max-width: 100%;
  }
}
.storeNakanoPageSec05__listHeader {
  position: relative;
  margin: 4.8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/topPage/topPageSec05_bg-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader {
    font-size: 1.6rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec05__listHeader {
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-03.png");
}
.u-stepgolfextra .storeNakanoPageSec05__listHeader::before, .u-stepgolfextra .storeNakanoPageSec05__listHeader::after {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__listHeader {
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-04.png");
}
.u-stepgolfpremium .storeNakanoPageSec05__listHeader::before, .u-stepgolfpremium .storeNakanoPageSec05__listHeader::after {
  background: #004B42;
}
.storeNakanoPageSec05__listHeader::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader::before {
    margin-top: 11.7333333333vw;
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec05__listHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #FF6000;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__listHeader {
    margin-top: 10.6666666667vw;
  }
}
.storeNakanoPageSec05__newsList {
  padding: 4rem 0;
  border-bottom: 1px solid #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec05__newsList {
  border-color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__newsList {
  border-color: #004B42;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsList {
    padding: 4.2666666667vw 0;
    margin: 0 auto;
    max-width: -webkit-calc(100% - 8vw);
    max-width: -moz-calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.storeNakanoPageSec05__newsListItem {
  list-style: none;
}
.storeNakanoPageSec05__newsListItem:nth-of-type(n+2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItem:nth-of-type(n+2) {
    margin-top: 2.1333333333vw;
  }
}
.storeNakanoPageSec05__newsListItemLink {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 1.6rem;
  max-width: 71.2rem;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec05__newsListItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLink {
    padding: 4.2666666667vw;
  }
}
.storeNakanoPageSec05__newsListItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_or.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.u-stepgolfextra .storeNakanoPageSec05__newsListItemLink::after {
  background-image: url("../images/common/icon_arrow_bl.svg");
}
.u-stepgolfpremium .storeNakanoPageSec05__newsListItemLink::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.storeNakanoPageSec05__newsListItemLinkDate {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  color: #FF6000;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLinkDate {
    font-size: 1.4rem;
  }
}
.u-stepgolfextra .storeNakanoPageSec05__newsListItemLinkDate {
  color: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec05__newsListItemLinkDate {
  color: #004B42;
}
.storeNakanoPageSec05__newsListItemLinkTxt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__newsListItemLinkTxt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec05__notes {
  margin: 0.8rem auto 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__notes {
    font-size: 1.2rem;
  }
}
.storeNakanoPageSec05__pdfLink {
  margin: 2.4rem auto 0;
  display: block;
  max-width: 22.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec05__pdfLink {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec05__pdfLink:hover {
    opacity: 0.6;
  }
}

.storeNakanoPageSec06 {
  background: #00A551;
  padding: 8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06 {
    padding: 10.6666666667vw 4vw 6.4vw;
  }
}
.storeNakanoPageSec06.u-stepgolfextra {
  background: #604B33;
}
.storeNakanoPageSec06.u-stepgolfpremium {
  background: #004B42;
}
.storeNakanoPageSec06 .c-mainHeader {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06 .c-mainHeader {
    font-size: 8.5333333333vw;
  }
}
.storeNakanoPageSec06__icon {
  margin: 0 auto;
  width: 100%;
  max-width: 7.2rem;
}
.storeNakanoPageSec06__txt {
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt {
    font-size: 1.6rem;
  }
}
.storeNakanoPageSec06__txt.u-ls {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt {
    text-align: left;
    max-width: 84vw;
  }
}
.storeNakanoPageSec06__btn {
  margin: 4rem auto 0;
  max-width: 71.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec06__btnItem {
  position: relative;
  padding: 2.4rem 0;
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__btnItem {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec06__btnItem:hover {
    opacity: 0.6;
  }
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem {
  color: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem {
  color: #004B42;
}
.storeNakanoPageSec06__btnItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_or.svg");
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_gr04.svg");
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem::after {
  background-image: url("../images/common/icon_arrow_br.svg");
}
.storeNakanoPageSec06__btnItem:nth-of-type(2) {
  color: #fff;
  background: #4CC085;
}
.u-stepgolfplus .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #1CB2D6;
}
.u-stepgolfpremium .storeNakanoPageSec06__btnItem:nth-of-type(2) {
  background: #D3BB03;
}
.storeNakanoPageSec06__btnItem:nth-of-type(2)::after {
  background-image: url("../images/common/icon_arrow_wh.svg");
}
.storeNakanoPageSec06__headerBlock {
  position: relative;
  margin: 8rem auto 0;
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  max-width: 22rem;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22rem auto;
          background-size: 22rem auto;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock {
    margin-top: 10.6666666667vw;
  }
}
.u-stepgolfplus .storeNakanoPageSec06__headerBlock {
  color: #fff;
  background-image: url("../images/storePage/storeNakanoPageSec06_bg-02.png");
}
.u-stepgolfplus .storeNakanoPageSec06__headerBlock::before, .u-stepgolfplus .storeNakanoPageSec06__headerBlock::after {
  background: #FF6000;
}
.u-stepgolfextra .storeNakanoPageSec06__headerBlock {
  color: #604B33;
}
.u-stepgolfpremium .storeNakanoPageSec06__headerBlock {
  color: #004B42;
}
.storeNakanoPageSec06__headerBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock::before {
    width: 13.3333333333vw;
    left: -16vw;
  }
}
.storeNakanoPageSec06__headerBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33.7rem;
  display: block;
  width: 33rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__headerBlock::after {
    width: 13.3333333333vw;
    right: -16vw;
  }
}
.storeNakanoPageSec06__txt02 {
  position: relative;
  margin: 4rem auto 0;
  padding-bottom: 5.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt02 {
    font-size: 1.8rem;
  }
}
.storeNakanoPageSec06__txt02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec06__txt02 {
    margin-top: 2.4rem;
  }
}

.storeNakanoPageSec07 {
  padding: 4rem 0;
  /* background: rgba($green, .2);

  .u-stepgolfplus & {
    background:  rgba($orange02, .2);
  } */
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec07 {
    padding: 2rem 0;
  }
}

.storeNakanoPageSec08 {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 {
    padding-bottom: 21.3333333333vw;
  }
}
.storeNakanoPageSec08 .c-roundBtnIcon {
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 .c-roundBtnIcon {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08 .c-mainHeader {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.storeNakanoPageSec08__inner:nth-of-type(2) {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08__inner:nth-of-type(2) {
    margin-top: 17.0666666667vw;
  }
}
.storeNakanoPageSec08__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec08__flex {
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}

.storeNakanoPageSec09 {
  padding: 8rem 0 12rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09 {
    padding: 17.0666666667vw 4vw 21.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09 .c-mainHeader {
    font-size: 2.4rem;
  }
}
.storeNakanoPageSec09__list {
  margin: 4.6rem auto 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.storeNakanoPageSec09__listItemLink {
  position: relative;
  display: block;
  min-width: 34.4rem;
  width: auto;
  padding: 2.4rem 6rem 2.4rem 1.6rem;
  border: 1px solid #00A551;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__listItemLink {
    width: 100%;
  }
}
.storeNakanoPageSec09__listItemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  background-image: url("../images/common/icon_arrow_gr.svg");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec09__listItemLink::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
  }
}
.storeNakanoPageSec09__listItemLink:hover {
  background: #00A551;
  color: #fff;
}
.storeNakanoPageSec09__listItemLink:hover::after {
  background-image: url("../images/common/icon_arrow_wh.svg");
}

.storeNakanoPageSec10 {
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10 {
    padding: 6.4vw 4vw 0;
  }
}
.storeNakanoPageSec10__list {
  padding: 4rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 89.6rem;
  list-style: none;
  border: 1px solid #00A551;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__list {
    padding: 10.6666666667vw 5.8666666667vw;
  }
}
.storeNakanoPageSec10__listItem:nth-of-type(n+2) {
  margin-top: 3.2rem;
}
.storeNakanoPageSec10__listItemHeader {
  color: #00A551;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemHeader {
    text-align: center;
  }
}
.storeNakanoPageSec10__listItemContent {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent {
    font-size: 1.4rem;
  }
}
.storeNakanoPageSec10__listItemContent br + * {
  margin-top: 0;
}
.storeNakanoPageSec10__listItemContent a {
  color: #00A551;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec10__listItemContent a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .storeNakanoPageSec10__listItemContent a:hover {
    opacity: 0.6;
  }
}
.storeNakanoPageSec10__listItemContent h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.storeNakanoPageSec10__listItemContent h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.storeNakanoPageSec10__listItemContent h3 {
  color: #00A551;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.storeNakanoPageSec10__listItemContent h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.storeNakanoPageSec10__listItemContent h4::before {
  background: #00A551;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.storeNakanoPageSec10__listItemContent h5,
.storeNakanoPageSec10__listItemContent h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.storeNakanoPageSec10__listItemContent h1 + h2,
.storeNakanoPageSec10__listItemContent h2 + h3,
.storeNakanoPageSec10__listItemContent h3 + h4,
.storeNakanoPageSec10__listItemContent h4 + h5,
.storeNakanoPageSec10__listItemContent h5 + h6 {
  margin-top: 0.5em;
}
.storeNakanoPageSec10__listItemContent p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  /* &:nth-of-type(n+2) {
    margin-top: 6.4rem;

    @include u-mqMax($windowSP) {
      margin-top: u-vw(24);
    }
  } */
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    padding: 0 4vw;
  }
}
.storeNakanoPageSec10__listItemContent strong,
.storeNakanoPageSec10__listItemContent strong * {
  font-weight: bold;
}
.storeNakanoPageSec10__listItemContent em,
.storeNakanoPageSec10__listItemContent em * {
  font-style: italic;
}
.storeNakanoPageSec10__listItemContent ul {
  list-style-type: disc;
}
.storeNakanoPageSec10__listItemContent ol {
  list-style-type: decimal;
}
.storeNakanoPageSec10__listItemContent ul,
.storeNakanoPageSec10__listItemContent ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.storeNakanoPageSec10__listItemContent ul li,
.storeNakanoPageSec10__listItemContent ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.storeNakanoPageSec10__listItemContent sup,
.storeNakanoPageSec10__listItemContent sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.storeNakanoPageSec10__listItemContent hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.storeNakanoPageSec10__listItemContent blockquote {
  background: #00A551;
  padding: 30px;
}
.storeNakanoPageSec10__listItemContent table {
  background: #00A551;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.storeNakanoPageSec10__listItemContent table thead th,
.storeNakanoPageSec10__listItemContent table thead td {
  font-weight: bold;
  text-align: center;
}
.storeNakanoPageSec10__listItemContent table tr th,
.storeNakanoPageSec10__listItemContent table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.storeNakanoPageSec10__listItemContent table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.storeNakanoPageSec10__listItemContent img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 1em;
}
.storeNakanoPageSec10__listItemContent img:not(:last-child) {
  margin-right: 1em;
}
.storeNakanoPageSec10__listItemContent img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.storeNakanoPageSec10__listItemContent img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.storeNakanoPageSec10__listItemContent .gallery {
  margin: 8.8rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery {
    gap: 4vw;
    margin-top: 6.4vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-item {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-1 {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-columns-1 {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-2 .gallery-item {
  max-width: 34.4rem;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent .gallery-columns-2 .gallery-item {
    max-width: 44vw;
  }
}
.storeNakanoPageSec10__listItemContent .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent {
    margin-top: 4.2666666667vw;
  }
}
.storeNakanoPageSec10__listItemContent a {
  color: #000;
  font-weight: bold;
  word-break: break-all;
}
.storeNakanoPageSec10__listItemContent p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .storeNakanoPageSec10__listItemContent p {
    padding: 0;
  }
}

/*====================================================================
searchPageSec01
====================================================================*/
.searchPageSec01 {
  position: relative;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .searchPageSec01 {
    margin-top: 8.5333333333vw;
  }
}
.searchPageSec01 .c-mainHeader {
  margin-top: -0.5rem;
}
.searchPageSec01__inner {
  padding: 40px 0;
  position: relative;
}
.searchPageSec01__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/topPage/topPageSec02_bg-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .searchPageSec01__inner::before {
    background-image: url("../images/topPage/topPageSec02_bg-01_sp.png");
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
}
.searchPageSec01__btnCont {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 89.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .searchPageSec01__btnCont {
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
  }
}
@media print {
  .searchPageSec01__btnCont {
    width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .searchPageSec01__btnCont {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.searchPageSec01__btnContItem {
  cursor: pointer;
}
.searchPageSec01__btnContItem input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .searchPageSec01__btnContItem {
    max-width: 44.8vw;
  }
}
.searchPageSec01__map {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  height: 64rem;
}
@media screen and (max-width: 768px) {
  .searchPageSec01__map {
    height: 80vw;
  }
}

/*====================================================================
searchDetailPageSec01
====================================================================*/
.searchDetailPageSec01__ttl {
  border-bottom: 1px solid #00A551;
  margin-bottom: 2.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .searchDetailPageSec01__ttl {
    margin-bottom: 0;
    margin: 0 4vw;
  }
}
.searchDetailPageSec01__ttl span {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .searchDetailPageSec01__ttl span {
    font-size: 1.8rem;
  }
}

/*====================================================================
3minPage
====================================================================*/
.threeMinPageSec01 {
  position: relative;
  padding: 8rem 0 17rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01 {
    padding: 0vw 4vw 10.6666666667vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.threeMinPageSec01 .c-mainHeader {
  font-size: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01 .c-mainHeader {
    margin-bottom: 17.0666666667vw;
    font-size: 8.5333333333vw;
  }
}
.threeMinPageSec01::after {
  content: "";
  background-image: url("../images/threeMinPage/threeMinPageSec01_bg-dots.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: -webkit-calc(100% + 1.7rem);
  height: -moz-calc(100% + 1.7rem);
  height: calc(100% + 1.7rem);
  position: absolute;
  top: -1.7rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01::after {
    left: 0;
    top: -2rem;
    height: -webkit-calc(100% + 2rem);
    height: -moz-calc(100% + 2rem);
    height: calc(100% + 2rem);
  }
}
.threeMinPageSec01__blk {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 6.4rem 36.8rem 6.4rem 9.2rem;
  max-width: 89.6rem;
  background-color: #00A551;
  position: relative;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__blk {
    padding: 32vw 5.8666666667vw 41.0666666667vw;
    max-width: 100%;
  }
}
.threeMinPageSec01__blk::before {
  content: "";
  background-image: url("../images/threeMinPage/threeMinPageSec01_illustration-01.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 4.5rem;
  height: 11rem;
  position: absolute;
  bottom: 0;
  left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__blk::before {
    background-image: url("../images/threeMinPage/threeMinPageSec01_illustration-01_sp.svg");
    width: 84vw;
    height: 32vw;
    top: -2.4rem;
    bottom: auto;
  }
}
.threeMinPageSec01__blk::after {
  content: "";
  background-image: url("../images/threeMinPage/threeMinPageSec01_illustration-02.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  width: 34.4rem;
  height: 17.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__blk::after {
    background-image: url("../images/threeMinPage/threeMinPageSec01_illustration-02_sp.svg");
    width: 85.8666666667vw;
    height: 38.9333333333vw;
  }
}
.threeMinPageSec01__blkTxt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__blkTxt {
    font-size: 1.6rem;
  }
}
.threeMinPageSec01__ttlArea {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 108rem;
}
.threeMinPageSec01__ttl {
  position: relative;
  font-size: 27rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(255, 235, 0, 0.5);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__ttl {
    font-size: 12rem;
  }
}
.threeMinPageSec01__ttl::before {
  content: "";
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 106.8rem;
  height: 23rem;
  background-image: url("../images/threeMinPage/threeMinPageSec01_img-12.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__ttl::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__ttl {
    margin: 0vw auto 0;
  }
}
.threeMinPageSec01__subttl {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__subttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__subttl {
    width: 100%;
    text-align: center;
    bottom: -9.3333333333vw;
  }
}
.threeMinPageSec01__txt {
  margin: 8rem auto 0;
  width: 100%;
  max-width: 71.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__txt {
    max-width: 84vw;
  }
}
.threeMinPageSec01__cont {
  margin: 8rem auto 0;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__cont {
    margin-top: 10.6666666667vw;
    max-width: 100%;
  }
}
.threeMinPageSec01__contItem {
  background: #fff;
  border: 1px solid #00A551;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItem {
    padding-bottom: 10.6666666667vw;
  }
}
.threeMinPageSec01__contItem:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
.threeMinPageSec01__contItemHeader {
  padding: 1.6rem 0 2.4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeader {
    padding: 1.8666666667vw 0 4.2666666667vw;
  }
}
.threeMinPageSec01__contItemHeaderNum {
  display: block;
  position: relative;
  width: 12rem;
  height: 10.4rem;
  font-size: 7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeaderNum {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeaderNum {
    width: 16vw;
    min-width: 16vw;
    height: 16vw;
  }
}
.threeMinPageSec01__contItemHeaderNum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 12rem;
  height: 1.6rem;
  background-color: #FFEB00;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeaderNum::after {
    width: 16vw;
    height: 4.2666666667vw;
  }
}
.threeMinPageSec01__contItemHeaderTxt {
  margin: 5.2rem 0 1rem 2.4rem;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #00A551;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeaderTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemHeaderTxt {
    margin: 6.6666666667vw 0 0 4vw;
  }
}
.threeMinPageSec01__contItemTxt {
  position: relative;
  margin-bottom: 9.6rem;
  padding: 4rem 9rem;
  background: #00A551;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemTxt {
    padding: 6.4vw 4vw;
    margin-bottom: 9.8666666667vw;
  }
}
.threeMinPageSec01__contItemTxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 9.6rem;
  background-image: url("../images/threeMinPage/threeMinPageSec01_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemTxt::after {
    background-image: url("../images/threeMinPage/threeMinPageSec01_bg-01_sp.png");
    height: 9.8666666667vw;
  }
}
.threeMinPageSec01__contItemH4 {
  margin: 0 auto;
  width: 100%;
  max-width: 71.2rem;
  padding: 0.7rem 0;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(0, 165, 81, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemH4 {
    font-size: 1.8rem;
  }
}
.threeMinPageSec01__contItemH4:not(:first-of-type) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemH4:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemH4 {
    margin-top: 21.3333333333vw;
    max-width: 84vw;
  }
}
.threeMinPageSec01__contItemFigure {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure {
    margin-top: 6.4vw;
    max-width: 84vw;
  }
}
.threeMinPageSec01__contItemFigure01 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 73.6rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure01 {
    margin-top: 6.4vw;
    max-width: 72vw;
  }
}
.threeMinPageSec01__contItemFigure01 img {
  margin-right: -2.4rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure01 img {
    margin-right: auto;
  }
}
.threeMinPageSec01__contItemFigure02 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 68.4rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure02 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemFigure03 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 66.2rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure03 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemFigure04 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 52.8rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure04 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemFigure05 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 60.9rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure05 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemFigure06 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 63.2rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure06 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemFigure07 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure07 {
    margin-top: 6.4vw;
    max-width: 70.9333333333vw;
  }
}
.threeMinPageSec01__contItemFigure08 {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 64rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemFigure08 {
    margin-top: 6.4vw;
    max-width: 80vw;
  }
}
.threeMinPageSec01__contItemDivider {
  margin: 6.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  height: 1px;
  border: 0;
  background: #00A551;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemDivider {
    margin-top: 10.6666666667vw;
    max-width: 84vw;
  }
}
.threeMinPageSec01__contItemDividerTxt {
  margin: 4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #282828;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemDividerTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemDividerTxt {
    margin-top: 6.4vw;
  }
}
.threeMinPageSec01__contItemArrow {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 7.2rem;
}
.threeMinPageSec01__contItemBtn {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 57.6rem;
  gap: 1.6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.threeMinPageSec01__contItemBtn .c-green {
  padding: 1.5rem 0;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemBtn .c-green {
    background: #00A551;
    border-color: #00A551;
  }
}
.threeMinPageSec01__contItemBtn .c-padding {
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.threeMinPageSec01__contItemBtn02 {
  margin: 2.4rem auto 0;
  width: 100%;
  max-width: 61.6rem;
  gap: 1.6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemBtn02 {
    gap: 2.1333333333vw;
  }
}
.threeMinPageSec01__contItemBtn02 .stepPageSec07__btnItem {
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .threeMinPageSec01__contItemBtn02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}

.aboutPageSec01 {
  padding: 8rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01 {
    padding: 12.8vw 4vw;
  }
}
.aboutPageSec01__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__inner {
    max-width: 100%;
  }
}
.aboutPageSec01__toggle {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 34.5rem;
  padding: 0.8rem 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #00A551;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__toggle {
    width: 100%;
    padding: 2.1333333333vw 0;
  }
}
.aboutPageSec01__toggle::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #00A551 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__toggle::after {
    bottom: -1rem;
  }
}
.aboutPageSec01__header {
  margin: 3.6rem auto 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__header {
    margin-top: 5.3333333333vw;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.aboutPageSec01__content {
  margin: 4rem auto 0;
  padding: 4rem 9.6rem;
  background-image: url("../images/aboutPage/aboutPageSec01_img-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__content {
    margin-top: 8.8vw;
    padding: 10.6666666667vw 6.1333333333vw 45.0666666667vw;
    background-image: url("../images/aboutPage/aboutPageSec01_img-01_sp.png");
  }
}
.aboutPageSec01__contentTxt {
  color: #fff;
  width: 100%;
  max-width: 43.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .aboutPageSec01__contentTxt {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 80vw;
  }
}

.aboutPageSec02 {
  background: rgba(0, 165, 81, 0.1);
  padding: 4rem 0 8rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02 {
    padding: 14.6666666667vw 4vw 12.8vw;
  }
}
.aboutPageSec02__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 89.6rem;
}
.aboutPageSec02__header {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__header {
    font-size: 3.2rem;
  }
}
.aboutPageSec02__header::after {
  content: "";
  position: absolute;
  display: block;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 2.4rem;
  background-image: url("../images/aboutPage/aboutPageSec02_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.aboutPageSec02__headerSpan {
  color: #00A551;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__headerSpan {
    font-size: 6.4rem;
  }
}
.aboutPageSec02__flex {
  margin: 5rem auto 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flex {
    margin-top: 8.5333333333vw;
    gap: 10.6666666667vw;
  }
}
.aboutPageSec02__flexItem {
  width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItem {
    width: 100%;
  }
}
.aboutPageSec02__flexItem:nth-of-type(2) .systemPage__planPriceVal {
  color: #FF6000;
}
.aboutPageSec02__flexItem:nth-of-type(2) .aboutPageSec02__flexListItem {
  background: #FF6000;
}
.aboutPageSec02__flexItem:nth-of-type(3) .aboutPageSec02__flexListItem {
  background: #1CB2D6;
}
.aboutPageSec02__flexItem:nth-of-type(4) .aboutPageSec02__flexListItem {
  background: #004B42;
}
.aboutPageSec02__flexItemIcon {
  margin: 0 auto;
  width: 100%;
}
.aboutPageSec02__flexItemIcon.u-icon01 {
  max-width: 22.5rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItemIcon.u-icon01 {
    max-width: 60vw;
  }
}
.aboutPageSec02__flexItemIcon.u-icon02 {
  max-width: 25.2rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItemIcon.u-icon02 {
    max-width: 67.2vw;
  }
}
.aboutPageSec02__flexItemIcon.u-icon03 {
  max-width: 24em;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItemIcon.u-icon03 {
    max-width: 64vw;
  }
}
.aboutPageSec02__flexItemIcon.u-icon04 {
  max-width: 24rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItemIcon.u-icon04 {
    max-width: 64vw;
  }
}
.aboutPageSec02__flexItemImg {
  margin: 2.46rem auto 0;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexItemImg {
    margin-top: 6.56vw;
  }
}
.aboutPageSec02 .systemPage__planPriceArea {
  margin: 1.6rem auto 0;
}
.aboutPageSec02__flexList {
  margin: 2rem auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexList {
    padding: 0 4vw;
  }
}
.aboutPageSec02__flexListItem {
  width: -webkit-calc(50% - 0.25rem);
  width: -moz-calc(50% - 0.25rem);
  width: calc(50% - 0.25rem);
  background: #00A551;
  color: #fff;
  padding: 0.4rem 0;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.aboutPageSec02__flexListItem:nth-of-type(3) {
  width: 100%;
}
.aboutPageSec02__flexTxt {
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .aboutPageSec02__flexTxt {
    padding: 0 4vw;
  }
}

.aboutPageSec03 {
  padding: 6.4rem 0 12.8rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec03 {
    padding: 12.8vw 4vw 33.8666666667vw;
  }
}
.aboutPageSec03__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 71.2rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec03__inner {
    max-width: 100%;
  }
}
.aboutPageSec03__span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.aboutPageSec03__arrow {
  margin: 2.4rem auto 0;
  width: 7.2rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec03__arrow {
    margin-top: 4.2666666667vw;
    width: 19.2vw;
  }
}
.aboutPageSec03__img {
  margin: 3.2rem auto 0;
  display: block;
  width: 100%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .aboutPageSec03__img:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageSec03__img {
    margin-top: 6.4vw;
  }
}

.aboutPageSec04 {
  position: relative;
  background: #00A551;
}
.aboutPageSec04::before {
  content: "";
  position: absolute;
  top: -6.4rem;
  left: 0;
  display: block;
  width: 37.5rem;
  height: 6.4rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}
.aboutPageSec04::after {
  content: "";
  position: absolute;
  bottom: -6.4rem;
  right: 0;
  display: block;
  width: 37.5rem;
  height: 6.4rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .aboutPageSec04::after {
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
  }
}
.aboutPageSec04__inner {
  position: relative;
  padding: 8rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 89.6rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__inner {
    padding: 4.2666666667vw 4vw 10.6666666667vw;
    max-width: 100%;
  }
}
.aboutPageSec04__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19.8rem;
  display: block;
  width: 93rem;
  height: 35.8rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-02.png");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__inner::before {
    width: 92vw;
    height: 42.6666666667vw;
    left: -4vw;
  }
}
.aboutPageSec04__inner::after {
  content: "";
  position: absolute;
  top: 9.3rem;
  right: -9.2rem;
  display: block;
  width: 15.6rem;
  height: 12rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-03.png");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__inner::after {
    top: -21.0666666667vw;
    right: 0;
    width: 28vw;
    height: 21.0666666667vw;
  }
}
.aboutPageSec04__header {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__header {
    font-size: 3.2rem;
    line-height: 1.125;
  }
}
.aboutPageSec04__list {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__list {
    margin-top: 7.2vw;
  }
}
.aboutPageSec04__listHeader {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listCont {
    width: 100%;
  }
}
.aboutPageSec04__listNum {
  margin-right: 1.6rem;
  position: relative;
  width: 7.6rem;
  height: 10.4rem;
  font-size: 7rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #282828;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listNum {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listNum {
    width: 16vw;
    min-width: 16vw;
    height: 16vw;
    margin-right: 4.2666666667vw;
  }
}
.aboutPageSec04__listNum::after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  right: 0;
  display: block;
  width: 7.6rem;
  height: 1.6rem;
  background-color: #FFFF1C;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listNum::after {
    width: 16vw;
    height: 4.2666666667vw;
    bottom: 2.6666666667vw;
  }
}
.aboutPageSec04__listTtl {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listTtl {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.aboutPageSec04__listNumSpan {
  color: #FFFF1C;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listNumSpan {
    font-size: 4.2666666667vw;
  }
}
.aboutPageSec04__listTxt {
  margin: 2.5rem 0 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listTxt {
    margin: 4.5333333333vw auto 0;
    max-width: 84vw;
  }
}
.aboutPageSec04__listItem {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}
.aboutPageSec04__listItem:not(:first-child) {
  margin-top: 4rem;
}
.aboutPageSec04__listFgr {
  margin-bottom: 0;
  min-width: 43.6rem;
  width: 43.6rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__listFgr {
    width: 92vw;
    min-width: 92vw;
  }
}
.aboutPageSec04__btn {
  position: relative;
  margin: 6.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__btn {
    margin-top: 21.3333333333vw;
    max-width: 92vw;
  }
}
.aboutPageSec04__btn img {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.aboutPageSec04__btn:hover::before, .aboutPageSec04__btn:hover::after {
  opacity: 1;
}
.aboutPageSec04__btn:hover img {
  opacity: 0.7;
}
.aboutPageSec04__btn::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -18.4rem;
  width: 8rem;
  height: 11.8rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-04.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__btn::before {
    width: 15.64vw;
    height: 23.0666666667vw;
    left: 0;
    top: -32.8vw;
  }
}
.aboutPageSec04__btn::after {
  content: "";
  position: absolute;
  bottom: -18.8rem;
  right: -18.4rem;
  width: 16rem;
  height: 13.2rem;
  background-image: url("../images/aboutPage/aboutPageSec04_bg-05.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__btn::after {
    width: 32vw;
    height: 26.4vw;
    right: -4vw;
    bottom: -96.8vw;
  }
}
.aboutPageSec04__txt {
  margin: 6.4rem auto 0;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutPageSec04__txt {
    margin-top: 8.5333333333vw;
  }
}
.aboutPageSec04__arrow {
  margin: 2.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 7.2rem;
}
.aboutPageSec04__btn02 {
  margin: 2.4rem auto 0;
  display: block;
  width: 100%;
  max-width: 52.8rem;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .aboutPageSec04__btn02:hover {
    opacity: 0.6;
  }
}

.aboutPageSec05 {
  padding: 10.7rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec05 {
    padding: 33.3333333333vw 4vw 21.3333333333vw;
  }
}
.aboutPageSec05__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 89.6rem;
}
@media screen and (max-width: 768px) {
  .aboutPageSec05__inner {
    max-width: 100%;
  }
}
.aboutPageSec05__txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.aboutPageSec05__txtSpan {
  color: #FF6000;
  font-size: 3.2rem;
  line-height: 1.25;
}
.aboutPageSec05__figure {
  margin: 4.9rem auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutPageSec05__figure {
    margin-top: 10.6666666667vw;
    max-width: 84vw;
  }
}
.aboutPageSec05__subTxt {
  margin: 4.77rem auto 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .aboutPageSec05__subTxt {
    margin: 8vw auto 0;
    max-width: 84vw;
  }
}
.aboutPageSec05__link {
  margin: 4.8rem auto 0;
  padding: 4rem 0 2.5rem;
  display: block;
  width: 100%;
  max-width: 71.2rem;
  background-image: url("../images/aboutPage/aboutPageSec05_bg-01.png");
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .aboutPageSec05__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageSec05__link {
    background-image: url("../images/aboutPage/aboutPageSec05_bg-01_sp.png");
    max-width: 100%;
    margin: 12.8vw 0 0;
    padding: 10.1333333333vw 0 4.5333333333vw;
    font-size: 4.8vw;
    line-height: 1.33;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */