@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

body {
  position: relative;
  color: #171716;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: url("../img/common/site-bg.png");
  background-repeat: repeat repeat;
  background-position: top left;
  background-size: 100%;
}

a {
  color: #171716;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

b {
  display: block;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

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

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

[data-inview=title] {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  opacity: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease, -webkit-filter 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease, -webkit-filter 2s ease;
  transition: transform 2s ease, opacity 2s ease, filter 2s ease;
  transition: transform 2s ease, opacity 2s ease, filter 2s ease, -webkit-transform 2s ease, -webkit-filter 2s ease;
}

[data-inview=title].is-inview {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

p.-center {
  text-align: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  z-index: 997;
}
@media screen and (max-width: 960px) {
  #header {
    height: 64px;
  }
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 100%;
}

#header-logo a {
  display: block;
  max-width: 142px;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    max-width: 119px;
  }
}
#header-logo a img {
  width: 100%;
  max-width: none;
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #header-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 960px) {
  #header-navi.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#header-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #header-navi .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 0;
    margin: 0 0 24px;
  }
}
#header-navi .menu .item a {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
}
#header-navi .menu .item a:hover {
  background-color: #faf9f6;
}
#header-navi .contact {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  border-radius: 8px;
  background-color: #0e0e0d;
}
#header-navi .contact:hover {
  background-color: #2d2d2d;
}

#navi-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 30;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  #navi-toggle {
    right: 16px;
  }
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#navi-toggle.is-active i:nth-of-type(2) {
  opacity: 0;
}
#navi-toggle.is-active i:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#navi-toggle i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 10000px;
  background-color: #171716;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#navi-toggle i:nth-of-type(1) {
  top: 16px;
}
#navi-toggle i:nth-of-type(2) {
  top: 50%;
}
#navi-toggle i:nth-of-type(3) {
  top: calc(100% - 16px);
}

#main {
  padding: 72px 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 64px 0 0 0;
  }
}

.section {
  width: 100%;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .section {
    padding: 64px 0;
  }
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1358px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .inner {
    padding: 0 16px;
  }
}
.inner.-sm {
  max-width: 1008px;
}

#footer {
  padding: 80px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  background-color: #0e0e0d;
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 64px 0;
  }
}

#footer-navi {
  margin: 0 0 29px;
}
#footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
@media screen and (max-width: 960px) {
  #footer-navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
#footer-navi ul li a {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
}

#footer-bottom .logo {
  margin: 0 0 29px;
}
#footer-bottom .logo a {
  display: block;
  max-width: 142px;
}
#footer-bottom .logo a img {
  width: 100%;
  max-width: none;
}

#page-header.common {
  padding: 48px 0 80px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #page-header.common {
    padding: 40px 0;
  }
}
#page-header.common .inner {
  max-width: 688px;
}
#page-header.common h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #page-header.common h1 {
    margin: 0 auto 32px;
  }
}
#page-header.common h1 i,
#page-header.common h1 span {
  display: block;
  font-weight: 900;
}
#page-header.common h1 i {
  position: relative;
  margin: 0 0 4px;
  font-size: 48px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 960px) {
  #page-header.common h1 i {
    font-size: 32px;
  }
}
#page-header.common h1 span {
  font-size: 14px;
}
#page-header.common .more-button {
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  #page-header.common .more-button {
    margin-top: 32px;
  }
}
#page-header.service-line .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  max-width: 768px;
}
@media screen and (max-width: 960px) {
  #page-header.service-line .inner {
    display: block;
  }
}
#page-header.service-line .description {
  padding: 48px 0;
}
@media screen and (max-width: 960px) {
  #page-header.service-line .description {
    padding: 40px 0;
    text-align: center;
  }
}
#page-header.service-line .description h1 {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #page-header.service-line .description h1 {
    margin: 0 0 48px;
    font-size: 32px;
  }
}
#page-header.service-line .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 391px;
}
@media screen and (max-width: 960px) {
  #page-header.service-line .image {
    display: none;
  }
}
#page-header.service-line .more-button {
  margin: 48px 0 0;
}
@media screen and (max-width: 960px) {
  #page-header.service-line .more-button {
    margin: 48px auto 0;
  }
}

#breadcrumb {
  padding: 40px 0 0;
  overflow-x: auto;
}
@media screen and (max-width: 960px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb ul {
  white-space: nowrap;
}
#breadcrumb ul li {
  position: relative;
  display: inline-block;
  color: #9c9c9c;
}
#breadcrumb ul li:first-of-type a {
  position: relative;
  padding: 4px 4px 4px 24px;
  background-image: url("../img/common/icon-home.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center left 4px;
  background-size: 16px 16px;
}
#breadcrumb ul li:not(:last-of-type) {
  padding: 0 32px 0 0;
}
#breadcrumb ul li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #505050;
  border-bottom: 2px solid #505050;
}
#breadcrumb ul li:last-of-type {
  padding: 4px;
}
#breadcrumb ul li a {
  display: inline-block;
  padding: 4px;
  color: #505050;
  border-radius: 8px;
}
#breadcrumb ul li a:hover {
  background-color: #faf9f6;
}

#page-content {
  padding: 0 0 80px;
}
@media screen and (max-width: 960px) {
  #page-content {
    padding: 0 0 40px;
  }
}
#page-content.-works {
  padding: 48px 0 80px;
}
@media screen and (max-width: 960px) {
  #page-content.-works {
    padding: 40px 0;
  }
}
#page-content.-works .inner {
  max-width: 788px;
}
@media screen and (max-width: 960px) {
  #page-content.-works .inner {
    max-width: none;
  }
}
#page-content.-works #post-title {
  margin: 0 0 48px;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-title {
    margin: 0 0 24px;
  }
}
#page-content.-works #post-title h1 {
  margin: 0 0 48px;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-title h1 {
    margin: 0 0 24px;
  }
}
#page-content.-works #post-title h1 span {
  display: block;
}
#page-content.-works #post-title h1 span:nth-of-type(1) {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-title h1 span:nth-of-type(1) {
    font-size: 24px;
  }
}
#page-content.-works #post-title h1 span:nth-of-type(2) {
  color: #505050;
  font-size: 14px;
  line-height: 1.6;
}
#page-content.-works #post-title .data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-title .data {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}
#page-content.-works #post-title .data dt,
#page-content.-works #post-title .data dd {
  display: block;
}
#page-content.-works #post-title .data dt {
  margin: 0 0 4px;
  color: #505050;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
#page-content.-works #post-content .block {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .block.-image {
    width: calc(100% + 48px);
    margin: 0 0 40px -24px;
  }
}
@media screen and (max-width: 374px) {
  #page-content.-works #post-content .block.-image {
    width: calc(100% + 32px);
    margin: 0 0 40px -16px;
  }
}
#page-content.-works #post-content .block.-image img {
  width: 100%;
  max-width: none;
}
#page-content.-works #post-content .block.-image img:not(:last-child) {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .block.-image img:not(:last-child) {
    margin: 0 0 24px;
  }
}
#page-content.-works #post-content .summary {
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .summary {
    padding: 0 0 40px;
  }
}
#page-content.-works #post-content .summary .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .summary .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px 0;
  }
}
#page-content.-works #post-content .summary .item:not(:last-of-type) {
  margin: 0 0 40px;
}
#page-content.-works #post-content .summary dt {
  width: 16.2%;
  color: #505050;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .summary dt {
    width: 100%;
  }
}
#page-content.-works #post-content .summary dd {
  width: 83.8%;
}
@media screen and (max-width: 960px) {
  #page-content.-works #post-content .summary dd {
    width: 100%;
  }
}
#page-content.-works #post-content .summary dd a {
  color: #1363ff;
  text-decoration: underline;
}
#page-content.-news {
  padding: 48px 0 80px;
}
@media screen and (max-width: 960px) {
  #page-content.-news {
    padding: 40px 0;
  }
}
#page-content.-news .inner {
  max-width: 788px;
}
@media screen and (max-width: 960px) {
  #page-content.-news .inner {
    max-width: none;
  }
}
#page-content.-news #post-title {
  margin: 0 0 80px;
}
@media screen and (max-width: 960px) {
  #page-content.-news #post-title {
    margin: 0 0 40px;
  }
}
#page-content.-news #post-title h1 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #page-content.-news #post-title h1 {
    font-size: 24px;
  }
}
#page-content.-news #post-title .date {
  display: inline-block;
  color: #505050;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
#page-content.-news #post-content p:not(:last-child) {
  margin: 0 0 1.5em;
}
#page-content .section {
  padding: 0;
}

#side-content {
  padding: 40px 0 0;
}
#side-content h2 {
  margin: 0 0 56px;
}
@media screen and (max-width: 960px) {
  #side-content h2 {
    margin: 0 0 40px;
    text-align: center;
  }
}
#side-content h2 i,
#side-content h2 span {
  display: block;
  font-weight: 900;
}
#side-content h2 i {
  margin: 0 0 4px;
  font-size: 32px;
}
#side-content h2 span {
  font-size: 14px;
}

#archives-works.-column-02 > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 960px) {
  #archives-works.-column-02 > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#archives-works.-bg-dark > ul .category li {
  color: #fff;
  border: 1px solid #3b3b39;
  background-color: #252522;
}
#archives-works.-bg-dark > ul h3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
}
#archives-works.-bg-dark > ul .client {
  color: #d4d4d4;
}
#archives-works > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 48px;
}
@media screen and (max-width: 1200px) {
  #archives-works > ul {
    gap: 48px 24px;
  }
}
@media screen and (max-width: 960px) {
  #archives-works > ul {
    gap: 48px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#archives-works > ul > li a:hover h3 {
  background-position: 0 95%;
  background-size: 100% 1px;
}
#archives-works > ul .image {
  margin: 0 0 24px;
}
@media screen and (max-width: 960px) {
  #archives-works > ul .image {
    width: calc(100% + 48px);
    margin: 0 0 24px -24px;
  }
}
@media screen and (max-width: 374px) {
  #archives-works > ul .image {
    width: calc(100% + 32px);
    margin: 0 0 24px -16px;
  }
}
#archives-works > ul .image img {
  width: 100%;
  max-width: none;
}
#archives-works > ul .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;
}
#archives-works > ul .category li {
  padding: 7px;
  color: #505050;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background-color: #faf9f6;
}
#archives-works > ul h3 {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background-image: -webkit-gradient(linear, left top, right top, from(#171716), to(#171716));
  background-image: linear-gradient(90deg, #171716, #171716);
  background-repeat: no-repeat;
  background-position: 100% 95%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
#archives-works > ul .client {
  display: block;
  margin: 8px 0 0;
  color: #505050;
  line-height: 1.4;
}

#archives-news > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (max-width: 960px) {
  #archives-news > ul {
    gap: 16px 0;
  }
}
#archives-news > ul > li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #a7a7a7;
}
#archives-news > ul h3 {
  margin: 0 0 4px;
  font-weight: bold;
  line-height: 1.6;
}
#archives-news > ul .date {
  display: block;
  color: #505050;
  font-size: 12px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.pagination {
  margin: 40px 0 0;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
}
.pagination li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  font-family: "Inter", sans-serif;
  background-color: transparent;
}
.pagination li .page-numbers.prev, .pagination li .page-numbers.next {
  width: auto;
  height: auto;
  background-color: transparent;
}
.pagination li .page-numbers.current {
  color: #fff;
  border-radius: 50%;
  background-color: #0e0e0d;
}
.pagination li .page-numbers.current:hover {
  opacity: 1;
}

#widget-contact {
  position: relative;
  padding: 120px 0;
  color: #fff;
  line-height: 1.6;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
  #widget-contact {
    padding: 64px 0;
  }
}
#widget-contact::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/bg-roryu.jpg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #widget-contact::before {
    background-position: center left 42%;
  }
}
#widget-contact::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#widget-contact.-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center {
    text-align: left;
  }
}
#widget-contact.-center h2 {
  width: auto;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#widget-contact.-center h2 i, #widget-contact.-center h2 span {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center h2 i, #widget-contact.-center h2 span {
    margin: 0;
  }
}
#widget-contact.-center h2 i {
  margin-bottom: 4px;
}
#widget-contact.-center h2 i::before, #widget-contact.-center h2 i::after {
  content: none;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center h2 i::before, #widget-contact.-center h2 i::after {
    content: attr(data-title);
  }
}
@media screen and (max-width: 960px) {
  #widget-contact.-center h2 i::before {
    content: none;
  }
}
#widget-contact.-center .more-button {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center .more-button {
    margin: 0;
  }
}
#widget-contact.-center .content {
  margin: 48px auto;
}
@media screen and (max-width: 960px) {
  #widget-contact.-center .content {
    margin: 48px 0;
  }
}
#widget-contact h2 {
  margin: 0;
}
#widget-contact h2 i::before {
  left: -278px;
}
#widget-contact h2 i::after {
  right: -284px;
}
@media screen and (max-width: 960px) {
  #widget-contact h2 i::after {
    right: -219px;
  }
}
#widget-contact .inner {
  position: relative;
  z-index: 2;
}
#widget-contact .content {
  max-width: 860px;
  margin: 48px 0;
}
#widget-contact h3 {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #widget-contact h3 {
    font-size: 24px;
  }
}

h2.style-01 {
  margin: 0 0 48px;
}
h2.style-01.-center {
  margin: 0 auto 48px;
}
h2.style-01.-white i {
  color: #fff;
}
h2.style-01.-white span {
  color: #d4d4d4;
}
h2.style-01.-multiple {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.style-01.-multiple i,
h2.style-01.-multiple span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.style-01.-multiple i::before, h2.style-01.-multiple i::after {
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 48px;
  font-weight: 900;
  white-space: nowrap;
  color: transparent;
  font-family: "Inter", sans-serif;
  -webkit-text-stroke: 1px rgba(23, 23, 22, 0.6);
}
@media screen and (max-width: 960px) {
  h2.style-01.-multiple i::before, h2.style-01.-multiple i::after {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  h2.style-01.-multiple i::before {
    content: none;
  }
}
h2.style-01.-multiple i::after {
  right: 0;
}
h2.style-01.-multiple.-white i::before, h2.style-01.-multiple.-white i::after {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
h2.style-01 i,
h2.style-01 span {
  display: block;
}
h2.style-01 i {
  position: relative;
  margin: 0 0 4px;
  font-size: 48px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  h2.style-01 i {
    font-size: 32px;
  }
}
h2.style-01 span {
  color: #505050;
  line-height: 1.4;
}
h2.style-02 {
  margin: 0 0 56px;
}
@media screen and (max-width: 960px) {
  h2.style-02 {
    margin: 0 0 40px;
    text-align: center;
  }
}
h2.style-02 i,
h2.style-02 span {
  display: block;
  font-weight: 900;
}
h2.style-02 i {
  margin: 0 0 4px;
  font-size: 32px;
  font-family: "Inter", sans-serif;
}
h2.style-02 span {
  font-size: 14px;
}
h2.style-02.-center {
  text-align: center;
}

.more-button.-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #171716;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .more-button.-style-01 {
    font-size: 16px;
  }
}
.more-button.-style-01:hover i::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.more-button.-style-01:hover.-back i::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.more-button.-style-01:hover span {
  background-position: 0 90%;
  background-size: 100% 1px;
}
.more-button.-style-01.-external {
  padding: 0 32px 0 0;
  background-image: url("../img/common/icon-external-link.svg");
  background-position: center right 0;
  background-repeat: no-repeat no-repeat;
  background-size: 24px 24px;
}
.more-button.-style-01.-center {
  margin: 0 auto;
}
.more-button.-style-01.-white {
  color: #fff;
}
.more-button.-style-01.-white i {
  background-color: #fff;
}
.more-button.-style-01.-white i::after {
  background-color: #171716;
}
.more-button.-style-01.-white span {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
}
.more-button.-style-01.-back i::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.more-button.-style-01 i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0e0e0d;
}
@media screen and (max-width: 960px) {
  .more-button.-style-01 i {
    width: 32px;
    height: 32px;
  }
}
.more-button.-style-01 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("../img/common/icon-arrow-right.svg");
          mask-image: url("../img/common/icon-arrow-right.svg");
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.more-button.-style-01 span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#171716), to(#171716));
  background-image: linear-gradient(90deg, #171716, #171716);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.more-button.-style-02 {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 11px 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #171716;
  border-radius: 8px;
}
.more-button.-style-02:hover {
  background-color: #faf9f6;
}
.more-button.-style-02.-black {
  color: #fff;
  border: 1px solid #0e0e0d;
  background-color: #0e0e0d;
}
.more-button.-style-02.-black:hover {
  border-color: #2d2d2d;
  background-color: #2d2d2d;
}
.more-button.-style-02.-black.-external::after {
  background-color: #fff;
}
.more-button.-style-02.-external {
  padding: 15px 47px 15px 15px;
}
.more-button.-style-02.-external::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../img/common/icon-external-link.svg");
          mask-image: url("../img/common/icon-external-link.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #171716;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.dl-table.-style-01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 8px;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (max-width: 960px) {
  .dl-table.-style-01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
    padding: 16px 8px;
  }
}
.dl-table.-style-01 dt {
  width: 21.8%;
  color: #505050;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .dl-table.-style-01 dt {
    width: 100%;
  }
}
.dl-table.-style-01 dd {
  width: 78.2%;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .dl-table.-style-01 dd {
    width: 100%;
  }
}

#form.style-01 {
  padding: 40px 48px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(167, 167, 167, 0.3);
          box-shadow: 0 0 14px rgba(167, 167, 167, 0.3);
}
@media screen and (max-width: 960px) {
  #form.style-01 {
    padding: 40px 16px;
  }
}
#form.style-01 input[type=text],
#form.style-01 input[type=email],
#form.style-01 input[type=tel],
#form.style-01 textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 15px;
  color: #171716;
  min-height: 42px;
  border: 1px solid #a7a7a7;
  border-radius: 8px;
}
#form.style-01 input[type=radio] {
  display: none;
}
#form.style-01 textarea {
  resize: vertical;
}
#form.style-01 ::-webkit-input-placeholder {
  color: #505050;
}
#form.style-01 ::-moz-placeholder {
  color: #505050;
}
#form.style-01 :-ms-input-placeholder {
  color: #505050;
}
#form.style-01 ::-ms-input-placeholder {
  color: #505050;
}
#form.style-01 ::placeholder {
  color: #505050;
}
#form.style-01 .form-content {
  margin: 0 0 40px;
}
#form.style-01 .form-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#form.style-01 .form-content .item.-radio dt, #form.style-01 .form-content .item.-textarea dt {
  padding: 0;
}
@media screen and (max-width: 960px) {
  #form.style-01 .form-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px 0;
  }
}
#form.style-01 .form-content .item:not(:last-of-type) {
  margin: 0 0 40px;
}
#form.style-01 .form-content .item.-radio dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 0;
}
#form.style-01 .form-content .item.-radio dd label {
  display: inline-block;
}
#form.style-01 .form-content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 0.5em;
  width: 240px;
  padding: 8px 0;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #form.style-01 .form-content dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 8px;
    width: 100%;
    padding: 0;
  }
}
#form.style-01 .form-content dt b {
  display: inline-block;
  padding: 4px 11px;
  color: #505050;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}
#form.style-01 .form-content dd {
  width: calc(100% - 280px);
}
@media screen and (max-width: 960px) {
  #form.style-01 .form-content dd {
    width: 100%;
  }
}
#form.style-01 .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background-color: #0e0e0d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form.style-01 .button:hover {
  background-color: #2d2d2d;
}

.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  padding: 0;
  margin: 1em auto 0;
  text-align: center;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-mail-sent-ok {
  margin: 0 0 20px 0;
  padding: 12px;
  color: blue;
  border: 1px solid #114a96;
  border-color: blue;
}

.wpcf7-validation-errors {
  margin: 0 0 20px 0;
  padding: 12px;
  color: red;
  border: 1px solid red;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  margin: 8px 0 0;
  color: red;
  font-size: 14px;
}

.wpcf7 span.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
}

input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #3b3b39;
  border-radius: 50%;
}

input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0e0e0d;
  opacity: 0;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7 label {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #top-branding {
    padding: 80px 0;
  }
}
#top-branding .content {
  max-width: 648px;
}
#top-branding h1 {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  font-size: 88px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.05em;
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  -webkit-transition: opacity 2s ease 0.4s, -webkit-transform 2s ease 0.4s, -webkit-filter 2s ease 0.4s;
  transition: opacity 2s ease 0.4s, -webkit-transform 2s ease 0.4s, -webkit-filter 2s ease 0.4s;
  transition: transform 2s ease 0.4s, opacity 2s ease 0.4s, filter 2s ease 0.4s;
  transition: transform 2s ease 0.4s, opacity 2s ease 0.4s, filter 2s ease 0.4s, -webkit-transform 2s ease 0.4s, -webkit-filter 2s ease 0.4s;
}
@media screen and (max-width: 960px) {
  #top-branding h1 {
    font-size: 40px;
  }
}
#top-branding h1.is-inview {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#top-branding b {
  margin: 60px 0 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #top-branding b {
    margin: 16px 0;
    font-size: 16px;
  }
}

#top-message {
  position: relative;
  padding: 34px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-message {
    padding: 20px 0;
  }
}
#top-message .content {
  position: relative;
  padding: 245px 0;
  -webkit-clip-path: polygon(0 108px, 100% 0, 100% calc(100% - 108px), 0% 100%);
          clip-path: polygon(0 108px, 100% 0, 100% calc(100% - 108px), 0% 100%);
}
@media screen and (max-width: 960px) {
  #top-message .content {
    padding: 112px 0;
    -webkit-clip-path: polygon(0 36px, 100% 0, 100% calc(100% - 36px), 0% 100%);
            clip-path: polygon(0 36px, 100% 0, 100% calc(100% - 36px), 0% 100%);
  }
}
#top-message .content::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/common/bg-roryu.jpg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-message .content::before {
    background-position: center left 42%;
  }
}
#top-message .content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#top-message .inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
#top-message h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #top-message h2 {
    font-size: 24px;
  }
}
#top-message p {
  margin: 48px 0;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-message p {
    margin: 24px 0;
    font-size: 16px;
  }
}

#top-service h2 i::before {
  left: -248px;
}
#top-service h2 i::after {
  right: -248px;
}
@media screen and (max-width: 960px) {
  #top-service h2 i::after {
    right: -196px;
  }
}
#top-service .content-01 {
  margin: 0 0 24px;
}
#top-service .content-01 ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
}
@media screen and (max-width: 1200px) {
  #top-service .content-01 ul {
    gap: 0 24px;
  }
}
@media screen and (max-width: 960px) {
  #top-service .content-01 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
}
#top-service .content-01 ul li {
  padding: 23px;
  border-radius: 16px;
  border: 1px solid #a7a7a7;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-service .content-01 ul li {
    padding: 19px;
  }
}
#top-service .content-01 ul .image {
  margin: 0 0 16px;
}
#top-service .content-01 ul .image img {
  border-radius: 12px;
}
#top-service .content-01 ul h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
#top-service .content-01 ul p {
  color: #505050;
  margin: 0 0 16px;
}
#top-service .content-02 {
  padding: 23px;
  border: 1px solid #a7a7a7;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
#top-service .content-02 h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}
#top-service .content-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
}
#top-service .content-02 ul li {
  display: inline-block;
  padding: 11px 15px;
  color: #505050;
  line-height: 1;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background-color: #faf9f6;
}

#top-works {
  color: #fff;
  background-color: #0e0e0d;
}
#top-works h2 i::before {
  left: -218px;
}
#top-works h2 i::after {
  right: -235px;
}
@media screen and (max-width: 960px) {
  #top-works h2 i::after {
    right: -178px;
  }
}
#top-works #archives-works {
  margin: 0 0 48px;
}
#top-works #archives-works > ul > li a {
  color: #faf9f6;
}

#top-news h2 i::before {
  left: -178px;
}
#top-news h2 i::after {
  right: -184px;
}
@media screen and (max-width: 960px) {
  #top-news h2 i::after {
    right: -152px;
  }
}
#top-news #archives-news {
  margin: 0 0 40px;
}

#page-service {
  padding: 40px 0 0;
}
#page-service .section {
  padding: 0 24px 0 0;
}
@media screen and (max-width: 960px) {
  #page-service .section {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  #page-service .section:not(:last-of-type) .content {
    padding: 0 0 40px;
  }
}
#page-service .section .content {
  width: 100%;
  max-width: calc(100% - (100% - 1334px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  #page-service .section .content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}
#page-service .section .content:nth-of-type(3) .image {
  min-height: 560px;
}
@media screen and (max-width: 960px) {
  #page-service .section .content:nth-of-type(3) .image {
    min-height: auto;
  }
}
#page-service .section .content .image {
  position: relative;
  min-height: 580px;
  width: 55.4%;
}
@media screen and (max-width: 960px) {
  #page-service .section .content .image {
    min-height: auto;
    width: 100%;
  }
}
#page-service .section .content .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #page-service .section .content .image img {
    position: relative;
    top: auto;
    left: auto;
  }
}
#page-service .section .content .description {
  width: 44.6%;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 960px) {
  #page-service .section .content .description {
    width: 100%;
    max-width: none;
    padding: 0 24px;
  }
}
@media screen and (max-width: 374px) {
  #page-service .section .content .description {
    padding: 0 16px;
  }
}
#page-service .section .content h2 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #page-service .section .content h2 {
    margin: 0 0 8px;
    font-size: 24px;
  }
}
#page-service .section .content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  #page-service .section .content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin: 24px 0;
}
#page-service .service-list li {
  padding: 8px 0 8px 40px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #a7a7a7;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center left 3px;
  background-size: 18px 13px;
}
@media screen and (max-width: 960px) {
  #page-service .service-list li {
    padding: 4px 0 4px 40px;
    font-size: 16px;
  }
}

#page-service-line .section {
  padding: 40px 0;
}
#page-service-line .section:last-of-type {
  padding: 40px 0 0;
}
#page-service-line .inner {
  max-width: 788px;
}
@media screen and (max-width: 960px) {
  #page-service-line .inner {
    max-width: none;
  }
}

#service-line-strengths ol li:not(:last-of-type) {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:not(:last-of-type) {
    margin: 0 0 56px;
  }
}
#service-line-strengths ol li:nth-of-type(1) img {
  max-width: 377px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:nth-of-type(1) img {
    max-width: 314px;
  }
}
#service-line-strengths ol li:nth-of-type(2) img {
  max-width: 296px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:nth-of-type(2) img {
    max-width: 246px;
  }
}
#service-line-strengths ol li:nth-of-type(3) img {
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:nth-of-type(3) img {
    max-width: 320px;
  }
}
#service-line-strengths ol li:nth-of-type(4) img {
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:nth-of-type(4) img {
    max-width: 250px;
  }
}
#service-line-strengths ol li:nth-of-type(5) img {
  max-width: 380px;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li:nth-of-type(5) img {
    max-width: 316px;
  }
}
#service-line-strengths ol li h3 i,
#service-line-strengths ol li h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
#service-line-strengths ol li h3 i {
  margin: 0 auto 6px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 10000px;
  background-color: #0e0e0d;
}
#service-line-strengths ol li h3 span {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li h3 span {
    font-size: 20px;
  }
}
#service-line-strengths ol li img {
  display: block;
  margin: 16px auto;
}
#service-line-strengths ol li p {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #service-line-strengths ol li p {
    text-align: left;
  }
}

#service-line-plan h2 {
  margin: 0 0 24px;
}
#service-line-plan .lead {
  color: #9c9c9c;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #service-line-plan .lead {
    text-align: left;
  }
}
#service-line-plan ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0 0;
}
@media screen and (max-width: 960px) {
  #service-line-plan ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#service-line-plan ul .box-title {
  padding: 23px;
  border: 1px solid #a7a7a7;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}
#service-line-plan ul .box-title h3 i,
#service-line-plan ul .box-title h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}
#service-line-plan ul .box-title h3 i {
  margin: 0 auto 4px;
  color: #9c9c9c;
  font-size: 12px;
  letter-spacing: 0.15em;
}
#service-line-plan ul .box-title h3 span {
  font-size: 16px;
  font-weight: bold;
}
#service-line-plan ul .box-content {
  padding: 16px 15px 31px;
  border: 1px solid #a7a7a7;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #service-line-plan ul .box-content {
    padding: 16px 15px 23px;
  }
}
#service-line-plan ul .box-content h4 {
  display: block;
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#service-line-plan ul .box-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  line-height: 1.4;
}
#service-line-plan ul .box-content .amount {
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
#service-line-plan ul .box-content .yen {
  color: #9c9c9c;
  font-size: 12px;
}

#page-news .inner {
  max-width: 788px;
}

#page-company .inner {
  max-width: 688px;
}

#page-privacy .section {
  padding: 80px 0 0;
}
@media screen and (max-width: 960px) {
  #page-privacy .section {
    padding: 40px 0;
  }
}
#page-privacy .sub-section:not(:last-of-type) {
  margin: 0 0 48px;
}
#page-privacy .sub-section p {
  color: #505050;
}
#page-privacy h2 {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
}
#page-privacy h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 4px;
  height: 25px;
  background-color: #0e0e0d;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#page-privacy ul li {
  position: relative;
}
#page-privacy ul li::before {
  content: "•";
}

#page-contact .inner {
  max-width: 1168px;
}

#page-complete .section {
  padding: 120px 0;
  text-align: center;
}
#page-complete h1 {
  margin: 0 0 48px;
  font-size: 40px;
  font-weight: 900;
}
#page-complete p {
  margin: 0 0 48px;
}

#page-404 .section {
  padding: 0;
}
#page-404 .title {
  padding: 80px 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #page-404 .title {
    padding: 40px 0;
  }
}
#page-404 .title h1 {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #page-404 .title h1 {
    font-size: 32px;
  }
}
#page-404 ol {
  margin: 0 0 40px;
  padding: 0 0 0 1.5em;
}
#page-404 ol li {
  list-style: decimal;
}