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

ul,
ol {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}

img,
picture {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

button {
  background-color: transparent;
  background-color: initial;
  padding: 0;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  margin-top: 0 !important;
}

html {
  font-size: 1.1111111111vw;
  scroll-behavior: smooth;
  scrollbar-color: #F5A623 #fff;
  scrollbar-width: thin;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-scroll {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.slider .swiper-slide-active .slider__img,
.slider .swiper-slide-duplicate-active .slider__img,
.slider .swiper-slide-prev .slider__img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}

.slider__img {
  height: 100%;
}

.slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.slider__slide {
  overflow: hidden;
}

.slider__btn {
  height: 60px;
  height: 3.75rem;
  width: 60px;
  width: 3.75rem;
}

.slider__pagination {
  bottom: 30px !important;
}

.slider__pagination {
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.card {
  position: relative;
}

.card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.card__cat {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.card__img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.card__img img {
  -o-object-fit: cover;
  -webkit-backface-visibility: hidden;
  aspect-ratio: 4/3;
  backface-visibility: hidden;
  height: auto;
  object-fit: cover;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
}

.card__body {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.card__date {
  display: inline-block;
}

.card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  overflow: hidden;
}

.card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
}

.card__tag {
  margin-top: auto;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.cat {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.cat.is-current {
  color: #25262b;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list + .list {
  margin-top: 30px;
}

.list__title {
  width: 20%;
}

.list__text {
  width: 79.8%;
}

.breadcrumb {
  padding: 25px 20px 25px 30px;
  padding: 1.5625rem 1.25rem 1.5625rem 1.875rem;
}

.breadcrumb__inner {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.breadcrumb__inner > * {
  vertical-align: middle;
}

.breadcrumb__inner > * + * {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.breadcrumb__icon {
  display: inline-block;
  width: 1em;
}

.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.year a {
  border: 1px solid #25262b;
  color: #25262b;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 78px;
  min-width: 4.875rem;
  padding: 4px 15px;
  padding: 0.25rem 0.9375rem;
  text-align: center;
}

.year.current-year a[aria-current=page] {
  color: #25262b;
  font-weight: 700;
}

.year.current-month a[aria-current=page] {
  color: #25262b;
  font-weight: 700;
}

.pagination01 {
  border-top: 1px solid #25262b;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
}

.pagination01 .screen-reader-text {
  display: none;
}

.pagination01 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination01 .nav-links a::after {
  display: none;
}

.pagination01 .nav-next a,
.pagination01 .nav-previous a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.pagination01 .nav-previous a img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.pagination01 .nav-next,
.pagination01 .nav-previous {
  width: 120px;
  width: 7.5rem;
}

.pagination01 .nav-next {
  margin-left: auto;
}

.pagination01 .nav-next a img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination02 .screen-reader-text {
  display: none;
}

.pagination02 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination02 .nav-next,
.pagination02 .nav-previous {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  background-image: url("画像のパスを入れる");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  border: 1px solid #020202;
  color: #25262b;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 100%;
  min-width: 220px;
  min-width: 13.75rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

/*===========
inview
===========*/
.fadeIn_up {
  -webkit-transform: translate(0, 50%);
  opacity: 0;
          transform: translate(0, 50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
  opacity: 1;
          transform: translate(0, 0);
}

/*===========
animation
===========*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
@-webkit-keyframes timeIn {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
@keyframes timeIn {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0;
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0;
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes topIn {
  0% {
    -webkit-transform: translateY(-50px);
    opacity: 0;
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
@keyframes topIn {
  0% {
    -webkit-transform: translateY(-50px);
    opacity: 0;
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
            transform: translateY(0);
  }
}
/* ヘッダー */
.header {
  height: 86px;
  height: 5.375rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 900;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  position: relative;
  width: 100%;
}

.header__title-link {
  width: 288.24px;
  width: 18.015rem;
}

.header__title {
  height: 62px;
  height: 3.875rem;
  max-width: 288.24px;
  max-width: 18.015rem;
  position: relative;
  width: 100%;
  color: #F5A623;
  font-weight: 700;
}

.header__logo::after {
  background-image: url(../img/rogo_rogo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 62px;
  height: 3.875rem;
  left: -8px;
  left: -0.5rem;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  width: 288.24px;
  width: 18.015rem;
}

.header-logo.-before {
  display: none;
}

.page-id-9 .header {
  opacity: 0;
}
.page-id-9 .header.is-active {
  -webkit-animation: topIn 1s ease-out forwards;
          animation: topIn 1s ease-out forwards;
}
.page-id-9 .header-logo.-before {
  display: block;
}
.page-id-9 .header-logo.headerLogoScroll.-before {
  display: none;
}
.page-id-9 .header-logo.-after {
  display: none;
}
.page-id-9 .header-logo.headerLogoScroll.-after {
  display: block;
}

.header__nav {
  height: inherit;
  max-width: 768.88px;
  max-width: 48.055rem;
  width: 100%;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  white-space: nowrap;
}

.header__nav-item {
  overflow: hidden;
}

.header__nav-item,
.header__nav-item-service {
  height: inherit;
  max-width: 119.41px;
  max-width: 7.463125rem;
  position: relative;
  width: 100%;
}

.header__nav-item:first-child {
  max-width: 137.25px;
  max-width: 8.578125rem;
  width: 100%;
}

.header__nav-item--contact {
  background-color: #F5A623;
  margin-left: 24px;
  margin-left: 1.5rem;
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
}

.header__nav-link {
  left: 0;
  position: absolute;
  -webkit-transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.header__nav-link,
.header__nav-link-service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  row-gap: 6px;
  row-gap: 0.375rem;
}

.header__nav-link:nth-child(1) {
  top: -100%;
}

.header__nav-link:nth-child(2) {
  top: 0;
}

.header__nav-item:hover .header__nav-link:nth-child(1) {
  top: 0;
}

.header__nav-item:hover .header__nav-link:nth-child(2) {
  top: 100%;
}

.header__nav-link--contact {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.header__nav-link-ja--contact {
  color: #fff;
}

.page-id-9 .header__nav-link-ja {
  color: #fff;
  font-weight: 700;
}
.page-id-9 .header__nav-link-ja.headerLogoScroll {
  color: #333333;
}

.header__nav-link-ja {
  color: #333333;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5882352941;
}

.header__nav-link-en {
  color: #F5A623;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
}

.header__nav-link-ja--contact {
  color: #fff;
  font-weight: 700;
}

.header__nav-link--contact-img {
  width: 25.62px;
  width: 1.60125rem;
}

/* ドロップダウンメニュー（サービス） */
.header__service {
  -webkit-transform: translateY(-50px);
  background-color: #fff;
  border: 1px solid #707070;
  height: 236px;
  height: 14.75rem;
  left: -469px;
  left: -29.3125rem;
  opacity: 0; /* 透明にする */
  position: absolute; /* 親要素に基づく配置 */
  top: 100px;
  top: 6.25rem; /* 親要素の直下に配置 */
          transform: translateY(-50px); /* 少し上に移動した状態から開始 */
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; /* アニメーションを設定 */
  visibility: hidden;
  width: 1100px;
  width: 68.75rem;
  z-index: 1000;
}

.header__nav-item-service:hover .header__service {
  -webkit-transform: translateY(0);
  opacity: 1; /* 完全に表示する */
          transform: translateY(0); /* 元の位置に戻す */
  visibility: visible; /* 表示を有効にする */
}

.header__nav-link-service {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.header__service-inner {
  -webkit-column-gap: 5.9375rem;
     -moz-column-gap: 5.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 102px;
  padding-right: 6.375rem;
}

.header__service-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.46875;
}

.header__service-list-wrapper {
  -webkit-column-gap: 5.25rem;
     -moz-column-gap: 5.25rem;
          column-gap: 5.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 165px;
  height: 10.3125rem;
  width: 100%;
}

.header__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__service-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__hamburger {
  background-color: #F5A623;
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 55px;
  width: 3.4375rem;
  z-index: 999;
}

.header__hamburger span {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  display: block;
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: relative;
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 30px;
  width: 1.875rem;
}

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

.header__hamburger span:nth-of-type(2) {
  top: 2.5px;
  top: 0.15625rem;
}

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

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

.header__drawer {
  background-color: rgba(255, 255, 255, 0.92);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  margin-top: 55px;
  margin-top: 3.4375rem;
  overflow-y: scroll;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 39.5px;
  padding-right: 2.46875rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

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

.header__drawer-item:first-child {
  padding-bottom: 8.5px;
  padding-bottom: 0.53125rem;
}

.header__drawer-item {
  border-bottom: 1px solid #bababa;
  padding-bottom: 11.5px;
  padding-bottom: 0.71875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}

.header__drawer-item::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  height: 4px;
  height: 0.25rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 4px;
  width: 0.25rem;
}

.header__drawer-item--service {
  padding-bottom: 15.5px;
  padding-bottom: 0.96875rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.header__drawer-item--service::after {
  display: none;
}

.header__drawer-link {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__drawer-link--service {
  position: relative;
}

.header__drawer-link--service::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  height: 4px;
  height: 0.25rem;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 4px;
  width: 0.25rem;
}

.header__drawer-item--service-accordion[open] .header__drawer-link--service::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header__drawer-link-ja {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.header__drawer-link-en {
  color: #F5A623;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
}

/* レスポンシブ */
/* concept */
.concept {
  opacity: 0;
}

.concept.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.concept__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/concept-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.concept__content {
  -webkit-column-gap: 11.4375rem;
     -moz-column-gap: 11.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.concept__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.concept__text {
  margin-top: 64px;
  margin-top: 4rem;
}

.concept-about {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 114px;
  padding-bottom: 7.125rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.concept-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.concept-about__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept-about__content {
  width: 43.0833333333%;
}

.concept-about__title {
  color: #fff;
}

.concept-about__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.concept-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.concept-about__text {
  color: #fff;
}

.concept-about__text span {
  font-weight: 700;
}

.concept-about__text,
.concept-about__item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.concept-about__item {
  color: #F5A623;
  font-weight: 700;
}

.concept-introduction {
  background-color: #ebeae6;
  opacity: 0;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 121px;
  padding-top: 7.5625rem;
}

.concept-introduction.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.concept-introduction__img {
  margin-top: 62px;
  margin-top: 3.875rem;
  overflow: hidden;
}

.concept-introduction__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.concept-introduction__img.is-active img {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}

.concept-introduction__lead {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.concept-introduction__content {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.concept-introduction__content-title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1.4888888889;
  position: relative;
}

.concept-introduction__content-title::after {
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  left: 187px;
  left: 11.6875rem;
  position: absolute;
  top: 37px;
  top: 2.3125rem;
  width: 115.94px;
  width: 7.24625rem;
}

.concept-introduction__cards {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.concept-introduction__card {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 37px;
  padding-right: 2.3125rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.concept-introduction__card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.concept-introduction__card-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}

.concept-introduction__card-number {
  color: #efefef;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 0.4888888889;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.concept-introduction__card-text {
  line-height: 2;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.concept-feature {
  opacity: 0;
  padding-bottom: 148px;
  padding-bottom: 9.25rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.concept-feature.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.concept-feature__heading {
  -webkit-column-gap: 9.1875rem;
     -moz-column-gap: 9.1875rem;
          column-gap: 9.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept-feature__text {
  line-height: 2;
}

.concept-feature__text span {
  font-weight: 700;
}

.concept-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-top: 3.125rem;
  row-gap: 24px;
  row-gap: 1.5rem;
}

.concept-feature__content {
  grid-column-gap: 6.1875rem;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebeae6;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 71px;
  padding-left: 4.4375rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  padding-top: 26px;
  padding-top: 1.625rem;
}

.concept-feature__content-img {
  grid-area: 1/1/3/2;
  margin-top: 7px;
  margin-top: 0.4375rem;
  width: 120px;
  width: 7.5rem;
}

.concept-feature__content-img03 img {
  max-width: 100.8px;
  max-width: 6.3rem;
}

.concept-feature__content-img04 img {
  max-width: 85px;
  max-width: 5.3125rem;
}

.concept-feature__content-img05 img {
  max-width: 119.51px;
  max-width: 7.469375rem;
}

.concept-feature__content-img06 img {
  max-width: 104.99px;
  max-width: 6.561875rem;
}

.concept-feature__content-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  grid-area: 1/2/2/3;
  letter-spacing: 0.05em;
  line-height: 2;
}

.concept-feature__content-text {
  grid-area: 2/2/3/3;
  line-height: 2;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.concept-feature__content-text span {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
/* l-contact us */
.l-contact {
  opacity: 0;
}

.l-contact.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.page-id-9 .bread_crumb {
  display: none;
}

.bread_crumb {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.bread_crumb span.home::before {
  background: url(../img/icon-home.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  height: 0.8125rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  width: 13px;
  width: 0.8125rem;
}

.l-contact__bg {
  background-image: url(../img/l-contact-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.l-contact__title {
  color: #fff;
}

.l-contact__title-ja {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.l-contact__card-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.l-contact__card-item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  justify-items: center;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  padding-left: 53px;
  padding-left: 3.3125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.l-contact__card-item:hover .l-contact__card-img {
  opacity: 1;
  scale: 3;
}

.l-contact__card-item01,
.l-contact__card-item03 {
  background-color: #343434;
}

.l-contact__card-item02 {
  background-color: #0e0e0e;
}

.l-contact__card-title {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.48;
}

.l-contact__card-img {
  margin-top: 30px;
  margin-top: 1.875rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-contact__card-img01 {
  width: 18.165px;
  width: 1.1353125rem;
}

.l-contact__card-img02 {
  width: 25.625px;
  width: 1.6015625rem;
}

.l-contact__card-img03 {
  width: 15.335px;
  width: 0.9584375rem;
}

.l-contact__card-text {
  color: #fff;
  line-height: 1.8888888889;
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.l-contact__card-btn-box {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
  width: 100%;
}

.l-contact__card-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 35px;
  display: inline-block;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
  overflow: hidden;
  padding-bottom: 18.1px;
  padding-bottom: 1.13125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 18.9px;
  padding-top: 1.18125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.l-contact__card-btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.l-contact__card-btn01::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-download.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 19.03px;
  height: 1.189375rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 20.6px;
  width: 1.2875rem;
}

.l-contact__card-btn02::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6.79px;
  height: 0.424375rem;
  position: absolute;
  right: 23.5px;
  right: 1.46875rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 4px;
  width: 0.25rem;
}

.l-contact__card-btn:focus,
.l-contact__card-btn:hover {
  border-color: #F5A623;
}

.l-contact__card-btn:focus::before,
.l-contact__card-btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.l-contact__card-body {
  margin-top: -16px;
  margin-top: -1rem;
  text-align: center;
}

.l-contact__card-tel {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.l-contact__card-btn,
.l-contact__card-tel,
.l-contact__card-time,
.l-contact__card-operator {
  color: #fff;
}

.l-contact__card-time,
.l-contact__card-operator {
  line-height: 2;
}

.l-contact__card-time {
  margin-top: 17px;
  margin-top: 1.0625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* フッター */
.footer__media {
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-top: 7.5rem;
  opacity: 0;
}

.footer__media.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.footer__media-map {
  aspect-ratio: 550/380;
  max-width: 550px;
  max-width: 34.375rem;
  position: relative;
  width: 100%;
}

.footer__media-map iframe {
  height: 100%;
  width: 100%;
}

.footer__media-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.footer__media-logo {
  max-width: 205px;
  max-width: 12.8125rem;
}

.footer__media-company {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.footer__media-address {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer__media-postal,
.footer__media-location {
  line-height: 1.6666666667;
}

.footer__media-access {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.footer__media-transport {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

.footer__media-transport::before {
  background-image: url(../img/icon-train.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 21px;
  height: 1.3125rem;
  width: 16.17px;
  width: 1.010625rem;
}

.footer__description {
  background-color: #f8f7f4;
  margin-top: 65px;
  margin-top: 4.0625rem;
  opacity: 0;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.footer__description.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.footer__description-title,
.footer__description-text {
  line-height: 2;
}

.footer__description-title {
  font-weight: 700;
}

.footer__description-text {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.footer__nav {
  margin-top: 56px;
  margin-top: 3.5rem;
  opacity: 0;
}

.footer__nav.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.footer__nav-inner {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  height: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.footer__nav-link {
  font-size: 50px;
  font-weight: 700;
}

.footer__links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 1fr;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.footer__link {
  line-height: 2;
  padding-bottom: 3.5px;
  padding-bottom: 0.21875rem;
  padding-top: 3.5px;
  padding-top: 0.21875rem;
}

.footer__link--important {
  font-weight: 700;
}

.footer__column {
  width: 221px;
  width: 13.8125rem;
}

.footer__column:nth-child(2) {
  width: 144px;
  width: 9rem;
}

.footer__column:nth-child(2) {
  width: 280px;
  width: 17.5rem;
}

.footer__column:nth-child(4) {
  width: 210px;
  width: 13.125rem;
}

.footer__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央に揃える */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* テキストと疑似要素を横並びにする */
  padding-bottom: 3.5px;
  padding-bottom: 0.21875rem;
  padding-top: 3.5px;
  padding-top: 0.21875rem;
}

.footer__item::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0; /* 初期表示は表示しないようにする */
}

.footer__item:focus::before,
.footer__item:hover::before {
  background-color: currentColor;
  height: 0.25em;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 0.25em; /* ホバー時に表示 */
}

.footer__item--site {
  -webkit-column-gap: 0.50625rem;
     -moz-column-gap: 0.50625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.50625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__item--site:not(:first-child) {
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.footer__item--site::after {
  background-image: url(../img/icon-window.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14.38px;
  height: 0.89875rem;
  width: 14.38px;
  width: 0.89875rem;
}

.copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央に揃える */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* テキストと疑似要素を横並びにする */
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
}

/* .copy::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
} */

/* .copy:hover::before {
  background-color: currentColor;
  height: 0.25em;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 0.25em;
} */
/* トップページ */
.top-mv {
  position: relative;
}

.top-mv__bg video {
  -o-object-fit: cover;
  aspect-ratio: 1440/768;
  display: block;
     object-fit: cover;
  width: 100%;
}

.top-mv__inner.inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 80px;
  left: 5rem;
  position: absolute;
  top: 0;
}

.top-mv__title {
  margin-top: 34px;
  margin-top: 2.125rem;
  opacity: 0;
}

.top-mv__title.is-active {
  -webkit-animation: zoomIn 1s ease-out forwards;
          animation: zoomIn 1s ease-out forwards;
}

.top-mv__title-en {
  color: #fff;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.125;
}

.top-mv__title-ja {
  color: #fff;
  line-height: 1.6875;
  margin-top: 32px;
  margin-top: 2rem;
}

.top-mv__scroll {
  bottom: -60px;
  bottom: -3.75rem;
  bottom: -106px;
  bottom: -6.625rem;
  height: 259.649px;
  height: 16.228125rem;
  opacity: 0;
  position: absolute;
  right: 220px;
  right: 13.75rem;
  width: 23px;
  width: 1.4375rem;
}

.top-mv__scroll.is-active {
  -webkit-animation: zoomIn 0.5s ease-out forwards;
          animation: zoomIn 0.5s ease-out forwards;
}

/* スクロールダウンの位置 */
.scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  position: absolute;
  right: 50%;
  top: 10%;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
}

.scroll span {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 2.5384615385;
}

/* 線のアニメーション部分 */
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -125px;
  bottom: -7.8125rem;
  content: "";
  height: 160px;
  height: 10rem;
  left: -28px;
  left: -1.75rem;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
}
.top-about {
  background-color: #1f1f1f;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.top-about__inner {
  -webkit-column-gap: 9.125rem;
     -moz-column-gap: 9.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 9.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-about__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-about__title {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.475;
  white-space: nowrap;
  width: 39.5%;
}

.top-about__title span {
  color: #F5A623;
}

.top-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-about__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.top-about__text:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.top-service {
  padding-top: 124px;
  padding-top: 7.75rem;
}

.top-service__title-en {
  opacity: 0;
}

.top-service__title-en.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-service__title-ja {
  opacity: 0;
}

.top-service__title-ja.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-service__card {
  margin-top: 96px;
  margin-top: 6rem;
}

.top-service__card-list {
  grid-column-gap: 5.625rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
}

.top-service__card-item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
}

.top-service__card-item.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.top-service__card-item04,
.top-service__card-item05,
.top-service__card-item06 {
  margin-top: 69px;
  margin-top: 4.3125rem;
}

.top-service__card-img01 {
  width: 100.36px;
  width: 6.2725rem;
}

.top-service__card-img02 {
  width: 94.6px;
  width: 5.9125rem;
}

.top-service__card-img03 {
  width: 96.45px;
  width: 6.028125rem;
}

.top-service__card-img04 {
  width: 95.15px;
  width: 5.946875rem;
}

.top-service__card-img06 {
  width: 100px;
  width: 6.25rem;
}

.top-service__card-img05 {
  width: 93.9px;
  width: 5.86875rem;
}

.top-service__card-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.48;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.top-service__card-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.top-service__btn-box {
  margin-top: 48px;
  margin-top: 3rem;
  opacity: 0;
  text-align: center;
}

.top-service__btn-box.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-service__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 20.5px;
  padding-bottom: 1.28125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 20.5px;
  padding-top: 1.28125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.top-service__btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.top-service__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.top-service__btn:focus,
.top-service__btn:hover {
  border: 3px solid #F5A623;
  color: #fff;
}

.top-service__btn:focus:before,
.top-service__btn:hover:before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-service__btn:hover:after,
.top-service__btn:focus:after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.top-works {
  padding-top: 155px;
  padding-top: 9.6875rem;
}

.top-works__about {
  -webkit-column-gap: 11.8125rem;
     -moz-column-gap: 11.8125rem;
          column-gap: 11.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-works__about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-works__body {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.top-works__text {
  line-height: 2;
}

.top-works__container {
  margin-top: 74px;
  margin-top: 4.625rem;
  opacity: 0;
  position: relative;
}

.top-works__container.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruitment__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 50px;
  bottom: 28px;
  bottom: 1.75rem;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  left: 261px;
  left: 16.3125rem;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 20.5px;
  padding-bottom: 1.28125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 20.5px;
  padding-top: 1.28125rem;
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.recruitment__btn:after {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.recruitment__btn:focus,
.recruitment__btn:hover {
  border: 3px solid #F5A623;
  color: #fff;
}

.recruitment__btn:hover::after,
.recruitment__btn:focus::after {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-workflow {
  background-color: #343434;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
  padding-top: 122px;
  padding-top: 7.625rem;
}

.top-workflow__about {
  -webkit-column-gap: 5.9375rem;
     -moz-column-gap: 5.9375rem;
          column-gap: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-workflow__about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-workflow__title {
  color: #fff;
  width: 25.4166666667%;
}

.top-workflow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-workflow__text {
  color: #fff;
  line-height: 2;
}

.top-workflow__container {
  opacity: 0;
}

.top-workflow__container.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-workflow__steps {
  margin-top: 87px;
  margin-top: 5.4375rem;
}

.top-workflow__services {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -18px;
  margin-top: -1.125rem;
}

.top-workflow__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  height: 4.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
}

.top-workflow__service-text {
  color: #fff;
  line-height: 2.25;
}

.top-workflow__btn-box {
  margin-top: 63px;
  margin-top: 3.9375rem;
  text-align: center;
}

.top-workflow__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  border: 1px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 20.5px;
  padding-bottom: 1.28125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 20.5px;
  padding-top: 1.28125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.top-workflow__btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.top-workflow__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 9.05px;
  width: 0.565625rem;
}

.top-workflow__btn:focus,
.top-workflow__btn:hover {
  color: #fff;
}

.top-workflow__btn:hover::before,
.top-workflow__btn:focus::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-workflow__btn:hover::after,
.top-workflow__btn:focus::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.top-price {
  background-color: #ebeae6;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
  padding-top: 118px;
  padding-top: 7.375rem;
}

.top-price__about {
  -webkit-column-gap: 10.0625rem;
     -moz-column-gap: 10.0625rem;
          column-gap: 10.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-price__about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-price__title {
  width: 17.5%;
}

.top-price__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.top-price__text {
  line-height: 2;
}

.top-price__card {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.top-price__case {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
  padding-top: 55px;
  padding-top: 3.4375rem;
  position: relative;
}

.top-price__case.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.top-price__case-title {
  -webkit-transform: translate(-50%, -50%);
  background-color: #F5A623;
  border-radius: 34px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  max-width: 220px;
  max-width: 13.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
          transform: translate(-50%, -50%);
  width: 100%;
}

.top-price__case-description {
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.7777777778;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.top-price__case-detail {
  width: 100%;
}

.top-price__case-detail-item {
  -webkit-column-gap: 2.5625rem;
     -moz-column-gap: 2.5625rem;
  border-bottom: 1px solid #d5d5d5;
          column-gap: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  padding-top: 22px;
  padding-top: 1.375rem;
}

.top-price__case-detail-item--lh {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 26px;
  padding-top: 1.625rem;
}

.top-price__case-detail-item-label {
  font-weight: 500;
  line-height: 2;
  width: 15.7187176836%;
}

.top-price__case-detail-item-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}

.top-price__case-detail-item-value--lh {
  line-height: 1.6666666667;
}

.top-price__case-price {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.top-price__case-price-label {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.top-price__case-price-value {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4333333333;
}

.top-price__case-price-value span {
  font-size: 18px;
  font-size: 1.125rem;
}

.top-price__footer {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 44px;
  margin-top: 2.75rem;
  opacity: 0;
  text-align: center;
}

.top-price__footer.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-price__btn-box {
  margin-top: 37px;
  margin-top: 2.3125rem;
  opacity: 0;
  text-align: center;
}

.top-price__btn-box.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-price__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 18.5px;
  padding-bottom: 1.15625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 18.5px;
  padding-top: 1.15625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.top-price__btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.top-price__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.top-price__btn:focus,
.top-price__btn:hover {
  color: #fff;
}

.top-price__btn:focus::before,
.top-price__btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-price__btn:hover::after,
.top-price__btn:focus::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.area {
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
  padding-top: 122px;
  padding-top: 7.625rem;
}

.area__about {
  -webkit-column-gap: 14.5rem;
     -moz-column-gap: 14.5rem;
          column-gap: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-area__about {
  -webkit-column-gap: 14.5rem;
     -moz-column-gap: 14.5rem;
          column-gap: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.top-area__about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.area__title {
  width: 11.4166666667%;
}

.area__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.area__text {
  line-height: 2;
}

.area__container {
  background-color: #f9f9f9;
  margin-top: 74px;
  margin-top: 4.625rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}

.area__map {
  margin-left: auto;
  margin-right: auto;
  max-width: 871.08px;
  max-width: 54.4425rem;
  padding-top: 47px;
  padding-top: 2.9375rem;
  width: 100%;
}

.top-area__map picture {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-area__map.is-active picture {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}

.area__content {
  background-color: #ebeae6;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.top-area__content {
  opacity: 0;
}

.top-area__content.is-active {
  -webkit-animation: zoomIn 0.5s ease-out forwards;
          animation: zoomIn 0.5s ease-out forwards;
}

.area__content-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  padding-top: 33px;
  padding-top: 2.0625rem;
  text-align: center;
}

.area__block-wrapper {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.area__block {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  width: 45.4545454545%;
}

.area__block-title {
  color: #518ce4;
  font-weight: 700;
  line-height: 2;
}

.area__block-title--color {
  color: #a77ec6;
}

.area__block-text {
  line-height: 1.6666666667;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.top-knowledge {
  background-color: #fff;
  opacity: 0;
  padding-bottom: 163px;
  padding-bottom: 10.1875rem;
  padding-top: 139px;
  padding-top: 8.6875rem;
  position: relative;
}

.top-knowledge.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.top-knowledge::after {
  background-color: #ebeae6;
  content: "";
  height: 937px;
  height: 58.5625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 515px;
  width: 32.1875rem;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

.tab-input {
  opacity: 0;
  position: absolute;
}

.tab-labels {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
}

.tab-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.tab-label:nth-of-type(1) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.tab-label::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 0;
  position: absolute;
  width: 11px;
  width: 0.6875rem;
}

/* 選択されたタブのスタイル */
.tab-input#tab1:checked ~ .tab-labels .tab-label[for=tab1]::before,
.tab-input#tab2:checked ~ .tab-labels .tab-label[for=tab2]::before,
.tab-input#tab3:checked ~ .tab-labels .tab-label[for=tab3]::before,
.tab-input#tab4:checked ~ .tab-labels .tab-label[for=tab4]::before,
.tab-input#tab5:checked ~ .tab-labels .tab-label[for=tab5]::before {
  background-color: #F5A623; /* オレンジ色 */
}

.tab-content {
  display: none;
  margin-left: 145px;
  margin-left: 9.0625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.tab-input#tab1:checked ~ #content1,
.tab-input#tab2:checked ~ #content2,
.tab-input#tab3:checked ~ #content3,
.tab-input#tab4:checked ~ #content4,
.tab-input#tab5:checked ~ #content5 {
  display: block;
}

.tab-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab-article {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.tab-article:not(:first-child) {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.tab-article-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.2777777778;
  overflow: hidden;
}

.tab-article-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.7777777778;
  margin-top: 14px;
  margin-top: 0.875rem;
  overflow: hidden;
}

.tab-article-meta {
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-article-date {
  color: #adadad;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

.tab-article-category {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.tab-article-category::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 11px;
  width: 0.6875rem;
}

.top-knowledge__btn-box {
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: 108px;
  margin-top: 6.75rem;
  width: 100%;
}

.top-knowledge__btn {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 上下中央に揃える */
  border-bottom: 1px solid #333333;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* テキストと疑似要素を横並びにする */
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2222222222;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  position: relative;
  width: 100%;
}

.top-knowledge__btn::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0; /* 初期表示は表示しないようにする */
}

.top-knowledge__btn::after {
  background-image: url(../img/icon-arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  width: 6.79px;
  width: 0.424375rem;
}

.top-knowledge__btn:focus::before,
.top-knowledge__btn:hover::before {
  background-color: currentColor;
  height: 0.25em;
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 0.25em; /* ホバー時に表示 */
}
/* service */
.service {
  opacity: 0;
}

.service.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.service__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/service-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.service__content {
  -webkit-column-gap: 11.4375rem;
     -moz-column-gap: 11.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.service__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.service-about {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.service-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.service-about__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-about__content {
  width: 43.0833333333%;
}

.service-about__title {
  color: #fff;
}

.service-about__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.service-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.service-about__text {
  color: #fff;
}

.service-about__text span {
  color: #F5A623;
  font-weight: 700;
}

.service-about__text,
.service-about__item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.service-about__item {
  color: #F5A623;
  font-weight: 700;
}

.service-introduction {
  background-color: #ebeae6;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 121px;
  padding-top: 7.5625rem;
}

.service__img {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.service__img-inner {
  overflow: hidden;
}

.service__img-inner picture {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service__img-inner.is-active picture {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}

.service-kinds-wrapper {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.service-kinds {
  opacity: 0;
}

.service-kinds.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.service-kinds:not(:first-child) {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.service-kinds__header {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-kinds__title-en {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.48;
  margin-top: 25px;
  margin-top: 1.5625rem;
  position: relative;
}

.service-kinds__title-en::before {
  background-color: #333333;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -17px;
  bottom: -1.0625rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 49px;
  width: 3.0625rem;
}

.service-kinds__title-ja {
  color: #F5A623;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.service-kinds__description {
  line-height: 2;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.service-kinds__cards {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-top: 34px;
  margin-top: 2.125rem;
}

.service-kinds__card-link {
  position: relative;
}

.service-kinds__card-link:hover .service-kinds__card-title--link,
.service-kinds__card-link:focus .service-kinds__card-title--link {
  color: #F5A623;
}

.service-kinds__card-link::after {
  background-image: url(../img/icon-btn-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  width: 1.875rem;
}

.service-kinds__card-link:hover::after,
.service-kinds__card-link:focus::after {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.service-kinds__card {
  border-top: 1px solid #bababa;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  padding-top: 42px;
  padding-top: 2.625rem;
}

.service-kinds__card03,
.service-kinds__card04 {
  border-bottom: 1px solid #bababa;
}

.service-kinds__card-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-kinds__card-text {
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.service-solutions {
  margin-top: 108px;
  margin-top: 6.75rem;
  opacity: 0;
}

.service-solutions.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.service-solutions__heading {
  -webkit-column-gap: 4.9375rem;
     -moz-column-gap: 4.9375rem;
  background-color: #343434;
          column-gap: 4.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 74px;
  padding-top: 4.625rem;
}

.service-solutions__title {
  margin-top: 17px;
  margin-top: 1.0625rem;
  position: relative;
  width: 21.8181818182%;
}

.service-solutions__title:before {
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 32px;
  bottom: 2rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 49px;
  width: 3.0625rem;
}

.service-solutions__title-en {
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.48;
}

.service-solutions__title-ja {
  color: #F5A623;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.service-solutions__text {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}

.service-solutions__text span {
  font-weight: 700;
}

.service-solutions__container {
  margin-top: 80px;
  margin-top: 5rem;
}

.service-solutions__content {
  grid-column-gap: 6.5625rem;
  grid-row-gap: 0px;
  border-bottom: 1px solid #bababa;
  border-top: 1px solid #bababa;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 41px;
  padding-top: 2.5625rem;
}

.service-solutions__content-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  grid-area: 1/1/2/2;
  letter-spacing: 0.05em;
  line-height: 2;
}

.service-solutions__content-text {
  grid-area: 2/1/3/2;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.service-solutions__content-text,
.service-solutions__content-link {
  line-height: 2;
}

.service-solutions__content-link {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 3/1/4/2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-solutions__content-link:hover {
  color: #F5A623;
}

.service-solutions__content-link::after {
  background-image: url(../img/icon-btn-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  height: 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
  width: 1.5625rem;
}

.service-solutions__content-link:hover::after,
.service-solutions__content-link:focus::after {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

.service-solutions__content-img {
  grid-area: 1/2/4/3;
  max-width: 512px;
  max-width: 32rem;
  overflow: hidden;
}

.service-solutions__content-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-solutions__content-img.is-active img {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}
/* price */
.price {
  opacity: 0;
}

.price.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/price-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.price__content {
  -webkit-column-gap: 15.875rem;
     -moz-column-gap: 15.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 15.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.price__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.price__text {
  margin-top: 64px;
  margin-top: 4rem;
}

.price-about {
  background-color: #fff;
  opacity: 0;
  padding-bottom: 97px;
  padding-bottom: 6.0625rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.price-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price-about__inner {
  -webkit-column-gap: 11.375rem;
     -moz-column-gap: 11.375rem;
          column-gap: 11.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-about__text {
  line-height: 2;
}

.price-about__item {
  color: #F5A623;
  font-weight: 700;
}

.price-feature {
  background-color: #ebeae6;
  opacity: 0;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  padding-top: 77px;
  padding-top: 4.8125rem;
}

.price-feature.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price-feature__title {
  color: #F5A623;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.price-feature__description {
  line-height: 1.6666666667;
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.price-feature__container {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.price-feature__content {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-feature__content-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 41px;
  height: 2.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  max-width: 192px;
  max-width: 12rem;
  width: 100%;
}

.price-feature__content-description {
  line-height: 2;
}

.price-feature__areas {
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.price-feature__area {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  width: 48.1818181818%;
}

.price-feature__area-title {
  color: #F5A623;
  font-weight: 700;
  line-height: 2;
}

.price-feature__area-text {
  line-height: 1.6666666667;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.concept-introduction {
  background-color: #ebeae6;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 121px;
  padding-top: 7.5625rem;
}

.price-assurance {
  background-color: #343434;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  padding-top: 104px;
  padding-top: 6.5rem;
}

.price-assurance__inner {
  opacity: 0;
}

.price-assurance__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price-assurance__content {
  -webkit-column-gap: 4.25rem;
     -moz-column-gap: 4.25rem;
          column-gap: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-assurance__title {
  color: #fff;
}

.price-assurance__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.price-assurance__text {
  color: #fff;
  line-height: 2;
}

.price-assurance__container {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.price-assurance__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 6.5625rem;
     -moz-column-gap: 6.5625rem;
          column-gap: 6.5625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.price-assurance__step {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
}

.price-assurance__step:not(:first-child)::before {
  background-image: url(../img/icon-multiply.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 69.64px;
  height: 4.3525rem;
  left: -86px;
  left: -5.375rem;
  position: absolute;
  top: 92px;
  top: 5.75rem;
  width: 67.9px;
  width: 4.24375rem;
}

.price-assurance__step-img {
  max-width: 253px;
  max-width: 15.8125rem;
  width: 100%;
}

.price-assurance__step-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.price-assurance__step-title {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.price-assurance__step-text {
  color: #fff;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.price-table {
  opacity: 0;
  padding-top: 121px;
  padding-top: 7.5625rem;
}

.price-table.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price-table__subtitle {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin-top: 66px;
  margin-top: 4.125rem;
}

.price-table__title-ja:nth-of-type(2),
.price-table__title-ja:nth-of-type(3) {
  margin-top: 80px;
  margin-top: 5rem;
}

.price-table__table-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.price-table__table {
  border-collapse: collapse;
  width: 100%;
}

.price-table__row:first-child {
  border-bottom: none;
}

.price-table__row {
  border-bottom: 1px solid #ebeae6;
}

.price-table__header {
  background-color: #ebeae6;
  border-left: 1px solid #fff;
  font-weight: 400;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  width: 320px;
  width: 20rem;
}

.price-table__header--font {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 21.6666666667%;
}

.price-table__header,
.price-table__cell {
  line-height: 2;
  text-align: center;
}

.price-table__cell {
  border-left: 1px solid #ebeae6;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}

.price-table__cell:last-child {
  border-right: 1px solid #ebeae6;
}

.price-table__cell span {
  font-size: 14px;
  font-size: 0.875rem;
}

.price-table__cell--left {
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-align: left;
}

.price-table__caption {
  line-height: 2;
}

.price-table__caption--small {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.price-area {
  opacity: 0;
  padding-bottom: 142px;
  padding-bottom: 8.875rem;
}

.price-area.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.price-area__information {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.price-area__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.price-area__text {
  line-height: 2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.price-area__text span {
  font-weight: 700;
}

.price-area__btn-box {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}

.price-area__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 18.5px;
  padding-bottom: 1.15625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 18.5px;
  padding-top: 1.15625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.price-area__btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.price-area__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.price-area__btn:focus,
.price-area__btn:hover {
  color: #fff;
}

.price-area__btn:focus::before,
.price-area__btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.price-area__btn:hover::after,
.price-area__btn:focus::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}
/* works */
.works.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.works__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/works-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.works__content {
  -webkit-column-gap: 14.5625rem;
     -moz-column-gap: 14.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 14.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
  margin-top: 4.5rem;
}

.works__title {
  margin-top: -24px;
  margin-top: -1.5rem;
}

.works__title-ja {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.works__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.works__text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.works-tab__wrapper {
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
}

.works-tab__wrapper.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.works__content-text {
  color: #fff;
}

.works__content-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.works__content-item {
  max-width: 400px;
  max-width: 25rem;
  position: relative;
  width: 100%;
}

.works__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 400/400;
     object-fit: cover;
}

.works__content-description {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.works__content-text {
  bottom: 37px;
  bottom: 2.3125rem;
  left: 21px;
  left: 1.3125rem;
  line-height: 1.5555555556;
  max-width: 352px;
  max-width: 22rem;
  position: absolute;
}

.works__body {
  margin-top: -35px;
  margin-top: -2.1875rem;
}

.tab-list {
  display: none;
}

.tab-list.show {
  display: block;
  margin-top: 64px;
  margin-top: 4rem;
}

/* ----------- タブ上部 ---------*/
/* タブの見出しの枠 */
.tab-title-list {
  border-bottom: 1px solid #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* タブの見出し */
.tab-title {
  cursor: pointer;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 52px;
  padding-left: 3.25rem;
  padding-right: 51px;
  padding-right: 3.1875rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}

/* 選択されているタイトル */
.tab-title.selected {
  background-color: #F5A623;
  border-radius: 21px;
  color: #fff;
}

.wp-pagenavi {
  -webkit-column-gap: 0.91875rem;
     -moz-column-gap: 0.91875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.91875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}

.wp-pagenavi .previouspostslink {
  margin-right: 18.3px;
  margin-right: 1.14375rem;
}
.wp-pagenavi .nextpostslink {
  margin-left: 18.3px;
  margin-left: 1.14375rem;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.347826087;
}

.wp-pagenavi .page,
.wp-pagenavi span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  height: 55px;
  height: 3.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2.3684210526;
  padding: 0;
  width: 44.31px;
  width: 2.769375rem;
}

.wp-pagenavi .current {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}
/* company */
.company {
  opacity: 0;
}

.company.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/company-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.company__content {
  -webkit-column-gap: 10.0625rem;
     -moz-column-gap: 10.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 10.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company__title {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.company__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.company__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.company__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.company__text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.company-profile {
  margin-top: 101px;
  margin-top: 6.3125rem;
  opacity: 0;
  padding-bottom: 104.3px;
  padding-bottom: 6.51875rem;
}

.company-profile.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company-profile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-profile__table {
  border-collapse: collapse;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.company-profile__term {
  border-bottom: 1px solid #bababa;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  text-align: left;
  white-space: nowrap;
  width: 82px;
  width: 5.125rem;
}

.company-profile__term--top {
  vertical-align: top;
}

.company-profile__description {
  border-bottom: 1px solid #bababa;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 75px;
  padding-left: 4.6875rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  white-space: nowrap;
}

.company-profile__description,
.company-profile__link {
  line-height: 2;
}

.company-profile__description span {
  font-weight: 700;
}

.company-profile__description .medium {
  font-weight: 500;
}

.company-profile__link {
  margin-top: 24.3px;
  margin-top: 1.51875rem;
  position: relative;
}

.company-profile__link--icon {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
          column-gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-top: 0rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.company-profile__link--icon::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0; /* 初期表示は表示しないようにする */
}

.company-profile__link--icon:hover {
  border-color: #F5A623;
  color: #F5A623;
}

.company-profile__link--icon:hover::before {
  background-color: #F5A623;
  height: 0.25em;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 0.25em; /* ホバー時に表示 */
}

.company-profile__link--icon:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  color: #fff;
  content: ">";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  height: 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
  width: 1.5625rem;
}

.company-profile__link--icon:hover:after {
  background-color: #F5A623;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.company-message {
  background-color: #ebeae6;
  opacity: 0;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-top: 104px;
  padding-top: 6.5rem;
}

.company-message.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company-message__inner {
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-message__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.company-message__text {
  line-height: 2;
}

.company-message__text:not(:first-child) {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.company-message__name {
  font-weight: 700;
  line-height: 2;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  text-align: right;
}

.company-organigram {
  opacity: 0;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.company-organigram.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company-organigram__body {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.company-profile__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
/* flow */
.flow {
  opacity: 0;
}

.flow.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.flow__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/flow-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.flow__content {
  -webkit-column-gap: 9.9375rem;
     -moz-column-gap: 9.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 9.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow__title {
  margin-top: 48px;
  margin-top: 3rem;
}

.flow__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.flow__body {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.flow__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.flow__text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.workflow {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 103px;
  padding-bottom: 6.4375rem;
  padding-top: 96px;
  padding-top: 6rem;
}

.workflow.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.workflow__title {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
}

.workflow__container {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.workflow__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
}

.workflow__step {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.workflow__step-text {
  color: #fff;
  line-height: 1.6666666667;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.workflow__details {
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 105px;
  padding-top: 6.5625rem;
}

.workflow__details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.workflow__detail {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.workflow__detail-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 62px;
  margin-top: 3.875rem;
}

.workflow__detail-title {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.workflow__detail-title-en {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.4857142857;
}

.workflow__detail-title-ja {
  color: #F5A623;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.workflow__detail-text {
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.workflow__detail-img {
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  width: 100%;
}

.workflow__detail-img img {
  -o-object-fit: cover;
  -webkit-transform: scale(1.2);
  aspect-ratio: 400/300;
     object-fit: cover;
          transform: scale(1.2);
}

.workflow__detail-img.is-active img {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}
/* update-agency */
.update {
  opacity: 0;
}

.update.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.update__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/update-agency-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.update__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.update__content {
  -webkit-column-gap: 12.125rem;
     -moz-column-gap: 12.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 12.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.update__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
  max-width: 185px;
  max-width: 11.5625rem;
  width: 100%;
}

.update__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.update__body {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.update__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.update__text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.update-service {
  background-color: #ebeae6;
  opacity: 0;
  padding-top: 103px;
  padding-top: 6.4375rem;
}

.update-service.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.update-service__inner {
  -webkit-column-gap: 9.5625rem;
     -moz-column-gap: 9.5625rem;
          column-gap: 9.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.update-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.update-service__text {
  line-height: 2;
}

.update-service__text:not(:first-child) {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.update-service__details {
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}

.update-service__details-inner {
  grid-column-gap: 1.8125rem;
  grid-row-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}

.update-service__detail {
  background-color: #fff;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
  padding-left: 34px;
  padding-left: 2.125rem;
  padding-right: 34px;
  padding-right: 2.125rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
}

.update-service__detail01 {
  grid-area: 1/1/2/2;
}

.update-service__detail02 {
  grid-area: 1/2/2/3;
}

.update-service__detail03 {
  grid-area: 1/3/2/4;
}

.update-service__detail04 {
  grid-area: 2/1/3/2;
}

.update-service__detail05 {
  grid-area: 2/2/3/4;
}

.update-service__detail-title {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  height: 6.25rem;
}

.update-service__detail-title-img {
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
}

.update-service__detail-title-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.update-service__detail-list {
  margin-top: 6.5px;
  margin-top: 0.40625rem;
}

.update-service__detail-item {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  line-height: 2;
  padding-bottom: 1.5px;
  padding-bottom: 0.09375rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-top: 1.5px;
  padding-top: 0.09375rem;
  position: relative;
}

.update-service__detail-item::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.update-service__detail-list-wrapper {
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.update-service__case {
  background-color: #fff;
  padding-top: 99px;
  padding-top: 6.1875rem;
}

.update-service__case-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
}

.update-service__case-container {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.update-service__case-content:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.update-service__case-content-title {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.update-service__case-content-title-number {
  background-color: #333333;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  width: 150px;
  width: 9.375rem;
}

.update-service__case-content-title-main {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.update-service__case-consultation {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.update-service__case-consultation,
.update-service__case-support-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.update-service__case-support {
  background-color: #ebeae6;
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.update-service__case-support-text {
  letter-spacing: 0.05em;
  line-height: 2;
  line-height: normal;
}

.update-feature {
  opacity: 0;
  padding-bottom: 124.2px;
  padding-bottom: 7.7625rem;
  padding-top: 106px;
  padding-top: 6.625rem;
}

.update-feature.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.update-feature__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.update-feature__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bababa;
  border-top: 1px solid #bababa;
  display: grid;
  grid-template-columns: 5.0625rem auto;
  grid-template-rows: repeat(2, auto);
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.update-feature__content:not(:first-child) {
  border-top: none;
}

.update-feature__content-number {
  color: #efefef;
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 500;
  grid-area: 1/1/3/2;
  line-height: 0.6769230769;
}

.update-feature__content-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  grid-area: 1/2/2/3;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.update-feature__content-text {
  grid-area: 2/2/3/3;
  line-height: 2;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.update-price__title {
  color: #fff;
}

.update-price__text {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.update-price__container-wrapper {
  background-color: #343434;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.update-price__inner {
  opacity: 0;
}

.update-price__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.update-price__container {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.update-price__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.update-price__step {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
}

.update-price__step-img {
  max-width: 253px;
  max-width: 15.8125rem;
  width: 100%;
}

.update-price__step-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.update-price__step-title {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.update-price__step-text {
  color: #fff;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.update-price__table {
  opacity: 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 112px;
  padding-top: 7rem;
}

.update-price__table.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.update-price__table-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.update-price__table-subtitle {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.update-price__table-subtitle:nth-of-type(2) {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.update-price__table-wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.update-price__table-table {
  border-collapse: collapse;
  width: 100%;
}

.update-price__table-row:first-child {
  border-bottom: none;
}

.update-price__table-row {
  border-bottom: 1px solid #ebeae6;
}

.update-price__table-header {
  background-color: #ebeae6;
  border-left: 1px solid #fff;
  font-weight: 400;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

.update-price__table-header:first-child {
  width: 38%;
}

.update-price__table-header:nth-child(2) {
  width: 26%;
}

.update-price__table-header:nth-child(3) {
  width: 36%;
}

.update-price__table-header--font {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 21.6666666667%;
}

.update-price__table-header,
.update-price__table-cell {
  line-height: 2;
  text-align: center;
}

.update-price__table-cell {
  border-left: 1px solid #ebeae6;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.update-price__table-cell:last-child {
  border-right: 1px solid #ebeae6;
}

.update-price__table-cell span {
  font-size: 14px;
  font-size: 0.875rem;
}

.update-price__table-cell--left {
  padding-left: 32px;
  padding-left: 2rem;
  text-align: left;
}

.update-price__table-caption {
  line-height: 2;
}

.update-price__table-caption-wrapper {
  margin-top: 12.9px;
  margin-top: 0.80625rem;
}

.update-price__table-caption {
  line-height: 2;
}

.update-price__table-caption--small {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.update-price__table-wrapper02 .update-price__table-header:first-child {
  width: 28.6363636364%;
}
.update-price__table-wrapper02 .update-price__table-header:nth-child(2) {
  width: 35.1818181818%;
}
.update-price__table-wrapper02 .update-price__table-header:nth-child(3) {
  width: 19.8181818182%;
}
.update-price__table-wrapper02 .update-price__table-header:nth-child(4) {
  width: 16.1818181818%;
}
.update-price__table-wrapper02 .update-price__table-cell span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
}
/* construction */
.construction {
  opacity: 0;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.construction.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.construction__mv {
  -webkit-column-gap: 4.125rem;
     -moz-column-gap: 4.125rem;
          column-gap: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(50% - 50vw);
}

.construction__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 77px;
  margin-top: 4.8125rem;
  z-index: 100;
}

.construction__title {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4893617021;
}

.change-color {
  color: #F5A623;
}

.construction__title .u-font60 {
  line-height: 1.1666666667;
}

.construction__description {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  margin-top: 15px;
  margin-top: 0.9375rem;
  white-space: nowrap;
}

.construction__text {
  line-height: 1.8333333333;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.construction__img {
  width: 56.6666666667%;
}

.construction__img img {
  -o-object-fit: cover;
  aspect-ratio: 680/678;
  height: auto;
     object-fit: cover;
}

.common-contact {
  background-color: #ebeae6;
  opacity: 0;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  padding-top: 49px;
  padding-top: 3.0625rem;
}

.common-contact.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.common-contact__content {
  background-color: #fff;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  text-align: center;
}

.common-contact__content .common-contact__title {
  color: #F5A623;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.72;
}

.common-contact__text {
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.construction__container {
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
}

.construction__content {
  opacity: 0;
}

.construction__content.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.construction__problem {
  padding-top: 104px;
  padding-top: 6.5rem;
}

.construction__content-title {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.construction__content-title-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  height: 73px;
  height: 4.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.6666666667;
  width: 73px;
  width: 4.5625rem;
}

.construction__content-title-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.construction__problem-content {
  -webkit-column-gap: 4.9375rem;
     -moz-column-gap: 4.9375rem;
          column-gap: 4.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 73px;
  padding-left: 4.5625rem;
}

.construction__problem-img {
  max-width: 321.98px;
  max-width: 20.12375rem;
  width: 100%;
}

.construction__problem-body {
  margin-top: 88px;
  margin-top: 5.5rem;
}

.construction__problem-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4347826087;
}

.construction__problem-list {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

.construction__problem-item {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}

.construction__problem-item::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.construction__problem-text {
  background-color: #ebeae6;
  line-height: 2;
  margin-top: 32px;
  margin-top: 2rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 75px;
  padding-left: 4.6875rem;
  padding-right: 55px;
  padding-right: 3.4375rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.construction__strengths {
  padding-top: 105px;
  padding-top: 6.5625rem;
}

.construction__strengths-description {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.construction__strengths-container {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.construction__strengths-content:nth-child(2) {
  margin-left: auto;
  margin-top: 62px;
  margin-top: 3.875rem;
  position: relative;
}

.construction__strengths-content:nth-child(2)::before {
  background-image: url(../img/icon-line01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 42.42px;
  height: 2.65125rem;
  left: -50px;
  left: -3.125rem;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  width: 41.74px;
  width: 2.60875rem;
}

.construction__strengths-content:nth-child(2)::after {
  background-image: url(../img/icon-line02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 42.42px;
  height: 2.65125rem;
  left: -50px;
  left: -3.125rem;
  position: absolute;
  top: 84px;
  top: 5.25rem;
  width: 41.74px;
  width: 2.60875rem;
}

.construction__strengths-content:nth-child(3) {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.construction__strengths-content {
  border: 1px solid #707070;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  width: 76.4545454545%;
}

.construction__strengths-content:not(:first-child) {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.construction__strengths-content-title-main {
  font-weight: 500;
  line-height: 1.5555555556;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-left: 99px;
  padding-left: 6.1875rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  position: relative;
}

.construction__strengths-content-title-main::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebeae6;
  border-right: 1px solid #707070;
  content: attr(data-number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-size: 1.5625rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 4.2%;
  letter-spacing: 0.05em;
  line-height: 1.44;
  max-width: 70px;
  max-width: 4.375rem;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 100%;
}

.construction__strengths-cards {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
  border-top: 1px solid #707070;
          column-gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.construction__strengths-card {
  max-width: 220px;
  max-width: 13.75rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  width: 100%;
}

.construction__strengths-card-img {
  margin-left: auto;
  margin-right: auto;
  width: 78px;
  width: 4.875rem;
}

.construction__strengths-card-body {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.construction__strengths-card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.construction__strengths-card-text {
  line-height: 1.5555555556;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.construction__achievement {
  padding-top: 107px;
  padding-top: 6.6875rem;
}

.construction__achievement-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 37px;
  margin-top: 2.3125rem;
  position: relative;
}

.construction__achievement-content-title {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-left: 67px;
  padding-left: 4.1875rem;
  padding-right: 67px;
  padding-right: 4.1875rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

.construction__achievement-content-text {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: center;
}

.construction__faq {
  padding-top: 108px;
  padding-top: 6.75rem;
}

.construction__faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.construction__faq-content {
  background-color: #ebeae6;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 41px;
  padding-left: 2.5625rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.construction__faq-question {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8947368421;
}

.construction__faq-answer {
  line-height: 2;
  margin-top: 4px;
  margin-top: 0.25rem;
}
/* licentiate */
.licentiate {
  opacity: 0;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.licentiate.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.licentiate__mv {
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(50% - 50vw);
}

.licentiate__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 59px;
  margin-top: 3.6875rem;
  z-index: 100;
}

.licentiate__title {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.4893617021;
}

.licentiate__title .u-font30 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
}

.licentiate__title .u-font60 {
  font-weight: 900;
  line-height: 1.1666666667;
}

.licentiate__description {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.licentiate__text {
  line-height: 1.8333333333;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.licentiate__img {
  width: 51.5151515152%;
}

.licentiate__img img {
  -o-object-fit: cover;
  aspect-ratio: 680/678;
  height: auto;
     object-fit: cover;
}

.common-contact {
  background-color: #ebeae6;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  padding-top: 49px;
  padding-top: 3.0625rem;
}

.common-contact__content {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 2;
}

.common-contact__content::after {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.common-contact__content:hover .common-contact__title,
.common-contact__content:focus .common-contact__title,
.common-contact__content:hover .common-contact__text,
.common-contact__content:focus .common-contact__text {
  color: #fff;
}

.common-contact__content:hover::after,
.common-contact__content:focus::after {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.common-contact__title {
  color: #F5A623;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.72;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.common-contact__text {
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.licentiate-service__text {
  background-color: #ebeae6;
  line-height: 2;
  margin-top: 32px;
  margin-top: 2rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 75px;
  padding-left: 4.6875rem;
  padding-right: 55px;
  padding-right: 3.4375rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.licentiate-service {
  opacity: 0;
  padding-bottom: 51px;
  padding-bottom: 3.1875rem;
  padding-top: 70px;
  padding-top: 4.375rem;
}

.licentiate-service.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.licentiate-service__title-en {
  line-height: 1.48;
}

.licentiate-service__card {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.licentiate-service__card-list {
  grid-column-gap: 5.625rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
}

.licentiate-service__card-item {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
}

.licentiate-service__card-item.is-active {
  -webkit-animation: topIn 0.8s ease-out forwards;
          animation: topIn 0.8s ease-out forwards;
}

.licentiate-service__card-number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 0.88;
  margin-right: auto;
}

.licentiate-service__card-img01 {
  width: 100.36px;
  width: 6.2725rem;
}

.licentiate-service__card-img02 {
  width: 94.6px;
  width: 5.9125rem;
}

.licentiate-service__card-img03 {
  width: 96.45px;
  width: 6.028125rem;
}

.licentiate-service__card-img04 {
  width: 95.15px;
  width: 5.946875rem;
}

.licentiate-service__card-img06 {
  width: 100px;
  width: 6.25rem;
}

.licentiate-service__card-img05 {
  width: 93.9px;
  width: 5.86875rem;
}

.licentiate-service__card-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.licentiate-service__card-text {
  line-height: 1.7777777778;
  margin-top: 0px;
  margin-top: 0rem;
}

.licentiate-service__list-wrapper {
  margin-top: 17px;
  margin-top: 1.0625rem;
  width: 100%;
}

.licentiate-service__item {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 21px;
  padding-left: 1.3125rem;
  position: relative;
}

.licentiate-service__item::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.licentiate-flow {
  background-color: #fff;
  padding-bottom: 107px;
  padding-bottom: 6.6875rem;
  padding-top: 104px;
  padding-top: 6.5rem;
}

.licentiate-flow__inner {
  -webkit-column-gap: 14.9375rem;
     -moz-column-gap: 14.9375rem;
          column-gap: 14.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.licentiate-flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.licentiate-flow__text {
  line-height: 1.8333333333;
}

.licentiate-flow__details {
  padding-top: 61px;
  padding-top: 3.8125rem;
}

.licentiate-flow__details .workflow__detail-text {
  line-height: 1.6666666667;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.workflow__detail-img {
  overflow: hidden;
}

.workflow__detail-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.workflow__detail-img.is-active img {
  -webkit-animation: scale 0.6s ease-out forwards;
          animation: scale 0.6s ease-out forwards;
}

.common-works {
  opacity: 0;
}

.common-works.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.common-works__container {
  -webkit-column-gap: 4.3125rem;
     -moz-column-gap: 4.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
}

.common-works__heading {
  background-color: #ebeae6;
  height: 941px;
  height: 58.8125rem;
  max-width: 515px;
  max-width: 32.1875rem;
  padding-left: 120px;
  padding-left: 7.5rem;
  padding-top: 141px;
  padding-top: 8.8125rem;
  width: 100%;
}

.common-works__btn-box {
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: 437px;
  margin-top: 27.3125rem;
  max-width: 304px;
  max-width: 19rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.common-works__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.2222222222;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.common-works__btn::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0; /* 初期表示は表示しないようにする */
}

.common-works__btn-box:hover .common-works__btn,
.common-works__btn-box:focus .common-works__btn {
  border-color: #F5A623;
  color: #F5A623;
}

.common-works__btn::after {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: -4px;
  right: -0.25rem;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 6.79px;
  width: 0.424375rem;
}

.common-works__btn:hover::before {
  background-color: #F5A623;
  height: 0.25em;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 0.25em; /* ホバー時に表示 */
}

.common-works__btn-box:hover .common-works__btn::after,
.common-works__btn-box:focus .common-works__btn::after {
  background-image: url(../img/icon-arrow-right-orange.png);
}

.common-works__article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.common-works__article {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.common-works__article:not(:first-child) {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.common-works__article-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.2777777778;
  overflow: hidden;
}

.common-works__article-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.7777777778;
  margin-top: 14px;
  margin-top: 0.875rem;
  overflow: hidden;
}

.common-works__article-meta {
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-works__article-date {
  color: #adadad;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

.common-works__article-category {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.common-works__article-category::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 11px;
  width: 0.6875rem;
}

.licentiate-assurance {
  background-color: #343434;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  padding-top: 89px;
  padding-top: 5.5625rem;
}

.licentiate-assurance__inner {
  opacity: 0;
}

.licentiate-assurance__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.licentiate-assurance__content {
  -webkit-column-gap: 4.25rem;
     -moz-column-gap: 4.25rem;
          column-gap: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.licentiate-assurance__title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.licentiate-assurance__title-ja {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.licentiate-assurance__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.licentiate-assurance__text {
  color: #fff;
  line-height: 2;
}

.licentiate-assurance__container {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.licentiate-assurance__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.licentiate-assurance__step {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
}

.licentiate-assurance__step:nth-child(2)::before {
  background-image: url(../img/icon-multiply.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 69.64px;
  height: 4.3525rem;
  left: -55px;
  left: -3.4375rem;
  position: absolute;
  top: 92px;
  top: 5.75rem;
  width: 67.9px;
  width: 4.24375rem;
}

.licentiate-assurance__step:nth-child(3)::before {
  background-image: url(../img/icon-equal.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 85px;
  height: 5.3125rem;
  left: -58px;
  left: -3.625rem;
  position: absolute;
  top: 80px;
  top: 5rem;
  width: 72px;
  width: 4.5rem;
}

.licentiate-assurance__step-img {
  max-width: 253px;
  max-width: 15.8125rem;
  width: 100%;
}

.licentiate-assurance__step-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.licentiate-assurance__step-title {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.licentiate-assurance__step-text {
  color: #fff;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}
/* recruit */
.recruit {
  opacity: 0;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.recruit.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit__mv {
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(50% - 50vw);
}

.recruit__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 59px;
  margin-top: 3.6875rem;
  z-index: 100;
}

.recruit__title {
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.4893617021;
}

.recruit__title .u-font30-2 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.3333333333;
}

.recruit__title .u-font60-2 {
  font-weight: 900;
  line-height: 1.1666666667;
}

.recruit__description {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.recruit__text {
  line-height: 1.8333333333;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.recruit__img {
  width: 51.5151515152%;
}

.recruit__img img {
  -o-object-fit: cover;
  aspect-ratio: 680/678;
  height: auto;
     object-fit: cover;
}

.recruit-work {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  padding-top: 82px;
  padding-top: 5.125rem;
}

.recruit-work.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit-work__title {
  color: #fff;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.5925925926;
  text-align: center;
}

.recruit-work__container {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.recruit-work__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

.recruit-work__step {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
}

.recruit-work__step-img {
  max-width: 253px;
  max-width: 15.8125rem;
  width: 100%;
}

.recruit-work__step-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.recruit-work__step-title {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.recruit-work__step-text {
  color: #fff;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.recruit-contact__description {
  opacity: 0;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  padding-top: 74px;
  padding-top: 4.625rem;
}

.recruit-contact__description.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit-contact__description-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.32;
  text-align: center;
}

.recruit-contact__description-text {
  line-height: 1.8333333333;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.recruit-contact__description-text span {
  font-weight: 700;
}

.recruit-service {
  opacity: 0;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-top: 102px;
  padding-top: 6.375rem;
}

.recruit-service.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit-service__heading {
  -webkit-column-gap: 9.3125rem;
     -moz-column-gap: 9.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 9.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-service__text {
  line-height: 1.8333333333;
}

.recruit-service__card {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.recruit-service__card-list {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

.recruit-service__card-item {
  border: 1px solid #bababa;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.recruit-service__card-item.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.recruit-service__card-title {
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.recruit-service__card-img01,
.recruit-service__card-img03,
.recruit-service__card-img04 {
  width: 50px;
  width: 3.125rem;
}

.recruit-service__card-img02 {
  width: 44px;
  width: 2.75rem;
}

.recruit-service__card-title-main {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.recruit-service__card-text {
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.recruit-feature {
  opacity: 0;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.recruit-feature.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit-feature__card {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.recruit-feature__card-list {
  grid-column-gap: 4.375rem;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.recruit-feature__card-item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
}

.recruit-feature__card-item.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.recruit-feature__card-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.recruit-feature__card-img {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.recruit-feature__card-img01 {
  width: 125.27px;
  width: 7.829375rem;
}

.recruit-feature__card-text {
  line-height: 1.8333333333;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.recruit-feature__card-img02 {
  width: 110.57px;
  width: 6.910625rem;
}

.recruit-feature__card-img03 {
  width: 100.25px;
  width: 6.265625rem;
}

.recruit-price {
  opacity: 0;
  padding-bottom: 123px;
  padding-bottom: 7.6875rem;
  padding-top: 118px;
  padding-top: 7.375rem;
}

.recruit-price.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.recruit-price__text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.recruit-price__table {
  padding-top: 112px;
  padding-top: 7rem;
}

.recruit-price__table-wrapper {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.recruit-price__table {
  border-collapse: collapse;
  width: 100%;
}

.recruit-price__table-row:first-child {
  border-bottom: none;
}

.recruit-price__table-row {
  border-bottom: 1px solid #ebeae6;
}

.recruit-price__table-header {
  background-color: #ebeae6;
  border-left: 1px solid #fff;
  font-weight: 400;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

.recruit-price__table-header:first-child {
  width: 31.5454545455%;
}

.recruit-price__table-header:nth-child(2) {
  width: 24.2727272727%;
}

.recruit-price__table-header:nth-child(3) {
  width: 44.1818181818%;
}

.recruit-price__table-header,
.recruit-price__table-cell {
  line-height: 2;
  text-align: center;
}

.recruit-price__table-cell {
  border-left: 1px solid #ebeae6;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.recruit-price__table-cell:last-child {
  border-right: 1px solid #ebeae6;
}

.recruit-price__table-cell--left {
  padding-left: 32px;
  padding-left: 2rem;
  text-align: left;
}
/* thanks */
.thanks {
  opacity: 0;
  padding-bottom: 108px;
  padding-bottom: 6.75rem;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.thanks.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.thanks__title {
  color: #F5A623;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 0.6;
  position: relative;
  text-align: center;
}

.thanks__title::before {
  -webkit-transform: translate(-50%, -50%);
  background: #F5A623;
  bottom: -37px;
  bottom: -2.3125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
          transform: translate(-50%, -50%);
  width: 50px;
  width: 3.125rem;
}

.thanks__content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 144px;
  padding-top: 9rem;
  width: 70.9166666667%;
}

.thanks__text {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.thanks__text,
.thanks__message,
.thanks__reminder {
  line-height: 1.8333333333;
}

.thanks__message {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.thanks__note {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.thanks__reminder {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.thanks__btn-box {
  margin-top: 61px;
  margin-top: 3.8125rem;
  text-align: center;
}

.thanks__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 400px;
  max-width: 25rem;
  overflow: hidden;
  padding-bottom: 18.5px;
  padding-bottom: 1.15625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 18.5px;
  padding-top: 1.15625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.thanks__btn::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-left-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 25px;
  left: 1.5625rem;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 9.05px;
  width: 0.565625rem;
}

.thanks__btn::after {
  -webkit-transform: translateY(-50%) scale(0.1);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.thanks__btn:focus,
.thanks__btn:hover {
  color: #fff;
}

.thanks__btn:focus::before,
.thanks__btn:hover::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  height: 0.6875rem;
  left: 25px;
  left: 1.5625rem;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 9.05px;
  width: 0.565625rem;
}

.thanks__btn:focus::after,
.thanks__btn:hover::after {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/* error */
.error {
  opacity: 0;
  padding-top: 86px;
  padding-top: 5.375rem;
}

.error.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.error__title-en {
  color: #F5A623;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 0.6;
  position: relative;
  text-align: center;
}

.error__title-ja {
  color: #F5A623;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.32;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.error__content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 144px;
  padding-top: 9rem;
  width: 70.9166666667%;
}

.error__message {
  line-height: 1.8333333333;
  margin-top: 39px;
  margin-top: 2.4375rem;
}
/* download */
.download {
  opacity: 0;
}

.download.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.download__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/download-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.download__content {
  -webkit-column-gap: 9.4375rem;
     -moz-column-gap: 9.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 9.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download__title {
  margin-top: 48px;
  margin-top: 3rem;
}

.download__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.download__body {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.download-company {
  opacity: 0;
  padding-top: 80px;
  padding-top: 5rem;
}

.download-company.is-active {
  -webkit-animation: zoomIn 0.5s ease-out forwards;
          animation: zoomIn 0.5s ease-out forwards;
}

.download-company__container {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
  aspect-ratio: 1100/280;
  background-image: url(../img/download01.png);
  background-repeat: no-repeat;
  background-size: cover;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 65px;
  padding-left: 4.0625rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.download-company__container:hover .download-company__title {
  background-color: #F5A623;
  color: #fff;
}

.download-company__container:hover .download-company__text {
  color: #F5A623;
  /* font-weight: 700; */
}

.download-company__container:hover .download-company__btn {
  scale: 1.1;
}

.download-company__content {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.download-company__title {
  background-color: #fff;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.download-company__text {
  color: #fff;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.download-company__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 223px;
  width: 13.9375rem;
}

.download-information {
  opacity: 0;
  padding-top: 80px;
  padding-top: 5rem;
}

.download-information.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.download-information__title-ja {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.download-information-description {
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.download-information__cards {
  margin-right: -84px;
  margin-right: -5.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.download-information__card-list {
  grid-column-gap: 1.375rem;
  grid-row-gap: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.download-information__card-img img {
  -o-object-fit: cover;
  /* aspect-ratio: 380/285; */
  height: auto;
     object-fit: cover;
}

.download-information__card-body {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.download-information__card-tag {
  background-color: #333333;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 2px;
  padding-top: 0.125rem;
  text-align: center;
  width: 100px;
  width: 6.25rem;
}

.download-information__card-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.download-information__card-btn-box {
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
}

.download-information__card-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 300px;
  max-width: 18.75rem;
  overflow: hidden;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.download-information__card-btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.download-information__card-btn:focus,
.download-information__card-btn:hover {
  color: #fff;
}

.download-information__card-btn:focus::before,
.download-information__card-btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/* seo */
.seo {
  opacity: 0;
}

.seo.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.seo__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/seo-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.seo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.seo__content {
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.seo__title {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.seo__body {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.seo__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.seo__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.seo-about {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 99px;
  padding-bottom: 6.1875rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.seo-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.seo-about__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seo-about__content {
  width: 43.0833333333%;
}

.seo-about__title {
  color: #fff;
}

.seo-about__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.seo-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.seo-about__text {
  color: #fff;
}

.seo-about__text span {
  font-weight: 700;
}

.seo-about__text,
.seo-about__item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.seo-about__item {
  color: #F5A623;
  font-weight: 700;
}

.seo-detail {
  background-color: #fff;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
  padding-top: 104px;
  padding-top: 6.5rem;
}

.seo-detail__container {
  grid-column-gap: 3.625rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.seo-detail__content {
  background-color: #ebeae6;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  justify-items: center;
  opacity: 0;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  padding-right: 36px;
  padding-right: 2.25rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  position: relative;
}

.seo-detail__content.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.seo-detail__content:not(:first-child)::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/icon-multiply-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 98.46px;
  height: 6.15375rem;
  left: -30px;
  left: -1.875rem;
  position: absolute;
  top: 248px;
  top: 15.5rem;
          transform: translateX(-50%);
  width: 96px;
  width: 6rem;
}

.seo-detail__title {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2222222222;
}

.seo-detail__subtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  height: 266px;
  height: 16.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.5652173913;
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-align: center;
  width: 266px;
  width: 16.625rem;
}

.seo-detail__description {
  line-height: 1.6666666667;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.seo-detail__list {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.seo-detail__item {
  line-height: 1.6666666667;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.seo-detail__item:not(:first-child) {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.seo-detail__item::before {
  -webkit-transform: translateY(-50%);
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 25%;
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.seo-operation {
  background-color: #343434;
  opacity: 0;
  padding-top: 87px;
  padding-top: 5.4375rem;
}

.seo-operation.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.seo-operation__inner {
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
}

.seo-operation__title-en,
.seo-operation__title-ja {
  color: #fff;
}

.seo-operation__title-ja {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.seo-operation__body {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.seo-operation__text {
  color: #fff;
  line-height: 2;
}

.seo-operation__container {
  background-color: #fff;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.seo-operation__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bababa;
  display: grid;
  grid-template-columns: 3.0625rem auto;
  grid-template-rows: repeat(2, auto);
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.seo-operation__content:not(:first-child) {
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.seo-operation__content-number {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  grid-area: 1/1/3/2;
  line-height: 1.2571428571;
}

.seo-operation__content-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  grid-area: 1/2/2/3;
  letter-spacing: 0.05em;
  line-height: 1.8947368421;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.seo-operation__content-text {
  grid-area: 2/2/3/3;
  line-height: 2;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.seo-operation__foot {
  background-color: #ebeae6;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.seo-operation__foot-content {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  padding-top: 39px;
  padding-top: 2.4375rem;
}

.seo-operation__foot-title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.4166666667;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

.seo-operation__foot-body {
  border-left: 1px solid #bababa;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-left: 31px;
  padding-left: 1.9375rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.seo-operation__foot-description {
  line-height: 2;
}

.seo-operation__foot-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.seo-operation__foot-item {
  line-height: 1.3888888889;
  padding-left: 1em; /* 全体の左パディングを設定 */
  position: relative;
  text-indent: -1em; /* 最初の行のインデントを負の値に */
}

.seo-operation__foot-item:not(:first-child) {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.seo-operation__foot-item::before {
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 12px;
  width: 0.75rem;
}

.seo-directory {
  opacity: 0;
  padding-bottom: 144px;
  padding-bottom: 9rem;
  padding-top: 91px;
  padding-top: 5.6875rem;
}

.seo-directory.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.seo-directory__title-ja {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.seo-directory__body {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.seo-directory__lead {
  color: #F5A623;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}

.seo-directory__text {
  line-height: 2;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.seo-directory__before {
  margin-top: 35px;
  margin-top: 2.1875rem;
  overflow: scroll;
}

.seo-directory__after {
  margin-top: 56px;
  margin-top: 3.5rem;
  overflow: scroll;
}

.seo-directory__before-img,
.seo-directory__after-img {
  width: 1200px;
  width: 75rem;
}
/* contents-marketing */
.contents {
  opacity: 0;
}

.contents.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/contents-marketing-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.contents__content {
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents__title {
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
}

.contents__title-ja {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.contents__body {
  margin-right: -64px;
  margin-right: -4rem;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.contents__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.contents__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contents-purpose {
  background-color: #343434;
  opacity: 0;
  padding-top: 114px;
  padding-top: 7.125rem;
}

.contents-purpose.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-purpose__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-purpose__content {
  width: 43.0833333333%;
}

.contents-purpose__title {
  color: #fff;
}

.contents-purpose__title-ja {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.contents-purpose__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.contents-purpose__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.contents-purpose__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.contents-purpose__cards__wrapper {
  margin-top: 117px;
  margin-top: 7.3125rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.contents-purpose__cards-title {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-left: 29px;
  margin-left: 1.8125rem;
  text-align: center;
}

.contents-purpose__cards {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
  margin-top: 2.125rem;
}

.contents-purpose__card {
  border: 1px solid #fff;
  opacity: 0;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  padding-left: 43px;
  padding-left: 2.6875rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
}

.contents-purpose__card.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.contents-purpose__card-number {
  color: #bababa;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.2571428571;
}

.contents-purpose__card-title {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.contents-purpose__card-text {
  color: #fff;
  line-height: 1.6666666667;
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: left;
}

.contents-purpose__steps-wrapper {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 61px;
  padding-top: 3.8125rem;
}

.contents-purpose__steps-description {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8181818182;
  opacity: 0;
  text-align: center;
}

.contents-purpose__steps-description.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-purpose__steps {
  grid-column-gap: 2.9375rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.contents-purpose__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebeae6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
}

.contents-purpose__step.is-active {
  -webkit-animation: timeIn 0.8s ease-out forwards;
          animation: timeIn 0.8s ease-out forwards;
}

.contents-purpose__step:not(:first-child)::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icon-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  height: 1.6875rem;
  left: -44px;
  left: -2.75rem;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  width: 27px;
  width: 1.6875rem;
}

.contents-purpose__step-number {
  color: #F5A623;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.contents-purpose__step-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.contents-purpose__step-img {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contents-purpose__step-img01 {
  width: 46.82px;
  width: 2.92625rem;
}

.contents-purpose__step-text {
  line-height: 1.6666666667;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.contents-purpose__step-img02 {
  width: 63.89px;
  width: 3.993125rem;
}

.contents-purpose__step-img03 {
  width: 68.7px;
  width: 4.29375rem;
}

.contents-purpose__step-foot {
  line-height: 1.6666666667;
  margin-top: 38px;
  margin-top: 2.375rem;
  opacity: 0;
  text-align: center;
}

.contents-purpose__step-foot.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-work__inner {
  opacity: 0;
}

.contents-work__inner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-work__title {
  color: #fff;
}

.contents-work__text {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.contents-work__heading {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.contents-work__heading-title,
.contents-work__heading-text {
  color: #fff;
}

.contents-work__heading-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
}

.contents-work__heading-text {
  line-height: 1.6666666667;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.contents-work__top {
  background-color: #343434;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.contents-work__container {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.contents-work__steps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.contents-work__step {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  justify-items: center;
  position: relative;
}

.contents-work__step-img {
  max-width: 253px;
  max-width: 15.8125rem;
  width: 100%;
}

.contents-work__step-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contents-work__step-title {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

.contents-work__step-text {
  color: #fff;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.contents-work__keyword {
  opacity: 0;
  padding-top: 118px;
  padding-top: 7.375rem;
}

.contents-work__keyword.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-work__detail-title {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-work__detail-title-en {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.48;
}

.contents-work__detail-title-en span {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.4888888889;
  margin-right: 17px;
  margin-right: 1.0625rem;
}

.contents-work__detail-title-ja {
  color: #F5A623;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.contents-work__detail-lead {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.76;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.contents-work__detail-text {
  line-height: 1.6666666667;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.contents-work__keyword-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  margin-top: 68px;
  margin-top: 4.25rem;
}

.contents-work__keyword-content:nth-of-type(3) {
  margin-top: 117px;
  margin-top: 7.3125rem;
}

.contents-work__keyword-description,
.contents-work__keyword-point {
  max-width: 573px;
  max-width: 35.8125rem;
  width: 100%;
}

.contents-work__keyword-description {
  grid-area: 1/1/2/2;
}

.contents-work__keyword-description-title {
  color: #F5A623;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.contents-work__keyword-description-text {
  line-height: 1.6666666667;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.contents-work__detail-point {
  background-color: #ebeae6;
  border-radius: 5px;
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 31px;
  padding-top: 1.9375rem;
  position: relative;
}

.contents-work__keyword-point {
  grid-area: 2/1/3/2;
  height: 203px;
  height: 12.6875rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.contents-work__detail-point-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5A623;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
  left: 1.25rem;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  width: 157px;
  width: 9.8125rem;
}

.contents-work__detail-point-text {
  line-height: 1.6666666667;
}

.contents-work__keyword-img {
  grid-area: 1/2/3/3;
}

.contents-work__keyword-img01 {
  margin-left: 110px;
  margin-left: 6.875rem;
  margin-right: -18px;
  margin-right: -1.125rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  max-width: 435px;
  max-width: 27.1875rem;
  width: 100%;
}

.contents-work__keyword-img02 {
  margin-left: 72px;
  margin-left: 4.5rem;
  max-width: 453px;
  max-width: 28.3125rem;
  width: 100%;
}

.contents-work__persona {
  opacity: 0;
  padding-top: 103px;
  padding-top: 6.4375rem;
}

.contents-work__persona.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-work__persona-title {
  -webkit-column-gap: 1.8125rem;
     -moz-column-gap: 1.8125rem;
          column-gap: 1.8125rem;
}

.contents-work__persona-title-en span {
  margin-right: 23px;
  margin-right: 1.4375rem;
}

.contents-work__persona-lead {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.contents-work__persona-text {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.contents-work__persona-content {
  border: 1px solid #707070;
  border-radius: 5px;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 39px;
  padding-left: 2.4375rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 48px;
  padding-top: 3rem;
}

.contents-work__persona-content-title,
.contents-work__persona-media-title,
.contents-work__persona-list-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.contents-work__persona-media-title {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.contents-work__persona-media-title,
.contents-work__persona-list-title {
  color: #F5A623;
}

.contents-work__persona-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
  border-bottom: 1px solid #bababa;
          column-gap: 3.375rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  margin-top: 33px;
  margin-top: 2.0625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.contents-work__persona-media-img {
  grid-area: 1/1/3/2;
  width: 111px;
  width: 6.9375rem;
}

.contents-work__persona-media-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6666666667;
}

.contents-work__persona-media-text01 {
  grid-area: 1/2/2/3;
  margin-top: -20px;
  margin-top: -1.25rem;
}

.contents-work__persona-media-text02 {
  grid-area: 2/2/3/3;
}

.contents-work__persona-list-wrapper {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.contents-work__persona-list-wrapper:nth-of-type(2) {
  border-bottom: 1px solid #bababa;
}

.contents-work__persona-list {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.contents-work__persona-item {
  line-height: 1.6666666667;
}

.contents-work__persona-item::before {
  background-color: #bababa;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 12px;
  width: 0.75rem;
}

.contents-work__persona-point {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.contents-work__pdca {
  opacity: 0;
  padding-top: 103px;
  padding-top: 6.4375rem;
}

.contents-work__pdca.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-work__pdca-title {
  -webkit-column-gap: 1.3125rem;
     -moz-column-gap: 1.3125rem;
          column-gap: 1.3125rem;
}

.contents-work__pdca-title-en span {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.contents-work__pdca-lead {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.contents-work__pdca-content {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.contents-work__pdca-list {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contents-work__pdca-item {
  border: 2px solid #bababa;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-top: 38px;
  padding-top: 2.375rem;
  position: relative;
}

.contents-work__pdca-item:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 55px;
  height: 3.4375rem;
  width: 55px;
  width: 3.4375rem;
}

.contents-work__pdca-item01::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icon-triangle-right.png);
  position: absolute;
  right: -51px;
  right: -3.1875rem;
  top: 50%;
          transform: translateY(-50%);
}

.contents-work__pdca-item02::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/icon-triangle-under.png);
  bottom: -53px;
  bottom: -3.3125rem;
  left: 50%;
  position: absolute;
          transform: translateX(-50%);
}

.contents-work__pdca-item03::before {
  -webkit-transform: translateX(-50%);
  background-image: url(../img/icon-triangle-top.png);
  left: 50%;
  position: absolute;
  top: -48px;
  top: -3rem;
          transform: translateX(-50%);
}

.contents-work__pdca-item04::before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/icon-triangle-left.png);
  left: -54px;
  left: -3.375rem;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
}

.contents-work__pdca-item-title {
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-work__pdca-item-title-en {
  color: #F5A623;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.contents-work__pdca-item-title-ja {
  font-weight: 700;
  line-height: 1.6666666667;
}

.contents-work__pdca-item-text {
  line-height: 1.6666666667;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.contents-work__pdca-point {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.contents-work__pdca-point-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.contents-solution {
  opacity: 0;
  padding-top: 105px;
  padding-top: 6.5625rem;
}

.contents-solution.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contents-solution__inner {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.contents-solution__heading {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contents-solution__heading-title {
  color: #F5A623;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}

.contents-solution__heading-text {
  line-height: 1.6666666667;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.contents-solution__list-wrapper {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.contents-solution__list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

.contents-solution__item {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.contents-solution__item01 {
  border: 1px solid #719ddf;
}

.contents-solution__item-heading {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: center;
}

.contents-solution__item-heading01 {
  background-color: #e4f0ff;
}

.contents-solution__item-number {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.contents-solution__item-number01 {
  color: #5388d7;
}

.contents-solution__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.contents-solution__item-title01 {
  color: #5388d7;
}

.contents-solution__price {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 0.8571428571;
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}

.contents-solution__price .small {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.contents-solution__price .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6666666667;
}

.contents-solution__price-detail,
.contents-solution__plan-item {
  line-height: 1.6666666667;
}

.contents-solution__price-detail {
  border: 1px solid #bababa;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  margin-top: 0.6875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  text-align: center;
  width: 220px;
  width: 13.75rem;
}

.contents-solution__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.contents-solution__plan-item:before {
  background-color: #bababa;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 12px;
  width: 0.75rem;
}

.contents-solution__item02 {
  border: 1px solid #49b796;
}

.contents-solution__item-heading02 {
  background-color: #e6f6f2;
}

.contents-solution__item-number02 {
  color: #49b796;
}

.contents-solution__item-title02 {
  color: #49b796;
}

.contents-solution__item03 {
  border: 1px solid #ef83b5;
}

.contents-solution__item-heading03 {
  background-color: #f5e1ea;
}

.contents-solution__item-number03 {
  color: #ef83b5;
}

.contents-solution__item-title03 {
  color: #ef83b5;
}

.contents-solution__item-caption {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.contents-solution__item-caption:nth-of-type(1) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.contents-solution__consultation {
  background-color: #ebeae6;
  padding-bottom: 73px;
  padding-bottom: 4.5625rem;
  padding-top: 73px;
  padding-top: 4.5625rem;
}

.contents-solution__consultation-text {
  line-height: 1.6666666667;
}

.contents-solution__consultation-text,
.contents-solution__consultation-btn-box {
  text-align: center;
}

.contents-solution__consultation-btn-box {
  margin-right: 50px;
  margin-right: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.contents-solution__consultation-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #F5A623;
  border: 1px solid #F5A623;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  max-width: 450px;
  max-width: 28.125rem;
  overflow: hidden;
  padding-bottom: 26.5px;
  padding-bottom: 1.65625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 26.5px;
  padding-top: 1.65625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.contents-solution__consultation-btn::after {
  -webkit-transform: translateY(-50%) scale(0.1);
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.contents-solution__consultation-btn:focus,
.contents-solution__consultation-btn:hover {
  color: #F5A623;
}

.contents-solution__consultation-btn:focus::after,
.contents-solution__consultation-btn:hover::after {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
/* customer-support */
.customer-support {
  opacity: 0;
}

.customer-support.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.customer-support__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/customer-support-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.customer-support__inner {
  height: 100%;
}

.customer-support__content {
  -webkit-column-gap: 3.0625rem;
     -moz-column-gap: 3.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-support__title {
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
}

.customer-support__title-ja {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.customer-support__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -50px;
  margin-right: -3.125rem;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.customer-support__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.customer-support__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.support-about {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 111px;
  padding-bottom: 6.9375rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.support-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.support-about__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support-about__content {
  width: 43.0833333333%;
}

.support-about__title {
  color: #fff;
}

.support-about__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.support-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -20px;
  margin-right: -1.25rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.support-about__text {
  color: #fff;
}

.support-about__text span {
  font-weight: 700;
}

.support-about__text,
.support-about__item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.support-about__item {
  color: #F5A623;
  font-weight: 700;
}

.support-feature {
  background-color: #ebeae6;
  opacity: 0;
  padding-top: 98px;
  padding-top: 6.125rem;
}

.support-feature.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.support-feature__inner {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}

.support-feature__title-ja {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.support-feature__body {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.support-feature__lead {
  color: #F5A623;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}

.support-feature__text {
  line-height: 2;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.support-feature__container {
  background-color: #fff;
  margin-top: 44px;
  margin-top: 2.75rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 42px;
  padding-top: 2.625rem;
}

.support-feature__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bababa;
  display: grid;
  grid-template-columns: 3.0625rem auto;
  grid-template-rows: repeat(2, auto);
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.support-feature__content:last-child {
  border-bottom: none;
}

.support-feature__content:not(:first-child) {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.support-feature__content-number {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  grid-area: 1/1/3/2;
  line-height: 1.2571428571;
}

.support-feature__content-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  grid-area: 1/2/2/3;
  letter-spacing: 0.05em;
  line-height: 1.8947368421;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.support-feature__content-text {
  grid-area: 2/2/3/3;
  line-height: 1.7777777778;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.support-feature__message {
  background-color: #fff;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.support-feature__message-text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
  opacity: 0;
  text-align: center;
}

.support-feature__message-text.is-active {
  -webkit-animation: zoomIn 0.5s ease-out forwards;
          animation: zoomIn 0.5s ease-out forwards;
}
/* maintenance */
.maintenance {
  opacity: 0;
}

.maintenance.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.maintenance__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/maintenance-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.maintenance__inner {
  height: 100%;
}

.maintenance__content {
  -webkit-column-gap: 3.0625rem;
     -moz-column-gap: 3.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.maintenance__title {
  margin-top: 49px;
  margin-top: 3.0625rem;
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
}

.maintenance__title-ja {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.maintenance__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.maintenance__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.maintenance__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.maintenance-about {
  background-color: #343434;
  opacity: 0;
  padding-bottom: 172px;
  padding-bottom: 10.75rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.maintenance-about.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.maintenance-about__inner {
  -webkit-column-gap: 6.8125rem;
     -moz-column-gap: 6.8125rem;
          column-gap: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maintenance-about__content {
  width: 43.0833333333%;
}

.maintenance-about__title {
  color: #fff;
}

.maintenance-about__lead {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.maintenance-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.maintenance-about__text {
  color: #fff;
}

.maintenance-about__text span {
  font-weight: 700;
}

.maintenance-about__text,
.maintenance-about__item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.1111111111;
}

.maintenance-about__item {
  color: #F5A623;
  font-weight: 700;
}

.maintenance-price {
  opacity: 0;
  padding-top: 98px;
  padding-top: 6.125rem;
}

.maintenance-price.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.maintenance-price__inner {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}

.maintenance-price__title-ja {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.maintenance-price__body {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.maintenance-price__lead {
  color: #F5A623;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}

.maintenance-price__text {
  line-height: 2;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.maintenance-price__container {
  background-color: #fff;
  margin-top: 44px;
  margin-top: 2.75rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 42px;
  padding-top: 2.625rem;
}

.maintenance-price__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bababa;
  display: grid;
  grid-template-columns: 3.0625rem auto;
  grid-template-rows: repeat(2, auto);
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.maintenance-price__content:last-child {
  border-bottom: none;
}

.maintenance-price__content:not(:first-child) {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.maintenance-price__content-number {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  grid-area: 1/1/3/2;
  line-height: 1.2571428571;
}

.maintenance-price__content-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  grid-area: 1/2/2/3;
  letter-spacing: 0.05em;
  line-height: 1.8947368421;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.maintenance-price__content-text {
  grid-area: 2/2/3/3;
  line-height: 1.7777777778;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.maintenance-price__plan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 32px;
  row-gap: 2rem;
}

.maintenance-price__plan {
  border: 1px solid #bababa;
  border-radius: 15px;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  padding-left: 49px;
  padding-left: 3.0625rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.maintenance-price__plan-title {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maintenance-price__plan-title-type {
  background-color: #F5A623;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 5.5px;
  padding-bottom: 0.34375rem;
  padding-top: 5.5px;
  padding-top: 0.34375rem;
  text-align: center;
  width: 134px;
  width: 8.375rem;
}

.maintenance-price__plan-title-price {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.44;
}

.maintenance-price__plan-title-price span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.maintenance-price__plan-description {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.maintenance-price__plan-list {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.maintenance-price__plan-item {
  font-weight: 500;
  line-height: 1.8333333333;
}

.maintenance-price__plan-item::before {
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 12px;
  width: 0.75rem;
}

.maintenance-price__plan-detail {
  font-weight: 500;
  line-height: 1.7777777778;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.maintenance-price__attention-wrapper {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.maintenance-price__attention-title,
.maintenance-price__attention-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.maintenance-price__message {
  background-color: #fff;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}

.maintenance-price__message-text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8333333333;
  opacity: 0;
  text-align: center;
}

.maintenance-price__message-text.is-active {
  -webkit-animation: zoomIn 0.5s ease-out forwards;
          animation: zoomIn 0.5s ease-out forwards;
}
/* contact */
.contact {
  opacity: 0;
}

.contact.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contact__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/contact-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.contact__content {
  -webkit-column-gap: 11.9375rem;
     -moz-column-gap: 11.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 11.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__title {
  margin-top: 48px;
  margin-top: 3rem;
}

.contact__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.contact__body {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.contact__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.contact__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.contact-tel {
  opacity: 0;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  padding-top: 89px;
  padding-top: 5.5625rem;
}

.contact-tel.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.contact-tel__information {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  height: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 897px;
  max-width: 56.0625rem;
  width: 100%;
}

.contact-tel__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #bababa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  height: 5.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 358px;
  max-width: 22.375rem;
  width: 100%;
}

.contact-tel__title-main {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.contact-tel__body {
  margin-left: 68px;
  margin-left: 4.25rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.contact-tel__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 0.72;
  padding-left: 61px;
  padding-left: 3.8125rem;
  position: relative;
}

.contact-tel__number::before {
  background-image: url(../img/icon-tel-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: 20px;
  left: 1.25rem;
  position: absolute;
  top: 23px;
  top: 1.4375rem;
  width: 30.67px;
  width: 1.916875rem;
}

.contact-tel__time {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.contact-tel__time span {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.contact-form__wrapper {
  margin-right: -10px;
  margin-right: -0.625rem;
}

.contact-form {
  margin-left: auto;
  margin-right: auto;
  width: 80.5%;
}

.contact-form__inner {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}

.contact-form__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form__item01 .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form__item02 {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.contact-form__item03,
.contact-form__item04,
.contact-form__item05,
.contact-form__item08,
.contact-form__item09 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.contact-form__item06 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 54px;
  margin-top: 3.375rem;
}
.contact-form__item06 .contact-form__item-label {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.contact-form__item07 {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.contact-form__item10 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.contact-form__item12 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact-form__item-textarea {
  border: 1px solid #bababa;
  border-radius: 2px;
  height: 200px;
  height: 12.5rem;
  max-width: 550px;
  max-width: 34.375rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
  padding-top: 27px;
  padding-top: 1.6875rem;
  width: 100%;
}

.contact-form__item-upload-wrapper {
  width: 77.3%;
}

.contact-form__item-upload-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.contact-form__item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  line-height: 2;
  position: relative;
}

.contact-form__item-label.required::after {
  background-image: url(../img/icon-required.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  height: 2rem;
  position: absolute;
  top: -1px;
  top: -0.0625rem;
  width: 32px;
  width: 2rem;
}

.contact-form__item-text {
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.contact-form__wrapper .contact-form__item-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content02-text {
  -webkit-transform: translateY(-50%);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  left: 17px;
  left: 1.0625rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .codedropz-upload-handler {
  background-color: #f4f4f4;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
  height: 45px;
  height: 2.8125rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .codedropz-upload-container {
  height: inherit;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 0px;
  padding-right: 0rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .cd-upload-btn {
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .cd-upload-btn {
  color: transparent;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .codedropz-upload-inner span,
.contact-form__wrapper .contact-form__item-upload-wrapper .dnd-upload-counter {
  display: none;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .codedropz-upload-inner div {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload-content01 {
  width: 300px;
  width: 18.75rem;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload-content02 {
  position: relative;
  width: 110px;
  width: 6.875rem;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload-content02 .wpcf7-form-control-wrap .codedropz-upload-handler {
  background-color: #fff;
  border: 1px solid #9a9a9a;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload-content02 .wpcf7-form-control-wrap .codedropz-upload-inner div {
  display: none;
}
.contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload-content02 .wpcf7-form-control-wrap .codedropz-upload-inner .codedropz-btn-wrap {
  display: block;
}
.contact-form__wrapper .contact-form__item11 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 17px;
  margin-left: 1.0625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
.contact-form__wrapper .contact-form__item11 .contact-form__item-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contact-form__wrapper .contact-form__item11 .wpcf7-form-control-wrap {
  max-width: 448px;
  max-width: 28rem;
  width: 100%;
}
.contact-form__wrapper .contact-form__item13 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 53px;
  margin-top: 3.3125rem;
  text-align: center;
}
.contact-form__wrapper .contact-form__item13 input[type=checkbox] {
  border-color: #9a9a9a;
  border-radius: 1px;
  height: 26px;
  height: 1.625rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  width: 26px;
  width: 1.625rem;
}
.contact-form__wrapper .contact-form__item13 label {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
  margin-left: -0.0625rem;
}
.contact-form__wrapper .contact-form__item13 .wpcf7-list-item-label {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
.contact-form__wrapper .wpcf7-form-control-wrap {
  max-width: 753px;
  max-width: 47.0625rem;
  width: 100%;
}
.contact-form__wrapper .wpcf7-list-item {
  margin-left: 0px;
  margin-left: 0rem;
}
.contact-form__wrapper .wpcf7-list-item-label {
  letter-spacing: 0.1em;
  line-height: 2;
}
.contact-form__wrapper .wpcf7-text {
  border-color: #bababa;
  border-radius: 2px;
  height: 55px;
  height: 3.4375rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
}
.contact-form__wrapper input[type=checkbox] {
  border-color: #9a9a9a;
  border-radius: 1px;
  height: 23px;
  height: 1.4375rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  width: 23px;
  width: 1.4375rem;
}
.contact-form__wrapper input {
  padding-left: 19px;
  padding-left: 1.1875rem;
}
.contact-form__wrapper input::-webkit-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}
.contact-form__wrapper input:-ms-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}
.contact-form__wrapper input::-ms-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}
.contact-form__wrapper input::-moz-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}
.contact-form__wrapper input::placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

.contact-form__btn-box {
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: center;
}
.contact-form__btn-box .wpcf7-spinner {
  display: none;
}

.contact-form__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #F5A623;
  border: none;
  border: 1px solid #F5A623;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  max-width: 450px;
  max-width: 28.125rem;
  padding-bottom: 26.5px;
  padding-bottom: 1.65625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 26.5px;
  padding-top: 1.65625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.contact-form__btn:focus,
.contact-form__btn:hover {
  background-color: #fff;
  color: #F5A623;
}

.contact-form__privacy {
  position: relative;
}

.contact-form__privacy {
  margin-right: 22px;
  margin-right: 1.375rem;
}

.contact-form__privacy::after {
  background-image: url(../img/icon-window-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  right: -28px;
  right: -1.75rem;
  width: 35px;
  width: 2.1875rem;
}
/* download-documents */
.company-brochure {
  opacity: 0;
}

.company-brochure.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company-brochure__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/company-brochure-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.company-brochure__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.company-brochure__content {
  -webkit-column-gap: 11.4375rem;
     -moz-column-gap: 11.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-brochure__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.company-brochure__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.company-brochure-form__wrapper {
  opacity: 0;
  padding-bottom: 131px;
  padding-bottom: 8.1875rem;
  padding-top: 88px;
  padding-top: 5.5rem;
}

.company-brochure-form__wrapper.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.company-brochure-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 931px;
  max-width: 58.1875rem;
  width: 100%;
}

.company-brochure-form__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-brochure-form__item02 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.company-brochure-form__item03 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.company-brochure-form__item04 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.company-brochure-form__item05 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.company-brochure-form__item06 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 54px;
  margin-top: 3.375rem;
  text-align: center;
}
.company-brochure-form__item06 input[type=checkbox] {
  height: 26px;
  height: 1.625rem;
  width: 26px;
  width: 1.625rem;
}
.company-brochure-form__item06 label {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 9px;
  margin-left: 0.5625rem;
  position: relative;
}
.company-brochure-form__item06 .wpcf7-list-item-label {
  position: relative;
}
.company-brochure-form__item06 .wpcf7-list-item-label {
  letter-spacing: 0.05em;
  margin-left: 0px;
  margin-left: 0rem;
}

.company-brochure-form__item-upload-wrapper {
  width: 77%;
}

.company-brochure-form__item-upload {
  height: 45px;
  height: 2.8125rem;
  padding-left: 0px;
  padding-left: 0rem;
  width: 300px;
  width: 18.75rem;
}

.company-brochure-form__item-upload-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.company-brochure-form__item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}

.company-brochure-form__item-label.required::after {
  background-image: url(../img/icon-required.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  height: 2rem;
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  width: 32px;
  width: 2rem;
}

.company-brochure-form__item-text {
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.company-brochure-form__item-textarea {
  height: 200px;
  height: 12.5rem;
  max-width: 550px;
  max-width: 34.375rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
  padding-top: 27px;
  padding-top: 1.6875rem;
  width: 100%;
}

.wpcf7-form-control-wrap {
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-list-item {
  margin-left: 0px;
  margin-left: 0rem;
}

.wpcf7-list-item-label {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.wpcf7-text {
  border: 1px solid #bababa;
  border-radius: 2px;
  height: 55px;
  height: 3.4375rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
}

input[type=checkbox] {
  border-color: #9a9a9a;
  border-radius: 1px;
  height: 23px;
  height: 1.4375rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  width: 23px;
  width: 1.4375rem;
}

input {
  padding-left: 19px;
  padding-left: 1.1875rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

input::placeholder,
textarea::placeholder {
  color: #c9c9c9;
  letter-spacing: 0.05em;
}

.company-brochure-form__btn-box {
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: center;
}
.company-brochure-form__btn-box .wpcf7-spinner {
  display: none;
}

.company-brochure-form__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #F5A623;
  border: none;
  border: 1px solid #F5A623;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  max-width: 450px;
  max-width: 28.125rem;
  padding-bottom: 26.5px;
  padding-bottom: 1.65625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 26.5px;
  padding-top: 1.65625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.company-brochure-form__btn:focus,
.company-brochure-form__btn:hover {
  background-color: #fff;
  color: #F5A623;
}
/* partner */
.partner {
  opacity: 0;
}

.partner.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.partner__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/partner-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.partner__inner {
  height: 100%;
}

.partner__content {
  -webkit-column-gap: 15.5rem;
     -moz-column-gap: 15.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 15.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner__title {
  margin-top: 49px;
  margin-top: 3.0625rem;
  max-width: 182px;
  max-width: 11.375rem;
  width: 100%;
}

.partner__title-ja {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.partner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -50px;
  margin-right: -3.125rem;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.partner__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}

.partner__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.partner-jobs {
  opacity: 0;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-top: 104px;
  padding-top: 6.5rem;
}

.partner-jobs.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.partner-jobs__title-ja {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.partner-jobs__wrapper {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.partner-jobs__content {
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-jobs__content:first-child {
  border-bottom: 1px solid #bababa;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.partner-jobs__content:nth-child(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.partner-jobs__content-title {
  font-weight: 700;
  line-height: 2;
  max-width: 133px;
  max-width: 8.3125rem;
  width: 100%;
}

.partner-jobs__content-list-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partner-jobs__content-list:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
}

.partner-jobs__content-list:nth-child(3) {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.partner-jobs__content-item {
  line-height: 1.8333333333;
}

.partner-jobs__content-item::before {
  background-color: #F5A623;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 11px;
  height: 0.6875rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
  width: 11px;
  width: 0.6875rem;
}

.partner-jobs__content-item-title {
  color: #F5A623;
  font-weight: 500;
  line-height: 2;
}

.partner-entry {
  background-color: #ebeae6;
  opacity: 0;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}

.partner-entry.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.partner-entry__title-ja {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.partner-entry__body {
  margin-top: 32px;
  margin-top: 2rem;
}

.partner-entry-form__wrapper {
  background-color: #fff;
  margin-top: 48px;
  margin-top: 3rem;
}
.partner-entry-form__wrapper .wpcf7-form-control-wrap {
  max-width: 560px;
  max-width: 35rem;
}
.partner-entry-form__wrapper .contact-form {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  padding-top: 52px;
  padding-top: 3.25rem;
  width: 76%;
}
.partner-entry-form__wrapper .contact-form__item01 .contact-form__item-label {
  margin-top: -75px;
  margin-top: -4.6875rem;
}
.partner-entry-form__wrapper .contact-form__item02 {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
.partner-entry-form__wrapper .contact-form__item04 {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.partner-entry-form__wrapper .contact-form__item06 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.partner-entry-form__wrapper .contact-form__item06 .contact-form__item-label {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
.partner-entry-form__wrapper .contact-form__item07 {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.partner-entry-form__wrapper .contact-form__item09 {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
.partner-entry-form__wrapper .contact-form__item09 .contact-form__item-label {
  margin-top: -33px;
  margin-top: -2.0625rem;
}
.partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper {
  width: 66.4%;
}
.partner-entry-form__wrapper .contact-form__item10 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
.partner-entry-form__wrapper .contact-form__item10 .contact-form__item-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.partner-entry-form__wrapper .contact-form__item10 .wpcf7-form-control-wrap {
  max-width: 448px;
  max-width: 28rem;
  width: 100%;
}
.partner-entry-form__wrapper .contact-form__item11 {
  -webkit-column-gap: 0rem;
     -moz-column-gap: 0rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          column-gap: 0rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.partner-entry-form__wrapper .contact-form__item11 .contact-form__item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.partner-entry-form__wrapper .contact-form__item11 .wpcf7-form-control-wrap {
  max-width: 550px;
  max-width: 34.375rem;
  width: 100%;
}
.partner-entry-form__wrapper .contact-form__item12 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
}
.partner-entry-form__wrapper .contact-form__item12 input[type=checkbox] {
  border-color: #9a9a9a;
  border-radius: 1px;
  height: 26px;
  height: 1.625rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  width: 26px;
  width: 1.625rem;
}
.partner-entry-form__wrapper .contact-form__item12 label {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1px;
  margin-left: -0.0625rem;
}
.partner-entry-form__wrapper .contact-form__item12 .wpcf7-list-item-label {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
.partner-entry-form__wrapper .contact-form__privacy::after {
  top: -3px;
  top: -0.1875rem;
}
/* knowledge-detail */
.knowledge-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  max-width: 58.75rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 151px;
  padding-top: 9.4375rem;
  width: 100%;
}

.knowledge-detail__date {
  color: #F5A623;
  font-weight: 500;
  line-height: 1.6666666667;
}

.knowledge-detail__title {
  border-bottom: 1px solid #333333;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.knowledge-detail__type {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.post-categories,
.tags-links ul {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-categories li a {
  background-color: #333333;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.knowledge-detail__tag-group {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge-detail__tag {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: underline;
}

.knowledge-detail__content-img {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.knowledge-detail__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 900/460;
     object-fit: cover;
}

.knowledge-detail__content-text {
  line-height: 2;
  margin-top: 52px;
  margin-top: 3.25rem;
}

.knowledge-detail__content-text:nth-of-type(2) {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.knowledge-detail__toc-wrapper {
  border-bottom: 1px solid #F5A623;
  border-left: 1px solid #F5A623;
  border-right: 1px solid #F5A623;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 44px;
  padding-left: 2.75rem;
  padding-right: 44px;
  padding-right: 2.75rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.knowledge-detail__toc-head {
  border-bottom: 1px solid #F5A623;
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.knowledge-detail__toc-head-title {
  background-color: #F5A623;
  border-radius: 25px 25px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  text-align: center;
  width: 166px;
  width: 10.375rem;
}

.knowledge-detail__toc:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.knowledge-detail__toc-title {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge-detail__toc-title-number {
  color: #F5A623;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  width: 50px;
  width: 3.125rem;
}

.knowledge-detail__toc-title-main {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8947368421;
  overflow: hidden;
}

.knowledge-detail__toc-img {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.knowledge-detail__toc-list {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 32px;
  padding-left: 2rem;
}

.knowledge-detail__toc-item,
.knowledge-detail__toc-link {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.93;
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}

.knowledge-detail__toc-item::before,
.knowledge-detail__toc-link::before {
  background-color: #ebeae6;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  width: 10px;
  width: 0.625rem;
}

.knowledge-detail__article {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.knowledge-detail__title-link {
  display: inline-block;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.knowledge-detail__article-btn-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.knowledge-detail__article-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #fff;
  border: 3px solid #F5A623;
  border-radius: 35px;
  color: #F5A623;
  display: inline-block;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
  overflow: hidden;
  padding-bottom: 18.5px;
  padding-bottom: 1.15625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 18.5px;
  padding-top: 1.15625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  z-index: 2;
}

.knowledge-detail__article-btn::before {
  -webkit-transform: translateY(-50%) scale(0.1);
  background-color: #F5A623;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
          transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, -webkit-transform 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s;
  transition: opacity 0.5s, transform 0s;
  transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
  width: 100%;
  z-index: -1;
}

.knowledge-detail__article-btn:focus,
.knowledge-detail__article-btn:hover {
  color: #fff;
}

.knowledge-detail__article-btn:focus::before,
.knowledge-detail__article-btn:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  opacity: 1;
          transform: translateY(-50%) scale(1.1);
  transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
  transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.knowledge-detail__title02 {
  background-color: #ebeae6;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.9615384615;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.knowledge-detail__title03 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}

.knowledge-detail__title03::before {
  background-color: #F5A623;
  content: "";
  height: 35px;
  height: 2.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
  width: 0.375rem;
}

.knowledge-detail__title04 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1363636364;
  margin-top: 52px;
  margin-top: 3.25rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.knowledge-detail__title05 {
  color: #F5A623;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.knowledge-detail__title-img {
  margin-top: 50px;
  margin-top: 3.125rem;
}
/* knowledge */
.knowledge {
  opacity: 0;
}

.knowledge.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.knowledge__mv {
  aspect-ratio: 1440/460;
  background-image: url(../img/knowledge-mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.knowledge__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.knowledge__content {
  -webkit-column-gap: 11.4375rem;
     -moz-column-gap: 11.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.knowledge__title {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.knowledge__title-ja {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.splide {
  opacity: 0;
  padding-bottom: 178px;
  padding-bottom: 11.125rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  padding-top: 139px;
  padding-top: 8.6875rem;
  position: relative;
}

.splide.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.splide__slide {
  position: relative;
}

.splide__slide::before {
  background-color: #bababa;
  content: "";
  height: 100%;
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: 0;
  width: 1px;
  width: 0.0625rem;
}

/* 矢印のクリック範囲など */
.button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50px;
}

/* 矢印共通のスタイル */
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
}

.splide__arrows {
  -webkit-transform: translate(-50%, -50%);
  bottom: -5px;
  bottom: -0.3125rem;
  left: 50%;
  position: absolute;
          transform: translate(-50%, -50%);
}

/* 前の矢印 */
.prev::before {
  background-image: url(../img/splide-arrow-left.png);
  left: -317px;
  left: -19.8125rem;
  position: absolute;
  top: -120px;
  top: -7.5rem;
}

/* 次の矢印 */
.next::before {
  background-image: url(../img/splide-arrow-right.png);
  left: 317px;
  left: 19.8125rem;
  position: absolute;
  top: -120px;
  top: -7.5rem;
}

/* 次のスライドが無い場合の矢印 */
.button:disabled::before {
  opacity: 0.5;
}

/* スライドのサイズ調整 */
.splide__slide img {
  -o-object-fit: cover;
  /* height: 300px; */
  /* height: 18.75rem; */
     object-fit: cover;
  width: 100%;
}

.splide__bar {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/splide-under-bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 54px;
  bottom: 3.375rem;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
          transform: translate(-50%, -50%);
  width: clamp(220px, -325.456px + 54.545vw, 460px);
}

.splide__pagination {
  display: none;
}

.knowledge-search {
  margin-top: 28px;
  margin-top: 1.75rem;
  opacity: 0;
}

.knowledge-search.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.knowledge-search__container {
  -webkit-column-gap: 4.6875rem;
     -moz-column-gap: 4.6875rem;
  background-color: #ebeae6;
          column-gap: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.knowledge-search__keywords {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          column-gap: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge-search__keywords-title-en {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.4857142857;
}

.knowledge-search__keywords-title-ja {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.knowledge-search__tags {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.knowledge-search__tag-item {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 23px;
  padding-right: 1.4375rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.knowledge-search__content {
  position: relative;
}

.knowledge-search__content::before {
  background-color: #bababa;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 171px;
  height: 10.6875rem;
  left: -39px;
  left: -2.4375rem;
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  width: 1px;
  width: 0.0625rem;
}

.knowledge-search__content-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.4857142857;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}

.knowledge-search__content-title::before {
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: 12px;
  left: 0.75rem;
  position: absolute;
  top: 30px;
  top: 1.875rem;
          transform: translate(-50%, -50%);
  width: 25px;
  width: 1.5625rem;
}

.search {
  padding-top: 100px;
  padding-top: 6.25rem;
}
.search .search-form__wrapper {
  width: 50%;
}

/*-------------------------------------
  検索フォームのデザイン
-------------------------------------*/
/* 全体のデザイン */
.whole_search-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 308px;
  width: 19.25rem;
}

/* 検索フォームのラッパー */
.search-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスを使用 */
  width: 100%;
}

/* 入力欄 */
.search-form__input {
  background-color: #ffffff;
  border: none; /* ボタンとの境界線を削除 */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 入力欄をフレックスアイテムとして設定 */
  font-size: 17px;
  font-size: 1.0625rem;
  height: 53px;
  height: 3.3125rem;
  letter-spacing: 0.05em;
  padding-left: 20px;
  padding-left: 1.25rem;
}

/* 検索ボタン */
.search-form__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  border-left: none; /* 入力欄との境界線を削除 */
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.search-form__input:focus,
.search-form__btn:focus {
  outline: none;
}

.knowledge__card-wrapper {
  margin-top: 80px;
  margin-top: 5rem;
  opacity: 0;
}

.knowledge__card-wrapper.is-active {
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.knowledge__card-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.tags-links {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-decoration: underline;
}

.knowledge__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 1200/630;
     object-fit: cover;
}

.knowledge__card-body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.knowledge__card-body-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.knowledge__card-date {
  color: #F5A623;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.knowledge__card-category {
  background-color: #333333;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.knowledge__card-title {
  line-height: 1.6666666667;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.knowledge__card-title--large {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}
/* works-detail */
.works-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  max-width: 58.75rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 151px;
  padding-top: 9.4375rem;
  width: 100%;
}

.works-detail__type {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  padding-top: 1.9375rem;
}

.post-categories,
.tags-links ul {
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works-detail__content-img {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.works-detail__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 1200/630;
     object-fit: cover;
}

.works-detail__content-text {
  line-height: 2;
}

.works-detail__article {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.works-detail__link-wrapper {
  border-bottom: 1px solid #F5A623;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.works-detail__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

.works-detail__title02 {
  background-color: #ebeae6;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.9615384615;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
}

.works-detail__title03 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 35px;
  line-height: 2.1875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
  position: relative;
}

.works-detail__title03::before {
  background-color: #F5A623;
  content: "";
  height: 35px;
  height: 2.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
  width: 0.375rem;
}

.works-detail__img-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
  margin-top: 3.5rem;
}
.column2 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.column2--gap60 {
  gap: 60px;
  gap: 3.75rem;
}

.column3 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.column4 {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.headline {
  border-left: 1px solid #25262b;
  color: #25262b;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.hover-run {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: black;
  display: inline;
  text-decoration: none;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
.img-hover {
  position: relative;
}

.img-hover img {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  width: 36px;
  width: 2.25rem;
}

.img-hover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.title-en {
  font-size: 75px !important;
  font-size: 4.6875rem !important;
}
.title-en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.48;
}

.mv__title-en {
  font-size: 60px !important;
  font-size: 3.75rem !important;
}

.mv__title-en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.4833333333;
}

.title-ja {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.title-ja {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.mv__title-ja {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}

.mv__title-ja {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
}

.text {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text {
  letter-spacing: 0.05em;
}
.text-en {
  font-family: "Oswald", sans-serif;
}

.text-l {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.text-l {
  font-weight: 500;
  line-height: 1.6363636364;
}

.text-m {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.text-m {
  font-weight: 500;
  line-height: 1.35;
}

.text {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text {
  letter-spacing: 0.05em;
}

.mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.text-en {
  font-family: "Oswald", sans-serif;
}

.link {
  line-height: 1;
  position: relative;
}

.link::after {
  background: url(画像のバスを入れる) center center/contain no-repeat;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 0.3em;
  width: 10px;
  width: 0.625rem;
}

.under-bar {
  display: inline-block;
  position: relative;
}
.under-bar::before {
  -webkit-transform: translateX(-50%);
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  max-width: 80rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
}

.inner-m {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 68.75rem;
  position: relative;
  width: 100%;
}

.u-font30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.u-font30-2 {
  font-size: 30px;
  font-size: 1.875rem;
}

.u-font60 {
  font-size: 60px;
  font-size: 3.75rem;
}

.u-font60-2 {
  font-size: 60px;
  font-size: 3.75rem;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}
.u-mt-80 {
  margin-top: -80px;
  margin-top: -5rem;
}

.u-mt-16 {
  margin-top: -16px;
  margin-top: -1rem;
}

.u-mt-0 {
  margin-top: 0px;
  margin-top: 0rem;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(37, 38, 43, 0.5);
          box-shadow: 0 0 13px rgba(37, 38, 43, 0.5);
}

.u-sp {
  display: none;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

.c-img {
  width: 30%;
}

.title {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 40px 0;
  margin: 2.5rem 0;
}

.title2 {
  color: #25262b;
  font-size: 24px;
  font-size: 1.5rem;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
}

@media screen and (max-width: 768px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  /* ヘッダー */
  .header {
    background-color: #fff;
    height: 55px;
    height: 3.4375rem;
    margin-top: 0;
    padding-right: 0;
  }
  .page-id-9 header {
    background-color: transparent;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 9px;
    padding-left: 0.5625rem;
    padding-right: 0;
  }
  .header__logo {
    max-width: 209.21px;
    max-width: 13.075625rem;
  }
  .header__logo::after {
    height: 45px;
    height: 2.8125rem;
    left: 0;
    top: 5px;
    top: 0.3125rem;
    width: 209.21px;
    width: 13.075625rem;
  }
  .header__logo-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__nav {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
  .header__service-list {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .header__service-item,
  .header__service-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.78;
  }
  .concept__mv {
    aspect-ratio: auto;
    background-image: url(../img/concept-mv-sp.png);
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .concept__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .concept__title {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .concept__title-ja {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .concept__text {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .concept-about {
    padding-bottom: 69px;
    padding-bottom: 4.3125rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
  .concept-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept-about__content {
    width: 100%;
  }
  .concept-about__lead {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4642857143;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .concept-about__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .concept-about__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8125;
  }
  .concept-about__text:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .concept-about__list {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .concept-about__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .concept-about__item:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .concept-introduction {
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
  .concept-introduction__img {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .concept-introduction__lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .concept-introduction__content {
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .concept-introduction__content-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .concept-introduction__content-title::after {
    left: 124px;
    left: 7.75rem;
    top: 24px;
    top: 1.5rem;
    width: 60px;
    width: 3.75rem;
  }
  .concept-introduction__cards {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .concept-introduction__card {
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 33px;
    padding-top: 2.0625rem;
    position: relative;
  }
  .concept-introduction__card-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4583333333;
    z-index: 100;
  }
  .concept-introduction__card-number {
    position: absolute;
    right: 31px;
    right: 1.9375rem;
    top: 43px;
    top: 2.6875rem;
  }
  .concept-introduction__card-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .concept-feature__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept-feature__text {
    line-height: 1.6875;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .concept-feature__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 33px;
    padding-top: 2.0625rem;
  }
  .concept-feature__content-img {
    grid-area: 1/1/2/2;
    margin-top: -10px;
    margin-top: -0.625rem;
    width: 60px;
    width: 3.75rem;
  }
  .concept-feature__content-title {
    font-size: 22px;
    font-size: 1.375rem;
    grid-area: 1/2/2/10;
    line-height: 1.4545454545;
  }
  .concept-feature__content-text {
    grid-area: 2/1/3/10;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .l-contact__bg {
    background-position: bottom;
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .l-contact__title-ja {
    margin-top: 0;
  }
  .l-contact__card-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .l-contact__card-item {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 48px;
    padding-top: 3rem;
  }
  .l-contact__card-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .l-contact__card-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .l-contact__card-btn {
    line-height: 1.5;
  }
  .l-contact__card-body {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .l-contact__card-tel,
  .l-contact__card-time,
  .l-contact__card-operator {
    line-height: 1;
  }
  .l-contact__card-time {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .l-contact__card-operator {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .footer__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .footer__media-map {
    max-width: none;
  }
  .footer__media-info {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .footer__media-company {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .footer__media-address {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .footer__media-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11px;
    margin-top: 0.6875rem;
    row-gap: 7px;
    row-gap: 0.4375rem;
  }
  .footer__media-transport {
    line-height: 1.5625;
  }
  .footer__media-transport::before {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    height: 21px;
    height: 1.3125rem;
    width: 19px;
    width: 1.1875rem;
  }
  .footer__description {
    margin-top: 31px;
    margin-top: 1.9375rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .footer__description-title {
    text-align: center;
  }
  .footer__description-text {
    line-height: 1.6875;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .footer__nav {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .footer__nav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    margin-left: -11px;
    margin-left: -0.6875rem;
    max-width: 250px;
    max-width: 15.625rem;
  }
  .footer__links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .footer__column:first-child {
    grid-area: 1/1/2/3;
    width: auto;
  }
  .footer__column:nth-child(2) {
    grid-area: 2/1/3/2;
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 42px;
    margin-top: 2.625rem;
    width: auto;
  }
  .footer__column:nth-child(3) {
    grid-area: 2/2/4/3;
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 42px;
    margin-top: 2.625rem;
    width: auto;
  }
  .footer__column:nth-child(4) {
    grid-area: 3/1/4/2;
    margin-left: 0px;
    margin-left: 0rem;
    width: auto;
  }
  .footer__item:not(:first-child) {
    padding-bottom: 0px;
    padding-top: 13px;
    padding-top: 0.8125rem;
  }
  .footer__item--site {
    -webkit-column-gap: 0.1875rem;
       -moz-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }
  .footer__item--site:not(:first-child) {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .footer__link {
    line-height: 1;
  }
  .top-mv {
    height: 667px;
    height: 41.6875rem;
  }
  .top-mv__bg {
    height: inherit;
  }
  .top-mv__bg video {
    -o-object-fit: cover;
    aspect-ratio: 375/667;
    display: block;
    height: inherit;
       object-fit: cover;
    width: 100%;
  }
  .top-mv__inner.inner {
    left: 0;
    top: 0;
  }
  .top-mv__title {
    margin-top: 107px;
    margin-top: 6.6875rem;
  }
  .top-mv__title-en {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 1.1320754717;
  }
  .top-mv__title-ja {
    line-height: 1.6875;
  }
  .top-mv__scroll {
    bottom: -78px;
    bottom: -4.875rem;
    height: 200px;
    height: 12.5rem;
    position: absolute;
    right: 12px;
    right: 0.75rem;
    width: 19px;
    width: 1.1875rem;
  }
  .top-about {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .top-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .top-about__title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.4848484848;
    width: 100%;
  }
  .top-about__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8125;
  }
  .top-service {
    padding-top: 64px;
    padding-top: 4rem;
  }
  .top-service__card {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }
  .top-service__card-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }
  .top-service__card-item:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .top-service__card-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .top-service__card-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .top-works {
    padding-top: 114px;
    padding-top: 7.125rem;
  }
  .top-works__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-works__body {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .top-works__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .top-works__container {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .recruitment__btn {
    -webkit-transform: translate(-50%);
    bottom: 6%;
    left: 50%;
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
    position: absolute;
            transform: translate(-50%);
  }
  .top-workflow {
    padding-bottom: 81px;
    padding-bottom: 5.0625rem;
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
  .top-workflow__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-workflow__title {
    width: 100%;
  }
  .top-workflow__body {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .top-workflow__text {
    line-height: 1.6875;
  }
  .top-workflow__steps {
    margin-top: 54px;
  }
  .top-workflow__services {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -8px;
    margin-top: -0.5rem;
    row-gap: 8px;
    row-gap: 0.5rem;
  }
  .top-workflow__service {
    height: 60px;
    height: 3.75rem;
    max-width: 295px;
    max-width: 18.4375rem;
  }
  .top-workflow__btn-box {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .top-workflow__btn {
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .top-workflow__btn::after {
    height: 9px;
    height: 0.5625rem;
    right: 13px;
    right: 0.8125rem;
  }
  .top-price {
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
  .top-price__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-price__title {
    width: 100%;
  }
  .top-price__body {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .top-price__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .top-price__card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    margin-top: 64px;
    margin-top: 4rem;
  }
  .top-price__case {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-right: 21px;
    padding-right: 1.3125rem;
    padding-top: 45px;
    padding-top: 2.8125rem;
  }
  .top-price__case:not(:first-child) {
    margin-top: 69px;
    margin-top: 4.3125rem;
  }
  .top-price__case-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    max-width: 180px;
    max-width: 11.25rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    padding-top: 2px;
    padding-top: 0.125rem;
  }
  .top-price__case-description {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .top-price__case-detail-item {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .top-price__case-detail-item--lh {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
  }
  .top-price__case-detail-item-label {
    line-height: 2.25;
    width: 23.0508474576%;
  }
  .top-price__case-detail-item-value {
    line-height: 2.25;
  }
  .top-price__case-detail-item-value--lh {
    line-height: 1.875;
  }
  .top-price__case-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .top-price__case-price-label {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .top-price__case-price-value {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5357142857;
  }
  .top-price__case-price-value span {
    font-size: 16px;
    font-size: 1rem;
  }
  .top-price__footer {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .top-price__btn-box {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .top-price__btn {
    border: 1px solid #F5A623;
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .top-price__btn::after {
    height: 9px;
    height: 0.5625rem;
    right: 2px;
    right: 0.125rem;
  }
  .area {
    padding-bottom: 0px;
    padding-top: 47px;
    padding-top: 2.9375rem;
  }
  .area__inner {
    overflow: hidden;
  }
  .area__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area__title {
    width: 100%;
  }
  .area__body {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .area__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .area__container {
    background-color: #fff;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .area__map {
    padding-top: 0px;
  }
  .area__container-inner.inner-m {
    padding-left: 0;
    padding-right: 0;
  }
  .area__content {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }
  .area__content-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .area__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 23px;
    margin-top: 1.4375rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .area__block {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-right: 19px;
    padding-right: 1.1875rem;
    padding-top: 9px;
    padding-top: 0.5625rem;
    width: 100%;
  }
  .area__block-title {
    line-height: 2.25;
  }
  .area__block-text {
    line-height: 1.5625;
  }
  .top-knowledge {
    padding-bottom: 132px;
    padding-bottom: 8.25rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .top-knowledge::after {
    display: none;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-labels {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
  .top-knowledge__title {
    grid-area: 1/1/2/3;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .tab-label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.4;
    padding-left: 20px;
    padding-left: 1.25rem;
    white-space: nowrap;
  }
  .tab-label:nth-child(odd) {
    margin-left: 6px;
    margin-left: 0.375rem;
  }
  .tab-label:nth-of-type(1) {
    margin-top: 0px;
  }
  .tab-label01 {
    grid-area: 2/1/3/2;
  }
  .tab-label02 {
    grid-area: 2/2/3/3;
  }
  .tab-label03 {
    grid-area: 3/1/4/2;
  }
  .tab-label04 {
    grid-area: 3/2/4/3;
  }
  .tab-label05 {
    grid-area: 4/1/5/2;
  }
  .top-knowledge__btn-box {
    bottom: -62px;
    bottom: -3.875rem;
    margin-left: 0px;
    margin-top: 0px;
    max-width: 290px;
    max-width: 18.125rem;
    position: absolute;
    right: 0;
  }
  .top-knowledge__btn::after {
    right: -17px;
    right: -1.0625rem;
  }
  .tab-content {
    margin-left: 0px;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .tab-article {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
  .tab-article:not(:first-child) {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .tab-article-title,
  .tab-article-text {
    line-height: 1.4375;
  }
  .tab-article-text {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .tab-article-meta {
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .tab-article-date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
  .tab-article-category {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
  }
  .service__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .service__content {
    display: inline-block;
  }
  .service__title {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .service__title-ja {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .service__text {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .service-about {
    padding-bottom: 69px;
    padding-bottom: 4.3125rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
  .service-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-about__content {
    width: 100%;
  }
  .service-about__lead {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4642857143;
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .service-about__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .service-about__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8125;
  }
  .service-about__text:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .service-about__list {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .service-about__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .service-about__item:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .service-kinds__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .service-kinds__title-en {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4857142857;
  }
  .service-kinds__title-en::before {
    bottom: -51px;
    bottom: -3.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
  .service-kinds__title-ja {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .service-kinds__description,
  .service-kinds__card-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .service-kinds__cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .service-kinds__card {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .service-kinds__card04 {
    border-top: none;
  }
  .service-kinds__card-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.2;
  }
  .service-kinds__card-text {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .service-solutions {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .service-solutions__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
    padding-left: 33px;
    padding-left: 2.0625rem;
    padding-right: 36px;
    padding-right: 2.25rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .service-solutions__title {
    width: 100%;
  }
  .service-solutions__title::before {
    bottom: -15px;
    bottom: -0.9375rem;
    width: 36px;
    width: 2.25rem;
  }
  .service-solutions__title-en {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4857142857;
  }
  .service-solutions__title-ja {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .service-solutions__text {
    letter-spacing: 0.07em;
    line-height: 1.8125;
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .service-solutions__container {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
  .service-solutions__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 32px;
    padding-top: 2rem;
  }
  .service-solutions__content-title {
    font-size: 20px;
    font-size: 1.25rem;
    grid-area: 1/1/2/2;
    line-height: 2.2;
  }
  .service-solutions__content-text {
    grid-area: 3/1/4/2;
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .service-solutions__content-link {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
    grid-area: 4/1/5/2;
    line-height: 2.25;
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .service-solutions__content-link::after {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .service-solutions__content-img {
    grid-area: 2/1/3/2;
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 100%;
  }
  .service-solutions__content-img img {
    -o-object-fit: cover;
    aspect-ratio: 335/180;
       object-fit: cover;
  }
  .price__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .price__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .price-about {
    padding-bottom: 53px;
    padding-bottom: 3.3125rem;
    padding-top: 96px;
    padding-top: 6rem;
  }
  .price-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-about__content {
    width: 100%;
  }
  .price-about__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .price-about__text {
    letter-spacing: 0.07em;
    line-height: 1.8125;
  }
  .price-about__text:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .price-about__list {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .price-about__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
  .price-about__item:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .price-feature {
    background-color: #fff;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    padding-top: 0px;
  }
  .price-feature__inner {
    background-color: #ebeae6;
    padding-bottom: 53px;
    padding-bottom: 3.3125rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .price-feature__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
    white-space: nowrap;
  }
  .price-feature__inner-m.inner-m {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .price-feature__description {
    letter-spacing: 0.07em;
    line-height: 1.8125;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .price-feature__container {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .price-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .price-feature__content:not(:first-child) {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .price-feature__content-text {
    height: 34px;
    height: 2.125rem;
    line-height: 2.25;
    max-width: none;
  }
  .price-feature__content-description {
    letter-spacing: 0.07em;
    line-height: 1.5625;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .price-feature__areas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 22px;
    margin-top: 1.375rem;
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .price-feature__area {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    width: 100%;
  }
  .price-feature__area-title {
    line-height: 2.25;
  }
  .price-feature__area-text {
    line-height: 1.5625;
  }
  .price-assurance {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .price-assurance__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-assurance__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .price-assurance__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .price-assurance__steps {
    overflow: scroll;
  }
  .price-assurance__step {
    width: 330px;
    width: 20.625rem;
  }
  .price-table {
    padding-top: 66px;
    padding-top: 4.125rem;
  }
  .price-table__title-ja {
    letter-spacing: 0.05em;
  }
  .price-table__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .price-table__table-wrapper-sp {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .price-table__table-wrapper-sp .price-table__header {
    background-color: #ebeae6;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0px;
    width: 100%;
  }
  .price-table__table-wrapper-sp .price-table__header--main {
    background-color: #333333;
    color: #fff;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .price-table__table-wrapper-sp .price-table__header--item {
    background-color: #F5A623;
    color: #fff;
  }
  .price-table__table-wrapper-sp .price-table__cell {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .price-table__table-wrapper-sp .price-table__cell span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .price-table__caption {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2.5714285714;
  }
  .price-area {
    padding-bottom: 142px;
    padding-bottom: 8.875rem;
  }
  .works__mv {
    aspect-ratio: auto;
    background-image: url(../img/works-mv-sp.png);
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .works__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .works__title {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .works__title-ja {
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .works__body {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .works__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .works__text {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .works-tab__wrapper {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .tab-title-list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 1.0625rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .tab-title {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    text-align: center;
    width: 95%;
  }
  .works__content-description {
    letter-spacing: 0.07em;
    line-height: 1.8125;
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .works__content-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .wp-pagenavi {
    -webkit-column-gap: 0.525rem;
       -moz-column-gap: 0.525rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            column-gap: 0.525rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 33px;
    padding-top: 2.0625rem;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 3.8px;
    margin-right: 0.2375rem;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 3.8px;
    margin-left: 0.2375rem;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    border: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.3333333333;
  }
  .wp-pagenavi .page,
  .wp-pagenavi span {
    font-size: 14px;
    font-size: 0.875rem;
    height: 38.86px;
    height: 2.42875rem;
    line-height: 2;
    width: 31.3px;
    width: 1.95625rem;
  }
  /*---------  中身 ---------*/
  .company__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .company__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .company-profile {
    margin-top: 0px;
  }
  .company-profile__table {
    margin-top: 125px;
    margin-top: 7.8125rem;
    width: 100%;
  }
  .company-profile__row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .company-profile__term {
    border-bottom: none;
    line-height: 1.6;
    padding: 0px;
    padding-top: 17px;
    padding-top: 1.0625rem;
    white-space: normal;
  }
  .company-profile__description {
    line-height: 1.6;
    padding: 0px;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    white-space: normal;
  }
  .company-profile__item {
    margin-right: 40px;
    margin-right: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: right;
  }
  .company-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-organigram {
    padding-bottom: 126px;
    padding-bottom: 7.875rem;
    padding-top: 74px;
    padding-top: 4.625rem;
  }
  .company-organigram__body {
    overflow: scroll;
  }
  .company-organigram__img {
    width: 1200px;
    width: 75rem;
  }
  .flow__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .flow__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .flow-workflow {
    overflow: scroll;
  }
  .workflow__inner {
    width: 1440px;
    width: 90rem;
  }
  .workflow__details {
    padding-top: 113px;
    padding-top: 7.0625rem;
  }
  .workflow__details-inner {
    row-gap: 55px;
    row-gap: 3.4375rem;
  }
  .workflow__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workflow__detail-body {
    margin-top: 0px;
  }
  .workflow__detail-title {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .workflow__detail-title-en {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .workflow__detail-title-ja {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.5714285714;
  }
  .workflow__detail-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .workflow__detail-img {
    margin-top: 23px;
    margin-top: 1.4375rem;
    max-width: none;
  }
  .workflow__detail-img img {
    aspect-ratio: 335/180;
  }
  .update__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .update__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .update-service {
    padding-top: 194px;
    padding-top: 12.125rem;
  }
  .update-service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .update-service__content {
    width: 100%;
  }
  .update-service__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .update-service__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .update-service__text:not(:first-child) {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .update-service__details {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .update-service__details-inner {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }
  .update-service__detail {
    grid-area: auto;
    padding-bottom: 27px;
    padding-bottom: 1.6875rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }
  .update-service__detail-title {
    height: 59px;
    height: 3.6875rem;
  }
  .update-service__detail-title-main {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2.2;
  }
  .update-service__detail-title-main--small {
    line-height: 1.5;
  }
  .update-service__detail-list {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .update-service__detail-item {
    line-height: 2.25;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .update-service__detail-item--small {
    line-height: 1.5625;
  }
  .update-service__detail-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .update-service__case-container {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .update-service__case-content:not(:first-child) {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .update-service__case-content-title-number {
    font-size: 16px;
    font-size: 1rem;
    width: 100px;
    width: 6.25rem;
  }
  .update-service__case-content-title-main {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .update-service__case-consultation {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .update-service__case-consultation,
  .update-service__case-support-title,
  .update-service__case-support-text {
    line-height: 1.5625;
  }
  .update-service__case-support {
    margin-top: 11px;
    margin-top: 0.6875rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-left: 17px;
    padding-left: 1.0625rem;
    padding-right: 17px;
    padding-right: 1.0625rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .update-service__case-support-text {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .update-feature__container {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .update-feature__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 2.875rem auto;
    grid-template-rows: repeat(2, 1fr);
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .update-feature__content-number {
    font-size: 40px;
    font-size: 2.5rem;
    grid-area: 1/1/2/2;
    line-height: 1.1;
  }
  .update-feature__content-title {
    font-size: 20px;
    font-size: 1.25rem;
    grid-area: 1/2/2/3;
    line-height: 1.6;
    padding-left: 11px;
    padding-left: 0.6875rem;
  }
  .update-feature__content-text {
    grid-area: 2/1/3/3;
    line-height: 1.5625;
    margin-top: 7px;
    margin-top: 0.4375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .update-price {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .update-price__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .update-price__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .update-price__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .update-price__steps {
    overflow: scroll;
  }
  .update-price__step {
    width: 330px;
    width: 20.625rem;
  }
  .update-price__table-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5652173913;
  }
  .update-price__table-title-ja {
    letter-spacing: 0.05em;
  }
  .update-price__table-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .update-price__table-wrapper-sp {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .update-price__table-wrapper-sp .update-price__table-header {
    background-color: #ebeae6;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0px;
    width: 100%;
  }
  .update-price__table-wrapper-sp .update-price__table-header--main {
    background-color: #333333;
    color: #fff;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .update-price__table-wrapper-sp .update-price__table-header--item {
    background-color: #F5A623;
    color: #fff;
  }
  .update-price__table-wrapper-sp .update-price__table-cell {
    border: none;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .update-price__table-wrapper-sp .update-price__table-cell span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .update-price__table-caption {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2.5714285714;
  }
  .construction {
    padding-bottom: 68px;
    padding-bottom: 4.25rem;
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
  .construction__inner.inner {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .construction__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .construction__heading {
    margin-top: -121px;
    margin-top: -7.5625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .construction__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .construction__title span {
    background-color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-left: 0.5rem;
  }
  .construction__title span:first-child {
    padding-right: 6px;
    padding-right: 0.375rem;
    padding-top: 2px;
    padding-top: 0.125rem;
  }
  .construction__title .change-color {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .construction__title span:nth-of-type(2) {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-top: 2px;
    padding-top: 0.125rem;
  }
  .construction__title span:nth-of-type(3) {
    margin-top: 6px;
    margin-top: 0.375rem;
    padding-right: 14px;
    padding-right: 0.875rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
  }
  .construction__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-top: 24px;
    margin-top: 1.5rem;
    white-space: normal;
  }
  .construction__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .construction__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .construction__img img {
    aspect-ratio: 375/223;
  }
  .common-contact {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 29px;
    padding-top: 1.8125rem;
  }
  .common-contact__content {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
  .common-contact__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .common-contact__text {
    line-height: 2.25;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .construction__problem {
    padding-top: 79px;
    padding-top: 4.9375rem;
  }
  .construction__content-title {
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
  .construction__content-title-number {
    font-size: 25px;
    font-size: 1.5625rem;
    height: 52px;
    height: 3.25rem;
    line-height: 0.68;
    width: 52px;
    width: 3.25rem;
  }
  .construction__content-title-main {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
  .construction__strengths-content-title-main::before {
    font-size: 22px;
    font-size: 1.375rem;
    left: 20px;
    left: 1.25rem;
    line-height: 1.6363636364;
    width: 40px;
    width: 2.5rem;
  }
  .construction__problem-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
    padding-left: 0rem;
    row-gap: 30px;
    row-gap: 1.875rem;
  }
  .construction__problem-img {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 71.6358208955%;
  }
  .construction__problem-body {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .construction__problem-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .construction__problem-list {
    margin-top: 23px;
    margin-top: 1.4375rem;
    padding-left: 3px;
    padding-left: 0.1875rem;
  }
  .construction__problem-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .construction__problem-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 28px;
    margin-top: 1.75rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .construction__strengths {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .construction__strengths-description {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .construction__strengths-container {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .construction__strengths-content {
    width: 100%;
  }
  .construction__strengths-content:nth-child(2)::before,
  .construction__strengths-content:nth-child(2)::after {
    display: none;
  }
  .construction__strengths-content:nth-child(n+2) {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .construction__strengths-content-title-number {
    width: 40px;
    width: 2.5rem;
  }
  .construction__strengths-content-title-main {
    padding-left: 52px;
    padding-left: 3.25rem;
  }
  .construction__strengths-cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .construction__strengths-card {
    max-width: none;
    padding-top: 32px;
    padding-top: 2rem;
    width: 88.0597014925%;
  }
  .construction__achievement {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 49px;
    padding-top: 3.0625rem;
  }
  .construction__achievement-content-title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-left: 26px;
    padding-left: 1.625rem;
    padding-right: 26px;
    padding-right: 1.625rem;
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
  .construction__achievement-btn {
    bottom: -30px;
    bottom: -1.875rem;
  }
  .construction__achievement-container {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .construction__achievement-content-text {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.44;
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .construction__faq {
    padding-top: 48px;
    padding-top: 3rem;
  }
  .construction__faq-container {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .construction__faq-content {
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .construction__faq-question {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
  .construction__faq-answer {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .licentiate {
    padding-bottom: 68px;
    padding-bottom: 4.25rem;
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
  .licentiate__inner.inner {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .licentiate__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .licentiate__heading {
    margin-top: -118px;
    margin-top: -7.375rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .licentiate__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .licentiate__title span {
    background-color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-left: 0.5rem;
  }
  .licentiate__title .u-font30 {
    line-height: 1.5;
    padding-left: 9px;
    padding-left: 0.5625rem;
    padding-right: 9px;
    padding-right: 0.5625rem;
    padding-top: 2px;
    padding-top: 0.125rem;
  }
  .licentiate__title .u-font60:nth-of-type(2) {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    padding-right: 26px;
    padding-right: 1.625rem;
  }
  .licentiate__title .u-font60:nth-of-type(3) {
    margin-top: 5px;
    margin-top: 0.3125rem;
    padding-right: 12px;
    padding-right: 0.75rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .licentiate__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 16px;
    margin-top: 1rem;
    white-space: normal;
  }
  .licentiate__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .licentiate__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .licentiate__img img {
    aspect-ratio: 375/223;
  }
  .common-contact {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 29px;
    padding-top: 1.8125rem;
  }
  .common-contact__content {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
  .common-contact__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.9;
  }
  .common-contact__text {
    line-height: 2.25;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .licentiate-service {
    padding-top: 64px;
    padding-top: 4rem;
  }
  .licentiate-service__card {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }
  .licentiate-service__card-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }
  .licentiate-service__card-item:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .licentiate-service__card-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .licentiate-service__card-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .licentiate-service__list {
    margin-top: 23px;
    margin-top: 1.4375rem;
    padding-left: 3px;
    padding-left: 0.1875rem;
  }
  .licentiate-service__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .licentiate-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-works__btn-box {
    bottom: -62px;
    bottom: -3.875rem;
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 0px;
    margin-top: 0rem;
    max-width: 264.5px;
    max-width: 16.53125rem;
    padding-left: 0px;
    padding-left: 0rem;
    position: absolute;
    right: 20px;
    right: 1.25rem;
  }
  .common-works__btn::after {
    right: 0px;
    right: 0rem;
  }
  .common-works {
    padding-bottom: 133px;
    padding-bottom: 8.3125rem;
  }
  .common-works__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-works__heading {
    background-color: #fff;
    height: auto;
    max-width: none;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .common-works__content {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .licentiate-assurance {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .licentiate-assurance__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .licentiate-assurance__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .licentiate-assurance__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .licentiate-assurance__steps {
    overflow: scroll;
  }
  .licentiate-assurance__step {
    width: 330px;
    width: 20.625rem;
  }
  .recruit {
    padding-bottom: 68px;
    padding-bottom: 4.25rem;
    padding-top: 55px;
    padding-top: 3.4375rem;
  }
  .recruit__inner.inner {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  .recruit__mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit__heading {
    margin-top: -115px;
    margin-top: -7.1875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .recruit__title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .recruit__title span {
    background-color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-left: 0.5rem;
  }
  .recruit__title .u-font30-2 {
    line-height: 1.5;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    padding-left: 9px;
    padding-left: 0.5625rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
  }
  .recruit__title .u-font60-2 {
    margin-top: 5px;
    margin-top: 0.3125rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    padding-right: 12px;
    padding-right: 0.75rem;
    padding-top: 2px;
    padding-top: 0.125rem;
  }
  .recruit__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 16px;
    margin-top: 1rem;
    white-space: normal;
  }
  .recruit__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .recruit__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .recruit__img img {
    aspect-ratio: 375/223;
  }
  .recruit-work {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .recruit-work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-work__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5416666667;
  }
  .recruit-work__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .recruit-work__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .recruit-work__steps {
    overflow: scroll;
  }
  .recruit-work__step {
    width: 330px;
    width: 20.625rem;
  }
  .recruit-contact__description-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.4347826087;
  }
  .recruit-service__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-service__card-list {
    overflow: scroll;
  }
  .recruit-service__card-item {
    width: 279.75px;
    width: 17.484375rem;
  }
  .recruit-feature__card-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .recruit-feature__card-item:not(:first-child) {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .recruit-price__table-wrapper-sp .recruit-price__table {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .recruit-price__table-wrapper-sp .recruit-price__table-header {
    background-color: #ebeae6;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0px;
    width: 100%;
  }
  .recruit-price__table-wrapper-sp .recruit-price__table-header--main {
    background-color: #333333;
    color: #fff;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .recruit-price__table-wrapper-sp .recruit-price__table-header--item {
    background-color: #F5A623;
    color: #fff;
  }
  .recruit-price__table-wrapper-sp .recruit-price__table-cell {
    border: none;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .thanks__title {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 0.7021276596;
  }
  .thanks__title::before {
    bottom: -34px;
    bottom: -2.125rem;
  }
  .thanks__content {
    padding-top: 36px;
    padding-top: 2.25rem;
    width: 100%;
  }
  .thanks__text {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .thanks__text,
  .thanks__message,
  .thanks__reminder {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .thanks__message {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .thanks__note {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .thanks__reminder {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .thanks__btn-box {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
  .thanks__btn {
    border-right: 1px solid #F5A623;
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .error__content {
    padding-top: 36px;
    padding-top: 2.25rem;
    width: 100%;
  }
  .error__title-en {
    font-size: 47px;
    font-size: 2.9375rem;
    line-height: 0.7021276596;
  }
  .error__title-ja {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.65;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .error__message {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .download__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .download__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .download-company__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 36px;
    margin-top: 2.25rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .download-company__content {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .download-company__title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0;
    line-height: 1.6363636364;
    padding-left: 9px;
    padding-left: 0.5625rem;
    padding-right: 11px;
    padding-right: 0.6875rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .download-company__text {
    line-height: 1.875;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .download-company__btn {
    width: 139px;
    width: 8.6875rem;
  }
  .download-information {
    padding-top: 56px;
    padding-top: 3.5rem;
  }
  .download-information__cards {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .download-information__card-list {
    grid-column-gap: 0rem;
    grid-row-gap: 2.5625rem;
    display: grid;
    grid-template-columns: 1fr;
  }
  .download-information__card-content {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download-information__card-img {
    width: 29.8507462687%;
  }
  .download-information__card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -8px;
    margin-top: -0.5rem;
  }
  .download-information__card-tag {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 0.82px;
    padding-bottom: 0.05125rem;
    padding-top: 0.82px;
    padding-top: 0.05125rem;
    width: 90px;
    width: 5.625rem;
  }
  .download-information__card-text {
    font-weight: 400;
    line-height: 1.375;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .download-information__card-btn-box {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .download-information__card-btn {
    border: 2px solid #F5A623;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    padding-top: 6.5px;
    padding-top: 0.40625rem;
  }
  .seo__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .seo__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .seo-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seo-about__content {
    width: 100%;
  }
  .seo-about__lead {
    font-size: 28px;
    font-size: 1.75rem;
    white-space: normal;
  }
  .seo-detail {
    padding-bottom: 56px;
    padding-bottom: 3.5rem;
    padding-top: 207px;
    padding-top: 12.9375rem;
  }
  .seo-detail__container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .seo-detail__content {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 52px;
    padding-top: 3.25rem;
  }
  .seo-detail__content:not(:first-child) {
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .seo-detail__content:not(:first-child)::before {
    -webkit-transform: translate(-50%, -50%);
    height: 62.05px;
    height: 3.878125rem;
    left: 50%;
    top: -4%;
            transform: translate(-50%, -50%);
    width: 60.5px;
    width: 3.78125rem;
  }
  .seo-detail__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    text-align: center;
  }
  .seo-detail__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
    height: 250px;
    height: 15.625rem;
    line-height: 1.8;
    margin-top: 28px;
    margin-top: 1.75rem;
    width: 250px;
    width: 15.625rem;
  }
  .seo-detail__description {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .seo-detail__list {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .seo-detail__item {
    letter-spacing: 0.03em;
    line-height: 1.4375;
  }
  .seo-detail__item::before {
    top: 10px;
    top: 0.625rem;
  }
  .seo-operation {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 73px;
    padding-top: 4.5625rem;
  }
  .seo-operation__inner {
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
  }
  .seo-operation__title-en {
    line-height: 1.4833333333;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
  .seo-operation__title-ja {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .seo-operation__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .seo-operation__container {
    margin-top: 31px;
    margin-top: 1.9375rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .seo-operation__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1.75rem auto;
    grid-template-rows: repeat(2, auto);
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
  }
  .seo-operation__content:not(:first-child) {
    padding-bottom: 11px;
    padding-bottom: 0.6875rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
  .seo-operation__content-number {
    font-size: 20px;
    font-size: 1.25rem;
    grid-area: 1/1/2/2;
    line-height: 2.2;
  }
  .seo-operation__content-title {
    font-size: 16px;
    font-size: 1rem;
    grid-area: 1/2/2/3;
    line-height: 1.375;
    padding-left: 4px;
    padding-left: 0.25rem;
  }
  .seo-operation__content-text {
    grid-area: 2/1/3/3;
    line-height: 1.375;
    margin-top: 18px;
    margin-top: 1.125rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .seo-operation__foot {
    padding-bottom: 54px;
    padding-bottom: 3.375rem;
    padding-top: 54px;
    padding-top: 3.375rem;
  }
  .seo-operation__foot-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .seo-operation__foot-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2380952381;
    max-width: none;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    text-align: center;
  }
  .seo-operation__foot-body {
    border-left: none;
    border-top: 1px solid #bababa;
    max-width: 296px;
    max-width: 18.5rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
    width: 100%;
  }
  .seo-operation__foot-description {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .seo-operation__foot-list {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .seo-operation__foot-item {
    line-height: 1.6875;
  }
  .seo-operation__foot-item::before {
    height: 10px;
    height: 0.625rem;
    width: 10px;
    width: 0.625rem;
  }
  .seo-directory {
    padding-top: 64px;
    padding-top: 4rem;
  }
  .seo-directory__title-ja {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .seo-directory__body {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .seo-directory__lead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .seo-directory__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contents__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .contents__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .contents__body {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .contents-purpose__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-purpose__content {
    width: 100%;
  }
  .contents-purpose__title-en {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.48;
  }
  .contents-purpose__title-ja {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
  .contents-purpose__lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .contents-purpose__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-purpose__cards-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.44;
    margin-left: 0px;
    margin-left: 0rem;
  }
  .contents-purpose__cards__wrapper {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
  }
  .contents-purpose__cards {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contents-purpose__card {
    padding-bottom: 29px;
    padding-bottom: 1.8125rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-right: 18px;
    padding-right: 1.125rem;
    padding-top: 14px;
    padding-top: 0.875rem;
  }
  .contents-purpose__card-number {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
  .contents-purpose__card-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .contents-purpose__card-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .contents-purpose__steps-wrapper {
    padding-top: 39px;
    padding-top: 2.4375rem;
  }
  .contents-purpose__steps-description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .contents-purpose__steps {
    margin-top: 28px;
    margin-top: 1.75rem;
    overflow: scroll;
  }
  .contents-purpose__step {
    padding-bottom: 49px;
    padding-bottom: 3.0625rem;
    padding-left: 35px;
    padding-left: 2.1875rem;
    width: 295px;
    width: 18.4375rem;
  }
  .contents-purpose__step-number {
    line-height: 1.875;
  }
  .contents-purpose__step-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .contents-purpose__step-text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .contents-purpose__step-text,
  .contents-purpose__step-foot {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-purpose__step-foot {
    letter-spacing: 0.03em;
    margin-top: 47px;
    margin-top: 2.9375rem;
  }
  .contents-work {
    padding-top: 72px;
    padding-top: 4.5rem;
  }
  .contents-work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-work__body {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .contents-work__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-work__steps {
    overflow: scroll;
  }
  .contents-work__step {
    width: 330px;
    width: 20.625rem;
  }
  .contents-work__detail-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents-work__detail-title-en {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4857142857;
  }
  .contents-work__detail-title-en span {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.46875;
    margin-right: 11px;
    margin-right: 0.6875rem;
  }
  .contents-work__detail-title-ja {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 40px;
    margin-left: 2.5rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .contents-work__detail-lead {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contents-work__detail-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .contents-work__keyword-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .contents-work__keyword-content:nth-of-type(3) {
    margin-top: 47px;
    margin-top: 2.9375rem;
  }
  .contents-work__keyword-description {
    grid-area: 1/1/2/2;
  }
  .contents-work__keyword-description-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .contents-work__keyword-description-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-work__keyword-point {
    grid-area: 3/1/4/2;
    height: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 21px;
    padding-left: 1.3125rem;
    padding-right: 19px;
    padding-right: 1.1875rem;
  }
  .contents-work__detail-point-tag {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    line-height: 1.7647058824;
    padding-bottom: 0.9px;
    padding-bottom: 0.05625rem;
    padding-top: 0.9px;
    padding-top: 0.05625rem;
    width: 107px;
    width: 6.6875rem;
  }
  .contents-work__keyword-point-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-work__keyword-img {
    grid-area: 2/1/3/2;
    margin-left: 0px;
    margin-left: 0rem;
    margin-right: 0px;
    margin-right: 0rem;
    margin-top: 22px;
    margin-top: 1.375rem;
    max-width: none;
    width: 100%;
  }
  .contents-work__persona {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .contents-work__persona-title-en span {
    margin-right: 6px;
    margin-right: 0.375rem;
  }
  .contents-work__persona-lead {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .contents-work__persona-content {
    margin-top: 27px;
    margin-top: 1.6875rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 18px;
    padding-left: 1.125rem;
    padding-right: 18px;
    padding-right: 1.125rem;
    padding-top: 47px;
    padding-top: 2.9375rem;
  }
  .contents-work__persona-media-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .contents-work__persona-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 10rem auto;
    grid-template-rows: repeat(2, auto);
    justify-items: end;
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
  }
  .contents-work__persona-media-img {
    grid-area: 1/2/2/3;
    margin-top: -61px;
    margin-top: -3.8125rem;
  }
  .contents-work__persona-media-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-work__persona-media-text01 {
    grid-area: 1/1/2/2;
  }
  .contents-work__persona-media-text02 {
    grid-area: 2/1/3/3;
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .contents-work__persona-list-wrapper {
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .contents-work__persona-list-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .contents-work__persona-list {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .contents-work__persona-item {
    letter-spacing: 0.03em;
  }
  .contents-work__persona-point {
    margin-top: 46px;
    margin-top: 2.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
  }
  .contents-work__persona-point-text {
    letter-spacing: normal;
    line-height: 1.6875;
  }
  .contents-work__pdca {
    padding-top: 64px;
    padding-top: 4rem;
  }
  .contents-work__pdca-title {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .contents-work__pdca-title-en span {
    margin-right: 17px;
    margin-right: 1.0625rem;
  }
  .contents-work__detail-title-ja {
    margin-left: 41px;
    margin-left: 2.5625rem;
  }
  .contents-work__pdca-content {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .contents-work__pdca-list {
    grid-column-gap: 0px;
    grid-row-gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
  .contents-work__pdca-item {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 17px;
    padding-left: 1.0625rem;
    padding-right: 19px;
    padding-right: 1.1875rem;
    padding-top: 27px;
    padding-top: 1.6875rem;
  }
  .contents-work__pdca-item01 {
    grid-area: 1/1/2/2;
  }
  .contents-work__pdca-item02 {
    grid-area: 2/1/3/2;
  }
  .contents-work__pdca-item03 {
    grid-area: 4/1/5/2;
  }
  .contents-work__pdca-item04 {
    grid-area: 3/1/4/2;
  }
  .contents-work__pdca-item03::after {
    display: none;
  }
  .contents-work__pdca-item::before {
    display: none;
  }
  .contents-work__pdca-item::after {
    -webkit-transform: translateX(-50%);
    background-image: url(../img/icon-triangle-under.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -42px;
    bottom: -2.625rem;
    content: "";
    height: 55px;
    height: 3.4375rem;
    left: 50%;
    position: absolute;
            transform: translateX(-50%);
    width: 55px;
    width: 3.4375rem;
  }
  .contents-work__pdca-item-title-en {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.1111111111;
  }
  .contents-work__pdca-item-title-j {
    line-height: 1.875;
  }
  .contents-work__pdca-item-text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .contents-work__pdca-point {
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding-bottom: 31px;
    padding-bottom: 1.9375rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-right: 19px;
    padding-right: 1.1875rem;
    padding-top: 34px;
    padding-top: 2.125rem;
  }
  .contents-work__pdca-point-text {
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .contents-solution {
    padding-top: 69px;
    padding-top: 4.3125rem;
  }
  .contents-solution__inner {
    padding-bottom: 39px;
    padding-bottom: 2.4375rem;
  }
  .contents-solution__title-en.title-en {
    line-height: 1.1;
  }
  .contents-solution__title-ja {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .contents-solution__heading {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .contents-solution__heading-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .contents-solution__heading-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .contents-solution__list-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contents-solution__list {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contents-solution__item {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .contents-solution__item-heading {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            column-gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 21px;
    padding-top: 1.3125rem;
  }
  .contents-solution__item-number {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .contents-solution__item-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .contents-solution__price {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .contents-solution__price-detail {
    line-height: 1.875;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .contents-solution__plan {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .contents-solution__plan-item {
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .contents-solution__plan-item:before {
    height: 10px;
    height: 0.625rem;
    width: 10px;
    width: 0.625rem;
  }
  .contents-solution__item-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .contents-solution__item-caption:nth-of-type(1) {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .contents-solution__consultation {
    padding-bottom: 56px;
    padding-bottom: 3.5rem;
    padding-top: 53px;
    padding-top: 3.3125rem;
  }
  .contents-solution__consultation-text {
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .contents-solution__consultation-btn-box {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .contents-solution__consultation-btn {
    max-width: 270px;
    max-width: 16.875rem;
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
    padding-top: 19px;
    padding-top: 1.1875rem;
  }
  .customer-support__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .customer-support__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .support-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support-about__content {
    width: 100%;
  }
  .support-about__lead {
    font-size: 28px;
    font-size: 1.75rem;
    white-space: normal;
  }
  .support-about__body {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .support-feature {
    padding-top: 224px;
    padding-top: 14rem;
  }
  .support-feature__inner {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .support-feature__title-ja {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .support-feature__body {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .support-feature__lead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .support-feature__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .support-feature__container {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .support-feature__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1.75rem auto;
    grid-template-rows: repeat(2, auto);
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
  .support-feature__content:not(:first-child) {
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .support-feature__content-number {
    font-size: 25px;
    font-size: 1.5625rem;
    grid-area: 1/1/2/2;
    line-height: 1.76;
  }
  .support-feature__content-title {
    font-size: 17px;
    font-size: 1.0625rem;
    grid-area: 1/2/2/3;
    line-height: 1.4117647059;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-left: 12px;
    padding-left: 0.75rem;
  }
  .support-feature__content-text {
    grid-area: 2/1/3/3;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .support-feature__message {
    margin-left: -8px;
    margin-left: -0.5rem;
    margin-right: -10px;
    margin-right: -0.625rem;
    padding-bottom: 49px;
    padding-bottom: 3.0625rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .support-feature__message-text {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.5909090909;
  }
  .maintenance__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .maintenance__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .maintenance-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maintenance-about__content {
    width: 100%;
  }
  .maintenance-about__lead {
    font-size: 28px;
    font-size: 1.75rem;
    white-space: normal;
  }
  .maintenance-price {
    padding-top: 154px;
    padding-top: 9.625rem;
  }
  .maintenance-price__inner {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .maintenance-price__title-ja {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .maintenance-price__body {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .maintenance-price__lead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .maintenance-price__text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .maintenance-price__container {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-top: 37px;
    padding-top: 2.3125rem;
  }
  .maintenance-price__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: grid;
    grid-template-columns: 1.75rem auto;
    grid-template-rows: repeat(2, auto);
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
  .maintenance-price__content:not(:first-child) {
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .maintenance-price__content-number {
    font-size: 25px;
    font-size: 1.5625rem;
    grid-area: 1/1/2/2;
    line-height: 1.76;
  }
  .maintenance-price__content-title {
    font-size: 17px;
    font-size: 1.0625rem;
    grid-area: 1/2/2/3;
    line-height: 1.4117647059;
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-left: 12px;
    padding-left: 0.75rem;
  }
  .maintenance-price__content-text {
    grid-area: 2/1/3/3;
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .maintenance-price__plan-wrapper {
    margin-top: 30px;
    margin-top: 1.875rem;
    row-gap: 24px;
    row-gap: 1.5rem;
  }
  .maintenance-price__plan {
    padding-bottom: 29px;
    padding-bottom: 1.8125rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-right: 19px;
    padding-right: 1.1875rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .maintenance-price__plan-title {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maintenance-price__plan-title-type {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    width: 13.75rem;
  }
  .maintenance-price__plan-title-price {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .maintenance-price__plan-description {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .maintenance-price__plan-list {
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .maintenance-price__plan-item {
    line-height: 1.6875;
  }
  .maintenance-price__plan-detail {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .maintenance-price__attention-title,
  .maintenance-price__attention-text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6923076923;
    padding-left: 1em;
    text-indent: -1em;
  }
  .maintenance-price__message {
    padding-bottom: 52px;
    padding-bottom: 3.25rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .maintenance-price__message-text {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.5909090909;
  }
  .contact__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .contact__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .contact-tel {
    padding-top: 115px;
    padding-top: 7.1875rem;
  }
  .contact-tel__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-width: none;
    padding-bottom: 36px;
    padding-bottom: 2.25rem;
    padding-top: 39px;
    padding-top: 2.4375rem;
  }
  .contact-tel__title {
    border-right: none;
    height: auto;
    max-width: none;
  }
  .contact-tel__title-main {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
  }
  .contact-tel__body {
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .contact-tel__number {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
    padding-left: 34px;
    padding-left: 2.125rem;
  }
  .contact-tel__number::before {
    height: 35px;
    height: 2.1875rem;
    left: -2px;
    left: -0.125rem;
    top: 12px;
    top: 0.75rem;
    width: 26.84px;
    width: 1.6775rem;
  }
  .contact-tel__time {
    line-height: 1.875;
    margin-top: 14px;
    margin-top: 0.875rem;
    text-align: center;
  }
  .contact-tel__time span {
    padding-left: 2px;
    padding-left: 0.125rem;
  }
  .contact-form {
    margin-top: 6px;
    margin-top: 0.375rem;
    width: 100%;
  }
  .contact-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form__item02 {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contact-form__item02 .wpcf7-form-control-wrap,
  .contact-form__item03 .wpcf7-form-control-wrap,
  .contact-form__item04 .wpcf7-form-control-wrap,
  .contact-form__item05 .wpcf7-form-control-wrap {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .contact-form__item03,
  .contact-form__item04,
  .contact-form__item05 {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .contact-form__item06 {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contact-form__item06 .wpcf7-form-control-wrap {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-form__item06 label {
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            column-gap: 0.125rem;
  }
  .contact-form__item06 .wpcf7-list-item-label {
    letter-spacing: 0.1em;
  }
  .contact-form__item06 .wpcf7-list-item:not(:first-child) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .contact-form__item07 .wpcf7-form-control-wrap {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .contact-form__item08,
  .contact-form__item09 {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .contact-form__item08 .wpcf7-form-control-wrap,
  .contact-form__item09 .wpcf7-form-control-wrap {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .contact-form__item10 {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-form__item10 .wpcf7-form-control-wrap {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .contact-form__item12 {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-form__item12 .wpcf7-form-control-wrap {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .contact-form__item-textarea {
    padding-left: 11px;
    padding-left: 0.6875rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .contact-form__item-label.required::after {
    top: 1px;
    top: 0.0625rem;
  }
  .wpcf7-form-control-wrap {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .contact-form__item-text {
    margin-top: 49px;
    margin-top: 3.0625rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  label {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wpcf7-list-item:not(:first-child) {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .contact-form__item-upload-wrapper {
    margin-top: 5px;
    margin-top: 0.3125rem;
    width: 100%;
  }
  .contact-form__item-upload-wrapper .wpcf7-form-control-wrap {
    max-width: 247px;
    max-width: 15.4375rem;
  }
  .contact-form__item-upload-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
  .contact-form__btn-box {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .contact-form__btn {
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .contact-form__wrapper {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .contact-form__wrapper input {
    padding-left: 9px;
    padding-left: 0.5625rem;
  }
  .contact-form__wrapper .wpcf7-list-item-label {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: 0.05em;
    line-height: 1.5625;
  }
  .contact-form__wrapper .contact-form__item06 .wpcf7-list-item-label {
    letter-spacing: 0.1em;
  }
  .contact-form__wrapper .wpcf7-text {
    height: 48px;
    height: 3rem;
    max-width: none;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content01 {
    width: 247px;
    width: 15.4375rem;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content02 {
    width: 83px;
    width: 5.1875rem;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content02-text {
    font-size: 16px;
    font-size: 1rem;
    left: 7px;
    left: 0.4375rem;
    top: 50%;
    width: 100%;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .wpcf7-form-control-wrap {
    max-width: 247px;
    max-width: 15.4375rem;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .contact-form__item-upload .codedropz-upload-container {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
  .contact-form__wrapper .contact-form__item-upload-wrapper .codedropz-upload-inner div {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .contact-form__wrapper .contact-form__item11 {
    margin-left: 0px;
    margin-left: 0rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .contact-form__wrapper .contact-form__item11 .wpcf7-form-control-wrap {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-form__wrapper .contact-form__item13 {
    margin-left: 22px;
    margin-left: 1.375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-form__wrapper .contact-form__item13 input[type=checkbox] {
    height: 22px;
    height: 1.375rem;
    width: 22px;
    width: 1.375rem;
  }
  .contact-form__wrapper .contact-form__item13 .wpcf7-list-item-label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    margin-left: 0;
    text-align: left;
  }
  .contact-form__wrapper .contact-form__item13 .wpcf7-list-item-label:after {
    width: 168px;
    width: 10.5rem;
  }
  .company-brochure__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .company-brochure__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .company-brochure-form__wrapper {
    padding-top: 123px;
    padding-top: 7.6875rem;
  }
  .company-brochure-form__wrapper .wpcf7-text {
    height: 48px;
    height: 3rem;
  }
  .company-brochure-form__wrapper .wpcf7-form-control-wrap,
  .company-brochure-form__wrapper .wpcf7-text {
    max-width: none;
  }
  .company-brochure-form {
    max-width: none;
  }
  .company-brochure-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
    row-gap: 0.3125rem;
  }
  .company-brochure-form__item02,
  .company-brochure-form__item03 {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .company-brochure-form__item04 {
    margin-top: 27px;
    margin-top: 1.6875rem;
    row-gap: 5px;
    row-gap: 0.3125rem;
  }
  .company-brochure-form__item04 .wpcf7-list-item-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    letter-spacing: 0.05em;
    line-height: 2.25;
  }
  .company-brochure-form__item04 label {
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            column-gap: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-brochure-form__item05 {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .company-brochure-form__item06 {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .company-brochure-form__item06 input[type=checkbox] {
    height: 22px;
    height: 1.375rem;
    width: 22px;
    width: 1.375rem;
  }
  .company-brochure-form__item06 label {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
  .company-brochure-form__item06 .wpcf7-list-item-label::after {
    background-color: #333333;
    bottom: 6px;
    bottom: 0.375rem;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: 0px;
    left: 0rem;
    position: absolute;
    width: 167px;
    width: 10.4375rem;
  }
  .company-brochure-form__item-textarea {
    max-width: none;
    padding-left: 11px;
    padding-left: 0.6875rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  input {
    padding-left: 9px;
    padding-left: 0.5625rem;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .company-brochure-form__btn-box {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
  .company-brochure-form__btn {
    max-width: 300px;
    max-width: 18.75rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .partner__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .partner__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    margin-top: 95px;
    margin-top: 5.9375rem;
  }
  .partner__body {
    margin-right: 0px;
    margin-right: 0rem;
  }
  .partner-jobs {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 154px;
    padding-top: 9.625rem;
  }
  .partner-jobs__title-ja {
    margin-top: 1px;
    margin-top: 0.0625rem;
  }
  .partner-jobs__wrapper {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .partner-jobs__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partner-jobs__content:first-child {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
  .partner-jobs__content:nth-child(2) {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .partner-jobs__content-title {
    line-height: 2.25;
  }
  .partner-jobs__content-list-wrapper {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .partner-jobs__content-list-wrapper02 {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .partner-jobs__content-list:nth-child(2) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .partner-jobs__content-list:nth-child(3) {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .partner-jobs__content-item {
    line-height: 1.5625;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    padding-left: 1em;
    padding-top: 4px;
    padding-top: 0.25rem;
    text-indent: -1em;
  }
  .partner-jobs__content-item::before {
    height: 9px;
    height: 0.5625rem;
    margin-right: 9px;
    margin-right: 0.5625rem;
    width: 9px;
    width: 0.5625rem;
  }
  .partner-jobs__content-item-title {
    line-height: 2.25;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .partner-entry-form__wrapper .contact-form {
    padding-top: 100px;
    padding-top: 6.25rem;
    width: 95%;
  }
  .partner-entry-form__wrapper .wpcf7-form-control-wrap {
    max-width: none;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper {
    width: 100%;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content01 {
    width: 247px;
    width: 15.4375rem;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content02 {
    width: 83px;
    width: 5.1875rem;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload .contact-form__item-upload-content02-text {
    font-size: 16px;
    font-size: 1rem;
    left: 7px;
    left: 0.4375rem;
    top: 50%;
    width: 100%;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload .wpcf7-form-control-wrap {
    max-width: 247px;
    max-width: 15.4375rem;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .contact-form__item-upload .codedropz-upload-container {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
  .partner-entry-form__wrapper .contact-form__item09 .contact-form__item-upload-wrapper .codedropz-upload-inner div {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .partner-entry-form__wrapper .contact-form__item10 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partner-entry-form__wrapper .contact-form__item10 .wpcf7-form-control-wrap {
    max-width: none;
  }
  .partner-entry-form__wrapper .contact-form__item11 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partner-entry-form__wrapper .contact-form__item11 .wpcf7-form-control-wrap,
  .partner-entry-form__wrapper .contact-form__item11 .contact-form__item-textarea {
    max-width: none;
  }
  .partner-entry-form__wrapper .contact-form__item12 {
    margin-right: -10px;
    margin-right: -0.625rem;
    text-align: left;
  }
  .knowledge-detail {
    padding-top: 96px;
    padding-top: 6rem;
  }
  .knowledge-detail__title {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    line-height: 1.5384615385;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
  }
  .knowledge-detail__type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .post-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .knowledge-detail__category {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    padding-left: 17.75px;
    padding-left: 1.109375rem;
    padding-right: 17.75px;
    padding-right: 1.109375rem;
  }
  .knowledge-detail__content-img {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .knowledge-detail__content-img img {
    /* aspect-ratio: 335/250; */
  }
  .knowledge-detail__content-text {
    letter-spacing: 0.03em;
    line-height: 1.6875;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .knowledge-detail__content-text:nth-of-type(2) {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .knowledge-detail__toc-wrapper {
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .knowledge-detail__toc-head {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }
  .knowledge-detail__toc-head-title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.8235294118;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
    width: 113.19px;
    width: 7.074375rem;
  }
  .knowledge-detail__toc:not(:first-child) {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .knowledge-detail__toc-title {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            column-gap: 0.375rem;
  }
  .knowledge-detail__toc-title-number {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .knowledge-detail__toc-title-main {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5294117647;
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .knowledge-detail__toc-list {
    margin-top: 7px;
    margin-top: 0.4375rem;
    padding-left: 0px;
    padding-left: 0rem;
  }
  .knowledge-detail__toc-item {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .knowledge-detail__toc-item::before {
    -webkit-transform: translateY(-50%);
    left: 0px;
    left: 0rem;
    position: absolute;
    top: 50%;
            transform: translateY(-50%);
  }
  .knowledge-detail__title-group {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
  .knowledge-detail__title02 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1363636364;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .knowledge-detail__title03 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 32px;
    margin-top: 2rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-left: 14px;
    padding-left: 0.875rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
  }
  .knowledge-detail__title03::before {
    height: 30px;
    height: 1.875rem;
  }
  .knowledge-detail__title04 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 34px;
    margin-top: 2.125rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .knowledge-detail__title05 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .knowledge__mv {
    aspect-ratio: auto;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .knowledge__title {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .splide {
    overflow: hidden;
    padding-bottom: 147px;
    padding-bottom: 9.1875rem;
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .splide__slide::before {
    content: "";
    right: -14px;
    right: -0.875rem;
  }
  .splide__slide img {
    /* aspect-ratio: 280/210; */
    height: auto;
  }
  .knowledge-search {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .knowledge-search__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 33px;
    padding-top: 2.0625rem;
  }
  .knowledge-search__keywords-title-en {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .knowledge-search__tags {
    grid-column-gap: 1.1875rem;
    grid-row-gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .knowledge-search__tag-item {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 3.75px;
    padding-bottom: 0.234375rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem;
    padding-top: 3.75px;
    padding-top: 0.234375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .knowledge-search__tag-item01 {
    grid-area: 1/1/2/2;
  }
  .knowledge-search__tag-item02 {
    grid-area: 2/1/3/2;
  }
  .knowledge-search__tag-item03 {
    grid-area: 3/1/4/2;
  }
  .knowledge-search__tag-item04 {
    grid-area: 3/2/4/3;
  }
  .knowledge-search__content {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .knowledge-search__content-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .knowledge-search__content-title::before {
    top: 25px;
    top: 1.5625rem;
  }
  .whole_search-wrapper {
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 287px;
    width: 17.9375rem;
  }
  .search-form__input {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 45px;
    height: 2.8125rem;
    padding-left: 21px;
    padding-left: 1.3125rem;
  }
  .search-form__btn {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .knowledge__card-body {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .knowledge__card-category {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 14.9px;
    padding-left: 0.93125rem;
    padding-right: 14.9px;
    padding-right: 0.93125rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .knowledge__card-title--large {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .tags-links {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .tags-links a {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 2.1428571429;
  }
  .splide__arrows {
    bottom: 0;
  }
  /* 前の矢印 */
  .prev::before {
    height: 30px;
    height: 1.875rem;
    left: -184px;
    left: -11.5rem;
    top: -138px;
    top: -8.625rem;
    width: 30px;
    width: 1.875rem;
  }
  /* 次の矢印 */
  .next::before {
    height: 30px;
    height: 1.875rem;
    left: 200px;
    left: 12.5rem;
    top: -138px;
    top: -8.625rem;
    width: 30px;
    width: 1.875rem;
  }
  .splide__bar {
    bottom: 66px;
    bottom: 4.125rem;
  }
  .knowledge__card-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .search .search-form__wrapper {
    width: 100%;
  }
  .works-detail {
    padding-top: 96px;
    padding-top: 6rem;
  }
  .works-detail__type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .post-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-detail__category {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    padding-left: 17.75px;
    padding-left: 1.109375rem;
    padding-right: 17.75px;
    padding-right: 1.109375rem;
  }
  .works-detail__content-img {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .works-detail__title02 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1363636364;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .works-detail__title03 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 32px;
    margin-top: 2rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    padding-left: 14px;
    padding-left: 0.875rem;
    padding-top: 3px;
    padding-top: 0.1875rem;
  }
  .works-detail__title03::before {
    height: 30px;
    height: 1.875rem;
  }
  .works-detail__img-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .column2 {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .column2--gap60 {
    gap: 40px;
    gap: 2.5rem;
  }
  .column2--gapSp20 {
    gap: 20px;
    gap: 1.25rem;
  }
  .column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .headline {
    padding-left: 5px;
    padding-left: 0.3125rem;
  }
  .title-en {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
  .title-en {
    line-height: 1.4833333333;
  }
  .mv__title-en {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
  .mv__title-en {
    line-height: 1.48;
  }
  .title-ja {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .title-ja {
    line-height: 1.5;
  }
  .mv__title-ja {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .mv__title-ja {
    line-height: 1.4666666667;
  }
  .text-l {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
  .text-l {
    line-height: 1.75;
  }
  .text-m {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
  .text-m {
    line-height: 1.75;
  }
  .text {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .mv__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6875;
  }
  .inner {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .inner-m {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .u-font30 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .u-font30-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .u-font60 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .u-font60-2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .u-mt-80 {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .u-mt-16 {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
  .u-text-md-justify {
    text-align: justify !important;
  }
}

@media screen and (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
  .top-service__card {
    overflow: scroll;
  }
  .top-service__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2010px;
    width: 125.625rem;
  }
  .top-service__btn-box {
    display: none;
  }
}

@media screen and (min-width: 768px){
  .pagination01 .nav-previous a:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-previous a:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-next a:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .pagination01 .nav-next a:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .hover-run:hover {
    background-size: 100% 1px;
  }
  .img-hover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .img-hover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .under-bar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}

@media screen and (max-width: 767px){
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
