@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@keyframes bgMove {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -520px -520px;
  }
}
@keyframes bgMoveSP {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -320px -320px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opacity2 {
  0% {
    opacity: 0.1;
    background-position: 0 0px;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.1;
    background-position: 0 780px;
  }
}
@keyframes opacity3 {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}
html {
  scroll-behavior: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  width: 100dvw;
  min-width: 100vw;
  min-width: 100dvw;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-top: 0;
  padding-top: 0;
}

h1, h2, h3, h4, h5, div, p {
  text-align: left;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #1a1a1a;
  font-weight: 700;
}

dt, dd {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
}

p {
  color: #1a1a1a;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 428px) {
  p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
p .lgTxt {
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  p .lgTxt {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  p .lgTxt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  p .lgTxt {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
p b {
  font-weight: 700;
}

small.smGrid {
  display: grid !important;
  padding-left: 4px;
  margin-bottom: 4px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  grid-template-columns: 10px auto !important;
}
small.smGrid::before {
  content: "※";
  display: block;
}

img {
  max-width: none;
}

a {
  text-decoration: none;
  color: auto;
  cursor: pointer;
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
  color: #1a1a1a;
}

ol {
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
ol ul {
  padding-left: 12px;
}
ol ul li {
  list-style: disc !important;
  margin: 4px 0;
}
ol li {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin: 8px 0;
}
ol li ol {
  list-style-type: none;
  counter-reset: my-counter;
}
ol li ol li {
  margin: 4px 0;
}
ol li ol li::before {
  content: "(" counter(my-counter) ")";
  counter-increment: my-counter;
}
ol li ol li ol li:nth-of-type(1)::before {
  content: "[ア]";
}
ol li ol li ol li:nth-of-type(2)::before {
  content: "[イ]";
}
ol li ol li ol li:nth-of-type(3)::before {
  content: "[ウ]";
}
ol li ol li ol li:nth-of-type(4)::before {
  content: "[エ]";
}
ol li ol li ol li:nth-of-type(5)::before {
  content: "[オ]";
}

button {
  border: none;
  background: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.ofHidden {
  overflow: hidden !important;
}

.tbl {
  display: block;
}
.tbl tbody {
  display: block;
}
.tbl tr {
  display: grid;
}
.tbl th, .tbl td {
  padding: 12px;
  font-size: 1.15rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  margin: 1px;
}
@media screen and (min-width: 428px) {
  .tbl th, .tbl td {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .tbl th, .tbl td {
    padding: 16px 12px;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .tbl th, .tbl td {
    padding: 20px 12px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.tbl--lgTxt th, .tbl--lgTxt td {
  padding: 12px;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 428px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    padding: 16px 20px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 960px) {
  .tbl--lgTxt th, .tbl--lgTxt td {
    padding: 20px;
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
.tbl--sml th, .tbl--sml td {
  padding: 8px;
}
@media screen and (min-width: 640px) {
  .tbl--sml th, .tbl--sml td {
    padding: 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .tbl--sml th, .tbl--sml td {
    padding: 12px 12px;
  }
}
.tbl--cen th, .tbl--cen td {
  text-align: center;
}
.tbl th {
  background-color: #dadee0;
}
.tbl td {
  background-color: #e6e9eb;
}
.tbl__2col {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.tbl__1-2col {
  grid-template-columns: 2fr 3fr 3fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 640px) {
  .tbl__1-2col {
    grid-template-columns: 1fr 2fr 2fr;
  }
}
.tbl__1-1col {
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 640px) {
  .tbl__1-1col {
    grid-template-columns: 1fr 3fr;
  }
}
.tbl__2span {
  grid-column: span 2;
}

img.blkImg {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dpSdw {
  filter: drop-shadow(1px 1px 4px #474747);
}

@media screen and (min-width: 640px) {
  .imgsBlk--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.imgsBlk--2col img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .imgsBlk--1col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.imgsBlk--1col img {
  display: block;
  width: 100%;
  height: auto;
}

.imgGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px;
}
@media screen and (min-width: 640px) {
  .imgGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.imgGrid img {
  display: block;
  width: 100%;
  height: auto;
}
.imgGrid--gallery img {
  cursor: pointer;
}

.imgOpenBlk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.imgOpenBlk__cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  cursor: pointer;
}
.imgOpenBlk img {
  display: block;
  width: 88%;
  max-width: 960px;
  height: auto;
  position: relative;
  z-index: 2;
}
.imgOpenBlk__close {
  position: fixed;
  right: 44px;
  top: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 12;
}
.imgOpenBlk__close span {
  width: 44px;
  background-color: #ffffff;
  height: 1px;
  margin: 2px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 640px) {
  .imgOpenBlk__close span {
    width: 48px;
  }
}
.imgOpenBlk__close span:first-of-type {
  transform: rotate(30deg) translateY(-6px) translateX(0px);
}
.imgOpenBlk__close span:last-of-type {
  transform: rotate(-30deg) translateY(-8px) translateX(6px);
}
.imgOpenBlk__close__txt {
  background-image: url("../img/close.svg");
  background-size: cover;
  width: 44px;
  height: 18px;
}

.vImg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .vImg {
    width: 64% !important;
  }
}
@media screen and (min-width: 960px) {
  .vImg {
    width: 50% !important;
  }
}

.ytIframe iframe {
  display: block;
  width: 264px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 380px) {
  .ytIframe iframe {
    width: 300px;
    height: 168.75px;
  }
}
@media screen and (min-width: 640px) {
  .ytIframe iframe {
    width: 400px;
    height: 225px;
  }
}
@media screen and (min-width: 880px) {
  .ytIframe iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (min-width: 960px) {
  .ytIframe iframe {
    width: 738.8px;
    height: 415px;
  }
}

.inActiveLink {
  pointer-events: none !important;
  opacity: 0.2;
}
.inActiveLink--half {
  pointer-events: none !important;
  opacity: 0.5;
}

.wd01 {
  width: 85.3%;
  margin-left: auto;
  margin-right: auto;
}
.wd01--full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .wd01--full {
    width: 85.3%;
  }
}

.wd02 {
  width: 81.5%;
  margin-left: auto;
  margin-right: auto;
}

.wd03 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 340px) {
  .wd03 {
    width: 85%;
  }
}
@media screen and (min-width: 428px) {
  .wd03 {
    width: 81.5%;
  }
}

.wd04 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .wd04 {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .wd04 {
    width: 85%;
  }
}

.wd90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd860 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wd960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wd1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.wd1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.btn01 {
  background: linear-gradient(0deg, #74daa0 49%, #00cc66 50%);
  background: -webkit-linear-gradient(-90deg, #74daa0 49%, #00cc66 50%);
  background: -moz-linear-gradient(-90deg, #74daa0 49%, #00cc66 50%);
  color: #fff;
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 4px #8d8d8d);
}
@media screen and (min-width: 640px) {
  .btn01 {
    padding: 16px 0;
    font-size: 2rem;
    line-height: 2.8rem;
    border-radius: 14px;
  }
}
@media screen and (min-width: 960px) {
  .btn01 {
    padding: 18px 0;
    font-size: 2.8rem;
    line-height: 3.6rem;
    border-radius: 14px;
  }
}
@media screen and (min-width: 960px) {
  .btn01 {
    padding: 20px 0;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.btn01--thin {
  padding: 10px 0;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2rem;
  border-radius: 4px;
}
@media screen and (min-width: 640px) {
  .btn01--thin {
    padding: 8px 0;
    font-size: 1.6rem;
    line-height: 4.8rem;
  }
}

.fixedBtn {
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.linkTxt {
  color: #00aecb;
}

.capTxt {
  color: #FF0000;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: grid;
  grid-template-columns: 14px 1fr;
}
@media screen and (min-width: 640px) {
  .capTxt {
    font-size: 1.15rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .capTxt {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.capTxt span {
  display: block;
  grid-column: 1;
}
.capTxt--blk {
  color: #1a1a1a;
}

.leftMinus {
  margin-left: -6px;
}

.leftMinus2 {
  margin-left: -12px;
}
@media screen and (min-width: 640px) {
  .leftMinus2 {
    margin-left: -24px;
  }
}

.rightMinus {
  margin-right: -3px;
}

.rightMinus2 {
  margin-right: -12px;
}
@media screen and (min-width: 640px) {
  .rightMinus2 {
    margin-right: -24px;
  }
}

@media screen and (min-width: 640px) {
  .mdNone {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .mdBlock {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .lgNone {
    display: none;
  }
}

.arrowBlk {
  background-color: #b245bc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 0 12px;
}
.arrowBlk--blk {
  background-color: #222222;
}
@media screen and (min-width: 640px) {
  .arrowBlk {
    padding: 32px 0 24px;
  }
}
.arrowBlk--lg {
  padding: 32px 0 24px;
}
@media screen and (min-width: 640px) {
  .arrowBlk--lg {
    padding: 64px 0 48px;
  }
}
.arrowBlk::after {
  content: "";
  background-color: #b245bc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  width: 100%;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.arrowBlk--blk::after {
  background-color: #222222;
}
.arrowBlk__txt {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 380px) {
  .arrowBlk__txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .arrowBlk__txt {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .arrowBlk__txt {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .arrowBlk__txt br {
    display: none;
  }
}

.lineBlk {
  border: solid 2px #222222;
  background-color: #fff;
}
.lineBlk__head {
  background-color: #222222;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 900;
  padding: 14px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 380px) {
  .lineBlk__head {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .lineBlk__head {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .lineBlk__head {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .lineBlk__head {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.lineBlk__head span {
  display: block;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.lineBlk__content {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 28px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .lineBlk__content {
    width: 88%;
    padding: 32px 0 48px;
  }
}
@media screen and (min-width: 960px) {
  .lineBlk__content {
    width: 86%;
  }
}
.lineBlk__content img {
  display: block;
  width: 100%;
  height: auto;
}
.lineBlk--main {
  border: solid 2px #b245bc;
}
.lineBlk--main .lineBlk__head {
  background-color: #b245bc;
}
.lineBlk--qt1 .lineBlk__content, .lineBlk--qt2 .lineBlk__content {
  position: relative;
}
.lineBlk--qt1 .lineBlk__content::before, .lineBlk--qt2 .lineBlk__content::before {
  content: "";
  width: 64px;
  height: 64px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -16px;
  left: -8px;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .lineBlk--qt1 .lineBlk__content::before, .lineBlk--qt2 .lineBlk__content::before {
    width: 120px;
    height: 120px;
    top: -24px;
    left: -20px;
  }
}
.lineBlk--qt1 .lineBlk__content__txt, .lineBlk--qt2 .lineBlk__content__txt {
  position: relative;
  z-index: 2;
}
.lineBlk--qt1 .lineBlk__content::before {
  background-image: url("../img/qtIcon1.svg");
}
.lineBlk--qt2 .lineBlk__content::before {
  background-image: url("../img/qtIcon2.svg");
}

.head01 {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
.head01 span {
  display: block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .head01 span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 880px) {
  .head01 span {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
.head01 small {
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .head01 small {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 880px) {
  .head01 small {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.head01::after {
  content: "";
  background-color: #b245bc;
  display: block;
  width: 72px;
  height: 2px;
  margin: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .head01::after {
    width: 96px;
    height: 2px;
    margin: 30px 0 0;
  }
}

.head02 {
  background-color: #FCFBE1;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 10px 0;
  z-index: 2;
  border-radius: 8px;
  filter: drop-shadow(6px 6px 0px #CACC97);
}
@media screen and (min-width: 640px) {
  .head02 {
    padding: 16px 0;
    filter: drop-shadow(10px 10px 0px #CACC97);
  }
}
.head02 span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .head02 span {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.head02::before, .head02::after {
  content: "";
  display: block;
  background-color: #CACC97;
  position: absolute;
}
.head02::before {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  left: 12px;
}
@media screen and (min-width: 640px) {
  .head02::before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    left: 20px;
  }
}

.head03 {
  background-color: #fff;
  color: #1a1a1a;
  width: 100%;
  position: relative;
  padding: 10px;
  z-index: 2;
  border-radius: 8px;
}
@media screen and (min-width: 640px) {
  .head03 {
    padding: 16px;
    border-radius: 12px;
  }
}
.head03 span {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .head03 span {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
}

.imgList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (min-width: 640px) {
  .imgList {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 960px) {
  .imgList {
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
  }
}
.imgList img {
  display: block;
  width: 100%;
  height: auto;
}

.pointList {
  border-top: solid 2px #0071be;
  border-bottom: solid 2px #0071be;
}
.pointList__li {
  border-bottom: solid 1px #0071be;
  display: grid;
  grid-template-columns: 56px 1fr;
  padding: 24px 12px;
  gap: 16px;
}
.pointList__li:last-of-type {
  border-bottom: 0;
}
.pointList__num, .pointList__txt {
  width: 100%;
  display: block;
}
.pointList__num {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #0071be;
  font-weight: 700;
}
.pointList__txt {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
}

.anchorList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.anchorList li {
  color: #00aecb;
  padding: 8px;
  font-size: 1.15rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .anchorList li {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}
@media screen and (min-width: 640px) {
  .anchorList li {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .anchorList li {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.pageMenu {
  display: block;
  width: 100%;
  max-width: 100%;
}
.pageMenu ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 8px;
}
@media screen and (min-width: 640px) {
  .pageMenu ul {
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu ul {
    gap: 44px;
  }
}
.pageMenu ul a {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: grid;
  grid-column: span 1;
}
.pageMenu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 6px #fff;
  padding: 14px 0;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 6px rgba(0, 33, 75, 0.3));
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.16em;
  position: relative;
  font-weight: 700;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .pageMenu ul li {
    padding: 24px 0;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu ul li {
    padding: 36px 0;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.pageMenu__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
}
@media screen and (min-width: 380px) {
  .pageMenu__photo {
    width: 90px;
  }
}
@media screen and (min-width: 428px) {
  .pageMenu__photo {
    width: 96px;
  }
}
@media screen and (min-width: 640px) {
  .pageMenu__photo {
    width: 130px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu__photo {
    width: 212px;
  }
}
.pageMenu__txt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  left: 24px;
  width: 100%;
}
@media screen and (min-width: 380px) {
  .pageMenu__txt {
    left: 32px;
  }
}
@media screen and (min-width: 428px) {
  .pageMenu__txt {
    left: 36px;
  }
}
@media screen and (min-width: 640px) {
  .pageMenu__txt {
    left: 44px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu__txt {
    left: 72px;
  }
}
.pageMenu__txt img {
  display: block;
  height: 22px;
  width: auto;
}
@media screen and (min-width: 380px) {
  .pageMenu__txt img {
    height: 28px;
  }
}
@media screen and (min-width: 640px) {
  .pageMenu__txt img {
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu__txt img {
    height: 56px;
  }
}
.pageMenu__blue {
  background-color: #def4fc;
}
.pageMenu__blue span {
  color: #54accf;
}
.pageMenu__pink {
  background-color: #f6e6f0;
}
.pageMenu__pink span {
  color: #c373ab;
}
.pageMenu__check {
  background-image: url("../img/pagemenuBg.png");
}
.pageMenu__check span {
  color: #fff;
  font-weight: 400;
}
.pageMenu--jul ul li {
  border: solid 3px #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 8px 0;
}
@media screen and (min-width: 640px) {
  .pageMenu--jul ul li {
    padding: 12px 0;
    border: solid 6px #fff;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu--jul ul li {
    padding: 20px 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.pageMenu--jul .pageMenu__txt {
  left: 16px;
}
@media screen and (min-width: 380px) {
  .pageMenu--jul .pageMenu__txt {
    left: 24px;
  }
}
@media screen and (min-width: 428px) {
  .pageMenu--jul .pageMenu__txt {
    left: 28px;
  }
}
@media screen and (min-width: 640px) {
  .pageMenu--jul .pageMenu__txt {
    left: 38px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu--jul .pageMenu__txt {
    left: 64px;
  }
}
.pageMenu--jul .pageMenu__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
}
@media screen and (min-width: 380px) {
  .pageMenu--jul .pageMenu__photo {
    width: 90px;
  }
}
@media screen and (min-width: 428px) {
  .pageMenu--jul .pageMenu__photo {
    width: 96px;
  }
}
@media screen and (min-width: 640px) {
  .pageMenu--jul .pageMenu__photo {
    width: 130px;
  }
}
@media screen and (min-width: 960px) {
  .pageMenu--jul .pageMenu__photo {
    width: 180px;
  }
}

.pageMenu--old ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 12px;
}
@media screen and (min-width: 640px) {
  .pageMenu--old ul {
    gap: 16px;
  }
}
.pageMenu--old ul a {
  width: 100%;
  height: auto;
}
.pageMenu--old ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #def4fc;
  border: solid 6px #fff;
  padding: 16px 12px;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 6px rgba(0, 33, 75, 0.3));
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.16em;
}

.sqBlk {
  border: solid 4px #dca9e0;
  border-radius: 4px;
  margin: 12px 0;
}
.sqBlk__head {
  border-bottom: solid 1px #dca9e0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  padding: 16px;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 2.3rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .sqBlk__head {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .sqBlk__head {
    font-size: 1.56rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 960px) {
  .sqBlk__head {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.sqBlk__main {
  padding: 12px 16px 16px;
}
@media screen and (min-width: 640px) {
  .sqBlk__main {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.sqBlk__txt {
  margin: 8px 0 16px;
}
@media screen and (min-width: 640px) {
  .sqBlk__txt {
    grid-column: 2;
  }
}
.sqBlk__img {
  display: block;
  width: 80%;
  height: auto;
  margin: 8px auto;
}
@media screen and (min-width: 640px) {
  .sqBlk__img {
    grid-column: 1;
  }
}

.boldTxt {
  font-weight: 900;
}

.ltrTxt {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.udlTxt {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.rdTxt {
  color: #FF0000;
  font-weight: 700;
}

.grnTxt {
  color: #45da8f;
  font-weight: 700;
}

.cenTxt {
  text-align: center;
}

.blkTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0;
}
.blkTxt__txt {
  background-color: #b245bc;
  padding: 8px 24px 12px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 900;
  transform: rotate(-2deg);
}
@media screen and (min-width: 428px) {
  .blkTxt__txt {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.blkTxt--lg .blkTxt__txt {
  font-size: 3.2rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 380px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 428px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt--lg .blkTxt__txt {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
.blkTxt--wd .blkTxt__txt {
  padding: 8px 48px;
}
@media screen and (min-width: 960px) {
  .blkTxt--wd .blkTxt__txt {
    padding: 8px 80px;
  }
}
.blkTxt--sm .blkTxt__txt {
  text-align: center;
  margin-top: -20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 8px 12px;
}
@media screen and (min-width: 340px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 380px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 428px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 720px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (min-width: 960px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .blkTxt--sm .blkTxt__txt {
    font-size: 6rem;
    line-height: 6rem;
  }
}

.wd75 {
  width: 75%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wd84 {
  width: 84%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wd86 {
  width: 86%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.wd90 {
  width: 90.6%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.wd960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.nmlImg {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.sqImg {
  display: block;
  width: 164px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .sqImg {
    width: 200px;
  }
}
@media screen and (min-width: 720px) {
  .sqImg {
    width: 280px;
  }
}

.arrowImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 64px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .arrowImg {
    width: 96px;
  }
}

.wd84 .gradhead {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .wd84 .gradhead {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 720px) {
  .wd84 .gradhead {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.ol01 {
  width: 100%;
  padding-left: 0;
  text-align: left;
  font-weight: 700;
}
.ol01 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (min-width: 640px) {
  .ol01 li {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 720px) {
  .ol01 li {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.ol01__num {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #b245bc;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .ol01__num {
    height: 28px;
    min-width: 28px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 720px) {
  .ol01__num {
    margin-top: -2px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 3rem;
    line-height: 3rem;
    margin-right: 16px;
  }
}
.ol01__num--blk {
  background-color: #1a1a1a;
}
.ol01--cen {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.ol02 {
  width: 100%;
  padding-left: 0;
  text-align: left;
  font-weight: 700;
}
.ol02 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 720px) {
  .ol02 li {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 24px;
  }
}
.ol02 li span {
  display: block;
  width: 100%;
}
.ol02 li small {
  font-size: 1.3rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 720px) {
  .ol02 li small {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.ol02__num {
  margin-top: -4px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: solid 1px #b245bc;
  color: #b245bc;
  font-size: 2.4rem;
  line-height: 2.4rem;
  border-radius: 2px;
}
@media screen and (min-width: 720px) {
  .ol02__num {
    margin-top: 0px;
    margin-right: 12px;
    border: solid 2px #b245bc;
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

.ol03 {
  width: 100%;
  padding-left: 0;
  padding: 20px;
  border: solid 2px #b245bc;
}
@media screen and (min-width: 720px) {
  .ol03 {
    padding: 32px 40px;
  }
}
.ol03 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 720px) {
  .ol03 li {
    column-gap: 20px;
    grid-template-columns: 36px 1fr;
  }
}
.ol03__num {
  margin-top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #b245bc;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol03__num {
    font-size: 2rem;
    line-height: 2rem;
    width: 36px;
    height: 36px;
  }
}
.ol03__txt {
  height: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol03__txt {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.ol04 {
  width: 100%;
  padding-left: 0;
}
.ol04 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
}
@media screen and (min-width: 720px) {
  .ol04 li {
    column-gap: 20px;
  }
}
.ol04__num {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #b245bc;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol04__num {
    width: 32px;
    height: 32px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    top: 2px;
  }
}
.ol04__content {
  height: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #b245bc;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .ol04__content {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.ol04__result {
  grid-column: 1/3;
  font-weight: 700;
}

.ul01 {
  width: 100%;
  padding-left: 0;
  padding: 20px;
  border: solid 2px #f09385;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 720px) {
  .ul01 {
    padding: 32px 40px;
  }
}
.ul01 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #b245bc;
  column-gap: 4px;
  padding: 12px 0;
  border-bottom: solid 2px rgba(240, 147, 133, 0.2);
}
@media screen and (min-width: 720px) {
  .ul01 li {
    font-size: 2rem;
    line-height: 2.8rem;
    column-gap: 12px;
  }
}
.ul01 li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/cube.svg");
  background-size: cover;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 720px) {
  .ul01 li::before {
    width: 16px;
    height: 16px;
  }
}
.ul01 li:last-of-type {
  border-bottom: none;
}
.ul01 .nolineLi {
  padding: 10px 0;
  border-bottom: 0;
}

.ul02 {
  width: 100%;
}
.ul02 li {
  list-style: none;
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: 12px 1fr;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #b245bc;
  column-gap: 4px;
}
@media screen and (min-width: 720px) {
  .ul02 li {
    font-size: 1.6rem;
    line-height: 2.8rem;
    column-gap: 12px;
    grid-template-columns: 16px 1fr;
  }
}
.ul02 li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/cube2.svg");
  background-size: cover;
  position: relative;
  top: 8px;
}
@media screen and (min-width: 720px) {
  .ul02 li::before {
    width: 16px;
    height: 16px;
  }
}
.ul02 li:last-of-type {
  border-bottom: none;
}

.ofHidden {
  overflow: hidden;
}

.fs9 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.9);
}

.fs8 {
  font-size: 1rem;
  line-height: 1rem;
  transform: scale(0.8);
}

.is-hidden {
  display: none;
}

.is-shown {
  display: block !important;
}
.is-shown--flex {
  display: flex !important;
}

.cTxt {
  text-align: center !important;
}

.rTxt {
  text-align: right !important;
  display: block;
}

.mod-txtLineThrough {
  text-decoration: line-through;
}

.enTxt {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "MS PGothic", sans-serif;
}

.mod-mt24 {
  margin-top: 24px !important;
}
@media screen and (min-width: 960px) {
  .mod-mt24--pc {
    margin-top: 24px !important;
  }
}

.mt8 {
  margin-top: 8px !important;
}
@media screen and (min-width: 720px) {
  .mt8--tb {
    margin-top: 8px !important;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb144 {
  margin-bottom: 144px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.m16 {
  margin: 16px auto !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .mb4--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb8--tb {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb8--pc {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb12--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb16--tb {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb16--pc {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb20--tb {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb24--pc {
    margin-bottom: 24px !important;
  }
}

.mb32--sp {
  margin-bottom: 32px;
}
@media screen and (min-width: 720px) {
  .mb32--sp {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .mb32--tb {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb32--pc {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb40--tb {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb50--tb {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb48--tb {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb48--pc {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb56--tb {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb56--pc {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb64--tb {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb64--pc {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb72--tb {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb72--pc {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb80--tb {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb88--tb {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb88--pc {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb96--tb {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb96--pc {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb104--tb {
    margin-bottom: 104px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb104--pc {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb112--tb {
    margin-bottom: 112px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb112--pc {
    margin-bottom: 112px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb120--tb {
    margin-bottom: 120px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb120--pc {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb144--tb {
    margin-bottom: 144px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb144--pc {
    margin-bottom: 144px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb160--tb {
    margin-bottom: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb160--pc {
    margin-bottom: 160px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (min-width: 960px) {
  .mb200--pc {
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 640px) {
  .mb240--tb {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .mb240--pc {
    margin-bottom: 240px !important;
  }
}

@media screen and (min-width: 960px) {
  .mb320--pc {
    margin-bottom: 320px !important;
  }
}

@media screen and (min-width: 960px) {
  .mb360--pc {
    margin-bottom: 360px !important;
  }
}

@media screen and (min-width: 960px) {
  .mt0--pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 960px) {
  .mb0--pc {
    margin-bottom: 0 !important;
  }
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.pb104 {
  padding-bottom: 104px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb144 {
  padding-bottom: 144px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

@media screen and (min-width: 640px) {
  .pb4--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb8--tb {
    padding-bottom: 8px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb8--pc {
    padding-bottom: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb12--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb16--tb {
    padding-bottom: 16px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb16--pc {
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb20--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb24--tb {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb24--pc {
    padding-bottom: 24px !important;
  }
}

.pb32--sp {
  padding-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .pb32--sp {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .pb32--tb {
    padding-bottom: 32px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb32--pc {
    padding-bottom: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb40--tb {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb48--tb {
    padding-bottom: 48px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb48--pc {
    padding-bottom: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb56--tb {
    padding-bottom: 56px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb56--pc {
    padding-bottom: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb64--tb {
    padding-bottom: 64px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb64--pc {
    padding-bottom: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb72--tb {
    padding-bottom: 72px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb72--pc {
    padding-bottom: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb80--tb {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb88--tb {
    padding-bottom: 88px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb88--pc {
    padding-bottom: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb96--tb {
    padding-bottom: 96px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb96--pc {
    padding-bottom: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb104--tb {
    padding-bottom: 104px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb104--pc {
    padding-bottom: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb120--tb {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb120--pc {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .pb144--tb {
    padding-bottom: 144px !important;
  }
}
@media screen and (min-width: 960px) {
  .pb144--pc {
    padding-bottom: 144px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (min-width: 960px) {
  .pb160--pc {
    padding-bottom: 160px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (min-width: 960px) {
  .pb200--pc {
    padding-bottom: 200px !important;
  }
}

@media screen and (min-width: 960px) {
  .pb320--pc {
    padding-bottom: 320px !important;
  }
}

@media screen and (min-width: 960px) {
  .pb360--pc {
    padding-bottom: 360px !important;
  }
}

.pt4 {
  padding-top: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.pt104 {
  padding-top: 104px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt144 {
  padding-top: 144px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pt360 {
  padding-top: 360px !important;
}

@media screen and (min-width: 640px) {
  .pt4--tb {
    padding-top: 4px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt8--tb {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt8--pc {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt12--tb {
    padding-top: 12px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt16--tb {
    padding-top: 16px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt16--pc {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt20--tb {
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt24--tb {
    padding-top: 24px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt24--pc {
    padding-top: 24px !important;
  }
}

.pt32--sp {
  padding-top: 32px;
}
@media screen and (min-width: 960px) {
  .pt32--sp {
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .pt32--tb {
    padding-top: 32px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt32--pc {
    padding-top: 32px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt40--tb {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt40--pc {
    padding-top: 40px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt48--tb {
    padding-top: 48px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt48--pc {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt56--tb {
    padding-top: 56px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt56--pc {
    padding-top: 56px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt64--tb {
    padding-top: 64px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt64--pc {
    padding-top: 64px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt72--tb {
    padding-top: 72px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt72--pc {
    padding-top: 72px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt80--tb {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt80--pc {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt88--tb {
    padding-top: 88px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt88--pc {
    padding-top: 88px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt96--tb {
    padding-top: 96px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt96--pc {
    padding-top: 96px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt104--tb {
    padding-top: 104px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt104--pc {
    padding-top: 104px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt120--tb {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt120--pc {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 640px) {
  .pt144--tb {
    padding-top: 144px !important;
  }
}
@media screen and (min-width: 960px) {
  .pt144--pc {
    padding-top: 144px !important;
  }
}

.pt160 {
  padding-top: 160px !important;
}
@media screen and (min-width: 960px) {
  .pt160--pc {
    padding-top: 160px !important;
  }
}

.pt200 {
  padding-top: 200px !important;
}
@media screen and (min-width: 960px) {
  .pt200--pc {
    padding-top: 200px !important;
  }
}

@media screen and (min-width: 960px) {
  .pt320--pc {
    padding-top: 320px !important;
  }
}

@media screen and (min-width: 960px) {
  .pt360--pc {
    padding-top: 360px !important;
  }
}

.mod-flex {
  display: flex;
}
.mod-flex--pc {
  display: block;
  width: auto;
}
@media screen and (min-width: 960px) {
  .mod-flex--pc {
    display: flex;
  }
}
.mod-flex--alcen {
  align-items: center;
}
.mod-flex--spbt {
  align-items: center;
  justify-content: space-between;
}
.mod-flex--jscen {
  justify-content: center;
}
.mod-flex--cen {
  justify-content: center;
  align-items: center;
}
.mod-flex--clcen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod-flex--clst {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.mod-flex--clbs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.mod-flex img {
  display: block;
  width: 100%;
}

.mod-grid {
  display: grid;
  width: 100%;
}
.mod-grid div {
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .mod-grid--tb {
    display: grid;
  }
}
.mod-grid--tb img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .mod-grid--pc {
    display: grid;
  }
}
.mod-grid--pc img {
  display: block;
  width: 100%;
  height: auto;
}
.mod-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .mod-grid--2col--pc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .mod-grid--2col--tb {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 640px) {
  .mod-grid--3col--tb {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .mod-grid--3col--pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 960px) {
  .mod-grid--4col--pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mod-grid--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 960px) {
  .mod-grid--5col--pc {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mod-grid img {
  display: block;
  width: 100%;
}

.gap2 {
  gap: 2px;
}
@media screen and (min-width: 960px) {
  .gap2--pc {
    gap: 2px;
  }
}
.gap2--cl {
  column-gap: 2px;
}
.gap12 {
  gap: 12px;
}
@media screen and (min-width: 960px) {
  .gap12--pc {
    gap: 12px;
  }
}
.gap12--cl {
  column-gap: 12px;
}
.gap16 {
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .gap16--pc {
    gap: 16px;
  }
}
.gap16--cl {
  column-gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .gap24--pc {
    gap: 24px;
  }
}
.gap24--cl {
  column-gap: 24px;
}
.gap32 {
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .gap32--pc {
    gap: 32px;
  }
}
.gap32--cl {
  column-gap: 32px;
}
.gap40 {
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .gap40--pc {
    gap: 40px;
  }
}
.gap40--cl {
  column-gap: 40px;
}
.gap48 {
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .gap48--pc {
    gap: 48px;
  }
}
.gap48--cl {
  column-gap: 48px;
}
.gap64 {
  gap: 64px;
}
@media screen and (min-width: 960px) {
  .gap64--pc {
    gap: 64px;
  }
}
.gap64--cl {
  column-gap: 64px;
}
.gap80 {
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .gap80--pc {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gap80--xl {
    gap: 80px;
  }
}
.gap80--cl {
  column-gap: 80px;
}

.modal small {
  display: block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .modal small {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.modal__open {
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .modal__open {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
.modalBlk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.modalBlk__content {
  background-color: #fff;
  width: 91.4vw;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .modalBlk__content {
    width: 800px;
    padding: 56px;
  }
}
.modalBlk h2 {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 960px) {
  .modalBlk h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.modalBlk p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .modalBlk p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.modalBlk pre {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.modal__close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  .modal__close {
    width: 48px;
    height: 48px;
  }
}
.modal__close span {
  background-color: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .modal__close span {
    width: 40px;
    height: 2px;
  }
}
.modal__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.modal__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.modalBlk--show {
  display: flex;
}

.is-shown {
  display: block !important;
}
.is-shown .modalBox02__txt, .is-shown .modalBox03__txt {
  display: block !important;
}

.xsVis {
  display: none;
}
@media screen and (min-width: 380px) {
  .xsVis {
    display: block;
  }
}

.smVis {
  display: none;
}
@media screen and (min-width: 428px) {
  .smVis {
    display: block;
  }
}

.mdVis {
  display: none;
}
@media screen and (min-width: 640px) {
  .mdVis {
    display: block;
  }
}

.bdVis {
  display: none;
}
@media screen and (min-width: 880px) {
  .bdVis {
    display: block;
  }
}

.lgVis {
  display: none;
}
@media screen and (min-width: 960px) {
  .lgVis {
    display: block;
  }
}

.xsNone {
  display: block;
}
@media screen and (min-width: 380px) {
  .xsNone {
    display: none;
  }
}

.smNone {
  display: block;
}
@media screen and (min-width: 428px) {
  .smNone {
    display: none;
  }
}

.mdNone {
  display: block;
}
@media screen and (min-width: 640px) {
  .mdNone {
    display: none;
  }
}

.bdNone {
  display: block;
}
@media screen and (min-width: 880px) {
  .bdNone {
    display: none;
  }
}

.lgNone {
  display: block;
}
@media screen and (min-width: 960px) {
  .lgNone {
    display: none;
  }
}

.xlNone {
  display: block;
}
@media screen and (min-width: 1200px) {
  .xlNone {
    display: none;
  }
}

.shadow {
  -moz-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  -webkit-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  -ms-text-shadow: 0px 0px 10px rgb(255, 255, 255);
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  position: relative;
  display: flex;
  align-items: center;
}
.shadow span:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.shadow span:nth-of-type(2) {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  filter: blur(4px);
}
.shadow span:nth-of-type(3) {
  position: absolute;
  color: rgb(255, 255, 255);
  z-index: 1;
  filter: blur(4px);
}

.header {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 94, 65, 0.9);
  border-bottom: solid 1px #80AFA0;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .header__logo {
    margin-right: 40px;
  }
}
.header__logo img {
  display: block;
  height: 32px;
  width: auto;
}
@media screen and (min-width: 640px) {
  .header__logo img {
    width: 70px;
    height: auto;
  }
}
.header__logo span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 500;
  margin-left: 12px;
}
@media screen and (min-width: 640px) {
  .header__logo span {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
.header__content {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  height: 64px;
  grid-row: 64px;
  width: 92%;
  max-width: 1140px;
}
@media screen and (min-width: 380px) {
  .header__content {
    width: 90%;
  }
}
@media screen and (min-width: 640px) {
  .header__content {
    grid-template-columns: 200px 1fr;
    height: 88px;
    grid-row: 88px;
  }
}
@media screen and (min-width: 960px) {
  .header__content {
    grid-template-columns: 200px 1fr;
    height: 120px;
    grid-row: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header__content {
    grid-template-columns: 240px 1fr;
    height: 120px;
    grid-row: 120px;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: flex;
  }
}
.header__nav ul {
  display: none;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .header__nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 120px;
  }
}
.header__nav ul li {
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  transition: 0.3s ease-in;
}
.header__nav ul a:last-of-type li {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.header__nav ul a:hover {
  opacity: 1;
}
.header__nav ul a:hover li {
  background-color: rgba(255, 255, 255, 0.9);
  color: #b245bc;
  transition: 0.3s ease-in;
}

.navAbsImg {
  position: absolute;
  left: -10px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 6px #9cc7e7;
}
.navAbsImg--mono {
  border: solid 6px #b2b2b2;
}
@media screen and (min-width: 1200px) {
  .navAbsImg {
    width: 88px;
    height: 88px;
  }
}

.spNav {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 94, 65, 0.9);
  background-size: cover;
  z-index: 11;
  overflow-y: scroll;
}
@media screen and (min-width: 640px) {
  .spNav {
    top: 88px;
  }
}
.spNav__ul {
  border-top: solid 1px #fff;
}
.spNav__li {
  color: #fff;
}
.spNav__li li {
  letter-spacing: 0.16em;
  color: #fff;
  border-radius: 4px;
  padding: 32px 12px;
  border-bottom: solid 1px #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .spNav__li li {
    padding: 40px 12px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.spNav__li--jul li {
  border: solid 1px rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.6);
}
.spNav__li--main {
  grid-column: span 2;
}
.spNav__li--abs li span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 88px;
}
.spNav__li--abs li span .navAbsImg {
  left: 0;
}

.spNavBtn {
  position: fixed;
  right: 24px;
  top: 24px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
}
.spNavBtn::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 640px) {
  .spNavBtn {
    right: 32px;
    top: 32px;
    width: 64px;
  }
}
@media screen and (min-width: 960px) {
  .spNavBtn {
    display: none;
  }
}
.spNavBtn span {
  width: 44px;
  background-color: #fff;
  height: 1px;
  margin: 2px;
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 640px) {
  .spNavBtn span {
    width: 48px;
  }
}
.spNavBtn--open span {
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #fff;
}
.spNavBtn--open span:first-of-type {
  transform: rotate(30deg) translateY(4px) translateX(4px);
}
.spNavBtn--open span:nth-of-type(2) {
  opacity: 0;
}
.spNavBtn--open span:last-of-type {
  transform: rotate(-30deg) translateY(-2px) translateX(4px);
}
.spNavBtn--open::after {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .spNavBtn {
    display: none;
  }
}

.navHidden {
  display: none;
}

footer {
  padding: 0 0 48px;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 0 0 96px;
  }
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  footer ul {
    gap: 32px;
  }
}
footer ul li {
  font-size: 1.1rem;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #00aecb;
}
@media screen and (min-width: 960px) {
  footer ul li {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
footer__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.annotation {
  display: block;
  text-align: right;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media screen and (min-width: 640px) {
  .annotation {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .annotation {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .annotation br {
    display: none;
  }
}

.fv {
  width: 100%;
}
.fv__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 720px) {
  .fv__content {
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .fv__content {
    max-width: none;
  }
}
.fv h1 img {
  display: block;
  width: 100%;
  height: auto;
}

.example__content {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .example__content {
    width: 80%;
  }
}
@media screen and (min-width: 720px) {
  .example__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .example__content {
    max-width: 880px;
  }
}

.intro {
  background-color: #43bd89;
}
.intro__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .intro__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .intro__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .intro__content {
    max-width: 880px;
  }
}

.problem__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .problem__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .problem__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .problem__content {
    max-width: 880px;
  }
}

.start__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .start__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .start__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .start__content {
    max-width: 880px;
  }
}

.photoSlider img {
  width: 60vw;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .photoSlider img {
    width: 48vw;
    height: auto;
  }
}

.media__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .media__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .media__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .media__content {
    max-width: 880px;
  }
}
.media__blk {
  border: solid 4px #45da8f;
  padding: 24px;
  border-radius: 8px;
  margin-top: -70px;
}
@media screen and (min-width: 640px) {
  .media__blk {
    margin-top: -84px;
  }
}
@media screen and (min-width: 960px) {
  .media__blk {
    margin-top: -130px;
  }
}
@media screen and (min-width: 960px) {
  .media__blk {
    border: solid 6px #45da8f;
    padding: 40px;
  }
}

.student {
  background-color: #dca9e0;
}
.student__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .student__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .student__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .student__content {
    max-width: 880px;
  }
}
.student__photo {
  width: 128px;
  height: 128px;
  background: linear-gradient(0deg, #b245bc 0%, #49f58d 100%);
  background: -webkit-linear-gradient(-90deg, #b245bc 0%, #49f58d 100%);
  background: -moz-linear-gradient(-90deg, #b245bc 0%, #49f58d 100%);
  padding: 4px;
  border-radius: 128px;
}
@media screen and (min-width: 640px) {
  .student__photo {
    width: 216px;
    height: 216px;
    border-radius: 216px;
    padding: 8px;
  }
}
@media screen and (min-width: 960px) {
  .student__photo {
    width: 296px;
    height: 296px;
    border-radius: 296px;
    padding: 8px;
  }
}
.student__photo img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
@media screen and (min-width: 640px) {
  .student__photo img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
}
@media screen and (min-width: 960px) {
  .student__photo img {
    width: 280px;
    height: 280px;
    border-radius: 280px;
  }
}

.studentSlider .swiper-slide {
  border: solid 3px #b245bc;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 24px;
  opacity: 0;
  filter: drop-shadow(1px 1px 4px #8d8d8d);
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide {
    padding: 64px;
  }
}
.studentSlider .swiper-slide h3 {
  background-color: #45da8f;
  color: #fff;
  padding: 12px;
  border-radius: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  width: 240px;
  height: 50px;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide h3 {
    width: 280px;
    height: 64px;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide h3 {
    width: 360px;
    height: 80px;
  }
}
.studentSlider .swiper-slide h3 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide h3 span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide h3 span {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.studentSlider .swiper-slide h3 small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide h3 small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide h3 small {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.studentSlider .swiper-slide p {
  color: #4d4d4d;
  font-size: 1.3rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide p {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.studentSlider .swiper-slide p strong {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-slide p strong {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-slide p strong {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.studentSlider .swiper-slide-active {
  opacity: 1;
}
.studentSlider .swiper-horizontal > .swiper-pagination-bullets, .studentSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .studentSlider .swiper-pagination-custom, .studentSlider .swiper-pagination-fraction {
  bottom: -40px;
}
@media screen and (min-width: 640px) {
  .studentSlider .swiper-horizontal > .swiper-pagination-bullets, .studentSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .studentSlider .swiper-pagination-custom, .studentSlider .swiper-pagination-fraction {
    bottom: -64px;
  }
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-horizontal > .swiper-pagination-bullets, .studentSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .studentSlider .swiper-pagination-custom, .studentSlider .swiper-pagination-fraction {
    bottom: -112px;
  }
}
.studentSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: solid 2px #b245bc;
  background-color: #dca9e0;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.studentSlider .swiper-pagination-bullet-active {
  background-color: #b245bc;
}
.studentSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .studentSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (min-width: 960px) {
  .studentSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .studentSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
  }
}

.voice {
  background-color: #c4f7df;
}
.voice__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .voice__content {
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .voice__content {
    max-width: 880px;
  }
}
.voice__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .voice__img {
    border: solid 3px #49f58d;
    border-radius: 0.8rem;
  }
}

.voiceSlider .swiper-slide {
  border: solid 3px #49f58d;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 24px 20px;
  opacity: 0;
  filter: drop-shadow(1px 1px 4px #8d8d8d);
}
@media screen and (min-width: 640px) {
  .voiceSlider .swiper-slide {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 960px) {
  .voiceSlider .swiper-slide {
    padding: 64px 48px;
  }
}
.voiceSlider__blk {
  border-bottom: solid 2px rgba(54, 175, 102, 0.2);
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 640px) {
  .voiceSlider__blk {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .voiceSlider__blk {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.voiceSlider__blk strong {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #fff581 71%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #fff581 71%);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #fff581 71%);
}
.voiceSlider__blk:last-of-type {
  border-bottom: none;
}
.voiceSlider .swiper-slide-active {
  opacity: 1;
}
.voiceSlider .swiper-horizontal > .swiper-pagination-bullets, .voiceSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .voiceSlider .swiper-pagination-custom, .voiceSlider .swiper-pagination-fraction {
  bottom: -40px;
}
@media screen and (min-width: 640px) {
  .voiceSlider .swiper-horizontal > .swiper-pagination-bullets, .voiceSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .voiceSlider .swiper-pagination-custom, .voiceSlider .swiper-pagination-fraction {
    bottom: -64px;
  }
}
@media screen and (min-width: 960px) {
  .voiceSlider .swiper-horizontal > .swiper-pagination-bullets, .voiceSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .voiceSlider .swiper-pagination-custom, .voiceSlider .swiper-pagination-fraction {
    bottom: -112px;
  }
}
.voiceSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: solid 2px #45da8f;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .voiceSlider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.voiceSlider .swiper-pagination-bullet-active {
  background-color: #45da8f;
}
.voiceSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .voiceSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (min-width: 960px) {
  .voiceSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .voiceSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
  }
}

.be-af__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .be-af__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .be-af__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .be-af__content {
    max-width: 880px;
  }
}
.be-af__photo {
  width: 128px;
  height: 128px;
  background: linear-gradient(0deg, #b245bc 0%, #49f58d 100%);
  background: -webkit-linear-gradient(-90deg, #b245bc 0%, #49f58d 100%);
  background: -moz-linear-gradient(-90deg, #b245bc 0%, #49f58d 100%);
  padding: 4px;
  border-radius: 128px;
}
@media screen and (min-width: 640px) {
  .be-af__photo {
    width: 216px;
    height: 216px;
    border-radius: 216px;
    padding: 8px;
  }
}
@media screen and (min-width: 960px) {
  .be-af__photo {
    width: 296px;
    height: 296px;
    border-radius: 296px;
    padding: 8px;
  }
}
.be-af__photo img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
@media screen and (min-width: 640px) {
  .be-af__photo img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
}
@media screen and (min-width: 960px) {
  .be-af__photo img {
    width: 280px;
    height: 280px;
    border-radius: 280px;
  }
}
.be-af__before, .be-af__after {
  width: 100%;
  padding: 30px 12px 16px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .be-af__before, .be-af__after {
    width: 88%;
    padding: 52px 16px 20px;
  }
}
.be-af__before::before, .be-af__after::before {
  content: "";
  display: block;
  width: 105px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .be-af__before::before, .be-af__after::before {
    width: 210px;
    height: 48px;
  }
}
.be-af__before {
  background-color: #a3edc8;
}
.be-af__before::before {
  background-image: url("../img/before.svg");
}
.be-af__arrow {
  width: 20px;
  height: 9px;
}
@media screen and (min-width: 960px) {
  .be-af__arrow {
    width: 40px;
    height: 18px;
  }
}
.be-af__after {
  background-color: #dca9e0;
}
.be-af__after::before {
  background-image: url("../img/after.svg");
}

.beafSlider .swiper-slide {
  border: solid 3px #49f58d;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  padding: 24px 20px;
  opacity: 0;
  filter: drop-shadow(1px 1px 4px #8d8d8d);
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide {
    padding: 64px 48px;
  }
}
.beafSlider .swiper-slide .be-af__info {
  background-color: #45da8f;
  color: #fff;
  padding: 12px;
  border-radius: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  width: 240px;
  height: 50px;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide .be-af__info {
    width: 280px;
    height: 64px;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide .be-af__info {
    width: 360px;
    height: 80px;
  }
}
.beafSlider .swiper-slide .be-af__info span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide .be-af__info span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide .be-af__info span {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.beafSlider .swiper-slide .be-af__info small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide .be-af__info small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide .be-af__info small {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.beafSlider .swiper-slide p, .beafSlider .swiper-slide ul > li {
  color: #4d4d4d;
  font-size: 1.3rem;
  line-height: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide p, .beafSlider .swiper-slide ul > li {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide p, .beafSlider .swiper-slide ul > li {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.beafSlider .swiper-slide ul {
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide ul {
    padding-left: 32px;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide ul {
    padding-left: 48px;
  }
}
.beafSlider .swiper-slide ul li {
  list-style: disc;
}
.beafSlider .swiper-slide h3 {
  display: block;
  width: 100%;
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: solid 2px #49f58d;
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide h3 {
    width: 88%;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide h3 {
    border-bottom: solid 3px #49f58d;
  }
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-slide h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-slide h3 {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.beafSlider .swiper-slide-active {
  opacity: 1;
}
.beafSlider .swiper-horizontal > .swiper-pagination-bullets, .beafSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .beafSlider .swiper-pagination-custom, .beafSlider .swiper-pagination-fraction {
  bottom: -40px;
}
@media screen and (min-width: 640px) {
  .beafSlider .swiper-horizontal > .swiper-pagination-bullets, .beafSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .beafSlider .swiper-pagination-custom, .beafSlider .swiper-pagination-fraction {
    bottom: -64px;
  }
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-horizontal > .swiper-pagination-bullets, .beafSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .beafSlider .swiper-pagination-custom, .beafSlider .swiper-pagination-fraction {
    bottom: -112px;
  }
}
.beafSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: solid 2px #45da8f;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.beafSlider .swiper-pagination-bullet-active {
  background-color: #45da8f;
}
.beafSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .beafSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (min-width: 960px) {
  .beafSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .beafSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
  }
}

.success {
  background-color: #97ebc2;
}
.success__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .success__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .success__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .success__content {
    max-width: 880px;
  }
}
.success__list {
  margin-top: -28px;
  border: solid 2.5px #c777ce;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .success__list {
    margin-top: -80px;
  }
}
.success__list ul {
  width: 92.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .success__list ul {
    width: 88%;
  }
}
.success__list ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .success__list ul li {
    grid-template-columns: 60px 1fr;
  }
}

.problem2 {
  background-image: url("../img/problem2Bg.jpg");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 720px) {
  .problem2 {
    background-image: url("../img/problem2Bg--pc.jpg");
  }
}
.problem2__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .problem2__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .problem2__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .problem2__content {
    max-width: 880px;
  }
}

.social__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .social__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .social__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .social__content {
    max-width: 880px;
  }
}

.days {
  background: linear-gradient(-60deg, #b054bd 0%, #dca9e0 90%);
  background: -webkit-linear-gradient(-150deg, #b054bd 0%, #dca9e0 90%);
  background: -moz-linear-gradient(-150deg, #b054bd 0%, #dca9e0 90%);
}
.days__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .days__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .days__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .days__content {
    max-width: 880px;
  }
}
.days__blk {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(1px 1px 4px #997e99);
}
@media screen and (min-width: 960px) {
  .days__blk {
    filter: drop-shadow(1px 1px 8px #997e99);
  }
}
.days__blk__content {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 340px) {
  .days__blk__content {
    width: 83%;
  }
}

.case__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .case__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .case__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .case__content {
    max-width: 880px;
  }
}

.recommend__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .recommend__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .recommend__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .recommend__content {
    max-width: 880px;
  }
}

.relief__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .relief__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .relief__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .relief__content {
    max-width: 880px;
  }
}
.relief__head {
  background-color: #b245bc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
@media screen and (min-width: 640px) {
  .relief__head {
    padding: 18px 0;
  }
}
.relief__head img {
  display: block;
  height: 26px;
  width: auto;
}
@media screen and (min-width: 640px) {
  .relief__head img {
    height: 32px;
    width: auto;
  }
}
@media screen and (min-width: 640px) {
  .relief__head img {
    height: 40px;
    width: auto;
  }
}
.relief__blk {
  background-color: #dca9e0;
  padding: 0 12px;
}
@media screen and (min-width: 640px) {
  .relief__blk {
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .relief__blk {
    padding: 0 32px;
  }
}

.wish__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .wish__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .wish__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .wish__content {
    max-width: 880px;
  }
}
.wish__img {
  margin-top: -32px;
}
@media screen and (min-width: 640px) {
  .wish__img {
    margin-top: -64px;
  }
}
.wish h2 {
  position: relative;
  z-index: 2;
}
.wish__txt {
  background-color: #97ebc2;
}
.wish__txt__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.profile {
  background: linear-gradient(-60deg, #b054bd 0%, #dca9e0 90%);
  background: -webkit-linear-gradient(-150deg, #b054bd 0%, #dca9e0 90%);
  background: -moz-linear-gradient(-150deg, #b054bd 0%, #dca9e0 90%);
}
.profile__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .profile__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .profile__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .profile__content {
    max-width: 880px;
  }
}
.profile__name {
  border-bottom: solid 1.5px #fff;
}
@media screen and (min-width: 960px) {
  .profile__name {
    border-bottom: solid 3px #fff;
  }
}
.profile__blk {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 640px) {
  .profile__blk {
    border-radius: 0 0 16px 16px;
  }
}
.profile__blk__head {
  background: linear-gradient(30deg, #b245bc 40%, #49f58d 100%);
  background: -webkit-linear-gradient(-60deg, #b245bc 40%, #49f58d 100%);
  background: -moz-linear-gradient(-60deg, #b245bc 40%, #49f58d 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 640px) {
  .profile__blk__head {
    padding: 18px 0;
    border-radius: 16px 16px 0 0;
  }
}
.profile__blk__head img {
  display: block;
  height: 18px;
  width: auto;
}
@media screen and (min-width: 640px) {
  .profile__blk__head img {
    height: 32px;
    width: auto;
  }
}

.cta__content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 340px) {
  .cta__content {
    width: 88%;
  }
}
@media screen and (min-width: 720px) {
  .cta__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .cta__content {
    max-width: 880px;
  }
}

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