@charset "UTF-8";
html {
  font-size: clamp(4px, 0.56vw, 10px);
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 10px;
  }
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  min-height: 100vh;
  color: #000000;
  background: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

ul {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul li {
  display: block;
  list-style: none;
  padding: 0;
}

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

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

.container {
  width: 100%;
  max-width: 114rem;
  padding: 0 3rem;
  margin: 0 auto;
}
.container .container {
  padding: 0 !important;
}

.main {
  flex-grow: 1;
}

.header__inner {
  padding: 4rem 0 3.6rem;
  border-bottom: 0.05rem solid #BEBEBE;
  max-width: 100rem;
}
.header__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.9rem;
}
.header__title span {
  color: #A6A6A6;
}
@media only screen and (max-width: 640px) {
  .header {
    border-bottom: 0.05rem solid #BEBEBE;
  }
  .header__inner {
    padding: 2.4rem 0;
    max-width: none;
    border: none;
  }
  .header__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.footer__inner {
  padding: 4rem 0 3.6rem;
  border-top: 0.05rem solid #BEBEBE;
  max-width: 100rem;
}
.footer__nav {
  display: flex;
  align-items: center;
}
.footer__nav-link {
  position: relative;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.9rem;
  margin-right: 3rem;
  color: #A6A6A6;
}
.footer__nav-link::after {
  content: "·";
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 2.5rem;
  line-height: 2.9rem;
  pointer-events: none;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__nav-link:last-child {
  margin-right: 0;
}
.footer__nav-link:last-child::after {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footer {
    border-top: 0.05rem solid #BEBEBE;
  }
  .footer__inner {
    padding: 3rem 0 6rem;
    max-width: none;
    border: none;
  }
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__nav-link {
    font-size: 2rem;
    line-height: 4rem;
    margin-right: 0;
  }
  .footer__nav-link::after {
    display: none;
  }
}

.intro__inner {
  display: flex;
  flex-direction: column;
}
.intro__item {
  display: flex;
  align-items: center;
  max-width: 100rem;
  padding: 4rem 0;
  border-bottom: 0.05rem solid #BEBEBE;
}
.intro__item:last-child {
  border: none;
}
.intro__pic {
  width: 26.2rem;
  flex-shrink: 0;
  margin-right: 4.6rem;
}
.intro__pic img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__content {
  flex: 1 1 0;
}
.intro__title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.intro__text {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #A6A6A6;
  margin-bottom: 7rem;
}
.intro__link {
  display: block;
  width: 20rem;
  height: 5.8rem;
}
.intro__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 640px) {
  .intro__item {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    border: none;
  }
  .intro__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;
    display: block;
    width: calc(100% + 6rem);
    border-bottom: 0.05rem solid #BEBEBE;
  }
  .intro__item:last-child::after {
    display: none;
  }
  .intro__pic {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .intro__title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .intro__text {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
}

.s-text {
  padding: 11rem 0;
}
.s-text__title {
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 4.3rem;
  font-weight: 700;
}
.s-text__content {
  color: #A6A6A6;
}
.s-text__content ol {
  margin: 0;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.s-text__content a {
  text-decoration: underline;
}
.s-text__content a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .s-text {
    padding: 3rem 0;
  }
  .s-text__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */