@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--nowrap {
  display: block;
  overflow-x: scroll;
}
.row--nowrap .row__item {
  width: 240px;
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--wide {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--content-card {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--content-card {
    margin: -30px;
  }
}
.row--content-card .row__item {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--content-card .row__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .row--content-card .row__item:nth-of-type(3n - 1)::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #d6d6d6;
    z-index: -1;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}

.container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container__inner {
  margin: 4rem auto 0;
}
@media screen and (min-width: 1200px) {
  .container__inner {
    max-width: 700px;
    margin: 8rem 0 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .container__inner--service {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--sub {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container--lg {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container--pl {
    padding-left: 200px;
  }
}
.container--project-contents {
  max-width: 1600px;
}

.section-box {
  margin: 16rem 0 0;
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .header__body {
    padding: 3rem;
  }
}
.header__logo-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo {
  width: 105px;
  height: 25px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 125px;
    height: 30px;
  }
}
.header__logo--sub {
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .header__logo--sub {
    width: 32px;
    height: 32px;
  }
}
.header__sub-ttl {
  color: #2c2c2c;
  font-size: 1.9rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  margin-left: 1.3rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .header__sub-ttl {
    font-size: 2.2rem;
    margin-left: 2rem;
  }
}
.header__sub-ttl a {
  color: inherit;
}
.header__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header__btn {
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
.header__contact .btn {
  color: #2c2c2c;
  background: #d6d6d6;
  padding: 10px 20px;
}
.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .header__contact--pc-fixed {
    display: none;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav--open .cv-btn {
  display: none;
}
.header--fixed {
  position: fixed;
}

.menu-btn {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(-50%);
}
.menu-btn__text {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 5em;
  height: 20px;
  overflow: hidden;
}
.menu-btn__text::before, .menu-btn__text:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-btn__text:before {
  top: 50%;
  content: "MENU";
  transition: top 0.2s ease-out, transform 0.2s ease-out, 0.1s color 0.7s ease-out;
}
.menu-btn__text:after {
  top: 0;
  transform: translate(-50%, -100%);
  content: "CLOSE";
  transition: top 0.2s ease-out, transform 0.2s ease-out, 0.1s color 0.5s ease-out;
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  transition: 0.3s ease-out;
  background: #2c2c2c;
  transition: 0.1s ease-out 0.7s;
}
.menu-btn__line:nth-child(1) {
  transform: translate(-50%, -5px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, 0);
}
.menu-btn__line:nth-child(3) {
  transform: translate(-50%, 5px);
}
.menu-btn--open .menu-btn__text:before, .menu-btn--open .menu-btn__text:after {
  color: #2c2c2c;
}
@media screen and (min-width: 1200px) {
  .menu-btn--open .menu-btn__text:before, .menu-btn--open .menu-btn__text:after {
    color: #fff;
  }
}
.menu-btn--open .menu-btn__text::before {
  top: 100%;
  transform: translate(-50%, 0);
  transition: top 0.2s ease-out, transform 0.2s ease-out, 0.1s color 0.5s ease-out;
}
.menu-btn--open .menu-btn__text:after {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.2s ease-out, transform 0.2s ease-out, 0.1s color 0.5s ease-out;
}
.menu-btn--open .menu-btn__line {
  background: #2c2c2c;
  transition: 0.1s ease-out 0.5s;
}
@media screen and (min-width: 1200px) {
  .menu-btn--open .menu-btn__line {
    background: #fff;
  }
}

.cv-btn-menu {
  display: flex;
  justify-content: space-around;
  padding: 6rem 0 2rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .cv-btn-menu {
    padding: 6rem 0 4.8rem;
  }
}
.cv-btn-menu__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  height: 50px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .cv-btn-menu__item:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .cv-btn-menu__item:hover .cv-btn-menu__txt::after {
    width: 100%;
  }
}
.cv-btn-menu__item + .cv-btn-menu__item {
  margin: 0 0 0 1.5rem;
}
.cv-btn-menu__item::before, .cv-btn-menu__item::after {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv-btn-menu__item::before {
  right: 17px;
  font-family: "icomoon";
  text-align: center;
  color: #2c2c2c;
  z-index: 1;
}
.cv-btn-menu__item::after {
  content: "";
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transition: 0.4s ease-out;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cv-btn-menu__item::after {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 50px;
  }
}
.cv-btn-menu__item--mail::before {
  content: "\e904";
}
.cv-btn-menu__item--tel::before {
  content: "\e908";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-btn-menu__item--tel::after {
  background: #2c2c2c;
  border: 1px solid #fff;
}
@media screen and (min-width: 1200px) {
  .cv-btn-menu__item--tel {
    pointer-events: none;
  }
}
.cv-btn-menu__item--dl::before {
  content: "\e903";
}
.cv-btn-menu__link {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 150px;
  height: 100px;
  z-index: 5;
}
.cv-btn-menu__txt {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .cv-btn-menu__txt {
    font-size: 1.5rem;
  }
}
.cv-btn-menu__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-out;
}

.cv-btn {
  position: fixed;
  right: 20px;
  bottom: 15px;
  display: flex;
  align-items: flex-end;
  opacity: 1;
  visibility: visible;
  z-index: -10;
  transition: 0.6s ease-out;
}
@media screen and (min-width: 1200px) {
  .cv-btn {
    position: absolute;
    top: 100%;
    right: 30px;
    flex-direction: column;
  }
}
.cv-btn--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-out;
}
.cv-btn__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .cv-btn__item {
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .cv-btn__item:hover {
    padding: 0 50px 0 20px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .cv-btn__item:hover::after {
    content: "";
    width: 100%;
    border-radius: 50px;
    background: #333333;
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .cv-btn__item:hover .cv-btn__txt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.6s ease-out;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
.cv-btn__item + .cv-btn__item {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1200px) {
  .cv-btn__item + .cv-btn__item {
    margin: 1.5rem 0 0;
  }
}
.cv-btn__item::before, .cv-btn__item::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.cv-btn__item::before {
  right: 17px;
  font-family: "icomoon";
  z-index: 1;
}
.cv-btn__item::after {
  content: "";
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: 0.2s ease-out;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cv-btn__item::after {
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 50px;
  }
}
.cv-btn__item--mail::before {
  content: "\e904";
}
.cv-btn__item--mail::after {
  background: #f57976;
}
.cv-btn__item--tel::before {
  content: "\e908";
}
.cv-btn__item--tel::after {
  background: #f0ef81;
}
.cv-btn__item--dl::before {
  content: "\e903";
}
.cv-btn__item--dl::after {
  background: #859add;
}
.cv-btn__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: inherit;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .cv-btn__link {
    right: 0;
  }
}
.cv-btn__txt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-out;
  z-index: 1;
}

.gnav-imp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .gnav-imp {
    padding-right: 20rem;
  }
}
@media screen and (max-width: 1199px) {
  .gnav-imp {
    display: none;
  }
}
.gnav-imp__item {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .gnav-imp__item {
    color: #2c2c2c;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-imp__item + .gnav-imp__item {
    margin-left: 3.2rem;
  }
}
.gnav-imp__link {
  color: inherit;
}
.gnav-imp__link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2c2c2c;
  transition: 0.3s ease-out;
}
.gnav-imp__link:hover::after {
  width: 100%;
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .gnav {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .gnav::before {
    content: "";
    background: #2c2c2c;
    position: absolute;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.7s ease-out 0.5s;
  }
}
.gnav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: -2;
  transition: 0.2s ease-out 1.2s;
}
.gnav__item {
  width: 100%;
  flex: 1;
  padding: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .gnav__item {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .gnav__item:first-child {
    padding: 10rem 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .gnav__item:last-child {
    position: relative;
    padding: 2.4rem 2.4rem 6rem;
  }
  .gnav__item:last-child::before {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    transition: 0.4s ease-out 0.5s;
  }
}
.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1199px) {
  .gnav--open::before {
    bottom: 0;
    transition: 0.2s ease-out;
  }
}
@media screen and (min-width: 1200px) {
  .gnav--open::before {
    right: 0;
    transition: 0.7s ease-out 0.2s;
  }
}
.gnav--open::after {
  opacity: 1;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .gnav--open .gnav__item:last-child::before {
    right: 0;
    transition: 0.4s ease-out 0.2s;
  }
}
.gnav--open .gnav-item-wrap,
.gnav--open .gnav-list {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease-out 1s;
}

.gnav-item-wrap,
.gnav-list {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.2s ease-out;
}

.gnav-list {
  display: flex;
  flex-direction: column;
}
.gnav-list__item {
  position: relative;
  display: inline-block;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .gnav-list__item {
    border-bottom: 1px solid #f8f8f8;
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item:hover::before {
    width: 85%;
  }
  .gnav-list__item:hover .gnav-list__title-ja {
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
  }
  .gnav-list__item:hover .gnav-list__title-ja:before {
    flex: auto;
  }
  .gnav-list__item:hover .gnav-list__title-en::before {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    visibility: inherit;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item--pc-none {
    display: none !important;
  }
  .gnav-list__item--pc-none .gnav-list__link,
  .gnav-list__item--pc-none .btn {
    display: none !important;
  }
}
.gnav-list__title-en {
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  color: #2c2c2c;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .gnav-list__title-en {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__title-en {
    padding: 0 2rem 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__title-en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scale(0);
    width: 24px;
    height: 24px;
    background: #2c2c2c;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-right: 2rem;
    transition: 0.3s ease-out;
  }
}
.gnav-list__title-en--window::after {
  content: "\e901";
  font-family: "icomoon";
  color: #d6d6d6;
  font-size: 2rem;
  margin-left: 1.5rem;
}
.gnav-list__title-ja {
  font-size: 1.3rem;
  color: #959595;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .gnav-list__title-ja {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__title-ja {
    flex: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 0 0 2rem;
    transition: 0.4s ease-out;
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__title-ja::before {
    content: "";
    width: 0;
    height: 1px;
    background: #2c2c2c;
    vertical-align: middle;
    margin: 0 2.5rem;
    transition: 0.4s ease-out;
    flex: initial;
    margin: 0;
    margin-right: 3rem;
  }
}
.gnav-list__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .gnav-list__link {
    justify-content: space-between;
  }
}

.menu-news {
  position: relative;
}
.menu-news li {
  display: flex;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .menu-news li:hover {
    opacity: 0.7;
  }
}
.menu-news + .menu-news {
  margin-top: 1.4rem;
}
.menu-news__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-post {
  padding: 4rem 0 0;
}
@media screen and (min-width: 1200px) {
  .menu-post {
    padding: 6.4rem 0 0;
  }
}
.menu-post__subject, .menu-post__time {
  transition: 0.3s ease-out;
}
.menu-post__title {
  color: #fff;
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin-bottom: 2.5rem;
}
.menu-post__card {
  position: relative;
  display: flex;
}
.menu-post__card:hover .menu-post__thumbnail {
  transform: scale(0.95);
}
.menu-post__card:hover .menu-post__img {
  transform: scale(1.1);
}
.menu-post__card:hover .menu-post__subject,
.menu-post__card:hover .menu-post__time {
  opacity: 0.7;
}
.menu-post__box {
  margin-left: 1.5rem;
}
.menu-post__thumbnail {
  flex: 1 0 155px;
  height: 95px;
  max-width: 155px;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.menu-post__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.3s ease-out;
}
.menu-post__time {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  color: #959595;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu-post__time {
    margin-right: 2.4rem;
  }
}
.menu-post__subject {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .menu-post__subject {
    font-size: 1.4rem;
  }
}
.menu-post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .hero__inner {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 0;
    margin-top: -5rem;
  }
}
.hero__single {
  width: 100vw;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .hero__single {
    height: 480px;
  }
}
.hero__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.hero__single--single {
  height: 50vh;
}
@media screen and (min-width: 1200px) {
  .hero__single--single {
    height: 70vh;
  }
}
.hero__message {
  display: block;
}
@media screen and (max-width: 1199px) {
  .hero__message {
    margin-top: 2rem;
    background: #fff;
  }
}
.hero__body {
  display: flex;
  align-items: center;
}
.hero__img {
  width: 100%;
  height: 1000%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 1200px) {
  .hero--top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero--top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    background: #fff;
    z-index: -1;
  }
}
.hero--sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    margin-top: 115px;
    height: 130px;
  }
}
.hero--works {
  margin-top: 0;
  height: auto;
}
.hero--project {
  height: 130vh;
}

.hero-title {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.12em;
  font-weight: normal;
  background: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .hero-title {
    text-align: center;
  }
}
.hero-title--blog .hero-title__time {
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.12em;
}
.hero-title--blog .hero-title__ja {
  font-size: 2.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
.hero-title--service {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .hero-title--service {
    font-size: 2.8rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message__title-ja {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message__title-ja {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__title-ja {
    font-size: 2.4vw;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 4rem;
  }
}
.message__title-en {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .message__title-en {
    display: none;
  }
}

/*********************/
/*  スクロールダウン  */
/*********************/
.scroll {
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .scroll {
    bottom: 110px;
    left: calc(50% + 1px);
    background: #fff;
    padding-bottom: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .scroll {
    bottom: 250px;
    width: 850px;
    transform: translateY(100%);
    padding: 35px;
    margin: auto;
  }
}
.scroll__text {
  position: relative;
  font-size: 1.5rem;
  font-family: futura-pt, sans-serif;
  color: #2c2c2c;
  letter-spacing: 0.07em;
}
.scroll__text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  border-top: 10px solid #2c2c2c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.scroll__line {
  position: relative;
  display: block;
  width: 5rem;
  height: 3.5rem;
  overflow: hidden;
  margin: 0 auto;
}

.lottie--top {
  width: 285px;
}
@media screen and (min-width: 1200px) {
  .lottie--top {
    width: 30vw;
    max-width: 800px;
    min-width: 500px;
    margin-left: 200px;
  }
}
.lottie--service {
  width: 225px;
  height: 210px;
}
@media screen and (max-width: 1199px) {
  .lottie--service {
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .lottie--service {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    width: 490px;
    height: 455px;
    z-index: 1;
  }
}

/*********************/
/*  フッター  */
/*********************/
@media screen and (min-width: 1200px) {
  .cv-wrap {
    display: flex;
  }
}
.cv-wrap:hover > .cv-card--contact::before {
  transform: scaleX(0);
  transform-origin: right;
}
.cv-wrap .cv-card--contact + .cv-wrap .cv-card--dl:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cv-wrap .cv-card--contact:hover::before {
  transform: scaleX(1);
}

.cv-card {
  position: relative;
  background: #2c2c2c;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 5rem 3rem;
  z-index: 0;
  transition: transform 0.4s;
}
@media screen and (min-width: 1200px) {
  .cv-card {
    flex: 1;
    background: #f8f8f8;
    padding: 13rem 5rem;
  }
  .cv-card:hover .cv-card__txt::after {
    width: 100%;
  }
}
.cv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  z-index: -1;
}
.cv-card--contact::before {
  transform: scaleX(1);
  transform-origin: right;
  background: #2c2c2c;
}
.cv-card--dl .cv-card__txt::before {
  content: "\e903";
}
@media screen and (max-width: 1199px) {
  .cv-card--dl {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1200px) {
  .cv-card--dl {
    background: #f8f8f8;
  }
  .cv-card--dl::before {
    background: #2c2c2c;
  }
  .cv-card--dl .cv-card__title,
  .cv-card--dl .cv-card__description,
  .cv-card--dl .cv-card__txt {
    color: #2c2c2c;
  }
  .cv-card--dl .cv-card__copy {
    color: #bebebe;
  }
  .cv-card--dl .cv-card__description::after {
    background-image: linear-gradient(90deg, #2c2c2c, #2c2c2c 3px, transparent 3px, transparent 8px);
  }
  .cv-card--dl .cv-card__txt::before {
    color: #fff;
    background: #2c2c2c;
  }
  .cv-card--dl:hover .cv-card__title,
  .cv-card--dl:hover .cv-card__description,
  .cv-card--dl:hover .cv-card__txt {
    color: #fff;
  }
  .cv-card--dl:hover .cv-card__description::after {
    background-image: linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 8px);
  }
  .cv-card--dl:hover .cv-card__txt::before {
    background: #fff;
    color: #2c2c2c;
  }
  .cv-card--dl:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 1200px) {
  .cv-card--change {
    color: #2c2c2c;
  }
  .cv-card--change .cv-card__txt::before {
    background: #2c2c2c;
    color: #fff;
  }
  .cv-card--change .cv-card__description::after {
    background-image: linear-gradient(90deg, #2c2c2c, #2c2c2c 3px, transparent 3px, transparent 8px);
  }
}
.cv-card__title, .cv-card__copy, .cv-card__txt, .cv-card__description {
  transition: 0.2s ease-out;
}
.cv-card__header {
  padding-bottom: 3.6rem;
}
.cv-card__title {
  font-family: futura-pt, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1200px) {
  .cv-card__title {
    font-size: 3.8rem;
  }
}
.cv-card__copy {
  color: #959595;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 1.5rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .cv-card__copy {
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }
}
.cv-card__description {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .cv-card__description {
    font-size: 1.5rem;
  }
}
.cv-card__description::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  width: 30px;
  height: 1px;
  background-image: linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1199px) {
  .cv-card__description::after {
    bottom: -27px;
  }
}
.cv-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cv-card__txt {
  position: relative;
  display: inline-block;
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .cv-card__txt {
    padding-top: 7rem;
  }
}
.cv-card__txt::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 1.8rem;
  color: #2c2c2c;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  border-radius: 50%;
  margin: 5.5rem auto 1.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .cv-card__txt::before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cv-card__txt::before {
    margin: 0 auto 1.5rem;
  }
}
.cv-card__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.4s ease-out;
}

.footer {
  margin-top: auto;
  overflow: hidden;
}
.footer__logo, .footer__address {
  display: block;
}
.footer__logo {
  width: 135px;
  height: 35px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    width: 170px;
    height: 45px;
    text-align: right;
    margin: 0 0 0 auto;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.footer__address {
  background: #fff;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 1199px) {
  .footer__address {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__address {
    background: transparent;
    margin: 0 0 35rem;
  }
}
.footer__other {
  margin: 0 0 220px;
  padding: 2.4rem 0;
}
@media screen and (min-width: 1200px) {
  .footer__other {
    margin: 0 0 80px;
    padding: 0;
  }
}
.footer__pmark, .footer__isms {
  width: auto;
  height: 69px;
}
@media screen and (max-width: 767px) {
  .footer__pmark, .footer__isms {
    height: 60px;
  }
}

.footer-list {
  color: #2c2c2c;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer-list {
    background: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .footer-list {
    display: flex;
    justify-content: flex-end;
  }
}
.footer-list__item {
  list-style: none;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #2c2c2c;
  transition: 0.2s ease-out;
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 1200px) {
  .footer-list__item + .footer-list__item {
    margin-left: 3.2rem;
  }
}
.footer-list__link {
  color: inherit;
}
.footer-list__link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2c2c2c;
  transition: 0.3s ease-out;
}
.footer-list__link:hover::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .footer-list:first-child {
    padding: 9px 0 0;
  }
}
.footer-list:last-child {
  margin: 32px 0 0;
}
@media screen and (max-width: 1199px) {
  .footer-list:last-child {
    margin: 64px 0 0;
    padding: 9px 0 24px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-list--privacy {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 0 24px;
  }
}

.other {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  .other {
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transform-origin: bottom left;
    padding-bottom: 0;
  }
}
.other__item {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
  color: #2c2c2c;
  transition: 0.2s ease-out;
}
.other__item + .other__item {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .other__item + .other__item {
    margin-left: 2rem;
  }
  .other__item + .other__item:hover {
    opacity: 0.7;
  }
}

.org {
  display: block;
  list-style: none;
  color: #2c2c2c;
  text-align: right;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .org {
    text-align: center;
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .org {
    margin-top: 3rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .org__addr {
    font-size: 1.4rem;
  }
}
.org__phone, .org__fax {
  display: block;
  font-size: 1.7rem;
  font-family: futura-pt, sans-serif;
}
@media screen and (min-width: 1200px) {
  .org__phone, .org__fax {
    display: inline-block;
    font-size: 1.8rem;
  }
}
.org__phone {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .org__phone {
    margin-top: 3.2rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #2c2c2c;
}

.org-addr__item:nth-of-type(4) {
  display: block;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 0;
  z-index: 1;
}
.section__header {
  display: block;
  background: #fff;
  margin: 0 auto 5.5rem;
}
@media screen and (min-width: 1200px) {
  .section__header {
    display: flex;
    align-items: center;
    margin: 0 auto 7rem;
  }
}
.section__thumbnail {
  position: relative;
  width: 100%;
  height: 530px;
}
@media screen and (min-width: 768px) {
  .section__thumbnail {
    height: 600px;
  }
}
.section__thumbnail .about-title {
  position: absolute;
  top: 50px;
  left: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__thumbnail .about-title {
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .section__thumbnail .about-title {
    top: 150px;
    left: calc(50% - 260px);
    transform: translate(-50%, 0);
  }
}
.section__thumbnail .about-title__ja, .section__thumbnail .about-title__en {
  display: block;
}
.section__thumbnail .about-title__ja {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .section__thumbnail .about-title__ja {
    font-size: 2.5rem;
  }
}
.section__thumbnail .about-title__en {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.08em;
  margin-top: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .section__thumbnail .about-title__en {
    margin-top: 2.8rem;
  }
}
.section__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.section__box {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .section__box {
    background: #fff;
    padding: 8rem 0;
  }
}
.section__title {
  position: relative;
  font-size: 2.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  text-align: center;
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__title {
    text-align: left;
    padding: 0;
  }
}
.section__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #2c2c2c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media screen and (min-width: 1200px) {
  .section__title::before {
    top: 7px;
    left: -40px;
    border-top: 15px solid transparent;
    border-left: 15px solid #2c2c2c;
    border-bottom: 15px solid transparent;
    opacity: 0;
    transform: translateX(-50px);
    transition: 0.5s ease-out;
  }
}
.section__title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  vertical-align: middle;
  margin: 0 2rem;
  transition: 0.7s all 0.4s;
}
@media screen and (max-width: 1199px) {
  .section__title::after {
    display: block;
    width: 27px;
    transform: rotate(90deg);
    margin: 2rem auto;
  }
}
.section__copy {
  display: inline-block;
  font-size: 1.5rem;
  color: #2c2c2c;
  letter-spacing: 0.06rem;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.7s all 1s;
}
@media screen and (max-width: 1199px) {
  .section__copy {
    display: block;
    text-align: center;
    margin-top: 3.2rem;
    padding-bottom: 1rem;
  }
}
.section__description {
  display: block;
  color: #2c2c2c;
  background: #fff;
  line-height: 1.8;
}
.section__footer {
  display: block;
  text-align: center;
  padding: 6rem 0 0;
}
@media screen and (min-width: 1200px) {
  .section__footer {
    text-align: left;
    padding: 8rem 0 0;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  .section__footer--wide {
    padding-top: 10rem;
  }
}
.section--works .section__header, .section--project .section__header {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .section--works .section__header, .section--project .section__header {
    margin-bottom: 100px;
  }
}
.section--works {
  padding: 260px 0;
}
.section--project::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  z-index: -1;
}
.section--aroom, .section--blog {
  padding: 200px 0 0;
}
@media screen and (min-width: 768px) {
  .section--aroom, .section--blog {
    padding: 240px 0 0;
  }
}
.section--aroom::before, .section--blog::before {
  content: "";
  position: absolute;
  top: calc(50% + 75px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section--aroom::before {
    top: calc(50% + 35px);
  }
}
@media screen and (min-width: 768px) {
  .section--blog::before {
    top: calc(50% + 50px);
  }
}
.section--cv {
  padding: 0;
  margin-top: 160px;
}
@media screen and (min-width: 768px) {
  .section--cv {
    margin-top: 200px;
  }
}
.section--footer {
  padding: 0;
  margin-top: 8rem;
}
.section--center {
  margin: 21rem 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .section--center {
    text-align: center;
    margin: 12rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--center {
    margin: 28rem 0;
  }
}
.section--center .section__header {
  flex-direction: column;
  align-items: flex-start;
}
.section--center .section__copy-ja {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section--center .section__copy-ja {
    font-size: 3.1rem;
  }
}
.section--center .section__copy-en {
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  color: #d6d6d6;
}
@media screen and (min-width: 768px) {
  .section--center .section__copy-en {
    font-size: 1.8rem;
  }
}

.blog-card__img {
  width: 100%;
  height: auto;
}

/* 社長ブログで使ってます */
@media screen and (min-width: 1200px) {
  .side-scroll {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -1.5rem;
  }
  .side-scroll .content-card {
    width: 33.3333333333%;
  }
}

.row .content-card {
  padding: 0;
}

.content-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .content-card {
    flex: 0 0 240px;
  }
}
@media screen and (max-width: 1199px) {
  .content-card {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-card {
    padding: 30px;
  }
  .content-card:hover .content-card__thumbnail {
    transform: scale(0.95);
  }
  .content-card:hover .content-card__thumbnail::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    padding: 0;
  }
  .content-card:hover .content-card__thumbnail::after {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translate(-50%, -50%) scale(6, 6);
  }
  .content-card:hover .content-card__img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .content-card--project {
    width: 300px;
  }
}
.content-card__link, .content-card__thumbnail, .content-card__img, .content-card__box, .content-card__title, .content-card__description, .content-card__btn {
  display: block;
  width: 100%;
}
.content-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.content-card__thumbnail {
  position: relative;
  padding-top: 63%;
  transition: 0.4s ease-out;
  overflow: hidden;
}
.content-card__thumbnail::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 0 0 20px 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  background: #2c2c2c;
  border-radius: 50%;
  opacity: 0;
  will-change: transform;
  transition: 0.4s ease-out;
  z-index: 1;
}
.content-card__thumbnail::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 71px;
  height: 71px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.7s, opacity 0.4s;
}
.content-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.4s ease-out;
}
.content-card__main {
  background: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .content-card__main {
    padding: 22px 24px 30px;
  }
}
.content-card__main--works {
  text-align: center;
  padding: 20px 0 14px;
}
@media screen and (min-width: 768px) {
  .content-card__main--works {
    text-align: left;
    padding: 22px 0 30px;
  }
}
.content-card__time {
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #959595;
}
@media screen and (min-width: 768px) {
  .content-card__time {
    font-size: 1.4rem;
  }
}
.content-card__subject {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .content-card__subject {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.content-card__subject--works {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content-card__subject--works {
    font-size: 1.8rem;
  }
}
.content-card__subtxt {
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  color: #959595;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .content-card__subtxt {
    margin-top: 8px;
  }
}
.content-card--project .content-card__subject {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
.content-card--project .content-card__thumbnail {
  height: 400px;
}
@media screen and (min-width: 768px) {
  .content-card--project .content-card__thumbnail {
    height: 500px;
  }
}
.content-card--project .content-card__subtxt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 12px;
}

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-out;
}
.contents-card:hover {
  opacity: 0.7;
}
.contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
  display: block;
  width: 100%;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #727272;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1200px) {
  .contents-card__box {
    padding: 20px 20px 30px;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__time, .contents-card__category, .contents-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: block;
  }
}
.contents-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c2c2c;
}
@media screen and (min-width: 768px) {
  .contents-card__time {
    font-size: 1.7rem;
  }
}
.contents-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.contents-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2c2c2c;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #2c2c2c;
  background: #d6d6d6;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__category {
    margin-left: 1rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c2c2c;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents-card__post-title--bordered {
  box-shadow: 0 0 0 1px #959595;
}
.contents-card--mini {
  padding: 25px;
}
.contents-card--mini .contents-card__title {
  margin-top: 2rem;
}
.contents-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.contents-card--bordered {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.contents-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*********************/
/*  ボタン  */
/*********************/
.btn-area {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .btn-area {
    text-align: left;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 60px;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  color: #2c2c2c;
  background: #fff;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 7.5rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    background: transparent;
    padding-left: 12rem;
  }
  .btn:hover::after {
    transform: translate(0, -50%) scale(1.1);
  }
}
.btn::before, .btn::after {
  content: "";
  position: absolute;
  will-change: transform;
  transition: 0.2s ease-out;
}
.btn::before {
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .btn::before {
    top: calc(50% + 3px);
    left: 52px;
    transform: translate(0, -50%);
  }
}
.btn::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #2c2c2c;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .btn::after {
    top: 50%;
    left: 35px;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    line-height: 66px;
  }
}
.btn--eye::before {
  background-image: url(../svg/eye_close_w.svg);
}
@media screen and (min-width: 1200px) {
  .btn--eye:hover::before {
    top: 50%;
    background-image: url(../svg/eye_open_w.svg);
  }
}
.btn--book::before {
  background-image: url(../svg/book-close_w.svg);
}
@media screen and (min-width: 1200px) {
  .btn--book:hover::before {
    background-image: url(../svg/book-open_w.svg);
  }
}
.btn--color {
  background: #f8f8f8;
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #d6d6d6;
  color: #2c2c2c;
}
@media screen and (max-width: 1199px) {
  .btn--header {
    display: none;
  }
}

.worklist {
  position: relative;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .worklist {
    padding: 0;
  }
}
.worklist::before {
  content: "";
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  z-index: -1;
}

.worklist-wrap {
  position: relative;
  z-index: 2;
  height: 80vw;
}
@media screen and (min-width: 768px) {
  .worklist-wrap {
    height: 42vw;
  }
}
@media screen and (min-width: 1200px) {
  .worklist-wrap {
    margin-left: -160px;
    height: 33vw;
  }
}
@media screen and (min-width: 1600px) {
  .worklist-wrap {
    height: 27vw;
  }
}
.worklist-wrap .worklist {
  position: absolute;
  width: calc(100vw - 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .worklist-wrap .slick-num {
    bottom: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .worklist-wrap .slick-arrow {
    bottom: -62px;
  }
}
.worklist-wrap .slide-one {
  display: block; /*　横幅が極端に崩れるなら、この記述。ここはinlineでもOK */
}

/*  ------サブページ------  */
.works-header,
.project-header,
.page-article {
  margin-top: 40px;
}
.works-header__title,
.project-header__title,
.page-article__title {
  background: #fff;
  padding: 20px 0;
}
.works-header__title-ja, .works-header__title-en,
.project-header__title-ja,
.project-header__title-en,
.page-article__title-ja,
.page-article__title-en {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-header__title-ja, .works-header__title-en,
  .project-header__title-ja,
  .project-header__title-en,
  .page-article__title-ja,
  .page-article__title-en {
    text-align: left;
  }
}
.works-header__title-ja,
.project-header__title-ja,
.page-article__title-ja {
  position: relative;
  display: block;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .works-header__title-ja,
  .project-header__title-ja,
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.works-header__title-ja::before,
.project-header__title-ja::before,
.page-article__title-ja::before {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: -45px;
  left: calc(50% - 22px);
  transform: rotate(180deg) translate(-50%, 0);
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .works-header__title-ja::before,
  .project-header__title-ja::before,
  .page-article__title-ja::before {
    top: 45%;
    left: -40px;
    transform: rotate(90deg) translate(-50%, 0);
  }
}
.works-header__title-en,
.project-header__title-en,
.page-article__title-en {
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  color: #959595;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .works-header__title-en,
  .project-header__title-en,
  .page-article__title-en {
    font-size: 1.5rem;
  }
}
.works-header__img,
.project-header__img,
.page-article__img {
  width: 100%;
  height: 250px;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .works-header__img,
  .project-header__img,
  .page-article__img {
    height: 560px;
  }
}
@media screen and (max-width: 1199px) {
  .works-header--blog,
  .project-header--blog,
  .page-article--blog {
    background: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .works-header--sub,
  .project-header--sub,
  .page-article--sub {
    background: #fff;
    margin-top: 65px;
  }
}

.page-id-19371 .page-article--sub,
.page-id-3904 .page-article--sub {
  background: none;
}

.works-header {
  padding-top: 5rem;
}

.project-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .project-header {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
}
.project-header__thumbnail {
  width: 220px;
  height: 180px;
  background: #fff;
  margin-top: 10rem;
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .project-header__thumbnail {
    margin-top: 0;
    padding: 0;
  }
}
.project-header__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.project-txt {
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  background: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  padding: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .project-txt {
    margin-top: 45rem;
    text-align: left;
    padding: 0;
  }
}
.project-txt p {
  margin-top: 0 !important;
  line-height: 2.5 !important;
}
.project-txt .strong {
  font-size: 1.8rem;
  color: #fff;
  background: #2c2c2c;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 1200px) {
  .project-txt .strong {
    font-size: 2.3rem;
  }
}

.transition {
  position: relative;
  text-align: center;
  margin: 16rem 0 0;
}
@media screen and (min-width: 1200px) {
  .transition {
    display: inline-flex;
    text-align: left;
    align-items: center;
    margin: 20rem 0 0 2.5rem;
  }
  .transition:hover .transition__ttl::after {
    width: 100%;
  }
  .transition:hover::before {
    transform: scale(1.1);
  }
  .transition:hover::after {
    transform: translate(calc(-50% + 5px), 0);
  }
}
.transition::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  background: #2c2c2c;
  border-radius: 50%;
  transition: 0.2s ease-out;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .transition::before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .transition::before {
    width: 90px;
    height: 90px;
    margin: 0 4rem 0 0;
  }
}
.transition::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: "\e905";
  font-family: "icomoon";
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  transition: 0.2s ease-out;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .transition::after {
    top: calc(50% - 82px);
  }
}
@media screen and (min-width: 1200px) {
  .transition::after {
    left: 45px;
    bottom: 25px;
    font-size: 2rem;
  }
}
.transition__link {
  position: absolute;
  top: -70px;
  left: 70px;
  right: 70px;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .transition__link {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .transition__txt-box {
    background: #fff;
    padding: 20px 0;
  }
}
.transition__txt, .transition__ttl {
  display: block;
  letter-spacing: 0.12em;
}
.transition__txt {
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  color: #959595;
}
.transition__ttl {
  font-size: 2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .transition__ttl {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .transition__ttl::after {
    content: "";
    display: block;
    border-bottom: 1px solid #2c2c2c;
    width: 0;
    transition: 0.2s ease-out;
  }
}
.transition__ttl--en {
  font-family: futura-pt, sans-serif;
}
.transition--back::after {
  transform: translate(-50%, 0) scale(-1, 1);
}
@media screen and (min-width: 1200px) {
  .transition--back:hover::after {
    transform: translate(calc(-50% - 5px), 0) scale(-1, 1);
  }
}

.container-box {
  margin: 24rem 0;
}
.container-box__footer {
  text-align: left;
  padding: 8rem 0 0;
  margin: auto;
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page {
  position: relative;
  margin: 60px 0 120px;
}
@media screen and (min-width: 1200px) {
  .post-type-page {
    margin: 120px 0;
    z-index: 0;
  }
}
.post-type-page--service-page, .post-type-page--about, .post-type-page--company {
  margin-bottom: 0;
}
.post-type-page--service-page .sub-section:last-of-type, .post-type-page--about .sub-section:last-of-type, .post-type-page--company .sub-section:last-of-type {
  padding-bottom: 0;
}
.post-type-page--service {
  position: inherit;
  margin: 0 0 120px;
}
@media screen and (min-width: 1200px) {
  .post-type-page--service {
    margin: 0;
  }
}
.post-type-page--gray {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .post-type-page--gray {
    z-index: -2;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-page--btnlist {
    margin-bottom: 0;
  }
}
.post-type-page--sub {
  margin: 45px 0 60px;
}

.page-article p {
  letter-spacing: 0.05em;
  line-height: 2;
}
.page-article p:not(:first-child) {
  margin-top: 2rem;
}
.page-article p + .page-article p {
  margin-top: 2rem;
}
.page-article a:not([class]) {
  color: #959595;
  text-decoration: none;
  border-bottom: 1px solid #959595;
  transition: 0.2s ease-out;
}
.page-article a:not([class]):hover {
  opacity: 0.7;
}
.page-article .h1:first-child,
.page-article .h2:first-child,
.page-article .h3:first-child,
.page-article .h4:first-child,
.page-article .ul:first-child,
.page-article .ol:first-child,
.page-article .table:first-child,
.page-article .box:first-child {
  margin-top: 0;
}
.page-article .h1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-bottom: solid 1px;
  padding-bottom: 1.5rem;
  margin: 8rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .page-article .h1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-article .h1 {
    margin: 10rem 0 2rem;
  }
}
.page-article .h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 0.5rem 0 0.5rem 2.4rem;
  margin: 4.8rem 0 0;
}
.page-article .h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background: #2c2c2c;
}
@media screen and (min-width: 768px) {
  .page-article .h2 {
    font-size: 2.4rem;
  }
}
.page-article .h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .h3 {
    font-size: 2.2rem;
  }
}
.page-article .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .h4 {
    font-size: 2rem;
  }
}
.page-article .border {
  border-bottom: solid 1px #d6d6d6;
  width: 100%;
  margin: 36px 0;
}
.page-article .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 2.4rem 0 0 2rem;
}
.page-article .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page-article .ol li:not(:first-child) {
  margin-top: 1.2rem;
}
.page-article .ol li::before {
  counter-increment: number 1;
  content: counter(number) "." " ";
  display: inline-block;
  position: absolute;
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 27px;
  top: 0;
  left: 0;
  width: 25px;
  height: 27px;
}
.page-article .ol .ol {
  margin-top: 1rem;
}
.page-article .ul {
  list-style: none;
  margin: 2.4rem 0 0 2rem;
}
.page-article .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.page-article .ul li:not(:first-child) {
  margin-top: 1.2rem;
}
.page-article .ul li::before {
  content: "";
  display: inline-block;
  background: #2c2c2c;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .page-article .ul li::before {
    top: 11px;
  }
}
.page-article .ul .ul {
  margin-top: 1rem;
}
.page-article .toc {
  border: solid 1px #d6d6d6;
  padding: 3.2rem;
  margin: 3.2rem 0;
}
.page-article .toc__title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 2;
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 0.5rem;
}
.page-article .toc .ol {
  margin: 2.4rem 0 0 0;
}
.page-article .box {
  background: #f8f8f8;
  padding: 3.2rem;
  margin: 3.2rem 0;
}
.page-article .box__title {
  font-size: 2rem;
  font-weight: bold;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.page-article .quote-box {
  background: #f8f8f8;
  padding: 8.2rem 3.2rem 3.2rem;
  margin: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  .page-article .quote-box {
    padding: 3.2rem 3.2rem 3.2rem 8.2rem;
  }
}
.page-article .quote-box__text {
  position: relative;
}
.page-article .quote-box__text::before {
  position: absolute;
  content: "\e900";
  font-family: "icomoon";
  font-size: 2.7rem;
  color: #bebebe;
  top: -50px;
  left: 0px;
  width: 27px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .page-article .quote-box__text::before {
    top: -11px;
    left: -51px;
  }
}
.page-article .quote-box__references {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin: 2.4rem 0 0;
}
.page-article .quote-box__link {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #2c2c2c;
  transition: 0.2s ease-out;
}
.page-article .quote-box__link::before {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  font-size: 12px;
  bottom: 0;
  right: -20px;
}
.page-article .quote-box__link::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #2c2c2c;
  bottom: 0;
  left: 0;
  width: calc(100% + 20px);
}
@media screen and (min-width: 1200px) {
  .page-article .quote-box__link:hover {
    opacity: 0.7;
  }
}
.page-article .contact-box {
  display: block;
  border: 1px solid #2c2c2c;
  background: #fff;
  text-align: center;
  padding: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-article .contact-box {
    padding: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-article .contact-box {
    pointer-events: none;
  }
}
.page-article .contact-box__copy, .page-article .contact-box__tel, .page-article .contact-box__time {
  display: block;
  color: #2c2c2c;
}
.page-article .contact-box__copy {
  font-size: 1.7rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .page-article .contact-box__copy {
    font-size: 1.9rem;
  }
}
.page-article .contact-box__tel {
  font-size: 3.1rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .page-article .contact-box__tel {
    font-size: 3.7rem;
  }
}
.page-article .contact-box__tel::before {
  content: "\e908";
  font-family: "icomoon";
}
.page-article .contact-box__time {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.page-article .contact-box br {
  display: none;
}
.page-article .txt-link {
  position: relative;
  font-weight: 500;
  color: #2c2c2c;
  transition: 0.2s ease-out;
}
.page-article .txt-link::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #2c2c2c;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .page-article .txt-link:hover {
    opacity: 0.7;
  }
}
.page-article .txt-link--external::before {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  font-size: 12px;
  bottom: 0;
  right: -20px;
}
.page-article .txt-link--external::after {
  width: calc(100% + 20px);
}
.page-article .strong {
  font-weight: bold;
}
.page-article .note {
  font-size: 1.5rem;
}
.page-article .note--gray {
  color: #959595;
}
.page-article .text-center {
  text-align: center;
}
.page-article .sign {
  text-align: right;
}
.page-article .ol-box {
  list-style: none;
  counter-reset: num 0;
}
.page-article .ol-box__item {
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .ol-box__item {
    margin: 5rem 0 0;
  }
}
.page-article .ol-box__title {
  position: relative;
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 7rem;
}
@media screen and (min-width: 768px) {
  .page-article .ol-box__title {
    font-size: 2.2rem;
  }
}
.page-article .ol-box__title::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-article .ol-box__title::before {
    top: 3px;
    font-size: 2rem;
  }
}
.page-article .ol-box__title:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 40px;
  width: 22px;
  height: 1px;
  background: #d6d6d6;
}
@media screen and (min-width: 768px) {
  .page-article .ol-box__title:after {
    top: 19px;
  }
}
.page-article .ol-box__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page-article .ol-box__text {
    font-size: 1.5rem;
  }
}
.page-article .flow-list {
  list-style: none;
  counter-reset: flow 0;
  display: grid;
  gap: 3.5rem;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .flow-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 6rem;
    margin: 6rem 0 0;
  }
}
.page-article .flow-list__title {
  position: relative;
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  border-left: 1px solid #2c2c2c;
  margin-left: 4rem;
  padding-left: 2rem;
}
.page-article .flow-list__title::before, .page-article .flow-list__title::after {
  position: absolute;
  left: -40px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
.page-article .flow-list__title::before {
  counter-increment: flow 1;
  content: counter(flow, decimal-leading-zero);
  top: 5px;
}
.page-article .flow-list__title::after {
  content: "STEP";
  top: -3px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.page-article .flow-list__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-article .flow-list__text {
    font-size: 1.5rem;
  }
}
.page-article .simple-qa__question {
  font-size: 1.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.02em;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .simple-qa__question {
    font-size: 2.2rem;
    margin: 5rem 0 0;
  }
}
.page-article .simple-qa__question::before {
  content: "Q.";
  font-family: futura-pt, sans-serif;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .page-article .simple-qa__question::before {
    margin-right: 1.5rem;
  }
}
.page-article .simple-qa__answer {
  font-size: 1.4rem;
  margin: 1.3rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-article .simple-qa__answer {
    font-size: 1.5rem;
    margin: 2rem 0 0;
  }
}
.page-article .btn-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 -1rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .page-article .btn-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .page-article .btn-list {
    margin: 60px 0 120px;
    padding-bottom: 0;
  }
}
.page-article .btn-list__item {
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 1199px) {
  .page-article .btn-list__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-article .btn-list__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .page-article .btn-list__item:hover .page-article .btn-list__link::before {
    width: 100%;
    opacity: 1;
  }
  .page-article .btn-list__item:hover .page-article .btn-list__link::after {
    transform: scale(1.1);
    border: 1px solid #2c2c2c;
  }
}
.page-article .btn-list__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  font-family: futura-pt, sans-serif;
  border-bottom: 1px solid #d6d6d6;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  text-align: center;
  line-height: 1.5;
  padding: 20px;
  transition: 0.2s linear;
}
.page-article .btn-list__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #2c2c2c;
  opacity: 0;
  transition: 0.3s ease-out;
}
.page-article .btn-list__link::after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1rem;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #2c2c2c;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .page-article .btn-list--service {
    display: block;
    margin: 0;
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-article .btn-list--service {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (max-width: 767px) {
  .page-article .btn-list--service .btn-list__item {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-article .btn-list--column {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-article .btn-list--column .btn-list__item {
    padding: 10px;
  }
}
.page-article .btn-list--column .btn-list__link {
  flex-direction: column;
  gap: 7px;
}
.page-article .btn-list--column .btn-list__link::after {
  transform: rotate(90deg);
}

/*********************/
/*  扉  */
/*********************/
.children-wrap:not(:first-child) {
  margin-top: 5rem;
}

.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #2c2c2c;
  overflow: hidden;
  transition: 0.3s ease-out;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .children-card:hover .children-card__link::before {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .children-card:hover .children-card__title::before {
    transform: scale(1.1);
  }
}
.children-card + .children-card {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .children-card + .children-card {
    margin-top: 3.2rem;
  }
}
.children-card__link, .children-card__title, .children-card__description {
  display: block;
  width: 100%;
}
.children-card__link {
  padding: 3rem 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .children-card__link {
    padding: 5rem 4.8rem;
  }
  .children-card__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1200px;
    background: #333333;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 1s ease-out;
    overflow: hidden;
    z-index: -1;
  }
}
.children-card__title {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-rows: 45px 27px;
  grid-template-columns: 55px 1fr;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .children-card__title {
    grid-template-columns: 100px 1fr;
  }
}
.children-card__title::before {
  grid-row: 1/3;
  grid-column: 1;
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .children-card__title::before {
    width: 68px;
    height: 68px;
    line-height: 68px;
  }
}
.children-card__title::after {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  content: "\e905";
  font-family: "icomoon";
  font-size: 1.4rem;
  text-align: center;
  color: #2c2c2c;
}
@media screen and (min-width: 1200px) {
  .children-card__title::after {
    left: 70px;
    font-size: 2.4rem;
  }
}
.children-card__title-ja, .children-card__title-en {
  display: block;
}
.children-card__title-ja {
  font-size: 1.5rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  color: #959595;
}
@media screen and (min-width: 768px) {
  .children-card__title-ja {
    font-size: 1.8rem;
  }
}
.children-card__title-en {
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .children-card__title-en {
    font-size: 3.3rem;
  }
}
.children-card__description {
  color: #2c2c2c;
  line-height: 1.7;
  margin-top: 1rem;
}

.staff-info {
  position: relative;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1200px) {
  .staff-info:hover__thumbnail {
    transform: scale(0.95);
  }
  .staff-info:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
  .staff-info:hover::after {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translate(-50%, -50%) scale(3.1, 3.1);
  }
  .staff-info:hover img {
    transform: scale(1.1);
  }
}
.staff-info::before {
  content: "\e90b";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  opacity: 0;
  transition: 0.4s ease-out;
  z-index: 1;
}
.staff-info::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 38%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.7s, opacity 0.4s;
}
.staff-info__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.staff-info__thumbnail {
  border-radius: 50%;
  overflow: hidden;
  transition: 0.4s ease-out;
}
.staff-info__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.4s ease-out;
}
.staff-info__box {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .staff-info__box {
    margin-top: 1.5rem;
  }
}
.staff-info__name, .staff-info__position {
  display: block;
  font-family: futura-pt, sans-serif;
}
.staff-info__name {
  color: #2c2c2c;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .staff-info__name {
    font-size: 2rem;
  }
}
.staff-info__position {
  color: #959595;
  font-size: 1.2rem;
}

.staff-card {
  display: block;
  padding: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .staff-card {
    overflow: scroll;
    padding: 0 20px 20px;
    height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .staff-card {
    padding: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-card {
    display: flex;
    max-width: 1000px;
  }
}
.staff-card__photowrap {
  max-width: 285px;
  max-height: 285px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .staff-card__photowrap {
    margin: 0 auto;
    max-width: 200px;
  }
}
.staff-card__photowrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.staff-card__profile {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .staff-card__profile {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .staff-card__profile {
    margin-left: 4rem;
  }
}
.staff-card__name, .staff-card__position, .staff-card__affiliation {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.12em;
}
.staff-card__name {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .staff-card__name {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .staff-card__name {
    font-size: 2.4rem;
  }
}
.staff-card__position, .staff-card__affiliation {
  font-size: 1.1rem;
  color: #959595;
}
@media screen and (min-width: 768px) {
  .staff-card__position, .staff-card__affiliation {
    font-size: 1.2rem;
  }
}
.staff-card__affiliation::before {
  content: "/";
}
.staff-card__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .fancybox-close-small {
    width: 46px !important;
    height: 46px !important;
    top: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .fancybox-close-small {
    left: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-infobar {
    top: calc(90% - 1px) !important;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-button {
    top: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .fancybox-caption {
    padding: 0 !important;
  }
}

/*********************/
/*  ABOUT  */
/*********************/
.about-item {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .about-item {
    padding: 2rem 0;
  }
}
.about-item__title {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .about-item__title {
    margin-top: 8rem;
  }
}
.about-item__title-ja {
  font-size: 2.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-item__title-ja {
    font-size: 3.1rem;
  }
}
.about-item__title-en {
  display: block;
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: #bebebe;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-item__title-en {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}

.comment-list {
  list-style: none;
  background: #fff;
  z-index: -1;
}
.comment-list__item {
  position: relative;
}
.comment-list__item::before {
  position: absolute;
  top: -30px;
  left: -10px;
  content: "\e90d";
  font-family: "icomoon";
  color: #f8f8f8;
  font-size: 6rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .comment-list__item::before {
    top: -60px;
    left: -40px;
    font-size: 8rem;
  }
}
.comment-list__item + .comment-list__item {
  margin-top: 8rem;
}
@media screen and (min-width: 1200px) {
  .comment-list__item + .comment-list__item {
    margin-top: 10rem;
  }
}
.comment-list__title {
  position: relative;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .comment-list__title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
  }
}
.comment-list__txt {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .comment-list__txt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

/*********************/
/*  COMPANY  */
/*********************/
.members-card {
  margin-top: 5rem;
}
.members-card__thumbnail {
  width: 100%;
  height: auto;
}
.members-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.members-card__box {
  background: #fff;
  padding: 2.4rem 0;
}
.members-card__position {
  font-size: 1.3rem;
  color: #727272;
}
.members-card__name {
  font-size: 2.4rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  margin-top: 0.5rem;
}
.members-card__history {
  font-size: 1.4rem;
  margin-top: 0.5rem !important;
}

.gallery-wrap {
  margin-top: 8rem;
}

.gallery-box__item + .gallery-box__item {
  margin-top: 3.3rem;
}
.gallery-box__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.award {
  display: block;
  margin-top: 4.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .award {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
  }
}
.award__item {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .award__item:hover {
    opacity: 0.7;
  }
}
.award__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dl {
  background: #fff;
  padding: 3rem 0;
}
.dl__item {
  position: relative;
  display: flex;
  z-index: 1;
}
.dl__item + .dl__item {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .dl__item + .dl__item {
    margin-top: 4.8rem;
  }
}
.dl dt,
.dl dd {
  background: #fff;
}
.dl dt {
  padding-right: 0;
  min-width: 75px;
}
@media screen and (min-width: 768px) {
  .dl dt {
    padding-right: 2rem;
  }
}
.dl dd {
  width: 75%;
  padding-left: 2rem;
}
.dl dd::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .dl dd::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    z-index: -1;
  }
}

/*********************/
/*  SERVICE  */
/*********************/
.aw-configure {
  position: relative;
  padding: 18rem 0 0;
}
@media screen and (min-width: 1200px) {
  .aw-configure {
    display: flex;
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .aw-configure__item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.service-title {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .service-title {
    background: #fff;
    padding: 5rem 0 2rem;
    margin-bottom: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .service-title {
    text-align: left;
    padding: 15rem 0;
  }
}
.service-title__ja {
  display: block;
  font-size: 2.2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .service-title__ja {
    font-size: 3.1rem;
  }
}
.service-title__en {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  color: #bebebe;
  letter-spacing: 0.08em;
  margin-top: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .service-title__en {
    font-size: 1.9rem;
    margin-top: 3.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .sticky-wrap {
    margin: 0 0 40rem 7rem;
  }
}

@media screen and (max-width: 1199px) {
  .three-circle {
    text-align: center;
    background: #fff;
    padding: 7.5rem 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .three-circle {
    padding-left: 80px;
  }
}
.three-circle + .three-circle {
  margin-top: 4rem;
}
@media screen and (min-width: 1200px) {
  .three-circle + .three-circle {
    margin-top: 10rem;
  }
}
.three-circle__title {
  position: relative;
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  .three-circle__title {
    font-size: 2.8rem;
  }
}
.three-circle__title::before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .three-circle__title::before {
    top: 50%;
    left: -8rem;
    transform: translate(0, -50%);
    font-size: 6rem;
  }
}
.three-circle__title--design::before {
  color: #f0ef81;
}
.three-circle__title--technology::before {
  color: #859add;
}
.three-circle__title--marketing::before {
  color: #f57976;
}
.three-circle__list {
  list-style: none;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .three-circle__list {
    margin-top: 2.8rem;
  }
}
.three-circle__list li {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .three-circle__list li {
    font-size: 1.7rem;
    margin-top: 1.2rem;
  }
  .three-circle__list li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #2c2c2c;
    vertical-align: middle;
    margin-right: 1.5rem;
  }
}

.h3-title {
  font-size: 1.5rem;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .h3-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .h3-title {
    text-align: left;
  }
  .h3-title::before {
    content: "";
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #2c2c2c;
    border-bottom: 7px solid transparent;
    margin-right: 1.5rem;
  }
}

.field__section {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .field__section {
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    padding: 4rem 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .field__section {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  .field--service .field__section {
    background: #fff;
    border: none;
    padding: 0;
    padding-top: 4.8rem;
    margin-top: 0;
  }
}

.circle-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.6rem -1rem 0;
}
@media screen and (min-width: 1200px) {
  .circle-ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.2rem;
  }
}
.circle-ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #2c2c2c;
  border-radius: 57% 55% 40% 62%/60% 56% 56% 50%;
  background: #fff;
  margin: 0.5rem;
}
.circle-ul__title-ja {
  font-size: 1.6rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1200px) {
  .circle-ul__title-ja {
    font-size: 2.3rem;
  }
}
.circle-ul__title-en {
  display: block;
  font-size: 0.9rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #727272;
  margin-top: 0.7rem;
}
@media screen and (min-width: 1200px) {
  .circle-ul__title-en {
    font-size: 1.2rem;
  }
}
.circle-ul--big {
  grid-template-rows: 140px 140px;
  grid-template-columns: 140px 140px;
}
@media screen and (max-width: 1199px) {
  .circle-ul--big {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .circle-ul--big {
    grid-template-rows: 210px 210px;
    grid-template-columns: 210px 210px;
    grid-gap: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .circle-ul--big li:first-of-type {
    grid-row: 1;
    grid-column: 1/3;
    width: 140px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .circle-ul--big li:first-of-type {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .circle-ul--big li {
    width: 210px;
    height: 210px;
  }
}
.circle-ul--small {
  display: grid;
  grid-template: 90px 90px/45px 45px 45px 45px 45px 45px;
}
@media screen and (min-width: 768px) {
  .circle-ul--small {
    grid-template: 140px 140px/85px 85px 85px 85px 85px 85px;
  }
}
@media screen and (min-width: 1200px) {
  .circle-ul--small {
    display: flex;
  }
}
.circle-ul--small .circle-ul__title-ja {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
  .circle-ul--small .circle-ul__title-ja {
    font-size: 1.6rem;
  }
}
.circle-ul--small li {
  border-radius: 50% 40%/30% 50% 50%;
}
@media screen and (min-width: 1200px) {
  .circle-ul--small li {
    width: 120px;
    height: 110px;
  }
}
.circle-ul--small li:nth-of-type(1) {
  grid-column: 1/3;
}
.circle-ul--small li:nth-of-type(2) {
  grid-column: 3/5;
}
.circle-ul--small li:nth-of-type(3) {
  grid-column: 5/7;
}
.circle-ul--small li:nth-of-type(4) {
  grid-column: 2/4;
}
.circle-ul--small li:nth-of-type(5) {
  grid-column: 4/6;
}

.banner {
  position: relative;
  transition: 0.2s ease-out;
}
.banner + .banner {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .banner + .banner {
    font-size: 3.2rem;
  }
}
.banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .banner:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .banner--no-link:hover {
    opacity: 1;
  }
  .banner--no-link:hover .banner__link {
    cursor: auto;
  }
}

.strong-title {
  font-size: 1.8rem;
  text-align: center;
  background: #f8f8f8;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .strong-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .strong-title {
    text-align: left;
  }
}
.strong-title strong {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .strong-title strong {
    font-size: 3.2rem;
  }
}
.strong-title--service {
  margin-bottom: 4.3rem;
}
@media screen and (min-width: 768px) {
  .strong-title--service {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .strong-title--service {
    position: relative;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .strong-title--service strong {
    font-size: 1.7rem;
  }
}

.strong-box {
  background: #f8f8f8;
}
@media screen and (max-width: 1199px) {
  .strong-box {
    margin-top: 7rem;
    padding: 2rem 0;
  }
}
.strong-box--service {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .strong-box--service {
    font-size: 1.5rem;
    margin-top: 7.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .strong-box--service {
    margin-top: 0;
    padding-top: 2.4rem;
  }
}

.service-desc {
  font-size: 1.4rem;
  line-height: 2.1333 !important;
}
@media screen and (min-width: 768px) {
  .service-desc {
    font-size: 1.5rem;
  }
}

.section-sv {
  position: relative;
  padding: 10rem 0 12rem;
}
@media screen and (min-width: 1200px) {
  .section-sv {
    padding: 16rem 0 17rem;
  }
}
.section-sv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: -3;
}

.sub-section {
  padding: 8.5rem 0 5rem;
}
@media screen and (min-width: 1200px) {
  .sub-section {
    padding: 12rem 0;
  }
}
.sub-section__inner {
  padding: 2rem 0px;
  background: #fff;
  margin: 4rem auto;
}
.sub-section__inner--bg-transparent {
  background: transparent;
}
.sub-section--works {
  overflow: hidden;
  padding: 16rem 0 5rem;
}

.h2-title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-family: futura-pt, sans-serif;
  background: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .h2-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .h2-title {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .h2-title--mt {
    margin-top: 20rem;
  }
}

@media screen and (max-width: 1199px) {
  .pagelink-ad {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}
@media screen and (max-width: 1199px) {
  .pagelink-ad--min {
    padding-top: 0.5rem;
    margin-top: -0.5rem;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1200px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2c2c2c;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1200px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: #959595;
}
.breadcrumb-list {
  display: flex;
  padding: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #fff;
}
.breadcrumb-list__link {
  transition: 0.3s ease-out;
  color: #fff;
}
.breadcrumb-list__link:hover {
  color: #727272;
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 8rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  width: 20px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  margin: 0 5px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .pager-list__item {
    width: 30px;
    height: 60px;
    line-height: 60px;
  }
}
.pager-list__item--prev, .pager-list__item--next {
  width: 55px;
}
@media screen and (min-width: 768px) {
  .pager-list__item--prev, .pager-list__item--next {
    width: 60px;
  }
}
.pager-list__item--prev {
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .pager-list__item--prev {
    margin-right: 40px;
  }
}
.pager-list__item--next {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .pager-list__item--next {
    margin-left: 40px;
  }
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: futura-pt, sans-serif;
}
.pager-list__link--number {
  color: #2c2c2c;
  text-align: center;
  font-size: 1.9rem;
}
.pager-list__link--prev, .pager-list__link--next {
  text-align: center;
}
.pager-list__link--prev::before, .pager-list__link--prev::after, .pager-list__link--next::before, .pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.2s ease-out;
}
.pager-list__link--prev::before, .pager-list__link--next::before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  z-index: 1;
}
.pager-list__link--prev::after, .pager-list__link--next::after {
  background: #2c2c2c;
  border-radius: 50%;
  z-index: -1;
}
.pager-list__link--prev:hover::after, .pager-list__link--next:hover::after {
  transform: scale(1.1);
}
.pager-list__link--prev:before {
  transform: scale(-1, 1);
}
.pager-list__link--prev:hover:before {
  transform: scale(-1, 1) translateX(5px);
}
.pager-list__link--next:hover:before {
  transform: translateX(5px);
}
.pager-list__link--active {
  text-decoration: underline;
}

.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  margin: 15px 8px 10px;
  list-style: none;
  position: relative;
  background: #727272;
  border-radius: 8px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 2rem 3rem;
  font-weight: bold;
  transition: 0.2s ease-out;
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-pager-list__link--number {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--number {
    font-size: 2rem;
  }
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: absolute;
  left: calc(50% + 30px);
  bottom: 190px;
  transform: translate(-50%, -100%);
  color: #2c2c2c;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1200px) {
  .page-top {
    left: calc(50% - 365px);
    bottom: 80px;
    transform: translate(0, 0);
    padding-left: 3.5rem;
  }
  .page-top:hover::before, .page-top:hover::after {
    transform: translate(-50%, calc(-50% - 10px));
  }
  .page-top:hover::after {
    opacity: 1;
  }
}
.page-top::before, .page-top::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .page-top::before, .page-top::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-top::before {
  content: "";
  top: 50%;
  left: -30px;
  transform: translate(-50%, -50%);
  background: url(../images/airplane.svg);
}
@media screen and (min-width: 1200px) {
  .page-top::before {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.page-top::after {
  content: "\e90e";
  font-family: "icomoon";
  top: -25px;
  left: -29px;
  font-size: 2rem;
}
@media screen and (min-width: 1200px) {
  .page-top::after {
    top: -25px;
    left: 0;
    opacity: 0;
  }
}
.page-top--emerge {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper--sub .page-top {
    left: calc(50% - 360px);
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 -1rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .goto {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .goto {
    margin: 60px 0 120px;
    padding-bottom: 0;
  }
}
.goto__item {
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 1199px) {
  .goto__item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .goto__item:hover .goto__link::before {
    width: 100%;
    opacity: 1;
  }
  .goto__item:hover .goto__link::after {
    transform: rotate(90deg) scale(1.1);
    border: 1px solid #2c2c2c;
  }
}
.goto__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  font-family: futura-pt, sans-serif;
  border-bottom: 1px solid #d6d6d6;
  letter-spacing: 0.12em;
  color: #2c2c2c;
  text-align: center;
  line-height: 1.5;
  padding: 20px;
  transition: 0.2s linear;
}
.goto__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid #2c2c2c;
  opacity: 0;
  transition: 0.3s ease-out;
}
.goto__link::after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1rem;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #2c2c2c;
  transform: rotate(90deg);
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  margin: 1rem 0 0;
  transition: 0.3s ease-out;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: solid 1px #d6d6d6;
  background: #fff;
  padding: 1.5rem 3.5rem 1.5rem 0;
  z-index: 1;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #2c2c2c;
    width: 0;
    z-index: -1;
    transition: 0.4s ease-out;
  }
  .news-list__item:hover .news-list__time,
  .news-list__item:hover .news-list__post-title {
    color: #fff;
  }
  .news-list__item:hover::before {
    border: 1px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
    transform: translate(0, -50%) scale(1.1);
  }
  .news-list__item:hover::after {
    width: 100%;
  }
}
.news-list__item:first-child {
  border-top: solid 1px #d6d6d6;
}
.news-list__item::before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__item::before {
    font-size: 1.2rem;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__time, .news-list__post-title {
  padding: 0.4rem 1rem;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__post-title {
    padding: 1rem 1.6rem;
  }
}
.news-list__time {
  font-size: 1.4rem;
  font-family: futura-pt, sans-serif;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-list__time {
    flex: 0 0 110px;
  }
}
.news-list__post-title {
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: normal;
  color: #2c2c2c;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news-head {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 3.2rem 0;
}
.news-head__title {
  font-size: 2.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.04em;
}
.news-head__time {
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  color: #959595;
  letter-spacing: 0.12em;
}

.post-type-news {
  position: relative;
  display: block;
  width: 100%;
  margin: 4rem 0 8rem;
  z-index: 1;
}

.lazy--inview {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
}
.lazy--inview .section__title::before {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .lazy--inview .section__title::before {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .lazy--inview .section__title::after {
    width: 60px;
  }
}
.lazy--inview .section__copy {
  opacity: 1;
  transform: translateX(0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .slick-track {
    display: flex;
    align-items: center;
  }
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.worklist .slick-slide {
  background: #fff;
  transition: 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .worklist .slick-slide {
    transform: scale(0.6);
  }
}
.worklist .work-item {
  position: relative;
}
.worklist .work-item__caption {
  background: #fff;
  opacity: 0;
  text-align: center;
  padding: 2.4rem 0;
  transition: 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 1200px) {
  .worklist .work-item__caption {
    text-align: left;
    padding: 3.4rem 0;
  }
}
.worklist .work-item__title, .worklist .work-item__title-en {
  letter-spacing: 0.08em;
}
.worklist .work-item__title {
  font-size: 1.6rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 1200px) {
  .worklist .work-item__title {
    font-size: 2rem;
  }
}
.worklist .work-item__title-en {
  color: #959595;
  font-size: 1.3rem;
  font-family: futura-pt, sans-serif;
}
.worklist .work-item__thumbnail {
  position: relative;
  transition: 0.4s ease-out;
  overflow: hidden;
}
.worklist .work-item__thumbnail::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  width: 70px;
  height: 70px;
  line-height: 1;
  padding: 0 0 20px 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  background: #2c2c2c;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s ease-out;
  z-index: 1;
}
.worklist .work-item__thumbnail::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 1s, opacity 0.4s;
}
.worklist .work-item__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1200px) {
  .worklist .work-item__thumbnail:hover {
    transform: scale(0.95);
  }
  .worklist .work-item__thumbnail:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    padding: 0;
  }
  .worklist .work-item__thumbnail:hover::after {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translate(-50%, -50%) scale(17, 17);
  }
  .worklist .work-item__thumbnail:hover img {
    transform: scale(1.1);
  }
}
.worklist .work-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.worklist .work-item__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 768px) {
  .worklist .work-item--min {
    transform: scale(1);
    padding: 0 3rem;
  }
  .worklist .work-item--min .work-item__caption {
    opacity: 1 !important;
  }
}
.worklist .work-item--min .work-item__title-en {
  margin-top: 0;
}
.worklist .slide-one .work-item__caption {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .worklist .slick-current {
    transform: scale(1);
  }
}
.worklist .slick-current .work-item__caption {
  opacity: 1;
}
.worklist .slick-current .work-item__thumbnail::after {
  background: transparent;
}

.slick-arrow {
  position: absolute;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  outline: 0;
  z-index: 1;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .slick-arrow {
    bottom: -40px;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1200px) {
  .slick-arrow:hover::after {
    transform: scale(1.1);
  }
}
.slick-arrow:before {
  content: "";
  font-family: "icomoon";
  font-size: 1.4rem;
  color: #2c2c2c;
  line-height: 1;
}
.slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-next {
    left: calc(50% + 80px);
  }
}
@media screen and (min-width: 1200px) {
  .slick-arrow.slick-next {
    right: 20%;
  }
}
.slick-arrow.slick-next:before {
  content: "\e905";
}
@media screen and (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: calc(50% - 80px);
  }
}
@media screen and (min-width: 1200px) {
  .slick-arrow.slick-prev {
    right: 30%;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e905";
  transform: rotate(180deg);
}

.slick-num {
  position: absolute;
  font-family: futura-pt, sans-serif;
  bottom: 0;
  background: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 1199px) {
  .slick-num {
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, 0);
    padding: 35px 0;
  }
}
@media screen and (min-width: 1200px) {
  .slick-num {
    right: 25%;
  }
}

.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem !important;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem !important;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1200px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem !important;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
  .pc-mt110 {
    margin-top: 11rem;
  }
  .pc-mt120 {
    margin-top: 12rem !important;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.contact-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c2c2c;
  color: #fff;
  height: 120px;
  margin-top: 160px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .contact-button {
    height: 200px;
  }
  .contact-button:hover::before {
    transform: scale(1.1);
  }
  .contact-button:hover::after {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.contact-button::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 2rem;
  background: #fff;
  color: #2c2c2c;
  border-radius: 50vh;
  margin-right: 18px;
  transition: 0.3s ease-out;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .contact-button::before {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.6rem;
    margin-right: 38px;
  }
}
.contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1200px;
  background: #333333;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 1s ease-out;
  overflow: hidden;
  z-index: 0;
}
.contact-button__inner {
  margin-top: -5px;
  z-index: 1;
}
.contact-button__inner-en, .contact-button__inner-ja {
  display: block;
}
.contact-button__inner-en {
  font-family: futura-pt, sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1200px) {
  .contact-button__inner-en {
    font-size: 3.7rem;
    letter-spacing: 0.06em;
  }
}
.contact-button__inner-ja {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 1.4rem;
  color: #959595;
  letter-spacing: 0;
  margin-top: -5px;
}
@media screen and (min-width: 1200px) {
  .contact-button__inner-ja {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

.content-desc {
  max-width: 300px;
  background: #fff;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .content-desc {
    max-width: 500px;
    padding: 160px 0;
  }
}
.content-desc__title {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.content-desc__text {
  font-size: 1.4rem;
  line-height: 2.1;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .content-desc__text {
    font-size: 1.5rem;
  }
}
.content-desc__thumbnail {
  width: 100%;
  height: auto;
}
.content-desc__thumbnail img {
  width: 100%;
  height: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 1200px) {
  .content-desc__thumbnail img {
    margin-top: 16rem;
  }
}

.post-type-works {
  margin-top: 85px;
}

.work-info {
  margin-top: 55px;
  font-family: futura-pt, sans-serif;
  background: #fff;
  padding: 1rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .work-info {
    margin-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .work-info {
    text-align: center;
  }
}
.work-info__data {
  letter-spacing: 0.08em;
}
.work-info__data dt,
.work-info__data dd {
  display: block;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .work-info__data dt,
  .work-info__data dd {
    display: inline-block;
    margin-top: 16px;
  }
}
.work-info__data dt {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .work-info__data dt {
    width: 104px;
  }
}
@media screen and (max-width: 767px) {
  .work-info__data dt {
    margin-top: 20px;
  }
}
.work-info__data dd {
  font-size: 1.4rem;
  color: #959595;
}
@media screen and (min-width: 768px) {
  .work-info__data dd {
    width: calc(100% - 104px);
  }
}
.work-info__link {
  display: inline-block;
  color: #959595;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-top: 40px;
  transition: 0.2s ease-out;
}
.work-info__link::after {
  content: "\e901";
  font-family: "icomoon";
  margin-left: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .work-info__link:hover {
    opacity: 0.7;
  }
}

.works-other {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .works-other {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .works-other {
    padding: 0 24px;
  }
}
.works-other__item {
  position: relative;
  width: 100%;
  height: 200px;
  transition: 0.4s ease-out;
  z-index: 1;
}
.works-other__item::before, .works-other__item::after {
  pointer-events: none;
}
.works-other__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 0 0 20px 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  background: #2c2c2c;
  border-radius: 50%;
  opacity: 0;
  will-change: transform;
  transition: 0.4s ease-out;
  z-index: 1;
}
.works-other__item::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 1s, opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .works-other__item {
    width: 50%;
    height: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .works-other__item {
    overflow: hidden;
  }
  .works-other__item:hover {
    transform: scale(0.95);
  }
  .works-other__item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    padding: 0;
  }
  .works-other__item:hover::after {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translate(-50%, -50%) scale(14, 14);
  }
  .works-other__item:hover .works-other__img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .works-other__item:not(:first-child) {
    margin-top: 16px;
  }
}
.works-other__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-out;
}
.works-other__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}

.related-works {
  margin-top: 4rem;
}

.project-card {
  position: relative;
}
@media screen and (max-width: 767px) {
  .project-card {
    width: 250px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .project-card:hover .project-card__thumbnail {
    transform: scale(0.95);
  }
  .project-card:hover .project-card__thumbnail::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
    padding: 0;
  }
  .project-card:hover .project-card__thumbnail::after {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: translate(-50%, -50%) scale(8, 8);
  }
  .project-card:hover .project-card__img {
    transform: scale(1.1);
  }
}
.project-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.project-card__thumbnail {
  position: relative;
  padding-top: 138%;
  transition: 0.4s ease-out;
  overflow: hidden;
}
.project-card__thumbnail::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  width: 70px;
  height: 70px;
  line-height: 1;
  padding: 0 0 20px 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  background: #2c2c2c;
  border-radius: 50%;
  opacity: 0;
  will-change: transform;
  transition: 0.4s ease-out;
  z-index: 1;
}
.project-card__thumbnail::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.7s, opacity 0.4s;
}
.project-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.4s ease-out;
}
.project-card__box {
  background: #fff;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .project-card__box {
    padding: 1.5rem 0 3rem;
  }
}
.project-card__post-title {
  font-size: 1.6rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
@media screen and (min-width: 768px) {
  .project-card__post-title {
    font-size: 2rem;
  }
}
.project-card__excerpt {
  font-size: 1.4rem;
}

.post-type-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.project-wrap {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .project-wrap {
    padding-bottom: 200px;
  }
}

.project-detail__box {
  margin: 16rem auto;
}
@media screen and (max-width: 1199px) {
  .project-detail__box {
    background: #fff;
    padding: 5rem 0;
  }
}
.project-detail__excerpt {
  font-size: 2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .project-detail__excerpt {
    font-size: 2.2rem;
  }
}
.project-detail__description {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .project-detail__description {
    font-size: 1.5rem;
  }
}

.project-box {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .project-box {
    display: flex;
    margin-top: 200px;
  }
}
.project-box:first-of-type {
  margin-top: 13.5rem;
}
@media screen and (min-width: 1200px) {
  .project-box:first-of-type {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 1199px) {
  .project-box__item:last-child {
    background: #fff;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .project-box__item {
    flex: 1 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .project-box__item:last-of-type {
    padding: 100px 90px;
  }
}
.project-box__wrap {
  position: sticky;
  top: 100px;
}
.project-box__subject {
  font-size: 2rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .project-box__subject {
    font-size: 2.2rem;
  }
}
.project-box__txt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .project-box__txt {
    font-size: 1.5rem;
  }
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
.form-title {
  font-size: 2.8rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 0 0 1.8rem;
  margin: 3.2rem 0 0;
}

.form-sub-title {
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
}

.form-textarea {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2rem;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #2c2c2c;
  margin: 3.6rem 0 0;
}
.form__required, .form__any {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  border-radius: 2px;
  padding: 0.2rem 1rem;
  margin-right: 1rem;
}
.form__required {
  color: #fff;
  background: #2c2c2c;
}
.form__any {
  color: #2c2c2c;
  background: #d6d6d6;
}
.form--title {
  font-size: 1.6rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  letter-spacing: 0.03em;
}
.form__row {
  padding: 2rem 0;
}
.form__item {
  color: #2c2c2c;
}
.form__item:first-child {
  font-weight: 500;
}
.form__item:last-child {
  position: relative;
  margin-top: 1rem;
}
.form__item-inner {
  position: relative;
}
.form__item-inner::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #2c2c2c;
  top: 25px;
  right: 20px;
  clip-path: polygon(100% 100%, 100% 100%, 100% 0%, 0% 100%);
  z-index: 10;
  pointer-events: none;
  transform: rotate(45deg);
}
.form .comments {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  color: #727272;
  margin: 1rem 0 0 3rem;
}
.form .comments::before {
  position: absolute;
  content: "";
  border-top: solid 1px;
  width: 10px;
  top: 50%;
  left: -16px;
  transform: translate(0, -50%);
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 1.6rem;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 1.6rem;
  margin-top: 0;
  cursor: pointer;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #727272;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #727272;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #727272;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #bebebe;
  background: #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
  padding: 10px;
}
.form__image {
  width: 100%;
}
.form__privacy {
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    margin-top: 4rem;
  }
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #727272;
  border-bottom: 3px solid #727272;
  transform: rotate(45deg);
}
.form__btn-wrap {
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .form__btn-wrap {
    display: flex;
    justify-content: center;
    margin: 7rem 0 0;
  }
}
.form__button, .form__back, .form__submit {
  display: block;
  width: 100%;
  padding: 2.5rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: bold;
  background: #2c2c2c;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .form__button:hover, .form__back:hover, .form__submit:hover {
    opacity: 0.7;
  }
}
.form__back {
  color: #2c2c2c;
  background: #f8f8f8;
}
.form ::-webkit-input-placeholder {
  color: #959595;
}
.form ::-moz-placeholder {
  color: #959595;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #959595;
}
.form a {
  cursor: pointer;
}
.form--dl {
  margin: 3.6rem 0 0;
}
.form--dl .form__row {
  padding: 1rem 0;
}
.form--dl .form__item {
  margin: 0;
}
.form--dl .form__privacy {
  text-align: center;
  margin-top: 5rem;
}

.pryvacy-consent {
  text-align: center;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.page-id-874 .form__row,
.page-id-947 .form__row {
  border-bottom: solid 1px;
}
.page-id-874 .form__required, .page-id-874 .form__any, .page-id-874 .form__item-inner, .page-id-874 .form__privacy,
.page-id-947 .form__required,
.page-id-947 .form__any,
.page-id-947 .form__item-inner,
.page-id-947 .form__privacy {
  display: none;
}
.page-id-874 .form .pryvacy-consent,
.page-id-874 .form .comments,
.page-id-947 .form .pryvacy-consent,
.page-id-947 .form .comments {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-id-874 .form__back,
  .page-id-947 .form__back {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-id-874 .form__submit,
  .page-id-947 .form__submit {
    margin-left: 1rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #2c2c2c;
  letter-spacing: 0.06em;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .wrapper::before {
    left: calc(50% - 365px);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper--sub::before {
    left: calc(50% - 360px);
  }
}
.wrapper--concentration:before {
  display: none;
}
.wrapper--concentration .container__inner {
  margin: 0 auto;
}
.wrapper .scroll-anime {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background: #2c2c2c;
  transition: 0.6s ease-out;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .wrapper .scroll-anime {
    left: calc(50% - 365px);
  }
}
@media screen and (min-width: 1200px) {
  .wrapper .scroll-anime--sub {
    left: calc(50% - 360px);
  }
}

img {
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

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

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}