@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333333;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-family: "Shippori Mincho";
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-family: "Shippori Mincho";
}
@font-face {
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Playfair_9pt_SemiExpanded-SemiBold.ttf") format("truetype");
  font-family: "Playfair";
}
body {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

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

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0.875rem;
  border-radius: 50%;
}

.btn p {
  color: #FFF;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1; /* 18px */
  font-family: "Playfair", serif;
  text-align: center;
}

.btn__blue {
  border: 1px solid #2A4E92;
  background-color: #2A4E92;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn__blue:hover {
  background-color: #FFF;
}

.btn__blue:hover p {
  color: #2A4E92;
}

.btn__brown {
  border: 1px solid #865B1E;
  background-color: #865B1E;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn__brown:hover {
  background-color: #FFF;
}

.btn__brown:hover p {
  color: #865B1E;
}

.company {
  margin-top: 5rem;
}

.company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.company__Card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 924/882;
  width: 100%;
  margin-top: 1.5rem;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.company__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floating {
  position: fixed;
  top: 4.375rem;
  left: 0.1875rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.floating.is-visible {
  opacity: 1;
}

.floating__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.floating__text {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2; /* 28px */
  font-family: "Playfair", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.floating__arrow {
  aspect-ratio: 7/133;
  max-height: 4.375rem;
  margin-top: 0.9375rem;
}

.floating__arrow img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floating__link {
  position: relative;
  margin-top: 0.9375rem;
  padding: 1.25rem 0.4375rem 2.875rem 0.4375rem;
  border-radius: 1.25rem;
  background: #BBA987;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1; /* 14px */
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.floating__link::before {
  position: absolute;
  position: absolute;
  bottom: 13%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/floating-mail@2x.webp);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.footer {
  margin-top: 1.625rem;
  margin-bottom: 0.75rem;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.875rem 2.5rem;
}

.footer__item a {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6; /* 25.6px */
}

.footer__item--en a {
  font-family: "Playfair", serif;
}

.footer__logo {
  aspect-ratio: 229/41;
  width: 100%;
  max-width: 9.4375rem;
  margin-top: 2.125rem;
}

.footer__logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__address {
  margin-top: 0.75rem;
}

.footer__address-nav dt {
  margin-top: 0.1875rem;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.3; /* 16.9px */
}

.footer__address-nav dt a {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.3; /* 16.9px */
}

.footer__copyright {
  margin-top: 2.875rem;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3; /* 13px */
  font-family: "Playfair", serif;
}

.footer__design{
  color: #1E1E1E;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3; /* 13px */
  font-family: "Playfair", serif;
}

.footer__design a{
  color: #1E1E1E;
}

.fv {
  position: relative;
  margin-top: 4rem;
}

.fv__title {
  position: absolute;
  top: 25%;
  width: 100%;
  padding-left: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.fv__images {
  aspect-ratio: 375/550;
}

.fv__images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  overflow-x: hidden;
}

.header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-right: 0;
  padding-left: 0;
}

.header__logo {
  height: inherit;
}

.header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  color: rgb(93, 93, 101);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.header__logo-images {
  aspect-ratio: 196/35;
  width: 100%;
  max-width: 9.375rem;
}

.header__logo-images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__nav {
  display: none;
  position: relative;
  height: inherit;
}

.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  gap: 2.25rem;
}

.header__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__nav-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 0.9375rem;
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.header__hamburger {
  z-index: 999;
  position: relative;
  width: 1.8125rem;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

.header__hamburger span:nth-of-type(3) {
  background-color: transparent;
  font-size: 0.625rem;
}

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

.header__hamburger.is-open span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-25deg);
          transform: translateX(-50%) rotate(-25deg);
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: 0.5rem;
}

.header__hamburger .menu-text {
  display: block;
  position: relative;
  top: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333333;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Playfair", serif;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  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;
}

.header__hamburger.is-open .menu-text {
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  opacity: 0;
}

.header__drawer {
  display: none;
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: 4rem;
  padding-bottom: 6.875rem;
  overflow-y: scroll;
  background-color: #FFF;
  scrollbar-width: none;
}

.header__drawer-nav {
  margin-top: 2.8125rem;
}

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

.header__drawer-list {
  display: grid;
  place-content: center;
  width: 100%;
}

.header__drawer-item {
  position: relative;
  width: 100%;
  border-bottom: none;
}

.header__drawer-item:not(:first-of-type) {
  margin-top: 1.5rem;
}

.header__drawer-item > a {
  display: block;
  position: relative;
  width: 150%;
  padding-left: 0.8125rem;
  color: #1E1E1E;
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Playfair", serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.header__drawer-item > a span {
  padding-top: 0.625rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3; /* 18.2px */
  font-family: "Shippori Mincho", serif;
}

.header__drawer-item > a::before {
  position: absolute;
  bottom: 63%;
  left: 0;
  width: 0.625rem;
  height: 1px;
  background-color: #333333;
  content: "";
}

body.js-fixed {
  height: 100%;
  overflow: hidden;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 36px;
}

.intro {
  margin-top: -10%;
}

.intro__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2.25rem;
  padding: 1.625rem 0.875rem 8.625rem 1rem;
  background: #F5F2EB;
}

.intro__title {
  width: 100%;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5; /* 27px */
}

.intro__divider {
  width: 100%;
  height: 1px; /* 高さを調整 */
  margin-top: 1.6875rem;
  margin-bottom: 2.0625rem;
  background-color: #1E1E1E; /* 縦線の色 */
}

.intro__text {
  width: 100%;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3; /* 27px */
}

.intro__slider {
  width: 80%;
  margin-top: -100px;
  margin-right: 5%;
  margin-left: auto;
}

.intro__image {
  aspect-ratio: 292/240;
  width: 100%;
}

.intro__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagetop {
  z-index: 10;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 3.0625rem;
}

.pagetop__link {
  display: inline-block;
  aspect-ratio: 55/55;
  max-width: 3.0625rem;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.pagetop__link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagetop__link img:hover {
  content: url("../images/pagetop-w@2x.webp"); /* ホバー時の画像 */
}

.recruit {
  padding-top: 5rem;
  padding-bottom: 4.375rem;
}

.recruit__inner {
  position: relative;
}

.recruit__Card {
  z-index: 1;
  position: relative;
}

.recruit__list {
  margin-top: 1rem;
}

.recruit__item {
  color: #1E1E1E;
  /* 清水組様/spテキスト16 */
  font-size: 1rem;
  line-height: 1.3; /* 20.8px */
}

.recruit__btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.75rem 1.125rem 0.75rem 0.875rem;
  border: 1px solid #2A4E92;
  background: #2A4E92;
  color: #FFF;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1; /* 18px */
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recruit__btn:hover {
  background: #FFF;
  color: #2A4E92;
}

.rectuit__image {
  aspect-ratio: 599/380;
}

.rectuit__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rectuit__image--sp {
  margin-top: 1.25rem;
}

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

.secCard__title {
  position: relative;
  padding-left: 12px;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1; /* 32px */
  font-family: "Playfair", serif;
  text-transform: uppercase;
}

.secCard__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1E1E1E;
  content: "";
}

.secCard__title--jp {
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3; /* 18.2px */
  font-family: "Shippori Mincho", serif;
}

.secCard__subtitle {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1; /* 18px */
}

.secCard__text {
  margin-top: 2.25rem;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.3; /* 20.8px */
}

.secCard__link {
  margin-left: auto;
}

.secCard__btn {
  margin-top: 1.25rem;
}

.services {
  padding-top: 5rem;
}

.services__inner {
  gap: 0.75rem;
}

.services__list {
  display: grid;
  margin-top: 1.25rem;
  gap: 0.3125rem;
}

.services__item {
  position: relative;
  margin-bottom: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.services__item:hover .services__image::before {
  background: rgba(18, 18, 18, 0.9); /* ここで暗さを調整 */
}

.services__image {
  position: relative;
  aspect-ratio: 597/325;
  width: 80%;
  margin-inline: auto;
}

.services__image::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.6); /* ここで暗さを調整 */
  content: "";
}

.services__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services__image-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.services__head {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  text-align: center;
}

.services__item-text {
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1; /* 16px */
}

.services__item-title {
  display: inline-block;
  margin-top: 1.3125rem;
  padding: 0.75rem 1.875rem 1rem 1.875rem;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1; /* 22px */
}

.companypage-intro {
  padding-top: 2rem;
  background: #F7F7F7;
}

.companypage-intro__title {
  color: #1E1E1E;
  font-size: 1.25rem;
  line-height: 1;
}

.companypage-intro__subtitle {
  margin-top: 1.5rem;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1;
}

.companypage-intro__text {
  margin-top: 2.5rem;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.8;
}

.companypage-intro__name {
  margin-top: 2.5rem;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  text-align: end;
}

.companypage-map {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  background: #F7F7F7;
}

.companypage-map__google {
  text-align: center;
}

.companypage-map__google iframe {
  width: 19.375rem;
  height: 10.625rem;
}

.companypage-map__link {
  margin-top: 0.625rem;
  text-align: center;
}

.companypage-map__btn {
  position: relative;
  padding: 0.625rem 2.375rem 0.625rem 1rem;
  background: #2A4E92;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3; /* 18.2px */
}

.companypage-map__btn::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "→";
}

.companypage {
  padding-top: 2.5rem;
  background: #F7F7F7;
}

.companypage__inner {
  width: 95%;
}

.companypage__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #A3A49D;
  border-right: 1px solid #A3A49D;
  border-left: 1px solid #A3A49D;
}

.companypage__item:last-of-type {
  border-bottom: 1px solid #A3A49D;
}

.companypage__item dt,
.companypage__item dd {
  padding-top: 0.4375rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.3; /* 20.8px */
}

.companypage__item dt {
  background: #F2F2F2;
}

.companypage__item dt:not(:last-child) {
  border-bottom: 1px solid #A3A49D;
}

.companypage__item dd {
  background: #FFF;
}

.contactpage {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #F7F7F7;
}

.contactpage__intro {
  padding-bottom: 2.5rem;
}

.contactpage__text {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
}

.contactpage__formWrap h3 {
  border-bottom: 1px solid #2A4E92;
}

.contactpage__formWrap-head {
  margin-top: 0.625rem;
}

.contactpage__formItem {
  margin-top: 1.25rem;
}

.formTable {
  background: #FFF;
}

.formTable th {
  font-size: 1rem;
}

.contactpage__formTable-item input,
.contactpage__formTable-item textarea {
  width: 100%;
  font-size: 0.875rem;
}

.contactpage__formTable-btn {
  margin-top: 2.5rem;
}

.contactpage__formTable-btn input {
  padding: 0.625rem 1.25rem;
  border: 1px solid #2A4E92;
  background: #2A4E92;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.5;
}

.contactpage__formTable-btn input:hover {
  border: 1px solid #2A4E92;
  background: #FFF;
  color: #2A4E92;
}

.contactpage__formTable-btn input:last-of-type {
  margin-top: 1.25rem;
}

.contactpage__formWrap-under {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.contactpage__formWrap-under::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "※";
}

.servicespage {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #F7F7F7;
}

.servicespage__intro {
  text-align: center;
}

.servicespage__intro-text {
  display: inline-block;
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.5; /* 24px */
  text-align: start;
}

.svPage-tab__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  gap: 2rem;
}

.svPage-tab__container::before {
  position: absolute;
  top: 50%; /* 親要素の中央に配置 */
  left: 50%; /* 親要素の中央に配置 */
  width: 60%;
  max-width: 12.5rem;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2A4E92;
  content: "";
}

.svPage-tab__title {
  color: #2A4E92;
  font-size: 1rem;
  line-height: 1.5; /* 24px */
  text-align: center;
}

.svPage-tab__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
}

.svPage-tab__tabTitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 5.625rem;
  padding: 1rem;
  border: 1px solid #2A4E92;
  color: #2A4E92;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3; /* 18.2px */
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.svPage-tab__tabTitle.active {
  background-color: #2A4E92;
  color: #fff;
}

.svPage-card {
  display: none;
  margin-top: 20px;
}

.svPage-card.active {
  display: block;
}

.svPage-card {
  margin-top: 2.5rem;
}

.svPage-card__title {
  position: relative;
  padding-bottom: 0.5625rem;
  color: #1E1E1E;
  font-size: 1.125rem;
  line-height: 1; /* 18px */
}

.svPage-card__title::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#2A4E92), to(#EBF6F8));
  background: linear-gradient(90deg, #2A4E92 0%, #EBF6F8 100%);
  content: "";
}

.svPage-card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5rem;
}

.svPage-card__common:nth-child(even) .svPage-card__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.svPage-card__head-text {
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 1.75;
}

.svPage-card__common:nth-child(even) .svPage-card__head-text {
  margin-top: 2.25rem;
}

.svPage-card__head-image {
  aspect-ratio: 265/180;
  margin-top: 2.25rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.svPage-card__common:nth-child(even) .svPage-card__head-image {
  margin-top: 0;
}

.svPage-card__head-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svPage-card__image {
  aspect-ratio: 775/400;
  margin-top: 1.25rem;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.svPage-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svPage-card__second {
  margin-top: 2.5rem;
}

.svPage-card__uImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.25rem;
}

.svPage-card__uImage-left {
  aspect-ratio: 265/180;
}

.svPage-card__uImage-right {
  aspect-ratio: 480/180;
  margin-top: 1.25rem;
}

.svPage-card__uImage-left,
.svPage-card__uImage-right {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.svPage-card__uImage-left img,
.svPage-card__uImage-right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svPage-card__third {
  margin-top: 2.5rem;
}

.underpage-fv {
  margin-top: 4rem;
}

.underpage-fv__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 7.0625rem;
}

.underpage-fv__head {
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  place-content: center;
  gap: 0.5rem;
  background: #F2F2F2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.underpage-fv__title {
  color: #1E1E1E;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1; /* 32px */
  font-family: "Playfair", serif;
  text-transform: uppercase;
}

.underpage-fv__subtitle {
  color: #1E1E1E;
  font-size: 0.875rem;
  line-height: 1.3;
}

.underpage-fv__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 617/227;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.underpage-fv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 450px) {
  .contactpage__formWrap-under::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
  .btn {
    margin-top: 2.5rem;
    padding: 1.3125rem 1.125rem;
  }
  .btn p {
    font-size: 1.125rem;
  }
  .company {
    margin-top: 7.5rem;
  }
  .company__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.875rem;
  }
  .company__image {
    margin-top: 0;
  }
  .floating {
    top: 5.625rem;
    left: 2.875rem;
    opacity: 1;
  }
  .floating__link {
    padding: 1.25rem 0.6875rem 4.8125rem 0.6875rem;
  }
  .floating__link::before {
    bottom: 15%;
    width: 1.625rem;
    height: 1.625rem;
  }
  .footer {
    margin-top: 1rem;
  }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .footer__nav {
    width: 100%;
    margin-top: 5%;
    margin-right: calc(50% - 50vw);
  }
  .footer__list {
    grid-template-columns: repeat(5, auto);
  }
  .footer__info {
    width: 100%;
  }
  .footer__logo {
    max-width: 15.5625rem;
    margin-top: 0;
  }
  .footer__address-nav dt a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .fv {
    margin-top: 5rem;
    margin-left: 7.5rem;
    color: #FFF;
    font-size: 1.125rem;
  }
  .fv__title {
    top: 30%;
    padding-left: 0;
    font-size: 2rem;
    text-align: center;
  }
  .fv__images {
    aspect-ratio: 1044/566;
  }
  .header {
    height: 5rem;
  }
  .header__inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
  .header__logo a {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .header__logo-images {
    max-width: 13rem;
  }
  .header__nav {
    display: block;
    margin-right: calc(50% - 50vw);
    padding-right: 2.5rem;
  }
  .header__hamburger {
    display: none;
  }
  .inner {
    max-width: 1440px;
    padding-right: 120px;
    padding-left: 120px;
  }
  .intro {
    margin-top: -5%;
  }
  .intro__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-right: 4.5625rem;
    margin-left: auto;
    padding: 2.625rem 1.5rem 11.9375rem 2.5rem;
    gap: 1.5625rem;
  }
  .intro__title {
    max-width: 15.75rem;
  }
  .intro__divider {
    width: 1px;
    height: 7.5625rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .intro__slider {
    margin-right: 0;
    margin-left: 55%;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .intro__image {
    aspect-ratio: 1326/582;
  }
  .pagetop {
    right: 3%;
    bottom: 4%;
    left: initial;
    width: 3.4375rem;
    -webkit-transform: initial;
            transform: initial;
  }
  .pagetop__link {
    max-width: 3.4375rem;
  }
  .recruit {
    padding-top: 7.5rem;
  }
  .recruit__Card {
    margin-left: 60%;
  }
  .recruit__link {
    margin-top: 5rem;
  }
  .recruit__btn {
    margin-top: 0;
  }
  .rectuit__image--pc {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 120px;
    max-width: 37.4375rem;
    content: "";
  }
  .secCard__title {
    padding-left: 0;
    font-size: 3.125rem;
  }
  .secCard__title::before {
    display: none;
  }
  .secCard__title--jp {
    margin-left: 1rem;
    font-size: 1rem;
  }
  .secCard__subtitle {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .secCard__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 2.5rem;
  }
  .secCard__link {
    margin-left: 0;
  }
  .secCard__btn {
    margin-top: auto;
  }
  .services {
    padding-top: 7.5rem;
  }
  .services__inner {
    position: relative;
  }
  .services__Card {
    width: 40%;
    height: 100%;
  }
  .services__list {
    position: absolute;
    top: 0;
    right: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 60%;
    max-width: 55%;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    gap: 0.625rem;
    content: "";
  }
  .services__image {
    width: inherit;
  }
  .companypage-intro {
    padding-top: 3.75rem;
  }
  .companypage-intro__title {
    font-size: 1.5rem;
  }
  .companypage-intro__subtitle {
    margin-top: 2rem;
    font-size: 1.125rem;
  }
  .companypage-map {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .companypage-map__google iframe {
    width: 37.5rem;
    height: 28.125rem;
  }
  .companypage-map__link {
    margin-top: 2rem;
  }
  .companypage-map__btn {
    padding: 0.625rem 3.875rem 0.625rem 2.125rem;
    font-size: 1rem;
  }
  .companypage {
    padding-top: 4rem;
  }
  .companypage__inner {
    width: 100%;
  }
  .companypage__list {
    max-width: 45rem;
    margin-inline: auto;
  }
  .companypage__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .companypage__item dt {
    width: 40%;
    padding-left: 0;
    border-right: 1px solid #A3A49D;
    text-align: center;
  }
  .companypage__item dt:not(:last-child) {
    border-bottom: 0;
  }
  .companypage__item dd {
    width: 60%;
    padding-left: 1.875rem;
  }
  .contactpage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contactpage__intro {
    padding-bottom: 4rem;
  }
  .contactpage__text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
  }
  .contactpage__formWrap {
    width: 90%;
  }
  .formTable th {
    font-size: 1.125rem;
  }
  .contactpage__formTable-item input,
  .contactpage__formTable-item textarea {
    font-size: 1rem;
  }
  .contactpage__formTable-btn {
    margin-top: 2.5rem;
  }
  .contactpage__formTable-btn input:first-of-type {
    margin-right: 1.25rem;
  }
  .contactpage__formTable-btn input:last-of-type {
    margin-top: 0;
    margin-left: 1.25rem;
  }
  .servicespage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .servicespage__intro-text {
    font-size: 1.125rem;
  }
  .svPage-tab__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 2.5rem;
    gap: 0;
  }
  .svPage-tab__container::before {
    bottom: 0;
    left: 50%; /* 親要素の中央に配置 */
    width: 1px;
    max-width: none;
    height: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 要素の中心に調整 */
  }
  .svPage-tab__title {
    font-size: 1.125rem;
  }
  .svPage-tab__tabTitle {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: none;
    font-size: 1rem;
  }
  .svPage-card {
    margin-top: 4rem;
  }
  .svPage-card__title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  .svPage-card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.6875rem;
  }
  .svPage-card__common:nth-child(even) .svPage-card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .svPage-card__head-text {
    width: 50%;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .svPage-card__common:nth-child(even) .svPage-card__head-text {
    margin-top: 0;
  }
  .svPage-card__head-image {
    width: 40%;
    margin-top: 0;
  }
  .svPage-card__image {
    margin-top: 1.875rem;
  }
  .svPage-card__second {
    margin-top: 4rem;
  }
  .svPage-card__uImage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
  .svPage-card__uImage-left {
    width: 40%;
  }
  .svPage-card__uImage-right {
    width: 60%;
    margin-top: 0;
  }
  .svPage-card__third {
    margin-top: 4rem;
  }
  .underpage-fv {
    margin-top: 5rem;
  }
  .underpage-fv__head {
    gap: 1.875rem;
  }
  .underpage-fv__title {
    font-size: 3.125rem;
  }
  .underpage-fv__subtitle {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=map/styles.css.map */