@charset "UTF-8";
/*============================================
responsive
============================================*/
/*============================================
#main
============================================*/
#view {
  max-width: 1600px;
  margin: 0 auto;
  z-index: 10;
  position: relative; }
  #view .txt {
    position: absolute;
    bottom: 27%;
    left: 7%; }
    @media screen and (max-width: 897px) {
      #view .txt {
        bottom: 23%;
        left: 3%; } }
    #view .txt p {
      margin: 30px 0 0 0; }
      @media screen and (max-width: 897px) {
        #view .txt p {
          margin: 10px 0 0 0; } }
    #view .txt .en {
      padding: 0 5px;
      color: #fff;
      font-size: 2.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal;
      text-align: left;
      color: #fff;
      background: #CF2E2E;
      display: inline; }
      @media screen and (max-width: 897px) {
        #view .txt .en {
          font-size: 1.4rem; } }
    #view .txt h1 {
      color: #fff;
      font-size: 4.2rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal;
      text-align: left;
      color: #fff;
      background: #CF2E2E;
      margin: 15px 0 0 0;
      padding: 0 5px; }
      @media screen and (max-width: 897px) {
        #view .txt h1 {
          margin: 8px 0 0 0;
          font-size: 1.8rem; } }
    #view .txt .jp {
      color: #fff;
      padding: 0 5px;
      font-size: 2.8rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal;
      text-align: left;
      color: #fff;
      background: #222;
      display: inline; }
      @media screen and (max-width: 897px) {
        #view .txt .jp {
          font-size: 1.6rem; } }
  #view .bnr {
    position: absolute;
    right: 3%;
    bottom: -10%; }
    @media screen and (max-width: 897px) {
      #view .bnr {
        left: 1%;
        bottom: -10%;
        max-width: 220px; } }

/*============================================
#headline
============================================*/
#headline {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 90px 0; }
  #headline P {
    text-align: center;
    font-size: 1.7rem !important;
    line-height: 1.9; }
    @media screen and (max-width: 897px) {
      #headline P {
        text-align: left;
        font-size: 1.6rem; } }
    #headline P span {
      color: #CF2E2E;
      border-bottom: 1px dotted #cf2e2e;
      font-weight: bold; }
  @media screen and (max-width: 897px) {
    #headline {
      margin: 0 20px;
      padding: 40px 0; } }

/*============================================
#learn
============================================*/
#learn:before {
  position: absolute;
  content: "";
  background: url("../img/experience-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 640px; }
  @media screen and (max-width: 897px) {
    #learn:before {
      height: 260px; } }
#learn .learn__headline {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 140px 0 60px 0;
  color: #fff;
  text-align: right; }
  @media screen and (max-width: 897px) {
    #learn .learn__headline {
      margin: 0 20px;
      padding: 40px 0;
      text-align: center; } }
  #learn .learn__headline h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.5rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    padding: 0 0 60px 0;
    color: #FFF; }
    @media screen and (max-width: 897px) {
      #learn .learn__headline h2 {
        font-size: 2.8rem;
        display: block;
        padding: 0 0 20px 0; } }
    #learn .learn__headline h2 span {
      font-size: 1.8rem; }
      @media screen and (max-width: 897px) {
        #learn .learn__headline h2 span {
          display: block;
          padding: 0 0 15px 0; } }
      #learn .learn__headline h2 span:before {
        position: absolute;
        content: "";
        width: 43%;
        height: 1px;
        background: #999;
        margin: 8px 0 0 7%; }
        @media screen and (max-width: 897px) {
          #learn .learn__headline h2 span:before {
            display: none; } }
  #learn .learn__headline p {
    text-align: right;
    font-size: 1.5rem; }
    @media screen and (max-width: 897px) {
      #learn .learn__headline p {
        text-align: left; } }
    #learn .learn__headline p:first-of-type {
      font-size: 2.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal;
      padding: 0 0 20px 0; }
      @media screen and (max-width: 897px) {
        #learn .learn__headline p:first-of-type {
          font-size: 1.8rem;
          text-align: center;
          padding: 0 0 10px 0; } }
#learn .learn__box {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 897px) {
    #learn .learn__box {
      display: block;
      margin: 0 20px;
      padding: 30px 0 10px 0; } }
  #learn .learn__box .learn__box__item {
    width: 31%; }
    @media screen and (max-width: 897px) {
      #learn .learn__box .learn__box__item {
        width: 100%;
        padding: 0 0 30px 0; } }
    #learn .learn__box .learn__box__item h3 {
      text-align: center;
      line-height: 1;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #learn .learn__box .learn__box__item h3 {
          display: flex;
          justify-content: flex-start;
          align-items: baseline; } }
      #learn .learn__box .learn__box__item h3 span:first-of-type {
        display: inline;
        font-size: 5.0rem;
        color: #fff;
        border-bottom: 1px solid #fff; }
        @media screen and (max-width: 897px) {
          #learn .learn__box .learn__box__item h3 span:first-of-type {
            color: #222;
            font-size: 3.5rem;
            padding: 0 10px 0 0; } }
      #learn .learn__box .learn__box__item h3 span:last-of-type {
        font-size: 2.0rem;
        color: #fff;
        display: block;
        padding: 30px 0 0 0; }
        @media screen and (max-width: 897px) {
          #learn .learn__box .learn__box__item h3 span:last-of-type {
            color: #222;
            padding: 0; } }
    #learn .learn__box .learn__box__item figure {
      margin: 0;
      padding: 30px 0 0 0; }
      @media screen and (max-width: 897px) {
        #learn .learn__box .learn__box__item figure {
          padding: 15px 0 0 0; } }
      #learn .learn__box .learn__box__item figure img {
        border-radius: 10px; }
      #learn .learn__box .learn__box__item figure figcaption {
        padding: 30px 0 0 0;
        font-size: 1.5rem; }
        @media screen and (max-width: 897px) {
          #learn .learn__box .learn__box__item figure figcaption {
            padding: 15px 0 0 0; } }

/*============================================
#flow
============================================*/
#flow {
  background: url("../img/flow-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 120px 0 0 0;
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #flow {
      margin: 0;
      padding: 40px 0; } }
  #flow .flow__headline {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 80px 0; }
    @media screen and (max-width: 897px) {
      #flow .flow__headline {
        padding: 0 0 30px 0; } }
    #flow .flow__headline h2 {
      font-size: 4.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #flow .flow__headline h2 {
          font-size: 2.8rem; } }
      #flow .flow__headline h2 span {
        color: #CF2E2E;
        font-size: 1.8rem;
        display: block; }
  #flow .flow__box {
    max-width: 1140px;
    margin: 0 auto;
    border-left: 1px solid #222; }
    @media screen and (max-width: 897px) {
      #flow .flow__box {
        margin: 0 20px; } }
    #flow .flow__box .flow__box__item {
      justify-content: space-between;
      display: flex; }
      @media screen and (max-width: 897px) {
        #flow .flow__box .flow__box__item {
          display: block; } }
      #flow .flow__box .flow__box__item .ttl {
        width: 20%; }
        @media screen and (max-width: 897px) {
          #flow .flow__box .flow__box__item .ttl {
            width: 100%; } }
        #flow .flow__box .flow__box__item .ttl h3 {
          font-size: 3.0rem;
          font-family: source-han-sans-japanese, sans-serif;
          font-weight: 900;
          font-style: normal;
          padding: 0 0 0 15px;
          position: relative; }
          @media screen and (max-width: 897px) {
            #flow .flow__box .flow__box__item .ttl h3 {
              font-size: 2.5rem;
              padding: 5px 0 10px 15px; } }
          #flow .flow__box .flow__box__item .ttl h3:before {
            position: absolute;
            content: "";
            width: 15px;
            height: 15px;
            border-radius: 100px;
            background: #CF2E2E;
            top: 18px;
            left: -8px; }
      #flow .flow__box .flow__box__item .cnt {
        width: 80%; }
        @media screen and (max-width: 897px) {
          #flow .flow__box .flow__box__item .cnt {
            width: 97%;
            margin: 0 0 0 3%; } }
        #flow .flow__box .flow__box__item .cnt .application__box {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #ccc;
          padding: 0 0 60px 0;
          margin: 0 0 60px 0; }
          @media screen and (max-width: 897px) {
            #flow .flow__box .flow__box__item .cnt .application__box {
              display: block;
              padding: 0 0 15px 0;
              margin: 0 0 15px 0; } }
          #flow .flow__box .flow__box__item .cnt .application__box .application__box__item {
            width: 28%;
            padding: 1.5%;
            background: #fff;
            border-radius: 10px;
            font-size: 1.5rem;
            border: 5px solid #F7F7F7; }
            @media screen and (max-width: 897px) {
              #flow .flow__box .flow__box__item .cnt .application__box .application__box__item {
                width: 90%;
                padding: 5%; } }
            #flow .flow__box .flow__box__item .cnt .application__box .application__box__item h4 {
              border-bottom: 2px solid #ccc;
              margin: 0 0 15px 0;
              padding: 0 0 15px 0;
              font-size: 1.8rem;
              font-family: source-han-sans-japanese, sans-serif;
              font-weight: 700;
              font-style: normal; }
              @media screen and (max-width: 897px) {
                #flow .flow__box .flow__box__item .cnt .application__box .application__box__item h4 {
                  margin: 0 0 7px 0;
                  padding: 0 0 8px 0; } }
              #flow .flow__box .flow__box__item .cnt .application__box .application__box__item h4 .step {
                display: block;
                color: #CF2E2E;
                font-size: 1.3rem;
                font-weight: 900; }
        #flow .flow__box .flow__box__item .cnt .experience__box {
          max-width: 100%; }
          #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item {
            display: flex;
            padding: 30px;
            justify-content: space-between;
            align-items: center; }
            @media screen and (max-width: 897px) {
              #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item {
                display: block;
                padding: 15px; } }
            #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item.step01 {
              background: url("../img/experience-02.jpg");
              background-repeat: no-repeat;
              background-size: cover;
              background-position: top center;
              color: #fff;
              border-radius: 15px 15px 0 0; }
            #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item.step02 {
              background: #fff; }
            #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item.step03 {
              background: url("../img/experience-03.jpg");
              background-repeat: no-repeat;
              background-size: cover;
              background-position: top center;
              color: #fff;
              border-radius: 0 0 15px 15px; }
            #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl {
              width: 36%;
              border-right: 1px solid #ccc;
              margin: 0 4% 0 0; }
              @media screen and (max-width: 897px) {
                #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl {
                  width: 100%;
                  border-right: none;
                  margin: 0; } }
              #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl h4 {
                font-size: 1.8rem;
                font-family: source-han-sans-japanese, sans-serif;
                font-weight: 900;
                font-style: normal; }
                #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl h4 span.step {
                  display: block;
                  color: #CF2E2E; }
              #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl p {
                font-family: source-han-sans-japanese, sans-serif;
                font-weight: 700;
                font-size: 2.5rem;
                font-style: normal;
                line-height: 1; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl p {
                    width: 100%;
                    text-align: center;
                    padding: 0 0 15px 0; } }
                #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .ttl p span {
                  font-size: 6.0rem; }
            #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .cnt {
              width: 60%; }
              @media screen and (max-width: 897px) {
                #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .cnt {
                  width: 100%;
                  margin: 0; } }
              #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .cnt p {
                font-size: 1.5rem; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .experience__box .experience__box__item .cnt p {
                    font-size: 2.0rem; } }
        #flow .flow__box .flow__box__item .cnt .property__box {
          margin: 60px 0 0 0;
          border: 3px solid #222;
          border-radius: 15px;
          padding: 0 30px 30px 30px;
          background: #fff; }
          @media screen and (max-width: 897px) {
            #flow .flow__box .flow__box__item .cnt .property__box {
              margin: 15px 0 0 0; } }
          #flow .flow__box .flow__box__item .cnt .property__box h3 {
            font-family: source-han-sans-japanese, sans-serif;
            font-weight: 900;
            font-size: 2.0rem;
            font-style: normal;
            line-height: 1;
            text-align: center;
            padding: 12px 0 0 0; }
            #flow .flow__box .flow__box__item .cnt .property__box h3 span {
              padding: 10px 20px 15px 20px;
              background: #222;
              color: #fff;
              border-radius: 0 0 20px 20px; }
          #flow .flow__box .flow__box__item .cnt .property__box ul {
            padding: 15px 0 0 0;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            @media screen and (max-width: 897px) {
              #flow .flow__box .flow__box__item .cnt .property__box ul {
                display: block; } }
            #flow .flow__box .flow__box__item .cnt .property__box ul li {
              width: 44%;
              color: #fff;
              text-align: center;
              background: #CF2E2E;
              padding: 2%;
              margin: 30px 0 0 0;
              font-family: source-han-sans-japanese, sans-serif;
              font-weight: 700;
              font-style: normal;
              position: relative;
              font-size: 1.5rem; }
              @media screen and (max-width: 897px) {
                #flow .flow__box .flow__box__item .cnt .property__box ul li {
                  width: 92%;
                  padding: 4% 6% 4% 20%;
                  font-size: 1.1rem; } }
              #flow .flow__box .flow__box__item .cnt .property__box ul li:before {
                width: 80px;
                height: 80px;
                border-radius: 100px;
                content: "";
                position: absolute;
                top: -14%;
                left: -5%; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .property__box ul li:before {
                    width: 60px;
                    height: 60px; } }
              #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(1):before {
                background: #fff url("../img/property-01.png");
                background-repeat: no-repeat;
                background-position: center center; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(1):before {
                    background-size: 60% 60%; } }
              #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(2):before {
                background: #fff url("../img/property-02.png");
                background-repeat: no-repeat;
                background-position: center center; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(2):before {
                    background-size: 60% 60%; } }
              #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(3):before {
                background: #fff url("../img/property-03.png");
                background-repeat: no-repeat;
                background-position: center center; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(3):before {
                    background-size: 60% 60%; } }
              #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(4):before {
                background: #fff url("../img/property-04.png");
                background-repeat: no-repeat;
                background-position: center center; }
                @media screen and (max-width: 897px) {
                  #flow .flow__box .flow__box__item .cnt .property__box ul li:nth-child(4):before {
                    background-size: 60% 60%; } }

/*============================================
#price
============================================*/
#price {
  position: relative;
  padding: 280px 0 160px 0; }
  @media screen and (max-width: 897px) {
    #price {
      position: static;
      padding: 0 0 40px 0; } }
  #price .price__box {
    width: 800px;
    position: absolute;
    padding: 40px;
    top: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: -100px;
    z-index: 100;
    background: #CF2E2E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #A21717, #CF2E2E);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #A21717, #CF2E2E);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 20px; }
    @media screen and (max-width: 897px) {
      #price .price__box {
        position: static;
        top: 0;
        max-width: 90%;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        border-radius: 0;
        padding: 40px 5% 25px 5%; } }
    #price .price__box .price__box__headline {
      text-align: center; }
      #price .price__box .price__box__headline h2 {
        color: #fff;
        font-size: 4.5rem;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 900;
        font-style: normal; }
        @media screen and (max-width: 897px) {
          #price .price__box .price__box__headline h2 {
            font-size: 2.8rem;
            display: block;
            padding: 0 0 20px 0; } }
        #price .price__box .price__box__headline h2 span {
          display: block;
          font-size: 1.8rem; }
    #price .price__box .price__box__list {
      padding: 20px 0 0 0;
      /*display: flex;*/
      display: inherit;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 897px) {
        #price .price__box .price__box__list {
          display: block;
          padding: 0; } }
      #price .price__box .price__box__list .price__box__list__item {
        text-align: center;
        /*width: 45.5%;*/
        width: auto;
        background: #fff;
        border: 3px solid #fff;
        border-radius: 15px; }
        @media screen and (max-width: 897px) {
          #price .price__box .price__box__list .price__box__list__item {
            width: 98%;
            margin: 0 0 15px 0; } }
        #price .price__box .price__box__list .price__box__list__item .inbox {
          padding: 30px 0 10px 0;
          background: #222;
          color: #fff;
          border-radius: 15px 15px 0 0; }
          #price .price__box .price__box__list .price__box__list__item .inbox h3 {
            font-size: 1.8rem;
            font-family: source-han-sans-japanese, sans-serif;
            font-weight: 900;
            font-style: normal;
            line-height: 1;
            color: #fff !important; }
          #price .price__box .price__box__list .price__box__list__item .inbox p {
            text-align: center;
            font-size: 3.0rem;
            font-family: source-han-sans-japanese, sans-serif;
            font-weight: 900;
            font-style: normal; }
            #price .price__box .price__box__list .price__box__list__item .inbox p span.kai {
              font-size: 7.0rem;
              line-height: 1.4; }
        #price .price__box .price__box__list .price__box__list__item .gyaku-triangle {
          width: 100%;
          display: flex;
          position: relative; }
          #price .price__box .price__box__list .price__box__list__item .gyaku-triangle:before {
            content: '';
            width: 50%;
            height: 30px;
            position: absolute;
            top: -1px;
            left: 50%;
            transform: translateX(-50%); }
          #price .price__box .price__box__list .price__box__list__item .gyaku-triangle .left-half {
            width: 50%;
            height: 50px;
            -webkit-transform: skewY(-10deg);
            -moz-transform: skewY(-10deg);
            -ms-transform: skewY(-10deg);
            -o-transform: skewY(-10deg);
            transform: skewY(10deg); }
          #price .price__box .price__box__list .price__box__list__item .gyaku-triangle .right-half {
            width: 50%;
            height: 50px;
            -webkit-transform: skewY(-10deg);
            -moz-transform: skewY(-10deg);
            -ms-transform: skewY(-10deg);
            -o-transform: skewY(-10deg);
            transform: skewY(-10deg); }
        #price .price__box .price__box__list .price__box__list__item .g-triangle-1 {
          background-color: #fff; }
          #price .price__box .price__box__list .price__box__list__item .g-triangle-1:before {
            background-color: #222; }
          #price .price__box .price__box__list .price__box__list__item .g-triangle-1 .left-half {
            background-color: #fff; }
          #price .price__box .price__box__list .price__box__list__item .g-triangle-1 .right-half {
            background-color: #fff; }
        #price .price__box .price__box__list .price__box__list__item p#price01, #price .price__box .price__box__list .price__box__list__item p#price03 {
          text-align: center;
          font-size: 1.5rem;
          font-family: source-han-sans-japanese, sans-serif;
          font-weight: 900;
          font-style: normal;
          margin: 15px 0;
          position: relative; }
          #price .price__box .price__box__list .price__box__list__item p#price01 span, #price .price__box .price__box__list .price__box__list__item p#price03 span {
            font-size: 3.0rem;
            line-height: 1.4; }
          #price .price__box .price__box__list .price__box__list__item p#price01:before, #price .price__box .price__box__list .price__box__list__item p#price03:before {
            content: "";
            width: 18px;
            height: 23px;
            bottom: -30px;
            left: 50%;
            position: absolute;
            background: url("../img/price-arw.png");
            background-repeat: none; }
        #price .price__box .price__box__list .price__box__list__item p#price02, #price .price__box .price__box__list .price__box__list__item p#price04 {
          text-align: center;
          font-size: 2.5rem;
          font-family: source-han-sans-japanese, sans-serif;
          font-weight: 900;
          font-style: normal;
          line-height: 1;
          display: inline-block;
          margin-bottom: 15px;
          border-bottom: 5px solid #F1C0C0; }
          #price .price__box .price__box__list .price__box__list__item p#price02 span, #price .price__box .price__box__list .price__box__list__item p#price04 span {
            font-size: 6.0rem;
            line-height: 1.4; }

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto; }

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0;
  /*スライド左右の余白調整*/ }

/*============================================
#facilities
============================================*/
#facilities {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #facilities {
      padding: 0 0 40px 0; } }
  #facilities .facilities__headline {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 80px 0; }
    @media screen and (max-width: 897px) {
      #facilities .facilities__headline {
        margin: 0 20px;
        padding: 0 0 20px 0; } }
    #facilities .facilities__headline h2 {
      font-size: 4.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #facilities .facilities__headline h2 {
          font-size: 2.8rem; } }
      #facilities .facilities__headline h2 span {
        color: #CF2E2E;
        font-size: 1.8rem;
        display: block; }
  #facilities .facilities__box {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #facilities .facilities__box {
        margin: 0 20px;
        flex-wrap: wrap; } }
    #facilities .facilities__box .facilities__box__item {
      width: 25%;
      text-align: center;
      margin: 0 1px 0 0; }
      @media screen and (max-width: 897px) {
        #facilities .facilities__box .facilities__box__item {
          width: 50%;
          margin: 0 1px 1px 0; } }
      #facilities .facilities__box .facilities__box__item:nth-child(1) img {
        border-radius: 15px 0 0 15px; }
        @media screen and (max-width: 897px) {
          #facilities .facilities__box .facilities__box__item:nth-child(1) img {
            border-radius: 15px 0 0 0; } }
      @media screen and (max-width: 897px) {
        #facilities .facilities__box .facilities__box__item:nth-child(2) img {
          border-radius: 0 15px 0 0; } }
      @media screen and (max-width: 897px) {
        #facilities .facilities__box .facilities__box__item:nth-child(3) img {
          border-radius: 0 0 0 15px; } }
      #facilities .facilities__box .facilities__box__item:nth-child(4) img {
        border-radius: 0 15px 15px 0; }
        @media screen and (max-width: 897px) {
          #facilities .facilities__box .facilities__box__item:nth-child(4) img {
            border-radius: 0 0 15px 0; } }
      @media screen and (max-width: 897px) {
        #facilities .facilities__box .facilities__box__item:nth-child(even) {
          margin: 0 -1px 0 0; } }
  #facilities .facilities__copy {
    padding: 60px 0 0 0;
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #facilities .facilities__copy {
        padding: 20px 0 0 0; } }
    #facilities .facilities__copy p {
      text-align: center;
      font-size: 2.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #facilities .facilities__copy p {
          font-size: 1.8rem; } }

/*============================================
#voice
============================================*/
#voice {
  padding: 120px 0;
  /*background: url("../img/flow-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;*/ }
  @media screen and (max-width: 897px) {
    #voice {
      padding: 40px 0; } }
  #voice .voice__headline {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    text-align: center; }
    @media screen and (max-width: 897px) {
      #voice .voice__headline {
        margin: 0 20px;
        padding: 0 0 20px 0; } }
    #voice .voice__headline h2 {
      font-size: 4.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #voice .voice__headline h2 {
          font-size: 2.8rem; } }
      #voice .voice__headline h2 span {
        color: #CF2E2E;
        font-size: 1.8rem;
        display: block; }
    #voice .voice__headline p {
      padding: 40px 0 0 0;
      text-align: center; }
      @media screen and (max-width: 897px) {
        #voice .voice__headline p {
          padding: 20px 0 0 0;
          text-align: left; } }
  #voice .voice__box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #voice .voice__box {
        margin: 0 20px;
        padding: 15px 15px 0 15px;
        display: block; } }
    #voice .voice__box .voice__box__item {
      width: 31%; }
      @media screen and (max-width: 897px) {
        #voice .voice__box .voice__box__item {
          width: 100%;
          padding: 0 0 15px 0; } }
      #voice .voice__box .voice__box__item img {
        border-radius: 15px; }
      #voice .voice__box .voice__box__item h3 {
        color: #CF2E2E;
        padding: 20px 0 10px 0;
        font-size: 1.7rem;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 900;
        font-style: normal; }

/*============================================
#voice
============================================*/
#faq {
  padding: 120px 0;
  margin: 0 0 120px 0;
  background: url("../img/flow-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 897px) {
    #faq {
      padding: 40px 0 25px 0;
      margin: 0 0 40px 0; } }
  #faq .faq__headline {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    text-align: center; }
    @media screen and (max-width: 897px) {
      #faq .faq__headline {
        padding: 0 0 20px 0; } }
    #faq .faq__headline h2 {
      font-size: 4.5rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 900;
      font-style: normal; }
      @media screen and (max-width: 897px) {
        #faq .faq__headline h2 {
          font-size: 2.8rem; } }
      #faq .faq__headline h2 span {
        color: #CF2E2E;
        font-size: 1.8rem;
        display: block; }
  #faq .faq__box {
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #faq .faq__box {
        margin: 0 20px; } }
    #faq .faq__box .toggle_contents {
      margin: 0 0 15px 0; }
    #faq .faq__box .toggle_title {
      position: relative;
      padding: 1.5%;
      cursor: pointer;
      font-size: 1.6rem;
      font-family: source-han-sans-japanese, sans-serif;
      font-weight: 700;
      font-style: normal;
      background: #F7F7F7; }
      @media screen and (max-width: 897px) {
        #faq .faq__box .toggle_title {
          padding: 3% 15% 3% 3%; } }
      #faq .faq__box .toggle_title .icon {
        display: inline-block;
        width: 23px;
        height: 30px;
        color: #fff;
        border-radius: 100px;
        background: #CF2E2E;
        margin: 0 20px 0 0;
        padding: 0 0 0 8px; }
        @media screen and (max-width: 897px) {
          #faq .faq__box .toggle_title .icon {
            display: none; } }
    #faq .faq__box .toggle_btn {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      background: #CF2E2E;
      display: block;
      width: 24px;
      height: 24px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border-radius: 50%; }
    #faq .faq__box .toggle_btn:before, #faq .faq__box .toggle_btn:after {
      display: block;
      content: '';
      background-color: #fff;
      position: absolute;
      width: 10px;
      height: 2px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #faq .faq__box .toggle_btn:before {
      width: 2px;
      height: 10px; }
    #faq .faq__box .toggle_title.selected .toggle_btn:before {
      content: normal; }
    #faq .faq__box .toggle_contents dd {
      display: none;
      background: #CF2E2E;
      color: #fff;
      padding: 5% 5% 5% 1.5%; }
      @media screen and (max-width: 897px) {
        #faq .faq__box .toggle_contents dd {
          padding: 5%; } }
      #faq .faq__box .toggle_contents dd .asw {
        display: flex; }
        #faq .faq__box .toggle_contents dd .asw span:first-of-type {
          font-size: 1.6rem;
          font-family: source-han-sans-japanese, sans-serif;
          font-weight: 900;
          font-style: normal;
          display: inline-block;
          width: 21px;
          height: 30px;
          color: #CF2E2E;
          border-radius: 100px;
          background: #fff;
          margin: 0 20px 0 0;
          padding: 0 0 0 10px; }
          @media screen and (max-width: 897px) {
            #faq .faq__box .toggle_contents dd .asw span:first-of-type {
              display: none; } }
