@charset "UTF-8";
/*-----------------------

        変数

-----------------------*/
:root {
  --baseColor: #000000;
  --mainColor: #fdff00;
  --subColor: #fff5e2;
  --accentColor: #4ba5aa;
  --colorW: #fff;
  --beb: "Bebas Neue", sans-serif;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------

         COMMON

-----------------------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  text-align: justify;
}

a {
  text-decoration: none;
  color: var(--mainColor);
}

a:visited,
a:focus,
a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

.flex {
  display: flex;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  width: 100%;
  color: var(--baseColor);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.container,
.wrapper {
  max-width: 106rem;
  padding: 0;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1280px) {
  .container,
  .wrapper {
    max-width: 100%;
    padding: 0 6%;
  }
}

.beb {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.holder {
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .holder {
    max-width: 80%;
  }
}
@media only screen and (max-width: 559px) {
  .holder {
    max-width: 100%;
    padding: 0 6%;
  }
}

.o-btn {
  text-align: center;
}
.o-btn__icon_r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.o-btn__link {
  display: block;
  text-align: center;
  position: relative;
}

.o-card {
  display: grid;
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

/*====================================================================
　モーダル/*---------------数値など任意で書き換えを行う---------------------
====================================================================*/
.o-modal__wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
  position: absolute;
  top: 0;
  right: 0;
}

html.modal-open {
  overflow: hidden;
  height: 100%;
}
html.modal-open::-webkit-scrollbar {
  display: none;
}

.o-modal__link {
  cursor: pointer;
}
.o-modal__close {
  cursor: pointer;
}

.o-faq {
  max-width: 60rem;
  margin: 0 auto;
}

.o-faq__item {
  margin-bottom: 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.o-faq__question {
  width: 100%;
  padding: 0 1.5rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  cursor: pointer;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.o-faq__question span {
  display: flex;
  font-size: 1.8rem;
}
.o-faq__question span::before {
  content: "Q.";
  color: #f36;
  font-size: 3rem;
  margin-right: 1rem;
  position: relative;
  top: -5px;
}
.o-faq__question::after {
  content: "＋";
  color: #f36;
  font-size: 3rem;
}
.o-faq__question.is-open::after {
  content: "－";
}

.o-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.o-faq__answer__inner {
  display: flex;
  padding: 0 1.5rem 2rem;
}
.o-faq__answer__inner::before {
  content: "A.";
  color: #f36;
  font-size: 3rem;
  margin-right: 1rem;
}

.l-hdr {
  position: relative;
}
.l-hdr__logo {
  position: fixed;
  top: 3rem;
  left: 4rem;
  margin: 0;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logo {
    top: 1rem;
    left: 2rem;
  }
}
.l-hdr__logoimg {
  width: 11rem;
  height: 7.7rem;
}
@media only screen and (max-width: 559px) {
  .l-hdr__logoimg {
    width: 5.7rem;
    height: 4rem;
  }
}

.l-ftr__inner {
  padding: 6rem 0;
  background-color: var(--baseColor);
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .l-ftr__inner {
    pad: 4rem 0;
  }
}
.l-ftr__copy {
  text-align: center;
  font-size: clamp(0.7rem, calc(0.4815533981rem + 0.5825242718vw), 1.6rem);
}

.mv {
  text-align: center;
  height: 100vh;
  position: relative;
}
.mv__ttlarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.mv__img {
  display: block;
  width: 59.2rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .mv__img {
    width: 30rem;
    max-width: 30rem;
  }
}

.bb__wrap {
  background: #000;
  padding: 16rem 0 17rem;
}
@media only screen and (max-width: 559px) {
  .bb__wrap {
    padding: 6.5rem 0 8rem;
  }
}

.catch {
  padding-bottom: 16.5rem;
}
@media only screen and (max-width: 559px) {
  .catch {
    padding-bottom: 6rem;
  }
}
.catch__ttl, .catch__message, .catch__textarea {
  color: var(--mainColor);
}
.catch__ttl {
  font-family: var(--beb);
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 9.5rem;
  font-size: clamp(2.2rem, calc(2.0058252427rem + 0.5177993528vw), 3rem);
}
@media only screen and (max-width: 559px) {
  .catch__ttl {
    margin-bottom: 4rem;
  }
}
.catch__message {
  line-height: 1.8888888889;
  margin-bottom: 7.5rem;
  font-size: clamp(2rem, calc(1.3932038835rem + 1.6181229773vw), 4.5rem);
}
@media only screen and (max-width: 559px) {
  .catch__message {
    line-height: 2;
    margin-bottom: 3.5rem;
  }
}
.catch__textarea {
  letter-spacing: 0.025em;
  line-height: 2.08;
  font-size: clamp(1.6rem, calc(1.3815533981rem + 0.5825242718vw), 2.5rem);
}
@media only screen and (max-width: 559px) {
  .catch__textarea {
    line-height: 1.875;
  }
}

.info {
  padding-bottom: 13.5rem;
}
@media only screen and (max-width: 559px) {
  .info {
    padding-bottom: 6rem;
  }
}
.info__ttl, .info__textarea {
  color: var(--mainColor);
}
.info__ttl {
  color: #000;
  font-family: var(--beb);
  background-color: var(--mainColor);
  padding: 1rem 3rem 0.6rem 3rem;
  width: fit-content;
  font-weight: 400;
  margin-bottom: 6.5rem;
  font-size: clamp(3.2rem, calc(2.7631067961rem + 1.1650485437vw), 5rem);
}
.info__list {
  list-style-type: none;
  padding: 0;
}
.info__listttl, .info__listitem {
  line-height: 2.4;
  font-size: clamp(1.6rem, calc(1.3815533981rem + 0.5825242718vw), 2.5rem);
}
@media only screen and (max-width: 559px) {
  .info__listttl, .info__listitem {
    line-height: 2.1875;
  }
}
.info__listitem--flex {
  display: flex;
  line-height: 1.4;
}
.info__listitem--flex span {
  width: 6.4rem;
}
@media only screen and (max-width: 559px) {
  .info__listitem--flex span {
    width: 4.4rem;
  }
}

.cs__text {
  text-align: center;
  color: var(--colorW);
  font-family: var(--beb);
  font-weight: 400;
  font-size: clamp(4.5rem, calc(3.6504854369rem + 2.2653721683vw), 8rem);
}

.message {
  padding: 13rem 0;
  background-color: var(--colorW);
  color: var(--baseColor);
}
@media only screen and (max-width: 559px) {
  .message {
    padding: 6rem 0;
  }
}
.message__textarea {
  font-size: clamp(1.6rem, calc(1.454368932rem + 0.3883495146vw), 2.2rem);
  line-height: 2.2727272727;
}
/*# sourceMappingURL=style.css.map */
