@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Sans JP";
  src: local("Noto Sans CJK JP"), local("源ノ角ゴシック JP");
  font-display: swap;
}
html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro", "MS Pゴシック", "MS PGothic", "Droid Sans Mono", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
i, .i {
  font-style: normal;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*
▼justify
  両端揃えの設定がされる。IEも対応。
    用例: @include justify();

▼aspect-ratio
  ブロックの縦横比を指定する。
    用例1: @include aspect-ratio(1024,768); // 縦横比のみ指定
    用例2: @include aspect-ratio(1024,768,'../images/test.jpg');  // 縦横比を指定した上で背景画像を指定

*/
/*
@include margin-vh($top: 50px, $bottom: 60px);
*/
/* Reset Stylesheet @ html5doctor.com */
main, article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

a, a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

p {
  word-break: normal;
}

u {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

img {
  height: auto;
}

p, a, li, dt, dd, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
}

html.ua-sp input, html.ua-sp textarea, html.ua-sp select, html.ua-sp button {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  -webkit-tap-highlight-color: rgba(231, 54, 74, 0.3); /* タップ時の色指定 */
}

/* ユーザーの投稿内容を表示する箇所 */
body.body .user_contents {
  color: rgba(0, 0, 0, 0.85);
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  font-size: 16px;
}
body.body .user_contents * {
  max-width: 100%;
}
body.body .user_contents p {
  display: block;
  margin: 1em auto;
}
body.body .user_contents img {
  height: auto;
}
body.body .user_contents strong {
  font-weight: bold;
}
body.body .user_contents em {
  font-style: italic;
}
body.body .user_contents i {
  font-family: inherit;
  font-style: italic;
}
body.body .user_contents blockquote {
  display: block;
  margin: 1em 40px;
  border-left: 4px solid #000;
  padding-left: 1em;
}
body.body .user_contents .aligncenter {
  display: block;
  margin: 0 auto;
}
body.body .user_contents .alignright {
  float: right;
}
body.body .user_contents .alignleft {
  float: left;
}
body.body .user_contents h1 {
  font-size: 1.5em;
  margin: 0.83em 0;
  border-left: 5px solid #e7364a;
  background: rgba(231, 54, 74, 0.2);
  padding: 0.3em 0.5em;
}
body.body .user_contents h2 {
  font-size: 1.3em;
  margin: 0.83em 0;
  padding: 0.3em;
  border-bottom: 3px solid #e7364a;
}
body.body .user_contents h3 {
  font-size: 1.3em;
  margin: 1em 0;
  border-bottom: 3px dashed #e7364a;
  padding: 0.3em;
}
body.body .user_contents h4 {
  font-size: 1.1em;
  margin: 1.33em 0;
}
body.body .user_contents h4:before {
  content: "▼ ";
}
body.body .user_contents h5 {
  font-size: 1em;
  margin: 1.67em 0;
  padding: 0.2em;
  background: rgba(231, 54, 74, 0.2);
}
body.body .user_contents h6 {
  font-size: 1em;
  margin: 2.33em 0;
}
body.body .user_contents h6:before {
  content: "●";
}
body.body .user_contents h1, body.body .user_contents h2, body.body .user_contents h3, body.body .user_contents h4, body.body .user_contents h5, body.body .user_contents h6 {
  font-weight: bold;
}
body.body .user_contents a {
  color: #e7364a;
  text-decoration: underline;
  display: inline;
  padding: 0 0.306em;
}
body.body .user_contents a:hover {
  text-decoration: none;
}
body.body .user_contents ol, body.body .user_contents ul {
  padding-left: 40px;
  margin: 1em 0;
}
body.body .user_contents ul {
  list-style-type: disc;
}
body.body .user_contents ol {
  list-style-type: decimal;
}
body.body .user_contents li {
  display: list-item;
  margin-left: 1em;
}
body.body .user_contents .wp-block-gallery {
  max-width: auto;
  max-width: initial;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
body.body .user_contents .wp-block-quote cite {
  display: block;
  font-size: 0.8125em;
  opacity: 0.8;
  margin-top: 1em;
  position: relative;
  font-size: normal;
}

.word-break > s {
  display: inline;
  white-space: nowrap;
  text-decoration: none;
}

.hover-switch {
  display: inline-block;
  position: relative;
}
.hover-switch > img {
  transition: all 0.5s;
}
.hover-switch > img:nth-of-type(1) {
  opacity: 1;
}
.hover-switch > img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

a:hover .hover-switch > img:nth-of-type(1), a:hover.hover-switch > img:nth-of-type(1) {
  opacity: 0;
}
a:hover .hover-switch > img:nth-of-type(2), a:hover.hover-switch > img:nth-of-type(2) {
  opacity: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
}
body.error404 {
  height: 100vh;
}
body.error404 .error404 {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.error404 .error404 h2 {
  font-size: 1.3em;
  font-weight: 600;
}
body.error404 .error404 p {
  margin: 1em;
}
body.error404 .error404 a {
  color: #e7364a;
}

body.body .common-title-only-box2, body.body .common-title-only-box, body.body .common-top-box3, body.body .common-top-box .inner {
  position: relative;
  z-index: 0;
}
body.body .common-title-only-box2:before, body.body .common-title-only-box:before, body.body .common-top-box3:before, body.body .common-top-box .inner:before, body.body .common-title-only-box2:after, body.body .common-title-only-box:after, body.body .common-top-box3:after, body.body .common-top-box .inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@container main (width >= 1px) {
  body.body .common-title-only-box2::before, body.body .common-title-only-box::before, body.body .common-top-box3::before, body.body .common-top-box .inner::before {
    right: calc(50% - 50cqi);
  }
  body.body .common-title-only-box2::after, body.body .common-title-only-box::after, body.body .common-top-box3::after, body.body .common-top-box .inner::after {
    left: calc(50% - 50cqi);
  }
}
body.body .common-title-only-box2:before, body.body .common-title-only-box:before, body.body .common-top-box3:before, body.body .common-top-box .inner:before {
  top: 0;
  width: 316px;
  height: 432px;
  background: url(../image/common/common-top-box-bg1.png) no-repeat center center;
  background: -webki-image-set(url(../image/common/common-top-box-bg1.png) 1x, url(../image/common/common-top-box-bg1@2x.png) 2x) no-repeat center center;
  background-size: contain;
}
body.body .common-title-only-box2:after, body.body .common-title-only-box:after, body.body .common-top-box3:after, body.body .common-top-box .inner:after {
  top: 472px;
  width: 223px;
  height: 294px;
  background: url(../image/common/common-top-box-bg2.png) no-repeat center center;
  background: -webki-image-set(url(../image/common/common-top-box-bg2.png) 1x, url(../image/common/common-top-box-bg2@2x.png) 2x) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  body.body .common-title-only-box2:before, body.body .common-title-only-box:before, body.body .common-top-box3:before, body.body .common-top-box .inner:before {
    top: 0;
    width: 33.75vw;
    height: 56vw;
    background: url(../image/common/common-top-box-bg1_sp.png) no-repeat center center;
    background: -webki-image-set(url(../image/common/common-top-box-bg1_sp.png) 1x, url(../image/common/common-top-box-bg1_sp@2x.png) 2x) no-repeat center center;
  }
  body.body .common-title-only-box2:after, body.body .common-title-only-box:after, body.body .common-top-box3:after, body.body .common-top-box .inner:after {
    top: 116.25vw;
    width: 26.25vw;
    height: 52.5vw;
    background: url(../image/common/common-top-box-bg2_sp.png) no-repeat center center;
    background: -webki-image-set(url(../image/common/common-top-box-bg2_sp.png) 1x, url(../image/common/common-top-box-bg2_sp@2x.png) 2x) no-repeat center center;
  }
  @container main (width >= 1px) {
    body.body .common-title-only-box2::before, body.body .common-title-only-box::before, body.body .common-top-box3::before, body.body .common-top-box .inner::before {
      right: calc(50% - 50cqi);
    }
    body.body .common-title-only-box2::after, body.body .common-title-only-box::after, body.body .common-top-box3::after, body.body .common-top-box .inner::after {
      left: calc(50% - 50cqi);
    }
  }
}

.aozora {
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 90%;
  margin: 5% auto;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  display: block;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

body.body {
  padding-left: 250px;
  position: relative;
  background: #fff;
  color: #323246;
}
body.body main {
  overflow: hidden;
  container: main/inline-size;
}
@media screen and (max-width: 1175px) and (min-width: 768.1px) {
  body.body main {
    padding-left: 36px;
  }
}
body.body .common-link {
  display: inline-block;
  padding-right: 32px;
  font-family: "Mada", sans-serif;
  font-weight: 200;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #323246;
  transition: color 0.2s;
}
body.body .common-link img {
  vertical-align: bottom;
  transition: opacity 0.2s;
}
body.body .common-link .arrow {
  display: block;
  position: absolute;
  width: 23px;
  height: 1px;
  background: #9898A2;
  left: calc(100% - 23px);
  top: calc(50% - 2px);
  transition: width 0.2s, background 0.2s;
}
body.body .common-link .arrow:before, body.body .common-link .arrow:after {
  content: "";
  display: block;
  background: #9898A2;
  position: absolute;
  transition: background 0.2s;
}
body.body .common-link .arrow:before {
  width: 10px;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(25deg);
  height: 1px;
}
body.body .common-link .arrow:after {
  width: 1px;
  height: 7px;
  top: -3px;
  right: 8px;
}
body.body .common-link:hover {
  color: #323246;
}
body.body .common-link:hover .arrow {
  width: 45px;
  background: #9898A2;
}
body.body .common-link:hover .arrow:before, body.body .common-link:hover .arrow:after {
  background: #9898A2;
}
body.body .common-link:hover img {
  opacity: 0.5;
}
body.body .common-link.r {
  padding-right: 0;
  padding-left: 32px;
}
body.body .common-link.r .arrow {
  left: auto;
  right: calc(100% - 23px);
}
body.body .common-link.r .arrow:before {
  right: auto;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-25deg);
}
body.body .common-link.r .arrow:after {
  left: 8px;
  right: auto;
}
body.body .d {
  display: inline-block;
}
body.body #scroll-parallax-box {
  width: 1px;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 250px;
}
body.body #scroll-parallax-box #parallax-scroll {
  width: 100%;
  height: 69px;
  background: #469DA1;
}
body.body .common-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.body .common-title .icon {
  margin-right: 15px;
}
body.body .common-title .title-text {
  text-align: center;
  color: #fff;
  min-width: 116px;
  background: #469DA1;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 21px;
  padding: 0 12px;
  font-weight: normal;
}
body.body .common-title2 {
  border-bottom: 1px solid #323246;
  padding-bottom: 9px;
  padding-left: 15px;
  text-indent: -15px;
}
body.body .common-title2 .jp {
  color: #323246;
  font-weight: 300;
  font-size: 21px;
  letter-spacing: 0.15em;
  font-weight: 100;
  word-break: keep-all;
}
body.body .common-title2 .jp small {
  margin-left: 0.5em;
  font-size: 0.8em;
}
body.body .common-title2:before {
  content: "";
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  background: #323246;
  vertical-align: 4px;
}
body.body .common-top-title {
  text-align: center;
}
body.body .common-top-title .en {
  color: #469DA1;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 1.6875rem;
  letter-spacing: 0.2em;
}
body.body .common-top-title img {
  display: block;
  margin: 9px auto 0;
}
body.body .common-top-title .jp {
  display: inline-block;
  color: #fff;
  background: #469DA1;
  text-align: center;
  min-width: 116px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 21px;
  padding: 0 12px;
  font-weight: normal;
  margin-top: 0.5714285714em;
}
body.body .common-top-title2 {
  display: flex;
  align-items: center;
}
body.body .common-top-title2 img {
  display: block;
  margin-right: 12px;
}
body.body .common-top-title2 .title-text {
  display: flex;
  align-items: center;
}
body.body .common-top-title2 .title-text .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  margin-right: 0.8695652174em;
}
body.body .common-top-title2 .title-text .jp {
  display: inline-block;
  color: #fff;
  background: #469DA1;
  text-align: center;
  min-width: 116px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 21px;
  padding: 0 12px;
  font-weight: normal;
}
body.body .common-top-box .inner {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10.5555555556vh;
}
body.body .common-top-box .inner .main-image {
  margin-top: 7.7777777778vh;
}
body.body .common-top-box .inner .main-image img {
  display: block;
  width: 100%;
}
body.body .common-top-box .inner .text-box {
  margin: 5.5555555556vh 0 0;
}
body.body .common-top-box .inner .text-box .common-catch {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body.body .common-top-box .inner .text-box .common-text {
  margin: 2.4444444444vh auto 0;
  width: 490px;
  max-width: 75%;
}
body.body .common-top-box2 .inner {
  position: relative;
  z-index: 0;
  max-width: 1730px;
  margin: 0 auto;
}
body.body .common-top-box2 .inner .ct-bg {
  position: absolute;
  z-index: -1;
  top: -68px;
  left: -76px;
}
body.body .common-top-box2 .inner .double-box {
  display: flex;
  align-items: center;
}
body.body .common-top-box2 .inner .double-box:before {
  content: "";
  display: block;
  width: 49.8260869565%;
  order: 1;
  padding-top: 56.1739130435%;
}
body.body .common-top-box2 .inner .double-box .contents-box {
  width: 295px;
  max-width: 25.652173913%;
  padding: 20px 0;
  margin-left: auto;
  margin-right: 128px;
}
@media (max-width: 1400px) {
  body.body .common-top-box2 .inner .double-box .contents-box {
    margin-right: 9.1428571429vw;
  }
}
body.body .common-top-box2 .inner .double-box .contents-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.8260869565%;
}
body.body .common-top-box2 .inner .double-box .contents-box .image-box img {
  width: 100%;
  display: block;
}
body.body .common-top-box2 .inner .double-box .contents-box .text-box {
  margin-top: 10.3333333333vh;
}
body.body .common-top-box2 .inner .double-box .contents-box .text-box .common-catch {
  text-align: center;
}
body.body .common-top-box2 .inner .double-box .contents-box .text-box .common-text {
  margin-top: 6.1111111111vh;
}
body.body .common-top-box2.r .inner .ct-bg {
  left: auto;
  right: -100px;
}
body.body .common-top-box2.r .inner .double-box:before {
  order: 0;
}
body.body .common-top-box2.r .inner .double-box .contents-box {
  margin-right: 0;
  margin-left: 128px;
}
@media (max-width: 1400px) {
  body.body .common-top-box2.r .inner .double-box .contents-box {
    margin-left: 9.1428571429vw;
  }
}
body.body .common-top-box2.r .inner .double-box .contents-box .image-box {
  right: auto;
  left: 0;
}
body.body .common-top-box3 {
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
  padding-top: 10.7777777778vh;
}
body.body .common-top-box3 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body.body .common-top-box3 .inner:before {
  content: "";
  display: block;
  order: 1;
  padding-top: 50%;
}
body.body .common-top-box3 .inner .contents {
  width: 35.8823529412%;
}
body.body .common-top-box3 .inner .contents .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
body.body .common-top-box3 .inner .contents .image img {
  width: 100%;
}
body.body .common-top-box3 .inner .contents .common-catch {
  text-align: center;
  margin-top: 6.6666666667vh;
}
body.body .common-top-box3 .inner .contents .common-text {
  margin-top: 2vh;
}
body.body .common-top-box3 .ct-bg {
  position: absolute;
  top: -68px;
  left: -252px;
  z-index: -1;
}
body.body .common-top-box3.r .inner:before {
  order: 0;
}
body.body .common-top-box3.r .inner .contents .image {
  right: auto;
  left: 0;
}
body.body .common-top-box3.r .ct-bg {
  left: auto;
  right: -250px;
}
body.body .common-catch {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.8333333333em;
  letter-spacing: 0.2em;
}
body.body .common-text {
  font-weight: 300;
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9285714286em;
  letter-spacing: 0.05em;
}
body.body .common-work-hidden-box {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: calc(100% - 250px);
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s, transform 0s ease 0.2s;
}
body.body .common-work-hidden-box .hidden-inner {
  width: 850px;
  max-width: 75%;
  max-height: 85%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.body .common-work-hidden-box .hidden-inner::-webkit-scrollbar {
  display: none;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item.current {
  opacity: 1;
  position: static;
  z-index: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap {
  display: flex;
  justify-content: space-between;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box {
  position: relative;
  width: 70.5882352941%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .works-slide {
  display: none;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 100%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .bx-wrapper .bx-viewport {
  height: 100% !important;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .bx-wrapper .works-slide {
  display: block;
  height: 100%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .bx-wrapper .works-slide li {
  height: 100%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box .bx-wrapper .works-slide li [class^=works-slide-image] {
  height: 100%;
  background-size: contain;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box {
  width: 22.8235294118%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -1.8823529412%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav {
  width: 45.8762886598%;
  margin-top: 8.2474226804%;
  position: relative;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav [class^=works-slide-image] {
  padding-top: 100%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav:hover, body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav.active {
  cursor: pointer;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav:hover:before, body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav.active:before {
  opacity: 1;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box {
  margin-top: 5.5555555556vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box {
  width: 38.1176470588%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .item-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  border-bottom: 1px solid #9898A2;
  padding-bottom: 0.6vh;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .dl-box {
  margin-top: 2.2222222222vh;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .dl-box dl {
  display: flex;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .dl-box dl dt {
  flex-shrink: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.875rem;
  line-height: 1.5em;
  width: 80px;
  margin-right: 8px;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .dl-box dl dt:after {
  content: "";
  display: inline-block;
  width: 100%;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box .dl-box dl dd {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .right-box {
  width: 56.2352941176%;
  border: 1px solid #9898A2;
  position: relative;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .right-box .comment {
  background: #fff;
  position: absolute;
  transform: translate(0, -50%);
  left: 15px;
  top: 0;
  display: block;
  padding: 0 8px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .right-box .text {
  font-weight: 300;
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9285714286em;
  letter-spacing: 0.05em;
  padding: 2.7777777778vh 1.4285714286em;
}
body.body .common-work-hidden-box.on {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}
body.body .common-bottom-contact {
  margin-top: 10.7777777778vh;
}
body.body .common-bottom-contact .inner {
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
  border-top: 1px solid #9898A2;
  padding-top: 11.1111111111vh;
  position: relative;
}
body.body .common-bottom-contact .inner .text-box {
  margin-top: 3.8888888889vh;
}
body.body .common-bottom-contact .inner .text-box .common-text {
  text-align: center;
}
body.body .common-bottom-contact .inner .text-box .tel-box {
  text-align: center;
  line-height: 1.5;
  margin-top: 1.7777777778vh;
}
body.body .common-bottom-contact .inner .text-box .tel-box .tel {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 200;
  font-family: "Mada", sans-serif;
  letter-spacing: 0.05em;
  padding: 0 9px;
}
body.body .common-bottom-contact .inner .text-box .tel-box .time {
  display: inline-block;
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
body.body .common-bottom-contact .inner .text-box .link {
  text-align: center;
  margin-top: 3.6666666667vh;
}
body.body .common-bottom-contact .inner .text-box .item-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.1111111111vh auto 0;
  max-width: 100%;
  gap: 29px;
}
body.body .common-bottom-contact .inner .text-box .item-box dl {
  max-width: 100%;
  margin-top: 30px;
  width: 200px;
}
body.body .common-bottom-contact .inner .text-box .item-box dl dt {
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: center;
  border: 1px solid rgba(50, 50, 70, 0.5);
}
body.body .common-bottom-contact .inner .text-box .item-box dl dd {
  margin-top: 15px;
  text-align: center;
}
body.body .common-bottom-contact .inner .text-box .item-box dl dd .sns a {
  display: inline-block;
  margin: 0 6px;
}
body.body .common-bottom-contact .inner .text-box .item-box dl dd .sns a img {
  transition: opacity 0.2s;
}
body.body .common-bottom-contact .inner .text-box .item-box dl dd .sns a:hover img {
  opacity: 0.5;
}
body.body .common-bottom-contact .inner .text-box .item-box dl dd .common-link img {
  vertical-align: baseline;
  margin-left: 12px;
}
body.body .common-bottom-contact .inner .bc-bg {
  position: absolute;
  z-index: -1;
  top: -240px;
}
@container main (width >= 1px) {
  body.body .common-bottom-contact .inner .bc-bg {
    right: calc(50% - 50cqi);
  }
}
body.body .common-bottom-contact.nav-target {
  margin-top: 0;
}
body.body .common-title-only-box {
  padding-top: 7.2222222222vh;
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
}
body.body .common-title-only-box2 {
  padding-top: 10.5555555556vh;
}
body.body .common-form {
  width: 850px;
  margin: 0 auto;
  max-width: 75%;
  position: relative;
  z-index: 0;
}
body.body .common-form .bg1 {
  position: absolute;
  top: -10.8888888889vh;
  right: -258px;
  z-index: -1;
}
body.body .common-form .bg2 {
  position: absolute;
  z-index: -1;
  bottom: 37vh;
  left: -122px;
}
body.body .common-form .c-inc {
  color: #9898a2;
}
body.body .common-form .common-title2 {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
body.body .common-form .mail-first {
  text-align: center;
  margin-top: 3.3333333333vh;
}
body.body .common-form .form-wrap {
  margin-top: 7.7777777778vh;
}
body.body .common-form .form-wrap .tr {
  display: flex;
  justify-content: space-between;
}
body.body .common-form .form-wrap .tr + .tr {
  margin-top: 2.7777777778vh;
}
body.body .common-form .form-wrap .tr dl {
  /*
  &.s25{
    width: (187/1004*100)+0%;
  }
  &.s75{
    width: (559/1004*100)+0%;
  }*/
}
body.body .common-form .form-wrap .tr dl dt {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}
body.body .common-form .form-wrap .tr dl dd {
  margin-top: 6px;
}
body.body .common-form .form-wrap .tr dl dd select {
  height: 35px;
  border-color: #323246;
  line-height: 33px;
  padding: 0 10px;
}
body.body .common-form .form-wrap .tr dl dd input[type=text], body.body .common-form .form-wrap .tr dl dd input[type=tel], body.body .common-form .form-wrap .tr dl dd input[type=email] {
  width: 100%;
  line-height: 33px;
  height: 35px;
  padding: 0 10px;
  border: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #323246;
}
body.body .common-form .form-wrap .tr dl dd input[type=text]::-moz-placeholder, body.body .common-form .form-wrap .tr dl dd input[type=tel]::-moz-placeholder, body.body .common-form .form-wrap .tr dl dd input[type=email]::-moz-placeholder {
  color: #ccccd1;
}
body.body .common-form .form-wrap .tr dl dd input[type=text]::placeholder, body.body .common-form .form-wrap .tr dl dd input[type=tel]::placeholder, body.body .common-form .form-wrap .tr dl dd input[type=email]::placeholder {
  color: #ccccd1;
}
body.body .common-form .form-wrap .tr dl dd textarea {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: none;
  height: 297px;
  line-height: 1.6em;
  padding: 6px 10px;
  border: 1px solid #323246;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio {
  display: block;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px;
  margin-right: 20px;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label input {
  display: none;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  line-height: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  padding-left: 20px;
  margin-left: 0;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before, body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(70, 157, 161, 0.75);
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  background: #469DA1;
  border: none;
  transform: scale(0.5);
  opacity: 0;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-top: 3px;
  margin-right: 20px;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item label a {
  text-decoration: underline;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item label input {
  display: none;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  line-height: 14px;
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
  padding-left: 27px;
  margin-left: 0;
  line-height: 20px;
  font-weight: 300;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "✓";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: rgba(50, 50, 70, 0);
  border: 1px solid #323246;
}
body.body .common-form .form-wrap .tr dl dd .wpcf7-acceptance .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  color: #323246;
}
body.body .common-form .form-wrap .tr dl.s100 {
  width: 100%;
}
body.body .common-form .form-wrap .tr dl.s50 {
  width: 46.015936255%;
}
body.body .common-form .form-wrap .send-box {
  margin-top: 3.8888888889vh;
}
body.body .common-form .form-wrap .send-box input, body.body .common-form .form-wrap .send-box .ajax-loader, body.body .common-form .form-wrap .send-box .wpcf7-spinner {
  display: none;
}
body.body .common-form .form-wrap .send-box .common-link:hover {
  cursor: pointer;
}
body.body .common-form .form-wrap .attention {
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  line-height: 1.6em;
  margin-top: 1.8888888889vh;
}
body.body .fuwatto-wrap [class*=fuwatto] {
  transition: opacity 0.8s ease;
  opacity: 0;
}
body.body .fuwatto-wrap [class*=fuwatto].sita {
  transition: opacity 0.8s ease, transform 0.8s;
  transform: translate(0, 100px);
}
body.body .fuwatto-wrap [class*=fuwatto].on-fuwatto {
  opacity: 1;
  transform: translate(0, 0);
}
body.body .main-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  padding-bottom: 10px;
  padding-top: 3.8888888889vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 999;
}
body.body .main-header h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 5.5555555556vh;
  flex-shrink: 0;
}
body.body .main-header .header-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.body .main-header .header-inner::-webkit-scrollbar {
  display: none;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner nav ul {
  margin: -5.1111111111vh auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner nav ul li {
  margin-top: 5.1111111111vh;
  width: 50%;
  text-align: center;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner nav ul li a {
  display: block;
  transition: opacity 0.2s;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner nav ul li a .text {
  font-size: 0.9375rem;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  margin-top: 0.4em;
  font-weight: normal;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner nav ul li a:hover {
  opacity: 0.5;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .contact-link {
  text-align: center;
  margin-top: 6.6666666667vh;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box {
  margin-top: 8.1111111111vh;
  text-align: center;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box .sns-title {
  font-size: 0.75rem;
  font-family: "Mada", sans-serif;
  font-weight: 200;
  color: #000;
  letter-spacing: 0.15em;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box .sns-links {
  margin-top: 1.6666666667vh;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box .sns-links a {
  display: inline-block;
  margin: 8px 5px 0;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box .sns-links a img {
  transition: opacity 0.2s;
}
body.body .main-header .header-inner .hidden-nav-box .hidden-inner .sns-box .sns-links a:hover img {
  opacity: 0.5;
}
body.body .go-top {
  position: fixed;
  right: 22px;
  bottom: 200px;
  transition: all 0.8s;
  transform: translate(0, -100px);
  opacity: 0;
  z-index: -1;
  width: 30px;
  height: 30px;
  border-bottom: rgba(152, 152, 162, 0.75) 1px solid;
}
body.body .go-top .go-top-inner {
  width: 1px;
  background: rgba(152, 152, 162, 0.75);
  height: 29px;
  transition: height 0.2s;
  position: absolute;
  left: 50%;
  bottom: 0;
}
body.body .go-top .go-top-inner:before, body.body .go-top .go-top-inner:after {
  content: "";
  display: block;
  background: rgba(152, 152, 162, 0.75);
  position: absolute;
  transition: background 0.2s;
}
body.body .go-top .go-top-inner:before {
  height: 10px;
  top: 0;
  left: 0;
  transform-origin: right top;
  transform: rotate(25deg);
  width: 1px;
}
body.body .go-top .go-top-inner:after {
  width: 7px;
  height: 1px;
  left: -3px;
  top: 8px;
}
body.body .go-top.on {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 10;
}
body.body .go-top:hover {
  cursor: pointer;
}
body.body .go-top:hover .go-top-inner {
  height: 50px;
}
body.body .main-footer {
  background: #f3f6f7;
  margin-top: 13.3333333333vh;
}
body.body .main-footer .footer-inner {
  width: 850px;
  max-width: 80%;
  margin: 0 auto;
  padding: 5.5555555556vh 0 6.6666666667vh;
}
body.body .main-footer .footer-inner .footer-info {
  margin-top: 2.2222222222vh;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
body.body .main-footer .footer-inner .tel-box {
  margin-top: 1.3333333333vh;
}
body.body .main-footer .footer-inner .tel-box .tel {
  font-family: "Mada", sans-serif;
  font-weight: 200;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
body.body .main-footer .footer-inner .tel-box .time {
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
body.body .main-footer .footer-inner .privacy-policy {
  font-size: 0.8125rem;
  letter-spacing: 0.0753846154em;
  font-weight: 200;
  font-family: "Mada", sans-serif;
  margin-top: 3.3333333333vh;
}
body.body .main-footer .footer-inner .copy-right {
  text-align: right;
  font-weight: 300;
  font-family: "Mada", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.075em;
  margin-top: -1em;
}
body.body .top-page {
  position: relative;
}
body.body .top-page .top-slide-wrap {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
}
body.body .top-page .top-slide-wrap .top-slide-box {
  height: 100%;
}
body.body .top-page .top-slide-wrap .top-slide-box ul {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
}
body.body .top-page .top-slide-wrap .top-slide-box ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0s ease 1s;
  z-index: -1;
}
body.body .top-page .top-slide-wrap .top-slide-box ul li.old {
  z-index: 0;
}
body.body .top-page .top-slide-wrap .top-slide-box ul li.current {
  z-index: 1;
  width: 100%;
  transition: width 1s ease;
}
body.body .top-page .top-slide-wrap .top-slide-box ul li .slide-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: calc(100vw - 250px);
  position: absolute;
  top: 0;
  left: 0;
}
body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav {
  position: absolute;
  z-index: 1;
  height: 3px;
  display: flex;
  bottom: 2.4444444444vh;
  right: 1.5714285714vw;
}
body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item {
  height: 100%;
  background: #D7E1E6;
  position: relative;
  width: 50px;
  max-width: 3.5714285714vw;
  z-index: 0;
}
body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item + .nav-item {
  margin-left: 10px;
}
body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item:before {
  content: "";
  display: block;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: #323246;
}
body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item.current:before {
  width: 100%;
  transition: width 5s linear;
}
body.body .top-page .top-slide-wrap .top-slide-box .scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  bottom: 20px;
  color: #fff;
  font-family: "Mada", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.15em;
}
body.body .top-page .top-slide-wrap .top-slide-box .scroll img {
  display: block;
  margin: 5px auto 0;
}
body.body .top-page .top-slide-wrap .top-slide-box .scroll:hover {
  cursor: pointer;
}
body.body .top-page .top-slide-wrap .s-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
body.body .top-page .news-area {
  padding-bottom: 15.7777777778vh;
}
body.body .top-page .news-area .inner {
  width: 850px;
  max-width: 75%;
  margin: 13.3333333333vh auto 0;
}
body.body .top-page .news-area .inner .double-box {
  display: flex;
  justify-content: space-between;
  margin-top: 4.4444444444vh;
}
body.body .top-page .news-area .inner .double-box .left-box, body.body .top-page .news-area .inner .double-box .right-box {
  width: 45.8823529412%;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-thum-box, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-thum-box {
  margin-bottom: 3.3333333333vh;
  overflow: hidden;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-thum-box .post-thum, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-thum-box .post-thum {
  padding-top: 64.1025641026%;
  transition: transform 0.2s;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-info-box, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-info-box {
  transition: opacity 0.2s;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-info-box time, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-info-box time {
  font-size: 0.875rem;
  font-weight: 200;
  color: #9898a2;
  letter-spacing: 0.05em;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-info-box .title, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-info-box .title {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  padding: 10px 38px 10px 0;
  position: relative;
  border-bottom: 1px solid #323246;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item .post-info-box .title img, body.body .top-page .news-area .inner .double-box .right-box .post-item .post-info-box .title img {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -50%);
}
body.body .top-page .news-area .inner .double-box .left-box .post-item a:hover .post-thum-box .post-thum, body.body .top-page .news-area .inner .double-box .right-box .post-item a:hover .post-thum-box .post-thum {
  transform: scale(1.07);
}
body.body .top-page .news-area .inner .double-box .left-box .post-item a:hover .post-info-box, body.body .top-page .news-area .inner .double-box .right-box .post-item a:hover .post-info-box {
  opacity: 0.5;
}
body.body .top-page .news-area .inner .double-box .left-box .post-item + .post-item, body.body .top-page .news-area .inner .double-box .right-box .post-item + .post-item {
  margin-top: 3.8888888889vh;
}
body.body .top-page .news-area .inner .double-box .left-box .link, body.body .top-page .news-area .inner .double-box .right-box .link {
  margin-top: 7.7777777778vh;
}
body.body .top-page .about-area {
  padding-bottom: 18.8888888889vh;
  padding-top: 7.7777777778vh;
  position: relative;
  z-index: 0;
  max-width: 1730px;
}
body.body .top-page .about-area:before {
  content: "";
  display: block;
  width: 86.9565217391%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F3F6F7;
  min-height: 370px;
  padding-top: 32.1739130435%;
}
body.body .top-page .about-area .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.body .top-page .about-area .inner:after {
  content: "";
  display: block;
  width: 54.7826086957%;
  padding-top: 31.3043478261%;
}
body.body .top-page .about-area .inner .text-box {
  width: 320px;
  max-width: 27.8260869565%;
  margin-right: 45px;
}
body.body .top-page .about-area .inner .text-box .common-title {
  justify-content: flex-start;
}
body.body .top-page .about-area .inner .text-box .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 54.7826086957%;
}
body.body .top-page .about-area .inner .text-box .image img {
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  body.body .top-page .about-area .inner .text-box {
    margin-right: 3.9130434783%;
  }
}
body.body .top-page .about-area .inner .text-box .common-catch {
  margin-top: 8.3333333333vh;
}
body.body .top-page .about-area .inner .text-box .common-text {
  margin-top: 2.2222222222vh;
}
body.body .top-page .about-area .inner .text-box .link {
  margin-top: 8.3333333333vh;
}
body.body .top-page .service-area {
  position: relative;
  padding-bottom: 12.7777777778vh;
}
body.body .top-page .service-area .inner {
  position: relative;
  z-index: 0;
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
body.body .top-page .service-area .inner .bg1, body.body .top-page .service-area .inner .bg2 {
  position: absolute;
  z-index: -1;
}
body.body .top-page .service-area .inner .bg1 {
  top: -80px;
  right: -174px;
}
body.body .top-page .service-area .inner .bg2 {
  bottom: -20px;
  left: calc(50% - 182px);
}
body.body .top-page .service-area .inner .common-title {
  padding-top: 46px;
  margin-bottom: -97px;
  width: 40.7058823529%;
  margin-left: auto;
}
body.body .top-page .service-area .inner .double-image-box {
  display: flex;
  justify-content: space-between;
}
body.body .top-page .service-area .inner .double-image-box .image img {
  display: block;
  width: 100%;
}
body.body .top-page .service-area .inner .double-image-box .image:nth-of-type(1) {
  width: 59.1764705882%;
}
body.body .top-page .service-area .inner .double-image-box .image:nth-of-type(2) {
  width: 33.1764705882%;
  margin-top: 150px;
}
body.body .top-page .service-area .inner .text-box {
  width: 57.0588235294%;
  margin-top: -152px;
}
body.body .top-page .service-area .inner .text-box .common-text {
  margin-top: 1.7777777778vh;
}
body.body .top-page .service-area .inner .text-box .link {
  margin-top: 5vh;
}
body.body .top-page .team-area {
  padding-top: 6.1111111111vh;
  position: relative;
  z-index: 0;
  max-width: 1730px;
  padding-bottom: 12vh;
}
body.body .top-page .team-area:before {
  content: "";
  display: block;
  width: 78.2608695652%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: rgba(215, 225, 230, 0.3);
  min-height: 499px;
  padding-top: 43.3913043478%;
}
body.body .top-page .team-area .inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.body .top-page .team-area .inner:before {
  content: "";
  display: block;
  width: 43.4782608696%;
  padding-top: 34.7826086957%;
}
body.body .top-page .team-area .inner .text-box {
  width: 400px;
  max-width: 34.7826086957%;
  margin-left: 75px;
}
body.body .top-page .team-area .inner .text-box .common-title {
  justify-content: flex-start;
}
body.body .top-page .team-area .inner .text-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.4782608696%;
}
body.body .top-page .team-area .inner .text-box .image img {
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  body.body .top-page .team-area .inner .text-box {
    margin-left: 6.5217391304%;
  }
}
body.body .top-page .team-area .inner .text-box .common-catch {
  margin-top: 7.2222222222vh;
}
body.body .top-page .team-area .inner .text-box .common-text {
  margin-top: 1.8888888889vh;
}
body.body .top-page .team-area .inner .text-box .link {
  margin-top: 7.7777777778vh;
}
body.body .top-page .works-area {
  padding-bottom: 12vh;
}
body.body .top-page .works-area .inner {
  width: 850px;
  margin: 0 auto;
  max-width: 75%;
}
body.body .top-page .works-area .inner .work-box {
  margin-top: 3.8888888889vh;
}
body.body .top-page .works-area .inner .work-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2.9411764706%;
}
body.body .top-page .works-area .inner .work-box ul .works-popup-button {
  width: 17.6470588235%;
  margin-top: 2.9411764706%;
}
body.body .top-page .works-area .inner .work-box ul .works-popup-button .thum-box {
  overflow: hidden;
}
body.body .top-page .works-area .inner .work-box ul .works-popup-button .thum-box [class^=works-thum] {
  padding-top: 100%;
  transition: transform 0.2s;
}
body.body .top-page .works-area .inner .work-box ul .works-popup-button:hover {
  cursor: pointer;
}
body.body .top-page .works-area .inner .work-box ul .works-popup-button:hover .thum-box [class^=works-thum] {
  transform: scale(1.07);
}
body.body .top-page .works-area .inner .work-box ul .blank {
  width: 17.6470588235%;
}
body.body .top-page .works-area .inner .link {
  text-align: center;
  margin-top: 4.6666666667vh;
}
body.body .top-page #top-scroll-nav {
  position: relative;
}
body.body .top-page #top-scroll-nav .top-scroll-inner {
  position: absolute;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 50;
  top: 0;
  left: 0;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content {
  position: relative;
  width: 36px;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #323246;
  transition: background 0.2s;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content p {
  font-size: 0.75rem;
  white-space: nowrap;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content p::first-letter {
  font-size: 1.5em;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content .line {
  opacity: 0;
  top: 0;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: opacity 0.2s;
  background: #A2CED0;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content.current .line {
  opacity: 1;
}
body.body .top-page #top-scroll-nav .top-scroll-inner .top-scroll-content.current:before {
  background: #469DA1;
}
body.body .top-page #top-scroll-nav.fixed .top-scroll-inner {
  position: fixed;
  left: 250px;
}
body.body .top-page .top-last-deco {
  position: absolute;
  z-index: -1;
  bottom: 140px;
  left: 0;
}
body.body .news-archive-page .top-box {
  padding-top: 10.5555555556vh;
}
body.body .news-archive-page .top-box .inner {
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
  display: flex;
}
body.body .news-archive-page .top-box .inner:before {
  content: "";
  display: block;
  width: 50%;
  padding-top: 36.9565217391%;
}
body.body .news-archive-page .top-box .inner .text-box {
  width: 300px;
  margin-left: 128px;
  max-width: 26.0869565217%;
  margin-top: 5.1111111111vh;
}
body.body .news-archive-page .top-box .inner .text-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
body.body .news-archive-page .top-box .inner .text-box .image img {
  display: block;
  width: 100%;
}
@media (max-width: 1400px) {
  body.body .news-archive-page .top-box .inner .text-box {
    margin-left: 9.1428571429vw;
  }
}
body.body .news-archive-page .top-box .inner .text-box .common-catch {
  text-align: center;
  margin-top: 6.1111111111vh;
}
body.body .news-archive-page .top-box .inner .text-box .common-text {
  margin-top: 2.2222222222vh;
}
body.body .news-archive-page .top-box .inner .text-box .bg {
  z-index: -1;
  position: absolute;
  transform: translate(-225px, -205px);
  width: 74%;
}
body.body .news-archive-page .news-contents {
  margin-top: 16.6666666667vh;
}
body.body .news-archive-page .news-contents .inner {
  width: 850px;
  max-width: 75%;
  margin: 16.6666666667vh auto 0;
  position: relative;
  z-index: 0;
}
body.body .news-archive-page .news-contents .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -7vh;
}
body.body .news-archive-page .news-contents .inner ul:after {
  content: "";
  display: block;
  width: 29.4117647059%;
}
body.body .news-archive-page .news-contents .inner ul li {
  width: 29.4117647059%;
  margin-top: 7vh;
}
body.body .news-archive-page .news-contents .inner ul li a .post-thum-box {
  overflow: hidden;
  position: relative;
}
body.body .news-archive-page .news-contents .inner ul li a .post-thum-box [class^=post-thum] {
  transition: transform 0.2s;
  padding-top: 64.4%;
}
body.body .news-archive-page .news-contents .inner ul li a .post-info-box {
  transition: opacity 0.2s;
  margin-top: 1.4444444444vh;
}
body.body .news-archive-page .news-contents .inner ul li a .post-info-box time {
  font-size: 0.875rem;
  font-weight: 200;
  color: #9898a2;
  letter-spacing: 0.05em;
}
body.body .news-archive-page .news-contents .inner ul li a .post-info-box .title {
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  padding: 0 17px 0 0;
  position: relative;
}
body.body .news-archive-page .news-contents .inner ul li a .post-info-box .title img {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -50%);
}
body.body .news-archive-page .news-contents .inner ul li a:hover .post-thum-box [class^=post-thum] {
  transform: scale(1.07);
}
body.body .news-archive-page .news-contents .inner ul li a:hover .post-info-box {
  opacity: 0.6;
}
body.body .news-archive-page .news-contents .inner .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10.3333333333vh;
}
body.body .news-archive-page .news-contents .inner .pager .prev, body.body .news-archive-page .news-contents .inner .pager .next {
  transform: scale(0.5, 0.9);
}
body.body .news-archive-page .news-contents .inner .pager .prev > *, body.body .news-archive-page .news-contents .inner .pager .next > * {
  display: block;
}
body.body .news-archive-page .news-contents .inner .pager .prev a, body.body .news-archive-page .news-contents .inner .pager .next a {
  transition: opacity 0.2s;
}
body.body .news-archive-page .news-contents .inner .pager .prev a:hover, body.body .news-archive-page .news-contents .inner .pager .next a:hover {
  opacity: 0.5;
}
body.body .news-archive-page .news-contents .inner .pager .prev .no-link, body.body .news-archive-page .news-contents .inner .pager .next .no-link {
  opacity: 0;
}
body.body .news-archive-page .news-contents .inner .pager .prev {
  margin-right: 7px;
}
body.body .news-archive-page .news-contents .inner .pager .next {
  margin-left: 7px;
}
body.body .news-archive-page .news-contents .inner .pager .nth-box {
  font-family: "Mada", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  margin-top: 3px;
}
body.body .news-archive-page .news-contents .inner .pager .nth-box > * {
  display: inline-block;
  padding: 5px;
  margin: 0 7px;
}
body.body .news-archive-page .news-contents .inner .pager .nth-box a {
  transition: opacity 0.2s;
}
body.body .news-archive-page .news-contents .inner .pager .nth-box a:hover {
  opacity: 0.5;
}
body.body .news-archive-page .news-contents .inner .bg {
  position: absolute;
  bottom: 9.2222222222vh;
  right: -200px;
  bottom: -560px;
  z-index: -1;
}
body.body .news-single-page article {
  width: 850px;
  max-width: 75%;
  margin: 5vh auto 0;
}
body.body .news-single-page article .main-image {
  text-align: center;
}
body.body .news-single-page article .main-image img {
  max-width: 100%;
}
body.body .news-single-page article time {
  display: block;
  margin-top: 8.8888888889vh;
  font-weight: 200;
  font-size: 0.875rem;
  font-family: "Mada", sans-serif;
  color: rgba(70, 157, 161, 0.5);
  letter-spacing: 0.05em;
}
body.body .news-single-page article h1 {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.4em;
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #469DA1;
}
body.body .news-single-page article .user_contents {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 4.2222222222vh;
}
body.body .news-single-page .single-nav {
  display: flex;
  justify-content: center;
  width: 850px;
  max-width: 75%;
  margin: 10.2222222222vh auto 0;
}
body.body .news-single-page .single-nav .no-link {
  opacity: 0;
}
body.body .news-single-page .single-nav .center {
  font-family: "Mada", sans-serif;
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 200;
  margin: 0 7.6470588235%;
  transition: opacity 0.2s;
}
body.body .news-single-page .single-nav .center:hover {
  opacity: 0.5;
}
body.body .message-page {
  overflow: hidden;
}
body.body .message-page .common-title2 .en {
  font-size: 23px;
}
body.body .message-page .common-title2 .jp {
  color: #9898A2;
  font-size: 12px;
}
body.body .message-page .common-title2 .jp::before, body.body .message-page .common-title2 .jp::after {
  content: "-";
}
body.body .message-page .message-contents {
  margin-top: 23.5555555556vh;
}
body.body .message-page .message-contents .content {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
body.body .message-page .message-contents .content + .content {
  margin-top: 15.5555555556vh;
}
body.body .message-page .message-contents .content .double-box {
  display: flex;
  align-items: center;
}
body.body .message-page .message-contents .content .double-box .text-box .common-catch {
  margin-top: 6.6666666667vh;
}
body.body .message-page .message-contents .content .double-box .text-box .common-text {
  margin-top: 2.2222222222vh;
}
body.body .message-page .message-contents .content .double-box .image-box {
  align-self: flex-start;
}
body.body .message-page .message-contents .content .double-box .image-box img {
  width: 100%;
}
@media (min-width: 769px) {
  body.body .message-page .message-contents .content:nth-of-type(odd) {
    width: 850px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .message-page .message-contents .content:nth-of-type(odd):before {
    content: "";
    display: block;
    width: 100vw;
    height: 340px;
    z-index: -1;
    background: rgba(215, 225, 230, 0.3);
    position: absolute;
    top: -65px;
    right: calc(50% - 165px);
  }
  body.body .message-page .message-contents .content:nth-of-type(odd) .double-box {
    justify-content: space-between;
  }
  body.body .message-page .message-contents .content:nth-of-type(odd) .double-box .image-box {
    width: 52.9411764706%;
    order: 1;
  }
  body.body .message-page .message-contents .content:nth-of-type(odd) .double-box .text-box {
    width: 38.2352941176%;
  }
  body.body .message-page .message-contents .content:nth-of-type(even) .double-box {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .message-page .message-contents .content:nth-of-type(even) .double-box .image-box {
    width: 52.1739130435%;
  }
  body.body .message-page .message-contents .content:nth-of-type(even) .double-box .text-box {
    width: 325px;
    max-width: 23.2142857143vw;
    margin-left: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  body.body .message-page .message-contents .content:nth-of-type(even) .double-box .text-box {
    margin-left: 5.7142857143vw;
  }
}
body.body .service-page .service-contents {
  margin-top: 13.3333333333vh;
}
body.body .service-page .service-contents .service-item .inner {
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
body.body .service-page .service-contents .service-item .inner .image-box {
  width: 48.2352941176%;
}
body.body .service-page .service-contents .service-item .inner .image-box img {
  display: block;
  width: 100%;
}
body.body .service-page .service-contents .service-item .inner .text-box {
  width: 44.7058823529%;
  align-self: center;
}
body.body .service-page .service-contents .service-item .inner .text-box .common-catch {
  margin-top: 6.6666666667vh;
}
body.body .service-page .service-contents .service-item .inner .text-box .common-text {
  margin-top: 2.4444444444vh;
}
body.body .service-page .service-contents .service-item + .service-item .inner {
  margin-top: 12.7777777778vh;
}
body.body .service-page .service-contents .service-item:nth-of-type(even) .inner .image-box {
  order: 1;
}
body.body .service-page .service-contents .service-item:nth-of-type(even) .inner .text-box:before {
  content: "";
  display: block;
  background: url(../image/service/bg.png) no-repeat center center;
  background: -webkit-image-set(url(../image/service/bg.png) 1x, url(../image/service/bg@2x.png) 2x) no-repeat center center;
  background-size: contain;
  top: -26.3333333333vh;
  right: -266px;
  z-index: -1;
  position: absolute;
  width: 1109px;
  height: 765px;
}
body.body .service-page .work-flow-area {
  background: #f3f6f7;
  margin: 12.7777777778vh auto 0;
  width: 850px;
  max-width: 100%;
  padding: 7.4444444444vh 0 10vh;
}
body.body .service-page .work-flow-area .wf-content {
  width: 680px;
  max-width: 75%;
  margin: 0 auto;
}
body.body .service-page .work-flow-area .wf-content .common-title2 {
  justify-content: center;
}
body.body .service-page .work-flow-area .wf-content .border-box {
  margin-top: 8.8888888889vh;
}
body.body .service-page .work-flow-area .wf-content .border-box dl {
  position: relative;
  z-index: 0;
  padding-bottom: 5vh;
}
body.body .service-page .work-flow-area .wf-content .border-box dl dt {
  display: flex;
  align-items: flex-start;
}
body.body .service-page .work-flow-area .wf-content .border-box dl dt .step {
  display: block;
  flex-shrink: 0;
  width: 86px;
  margin-right: 14px;
  background: #323246;
  color: #fff;
  text-align: center;
  font-family: "Mada", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 1.2777777778em;
  font-weight: 200;
}
body.body .service-page .work-flow-area .wf-content .border-box dl dt .title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.4375em;
}
body.body .service-page .work-flow-area .wf-content .border-box dl dd {
  padding-left: 100px;
  margin-top: 10px;
}
body.body .service-page .work-flow-area .wf-content .border-box dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-right: 2px dotted #323246;
  left: 42px;
  z-index: -1;
  height: 100%;
}
body.body .service-page .work-flow-area .wf-content .border-box dl:last-of-type {
  padding-bottom: 0;
}
body.body .service-page .work-flow-area .wf-content .border-box dl:last-of-type:after {
  display: none;
}
body.body .team-page .human-list-wrap {
  margin-top: 12.2222222222vh;
}
body.body .team-page .human-list-wrap .inner {
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
}
body.body .team-page .human-list-wrap .inner .common-title2 {
  justify-content: center;
}
body.body .team-page .human-list-wrap .inner ul {
  position: relative;
  z-index: 0;
}
body.body .team-page .human-list-wrap .inner ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 478px;
  height: 488px;
  background: url(../image/team/human-bg.png) no-repeat center center;
  background: -webkit-image-set(url(../image/team/human-bg.png) 1x, url(../image/team/human-bg.png) 2x) no-repeat center center;
  background-size: contain;
  top: calc(50% + 60px);
  left: -235px;
}
body.body .team-page .human-list-wrap .inner ul li {
  padding: 8.8888888889vh 0;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner {
  width: 82.3529411765%;
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box {
  width: 20%;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box [class^=human-thum] {
  padding-top: 121.4285714286%;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info {
  margin-top: 1.7777777778vh;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info .text1 {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info .name {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 1.0625rem;
  position: relative;
  line-height: 1.5em;
  z-index: 0;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info .name:before {
  content: "";
  background: rgba(215, 225, 230, 0.3);
  height: 17px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info .text2 {
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.3em;
  margin-top: 1.7777777778vh;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box {
  width: 74.8571428571%;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box {
  border: 1px solid rgba(70, 157, 161, 0.75);
  border-top: none;
  position: relative;
  padding: 22px 20px 20px;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box:before, body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box:after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(70, 157, 161, 0.75);
  position: absolute;
  top: 0;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box:before {
  width: 15px;
  left: 0;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box:after {
  right: 0;
  width: calc(100% - 90px);
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box .comment {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(0, -50%);
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box {
  margin-top: 2.7777777778vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box:after {
  content: "";
  display: block;
  width: 32.4427480916%;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box [class^=myimage] {
  width: 32.4427480916%;
}
body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box [class^=myimage]:before {
  content: "";
  display: block;
  padding-top: 73.5294117647%;
}
body.body .team-page .human-list-wrap .inner ul li:nth-of-type(even) {
  background: #f3f6f7;
}
body.body .team-page .human-list-wrap .inner ul li:nth-of-type(even) .human-inner .left-box .info .name:before {
  background: #fff;
}
body.body .works-archive-page .works-nav {
  width: 850px;
  max-width: 75%;
  margin: 0 auto 0;
  padding-top: 12.7777777778vh;
}
body.body .works-archive-page .works-nav .pc-nav ul {
  display: flex;
  justify-content: center;
}
body.body .works-archive-page .works-nav .pc-nav ul li {
  margin: 10px 17px 0;
}
body.body .works-archive-page .works-nav .pc-nav ul li a {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #323246;
  padding-bottom: 7px;
  transition: opacity 0.2s;
  position: relative;
}
body.body .works-archive-page .works-nav .pc-nav ul li a:before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(215, 225, 230, 0.75);
  margin-top: 2px;
}
body.body .works-archive-page .works-nav .pc-nav ul li a span {
  display: block;
  min-width: 93px;
  order: 1;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
body.body .works-archive-page .works-nav .pc-nav ul li a:hover {
  opacity: 0.5;
}
body.body .works-archive-page .works-nav .pc-nav ul li.current a:after {
  content: "✓";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
}
body.body .works-archive-page .work-box {
  width: 850px;
  max-width: 75%;
  margin: 6.1111111111vh auto 0;
}
body.body .works-archive-page .work-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2.9411764706%;
}
body.body .works-archive-page .work-box ul .works-popup-button {
  width: 17.6470588235%;
  margin-top: 2.9411764706%;
  transition: all 0.4s;
}
body.body .works-archive-page .work-box ul .works-popup-button .thum-box {
  overflow: hidden;
}
body.body .works-archive-page .work-box ul .works-popup-button .thum-box [class^=works-thum] {
  padding-top: 100%;
  transition: transform 0.2s;
}
body.body .works-archive-page .work-box ul .works-popup-button:hover {
  cursor: pointer;
}
body.body .works-archive-page .work-box ul .works-popup-button:hover .thum-box [class^=works-thum] {
  transform: scale(1.07);
}
body.body .works-archive-page .work-box ul .works-popup-button.hidden {
  transform: translate(0, 50px);
  opacity: 0;
}
body.body .works-archive-page .work-box ul .blank {
  width: 17.6470588235%;
  order: 1;
}
body.body .works-archive-page .loading {
  text-align: center;
  opacity: 0;
  display: none;
  margin-bottom: -1em;
  margin-top: 2em;
}
body.body .works-archive-page .loading.on {
  opacity: 1;
  display: block;
}
body.body .works-archive-page .loading img {
  display: inline-block;
}
body.body .works-archive-page .works-more {
  margin: 4.7777777778vh auto 0;
  text-align: center;
  font-family: "Mada", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.15em;
  transition: opacity 0.2s;
  width: 75px;
}
body.body .works-archive-page .works-more .arrow {
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro", "MS Pゴシック", "MS PGothic", "Droid Sans Mono", sans-serif;
  display: block;
  transition: transform 0.2s;
  color: #9898A2;
  overflow: hidden;
  font-weight: 300;
}
body.body .works-archive-page .works-more .arrow:before {
  content: "く";
  display: block;
  transform: rotate(-90deg);
}
body.body .works-archive-page .works-more.no {
  display: none;
}
body.body .works-archive-page .works-more:hover {
  cursor: pointer;
  opacity: 0.5;
}
body.body .works-archive-page .works-more:hover .arrow {
  transform: translate(0, 5px);
}
body.body .faq-page .faq-wrap {
  background: rgba(215, 225, 230, 0.3);
  width: 850px;
  max-width: 100%;
  margin: 12.1111111111vh auto 0;
  padding: 9.4444444444vh 0 10vh;
}
body.body .faq-page .faq-wrap .faq-inner {
  width: 80%;
  margin: 0 auto;
}
body.body .faq-page .faq-wrap .faq-inner dl {
  border-bottom: 1px solid rgba(70, 157, 161, 0.75);
  padding-bottom: 5vh;
}
body.body .faq-page .faq-wrap .faq-inner dl dt, body.body .faq-page .faq-wrap .faq-inner dl dd {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}
body.body .faq-page .faq-wrap .faq-inner dl dt .qa, body.body .faq-page .faq-wrap .faq-inner dl dd .qa {
  width: 86px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 15px;
  border-width: 1px;
  border-style: solid;
  font-size: 1.125rem;
  line-height: 1.1666666667em;
  letter-spacing: 0.15em;
  font-weight: 200;
}
body.body .faq-page .faq-wrap .faq-inner dl dt .qa {
  border-color: #469DA1;
  color: #fff;
  background: #469DA1;
}
body.body .faq-page .faq-wrap .faq-inner dl dt .q-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.5625em;
}
body.body .faq-page .faq-wrap .faq-inner dl dd {
  margin-top: 1.4444444444vh;
}
body.body .faq-page .faq-wrap .faq-inner dl dd .qa {
  border-color: rgba(70, 157, 161, 0.5);
  color: #469DA1;
  background: rgba(70, 157, 161, 0);
}
body.body .faq-page .faq-wrap .faq-inner dl + dl {
  margin-top: 5.5555555556vh;
}
body.body .company-page .info-box {
  margin-top: 15vh;
}
body.body .company-page .info-box .inner {
  display: flex;
  max-width: 1730px;
  margin: 0 auto;
  justify-content: flex-end;
}
body.body .company-page .info-box .inner .image-box {
  order: 1;
  width: 39.3913043478%;
}
body.body .company-page .info-box .inner .image-box .image img {
  display: block;
  width: 100%;
}
body.body .company-page .info-box .inner .text-box {
  width: 480px;
  max-width: 41.7391304348%;
  margin-left: auto;
  margin-right: 67px;
  position: relative;
  z-index: 0;
}
body.body .company-page .info-box .inner .text-box .bg {
  position: absolute;
  z-index: -1;
  bottom: -24.6666666667vh;
  left: -232px;
}
@media (max-width: 1400px) {
  body.body .company-page .info-box .inner .text-box {
    margin-right: 5.8260869565%;
  }
}
body.body .company-page .info-box .inner .text-box dl {
  display: flex;
  line-height: 1.4;
}
body.body .company-page .info-box .inner .text-box dl dt {
  width: 75px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.2857142857em;
}
body.body .company-page .info-box .inner .text-box dl dd {
  order: 1;
}
body.body .company-page .info-box .inner .text-box dl:after {
  content: "";
  border-right: 1px solid rgba(70, 157, 161, 0.75);
  margin: 0 7.2916666667%;
}
body.body .company-page .info-box .inner .text-box dl + dl dt, body.body .company-page .info-box .inner .text-box dl + dl dd {
  padding-top: 2.2222222222vh;
}
body.body .company-page .info-box .inner .text-box dl + dl a {
  text-decoration: underline;
}
body.body .company-page .map-box {
  margin-top: 8.8888888889vh;
}
body.body .company-page .map-box .inner {
  width: 850px;
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
body.body .company-page .map-box .inner:before {
  content: "";
  display: block;
  padding-top: 41.1764705882%;
}
body.body .company-page .map-box .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body.body .contact-page .top-text-box {
  width: 80%;
  margin: 7.2222222222vh auto 0;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.9285714286em;
  font-weight: 300;
}
body.body .contact-page .phone-box {
  width: 850px;
  margin: 7.2222222222vh auto 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
body.body .contact-page .phone-box .inner {
  padding: 5vh 0 6.1111111111vh;
  background: #f3f6f7;
}
body.body .contact-page .phone-box .inner:nth-of-type(n+2) {
  margin-top: 26px;
}
body.body .contact-page .phone-box .inner .common-title2 {
  width: 300px;
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
body.body .contact-page .phone-box .inner .tel-box {
  margin-top: 4.1111111111vh;
  text-align: center;
}
body.body .contact-page .phone-box .inner .tel-box .tel {
  font-family: "Mada", sans-serif;
  font-weight: 200;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 15px;
}
body.body .contact-page .phone-box .inner .tel-box .time {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  display: inline-block;
}
body.body .contact-page .phone-box .group-line .line-link {
  margin: 15px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.body .contact-page .phone-box .group-line .line-message {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
body.body .contact-page .contact-box {
  margin-top: 10.5555555556vh;
}
body.body .contact-page .common-title-only-box2 {
  position: relative;
}
body.body .contact-page .common-title-only-box2 .title-bg {
  position: absolute;
  z-index: -1;
  top: -65px;
  right: calc(50% + 365px);
}
body.body .contact-complete-page .common-top-title2 .title-text .en {
  color: #469DA1;
}
body.body .contact-complete-page .text-box {
  width: 650px;
  max-width: 75%;
  margin: 12.7777777778vh auto 0;
  position: relative;
  z-index: 0;
}
body.body .contact-complete-page .text-box .link {
  padding-bottom: 5vh;
}
body.body .contact-complete-page .text-box .title {
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em;
  border-bottom: #323246 1px solid;
  padding-bottom: 2.2222222222vh;
  letter-spacing: 0.2em;
}
body.body .contact-complete-page .text-box .text1 {
  text-align: center;
  margin-top: 3.3333333333vh;
}
body.body .contact-complete-page .text-box .text2 {
  margin-top: 7.7777777778vh;
}
body.body .contact-complete-page .text-box .bg1, body.body .contact-complete-page .text-box .bg2 {
  position: absolute;
  z-index: -1;
}
body.body .contact-complete-page .text-box .bg1 {
  top: -37.2222222222vh;
  right: -290px;
}
body.body .contact-complete-page .text-box .bg2 {
  bottom: 0;
  left: -250px;
}
body.body .contact-complete-page .text-box .link {
  text-align: center;
  margin-top: 7.7777777778vh;
}
body.body .privacy-policy-page .common-title-only-box2 {
  position: relative;
}
body.body .privacy-policy-page .common-title-only-box2 .bg {
  position: absolute;
  top: 7.5555555556vh;
  left: calc(50% + 365px);
  z-index: -1;
}
body.body .privacy-policy-page .text-box {
  width: 665px;
  max-width: 75%;
  margin: 8.3333333333vh auto 0;
  position: relative;
  z-index: 0;
}
body.body .privacy-policy-page .text-box .bg1 {
  position: absolute;
  top: 23.2222222222vh;
  left: -335px;
  z-index: -1;
}
body.body .privacy-policy-page .text-box .bg2 {
  position: absolute;
  bottom: 22.5555555556vh;
  right: -185px;
  z-index: -1;
}
body.body .privacy-policy-page .text-box dl dt {
  margin-top: 5.5555555556vh;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
body.body .privacy-policy-page .text-box dl dt:before {
  content: "■";
  color: #9898a2;
}
body.body .privacy-policy-page .text-box dl dd {
  margin-top: 5px;
}
body.body .privacy-policy-page .text-box dl dd ul {
  padding-left: 14px;
}
body.body .privacy-policy-page .text-box dl dd ul li {
  padding-left: 14px;
  text-indent: -14px;
  margin-top: 3px;
}
body.body .privacy-policy-page .text-box dl dd ul li:before {
  content: "・";
}
body.body .privacy-policy-page .text-box .link {
  text-align: center;
  margin-top: 7.5555555556vh;
}

@media (max-width: 768px) {
  body.body {
    padding-left: 0;
    padding-top: 44px;
  }
  body.body .main-header {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0;
  }
  body.body .main-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
  body.body .main-header h1 {
    width: auto;
    margin: 0;
  }
  body.body .main-header .header-inner {
    overflow: visible;
  }
  body.body .main-header .header-inner .hidden-nav-box {
    position: fixed;
    z-index: -2;
    width: 100%;
    height: calc(100% - 44px);
    top: 44px;
    left: 0;
    transform: translate(0, -100vh);
    background: #fff;
    transition: transform 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.body .main-header .header-inner .hidden-nav-box::-webkit-scrollbar {
    display: none;
  }
  body.body .main-header .header-inner .hidden-nav-box nav {
    padding: 55px 0 0;
  }
  body.body .main-header .header-inner .main-menu-button {
    position: absolute;
    width: 20px;
    height: 19px;
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
  }
  body.body .main-header .header-inner .main-menu-button .line-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s;
    position: relative;
  }
  body.body .main-header .header-inner .main-menu-button .line-box .line {
    width: 100%;
    height: 1px;
    background: #469DA1;
    transition: transform 0.2s, background 0.2s;
    position: absolute;
    left: 0;
  }
  body.body .main-header .header-inner .main-menu-button .line-box .line:nth-of-type(1) {
    top: 0;
  }
  body.body .main-header .header-inner .main-menu-button .line-box .line:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  body.body .main-header .header-inner .main-menu-button .line-box .line:nth-of-type(3) {
    bottom: 0;
  }
  body.body .main-header.menu-open .header-inner .hidden-nav-box {
    transform: translate(0, 0);
  }
  body.body .main-header.menu-open .header-inner .main-menu-button .line-box {
    transform: rotate(360deg);
  }
  body.body .main-header.menu-open .header-inner .main-menu-button .line-box .line:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  body.body .main-header.menu-open .header-inner .main-menu-button .line-box .line:nth-of-type(2) {
    transform: translate(45deg);
    opacity: 0;
  }
  body.body .main-header.menu-open .header-inner .main-menu-button .line-box .line:nth-of-type(3) {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  body.body .main-footer .footer-inner {
    width: 75%;
  }
  body.body .main-footer .footer-inner .copy-right {
    text-align: center;
    margin-top: 4.4444444444vh;
  }
  body.body #scroll-parallax-box {
    width: 1px;
    height: calc(100% - 44px);
    position: fixed;
    z-index: 999;
    top: 44px;
    left: 0;
  }
  body.body #scroll-parallax-box #parallax-scroll {
    width: 100%;
    height: 69px;
    background: #469DA1;
  }
  body.body .fuwatto-wrap [class*=fuwatto].sita {
    transform: translate(0, 50px);
  }
  body.body .fuwatto-wrap [class*=fuwatto].on-fuwatto.sita {
    transform: translate(0, 0);
  }
  body.body .common-title2 {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
  }
  body.body .common-top-title2 {
    justify-content: center;
  }
  body.body .common-top-title2 .title-text {
    display: block;
  }
  body.body .common-top-title2 .title-text .en {
    font-size: 1.25rem;
    margin-right: 0;
  }
  body.body .common-top-title2 .title-text .jp {
    margin-top: 5px;
    line-height: 19px;
    font-size: 0.8125rem;
    min-width: 107px;
  }
  body.body .common-top-box2 .inner .double-box {
    display: block;
  }
  body.body .common-top-box2 .inner .double-box:before {
    display: none;
  }
  body.body .common-top-box2 .inner .double-box .contents-box {
    width: 100%;
    max-width: 100%;
    padding: 35px 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.body .common-top-box2 .inner .double-box .contents-box .image-box {
    width: 87.5%;
    margin-left: auto;
    position: static;
    margin-top: 45px;
  }
  body.body .common-top-box2 .inner .double-box .contents-box .text-box {
    margin: 50px auto 0;
    width: 75%;
  }
  body.body .common-top-box2 .inner .ct-bg {
    width: 100%;
    top: 0;
    right: 0;
    left: auto;
  }
  body.body .common-top-box2.r .inner .double-box .contents-box .image-box {
    margin-left: 0;
  }
  body.body .common-top-box2.r .inner .ct-bg {
    left: auto;
    right: -85px;
  }
  body.body .common-top-box3 {
    padding-top: 30px;
  }
  body.body .common-top-box3 .inner:before {
    display: none;
  }
  body.body .common-top-box3 .inner .contents {
    width: 100%;
  }
  body.body .common-top-box3 .inner .contents .image {
    position: static;
    width: 100%;
    margin-top: 50px;
  }
  body.body .common-top-box3 .ct-bg {
    position: absolute;
    top: 0;
    left: -134px;
    z-index: -1;
  }
  body.body .common-top-box3.r .ct-bg {
    right: -145px;
  }
  body.body .common-work-hidden-box {
    width: 100%;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap {
    display: block;
    position: relative;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap:before {
    padding-top: 66.6666666667%;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-box {
    width: 100%;
    margin-bottom: 16px;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-left, body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-right {
    width: calc(100% - 50px);
    margin: 0 auto;
    height: 0;
    position: relative;
    z-index: 1;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-left img, body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-right img {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -10%;
    transform: translate(0, 50%);
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-left img {
    left: -25px;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .slide-right img {
    right: -25px;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box {
    width: calc(100% - 50px);
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box::-webkit-scrollbar {
    display: none;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav {
    flex-shrink: 0;
    width: 20%;
    margin-top: 0;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .slide-box-wrap .works-slide-nav-box .works-slide-nav + .works-slide-nav {
    margin-left: 6.64%;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box {
    display: block;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .left-box, body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .right-box {
    width: 100%;
  }
  body.body .common-work-hidden-box .hidden-inner .hidden-works-item .info-box .right-box {
    margin-top: 3.6666666667vh;
  }
  body.body .common-bottom-contact .inner .text-box .item-box {
    display: block;
  }
  body.body .common-bottom-contact .inner .text-box .item-box dl {
    margin-left: auto;
    margin-right: auto;
  }
  body.body .common-bottom-contact .inner .bc-bg {
    width: 41.5vw;
    top: -29vw;
  }
  body.body .common-form .mail-first {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  body.body .common-form .form-wrap .tr {
    display: block;
  }
  body.body .common-form .form-wrap .tr dl {
    width: 100% !important;
  }
  body.body .common-form .form-wrap .tr dl dd textarea {
    height: 249px;
  }
  body.body .common-form .form-wrap .tr dl dd .wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
  body.body .common-form .form-wrap .tr + .tr {
    margin-top: 0;
  }
  body.body .common-form .form-wrap .tr + .tr dl {
    margin-top: 25px;
  }
  body.body .common-form .bg1 {
    top: 125px;
    right: -195px;
  }
  body.body .common-form .bg2 {
    bottom: 525px;
    left: -65px;
  }
  body.body .cf7-cf-turnstile {
    margin-top: 40px !important;
  }
  body.body .top-page {
    overflow: hidden;
  }
  body.body .top-page .top-slide-wrap {
    height: calc(100vh - 44px);
  }
  body.body .top-page .top-slide-wrap .top-slide-box ul li .slide-image {
    width: 100vw;
  }
  body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav {
    bottom: 2.4444444444vh;
    right: 12.5vw;
  }
  body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item {
    width: 19px;
    max-width: none;
  }
  body.body .top-page .top-slide-wrap .top-slide-box .top-slide-nav .nav-item + .nav-item {
    margin-left: 4px;
  }
  body.body .top-page .news-area .inner .double-box {
    display: block;
  }
  body.body .top-page .news-area .inner .double-box .left-box {
    width: 100%;
  }
  body.body .top-page .news-area .inner .double-box .right-box {
    width: 100%;
    margin-top: 3.8888888889vh;
  }
  body.body .top-page .about-area {
    padding-bottom: 105px;
  }
  body.body .top-page .about-area:before {
    height: calc(100% - 48px);
    width: 75%;
  }
  body.body .top-page .about-area .inner:after {
    display: none;
  }
  body.body .top-page .about-area .inner .text-box {
    width: 75%;
    max-width: 100%;
    margin: 0 auto;
  }
  body.body .top-page .about-area .inner .text-box .common-title {
    justify-content: center;
  }
  body.body .top-page .about-area .inner .text-box .image {
    position: static;
    width: 116.6666666667%;
    margin-top: 30px;
  }
  body.body .top-page .service-area .inner .bg1 {
    top: 50vw;
    right: 0;
    width: 100%;
    height: auto;
  }
  body.body .top-page .service-area .inner .bg2 {
    bottom: 312px;
    left: -65px;
  }
  body.body .top-page .service-area .inner .common-title {
    margin-bottom: 0;
    width: 100%;
  }
  body.body .top-page .service-area .inner .double-image-box {
    display: block;
    margin-top: 35px;
  }
  body.body .top-page .service-area .inner .double-image-box .image:nth-of-type(1) {
    width: 87.5%;
  }
  body.body .top-page .service-area .inner .double-image-box .image:nth-of-type(2) {
    width: 72%;
    margin-left: auto;
    margin-top: 37px;
  }
  body.body .top-page .service-area .inner .text-box {
    margin: 43px auto 0;
    width: 75%;
  }
  body.body .top-page .team-area {
    padding-bottom: 115px;
  }
  body.body .top-page .team-area:before {
    height: calc(100% - 48px);
    width: 75%;
  }
  body.body .top-page .team-area .inner:before {
    display: none;
  }
  body.body .top-page .team-area .inner .text-box {
    width: 75%;
    max-width: 100%;
    margin: 0 auto;
  }
  body.body .top-page .team-area .inner .text-box .common-title {
    justify-content: center;
  }
  body.body .top-page .team-area .inner .text-box .image {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  body.body .top-page .works-area .inner .work-box ul {
    margin-top: -6.6666666667%;
  }
  body.body .top-page .works-area .inner .work-box ul .works-popup-button {
    width: 46.6666666667%;
    margin-top: 6.6666666667%;
  }
  body.body .top-page .works-area .inner .work-box ul .blank {
    display: none;
  }
  body.body .top-page #top-scroll-nav {
    position: relative;
    margin-top: -44px;
    padding-top: 44px;
  }
  body.body .top-page #top-scroll-nav .top-scroll-inner {
    height: calc(100vh - 44px);
    top: 44px;
  }
  body.body .top-page #top-scroll-nav.fixed .top-scroll-inner {
    position: fixed;
    left: 0;
  }
  body.body .top-page .top-last-deco {
    width: 84vw;
    position: absolute;
    z-index: -1;
    bottom: 127vw;
    left: 0;
  }
  body.body .news-archive-page {
    overflow: hidden;
  }
  body.body .news-archive-page .top-box {
    padding-top: 35px;
  }
  body.body .news-archive-page .top-box .inner {
    display: block;
  }
  body.body .news-archive-page .top-box .inner:before {
    display: none;
  }
  body.body .news-archive-page .top-box .inner .text-box {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  body.body .news-archive-page .top-box .inner .text-box .image {
    position: static;
    width: 100%;
    margin-top: 50px;
  }
  body.body .news-archive-page .top-box .inner .text-box .common-catch, body.body .news-archive-page .top-box .inner .text-box .common-text {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .news-archive-page .top-box .inner .text-box .bg {
    transform: none;
    top: -9vw;
    right: 0;
    width: 100vw;
  }
  body.body .news-archive-page .news-contents {
    margin-top: 80px;
  }
  body.body .news-archive-page .news-contents .inner {
    margin-top: -45px;
  }
  body.body .news-archive-page .news-contents .inner ul {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  body.body .news-archive-page .news-contents .inner ul li {
    margin-top: 45px;
    width: 100%;
  }
  body.body .news-archive-page .news-contents .inner .bg {
    width: 41.75vw;
    bottom: -71vw;
    right: calc(50% - 50vw);
  }
  body.body .message-page .message-contents .common-title2 .en {
    font-size: 23px;
  }
  body.body .message-page .message-contents .common-title2 .jp {
    margin-top: 4px;
    margin-left: 15px;
    color: #9898A2;
    font-size: 12px;
    display: block;
  }
  body.body .message-page .message-contents .common-title2 .jp::before, body.body .message-page .message-contents .common-title2 .jp::after {
    content: "-";
  }
  body.body .message-page .message-contents .content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.body .message-page .message-contents .content .double-box {
    display: block;
  }
  body.body .message-page .message-contents .content .double-box .image-box {
    width: 87.5%;
  }
  body.body .message-page .message-contents .content .double-box .text-box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  body.body .message-page .message-contents .content:nth-of-type(odd) .double-box .image-box {
    margin-left: auto;
  }
  body.body .service-page .service-contents .service-item .inner {
    display: block;
  }
  body.body .service-page .service-contents .service-item .inner .image-box {
    width: 100%;
  }
  body.body .service-page .service-contents .service-item .inner .text-box {
    width: 100%;
    margin-top: 35px;
  }
  body.body .service-page .service-contents .service-item:nth-of-type(even) .inner .text-box:before {
    width: 391px;
    height: 382px;
    top: -240px;
    right: -180px;
  }
  body.body .service-page .work-flow-area .wf-content .common-title2 {
    justify-content: flex-start;
  }
  body.body .service-page .work-flow-area .wf-content .border-box dl {
    padding-bottom: 0;
  }
  body.body .service-page .work-flow-area .wf-content .border-box dl dd {
    padding-left: 0;
  }
  body.body .service-page .work-flow-area .wf-content .border-box dl:after {
    position: static;
    height: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
  }
  body.body .service-page .work-flow-area .wf-content .border-box dl + dl {
    margin-top: 20px;
  }
  body.body .team-page .human-list-wrap .inner ul:before {
    width: 383px;
    height: 390px;
    background: url(../image/team/human-bg_sp.png) no-repeat center center;
    background: -webkit-image-set(url(../image/team/human-bg_sp.png) 1x, url(../image/team/human-bg_sp.png) 2x) no-repeat center center;
    background-size: contain;
    top: calc(50% + 190px);
    left: -110px;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner {
    display: block;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box {
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box [class^=human-thum] {
    width: 38.4615384615%;
    padding-top: 46.9230769231%;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .left-box .info {
    width: 54.6153846154%;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box {
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .comment-box {
    padding: 18px;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box:after {
    display: none;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box [class^=myimage] {
    width: 48.0769230769%;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box [class^=myimage]:nth-of-type(1) {
    width: 100%;
  }
  body.body .team-page .human-list-wrap .inner ul li .human-inner .right-box .image-box [class^=myimage] + [class^=myimage] {
    margin-top: 3.8461538462%;
  }
  body.body .works-archive-page .works-nav {
    position: relative;
    z-index: 1;
  }
  body.body .works-archive-page .works-nav .sp-nav {
    position: relative;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-button {
    display: block;
    border-bottom: 1px solid #323246;
    padding-bottom: 7px;
    transition: opacity 0.2s;
    position: relative;
    padding-left: 17px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-button .arrow {
    display: block;
    position: absolute;
    right: 3px;
    top: 0;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-button .arrow:before {
    content: "く";
    display: block;
    transform: rotate(-90deg);
    transition: transform 0.2s;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-button:before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(215, 225, 230, 0.75);
    margin-top: 2px;
    position: absolute;
    left: 0;
    top: 0;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden {
    overflow: hidden;
    top: 100%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0);
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    transition: height 0.2s;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul {
    padding: 8px 0;
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul li a {
    display: flex;
    align-items: flex-start;
    transition: opacity 0.2s;
    position: relative;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul li a:before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(215, 225, 230, 0.75);
    margin-top: 2px;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul li a span {
    display: block;
    order: 1;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul li + li {
    margin-top: 8px;
  }
  body.body .works-archive-page .works-nav .sp-nav .c-aco-hidden ul li.current a:after {
    content: "✓";
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
  }
  body.body .works-archive-page .works-nav .sp-nav.open .c-aco-button .arrow:before {
    transform: rotate(90deg);
  }
  body.body .works-archive-page .work-box ul {
    margin-top: -6.6666666667%;
  }
  body.body .works-archive-page .work-box ul .works-popup-button {
    width: 46.6666666667%;
    margin-top: 6.6666666667%;
  }
  body.body .works-archive-page .work-box ul .blank {
    display: none;
  }
  body.body .faq-page .faq-wrap .faq-inner {
    width: 75%;
  }
  body.body .faq-page .faq-wrap .faq-inner dl dt, body.body .faq-page .faq-wrap .faq-inner dl dd {
    display: block;
  }
  body.body .faq-page .faq-wrap .faq-inner dl dt .qa, body.body .faq-page .faq-wrap .faq-inner dl dd .qa {
    margin-bottom: 8px;
  }
  body.body .company-page .info-box .inner {
    display: block;
  }
  body.body .company-page .info-box .inner .image-box {
    margin-left: auto;
    width: 87.5%;
  }
  body.body .company-page .info-box .inner .text-box {
    margin: 50px auto 0;
    width: 75%;
    max-width: none;
  }
  body.body .company-page .info-box .inner .bg {
    position: absolute;
    z-index: -1;
    bottom: -110px;
    left: -195px;
  }
  body.body .company-page .map-box .inner:before {
    padding-top: 124px;
  }
  body.body .contact-page .common-title-only-box2 .title-bg {
    top: 0;
    right: auto;
    left: -105px;
  }
  body.body .contact-page .phone-box .inner .common-title2 {
    text-align: left;
  }
  body.body .contact-page .phone-box .inner .tel-box {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .contact-page .phone-box .inner .tel-box .tel {
    margin-right: 0;
  }
  body.body .contact-page .phone-box .group-line :is(.line-link, .line-message) {
    margin-inline: auto;
    width: 300px;
  }
  body.body .contact-page .phone-box .group-line .line-message {
    font-size: 14px;
    line-height: 1.93;
    text-align: left;
  }
  body.body .contact-page .contact-box .inner .common-title2 {
    text-align: left;
  }
  body.body .privacy-policy-page .common-title-only-box2 .bg {
    top: 0;
    left: auto;
    right: -112px;
  }
  body.body .privacy-policy-page .text-box .bg1 {
    top: 585px;
    left: -215px;
  }
  body.body .privacy-policy-page .text-box .bg2 {
    bottom: 362px;
    right: -80px;
  }
}
.cf7-cf-turnstile {
  margin: 4vh auto 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0;
}
/*# sourceMappingURL=style.css.map */