@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include f.center(xy); // 中央
 * @include f.center(x);  // 横中央
 * @include f.center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include f.transition;
 * @include f.transition-slow;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity - 透過効果を追加する
 * @include f.opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include f.font(jp); // ヒラギノ角ゴ ProN W3
 * @include f.font(jp-b); // ヒラギノ角ゴ ProN W6
 * @include f.font(en); // Open Sans Medium 500
 * @include f.font(en-ita); // Open Sans Medium 500 italic

 ------------------------------------------------ */
/* font */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
code, img, small, strong, var,
b, i, dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure,
footer, header, menu, nav, section,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: none;
}

footer, header, menu, nav, section, aside, figure {
  display: block;
}

.ul,
.ol {
  list-style: none;
  list-style-type: none;
}

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

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

a {
  text-decoration: none;
  word-break: break-all;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  border: none;
  outline: none;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

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

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

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

#menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 245px;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #menu {
    width: 100%;
  }
}
#menu .menu__inner {
  padding: 40px 16px 54px 54px;
}
@media only screen and (max-width: 1024px) {
  #menu .menu__inner {
    padding: 16px 16px;
  }
}
#menu .menu__inner .logo-close-menu-btn__wrap {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  #menu .menu__inner .logo-close-menu-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#menu .menu__inner .logo-close-menu-btn__wrap .logo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #menu .menu__inner .logo-close-menu-btn__wrap .logo {
    display: block;
  }
}
#menu .menu__inner .logo-close-menu-btn__wrap .logo a svg {
  width: 160px;
}
#menu .menu__inner .logo-close-menu-btn__wrap .logo a svg path {
  color: #fff;
}
#menu .menu__inner .logo-close-menu-btn__wrap button img {
  width: 22px;
}
@media only screen and (max-width: 1024px) {
  #menu .menu__inner .logo-close-menu-btn__wrap button img {
    width: 20px;
  }
}
#menu .menu__inner > nav {
  margin-bottom: 48px;
}
#menu .menu__inner > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#menu .menu__inner > nav > ul > li a {
  color: #fff;
}
#menu .menu__inner > nav > ul > li .works-categories__wrap {
  display: none;
  padding: 0 24px;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  #menu .menu__inner > nav > ul > li .works-categories__wrap {
    display: block;
  }
}
#menu .menu__inner > nav > ul > li .works-categories__wrap .works-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
#menu .menu__inner > nav > ul > li .works-categories__wrap .works-nav p {
  color: #fff;
}
#menu .menu__inner > nav > ul > li .works-categories__wrap .works-nav > nav {
  max-width: 280px;
  padding-left: 24px;
}
#menu .menu__inner > nav > ul > li .works-categories__wrap .works-nav > nav > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#menu .menu__inner .sns-link__wrap {
  margin-bottom: 24px;
}
#menu .menu__inner .sns-link__wrap a svg {
  width: 20px;
}
#menu .menu__inner .sns-link__wrap a svg path {
  color: #fff;
}
#menu .menu__inner .privacy-policy-link__wrap a {
  color: #C6C6C6;
  font-size: 12px;
}

body.is-open-menu #menu, body.is-open-menu-fv #menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu-fv #menu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* -----------------------------------
 * header
 ----------------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #header {
    height: 72px;
  }
}
#header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 0 48px;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 16px;
  }
}
#header .header__inner .open-menu-btn__wrap {
  margin-right: min(40px, 2vw);
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .open-menu-btn__wrap {
    margin-right: 0;
  }
}
#header .header__inner .open-menu-btn__wrap svg {
  width: min(30px, 2vw);
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .open-menu-btn__wrap svg {
    width: 20px;
  }
}
#header .header__inner .logo__wrap {
  width: min(198px, 15vw);
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .logo__wrap {
    width: 160px;
  }
}
#header .header__inner .logo__wrap a svg {
  width: 100%;
}
#header .header__inner .logo__wrap a svg path {
  color: #070203;
}
#header .header__inner .works-categories__wrap {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  #header .header__inner .works-categories__wrap {
    display: none;
  }
}
#header .header__inner .works-categories__wrap .works-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(0.5vw, 10px);
     -moz-column-gap: min(0.5vw, 10px);
          column-gap: min(0.5vw, 10px);
}
#header .header__inner .works-categories__wrap .works-nav > p {
  font-weight: 400;
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul li {
  padding: 0 min(1.5vw, 20px);
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul li:not(:first-of-type) {
  position: relative;
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #000;
  width: 1px;
  height: 0.9em;
  margin-top: 0.1em;
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul li:last-of-type {
  padding-right: 0;
}
#header .header__inner .works-categories__wrap .works-nav > nav > ul li a {
  font-weight: 400;
}

body.is-open-menu #header, body.is-open-menu-fv #header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 245px;
  width: calc(100% - 245px);
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu #header, body.is-open-menu-fv #header {
    left: 0;
    width: 100%;
  }
}
body.is-open-menu #header .header__inner, body.is-open-menu-fv #header .header__inner {
  max-width: min(calc(100vw - 245px), 1340px);
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu #header .header__inner, body.is-open-menu-fv #header .header__inner {
    max-width: 100%;
  }
}

#footer {
  width: 100%;
  padding: 32px 16px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding: 16px;
  }
}
#footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none;
}
body .base-container {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}
body .base-container #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .base-container #main main {
  width: 100%;
  max-width: 1440px;
  padding: 16px min(10vw, 48px);
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  body .base-container #main main {
    padding: 16px;
    margin-top: 72px;
  }
}

body.is-open-menu .base-container #main, body.is-open-menu-fv .base-container #main {
  width: calc(100% - 245px);
  margin-left: 245px;
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu .base-container #main, body.is-open-menu-fv .base-container #main {
    width: 100%;
    margin-left: 0;
  }
}

a {
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  opacity: 0.5;
}

/* -----------------------------------
 * 共通パーツ
 ----------------------------------- */
* {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.7px;
}

.sub-container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style: none;
}

/* 改行切り替え */
br.sp--block {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp--block {
    display: block;
  }
}
br.ipad--block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.ipad--block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.ipad--block {
    display: none;
  }
}
br.pc--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  br.pc--block {
    display: none;
  }
}

/* -----------------------------------
 * 投稿0件
 ----------------------------------- */
.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
  padding-top: 48px;
}

/* -----------------------------------
 * リンク
 ----------------------------------- */
.link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-rect {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.link-rect .link-rect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  height: 50px;
  padding: 15px 30px;
  border: 1px solid #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.link-rect .link-rect__inner p,
.link-rect .link-rect__inner svg rect svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.link-rect:hover {
  opacity: 1;
}
.link-rect:hover .link-rect__inner {
  background-color: #000;
}
.link-rect:hover .link-rect__inner p,
.link-rect:hover .link-rect__inner svg rect,
.link-rect:hover .link-rect__inner svg path {
  color: #fff;
}

/* -----------------------------------
 * 見出し
 ----------------------------------- */
.heading {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .heading {
    margin-bottom: 32px;
  }
}

.sub-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}

/* -----------------------------------
 * タイトル
 ----------------------------------- */
.title__block .titlesub img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.title__block .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .title__block .title {
    font-size: 14px;
  }
}
.title__block.title-top-concept .titlesub {
  max-width: 388px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-concept .titlesub {
    max-width: 194px;
    margin: 0 auto 20px;
  }
}
.title__block.title-top-concept .title {
  text-align: center;
}
.title__block.title-top-works .titlesub {
  max-width: 624px;
  width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-works .titlesub {
    max-width: 184px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-works .title {
    text-align: center;
  }
}
.title__block.title-top-news .titlesub {
  max-width: 145px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-news .titlesub {
    max-width: 116px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.title__block.title-top-news .title {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-news .title {
    text-align: center;
  }
}
.title__block.title-top-recruit .titlesub {
  max-width: 783px;
  width: 100%;
  margin: 0 0 50px auto;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-recruit .titlesub {
    max-width: 175px;
    margin: 0 auto 20px;
    padding: 0;
  }
}
.title__block.title-top-recruit .title {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .title__block.title-top-recruit .title {
    text-align: center;
  }
}

.pages-title__block {
  padding: 100px 50px 80px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block {
    padding: 40px 20px;
  }
}
.pages-title__block .titlesub img[src$=".svg"] {
  width: 100%;
  height: auto;
}
.pages-title__block .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block .title {
    font-size: 14px;
  }
}
.pages-title__block.title-pages-about .titlesub {
  max-width: 616px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-about .titlesub {
    max-width: 172px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-about .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-business .titlesub {
  max-width: 890px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-business .titlesub {
    max-width: 248px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-business .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-safety .titlesub {
  max-width: 692px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-safety .titlesub {
    max-width: 193px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-safety .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-works .titlesub {
  max-width: 669px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-works .titlesub {
    max-width: 187px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-works .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-news .titlesub {
  max-width: 519px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-news .titlesub {
    max-width: 146px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-news .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-recruit .titlesub {
  max-width: 783px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-recruit .titlesub {
    max-width: 218px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-recruit .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-contact .titlesub {
  max-width: 847px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-contact .titlesub {
    max-width: 235px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-contact .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-pp .titlesub {
  max-width: 1469px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-pp .titlesub {
    max-width: 211px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-pp .title {
    text-align: center;
  }
}
.pages-title__block.title-pages-pnf .titlesub {
  max-width: 1580px;
  width: 100%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-pnf .titlesub {
    max-width: 172px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pages-title__block.title-pages-pnf .title {
    text-align: center;
  }
}

.pages-subtitle__block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .pages-subtitle__block {
    margin-bottom: 50px;
  }
}
.pages-subtitle__block .titlesub {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .pages-subtitle__block .titlesub {
    font-size: 30px;
  }
}
.pages-subtitle__block .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .pages-subtitle__block .title {
    font-size: 14px;
  }
}

/* -----------------------------------
 * テキスト
 ----------------------------------- */
.text__block .heading p,
.text__block .heading h3 {
  color: #0B5A94;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
.text__block .text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .text__block .text p {
    font-size: 14px;
  }
}

.hissu {
  color: #FF4500;
}

.pre-wrap {
  white-space: pre-wrap;
}

/* -----------------------------------
 * ボタン
 ----------------------------------- */
/* ボタンの位置 */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap.pos-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .btn-wrap.pos-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn-wrap.pos-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ボタンのスタイル */
.btn-style__arrow a {
  display: block;
}
.btn-style__arrow a p {
  position: relative;
  padding-right: 40px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .btn-style__arrow a p {
    padding-right: 35px;
    font-size: 18px;
  }
}
.btn-style__arrow a p:after {
  content: ">>";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .btn-style__arrow a p:after {
    font-size: 18px;
  }
}
.btn-style__arrow a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .btn-style__arrow a:hover {
    opacity: 1;
  }
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

/* -----------------------------------
 * リスト
 ----------------------------------- */
.dot-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dot-list > li::before {
  content: "・";
}

/* -----------------------------------
 * display
 ----------------------------------- */
.minimum-hidden {
  display: block !important;
  overflow: hidden;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

/* -----------------------------------
 * works-list
 ----------------------------------- */
.works .works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max(min(48px, 3vw), 16px) 1fr max(min(48px, 3vw), 16px) 1fr max(min(48px, 3vw), 16px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: max(min(48px, 3vw), 16px);
  list-style: none;
  max-width: 1344px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .works .works-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .works .works-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.works .works-list .post-works-item {
  aspect-ratio: 3/2;
}
.works .works-list .post-works-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.works .works-list .post-works-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .works .works-list .post-works-item a img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  body.is-open-menu, body.is-open-menu-fv {
    overflow: hidden;
  }
}
body.is-open-menu .works, body.is-open-menu-fv .works {
  overflow: hidden;
  margin: auto -48px;
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu .works, body.is-open-menu-fv .works {
    overflow: visible;
    margin: auto;
  }
}
body.is-open-menu .works .works-list, body.is-open-menu-fv .works .works-list {
  width: calc(100vw - 96px);
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu .works .works-list, body.is-open-menu-fv .works .works-list {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body.is-open-menu-fv {
    overflow: visible;
  }
}

/* -----------------------------------
 * news-list
 ----------------------------------- */
.news .news-list .post-news-item {
  border-bottom: 1px solid #000;
}
.news .news-list .post-news-item .post-news-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 28px 0;
}
.news .news-list .post-news-item .post-news-item__inner .meta {
  width: 187px;
  margin-right: 16px;
}
.news .news-list .post-news-item .post-news-item__inner .meta .date {
  line-height: 25px;
}
.news .news-list .post-news-item .post-news-item__inner .meta .term {
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
}
.news .news-list .post-news-item .post-news-item__inner .title {
  width: 465px;
}
.news .news-list .post-news-item .post-news-item__inner .title p {
  line-height: 25px;
}

/* -----------------------------------
 * 注意書き
 ----------------------------------- */
.warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.warning .warning--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .warning .warning--item {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .warning .warning--item {
    width: 80%;
  }
}
.warning .warning--item .text__block p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.warning .warning--item img {
  display: block;
  margin: 0 40px 0 0;
  width: 130px;
}
.warning.is-show {
  display: block;
}

/* -----------------------------------
 * fv
 ----------------------------------- */
.fv {
  position: relative;
  width: 100%;
  z-index: 0;
}
.fv .fv-slider {
  position: fixed;
  right: 80px;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .fv .fv-slider {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
    padding-top: 50px;
    width: calc(100% - 20px);
    z-index: 0;
  }
}
.fv .fv-img__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .fv .fv-img__wrap {
    display: block;
    width: 100%;
  }
}
.fv .fv-img__wrap .fv-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  height: 100vh;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .fv .fv-img__wrap .fv-img {
    width: calc(100% - 70px);
    height: auto;
    padding-top: 30px;
  }
}
.fv .fv-logo {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
  width: auto;
  height: calc(100vh - 212px);
  margin-left: -50px;
}
@media only screen and (max-width: 1024px) {
  .fv .fv-logo {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 70px);
    height: auto;
    margin-left: 0;
    z-index: 2;
  }
}
.fv .fv-logo img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .fv .fv-logo img {
    width: 100%;
    height: auto;
  }
}

/* -----------------------------------
 * top-concept
 ----------------------------------- */
.top-concept {
  position: relative;
  z-index: 0;
}
.top-concept .top-concept__inner {
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner {
    padding-top: 60px;
  }
}
.top-concept .top-concept__inner .top-concept-img__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-img__block {
    display: block;
  }
}
.top-concept .top-concept__inner .top-concept-img__block .item-img {
  width: 66.66%;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-img__block .item-img {
    width: 100%;
  }
}
.top-concept .top-concept__inner .top-concept-img__block .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-img__block .item-title {
    display: block;
    width: 100%;
    padding-top: 40px;
  }
}
.top-concept .top-concept__inner .top-concept-img__block .item-title .title__block {
  width: 100%;
  padding: 0 50px;
}
.top-concept .top-concept__inner .top-concept-contents__block {
  position: relative;
}
.top-concept .top-concept__inner .top-concept-contents__block:before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  width: 100%;
  height: calc(100% + 190px);
  background: url("./img/common/common-bg.jpg") repeat-y top center;
  background-size: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-contents__block:before {
    top: -105px;
    height: calc(100% + 105px);
  }
}
.top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents {
    padding: 50px 20px;
  }
}
.top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .text__block .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .text__block .heading {
    margin-bottom: 24px;
  }
}
.top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .text__block .heading p {
  font-size: 32px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .text__block .heading p {
    font-size: 20px;
  }
}
.top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .btn-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-concept .top-concept__inner .top-concept-contents__block .top-concept-contents .btn-wrap {
    margin-top: 30px;
  }
}

/* -----------------------------------
 * top-works
 ----------------------------------- */
.top-works {
  position: relative;
  padding: 140px 0;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .top-works {
    padding: 50px 0 120px;
  }
}
.top-works .top-works-contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block {
    display: block;
  }
}
.top-works .top-works-contents__block .top-works-title__block {
  position: relative;
  width: 60%;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-title__block {
    position: static;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}
.top-works .top-works-contents__block .top-works-title__block .btn-wrap {
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-title__block .btn-wrap {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 50px;
  }
}
.top-works .top-works-contents__block .top-works-slider__block {
  width: 40%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-slider__block {
    width: 100%;
  }
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area {
  width: calc(40% + (40vw - 40%) / 2);
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area {
    width: calc(70% + (70vw - 70%) / 2);
  }
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider.slick-initialized {
  opacity: 1;
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .slick-list {
  width: 100%;
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item {
  margin: 0 25px;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item {
    margin: 0 8px;
  }
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a:before {
  content: "";
  display: block;
  padding: 35% 0;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a:before {
    padding: 29.851% 0;
  }
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-contents__block .top-works-slider__block .top-works-slider__area .top-works-slider .top-works-slider__item a:hover {
    opacity: 1;
  }
}
.top-works .top-works-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 100px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-works .top-works-gallery {
    display: none;
  }
}
.top-works .top-works-gallery.slick-initialized {
  opacity: 1;
}
.top-works .top-works-gallery .slick-list {
  width: 100%;
}
.top-works .top-works-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-works .top-works-gallery img {
  display: block;
  margin: 0 25px;
}

/* -----------------------------------
 * top-news
 ----------------------------------- */
.top-news {
  position: relative;
  background: url("./img/common/common-bg.jpg") repeat-y top center;
  background-size: 100%;
  z-index: 0;
}
.top-news .top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner {
    display: block;
    padding: 50px 20px;
  }
}
.top-news .top-news__inner .top-news-list__block {
  margin: 0 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block {
    margin: 40px 0;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item:not(:nth-child(1)) {
  margin-top: 30px;
}
.top-news .top-news__inner .top-news-list__block .news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block .news-list__item a {
    display: block;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block .news-list__item a:hover {
    opacity: 1;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item a .item-data {
  display: block;
  margin-right: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block .news-list__item a .item-data {
    margin: 0;
    font-size: 14px;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item a p {
  margin-right: 30px;
  width: calc(100% - 120px);
  color: #0B5A94;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block .news-list__item a p {
    margin: 5px 0;
    width: 100%;
    font-size: 14px;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item a .catelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .top-news__inner .top-news-list__block .news-list__item a .catelist li {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news__inner .top-news-list__block .news-list__item a .catelist li {
    font-size: 14px;
  }
}
.top-news .top-news__inner .top-news-list__block .news-list__item a .catelist li:not(:nth-child(1)) {
  margin-left: 10px;
}
.top-news .top-news__inner .btn-wrap {
  margin-left: auto;
}

/* -----------------------------------
 * top-recruit
 ----------------------------------- */
.top-recruit {
  position: relative;
  z-index: 0;
}
.top-recruit .top-recruit__inner {
  padding: 200px 80px;
}
@media only screen and (max-width: 1024px) {
  .top-recruit .top-recruit__inner {
    padding: 50px 0;
  }
}
.top-recruit .top-recruit__inner .title__block {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .top-recruit .top-recruit__inner .title__block {
    margin-bottom: 30px;
  }
}
.top-recruit .top-recruit__inner .top-recruit__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .top-recruit .top-recruit__inner .top-recruit__block {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.top-recruit .top-recruit__inner .top-recruit__block .item-img {
  max-width: 1000px;
  width: 100%;
}
.top-recruit .top-recruit__inner .top-recruit__block .item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  width: 100%;
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .top-recruit .top-recruit__inner .top-recruit__block .item-contents {
    display: block;
    padding: 30px 20px 0;
  }
}
.top-recruit .top-recruit__inner .top-recruit__block .item-contents .text__block {
  margin-bottom: 30px;
}
.top-recruit .top-recruit__inner .top-recruit__block .item-contents .btn-wrap {
  margin-top: auto;
}

/* -----------------------------------
 * pages common
 ----------------------------------- */
.pages-main {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 50px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .pages-main {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.pages-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

/* -----------------------------------
 * works
 ----------------------------------- */
/* 詳細 */
.pages-single-works #container article .main-post__block .layout__btn .btn-style__link a p, .pages-single-works #container article .main-post__block .layout__txtimg-right .item-text p, .pages-single-works #container article .main-post__block .layout__txtimg-left .item-text p, .pages-single-works #container article .main-post__block .layout__textonly p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.8px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .main-post__block .layout__btn .btn-style__link a p, .pages-single-works #container article .main-post__block .layout__txtimg-right .item-text p, .pages-single-works #container article .main-post__block .layout__txtimg-left .item-text p, .pages-single-works #container article .main-post__block .layout__textonly p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.4px;
  }
}

.pages-single-works #container {
  max-width: 1000px;
  margin: 0 auto;
}
.pages-single-works #container article .sub-category {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .sub-category {
    margin-bottom: 4px;
  }
}
.pages-single-works #container article .sub-category p {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
}
.pages-single-works #container article .title {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.pages-single-works #container article .title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
}
.pages-single-works #container article .main-post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
  padding: 48px 0;
  border-bottom: 1px solid #F1F0EE;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .main-post__block {
    row-gap: 20px;
    padding: 20px 0;
  }
}
.pages-single-works #container article .main-post__block .layout__heading p {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .main-post__block .layout__heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.8px;
  }
}
.pages-single-works #container article .main-post__block .layout__imgonly img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages-single-works #container article .main-post__block .layout__txtimg-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .main-post__block .layout__txtimg-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.pages-single-works #container article .main-post__block .layout__txtimg-left .item-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pages-single-works #container article .main-post__block .layout__txtimg-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-works #container article .main-post__block .layout__txtimg-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 8px;
  }
}
.pages-single-works #container article .main-post__block .layout__txtimg-right .item-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pages-single-works #container article .main-post__block .layout__space {
  width: 0;
  height: 16px;
}

/* -----------------------------------
 * NEWS
 ----------------------------------- */
/* 一覧 */
.pages-news #container .heading {
  margin-bottom: 0;
}

/* 一覧　ページャー */
.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin: 96px 0;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap {
    margin: 64px 0;
  }
}
.pagination-wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin: 0 auto;
}
.pagination-wrap .pagination .pager-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.pagination-wrap .pagination .pager-wrap .pager {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
.pagination-wrap .pagination .pager-wrap .pager:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-wrap .pagination .pager-wrap .pager.is-current {
  color: #000;
}
.pagination-wrap .pagination .pager-wrap .pager.is-current:before {
  width: 100%;
}
.pagination-wrap .pagination .pager-wrap .pager:hover:before {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap .pagination .pager-wrap .pager:hover:before {
    width: 0;
  }
}
.pagination-wrap .pagination .prev {
  position: relative;
  display: inline-block;
  width: 10px;
  padding: 0;
}
.pagination-wrap .pagination .prev .icon-arrow {
  position: absolute;
  left: 0;
  width: 12px;
  height: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-wrap .pagination .prev .icon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap .pagination .prev .icon-arrow:before {
    top: 0;
  }
}
.pagination-wrap .pagination .prev:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap .pagination .prev:hover {
    opacity: 1;
  }
}
.pagination-wrap .pagination .next {
  position: relative;
  display: inline-block;
  position: relative;
  width: 10px;
  padding: 0;
}
.pagination-wrap .pagination .next .icon-arrow {
  position: absolute;
  right: 0;
  width: 12px;
  height: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pagination-wrap .pagination .next .icon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap .pagination .next .icon-arrow:before {
    top: 0;
  }
}
.pagination-wrap .pagination .next:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrap .pagination .next:hover {
    opacity: 1;
  }
}

/* 詳細 */
.pages-single-news #container article .main-post__block .layout__btn .btn-style__link a p, .pages-single-news #container article .main-post__block .layout__txtimg-right .item-text p, .pages-single-news #container article .main-post__block .layout__txtimg-left .item-text p, .pages-single-news #container article .main-post__block .layout__textonly p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 4.8px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .main-post__block .layout__btn .btn-style__link a p, .pages-single-news #container article .main-post__block .layout__txtimg-right .item-text p, .pages-single-news #container article .main-post__block .layout__txtimg-left .item-text p, .pages-single-news #container article .main-post__block .layout__textonly p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.4px;
  }
}

.pages-single-news #container article {
  max-width: 760px;
  margin: 0 auto;
}
.pages-single-news #container article .date_sub-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .date_sub-category {
    margin-bottom: 4px;
  }
}
.pages-single-news #container article .date_sub-category .date {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.4px;
}
.pages-single-news #container article .date_sub-category .sub-category {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.2px;
}
.pages-single-news #container article .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.pages-single-news #container article .title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
}
.pages-single-news #container article .main-post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  padding: 24px 0 48px;
  border-bottom: 1px solid #F1F0EE;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .main-post__block {
    row-gap: 20px;
    padding: 20px 0;
  }
}
.pages-single-news #container article .main-post__block .layout__heading p {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .main-post__block .layout__heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.8px;
  }
}
.pages-single-news #container article .main-post__block .layout__imgonly img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages-single-news #container article .main-post__block .layout__txtimg-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .main-post__block .layout__txtimg-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.pages-single-news #container article .main-post__block .layout__txtimg-left .item-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pages-single-news #container article .main-post__block .layout__txtimg-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .pages-single-news #container article .main-post__block .layout__txtimg-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 8px;
  }
}
.pages-single-news #container article .main-post__block .layout__txtimg-right .item-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pages-single-news #container article .main-post__block .layout__space {
  width: 0;
  height: 16px;
}

/* WORKS|NEWS詳細　ページャー */
/* pager single */
.pager-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 40px auto;
}
.pager-single .link-prev,
.pager-single .link-page-back,
.pager-single .link-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.pager-single .link-prev.disabled span,
.pager-single .link-prev.disabled svg g,
.pager-single .link-prev.disabled svg path,
.pager-single .link-page-back.disabled span,
.pager-single .link-page-back.disabled svg g,
.pager-single .link-page-back.disabled svg path,
.pager-single .link-next.disabled span,
.pager-single .link-next.disabled svg g,
.pager-single .link-next.disabled svg path {
  color: #707070;
}
.pager-single .link-prev span,
.pager-single .link-page-back span,
.pager-single .link-next span {
  font-weight: 400;
}

/* -----------------------------------
 * RECRUIT / CONTACT
 ----------------------------------- */
/* RECRUIT / CONTACT */
.pages-contact *,
.pages-confirm * {
  line-height: 25px;
  letter-spacing: 1.4px;
}
.pages-contact .lead,
.pages-confirm .lead {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .lead,
.pages-confirm .lead {
    margin-bottom: 24px;
  }
}
.pages-contact .recruit .positions,
.pages-confirm .recruit .positions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
  padding-bottom: 96px;
  border-bottom: 1px solid #707070;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .recruit .positions,
.pages-confirm .recruit .positions {
    row-gap: 32px;
    padding-bottom: 64px;
    margin-bottom: 32px;
  }
}
.pages-contact .recruit .positions dl,
.pages-confirm .recruit .positions dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114px 56px 1fr;
  grid-template-columns: 114px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .recruit .positions dl,
.pages-confirm .recruit .positions dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.pages-contact .recruit .positions dl dt,
.pages-confirm .recruit .positions dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.6px;
}
.pages-contact .contact,
.pages-contact .confirm,
.pages-confirm .contact,
.pages-confirm .confirm {
  margin-bottom: 120px;
}
.pages-contact .contact:target,
.pages-contact .confirm:target,
.pages-confirm .contact:target,
.pages-confirm .confirm:target {
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact:target,
.pages-contact .confirm:target,
.pages-confirm .contact:target,
.pages-confirm .confirm:target {
    scroll-margin-top: 72px;
  }
}
.pages-contact .contact .annotation,
.pages-contact .confirm .annotation,
.pages-confirm .contact .annotation,
.pages-confirm .confirm .annotation {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .annotation,
.pages-contact .confirm .annotation,
.pages-confirm .contact .annotation,
.pages-confirm .confirm .annotation {
    margin-bottom: 64px;
  }
}
.pages-contact .contact .contactform__block,
.pages-contact .confirm .contactform__block,
.pages-confirm .contact .contactform__block,
.pages-confirm .confirm .contactform__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .contactform__block,
.pages-contact .confirm .contactform__block,
.pages-confirm .contact .contactform__block,
.pages-confirm .confirm .contactform__block {
    margin-bottom: 64px;
  }
}
.pages-contact .contact .contactform__block dl,
.pages-contact .confirm .contactform__block dl,
.pages-confirm .contact .contactform__block dl,
.pages-confirm .confirm .contactform__block dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(16vw, 180px) min(2vw, 32px) 1fr;
  grid-template-columns: min(16vw, 180px) 1fr;
  -webkit-column-gap: min(2vw, 32px);
     -moz-column-gap: min(2vw, 32px);
          column-gap: min(2vw, 32px);
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .contactform__block dl,
.pages-contact .confirm .contactform__block dl,
.pages-confirm .contact .contactform__block dl,
.pages-confirm .confirm .contactform__block dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.pages-contact .contact .contactform__block dl.contact-contacts,
.pages-contact .confirm .contactform__block dl.contact-contacts,
.pages-confirm .contact .contactform__block dl.contact-contacts,
.pages-confirm .confirm .contactform__block dl.contact-contacts {
  width: 100%;
  min-height: 142px;
}
.pages-contact .contact .contactform__block dl dt,
.pages-contact .confirm .contactform__block dl dt,
.pages-confirm .contact .contactform__block dl dt,
.pages-confirm .confirm .contactform__block dl dt {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .contactform__block dl dt,
.pages-contact .confirm .contactform__block dl dt,
.pages-confirm .contact .contactform__block dl dt,
.pages-confirm .confirm .contactform__block dl dt {
    padding-bottom: 8px;
  }
}
.pages-contact .contact .contactform__block dl dd,
.pages-contact .confirm .contactform__block dl dd,
.pages-confirm .contact .contactform__block dl dd,
.pages-confirm .confirm .contactform__block dl dd {
  padding-bottom: 16px;
  border-bottom: 1px solid #C6C6C6;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .contactform__block dl dd,
.pages-contact .confirm .contactform__block dl dd,
.pages-confirm .contact .contactform__block dl dd,
.pages-confirm .confirm .contactform__block dl dd {
    padding-bottom: 8px;
  }
}
.pages-contact .contact .contactform__block dl dd input[type=text],
.pages-contact .confirm .contactform__block dl dd input[type=text],
.pages-confirm .contact .contactform__block dl dd input[type=text],
.pages-confirm .confirm .contactform__block dl dd input[type=text] {
  width: 100%;
}
.pages-contact .contact .contactform__block dl dd input[type=email],
.pages-contact .confirm .contactform__block dl dd input[type=email],
.pages-confirm .contact .contactform__block dl dd input[type=email],
.pages-confirm .confirm .contactform__block dl dd input[type=email] {
  width: 100%;
}
.pages-contact .contact .contactform__block dl dd textarea,
.pages-contact .confirm .contactform__block dl dd textarea,
.pages-confirm .contact .contactform__block dl dd textarea,
.pages-confirm .confirm .contactform__block dl dd textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}
.pages-contact .contact .contactform__block dl dd .koumoku-item__block,
.pages-contact .contact .contactform__block dl dd .koumoku-item__block,
.pages-contact .confirm .contactform__block dl dd .koumoku-item__block,
.pages-contact .confirm .contactform__block dl dd .koumoku-item__block,
.pages-confirm .contact .contactform__block dl dd .koumoku-item__block,
.pages-confirm .contact .contactform__block dl dd .koumoku-item__block,
.pages-confirm .confirm .contactform__block dl dd .koumoku-item__block,
.pages-confirm .confirm .contactform__block dl dd .koumoku-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(2vw, 24px);
     -moz-column-gap: min(2vw, 24px);
          column-gap: min(2vw, 24px);
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .contactform__block dl dd .koumoku-item__block,
.pages-contact .contact .contactform__block dl dd .koumoku-item__block,
.pages-contact .confirm .contactform__block dl dd .koumoku-item__block,
.pages-contact .confirm .contactform__block dl dd .koumoku-item__block,
.pages-confirm .contact .contactform__block dl dd .koumoku-item__block,
.pages-confirm .contact .contactform__block dl dd .koumoku-item__block,
.pages-confirm .confirm .contactform__block dl dd .koumoku-item__block,
.pages-confirm .confirm .contactform__block dl dd .koumoku-item__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
  }
}
.pages-contact .contact .contactform__block dl dd .mwform-radio-field,
.pages-contact .confirm .contactform__block dl dd .mwform-radio-field,
.pages-confirm .contact .contactform__block dl dd .mwform-radio-field,
.pages-confirm .confirm .contactform__block dl dd .mwform-radio-field {
  margin: 0;
}
.pages-contact .contact .contactform__block dl dd .mwform-radio-field label,
.pages-contact .confirm .contactform__block dl dd .mwform-radio-field label,
.pages-confirm .contact .contactform__block dl dd .mwform-radio-field label,
.pages-confirm .confirm .contactform__block dl dd .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  cursor: pointer;
}
.pages-contact .contact .contactform__block dl dd .mwform-radio-field label input[type=radio],
.pages-contact .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio],
.pages-confirm .contact .contactform__block dl dd .mwform-radio-field label input[type=radio],
.pages-confirm .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  margin: 0;
}
.pages-contact .contact .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked,
.pages-contact .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked,
.pages-confirm .contact .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked,
.pages-confirm .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked {
  position: relative;
}
.pages-contact .contact .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked::before,
.pages-contact .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked::before,
.pages-confirm .contact .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked::before,
.pages-confirm .confirm .contactform__block dl dd .mwform-radio-field label input[type=radio]:checked::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0.07em;
  width: 0.6em;
  height: 0.3em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.pages-contact .contact .contactform__block dl dd .validation-error p,
.pages-contact .confirm .contactform__block dl dd .validation-error p,
.pages-confirm .contact .contactform__block dl dd .validation-error p,
.pages-confirm .confirm .contactform__block dl dd .validation-error p {
  color: #FF4500;
}
.pages-contact .contact .link__wrap,
.pages-contact .confirm .link__wrap,
.pages-confirm .contact .link__wrap,
.pages-confirm .confirm .link__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .contact .link__wrap,
.pages-contact .confirm .link__wrap,
.pages-confirm .contact .link__wrap,
.pages-confirm .confirm .link__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pages-contact .confirm .lead,
.pages-confirm .confirm .lead {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-contact .confirm .lead,
.pages-confirm .confirm .lead {
    margin-bottom: 64px;
  }
}
.pages-contact .confirm .link__wrap,
.pages-confirm .confirm .link__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .pages-contact .confirm .link__wrap,
.pages-confirm .confirm .link__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 24px;
  }
}

/* THANK YOU */
.pages-thanks .thanks {
  margin: 0 auto;
}
.pages-thanks .thanks .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-thanks .thanks .contents {
    row-gap: 24px;
    margin-bottom: 64px;
  }
}
.pages-thanks .thanks .contents p {
  font-weight: 600;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

/* -----------------------------------
 * ABOUT
 ----------------------------------- */
.pages-about .company, .pages-about .business-flow, .pages-about .business-domain, .pages-about .awards, .pages-about .philosophy {
  padding-bottom: 96px;
  border-bottom: 1px solid #707070;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .pages-about .company, .pages-about .business-flow, .pages-about .business-domain, .pages-about .awards, .pages-about .philosophy {
    padding-bottom: 64px;
    margin-bottom: 32px;
  }
}

.pages-about .profile {
  margin-bottom: 48px;
}
.pages-about .profile .profile-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(25vw, 238px) 20px 1fr;
  grid-template-columns: min(25vw, 238px) 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .pages-about .profile .profile-details {
    display: block;
  }
}
.pages-about .profile .profile-details .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .pages-about .profile .profile-details .img-box {
    margin-bottom: 20px;
  }
}
.pages-about .profile .profile-details .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .pages-about .profile .profile-details .img-box img {
    max-width: 240px;
  }
}
.pages-about .profile .profile-details .profile-box {
  padding: min(1vw, 20px) 0 0;
}
.pages-about .profile .profile-details .profile-box header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-about .profile .profile-details .profile-box header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pages-about .profile .profile-details .profile-box header .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .pages-about .profile .profile-details .profile-box header .name {
    width: 100%;
  }
}
.pages-about .profile .profile-details .profile-box header .name-en {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.4px;
}
.pages-about .profile .profile-details .profile-box header .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pages-about .profile .profile-details .profile-box header .sns-links img {
  width: 20px;
}
.pages-about .profile .profile-details .profile-box .overview p {
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.4px;
}
.pages-about .awards .award-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (100px)[5];
  grid-template-columns: repeat(5, 100px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 48px;
}
@media only screen and (max-width: 767px) {
  .pages-about .awards .award-list {
    -ms-grid-columns: 100px 12px 100px 12px 100px;
    grid-template-columns: repeat(3, 100px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.pages-about .awards .award-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
}
.pages-about .awards .award-list li img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.pages-about .business-domain .domain-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  list-style-type: none;
  counter-reset: business-domain-counter;
}
.pages-about .business-domain .domain-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  counter-increment: business-domain-counter;
}
.pages-about .business-domain .domain-list li::before {
  content: counter(business-domain-counter);
  margin-right: 4px;
}
.pages-about .business-domain .domain-list li .item-wrap .title,
.pages-about .business-domain .domain-list li .item-wrap .description {
  line-height: 25px;
  letter-spacing: 1.4px;
}
.pages-about .business-domain .domain-list li .item-wrap .description {
  width: 100%;
  padding-left: 28px;
}
.pages-about .business-flow .flow-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  position: relative;
}
.pages-about .business-flow .flow-table .vertical-bar {
  position: absolute;
  top: 20px;
  left: 19px;
  background-color: #000;
  width: 2px;
  height: 0px;
}
.pages-about .business-flow .flow-table .flow-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 32px 1fr;
  grid-template-columns: 40px 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 28px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .pages-about .business-flow .flow-table .flow-table__row {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.pages-about .business-flow .flow-table .flow-table__row .step .number-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.6px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
}
.pages-about .business-flow .flow-table .flow-table__row .detail {
  padding: 8px 0;
}
.pages-about .business-flow .flow-table .flow-table__row .detail header {
  margin-bottom: 16px;
}
.pages-about .business-flow .flow-table .flow-table__row .detail header h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.6px;
}
.pages-about .business-flow .flow-table .flow-table__row .detail p {
  line-height: 25px;
  letter-spacing: 1.4px;
}
.pages-about .company dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 108px 8px 1fr;
  grid-template-columns: 108px 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 28px;
}
@media only screen and (max-width: 1024px) {
  .pages-about .company dl {
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
  }
}
.pages-about .company dl dt::after {
  content: "：";
}
.pages-about .company dl dt,
.pages-about .company dl dd {
  line-height: 25px;
  letter-spacing: 1.4px;
}
.pages-about .group-companies {
  margin-bottom: 120px;
}
.pages-about .group-companies .company-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 20px 240px 20px 240px;
  grid-template-columns: repeat(3, 240px);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .pages-about .group-companies .company-list {
    -ms-grid-columns: min(43vw, 240px) 16px min(43vw, 240px);
    grid-template-columns: repeat(2, min(43vw, 240px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.pages-about .group-companies .company-list li {
  aspect-ratio: 240/67;
}
.pages-about .group-companies .company-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #707070;
}
.pages-about .group-companies .company-list li a img {
  width: 62.5%;
}
.pages-about .group-companies .company-list li a img.logo-s-pro {
  width: 38.7%;
}
.pages-about .group-companies .company-list li a img.logo-seee {
  width: 81.6%;
}

/* -----------------------------------
 * privacy-policy
 ----------------------------------- */
.pages-privacy-policy #container {
  max-width: 850px;
  margin: 0 auto;
}
.pages-privacy-policy #container .statement {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .pages-privacy-policy #container .statement {
    margin-bottom: 32px;
  }
}
.pages-privacy-policy #container .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-privacy-policy #container .details {
    row-gap: 24px;
    margin-bottom: 64px;
  }
}
.pages-privacy-policy #container .details dl dt {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-privacy-policy #container .details dl dt {
    margin-bottom: 8px;
  }
}
.pages-privacy-policy #container .details dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .pages-privacy-policy #container .details dl dd {
    row-gap: 8px;
  }
}
.pages-privacy-policy #container .statement p,
.pages-privacy-policy #container .statement dt,
.pages-privacy-policy #container .statement li,
.pages-privacy-policy #container .details p,
.pages-privacy-policy #container .details dt,
.pages-privacy-policy #container .details li {
  line-height: 25px;
}
.pages-privacy-policy #container .link__wrap {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-privacy-policy #container .link__wrap {
    margin-bottom: 64px;
  }
}

/* -----------------------------------
 * 404
 ----------------------------------- */
.pages-404 #container {
  max-width: 850px;
  margin: 0 auto;
}
.pages-404 #container .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .pages-404 #container .contents {
    row-gap: 24px;
    margin-bottom: 64px;
  }
}
.pages-404 #container .contents p {
  font-weight: 600;
  line-height: 25px;
}