@charset "UTF-8";
html {
  height: -webkit-fill-available;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 62.5%;
  }
}
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "游ゴシック体 Pr6N", "YuGoPr6N", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2;
  word-break: break-word;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide_pc {
    display: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes openingCompleted {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  35% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  70% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
}
@keyframes openingCompleted {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  35% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  70% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  /* animation-delay: 0.5s; */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

#opening {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
  position: fixed;
  z-index: 99999;
  z-index: 100002;
  width: 100%;
  height: 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;
  background-color: #fff;
}
#opening img {
  width: 42.5rem;
  margin: 0 auto;
  opacity: 0;
}
#opening.completed {
  opacity: 0;
  pointer-events: none;
}
#opening.completed img {
  -webkit-animation-name: openingCompleted;
          animation-name: openingCompleted;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /* filter: blur(4px);
  opacity: 0; */
}

.container {
  width: 100%;
  max-width: 122rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

#logo-menu,
#logo {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  #logo-menu,
#logo {
    width: 19rem;
  }
}
#logo-menu img,
#logo img {
  width: 100%;
}

#side-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.header-wrap {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header-wrap .header-right {
  padding-top: 1.5rem;
  padding-right: 5rem;
}
@media screen and (min-width: 768px) {
  .header-wrap .header-right {
    padding-top: 3rem;
    padding-right: 7.6rem;
  }
}
.header-wrap .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .header-wrap .socials {
    margin-right: 2.3rem;
  }
}
.header-wrap .socials li {
  margin: 0 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-wrap .socials li {
    margin: 0 1.5rem;
  }
}
.header-wrap .socials li a img {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .header-wrap .socials li a img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#close-menu,
#open-menu {
  cursor: pointer;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  width: 7rem;
  height: 7rem;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding: 1.5rem;
  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 (min-width: 768px) {
  #close-menu,
#open-menu {
    width: 9.6rem;
    height: 9.6rem;
  }
}
#close-menu img,
#open-menu img {
  margin: 0 auto;
  width: 3.85rem;
}
@media screen and (min-width: 768px) {
  #close-menu img,
#open-menu img {
    width: 4.41rem;
  }
}
#close-menu svg,
#open-menu svg {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  width: 3.85rem;
}
@media screen and (min-width: 768px) {
  #close-menu svg,
#open-menu svg {
    width: 4.41rem;
  }
}
#close-menu .lines,
#open-menu .lines {
  height: 1px;
  background-color: #000;
  position: relative;
  width: 3.8rem;
  width: 3.4rem;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
#close-menu .lines::before, #close-menu .lines::after,
#open-menu .lines::before,
#open-menu .lines::after {
  content: "";
  background-color: #000;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
#close-menu .lines::before,
#open-menu .lines::before {
  top: -1.1rem;
  width: 3.8rem;
  width: 4.4rem;
}
@media screen and (min-width: 768px) {
  #close-menu .lines::before,
#open-menu .lines::before {
    top: -1.3rem;
  }
}
#close-menu .lines::after,
#open-menu .lines::after {
  top: 1.1rem;
  width: 3.8rem;
  width: 3.9rem;
}
@media screen and (min-width: 768px) {
  #close-menu .lines::after,
#open-menu .lines::after {
    top: 1.3rem;
  }
}
#close-menu.active,
#open-menu.active {
  background-color: transparent;
}
#close-menu.active .lines,
#open-menu.active .lines {
  height: 0;
}
#close-menu.active .lines::before, #close-menu.active .lines::after,
#open-menu.active .lines::before,
#open-menu.active .lines::after {
  width: 3.8rem;
  top: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #close-menu.active .lines::before, #close-menu.active .lines::after,
#open-menu.active .lines::before,
#open-menu.active .lines::after {
    width: 4.4rem;
  }
}
#close-menu.active .lines::before,
#open-menu.active .lines::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#close-menu.active .lines::after,
#open-menu.active .lines::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.admin-bar #close-menu,
.admin-bar #open-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #close-menu,
.admin-bar #open-menu {
    top: 46px;
  }
}

#fixed-menu {
  position: fixed;
  z-index: 989;
  right: 0;
  background-color: #feae00;
  bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #fixed-menu {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#fixed-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #fixed-menu ul {
    padding: 1rem 0;
  }
}
#fixed-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fixed-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1em;
  text-decoration: none;
  color: inherit;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  width: 5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #fixed-menu ul li a {
    width: 9.6rem;
  }
}
#fixed-menu ul li a:hover {
  color: #fff;
}
#fixed-menu ul li a span {
  font-size: 1.6rem;
  line-height: 1em;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #fixed-menu ul li a span {
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 1rem 0;
  }
}
#fixed-menu ul li:not(:last-child) a span {
  border-bottom: 1px solid #000;
}

#main_lp {
  position: relative;
}
#main_lp #main-slider {
  height: 100vh;
  height: var(--window-height);
  width: 100%;
  position: relative;
  overflow: hidden;
}
#main_lp #main-slider .main-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 3s;
  transition: 3s;
}
#main_lp #main-slider .main-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main_lp #main-slider .main-slide.active {
  opacity: 1;
  -webkit-animation: scaleUp 5s;
          animation: scaleUp 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#main_lp .main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  width: 25rem;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #main_lp .main-content {
    width: 37.2rem;
  }
}

.sorano-slogan {
  text-align: center;
  margin: 0;
  padding: 0;
}
.sorano-slogan .txt_en {
  font-family: "Copperplate";
  font-weight: bold;
  font-size: 1.388rem;
  line-height: 1.66rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sorano-slogan .txt_en {
    font-size: 1.7rem;
    line-height: 2.047rem;
  }
}
.sorano-slogan .txt_en span {
  border-bottom: 0.014rem solid;
}
.sorano-slogan .txt_main {
  font-family: "BlairMdITC TT";
  font-weight: 500;
  font-size: 3.255rem;
  line-height: 3.906rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sorano-slogan .txt_main {
    font-size: 3.9rem;
    line-height: 4.68rem;
  }
}
.sorano-slogan .txt_ja {
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 500;
  line-height: 6.3rem;
  font-size: 1.627rem;
  line-height: 2.929rem;
}
@media screen and (min-width: 768px) {
  .sorano-slogan .txt_ja {
    font-size: 1.95rem;
    line-height: 2.34rem;
  }
}
.sorano-slogan__lg .txt_en {
  font-size: 2.222rem;
  line-height: 2.66rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sorano-slogan__lg .txt_en {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.sorano-slogan__lg .txt_en span {
  color: #feae00;
}
.sorano-slogan__lg .txt_main {
  font-size: 5.078rem;
  line-height: 6.093rem;
}
@media screen and (min-width: 768px) {
  .sorano-slogan__lg .txt_main {
    font-size: 5.8rem;
    line-height: 7rem;
  }
}
.sorano-slogan__lg .txt_ja {
  font-size: 2.539rem;
  line-height: 3.047rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sorano-slogan__lg .txt_ja {
    font-size: 2.9rem;
    line-height: 3.5rem;
  }
}

#concept .concept-content {
  background-color: #4e565e;
  color: #ffffff;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #concept .concept-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#concept .concept-content .just-me-outdoor {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .just-me-outdoor {
    margin-left: -3rem;
    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;
  }
}
#concept .concept-content .just-me-outdoor .sorano-slogan {
  margin-bottom: 4rem;
}
#concept .concept-content .just-me-outdoor .sorano-slogan .txt_ja {
  font-family: "Kozuka Mincho Pro", YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  #concept .concept-content .just-me-outdoor .img {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #concept .concept-content .just-me-outdoor .img {
    width: 66rem;
  }
}
#concept .concept-content .just-me-outdoor .img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .prologue-jme-home {
    margin-left: -3rem;
    margin-right: -16rem;
    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 screen and (max-width: 767px) {
  #concept .concept-content .prologue-jme-home .img {
    margin-left: 2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  #concept .concept-content .prologue-jme-home .img {
    width: 87.5rem;
  }
}
#concept .concept-content .prologue-jme-home .img img {
  width: 100%;
}
#concept .concept-content .title-prologue {
  margin: 0;
  font-family: "YuMin";
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 4.56rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .title-prologue {
    font-size: 4.3rem;
    margin-top: -5rem;
  }
}
#concept .concept-content .title-prologue span {
  padding-top: 1.5rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  display: block;
  width: 27rem;
  border-top: 1px solid #fff;
  font-family: "Helvetica Neue";
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .title-prologue span {
    width: 30rem;
  }
}
#concept .concept-content .prologue-content {
  font-family: "Kozuka Mincho Pro", YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .prologue-content {
    font-size: 2.1rem;
  }
}
#concept .concept-content .prologue-content .title {
  font-weight: 200;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  line-height: 6.3rem;
}
@media screen and (min-width: 768px) {
  #concept .concept-content .prologue-content .title {
    font-size: 4.12rem;
    line-height: 4.94rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

#jme-home {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  overflow: hidden;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  #jme-home {
    padding-top: 9rem;
  }
  #jme-home .container {
    position: relative;
  }
}
#jme-home .jme-home-content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #jme-home .jme-home-content {
    padding-bottom: 18rem;
  }
}
#jme-home .jme-home-content p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #jme-home .jme-home-content p {
    margin-bottom: 5rem;
  }
}
#jme-home .jme-home-content .txt-lg {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 700;
}
#jme-home .jme-home-content .txt-md {
  font-size: 2.4rem;
  line-height: 2em;
}
#jme-home .bgimg {
  position: absolute;
  bottom: 0;
  width: 18rem;
}
#jme-home .bgimg img {
  width: 100%;
}
#jme-home .bgimg__left {
  left: 1.5rem;
}
@media screen and (min-width: 768px) {
  #jme-home .bgimg__left {
    width: 30.4rem;
    left: -1.5rem;
  }
}
#jme-home .bgimg__right {
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  #jme-home .bgimg__right {
    width: 34rem;
    right: -8rem;
  }
}

@media screen and (min-width: 768px) {
  .concept-tab {
    display: none;
  }
}
.concept-tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.concept-tab .tabs .tab {
  width: 50%;
  text-align: center;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  border: 0.2rem solid #edf4f7;
  padding: 2.5rem 0;
}
.concept-tab .tabs .tab span {
  display: block;
  font-size: 1.8rem;
}
.concept-tab .tabs .tab svg {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  width: 1.1rem;
  height: 0.953rem;
}
.concept-tab .tabs .tab svg.svg_bottom {
  margin-top: 0;
  margin-bottom: 1rem;
}
.concept-tab .tabs .tab.active {
  background-color: #edf4f7;
}

.concept-type-detail {
  background-color: #edf4f7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .concept-type-detail {
    padding-top: 4rem;
    display: none;
  }
  .concept-type-detail.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .concept-type-detail .svg_bg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .svg_bg {
    background-color: #fff;
    fill: #edf4f7;
    height: 17.2rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-main-wrap {
    position: relative;
  }
}
.concept-type-detail .type {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type {
    margin-top: -8rem;
    margin-bottom: 5rem;
  }
}
.concept-type-detail .type > span {
  margin: 0 auto;
  margin-bottom: 3rem;
  border-bottom: 0.05rem solid #000000;
  font-size: 1.7rem;
  font-family: "Noto Serif JP";
  line-height: 1.6em;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type > span {
    font-size: 2.4rem;
    line-height: 4.5rem;
  }
}
.concept-type-detail .type > span .number {
  font-size: 3.1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type > span .number {
    font-size: 4.3rem;
  }
}
.concept-type-detail .concept-title {
  margin-top: 0;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-title {
    text-align: left;
    margin-top: 3rem;
    position: absolute;
    z-index: 3;
  }
}
.concept-type-detail .concept-title .ja {
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 700;
  line-height: 4rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-title .ja {
    font-size: 3.6rem;
    line-height: 7rem;
  }
}
.concept-type-detail .concept-title .en {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 8.5rem;
  line-height: 1em;
  text-shadow: 2px 0 #edf4f7, -2px 0 #edf4f7, 0 2px #edf4f7, 0 -2px #edf4f7, 1px 1px #edf4f7, -1px -1px #edf4f7, 1px -1px #edf4f7, -1px 1px #edf4f7;
}
.concept-type-detail .concept-title .en span {
  display: block;
  font-size: 4.8rem;
  line-height: 5.76rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .concept-type-detail .concept-main {
    position: relative;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-main {
    margin-bottom: 6rem;
  }
}
.concept-type-detail .concept-main .img__right {
  margin-left: 4rem;
  margin-right: -2rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-main .img__right {
    width: 77.5rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.concept-type-detail .concept-main .img__right img {
  width: 100%;
}
.concept-type-detail .concept-main .txt {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .concept-type-detail .concept-main .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-main .txt {
    font-size: 2.4rem;
    line-height: 2.4em;
    bottom: 4rem;
  }
}
.concept-type-detail .concept-main .txt span {
  padding: 0.9rem 0.5rem;
  background-color: #ffffff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-main .txt span {
    padding: 1rem;
  }
}
.concept-type-detail .concept-imgs {
  margin-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  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 screen and (min-width: 768px) {
  .concept-type-detail .concept-imgs {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-bottom: 10rem;
  }
}
.concept-type-detail .concept-imgs .left {
  width: 24.3rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-imgs .left {
    width: 63rem;
  }
}
.concept-type-detail .concept-imgs .right {
  width: 12.3rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .concept-imgs .right {
    width: 31.8rem;
  }
}
@media screen and (max-width: 767px) {
  .concept-type-detail .type_blocks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.concept-type-detail .type_blocks .block {
  display: block;
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block {
    margin-bottom: 11rem;
  }
}
.concept-type-detail .type_blocks .block .block-box {
  background-color: #fff;
  padding: 3.5rem 3rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block .block-box {
    width: 78.5rem;
    padding: 6.5rem 7.5rem;
  }
}
.concept-type-detail .type_blocks .block .title {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  line-height: 5.3rem;
  letter-spacing: -0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block .title {
    letter-spacing: 0.08em;
  }
}
.concept-type-detail .type_blocks .block .title span {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.6rem;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.concept-type-detail .type_blocks .block p {
  margin: 0;
}
.concept-type-detail .type_blocks .block .img {
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  top: -1rem;
}
.concept-type-detail .type_blocks .block .img img {
  width: 100%;
}
.concept-type-detail .type_blocks .block.breakfast .img {
  width: 16.7rem;
  right: -3rem;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.breakfast .img {
    width: 41rem;
    top: 1rem;
    right: 2rem;
  }
}
.concept-type-detail .type_blocks .block.grow_herbs .img {
  width: 13.3rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.grow_herbs .img {
    width: 39rem;
    top: -1rem;
    left: 1rem;
    right: auto;
  }
}
.concept-type-detail .type_blocks .block.sky_readhing .img {
  width: 17.5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.sky_readhing .img {
    width: 37rem;
    right: 5rem;
    top: -6rem;
  }
}
.concept-type-detail .type_blocks .block.delicious .img {
  width: 13.2rem;
  top: -2rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.delicious .img {
    width: 35.4rem;
    right: auto;
    left: 0;
  }
}
.concept-type-detail .type_blocks .block.tent_at_home .img {
  width: 18.4rem;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.tent_at_home .img {
    width: 42.7rem;
    top: 1rem;
  }
}
.concept-type-detail .type_blocks .block.belamping .img {
  width: 17.1rem;
  top: -2rem;
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.belamping .img {
    width: 40rem;
  }
}
.concept-type-detail .type_blocks .block.home_cafe .img {
  width: 18.3rem;
  top: -2rem;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.home_cafe .img {
    width: 40.3rem;
    right: auto;
    top: 2rem;
  }
}
.concept-type-detail .type_blocks .block.family .img {
  width: 26.2rem;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .concept-type-detail .type_blocks .block.family .img {
    right: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.family .img {
    width: 57rem;
    top: auto;
    bottom: -1rem;
  }
}
.concept-type-detail .type_blocks .block.festival .img {
  width: 14.6rem;
}
@media screen and (max-width: 767px) {
  .concept-type-detail .type_blocks .block.festival .img {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.festival .img {
    width: 37.5rem;
    right: auto;
    top: -2rem;
  }
}
.concept-type-detail .type_blocks .block.girls_day_out .img {
  width: 15.9rem;
  right: 1.5rem;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .concept-type-detail .type_blocks .block.girls_day_out .img {
    width: 34.5rem;
    right: 7.5rem;
    top: -6rem;
  }
}
.concept-type-detail .type_blocks .block:nth-child(2n) .block-box {
  margin-left: auto;
  margin-right: 0;
}
.concept-type-detail .type_blocks .block:nth-child(2n) .block-box .img {
  right: auto;
  left: 0;
}

@media screen and (min-width: 768px) {
  #concept-type01 {
    margin-bottom: 11rem;
  }
}
#concept-type02 .concept-imgs {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  #concept-type02 .concept-imgs {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
#concept-type02 .concept-imgs img {
  width: 19.6rem;
}
@media screen and (min-width: 768px) {
  #concept-type02 .concept-imgs img {
    width: 58rem;
  }
}

#plan {
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
}
@media screen and (max-width: 767px) {
  #plan {
    margin-top: 4rem;
  }
}
#plan #plan-main {
  position: relative;
}
#plan #plan-main img {
  width: 100%;
}
#plan #plan-main #plan-main-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
  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;
  color: #fff;
  text-align: center;
}
#plan #plan-main #plan-main-content .ja {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  margin-bottom: 3rem;
  text-shadow: 0 0 4.2rem #000000;
}
#plan #plan-main #plan-main-content .en {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 5.3rem;
}
#plan #plan-content {
  font-family: YuKyo-Medium, "游教科書体 M", "游教科書体", "YuKyokasho", "YuKyo", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
  padding: 5rem 4rem;
}
@media screen and (min-width: 768px) {
  #plan #plan-content {
    font-size: 1.6rem;
    padding: 9rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  #plan-type02 {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-detail {
    padding-top: 5rem;
    background-color: #edf4f7;
    display: none;
    overflow: hidden;
  }
  .plan-detail.active {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .plan-detail {
    background-color: #fff;
  }
}
.plan-detail .plan-detail-wrap {
  background-color: #edf4f7;
  padding: 4rem;
  padding-bottom: 3.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-detail-wrap {
    padding-top: 8.5rem;
    padding-bottom: 0;
  }
}
.plan-detail .plan-title {
  font-family: "BlairMdITC TT";
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 6rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-title {
    font-size: 6rem;
    line-height: 7.2rem;
    margin-bottom: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .plan-detail .plan-types .plan-type {
    width: 50%;
    max-width: 73rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.plan-detail .plan-type-title {
  font-family: "Avenir Next";
  font-size: 3.6rem;
  line-height: 6.3rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .plan-detail .plan-type-title {
    text-align: center;
  }
}
.plan-detail .plan-type-title_price {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-type-title_price {
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
}
.plan-detail .plan-blocks .plan-block {
  margin-bottom: 6rem;
}
.plan-detail .plan-blocks .plan-block_price {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-blocks .plan-block_price {
    padding-bottom: 10rem;
  }
}
.plan-detail .plan-blocks .plan-block .block-title {
  margin: 0 2rem;
  margin-bottom: -3rem;
  z-index: 2;
  position: relative;
  background-color: #4e565e;
  color: #fff;
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-blocks .plan-block .block-title {
    margin-left: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.2rem 2rem;
  }
}
.plan-detail .plan-blocks .plan-block .block-title .en {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-blocks .plan-block .block-title .en {
    font-size: 1.4rem;
    line-height: 2em;
    vertical-align: middle;
  }
}
.plan-detail .plan-blocks .plan-block .plan-block-content {
  background-color: #fff;
  padding: 2rem 0;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  text-align: center;
}
.plan-detail .plan-blocks .plan-block .plan-block-content .main_image {
  width: 100%;
}
.plan-detail .plan-blocks .plan-block .plan-block-content .main_image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan-detail .plan-blocks .plan-block .plan-block-content .main_image {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-blocks .plan-block .plan-block-content {
    position: relative;
    padding: 0;
  }
}
.plan-detail .plan-blocks .plan-block .plan-block-content .block-detail {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .plan-detail .plan-blocks .plan-block .plan-block-content .block-detail {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 3rem;
    text-align: left;
  }
}

.slide-plan {
  position: relative;
}
.slide-plan .swiper-slide > img {
  height: 23rem;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-plan .swiper-button-next,
.slide-plan .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #4e565e;
  border-radius: 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;
}
.slide-plan .swiper-button-next::after,
.slide-plan .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 2.5rem;
  color: #fff;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.slide-plan .swiper-button-prev {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slide-plan .swiper-button-prev::after {
  content: "prev";
}
.slide-plan .swiper-button-next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.slide-plan .swiper-button-next::after {
  content: "next";
}

.preview-plan {
  margin-top: 5rem;
  position: relative;
}
.preview-plan img {
  width: 29rem;
  width: auto;
  height: 19.5rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.preview-plan > a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.preview-plan .btn-zoom {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: auto;
}

table.table-price {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
}
table.table-price td,
table.table-price th {
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
}
table.table-price td {
  width: 20rem;
  height: 16rem;
}
@media screen and (min-width: 768px) {
  table.table-price td {
    width: 25%;
    height: 13.5rem;
  }
}
table.table-price td img {
  width: auto;
  height: 16rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
table.table-price thead {
  font-family: "DIN Condensed";
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.32rem;
}
table.table-price thead th {
  padding: 0.5rem;
  height: 6.5rem;
  position: relative;
  /*  span {
     height: 6.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
     @include pc {
       height: 7.5rem;
     }
   } */
}
table.table-price thead th .cen-text {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  top: 1.8rem;
}
@media screen and (min-width: 768px) {
  table.table-price thead th {
    padding: 0.5rem;
    height: 7.5rem;
  }
  table.table-price thead th .cen-text {
    top: 2.3rem;
  }
}
table.table-price tfoot {
  font-family: "Helvetica Neue";
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.84rem;
}
table.table-price tfoot th {
  padding: 0.5rem;
  height: 6.5rem;
}
@media screen and (min-width: 768px) {
  table.table-price tfoot th {
    height: 7rem;
  }
}

#performance {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  #performance {
    padding-top: 9rem;
  }
}
#performance .container {
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  #performance .container {
    padding: 0 6rem;
  }
}
#performance .title {
  font-weight: 600;
  margin: 0;
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #performance .title {
    margin-bottom: 4rem;
  }
}
#performance .title span {
  font-family: "Avenir Next";
  font-weight: 400;
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  margin-top: 1.5rem;
}
#performance .banner {
  background-color: #4e565e;
  color: #fff;
  text-align: center;
  padding: 3rem;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #performance .banner {
    width: 41rem;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
}
#performance .banner .ja {
  font-family: "YuMin";
  font-size: 1.8rem;
  line-height: 2.2rem;
}
#performance .banner .logo {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#performance .banner .logo img {
  width: 4.8rem;
  margin: 0 auto;
}
#performance .banner .en {
  font-family: "Helvetica Neue";
  font-weight: 200;
  font-size: 4.8rem;
  line-height: 5.8rem;
  letter-spacing: 0.079em;
}
#performance .banner .en span {
  display: block;
  font-family: "Copperplate";
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.9rem;
  letter-spacing: 0.079em;
}
@media screen and (min-width: 768px) {
  #performance .content {
    text-align: center;
    font-size: 1.6rem;
  }
}
#performance .content h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
#performance .content p {
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #performance .content p {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #performance .covering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 95rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #performance .covering .cover {
    width: 33.3333333333%;
    padding: 0.7rem;
  }
}
#performance .covering .cover span {
  border: 0.4rem solid #000;
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  height: 7rem;
  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 (min-width: 768px) {
  #performance .covering .cover span {
    height: 8.1rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #performance .covering .cover_black {
    width: 100%;
  }
}
#performance .covering .cover_black span {
  font-size: 3.6rem;
  background-color: #000;
  color: #fff;
}
#performance .price {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 768px) {
  #performance .price {
    width: 118rem;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#performance .price h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 4.5rem;
  line-height: 7rem;
  font-weight: bold;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 768px) {
  #performance .price h3 {
    line-height: 4.7rem;
    margin-bottom: 3rem;
  }
}
#performance .price h3 span {
  display: block;
}
@media screen and (min-width: 768px) {
  #performance .price h3 span {
    display: inline-block;
    vertical-align: top;
  }
}
#performance .price h3 span small {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  #performance .price h3 span small {
    line-height: 4.7rem;
  }
}
#performance .price p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #performance .price p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.specifications {
  background-color: #4e565e;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .specifications {
    margin: 0 auto;
    max-width: 118rem;
  }
}
.specifications .title {
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.specifications-collapse {
  display: block;
  width: 32rem;
  height: 6rem;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #4e565e;
  background-color: #fff;
  border-radius: 6rem;
  border: 0.2rem solid #4e565e;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .specifications-collapse {
    display: none;
  }
}
.specifications-collapse::after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background-image: url(../img/performance/arrow-down.svg);
  background-size: 1.5rem 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.specifications-collapse__close {
  margin-top: 2rem;
}
.specifications-collapse__close::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

#specifications-list {
  margin-top: 2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  #specifications-list {
    display: block !important;
  }
}
#specifications-list table.table-mobile {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-top: none;
  color: #000;
  font-size: 1.6rem;
}
#specifications-list table.table-mobile th,
#specifications-list table.table-mobile td {
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: center;
  padding: 1rem;
  display: block;
  font-weight: 500;
}
#specifications-list table.table-mobile th {
  background-color: #edf4f7;
}
#specifications-list table.table-mobile td {
  background-color: #fff;
}
#specifications-list table.table-mobile tr.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#specifications-list table.table-mobile tr.group > th {
  width: 5rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  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;
}
#specifications-list table.table-mobile tr.group > td {
  border: none;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#specifications-list table.table-mobile tr.group > td > table {
  width: calc(100% + 2px);
  margin: -1px;
  border-bottom: none;
}
#specifications-list table.table-mobile tr.group > td > table tr:first-child th {
  border-top: none;
}
#specifications-list table.table-desktop {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000000;
  border: 1px solid #cccccc;
}
#specifications-list table.table-desktop th,
#specifications-list table.table-desktop td {
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
}
#specifications-list table.table-desktop th {
  width: 15rem;
}

.not-included {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .not-included {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.not-included .not-item {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .not-included .not-item {
    width: 51rem;
    padding-top: 4rem;
  }
}
.not-included .not-item h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .not-included .not-item h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.not-included .not-item table {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .not-included .not-item table {
    font-size: 1.4rem;
    border: 0.025rem solid #cccccc;
  }
}
.not-included .not-item table td {
  border: 1px solid #cccccc;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .not-included .not-item table td {
    border: 0.025rem solid #cccccc;
    padding: 0.5rem;
  }
}

.guidance {
  border: 0.1rem solid #fff;
  padding: 3rem 1rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .guidance {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 3rem 4rem;
  }
}
.guidance h3 {
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .guidance h3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .guidance h3 {
    font-size: 2rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
  }
}
.guidance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.guidance ul li {
  padding-left: 2rem;
  position: relative;
  text-align: justify;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .guidance ul li {
    padding-left: 1.5rem;
  }
}
.guidance ul li::before {
  content: "◉";
  position: absolute;
  left: 0;
  line-height: 3.2rem;
}
.guidance p {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 2rem;
  position: relative;
}
.guidance p::before {
  content: "※";
  position: absolute;
  left: 0;
  line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .guidance p {
    margin-bottom: 0;
  }
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.section-title span {
  display: block;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .section-title span {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title span {
    margin-top: 1rem;
  }
}

#application {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  #application {
    padding-top: 9rem;
  }
}
#application .application-title {
  margin-top: 0;
  margin-bottom: -3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.6rem;
}
#application .application-title span {
  display: block;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 1em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #application .application-title span {
    margin-top: 2.5rem;
  }
}
#application .application-content {
  background-color: #edf4f7;
  padding-top: 7rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  #application .application-content {
    padding-bottom: 10rem;
  }
}
#application .application-content .content {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .content {
    font-size: 1.6rem;
    line-height: 3.6rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks {
    padding-left: 6rem;
    padding-right: 6rem;
    margin-bottom: 2rem;
    overflow: hidden;
  }
}
#application .application-content .blocks .block {
  margin-bottom: 2rem;
  background-color: #fff;
  padding: 3rem 2.5rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block {
    margin-bottom: 3.5rem;
  }
}
#application .application-content .blocks .block p {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
#application .application-content .blocks .block .block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block {
    margin-bottom: 3.5rem;
    padding: 5rem;
  }
}
#application .application-content .blocks .block .icon {
  width: 10rem;
  height: 9rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block .icon {
    width: 14rem;
  }
}
#application .application-content .blocks .block .block-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 3.1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block .block-title {
    font-size: 2.4rem;
    line-height: 5.3rem;
  }
}
#application .application-content .blocks .block .block-title span {
  display: inline-block;
  background-color: #4e565e;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 1rem;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block .block-title span {
    font-family: "Avenir Next";
    font-size: 1.6rem;
    line-height: 3.6rem;
    margin-right: 1rem;
    vertical-align: middle;
  }
}
#application .application-content .blocks .block .detail {
  width: 100%;
  font-size: 1.6rem;
  width: calc(100% - 10rem);
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .blocks .block .detail {
    width: calc(100% - 14rem);
    padding-left: 5rem;
  }
}
#application .application-content .after-service {
  border: 0.1rem solid #4e565e;
  padding: 4rem 3rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .after-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
  }
}
#application .application-content .after-service .after-service-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2rem;
  border-bottom: 0.1rem solid #4e565e;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .after-service .after-service-title {
    width: 26rem;
    border-bottom: none;
    border-right: 0.1rem solid #4e565e;
    font-size: 1.4rem;
    line-height: 3.6rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    margin-bottom: 0;
  }
}
#application .application-content .after-service .after-service-title span {
  display: block;
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 5.3rem;
}
@media screen and (min-width: 768px) {
  #application .application-content .after-service .after-service-title span {
    font-size: 2.4rem;
  }
}
#application .application-content .after-service .after-service-content {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #application .application-content .after-service .after-service-content {
    width: calc(100% - 26rem);
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding: 0 5rem;
  }
}
#application .application-content .after-service .after-service-content P {
  margin-top: 0;
  text-align: justify;
}
#application .application-content .after-service .after-service-content P:last-child {
  margin-bottom: 0;
}

#modelhouse {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  #modelhouse {
    padding-top: 10rem;
  }
}
#modelhouse .container {
  padding-left: 2rem;
  padding-right: 2rem;
}
#modelhouse .modelhouse-title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #modelhouse .modelhouse-title {
    margin-bottom: 5rem;
  }
}
#modelhouse .modelhouse-content {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  position: relative;
}
#modelhouse .img img {
  margin-left: auto;
  margin-right: 0;
  width: 48rem;
}
@media screen and (min-width: 768px) {
  #modelhouse .img img {
    width: 105.8rem;
  }
}
#modelhouse .banner {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: -4.3rem;
  position: relative;
  line-height: 3.3rem;
}
@media screen and (min-width: 768px) {
  #modelhouse .banner {
    margin: 0;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.4rem;
    line-height: 4.3rem;
  }
}
#modelhouse .banner .banner-box {
  background-color: #4e565e;
  color: #fff;
  padding: 4rem 2.5rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  #modelhouse .banner .banner-box {
    padding: 7rem 10rem;
    padding-right: 6rem;
  }
}
#modelhouse .banner .banner-box .en {
  font-family: "BlairMdITC TT";
  font-size: 2.7rem;
  line-height: 3.8rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #modelhouse .banner .banner-box .en {
    font-size: 3.6rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}

#map {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #map {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
#map .map-title {
  font-family: "Avenir Next";
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 5.3rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #map .map-title {
    font-size: 3.6rem;
    line-height: 5.3rem;
  }
}
#map .map-content .address {
  text-align: center;
}
#map .map-content iframe {
  height: 25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #map .map-content iframe {
    height: 41rem;
  }
}

#company {
  background-color: #edf4f7;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #company {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}
#company .company-title {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #company .company-title {
    margin-bottom: 6rem;
  }
}
#company .container {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #company .company-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #company .company-content {
    width: 118rem;
    margin: 0 auto;
    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;
  }
}
#company .company-content .info {
  padding-bottom: 3rem;
}
#company .company-content .logo {
  margin-bottom: 3rem;
}
#company .company-content .logo img {
  width: 38.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #company .company-content .logo img {
    margin-left: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #company .company-content .map {
    width: 75.3rem;
  }
}
#company .company-content .map iframe {
  height: 25rem;
}
@media screen and (min-width: 768px) {
  #company .company-content .map iframe {
    height: 31.5rem;
  }
}

#contact {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#contact .contact-title {
  margin-bottom: -3rem;
}
#contact .contact-content {
  background-color: #edf4f7;
  width: 45rem;
  margin: 0 auto;
  padding: 7rem 2.5rem 4rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-content {
    width: 102rem;
    padding: 7rem 17rem 5rem;
  }
}
#contact .contact-content .wpcf7 form.wpcf7cp-form-hide,
#contact .contact-content .wpcf7 form .wpcf7cp-force-hide,
#contact .contact-content .wpcf7 form br,
#contact .contact-content .wpcf7 form p {
  display: none;
}
#contact .contact-content input,
#contact .contact-content textarea,
#contact .contact-content select {
  background-color: #fff;
  color: #000000;
  border: none;
  padding: 1.2rem 1.5rem;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .contact-content input:focus,
#contact .contact-content textarea:focus,
#contact .contact-content select:focus {
  outline: 0.1rem solid #feae00;
}
#contact .contact-content input[type=text],
#contact .contact-content input[type=number],
#contact .contact-content input[type=email],
#contact .contact-content input[type=tel],
#contact .contact-content select {
  width: 100%;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-content input[type=text].sm,
#contact .contact-content input[type=number].sm,
#contact .contact-content input[type=email].sm,
#contact .contact-content input[type=tel].sm,
#contact .contact-content select.sm {
    width: 33rem;
  }
}
#contact .contact-content select {
  background-image: url(../img/request/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 1rem 0.7rem;
  background-position: center right 2rem;
}
#contact .contact-content textarea {
  width: 100%;
  resize: vertical;
  height: 20rem;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-content textarea {
    height: 14rem;
  }
}
#contact .contact-content .form-group {
  margin-bottom: 1.5rem;
}
#contact .contact-content .form-submit .wpcf7-submit {
  display: block;
  width: 25rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #4e565e;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  font-family: "游ゴシック体 Pr6N", "YuGoPr6N";
}
#contact .contact-content .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #contact .contact-content .wpcf7-radio .wpcf7-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-content .wpcf7-radio .wpcf7-list-item {
    margin-right: 2.5rem;
  }
}
#contact .contact-content .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
#contact .contact-content .wpcf7-radio .wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label {
  position: relative;
  padding-left: 2.5rem;
  background-image: url(../img/request/radio.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.8rem 1.8rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-content .wpcf7-radio .wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label {
    background-size: 1.5rem 1.5rem;
    padding-left: 2rem;
  }
}
#contact .contact-content .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label {
  background-image: url(../img/request/radio-checked.svg);
}
#contact .contact-content .wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}
#contact .contact-content .screen-reader-response {
  display: none;
}
#contact .contact-note {
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  #contact .contact-note {
    font-size: 1.4rem;
    margin-right: -5rem;
  }
}
#contact .contact-note li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact-note li::before {
  content: "※";
}

.form-confirm table th,
.form-wrap table th {
  font-weight: 500;
  text-align: left;
}
.form-confirm table td,
.form-wrap table td {
  margin-bottom: 1.5rem;
}
.form-confirm table th > label,
.form-confirm > label,
.form-wrap table th > label,
.form-wrap > label {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.form-confirm table th > label em,
.form-confirm table th > label span,
.form-confirm > label em,
.form-confirm > label span,
.form-wrap table th > label em,
.form-wrap table th > label span,
.form-wrap > label em,
.form-wrap > label span {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0 0.7rem;
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.form-confirm table th > label em,
.form-confirm > label em,
.form-wrap table th > label em,
.form-wrap > label em {
  background-color: #4e565e;
  color: #fff;
}
.form-confirm table th > label span,
.form-confirm > label span,
.form-wrap table th > label span,
.form-wrap > label span {
  background-color: #fff;
  color: #4e565e;
}
.form-confirm .row,
.form-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .form-confirm .row,
.form-wrap .row {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
}
.form-confirm .row .col,
.form-wrap .row .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-confirm .row .col,
.form-wrap .row .col {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.form-wrap table th,
.form-wrap table td {
  display: block;
  width: 100%;
}

.form-confirm .confirm-heading {
  text-align: center;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .form-confirm .confirm-heading {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .form-confirm table th,
.form-confirm table td {
    display: block;
    width: 100%;
  }
}
.form-confirm table th p,
.form-confirm table td p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form-confirm table th {
    width: 28rem;
  }
}
.form-confirm .form-action {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .form-confirm .form-action {
    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;
  }
}
.form-confirm .form-action button {
  border: none;
  display: block;
  width: 25rem;
  height: 6rem;
  background-color: #fff;
  color: #4e565e;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.6rem;
  margin: 2rem;
}
@media screen and (max-width: 767px) {
  .form-confirm .form-action button {
    margin: 0 auto;
  }
}
.form-confirm .form-action button.btn-submit {
  background-color: #4e565e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form-confirm .form-action button.btn-submit {
    margin-top: 3rem;
  }
}

.wpcf7-submit + .wpcf7-spinner {
  display: none;
}

.form-loading {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: -1;
}
.form-loading .wpcf7-spinner {
  -webkit-transform: scale(3);
          transform: scale(3);
  visibility: visible;
}

.submitting .form-loading {
  visibility: visible;
  opacity: 1;
  z-index: 9999999999;
}

#page-header img {
  width: 100%;
}

#page-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#thanks-wrap {
  margin: 0 auto;
  text-align: center;
  width: 45rem;
}
@media screen and (min-width: 768px) {
  #thanks-wrap {
    width: 102rem;
  }
}
#thanks-wrap .thanks-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: -1.8rem;
}
@media screen and (min-width: 768px) {
  #thanks-wrap .thanks-title {
    font-size: 4.8rem;
  }
}
#thanks-wrap .thanks-content {
  background-color: #edf4f7;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  #thanks-wrap .thanks-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
#thanks-wrap .thanks-content .letter {
  margin: 0 auto;
  margin-bottom: 4rem;
  width: 8.5rem;
}
#thanks-wrap .thanks-content .thank-action {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  #thanks-wrap .thanks-content .thank-action {
    margin-top: 10rem;
  }
}
#thanks-wrap .thanks-content .thank-action a {
  display: block;
  width: 25rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #4e565e;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 6rem;
  margin-bottom: 2rem;
}

#footer {
  margin-top: auto;
  margin-bottom: 0;
  background-color: #4e565e;
  color: #fff;
  padding: 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 3rem 4.5rem;
  }
}
#footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-logo img {
  margin-right: 3rem;
  width: auto;
}
#footer .footer-logo img.house-up {
  height: 6rem;
}
#footer .footer-logo img.jme-home {
  height: 7rem;
}
#footer .copyright {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Avenir Next";
  font-weight: 400;
  font-weight: 200;
}

#menu {
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background-color: #4e565e;
  color: #fff;
  overflow: hidden;
}
#menu a:hover {
  color: #feae00;
}
#menu .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  height: var(--window-height);
}
#menu .menu-content {
  padding: 0 5rem;
  margin-bottom: auto;
  margin-top: auto;
  width: 100%;
  max-height: 80%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #menu .menu-content {
    overflow: auto;
    position: absolute;
    top: 10rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 7rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #menu .menu-content {
    max-width: 118rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 55%;
    left: 8.57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 5rem;
  }
}
#menu .menu-content > ul {
  list-style: none;
  font-family: "Avenir Next";
  font-size: 2rem;
  line-height: 3rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #menu .menu-content > ul {
    font-size: 3rem;
    line-height: 3.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #menu .menu-content > ul:not(:last-child) {
    margin-right: 20rem;
  }
}
#menu .menu-content > ul > li > ul {
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #menu .menu-content > ul > li > ul li {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #menu .menu-content > ul > li > ul {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
#menu .menu-content ul {
  list-style: none;
}
#menu .menu-content ul li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #menu .menu-content ul li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #menu .menu-content ul li.anchor-contact {
    margin-top: 3rem;
  }
}
#menu .menu-content ul li.anchor-contact a {
  display: block;
  font-family: "游ゴシック体 Pr6N", "YuGoPr6N";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #menu .menu-content ul li.anchor-contact a {
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
    padding: 1.5rem 0;
    border: 0.1rem solid #fff;
  }
}
@media screen and (min-width: 768px) {
  #menu .menu-content ul li.anchor-contact a {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
#menu .menu-footer {
  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;
  font-size: 1.6rem;
  line-height: 1.9rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #menu .menu-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 4rem;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #menu .menu-footer {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#menu .menu-footer .menu-footer-logo {
  margin-right: 2rem;
}
#menu .menu-footer .menu-footer-logo img {
  width: 3.8rem;
}

#close-menu {
  background-color: transparent;
}
#close-menu img {
  width: 3.8rem;
}

.open-menu {
  /*  #side-header {
     z-index: 99999;
   } 
   #open-menu {
     background: transparent;
   }*/
}
.open-menu #menu {
  opacity: 1;
  visibility: visible;
}

#contact #page-header {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  #contact #page-header {
    margin-bottom: 13rem;
  }
}
#contact .confirm-title {
  margin-top: 0;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: -1.8rem;
}
@media screen and (min-width: 768px) {
  #contact .confirm-title {
    font-size: 4.8rem;
  }
}
#contact #page-header,
#contact .confirm-title {
  display: none;
}

body.confirm #fixed-menu,
body.confirm .contact-title,
body.confirm #top-content {
  display: none;
}
body.confirm #contact {
  padding-top: 0;
}
body.confirm #contact .confirm-title,
body.confirm #contact #page-header {
  display: block;
}
body.confirm #contact .contact-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  body.confirm #contact .contact-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.lightbox .lb-image {
  border-radius: 0 !important;
}
.lightbox .lb-outerContainer {
  border-radius: 0 !important;
}

.fancybox-close-small {
  right: 0 !important;
  bottom: -44px !important;
  top: initial !important;
}