@charset "UTF-8";
/*fastview*/
/*その場でふわっと*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

p {
  margin: 50px 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*その場でふわっとここまで*/
.fontsize {
  font-size: 3.6rem;
  font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
  font-weight: normal; }

.fast-view {
  height: calc(100vh - 180px); }
  .fast-view-img-pic {
    background-image: url("../assetss/images/about/card.jpg");
    display: block;
    position: absolute;
    right: 60px;
    width: 100vw;
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px; }

.center-view {
  max-width: 1100px;
  height: calc(100vh - 180px);
  margin: 100px auto; }
  .center-view-img-pic {
    max-width: 1100px;
    background-image: url("../assetss/images/about/talk.jpg");
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 180px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 24px; }
  .center-view-read {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7; }

.supple {
  font-size: 1.4rem; }
  .supple-title {
    font-size: 1.4rem;
    font-weight: normal; }
  .supple-read {
    margin: 10px 0 0; }

.section-separate {
  background-image: url("../assetss/images/about/separate.jpg");
  display: block;
  width: 100vw;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin: 0 auto; }

.myself {
  max-width: 1100px;
  background-image: url("../assetss/images/about/portrait.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain; }
  .myself-title {
    text-align: center;
    line-height: 1.5;
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif; }
  .myself-title::after {
    content: " ";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #937218;
    margin: 20px auto; }
  .myself-bkRGBA {
    background: rgba(255, 255, 255, 0.9); }
  .myself-blok {
    text-align: left;
    max-width: 432px;
    margin: 0 auto;
    padding-top: 50px;
    line-height: 2.0; }
  .myself-read {
    line-height: 1.7;
    margin: 0 auto;
    padding: 50px; }

.section-outframe {
  max-width: 1100px;
  margin: 140px auto;
  /*sistem*/ }
  .section-outframe-title {
    margin-bottom: 30px;
    font-size: 3.6rem;
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
    font-weight: normal; }
  .section-outframe-title::after {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #937118;
    margin: 20px auto 0; }
  .section-outframe-h2 {
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif; }
  .section-outframe-h3 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 0.5; }
  .section-outframe-read {
    line-height: 1.7;
    text-align: center;
    margin: 30px auto 0 auto; }
  .section-outframe-more {
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto; }
    .section-outframe-more p {
      margin: 0; }
    .section-outframe-more a img {
      height: 24px;
      width: 24px;
      margin-left: 10px; }
  .section-outframe-next {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    height: calc(100vh - 180px);
    max-height: 500px;
    margin: auto 30px;
    text-shadow: 2px 3px 5px rgba(255, 255, 240, 0.3); }
  .section-outframe-system {
    background-image: url("../assetss/images/top/disk2.jpg");
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    overflow: hidden;
    border-radius: 24px; }
    .section-outframe-system p {
      margin: 0; }
  .section-outframe-text {
    width: 100%; }
    .section-outframe-text a {
      text-decoration: none;
      color: #fff; }
  .section-outframe-filt {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff; }
    .section-outframe-filt h2::after {
      background-color: #ffffff; }
  .section-outframe-contact {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 180px);
    background-image: url("../assetss/images/top/sofa.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-shadow: 2px 3px 5px rgba(255, 255, 240, 0.3); }
    .section-outframe-contact p {
      margin: 0 0 15px 0; }

.link-contact {
  text-align: center; }
  .link-contact-button {
    max-width: 900px;
    display: inline-block;
    width: calc(100vw - 60px);
    line-height: 60px;
    font-size: 4.0rem;
    font-family: "TBUD丸ゴシック Std R",tbudgothic-std, sans-serif;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 30px;
    padding: 30px; }

.section-slider {
  margin: auto 30px; }

/*メディアクエリ*/
@media (max-width: 800px) {
  .fast-view {
    height: 60vh; }
    .fast-view-img-pic {
      top: 80px;
      right: 0;
      height: 50vh;
      width: calc(100vw - 60px);
      border-radius: 24px;
      background-position: center;
      margin: 0 30px; }

  .center-view {
    height: 50vh; }
    .center-view-read {
      max-width: 432px;
      padding: 0 30px;
      text-align: justify; }
    .center-view-img-pic {
      right: 0;
      height: 50vh;
      width: calc(100vw - 60px);
      border-radius: 24px;
      background-position: right;
      background-size: cover;
      margin: 0 30px; }

  .section-outframe {
    margin: 100px 30px; }
    .section-outframe h2 {
      font-size: 2.4rem;
      margin-bottom: 20px; }
    .section-outframe h3 {
      font-size: 1.4rem; }
    .section-outframe p {
      font-size: 1.4rem; }
    .section-outframe-next {
      flex-wrap: wrap;
      height: 100%;
      margin: auto; }
    .section-outframe-filt {
      padding: 60px; }
    .section-outframe-text {
      height: 100%; }
    .section-outframe-menu {
      margin: 30px 0 0; }
    .section-outframe-menu:last-child {
      margin-left: 0; }
    .section-outframe-contact {
      height: 100%; }
      .section-outframe-contact p {
        margin: 0 0 10px 0; }

  .marginoff {
    margin: 100px 0px; }

  .link-contact-button {
    width: calc(100vw - 180px);
    font-size: 2.4rem;
    padding: 0; } }
