@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Sans:wght@100;200;300;400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.3/dist/css/splide.min.css");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", "游ゴシック Medium",
    sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
}
body .en {
  font-family: "Noto Sans", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
  font-weight: 300;
}

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

ul {
  margin: 0;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
#wrapper {
  display: block;
  margin: 0px auto;
  padding: 213px 0 0 0;
  min-height: 100vh;
}
@media screen and (min-width: 992px) {
  #wrapper {
    padding: 246px 0 0 0;
  }
}

#top #wrapper {
  padding: 0;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
#header {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
}

#top .header {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 599px) {
  .header {
    max-width: 100vw;
  }
}
.header__container {
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .header__container {
    max-width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .header__container {
    justify-content: space-between;
    align-items: center;
    padding: 30px 36px;
  }
}
.header__container h1 {
  display: flex;
  flex-flow: column wrap;
  margin-right: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
}
.header__container h1 a {
  color: #333333;
}
.header__container h1 a span {
  display: block;
}
.header__container h1 span {
  font-weight: 400;
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  .header__container h1 {
    font-size: 28px;
  }
  .header__container h1 span {
    font-size: 18px;
  }
}
.header__menu {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .header__menu {
    flex-flow: row nowrap;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header__menu {
    justify-content: flex-end;
  }
}
.header__menu li {
  padding-bottom: 8px;
}
.header__menu li.icon img {
  width: 10px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .header__menu li {
    padding: 0 0 0 30px;
  }
  .header__menu li.icon img {
    width: 12px;
    height: auto;
  }
}
.header__menu li a {
  color: #333333;
}
@media screen and (min-width: 992px) {
  .header__menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .header__menu li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .header__menu li a:hover:after {
    transform: scale(1, 1);
  }
  .header__menu li a:last-child:hover:after {
    transform: none;
  }
}

#top .header a {
  color: #ffffff;
}
#top .header__menu a {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  #top .header__menu a {
    position: relative;
    display: inline-block;
  }
  #top .header__menu a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #top .header__menu a:hover:after {
    transform: scale(1, 1);
  }
}
#top .header__menu a .icon {
  color: #ffffff;
}

#footer {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  #footer {
    max-width: 78%;
    margin: 0 auto;
  }
}
#footer .pagetop {
  position: fixed;
  right: 16px;
  bottom: 0;
  font-size: 12px;
  letter-spacing: -0.3em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: unset;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  #footer .pagetop {
    right: 16px;
    bottom: 0;
  }
}

#top .footer {
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  .footer {
    max-width: 100vw;
  }
}
.footer__container {
  display: flex;
  flex-flow: column nowrap;
  margin: 120px auto 40px;
}
@media screen and (max-width: 599px) {
  .footer__container {
    max-width: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .footer__container {
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: flex-end;
    display: flex;
    margin: 140px auto 40px;
  }
}
.footer__container h2 {
  display: flex;
  flex-flow: column wrap;
  margin-right: auto;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 16px;
}
.footer__container h2 a {
  color: #333333;
}
.footer__container h2 a span {
  display: block;
}
.footer__container h2 span {
  font-weight: 400;
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  .footer__container h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .footer__container h2 span {
    font-size: 12px;
  }
}
.footer__container .copy {
  font-size: 13px;
}
.footer__box {
  display: flex;
  flex-flow: column wrap;
}
@media screen and (min-width: 992px) {
  .footer__box {
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}
.footer__menu {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0 0 40px 0;
}
@media screen and (min-width: 992px) {
  .footer__menu {
    font-size: 13px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footer__menu {
    justify-content: flex-end;
  }
}
.footer__menu li {
  padding-right: 20px;
}
.footer__menu li.icon img {
  width: 10px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .footer__menu li {
    padding: 0 0 0 30px;
  }
  .footer__menu li.icon img {
    width: 8px;
    height: auto;
  }
}
.footer__menu li a {
  color: #333333;
}
@media screen and (min-width: 992px) {
  .footer__menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer__menu li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .footer__menu li a:hover:after {
    transform: scale(1, 1);
  }
  .footer__menu li a:last-child:hover:after {
    transform: none;
  }
}

#top .footer__menu a {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  #top .footer__menu a {
    position: relative;
    display: inline-block;
  }
  #top .footer__menu a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #top .footer__menu a:hover:after {
    transform: scale(1, 1);
  }
}

.nav-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: -1000;
  width: 70px;
  height: 70px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}
.nav-pagetop:before {
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-pagetop:after {
  content: "PAGETOP";
  display: block;
  padding: 4px 0px;
}
.nav-pagetop:hover {
  background: #262626;
}
.nav-pagetop:hover:before {
  transform: translateY(-4px);
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #ffffff;
  text-align: center;
  color: #333333;
  /* Loading画像中央配置　*/
  /* Loading アイコンの大きさ設定　*/
  /* fadeUpをするアイコンの動き */
}
#splash__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash h1 {
  font-size: 28px;
  font-weight: 100;
  white-space: nowrap;
}
#splash h1 span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}
#splash .fadeUp {
  -webkit-animation: fadeUp 1.2s;
  animation: fadeUp 1.2s;
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  #splash h1 {
    font-size: 64px;
  }
  #splash h1 span {
    font-size: 30px;
  }
}
#splash__loading {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  position: absolute;
  /*テキストの形状*/
  font-size: 12px;
  letter-spacing: 0.2em;
  /* ALTERNATING ORBITS */
}
#splash__loading span {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
#splash__loading .spinner-box {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#splash__loading .circle-border {
  width: 24px;
  height: 24px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(249, 63, 63);
  background: linear-gradient(0deg, #fafafa 33%, #333333 100%);
  animation: spin 1.2s linear 0s infinite;
}
#splash__loading .circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

#top .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1002;
  /*全体の高さ*/
  height: 50px;
  width: 100vw;
  display: flex;
  justify-content: center;
}
#top .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.7s ease-in-out infinite;
  opacity: 0;
}
#top .scrolldown1 span {
  /*描画位置*/
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: -15px;
  /*テキストの形状*/
  font-size: 12px;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#top .videos__ttl {
  position: relative;
}
#top .videos__ttl video {
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  #top .videos__ttl video {
    object-fit: cover;
    height: 100vw;
    width: 100%;
  }
}
#top .videos__ttl h2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 100;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6509803922);
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  #top .videos__ttl h2 {
    font-size: 120px;
  }
}

#top .splide .videos__ttl video {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

#top .splide .splide__arrows {
  display: none;
}

.about {
  font-weight: 300;
}
.about__section {
  display: flex;
  flex-flow: column;
}
.about__section__image {
  width: 134px;
  padding-bottom: 24px;
}
.about__section__txt {
  width: 100%;
  line-height: 1.75;
}
.about__section__txt .jp,
.about__section__txt .en {
  display: flex;
  flex-flow: column wrap;
  padding-bottom: 60px;
}
.about__section__txt .en {
  padding-bottom: 0;
}
.about__section__txt h2 {
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 24px;
}
.about__section__txt .pdf {
  display: inline-block;
}
.about__section__txt .pdf a {
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 4px;
  position: relative;
  padding-right: 28px;
}
.about__section__txt .pdf a::after {
  position: absolute;
  content: "";
  background-image: url("/images/images_icon_pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  right: 0;
  top: 6%;
  vertical-align: middle;
}
.about__section__txt ul {
  list-style: none;
  padding: 0 0 16px 0;
  margin: 0;
  width: 100%;
}
.about__section__txt p {
  padding-bottom: 24px;
}
.about__section__txt p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .about__section .pdf {
    order: 3;
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .about__section {
    flex-flow: row nowrap;
  }
  .about__section .jp,
  .about__section .en {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about__section h2 {
    padding-bottom: 20px;
  }
  .about__section .pdf a:hover {
    opacity: 0.7;
    border-bottom: 1px solid #333333;
  }
  .about__section p {
    padding-bottom: 60px;
  }
  .about__section__image {
    width: 20%;
    margin-right: 80px;
  }
  .about__section__txt {
    width: 80%;
  }
}

.works__section {
  width: 90%;
  margin: 0 auto;
}
.works__section ul {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.works__section ul li {
  width: 48%;
  margin-bottom: 2vw;
}
.works__section ul li img {
  border-radius: 10px;
}
.works__hover-ttl {
  display: none;
}
.works li:hover > .works__hover-ttl {
  display: block;
}
@media screen and (min-width: 992px) {
  .works__section {
    width: 95%;
    margin: 0 auto;
  }
  .works__section ul {
    width: 100%;
  }
  .works__section ul li {
    width: 23.5%;
    position: relative;
  }
  .works__section ul li a:hover .works__hover-ttl {
    position: absolute;
    top: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .works__section ul li a:hover .works__hover-ttl .jp {
    padding-bottom: 6px;
  }
  .works__section ul li a:hover .works__hover-ttl .en {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", "游ゴシック Medium",
      sans-serif;
    font-size: 13px;
  }
}
.works .modal {
  background-color: rgba(255, 255, 255, 0.9411764706);
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.works .modal .close {
  display: inline-block;
  padding: 25px 0;
  position: absolute;
  top: -6%;
  left: 95%;
  transform: translate(-50%, -50%);
}
.works .modal .close::before,
.works .modal .close::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
}
.works .modal .close::before {
  transform: rotate(-45deg);
}
.works .modal .close::after {
  transform: rotate(45deg);
}
.works .modal__wrapper {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works .modal__wrapper h3 {
  padding-bottom: 12px;
}
.works .modal__wrapper a {
  color: #333333;
  text-decoration: underline;
}
.works .modal__wrapper a:hover {
  opacity: 0.7;
}
.works .modal__images {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.works .modal__images li {
  width: 49%;
  padding-bottom: 2vw;
}
.works .modal__tag {
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #333333;
  display: block;
  width: 120px;
  margin-bottom: 13px;
  text-align: center;
}
.works .modal__tag-hidden {
  display: none !important;
}
.works .modal__jp-ttl {
  display: flex;
  flex-flow: column nowrap;
  font-weight: 300;
}
.works .modal__txt {
  font-size: 22px;
}
.works .modal__en-ttl {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .works .modal .close {
    left: 108%;
  }
  .works .modal__wrapper {
    width: 800px;
  }
  .works .modal__images li {
    width: 380px;
  }
  .works .modal__images li:nth-child(-n + 2) {
    padding-bottom: 40px;
  }
  .works .modal__tag {
    font-size: 14px;
    display: inline-block;
    padding: 5px 14px;
    margin: 0 12px 0 0;
  }
  .works .modal__jp-ttl {
    align-items: center;
    flex-flow: row nowrap;
  }
  .works .modal__txt {
    font-size: 24px;
  }
  .works .modal__en-ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.works .open {
  display: block;
}
.works .caution p:first-child {
  margin-bottom: 20px;
}

.works__section {
  width: 90%;
  margin: 0 auto;
}
.works__section ul {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.works__section ul li {
  width: 48%;
  margin-bottom: 2vw;
}
.works__section ul li img {
  border-radius: 10px;
}
.works__hover-ttl {
  display: none;
}
.works li:hover > .works__hover-ttl {
  display: block;
}
@media screen and (min-width: 992px) {
  .works__section {
    width: 95%;
    margin: 0 auto;
  }
  .works__section ul {
    width: 100%;
  }
  .works__section ul li {
    width: 23.5%;
    position: relative;
  }
  .works__section ul li a:hover .works__hover-ttl {
    position: absolute;
    top: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .works__section ul li a:hover .works__hover-ttl .jp {
    padding-bottom: 6px;
  }
  .works__section ul li a:hover .works__hover-ttl .en {
    font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", "游ゴシック Medium",
      sans-serif;
    font-size: 13px;
  }
}
.works .modal {
  background-color: rgba(255, 255, 255, 0.9411764706);
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.works .modal .close {
  display: inline-block;
  padding: 25px 0;
  position: absolute;
  top: -6%;
  left: 95%;
  transform: translate(-50%, -50%);
}
.works .modal .close::before,
.works .modal .close::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
}
.works .modal .close::before {
  transform: rotate(-45deg);
}
.works .modal .close::after {
  transform: rotate(45deg);
}
.works .modal__wrapper {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works .modal__wrapper h3 {
  padding-bottom: 12px;
}
.works .modal__wrapper a {
  color: #333333;
  text-decoration: underline;
}
.works .modal__wrapper a:hover {
  opacity: 0.7;
}
.works .modal__images {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.works .modal__images li {
  width: 49%;
  padding-bottom: 2vw;
}
.works .modal__tag {
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #333333;
  display: block;
  width: 120px;
  margin-bottom: 13px;
  text-align: center;
}
.works .modal__tag-hidden {
  display: none !important;
}
.works .modal__jp-ttl {
  display: flex;
  flex-flow: column nowrap;
  font-weight: 300;
}
.works .modal__txt {
  font-size: 22px;
}
.works .modal__en-ttl {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .works .modal .close {
    left: 108%;
  }
  .works .modal__wrapper {
    width: 800px;
  }
  .works .modal__images li {
    width: 380px;
  }
  .works .modal__images li:nth-child(-n + 2) {
    padding-bottom: 40px;
  }
  .works .modal__tag {
    font-size: 14px;
    display: inline-block;
    padding: 5px 14px;
    margin: 0 12px 0 0;
  }
  .works .modal__jp-ttl {
    align-items: center;
    flex-flow: row nowrap;
  }
  .works .modal__txt {
    font-size: 24px;
  }
  .works .modal__en-ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.works .open {
  display: block;
}
.works .caution p:first-child {
  margin-bottom: 20px;
}

.contact {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .contact {
    width: 800px;
  }
}
.contact .stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a5a5a;
  list-style: none;
  padding: 0 0 40px 0;
}
.contact .stepper li {
  width: 30%;
  position: relative;
  text-align: center;
  color: #acacac;
}
.contact .stepper li.active {
  color: #333333;
}
.contact .stepper li::after {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background: #acacac;
  top: 50%;
  right: 0;
  transform: translate(50%, 50%);
}
.contact .stepper li::after.active {
  background: #333333;
}
.contact .stepper li:last-child:after {
  content: none;
}
.contact .stepper li span {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 992px) {
  .contact .stepper {
    justify-content: center;
    padding: 0 0 60px 0;
  }
  .contact .stepper li {
    width: 14%;
  }
  .contact .stepper li::after {
    position: absolute;
    display: block;
    content: "";
    width: 26px;
    height: 1px;
    background: #acacac;
    top: 50%;
    right: 0;
    transform: translate(50%, 50%);
  }
}
.contact__inner form label {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 12px 12px 0;
}
.contact__inner form label .en {
  font-size: 12px;
}
.contact__inner .form__item {
  margin-bottom: 28px;
}
.contact__inner .form__item__required {
  display: flex;
  align-items: flex-start;
}
.contact__inner .form__item__required__tag {
  font-size: 11px;
  padding: 4px 10px;
  color: #ffffff;
  background-color: #5a5a5a;
}
.contact__inner .form .btn__box {
  display: flex;
  flex-flow: column-reverse;
}
.contact__inner .form__btn {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.contact__inner .form__btn .btn__jp {
  width: 60%;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.contact__inner .form__btn .btn__en {
  width: 60%;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #333333;
}
.contact__inner .form__btn.back {
  color: #acacac;
}
.contact__inner .form__btn.back .btn__jp,
.contact__inner .form__btn.back .btn__en {
  color: #acacac;
}
.contact__inner .form__btn.back .btn__jp {
  border-bottom: 1px solid #acacac;
}
.contact__input,
.contact__textarea,
.contact__checkbox {
  font-size: 16px;
  background: #f4f4f4;
  border-radius: 2px;
}
.contact__input,
.contact__textarea {
  width: 100%;
  padding: 14px 12px;
}
.contact__checkbox__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-bottom: 20px;
}
.contact__checkbox__container p a {
  color: #333333;
  text-decoration: underline;
}
.contact__checkbox__container p span.en {
  font-size: 12px;
  display: block;
}
.contact__checkbox__wrap div:last-child {
  padding-bottom: 0;
}
.contact .privacy__txt {
  padding: 0 12px 12px 0;
}
.contact .privacy__txt span {
  font-size: 12px;
  display: block;
}
.contact .privacy__txt .form__item__required__tag {
  display: inline-block;
  margin: 0 0 0 12px;
}
@media screen and (min-width: 992px) {
  .contact .form__item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .contact .form__item label {
    width: 170px;
  }
  .contact .form__item__required {
    width: 220px;
    justify-content: space-between;
  }
  .contact .form .btn__box {
    flex-flow: row nowrap;
    justify-content: center;
  }
  .contact .form .btn__box button {
    width: 242px;
    margin: 0 15px;
  }
  .contact .form__btn .btn__jp {
    width: 242px;
  }
  .contact .form__btn .btn__en {
    width: 242px;
  }
  .contact__input,
  .contact__textarea {
    width: 560px;
  }
  .contact__checkbox__wrap {
    width: 560px;
  }
  .contact__checkbox__wrap__container {
    width: 100%;
  }
  .contact__checkbox__container {
    width: 560px;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .contact input[type="checkbox"] {
    --active: #5a5a5a;
    --active-inner: #fff;
    --background: #f4f4f4;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px;
    cursor: pointer;
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .contact input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }
  .contact input[type="checkbox"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .contact input[type="checkbox"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .contact input[type="checkbox"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .contact input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
  }
  .contact input[type="checkbox"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .contact input[type="checkbox"]:not(.switch):checked {
    --o: 1;
  }
  .contact input[type="checkbox"] {
    border-radius: 4px;
  }
  .contact input[type="checkbox"]:after {
    width: 8px;
    height: 12px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }
  .contact input[type="checkbox"]:checked {
    --r: 43deg;
  }
}
.contact .caution__message {
  font-size: 11px;
  padding-bottom: 2px;
}
.contact .caution__message:last-child {
  padding-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .contact .caution {
    width: 220px;
  }
}

.contact-modal {
  background-color: rgba(255, 255, 255, 0.9411764706);
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.contact-modal .close {
  display: inline-block;
  padding: 25px 0;
  position: fixed;
  top: 10%;
  right: 0;
  transform: translate(-50%, -50%);
}
.contact-modal .close::before,
.contact-modal .close::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
}
.contact-modal .close::before {
  transform: rotate(-45deg);
}
.contact-modal .close::after {
  transform: rotate(45deg);
}
.contact-modal__wrapper {
  font-size: 13px;
  width: 90%;
  height: 70vh;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 4%;
  border: 1px solid #acacac;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-modal__wrapper::-webkit-scrollbar {
  width: 10px;
}
.contact-modal__wrapper::-webkit-scrollbar-track {
  background-color: #ccc;
}
.contact-modal__wrapper::-webkit-scrollbar-thumb {
  background-color: #acacac;
}
.contact-modal__wrapper h2 {
  font-size: 16px;
  padding-bottom: 12px;
}
.contact-modal__wrapper p {
  padding-bottom: 12px;
}
.contact-modal__wrapper dl {
  padding-bottom: 20px;
  margin: 0;
}
.contact-modal__wrapper dl dt {
  padding-bottom: 8px;
}
.contact-modal__wrapper dl dd {
  padding-bottom: 16px;
}
.contact-modal__wrapper dl dd ol {
  padding-bottom: 10px;
  margin: 0;
}
.contact-modal__wrapper dl dd ol li {
  padding-bottom: 6px;
}
.contact-modal__wrapper dl dd ol li :last-child {
  padding-bottom: 0;
}
.contact-modal__wrapper h3 {
  font-size: "Noto Sans JP", "游ゴシック", "游ゴシック Medium", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .contact-modal .close {
    right: 10%;
  }
  .contact-modal__wrapper {
    width: 800px;
  }
}

.open {
  display: block;
}

.none {
  display: none;
}

#confirm-step .confirm__wrap {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
#confirm-step .confirm__wrap li {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  min-height: 64px;
  padding: 0 0 20px 0;
}
#confirm-step .confirm__wrap li p {
  width: 100%;
  padding-bottom: 7px;
  color: #5a5a5a;
  font-size: 13px;
}
#confirm-step .confirm__wrap li p > span {
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
}
#confirm-step .confirm__input {
  display: block;
  font-size: 14px;
  padding-left: 8px;
}
#confirm-step .confirm__input .confirm-step__type__item {
  font-family: "Noto Sans", "Noto Sans JP", "游ゴシック", "游ゴシック Medium",
    sans-serif;
  line-height: 1.4;
  padding-bottom: 12px;
}
#confirm-step .confirm__input .confirm-step__type__item:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #confirm-step .confirm__wrap {
    width: 800px;
  }
  #confirm-step .confirm__wrap li {
    width: 100%;
    flex-flow: row nowrap;
  }
  #confirm-step .confirm__wrap li p {
    width: 25%;
  }
  #confirm-step .confirm__wrap li p > span {
    display: block;
    padding-left: 0;
  }
  #confirm-step .confirm__wrap span.en {
    display: block;
  }
  #confirm-step .confirm__input {
    font-size: 14px;
    width: 75%;
    display: block;
    padding-left: 0;
  }
}

.thanks {
  text-align: center;
}
.thanks__txt {
  padding-bottom: 10px;
}
.thanks__txt:last-child {
  padding-bottom: 0;
}
.thanks__txt.en {
  padding-bottom: 40px;
}
.thanks__vimeo {
  padding-bottom: 40px;
}
.thanks__vimeo a {
  color: #333333;
  text-decoration: underline;
}
.thanks .contact__wrap {
  display: flex;
  flex-flow: column-reverse nowrap;
  margin-top: 20px;
}
.thanks .contact__wrap div {
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
  background: #f4f4f4;
}
.thanks .contact__wrap div.mail {
  line-height: 70px;
}
.thanks .contact__wrap div a {
  display: block;
  padding: 16px;
  color: #333333;
}
.thanks .contact__wrap div p {
  padding-bottom: 6px;
}
.thanks .contact__wrap__phone {
  font-size: 24px;
}
.thanks .contact__wrap__mail {
  padding-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .thanks__txt {
    padding-bottom: 10px;
  }
  .thanks__txt .en {
    display: block;
  }
  .thanks__vimeo {
    padding-bottom: 40px;
  }
  .thanks .contact__wrap {
    flex-flow: row nowrap;
    justify-content: center;
  }
  .thanks .contact__wrap div {
    width: 302px;
    margin: 0 15px;
  }
  .thanks .contact__wrap div.mail {
    line-height: 70px;
  }
}

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