@charset "UTF-8";
/* 
remedy.css
*/
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

img, svg, video, canvas {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

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

html, body, input, button, textarea {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 56px;
}

body {
  background: #FFFFFF;
  color: #485459;
  line-height: 1.6;
  overflow-wrap: break-word;
}

a {
  color: #485459;
  text-decoration: none;
}

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

p {
  margin: 0;
}

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

dl, dt, dd {
  margin: 0;
}

@counter-style circled-decimal {
  system: fixed;
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩;
  suffix: " ";
}
.for-tablet {
  display: none;
}
@media screen and (max-width: 1000px) {
  .for-tablet {
    display: block;
  }
}

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

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

.section__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 750px) {
  .section__inner {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}

.section__title h1,
.section__title h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(11.1959287532vw, 2.75rem);
  color: #2b94bb;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .section__title h1,
  .section__title h2 {
    font-size: min(7.6335877863vw, 1.875rem);
  }
}
.section__title span {
  display: inline-block;
}

.section__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .section__content {
    margin-top: 1.875rem;
  }
}

header.header {
  width: 100%;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: padding 0.3s ease;
}

.header__inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
}

.header__title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 0.625rem 0 1.875rem;
}
@media screen and (max-width: 750px) {
  .header__title {
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 0;
  }
}

.header__corporate-logo {
  display: block;
}
.header__corporate-logo img {
  display: block;
  width: auto;
  height: 30px;
}

.header__sitename {
  display: block;
}
.header__sitename img {
  display: block;
  width: auto;
  height: 30px;
}

.header__navi {
  display: flex;
  padding: 0 10px 0 0;
}

.header__navi-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0 transparent;
  border-radius: 999px;
  width: 40px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  color: transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .header__navi-toggle {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__navi-toggle:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .header__navi-toggle {
    display: block;
  }
}
.header__navi-toggle:before, .header__navi-toggle:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #28ABE3;
  position: absolute;
  top: 50%;
  left: 10px;
  transition: transform 0.3s ease;
}
.header__navi-toggle:before {
  transform: translateY(-6px);
  transform-origin: 50% 50%;
}
.header__navi-toggle:after {
  transform: translateY(4px);
  transform-origin: 50% 50%;
}
.is-menu-open .header__navi-toggle:before {
  transform: translateY(-1px) rotate(135deg);
  transform-origin: 50% 50%;
}
.is-menu-open .header__navi-toggle:after {
  transform: translateY(-1px) rotate(-135deg);
  transform-origin: 50% 50%;
}

.header__navi-for-smartphone {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #e7f5fc;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.is-menu-open .header__navi-for-smartphone {
  opacity: 1;
  visibility: visible;
}

.header__navi-for-smartphone-inner {
  max-height: 100vh;
  overflow-y: auto;
  padding: 76px 20px 100px;
}

.header__navi-list-for-smartphone {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  row-gap: 0;
}
.header__navi-list-for-smartphone li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 480px) {
  .header__navi-list-for-smartphone li {
    width: 100%;
  }
}
.header__navi-list-for-smartphone li a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #12749E;
  padding: 1.25rem;
  border-bottom: 1px solid #12749E;
}
@media screen and (hover: hover) {
  .header__navi-list-for-smartphone li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .header__navi-list-for-smartphone li a:hover {
    opacity: 0.6;
  }
}

main.main {
  margin-top: 56px;
}

.heroimage__img img {
  display: block;
  width: 100%;
  max-width: unset;
}

.heroimage__content {
  background: #e7f5fc;
}

.heroimage__content-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 750px) {
  .heroimage__content-inner {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
}

.heroimage__content-text-001 p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #12749E;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .heroimage__content-text-001 p {
    font-size: 1rem;
  }
}
.heroimage__content-text-001 p + p {
  margin-top: 1rem;
}
.heroimage__content-text-001 em {
  font-size: 1.15em;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.35em;
  text-decoration-thickness: 40%;
  text-decoration-color: #fadadb;
  color: #12749E;
}
.heroimage__content-text-001 small {
  display: block;
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.section-about .section__inner {
  max-width: 800px;
}

.about__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  .about__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.about__list li {
  overflow: hidden;
}

.about__item {
  padding: 1.25rem 1.5rem 1.5rem;
  border: 10px solid #cfecf9;
  background: #FFFFFF;
  border-radius: 1.25rem;
}
@media screen and (max-width: 750px) {
  .about__item {
    max-width: 420px;
    margin: 0 auto;
    padding: 1rem;
  }
}

.about__item-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #12749E;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.about__item-title em {
  display: inline-block;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 900;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.35em;
  text-decoration-thickness: 40%;
  text-decoration-color: #fadadb;
  color: #12749E;
  margin-left: 0.125rem;
}

.about__item-text {
  /* 目視で調整 */
}

.section-campaign {
  background: #cfecf9;
}
.campaign__list-001 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .campaign__list-001 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.campaign__list-001 li {
  display: block;
  background: #FFFFFF;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .campaign__list-001 li {
    border-radius: 1rem;
  }
}
.campaign__list-001 li a {
  display: block;
  text-decoration: none;
  color: #485459;
  height: 100%;
}
@media screen and (hover: hover) {
  .campaign__list-001 li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .campaign__list-001 li a:hover {
    opacity: 0.6;
  }
}

.campaign__list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
}
@media screen and (max-width: 750px) {
  .campaign__list-item {
    padding: 1rem;
  }
}

.campaign__list-item-img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .campaign__list-item-img {
    margin-bottom: 1rem;
  }
}
.campaign__list-item:has(.campaign__list-item-title ruby) .campaign__list-item-img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .campaign__list-item:has(.campaign__list-item-title ruby) .campaign__list-item-img {
    margin-bottom: 0.6875rem;
  }
}
.campaign__list-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.campaign__list-item-title {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .campaign__list-item-title {
    margin-bottom: 0.5rem;
  }
}
.campaign__list-item-title h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #12749E;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .campaign__list-item-title h3 {
    font-size: 1.25rem;
  }
}

.campaign__list-item-text {
  flex: 1;
}
.campaign__list-item-text p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .campaign__list-item-text p {
    font-size: 0.875rem;
  }
}

.campaign__list-item-more {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .campaign__list-item-more {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .campaign__list-item-more {
    flex-direction: row;
  }
}

.campaign__list-item-more-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #28ABE3;
  color: #FFFFFF;
  font-size: min(1rem, 1.3333333333vw);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding-top: 0.5rem;
  padding-right: min(0.8125rem, 1.0833333333vw);
  padding-bottom: 0.5rem;
  padding-left: min(1.5rem, 2vw);
  border-radius: 9999px;
}
@media screen and (max-width: 1000px) {
  .campaign__list-item-more-label {
    justify-content: center;
    gap: 0.8vw;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 750px) {
  .campaign__list-item-more-label {
    gap: 0.5rem;
    font-size: min(1rem, 2.8571428571vw);
    padding-left: min(1.5rem, 4.2857142857vw);
    padding-right: min(0.8125rem, 2.3214285714vw);
  }
}
.campaign__list-item-more-label:after {
  content: "";
  display: block;
  width: min(1.5rem, 2vw);
  height: 0;
  padding-top: min(1.5rem, 2vw);
  overflow: hidden;
  background: url(../img/icon-more-001-white.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1000px) {
  .campaign__list-item-more-label:after {
    width: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .campaign__list-item-more-label:after {
    width: min(1.5rem, 4.2857142857vw);
    padding-top: min(1.5rem, 4.2857142857vw);
  }
}
@media screen and (hover: hover) {
  .campaign__list-item-more-label:after {
    transform: translateX(0px);
    transition: transform 0.3s ease;
  }
}

@media screen and (hover: hover) {
  .campaign__list-001 a:hover .campaign__list-item-more-label:after {
    transform: translateX(3px);
  }
}

.howto__list {
  display: flex;
  gap: 48px;
  transition: gap 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .howto__list {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .howto__list {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 750px) {
  .howto__item {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.howto__item-img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .howto__item-img {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.howto__item-img img {
  display: block;
}

.howto__item-title {
  margin-bottom: 0.5rem;
}
.howto__item-title h3 {
  font-size: min(2.4vw, 1.5rem);
  font-weight: 900;
  color: #12749E;
  background: linear-gradient(210deg, #00e4ff 0%, #0054c6 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .howto__item-title h3 {
    font-size: 1.25rem;
  }
}

.howto__item-text p {
  font-size: 1rem;
  line-height: 1.8;
}
.howto__item-text small {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
}

.section-btob {
  background: #f1f1f1;
}
.section-btob .section__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(9.6692111959vw, 2.375rem);
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #0198d9;
}
@media screen and (max-width: 750px) {
  .section-btob .section__title h2 {
    font-size: min(6.6157760814vw, 1.625rem);
  }
}
.section-btob .section__title h2 em {
  font-style: normal;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.35em;
  text-decoration-thickness: 40%;
  text-decoration-color: #fadadb;
}
.section-btob .section__title .catch {
  display: block;
  width: 313px;
  height: 0;
  padding-top: 92px;
  overflow: hidden;
  color: transparent;
  background: url(../img/btob-catch-text-001.svg) no-repeat 50% 50%/contain;
  margin: 0 auto 7px;
  transition: width 0.3s ease, padding-top 0.3s ease;
}
@media screen and (max-width: 750px) {
  .section-btob .section__title .catch {
    width: 242px;
    padding-top: 71px;
  }
}

.btob__text-001 p {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .btob__text-001 p {
    text-align: left;
  }
}
.btob__text-001 p + p,
.btob__text-001 p + ul,
.btob__text-001 ul + p {
  margin-top: 1rem;
}
.btob__text-001 strong {
  font-weight: 700;
}
.btob__text-001 em {
  font-style: normal;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 30%;
  text-decoration-color: #fadadb;
}

.btob__text-list-001 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btob__text-list-001 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
.btob__text-list-001 ul li {
  font-size: 1rem;
  color: #12749E;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  position: relative;
}
.btob__text-list-001 ul li::before {
  content: "●";
  display: inline-block;
  color: #28ABE3;
  position: absolute;
  left: -1.2em;
  top: 0;
}

.btob__contact-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 480px) {
  .btob__contact-button {
    width: 100%;
  }
}
.btob__contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 480px;
  background: #FFFFFF;
  color: #12749E;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  padding: 1.25rem 2rem;
  border: 4px solid #28ABE3;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .btob__contact-button a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .btob__contact-button a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .btob__contact-button a {
    min-width: unset;
  }
}

.btob__subsection {
  margin-top: 3.75rem;
}
@media screen and (max-width: 750px) {
  .btob__subsection {
    margin-top: 2.5rem;
  }
}
.btob__subsection em {
  font-style: normal;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.35em;
  text-decoration-thickness: 40%;
  text-decoration-color: #fadadb;
}

.btob__subsection-title {
  margin-bottom: 1.5rem;
}
.btob__subsection-title h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #12749E;
  line-height: 1.35;
  text-align: center;
}

.btob__list-001 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .btob__list-001 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.btob__list-001 li {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .btob__list-001 li {
    gap: 0.75rem;
  }
}

.btob__list-img {
  display: block;
  cursor: pointer;
}
@media screen and (hover: hover) {
  .btob__list-img {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .btob__list-img:hover {
    opacity: 0.6;
  }
}
.btob__list-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btob__list-title {
  font-size: min(1.6vw, 1rem);
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .btob__list-title {
    font-size: min(3.8095238095vw, 1rem);
  }
}

.btob-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  cursor: pointer;
  padding-top: max(56px + 1rem, env(safe-area-inset-top));
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.btob-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.btob-modal__inner {
  position: relative;
  cursor: default;
  max-width: min(90vw, 960px);
}

.btob-modal__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 56px - 1rem);
  max-height: calc(100dvh - 56px - 1rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.btob-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btob-modal__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

.btob__list-002 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.btob__list-002 li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.btob__list-002 li:before {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  padding-top: 24px;
  background: url(../img/icon-check.svg) no-repeat 50% 50%/contain;
  margin-top: 0.125em;
}
.btob__list-002 li a {
  display: inline-block;
  flex: 1;
  color: #485459;
  text-decoration: underline;
  text-underline-position: under;
  padding-right: 1rem;
}
@media screen and (hover: hover) {
  .btob__list-002 li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .btob__list-002 li a:hover {
    opacity: 0.6;
  }
}
.btob__list-002 li a > span {
  text-decoration: underline;
  text-underline-position: under;
}
.btob__list-002 li a > span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  background: url(../img/icon-target-blank-blue.svg) no-repeat 50% 50%/contain;
  margin-top: 0.375em;
  margin-right: 0.375em;
  margin-left: 0.375em;
  vertical-align: top;
}
.btob__list-002 li span:not(.btob__list-period) {
  display: inline-block;
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .btob__list-002 li span:not(.btob__list-period) {
    font-size: min(3.5623409669vw, 0.875rem);
  }
}
.btob__list-002 li .btob__list-period {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .btob__list-002 li .btob__list-period {
    font-size: 0.75rem;
  }
}
.btob__list-002 li + li {
  margin-top: 0.5rem;
}

.btob__area-img-001 {
  overflow: hidden;
  border-radius: 0.75rem;
}
@media screen and (max-width: 750px) {
  .btob__area-img-001 {
    border-radius: 1.6vw;
  }
}

.btob__more-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.btob__more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #12749E;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  padding: 0.625rem 2rem;
  border: 4px solid #28ABE3;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .btob__more-button a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .btob__more-button a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .btob__more-button a {
    min-width: unset;
  }
}

.section-calendar .fc {
  --fc-today-bg-color: #fceced;
  --fc-button-bg-color: #28ABE3;
  --fc-button-border-color: #28ABE3;
  --fc-button-hover-bg-color: #9FD9F3;
  --fc-button-hover-border-color: #9FD9F3;
  --fc-button-active-bg-color: #9FD9F3;
  --fc-button-active-border-color:#9FD9F3;
  --fc-button-text-color: #FFFFFF;
}
.section-calendar .fc .fc-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  padding: 0;
}
.section-calendar .fc .fc-button-primary {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.section-calendar .fc .fc-button-primary:disabled {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.section-calendar button.fc-prev-button.fc-button.fc-button-primary {
  padding-right: 2px;
}
.section-calendar button.fc-next-button.fc-button.fc-button-primary {
  padding-left: 2px;
}
.section-calendar .fc .fc-button-primary:focus,
.section-calendar .fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.section-calendar .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: #cfecf9 0px 0px 0px 0.2rem;
}
.section-calendar .fc-col-header {
  background: #e7f5fc;
}

.section-attention .section__inner {
  max-width: 800px;
}

.attention__list-title {
  margin-bottom: 1rem;
}
.attention__list-title h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #12749E;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .attention__list-title h3 {
    font-size: 1.25rem;
  }
}

.attention__list + .attention__list-title {
  margin-top: 2rem;
}

.attention__list ul {
  padding-left: 1.5em;
}
.attention__list li {
  list-style-type: disc;
}
.attention__list li + li {
  margin-top: 0.5rem;
}

.section-faq {
  background: #e7f5fc;
}
.section-faq .section__inner {
  max-width: 800px;
}

.faq__list-title {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.faq__list-title h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #12749E;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .faq__list-title h3 {
    font-size: 1.25rem;
  }
}

dl + .faq__list-title {
  margin-top: 2rem;
}

.faq__item {
  background: #FFFFFF;
  padding: 1.5rem 1.5rem 1.5rem 1.25rem;
  border-radius: 0.75rem;
}
.faq__item + .faq__item {
  margin-top: 1rem;
}
.faq__item dt {
  display: flex;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.faq__item dt::before {
  content: "Q";
  display: block;
  width: 2rem;
  height: 0;
  padding-top: 2rem;
  background: #EC6E72 url(../img/faq-icon-q.svg) no-repeat 50% 50%/contain;
  overflow: hidden;
  color: transparent;
  border-radius: 9999px;
}
.faq__item dt p {
  flex: 1;
  padding-right: 25px;
  position: relative;
}
.faq__item dt p:before, .faq__item dt p:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: -2px;
  width: 18px;
  height: 2px;
  background: #28ABE3;
  border-radius: 9999px;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}
.faq__item dt p:before {
  transform: rotate(90deg);
}
.faq__item.is-open dt p:before {
  transform: rotate(0deg);
}

.faq__item.is-open dt p:after {
  transform: rotate(180deg);
}

.faq__item dd {
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
}
.faq__item dd::before {
  content: "Q";
  display: block;
  width: 2rem;
  height: 0;
  padding-top: 2rem;
  background: #28ABE3 url(../img/faq-icon-a.svg) no-repeat 50% 50%/contain;
  overflow: hidden;
  color: transparent;
  border-radius: 9999px;
  margin-top: 1rem;
}
.faq__item dd .faq__item-dd-inner {
  flex: 1;
  margin-top: 1.0625rem;
}
.faq__item dd .faq__item-dd-inner p + p,
.faq__item dd .faq__item-dd-inner ol + p,
.faq__item dd .faq__item-dd-inner p + ol {
  margin-top: 1rem;
}
.faq__item dd .faq__item-dd-inner ol {
  padding-left: 1.5em;
}
.faq__item dd .faq__item-dd-inner ol li {
  list-style-type: circled-decimal;
}
.faq__item dd a {
  text-decoration: underline;
  text-underline-position: under;
  color: #12749E;
}
@media screen and (hover: hover) {
  .faq__item dd a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .faq__item dd a:hover {
    opacity: 0.6;
  }
}
.faq__item dd a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  background: url(../img/icon-target-blank-blue.svg) no-repeat 50% 50%/contain;
  margin-top: 0.375em;
  margin-right: 0.375em;
  margin-left: 0.25em;
  vertical-align: top;
}

.cp-form {
  background: #e7f5fc;
}
.cp-form .section__inner {
  max-width: 800px;
}
.cp-form .section__title .cp-form__campaign-title {
  display: block;
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .cp-form .section__title .cp-form__campaign-title {
    font-size: 20px;
  }
}
.cp-form .section__title .cp-form__title {
  display: block;
  line-height: 1.2;
}

.campaign-form__box {
  margin-top: 2rem;
}

.campaign-form__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #12749E;
  line-height: 1.35;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.campaign-form__item-required {
  display: inline-block;
  margin-left: 0.25rem;
  background: #12749E;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
  vertical-align: top;
  border-radius: 9999px;
  padding: 0 0.5rem;
  margin-top: 0.3125rem;
}

.radio-group input[type=radio] {
  display: none;
}
.radio-group label {
  display: inline-block;
  background: #FFFFFF;
  color: #485459;
  padding: 0 1rem;
  border: 1px solid #12749E;
  border-radius: 4px;
  margin: 4px 0;
  cursor: pointer;
}
.radio-group input[type=radio]:checked + label {
  background: #fceced;
  font-weight: 700;
}

.form-group input[type=date] {
  width: auto;
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #485459;
  border: 1px solid #12749E;
  border-radius: 4px;
  background: #fff;
}
.form-group input[type=date]::-moz-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.form-group input[type=date]::placeholder {
  font-weight: 400;
  color: #b3b3b3;
}

.inquiry-number-group {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.inquiry-number-group input[type=text] {
  width: auto;
  flex: 1;
  min-width: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #485459;
  border: 1px solid #12749E;
  border-radius: 4px;
}
.inquiry-number-group input[type=text]::-moz-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.inquiry-number-group input[type=text]::placeholder {
  font-weight: 400;
  color: #b3b3b3;
}

.inquiry-separator,
.wing-ticket-numero {
  font-size: 1.25rem;
  font-weight: 700;
  color: #485459;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.error-message {
  color: #dd1f25;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.campaign-form__box button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #28ABE3;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 1.25rem 2rem;
  border: 0 transparent;
  border-radius: 9999px;
  cursor: pointer;
  margin: 1.5rem auto 0;
}
@media screen and (hover: hover) {
  .campaign-form__box button[type=submit] {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .campaign-form__box button[type=submit]:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 480px) {
  .campaign-form__box button[type=submit] {
    min-width: unset;
    width: 100%;
  }
}

button[type=submit]:disabled {
  background: #b3b3b3;
  cursor: not-allowed;
}

.inquiry-toggle {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.inquiry-toggle__link {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #28ABE3;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #12749E;
  padding: 0.25rem 1rem;
}
.inquiry-toggle__link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  background: url(../img/icon-toggle-blue.svg) no-repeat 50% 50%/contain;
}

.go-to-top {
  margin-top: 2.5rem;
}

.go-top-top__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .go-top-top__buttons {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .go-top-top__button {
    width: 100%;
  }
}
.go-top-top__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  background: #FFFFFF;
  color: #12749E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 1.25rem 2rem;
  border: 4px solid #28ABE3;
  border-radius: 9999px;
}
@media screen and (hover: hover) {
  .go-top-top__button a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .go-top-top__button a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .go-top-top__button a {
    min-width: unset;
  }
}

.about__list li {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.about__list li.is-scroll {
  opacity: 1;
  transform: translateY(0);
}

.campaign__list-001 li {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.campaign__list-001 li.is-scroll {
  opacity: 1;
  transform: translateY(0);
}

.howto__item {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.howto__item.is-scroll {
  opacity: 1;
  transform: translateY(0);
}

@keyframes btob-catch-reveal {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.section-btob .section__title .catch.is-scroll {
  animation-name: btob-catch-reveal;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.no-scroll-animation .about__list li,
.no-scroll-animation .campaign__list-001 li,
.no-scroll-animation .howto__item {
  transition: none !important;
}
.no-scroll-animation .section-btob .section__title .catch {
  animation-duration: 0s !important;
}

@media (prefers-reduced-motion: reduce) {
  .about__list li,
  .campaign__list-001 li,
  .howto__item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .section-btob .section__title .catch.is-scroll {
    animation: none !important;
  }
}
.footer {
  background-color: #FFFFFF;
}

.footer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
}
.footer__inner {
  color: #485459;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.footer__text-001 {
  display: flex;
  justify-content: center;
  font-size: 0.8125rem;
  text-align: left;
}

.footer__copyright-notice {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  font-size: 0.8125rem;
  text-align: left;
}

.footer__company-logo {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.footer__company-logo a {
  display: block;
}
@media screen and (hover: hover) {
  .footer__company-logo a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .footer__company-logo a:hover {
    opacity: 0.6;
  }
}
.footer__company-logo img {
  display: block;
  width: 92px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.footer__company-name {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  text-align: center;
}

.footer__support {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  text-align: center;
}

.footer__support-mail a {
  color: #12749E;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (hover: hover) {
  .footer__support-mail a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .footer__support-mail a:hover {
    opacity: 0.6;
  }
}

.footer__navi {
  margin-top: 1.5rem;
}
.footer__navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 0.75rem;
}
@media screen and (max-width: 480px) {
  .footer__navi ul {
    display: block;
    border-top: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 480px) {
  .footer__navi li {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
  }
}
.footer__navi li a {
  display: block;
  font-size: 1rem;
  color: #12749E;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 480px) {
  .footer__navi li a {
    color: #485459;
    text-decoration: none;
    padding: 1rem 1.25rem;
  }
}
@media screen and (hover: hover) {
  .footer__navi li a {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
}
@media screen and (hover: hover) {
  .footer__navi li a:hover {
    opacity: 0.6;
  }
}

.footer__copyright {
  margin-top: 2.5rem;
  font-size: 1rem;
  text-align: center;
}