@charset "UTF-8";
/*テキスト用mixin*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (max-width: 1060px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a,
button {
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
}

main {
  padding-top: 0;
}

iframe {
  border: none;
}

.inner {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.625rem;
  }
}

.reverse {
  flex-direction: row-reverse;
}

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

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

.header {
  width: 100%;
  height: 5.875rem;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.9375rem;
  }
}

.header__inner {
  padding: 0 2.9375rem;
  max-width: 88.75rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: center;
  }
}

.header__logo-wrap {
  display: flex;
  gap: 1.6875rem;
  align-items: center;
}

.header__logo {
  width: 18.75rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 12.375rem;
  }
}

.header__access {
  width: 18rem;
  height: auto;
}

.header__btn-wrap {
  display: flex;
  gap: 1.125rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__btn-wrap {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header__access {
    display: none;
  }
}
.header__btn-apply {
  width: 16.875rem;
}

.header__btn-entry {
  width: 16.875rem;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  max-width: 53.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    padding: 3.125rem 1.875rem 0;
  }
}

.footer__logo {
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 18.75rem;
    width: 100%;
    margin: 0 auto;
  }
}

.footer__txt {
  padding-top: 2.8125rem;
}

.footer__right {
  padding-left: 0;
  border-left: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__right {
    padding-top: 1.875rem;
  }
}

.footer__table {
  padding-left: 1.875rem;
  border-left: 2px solid #0099CC;
  width: 24.4375rem;
  font-size: 0.875rem;
  display: block;
  border-spacing: 0 1.25rem;
  /* 行の間に10pxの余白を追加 */
}
@media screen and (max-width: 768px) {
  .footer__table {
    width: 100%;
    padding-top: 0.625rem;
    border-left: none;
    padding-left: 0;
    border-top: 2px solid #0099CC;
  }
}

.footer__table-body {
  display: block;
  margin-top: 0.625rem;
}

.footer__title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.footer__item td {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.footer__category {
  width: 3.875rem;
}

.copy-right {
  padding: 1.1875rem 0;
  text-align: center;
  background-color: #EAFCFF;
}
@media screen and (max-width: 768px) {
  .copy-right {
    padding: 2.5rem 0 6.875rem;
  }
}

.btn-entry-thin {
  width: 23.5rem;
  aspect-ratio: 376/90;
}
@media screen and (max-width: 768px) {
  .btn-entry-thin {
    width: 19.8125rem;
    margin: 0 auto;
    aspect-ratio: 317/64;
  }
}

.btn-apply-thin {
  width: 23.5rem;
  aspect-ratio: 376/90;
}
@media screen and (max-width: 768px) {
  .btn-apply-thin {
    width: 19.875rem;
    margin: 0 auto;
    aspect-ratio: 318/72;
  }
}

.btn-to-top {
  width: 5.1875rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
}

.fv {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: url(../images/fv/fv-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../images/fv/fv-bg-sp.webp) no-repeat top center/cover;
  }
}

.fv__inner {
  max-width: 75.625rem;
  padding: 0 1.875rem 2.8125rem;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 1.0625rem 2.8125rem;
  }
}

.fv__main {
  display: flex;
  justify-content: space-between;
  padding-top: 4.5rem;
  padding-bottom: 3.125rem;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .fv__main {
    flex-direction: column;
    padding-top: 0;
  }
}

.fv__catch-copy {
  max-width: 33.125rem;
  width: 100%;
  margin: 0 auto;
}

.fv__video-wrap {
  padding: 0.625rem;
  background: #FFA700;
  margin-top: 1.375rem;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 34.375rem;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .fv__video-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.fv__video {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.fv__video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  max-width: 35rem;
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  background: url("../images/play-button.svg") no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fv__video-play-button {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.fv__video iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 35rem;
  aspect-ratio: 16/9;
  /* 16:9 の比率を維持 */
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fv__video iframe {
    height: 100%;
  }
}

.fv__video-txt {
  width: 100%;
  margin: 0.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .fv__video-txt {
    width: 90%;
    margin: 0.5625rem auto 0;
  }
}

.page-thanks {
  padding: 12.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-thanks {
    padding: 6.25rem 0;
  }
}

.page-thanks-ttl {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-thanks-ttl {
    font-size: 1.125rem;
  }
}

.page-thanks-txt {
  padding-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-thanks-txt {
    padding-top: 1.5rem;
    font-size: 0.8125rem;
  }
}

.page-thanks__btn {
  padding-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .page-thanks__btn {
    padding-top: 2rem;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.companies {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .companies {
    padding: 1.25rem 0 0.625rem;
  }
}

.companies__txt {
  width: 44rem;
  margin: 0 auto;
  aspect-ratio: 704/80;
}
@media screen and (max-width: 768px) {
  .companies__txt {
    max-width: 21.1875rem;
    width: 90%;
    aspect-ratio: 339/46;
    margin: 0 auto;
  }
}

.scrolling-container {
  display: flex;
  width: 100vw;
  height: 5rem;
  margin-top: 1.25rem;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .scrolling-container {
    height: 2.375rem;
    margin-top: 0.5rem;
  }
}

.scrolling-image {
  width: auto;
  height: 100%;
}

.scrolling-container img:first-child {
  animation: loop 50s -25s linear infinite;
}

.scrolling-container img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.campaign {
  background-color: #EAFBFF;
  padding-bottom: 3.125rem;
  padding-top: 5rem;
  margin-top: -1.875rem;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    margin-top: 0;
  }
}
.campaign__bar {
  width: 100%;
  aspect-ratio: 1490/140;
}
@media screen and (max-width: 768px) {
  .campaign__bar {
    aspect-ratio: 390/86;
  }
}

.campaign__plans {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .campaign__plans {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.campaign__plans img {
  width: 25.625rem;
}
@media screen and (max-width: 768px) {
  .campaign__plans img {
    width: 100%;
  }
}

.campaign__txt {
  text-align: center;
  padding-top: 1rem;
  font-size: 0.875rem;
}

.drone-content {
  background-color: #FFF;
  display: flex;
  gap: 20px;
  padding: 22px;
}
@media screen and (max-width: 768px) {
  .drone-content {
    flex-wrap: wrap;
    padding: 10px;
    gap: 12px;
  }
}
.drone-content .performance {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .drone-content .performance {
    width: 100%;
  }
}
.drone-content .performance-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .drone-content .performance-img {
    margin-bottom: 10px;
  }
}
.drone-content .performance-txt {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .drone-content .performance-txt {
    font-size: 10px;
  }
}

.present-txt {
  background-color: #0099CC;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .present-txt {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .present-txt p {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.present-cta .btn {
  max-width: 464px;
  margin: 0 auto;
}

.affiliated {
  padding: 3.4375rem 0;
}
@media screen and (max-width: 768px) {
  .affiliated {
    padding: 0.625rem 0 2.5rem;
  }
}

.affiliated__ttl {
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.7307692308;
}

.affiliated__ttl--pink {
  font-size: 2.25rem;
  color: #FF3485;
}

.affiliated__img {
  padding-top: 1.5rem;
  width: 53.125rem;
  aspect-ratio: 850/346;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .affiliated__img {
    width: 100%;
    padding-top: 1.25rem;
    aspect-ratio: 330/303;
  }
}

.affiliated__txt {
  padding-top: 1.5rem;
  text-align: center;
}

.experience {
  position: relative;
}

.experience__bg {
  background-color: #E4F8F0;
  padding-bottom: 3.125rem;
  margin-top: -3.125rem;
}
@media screen and (max-width: 768px) {
  .experience__bg {
    padding-bottom: 1.875rem;
    margin-top: 0;
    background-color: #FFF;
  }
}

.experience__img {
  width: 100%;
  aspect-ratio: 1490/215;
}
@media screen and (max-width: 768px) {
  .experience__img {
    aspect-ratio: 390/160;
  }
}

.experience::before {
  content: "";
  right: 0;
  top: -1.875rem;
  position: absolute;
  width: 33.3125rem;
  height: 13.4375rem;
  display: block;
  z-index: 10;
  background: url(../images/experience/experience-bar-drone.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1200px) {
  .experience::before {
    width: 18.9375rem;
    height: 9.375rem;
  }
}
@media screen and (max-width: 768px) {
  .experience::before {
    width: 13.4375rem;
    height: 6.1875rem;
    top: -1.0625rem;
  }
}

.experience__inner {
  background-color: #E4F8F0;
  margin-top: -0.75rem;
}

.experience__txt {
  text-align: center;
  line-height: 1.4375;
  padding-top: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .experience__txt {
    text-align: left;
    padding-top: 1.3125rem;
    font-size: 0.875rem;
  }
}

.experience__content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem 2.25rem;
  padding-top: 1.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .experience__content-wrap {
    gap: 0.625rem;
  }
}

.cta__middle {
  padding: 3.25rem 0;
  background-color: #0098CC;
}
@media screen and (max-width: 768px) {
  .cta__middle {
    padding: 3.25rem 0 1.25rem;
  }
}

.license {
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .license {
    padding-top: 0;
  }
}

.license__ttl {
  width: 100%;
  max-width: 58.75rem;
  margin: 0 auto;
}

.license__inner {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .license__inner {
    padding: 0;
  }
}

.license__about {
  padding: 2.5rem 0 2.5rem 0;
  margin: 2.5rem auto;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .license__about {
    box-shadow: none;
    padding: 0 0 1.875rem 0;
    margin: 1.25rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .license__about-txt {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding: 1.25rem;
  }
}

.license__about-ttl {
  font-size: 1.375rem;
  font-weight: bold;
  background-color: #FF6A2A;
  color: #fff;
  padding: 1.25rem 0 1.25rem;
  text-align: center;
  width: 100%;
}

.license__item {
  width: 55.9375rem;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .license__item {
    width: 100%;
    padding-top: 0;
  }
}

.license__point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin: 1.25rem 2.8125rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .license__point {
    grid-template-columns: 1fr;
    margin: 1.25rem 0 1.875rem;
    padding: 0 0.625rem;
  }
}

.license__point-item {
  width: 100%;
}

.license-system {
  background-color: #EAFBFF;
  padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .license-system {
    padding: 2.9375rem 0 0.625rem;
  }
}

.license-system__ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .license-system__ttl {
    font-size: 1.5rem;
  }
}

.license-system__txt {
  padding-top: 2.5rem;
  text-align: center;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .license-system__txt {
    font-size: 0.875rem;
    text-align: left;
    padding-top: 1.25rem;
  }
}

.license__system-img {
  width: 53.125rem;
  margin: 3.125rem auto;
}
@media screen and (max-width: 768px) {
  .license__system-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 1.25rem;
  }
}

.license__flow,
.license__level {
  width: 53.125rem;
  margin: 3.125rem auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .license__flow,
  .license__level {
    width: 100%;
    margin: 2.5rem auto;
  }
}

.reason__ttl-wrap {
  width: 100%;
  background-color: #7DD7C2;
  padding: 2.9375rem 0 3.3125rem;
}
@media screen and (max-width: 768px) {
  .reason__ttl-wrap {
    background-color: inherit;
    padding: 0;
  }
}

.reason__ttl {
  width: 42.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reason__ttl {
    width: 100%;
  }
}

.reason__inner {
  max-width: 57.5rem;
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.reason__item {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .reason__item {
    padding: 1.875rem 0;
  }
}

.reason__item:nth-of-type(odd) {
  background-color: #EBF6F7;
}

.reason__content-txt {
  padding-left: 6.875rem;
  padding-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .reason__content-txt {
    padding-left: 0;
    padding-top: 0;
  }
}

.reason__content-txt--margin {
  padding-left: 6.875rem;
  margin-top: -0.625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.reason__content-lists {
  padding-left: 7.875rem;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .reason__content-lists {
    padding-left: 1.125rem;
    margin-top: 0;
  }
}

.reason__content-lists li::marker {
  color: #0099CC;
  /* 番号を赤に変更 */
}

.reason01__content-ttl {
  width: 28.25rem;
}
@media screen and (max-width: 768px) {
  .reason01__content-ttl {
    width: 100%;
    max-width: 20.5625rem;
  }
}

.reason01__img {
  width: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason01__img {
    width: 100%;
  }
}

.reason02__content-ttl {
  width: 28.25rem;
}
@media screen and (max-width: 768px) {
  .reason02__content-ttl {
    width: 100%;
    max-width: 20.25rem;
  }
}

.reason02__img {
  width: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason02__img {
    width: 100%;
  }
}

.reason03__content-ttl {
  width: 20.875rem;
}
@media screen and (max-width: 768px) {
  .reason03__content-ttl {
    width: 100%;
    max-width: 17.75rem;
  }
}

.reason03__img {
  width: 20.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason03__img {
    width: 100%;
  }
}

.reason04__content-ttl {
  width: 27.875rem;
}
@media screen and (max-width: 768px) {
  .reason04__content-ttl {
    width: 100%;
    max-width: 20.25rem;
  }
}

.reason__content-txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.reason04__img {
  margin-top: 2.0625rem;
  width: 20.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 324/141;
}
@media screen and (max-width: 768px) {
  .reason04__img {
    width: 100%;
    margin-top: 0;
  }
}

.reason05__content-ttl {
  width: 23.0625rem;
}
@media screen and (max-width: 768px) {
  .reason05__content-ttl {
    width: 100%;
    max-width: 18.8125rem;
  }
}

.reason05__img {
  width: 23.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason05__img {
    width: 100%;
  }
}

.reason06__content-ttl {
  width: 24.875rem;
}
@media screen and (max-width: 768px) {
  .reason06__content-ttl {
    width: 100%;
    max-width: 21.75rem;
  }
}

.reason06__img {
  width: 20.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .reason06__img {
    width: 100%;
  }
}

.reason__content-list {
  list-style: decimal;
}

.reason05__poins-wrap {
  padding-top: 1.9375rem;
}

.reason5__points-inner {
  max-width: 46.875rem;
}

.reason05__poins {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5625rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .reason05__poins {
    grid-template-columns: 1fr 1fr;
  }
}

.reason05__point {
  width: 100%;
}

.reason__content-txt--orange {
  color: #FF6A2A;
}

.reason06__support {
  width: 46.875rem;
  margin: 2.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .reason06__support {
    width: 100%;
    display: block;
  }
}

.market__ttl-wrap {
  background: url(../images/market/market-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 12.5rem;
}
@media screen and (max-width: 768px) {
  .market__ttl-wrap {
    background: url(../images/market/market-bg-sp.webp) no-repeat center center/cover;
    height: 100%;
  }
}

.market__ttl {
  width: 21.125rem;
  padding-top: 3.125rem;
  margin: 0 auto;
}

.market__txt {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .market__txt {
    margin-top: 4.125rem;
    padding: 0 0.625rem;
    text-align: left;
  }
}

.market__img {
  width: 100%;
  max-width: 58.75rem;
  margin: 1.875rem auto 0;
}

.compare-graduate {
  padding-bottom: 3.5rem;
  background-color: #EBF6F7;
}

.compare-graduate__img {
  width: 100%;
  padding-top: 1.0625rem;
}

.compare-graduate__txt {
  font-size: 1.75rem;
  padding-top: 3.5625rem;
  text-align: center;
  line-height: 1.4285714286;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .compare-graduate__txt {
    font-size: 1.125rem;
    padding-top: 1.5625rem;
  }
}

.compare-school {
  position: relative;
  width: 100%;
}

.compare-school__bar {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compare-school__bar {
    margin-top: -1.25rem;
  }
}

.compare-school::before {
  content: "";
  left: 25%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 14.125rem;
  height: 11.5rem;
  display: block;
  z-index: 10;
  background: url(../images/compare/compare-bar-medal.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .compare-school::before {
    display: none;
  }
}

.compare-school::after {
  content: "";
  right: 25%;
  transform: translateX(50%);
  bottom: 0;
  position: absolute;
  width: 22.8125rem;
  height: 13.6875rem;
  display: block;
  z-index: 10;
  background: url(../images/compare/compare-bar-women.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .compare-school::after {
    display: none;
  }
}

.compare-school__table {
  background-color: #D7F7FF;
  margin-top: -1.875rem;
  padding: 3.75rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .compare-school__table {
    padding: 1.25rem 0 0.625rem;
  }
}

.compare-school__table-img {
  width: 53.125rem;
  margin: 1.875rem auto 1.875rem;
}
@media screen and (max-width: 768px) {
  .compare-school__table-img {
    width: 100%;
    margin-top: -1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .corse {
    padding-bottom: 3.125rem;
  }
}

.corse__ttl-wrap {
  width: 100%;
  background-color: #3572A3;
  padding: 1.3125rem 0 1.625rem;
}

.corse__ttl {
  width: 27.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corse__ttl {
    width: 15.875rem;
    display: block;
  }
}

.corse__item {
  width: 48.3125rem;
  padding-top: 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corse__item {
    width: 100%;
    padding-top: 0.625rem;
  }
}

.pv {
  background-color: #EAFBFF;
  padding-top: 3.125rem;
  margin: 0 auto;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .pv {
    padding-bottom: 2.5625rem;
    padding-top: 0.625rem;
  }
}

.pv__ttl {
  width: 32.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pv__ttl {
    width: 100%;
    max-width: 23.75rem;
  }
}

.pv__item {
  width: 46.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pv__item {
    width: 100%;
  }
}

.pv__item iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pv__item iframe {
    height: 13.0625rem;
  }
}

.pv__medal {
  padding-top: 1.875rem;
  width: 33.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pv__medal {
    width: 100%;
  }
}

.voices__ttl {
  width: 12.5rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .voices__ttl {
    width: 11rem;
    padding-top: 2.1875rem;
  }
}

.license-private {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .license-private {
    padding-top: 0;
  }
}

.license__ttl {
  width: 100%;
}

.license-private__about {
  padding: 2.5rem 0;
  margin: 2.5rem auto;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem;
  background-color: #fff;
  max-width: 58.75rem;
}
@media screen and (max-width: 768px) {
  .license-private__about {
    padding: 0;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
  }
}

.license-private__item {
  width: 58.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .license-private__item {
    width: 100%;
    padding-top: 1.25rem;
  }
}

.license-private__item:nth-last-of-type(2) {
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .license-private__item:nth-last-of-type(2) {
    padding-left: 0;
  }
}

.license-private__point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin: 1.25rem 2.8125rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .license-private__point {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 1.25rem 0.625rem;
  }
}

.btn-license-private {
  width: 39rem;
  padding-top: 1.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn-license-private {
    width: 100%;
    max-width: 21.875rem;
  }
}

.license-private__txt {
  text-align: center;
  font-size: 0.875rem;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .license-private__txt {
    font-size: 0.75rem;
    padding-bottom: 2rem;
    padding-top: 0.9375rem;
  }
}

.license-private__message {
  line-height: 1.375;
  text-align: center;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .license-private__message {
    padding-top: 1.25rem;
  }
}

.license-private__access-wrap {
  padding-top: 2.8125rem;
  background-color: #EAFBFF;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-wrap {
    padding: 1.25rem;
  }
}

.license-private__access-box {
  width: 53.125rem;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .license-private__access-box {
    width: 100%;
  }
}

.license-private__access-ttl {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .license-private__access-content {
    display: flex;
    flex-direction: column;
  }
}

.license-private__access-top {
  display: flex;
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-top {
    flex-direction: column;
    display: contents;
  }
}

.license-private__access-address {
  width: 20.75rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-address {
    width: 100%;
    padding-top: 1.25rem;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .license-private__access-address-only {
    width: 100%;
    order: 3;
    padding-top: 1.25rem;
  }
}

.license-private__access-top iframe {
  width: 27.125rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-top iframe {
    width: 100%;
    order: 3;
    padding-top: 1.25rem;
  }
}

.license-private__access-bottom {
  display: flex;
  gap: 0.625rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-bottom {
    order: 1;
    padding-top: 1rem;
  }
}

.license-private__access-img {
  width: 24.375rem;
}
@media screen and (max-width: 768px) {
  .license-private__access-img {
    width: calc(50% - 0.3125rem);
    height: auto;
    aspect-ratio: 163/112;
  }
}

.faq__bar-wrap {
  position: relative;
}

.faq__bar-wrap::after {
  content: "";
  right: 16%;
  bottom: 0;
  position: absolute;
  width: 15.5625rem;
  height: 13.4375rem;
  display: block;
  z-index: 10;
  background: url(../images/others/faq-bar-women.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1200px) {
  .faq__bar-wrap::after {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .faq__bar-wrap::after {
    display: none;
  }
}

.faq__bar {
  width: 100%;
}

.faq {
  padding: 4.5625rem 0 4.0625rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 1.25rem 0 1.25rem;
  }
}

.faq-accordion__category {
  font-size: 1.75rem;
  color: #FFF;
  width: 53.125rem;
  height: 3.75rem;
  background-color: #333;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-accordion__category {
    width: 100%;
    font-size: 1.125rem;
    justify-content: center;
    height: 2.5rem;
    padding-left: 0;
  }
}

.faq-accordion {
  max-width: 53.125rem;
  margin: 1.875rem auto;
}
@media screen and (max-width: 768px) {
  .faq-accordion {
    margin: 0.625rem auto 1.25rem;
  }
}

.faq-accordion__item {
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .faq-ttl-wrap {
    max-width: 94%;
  }
}

.faq-accordion__title {
  padding: 0.9375rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #F45390;
  background-color: rgba(147, 222, 204, 0.15);
}

.faq-accordion__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.9375rem;
  height: 0.9375rem;
  position: relative;
}

.faq-accordion__icon-bar {
  position: absolute;
  background-color: #F45390;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-accordion__icon-bar.horizontal {
  width: 100%;
  height: 0.1875rem;
}

.faq-accordion__icon-bar.vertical {
  width: 0.1875rem;
  height: 100%;
}

.faq-accordion__title.is-active .faq-accordion__icon-bar.vertical {
  opacity: 0;
  /* 縦棒を非表示にして「－」を作成 */
}

.faq-accordion__content {
  display: block;
  /* アニメーションの対象として `display` を無効化 */
  height: 0;
  overflow: hidden;
  background-color: rgba(147, 222, 204, 0.15);
  /* 色の定義 */
  line-height: 1.5;
  transition: height 0.3s ease;
  /* スムーズな開閉 */
}

.faq-accordion__title.is-active + .faq-accordion__content {
  height: auto;
  /* 高さを内容に応じて調整 */
}

.faq-accordion__content-txt {
  display: flex;
  gap: 0.625rem;
  padding: 0.9375rem;
  font-weight: bold;
}

.faq-q,
.faq-a {
  color: #F45390;
  padding-right: 0.625rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "MS Pゴシック", sans-serif;
  font-weight: 600;
}

.faq-a {
  color: #333;
}

.cta {
  margin: 0 auto;
  padding: 1.5rem 3.5rem 1.375rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0.125rem solid #0098CC;
  border-radius: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 53.125rem;
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 4.0625rem 1.375rem 2.1875rem;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.cta__365 {
  width: 37.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta__365 {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5%;
    max-width: 20.875rem;
  }
}

.cta__txt {
  text-align: center;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    font-size: 0.75rem;
  }
}

.cta__btn-wrap {
  display: flex;
  gap: 1.25rem;
  padding-top: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta__btn-wrap {
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 2.1875rem;
  }
}

.cta__btn-wrap--access {
  padding-top: 4rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .cta__btn-wrap--access {
    padding-top: 2.1875rem;
    width: initial;
    margin-inline: 0;
  }
}

.cta__btn-form {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .cta__btn-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
  }
}

.cta__btn-wrap--access .cta__btn-form {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cta__btn-wrap--access .cta__btn-form {
    padding-inline: 0;
  }
}

.cta__form-link {
  height: 5.625rem;
}
@media screen and (max-width: 768px) {
  .cta__form-link {
    height: 4.5rem;
  }
}

.cta__btn-wrap--access .cta__form2-link {
  flex-shrink: 0;
}

.cta__btn-wrap--access .cta__form2-link img {
  width: 100%;
  max-width: 32.4375rem;
  aspect-ratio: 519/108;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .cta__btn-wrap--access .cta__form2-link img {
    max-width: 29.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn-wrap--access .cta__form2-link img {
    aspect-ratio: 318/64;
    max-width: 19.875rem;
  }
}

.cta__tel-link {
  background-color: #FFF;
  border-radius: 0.3125rem;
  padding: 1.625rem 2.5rem 1.9375rem 2.6875rem;
  height: 4.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__tel-link {
    background-color: inherit;
    padding: 0;
  }
}

.cta__tel-link::before {
  content: "";
  background: url(../images/fv/fv-tel-comment.webp) no-repeat center center/contain;
  display: block;
  width: 14rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cta__tel-link::before {
    top: -0.3125rem;
  }
}

.cta__tel {
  width: 17.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta__tel {
    width: 100%;
    max-width: 18.75rem;
  }
}

@media screen and (max-width: 768px) {
  .cta__form-link {
    width: 100%;
    height: initial;
  }
}

.cta__tel-hour {
  font-size: 0.875rem;
  text-align: center;
  padding-top: 0.3125rem;
  margin-top: -0.3125rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .cta__tel-hour {
    font-size: 0.75rem;
  }
}

.cta__caution {
  padding-top: 0.625rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__caution {
    font-size: 0.5625rem;
    padding-top: 0rem;
  }
}

.splide {
  width: 100%;
  /* 必要に応じて変更 */
  margin: 0 auto;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

/* 矢印のクリック範囲など */
.splide__arrow.button {
  background-color: transparent;
  /* ボタンの背景を透明にする */
  height: 3.625rem;
  transition: 0.2s;
  width: 3.625rem;
  opacity: 1;
}

/* 矢印共通のスタイル */
.splide__arrow.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 3.625rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 3.625rem;
}

/* 前の矢印 */
.splide__arrow.prev::before {
  background-image: url(../images/others/white-green-arrow-left.webp);
  left: -80%;
}
@media screen and (max-width: 768px) {
  .splide__arrow.prev::before {
    left: -30%;
  }
}

/* 次の矢印 */
.splide__arrow.next::before {
  background-image: url(../images/others/white-green-arrow-right.webp);
  left: 80%;
}
@media screen and (max-width: 768px) {
  .splide__arrow.next::before {
    left: 30%;
  }
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

.reason__slide {
  max-width: 58.75rem;
  /* 適切な幅を設定 */
  margin: 2.5rem auto 1.25rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #FF6A2A;
  background-color: #FFF7F3;
}
@media screen and (max-width: 768px) {
  .reason__slide {
    max-width: 23.125rem;
  }
}

.reason__slide-ttl {
  background-color: #FF6A2A;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reason__slide-ttl {
    height: 5.75rem;
    text-align: center;
  }
}

.reason__slide .reason__slide-img {
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .reason__slide .reason__slide-img {
    display: block;
    padding: 0.625rem 1.25rem;
  }
}

.reason__slide .splide__pagination {
  bottom: -1.5rem;
}

.reason__slide .splide__pagination__page {
  background: #FF6A2A;
  opacity: 0.4;
}

.reason__slide .splide__pagination__page.is-active {
  opacity: 1;
  background: #FF6A2A;
}

.graduated-accordion__content.reason-accordion__content {
  background: none;
}

.reason__slide-btn {
  width: 16.1875rem;
  margin: 0 auto;
}

.reason-faq-q-wrap {
  color: #3572A3;
  line-height: 1.625;
}

.reason-faq-a-wrap {
  color: #000;
  line-height: 1.625;
  padding-top: 0.5625rem;
}

.graduated-accordion__close-btn.reason-accordion__close-btn {
  color: #3572A3;
}

.support__slide {
  max-width: 50.625rem;
  /* 適切な幅を設定 */
  margin: 2.5rem auto 1.25rem;
}

.support__slide .splide__pagination {
  bottom: -1.5rem;
}

.support__slide .splide__pagination__page {
  background: #3FB498;
  opacity: 0.4;
}

.support__slide .splide__pagination__page.is-active {
  opacity: 1;
  background: #3FB498;
}

/* 前の矢印 */
.support__slide .splide__arrow.prev::before {
  left: -140%;
}
@media screen and (max-width: 768px) {
  .support__slide .splide__arrow.prev::before {
    left: 0;
  }
}

/* 次の矢印 */
.support__slide .splide__arrow.next::before {
  left: 140%;
}
@media screen and (max-width: 768px) {
  .support__slide .splide__arrow.next::before {
    left: 0;
  }
}

.graduated__slide {
  max-width: 58.75rem;
  /* 適切な幅を設定 */
  margin: 2.5rem auto 1.25rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #FF3385;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .graduated__slide {
    border: none;
    margin: 1.875rem auto 0.625rem;
  }
}

.graduated__slide .graduated__slide-img {
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .graduated__slide .graduated__slide-img {
    aspect-ratio: 330/364;
    display: block;
    padding: 1.6875rem 1.875rem 1.25rem;
  }
}

.graduated__slide .splide__pagination {
  bottom: -1.5rem;
}

.graduated__slide .splide__pagination__page {
  background: #FF6A2A;
  opacity: 0.4;
}

.graduated__slide .splide__pagination__page.is-active {
  opacity: 1;
  background: #FF6A2A;
}

.graduated__accordion {
  margin: 0 auto;
  padding: 0 1.875rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .graduated__accordion {
    padding: 0 1.875rem 0.625rem;
  }
}

.graduated__slide-ttl-wrap {
  position: relative;
}

.graduated-accordion__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  z-index: 10;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFF;
  border-radius: 50%;
}

.graduated-accordion__icon-bar {
  position: absolute;
  background-color: #FFF;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.graduated-accordion__icon-bar.horizontal {
  width: 60%;
  height: 0.1875rem;
}

.graduated-accordion__icon-bar.vertical {
  width: 0.1875rem;
  height: 60%;
}

.graduated-accordion__item.is-active .graduated-accordion__icon-bar.vertical {
  opacity: 0;
}

.graduated-accordion__content {
  overflow: hidden; /* 初期状態でコンテンツが隠れる */
  max-height: 0; /* 初期高さを0に設定 */
  transition: max-height 0.3s ease; /* 高さのアニメーションを設定 */
  background: rgba(0, 153, 204, 0.05);
  margin-top: 1.5625rem;
  border-radius: 0.625rem;
}

.graduated-accordion__content-list {
  padding: 1.875rem;
}

/* 閉じるボタンのスタイル */
button.graduated-accordion__close-btn {
  margin-top: 0.9375rem;
  padding: 0.625rem 1.25rem;
  color: #0099CC;
  cursor: pointer;
  font-size: 1rem;
  margin: 0 auto;
}

.graduated-accordion__item.is-active .graduated-accordion__close-btn {
  display: block; /* アコーディオンが開いている時に表示 */
}

/* 前の矢印 */
.graduated__slide .splide__arrow.prev::before {
  left: -80%;
  background-image: url(../images/others/blue-white-arrow-left.webp);
}
@media screen and (max-width: 768px) {
  .graduated__slide .splide__arrow.prev::before {
    left: -25%;
  }
}

/* 次の矢印 */
.graduated__slide .splide__arrow.next::before {
  left: 80%;
  background-image: url(../images/others/blue-white-arrow-right.webp);
}
@media screen and (max-width: 768px) {
  .graduated__slide .splide__arrow.next::before {
    left: 25%;
  }
}

.graduated-faq-wrap:not(:first-of-type) {
  padding-top: 1.5rem;
}

.graduated-faq-q-wrap {
  color: #0099CC;
  line-height: 1.625;
}

.graduated-faq-a {
  color: #FF3485;
}

.graduated-faq-a-wrap {
  color: #333;
  line-height: 1.625;
  padding-top: 0.5625rem;
}

.voice__slide {
  max-width: 58.75rem;
  /* 適切な幅を設定 */
  margin: 2.5rem auto 1.25rem;
}
@media screen and (max-width: 768px) {
  .voice__slide {
    margin: 1.25rem auto 1.25rem;
  }
}

.voice__slide .reason__slide-img {
  padding: 1.875rem 2.5rem;
}

.voice__slide .splide__pagination {
  bottom: -1.5rem;
}

.voice__slide .splide__pagination__page {
  background: #3FB498;
  opacity: 0.4;
}

.voice__slide .splide__pagination__page.is-active {
  opacity: 1;
  background: #3FB498;
}

/* 前の矢印 */
.voice__slide .splide__arrow.prev::before {
  left: -140%;
  background-image: url(../images/others/green-white-arrow-left.webp);
}
@media screen and (max-width: 1100px) {
  .voice__slide .splide__arrow.prev::before {
    left: 80%;
  }
}
@media screen and (max-width: 768px) {
  .voice__slide .splide__arrow.prev::before {
    left: -25%;
  }
}

/* 次の矢印 */
.voice__slide .splide__arrow.next::before {
  left: 140%;
  background-image: url(../images/others/green-white-arrow-right.webp);
}
@media screen and (max-width: 1100px) {
  .voice__slide .splide__arrow.next::before {
    left: 80%;
  }
}
@media screen and (max-width: 768px) {
  .voice__slide .splide__arrow.next::before {
    left: 25%;
  }
}

.contact__wrap {
  background-color: #EAFBFF;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    padding-bottom: 3.75rem;
  }
}

.contact__wrap--school {
  padding-top: 4.375rem;
  background-color: initial;
}

.contact__inner {
  max-width: 47.5rem;
}

.contact__head {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}

.contact__ttl {
  width: 36.6875rem;
  padding-top: 4.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    padding-top: 2.375rem;
    width: 19.3125rem;
  }
}

.contact__ttl2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5357142857;
  text-align: center;
  color: #0099CC;
}

.contact__info {
  display: flex;
  gap: 1.25rem;
  padding-top: 3.4375rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .contact__info {
    flex-direction: column;
    padding-top: 2.125rem;
  }
}

.contact__info-left {
  width: 13.1875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact__info-left {
    width: 100%;
  }
}

.contact__info-img {
  width: 100%;
}

.contact__info-company {
  font-weight: 600;
  padding-top: 0.625rem;
}

.contact__info-address {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.contact__info-txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.contact__info-txt:not(:first-of-type) {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__info-txt:not(:first-of-type) {
    padding-top: 0.625rem;
  }
}

.contact__info-txt--bold {
  font-weight: 600;
}

.contact__info-txt--red {
  font-size: 0.875rem;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .contact__info-txt--red {
    font-size: 0.75rem;
  }
}

.contact__caution {
  font-size: 0.875rem;
  display: block;
  padding-top: 0.625rem;
}
.require {
  font-size: 0.6875rem;
  background-color: #FF0000;
  color: #fff;
  border-radius: 0.125rem;
  padding: 0.1875rem 0.375rem;
  margin-left: 0.625rem;
}

.formTable {
  max-width: 43.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .formTable {
    width: 100%;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 0.0625rem dotted #DEDEDE;
}

table.formTable--school {
  border-top: 0.0625rem dashed #DEDEDE;
}

table.formTable tr {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  padding-top: 1.4375rem;
  border-bottom: 0.0625rem solid #DEDEDE;
}

table.formTable th {
  width: 100%;
}

table.formTable td {
  padding-top: 0.6875rem;
}

table.formTable td input {
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  padding: 0.625rem;
  height: 3.125rem;
  border-radius: 4px;
}

table.formTable td select[name=都道府県],
table.formTable td select[name=お申込み人数] {
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  padding: 0.625rem;
  height: 3.125rem;
  border-radius: 4px;
}

select[name=年],
select[name=月],
select[name=日] {
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  padding: 0.625rem;
  height: 3.125rem;
  width: 28%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  select[name=年],
  select[name=月],
  select[name=日] {
    width: 50%;
    margin-top: 0.625rem;
    transform: translateY(-10%);
  }
}

.select[name=年] {
  margin-top: 0;
}

input[name=お名前],
input[name=カタカナ] {
  width: 24.0625rem;
}
@media screen and (max-width: 768px) {
  input[name=お名前],
  input[name=カタカナ] {
    width: 100%;
  }
}

input[name=法人名],
input[name=Email],
input[name=住所] {
  width: 43.75rem;
}
@media screen and (max-width: 768px) {
  input[name=法人名],
  input[name=Email],
  input[name=住所] {
    width: 100%;
  }
}

input[name=電話番号] {
  width: 14.625rem;
}
@media screen and (max-width: 768px) {
  input[name=電話番号] {
    width: 100%;
  }
}

input[name=第一候補日],
input[name=第二候補日] {
  width: 19.375rem;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  input[name=第一候補日],
  input[name=第二候補日] {
    width: 100%;
  }
}

table.formTable td input[type=date] {
  height: 3.125rem;
  /* 必要に応じて高さを指定 */
  width: 19.375rem;
}
@media screen and (max-width: 768px) {
  table.formTable td input[type=date] {
    width: 100%;
  }
}

select[name=第一候補時間],
select[name=第二候補時間] {
  width: 19.375rem;
  height: 3.125rem;
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  select[name=第一候補時間],
  select[name=第二候補時間] {
    width: 100%;
  }
}

.select-date {
  padding-top: 0.8125rem;
}

input[name=予約人数] {
  width: 6.875rem;
}

textarea[name=備考欄] {
  width: 43.75rem;
  height: 8.125rem;
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  padding: 0.625rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  textarea[name=備考欄] {
    width: 100%;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  /* 薄いグレー (50%の透明度) */
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  /* 薄いグレー (50%の透明度) */
}

.agree__wrap {
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .agree__wrap {
    font-size: 0.875rem;
  }
}

.privacy-policy {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .privacy-policy {
    font-size: 0.875rem;
  }
}

input[name="同意[]"] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #FF0000;
  margin-right: 0.9375rem;
  margin-left: 0.625rem;
}

input[type=image] {
  width: 23rem;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  input[type=image] {
    width: 100%;
  }
}

.submit-wrap {
  text-align: center;
}

.contact__txt-small {
  font-size: 0.8125rem;
  font-weight: 500;
  padding-left: 0.625rem;
}

.submit-btn {
  background-image: url("../images/contact/submit-btn.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 23rem;
  height: 3.9375rem;
  border: none;
  cursor: pointer;
  margin-top: 1.875rem;
  transition: opacity 0.3s, filter 0.3s;
  /* 状態変化をスムーズにする */
}

.submit-btn .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.submit-btn:disabled {
  opacity: 0.5;
  /* 不透明度を下げる */
  filter: grayscale(100%);
  /* グレースケールで見た目を変更 */
  cursor: not-allowed;
  /* マウスカーソルを禁止マークに変更 */
}

.contact__txt2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #A8E3F1;
  opacity: 0.2;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact__info2 {
  margin-top: 3.125rem;
  padding-bottom: 2.8125rem;
}

.contact__info2-txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.contact__btn2 {
  margin-top: 1rem;
  color: #007FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.contact__btn2::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/contact/arrow-right-blue.webp");
  background-size: contain;
  background-position: center;
  margin-left: 0.625rem;
}

.formTable__row--year select {
  margin-right: 0.4375rem;
}

.formTable__row--year select:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .formTable__row--year select:not(:first-child) {
    margin-left: 0;
  }
}

table.formTable td input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1.75rem;
  height: 1.75rem;
  border: 0.0625rem solid #707070;
  vertical-align: top;
}

table.formTable td input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #707070;
  vertical-align: top;
}

.formTable__row--radio {
  display: flex;
  gap: 0.625rem;
}

.formTable__row--radio label {
  display: flex;
  gap: 0.625rem;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 1.25rem;
}

.formTable__row--radio label:first-of-type {
  margin-top: 0.875rem;
}

.formTable__row--radio {
  flex-direction: column;
}

.formTable__row--checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.25rem;
}

.formTable__row--checkbox label {
  display: flex;
  gap: 1.375rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4285714286;
  font-weight: 700;
}

.cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -0.125rem 0.375rem rgba(0, 0, 0, 0.16);
  z-index: 1000;
  text-align: center;
  padding: 0.5rem 0.3125rem 0.1875rem;
  visibility: hidden;
  /* 初期状態では非表示 */
  opacity: 0;
  /* 初期状態では透明 */
  transform: translateY(20px);
  /* 少し下から開始 */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* ふわっとアニメーション */
}

.cta-bar.visible {
  visibility: visible;
  /* 表示状態 */
  opacity: 1;
  /* 完全に不透明 */
  transform: translateY(0);
  /* 元の位置に戻る */
}

.cta-tooltip {
  position: absolute;
  top: -1.6rem;
  right: 16%;
}
@media screen and (max-width: 768px) {
  .cta-tooltip {
    top: -1.5rem;
    right: 50%;
    transform: translateX(50%);
  }
}

.cta-tooltip img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .cta-tooltip img {
    width: 13.5rem;
    height: auto;
    aspect-ratio: 216/24;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cta-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  max-width: 100%;
  box-sizing: border-box;
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta-buttons {
    gap: 0rem;
  }
}

.cta-info {
  font-size: 0.75rem;
  color: #333;
  padding-top: 0.3125rem;
}

.btn-cta-apply {
  width: 100%;
  max-width: 21.75rem;
  aspect-ratio: 348/90;
}
@media screen and (max-width: 768px) {
  .btn-cta-apply {
    max-width: 11.9375rem;
    aspect-ratio: 191/67;
  }
}

.btn-cta-entry {
  width: 100%;
  max-width: 21.75rem;
  aspect-ratio: 348/90;
}
@media screen and (max-width: 768px) {
  .btn-cta-entry {
    max-width: 13rem;
    aspect-ratio: 208/67;
  }
}

.thanks__wrap {
  padding: 4.375rem 0 6.625rem;
  background-color: #EAFBFF;
}

.thanks__ttl {
  width: 22rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks__ttl {
    width: 100%;
    max-width: 18.75rem;
  }
}

.thanks__txt {
  text-align: center;
  padding-top: 3.125rem;
  line-height: 2;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .thanks__txt {
    text-align: left;
    font-size: 0.875rem;
  }
}

.thanks__box {
  background-color: #fff;
  padding: 1.625rem 1.25rem 2rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem auto 0;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .thanks__box {
    text-align: left;
  }
}

.thanks__box-txt {
  line-height: 2;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .thanks__box-txt {
    font-size: 0.875rem;
  }
}

.thanks__tel-box {
  display: flex;
  gap: 6.875rem;
  justify-content: center;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .thanks__tel-box {
    flex-direction: column;
    gap: 1.25rem;
    width: 13.5625rem;
    margin: 0 auto;
  }
}

.thanks__tel {
  width: 13.5625rem;
  margin: 0 auto;
}

.thanks__tel img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 217/57;
}

.thanks__btn {
  width: 18.75rem;
  padding-top: 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks__btn {
    width: 100%;
    max-width: 18.75rem;
  }
}

.access {
  background-color: #EAFBFF;
}

.access__wrap {
  padding: 3.125rem 0;
}

.access__bar-wrap {
  position: relative;
}

.access__bar-wrap::after {
  content: "";
  right: 16%;
  bottom: 0rem;
  position: absolute;
  max-width: 19rem;
  width: 100%;
  height: auto;
  aspect-ratio: 304/219;
  display: block;
  z-index: 1;
  background: url(../images/others/access-bar-women.webp) no-repeat center center/contain;
}
@media screen and (max-width: 1200px) {
  .access__bar-wrap::after {
    max-width: 15.625rem;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .access__bar-wrap::after {
    right: 0;
    width: 11.25rem;
    height: 8.125rem;
  }
}

.access__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .access__tab {
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.access__tab-item {
  width: 17.25rem;
  font-size: 1.25rem;
  line-height: 2.45;
  font-weight: 700;
  color: #0099CC;
  border-radius: 0.625rem 0.625rem 0 0;
  cursor: pointer;
  text-align: center;
  background-color: #CEF6FF;
  transition: background-color 0.3s ease-in-out;
}
.access__tab-item.is-active {
  background-color: #fff;
}
.access__tab-item:hover {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .access__tab-item {
    text-align: center;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.3;
    width: 100%;
    padding: 0.3125rem 0rem;
  }
  .access__tab-item span {
    display: inline-block;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.access__contents {
  padding: 0.625rem 1.875rem 3.125rem;
  background-color: #fff;
  position: relative;
}
.access__content {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.access__content[style*="display: none"] {
  opacity: 0;
}

.store {
  background-color: #E4F8F0;
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .store {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .store .inner {
    padding-inline: 1.25rem;
  }
}

.store__title {
  background-color: #0099CC;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.4285714286;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .store__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    text-align: left;
  }
}

.store__title-main {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .store__title-main {
    padding-top: 1.125rem;
    padding-bottom: 1.0625rem;
    transform: translateX(-2rem);
  }
}

.store__title-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -14.375rem;
  width: 16rem;
  height: auto;
  aspect-ratio: 256/184;
  background: url(../images/store/store-woman.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .store__title-main::before {
    right: -8.0625rem;
    width: 11.3125rem;
    aspect-ratio: 181/130;
    z-index: -1;
  }
}

.store__title-sub {
  color: #FEFF00;
}

.store__items {
  margin-top: 3.375rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .store__items {
    flex-direction: column;
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}

.store__item {
  width: 100%;
  max-width: 20.3125rem;
}
@media screen and (max-width: 768px) {
  .store__item {
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.store__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}

.store__item-title span {
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  color: #0099CC;
}

.store__item-img {
  margin-top: 0.3125rem;
  width: 100%;
  background-color: #fff;
}
.store__item-img img {
  aspect-ratio: 325/180;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.store__item-dlist {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .store__item-dlist {
    margin-top: 0.875rem;
  }
}

.store__item-dlist-item {
  display: flex;
  gap: 0.625rem;
}

.store__item-dlist-item + .store__item-dlist-item {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .store__item-dlist-item + .store__item-dlist-item {
    margin-top: 1rem;
  }
}

.store__item-dlist-item-title {
  background-color: #0099CC;
  color: #fff;
  width: 3.9375rem;
  line-height: 1.7142857143;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  height: 100%;
}

.store__item-dlist-item:nth-child(2) .store__item-dlist-item-title {
  letter-spacing: 0;
}

.store__item-dlist-item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
}

.store__tel {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .store__tel {
    margin-top: 1.25rem;
  }
}

.store__tel a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.store__tel img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.store__btn-wrap {
  margin-top: 1rem;
  width: 21.4375rem;
  transform: translateX(-0.5625rem);
}
@media screen and (max-width: 768px) {
  .store__btn-wrap {
    width: 105.5384615385%;
    transform: translateX(-0.8125rem);
  }
}

.store__btn-wrap a {
  display: block;
  width: 100%;
}

.store__btn-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.store-about {
  padding-bottom: 3.125rem;
  background-color: #EAFBFF;
}

@media screen and (max-width: 768px) {
  .store-about .inner {
    padding-inline: 1.25rem;
  }
}

.store-about__head {
  position: relative;
  background-color: #007FFF;
  color: #fff;
  text-align: center;
  padding-top: 2.875rem;
  padding-bottom: 2.8125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .store-about__head {
    padding-top: 3.875rem;
    padding-bottom: 1rem;
  }
}

.store-about__title {
  font-size: 2.125rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.store-about__title-sub {
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.3;
  color: #fff;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .store-about__title-sub {
    top: 38%;
  }
}

.store-about__content {
  margin-top: 3.125rem;
  width: 100%;
  max-width: 45.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .store-about__content {
    margin-top: 1.875rem;
  }
}

.store-about__content-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .store-about__content-img {
    gap: 0.9375rem;
  }
}

.store-about__content-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 325/211;
}

.store-about__content-list {
  margin-top: 1.9375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .store-about__content-list {
    margin-top: 1.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.store-about__content-list-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
}

.store-about__content-list-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0099CC;
  transform: translateY(-0.1875rem);
  flex-shrink: 0;
}/*# sourceMappingURL=style.css.map */