@charset "UTF-8";
:root {
  --container-xl: 1128px;
  --container-lg: 936px;
  --container-md: 744px;
  --container-sm: 648px;
  --gutter-pc: 33px;
  --gutter-tb: 60px;
  --gutter-sp: 23.5px;
  --width-pc: 1920;
  --height-pc: 1080;
  --width-sp: 375;
  --height-sp: 667; }

.pcD {
  display: block; }

.pcDM {
  display: block; }

.tbD {
  display: none; }

.spD {
  display: none; }

@media only screen and (max-width: 1060px) {
  .pcDM {
    display: none; }
  .tbD {
    display: block; } }

@media only screen and (max-width: 768px) {
  .pcD {
    display: none; }
  .tbD {
    display: none; }
  .spD {
    display: block; } }

/** --------------------------- */
@media only screen and (min-width: 769px) {
  .c-fixed-side-btn {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 160px;
    height: max-content;
    writing-mode: vertical-rl;
    line-height: 100%;
    padding: 36px 19.5px;
    text-decoration: none;
    background: #7F0019;
    border-radius: 8px 0 0 8px;
    z-index: 999; }
  .c-fixed-side-btn span {
    font-size: 1.6rem; }
  .c-fixed-side-btn-arrow {
    width: 20px;
    transform: translateX(2px); }
  .c-fixed-side-btn div {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.6rem; } }

@media only screen and (max-width: 768px) {
  .c-fixed-side-btn {
    position: fixed;
    background: #7F0019;
    width: 334.14px;
    height: 54.14px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    top: auto;
    z-index: 999;
    border-radius: 6px;
    opacity: 1;
    transition: opacity 350ms ease,bottom 350ms ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .c-fixed-side-btn div {
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 2;
      text-align: center;
      padding-top: 12px; }
    .c-fixed-side-btn .c-fixed-side-btn-arrow {
      width: 17px;
      vertical-align: text-top;
      transform: translate(-5px, -1px) rotate(-90deg); } }

/*******************************************************************************
btn
*******************************************************************************/
.btn.--center {
  display: flex;
  justify-content: center; }

.btn .boxed-btn {
  padding: 24px 19px;
  background: var(--c-white); }

.btn .boxed-btn span {
  font-weight: normal;
  margin-right: 8px; }

.boxed-btn {
  background: none;
  border: none;
  outline: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 19.5px 19px;
  transition: border-color 0.15s ease-out; }

.boxed-btn.--black {
  background-color: #3C3C43;
  color: #fff; }

.boxed-btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 8px;
  height: 14px; }

.boxed-btn.--black::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%); }

.boxed-btn:hover {
  border-color: black; }

.boxed-btn > span {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 17.5px; }

.boxed-btn::after {
  content: "";
  flex: 0 0 auto; }

.boxed-btn::after {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.boxed-btn:hover::after {
  transform: translateX(50%); }

/*******************************************************************************
コンテナー
*******************************************************************************/
.l-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-pc);
  padding-right: var(--gutter-pc); }

.l-container.--xl {
  width: min(100%, calc(var(--container-xl) + (var(--gutter-pc) * 2))); }

.l-container.--lg {
  width: min(100%, calc(var(--container-lg) + (var(--gutter-pc) * 2))); }

.l-container.--md {
  width: min(100%, calc(var(--container-md) + (var(--gutter-pc) * 2))); }

.l-container .l-container {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 1128px) {
  .l-container {
    padding-left: var(--gutter-tb);
    padding-right: var(--gutter-tb); }
  .l-container.--xl,
  .l-container.--lg,
  .l-container.--md {
    width: min(100%, calc(648px + (var(--gutter-tb) * 2))); } }

@media (max-width: 648px) {
  .l-container {
    padding-left: var(--gutter-sp);
    padding-right: var(--gutter-sp); }
  .l-container.--xl,
  .l-container.--lg,
  .l-container.--md {
    width: min(100%, calc(328px + (var(--gutter-sp) * 2))); } }

.ie21-header__sub {
  display: none; }

.mainV {
  position: relative; }
  .mainV__Area {
    position: fixed;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0; }
    .mainV__Area--Title {
      position: absolute;
      left: 100px;
      top: 150px;
      z-index: 2; }
    .mainV__Area--Slide .swiper-container .swiper-wrapper .swiper-slide img {
      height: 100vh;
      width: 100%;
      object-fit: cover; }
  @media only screen and (max-width: 768px) {
    .mainV__Area--Title {
      left: 30px;
      top: 100px; }
      .mainV__Area--Title img {
        max-width: 240px; } }

.fixUK {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 40px; }
  .fixUK .an {
    margin-bottom: 8px; }
    .fixUK .an .anWrap {
      width: 280px;
      cursor: pointer;
      border-radius: 3px;
      padding: 14px 14px 14px 0px;
      background: #fff;
      display: flex;
      align-items: center;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
      font-size: 14px;
      font-weight: bold; }
      .fixUK .an .anWrap .img {
        display: flex;
        justify-content: center;
        width: 70px; }
  @media only screen and (max-width: 768px) {
    .fixUK {
      position: fixed;
      right: 50%;
      transform: translateX(50%);
      z-index: 10;
      bottom: 40px;
      display: flex;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
      background: rgba(255, 255, 255, 0.8);
      border-radius: 3px; }
      .fixUK .an {
        margin-bottom: 0px;
        margin: 0 10px; }
        .fixUK .an .anWrap {
          text-align: center;
          width: 100%;
          max-width: 80px;
          padding: 0 0 10px 0;
          background: none;
          display: block;
          align-items: center;
          box-shadow: none;
          font-size: 14px;
          font-weight: bold; }
          .fixUK .an .anWrap .img {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 70px;
            height: 60px; } }

.bannerArea {
  /*
  position: sticky;
  bottom: 0px;
  left: 0;*/
  position: relative;
  margin-top: 100vh;
  z-index: 1;
  width: 100%;
  padding: 0px 30px 0px 30px;
  background: #FCF8F0; }
  .bannerArea__Con {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .bannerArea__Con .img {
      margin-bottom: 80px;
      max-width: 100%; }
      .bannerArea__Con .img img {
        max-width: 100%; }
      .bannerArea__Con .img:first-child {
        margin-top: 120px; }
      .bannerArea__Con .img:last-child {
        margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .bannerArea {
      padding: 0px 24px 0px 24px;
      background: #FCF8F0; }
      .bannerArea__Con .img {
        margin-bottom: 20px; }
        .bannerArea__Con .img:first-child {
          margin-top: 40px; }
        .bannerArea__Con .img:last-child {
          margin-bottom: 40px; } }

.whiteWrap {
  position: relative;
  background: #fff; }

.title3Main {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .title3Main {
      margin-top: 80px;
      margin-bottom: 80px; }
      .title3Main img {
        max-width: 320px; } }

.numSecArea {
  max-width: 1128px;
  margin: 0 auto 120px auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #dedede; }
  .numSecArea.lastB {
    border: none;
    padding-bottom: 0px; }
  .numSecArea__Con {
    max-width: 744px;
    margin: 0 auto; }
    .numSecArea__Con .numTitle {
      margin-bottom: 40px; }
    .numSecArea__Con p {
      max-width: 744px;
      font-size: 16px;
      line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .numSecArea {
      max-width: 640px;
      margin: 0 auto 80px auto;
      padding: 0 24px;
      padding-bottom: 80px;
      border-bottom: 1px solid #dedede; }
      .numSecArea.lastB {
        border: none;
        padding-bottom: 0px; }
      .numSecArea__Con {
        max-width: 640px;
        margin: 0 auto; }
        .numSecArea__Con .numTitle {
          margin-bottom: 20px; }
        .numSecArea__Con p {
          font-size: 14px; } }

.numSecBtnFlex {
  margin-top: 60px;
  text-align: center; }
  .numSecBtnFlex a {
    margin: 0 10px; }
  @media only screen and (max-width: 768px) {
    .numSecBtnFlex a {
      max-width: 280px;
      width: 100%;
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 20px; } }

.evArea__Tab {
  max-width: 876px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px; }
  .evArea__Tab p {
    width: calc(25% - 6px);
    cursor: pointer;
    margin: 0 6px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    opacity: 0.3; }
    .evArea__Tab p.select {
      opacity: 1; }

.evArea__Txt {
  max-width: 866px;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px; }

.evArea .noEventMsg {
  text-align: center;
  font-weight: bold;
  margin: 120px 0;
  font-size: 16px; }

.evArea__Box--Con {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease; }
  .evArea__Box--Con.select {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    height: auto; }

@media only screen and (max-width: 768px) {
  .evArea__Tab {
    max-width: 816px;
    padding: 0 0px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 40px; }
    .evArea__Tab p {
      width: calc(25% - 3px);
      margin: 0 3px;
      font-size: 12px;
      text-align: center;
      font-weight: bold;
      padding-bottom: 10px;
      border-bottom: 2px solid #000;
      opacity: 0.3; }
      .evArea__Tab p.select {
        opacity: 1; }
  .evArea__Txt {
    max-width: 806px;
    padding: 0 24px;
    font-size: 14px; }
  .evArea__Box {
    width: calc(100vw);
    max-width: 640px;
    margin-left: -24px; } }

@media (min-width: 1060px) {
  .evArea__Box .moreBtn.boxed-btn {
    font-size: 16px;
    border-radius: 60px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 40px;
    display: flex; }
    .evArea__Box .moreBtn.boxed-btn::after {
      margin-left: 17.5px; }
  .evArea__Box .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .evArea__Box .swiper-wrapper .swiper-slide {
      width: calc(25% - 12px);
      margin-bottom: 18px; }
      .evArea__Box .swiper-wrapper .swiper-slide .spec {
        flex-wrap: wrap; }
        .evArea__Box .swiper-wrapper .swiper-slide .spec span {
          margin-bottom: 8px; }
    .evArea__Box .swiper-wrapper::after {
      content: "";
      display: block;
      width: calc(25% - 12px); }
    .evArea__Box .swiper-wrapper::before {
      content: "";
      display: block;
      width: calc(25% - 12px);
      order: 1;
      /* アイテムの並び順 */ }
  .evArea__Box .swiper-button-next, .evArea__Box .swiper-button-prev {
    display: none; } }

.zIndex {
  position: relative;
  z-index: 3; }

.mvArea {
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDE; }
  .mvArea__Box {
    max-width: 1188px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .mvArea__Box--Con {
      display: flex;
      margin-bottom: 40px;
      width: calc(50% - 12px);
      align-items: center; }
      .mvArea__Box--Con .thumb {
        width: 100%;
        max-width: 263px; }
        .mvArea__Box--Con .thumb img {
          max-width: 100%;
          vertical-align: bottom; }
      .mvArea__Box--Con .txt {
        flex: 1 1 0;
        font-size: 16px;
        line-height: 1.8;
        font-weight: bold;
        margin: 0 40px; }
  @media only screen and (max-width: 1060px) {
    .mvArea {
      max-width: 760px;
      margin: 0 auto; }
      .mvArea__Box {
        max-width: 100%; }
        .mvArea__Box--Con {
          display: block;
          align-items: center; }
          .mvArea__Box--Con .thumb {
            width: 100%;
            max-width: 100%; }
          .mvArea__Box--Con .txt {
            flex: 1 1 0;
            font-size: 16px;
            line-height: 1.8;
            font-weight: bold;
            margin: 0 0px;
            margin-top: 20px; } }
  @media only screen and (max-width: 768px) {
    .mvArea {
      max-width: 480px; }
      .mvArea__Box {
        max-width: 100%;
        padding: 0 24px;
        display: block; }
        .mvArea__Box--Con {
          width: 100%; }
          .mvArea__Box--Con .thumb {
            width: 100%;
            max-width: 100%; }
          .mvArea__Box--Con .txt {
            flex: 1 1 0;
            font-size: 16px;
            line-height: 1.8;
            font-weight: bold;
            margin: 0 0px;
            margin-top: 20px; } }

.aboutArea {
  padding: 120px 30px;
  border-bottom: 1px solid #dedede; }
  .aboutArea__Txt {
    width: max-content;
    margin: 0 auto; }
    .aboutArea__Txt__Box {
      max-width: 100%; }
      .aboutArea__Txt__Box--Con {
        display: flex;
        margin-bottom: 40px;
        width: calc(50% - 12px);
        align-items: center; }
        .aboutArea__Txt__Box--Con .thumb {
          width: 100%;
          max-width: 263px; }
          .aboutArea__Txt__Box--Con .thumb img {
            max-width: 100%;
            vertical-align: bottom; }
        .aboutArea__Txt__Box--Con .txt {
          flex: 1 1 0;
          font-size: 16px;
          line-height: 1.8;
          font-weight: bold;
          margin: 0 40px; }
  @media only screen and (max-width: 768px) {
    .aboutArea {
      padding: 80px 30px; } }

.slideArea {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #DEDEDE; }
  .slideArea__Txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .slideArea {
      padding-bottom: 80px;
      margin-bottom: 80px; }
      .slideArea__Txt {
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: min(420px,calc(100% - 40px)); }
        .slideArea__Txt br {
          display: none; } }

.ejArea {
  position: relative;
  max-width: 1228px;
  margin: 0 auto; }
  .ejArea__swiper {
    max-width: 1128px;
    width: calc(100% - 80px);
    margin: 0 auto;
    overflow: hidden; }
    .ejArea__swiper .swiper-con {
      margin: 6px; }
      .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide {
        border-radius: 5px;
        height: auto;
        overflow: hidden;
        box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.12); }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .img {
          margin-bottom: 16px; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .img img {
            max-width: 100%; }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .title {
          padding: 16px;
          font-size: 14px;
          font-weight: 600; }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec {
          display: flex;
          padding: 0 16px; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span {
            font-size: 14px;
            padding: 2px 5px;
            margin-right: 8px; }
            .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span.label1 {
              background: #3C3C43;
              color: #fff; }
            .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span.label2 {
              border: 1px solid #7F0019;
              color: #7F0019; }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .jTitle {
          display: flex;
          justify-content: space-between;
          padding: 0 16px;
          font-size: 14px;
          font-weight: 600; }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .specJ {
          font-size: 14px;
          padding: 16px; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .specJ .labelJ {
            margin-right: 12px; }
  .ejArea .swiper-button-next:after, .ejArea .swiper-button-prev:after {
    color: #3C3C43; }
  .ejArea .swiper-button-next {
    right: 10px; }
  .ejArea .swiper-button-prev {
    left: 10px; }
  @media only screen and (max-width: 768px) {
    .ejArea__swiper {
      width: calc(100%); }
      .ejArea__swiper .swiper-con {
        margin: 6px; }
        .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide {
          border-radius: 5px;
          height: auto;
          overflow: hidden;
          box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.12); }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .img {
            margin-bottom: 16px; }
            .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .img img {
              max-width: 100%; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .title {
            padding: 16px;
            font-size: 14px;
            font-weight: 600; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec {
            display: flex;
            padding: 0 16px; }
            .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span {
              font-size: min(14px, 3.0vw);
              padding: 2px 5px;
              margin-right: 8px; }
              .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span.label1 {
                background: #3C3C43;
                color: #fff; }
              .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .spec span.label2 {
                border: 1px solid #7F0019;
                color: #7F0019; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .jTitle {
            display: flex;
            justify-content: space-between;
            padding: 0 16px;
            font-size: 14px;
            font-weight: 600; }
          .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .specJ {
            font-size: 14px;
            padding: 16px; }
            .ejArea__swiper .swiper-con .swiper-wrapper .swiper-slide .specJ .labelJ {
              margin-right: 12px; } }

.modelArea {
  border-bottom: 1px solid #DEDEDE; }
  .modelArea__Title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px; }
  .modelArea__Nav {
    position: sticky;
    z-index: 2;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 0 8px 7px 0px rgba(0, 0, 0, 0.12); }
    .modelArea__Nav--Btn {
      margin: 0 20px; }
      .modelArea__Nav--Btn span {
        cursor: pointer;
        font-size: 16px;
        border-radius: 8px;
        font-weight: bold;
        color: #3C3C43;
        border: 1px solid #3C3C43;
        padding: 10px 60px;
        opacity: 0.5; }
        .modelArea__Nav--Btn span.on {
          opacity: 1; }
  .modelArea__Con {
    max-width: 1128px;
    margin: 0 auto;
    margin-top: 120px; }
    .modelArea__Con--Box {
      margin-bottom: 96px; }
      .modelArea__Con--Box .spec {
        display: flex;
        justify-content: space-between; }
        .modelArea__Con--Box .spec__Txt {
          padding: 40px;
          padding-top: 0;
          padding-left: 0;
          width: 360px;
          max-width: 100%;
          box-sizing: border-box; }
          .modelArea__Con--Box .spec__Txt h3 {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 40px; }
          .modelArea__Con--Box .spec__Txt p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 40px; }
        .modelArea__Con--Box .spec__Img {
          max-width: 744px; }
          .modelArea__Con--Box .spec__Img img {
            max-width: 100%;
            vertical-align: bottom; }
      .modelArea__Con--Box .mapBox {
        margin-top: 40px;
        border: 1px solid #DEDEDE;
        padding: 40px;
        justify-content: space-between;
        display: flex; }
        .modelArea__Con--Box .mapBox__Txt {
          max-width: 55%; }
          .modelArea__Con--Box .mapBox__Txt h4 {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 40px; }
          .modelArea__Con--Box .mapBox__Txt p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px; }
        .modelArea__Con--Box .mapBox__Img {
          max-width: 40%; }
          .modelArea__Con--Box .mapBox__Img img {
            max-width: 100%; }
      .modelArea__Con--Box .staff {
        display: flex;
        padding: 40px;
        background: #FCF8F0;
        margin-top: 40px; }
        .modelArea__Con--Box .staff__Img {
          width: 300px;
          max-width: 100%; }
          .modelArea__Con--Box .staff__Img img {
            vertical-align: bottom;
            max-width: 100%; }
        .modelArea__Con--Box .staff__Con {
          flex: 1 1 0;
          margin-left: 40px;
          font-size: 16px;
          line-height: 1.8; }
          .modelArea__Con--Box .staff__Con h4 {
            margin-bottom: 40px;
            font-weight: 600; }
      .modelArea__Con--Box .movs {
        background: #FCF8F0;
        padding: 0 40px 40px 40px; }
        .modelArea__Con--Box .movs__Area {
          background-image: linear-gradient(to right, #000 2px, transparent 2px);
          background-size: 4px 2px;
          background-repeat: repeat-x;
          padding-top: 40px; }
          .modelArea__Con--Box .movs__Area video {
            width: 704px;
            display: block;
            margin: 0 auto; }
        .modelArea__Con--Box .movs__Bottom {
          width: 704px;
          display: flex;
          margin: 0 auto;
          margin-top: 10px;
          font-size: 14px; }
          .modelArea__Con--Box .movs__Bottom--Title {
            font-size: 16px;
            font-weight: bold;
            margin-right: 20px; }
  @media only screen and (max-width: 1060px) {
    .modelArea__Con--Box .spec__Txt {
      padding: 30px;
      width: 360px; }
    .modelArea__Con--Box .spec__Img {
      max-width: 60%; }
      .modelArea__Con--Box .spec__Img img {
        max-width: 100%;
        vertical-align: bottom; }
    .modelArea__Con--Box .mapBox {
      margin-top: 40px;
      margin: 0 auto;
      max-width: calc(100% - 60px); }
    .modelArea__Con--Box .staff {
      padding: 30px; }
      .modelArea__Con--Box .staff__Img {
        width: 240px; } }
  @media only screen and (max-width: 768px) {
    .modelArea__Title {
      font-size: 20px;
      margin-bottom: 0px; }
    .modelArea__Nav {
      top: 60px;
      background: #fff;
      padding: 20px 10px;
      box-sizing: border-box;
      box-shadow: 0 8px 7px 0px rgba(0, 0, 0, 0.12); }
      .modelArea__Nav--Btn {
        margin: 0 10px; }
        .modelArea__Nav--Btn span {
          font-size: 14px;
          padding: 10px 15px;
          opacity: 0.5; }
          .modelArea__Nav--Btn span.on {
            opacity: 1; }
    .modelArea__Con {
      max-width: 640px;
      margin-top: 40px; }
      .modelArea__Con--Box {
        margin-bottom: 40px; }
        .modelArea__Con--Box .spec {
          display: flex;
          flex-direction: column-reverse;
          justify-content: flex-start; }
          .modelArea__Con--Box .spec__Txt {
            padding: 20px;
            padding-top: 20px;
            padding-left: 20px;
            width: 100%; }
            .modelArea__Con--Box .spec__Txt h3 {
              font-size: 20px;
              margin-bottom: 20px; }
            .modelArea__Con--Box .spec__Txt p {
              font-size: 14px;
              margin-bottom: 20px; }
            .modelArea__Con--Box .spec__Txt .btnWrap {
              text-align: center; }
          .modelArea__Con--Box .spec__Img {
            max-width: 100%; }
        .modelArea__Con--Box .mapBox {
          max-width: 100%;
          margin-top: 40px;
          border: 1px solid #DEDEDE;
          padding: 20px;
          justify-content: flex-start;
          flex-direction: column-reverse;
          display: flex; }
          .modelArea__Con--Box .mapBox__Txt {
            max-width: 100%; }
            .modelArea__Con--Box .mapBox__Txt h4 {
              font-weight: bold;
              font-size: 14px;
              margin-bottom: 20px; }
            .modelArea__Con--Box .mapBox__Txt p {
              font-size: 12px;
              line-height: 1.6;
              margin-bottom: 20px; }
          .modelArea__Con--Box .mapBox__Img {
            max-width: 100%;
            margin-bottom: 40px; }
        .modelArea__Con--Box .staff {
          display: block;
          margin-top: 20px; }
          .modelArea__Con--Box .staff__Img {
            width: 100%;
            max-width: 100%;
            margin-bottom: 40px; }
          .modelArea__Con--Box .staff__Con {
            margin-left: 0px;
            font-size: 14px; }
            .modelArea__Con--Box .staff__Con h4 {
              margin-bottom: 20px; }
        .modelArea__Con--Box .movs__Area video {
          width: 100%; }
        .modelArea__Con--Box .movs__Bottom {
          width: 100%;
          margin-top: 20px;
          display: block;
          font-size: 12px; }
          .modelArea__Con--Box .movs__Bottom--Title {
            font-size: 14px;
            margin-right: 0px;
            margin-bottom: 10px; } }

.c-header__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }

@media (max-width: 648px) {
  .c-header__title {
    font-size: 2rem; } }

.p-modelhouse {
  padding-top: 80px; }

.p-modelhouse-header__title {
  width: min(100%, 546px);
  margin: auto; }

@media (max-width: 648px) {
  .p-modelhouse-header__title {
    width: min(100%, 229px);
    margin-left: 0; } }

.p-modelhouse-header__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  width: min(100%, 552px);
  margin: 40px auto 0; }

.p-modelhouse-body {
  margin-top: 80px; }

@media (max-width: 648px) {
  .p-modelhouse-body {
    margin-top: 80px; } }

.p-modelhouse-content {
  display: grid;
  grid-template-columns: 552fr 552fr;
  column-gap: calc(24 / 1128 * 100%); }

@media (max-width: 648px) {
  .p-modelhouse-content {
    grid-template-columns: none; } }

.p-modelhouse-content__img {
  width: 100%; }
  .p-modelhouse-content__img img {
    height: auto;
    vertical-align: bottom;
    max-width: 100%; }

.p-modelhouse-content__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 calc(48 / 552 * 100%);
  padding-top: 32px; }

@media (max-width: 648px) {
  .p-modelhouse-content__body {
    padding: 0;
    margin-top: 20px;
    align-items: flex-start; } }

.p-modelhouse-content__title {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  align-self: flex-start; }

@media (max-width: 648px) {
  .p-modelhouse-content__title {
    order: 1; } }

.p-modelhouse-content__list {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #9D9C9C; }

@media (max-width: 648px) {
  .p-modelhouse-content__list {
    order: 3; } }

.p-modelhouse-content__list li {
  position: relative;
  padding-left: 2em; }

@media (max-width: 648px) {
  .p-modelhouse-content__list li {
    padding-left: 1.5em; } }

.p-modelhouse-content__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0; }

.p-modelhouse-content__button {
  margin-top: 40px; }

@media (max-width: 648px) {
  .p-modelhouse-content__button {
    order: 2;
    margin-left: auto;
    margin-right: auto; } }

.p-modelhouse-footer {
  margin-top: 100px; }

@media (max-width: 648px) {
  .p-modelhouse-footer {
    margin-top: 40px; } }

/*******************************************************************************
よくあるご質問
*******************************************************************************/
.p-qa {
  padding-top: 120px;
  padding-bottom: 120px; }

@media (max-width: 648px) {
  .p-qa {
    padding-top: 80px;
    padding-bottom: 80px; } }

.p-qa-body {
  margin-top: 40px; }

@media (max-width: 648px) {
  .p-qa-body {
    margin-top: 20px; } }

.qandaArea {
  padding-bottom: 40px; }

.qandaArea__box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
  line-height: 2.6rem;
  max-width: 760px;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 5px; }

.qandaArea__box--title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 30px; }

.qandaArea__box--title p {
  display: flex; }

.qandaArea__box--title .qTxt {
  font-size: 3.6rem;
  line-height: 3rem;
  margin-right: 1rem; }

.qandaArea__box--txt p {
  margin-bottom: 20px; }

.qandaArea__box--txt p:last-child {
  margin-bottom: 0; }

.qandaArea__box--txt p a {
  text-decoration: underline; }

.qandaArea__box--li {
  display: flex; }

.qandaArea__box .btnWrap {
  margin: 30px auto 0 auto !important; }

.qandaArea .btnWrap {
  text-align: center;
  margin: 40px auto 0 auto; }

@media (min-width: 768px) {
  .qandaArea {
    padding-bottom: 50px; }
  .qandaArea__box {
    font-size: 1.6rem;
    line-height: 3rem; }
  .qandaArea__box--title {
    display: flex;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 30px; }
  .qandaArea__box--txt p {
    margin-bottom: 20px; }
  .qandaArea__box--txt p:last-child {
    margin-bottom: 0; }
  .qandaArea__box--txt p a {
    text-decoration: underline; }
  .qandaArea .btnWrap {
    margin: 50px auto 0 auto; } }
