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

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

h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  min-width: 320px;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

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

ul {
  padding-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

.u-font__inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

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

.l-container {
  /* max-width: 1280px; */
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.l-container--narrow {
  max-width: 800px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: background-color 0.3s;
  /*background-color: rgba(131, 131, 131, 0.7215686275);*/
  background-color:white;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 100vw;
}
.page-sub .l-header {
  background-color: #FCFCFC;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.page-sub .l-header .c-logo {
  color: #333;
}
.page-sub .l-header .c-gnav__link-en {
  color: #333;
}
.l-header .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.l-footer {
  background-color: #222;
  color: #fff;
  padding-top: 40px;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer__container {
    display: block;
  }
}
.l-footer__container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 200px;
  background-color: rgba(251, 251, 251, 0.7921568627);
}
@media (max-width: 768px) {
  .l-footer__container::before {
    display: none;
  }
}
.l-footer__info {
  flex-basis: 45%;
}
.l-footer__nav {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  .l-footer__nav {
    margin-top: 40px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px 0;
  font-weight: 300;
}

.l-contact-section {
  background-image: url("../images/contact-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px;
  margin-top: 8.3333333333vw;
  height: 54.5138888889vw;
  min-height: 350px;
}
@media (max-width: 768px) {
  .l-contact-section {
    padding: 30px;
  }
}
.l-contact-section__inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3098039216);
  border-radius: 10px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .l-contact-section__inner {
    padding: 30px 0;
  }
}
.l-contact-section__title-en {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .l-contact-section__title-en {
    font-size: 18px;
  }
}
.l-contact-section__title-ja {
  font-weight: 600;
  margin: 5px 0 20px;
  letter-spacing: 0.15rem;
  margin-bottom: 6.9444444444vw;
}
.l-contact-section__description {
  font-size: 20px;
  margin-bottom: 6.9444444444vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-contact-section__description {
    font-size: 16px;
  }
}

.c-logo {
  height: 60px;
  width: 100px;
}
@media (max-width: 768px) {
/*  .c-logo {
    height: 40px;
    width: 40px;
  }*/

}
.c-logo--footer {
  height: 150px;
  width: 150px;
}
@media (max-width: 768px) {
  .c-logo--footer {
    height: 80px;
    width: 80px;
  }
}

.c-logo--footer {
  margin-bottom: 0.5em;
}

.c-footer__companyname {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 768px) {
  .c-footer__companyname {
    font-size: 20px;
  }
}

.c-footer__address {
  line-height: 200%;
  letter-spacing: 0.15rem;
}

@media (max-width: 768px) {
  .c-gnav {
    width: 100%;
    margin-top: 15px;
  }
}
.c-gnav__list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .c-gnav__list {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
}
.c-gnav__link {
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.c-gnav__link:hover {
  opacity: 0.7;
}
.c-gnav__link-en {
  font-size: 16px;
  font-weight: 600;
}
.c-gnav__link-jp {
  font-size: 13px;
  color: #464646;
  font-weight: 400;
}
.c-gnav__link--button {
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}
.c-gnav__link--button:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .c-gnav__link--button {
    display: block;
    text-align: center;
  }
}

.c-hamburger {
  display: none;
  position: relative;
  z-index: 101;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s;
  border-radius: 2px;
}
.c-hamburger span:nth-of-type(1) {
  top: 10px;
}
.c-hamburger span:nth-of-type(2) {
  top: 19px;
}
.c-hamburger span:nth-of-type(3) {
  top: 28px;
}
.page-top .c-hamburger span, .page-sub .c-hamburger span {
  background-color: #333;
}
.c-hamburger.is-open span:nth-of-type(1) {
  top: 19px;
  transform: rotate(45deg);
}
.c-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-open span:nth-of-type(3) {
  top: 19px;
  transform: rotate(-45deg);
}
.c-hamburger.is-open span {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}

.c-gnav-sp {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  transition: right 0.5s;
}
.c-gnav-sp.is-open {
  right: 0;
}
@media (max-width: 768px) {
  .c-gnav-sp {
    display: block;
  }
}
.c-gnav-sp__list {
  padding-top: 120px;
  text-align: center;
}
.c-gnav-sp__item {
  margin-bottom: 30px;
}
.c-gnav-sp__link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.c-gnav-sp__link--button {
  border: 1px solid #fff;
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .c-gnav {
    display: none;
  }
}

.c-fnav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 62px;
}
@media (max-width: 768px) {
  .c-fnav__list {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.c-fnav__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.17rem;
}
.c-fnav__link:hover {
  opacity: 0.7;
}
.c-fnav__link--button {
  border: 1px solid #fff;
  padding: 12px 28px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .c-fnav__link--button {
    display: inline-block;
    margin-top: 10px;
  }
}
.c-fnav__link--button:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}

.c-button {
  display: inline-block;
  background-color: #0A0A0A;
  color: #F4F4F4;
  padding: 15px 30px;
  padding-right: 70px;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  width: 19.7916666667vw;
  min-width: 200px;
}
.c-button::after {
  content: "";
  background: url("../images/arrow.png") no-repeat center/cover;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.c-button:hover {
  background-color: #fff;
  color: #333;
}
.c-button--white {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.c-button--white:hover {
  background-color: transparent;
  color: #fff;
}
.c-button--large {
  padding: 20px 60px;
  padding-right: 90px;
}
.c-button--black {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 15px 80px;
  font-weight: bold;
}
.c-button--black::after {
  content: none;
}
.c-button--black:hover {
  background-color: #555;
  color: #fff;
}

.c-button--outline-arrow {
  display: inline-block;
  border: 1px solid #333;
  padding: 15px 30px;
  padding-right: 70px;
  position: relative;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
  width: 19.7916666667vw;
  min-width: 200px;
}
.c-button--outline-arrow::after {
  content: "";
  background: url("../images/arrow_black.png") no-repeat center/cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: right 0.3s;
}
.c-button--outline-arrow:hover {
  background-color: #333;
  color: #fff;
}
.c-button--outline-arrow:hover::after {
  right: 15px;
}

.c-button--pill-white {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  width: 38.046875%;
  min-width: 260px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .c-button--pill-white {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
.c-button--pill-white::after {
  content: "";
  background: url(../images/arrow_black.png) no-repeat center/cover;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: right 0.3s;
}
@media (max-width: 768px) {
  .c-button--pill-white::after {
    width: 15px;
    height: 15px;
  }
}
.c-button--pill-white:hover {
  opacity: 0.8;
}
.c-button--pill-white:hover::after {
  right: 20px;
}

.c-section {
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .c-section {
    padding: 30px 0;
  }
}
.c-section__container {
  display: flex;
  justify-content: center;
}
.c-section__container.l-container {
  margin-right: 0;
  margin-left: auto;
  max-width: 94.4444444444%;
  width: 100%;
}
@media (max-width: 768px) {
  .c-section__container.l-container {
    margin-right: auto;
  }
}
.c-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .c-section__content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.c-section__text-wrapper {
  flex: 1;
}
@media (max-width: 768px) {
  .c-section__text-wrapper {
    order: 1;
    flex: none;
  }
}
.c-section__image-wrapper {
  flex: 1;
  order: 2;
}
@media (max-width: 768px) {
  .c-section__image-wrapper {
    width: 100vw;
    height: 250px;
    flex: auto;
    align-self: center;
  }
}
.c-section__image-wrapper img {
  width: 100%;
}
@media (max-width: 768px) {
  .c-section__image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-section__title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .c-section__title {
    font-size: 18px;
  }
}
.c-section__sub-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 4.1666666667vw;
  letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .c-section__sub-title {
    font-size: 20px;
  }
}
.c-section__description {
  margin-bottom: 4.1666666667vw;
  line-height: 2;
}
@media (max-width: 768px) {
  .c-section__description {
    line-height: 1.5;
  }
}
.c-section__button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.c-page-title {
  padding: 220px 0 45px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.c-page-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 23.4375%;
  min-width: 100px;
  height: 2px;
  background-color: #0A0A0A;
}
@media (max-width: 768px) {
  .c-page-title {
    padding-top: 137px;
    padding-bottom: 40px;
  }
}
.c-page-title__en {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-page-title__en {
    font-size: 28px;
  }
}
.c-page-title__ja {
  font-size: 14px;
  margin-top: -5px;
  padding-left: 5px;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th, .c-table td {
  border-bottom: 1px solid #ddd;
  padding: 25px 15px;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 768px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}
.c-table th {
  font-weight: bold;
  width: 30%;
}
@media (max-width: 768px) {
  .c-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.c-table__row-group {
  display: flex;
}
.c-table__row-group span:first-child {
  display: inline-block;
  width: 3em;
}

.c-form__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .c-form__item {
    flex-direction: column;
  }
}
.c-form__label {
  width: 220px;
  font-weight: 500;
  flex-shrink: 0;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .c-form__label {
    width: auto;
    margin-bottom: 8px;
    padding-right: 0px;
  }
}
.c-form__label--required::after {
  content: "*";
  color: #D06969;
  margin-left: 5px;
}
.c-form__input, .c-form__textarea {
  width: 90%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .c-form__input, .c-form__textarea {
    width: 100%;
  }
}
.c-form__textarea {
  min-height: 130px;
}
.c-form__privacy {
  text-align: center;
  margin: 60px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .c-form__privacy {
    margin: 40px 0;
  }
}
.c-form__privacy a {
  text-decoration: underline;
  color: #D06969;
}
.c-form__privacy a:hover {
  opacity: 0.7;
}
.c-form__submit {
  text-align: center;
}

.c-button--black {
  min-width: 200px;
  width: 40.8163265306%;
  height: 7.7551020408vw;
  min-height: 40px;
  background-color: #222;
  color: #fff;
  border: none;
  padding: 15px 80px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-button--black {
    font-size: 18px;
    padding: 5px 70px;
  }
}
.c-button--black::after {
  content: none;
}
.c-button--black:hover {
  background-color: #555;
  color: #fff;
}

.p-top-hero {
  height: 72.65625vw;
  min-height: 350px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/mv.png") no-repeat center/cover;
}
.p-top-hero__title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .p-top-hero__title {
    font-size: 24px;
  }
}
.p-top-hero ~ .l-header .c-logo, .p-top-hero ~ .l-header .c-gnav__link {
  color: #fff;
}
.p-top-hero ~ .l-header .c-gnav__link--button {
  border-color: #fff;
}
.p-top-hero ~ .l-header .c-gnav__link--button:hover {
  background-color: #fff;
  color: #000;
}

.p-top-service__container {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .p-top-service__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-service__text-wrapper {
  flex: 0 0 auto;
}
.p-top-service__items-wrapper {
  display: flex;
  gap: 35px;
  flex: 1;
}
.p-top-service__item {
  flex: 1;
  text-align: left;
}
.p-top-service__item img {
  width: 100%;
  margin-bottom: 15px;
}
.p-top-service__item p {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .p-top-service__item p {
    font-size: 15px;
  }
}

.p-about-overview {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-about-overview {
    padding: 60px 0;
  }
}

.p-service-item {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-service-item {
    padding: 60px 0;
  }
}
.p-service-item__container {
  display: flex;
  align-items: center;
  background-color: #ccc;
  max-width: 1060px;
}
@media (max-width: 768px) {
  .p-service-item__container {
    flex-direction: column !important;
    gap: 30px;
  }
}
.p-service-item__container--reverse {
  flex-direction: row-reverse;
}
.p-service-item__text {
  flex: 1;
  padding: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-service-item__text {
    width: 100%;
    padding: 30px;
  }
}
.p-service-item__image {
  width: 34.8%;
  position: relative;
  z-index: 1;
  top: -7vw;
  margin-right: -100px;
}
@media (max-width: 768px) {
  .p-service-item__image {
    top: 0;
    margin-right: 0;
    width: 100%;
  }
}
.p-service-item__container--reverse .p-service-item__image {
  margin-right: 0;
  margin-left: -100px;
  top: -5vw;
  width: 36.7%;
}
@media (max-width: 768px) {
  .p-service-item__container--reverse .p-service-item__image {
    width: 100%;
    margin-left: 0;
    top: 0;
  }
}
.p-service-item__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-item__number, .p-service-item__title, .p-service-item__description {
  position: relative;
  letter-spacing: 0.12rem;
}
.p-service-item__number {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: -43px;
  left: 60px;
}
@media (max-width: 768px) {
  .p-service-item__number {
    font-size: 32px;
    top: -25px;
    left: 25px;
  }
}
.p-service-item__title {
  font-weight: bold;
  margin-bottom: 30px;
}
.p-service-item .c-section__description {
  margin-bottom: 0;
  line-height: 2;
}

.p-contact-lead {
  padding: 60px 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-contact-lead {
    padding: 40px 0;
  }
}
.p-contact-lead p {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-contact-lead p {
    margin-bottom: 40px;
  }
}
.p-contact-lead__tel {
  width: 52.5%;
  min-width: 200px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 10px;
  background-image: url("../images/tel_icon.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 40px center;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .p-contact-lead__tel {
    font-size: 16px;
    padding: 12px 30px 12px 50px;
    background-position: 15px center;
    background-size: 20px;
  }
}

.p-contact-form {
  background-color: #f2f2f2;
  padding: 80px 0;
  margin-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-contact-form {
    padding: 60px 0;
  }
}
.p-contact-form .l-container--narrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding: 0 30px;
}
.p-contact-form__title {
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 40px;
  border-left: 2px solid #333;
  text-align: left;
}
.p-contact-form__title-en {
  font-weight: 600;
  font-size: 15px;
  margin-left: 16px;
}
.p-contact-form form {
  max-width: 800px;
  margin: auto;
}

.p-privacy-content {
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-privacy-content {
    padding: 60px 0;
  }
}
.p-privacy-content__lead {
  margin-bottom: 40px;
}
.p-privacy-content__section {
  margin-bottom: 40px;
}
.p-privacy-content__section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.p-privacy-content__section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1em;
}
.p-privacy-content__section h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: #0A0A0A;
}
.p-privacy-content__section p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.p-privacy-content__section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
.p-privacy-content__section ul li {
  margin-bottom: 8px;
}
.p-privacy-content__section a {
  color: #0A0A0A;
  text-decoration: underline;
}
.p-privacy-content__section a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */