@charset "UTF-8";
body {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
body .core-site-footer {
  margin-top: 0 !important;
}

main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
main .container {
  position: relative;
}

.inner1000 {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.sec-mv {
  width: 100%;
  overflow: hidden;
  background-color: #ed85a7;
}
.sec-mv img {
  width: 100%;
  display: block;
}

.floating-nav {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .floating-nav {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  .floating-nav {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .floating-nav {
    display: none;
  }
}
.floating-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.floating-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.floating-nav__list li {
  box-shadow: 0px 0.375em 0px 0px rgba(0, 0, 0, 0.4);
  border: 0.25em solid #fff;
  border-radius: 0.75em 0 0 0.75em;
  transition-duration: 0.3s;
}
.floating-nav__list li:hover {
  opacity: 1;
  transform: translateY(0.375em);
  -webkit-transform: translateY(0.375em);
  -ms-transform: translateY(0.375em);
  box-shadow: none;
}
.floating-nav__list li a {
  text-align: center;
  width: 10.375em;
  height: 9.0625em;
  display: inline-flex;
  flex-direction: column;
  gap: 0.4em;
  align-items: center;
  justify-content: center;
  border-right: none;
}
.floating-nav__list li a p {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 1.375em;
}
.floating-nav__list li:first-child {
  background-color: #e40d7c;
}
.floating-nav__list li:first-child a img {
  width: 2.75em;
}
.floating-nav__list li:nth-child(2) {
  background-color: #0056a3;
}
.floating-nav__list li:nth-child(2) a img {
  width: 3em;
}
.floating-nav__list li:last-child {
  background-color: #96c700;
}
.floating-nav__list li:last-child a {
  gap: 0.2em;
}
.floating-nav__list li:last-child a img {
  width: 2.6875em;
}
.floating-nav img {
  width: 5em;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .floating-nav img {
    width: 3.5em;
  }
}

.sec-cm {
  padding: 2.5em 0 6.25em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-cm {
    padding: 3.5em 0 4em;
  }
}
.sec-cm__lead {
  text-align: center;
  margin-bottom: 3.125em;
}
.sec-cm__lead-main {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.6em;
  font-family: "GenJyuuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-main {
    line-height: 1.6;
  }
}
.sec-cm__lead-sub {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub {
    text-align: center;
  }
}
.sec-cm__lead-sub p {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub p {
    line-height: 1.8;
  }
}
.sec-cm__lead-sub p span {
  color: #ffff00;
  font-size: 1.2222222222em;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub p span {
    font-size: 1.2em;
  }
}
.sec-cm__lead-sub .bear {
  position: absolute;
  top: 46%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub .bear {
    top: -13em;
  }
}
.sec-cm__lead-sub .bear.bear01 {
  width: 9.375em;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub .bear.bear01 {
    width: 7em;
  }
}
.sec-cm__lead-sub .bear.bear02 {
  left: auto;
  right: 0%;
  width: 10.375em;
}
@media screen and (max-width: 768px) {
  .sec-cm__lead-sub .bear.bear02 {
    width: 8em;
  }
}
.sec-cm__ttl {
  text-align: center;
  margin-bottom: 2em;
}
.sec-cm__ttl img {
  width: 12.125em;
  margin-inline: auto;
}
.sec-cm__movie {
  max-width: 50em;
  margin: 0 auto;
}
.sec-cm__movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.75em;
  background: #000;
}
.sec-cm__movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.noteArea {
  font-size: 0.75em;
  color: #000;
  width: 100%;
  margin-inline: auto;
  line-height: 1.5;
}
.noteArea p {
  text-align: justify;
  letter-spacing: 0.03em;
}

.sec-chusen {
  background: #ffef9b;
  padding: 10em 0 2.5em;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .sec-chusen {
    padding: 7.5em 0 0em;
  }
}
.sec-chusen .chusen_block {
  background: #fff;
  border-radius: 1em;
  padding: 3em 0 2em;
  position: relative;
  border: 5px solid #ffdfe8;
}
@media screen and (max-width: 768px) {
  .sec-chusen .chusen_block {
    padding: 5em 0 2em;
  }
}
.sec-chusen .chusen_block .noteArea {
  padding: 0 3em;
}
@media screen and (max-width: 768px) {
  .sec-chusen .chusen_block .noteArea {
    padding: 0 2em;
    margin-top: -5em;
    line-height: 1.6;
  }
  .sec-chusen .chusen_block .noteArea p {
    font-size: 1.2em;
  }
}
.sec-chusen__ttl {
  position: absolute;
  top: -4.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
}
.sec-chusen__atari {
  margin-bottom: 1.5em;
}
.sec-chusen__atari img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-chusen__atari {
    margin-bottom: 1em;
  }
}
.sec-chusen__bear {
  max-width: 8em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-chusen__bear {
    max-width: 6em;
  }
}

.sec-about-chusen {
  padding: 3.75em 0 4em;
}
.sec-about-chusen__ttl {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__ttl {
    width: 80%;
    margin-inline: auto;
  }
}
.sec-about-chusen__ttl img {
  max-width: 28em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__ttl {
    margin-bottom: 1.5em;
  }
  .sec-about-chusen__ttl img {
    max-width: 100%;
  }
}
.sec-about-chusen__card {
  background: #ed85a7;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 2.5em;
  box-shadow: 0 0.2em 1.2em rgba(0, 0, 0, 0.08);
  padding-block: 1.5625em 1.5em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card {
    margin-bottom: 2em;
    border-radius: 0.75em;
    padding-block: 2.2em 2em;
    overflow: visible;
    margin-bottom: 3em;
  }
}
.sec-about-chusen__card--not {
  background: #59c2df;
}
.sec-about-chusen__card--not__txt {
  font-size: 1.125em;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
.sec-about-chusen__card-header {
  padding-bottom: 0.8em;
  border-bottom: 0.1875em solid #fff;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-header {
    padding-bottom: 1.2em;
  }
}
.sec-about-chusen__card-header h3 {
  max-width: 44em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-header h3 {
    width: 80%;
  }
}
.sec-about-chusen__card-header img {
  width: 100%;
  display: block;
}
.sec-about-chusen__card-subheader {
  max-width: 34.125em;
  width: 90%;
  margin-inline: auto;
  margin-top: 2.5em;
}
.sec-about-chusen__card-subheader img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-subheader {
    width: 70%;
  }
}
.sec-about-chusen__card-body {
  padding: 1.5em 2.5em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-body {
    padding: 0;
    width: 80%;
    margin-inline: auto;
    margin-top: 1.5em;
  }
}
.sec-about-chusen__step {
  position: relative;
  margin-bottom: 0em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step {
    margin-bottom: 2.5em;
  }
}
.sec-about-chusen__step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.7em;
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1.2em solid #0056a3;
  border-bottom: none;
  border-radius: 0.3em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step::after {
    bottom: -3em;
    border-left: 1.4em solid transparent;
    border-right: 1.4em solid transparent;
    border-top: 1.6em solid #0056a3;
  }
}
.sec-about-chusen__step:first-child {
  z-index: 3;
}
.sec-about-chusen__step:nth-child(2) {
  z-index: 2;
}
.sec-about-chusen__step:last-child {
  z-index: 1;
  margin-bottom: 0;
}
.sec-about-chusen__step:last-child::after {
  display: none;
}
.sec-about-chusen__step-num {
  width: 2.75em;
  position: absolute;
  top: 0.5em;
  left: -1em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step-num {
    width: 4em;
    top: -0.8em;
    left: -1em;
  }
}
.sec-about-chusen__step-num.num01 {
  top: -0.4em;
  left: -1em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step-num.num01 {
    top: -0.8em;
    left: -1em;
    width: 4em;
  }
}
.sec-about-chusen__step-num img {
  width: 100%;
}
.sec-about-chusen__step-content {
  position: relative;
  z-index: 1;
}
.sec-about-chusen__step-content img {
  width: 100%;
}
.sec-about-chusen__step-btn {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 21%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step-btn {
    position: absolute;
    top: auto;
    bottom: 7%;
    right: auto;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.sec-about-chusen__step-bear {
  position: absolute;
  top: 23%;
  right: 2%;
  z-index: 5;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__step-bear {
    top: auto;
    right: -4em;
    bottom: -25em;
    width: 9em;
  }
}
.sec-about-chusen__card-note {
  padding: 1em 2.5em 2em;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-note {
    padding: 0.75em 1em 1.5em;
    flex-direction: column;
    gap: 0.75em;
    text-align: center;
  }
}
.sec-about-chusen__card-note-icon {
  width: 18em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__card-note-icon {
    width: 14em;
  }
}
.sec-about-chusen__card-note-icon img {
  width: 100%;
}
.sec-about-chusen__card-note-text {
  font-size: 0.8em;
  color: #666;
  line-height: 1.8;
  font-weight: 500;
}
.sec-about-chusen__not-images {
  position: relative;
}
.sec-about-chusen__not-bear {
  width: 17%;
  position: absolute;
  left: 3%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__not-bear {
    z-index: 4;
    width: 37%;
    left: -17%;
    bottom: -41%;
  }
}
.sec-about-chusen__not-bear img {
  width: 100%;
}
.sec-about-chusen__not-ticket {
  max-width: 29.6875em;
  width: 90%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__not-ticket {
    width: 100%;
  }
}
.sec-about-chusen__not-ticket img {
  width: 100%;
}
.sec-about-chusen__help {
  margin-top: 4em;
  background: #fff;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help {
    border-radius: 0.75em;
  }
}
.sec-about-chusen__help-inner {
  padding: 2em 2.5em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help-inner {
    padding: 1.5em 1em;
  }
}
.sec-about-chusen__help-title {
  font-size: 1.625em;
  font-weight: 900;
  color: #333;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "GenJyuuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.sec-about-chusen__help-title .blue {
  color: #0056a3;
  position: relative;
  display: inline-block;
  z-index: 1;
  background: none;
}
.sec-about-chusen__help-title .blue::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2em;
  height: 0.5em;
  background: #ffef00;
  opacity: 0.75;
  border-radius: 0.25em;
  z-index: -1;
  pointer-events: none;
}
.sec-about-chusen__help-title .bigBlack {
  font-size: 1.2307692308em;
  color: #000;
  letter-spacing: 0;
  font-family: "GenJyuuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.sec-about-chusen__help-content {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.sec-about-chusen__help-content .bear {
  position: absolute;
  top: -4em;
  left: 0;
  width: 9%;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help-content .bear {
    position: absolute;
    top: 17.5em;
    left: auto;
    right: 0em;
    width: 6em;
    z-index: 5;
  }
}
.sec-about-chusen__help-text {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2;
}
.sec-about-chusen__help-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 49.375em;
  width: 90%;
  margin-inline: auto;
  row-gap: 0.7em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help-boxes {
    width: 100%;
    flex-direction: column;
    font-family: "GenJyuuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
}
.sec-about-chusen__help-box {
  width: 49.3670886076%;
  background: #0056a3;
  border-radius: 0.5em;
  padding: 1em;
  text-align: center;
  font-size: 1.15em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help-box {
    width: 84%;
    border-radius: 1.2em;
    margin-inline: auto;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.4;
  }
}
.sec-about-chusen__help-etc {
  max-width: 49.375em;
  width: 90%;
  margin-inline: auto;
  text-align: right;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .sec-about-chusen__help-etc {
    width: 84%;
  }
}
.sec-about-chusen__help-etc p {
  font-size: 1.15em;
  font-weight: bold;
}

.sec-search {
  padding: 5.5em 0 8em;
}
@media screen and (max-width: 768px) {
  .sec-search {
    padding: 3.5em 0 4em;
  }
}
.sec-search__ttl {
  text-align: center;
  margin-bottom: 1.5em;
  max-width: 43.75em;
  margin-inline: auto;
  width: 90%;
}
.sec-search__map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  border-radius: 0.75em;
  overflow: hidden;
  background: #e0e0e0;
}
.sec-search__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .sec-search__map {
    padding-bottom: 75%;
  }
}
.sec-search__logo {
  max-width: 14em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-search__logo {
    max-width: 10em;
  }
}
.sec-search__logo img {
  width: 100%;
}
.sec-search .noteArea {
  margin-top: 1em;
}

.search_map_btn {
  width: 100%;
  margin: 0 auto;
}
.search_map_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  border: 2px solid #0056a3;
  border-radius: 0.3em;
  padding: 0.5em 1.2em;
  color: #0056a3;
  text-decoration: none;
  transition: opacity 0.3s;
  font-size: 1.375em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search_map_btn a {
    font-size: 1.1em;
  }
}
.search_map_btn a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid #0056a3;
  border-right: 0.1em solid #0056a3;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  flex-shrink: 0;
}
.search_map_btn a:hover {
  opacity: 0.6;
}
.search_map_btn__icon {
  flex-shrink: 0;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_map_btn__text {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sec-chance {
  background-color: #d1e176;
  padding: 3.5em 0 3em;
}
@media screen and (max-width: 768px) {
  .sec-chance {
    padding: 2.5em 0 4em;
  }
}
.sec-chance__inner {
  background: #96c700;
  border-radius: 1em;
  padding: 4em 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-chance__inner {
    padding-bottom: 2.5em;
  }
}
.sec-chance__ttl {
  text-align: center;
  margin-bottom: 5em;
}
.sec-chance__ttl img {
  max-width: 100%;
}
.sec-chance__more {
  text-align: center;
  max-width: 19.25em;
  position: absolute;
  top: -2.2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec-chance__more img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-chance__more {
    width: 65%;
  }
}
.sec-chance__sub-lead {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.75em;
  font-family: "GenJyuuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-chance__sub-lead {
    font-size: 1.4em;
    line-height: 1.5;
  }
}
.sec-chance__sub-lead-main {
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-chance__sub-lead-main {
    margin-top: 0.3em;
  }
}
.sec-chance__sub-lead-main span {
  font-size: 0.8em;
}
.sec-chance__cards {
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .sec-chance__cards {
    flex-direction: column;
    margin-bottom: 1.5em;
    gap: 1.5em;
  }
}
.sec-chance__card {
  flex: 1;
  border-radius: 0.75em;
  overflow: hidden;
  box-shadow: 0 0.15em 0.6em rgba(0, 0, 0, 0.1);
}
.sec-chance__card img {
  width: 100%;
  display: block;
}
.sec-chance__bear {
  width: 5.625em;
  position: absolute;
  top: -3em;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .sec-chance__bear {
    display: none;
  }
}
.sec-chance__bear img {
  width: 100%;
}
.sec-chance__btn {
  max-width: 32em;
  margin: 2.5em auto 0;
}
.sec-chance__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-block: 0.8em;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-chance__btn a {
    border-radius: 0.5em;
    padding-block: 1.4em;
  }
}
.sec-chance__btn a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  flex-shrink: 0;
}
.sec-chance__btn a:hover {
  opacity: 0.7;
}

.sec-solution {
  background: #0056a3;
  padding-block: 5.625em 5em;
}
.sec-solution__ttl {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .sec-solution__ttl {
    width: 90%;
    margin-inline: auto;
  }
}
.sec-solution__list {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-solution__list {
    gap: 1.5em;
    row-gap: 1.6em;
    justify-content: flex-start;
  }
}
.sec-solution h3 {
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}
.sec-solution__item {
  width: calc((100% - 4em) / 5);
}
@media screen and (max-width: 1000px) {
  .sec-solution__item {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sec-solution__item {
    width: calc((100% - 2em) / 2);
  }
}
.sec-solution__item img {
  width: 100%;
  display: block;
}
.sec-solution__item-ttl {
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.08em;
  margin-top: 0.6em;
  color: #fff;
  line-height: 1.6;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */