@charset "UTF-8";
br.pc {
  display: none;
}

@media (max-width: 1200px) {
  br.pc {
    display: block;
  }
}

br.tb {
  display: none;
}

@media (max-width: 960px) {
  br.tb {
    display: block;
  }
}

br.sp {
  display: none;
}

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

br.ssp {
  display: none;
}

@media (max-width: 560px) {
  br.ssp {
    display: block;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  outline: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body.hide {
  overflow: hidden;
}

.common-ttl {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.common-ttl__en {
  font-size: 6.4rem;
  color: #ccc;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: 0.085em;
}

@media (max-width: 560px) {
  .common-ttl__en {
    line-height: 1.1em;
  }
}

.common-ttl__jp {
  font-size: 1.8rem;
}

@media (max-width: 560px) {
  .common-ttl__jp {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

.common-inner {
  width: calc(100% - 40px);
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .common-inner {
    padding: 60px 0;
  }
}

.link-target {
  padding-top: 116px;
  margin-top: -116px;
}

@media (max-width: 768px) {
  .link-target {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media (max-width: 560px) {
  .link-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.link-target_shop {
  padding-top: 216px;
  margin-top: -216px;
}

@media (max-width: 768px) {
  .link-target_shop {
    padding-top: 140px;
    margin-top: -140px;
  }
}

@media (max-width: 768px) {
  .link-target_shop {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__inner {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .header__inner {
    padding-left: 20px;
  }
}

.header__regi-btn {
  max-width: 268px;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__regi-btn {
    width: 208px;
  }
}

@media (max-width: 560px) {
  .header__regi-btn {
    width: 162px;
  }
}

.header.is-active {
  background: rgba(0, 0, 0, 0.3);
}

.ham-menu {
  width: 37px;
  height: 21px;
  position: relative;
  cursor: pointer;
  z-index: 1000000;
}

.ham-menu__line {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.ham-menu__line:nth-child(1) {
  top: 0;
}

.ham-menu__line:nth-child(2) {
  top: 0;
  bottom: 0;
}

.ham-menu__line:nth-child(3) {
  width: 66%;
  bottom: 0;
}

.ham-menu.active .ham-menu__line {
  background: #323333;
}

.ham-menu.active .ham-menu__line:nth-child(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 6px;
}

.ham-menu.active .ham-menu__line:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: 6px;
}

.ham-menu.active .ham-menu__line:nth-child(3) {
  opacity: 0;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .global-nav {
    padding-top: 80px;
  }
}

.global-nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.global-nav__inner {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .global-nav__inner {
    padding: 100px 0 80px;
  }
}

@media (max-width: 560px) {
  .global-nav__inner {
    padding: 0 0 60px;
    height: 100%;
    overflow: scroll;
  }
}

.global-nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  .global-nav__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .global-nav__list {
    margin-top: 20px;
  }
}

.global-nav__list-item {
  padding-left: 30px;
  position: relative;
}

.global-nav__list-item:nth-child(n + 2) {
  margin-top: 30px;
}

@media (max-width: 560px) {
  .global-nav__list-item:nth-child(n + 2) {
    margin-top: 24px;
  }
}

.global-nav__list-item::before {
  content: "";
  width: 20px;
  height: 9.2px;
  background: url(../img/arrow4.svg) center/cover;
  position: absolute;
  top: 22px;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.global-nav__list-item:hover::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.global-nav__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.global-nav__list-link_en {
  font-size: 3.5rem;
  color: #2ca6e0;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 560px) {
  .global-nav__list-link_en {
    font-size: 3rem;
  }
}

.global-nav__list-link_jp {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .global-nav__list-link_jp {
    font-size: 1.6rem;
  }
}

@media (max-width: 560px) {
  .global-nav__list-link_jp {
    font-size: 1.4rem;
  }
}

.global-nav__logo {
  width: 100%;
  max-width: 227px;
}

@media (max-width: 768px) {
  .global-nav__logo {
    width: 30%;
  }
}

.global-nav__contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.global-nav__contact-wrapper .company__info-left-contact-block {
  position: static;
  width: 416px;
  margin-top: 120px;
}

@media (max-width: 560px) {
  .global-nav__contact-wrapper .company__info-left-contact-block {
    margin-top: 28px;
  }
}

.fv {
  background: url(../img/fv-img.png) center/cover;
  position: relative;
  height: 100vh;
  width: 100%;
  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;
}

.fv__catch-block {
  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-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fv__catch-logo {
  width: 227px;
}

@media (max-width: 560px) {
  .fv__catch-logo {
    width: 120px;
  }
}

.fv__catch-text {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4rem;
  color: #fff;
  margin-top: 50px;
}

@media (max-width: 560px) {
  .fv__catch-text {
    font-size: 3.6rem;
    margin-top: 30px;
  }
}

.fv__info {
  width: 80%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  right: 32px;
  z-index: 10000;
}

@media (max-width: 768px) {
  .fv__info {
    right: 0;
    width: 100%;
    max-width: 400px;
  }
}

.fv__info-nav {
  width: 100%;
}

.fv__info-nav-icon {
  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;
  width: 24px;
  margin-right: 16px;
}

.fv__info-nav-content {
  padding: 24px 24px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .fv__info-nav-content {
    padding: 16px 12px;
  }
}

.fv__info-nav-content_tit {
  background: #2ca6e0;
  cursor: pointer;
}

.fv__info-nav-text {
  font-size: 2.1rem;
  padding-right: 30px;
  position: relative;
  display: block;
  width: calc(100% - 40px);
}

@media (max-width: 768px) {
  .fv__info-nav-text {
    font-size: 1.6rem;
  }
}

.fv__info-nav-text_white {
  color: #fff;
}

.fv__info-nav-text_white::after {
  content: "";
  width: 14px;
  height: 8.7px;
  background: url(../img/arrow1.svg) center/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fv__info-nav-text_white.is-active::after {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}

.fv__info-nav-text_black {
  color: #323333;
}

.fv__info-nav-text_black::after {
  content: "";
  width: 18px;
  height: 7.9px;
  background: url(../img/arrow2.svg) center/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fv__info-list {
  display: none;
}

.fv__info-list-item {
  background: #f7f7f7;
  margin-bottom: -1px;
}

.fv__info-list-item:hover .fv__info-nav-text_black::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.about__text {
  font-size: 1.8rem;
  max-width: 730px;
  margin: 0 auto;
}

.about__img {
  width: 50%;
}

.about__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__bg {
  background: #f7f7f7;
}

.shop__inner {
  background: #f7f7f7;
  position: relative;
  top: -100px;
  padding: 80px 0 20px;
}

@media (max-width: 768px) {
  .shop__inner {
    padding: 60px 0 20px;
    top: -50px;
  }
}

@media (max-width: 560px) {
  .shop__inner {
    padding: 40px 0 0;
    top: -30px;
  }
}

.shop__map-block-top-container {
  position: relative;
  max-width: 955px;
  margin: 0 auto;
}

.shop__map-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 560px) {
  .shop__map-block-list {
    max-width: 200px;
  }
}

.shop__map-block-list-item {
  width: 50%;
}

.shop__map-block-list-item-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 38px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .shop__map-block-list-item-inner {
    padding-left: 28px;
  }
}

.shop__map-block-list-item-inner:hover .shop__map-block-list-item_jp {
  color: #2ca6e0;
}

.shop__map-block-list-item-inner:hover .shop__map-block-list-item_jp::before {
  background: url(../img/arrow4.svg) center/cover;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.shop__map-block-list-item_jp {
  font-size: 3.6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 960px) {
  .shop__map-block-list-item_jp {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .shop__map-block-list-item_jp {
    font-size: 2.4rem;
  }
}

@media (max-width: 560px) {
  .shop__map-block-list-item_jp {
    font-size: 1.8rem;
  }
}

.shop__map-block-list-item_jp::before {
  content: "";
  width: 18px;
  height: 7.9px;
  background: url(../img/arrow3.svg) center/cover;
  position: absolute;
  left: -38px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 560px) {
  .shop__map-block-list-item_jp::before {
    left: -28px;
  }
}

.shop__map-block-list-item_en {
  font-size: 1.9rem;
  color: #cccccc;
}

@media (max-width: 560px) {
  .shop__map-block-list-item_en {
    font-size: 1rem;
  }
}

.shop__map-block-panel {
  padding: 40px 30px;
  background: #fff;
}

.shop__map-block-panel-area {
  margin-top: 50px;
}

.shop__map-block-panel-tit {
  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;
}

.shop__map-block-panel-tit_en {
  font-size: 1.9rem;
  color: #2ca6e0;
}

@media (max-width: 560px) {
  .shop__map-block-panel-tit_en {
    font-size: 1.4rem;
  }
}

.shop__map-block-panel-tit_jp {
  font-size: 3.6rem;
  line-height: 1em;
}

@media (max-width: 560px) {
  .shop__map-block-panel-tit_jp {
    font-size: 2.8rem;
  }
}

.shop__map-block-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
}

@media (max-width: 560px) {
  .shop__map-block-panel-list {
    padding-bottom: 0;
  }
}

.shop__map-block-panel-list-item {
  width: calc(33.33% - 54px);
  margin-right: 81px;
  padding-bottom: 40px;
  position: relative;
}

@media (max-width: 960px) {
  .shop__map-block-panel-list-item {
    width: calc(33.33% - 24px);
    margin-right: 36px;
  }
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item {
    width: calc(50% - 16px);
    margin-right: 32px;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
}

.shop__map-block-panel-list-item::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #231815;
  position: absolute;
  right: -40.5px;
  top: 0;
}

@media (max-width: 960px) {
  .shop__map-block-panel-list-item::after {
    right: -18px;
  }
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item::after {
    right: -16px;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
    left: 0;
  }
}

.shop__map-block-panel-list-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item:nth-child(3n) {
    margin-right: 32px;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item:nth-child(3n) {
    margin: 20px 0 0;
  }
}

.shop__map-block-panel-list-item:nth-child(3n)::after {
  display: none;
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item:nth-child(3n)::after {
    display: block;
  }
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .shop__map-block-panel-list-item:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item:nth-child(2n)::after {
    display: block;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item:last-child::after {
    display: none;
  }
}

.shop__map-block-panel-list-item-img {
  width: 100%;
}

.shop__map-block-panel-list-item-place {
  font-size: 1.9rem;
  margin-top: 28px;
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item-place {
    margin-top: 12px;
  }
}

.shop__map-block-panel-list-item-shop {
  font-size: 1.9rem;
  color: #2ca6e0;
  margin-top: 16px;
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item-shop {
    margin-top: 8px;
  }
}

.shop__map-block-panel-list-item-address {
  font-size: 1.4rem;
  margin-top: 16px;
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item-address {
    margin-top: 8px;
  }
}

.shop__map-block-panel-list-item-tel {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 16px;
}

@media (max-width: 560px) {
  .shop__map-block-panel-list-item-tel {
    margin-top: 8px;
    font-size: 2.4rem;
  }
}

.shop__map-block-panel-list-item-link {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 8px;
  position: relative;
  padding-right: 34px;
}

.shop__map-block-panel-list-item-link::after {
  content: "";
  width: 18px;
  height: 7.9px;
  background: url(../img/arrow2.svg) center/cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop__map-block-panel-list-item-link:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.shop__map-block-img-list {
  position: relative;
}

@media (max-width: 960px) {
  .shop__map-block-img-list {
    padding-top: 40px;
  }
}

@media (max-width: 960px) {
  .shop__map-block-img-list {
    padding-top: 80px;
  }
}

.shop__map-block-img-list-item.static {
  z-index: 1;
  position: relative;
}

.shop__map-block-img-list-item.hover {
  z-index: 2;
}

.shop__map-block-img-list-item:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .shop__map-block-img-list-item:nth-child(n + 2) {
    top: 40px;
  }
}

@media (max-width: 960px) {
  .shop__map-block-img-list-item:nth-child(n + 2) {
    top: 80px;
  }
}

.tab_box .tab_btn.active .shop__map-block-list-item_jp {
  color: #2ca6e0;
}

.tab_box .tab_btn.active .shop__map-block-list-item_jp::before {
  background: url(../img/arrow4.svg) center/cover;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.menu__list-item {
  width: 20%;
  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;
  position: relative;
}

@media (max-width: 768px) {
  .menu__list-item {
    width: 33.33%;
  }
}

.menu__list-item-img {
  width: 95%;
  max-width: 100px;
  margin-top: 24px;
}

@media (max-width: 560px) {
  .menu__list-item-img {
    width: 60%;
    margin-top: 16px;
  }
}

.menu__list-item-text {
  font-size: 1.8rem;
  margin: 24px 0 12px;
}

@media (max-width: 960px) {
  .menu__list-item-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 560px) {
  .menu__list-item-text {
    font-size: 1rem;
    margin: 0 0 12px;
  }
}

.menu__list-item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@media (max-width: 560px) {
  .menu__list-item::before {
    width: 30px;
  }
}

.menu__list-item::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

@media (max-width: 560px) {
  .menu__list-item::after {
    height: 30px;
  }
}

.menu__list-item:nth-child(5n)::before {
  display: none;
}

@media (max-width: 768px) {
  .menu__list-item:nth-child(5n)::before {
    display: block;
  }
}

.menu__list-item:nth-child(5n)::after {
  display: none;
}

@media (max-width: 768px) {
  .menu__list-item:nth-child(5n)::after {
    display: block;
  }
}

.menu__list-item:nth-child(3n)::before {
  display: none;
}

.menu__list-item:nth-child(3n)::after {
  display: none;
}

.faq__list {
  max-width: 1000px;
  margin: 0 auto;
}

.faq__list-item:nth-child(n + 2) {
  margin-top: 40px;
}

.faq__list-item-container {
  padding: 12px 16px;
}

@media (max-width: 560px) {
  .faq__list-item-container {
    padding: 10px 12px;
  }
}

.faq__list-item-container_ques {
  background: #f7f7f7;
}

.faq__list-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.faq__list-item-icon {
  display: block;
  width: 30px;
}

@media (max-width: 560px) {
  .faq__list-item-icon {
    width: 24px;
    margin-top: 2px;
  }
}

.faq__list-item-text {
  display: block;
  font-size: 1.6rem;
  width: calc(100% - 50px);
  margin-top: 3px;
}

@media (max-width: 560px) {
  .faq__list-item-text {
    width: calc(100% - 36px);
    margin-top: 0;
  }
}

.company__inner {
  max-width: unset;
  width: 100%;
}

@media (max-width: 960px) {
  .company__inner {
    padding-bottom: 0;
  }
}

.company__map {
  width: 100%;
  height: 500px;
  padding-top: 40px;
}

@media (max-width: 560px) {
  .company__map {
    height: 350px;
    padding-top: 20px;
  }
}

.company__map iframe {
  width: 100%;
  height: 100%;
}

.company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .company__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__info-left {
  width: 50%;
  position: relative;
  padding: 0 20px;
}

@media (max-width: 960px) {
  .company__info-left {
    width: 100%;
    padding: 20px 0;
  }
}

.company__info-left::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #323333;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 960px) {
  .company__info-left::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.company__info-left-text {
  font-size: 2rem;
}

@media (max-width: 560px) {
  .company__info-left-text {
    font-size: 1.6rem;
  }
}

.company__info-left-logo {
  width: 100%;
  max-width: 310px;
  margin-top: 48px;
}

@media (max-width: 560px) {
  .company__info-left-logo {
    max-width: 240px;
    margin-top: 20px;
  }
}

.company__info-left-contact {
  font-size: 1.6rem;
}

.company__info-left-contact-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 960px) {
  .company__info-left-contact-block {
    position: static;
    margin-top: 40px;
  }
}

.company__info-left-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .company__info-left-contact-tel {
    margin-top: 4px;
  }
}

.company__info-left-contact-tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
}

.company__info-left-contact-tel-num {
  width: calc(100% - 45px);
  font-size: 6.4rem;
  font-weight: 700;
  color: #2ca6e0;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 560px) {
  .company__info-left-contact-tel-num {
    font-size: 4.2rem;
    width: calc(100% - 36px);
  }
}

.company__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

@media (max-width: 960px) {
  .company__info-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0;
  }
}

.company__info-right-container {
  font-size: 1.6rem;
}

.company__info-right-container:nth-child(n + 2) {
  margin-top: 30px;
}

@media (max-width: 560px) {
  .company__info-right-container:nth-child(n + 2) {
    margin-top: 16px;
  }
}

.footer {
  background: #323333;
}

@media (max-width: 960px) {
  .footer__img {
    width: 100%;
    height: 300px;
  }
  .footer__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 560px) {
  .footer__img {
    height: 180px;
  }
}

.footer__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .footer__content-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__content-list-item:nth-child(n + 2) {
  margin-left: 50px;
}

@media (max-width: 560px) {
  .footer__content-list-item:nth-child(n + 2) {
    margin-left: 16px;
  }
}

.footer__content-list-link {
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 768px) {
  .footer__content-list-link {
    font-size: 1.6rem;
  }
}

@media (max-width: 560px) {
  .footer__content-list-link {
    font-size: 1.2rem;
  }
}

.footer__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .footer__content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .footer__content-bottom {
    padding-bottom: 20px;
  }
}

.footer__content-bottom-copy {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.085em;
}

@media (max-width: 768px) {
  .footer__content-bottom-copy {
    margin-top: 16px;
  }
}

@media (max-width: 560px) {
  .footer__content-bottom-copy {
    font-size: 1.2rem;
  }
}

.footer__content-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__content-bottom-list-item {
  padding: 0 40px;
  position: relative;
}

@media (max-width: 768px) {
  .footer__content-bottom-list-item {
    padding: 0 16px;
  }
}

.footer__content-bottom-list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .footer__content-bottom-list-item:last-child::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.footer__content-bottom-list-link {
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer__content-bottom-list-link {
    font-size: 1.4rem;
  }
}

.privacy {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}

.privacy__catch {
  font-size: 1.8rem;
  text-align: center;
}

.privacy__logo {
  width: 100%;
  max-width: 374px;
  margin: 20px auto 0;
}

.privacy__inner {
  background: #eee;
  height: calc(100vh - 120px);
  padding: 60px 40px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
}

@media (max-width: 560px) {
  .privacy__inner {
    padding: 60px 20px 20px;
    height: calc(100vh - 60px);
  }
}

.privacy__scroll {
  overflow: scroll;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.privacy__scroll::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.privacy__top-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 32px;
}

.privacy__text {
  font-size: 1.6rem;
  margin-top: 8px;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .privacy__text {
    font-size: 1.4rem;
    margin-top: 4px;
    margin-bottom: 12px;
  }
}

.privacy__content-tit {
  font-size: 2rem;
  margin-top: 20px;
}

@media (max-width: 560px) {
  .privacy__content-tit {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}

.privacy__list_parent {
  margin-top: 8px;
}

.privacy__list-item {
  font-size: 1.6rem;
  padding-left: 1em;
  margin-left: 2em;
  position: relative;
}

@media (max-width: 560px) {
  .privacy__list-item {
    font-size: 1.4rem;
  }
}

.privacy__list-item:nth-child(n + 2) {
  margin-top: 4px;
}

@media (max-width: 560px) {
  .privacy__list-item {
    padding-left: 10px;
    margin-left: calc(1em + 10px);
  }
}

.privacy__list-item_parent {
  list-style: decimal;
}

.privacy__list-item_child {
  padding-left: 3em;
}

@media (max-width: 560px) {
  .privacy__list-item_child {
    padding-left: 2em;
    margin-left: 10px;
  }
}

.privacy__list-item_child::before {
  position: absolute;
  left: 0;
  top: 0;
}

.privacy__list-item_child1:nth-child(1)::before {
  content: "1.1";
}

.privacy__list-item_child1:nth-child(2)::before {
  content: "1.2";
}

.privacy__list-item_child1:nth-child(3)::before {
  content: "1.3";
}

.privacy__list-item_child1:nth-child(4)::before {
  content: "1.4";
}

.privacy__list-item_child2:nth-child(1)::before {
  content: "2.1";
}

.privacy__list-item_child2:nth-child(2)::before {
  content: "2.2";
}

.privacy__list-item_child2:nth-child(3)::before {
  content: "2.3";
}

.privacy__list-item_child2:nth-child(4)::before {
  content: "1.4";
}

.privacy__list-item_g-child {
  padding-left: 4em;
}

@media (max-width: 560px) {
  .privacy__list-item_g-child {
    padding-left: 3em;
    margin-left: 10px;
  }
}

.privacy__list-item_g-child::before {
  position: absolute;
  left: 0;
  top: 0;
}

.privacy__list-item_g-child:nth-child(1)::before {
  content: "1.4.1";
}

.privacy__list-item_g-child:nth-child(2)::before {
  content: "1.4.2";
}

.privacy__list-item_g-child:nth-child(3)::before {
  content: "1.4.3";
}

.privacy__list-item_g-child:nth-child(4)::before {
  content: "1.4.4";
}

.privacy__list-item_g-child:nth-child(5)::before {
  content: "1.4.5";
}

.modal-register {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100000;
}

.modal-register__inner {
  background: #323333;
  height: calc(100vh - 120px);
  padding: 60px 40px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .modal-register__inner {
    padding: 60px 20px 20px;
    height: calc(100vh - 60px);
  }
}

.modal-register__catch {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.modal-register__btn {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.modal-register__btn-wrapper {
  margin-top: 60px;
  width: 100%;
}

.modal-register__btn:nth-child(2) {
  margin-top: 36px;
}

#modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.close-btn {
  width: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#modalBg2 {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.close-btn2 {
  width: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */