@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-mv-description {
  margin-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .layout-mv-description {
    margin-top: 3.75rem;
  }
}

.layout-about {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .layout-about {
    margin-top: 3.75rem;
  }
}

.layout-service {
  margin: 2.8125rem 0 4.875rem;
}
@media screen and (min-width: 768px) {
  .layout-service {
    margin: 7.5rem 0;
  }
}

.layout-works {
  padding: 3.75rem 0 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .layout-works {
    padding: 7.5rem 0 5.625rem 0;
  }
}

.layout-news {
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .layout-news {
    padding-bottom: 6.9375rem;
  }
}

.layout-sub-mv {
  margin: 6.875rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .layout-sub-mv {
    margin: 14.8125rem 0 0 0;
  }
}

.layout-sub-description {
  margin: 1.875rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .layout-sub-description {
    margin: 3.4375rem 0 0 0;
  }
}

.layout-sub-about-philosophy {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-sub-about-philosophy {
    margin-top: 7.5625rem;
  }
}

.layout-sub-about-access {
  margin: 4.9375rem 0;
}
@media screen and (min-width: 768px) {
  .layout-sub-about-access {
    margin: 7.25rem 0 7.5rem 0;
  }
}

.layout-sub-about-service {
  margin-bottom: 5rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .layout-sub-about-service {
    margin-bottom: 7.5rem;
    margin-top: 0rem;
  }
}

.layout-sub-description--sub-service {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .layout-sub-description--sub-service {
    margin-top: 3.4375rem;
  }
}

.layout-sub-service-service {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .layout-sub-service-service {
    margin-top: 0rem;
    margin-bottom: 7.375rem;
  }
}

.layout-news--sub-news-page {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .layout-news--sub-news-page {
    margin-top: 2.875rem;
    margin-bottom: 1.5rem;
  }
}

.layout-works--sub-works-page {
  margin-bottom: -1.875rem;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .layout-works--sub-works-page {
    margin-bottom: 0.875rem;
    padding-bottom: 6.75rem;
  }
}

.layout-archive-blog {
  margin-top: 1.875rem;
  margin-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .layout-archive-blog {
    margin-top: 3.75rem;
    margin-bottom: 7.5rem;
  }
}

.layout-pagenavi {
  margin: 4.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .layout-pagenavi {
    margin: 3.4375rem 0 0 -2.5rem;
  }
}

.layout-pagenavi.layout-pagenavi--sub-works-page {
  margin: 0 auto 4.1875rem;
}
@media screen and (min-width: 768px) {
  .layout-pagenavi.layout-pagenavi--sub-works-page {
    margin: 3.4375rem 0 0 -2.5rem;
  }
}

.layout-works-single-blog {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .layout-works-single-blog {
    margin-top: 3.75rem;
  }
}

.layout-contact-form {
  margin-top: 1.875rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-contact-form {
    margin-top: 3.5625rem;
    margin-bottom: 7.5rem;
  }
}

.layout-contact-confirm {
  margin: 1.5625rem 0 5.25rem;
}
@media screen and (min-width: 768px) {
  .layout-contact-confirm {
    margin: 3.4375rem 0 7.5rem;
  }
}

.layout-contact-thanks {
  margin-top: 4.25rem;
  margin-bottom: 5.125rem;
}
@media screen and (min-width: 768px) {
  .layout-contact-thanks {
    margin-top: 3.5625rem;
    margin-bottom: 7.5rem;
  }
}

.layout-sub-mv-404 {
  margin: 7.625rem 0 5rem 0;
}
@media screen and (min-width: 768px) {
  .layout-sub-mv-404 {
    margin: 20.625rem 0 7.5rem 0;
  }
}

.btn {
  padding: 0.875rem 2.5rem 0.875rem 1.4375rem;
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #001E63;
  border-radius: 4px;
  background-color: #fff;
  color: #001E63;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #001E63;
  border-right: 0.0625rem solid #001E63;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn::before {
    top: 50%;
  }
}

.btn:hover::before {
  right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .btn:hover::before {
    right: 1.125rem;
  }
}

.btn.btn--noboder {
  border: none;
  padding: 0.75rem 1.5rem;
  margin-right: -0.625rem;
}

.btn.btn--noboder::before {
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .btn.btn--noboder::before {
    top: 50%;
  }
}

.btn.btn--noboder:hover::before {
  right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .btn.btn--noboder:hover::before {
    right: 0.4375rem;
  }
}

.btn.btn--noboder::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #001E63;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.btn.btn--noboder:hover::after {
  transform: scale(1, 1);
}

.btn--inversion {
  position: relative;
  overflow: hidden;
  z-index: 999;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}

.btn--inversion span {
  position: relative;
  z-index: 3;
  color: #fff;
}

.btn--inversion:hover {
  opacity: 1;
}

.btn--inversion:hover span {
  color: #011950;
}

.btn--inversion:hover .fa-envelope {
  color: #011950;
  z-index: 999;
  position: relative;
}

.btn--inversion:hover .fa-phone {
  color: #011950;
  z-index: 999;
  position: relative;
}

.bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #001E63;
  border-right: 0.0625rem solid #001E63;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn::before {
    top: 50%;
  }
}

.btn.btn--previous {
  padding: 0.875rem 1.4375rem 0.875rem 2.5rem;
}

.btn.btn--previous::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #001E63;
  border-right: 0.0625rem solid #001E63;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn.btn--previous::before {
    top: 50%;
  }
}

.btn.btn--previous:hover::before {
  left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .btn.btn--previous:hover::before {
    left: 1.4375rem;
  }
}

.single-blog__btn-wrap .btn.btn--next::before {
  right: 1.5625rem;
}

.single-blog__btn-wrap .btn.btn--next:hover::before {
  right: 1.25rem;
}

.btn.btn--previous-works-detail {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 5.375rem 0.875rem 6.25rem;
}

.btn.btn--previous-works-detail:hover {
  opacity: 1;
}

.btn.btn--previous-works-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #001E63;
  border-right: 0.0625rem solid #001E63;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn.btn--previous-works-detail::before {
    top: 50%;
  }
}

.btn.btn--previous-works-detail:hover::before {
  left: 30%;
}

.btn.btn--contact-thanks {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  padding: 0.875rem 5.875rem 0.875rem 6.9375rem;
  background-color: #011950;
}
@media screen and (min-width: 768px) {
  .btn.btn--contact-thanks {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.25rem 11.5625rem;
  }
}

.btn.btn--contact-thanks:hover {
  opacity: 1;
}

.btn.btn--contact-thanks::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 34%;
  width: 0.5rem;
  height: 0.5rem;
  color: #fff;
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn.btn--contact-thanks::before {
    top: 50%;
    left: 37%;
  }
}

.btn.btn--contact-thanks:hover::before {
  left: 33%;
}
@media screen and (min-width: 768px) {
  .btn.btn--contact-thanks:hover::before {
    left: 36%;
  }
}

.btn.btn--sub-mv-404 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #011950;
  padding: 0.875rem 1.675rem 0.875rem 2.875rem;
  background-color: transparent;
  border: 1px solid #011950;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .btn.btn--sub-mv-404 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    padding: 0.875rem 1.675rem 0.875rem 2.875rem;
    border: 1px solid #fff;
  }
}

.btn.btn--sub-mv-404:hover {
  opacity: 1;
}

.btn.btn--sub-mv-404::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21%;
  width: 0.5rem;
  height: 0.5rem;
  color: #011950;
  border-top: 0.0625rem solid #011950;
  border-right: 0.0625rem solid #011950;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .btn.btn--sub-mv-404::before {
    top: 50%;
    left: 21%;
    color: #fff;
    border-top: 0.0625rem solid #fff;
    border-right: 0.0625rem solid #fff;
  }
}

.btn.btn--sub-mv-404:hover::before {
  left: 20%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn.btn--sub-mv-404:hover::before {
    left: 20%;
    opacity: 1;
  }
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 4.375rem;
  }
}

.header {
  height: 2.5rem;
  background-color: transparent;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    background-color: #fff;
  }
}

.header.is-scroll {
  background-color: rgba(98, 58, 20, 0.8);
}

.header__inner {
  height: inherit;
  display: flex;
  justify-content: space-between;
}

.header__logo {
  height: 141%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 130%;
  }
}
@media screen and (min-width: 1000px) {
  .header__logo {
    height: 150%;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.header__nav-items {
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.p-header__nav-item--contact {
  margin-left: 0.9375rem;
  display: flex;
  align-items: center;
}

.header__nav-item a {
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0 1.5625rem;
}

.header__nav-item:nth-of-type(2) a {
  margin-right: -0.125rem;
}

.header__nav-item:nth-of-type(5) a {
  margin-right: 1.5rem;
}

.header__nav-item a.is-scroll {
  color: #fff;
}

.header__nav-item.header__nav-item--contact a {
  padding: 1.75rem 2.5rem;
  position: relative;
  height: initial;
  color: #fff;
  background-color: #011950;
  margin-right: 0rem;
}

.header__nav-item--contact .fa-envelope:before {
  font-size: 22px;
  margin-right: 10px;
}

.header__hamburger {
  margin-top: 1.25rem;
  margin-right: 1.0625rem;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 1000;
  width: 2.5rem;
  height: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
    background-color: #011950;
    margin-right: 2.375rem;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger.is-open span {
  background-color: #fff;
}

.header__hamburger span {
  position: relative;
  left: 40%;
  transform: translateX(-50%);
  display: block;
  width: 1.625rem;
  height: 1px;
  background-color: #242424;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.375rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.375rem;
  width: 16px;
  left: 28%;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
  width: 26px;
  left: 40%;
}

.header__drawer {
  padding: 0 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer-logo {
  width: 30%;
}

.header__drawer-nav {
  width: 73.3%;
  max-width: 73.3%;
  margin: 5rem auto;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  padding: 0.75rem 0;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #011950;
  line-height: 1.3;
}

.header__drawer-icon-wrap {
  margin-top: 45px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.34em;
}

/*========= ナビゲーションのためのCSS ===============*/
/*アクティブになったエリア*/
.js-header-drawer.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*ナビゲーション*/
.header__drawer-items {
  opacity: 0;
  z-index: 999;
}

/*丸の拡大*/
.js-header-circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #011950;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  bottom: -50px;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.js-header-circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

.js-header-drawer.panelactive {
  display: block;
  color: #fff;
  /*クラスが付与されたら出現*/
}

/*背景が出現後にナビゲーションを表示*/
.js-header-drawer.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
.js-header-drawer.panelactive .header__drawer-item {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-header-drawer.panelactive .header__drawer-icon-wrap {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-header-drawer.panelactive .header__drawer-logo {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 30rem;
}
@media screen and (min-width: 768px) {
  .mv {
    min-height: 45rem;
  }
}

.mv__inner {
  display: flex;
  flex-direction: column;
  height: inherit;
  min-height: inherit;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    flex-direction: row;
  }
}

.mv__title-wrap {
  z-index: 2;
  color: #000;
  text-align: start;
  writing-mode: horizontal-tb;
}
@media screen and (min-width: 768px) {
  .mv__title-wrap {
    writing-mode: vertical-rl;
  }
}

.mv__main-title {
  font-size: 2.125rem;
  margin: 0.9375rem 0 0 1.25rem;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .mv__main-title {
    font-size: 3.75rem;
    margin: 12.5rem 3.9375rem 0 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
  }
}

.swiper-wrapper {
  width: 95%;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    width: 90.5%;
    padding: 0 5rem;
  }
}

.mv__swiper,
.mv__swiper .swiper-img,
.mv__swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}

.mv__swiper .swiper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 355/480;
}
@media screen and (min-width: 768px) {
  .mv__swiper .swiper-img img {
    aspect-ratio: 1280/780;
  }
}

.mv-description {
  width: 100%;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  background: white;
  white-space: nowrap;
  display: flex;
}
@media screen and (min-width: 768px) {
  .mv-description {
    height: 217px;
    line-height: 217px;
  }
}

.mv-description p {
  font-size: 3.125rem;
  font-weight: bold;
  color: #011950;
  -webkit-animation: animation-mv-description 20s linear infinite;
          animation: animation-mv-description 20s linear infinite;
  transform: translateX(100%);
  width: 150%;
}
@media screen and (min-width: 768px) {
  .mv-description p {
    font-size: 9.375rem;
  }
}

@-webkit-keyframes animation-mv-description {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animation-mv-description {
  100% {
    transform: translateX(-100%);
  }
}
.mv-description p:nth-of-type(2) {
  margin-left: 2.5%;
}

.about__inner {
  margin: auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 0;
    flex-direction: row;
  }
}

.about__item-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__item-img {
    width: 50%;
    margin: auto;
  }
}

.about__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/292;
}
@media screen and (min-width: 768px) {
  .about__item-img img {
    aspect-ratio: 550/480;
  }
}

.about__item-text {
  width: 100%;
  margin: 1.75rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .about__item-text {
    width: 44%;
    margin: 4.375rem 0 0 3.75rem;
  }
}

.about-item-text__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000;
}

.about-item-text__title::first-letter {
  text-transform: capitalize;
  /* 先頭文字だけ大文字化 */
}

.about-item-text__sentence {
  font-size: 0.875rem;
  color: #000;
  margin: 1.875rem 0 1.6875rem 0;
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  .about-item-text__sentence {
    font-size: 1rem;
    margin: 2.4375rem 0 1.75rem 0;
    line-height: 2.4;
  }
}

.about-item-text__btn {
  text-align: right;
}

.about-item-text__btn .btn {
  margin-right: -8px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .about-item-text__btn .btn {
    margin-right: -15px;
  }
}

.inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 3.125rem;
    max-width: 75rem;
  }
}

.service-list {
  display: grid;
  gap: 3.0625rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-list {
    gap: 1.125rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
  }
}

.service-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  justify-content: space-between;
}

.service-list__item-img {
  width: 100%;
}

.service-list__item-img img {
  width: 100%;
  aspect-ratio: 335/170;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service-list__item-img img {
    aspect-ratio: 355/170;
  }
}

.service-list__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service-list__item-title {
    font-size: 1rem;
  }
}

.service-list__item-text {
  font-size: 0.875rem;
  margin: 1.375rem 0.625rem 1.25rem 0;
  line-height: 2.29;
}
@media screen and (min-width: 768px) {
  .service-list__item-text {
    font-size: 1rem;
    margin: 1.375rem 1.25rem 1.25rem 0;
    line-height: 2.375;
  }
}

.service-list__item-img {
  position: relative;
}

.service-list__item-img-title {
  position: absolute;
  top: 29%;
  left: 8.5%;
  color: #fff;
}

.service-list__item-img-count {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.service-list__item-content {
  margin: 1.25rem 0.625rem 1.375rem 0;
}

.service-list__item-img-text {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.2;
}

.service-list__item-btn {
  text-align: right;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .service-list__item-btn {
    margin-right: 1.25rem;
  }
}

.service__inner {
  overflow: hidden;
}

.js-section-title-service {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media screen and (min-width: 768px) {
  .js-section-title-service {
    text-align: right;
    transform: translateX(200px);
  }
}

.section-title-service--scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
@media screen and (min-width: 768px) {
  .section-title-service--scroll {
    transform: translateX(0px);
  }
}

.works__list {
  background-color: #fff;
  padding: 1.875rem 1.25rem 2.375rem;
}
@media screen and (min-width: 768px) {
  .works__list {
    padding: 0 2.5rem 2.375rem;
  }
}

.works-list__item a {
  display: flex;
}

.works-list__item {
  padding: 0.1875rem 0 1.9375rem;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 768px) {
  .works-list__item {
    padding: 2.9375rem 0;
  }
}

.works-list__item:nth-of-type(2) {
  padding: 2rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .works-list__item:nth-of-type(2) {
    padding: 3.125rem 0 3.125rem;
  }
}

.works-list__item:nth-of-type(3) {
  padding: 2rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .works-list__item:nth-of-type(3) {
    padding: 3.125rem 0 2.875rem;
  }
}

.js-works-list-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.works-list__item-img {
  max-width: 9.0625rem;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .works-list__item-img {
    max-width: 18.125rem;
    width: 100%;
  }
}

.works-list__item-img img {
  width: 82%;
  aspect-ratio: 120/90;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .works-list__item-img img {
    width: 100%;
    aspect-ratio: 290/229;
  }
}

.works-list__item .works__link img {
  width: 82%;
  aspect-ratio: 120/90;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .works-list__item .works__link img {
    width: 100%;
    aspect-ratio: 290/229;
  }
}

.works-list__item .works__link .wp-post-image {
  width: 82%;
  aspect-ratio: 120/90;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .works-list__item .works__link .wp-post-image {
    width: 40%;
    aspect-ratio: 290/229;
  }
}

.works-list__item-content {
  margin-left: -0.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .works-list__item-content {
    margin-left: 3.125rem;
  }
}

.works-list__item-category {
  padding: 0.3125rem;
  min-width: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.625rem;
  line-height: 1;
  color: #626262;
  font-weight: 500;
  text-align: center;
  margin-left: -0.0625rem;
  letter-spacing: 0em;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .works-list__item-category {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
  }
}

.works-list__item:nth-of-type(3) .works-list__item-category {
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .works-list__item:nth-of-type(3) .works-list__item-category {
    margin-left: 0.625rem;
  }
}

.works-list__item-title-wrap {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .works-list__item-title-wrap {
    margin-top: 2rem;
  }
}

.works-list__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.97;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .works-list__item-title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.works-list__item-title {
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: inline;
}

/* 下線のスタイル */
.works-list__item a:hover .works-list__item-title {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
}

.works-list__item-sentence {
  display: none;
}
@media screen and (min-width: 768px) {
  .works-list__item-sentence {
    display: inline-block;
    font-size: 1rem;
    color: #626262;
    margin-top: 1.5rem;
    line-height: 2.4;
  }
}

.works-list__item-date {
  font-size: 0.625rem;
  color: #a9a9a9;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .works-list__item-date {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.works__btn {
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .works__btn {
    margin-top: 2rem;
  }
}

.works__list.works__list--sub-works-page {
  padding: 0 1.25rem 2.375rem;
}
@media screen and (min-width: 768px) {
  .works__list.works__list--sub-works-page {
    padding: 0;
  }
}

.works-list__item.works-list__item--sub-works-page {
  padding: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .works-list__item.works-list__item--sub-works-page {
    padding: 1.875rem 0;
  }
}

.works-list__item.works-list__item--sub-works-page:nth-of-type(1) {
  padding: 0 0 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .works-list__item.works-list__item--sub-works-page:nth-of-type(1) {
    padding: 0 0 1.875rem 0;
  }
}

.works-list__item.works-list__item--sub-works-page:nth-of-type(2) {
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .works-list__item.works-list__item--sub-works-page:nth-of-type(2) {
    padding: 1.875rem 0;
  }
}

.works-list__item.works-list__item--sub-works-page:nth-of-type(3) {
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .works-list__item.works-list__item--sub-works-page:nth-of-type(3) {
    padding: 1.875rem 0;
  }
}

.works-list__item-title.works-list__item-title--sub-works-page {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .works-list__item-title.works-list__item-title--sub-works-page {
    font-size: 1.125rem;
    margin-top: 1.875rem;
    line-height: 1.78;
  }
}

.works-list__item-img.works-list__item-img--sub-works-page {
  max-width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .works-list__item-img.works-list__item-img--sub-works-page {
    max-width: 10rem;
  }
}

.works-list__item-img.works-list__item-img--sub-works-page img {
  width: 100%;
  aspect-ratio: 130/100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .works-list__item-img.works-list__item-img--sub-works-page img {
    width: 100%;
    aspect-ratio: 160/160;
  }
}

.works-list__item--sub-works-page .wp-post-image {
  width: 100%;
  aspect-ratio: 130/100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .works-list__item--sub-works-page .wp-post-image {
    width: 100%;
    aspect-ratio: 160/160;
  }
}

.works-list__item-content.works-list__item-content--sub-works-page {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .works-list__item-content.works-list__item-content--sub-works-page {
    margin-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .works-list__item-date.works-list__item-date--sub-works-page {
    margin-top: auto;
  }
}

.works {
  background-color: #f8f8f8;
}

.works__inner {
  padding-bottom: 1.875rem;
}

.js-section-title-works {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-200px);
  transition: opacity 1s, visibility 1s, transform 1s;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .js-section-title-works {
    margin-bottom: 2.75rem;
  }
}

.section-title-works--scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.news-column-right-news-list__item + .news-column-right-news-list__item {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item + .news-column-right-news-list__item {
    margin-top: 1.875rem;
  }
}

.news-column-right-news-list__item {
  border-bottom: 1px solid #e2e2e2;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item {
    padding: 0.1875rem 1.5625rem 1.75rem 0.0625rem;
  }
}

.news-column-right-news-list__item:nth-of-type(1) {
  border-top: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item:nth-of-type(1) {
    border-top: none;
  }
}

.js-news-column-right-news-list-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.news-column-right-news-list__item a {
  display: flex;
}

.news-column-right-news-list__item-img {
  max-width: 8.125rem;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-img {
    max-width: 12.5rem;
  }
}

.news-column-right-news-list__item-img img {
  width: 100%;
  aspect-ratio: 195/160;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-column-right-news-list__item-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.625rem;
}

.news-column-right-news-list__item-date {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #a9a9a9;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-date {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    margin-left: 0.125rem;
  }
}

.news-column-right-news-list__item-category {
  margin-left: 1.25rem;
  padding: 0.3125rem;
  min-width: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: -0.1em;
  color: #626262;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-category {
    margin-left: 2.125rem;
    letter-spacing: 0em;
  }
}

.news--sub-new-page .news-column-right-news-list__item-category {
  background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-category:nth-of-type(2) {
    margin-left: 2.5625rem;
  }
}

.news-column-right-news-list__item-title {
  margin-top: 1.51875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-title {
    font-size: 1rem;
    margin-top: 1.85rem;
    line-height: 1.07;
  }
}

.news-column-right-news-list__item-title {
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: inline;
}

.news-column-right-news-list__item-title-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-title-pc {
    display: inline;
    margin-top: 0rem;
  }
}

.news-column-right-news-list__item-title-sp {
  display: inline;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .news-column-right-news-list__item-title-sp {
    display: none;
  }
}

/* 下線のスタイル */
.news-column-right-news-list__item a:hover .news-column-right-news-list__item-title {
  background-size: 100% 1px;
}

.news__btn-wrap {
  text-align: right;
  margin-top: 2.1875rem;
  margin-right: 1.375rem;
}
@media screen and (min-width: 768px) {
  .news__btn-wrap {
    margin-top: 1.875rem;
    margin-right: 0rem;
  }
}

.news__btn-wrap .btn {
  background-color: transparent;
}

.news {
  background-color: #f8f8f8;
}

.news--sub-new-page {
  background-color: #fff;
}

.news__inner {
  margin: auto;
  max-width: 40.625rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    max-width: 75rem;
    flex-direction: row;
    padding-top: 0rem;
  }
}

.news__inner--sub-newspage {
  padding-top: 0.625rem;
}

.news-column-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-column-left {
    width: 23.6%;
  }
}

.news-column-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-column-right {
    width: 76.6%;
  }
}

.news-column-left__nav-list {
  margin: 2.125rem 0 1.875rem 2.0625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-column-left__nav-list {
    display: flex;
    flex-direction: column;
    margin: 2.125rem 0 0 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }
}

.news-column-left__news-list--sub-news-page {
  margin: -0.5625rem 0 1.875rem 2rem;
}
@media screen and (min-width: 768px) {
  .news-column-left__news-list--sub-news-page {
    margin: -0.625rem 0 0 1rem;
  }
}

.news-column-left-nav-list__item {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4375rem 0;
  color: #a9a9a9;
  font-size: 0.75rem;
  letter-spacing: 0em;
  margin-right: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .news-column-left-nav-list__item {
    font-size: 0.875rem;
    letter-spacing: 0em;
    padding: 0.625rem 0;
    margin-right: 0;
  }
}

.news-column-left-nav-list__item.is-active {
  color: #000;
  position: relative;
  letter-spacing: 0em;
}
.news-column-left-nav-list__item.is-active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #001E63;
  position: absolute;
  left: -0.8rem;
  top: 0.8rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .news-column-left-nav-list__item.is-active::before {
    left: -1rem;
    top: 1.05rem;
  }
}
@media screen and (min-width: 768px) {
  .news-column-left-nav-list__item.is-active {
    letter-spacing: 0em;
  }
}

.news__column-right {
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .news__column-right {
    border-left: 1px solid #e2e2e2;
    padding-left: 3.9375rem;
  }
}

.contact {
  position: relative;
  background-color: #011950;
}

.contact::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact::before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 56.94%;
    height: 100%;
    background-image: url(../images/contact.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.contact__inner {
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 3.125rem;
    max-width: 75rem;
  }
}

.contact__item-content {
  width: 17.1875rem;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .contact__item-content {
    margin-left: auto;
    margin-right: 0;
  }
}

.contact__item-img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__item-img {
    display: none;
  }
}

.contact__item-img img {
  width: 100%;
  aspect-ratio: 375/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__item-text {
    font-size: 1.125rem;
    line-height: 1.65;
  }
}

.contact__btn-wrap {
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__btn-wrap {
    margin-top: 1.6875rem;
    margin-right: 2.375rem;
  }
}

.contact__btn-wrap:nth-of-type(2) {
  margin-top: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__btn-wrap:nth-of-type(2) {
    margin-top: 1.1875rem;
    margin-right: 2rem;
  }
}

.contact__btn {
  padding: 1.25rem 0;
  display: inline-block;
  max-width: 14.0625rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border-radius: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    padding: 1.25rem 0;
    max-width: 14.75rem;
    font-size: 1.375rem;
  }
}

.contact__item-time {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.375rem;
  margin-right: 0rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__item-time {
    font-size: 0.875rem;
    margin-top: 1.0625rem;
    margin-right: 0.875rem;
  }
}

.btn--inversion .fa-envelope {
  margin-right: 16px;
}

.btn--inversion .fa-phone {
  margin-right: 16px;
}

.footer {
  padding: 3.5rem 1.25rem;
  background-color: #001135;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.75rem 0 2.5rem;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer__right {
    max-width: 34.375rem;
    width: 100%;
  }
}

.footer-wrap-right {
  margin-right: 0rem;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-wrap-right {
    margin-right: -2.5rem;
  }
}

.footer-wrap-right__nav-list {
  display: grid;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .footer-wrap-right__nav-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
}

.footer-wrap-right__nav-list a {
  padding: 0.875rem 0.625rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 0.85;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer-wrap-right__nav-list a {
    font-size: 1rem;
    padding: 0.9375rem 0.625rem;
    line-height: 0.6;
  }
}

.footer-wrap-left__upper {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-wrap-left__upper {
    flex-direction: row;
    margin-top: 1.5rem;
    margin-left: 0rem;
  }
}

.footer-wrap-left__sns-list {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.375rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .footer-wrap-left__sns-list {
    margin-top: 0rem;
    margin-left: 2.8125rem;
  }
}

.footer-wrap-left__sns-icon {
  display: block;
  max-width: 1.875rem;
  width: 100%;
  color: #fff;
}

.footer-wrap-left__sns-icon + .footer-wrap-left__sns-icon {
  margin-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .footer-wrap-left__sns-icon + .footer-wrap-left__sns-icon {
    margin-left: 1.3125rem;
  }
}

.footer-wrap-left__sns-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__wrap-left {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap-left {
    margin-top: 0;
  }
}

.footer-wrap-left__logo {
  max-width: 7.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-wrap-left__logo {
    max-width: 16.25rem;
  }
}

.footer-wrap-left__logo a {
  padding: 0.625rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-wrap-left__logo a {
    padding: 0.9375rem 0;
  }
}

.footer-wrap-left__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-left__copyright {
  margin-top: 3rem;
  margin-left: 0.625rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-left__copyright {
    margin-top: 0.5rem;
    margin-left: 0rem;
    text-align: left;
    letter-spacing: 0em;
  }
}

.footer__copyright span {
  text-transform: uppercase;
}

.footer--sub-404 {
  padding: 3.5rem 1.25rem;
  background-color: #001135;
}
@media screen and (min-width: 768px) {
  .footer--sub-404 {
    padding: 3.5rem 1.25rem;
  }
}

.sub-mv {
  height: 17.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sub-mv {
    height: 32.125rem;
  }
}

.sub-mv__inner {
  margin: auto;
  padding: 0 0.75rem;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-mv__inner {
    padding: 0 3.125rem;
    max-width: 75rem;
  }
}

.sub-mv__wrap {
  position: relative;
}

.sub-mv__title-wrap {
  padding: 1.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 11.875rem;
  height: 8.125rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .sub-mv__title-wrap {
    width: 31.25rem;
    height: 14rem;
    padding: 0.875rem 0 0 3rem;
  }
}

.sub-mv__title-wrap {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  z-index: 5;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.sub-mv__title {
  font-family: "Oswald", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sub-mv__title {
    font-size: 6.25rem;
  }
}

.sub-mv__text {
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .sub-mv__text {
    font-size: 1.25rem;
    margin-top: -1.125rem;
  }
}

.sub-mv__image-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-left: auto;
}

.sub-mv__image-wrap {
  -webkit-animation-name: fadeBottomAnime;
          animation-name: fadeBottomAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeBottomAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeBottomAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sub-mv__image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 365/280;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .sub-mv__image-wrap img {
    aspect-ratio: 1270/514;
  }
}

.sub-mv__breadcrumb {
  text-align: right;
}

.sub-description__inner {
  padding: 0 1.25rem;
  margin: auto;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-description__inner {
    padding: 0;
    max-width: 52.5rem;
  }
}

.sub-description__nav-list {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sub-description__nav-list {
    font-size: 1rem;
    margin-right: 1.25rem;
  }
}

.sub-description__nav-item a {
  align-items: center;
  line-height: 1;
  color: #011950;
  transition: 0.3s;
  letter-spacing: 0.03em;
  margin: 0 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-description__nav-item a {
    margin: 0 4.25rem;
  }
}

.sub-description__nav-item--sub-service a {
  margin: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-description__nav-item--sub-service a {
    margin: 0 4.25rem;
  }
}

.sub-description__nav-item a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #011950;
  border-right: solid 2px #011950;
  position: absolute;
  right: -25%;
  top: 25%;
  transform: rotate(135deg);
}

.sub-description__title {
  font-weight: 500;
  color: #000;
  line-height: 2;
  margin-top: 3.625rem;
  color: #000;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sub-description__title {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 6.25rem;
  }
}

.sub-description__text {
  color: #000;
  margin-top: 1.875rem;
  width: 100%;
  line-height: 2.3;
  font-size: 0.875rem;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 768px) {
  .sub-description__text {
    font-size: 1rem;
    margin-top: 2.625rem;
  }
}

.sub-description__text--sub-service {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .sub-description__text--sub-service {
    margin-top: 2.625rem;
  }
}

.sub-about-philosophy__inner {
  padding: 0;
  margin: auto;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}

.sub-about-philosophy__text-wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 3.75rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__text-wrap {
    width: 67%;
    padding: 4.375rem 1.875rem 4.625rem;
  }
}

.sub-about-philosophy__image-wrap {
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__image-wrap {
    width: 33%;
  }
}

.sub-about-philosophy__image {
  width: 100%;
  aspect-ratio: 335/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__image {
    aspect-ratio: 1/2;
  }
}

.sub-about-philosophy__title-small {
  font-size: 0.75rem;
  font-weight: 700;
  color: #001E63;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__title-small {
    font-size: 1rem;
  }
}

.sub-about-philosophy__title {
  font-family: "Oswald", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__title {
    font-size: 2.5rem;
    margin-bottom: 3.875rem;
  }
}

.sub-about-philosophy__title::after {
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  background: #000;
  margin-left: 1.875rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__title::after {
    height: 3.75rem;
    margin-left: 3.0625rem;
    margin-top: -0.5rem;
  }
}

.sub-about-philosophy__text {
  text-align: left;
  line-height: 2.3;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__text {
    font-size: 1rem;
    line-height: 2.35;
    margin-top: 0rem;
    margin-bottom: 2.375rem;
  }
}

.sub-about-philosophy__name {
  text-align: right;
  letter-spacing: 0em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .sub-about-philosophy__name {
    font-size: 1rem;
    padding-right: 0.5625rem;
  }
}

.sub-about-access__inner {
  padding: 0 1.25rem;
  margin: auto;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-about-access__inner {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}

.sub-about-access__title-small {
  font-size: 0.75rem;
  font-weight: 700;
  color: #001E63;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-about-access__title-small {
    font-size: 1rem;
  }
}

.sub-about-access__title {
  font-family: "Oswald", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sub-about-access__title {
    font-size: 2.5rem;
    margin-bottom: 0.375rem;
  }
}

.sub-about-access__title::after {
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  background: #000;
  margin-left: 1.875rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .sub-about-access__title::after {
    height: 3.75rem;
    margin-left: 3.0625rem;
    margin-top: -0.5rem;
  }
}

.sub-about-access__address {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-about-access__address {
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 0rem;
  }
}

.sub-about-access__address-text {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sub-about-access__address-text {
    margin-left: 1rem;
  }
}

.sub-about-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sub-about-access__map {
    padding-top: 40.2%;
  }
}

.sub-about-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-about-company__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-about-company__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.sub-about-company {
  background-color: #f8f8f8;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company {
    padding-bottom: 7.5rem;
  }
}

.sub-about-company__profile {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company__profile {
    margin-top: 0rem;
  }
}

.sub-about-company__text-wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 3.6875rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .sub-about-company__text-wrap {
    padding: 4.125rem 0 0 1.5625rem;
  }
}

.sub-about-company__title-small {
  font-size: 0.75rem;
  font-weight: 700;
  color: #001E63;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-about-company__title-small {
    font-size: 1rem;
  }
}

.sub-about-company__title {
  font-family: "Oswald", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sub-about-company__title {
    font-size: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.sub-about-company__title::after {
  content: "";
  width: 0.1875rem;
  height: 2.5rem;
  background: #000;
  margin-left: 1.875rem;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .sub-about-company__title::after {
    height: 3.75rem;
    margin-left: 2.625rem;
    margin-top: -0.625rem;
  }
}

.sub-about-company-profile__list {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0em;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__list {
    display: flex;
    padding: 2.5rem 0 2.5rem 1.5625rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-about-company-profile__list:nth-of-type(1) {
    padding: 0 0 2.5rem 1.5625rem;
  }
}

.sub-about-company-profile__list:nth-of-type(5) {
  line-height: 1.43;
  padding: 0 0 0.625rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__list:nth-of-type(5) {
    line-height: 2.7;
    padding: 1.875rem 0 1.875rem 1.5625rem;
    margin-top: 0rem;
  }
}

.sub-about-company-profile__list + .sub-about-company__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__list + .sub-about-company__list {
    margin-top: 1.5625rem;
  }
}

.sub-about-company-profile__term {
  max-width: 7.5rem;
  width: 100%;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__term {
    max-width: 8.75rem;
  }
}

.sub-about-company-profile__description {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__description {
    margin-top: 0rem;
    margin-left: 1.875rem;
  }
}

.sub-about-company-profile__description p {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__description p {
    margin-bottom: 0rem;
  }
}

.sub-about-company-profile__description-text {
  margin-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .sub-about-company-profile__description-text {
    margin-left: 1rem;
  }
}

.service-swiper .service-swiper-wrapper {
  transition-timing-function: linear;
  height: 100%;
}

.sub-about-service__swiper-slide {
  width: 33%;
  height: auto;
  margin-left: -0.25rem;
}
@media screen and (min-width: 768px) {
  .sub-about-service__swiper-slide {
    margin-left: 0.625rem;
  }
}

.sub-about-service__swiper-slide img {
  width: 95%;
  aspect-ratio: 180/150;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sub-about-service__swiper-slide img {
    width: 100%;
    aspect-ratio: 480/400;
  }
}

.breadcrumb__inner {
  margin-left: auto;
  padding: 0 0.625rem;
  max-width: 40rem;
  width: 100%;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    padding: 0 1.375rem;
    max-width: 75rem;
    margin-top: 0.9375rem;
  }
}

.breadcrumb span {
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #a9a9a9;
}
@media screen and (min-width: 768px) {
  .breadcrumb span {
    font-size: 0.9375rem;
  }
}

.breadcrumb .top-page {
  margin-right: 2.5rem;
}

.breadcrumb .current-item {
  color: #242424;
  position: relative;
}

.pagenavi__inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagenavi__inner {
    padding: 0 2.125rem;
    max-width: 75rem;
  }
}

.pagenavi .wp-pagenavi {
  clear: both;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi {
    text-align: left;
  }
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 0.59375rem 1.03125rem;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #F4F7F8;
  background-color: #F4F7F8;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
    margin: 0 0.125rem;
  }
}

.pagenavi .wp-pagenavi a.page:hover {
  color: #fff;
  background-color: #001E63;
  border-color: #001E63;
  opacity: 1;
}

.pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #001E63;
  border-color: #001E63;
}

.wp-pagenavi a.previouspostslink {
  background-color: #fff;
  border: none;
  padding: 0.625rem;
  font-weight: 900;
  font-size: large;
}

.wp-pagenavi a.nextpostslink {
  background-color: #fff;
  border: none;
  padding: 0.625rem;
  font-weight: 900;
  font-size: large;
}

.sub-service-description__nav-list {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sub-service-description__nav-list {
    font-size: 1rem;
    margin-right: 1.25rem;
  }
}

.sub-service-description__nav-item a {
  align-items: center;
  line-height: 1;
  color: #011950;
  transition: 0.3s;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-service-description__nav-item a {
    margin: 0 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-service-description__nav-item:nth-of-type(2) a {
    margin: 0 5rem;
  }
}

.sub-service-description__nav-item:nth-of-type(3) a {
  margin: 0 2.5rem 0 1.71875rem;
}
@media screen and (min-width: 768px) {
  .sub-service-description__nav-item:nth-of-type(3) a {
    margin: 0 3.75rem;
  }
}

.sub-service-description__nav-item a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #5070e3;
  border-right: solid 2px #5070e3;
  position: absolute;
  right: -25%;
  top: 25%;
  transform: rotate(135deg);
}

.sub-service-description__title {
  font-weight: 500;
  color: #000;
  line-height: 2;
  margin-top: 2.625rem;
  color: #000;
  padding-left: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .sub-service-description__title {
    font-size: 2.5rem;
    line-height: 1.5;
    padding-left: 8.1875rem;
    margin-top: 6.25rem;
  }
}

.sub-service-description__text {
  color: #000;
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
  width: 100%;
  padding-left: 0;
  line-height: 2.3;
  font-size: 0.875rem;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 768px) {
  .sub-service-description__text {
    font-size: 1rem;
    padding-left: 8.125rem;
    margin-top: 2.625rem;
  }
}

.sub-service-service__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service__inner {
    padding: 0 3.125rem;
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-service-service__item:nth-of-type(3) {
    margin-bottom: 7.25rem;
  }
}

.sub-service-service__wrap-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .sub-service-service__wrap-top {
    flex-direction: row;
    margin-top: 7.5rem;
  }
}

.sub-service-service-wrap-top__text-wrap {
  width: 100%;
  background-color: #f8f8f8;
  padding: 3.75rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__text-wrap {
    width: 47%;
    padding: 7rem 6.875rem 3.125rem 3.125rem;
  }
}

.sub-service-service-wrap-top__image-wrap {
  width: 89%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__image-wrap {
    width: 54%;
  }
}

.sub-service-service-wrap-top__image-wrap img {
  width: 100%;
  aspect-ratio: 335/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__image-wrap img {
    aspect-ratio: 640/500;
  }
}

.sub-service-service-wrap-top__title-no {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #001E63;
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__title-no {
    font-size: 2.5rem;
  }
}

.sub-service-service-wrap-top__title-no {
  position: relative;
  display: inline-block;
}

.sub-service-service-wrap-top__title-no::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 35px;
  background-color: #000;
  position: absolute;
  top: 8px;
  right: -12px;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__title-no::after {
    top: 14px;
    right: -17px;
  }
}

.sub-service-service-wrap-top__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__title {
    font-size: 1.75rem;
  }
}

.sub-service-service-wrap-top__text {
  text-align: left;
  line-height: 2.3;
  margin-top: 1.25rem;
  margin-bottom: -0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-top__text {
    font-size: 1.375rem;
    line-height: 2;
    margin-top: 1.25rem;
    margin-bottom: 2.375rem;
  }
}

.sub-service-service__item {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service__item {
    margin-bottom: 0;
  }
}

.sub-service-service__item:nth-of-type(3) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service__item:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.sub-service-service-wrap-down__title {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-top: 1.375rem;
  margin-left: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-down__title {
    font-size: 1.375rem;
    margin-top: 1.875rem;
    margin-left: 3.125rem;
  }
}

.sub-service-service-wrap-down__title-small {
  font-family: "Oswald", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #626262;
  text-align: left;
  margin-left: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-down__title-small {
    font-size: 0.75rem;
    margin-left: 1rem;
  }
}

.sub-service-service-wrap-down__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 1.125rem 1.25rem 1.125rem 1.25rem;
  line-height: 2.27;
}
@media screen and (min-width: 768px) {
  .sub-service-service-wrap-down__text {
    font-size: 1rem;
    line-height: 2.4;
    margin: 1.25rem 3.125rem 0 3.125rem;
  }
}

.archive-blog__inner {
  margin: auto;
  padding: 0 0.9375rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-blog__inner {
    padding: 0 1.6875rem;
    max-width: 78.125rem;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__list {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__item {
    width: 50%;
  }
}

.archive-blog__link {
  padding: 1.5rem 0;
  display: flex;
  border-bottom: 1px solid rgba(35, 79, 94, 0.2);
}
@media screen and (min-width: 768px) {
  .archive-blog__link {
    padding: 2.5rem;
    height: 100%;
    justify-content: flex-end;
    flex-direction: column-reverse;
    border: 1px solid rgba(35, 79, 94, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__item + .archive-blog__item .archive-blog__link {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__item:nth-of-type(2n+1) .archive-blog__link {
    border-left: 1px solid rgba(35, 79, 94, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__item:nth-of-type(n+3) .archive-blog__link {
    border-top: none;
  }
}

.archive-blog__content {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .archive-blog__content {
    margin-top: 1rem;
    flex-grow: initial;
  }
}

.archive-blog__meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .archive-blog__meta {
    justify-content: space-between;
  }
}

.archive-blog__date {
  font-size: 0.875rem;
  line-height: 1;
}

.archive-blog__category {
  margin-left: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #73B2C8;
}

.archive-blog__title {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.archive-blog__img {
  margin-left: 1.25rem;
  max-width: 6.25rem;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .archive-blog__img {
    margin-left: 0;
    max-width: initial;
  }
}

.archive-blog__img img {
  width: 100%;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-blog__sidebar {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__sidebar {
    margin-top: 0;
    margin-left: 7.375rem;
    padding: 0 0.3125rem;
    width: 26.4%;
  }
}

.archive-blog__sidebar-item {
  position: relative;
  border-top: 1px solid rgba(35, 79, 94, 0.2);
}

.archive-blog__sidebar-item + .archive-blog__sidebar-item {
  margin-top: 2.5rem;
}

.archive-blog__sidebar-item::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: #73B2C8;
}

.archive-blog__sidebar-title {
  padding: 0.9375rem 0 0.9375rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid rgba(35, 79, 94, 0.2);
  background-color: #001135;
}

.archive-blog__ranking-link {
  padding: 1.125rem 0;
  display: flex;
  border-bottom: 1px solid rgba(35, 79, 94, 0.2);
}

.archive-blog__ranking-title {
  flex-grow: 1;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.33;
}
@media screen and (min-width: 768px) {
  .archive-blog__ranking-title {
    line-height: 2;
  }
}

.archive-blog__ranking-img-wrap {
  margin-left: 1rem;
  position: relative;
  max-width: 6.25rem;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.archive-blog__ranking-img {
  width: 100%;
}

.archive-blog__ranking-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.archive-blog__ranking-text-wrap {
  width: 53%;
  margin-left: 1.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .archive-blog__ranking-text-wrap {
    width: 50%;
  }
}

.archive-blog__ranking-number {
  position: absolute;
  top: -0.9375rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
}

.archive-blog__ranking-item:nth-of-type(1) .archive-blog__ranking-number {
  background-color: #52BCDE;
}

.archive-blog__ranking-item:nth-of-type(2) .archive-blog__ranking-number {
  background-color: #73B2A0;
}

.archive-blog__ranking-item:nth-of-type(3) .archive-blog__ranking-number {
  background-color: #A4B4B9;
}

.archive-blog__ranking-item:nth-of-type(4) .archive-blog__ranking-number {
  background-color: #5C7279;
}

.archive-blog__ranking-item-date {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #a9a9a9;
}
@media screen and (min-width: 768px) {
  .archive-blog__ranking-item-date {
    font-size: 0.625rem;
    letter-spacing: 0.02em;
    margin-left: 0.125rem;
  }
}

.archive-blog__category-link {
  padding: 1.1875rem 0 1.1875rem 1.125rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #F0ECF4;
}

.archive-blog__category-list li a {
  padding: 1.1875rem 0 1.1875rem 1.125rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #F0ECF4;
}

.archive-blog__tag-list {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.archive-blog__tag-link {
  font-size: 0.75rem;
  line-height: 1;
}

.single-blog__inner {
  margin: auto;
  width: 100%;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .single-blog__inner {
    padding: 0 1rem;
  }
}

.single-blog__meta {
  display: flex;
  align-items: center;
}

.single-blog__meta-item-date {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #a9a9a9;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .single-blog__meta-item-date {
    margin-top: 1.25rem;
  }
}

.single-blog__meta-item-category {
  margin-left: 0.375rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  color: #fff;
  background-color: #f8f8f8;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #626262;
}
@media screen and (min-width: 768px) {
  .single-blog__meta-item-category {
    margin-left: 1.5rem;
  }
}

.single-blog__title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .single-blog__title {
    line-height: 1.92;
    margin-top: 1.25rem;
    font-size: 1.625rem;
  }
}

.single-blog__mv {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-blog__mv {
    margin-top: 2.5rem;
  }
}

.single-blog__content {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content {
    margin-top: 2.5rem;
  }
}
.single-blog__content h2 {
  padding: 0.5rem 0 0.5rem 0.5625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: 0.1875rem solid #001E63;
  background-color: #f8f9f9;
}
@media screen and (min-width: 768px) {
  .single-blog__content h2 {
    font-size: 1.375rem;
    padding: 0.5rem 0 0.5rem 1.125rem;
  }
}
.single-blog__content h3 {
  margin-top: 1.8rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid rgba(35, 79, 94, 0.2);
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-blog__content h3 {
    margin-top: 3.875rem;
    padding: 0.5rem 0 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
}
.single-blog__content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0rem;
  width: 7.8125rem;
  height: 1px;
  background-color: #001E63;
}
@media screen and (min-width: 768px) {
  .single-blog__content h3::before {
    width: 17.71875rem;
  }
}
.single-blog__content h4 {
  margin-top: 3rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #F3F5F5;
}
@media screen and (min-width: 768px) {
  .single-blog__content h4 {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
.single-blog__content h5 {
  margin-top: 2.5rem;
  padding: 0.25rem 0 0.25rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-left: 0.25rem solid #73B2C8;
}
@media screen and (min-width: 768px) {
  .single-blog__content h5 {
    margin-top: 3rem;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 1.125rem;
  }
}
.single-blog__content h6 {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog__content h6 {
    margin-top: 2.375rem;
    font-size: 1rem;
  }
}
.single-blog__content p {
  margin-top: 2.3rem;
  font-size: 0.875rem;
  line-height: 2.29;
}
@media screen and (min-width: 768px) {
  .single-blog__content p {
    font-size: 1rem;
    margin-top: 2.2rem;
    line-height: 2;
  }
}
.single-blog__content p a {
  color: #73B2C8;
  -webkit-text-decoration: underline #73B2C8;
          text-decoration: underline #73B2C8;
}
.single-blog__content p a[target=_blank]::after {
  content: "";
  margin-right: 0.625rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.3125rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(./../images/common/link.svg);
  background-size: contain;
}
.single-blog__content ul {
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content ul {
    margin-top: 4.375rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #a9a9a9;
  }
}
.single-blog__content ul li {
  padding-left: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -1.125rem;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .single-blog__content ul li {
    font-size: 1rem;
    padding-left: 1.375rem;
  }
}
.single-blog__content ul li::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  background-color: #001E63;
  border-radius: 50%;
}
.single-blog__content ol {
  margin-top: 2rem;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .single-blog__content ol {
    margin-top: 2.375rem;
  }
}
.single-blog__content ol li {
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}
.single-blog__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.625rem;
  display: inline-block;
  line-height: 1;
  color: #242424;
}
.single-blog__content figure {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-blog__content figure {
    margin-top: 3rem;
  }
}
.single-blog__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .single-blog__btn-wrap {
    margin-top: 2.5rem;
    padding: 0 0.3125rem;
  }
}

.single-blog__mv img {
  width: 100%;
  aspect-ratio: 315/176;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .single-blog__mv img {
    aspect-ratio: 718.47/380;
  }
}

.works-single-blog__inner {
  margin: auto;
  padding: 0 1.875rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-single-blog__inner {
    padding: 0 1.5625rem;
    max-width: 55.625rem;
  }
}

.works-single-blog__meta {
  display: flex;
  align-items: center;
}

.works-single-blog__meta-item-date {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #a9a9a9;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .works-single-blog__meta-item-date {
    font-size: 0.625rem;
    margin-top: 1.25rem;
  }
}

.works-single-blog__meta-item-category {
  padding: 0.25rem 1rem;
  line-height: 1;
  background-color: #f8f8f8;
  font-size: 0.625rem;
  font-weight: 500;
  color: #626262;
}
@media screen and (min-width: 768px) {
  .works-single-blog__meta-item-category {
    font-size: 0.6875rem;
    padding: 0.5rem 1.125rem;
  }
}

.works-single-blog__title {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .works-single-blog__title {
    line-height: 1.67;
    font-size: 1.625rem;
  }
}

.works-single-blog__mv {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-single-blog__mv {
    margin-top: 2.5rem;
  }
}

.works-single-blog__mv img {
  width: 100%;
  aspect-ratio: 315/176;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .works-single-blog__mv img {
    aspect-ratio: 840/471;
  }
}

.works-single-blog__content {
  margin-top: 2.75rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content {
    margin-top: 2.3125rem;
    padding: 0 5rem;
  }
}
.works-single-blog__content h2 {
  padding: 0.5rem 0 0.5rem 0.5625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: 0.1875rem solid #001E63;
  background-color: #f8f9f9;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h2 {
    font-size: 1.375rem;
    padding: 0.5rem 0 0.5rem 1.125rem;
  }
}
.works-single-blog__content h3 {
  margin-top: 1.8rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid rgba(35, 79, 94, 0.2);
  position: relative;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h3 {
    margin-top: 3.875rem;
    padding: 0.5rem 0 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
}
.works-single-blog__content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0rem;
  width: 7.8125rem;
  height: 1px;
  background-color: #001E63;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h3::before {
    width: 17.71875rem;
  }
}
.works-single-blog__content h4 {
  margin-top: 3rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #F3F5F5;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h4 {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
.works-single-blog__content h5 {
  margin-top: 2.5rem;
  padding: 0.25rem 0 0.25rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-left: 0.25rem solid #73B2C8;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h5 {
    margin-top: 3rem;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 1.125rem;
  }
}
.works-single-blog__content h6 {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content h6 {
    margin-top: 2.375rem;
    font-size: 1rem;
  }
}
.works-single-blog__content p {
  font-size: 0.875rem;
  line-height: 2.29;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content p {
    font-size: 1rem;
    line-height: 2;
    margin-top: 2.375rem;
  }
}
.works-single-blog__content p a {
  color: #73B2C8;
  -webkit-text-decoration: underline #73B2C8;
          text-decoration: underline #73B2C8;
}
.works-single-blog__content p a[target=_blank]::after {
  content: "";
  margin-right: 0.625rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.3125rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(./../images/common/link.svg);
  background-size: contain;
}
.works-single-blog__content ul {
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content ul {
    margin-top: 4.375rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #a9a9a9;
  }
}
.works-single-blog__content ul li {
  padding-left: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-indent: -1.125rem;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content ul li {
    font-size: 1rem;
    padding-left: 1.375rem;
  }
}
.works-single-blog__content ul li::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  background-color: #001E63;
  border-radius: 50%;
}
.works-single-blog__content ol {
  margin-top: 2rem;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content ol {
    margin-top: 2.375rem;
  }
}
.works-single-blog__content ol li {
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}
.works-single-blog__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.625rem;
  display: inline-block;
  line-height: 1;
  color: #242424;
}
.works-single-blog__content figure {
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-single-blog__content figure {
    margin-top: 3rem;
  }
}
.works-single-blog__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-single-blog__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.4375rem;
  margin-bottom: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .works-single-blog__btn-wrap {
    margin-top: 3.625rem;
    margin-bottom: 7.5rem;
    padding: 0 0.3125rem;
  }
}

.contact-form__inner {
  margin: auto;
  padding: 0 1.125rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    padding: 0 1.5625rem;
    max-width: 43.125rem;
  }
}

.contact-form__text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__text-wrap {
    font-size: 1rem;
    margin: 0 auto 6.25rem;
    max-width: 50rem;
    width: 100%;
    line-height: 2.375;
  }
}

.contact-form__form {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .contact-form__form {
    margin: 6.5rem auto 0;
    max-width: 50rem;
    width: 100%;
  }
}

.contact-form__form-wrap + .contact-form__form-wrap {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__form-wrap + .contact-form__form-wrap {
    margin-top: 2.75rem;
  }
}

.contact-form__form-label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}

.contact-form__form-label span {
  margin-left: 0.1875rem;
  display: inline-block;
  color: #FF3F02;
}

.contact-form__label span {
  margin-left: 0.1875rem;
  display: inline-block;
  color: #FF3F02;
}

.contact-form__form-label span.contact-form__form-label-text {
  margin-top: 1rem;
  display: inline-block;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  .contact-form__form-label span.contact-form__form-label-text {
    margin-left: 0.625rem;
    margin-top: 0rem;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}

.contact-form__form-input {
  margin-top: 0.875rem;
}

.contact-form__form-input input {
  padding: 0.625rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.375rem;
  border: 0.0625rem solid #E0E0E0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.contact-form__form-input input:focus {
  outline: none;
}

.contact-form__form-input input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-form__form-input input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-form__form-radio {
  margin-top: 0.625rem;
}

.contact-form__form-radio label:not(:first-of-type) {
  margin-left: 0.9375rem;
}

.contact-form__form-radio input {
  display: none;
}

.contact-form__form-radio input + span {
  padding: 0 0 0 1.5625rem;
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}

.contact-form__form-radio input + span::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #808080;
  border-radius: 50%;
}

.contact-form__form-radio input + span::after {
  content: "";
  padding: 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #333;
  opacity: 0;
  transition: 0.3s;
}

.contact-form__form-radio input:checked + span::after {
  opacity: 1;
}

.contact-form__form-textarea {
  margin-top: 0.625rem;
}

.contact-form__form-textarea textarea {
  padding: 0.625rem;
  width: 100%;
  height: 10rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #E0E0E0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  resize: none;
}
@media screen and (min-width: 768px) {
  .contact-form__form-textarea textarea {
    height: 10.3125rem;
  }
}

.contact-form__form-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}

.contact-form__form-textarea textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-form__form-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact-form__form-privacy {
  margin-top: 1.5rem;
  margin-left: 0.8125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-form__form-privacy {
    margin-top: 2.125rem;
    margin-left: 0rem;
  }
}

.contact-form__form-privacy input {
  display: none;
}

.contact-form__form-privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form__form-privacy input + span::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  background: #fff;
  border: 1px solid #808080;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.contact-form__form-privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 0.4375rem;
  left: 0.125rem;
  transform: rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #333;
  border-left: 0.1875rem solid #333;
  transition: 0.3s;
  opacity: 0;
}

.contact-form__form-privacy input + span a {
  text-decoration: none;
}

.contact-form__form-privacy input:checked + span::after {
  opacity: 1;
}

.contact-form__form-submit {
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-form__form-submit {
    margin-top: 2.375rem;
  }
}

.contact-form__form-submit input {
  padding: 1rem 5.625rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #011950;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-form__form-submit input {
    padding: 1.5rem 10.625rem;
    font-size: 1.125rem;
  }
}

.contact-form__form-submit input:hover,
.contact-form__form-submit input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .contact-form__form-submit input:hover {
    opacity: 0.8;
  }
}

.contact-form__form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.contact-form__form-label-textarea span {
  margin-left: 0.1875rem;
  display: inline-block;
  color: #FF3F02;
}

.contact-form__form-privacy span {
  font-size: 0.875rem;
  font-weight: 500;
}

.red-astarisk {
  margin-left: 0.1875rem;
  display: inline-block;
  color: #FF3F02;
}

.contact-confirm__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-confirm__inner {
    padding: 0 1.5625rem;
    max-width: 45.625rem;
  }
}

.contact-confirm__text-wrap {
  text-align: left;
}

.contact-confirm__text {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-confirm__text {
    font-size: 1rem;
  }
}

.contact-confirm__form-confirm {
  margin: 2.625rem auto 0;
  max-width: 50rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm {
    margin: 6.5rem auto 0;
  }
}

.contact-confirm__form-confirm-wrap {
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm-wrap {
    font-size: 1rem;
    display: flex;
  }
}

.contact-confirm__form-confirm-wrap:not(:nth-of-type(1)) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm-wrap:not(:nth-of-type(1)) {
    margin-top: 2.9375rem;
  }
}

.contact-confirm__form-confirm-label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm-label {
    width: 23%;
  }
}

.contact-confirm__form-confirm-label span {
  display: inline-block;
  color: #FF3F02;
}

.contact-confirm__form-confirm-input {
  font-size: 0.875rem;
  line-height: 1;
  width: 100%;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm-input {
    width: 77%;
    margin-top: 0rem;
    padding-left: 2.1875rem;
  }
}

.contact-confirm__form-confirm-checkbox {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
}

.contact-confirm__form-confirm-checkbox p {
  font-size: 0.9375rem;
  line-height: 1;
}

.contact-confirm__form-confirm-checkbox p:not(:first-of-type) {
  margin-top: 0.9375rem;
}

.contact-confirm__form-confirm-textarea {
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.875rem;
  line-height: 2.29;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-confirm-textarea {
    width: 77%;
    padding-left: 2.1875rem;
    margin-top: 0rem;
    line-height: 1;
  }
}

.contact-confirm__form-btn-wrap {
  margin-top: 2.5rem;
  margin-left: 0.3125rem;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-btn-wrap {
    margin-top: 2.5625rem;
    margin-left: 0rem;
    justify-content: left;
  }
}

.contact-confirm__form-submit {
  margin: 0 auto;
  position: relative;
  max-width: 17.5rem;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-submit {
    margin: 0 0 0 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-confirm__form-submit:hover {
    opacity: 0.8;
  }
}

.contact-confirm__form-submit input {
  padding: 0.71875rem 0;
  margin-left: 1.4375rem;
  width: 100%;
  max-width: 9.4375rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #011950;
  border-radius: 0.3125rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-submit input {
    padding: 1.25rem 0;
    margin-left: 2.125rem;
    font-size: 1.125rem;
    max-width: 17.5rem;
  }
}

.contact-confirm__form-return {
  position: relative;
  max-width: 9.4375rem;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-return {
    max-width: 18.75rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-confirm__form-return:hover {
    opacity: 0.8;
  }
}

.contact-confirm__form-return input {
  padding: 0.71875rem 0;
  width: 100%;
  max-width: 17.5rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #011950;
  background-color: #fff;
  border: 1px solid #011950;
  border-radius: 0.3125rem;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact-confirm__form-return input {
    font-size: 1.125rem;
    padding: 1.25rem 0;
  }
}

.contact-form-select select {
  padding: 0.875rem 3.125rem 0.875rem 0.9375rem;
  margin-top: 0.625rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 0.375rem;
  border: 1px solid #ccc;
  background-image: url(/images/sub-contact/Icon\ material-arrow-drop-down.svg);
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right 0.9375rem top 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.contact-form-select select::-ms-expand {
  display: none;
}

.contact-form-select select:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.contact-thanks__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-thanks__inner {
    padding: 0 1.5625rem;
    max-width: 43.125rem;
  }
}

.contact-thanks__text-wrap {
  text-align: left;
}

.contact-thanks__title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .contact-thanks__title {
    font-size: 2.5rem;
  }
}

.contact-thanks__message {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.625rem;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .contact-thanks__message {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.contact-thanks__text {
  font-size: 0.875rem;
  line-height: 2.29;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .contact-thanks__text {
    font-size: 1rem;
    margin-top: 2.5rem;
    line-height: 2.375;
    letter-spacing: -0.02em;
  }
}

.contact-thanks__btn-wrap {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-thanks__btn-wrap {
    margin-top: 2.625rem;
  }
}

.sub-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.sub-mv-404__title {
  font-family: "Oswald", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 21%;
}
@media screen and (min-width: 768px) {
  .sub-mv-404__title {
    font-size: 4.375rem;
    position: absolute;
    top: 28%;
    left: 50.3%;
  }
}

.sub-mv-404__message {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  position: static;
  line-height: 2.375;
  margin-top: 2.375rem;
  padding: 0 0.375rem;
}
@media screen and (min-width: 768px) {
  .sub-mv-404__message {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 49%;
    left: 50.5%;
    line-height: 2.375;
    margin-top: 0rem;
    padding: 0;
  }
}

.sub-mv-404 {
  overflow-x: hidden;
}

.sub-mv-404__inner {
  margin: auto;
  padding: 0 0.75rem;
  max-width: 40rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-mv-404__inner {
    padding: 0 3.125rem;
    max-width: 75rem;
  }
}

.sub-mv-404__wrap {
  position: relative;
}

.sub-mv-404__image-wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-left: auto;
}

.sub-mv-404__image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 365/235;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 768px) {
  .sub-mv-404__image-wrap img {
    aspect-ratio: 1270/530;
  }
}

.sub-mv-404__btn-wrap {
  text-align: center;
  margin-top: 2.5rem;
  position: static;
}
@media screen and (min-width: 768px) {
  .sub-mv-404__btn-wrap {
    margin-top: 3rem;
    margin-left: 0.25rem;
    position: absolute;
    top: 56.5%;
    left: 50%;
  }
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

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

.sub-mv__breadcrumb--sub-news-detail-page {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sub-mv__breadcrumb--sub-news-detail-page {
    margin-top: 12.25rem;
  }
}
/*# sourceMappingURL=style.css.map */