@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  letter-spacing: 0;
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

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

body {
  font-family: "Noto Sans JP", "adobe-garamond-pro", sans-serif, serif;
  background-color: #fff;
  overflow-y: scroll;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

main {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 3.5rem;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

*,
*::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;
}

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

/* 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;
}

a {
  text-decoration: none;
}

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

/* 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 */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.btn a {
  display: inline-block;
  color: #1B407F;
  border-radius: 50px;
  font-size: 2.480625rem;
  width: 36.494rem;
  position: relative;
  text-align: center;
  padding: 0.75rem 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    width: 12.6516875rem;
  }
}

.btn::after {
  content: "";
  background-image: url(../images/common/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.839375rem;
  height: 2.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .btn::after {
    left: 0.625rem;
    width: 1.6093125rem;
    height: 1.5758125rem;
  }
}

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

.header {
  height: 6.25rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.5rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 0.9375rem;
  }
}

.header__logo {
  width: 100%;
  height: inherit;
  max-width: 15rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 8.75rem;
  }
}

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

.header__logo img {
  max-width: 220px;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 5.9375rem;
  }
}

.header__logo img img {
  aspect-ratio: 496/164;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item > a {
  padding: 0 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header__nav-item.header__nav-item--contact a {
  padding: 0 2.4375rem 0 4.4375rem;
  position: relative;
  position: relative;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: #1B407F;
}

.header__nav-item.header__nav-item--contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-image: url(../images/common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 4rem;
    height: inherit;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 1px;
  background-color: #1B407F;
  -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) {
  top: 0.5rem;
}

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

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

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

.header__drawer {
  margin-top: 3.5rem;
  padding-bottom: 6.875rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  scrollbar-width: none;
}

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

.header__drawer-nav {
  margin: auto;
  padding: 0 10.67%;
  max-width: 37.5rem;
  width: 100%;
}

.header__drawer-item {
  border-bottom: 1px solid #DDD;
  text-align: center;
}

.header__drawer-item.header__drawer-item--contact {
  margin-top: 2.5rem;
  border-bottom: none;
}

.header__drawer-item > a,
.header__drawer-accordion-title {
  padding: 1.25rem 0 1.25rem 0;
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.header__drawer-item.header__drawer-item--contact a {
  padding: 2.4375rem 6.03125rem 2.4375rem 8.03125rem;
  position: relative;
  width: 100%;
  font-size: 0.9375rem;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-inline: auto;
  background-color: #1B407F;
}

.header__drawer-item.header__drawer-item--contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6.03125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-image: url(./../images/common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-accordion-title {
  position: relative;
}

.header__drawer-accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9375rem;
  height: 0.125rem;
  display: block;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__drawer-accordion-title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__drawer-accordion-list {
  padding: 0 0 1.25rem 0.625rem;
  display: none;
}

.header__drawer-accordion-item > a {
  padding: 0.625rem 0;
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__drawer-accordion-detail-list {
  padding-left: 0.625rem;
}

.header__drawer-accordion-detail-item a {
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__drawer-accordion-detail-item a::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 1px;
  background-color: #333;
}

.footer {
  background-color: #1B407F;
  padding: 2.5rem 0 1.25rem;
  margin-top: -0.25rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 2.5rem 0;
  }
}

.footer__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 78.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 0.9375rem;
    max-width: 39.375rem;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: block;
    text-align: center;
  }
}

.footer__logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__logo a {
  display: block;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .footer__logo a {
    padding: 0.9375rem 0;
  }
}

.footer__logo a img {
  max-width: 220px;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .footer__logo a img {
    width: 5.9375rem;
  }
}

.footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__nav-items {
    display: none;
  }
}

.footer__nav-item a {
  color: rgb(255, 255, 255);
  padding: 0.9375rem;
  position: relative;
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer__nav-item a {
    padding: 0.75rem 0;
  }
}

.footer__copyright {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 0.625rem;
  }
}

.footer__copyright span {
  text-transform: uppercase;
}

.inner {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.section__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2rem;
  }
}

.section__title::before {
  content: "SERVICE";
  color: #EEEEEE;
  font-family: "adobe-garamond-pro";
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section__title::before {
    font-size: 5.1701875rem;
    bottom: -0.5625rem;
  }
}

.page-fv__wrap {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.page-fv__title {
  background-color: rgb(255, 255, 255);
  border-bottom: 2px solid #1B407F;
  color: #1B407F;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 2.75rem 1.0625rem 2.8125rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-fv__title {
    font-size: 2rem;
    padding: 0.75rem 2.5rem;
    margin-left: 1.5rem;
  }
}

.fv {
  background-color: rgb(255, 255, 255);
}

.fv__wrap {
  position: relative;
  margin-inline: auto;
  max-height: 1000px;
}

.fv__img {
  width: 100%;
}

.fv__img img {
  aspect-ratio: 1199/605;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 1400px;
}
@media screen and (max-width: 768px) {
  .fv__img img {
    aspect-ratio: 375/500;
  }
}

.fv__text-wrap_pc {
  position: absolute;
  top: 9.75%;
  left: 8.25%;
}
@media screen and (max-width: 768px) {
  .fv__text-wrap_pc {
    display: none;
  }
}

.fv__text-wrap_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__text-wrap_sp {
    display: block;
    position: absolute;
    top: 10.75%;
    left: 6.25%;
  }
}

.fv__text {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1B407F;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 2rem;
  }
}

.fv__text + .fv__text {
  margin-top: 0.625rem;
}

.fv-lead {
  background-color: #1B407F;
  position: relative;
}

.fv-lead__bg {
  width: 100%;
  height: 100%;
  opacity: 0.43;
  mix-blend-mode: overlay;
}

.fv-lead__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-lead__bg img {
    height: 28.75rem;
    top: 40%;
  }
}

.fv-lead__wrap {
  padding: 7.5rem 0;
  max-width: 679px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .fv-lead__wrap {
    padding: 5rem 0;
  }
}

.fv-lead__title {
  color: rgb(255, 255, 255);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv-lead__title {
    font-size: 2rem;
  }
}

.fv-lead__text {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.4;
  margin-top: 2.5rem;
}

.service {
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 6.25rem 0;
  }
}

.service__title {
  position: relative;
}

.service__title::before {
  content: "SERVICE";
  color: #EEEEEE;
  font-family: "adobe-garamond-pro";
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service__title::before {
    font-size: 5.1701875rem;
    bottom: -0.5625rem;
  }
}

.service__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-top: 5.6875rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service__items {
    grid-template-columns: 1fr;
    margin-top: 3.25rem;
  }
}

.item__img {
  width: 100%;
}

.item__img {
  aspect-ratio: 384/2 88;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item__body {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.75rem 2.5rem 0 1.875rem;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .item__body {
    padding: 0.8125rem 0.75rem 0 0.75rem;
  }
}

.item__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.item__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 0.5rem;
}

.read-more {
  margin-top: 1.5rem;
}

.read-more a {
  color: #C0C0C0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

.read-more a::after {
  content: "";
  background-image: url(../images/service/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.6875rem;
}

/* ヘッダーの高さが 80px の場合 */
[id] {
  scroll-margin-top: 200px;
}

.company {
  background-color: #F7F7F7;
  padding: 11.9375rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 5.4375rem 0 5rem;
  }
}

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

.company__title::before {
  content: "COMPANY";
  color: #EEEEEE;
  font-family: "adobe-garamond-pro";
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company__title::before {
    font-size: 4.2248125rem;
    bottom: -0.5625rem;
  }
}

.company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.company__left {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.125rem 2.625rem 2.375rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .company__left {
    padding: 2rem 1rem;
    width: 100%;
  }
}

.company__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.company__address {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.company__right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__right {
    width: 100%;
    height: 11.4609375rem;
  }
}

.company__right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more {
  margin-top: 2.0625rem;
}

.contact {
  padding: 9.4375rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 5.625rem 0 5rem;
  }
}

.contact::before {
  content: "";
  background-image: url(../images/contact/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact::before {
    background-position: 67%;
    height: 24.3125rem;
  }
}

.contact__title {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}

.contact__title::before {
  content: "CONTACT";
  color: #EEEEEE;
  font-family: "adobe-garamond-pro";
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .contact__title::before {
    font-size: 4.0998125rem;
    bottom: -0.25rem;
  }
}

.contact__text {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4.4375rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-top: 2.5rem;
  }
}

.contact__link {
  margin-top: 2.5rem;
  text-align: center;
}

.contact__link a {
  display: inline-block;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__link a {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }
}

.news-body {
  background-color: #F7F7F7;
}

.news {
  background-color: #F7F7F7;
  padding: 12rem 0 14.75rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 7.9375rem 0 5rem;
  }
}

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

.news__title::before {
  content: "NEWS";
  color: #EEEEEE;
  font-family: "adobe-garamond-pro";
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news__title::before {
    font-size: 7.282875rem;
    bottom: -0.5625rem;
  }
}

.news__container {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 5.6875rem;
  width: 100%;
  height: 15vw;
  max-height: 200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news__container {
    width: 97%;
    height: 22vw;
  }
}

@media screen and (max-width: 768px) {
  .news__container {
    width: 87.2%;
    height: 38vw;
    margin-top: 3.8125rem;
  }
}
.news__container iframe {
  aspect-ratio: 800/184;
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__container iframe {
    height: inherit;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.news__item + .news__item {
  margin-top: 2vw;
}

.news__date {
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 3.7vw;
  }
}

.news__text {
  border-bottom: 1px solid #E7E7E7;
  font-size: 1.8vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .news__text {
    font-size: 3.2vw;
  }
}

/* スクロールバー全体 */
::-webkit-scrollbar {
  width: 6px; /* 横スクロールバーの高さ、縦スクロールバーの幅 */
  height: 6px;
}

/* スクロールバーのトラック部分 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* トラックの背景色 */
  border-radius: 5px; /* 角の丸み */
}

/* スクロールバーのつまみ部分 */
::-webkit-scrollbar-thumb {
  background: #D9D9D9; /* スクロールつまみの色 */
  border-radius: 5px;
}

.p-company__fv-wrap {
  content: "";
  background-image: url(../images/p-company/bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-company__fv-wrap {
    background-image: url(../images/p-company/bg-sp.png);
    background-size: contain;
    height: 7.5625rem;
  }
}

.company-table {
  background-color: #F7F7F7;
  padding: 5rem 0 5.875rem;
}
@media screen and (max-width: 768px) {
  .company-table {
    padding: 2.5rem 1.5rem 5rem;
  }
}

.company-table__inner {
  background-color: rgb(255, 255, 255);
  margin: auto;
  padding: 5rem;
  max-width: 999px;
  margin-inline: auto;
  width: 62.4375rem;
}
@media screen and (max-width: 768px) {
  .company-table__inner {
    padding: 2.5rem 1rem;
    width: 100%;
  }
}

.company-table__title {
  border-left: 4px solid #1B407F;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 1rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-table__title {
    margin-inline: initial;
  }
}

.company-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company-profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8125rem;
  }
}

.company-profile__list + .company-profile__list {
  margin-top: 2rem;
}

dt.company-profile__term {
  color: #333;
  border-bottom: 2px solid #1B407F;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  width: 12.25rem;
  max-width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  dt.company-profile__term {
    border-bottom: none;
    padding-bottom: 1rem;
    width: 100%;
  }
}

dd.company-profile__description {
  color: #333;
  border-bottom: 1px solid #DDD;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
  line-height: 1.6;
  width: 37.75rem;
}
@media screen and (max-width: 768px) {
  dd.company-profile__description {
    width: 100%;
  }
}

.p-service__fv-wrap {
  content: "";
  background-image: url(../images/p-service/bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-service__fv-wrap {
    background-image: url(../images/p-service/bg-sp.png);
    background-size: contain;
    height: 7.5625rem;
  }
}

.p-service__container {
  margin-top: 8.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__container {
    margin-top: 2.5rem;
    padding-bottom: 0;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__item::before {
  content: "";
  background-color: #F7F7F7;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -4vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-service__item::before {
    content: none;
  }
}

.p-service__item + .p-service__item {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-service__item + .p-service__item {
    margin-top: 0;
  }
}

.p-service__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-service__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__box {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(60, 86, 52, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 3.5rem 6.25rem;
  position: relative;
  z-index: 2;
  margin-top: -3.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__box {
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
  }
}

.box__title {
  color: #1B407F;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .box__title {
    margin-bottom: 1.5rem;
  }
}

.box__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.box__text + .box__text {
  margin-top: 2em;
}

.p-service__img {
  position: relative;
  z-index: 1;
  margin-top: -3.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__img {
    margin: 0 calc(50% - 50vw) 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service__img::before {
    content: "";
    background-color: #F7F7F7;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service__img.img01 {
    margin-top: -13.75rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service__img.img02 {
    margin-top: -13.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service__img.img03 {
    margin-top: -17.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service__img.img04 {
    margin-top: -14.1875rem;
  }
}

.p-service__box.box01 {
  margin-right: -17.625rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-service__box.box01 {
    margin-right: auto;
  }
}

.p-service__box.box02 {
  margin-left: -15.125rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-service__box.box02 {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-service__box.box03 {
  margin-right: -15.125rem;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .p-service__box.box03 {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-service__box.box04 {
  margin-left: -17.5625rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-service__box.box04 {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-service__box.box01 img {
  aspect-ratio: 882/505;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-service__box.box01 img {
    aspect-ratio: 375/276;
  }
}

.p-service__box.box02 img {
  aspect-ratio: 882/661;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__box.box03 img {
  aspect-ratio: 882/661;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__box.box04 img {
  aspect-ratio: 882/492;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-recruit {
  position: relative;
}

.p-recruit__fv-wrap {
  content: "";
  background-image: url(../images/p-recruit/bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__fv-wrap {
    background-image: url(../images/p-recruit/bg-sp.png);
    background-size: contain;
    height: 7.5625rem;
  }
}

.p-recruit__container {
  padding-left: 15.67%;
  margin-top: 5.5rem;
  margin-bottom: 12.5rem;
  margin-inline: auto;
  max-width: 1200px;
  min-height: 900px;
}
@media screen and (max-width: 1024px) {
  .p-recruit__container {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__container {
    margin-top: 5rem;
    margin-bottom: 5rem;
    min-height: auto;
  }
}

.m-recruit .contact {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-recruit .contact {
    position: relative;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__fv-wrap {
  content: "";
  background-image: url(../images/p-contact/bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-contact__fv-wrap {
    background-image: url(../images/p-contact/bg-sp.png);
    background-size: contain;
    height: 7.5625rem;
  }
}

.contact-form {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.contact__inner {
  margin: auto;
  padding: 0 0.625rem;
  max-width: 75rem;
  width: 100%;
}

.contact__lead {
  border-bottom: 7px solid #1B407F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding-bottom: 2.5rem;
  margin-inline: auto;
  max-width: 40rem;
}

.contact__form {
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 40rem;
  width: 100%;
}

.contact__form-wrap + .contact__form-wrap {
  margin-top: 1.875rem;
}

.contact__form-label {
  font-size: 1rem;
  line-height: 1;
}

.contact__form-label span {
  background-color: #FE7B67;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

.contact__form-label span.nini {
  background-color: transparent;
  border: 1px solid #BDBDBD;
  color: #BDBDBD;
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

.contact__form-input {
  margin-top: 0.625rem;
}

.contact__form-input input {
  padding: 0.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}

.contact__form-input input:focus {
  border: 2px solid #D9D9D9;
}

.contact__form-textarea {
  margin-top: 0.625rem;
}

.contact__form-textarea textarea {
  padding: 0.625rem;
  width: 100%;
  height: 14.375rem;
  font-size: 1rem;
  border-radius: 0;
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  resize: none;
}

.contact__form-textarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #D9D9D9;
}

.contact__form-submit {
  margin-top: 2.5rem;
  text-align: center;
}

.contact__form-submit input {
  padding: 1rem 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #05395E;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13.75rem;
}

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

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

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

.contact-confirm__form {
  margin-top: 2.5rem;
  margin-inline: auto;
  max-width: 40rem;
  width: 100%;
}

.contact-confirm__form-wrap + .contact-confirm__form-wrap {
  margin-top: 1.875rem;
}

.contact-confirm__form-label {
  font-size: 1rem;
  line-height: 1;
}

.contact-confirm__form-label span {
  background-color: #FE7B67;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

.contact-confirm__form-label span.nini {
  background-color: transparent;
  border: 1px solid #BDBDBD;
  color: #BDBDBD;
  font-size: 0.625rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

.contact-confirm__form-input {
  margin-top: 0.625rem;
}

.contact-confirm__form-input input {
  padding: 0.5rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #f3f3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}

.contact-confirm__form-input input:focus {
  border: 2px solid #D9D9D9;
}

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

.contact-confirm__form-textarea textarea {
  padding: 0.625rem;
  width: 100%;
  height: 14.375rem;
  font-size: 1rem;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #f3f3f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  resize: none;
}

.contact-confirm__form-textarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #D9D9D9;
}

.contact-confirm__form-submit {
  margin-top: 2.5rem;
  text-align: center;
}

.contact-confirm__form-submit input {
  padding: 1rem 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #05395E;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13.75rem;
}

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

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

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

.m-contact {
  position: relative;
}

.m-contact .contact {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-contact .contact {
    position: relative;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact.confirm {
  margin-bottom: clamp(17.5rem, 5.6818181818rem + 59.0909090909vw, 50rem);
}

.p-contact.confirm .contact-form {
  margin-inline: auto;
  max-width: 40rem;
}