@charset "UTF-8";.mobile-menu__nav {
  padding-top: 90px; }

.mobile-menu__ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-menu__li {
  list-style: none;
  width: 100%;
  height: 90px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #323232; }
  .mobile-menu__li-blue {
    border: 1px solid white;
    background-color: #0A339C;
    list-style: none;
    width: 100%;
    height: 90px;
    text-align: center;
    position: relative; }
    .mobile-menu__li-blue span {
      color: #ffffff;
      font-size: 24px;
      font-weight: normal; }
    .mobile-menu__li-blue > a {
      text-decoration: none;
      width: 90%;
      margin: 10px auto;
      font-size: 24px;
      font-weight: normal; }
    .mobile-menu__li-blue img {
      position: relative;
      bottom: 30%; }
  .mobile-menu__li > a {
    text-decoration: none;
    color: #000000;
    width: 90%;
    margin: 15px auto;
    font-size: 24px;
    font-weight: normal; }
  .mobile-menu__li-facebook {
    list-style: none; }

.mobile-menu__link {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #534741;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold; }
  .mobile-menu__link > .fab {
    font-size: 32px; }

.mobile-menu__h1 > a:hover {
  color: #323232;
  text-decoration: none; }

.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .mobile-menu__btn > span {
    background-color: #0A339C;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 9px;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    -o-transition: transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s; }
    .mobile-menu__btn > span:last-child {
      margin-bottom: 0; }
  .mobile-menu__btn-back {
    position: relative;
    width: 100px;
    height: 90px;
    background: white;
    right: -6%; }

.mobile-menu__cover {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  overflow-y: scroll; }

.mobile-menu__main {
  padding: 0;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.mobile-menu__item {
  list-style: none;
  display: block;
  -webkit-transform: translate3d(0, 0, -1000px);
          transform: translate3d(0, 0, -1000px);
  padding: 0 40px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  opacity: 0; }

.mobile-menu__h1 {
  margin: 30px auto 20px;
  line-height: 50px;
  text-align: center; }
  .mobile-menu__h1 > img {
    width: 100px;
    height: 50px; }

.mobile-menu__about {
  font-size: 20px;
  font-weight: normal; }

.mobile-menu__text {
  width: 90%;
  margin: 0 auto; }

.menu-open .mobile-menu__cover {
  height: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.menu-open .mobile-menu__item {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1; }
  .menu-open .mobile-menu__item:nth-child(1) {
    -webkit-transition-delay: 0.07s;
         -o-transition-delay: 0.07s;
            transition-delay: 0.07s; }
  .menu-open .mobile-menu__item:nth-child(2) {
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s; }
  .menu-open .mobile-menu__item:nth-child(3) {
    -webkit-transition-delay: 0.21s;
         -o-transition-delay: 0.21s;
            transition-delay: 0.21s; }
  .menu-open .mobile-menu__item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s; }
  .menu-open .mobile-menu__item:nth-child(5) {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s; }

.menu-open .mobile-menu__btn > span {
  background-color: black; }
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    -webkit-transition-delay: 70ms;
         -o-transition-delay: 70ms;
            transition-delay: 70ms;
    -webkit-transform: translateY(11px) rotate(135deg);
        -ms-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg); }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(-18px) scaleX(0);
        -ms-transform: translateX(-18px) scaleX(0);
            transform: translateX(-18px) scaleX(0); }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    -webkit-transition-delay: 140ms;
         -o-transition-delay: 140ms;
            transition-delay: 140ms;
    -webkit-transform: translateY(-11px) rotate(-135deg);
        -ms-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg); }

html {
  scroll-behavior: smooth; }

#global-container {
  overflow: hidden; }

body {
  font-family: "Noto Sans JP", sans-serif; }

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

.font-sm {
  font-size: 14px; }

.font-md, .header__logo-right {
  font-size: 20px; }

.font-lr {
  font-size: 23px; }

.font-lg {
  font-size: 26px; }

.mb-sm {
  margin-bottom: 16px !important; }

.mb-lg {
  margin-bottom: -55px !important; }

.pt-lg {
  padding-top: 170px; }

.pb-sm {
  padding-bottom: 16px; }

.pb-lg {
  padding-bottom: 80px !important; }

.content-width, .header__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px; }

.title-br {
  display: none; }

.mobile-menu__btn {
  display: none; }
  .mobile-menu__btn-back {
    display: none; }

.btn__a {
  color: #ffffff; }
  .btn__a:hover {
    text-decoration: none;
    color: #ffffff; }

.btn__matchform {
  text-decoration: none;
  background-color: #ffffff;
  width: 260px;
  height: 30px;
  border-radius: 40px;
  text-align: center;
  line-height: 30px;
  /* position: relative;
  right: 1%;
  bottom: 10px; */
  color: #0a3396;
  display: block;
  margin-left: 20px; }
  .btn__matchform img {
    position: relative;
    bottom: 20%; }
  .btn__matchform > span {
    font-size: 15px; }
  .btn__matchform:hover {
    text-decoration: none; }

.btn__a {
  color: #ffffff; }
  .btn__a:hover {
    text-decoration: none;
    color: #ffffff; }

.btn__matchform-2 {
  text-decoration: none;
  background-color: #ffffff;
  width: 350px;
  height: 45px;
  border: 2px solid #0a3395;
  border-radius: 40px;
  text-align: center;
  line-height: 43px;
  position: relative;
  color: #0a3396;
  display: block;
  margin: 0 auto; }
  .btn__matchform-2 img {
    position: relative;
    bottom: 30%; }
  .btn__matchform-2 > span {
    font-size: 16px; }
  .btn__matchform-2:hover {
    text-decoration: none; }

.btn__a {
  color: #ffffff; }
  .btn__a:hover {
    text-decoration: none;
    color: #ffffff; }

.btn__matchform-3 {
  text-decoration: none;
  background-color: #0a3395;
  width: 300px;
  height: 45px;
  border-radius: 40px;
  text-align: center;
  line-height: 45px;
  position: relative;
  color: #ffffff;
  display: block;
  margin: 0 auto; }
  .btn__matchform-3:hover {
    color: #ffffff; }
  .btn__matchform-3 img {
    position: relative;
    bottom: 30%; }
  .btn__matchform-3 > span {
    font-size: 16px; }
  .btn__matchform-3:hover {
    text-decoration: none; }

.btn__a {
  color: #ffffff; }
  .btn__a:hover {
    text-decoration: none;
    color: #ffffff; }

.btn__matchform-4 {
  background-color: #0a3395;
  width: 400px;
  height: 45px;
  border-radius: 40px;
  text-align: center;
  line-height: 43px;
  position: relative;
  color: #ffffff;
  display: block;
  margin: 40px auto 50px; }
  .btn__matchform-4:hover {
    text-decoration: none;
    color: #ffffff; }
  .btn__matchform-4 img {
    position: relative;
    bottom: 28%; }
  .btn__matchform-4 > span {
    font-size: 16px;
    position: relative;
    top: 2px; }
  .btn__matchform-4:hover {
    text-decoration: none; }

.header {
  width: 100%;
  background-color: #0a3395;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100; }
  .header__right-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
          justify-content: flex-end;
          align-items: flex-end;
          margin-bottom: 10px;
          padding-right: 3px;
          }
  .header__right-a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    /* position: relative;
    left: 20%;
    bottom: 5px;  */
  }
    .header__right-a:hover {
      color: #ffffff;
      text-decoration: none; }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__title {
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 10px; }
  .header__logo > a:hover {
    text-decoration: none;
    color: transparent; }
  .header__logo-right {
    display: inline-block;
    color: #ffffff;
    position: relative;
    top: 3px;
    left: 10px;
    width: 50%; }
  .header__logo-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logoimage > img {
    width: 250px; }
  .header__ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0;
    /* position: relative;
    top: 7px; */
    justify-content: flex-end;
     }
  .header__li {
    list-style: none;
    padding: 0 10px;
    border-left: 1px solid #ffffff;
    line-height: 15px; }
    .header__li:first-child {
      border-left: none; }
    .header__li > a {
      font-size: 14px;
      color: #ffffff; }
      .header__li > a:hover {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.8; }

.hero {
  width: 100%;
  position: relative;
  padding-top: 90px; }
  .hero__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero__images-sp {
      display: none; }
    .hero__images-left1 {
      background-image: url(../image/hero-5.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25%; }
      .hero__images-left1::after {
        content: "";
        display: block;
        padding-top: 130%; }
    .hero__images-left2 {
      background-image: url(../image/hero-2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25%; }
      .hero__images-left2::after {
        content: "";
        display: block;
        padding-top: 130%; }
    .hero__images-right1 {
      background-image: url(../image/hero-3.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25%; }
      .hero__images-right1::after {
        content: "";
        display: block;
        padding-top: 130%; }
    .hero__images-right2 {
      background-image: url(../image/hero-6.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25%; }
      .hero__images-right2::after {
        content: "";
        display: block;
        padding-top: 130%; }
  .hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
    .hero__title-back {
      background-color: #ffffff;
      width: 1000px;
      height: 180px;
      opacity: 0.8;
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .hero__title-h1 {
      font-weight: bold;
      margin: 0;
      color: #0a3395; }
    .hero__title-h2 {
      font-weight: bold;
      margin: 0;
      color: #0a3395;
      text-align: left;
      line-height: 1.2; }
    .hero__title-span {
      font-size: 26px; }
    .hero__title-span02 {
      font-size: 18px; }

.main__text {
  text-align: center;
  padding-top: 50px; }
  .main__text > p {
    font-size: 14px;
    margin: 0; }

.main__btn {
  padding: 30px 0 70px 0; }

.main__btn2 {
  padding: 170px 0 100px 0; }

.house__main {
  padding-bottom: 100px;
  padding-top: 90px;
  margin-top: -90px; }

.house__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 70px; }
  .house__inner-txt {
    width: 920px;
    margin: 0 auto 70px;
    text-align: left;
    font-size: 16px; }
    .house__inner-txt > p {
      margin: 0;
      line-height: 1.7;
      letter-spacing: 1.5px; }

.house__title {
  background-color: #323232;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1.5px; }

.house__image {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px; }

.house__text {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  width: 70%;
  text-align: left; }
  .house__text-span {
    letter-spacing: 1.5px; }
  .house__text > p {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0; }
    .house__text > p > img {
      position: relative;
      top: -7px;
      left: -5px; }
  .house__text-2 {
    text-align: center;
    padding: 40px 0; }
    .house__text-2 > p {
      position: relative;
      width: 400px;
      margin: 0 auto; }
      .house__text-2 > p > img {
        position: relative;
        top: -6px;
        left: -5px; }
  .house__text-3 {
    text-align: center;
    padding: 40px 0; }
    .house__text-3 > p {
      position: relative;
      width: 400px;
      margin: 0 auto; }
      .house__text-3 > p > img {
        position: relative;
        top: -7px;
        left: -5px; }

.online {
  padding-top: 90px;
  margin-top: -90px; }
  .online-br2 {
    display: none; }
  .online__title {
    width: 100%;
    height: 100px;
    background-color: #0a3395;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    line-height: 100px; }
  .online__info {
    width: 50%;
    margin-left: auto;
    margin-right: 390px;
    margin-bottom: 100px;
    text-align: left; }
    .online__info > p {
      margin: 0;
      font-size: 14px;
      letter-spacing: 1.5px; }
  .online__h1 {
    margin: 0;
    padding: 70px 0;
    font-size: 26px;
    font-weight: normal; }
  .online__p {
    margin: 0;
    padding: 40px 0;
    letter-spacing: 1.5px; }
  .online__wrapper {
    text-align: center; }
  .online__inner {
    width: 60%;
    margin: 0 auto;
    max-width: 1200px; }
  .online__container {
    background-image: url(../image/haikei.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2200px;
    overflow: hidden;
    position: relative;
    z-index: -1; }
    .online__container-title > h2 {
      color: #0a339c;
      font-size: 20px;
      position: relative;
      text-align: center;
      padding: 60px 40px; }
      .online__container-title > h2::before {
        content: "";
        position: absolute;
        bottom: 38%;
        left: 50%;
        width: 50px;
        height: 1px;
        background-color: #0a339c;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .online__container-section-wrapper1 {
      margin: 0 auto;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 20px; }
    .online__container-section1 {
      background: #ffffff;
      width: 100%;
      max-width: 1200px;
      height: 600px;
      margin: 0 auto;
      position: relative; }
    .online__container-section2 {
      background: #ffffff;
      width: 49%;
      max-width: 1200px;
      height: 300px;
      position: relative; }
    .online__container-section3 {
      background: #ffffff;
      width: 49%;
      max-width: 1200px;
      height: 300px;
      position: relative; }
    .online__container-section4 {
      background: #ffffff;
      width: 100%;
      margin: 20px auto 0;
      max-width: 1200px;
      height: 300px;
      position: relative; }
    .online__container-section5 {
      background: #ffffff;
      width: 49%;
      max-width: 1200px;
      height: 390px;
      position: relative; }
    .online__container-section6 {
      background: #ffffff;
      width: 49%;
      max-width: 1200px;
      height: 390px;
      position: relative; }
    .online__container-des {
      width: 75%;
      position: absolute;
      left: 70px;
      top: 30px; }
      .online__container-des p {
        margin: 0;
        font-size: 16px; }
    .online__container-online1 {
      position: absolute;
      top: 58%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 750px; }
    .online__container-online2 {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 55%; }
    .online__container-online3 {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 35%; }
    .online__container-online4 {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 45%; }
    .online__container-online5 {
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 70%; }
    .online__container-online6 {
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 70%; }
    .online__container-online7 {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 60%; }
    .online__container-online8 {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 70%; }

.form {
  padding-top: 90px; }
  .form__title {
    background-color: #323232;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    width: 60%;
    margin: 0 auto; }
  .form__inner {
    width: 60%;
    margin: 0 auto;
    max-width: 1200px; }
  .form__main {
    padding-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form__left {
    background-image: url(../image/form-left.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%; }
    .form__left::after {
      content: "";
      display: block;
      padding-top: 40%; }
  .form__right {
    width: calc(50% - 60px);
    position: relative; }
  .form__text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .form__text > p {
      margin: 0;
      font-size: 14px; }
  .form__image {
    text-align: right; }
  .form__wrapper {
    padding-top: 70px;
    position: relative; }
    .form__wrapper div {
      padding-bottom: 20px; }
  .form__choice-image1 {
    position: absolute;
    top: 100px;
    left: 63%;
    width: 37%; }
  .form__choice-image2 {
    position: absolute;
    top: 147px;
    left: 63%;
    width: 37%; }
  .form__choice-image3 {
    position: absolute;
    top: 195px;
    left: 63%;
    width: 37%; }
  .form__name {
    width: 20%;
    margin: 0; }
  .form__select {
    height: 35px;
    width: 42%;
    background-image: url(../image/yajirushi.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 20px; }
  .form__input {
    height: 35px;
    width: 42%; }
  .form__textarea {
    height: 140px;
    width: 80%;
    float: right;
    position: relative;
    left: 5px; }
  .form__booking {
    margin-right: 30px; }

.footer {
  background-color: #0a3395;
  width: 100%;
  height: 370px;
  color: #ffffff;
  position: relative; }
  .footer__page {
    position: fixed;
    bottom: 0;
    right: 0; }
    .footer__page-sp-wrapper {
      display: none; }
  .footer__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    margin: 0 auto; }
    .footer__inner-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      bottom: 50px; }
  .footer__des-flex {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    top: 10px; }
  .footer__des-adress {
    font-size: 12px;
    margin-right: 40px; }
    .footer__des-adress:last-child {
      margin-right: 0; }
  .footer__company {
    text-align: left;
    font-size: 13px; }
  .footer__copyright {
    width: 400px;
    font-size: 12px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .footer__logoimages {
    display: inline-block; }

@media all and (-ms-high-contrast: none) {
  #global-container {
    overflow: hidden; }
  .footer__inner-flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .form__select {
    background-image: none;
    padding: 0; } }

@media (max-width: 1280px) {
  .mobile-menu__btn {
    display: block; }
    .mobile-menu__btn-back {
      display: block; }
  .btn__matchform {
    display: none; }
  .header__ul {
    display: none; }
  .header__right-a {
    display: none; }
  .hero__images-left1::after {
    padding-top: 140%; }
  .hero__images-left2::after {
    padding-top: 140%; }
  .hero__images-right1::after {
    padding-top: 140%; }
  .hero__images-right2::after {
    padding-top: 140%; }
  .online__info {
    width: 50%; }
  .online__container-online1 {
    width: 700px; }
  .form__name {
    font-size: 12px; }
  .footer__des-adress {
    margin-right: 20px; } }

@media (max-width: 1400px) {
  .header__li {
    padding: 0 3px; } }

@media (max-width: 1100px) {
  .footer {
    height: 600px; }
    .footer__page {
      display: none !important; }
      .footer__page-sp {
        display: block;
        position: fixed;
        z-index: 1;
        right: 0;
        bottom: 0;
        opacity: 0.6; }
        .footer__page-sp-wrapper {
          display: block; }
    .footer__inner-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__company {
      width: 400px;
      padding-top: 30px; }
    .footer__des-adress {
      width: 27%;
      margin-right: 0; }
    .footer__des-flex {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media (max-width: 1120px) {
  .header__li > a {
    font-size: 12px; } }

@media (max-width: 1050px) {
  .header__logo-right {
    font-size: 15px; }
  .house__inner-txt {
    width: 800px; }
  .hero__title-back {
    width: 90%;
    height: 260px; } }

@media (max-width: 960px) {
  .mobile-menu__btn {
    display: block; }
    .mobile-menu__btn-back {
      display: block; }
  .main__btn2 {
    padding: 250px 0 100px 0; }
  .header__ul {
    display: none; }
  .btn__matchform {
    display: none; }
  .hero__images {
    display: none; }
    .hero__images-sp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .hero__images-sp-left1 {
        width: 50%;
        background-image: url(../image/hero-5.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .hero__images-sp-left1::after {
          content: '';
          display: block;
          padding-top: 120%; }
      .hero__images-sp-right2 {
        background-image: url(../image/hero-6.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%; }
        .hero__images-sp-right2::after {
          content: '';
          display: block;
          padding-top: 130%; }
  .hero__title {
    text-align: left;
    width: 80%; }
    .hero__title-h1 {
      margin-bottom: 10px; }
    .hero__title-span {
      font-size: 23px; }
    .hero__title-span02 {
      font-size: 15px; }
  .house__inner {
    width: 100%; }
    .house__inner-txt {
      width: 90%; }
  .house__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .house__image {
    width: 85%; }
  .house__text {
    width: 80%; }
  .house__right {
    width: 90%; }
    .house__right-underimage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .house__right-image01 {
      margin-bottom: 10px;
      width: 80%;
      margin: 0 auto; }
    .house__right-image02 {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 20px; }
    .house__right-image03 {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 40px; }
  .house__left {
    width: 72%;
    position: relative;
    left: 8px; }
    .house__left-title {
      display: inline-block;
      padding-left: 13px; }
    .house__left-des {
      display: inline-block; }
  .online__info {
    width: 90%;
    margin: 0 auto 80px; }
  .online__inner {
    width: 100%; }
  .online__container {
    height: 3000px; }
    .online__container-section-wrapper1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 85%; }
    .online__container-section1 {
      width: 85%; }
      .online__container-section1-wrapper {
        width: 90%; }
    .online__container-section2 {
      width: 100%;
      margin-bottom: 20px; }
    .online__container-section3 {
      width: 100%; }
    .online__container-section4 {
      width: 85%; }
    .online__container-section5 {
      width: 100%;
      height: 300px; }
    .online__container-section6 {
      width: 100%;
      height: 300px;
      margin-top: 20px; }
    .online__container-online2 {
      width: 40%; }
    .online__container-online3 {
      width: 23%; }
    .online__container-online5 {
      width: 40%; }
    .online__container-online6 {
      width: 40%; }
    .online__container-online7 {
      width: 40%; }
    .online__container-online8 {
      width: 40%; }
  .form__title {
    width: 100%; }
  .form__inner {
    width: 90%; }
  .form__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px; }
  .form__left {
    width: 100%;
    margin-bottom: 50px; }
  .form__right {
    width: 100%; }
  .form__image {
    display: none; }
  .form__wrapper {
    padding-top: 40px; }
  .form__name {
    display: block;
    width: 50%; }
  .form__select {
    width: 100%; }
  .form__input {
    width: 100%; }
  .form__textarea {
    width: 100%;
    height: 200px;
    left: 0; }
  .form__choice-image1 {
    display: none; }
  .form__choice-image2 {
    display: none; }
  .form__choice-image3 {
    display: none; }
  .form__booking {
    margin-right: 60px; }
  .br {
    display: none; } }

@media (max-width: 880px) {
  .btn__matchform {
    display: none; } }

@media (max-width: 780px) {
  .main__text {
    width: 90%;
    margin: 0 auto; }
  .online__image-pc {
    width: 80%; }
  .online__container-online1 {
    width: 500px; }
  .online__p {
    width: 90%;
    margin: 0 auto;
    text-align: left; }
  .footer__btn-container {
    width: 100%;
    height: 80px; } }

@media (max-width: 750px) {
  .footer__inner-flex {
    bottom: 30px; }
  .footer__des-adress {
    width: 40%;
    margin-right: 0; } }

@media (max-width: 710px) {
  .hero__title-h2 {
    font-size: 17px; }
  .hero__images-left::after {
    padding-top: 100%; }
  .hero__images-right::after {
    padding-top: 100%; } }

@media (max-width: 665px) {
  .header__logo-right {
    font-size: 14px; } }

@media (max-width: 600px) {
  .header__logo-right {
    font-size: 14px;
    width: 200px; }
  .header__logoimage > img {
    width: 200px; }
  .hero__images-sp-left2::after {
    padding-top: 150%; }
  .hero__images-sp-right1::after {
    padding-top: 150%; }
  .house__text > p {
    font-size: 15px; }
  .house__text-2 > p {
    font-size: 15px; }
  .house__text-3 > p {
    font-size: 15px; }
  .form__name {
    display: block;
    width: 50%; }
  .form__select {
    width: 100%; }
  .form__input {
    width: 100%; }
  .form__textarea {
    width: 100%;
    height: 200px;
    left: 0; }
  .form__choice-image1 {
    display: none; }
  .form__choice-image2 {
    display: none; }
  .form__choice-image3 {
    display: none; }
  .main__btn2 {
    padding: 220px 0 100px 0; } }

@media (max-width: 480px) {
  .title-br {
    display: block; }
  .btn__matchform-4 {
    width: 360px; }
  .header__title {
    padding-top: 10px;
    padding-bottom: 5px; }
  .header__logo-right {
    display: block;
    font-size: 14px;
    padding-bottom: 13px;
    position: relative;
    top: 4px;
    left: 0; }
  .header__logo-left {
    display: block;
    width: 250px; }
  .header__logoimage > img {
    width: 70%; }
  .hero__images-right {
    display: none; }
  .hero__images-left {
    width: 100%; }
    .hero__images-left::after {
      padding-top: 80%; }
  .hero__title-back {
    width: 83%;
    height: 210px;
    top: 63%; }
  .hero__title-h1 {
    line-height: 1; }
  .hero__title-h2 {
    font-size: 14px;
    line-height: 1.6; }
  .hero__title-span {
    font-size: 19px; }
  .hero__title-span02 {
    font-size: 14px; }
  .house__main {
    padding-bottom: 80px; }
  .house__image > iframe {
    height: 250px; }
  .house__image > iframe {
    height: 250px !important; }
  .house__left {
    width: 90%; }
  .house__right-image01 {
    width: 100%; }
  .house__right-image02 {
    width: 100%; }
  .house__right-image03 {
    width: 100%; }
  .house__text {
    padding: 30px 0; }
    .house__text > p {
      font-size: 13px;
      width: 300px; }
      .house__text > p > img {
        top: -5px; }
  .house__text-2 > p {
    font-size: 13px;
    width: 300px; }
    .house__text-2 > p > img {
      top: -5px; }
  .house__text-3 > p {
    font-size: 13px;
    width: 300px; }
    .house__text-3 > p > img {
      top: -5px; }
  .online__h1 {
    padding: 40px 0; }
  .online__info {
    margin-bottom: 80px; }
  .online__p {
    width: 90%; }
  .online-br2 {
    display: block; }
  .online__container {
    height: 2800px; }
    .online__container-online1 {
      width: 310px;
      top: 70%; }
    .online__container-online2 {
      top: 65%;
      left: 50%;
      width: 60%; }
    .online__container-online3 {
      width: 40%; }
    .online__container-online4 {
      top: 70%;
      width: 80%; }
    .online__container-online5 {
      width: 70%; }
    .online__container-online6 {
      width: 70%; }
    .online__container-online7 {
      width: 70%; }
    .online__container-online8 {
      width: 70%; }
    .online__container-section1 {
      height: 350px; }
    .online__container-des p {
      font-size: 14px; }
  .footer {
    height: 650px; }
    .footer__company {
      width: 85%; }
    .footer__des-adress {
      margin-right: 20px; }
      .footer__des-flex .footer__des-adress:nth-child(2n) {
        margin-right: 0; }
    .footer__logoimages {
      width: 90%;
      margin: 0 auto; }
    .footer__copyright {
      font-size: 10px;
      width: 90%; } }

@media (max-width: 540px) {
  .header__title {
    font-size: 10px; } }

@media (max-width: 513px) {
  .main-br {
    display: none; }
  .main__text {
    text-align: left; } }

@media (max-width: 400px) {
  .online__h1 {
    font-size: 20px; } }

@media (max-width: 375px) {
  .footer {
    height: 650px; }
    .footer__company {
      width: 88%; } }

/*# sourceMappingURL=style.css.map */
