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

変数

  ========================================================================== */
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================

サイト全体の基本設定

  ========================================================================== */
/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

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

::selection {
  background: #000;
  color: #fff;
}

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

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

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

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #666;
  }
}
a:active {
  color: #000;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

small {
  font-size: 75%;
  line-height: 1.2 !important;
}

sup, sub {
  font-size: 50%;
  position: relative;
}

sup {
  vertical-align: top;
  top: -0.1em;
}

sub {
  vertical-align: bottom;
  bottom: -0.1em;
}

/* ==========================================================================

全体・共通パーツなどのレイアウト設定・スタイル

  ========================================================================== */
:root {
  --global--admin-bar--height: 0;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.site-header.headroom {
  position: fixed;
  top: var(--global--admin-bar--height);
  left: 0;
  right: 0;
  z-index: 30;
}

/* ==========================================================================
  Layout
  ========================================================================== */
body {
  background: #ffcd00;
}

.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.l-main {
  width: 100%;
  background: #fff;
}

.l-inner {
  position: relative;
  max-width: 1160px;
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    padding: 0 40px;
  }
}
.l-inner.l-inner-full {
  margin: 0 -5%;
  max-width: inherit;
}
@media screen and (min-width: 769px) {
  .l-inner.l-inner-full {
    padding: 0;
  }
}

.l-content {
  position: relative;
  padding: 0 0 60px;
}

.l-sec {
  position: relative;
}

/* ==========================================================================
  Page Content
  ========================================================================== */
.l-content h2 {
  font-size: 2.4rem;
}
.l-content h3 {
  font-size: 2rem;
}
.l-content h4 {
  font-size: 1.6rem;
}
.l-content h5 {
  font-size: 1.4rem;
}
.l-content p {
  line-height: 1.8;
  text-align: justify;
}
.l-content .lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
.l-content .notes {
  font-size: 1rem;
  line-height: 1.8;
}
.l-content table th,
.l-content table td {
  padding: 0.5em 0.5em;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.6;
}
.l-content table th {
  background: #ededed;
  text-align: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  border-top: 10px solid #ffcd00;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 1000;
}
.l-header .header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px 0;
}
.l-header .site-logo {
  width: 30%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .l-header .site-logo {
    width: 60%;
    max-width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .header-inner {
    justify-content: space-between;
    padding: 30px 2.5% 20px;
  }
  .l-header .site-logo {
    width: 75%;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) {
  .gnav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
  .gnav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2vw;
  }
  .gnav > ul.gnav-work {
    margin-right: 2vw;
  }
  .gnav > ul > li {
    position: relative;
  }
  .gnav > ul > li a {
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    transition: all 0.25s ease-out;
  }
  .gnav > ul > li a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
  }
  .gnav > ul > li.has-submenu {
    position: relative;
    cursor: pointer;
  }
  .gnav > ul > li.has-submenu .submenu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #ffcd00;
    border: 1px solid #fff;
    min-width: 160px;
    z-index: 100;
  }
  .gnav > ul > li.has-submenu .submenu.is-open {
    display: flex;
  }
  .gnav > ul > li.has-submenu .submenu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .gnav > ul > li.has-submenu .submenu > li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.25s ease-out;
  }
  .gnav > ul > li.has-submenu .submenu > li a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
  }
  .gnav > ul > li.instagram {
    width: 30px;
    height: 30px;
  }
  .gnav > ul > li.instagram a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav-trigger {
    position: relative;
    width: 26px;
    height: 30px;
  }
  .gnav-trigger span {
    position: absolute;
    width: 26px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transition: all 0.25s ease-out;
    z-index: 1001;
  }
  .gnav-trigger span:nth-child(1) {
    top: 6px;
  }
  .gnav-trigger span:nth-child(2) {
    top: 14px;
  }
  .gnav-trigger span:nth-child(3) {
    top: 22px;
  }
  .gnav-trigger.is-active span:nth-child(1) {
    top: 14px;
    transform: rotate(-45deg);
  }
  .gnav-trigger.is-active span:nth-child(2) {
    top: 14px;
    width: 0;
  }
  .gnav-trigger.is-active span:nth-child(3) {
    top: 14px;
    transform: rotate(45deg);
  }

  .gnav {
    display: none;
    flex: 1;
    background: #fff;
    height: 80px;
  }
  .gnav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 2.5%;
    gap: 40px;
  }
  .gnav ul > li {
    width: 100%;
    text-align: center;
  }
  .gnav ul > li a {
    display: block;
    font-weight: bold;
    line-height: 1;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
  }
  .gnav ul > li .submenu {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 5%;
  }
  .gnav ul > li .submenu li a {
    display: block;
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .gnav ul > li.instagram {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }

  .gnav.is-active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100svh - 80px);
  }
}
.l-main {
  padding-top: 92px;
}

.l-side {
  background: #ffcd00;
}
.l-side .side-wrapper .page-ttl {
  font-weight: bold;
}

.l-content {
  padding: 0 0 90px;
}

.l-footer {
  background: #ffcd00;
  color: #231815;
}
.l-footer .footer-inner {
  padding: 30px 0 30px;
  display: flex;
  align-items: flex-end;
}
.l-footer .info {
  width: 200px;
  margin-right: 15px;
}
.l-footer .info h5 {
  font-size: 2rem;
  margin-bottom: 5px;
}
.l-footer .info p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.l-footer .info p a {
  text-decoration: underline;
}
.l-footer .fnav {
  flex: 1;
}
.l-footer .fnav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-footer .fnav ul li.fnav-contact {
  width: 80px;
  height: 80px;
}
.l-footer .fnav ul li.fnav-contact a {
  display: block;
  border-radius: 9999px;
  border: 1px solid #fff;
}
.l-footer .fnav ul li.fnav-airtwokyo, .l-footer .fnav ul li.fnav-rublab, .l-footer .fnav ul li.fnav-glab {
  flex: 1;
  padding: 10px 0;
}
.l-footer .fnav ul li.fnav-airtwokyo a, .l-footer .fnav ul li.fnav-rublab a, .l-footer .fnav ul li.fnav-glab a {
  display: block;
  border-radius: 8px;
  border: 1px solid #fff;
}
.l-footer .fnav ul li a {
  transition: all 0.25s ease-out;
}
.l-footer .fnav ul li a:hover {
  background: #fff;
}
.l-footer .copyright {
  color: #231815;
  font-size: 0.9rem;
  text-align: right;
  width: 200px;
  margin-left: 15px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .l-footer .footer-inner {
    padding: 30px 0 30px;
    align-items: center;
    flex-direction: column;
  }
  .l-footer .info {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
  }
  .l-footer .info h5 {
    width: 45%;
    font-size: 2rem;
    margin-bottom: 0;
    text-align: right;
    padding-right: 5%;
  }
  .l-footer .info p {
    flex: 45%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .l-footer .info p a {
    text-decoration: underline;
  }
  .l-footer .fnav {
    flex: 1;
  }
  .l-footer .fnav ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .l-footer .fnav ul li.fnav-contact {
    width: 120px;
    height: 120px;
  }
  .l-footer .fnav ul li.fnav-airtwokyo, .l-footer .fnav ul li.fnav-rublab, .l-footer .fnav ul li.fnav-glab {
    padding: 0;
    min-width: 250px;
  }
  .l-footer .copyright {
    font-size: 1rem;
    text-align: center;
    width: auto;
    padding-bottom: 0;
    margin-top: 30px;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #000;
}

.modaal-inner-wrapper {
  padding: 80px 20px !important;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px;
  }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative;
  }
}
/* ==========================================================================

汎用スタイル・パーツ

  ========================================================================== */
/* ==========================================================================
  Margin
  ========================================================================== */
.mt-xxl {
  margin-top: 150px;
}

.mt-xl {
  margin-top: 120px;
}

.mt-l {
  margin-top: 90px;
}

.mt-m {
  margin-top: 60px;
}

.mt-s {
  margin-top: 30px;
}

.mt-xs {
  margin-top: 15px;
}

.mt-xxs {
  margin-top: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-xxl {
  margin-bottom: 150px;
}

.mb-xl {
  margin-bottom: 120px;
}

.mb-l {
  margin-bottom: 90px;
}

.mb-m {
  margin-bottom: 60px;
}

.mb-s {
  margin-bottom: 30px;
}

.mb-xs {
  margin-bottom: 15px;
}

.mb-xxs {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* ==========================================================================
Text Link
========================================================================== */
a.link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a.link:hover {
    text-decoration: none;
  }
}

/* ==========================================================================
Button
========================================================================== */
a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 2.5em;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid;
}
@media screen and (min-width: 769px) {
  a.btn {
    transition: all 0.25s ease-out;
  }
  a.btn:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  a.btn {
    font-size: 1.2rem;
    max-width: 75%;
  }
}

a.btn-white {
  background: #fff;
}

a.btn-light {
  color: #231815;
}

a.btn-dark {
  color: #fff;
}

a.btn-next {
  padding: 1em 5em;
}
a.btn-next::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1.5em;
  margin: auto 0 auto auto;
  width: 1em;
  height: 1em;
  background: url(../images/common/arrow_right.png) center center no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
a.btn-next:hover::after {
  background: url(../images/common/arrow_right.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  a.btn-next {
    padding: 1em 3em;
    min-width: 75%;
  }
}

/* ==========================================================================
video [ responsible 16:9 ]
========================================================================== */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  Fonts Style
  ========================================================================== */
.ft-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft-en {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ft-en.ft-b {
  font-weight: 700;
}

.ft-en.ft-exb {
  font-weight: 800;
}

.ft-en.ft-blk {
  font-weight: 900;
}

.ft-stroke {
  color: #fff;
  -webkit-text-stroke: 3px #231815;
  text-stroke: 3px black;
  paint-order: stroke;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
}

.ft-stroke-s {
  font-size: 2.4rem;
}

/* ==========================================================================
Title Style
========================================================================== */
.ttl {
  position: relative;
  margin-bottom: 30px;
  margin-left: -20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .ttl {
    margin-left: -2.5%;
  }
}
.ttl span {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
}

.ttl-blk {
  color: #fff;
  background: #231815;
  display: inline-block;
  padding: 0 3px 2px;
}

.ttl-wht span {
  color: #fff;
  -webkit-text-stroke: 3px #231815;
  text-stroke: 3px black;
  paint-order: stroke;
}

.ttl-box-dot {
  background: url(../images/common/line_dot.svg) center center no-repeat;
  background-size: auto 6px;
}

.ttl-box-line {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.ttl-box-line::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #231815;
}

/* ==========================================================================
Page Title / Side Title
========================================================================== */
.l-ttl {
  padding: 30px 15px;
}
.l-ttl .page-ttl {
  text-align: center;
  font-size: 3.2rem;
}
.l-ttl .page-ttl span {
  font-weight: bold;
  text-transform: uppercase;
}
.l-ttl .subttl {
  margin-top: 30px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.l-ttl .lead {
  text-align: center;
  line-height: 1.6;
}
.l-ttl .lead a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l-ttl {
    padding: 30px 15px 60px;
  }
}
/* ==========================================================================
Section
========================================================================== */
/* ==========================
section
============================= */
.l-sec .flex {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-sec .flex {
    flex-direction: column;
  }
}
.l-sec .btn-wrap {
  width: 100%;
  padding: 30px 0 30px;
  display: flex;
  gap: 60px;
}
.l-sec .btn-wrap a:hover {
  opacity: 0.6;
  transition: all 0.25s ease-out;
}
.l-sec .sec-ttl {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.l-sec .sec-ttl span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.l-sec .sec-ttl h2 {
  position: relative;
  font-size: 2.4rem;
}
.l-sec .sec-ttl h2::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto auto 0;
  width: 54px;
  height: 3px;
  border-radius: 9999px;
}
.l-sec p {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
}
.l-sec p:not(:last-child) {
  margin-bottom: 1em;
}
.l-sec p.lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

/* ==========================
No Results
============================= */
.no-results {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}
.no-results p {
  text-align: center;
  margin-bottom: 15px;
}

/* ==========================
準備中
============================= */
.soon {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
}

/* ==========================
Link
============================= */
.link-wrap {
  margin-top: 30px;
}
.link-wrap.link-right {
  text-align: right;
}
.link-wrap.link-right a {
  margin: 0 0 0 auto;
}

.link-prev, .link-next {
  position: relative;
  display: inline-block;
}

.link-prev {
  text-align: left;
}
.link-prev::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(../images/common/arrow_left.png) center center no-repeat;
  background-size: contain;
}

.link-next {
  text-align: right;
}
.link-next::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: url(../images/common/arrow_right.png) center center no-repeat;
  background-size: contain;
}

/* ==========================================================================
Pagenation
========================================================================== */
.pagenation {
  margin: 5% auto 0;
  width: 100%;
  text-align: center;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.pagenation ul li {
  display: block;
  overflow: hidden;
  border-radius: 3px;
  width: 30px !important;
  height: 30px !important;
  text-align: center !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  color: #fff;
  border: 1px solid #1a1a1a;
  font-weight: bold;
  font-style: normal;
  margin: 0 10px;
}
.pagenation ul li.next, .pagenation ul li.prev {
  width: 50px !important;
}
.pagenation ul li a {
  display: block;
}
.pagenation ul li a:hover {
  color: #fff;
}
.pagenation ul li.active {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .pagenation {
    margin: 30px auto 60px;
    width: 100%;
    max-width: 720px;
  }
  .pagenation ul li {
    border-radius: 3px;
    width: 36px !important;
    height: 36px !important;
    font-size: 1rem;
    line-height: 34px;
    margin: 0 10px;
  }
  .pagenation ul li.next, .pagenation ul li.prev {
    width: 60px !important;
  }
}
/* ==========================
パスワード保護
============================= */
.post-password-form {
  max-width: 640px;
  margin: 0 auto;
  padding: 5em 5%;
}
.post-password-form p {
  margin-bottom: 1em;
  text-align: center;
  font-size: 84%;
  line-height: 1.2;
}
.post-password-form p:nth-of-type(2) input[type=password] {
  font-size: 115%;
  font-weight: bold;
  padding: 5px;
}
.post-password-form p:nth-of-type(2) input[type=submit] {
  font-size: 115%;
  font-weight: bold;
}

/* ==========================================================================

  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.bgextend {
  position: relative;
}

.bgextend.is-show::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffcd00;
  /*伸びる背景色の設定*/
  z-index: -1;
  left: -2px;
  top: -1px;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/* ==========================================================================
  Scroll Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.5s 0.1s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeinBlur {
  opacity: 0;
}

.anim-fadeinBlur.is-show {
  opacity: 0;
  animation: fadeIn 1s 0.1s both ease-out;
}

@keyframes fadeInBlur {
  0% {
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-fadeinUp {
  opacity: 0;
  filter: blur(10px);
}

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.5s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.5s 0.4s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.5s 0.6s both ease-out;
}

.anim-fadeinUp.anim-delay4.is-show {
  animation: fadeInUp 0.5s 0.8s both ease-out;
}

.anim-fadeinUp.anim-delay5.is-show {
  animation: fadeInUp 0.5s 1s both ease-out;
}

.anim-fadeinUp.anim-delay6.is-show {
  animation: fadeInUp 0.5s 1.2s both ease-out;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 5px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0);
  }
}
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(100vw, 0);
  }
}
/* ==========================================================================
ここから 共通用スタイル
========================================================================== */
/* ==========================
Work List
============================= */
.work-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work-list::before, .work-list::after {
  content: "";
  display: block;
  width: 22.5%;
}
.work-list::before {
  order: 1;
}
.work-list li {
  width: 23.5%;
  margin-bottom: 1.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}
.work-list li a {
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.work-list li a img {
  transition: all 0.25s ease-out;
}
.work-list li a:hover {
  opacity: 1;
  border: solid 8px #ffcd00;
}
.work-list li a:hover img {
  transform: rotate(5deg) scale(1.2);
}
.work-list li .thumbnail figure img {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .work-list::before, .work-list::after {
    content: "";
    display: block;
    width: 48.5%;
  }
  .work-list::before {
    order: 1;
  }
  .work-list li {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
.cat-list,
.tag-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.cat-list li:not(:last-child),
.tag-list li:not(:last-child) {
  margin-bottom: 15px;
}
.cat-list li a,
.tag-list li a {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .cat-list li a,
.tag-list li a {
    display: inline-block;
    border-radius: 3px;
    transition: all 0.25s ease-out;
    padding: 5px;
  }
  .cat-list li a:hover,
.tag-list li a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
  }
}

.archive-list {
  border-bottom: 1px solid #231815;
}
.archive-list h3 {
  margin-bottom: 30px;
}
.archive-list .cat-list, .archive-list .tag-list {
  padding-top: 30px;
  border-top: 1px solid #231815;
}

@media screen and (max-width: 768px) {
  .archive-list {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
  }
  .archive-list h3 {
    margin-bottom: 30px;
  }
  .archive-list .cat-list, .archive-list .tag-list {
    width: 48.5%;
    padding: 30px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
}
/* ==========================================================================
ここから work一覧/詳細用スタイル
========================================================================== */
#main-work.l-main-work {
  display: flex;
  position: relative;
}
#main-work.l-main-work .work-inner {
  padding: 30px 30px;
}
#main-work.l-main-work .l-side {
  position: sticky;
  top: 92px;
  width: 25%;
  min-width: 320px;
  height: 100svh;
  padding: 30px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#main-work.l-main-work .l-side .work-inner {
  padding: 0;
}
#main-work.l-main-work .l-side .side-ttl {
  margin-bottom: 30px;
}
#main-work.l-main-work .l-side .work-ttl {
  margin-bottom: 30px;
}
#main-work.l-main-work .l-side .work-ttl > * {
  font-weight: bold;
}
#main-work.l-main-work .l-side .work-ttl .client {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #231815;
}
#main-work.l-main-work .l-side .work-ttl .work-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #231815;
}
#main-work.l-main-work .l-side .work-ttl .work-info li {
  font-weight: bold;
}
#main-work.l-main-work .l-side .work-ttl .work-info li:not(:last-child) {
  margin-bottom: 15px;
}
#main-work.l-main-work .l-content {
  flex: 1;
  border-bottom: 1px solid #231815;
  padding: 0;
}
#main-work.l-main-work .l-content .content-inner {
  padding: 30px;
}
#main-work.l-main-work .l-content .work-list::before, #main-work.l-main-work .l-content .work-list::after {
  content: "";
  display: block;
  width: 30%;
}
#main-work.l-main-work .l-content .work-list li {
  width: 30%;
  margin-bottom: 3%;
}
#main-work.l-main-work .l-content .thumbnail {
  margin-bottom: 5%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #main-work.l-main-work .l-content .thumbnail figure {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
  }
  #main-work.l-main-work .l-content .thumbnail figure img {
    width: auto;
    max-height: 75vh;
  }
}
#main-work.l-main-work .l-content .gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
}
#main-work.l-main-work .l-content .gallery .gallery-list li {
  flex: 1;
  min-width: 48.5%;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  #main-work.l-main-work {
    display: flex;
    flex-direction: column;
  }
  #main-work.l-main-work .l-side {
    position: relative;
    top: auto;
    width: 100%;
    height: fit-content;
    min-width: inherit;
    border-right: none;
    border-bottom: 1px solid #231815;
    border-top: 1px solid #231815;
  }
  #main-work.l-main-work .l-content {
    flex: 1;
    width: 100%;
    border-bottom: none;
  }
  #main-work.l-main-work .l-content .content-inner {
    padding: 30px;
  }
  #main-work.l-main-work .l-content .work-list::before, #main-work.l-main-work .l-content .work-list::after {
    content: none;
  }
  #main-work.l-main-work .l-content .work-list li {
    width: 100%;
    margin-bottom: 3%;
  }
  #main-work.l-main-work .l-content .thumbnail {
    margin-bottom: 5%;
  }
  #main-work.l-main-work .l-content .gallery .gallery-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  #main-work.l-main-work .l-content .gallery .gallery-list li {
    width: 100%;
    margin-bottom: 3%;
  }
  #main-work.l-main-work .l-content .gallery .gallery-list li:last-child {
    margin-bottom: 0;
  }
}
/* ==========================================================================
ここから home用スタイル
========================================================================== */
#main-home .l-sec {
  padding: 30px 0 60px;
}
#main-home .l-index-new {
  border-bottom: 1px solid #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#main-home .l-index-new .slider-wrapper {
  position: relative;
}
#main-home .l-index-new .slider-wrapper .top-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#main-home .l-index-new .slider-wrapper .swiper-button-prev {
  left: -35px;
}
#main-home .l-index-new .slider-wrapper .swiper-button-next {
  right: -35px;
}

/* ==========================================================================
ここから profile用スタイル
========================================================================== */
#main-profile .l-sec-profile .prof-ttl {
  margin-bottom: 30px;
}
#main-profile .l-sec-profile .prof-txt p {
  margin-bottom: 30px;
  padding: 0 5%;
  font-size: 1.6rem;
  text-align: center;
}
#main-profile .l-sec-profile .prof-txt p.ft-serif {
  font-weight: bold;
}
#main-profile .l-sec-profile .prof-txt p.ft-serif b {
  font-family: sans-serif;
}
#main-profile .l-sec-profile .prof-txt p.ft-en {
  font-weight: bold;
  font-size: 1.2rem;
}
#main-profile .l-sec-profile .prof-txt p.icons img {
  display: block;
  width: 160px;
  margin: 0 auto;
}
#main-profile .l-sec-member .ttl-box {
  margin-bottom: 30px;
}
#main-profile .l-sec-member .member-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  #main-profile .l-sec-member .member-list::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  #main-profile .l-sec-member .member-list::after {
    content: "";
    display: block;
    width: 22%;
  }
}
#main-profile .l-sec-member .member-list > li {
  width: 22%;
  margin-bottom: 4%;
}
#main-profile .l-sec-member .member-list > li .job, #main-profile .l-sec-member .member-list > li .name {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  text-align: center;
}
#main-profile .l-sec-member .member-list > li .job {
  margin-bottom: 15px;
}
#main-profile .l-sec-member .member-list > li .name {
  font-weight: bold;
  margin-bottom: 15px;
}
#main-profile .l-sec-member .member-list > li .name small {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
#main-profile .l-sec-member .member-list > li .avator {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}
#main-profile .l-sec-member .member-list > li .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
#main-profile .l-sec-member .member-list > li .sns li {
  width: 24px;
  height: 24px;
  text-align: center;
}
#main-profile .l-sec-member .member-list > li .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-out;
}
#main-profile .l-sec-member .member-list > li .sns li a:hover {
  opacity: 0.75;
  transform: scale(1.2);
}
#main-profile .l-sec-member .member-list > li .sns li.twitter a {
  background: url(../images/common/sns_x_logo.png) center center no-repeat;
  background-size: contain;
}
#main-profile .l-sec-member .member-list > li .sns li.insta a {
  background: url(../images/common/sns_insta_logo.png) center center no-repeat;
  background-size: contain;
}
#main-profile .l-sec-member .member-list > li .txt {
  font-size: 1.2rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #main-profile .l-sec-profile {
    margin-bottom: 60px;
  }
  #main-profile .l-sec-profile .prof-ttl {
    margin-bottom: 60px;
  }
  #main-profile .l-sec-profile .prof-txt p {
    margin-bottom: 30px;
    padding: 0 5%;
    font-size: 1.6rem;
    text-align: center;
  }
  #main-profile .l-sec-profile .prof-txt p.ft-serif {
    font-weight: bold;
  }
  #main-profile .l-sec-profile .prof-txt p.ft-en {
    font-weight: bold;
    font-size: 1.2rem;
  }
  #main-profile .l-sec-profile .prof-txt p.icons img {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  #main-profile .l-sec-member .ttl-box {
    margin-bottom: 30px;
  }
  #main-profile .l-sec-member .member-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
  }
  #main-profile .l-sec-member .member-list > li {
    flex: 1;
    width: 100%;
    margin-bottom: 0;
  }
  #main-profile .l-sec-member .member-list > li:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: 1px solid #231815;
  }
  #main-profile .l-sec-member .member-list > li .job, #main-profile .l-sec-member .member-list > li .name {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  #main-profile .l-sec-member .member-list > li .job {
    margin-bottom: 30px;
  }
  #main-profile .l-sec-member .member-list > li .name {
    font-weight: bold;
    margin-bottom: 30px;
  }
  #main-profile .l-sec-member .member-list > li .name small {
    display: block;
    font-weight: 400;
    margin-top: 15px;
  }
  #main-profile .l-sec-member .member-list > li .avator {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
  }
  #main-profile .l-sec-member .member-list > li .sns {
    gap: 30px;
    margin-bottom: 30px;
  }
  #main-profile .l-sec-member .member-list > li .sns li {
    width: 32px;
    height: 32px;
  }
  #main-profile .l-sec-member .member-list > li .txt {
    font-size: 1.2rem;
    text-align: justify;
  }
}
/* ==========================================================================
ここから news用スタイル
========================================================================== */
#main-news .news-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
#main-news .news-list li {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
#main-news .news-list .ttl-box {
  margin-bottom: 30px;
}
#main-news .news-list .news-wrap {
  display: flex;
}
#main-news .news-list .news-wrap .img {
  position: relative;
  width: 50%;
  margin-right: 5%;
  display: flex;
  justify-content: space-between;
}
#main-news .news-list .news-wrap .txt {
  flex: 1;
}
#main-news .news-list .news-wrap .txt h3 {
  margin-bottom: 10px;
}
#main-news .news-list .news-wrap .txt h4 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main-news .news-list {
    gap: 90px;
  }
  #main-news .news-list .ttl-box {
    margin-bottom: 30px;
  }
  #main-news .news-list .news-wrap {
    flex-direction: column;
  }
  #main-news .news-list .news-wrap .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  #main-news .news-list .news-wrap .txt h3 {
    margin-bottom: 10px;
  }
  #main-news .news-list .news-wrap .txt h4 {
    margin-bottom: 30px;
  }
}
/* ==========================================================================
ここから faq用スタイル
========================================================================== */
#main-faq .l-ttl {
  margin-bottom: 30px;
}
#main-faq .l-sec-faq {
  margin-bottom: 60px;
}
#main-faq .l-sec-faq .ttl {
  margin-bottom: 30px;
}
#main-faq .faq-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#main-faq .faq-list li dl dt, #main-faq .faq-list li dl dd {
  position: relative;
}
#main-faq .faq-list li dl dt {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  cursor: pointer;
}
#main-faq .faq-list li dl dt p {
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 10px;
}
#main-faq .faq-list li dl dt::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  background: url(../images/pages/faq_icon_q.svg) center center no-repeat;
  background-size: contain;
}
#main-faq .faq-list li dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  left: auto;
  background: url(../images/pages/faq_icon_arrow_open.svg) center center no-repeat;
  background-size: contain;
}
#main-faq .faq-list li dl dt.is-active {
  border-bottom: 0;
}
#main-faq .faq-list li dl dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #ffcd00;
  border: 1px solid #231815;
  padding: 15px 8px 15px 15px;
}
#main-faq .faq-list li dl dd p {
  flex: 1;
  font-size: 1.4rem;
  padding-right: 15px;
}
#main-faq .faq-list li dl dd p:last-of-type {
  margin-bottom: 0;
}
#main-faq .faq-list li dl dd::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  background: url(../images/pages/faq_icon_a.svg) center center no-repeat red;
  background-size: contain;
  z-index: 2;
}
#main-faq .faq-list li dl dd > div {
  text-indent: -9999px;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url(../images/pages/faq_icon_arrow_close.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #main-faq .l-ttl {
    margin-bottom: 15px;
  }
  #main-faq .l-sec-faq .ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  #main-faq .faq-list li {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  #main-faq .faq-list li dl dt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-faq .faq-list li dl dt p {
    font-size: 1.4rem;
  }
  #main-faq .faq-list li dl dt::before {
    width: 1.5em;
    height: 1.5em;
  }
  #main-faq .faq-list li dl dt::after {
    width: 16px;
    height: 16px;
  }
  #main-faq .faq-list li dl dt.is-active {
    border-bottom: 0;
  }
  #main-faq .faq-list li dl dd {
    padding: 15px 8px 15px 15px;
  }
  #main-faq .faq-list li dl dd p {
    font-size: 1.4rem;
    padding-right: 15px;
  }
  #main-faq .faq-list li dl dd > div {
    width: 16px;
    height: 16px;
  }
}
/* ==========================================================================
ここから contact用スタイル
========================================================================== */
#main-contact .l-content,
#main-contact-test .l-content {
  margin-top: 30px;
  padding-top: 30px;
}
#main-contact .l-content::before,
#main-contact-test .l-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(../images/common/line_dot.svg) center center no-repeat;
  background-size: auto 6px;
}

.form-wrap {
  max-width: 750px;
  margin: 30px auto 0;
}

.contact-box {
  margin-bottom: 30px;
}
.contact-box label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-box label small {
  font-weight: bold;
}
.contact-box label sup {
  color: red;
  font-size: 1em;
}
.contact-box input, .contact-box textarea, .contact-box select, .contact-box button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.contact-box input[type=text], .contact-box input[type=tel], .contact-box input[type=email], .contact-box textarea {
  width: 100%;
  padding: 15px 10px;
  background: #f2f2f2;
  border: none;
  font-size: 1.6rem;
}
.contact-box textarea {
  min-height: 100px;
  font-size: 1.6rem;
}
.contact-box input[type=checkbox] {
  text-align: center;
}
.contact-box select {
  padding: 10px;
  min-width: 300px;
  border: 1px solid #231815;
}

.contact-check {
  text-align: center;
  padding: 12px 0 0 5px;
  margin-bottom: 42px;
}
.contact-check label {
  padding-left: 10px;
  font-weight: bold;
}
.contact-check input[type=checkbox] {
  display: none;
}
.contact-check input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.contact-check input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  top: 2px;
  left: -21px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 1px solid #eee;
}
.contact-check input[type=checkbox] + label::after {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  content: "";
  display: block;
  width: 5px;
  height: 13px;
  left: -13px;
  margin-top: -9px;
  position: absolute;
  top: 52%;
  transform: rotate(45deg);
  z-index: 3;
}
.contact-check input[type=checkbox].is-active + label::before {
  border: 2px solid #231815;
}
.contact-check input[type=checkbox].is-active:checked + label::before {
  background: #231815;
}
.contact-check input[type=checkbox].is-active:checked + label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.personaldata {
  margin-top: 30px;
  max-height: 250px;
  overflow-y: auto;
  padding: 30px;
  color: #231815;
  background: #fff;
  text-align: left;
  border: 1px solid;
}
.personaldata h4 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.personaldata p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.personaldata p:last-child {
  margin-bottom: 0;
}
.personaldata ol {
  padding-left: 1.5em;
  margin-bottom: 30px;
}
.personaldata ol > li {
  list-style: decimal outside;
  line-height: 1.6;
  font-size: 1.2rem;
}
.personaldata ol > li:not(:last-child) {
  margin-bottom: 15px;
}
.personaldata ol > li ul {
  padding-left: 1.2em;
}
.personaldata ol > li ul > li {
  list-style: disc outside;
}
.personaldata .guideline {
  margin-top: 30px;
}
.personaldata .guideline h4 {
  background: #666;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.personaldata .guideline ol > li {
  font-weight: bold;
}
.personaldata .guideline ol > li p {
  font-weight: normal;
}
.personaldata table th, .personaldata table td {
  font-size: 1.2rem;
}
.personaldata table th {
  font-weight: bold;
  background: #eee;
  text-align: center;
}
.personaldata .note {
  background: #eee;
  padding: 15px;
  font-size: 1rem;
}
.personaldata .note h5 {
  font-size: 1.2rem;
}

.contact-submit {
  margin-top: 30px;
  text-align: center;
}
.contact-submit button {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #ffcd00;
  width: 200px;
  padding: 10px;
  overflow: hidden;
  border-radius: 2px;
  color: #231815;
  border: 1px solid #ffcd00;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
.contact-submit button span {
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.25s ease-out;
}
.contact-submit button.is-active {
  opacity: 1;
  cursor: pointer;
}
.contact-submit button.is-active:hover {
  background: #000;
  border: 1px solid #231815;
  color: #fff;
}
.contact-submit button.is-active:hover::before {
  left: 0;
}
.contact-submit .thanks {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
}
.contact-submit .thanks span {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .form-wrap {
    padding-top: 30px;
    margin: 0 auto;
  }

  .contact-box {
    margin-bottom: 20px;
  }
  .contact-box label {
    font-size: 1.3rem;
  }
  .contact-box input[type=text], .contact-box input[type=tel], .contact-box input[type=email], .contact-box textarea {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .contact-box textarea {
    min-height: 200px;
  }
  .contact-box input[type=checkbox] {
    text-align: center;
  }

  .contact-check {
    margin-bottom: 32px;
  }

  .personaldata {
    margin-top: 32px;
    max-height: 200px;
    overflow-y: auto;
    padding: 15px 15px;
  }
  .personaldata h4 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .personaldata p {
    font-size: 1.3rem;
  }
}
/* ==========================================================================
ここから Splash画面用スタイル
========================================================================== */
.splash {
  position: fixed;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100svh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#splash1.splash {
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  animation-name: clipBtoT1;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 1.3s;
  animation-direction: normal;
}

#splash2.splash {
  background: #ffcd00;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  animation-name: clipBtoT2;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 1.3s;
  animation-direction: normal;
}

@keyframes clipTtoB {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes clipBtoT1 {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
@keyframes clipBtoT2 {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  60% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
}
.splash-logo {
  position: relative;
  width: 33.33%;
  height: 33.33%;
  z-index: 10001;
}
@media screen and (min-width: 769px) {
  .splash-logo {
    width: 20%;
    height: 20%;
  }
}
.splash-logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#splash1 .splash-logo::before {
  background: url(../images/index/logo_glab_blk.svg) center center no-repeat;
  background-size: contain;
}

#splash2 .splash-logo::before {
  background: url(../images/index/logo_glab_wht.svg) center center no-repeat;
  background-size: contain;
}

#splash1 .splash-logo {
  opacity: 0;
  animation-name: logoIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-delay: 0;
  animation-direction: normal;
}

@keyframes logoIn {
  0% {
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
