/* import
================================= */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000000;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
}
body.active {
  position: fixed;
  top: 0;
}

img {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

picture {
  display: block;
}

ul, ol, li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

main {
  padding: 138px 20px 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 166px 32px 0;
  }
}

section {
  padding-bottom: 40px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  section {
    padding-bottom: 60px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  display: inline-block;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.header__top {
  height: 46px;
  padding: 8px 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  background: #ffffff;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__top {
    height: 72px;
    padding: 16px 32px;
  }
}
.header__top.scroll {
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
.header__topLogo {
  max-width: 100px;
  width: 100%;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .header__topLogo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .header__topLogo {
    max-width: 142px;
  }
}
.header__topLogo > img {
  width: 100%;
}
.header__bottom {
  position: fixed;
  right: 0;
  left: 0;
  top: 46px;
  background: #AE3586;
  padding: 10px 20px;
  height: 86px;
  z-index: 200;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .header__bottom {
    top: 72px;
    padding: 18px 32px;
  }
}
.header__bottom.scroll {
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
  position: fixed;
  top: 0;
}

.footer {
  background: #AE3586;
  padding: 32px 20px 40px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 32px 40px;
  }
}
.footer__top {
  padding-bottom: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .footer__top {
    padding-bottom: 34px;
  }
}
.footer__top .logo {
  margin-bottom: 24px;
}
.footer__topLinkList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__topLinkContent:first-child {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
@media screen and (min-width: 430px) {
  .footer__topLinkContent:first-child {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .footer__topLinkContent:first-child {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__topLink {
  color: #ffffff;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  text-decoration: underline;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__topLink:hover {
    opacity: 0.6;
  }
}
.footer__topListInner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer__topListInner {
    flex-wrap: wrap;
  }
}
.footer__miniList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .footer__miniList {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.footer__miniListContet {
  font-size: 13px;
}
@media screen and (min-width: 430px) {
  .footer__miniListContet {
    font-size: clamp(14px, 1.6vw, 16px);
  }
}
.footer__miniListLink {
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__miniListLink:hover {
    opacity: 0.6;
  }
}
.footer__bottom {
  text-align: center;
  border-top: 1px solid #ffffff;
  padding-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-top: 32px;
    margin-bottom: 56px;
  }
}
.footer__bottomLogo {
  max-width: 141px;
  width: 100%;
  margin: 0 auto 16px;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__bottomLogo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottomLogo {
    max-width: 226px;
    margin-bottom: 24px;
  }
}
.footer__bottomLogo > img {
  width: 100%;
}
.footer__bottomList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer__bottomList {
    margin-bottom: 24px;
  }
}
.footer__bottomContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__bottomContent:hover {
    opacity: 0.6;
  }
}
.footer__bottomContent:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ffffff;
}
.footer__bottomContent:last-child:after {
  content: none;
}
.footer__bottomLink {
  color: #ffffff;
}
.footer__sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}
.footer__snsContent {
  width: 44px;
  height: 44px;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__snsContent:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .footer__snsContent {
    width: 64px;
    height: 64px;
  }
}
.footer__snsLink {
  width: 100%;
  height: 100%;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .footer__snsLink:hover {
    opacity: 0.6;
  }
}
.footer__snsLink img {
  width: 100%;
  height: 100%;
}
.footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__pagetop {
  cursor: pointer;
  position: fixed;
  left: auto;
  right: 8px;
  bottom: 3%;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid #AE3586;
  width: 48px;
  height: 48px;
  opacity: 0.9;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer__pagetop {
    right: 16px;
    width: 56px;
    height: 56px;
  }
}
.footer__pagetopIcon {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (hover: hover) {
  .footer__pagetopIcon:hover img {
    transform: translateY(-5px);
  }
}
.footer__pagetopIcon > img {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .footer__pagetopIcon > img {
    width: 32px;
    height: 32px;
  }
}

.breadcrumb {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 12px 0;
  }
}
.breadcrumb__list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
.breadcrumb__item {
  display: inline;
  position: relative;
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item {
    padding-right: 24px;
  }
}
.breadcrumb__item:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../../images/icon_arrow.svg);
          mask-image: url(../../images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000000;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  right: 0;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:after {
    width: 24px;
    height: 24px;
  }
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child:after {
  content: none;
}
.breadcrumb__link {
  display: inline;
  font-size: 12px;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    color: #AE3586;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb__link {
    font-size: 14px;
  }
}
.breadcrumb__link--current {
  cursor: default;
  pointer-events: none;
}

.logo {
  line-height: 1.4;
  color: #ffffff;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.6;
  }
}
.logo span {
  display: block;
}
.logo__text {
  font-size: clamp(11px, 1.5vw, 14px);
  font-weight: 500;
  display: inline-block;
}
.logo__english {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 400;
  letter-spacing: 0;
}
.logo__main {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.section_title {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  border-bottom: 1px solid #AE3586;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section_title {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.section_title__english {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 400;
}

.faq {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-bottom: 60px;
  }
}
.faq__list {
  width: 100%;
}
.faq__content {
  border-bottom: 1px solid #979797;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .faq__content {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.faq__question {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .faq__question {
    padding-right: 46px;
  }
}
@media (hover: hover) {
  .faq__question:hover {
    color: #AE3586;
  }
  .faq__question:hover:after {
    background: #AE3586;
  }
}
.faq__question:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-mask-image: url(../../images/icon_under-arrow.svg);
          mask-image: url(../../images/icon_under-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000000;
  width: 20px;
  height: 20px;
  right: 0;
  top: 28%;
  transition: 0.4s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .faq__question:after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
.faq__question.active {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .faq__question.active {
    padding-bottom: 12px;
  }
}
.faq__question.active:after {
  top: 18%;
  transform: rotate(180deg);
}
.faq__answer {
  display: none;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    padding-right: 46px;
  }
}
.faq__japanese {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
}
.faq__english {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  margin-top: 4px;
}
.faq__text {
  font-size: clamp(16px, 1.6vw, 18px);
}