/*======================================
    Font / Color
======================================*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-01.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Light-05.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Bold-02.ttf) format("truetype");
  font-weight: 700;
}
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

span.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  span.is-pc {
    display: inline;
  }
}

.inner {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 85.6%;
  }
}

/*======================================
    section
======================================*/
.section__title {
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 1.2rem;
    text-align: center;
  }
}
.section__title span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.33em;
  display: block;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 3.42em;
  }
}

.section__description {
  letter-spacing: 0.18em;
  font-size: 2.2rem;
  line-height: 2.0909090909;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .section__description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section__description {
    font-size: 1.5rem;
    line-height: 2.0666666667;
    letter-spacing: 0.06em;
    text-align: justify;
    margin-top: 1.5em;
  }
}

.text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.3rem;
    line-height: 2.0769230769;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}

/*======================================
    page
======================================*/
.page__container {
  padding-top: 216px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page__container {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page__container {
    padding-top: calc(100 / 375 * 100vw);
  }
}
.page__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(13%, 20%);
          transform: translate(13%, 20%);
  background: url(../img/page_bg.png) no-repeat center center/contain;
  z-index: -1;
  width: min(640 / 1920 * 100vw, 640px);
  height: min(810 / 1920 * 100vw, 810px);
}
@media screen and (max-width: 768px) {
  .page__container::before {
    width: calc(361 / 375 * 100vw);
    height: calc(470 / 375 * 100vw);
    -webkit-transform: translate(40%, 13%);
            transform: translate(40%, 13%);
  }
}

.page__contents {
  margin-top: 146px;
}
@media screen and (max-width: 1024px) {
  .page__contents {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page__contents {
    margin-top: calc(60 / 375 * 100vw);
  }
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 300;
}

#js-top-header {
  display: none;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
  width: 100%;
  padding-right: 54px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
    padding-left: 14px;
  }
}
.header__inner.page {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner.page.top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header__inner.page.top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  width: 325px;
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 220px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 160px;
  }
}

.top__logo {
  display: none;
}
.top__logo.drawer-active {
  display: block;
}
.top__logo.drawer-active a {
  display: block;
}

.header-links {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header-links {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header-links {
    display: none;
  }
}

.header-link a {
  display: block;
  letter-spacing: 0.03em;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-link a:hover {
  opacity: 0.7;
}

.h-contact {
  padding: 0.67em 2em;
  border: 1px solid #000;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  color: #000;
}
@media screen and (max-width: 768px) {
  .h-contact {
    font-size: 1.9rem;
    padding: 0.63em 1.316em;
    border: 2px solid #000;
  }
}
.h-contact:hover::before {
  right: -4px;
}
.h-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 2em;
  height: 1.22em;
  background: url(../img/arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.drawer-icon {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 400;
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.drawer-active .drawer-bar {
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.drawer-icon.drawer-active .drawer-bar1 {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.drawer-icon.drawer-active .drawer-bar2 {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.drawer-icon.drawer-active .drawer-bar3 {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}

.drawer-bars {
  position: relative;
  width: 28px;
  height: 16px;
}

.drawer-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 1px;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer-bar1 {
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer-bar2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-bar3 {
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.drawer-contents.drawer-active {
  visibility: visible;
  opacity: 1;
}

.drawer-lists {
  color: #fff;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 2.2rem;
  padding-top: 190px;
}

.drawer-list:nth-child(n+2) {
  margin-top: 1.5em;
}
.drawer-list a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.085em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.drawer-list a:hover {
  opacity: 0.7;
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 299;
  background-color: #505050;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.drawer-bg.drawer-active {
  visibility: visible;
  opacity: 1;
}

.contact__sp {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__sp {
    display: block;
  }
}
.contact__sp a {
  display: block;
  text-align: center;
  background-color: #fff;
  font-size: 1.5rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 0.83em 0;
  width: 91.2%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact__sp a:hover, .contact__sp a:focus {
  opacity: 0.7;
}
.contact__sp a:hover::before, .contact__sp a:focus::before {
  right: 0.9em;
}
.contact__sp a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6em;
  height: 1em;
  background: url(../img/arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

/*======================================
    footer
======================================*/
.footer {
  font-size: 1.8rem;
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 2.4rem;
    margin-top: 96px;
    margin-bottom: 60px;
  }
}

.footer__logo {
  width: 325px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 292px;
  }
}

.f-links {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .f-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.f-link a {
  display: block;
  letter-spacing: 0.03em;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "Helvetica", sans-serif;
}
.f-link a:hover {
  opacity: 0.7;
}

.copyright {
  text-align: center;
  margin-top: 80px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.75em;
  }
}

/*======================================
    TOP
======================================*/
.mv {
  height: clamp(700px, 1080 / 1920 * 100vw, 1080px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    overflow: hidden;
    height: 822px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-53%, -48%);
          transform: translate(-53%, -48%);
  width: min(1408 / 1920 * 100vw, 1408px);
  height: min(1217 / 1920 * 100vw, 1217px);
  background: url(../img/mv_bg.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv::before {
    -webkit-transform: translate(-51%, -46%);
            transform: translate(-51%, -46%);
    width: 770px;
    height: 665px;
  }
}

.mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -45%);
          transform: translate(-47%, -45%);
  width: 303px;
}
@media screen and (max-width: 1024px) {
  .mv__logo {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 192px;
    max-width: 90%;
    bottom: 35%;
    top: unset;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}

.mv__texts {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(199%, -49%);
          transform: translate(199%, -49%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-size: clamp(1.2rem, 15 / 1920 * 100vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  .mv__texts {
    -webkit-transform: translate(160%, -49%);
            transform: translate(160%, -49%);
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__texts {
    -webkit-transform: translate(43%, 0);
            transform: translate(43%, 0);
    font-size: 1rem;
    top: 7.5%;
  }
}

.mv__lead {
  width: 7em;
}
@media screen and (max-width: 768px) {
  .mv__lead {
    width: 10em;
  }
}

.mv__text {
  letter-spacing: 0.215em;
  font-weight: 500;
  margin-right: 2.6em;
}

.service {
  margin-bottom: 86px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .service {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .service {
    margin-bottom: 84px;
  }
}

.service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 77px;
  margin-top: 94px;
}
@media screen and (max-width: 1024px) {
  .service__items {
    grid-column-gap: 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service__items {
    grid-template-columns: 1fr;
    grid-row-gap: calc(56 / 375 * 100vw);
    margin-top: 46px;
  }
}

.service__item--img {
  position: relative;
}
.service__item--img::before {
  content: "";
  display: block;
  padding-top: calc(300 / 500 * 100%);
}
.service__item--img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-color: #f9be00;
}
.service__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item--title {
  margin-top: 0.75em;
  font-size: 2.7rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .service__item--title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service__item--title {
    font-size: 2rem;
    margin-top: 1.1em;
  }
  .service__item--title.-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.service__item--title div {
  font-weight: 700;
}
.service__item--title span.service__item--number {
  display: inline-block;
  font-size: 1.78em;
  font-weight: 700;
  padding-right: 0.35em;
  margin-right: 0.35em;
  font-family: "Helvetica", sans-serif;
  color: #f9be00;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__item--title span.service__item--number {
    font-size: 1.55em;
  }
}
.service__item--title span.service__item--number::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  background-color: #f9be00;
}
.service__item--title span.service__item--small {
  display: inline-block;
  font-size: 0.56em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.service__item--text {
  margin-top: 1.9em;
}
@media screen and (max-width: 768px) {
  .service__item--text {
    margin-top: 2.1em;
  }
}

.strength {
  padding-top: 272px;
  padding-bottom: 310px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .strength {
    padding-top: calc(120 / 769 * 100vw);
    padding-bottom: calc(120 / 769 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .strength {
    padding: 130px 0 120px;
  }
}
.strength::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-66%, -48%);
          transform: translate(-66%, -48%);
  width: min(2146 / 1200 * 100vw, 2146px);
  height: min(2146 / 1200 * 100vw, 2146px);
  border-radius: 50%;
  background-color: #f9be00;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .strength::before {
    width: calc(2438 / 375 * 100vw);
    height: calc(2438 / 375 * 100vw);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.strength::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(24%, -48%);
          transform: translate(24%, -48%);
  width: min(1624 / 1200 * 100vw, 1624px);
  height: min(1624 / 1200 * 100vw, 1624px);
  border-radius: 50%;
  background-color: #f9be00;
  z-index: -1;
}

.strength__description {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .strength__description {
    text-align: center;
    font-size: 2rem;
    line-height: 1.9;
    margin-top: 1.25em;
  }
}

.strength__items {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .strength__items {
    margin-top: calc(36 / 375 * 100vw);
  }
}

.strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .strength__item {
    display: block;
  }
}
.strength__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.strength__item:nth-child(n+2) {
  margin-top: -90px;
}
@media screen and (max-width: 1439px) {
  .strength__item:nth-child(n+2) {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .strength__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .strength__item:nth-child(n+2) {
    margin-top: calc(42 / 375 * 100vw);
  }
}
.strength__item:nth-child(3) {
  margin-top: -52px;
}
@media screen and (max-width: 1439px) {
  .strength__item:nth-child(3) {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .strength__item:nth-child(3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .strength__item:nth-child(3) {
    margin-top: calc(42 / 375 * 100vw);
  }
}

.strength__img--container {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  .strength__img--container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .strength__img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.strength__texts {
  width: calc(100% - 49.2% - 50px);
}
@media screen and (max-width: 768px) {
  .strength__texts {
    width: 100%;
    margin-top: 10px;
  }
}

.strength__title {
  font-size: 2.7rem;
  line-height: 1.5555555556;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .strength__title {
    font-size: min(27 / 1200 * 100vw, 2.7rem);
  }
}
@media screen and (max-width: 768px) {
  .strength__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.75;
  }
}
.strength__title span {
  display: block;
  font-family: "Helvetica", sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 2.11em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .strength__title span {
    font-size: 2.1em;
    margin-bottom: 0.15em;
  }
}

.strength__text {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .strength__text {
    margin-top: 1.2em;
  }
}

/*======================================
    About
======================================*/
.content-list:nth-child(n+2) {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .content-list:nth-child(n+2) {
    margin-top: calc(42 / 375 * 100vw);
  }
}

.content__title {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  padding-bottom: 28px;
  border-bottom: 2px solid #f9be00;
}
@media screen and (max-width: 768px) {
  .content__title {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 11px;
  }
}
.content__title.-en {
  font-family: "Helvetica", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .content__title.-en {
    font-size: 2.6rem;
  }
}

.content__wrap {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .content__wrap {
    margin-top: 25px;
  }
}

.about__purpose {
  text-align: center;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__purpose {
    font-size: 3rem;
    line-height: 1.4333333333;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 768px) {
  .about-lists__container {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.about-lists {
  color: #505050;
  font-size: 2.4rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
}
@media screen and (max-width: 1024px) {
  .about-lists {
    font-size: 2rem;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-lists {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
    grid-row-gap: calc(26 / 375 * 100vw);
  }
}

.about-list {
  position: relative;
  border: 18px solid #f9be00;
  height: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .about-list {
    border: 14px solid #f9be00;
  }
}
@media screen and (max-width: 768px) {
  .about-list {
    border: 12px solid #f9be00;
    height: 222px;
  }
}

.about-list__number {
  position: absolute;
  top: -18px;
  left: -18px;
  color: #f9be00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.33em;
  width: 1.45em;
  height: 1.45em;
  letter-spacing: 0.05em;
  border: 18px solid #f9be00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about-list__number {
    top: -14px;
    left: -14px;
    border: 14px solid #f9be00;
  }
}
@media screen and (max-width: 768px) {
  .about-list__number {
    top: -12px;
    left: -12px;
    border: 12px solid #f9be00;
  }
}
.about-list__number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-list__number span img {
  width: auto;
  height: 0.7em;
}

.about-list__lead {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2790697674;
}
@media screen and (max-width: 768px) {
  .about-list__lead {
    font-size: 1.75em;
  }
}

.about-list__text {
  letter-spacing: 0.05em;
}

.about__intro {
  margin-top: 130px;
  padding: 130px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .about__intro {
    margin-top: calc(108 / 375 * 100vw);
    padding: calc(68 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
}

.about__intro--container {
  display: grid;
  grid-template-columns: 42.9% auto;
  grid-column-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .about__intro--container {
    grid-column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about__intro--container {
    grid-template-columns: 1fr;
    grid-row-gap: 18px;
  }
}

.about__intro--logo {
  background-color: #fff;
  padding: 123px 0 138px;
}
@media screen and (max-width: 768px) {
  .about__intro--logo {
    padding: 84px 0 98px;
  }
}

.about__intro--logo__container {
  width: 58.5%;
  margin: 0 auto;
}

.about__intro--texts {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .about__intro--texts {
    font-size: 1.3rem;
  }
}

.about__intro--lead {
  font-size: 2.57em;
  line-height: 1.7222222222;
  letter-spacing: 0.12em;
  margin-right: -1em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .about__intro--lead {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .about__intro--lead {
    font-size: 2em;
    letter-spacing: 0.115em;
  }
}

.about__intro--text {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .about__intro--text {
    margin-top: 1.25em;
  }
}

.company__contents {
  margin-top: 112px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .company__contents {
    width: 96%;
    margin: calc(52 / 375 * 100vw) auto 0;
    padding-bottom: 0;
  }
}

.details {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4444444444;
}
@media screen and (max-width: 768px) {
  .details {
    line-height: 2.2;
  }
}

.detail {
  padding: 1.9em 0 2.1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 1em 0 1.1em;
  }
}
.detail:first-child {
  border-top: 1px solid #000;
}

.detail__row {
  display: grid;
  grid-template-columns: 8.89em auto;
}
@media screen and (max-width: 768px) {
  .detail__row {
    grid-template-columns: 1fr;
  }
}
/*======================================
    contact
======================================*/
.contact {
  background: url(../img/contact_bg.png) no-repeat center center/cover;
  margin-top: 131px;
  padding: 136px 0 162px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 60px;
    padding: 38px 0 40px;
  }
}
.contact.thanks {
  padding: 310px 0 326px;
}
@media screen and (max-width: 768px) {
  .contact.thanks {
    padding: 144px 0 140px;
  }
}

.contact__inner {
  width: 745px;
  max-width: 90%;
  margin: 0 auto;
}

.contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 4.7rem;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 4.1rem;
  }
}

.contact__contents {
  margin-top: 72px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px 10px;
}
@media screen and (max-width: 768px) {
  .contact__contents {
    padding: 40px 20px 10px;
  }
}

.contact__thanks {
  text-align: center;
  letter-spacing: 0.215em;
  line-height: 2.1333333333;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .contact__thanks {
    margin-top: 3.25em;
    font-size: 1.5rem;
    line-height: 2.25;
  }
}

.thanks__top--container {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .thanks__top--container {
    margin-top: 60px;
  }
}
.thanks__top--container a {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (max-width: 768px) {
  .thanks__top--container a {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.thanks__top--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 7.7em;
  height: 2.1em;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #000;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.thanks__top--link:hover {
  opacity: 0.7;
}
.thanks__top--link:hover::before {
  right: -4px;
}
.thanks__top--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 1.89em;
  height: 1.16em;
  background: url(../img/arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}