@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/* --------------------------------------------------
	base
-------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #CBCBCB;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  html.is-fixed {
    overflow: hidden;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #007BFF; /* 青い枠線 */
  outline-offset: 2px;
}

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

sup {
  font-size: 1rem;
}

section {
  padding: 2em 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 4em 0;
  }
}

/* --------------------------------------------------
	common
-------------------------------------------------- */
.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 92%;
  max-width: 1152px;
  margin: 0 auto;
}

.note {
  font-size: 1rem;
  line-height: 1.833;
}
@media screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}

.txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .txt {
    font-size: 1.55rem;
  }
}

.--blank {
  vertical-align: baseline;
  width: 13px;
  margin-left: 5px;
}

/* ----------------------------------------
	btn
---------------------------------------- */
.btn {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#6221b8), to(#ba26ff));
  background: linear-gradient(to right, #6221b8 0%, #ba26ff 100%);
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 2.2rem;
    max-width: 320px;
    padding: 23px;
  }
}

.btn2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 20px;
  display: block;
}
@media screen and (min-width: 640px) {
  .btn2 {
    max-width: 320px;
    padding: 23px;
  }
}
.btn2 .--blank {
  vertical-align: baseline;
  width: 13px;
  margin-left: 5px;
}

/* ----------------------------------------
	txtLink
---------------------------------------- */
.txtLink {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0 20px 5px 0;
  position: relative;
}
.txtLink::before, .txtLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 12px;
  right: 4px;
}
.txtLink::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.txtLink2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0 5px 5px 0;
}

/* ----------------------------------------
	secTtl
---------------------------------------- */
.secTtl {
  margin: 0 0 30px;
}
@media screen and (min-width: 640px) {
  .secTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 45px;
  }
}
.secTtl .--en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 5.6rem;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0bcdfb), to(#526cff));
  background: linear-gradient(to right, #0bcdfb, #526cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .secTtl .--en {
    font-size: 7.2rem;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--en {
    font-size: 10rem;
    margin: 0 48px 0 0;
  }
}
.secTtl .--ja {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 0 0 60px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .secTtl .--ja {
    font-size: 2rem;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--ja {
    font-size: 2.4rem;
    padding: 0 0 0 115px;
  }
}
.secTtl .--ja::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .secTtl .--ja::before {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--ja::before {
    width: 80px;
  }
}

/* ----------------------------------------
	heading
---------------------------------------- */
.header {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #000;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .header {
    height: 60px;
    padding: 9px 20px;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-left-logo {
  width: 72px;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 640px) {
  .header-left-logo {
    width: 86px;
    margin: 0 22px 0 0;
  }
}
.header-left-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 640px) {
  .header-left-txt {
    font-size: 1.7rem;
  }
}
.header-right {
  width: 100%;
}
@media screen and (max-width: 1269px) {
  .header-right {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    z-index: 1000;
    padding: 50px 20px 80px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    overflow-y: scroll;
  }
  .header-right.panelactive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (min-width: 1270px) {
  .header-right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list li:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1269px) {
  .header-nav-list li a {
    font-size: 1.6rem;
    padding: 18px;
    border-bottom: 1px solid #6B6B6B;
    display: block;
    position: relative;
  }
  .header-nav-list li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 639px) {
  .header-nav-list li a {
    padding: 15px;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list li a {
    font-size: 1.4rem;
  }
}
.header-nav-list li a .is-new {
  display: inline;
  color: #ff0000;
  font-size: 0.9rem;
  vertical-align: text-top;
}
.header-hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  top: 21px;
  padding: 0;
  display: none;
}
@media screen and (max-width: 1269px) {
  .header-hamburger {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .header-hamburger {
    top: 11px;
  }
}
.header-hamburger span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  margin: 6px 0;
}
.header-hamburger span:nth-child(3) {
  top: 0;
}
.header-hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .btn {
  margin: 20px 0;
}
@media screen and (min-width: 1270px) {
  .header .btn {
    font-size: 1.5rem;
    max-width: 154px;
    padding: 10px;
    margin: 0 0 0 14px;
  }
}
@media screen and (min-width: 1270px) {
  .header #js-focus-trap {
    display: none;
  }
}

.footer {
  padding: 40px 0 20px;
  border-top: 1px solid #fff;
  background: url(../img/footer_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 70px 0;
  }
}
.footer-inner {
  margin: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    margin: 0 60px;
  }
}
.footer-body-heading {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-body-logo {
  max-width: 120px;
  width: 100%;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 640px) {
  .footer-body-logo {
    max-width: 160px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-body-logo {
    max-width: 250px;
    margin: 0 54px 0 0;
  }
}
.footer-body-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 640px) {
  .footer-body-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-body-txt {
    font-size: 2.7rem;
  }
}
.footer-nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .footer-list li:nth-child(n+2) {
    margin: 0 0 0 27px;
  }
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .footer-sns {
    margin: 0 0 0 45px;
  }
}
.footer-sns li {
  width: 24px;
}
@media screen and (min-width: 640px) {
  .footer-sns li {
    width: 30px;
  }
}
.footer-sns li:nth-child(n+2) {
  margin: 0 0 0 20px;
}
.footer-note {
  font-size: 1rem;
  line-height: 1.66;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .footer-note {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-note {
    font-size: 1.2rem;
  }
}
.footer-copy {
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 1024px) {
  .footer-copy {
    font-size: 1.2rem;
  }
}

.pageTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 640px) {
  .pageTop {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTop {
    width: 90px;
    height: 90px;
  }
}
.pageTop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 15px;
}

.contact {
  padding: 5em 0;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 640px) {
  .contact {
    padding: 7em 0 5em;
  }
}
.contact-heading {
  text-align: center;
}
.contact-ttl {
  font-size: 2rem;
  line-height: 1.75;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .contact-ttl {
    font-size: 2.8rem;
  }
}
.contact-catch {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) {
  .contact-catch {
    font-size: 3.2rem;
  }
}
.contact-txt {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 640px) {
  .contact-txt {
    font-size: 1.6rem;
  }
}
.contact-txt a {
  text-decoration: underline;
}
.contact-att {
  color: #D4450D;
  font-size: 1.4rem;
}
.contact-note {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .contact-note {
    font-size: 1.4rem;
  }
}
.contact-wrap iframe {
  height: 1900px;
}
@media screen and (min-width: 640px) {
  .contact-wrap iframe {
    height: 1400px;
  }
}
/*# sourceMappingURL=contact.css.map */