html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  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 {
  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;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

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

/* フォームリセット */

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

/*
 * l-footer
 * -------------------------------------------------------------
 */

.l-footer {
  background: url(./../images/footer_bg.webp) no-repeat center/cover;
  padding: 9rem 0;
}

.l-footer__body {
  background: rgba(255, 255, 255, 0.84);
  padding: 9rem 2rem 10rem;
}

.l-footer__items {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 3rem auto 0;
  max-width: 58.8rem;
}

.l-footer__item {
  align-items: center;
  display: flex;
  gap: 4.8rem;
  justify-content: center;
}

.l-footer__item-title {
  border: 1px solid #1E1E1E;
  border-radius: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0.8rem 1rem 0.9rem;
  text-align: center;
  width: 17rem;
}

.l-footer__item-title._tel {
  background: #fff;
  color: #1E1E1E;
}

.l-footer__item-info {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
}

.l-footer__item-title._email {
  background: #1e1e1e;
  color: #fff;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-header__inner {
  padding: 2.1rem min(6.7rem, 3.49vw);
}

.l-header__logo {
  max-width: 20.3rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 128rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  background: #fff;
  padding: 15rem 0;
}

.l-section_gray {
  background: #EEEEEE;
  padding: 9rem 0;
}

/*
 * c-title
 * -------------------------------------------------------------
 */

.c-title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.c-title__eng {
  display: block;
  font-size: 2.4rem;
}

.c-title__ja {
  font-size: 4.8rem;
  margin-top: 1.5rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  padding-bottom: 27.5rem;
}

.about__items {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  margin-top: 16.4rem;
}

.about__item {
  letter-spacing: 0.15em;
  padding: 12.3rem min(11rem, 5.729vw) 8rem;
  position: relative;
}

/* 1 / 3 奇数 */

.about__item:nth-child(2n-1) {
  background: #eff3f9;
}

/* 2 偶数　 */

.about__item:nth-child(2n) {
  background: #eee;
}

.about__item::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}

/* 1 / 3 奇数 */

.about__item:nth-child(2n-1)::before {
  background: #eff3f9;
  left: calc(50% - 50vw);
}

/* 2 偶数　 */

.about__item:nth-child(2n)::before {
  background: #eee;
  right: calc(50% - 50vw);
}

.about__imgarea {
  position: absolute;
  top: -8.2rem;
  width: min(59.8rem, 100%);
}

/* 1 / 3 奇数 */

.about__item:nth-child(2n-1) .about__imgarea {
  left: 0;
}

/* 2 / 偶数　*/

.about__item:nth-child(2n) .about__imgarea {
  right: 0;
}

.about__img {
  width: min(48.8rem, 100%);
}

/* 2 / 偶数　*/

.about__item:nth-child(2n) .about__img {
  margin-left: auto;
}

.about__position {
  border-bottom: 1px solid #1E1E1E;
  font-size: 2.4rem;
  padding-bottom: 1.2rem;
  position: absolute;
  top: 14.7rem;
}

/* 1 */

.about__position.--position01 {
  padding-left: 7.7rem;
  right: -7rem;
}

/* 2　*/

.about__position.--position02 {
  left: -8.2rem;
  padding-right: 7.7rem;
}

/* 3 */

.about__position.--position03 {
  padding-left: 9.6rem;
  right: -16rem;
}

.about__textarea {
  position: relative;
  width: 51%;
}

/* 1 / 3 奇数 */

.about__item:nth-child(2n-1) .about__textarea {
  margin-left: auto;
  padding-left: 5rem;
}

/* 2 / 偶数　*/

.about__item:nth-child(2n) .about__textarea {
  margin-right: auto;
}

.about__name {
  font-size: 2.4rem;
  padding-left: 14rem;
}

.about__text {
  line-height: 1.25;
  margin: 5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.about__text span {
  display: inline-block;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access__items {
  display: flex;
  gap: 16.9rem;
  justify-content: space-between;
  margin-top: 3.5rem;
}

.access__title {
  font-size: 2.4rem;
  font-weight: 600;
}

.access__addr {
  font-size: 2.4rem;
  margin-top: 1.9rem;
}

.access__map {
  aspect-ratio: 514/332;
  margin-top: 3rem;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  padding-bottom: 11.5rem;
}

.company__body {
  margin-top: 7.6rem;
  padding: 0 5.3rem;
}

.company__table-item {
  border-top: 1px solid #979797;
  display: flex;
  padding: 2.6rem 0;
}

.company__table-item:first-child {
  border-top: none;
  padding-top: 0;
}

.company__table-title,
.compnay__table-desc {
  font-size: 2.4rem;
}

.company__table-title {
  font-weight: 500;
  min-width: 25rem;
  width: 25rem;
}

.compnay__table-desc {
  flex: 1;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 9rem;
}

.message__text {
  letter-spacing: 0.2em;
  line-height: 2.2;
}

.message__text span {
  font-weight: 600;
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  aspect-ratio: 1920/1086;
  background: url(./../images/mv.webp) no-repeat center/100%;
  min-height: 75rem;
}

.mv__inner {
  padding: 0 min(9.2rem, 4.792vw);
}

.mv__catch {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: min(4rem, 2.0833vw);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  padding-top: min(40.6rem, 21.146vw);
}

/*
 * trackrecord
 * -------------------------------------------------------------
 */

.trackrecord__body {
  margin-top: 8.8rem;
}

.trackrecord__list {
  display: flex;
  flex-direction: column;
  gap: 7.4rem;
}

.trackrecord__list-item {
  background: #F9F9F9;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.19);
  padding: 5.6rem 1.5rem 5rem 3rem;
  position: relative;
}

.trackrecord__list-title {
  background: #606060;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  left: 0;
  letter-spacing: 0.15em;
  padding: 0.7rem 5.3rem;
  position: absolute;
  top: -2.1rem;
}

.trackrecord__table {
  display: flex;
  gap: 4.3rem;
}

.trackrecord__table:not(:nth-of-type(1)) {
  margin-top: 2rem;
}

.trackrecord__table-title {
  display: flex;
  font-weight: 500;
  gap: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  width: 24.3rem;
}

.trackrecord__table-title::before {
  background: #1e1e1e;
  content: "";
  display: inline-block;
  height: 0.3rem;
  width: 3rem;
}

.trackrecord__table-overview {
  flex: 1;
  letter-spacing: 0.12em;
  line-height: 1.3;
  min-height: 5.3rem;
}

.trackrecord__table:last-of-type .trackrecord__table-overview {
  min-height: auto;
}

@media screen and (min-width: 1025px) {

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

}

@media screen and (max-width: 1600px) {

  .mv__catch {
    font-size: 3.5rem;
    padding-top: 19rem;
  }

}

@media screen and (max-width: 1280px) {

  html {
    font-size: 0.78125vw;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 2.667vw;
  }

  body {
    font-size: 1.4rem;
  }

  .l-footer {
    padding: 4.5rem 0;
  }

  .l-footer__body {
    padding: 4rem 2rem;
  }

  .l-footer__items {
    margin-top: 2.5rem;
  }

  .l-footer__item {
    flex-direction: column;
    gap: 1.3rem;
  }

  .l-footer__item-title {
    padding: 0.6rem 1rem;
    width: 12rem;
  }

  .l-footer__item-info {
    font-size: 2rem;
  }

  .l-header__inner {
    padding: 1.5rem 2rem;
  }

  .l-header__logo {
    left: -1.5rem;
    max-width: 12rem;
    position: relative;
  }

  .l-inner {
    padding: 0 2rem;
  }

  .l-section {
    padding: 7rem 0;
  }

  .l-section_gray {
    padding: 4.5rem 0;
  }

  .c-title__eng {
    font-size: 1.5rem;
  }

  .c-title__ja {
    font-size: 2.4rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .about {
    padding-bottom: 10rem;
  }

  .about__items {
    gap: 0;
    margin-top: 4rem;
  }

  .about__item {
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
  }

  .about__item::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .about__item:nth-child(2n-1)::before {
    left: 0;
  }

  .about__item:nth-child(2n)::before {
    right: 0;
  }

  .about__imgarea {
    margin: 0 auto;
    position: static;
    top: 0;
    width: 75%;
  }

  .about__img {
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .about__item:nth-child(2n) .about__img {
    margin: 0 auto;
  }

  .about__position {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 0.8rem;
    top: 17rem;
    z-index: 1;
  }

  .about__position.--position01 {
    padding-left: 3rem;
    right: 1rem;
  }

  .about__position.--position02 {
    left: -1rem;
    padding-right: 2rem;
  }

  .about__position.--position03 {
    padding-left: 0;
    right: -1.3rem;
  }

  .about__textarea {
    width: 100%;
  }

  .about__item:nth-child(2n-1) .about__textarea {
    margin: 2rem auto 0;
    padding-left: 0;
  }

  .about__item:nth-child(2n) .about__textarea {
    margin: 2rem auto 0;
  }

  .about__name {
    font-size: 1.6rem;
    padding-left: 0;
    text-align: center;
  }

  .about__text {
    margin-top: 1.5rem;
    padding: 0 1.4rem;
  }

  .access__items {
    flex-direction: column;
    gap: 5rem;
  }

  .access__title {
    font-size: 1.4rem;
  }

  .access__addr {
    font-size: 1.4rem;
    margin-top: 1.3rem;
  }

  .access__map {
    aspect-ratio: 375/300;
    margin-top: 2rem;
  }

  .company {
    padding-bottom: 4.5rem;
  }

  .company__body {
    margin-top: 3.8rem;
    padding: 0 1rem;
  }

  .company__table-item {
    padding: 1.6rem 0;
  }

  .company__table-title,
  .compnay__table-desc {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .company__table-title {
    min-width: 10rem;
    width: 10rem;
  }

  .message__body {
    gap: 2rem;
    margin-top: 4rem;
  }

  .message__text {
    line-height: 2;
    text-align: justify;
  }

  .mv {
    aspect-ratio: 375/650;
    background-position-x: -46rem;
    background-size: cover;
    min-height: auto;
  }

  .mv__inner {
    padding: 0 2rem;
  }

  .mv__catch {
    font-size: 2.1rem;
    padding-top: 9rem;
  }

  .trackrecord__body {
    margin-top: 4.5rem;
  }

  .trackrecord__list {
    gap: 6rem;
  }

  .trackrecord__list-item {
    padding: 4.5rem 2rem 3rem;
  }

  .trackrecord__list-title {
    font-size: 1.5rem;
    padding: 0.8rem 4rem;
    top: -1.6rem;
  }

  .trackrecord__table {
    flex-direction: column;
    gap: 1.5rem;
  }

  .trackrecord__table:not(:nth-of-type(1)) {
    margin-top: 4.5rem;
  }

  .trackrecord__table-title {
    gap: 1rem;
    width: 100%;
  }

  .trackrecord__table-title::before {
    height: 2px;
    position: relative;
    top: 0.1rem;
    width: 2rem;
  }

  .trackrecord__table-overview {
    line-height: 1.4;
    min-height: auto;
  }

}


/*# sourceMappingURL=style.css.map */