@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --color-background: #697273;
  --animation-nav: .5s cubic-bezier(.6, 0, .4, 1);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto Condensed", "UD Shin Go Conde90 L", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}

strong {
  font-family: "Roboto Condensed", "UD Shin Go Conde90 M";
}

.clearfix:after {
  font-size: 0.1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

.is-pc {
  display: none;
}

@media all and (min-width: 769px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  .wrapper {
    width: 800px;
    margin: 0 auto;
  }
}
.wrapper-content {
  background-color: #fff;
}

.wrapper-all {
  position: fixed;
  display: block;
  width: 100%;
  min-height: 100vh;
  padding-top: 125px;
}
.wrapper-all.touch {
  position: relative;
  height: auto;
}
.wrapper-all.js-fixed-content .wrapper-content {
  -webkit-transform: none !important;
          transform: none !important;
}
.wrapper-all.js-fixed-content footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}
.wrapper-all.js-fixed-content footer > div {
  -webkit-transform: none !important;
          transform: none !important;
}

.wrapper-following {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  .wrapper-following {
    width: calc(100% - 100px);
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}
header .header--sub {
  color: #fff;
  background-color: var(--color-background);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all var(--animation-nav);
  transition: all var(--animation-nav);
}
header .header--sub .wrapper-following {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 45px;
}
header .header--sub .header--sub__domain {
  display: none;
}
header .header--sub .header--sub__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header--sub .header--sub__contact li:nth-of-type(n + 2) {
  margin-left: 30px;
}
header .header--sub .header--sub__contact a {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
header .header--main {
  background-color: #efefef;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all var(--animation-nav);
  transition: all var(--animation-nav);
}
header .header--main .wrapper-following {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
header .header--main .header--main__logo img {
  display: block;
  width: 200px;
}
header .header--main .header--main__logo img.en {
  width: 140px;
}
header .header--main .header--main__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header--main .header--main__nav .header--main__nav__link {
  display: none;
}
header .header--main .header--main__nav .header--main__nav__btn {
  cursor: pointer;
}
header .header--main .header--main__nav .header--main__nav__btn img {
  display: block;
  height: 36px;
}
header .header--main .header--main__nav .header--main__nav__lang {
  width: 30px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  margin-left: 10px;
  background-image: url(../images/icon_lang.svg);
  background-repeat: no-repeat;
  background-size: 30px 36px;
}
header .header--main .header--main__nav .header--main__nav__lang a {
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
}
header.js-scroll-down .header--sub {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header.js-scroll-down .header--main {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}

@media all and (min-width: 769px) {
  header .header--sub .wrapper-following {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header--sub .header--sub__domain {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  header .header--main .header--main__logo img {
    width: 270px;
  }
  header .header--main .header--main__logo img.en {
    width: 186px;
  }
}
@media all and (min-width: 1000px) {
  header .header--main .header--main__nav .header--main__nav__link {
    display: block;
  }
  header .header--main .header--main__nav .header--main__nav__link:nth-of-type(n + 2) {
    margin-left: 40px;
  }
  header .header--main .header--main__nav .header--main__nav__link a {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  header .header--main .header--main__nav .header--main__nav__btn {
    display: none;
  }
  header .header--main .header--main__nav .header--main__nav__lang {
    width: 20px;
    margin-left: 80px;
    background-size: 20px 24px;
  }
  header .header--main .header--main__nav .header--main__nav__lang a {
    line-height: 24px;
  }
}
.modalnav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translateY(-1em) scale(1) rotate(0.001deg);
          transform: translateY(-1em) scale(1) rotate(0.001deg);
}
.modalnav.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1) rotate(0.001deg);
          transform: translateY(0) scale(1) rotate(0.001deg);
}
.modalnav .modalnav__inner {
  position: relative;
  width: 230px;
  background-color: #fff;
  padding: 40px 0 20px;
}
.modalnav .modalnav__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 15px;
  width: 15px;
  padding: 10px;
  cursor: pointer;
}
.modalnav .modalnav__btn img {
  width: 15px;
}
.modalnav .modalnav__nav {
  text-align: center;
}
.modalnav .modalnav__nav li {
  padding: 5px 0;
}
.modalnav .modalnav__nav li a {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

footer {
  position: relative;
}
footer .footer--top {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: var(--color-background);
  padding: 60px 0;
}
footer .footer--top .wrapper-following {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer--top a {
  color: #fff;
}
footer .footer--top .footer--top__logo {
  width: 186px;
  margin-bottom: 60px;
}
footer .footer--top .footer--top__nav {
  width: 210px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-bottom: 30px;
}
footer .footer--top .footer--top__nav li {
  line-height: 1;
  text-align: center;
  padding: 0 0 20px;
}
footer .footer--top .footer--top__info li {
  position: relative;
  line-height: 1.2;
  padding-left: 20px;
}
footer .footer--top .footer--top__info li:nth-of-type(2) {
  margin-top: 30px;
}
footer .footer--top .footer--top__info li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
}
footer .footer--top .footer--top__info li.footer--top__info-address:before {
  background-image: url(../images/icon_map.svg);
  background-size: 12px 16px;
}
footer .footer--top .footer--top__info li.footer--top__info-mail:before {
  background-image: url(../images/icon_mail.svg);
  background-size: 12px 13px;
}
footer .footer--bottom {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
}
footer .footer--bottom .wrapper-following {
  height: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer--bottom .footer--bottom__copy {
  letter-spacing: 0.2em;
}
footer .footer--bottom .footer--bottom__policy {
  color: #fff;
  letter-spacing: 0.05em;
}

@media all and (min-width: 769px) {
  footer {
    z-index: -1;
  }
  footer .footer--top {
    padding: 60px 0;
  }
  footer .footer--top .wrapper-following {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .footer--top .footer--top__logo {
    margin-bottom: 0;
  }
  footer .footer--top .footer--top__nav {
    width: 220px;
    margin: 0 0 0 115px;
  }
  footer .footer--top .footer--top__nav li {
    line-height: 1;
    text-align: left;
    padding: 0 0 20px;
  }
  footer .footer--top .footer--top__nav li:nth-of-type(3n) {
    padding-bottom: 0;
  }
  footer .footer--top .footer--top__info {
    margin-left: auto;
  }
}
@media all and (min-width: 1000px) {
  footer .footer--top .footer--top__info {
    margin-left: 180px;
  }
}
#hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  z-index: 0;
}
#hero .hero__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
}
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hero.home {
  height: 340px;
}
#hero.home:before {
  background-image: url(../images/hero_home.jpg);
}
#hero.home .hero__title {
  font-size: 26px;
  font-size: 2.6rem;
}
#hero.value:before {
  background-image: url(../images/hero_value.jpg);
}
#hero.member:before {
  background-image: url(../images/hero_member.jpg);
}
#hero.profile:before {
  background-image: url(../images/hero_profile.jpg);
}
#hero.contact:before {
  background-image: url(../images/hero_contact.jpg);
}
#hero.privacypolicy {
  height: 60px;
  background-color: #8c9394;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top-info {
  background-color: #b4b9b9;
}
#top-info .infolist li {
  padding: 6px 0 6px 20px;
  background-image: url(../images/icon_info.svg);
  background-repeat: no-repeat;
  background-size: 13px 15px;
  background-position: left top 12px;
}
#top-info .infolist li a {
  text-decoration: underline;
}

#content {
  padding: 100px 0;
}

.section {
  margin-bottom: 100px;
}
.section .section__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #434f50;
  margin-bottom: 30px;
}
.section .section__title.home {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #434f50;
}
.section .section__title.center {
  text-align: center;
}
.section .section__lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.section .section__images {
  margin-top: 20px;
}
.section .section__images .section__images__row {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section .section__images .section__images__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
.section .section__images img {
  display: block;
}
.section .section__images img:nth-of-type(n + 2) {
  margin-top: 30px;
}
.section .privacypolicy__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media all and (min-width: 769px) {
  .section .section__images {
    margin-top: 20px;
  }
  .section .section__images .section__images__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  .section .section__images .section__images__row:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .section .section__images img:nth-of-type(n + 2) {
    margin-top: 0;
  }
}