@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Squada+One&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;
  background-color: #fff;
}

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: #222222;
  font-weight: 700;
}

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

p {
  color: #222222;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 640px) {
  p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1080px) {
  p {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
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: 1080px) {
  p .lgTxt {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}
p b {
  font-weight: 700;
}

a {
  color: #00A7CE;
}

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: #222222;
}

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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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;
}

.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: 1080px) {
  .ytIframe iframe {
    width: 738.8px;
    height: 415px;
  }
}

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

.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;
  }
}

.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;
}

.clrTxt {
  color: #00A7CE;
}

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

.cenTxt {
  text-align: center;
}
.cenTxt--tb {
  text-align: left;
}
@media screen and (min-width: 720px) {
  .cenTxt--tb {
    text-align: center;
  }
}
.cenTxt--pc {
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .cenTxt--pc {
    text-align: center;
  }
}

.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: "Squada One", "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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .mb16--pc {
    margin-bottom: 16px !important;
  }
}

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

@media screen and (min-width: 640px) {
  .mb24--tb {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 1080px) {
  .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: 1080px) {
  .mb32--pc {
    margin-bottom: 32px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1080px) {
  .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: 720px) {
  .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: 720px) {
  .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: 720px) {
  .pb24--pc {
    padding-bottom: 24px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 720px) {
  .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: 720px) {
  .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: 720px) {
  .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: 720px) {
  .pt24--pc {
    padding-top: 24px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mod-flex {
  display: flex;
}
.mod-flex--pc {
  display: block;
  width: auto;
}
@media screen and (min-width: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .mod-grid--3col--pc {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1080px) {
  .mod-grid--4col--pc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mod-grid--5col {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1080px) {
  .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: 1080px) {
  .gap2--pc {
    gap: 2px;
  }
}
.gap2--cl {
  column-gap: 2px;
}
.gap12 {
  gap: 12px;
}
@media screen and (min-width: 1080px) {
  .gap12--pc {
    gap: 12px;
  }
}
.gap12--cl {
  column-gap: 12px;
}
.gap16 {
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .gap16--pc {
    gap: 16px;
  }
}
.gap16--cl {
  column-gap: 16px;
}
.gap24 {
  gap: 24px;
}
@media screen and (min-width: 1080px) {
  .gap24--pc {
    gap: 24px;
  }
}
.gap24--cl {
  column-gap: 24px;
}
.gap32 {
  gap: 32px;
}
@media screen and (min-width: 1080px) {
  .gap32--pc {
    gap: 32px;
  }
}
.gap32--cl {
  column-gap: 32px;
}
.gap40 {
  gap: 40px;
}
@media screen and (min-width: 1080px) {
  .gap40--pc {
    gap: 40px;
  }
}
.gap40--cl {
  column-gap: 40px;
}
.gap48 {
  gap: 48px;
}
@media screen and (min-width: 1080px) {
  .gap48--pc {
    gap: 48px;
  }
}
.gap48--cl {
  column-gap: 48px;
}
.gap64 {
  gap: 64px;
}
@media screen and (min-width: 1080px) {
  .gap64--pc {
    gap: 64px;
  }
}
.gap64--cl {
  column-gap: 64px;
}
.gap80 {
  gap: 80px;
}
@media screen and (min-width: 1080px) {
  .gap80--pc {
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gap80--xl {
    gap: 80px;
  }
}
.gap80--cl {
  column-gap: 80px;
}

.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: 1080px) {
  .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: 1080px) {
  .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);
}

.head01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  line-height: 2.9rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 428px) {
  .head01 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .head01 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
@media screen and (min-width: 1080px) {
  .head01 {
    font-size: 4rem;
    line-height: 5.8rem;
  }
}
.head01::after {
  content: "";
  display: block;
  background-color: #00A7CE;
  width: 38px;
  height: 2px;
}
@media screen and (min-width: 640px) {
  .head01::after {
    width: 56px;
    height: 3px;
  }
}
@media screen and (min-width: 1080px) {
  .head01::after {
    width: 76px;
    height: 4px;
  }
}

.head02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #00A7CE;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 14px;
}
@media screen and (min-width: 428px) {
  .head02 {
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .head02 {
    width: 560px;
  }
}
@media screen and (min-width: 1080px) {
  .head02 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    width: 960px;
    padding: 22px 0 24px;
  }
}
@media screen and (min-width: 1360px) {
  .head02 {
    width: 1200px;
  }
}

.head02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #00A7CE;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 14px;
}
@media screen and (min-width: 428px) {
  .head02 {
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .head02 {
    width: 560px;
  }
}
@media screen and (min-width: 720px) {
  .head02 {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .head02 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    width: 960px;
    padding: 22px 0 24px;
  }
}
@media screen and (min-width: 1360px) {
  .head02 {
    width: 1200px;
  }
}

.head03 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 500;
  background-color: #00A7CE;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 18px;
}
@media screen and (min-width: 428px) {
  .head03 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 100%;
    padding: 20px 24px;
  }
}
@media screen and (min-width: 640px) {
  .head03 {
    width: 560px;
    padding: 20px 28px;
  }
}
@media screen and (min-width: 720px) {
  .head03 {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .head03 {
    font-size: 1.8rem;
    line-height: 3rem;
    width: 960px;
    padding: 27px 33px;
  }
}
@media screen and (min-width: 1360px) {
  .head03 {
    width: 1200px;
  }
}

.btn01 {
  background-color: #EF3FA9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  max-width: 100%;
  padding: 8px 4px;
  min-height: 40px;
}
@media screen and (min-width: 428px) {
  .btn01 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    width: 360px;
    height: 56px;
  }
}
@media screen and (min-width: 640px) {
  .btn01 {
    font-size: 2rem;
    line-height: 2.8rem;
    width: 480px;
    height: 64px;
  }
}
@media screen and (min-width: 1080px) {
  .btn01 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 800px;
    height: 80px;
  }
}

.ol01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.ol01__li {
  background-color: #3FAE2A;
  padding: 8px 0;
  box-sizing: border-box;
  color: #ffffff;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 428px) {
  .ol01__li {
    width: 400px;
  }
}
@media screen and (min-width: 640px) {
  .ol01__li {
    width: 560px;
    padding: 10px 0 14px;
  }
}
@media screen and (min-width: 720px) {
  .ol01__li {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .ol01__li {
    width: 960px;
    padding: 12px 0 16px;
  }
}
.ol01__li__content {
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 640px) {
  .ol01__li__content {
    width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .ol01__li__content {
    width: 560px;
  }
}
.ol01__li__txt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 428px) {
  .ol01__li__txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .ol01__li__txt {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .ol01__li__txt {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.ol01__li__num {
  font-size: 1.9rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 428px) {
  .ol01__li__num {
    font-size: 2.1rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 640px) {
  .ol01__li__num {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1080px) {
  .ol01__li__num {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }
}

.whiteBox {
  background-color: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .whiteBox {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .whiteBox {
    width: 560px;
  }
}
@media screen and (min-width: 720px) {
  .whiteBox {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .whiteBox {
    padding: 20px;
    width: 960px;
  }
}
@media screen and (min-width: 1360px) {
  .whiteBox {
    width: 1200px;
  }
}
.whiteBox__title {
  border-bottom: solid 1px #00A7CE;
  padding: 8px 12px 18px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .whiteBox__title {
    font-size: 2rem;
    line-height: 3.6rem;
    padding: 0 16px 22px;
  }
}
.whiteBox__content {
  padding: 0 12px;
}
@media screen and (min-width: 1080px) {
  .whiteBox__content {
    padding: 0 16px;
  }
}

.inActiveLink {
  opacity: 0.6;
  pointer-events: none !important;
}

.header {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #00A7CE;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .header__logo {
    height: 80px;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo {
    height: 120px;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
  }
}
.header__logo img {
  display: block;
  height: 32px;
  width: auto;
}
@media screen and (min-width: 640px) {
  .header__logo img {
    width: 56px;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .header__logo img {
    width: 64px;
    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: 180px 1fr;
  align-items: center;
  height: 64px;
  grid-row: 64px;
  width: 92%;
  max-width: 1440px;
}
@media screen and (min-width: 380px) {
  .header__content {
    width: 90%;
  }
}
@media screen and (min-width: 640px) {
  .header__content {
    grid-template-columns: 240px 1fr;
    height: 88px;
    grid-row: 88px;
  }
}
@media screen and (min-width: 1080px) {
  .header__content {
    grid-template-columns: 280px 1fr;
    height: 120px;
    grid-row: 120px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header__content {
    grid-template-columns: 300px 1fr;
    height: 120px;
    grid-row: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .header__content {
    grid-template-columns: 320px 1fr;
    height: 120px;
    grid-row: 120px;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header__nav {
    display: flex;
  }
}
.header__nav img {
  display: block;
  width: 56px;
  height: 56px;
}
.header__nav ul {
  display: none;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header__nav ul {
    display: grid;
    grid-template-columns: 5fr 7fr 8fr 4fr 3fr;
    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;
  transition: 0.3s ease-in;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1200px) {
  .header__nav ul li {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1360px) {
  .header__nav ul li {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.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: #00A7CE;
  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, 167, 206, 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 a {
  color: #fff;
}
.spNav__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 {
    padding: 40px 12px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.spNavBtn {
  position: fixed;
  right: 16px;
  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: 1080px) {
  .spNavBtn {
    display: none;
  }
}
.spNavBtn span {
  width: 32px;
  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: 1080px) {
  .spNavBtn {
    display: none;
  }
}

.navHidden {
  display: none;
}

.footer {
  background-color: #ffffff;
  padding: 0 0 64px;
}
@media screen and (min-width: 1080px) {
  .footer {
    padding: 0 0 120px;
  }
}
.footer p, .footer .modal__open {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .footer p, .footer .modal__open {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .footer p, .footer .modal__open {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.footer a.modal__close {
  display: flex;
}
.footer small {
  display: block;
  color: #00A7CE;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .footer small {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__content {
  width: 83.3vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.privacy p {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: left !important;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1080px) {
  .privacy p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.privacy h2, .privacy h3 {
  font-weight: 700;
}
.privacy h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1080px) {
  .privacy h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.privacyList li {
  width: 100%;
  list-style: none !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 4px;
}
@media screen and (min-width: 1080px) {
  .privacyList li {
    font-size: 1.6rem;
    line-height: 2rem;
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 8px;
  }
}
.privacyList__liSub {
  padding-left: 24px;
}

#footer {
  display: none !important;
}

.fv__content, .project__content {
  width: 92.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .fv__content, .project__content {
    width: 90vw;
  }
}
@media screen and (min-width: 640px) {
  .fv__content, .project__content {
    width: 85vw;
  }
}
@media screen and (min-width: 1080px) {
  .fv__content, .project__content {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__content, .project__content {
    width: 1080px;
  }
}
@media screen and (min-width: 1600px) {
  .fv__content, .project__content {
    width: 1200px;
  }
}

.fv {
  background-image: url("https://ballooners.bl.kuroco-img.app/v=1575266371/files/user/sagawelcome/fvBg.jpg");
  background-size: cover;
  padding-top: 160px;
}
@media screen and (min-width: 1080px) {
  .fv {
    padding-top: 230px;
  }
}
.fv__title {
  display: block;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.fv__powered img {
  display: block;
  width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .fv__powered img {
    width: 280px;
  }
}

.project__content, .attraction__content, .festa__content, .faq__content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 80%;
  }
}
@media screen and (min-width: 640px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 560px;
  }
}
@media screen and (min-width: 720px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 1080px;
  }
}
@media screen and (min-width: 1360px) {
  .project__content, .attraction__content, .festa__content, .faq__content {
    width: 1200px;
  }
}
.project__content img, .attraction__content img, .festa__content img, .faq__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .project__content img, .attraction__content img, .festa__content img, .faq__content img {
    width: 88%;
  }
}
@media screen and (min-width: 640px) {
  .project__content img, .attraction__content img, .festa__content img, .faq__content img {
    width: 560px;
  }
}
@media screen and (min-width: 720px) {
  .project__content img, .attraction__content img, .festa__content img, .faq__content img {
    width: 680px;
  }
}
@media screen and (min-width: 1080px) {
  .project__content img, .attraction__content img, .festa__content img, .faq__content img {
    width: 800px;
  }
}
.project__content .project__img, .attraction__content .project__img, .festa__content .project__img, .faq__content .project__img {
  display: block;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 428px) {
  .project__content .project__img, .attraction__content .project__img, .festa__content .project__img, .faq__content .project__img {
    width: 300px;
  }
}
@media screen and (min-width: 640px) {
  .project__content .project__img, .attraction__content .project__img, .festa__content .project__img, .faq__content .project__img {
    width: 360px;
  }
}
@media screen and (min-width: 1080px) {
  .project__content .project__img, .attraction__content .project__img, .festa__content .project__img, .faq__content .project__img {
    width: 440px;
  }
}

.attraction, .faq {
  background-color: #F6F6F6;
}

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