@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* themeColor
-----------------------------*/
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*行頭記号を表示しないようにしています*/
ol, ul, li {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています

また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
}

/*画像の初期位置*/
img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "SLT-2", "Noto Serif JP", serif;
  font-size: 0.875rem;
}

section {
  margin-bottom: 60px;
}

p {
  font-size: 0.875rem;
  line-height: 2;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  margin-bottom: 25px;
}

.en {
  font-family: "SLT-2";
  font-style: normal;
  letter-spacing: 0.1rem;
}

img {
  width: 100% !important;
}

.pc-view {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .sp-view {
    display: none !important;
  }
  .pc-view {
    display: block !important;
  }
}
a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
@font-face {
  font-family: "SLT-Serif";
  src: url("../font/SLTFNightWindfallSerif-Regular.woff") format("woff");
}
@font-face {
  font-family: "SLT";
  src: url("../font/SLTFNightWindfall-Regular.woff") format("woff");
}
@font-face {
  font-family: "SLT-Serif-2";
  src: url("../font/SLTFNightWindfallSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SLT-2";
  src: url("../font/SLTFNightWindfall-Regular.woff2") format("woff2");
}
.l-wrapper {
  margin: 20px;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 80px;
}

.l-main {
  margin-bottom: 100px;
  width: 100%;
}

.l-main.works {
  margin-bottom: 100px;
  width: 100%;
}

.l-footer,
.l-footer a,
.l-footer :visited {
  color: #fff;
  font-size: 0.8125rem;
}

@media screen and (min-width: 992px) {
  .l-wrapper {
    margin: 40px auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .l-wrapper {
    max-width: 1382px;
    margin: 40px auto;
    padding: 0 15px;
  }
  .l-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-main {
    margin-bottom: 132px;
    width: 870px;
    margin-left: auto;
  }
  .l-main.works {
    margin-bottom: 132px;
    width: 1030px;
    margin-left: auto;
  }
  .l-footer {
    width: 870px;
    margin-left: auto;
  }
  .l-footer,
  .l-footer a,
  .l-footer :visited {
    color: #fff;
    font-size: 0.8125rem;
  }
}
/*TOPの外枠*/
/* ▼ 991px以下 */
.mb-top {
  grid-template-columns: 1fr;
  margin: 20px 15px;
}
.mb-top .pc {
  display: none;
}
.mb-top .sp {
  display: block !important;
}

/* ▼ 992px以上ではレスポンシブ */
@media screen and (min-width: 992px) {
  .mb-top {
    display: grid;
    grid-template-columns: 42.3% 33.3% 24.4%; /* 584/1382, 460/1382, 338/1382 */
    max-width: 100%;
    margin: 40px 15px;
  }
  .mb-top .pc {
    display: block;
  }
  .mb-top .sp {
    display: none !important;
  }
}
/* ▼ 1382px以上では固定幅 */
@media screen and (min-width: 1383px) {
  .mb-top {
    max-width: 1382px;
    display: grid;
    grid-template-columns: 584px 460px 338px;
    margin: 40px auto;
  }
}
/*TOPの外枠*/
/* ▼ 991px以下 */
.mb-footer {
  color: #fff;
  max-width: 1382px;
  margin: 20px auto;
}

/* ▼ 992px以上ではレスポンシブ */
.m-note {
  color: #333;
  margin-top: 20px;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 640px) {
  .m-note {
    font-size: 1rem;
    text-align: right;
  }
}
@media only screen and (min-width: 640px) {
  .m-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 70px;
  }
}
/*TOPの右側*/
.m-top__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__company__logo {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 72px;
}
.m-top__company__logo .logo {
  width: 35.7333333333% !important;
  height: auto;
}
.m-top__company__logo .copy {
  height: auto;
  font-size: 0.75rem;
  line-height: 1.5;
}
.m-top__company__info {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 75px;
  margin-top: 75px;
  font-size: 0.9375rem;
}
.m-top__company__info div {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.m-top__company__info div a {
  color: #fff;
}
.m-top__company__info div a:visited {
  color: #fff;
}
.m-top__company__add, .m-top__company__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-top__company__add, .m-top__company__contact {
  margin-bottom: 24px;
}
.m-top__company__add__detail .add-br, .m-top__company__contact__detail .add-br {
  display: none;
}
.m-top__company__add__title, .m-top__company__contact__title {
  width: 80px;
}
.m-top__company__contact__insta {
  position: relative;
  margin-right: 0px;
}
.m-top__company__contact__insta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-top__company__contact__insta a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 34px;
}

@media screen and (min-width: 992px) {
  .m-top__company__logo {
    max-width: 64.897260274%;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1383px) {
  .m-top__company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top__company__logo {
    max-width: 379px;
    height: auto;
  }
  .m-top__company__info {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    width: 100%;
    margin-bottom: 31%;
    font-size: 0.9375rem;
  }
  .m-top__company__info div {
    color: #fff;
    font-size: 0.9375rem;
    margin-right: 12px;
    line-height: 1.5;
  }
  .m-top__company__add {
    margin-bottom: 0px;
  }
  .m-top__company__add__detail .add-br {
    display: block;
  }
  .m-top__company__add__title, .m-top__company__contact__title {
    width: auto;
  }
  .m-top__company__contact__insta {
    position: relative;
    margin-right: 0px;
  }
  .m-top__company__contact__insta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-top__company__contact__insta a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/top/instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 16px;
  }
}
/*TOPのworks*/
.m-top__works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m-top__works:hover {
  -webkit-transform: none;
          transform: none;
}
.m-top__works__title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9px;
}
.m-top__works__title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.m-top__works__title a::after {
  content: "";
  display: block;
  width: 49px;
  height: 45px;
  background-image: url(../img/top/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.m-top__works__title a p {
  display: block;
  max-width: 141px;
  height: auto;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: -0.05rem;
}
.m-top__works__thumb-1, .m-top__works__thumb-2 {
  max-width: 49%;
  height: auto;
}
.m-top__works__thumb-1 a, .m-top__works__thumb-2 a {
  margin-bottom: 33px;
  display: block;
}
.m-top__works__thumb-1 a img, .m-top__works__thumb-2 a img {
  margin-bottom: 7px;
}
.m-top__works__thumb-1 {
  grid-row: 2/3;
}
.m-top__works__thumb-1 a {
  display: block;
}
.m-top__works__thumb-1 a p {
  font-size: 0.8125rem;
}
.m-top__works__thumb-2 {
  grid-row: 2/3;
}
.m-top__works__thumb-2 a {
  display: block;
}
.m-top__works__thumb-2 a p {
  font-size: 0.8125rem;
}

@media screen and (min-width: 992px) {
  .m-top__works {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 8px;
    grid-row-gap: 9px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .m-top__works:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .m-top__works__title {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
  .m-top__works__title::after {
    display: none;
  }
  .m-top__works__title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top__works__title a::after {
    display: none;
  }
  .m-top__works__title a p {
    display: block;
    max-width: 34.5132743363%;
    height: auto;
    font-size: 4.5rem;
  }
  .m-top__works__thumb-1, .m-top__works__thumb-2 {
    max-width: 222px;
    height: auto;
  }
  .m-top__works__thumb-1 a, .m-top__works__thumb-2 a {
    margin-bottom: 33px;
    display: block;
  }
  .m-top__works__thumb-1 a img, .m-top__works__thumb-2 a img {
    margin-bottom: 7px;
  }
  .m-top__works__thumb-1 {
    grid-row: 2/3;
  }
  .m-top__works__thumb-1 a {
    display: block;
  }
  .m-top__works__thumb-1 a p {
    font-size: 0.8125rem;
  }
  .m-top__works__thumb-2 {
    grid-row: 2/3;
  }
}
/* ▼ 1382px以上では固定幅 */
@media screen and (min-width: 1383px) {
  .m-top__works {
    display: grid;
    grid-template-columns: 222px 222px;
    grid-column-gap: 4px;
    grid-row-gap: 9px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    grid-column-gap: 8px;
  }
  .m-top__works:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .m-top__works__title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .m-top__works__title::after {
    background: none;
    display: none;
  }
  .m-top__works__title img {
    max-width: 182px;
  }
  .m-top__works__thumb-1, .m-top__works__thumb-2 {
    max-width: 222px;
    height: auto;
  }
  .m-top__works__thumb-1 a, .m-top__works__thumb-2 a {
    margin-bottom: 33px;
    display: block;
  }
  .m-top__works__thumb-1 a img, .m-top__works__thumb-2 a img {
    margin-bottom: 7px;
  }
  .m-top__works__thumb-1 {
    grid-row: 2/3;
  }
  .m-top__works__thumb-1 a {
    display: block;
  }
  .m-top__works__thumb-1 a p {
    font-size: 0.8125rem;
  }
  .m-top__works__thumb-2 {
    grid-row: 2/3;
  }
}
.m-top__about__title {
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-top__about__title a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.m-top__about__title a::after {
  content: "";
  display: block;
  width: 49px;
  height: 45px;
  background-image: url(../img/top/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.m-top__about__title a p {
  display: block;
  max-width: 102px;
  height: auto;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: -0.05rem;
}
.m-top__about__inner {
  margin-bottom: 32px;
}
.m-top__about__inner a {
  display: block;
}

@media screen and (min-width: 992px) {
  .m-top__about__title {
    margin-bottom: 9px;
  }
  .m-top__about__title a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top__about__title a::after {
    display: none;
  }
  .m-top__about__title a p {
    display: block;
    max-width: 45.5621301775%;
    height: auto;
  }
  .m-top__about__inner {
    margin-bottom: 32px;
  }
  .m-top__about__inner a {
    display: block;
  }
}
@media screen and (min-width: 1383px) {
  .m-top__about__inner {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-bottom: 32px;
  }
  .m-top__about__inner:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .m-top__about__title {
    margin-bottom: 9px;
  }
  .m-top__about__title a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top__about__title a p {
    display: block;
    max-width: 180px;
    height: auto;
    font-size: 4.5rem;
  }
}
.m-top__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
}
.m-top__contact:visited {
  color: #fff !important;
}
.m-top__contact__title {
  width: 134px;
  height: auto;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.05rem;
}
.m-top__contact__arrow {
  width: 49px;
  height: auto;
}

/*TOPのcontact*/
@media screen and (min-width: 992px) {
  .m-top__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top__contact:hover .m-top__contact__arrow img {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); /* 右へ少し移動（5〜10pxお好みで） */
  }
  .m-top__contact__title {
    width: 58.875739645%;
    font-size: 4.5rem;
  }
  .m-top__contact__arrow {
    width: 16.2721893491%;
  }
  .m-top__contact__arrow img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .m-top__contact__thumb-1, .m-top__contact__thumb-2 {
    width: 222px;
    height: auto;
  }
  .m-top__contact__thumb-1 li, .m-top__contact__thumb-2 li {
    margin-bottom: 33px;
  }
  .m-top__contact__thumb-1 li img, .m-top__contact__thumb-2 li img {
    margin-bottom: 7px;
  }
  .m-top__contact__thumb-1, .m-top__contact__thumb-2 {
    width: 222px;
    height: auto;
  }
  .m-top__contact__thumb-1 {
    grid-row: 2/3;
  }
  .m-top__contact__thumb-1 a {
    display: block;
  }
  .m-top__contact__thumb-1 a p {
    font-size: 0.8125rem;
  }
  .m-top__contact__thumb-2 {
    grid-row: 2/3;
  }
}
.m-header__logo {
  max-width: 29.8666666667%;
  min-width: 112px;
  display: block;
  margin-right: 10px;
}
.m-header__logo a {
  display: block;
}
.m-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-header__copy {
  margin-right: 5.3333333333%;
  font-size: 0.75rem;
  line-height: 1.5;
}
.m-header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header__link:hover {
  color: #fff;
}
.m-header__arrow {
  width: 19px;
  margin-right: 10px;
}
.m-header__title {
  max-width: 10.1333333333%;
  min-width: 38px;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .m-header__logo {
    width: 19.1027496382%;
    min-width: 264px;
  }
  .m-header__logo a {
    display: block;
  }
  .m-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 870px;
  }
  .m-header__copy {
    max-width: 14.3994211288%;
    min-width: 199px;
    margin-right: 0;
    font-size: 1.125rem;
  }
  .m-header__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-header__link:hover .m-header__arrow img {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); /* 右へ少し移動（5〜10pxお好みで） */
  }
  .m-header__arrow {
    max-width: 19px;
  }
  .m-header__arrow img {
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .m-header__title {
    max-width: 10.1333333333%;
    min-width: 100px;
    font-size: 1.875rem;
  }
}
.m-about__intoro {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 52px;
  letter-spacing: 0.1rem !important;
  max-width: 720px;
}
.m-about__title {
  font-size: 1.6875rem;
  line-height: 1.2;
  margin-bottom: 26px;
}
.m-about__profile {
  margin-bottom: 80px;
}
.m-about__profile__head {
  margin-bottom: 30px;
}
.m-about__profile__photo {
  margin-bottom: 20px;
}
.m-about__profile__name {
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.m-about__profile__name span {
  font-size: 1.5rem;
  padding-right: 20px;
  letter-spacing: 0.1rem;
}
.m-about__profile__name p {
  font-size: 1rem;
  margin-bottom: 5px !important;
  line-height: 1.2;
}
.m-about__profile__attribute {
  margin-bottom: 20px;
}
.m-about__profile__attribute p {
  line-height: 1.5;
  margin-bottom: 0px;
}
.m-about__profile__attribute span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.m-about__award__graph {
  margin-bottom: 24px;
}
.m-about__timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 40px;
  width: 100%;
}
.m-about__timeline dt {
  width: 80px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.m-about__timeline dd {
  width: calc(100% - 80px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.m-about__text {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .m-about__intoro {
    font-size: 3.125rem;
    line-height: 1.15;
    margin-bottom: 86px;
  }
}
@media screen and (min-width: 992px) {
  .m-about__intoro {
    font-size: 3.3125rem;
    line-height: 1.15;
    margin-bottom: 86px;
  }
  .m-about__title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .m-about__profile {
    margin-bottom: 80px;
  }
  .m-about__profile__head {
    margin-bottom: 30px;
  }
  .m-about__profile__photo {
    margin-bottom: 20px;
    width: 503px;
  }
  .m-about__profile__name {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .m-about__profile__name span {
    font-size: 1.5rem;
    padding-right: 20px;
    letter-spacing: 0.1rem;
  }
  .m-about__profile__name p {
    font-size: 1rem;
    margin-bottom: 5px !important;
    line-height: 1.2;
  }
  .m-about__profile__attribute {
    margin-bottom: 20px;
  }
  .m-about__profile__attribute p {
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .m-about__profile__attribute span {
    font-size: 1rem;
  }
  .m-about__award__graph {
    margin-bottom: 24px;
    width: 475px;
  }
  .m-about__timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 23px;
    width: 100%;
  }
  .m-about__timeline dt {
    width: 80px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .m-about__timeline dd {
    width: calc(100% - 80px);
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .m-about__text {
    margin-bottom: 60px;
  }
  .m-about__client {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-about__client p {
    margin-bottom: 0;
    margin-right: 95px;
  }
  .m-about__client p:last-child {
    margin-right: 0px;
  }
}
.m-works-ul {
  display: block;
}
.m-works-list {
  margin-bottom: 71px;
}
.m-works-list a {
  display: block;
}
.m-works-list__title {
  overflow-wrap: break-word;
}
.m-works-list__title p {
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
  font-size: 0.8125rem;
}
.m-works-list__img {
  width: 100%;
  margin-bottom: 23px;
}

@media screen and (min-width: 992px) {
  .m-works-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-works-list {
    width: calc(50% - 25px);
  }
  .m-works-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-works-list__title {
    width: 170px;
    overflow-wrap: break-word;
    padding-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-works-list__title p {
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
  }
  .m-works-list__img {
    width: 320px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.m-achievement {
  width: 100%;
  height: auto;
}
.m-achievement-detail__title {
  position: relative;
  padding: 5% 0;
  line-height: 1.4;
  font-size: 0.875rem;
  font-family: "SLT-Serif";
  letter-spacing: 0.1rem;
}
.m-achievement-detail__title img {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8%;
  height: auto;
}
.m-achievement-detail__img {
  width: 100%;
  margin-bottom: 9%;
}
.m-achievement-detail__img img {
  width: 100%;
}
.m-achievement-detail__img2 {
  display: block;
  margin: auto;
  text-align: center;
}
.m-achievement-detail__img2 li {
  width: 100%;
}
.m-achievement-detail__img2 li img {
  width: 100%;
}
.m-achievement-detail__img2 li + li {
  margin: 9% auto;
}

@media screen and (min-width: 992px) {
  .m-achievement {
    width: 100%;
    height: auto;
  }
  .m-achievement-detail__img2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-achievement-detail__img2 li {
    width: 100%;
  }
  .m-achievement-detail__img2 li img {
    width: 100%;
  }
  .m-achievement-detail__img2 li + li {
    margin-left: 5%;
    margin-top: 0;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
}

.m-contact.modal-content {
  width: 50%;
  margin: 0;
  background-color: #fff;
  padding: 10px 20px 50px;
  position: fixed;
  display: none;
  z-index: 100;
}
.m-contact__title {
  margin-bottom: 20px;
  font-size: 1.6875rem;
  margin-bottom: 30px;
  font-family: "SLT-2";
  font-style: normal;
  letter-spacing: 0.2rem;
}
.m-contact .feedback-input {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #787878;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  font-family: "SLT-2";
  font-style: normal;
  letter-spacing: 0.1rem;
}
.m-contact .feedback-input:focus {
  border: 1px solid #555555;
}
.m-contact textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
.m-contact [type=submit] {
  width: 60%;
  background-color: transparent;
  border: 1px solid #787878;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  border-radius: 0 !important;
  margin: auto;
  font-family: "SLT-2";
  font-style: normal;
  letter-spacing: 0.1rem;
}
.m-contact [type=submit]:hover {
  background: #555555;
}
.m-contact-Close {
  font-size: 2rem;
  text-align: right;
  margin: 10px;
}
.m-contact-Close:hover {
  cursor: pointer;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 992px) {
  nput,
  button,
  select,
  textarea {
    -webkit-appearance: none;
  }
  .m-contact.modal-content {
    width: 50%;
    margin: 0;
    background-color: #fff;
    padding: 10px 20px 50px;
    position: fixed;
    display: none;
    z-index: 100;
  }
  .m-contact__title {
    margin-bottom: 30px;
    margin-bottom: 20px;
    font-size: 1.6875rem;
    letter-spacing: 0.2rem;
  }
  .m-contact .feedback-input {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    background-color: transparent;
    border: 1px solid #787878;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 0;
    font-family: "SLT-2";
    font-style: normal;
    letter-spacing: 0.1rem;
  }
  .m-contact .feedback-input:focus {
    border: 1px solid #555555;
  }
  .m-contact textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
  }
  .m-contact [type=submit] {
    width: 60%;
    background-color: transparent;
    border: 1px solid #787878;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    border-radius: 0 !important;
    margin: 0;
    font-family: "SLT-2";
    font-style: normal;
    letter-spacing: 0.1rem;
  }
}