<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  width: 100%;
}

body {
  /* font-size: small; */
  /* font: x-small; */
  font-size: 13px;
  background-color: #fff;
  color: #333333;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}

footer {
  margin-top: 0!important;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

#wrap {
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}

h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: 0;
  border-color: orange;
}


/* main
-----------------------------------------------*/

#main {
  overflow: hidden;
  position: relative;
  max-height: 860px;
  height: 100vh;
  min-height: 600px;
}

#main .bgImg {
  position: absolute;
  width: 100%;
  height: 1760px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url("../images/bgi_main.jpg") bottom no-repeat;
  background-size: auto 100%;
  transform: translateY(900px);
  opacity: 0;
  transition: opacity .4s, transform 3.2s cubic-bezier(.210, .60, .350, 1);
}

#main.fade .bgImg {
  opacity: 1;
  transform: translateY(0);
}

#main .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 100px 40px 0;
}

#main .txt {
  display: inline-block;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.6s, transform 1.6s cubic-bezier(.210, .60, .350, 1);
  transition-delay: 3.2s;
}

#main.fade .txt {
  opacity: 1;
  transform: translateY(0px);
}
#main .logo{
  max-width: 200px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 2.6s, transform 2.6s cubic-bezier(.210, .60, .350, 1);
  transition-delay: 3.2s;
}
#main.fade .logo {
  opacity: 1;
  transform: translateY(0px);
}
#main .logo span{
  display: block;
  font-weight: bold;
  text-align: center;
  padding:5px 0 15px;
}
#main .txt p:first-child {
  font-size: 20px;
  letter-spacing: 0.6em;
}

#main .txt h1 {
  margin-top: 20px;
  font-size: 0;
}

#main .txt h1::before {
  content: "";
  display: block;
  width: 387px;
  height: 0;
  padding-top: 12%;
  background: url("../images/logo-main_01.svg") no-repeat center;
  background-size: 100%;
  margin: 0 auto;
}

#main .txt img {
  display: block;
  width: 183px;
  margin: 40px auto 0;
}

#main .txt p:last-child {
  font-size: 12px;
  margin: 18px 0 0 -0.2em;
  letter-spacing: 0.2em;
}

.footstepBox {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 1040px;
  color: #fff;
}
.footstepBox a,
.footstepBox a:visited {
  color: #fff !important;
}

@media screen and (max-width: 750px) {
  #main {
    max-height: none;
    height: 600px;
    min-height: 0;
  }
  #main .bgImg {
    height: 880px;
    background: url("../images/bgi_main_sp.jpg") bottom no-repeat;
    background-size: auto 100%;
    transform: translateY(280px);
  }
  #main .inner {
    padding: 130px 0 0;
    text-align: center;
  }
  #main .txt p:first-child {
    font-size: 14px;
  }
  #main .txt h1::before {
    width: 285px;
  }
  #main .txt img {
    width: 135px;
    margin: 30px auto 0;
  }
  #main .txt p:last-child {
    font-size: 8px;
    margin: 14px 0 0 -0.2em;
  }
  #main .logo{
    max-width: 150px;
    left: 0;
  }
  .footstepBox {
    padding: 10px;
  }
}


/* anchorLink
-----------------------------------------------*/

#anchorLink {
  margin: 35px 0 50px;
}

#anchorLink ul {
  text-align: center;
  font-size: 0;
}

#anchorLink li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 30px;
}

#anchorLink li a {
  color: #003459;
}

#anchorLink li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #003459;
  margin-top: 5px;
  transition: width .2s;
}

#anchorLink li a:hover::after {
  width: 100%;
}

.touchDevice #anchorLink li a:hover::after {
  width: 0;
}

@media screen and (max-width: 750px) {
  #anchorLink {
    margin: 25px 0 40px;
  }
  #anchorLink ul {
    text-align: left;
    max-width: 375px;
    margin: 0 auto;
  }
  #anchorLink li {
    width: 50%;
    margin: 25px 0 0;
  }
  #anchorLink li:nth-child(-n+2) {
    margin-top: 0;
  }
  #anchorLink li a {
    display: inline-block;
    position: relative;
    padding-left: 44px;
  }
  #anchorLink li a::after {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: 0;
    transform: translate(0%, -50%);
    transition: width 0s;
  }
  #anchorLink li a:hover::after {
    width: 16px !important;
  }
}


/* section
-----------------------------------------------*/

section {
  position: relative;
}

section .inner {
  max-width: 1040px;
  margin: 0 auto;
}

section .col::after {
  content: "";
  display: block;
  clear: both;
}

section h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  color: #003459;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

section h2.fade {
  opacity: 1;
  transform: translateY(0px);
}

section h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background: #003459;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  section h2 {
    font-size: 24px;
    margin-bottom: 40px;
    transform: translateY(15px);
  }
  section h2::after {
    width: 32px;
    height: 2px;
    margin-top: 10px;
  }
}


/* concept
-----------------------------------------------*/

#concept .inner {
  padding: 60px 0 40px;
}

#concept .imgRight .img {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

#concept .imgRight .img {
  position: relative;
}

#concept .imgRight .img::before {
  content: "";
  display: block;
  width: 300%;
  height: calc(100% + 228px);
  position: absolute;
  top: -114px;
  left: -140px;
  background: url("../images/bg_concept.jpg")no-repeat;
}

#concept .imgRight .img img {
  position: relative;
}

#concept .imgInner img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#concept .img.fade .imgInner img {
  opacity: 1;
  transform: translateY(0%);
}

#concept .imgRight .txt {
  z-index: 1;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 60px 0 80px;
  margin-top: -10px;
}

#concept .imgRight .txt h2 {
  position: absolute;
  top: 60px;
  left: -40px;
  transform: rotate( 90deg);
}

#concept .imgRight .txt h2::after {
  display: none;
}

#concept .imgCenter {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/bg-concept_02.png")no-repeat;
  padding: 120px 0 80px;
  margin-top: -60px;
}

#concept .imgCenter .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

#concept .imgCenter .inner .box {
  display: table;
  padding-bottom: 40px;
}

#concept .imgCenter .inner .box .ttl {
  display: table-cell;
  float: left;
  width: 180px;
  height: 180px;
  border: #003459 solid 2px;
  text-align: center;
  margin-right: 50px;
}

#concept .imgCenter .inner .box .ttl p {
  display: inline-block;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  text-align: left;
  padding-top: 25px;
  color: #003459;
}

#concept .imgCenter .inner .box table {
  border-collapse: separate;
  border-spacing: 30px 0px;
  text-align: center;
}

#concept .imgCenter .inner .box th, #concept .imgCenter .inner .box td {
  min-width: 220px;
  font-weight: bold;
}

#concept .imgCenter .inner .box th {
  background: #8e8e8f;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

#concept .imgCenter .inner .box th:first-child {
  background: #6ca5d9;
}

#concept .imgCenter .inner .box th:last-child {
  background: #b2d07c;
}

#concept .imgCenter .inner .box th span {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}

#concept .imgCenter .inner .box td {
  font-size: 16px;
  line-height: 1.75;
  vertical-align: top;
  padding: 20px 0;
}

#concept .imgCenter .img {
  text-align: right;
  margin-bottom: 10px;
}

#concept .imgCenter .imgInner {
  margin-right: -80px;
}

#concept .txt h3 {
  font-size: 36px;
  line-height: 1.556;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#concept .txt.fade h3 {
  opacity: 1;
  transform: translateY(0px);
}

#concept .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s 1s, transform 1.5s 1s ease-out;
}

#concept .txt.fade p {
  opacity: 1;
  transform: translateY(0px);
}

#concept .gridplan {
  margin: 40px -40px 0;
  padding-bottom: 150px;
  position: relative;
}

#concept .gridplan .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, 0%);
}

#concept .gridplan .txtInner {
  width: 50%;
  background: #f0f0f0;
  position: relative;
  box-sizing: border-box;
  padding: 50px 60px 50px 0;
}

#concept .gridplan .txtInner::before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f0f0;
  transform: translate(-100%, 0%);
}

#concept .gridplan .txtInner h3 {
  font-size: 26px;
  line-height: 1.84;
  font-weight: normal;
  letter-spacing: 0.01em;
}

#concept .gridplan .txtInner p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
  letter-spacing: 0.01em;
}

#concept .gridplan .movie video {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1300px) {
  #concept .inner {
    padding: 60px 40px 40px;
    max-width: 900px;
    margin: 0 auto;
  }
  #concept .imgCenter {
    width: 100%;
    position: relative;
    left: 0;
    transform: translateX(0);
    background: url(../images/bg-concept_02.png)no-repeat;
    padding: 120px 0 80px;
    margin-top: -60px;
  }
  #concept .imgCenter .inner {
    max-width: 900px;
  }
  #concept .imgCenter .imgInner {
    margin-right: 0;
  }
  #concept .imgCenter .inner .box .ttl {
    display: table-cell;
    float: left;
    width: 150px;
    height: 150px;
    border: #003459 solid 2px;
    text-align: center;
    margin-right: 20px;
  }
  #concept .imgCenter .inner .box table {
    border-collapse: separate;
    border-spacing: 15px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  #concept .imgLeft {
    margin-top: 120px;
  }
  #concept .imgRight .txt, #concept .imgLeft .img {
    float: none;
    width: 100%;
  }
  #concept .imgRight .img, #concept .imgLeft .txt {
    float: none;
    width: 100%;
  }
  #concept .imgRight .txt {
    margin-bottom: 160px;
  }
  #concept .imgLeft .txt {
    margin-bottom: 40px;
  }
  #concept .imgInner img {
    width: 100%;
  }
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  #concept .imgRight {
    display: flex;
  }
  #concept .imgRight .txt {
    width: 50%;
    padding: 0 0 0 60px;
  }
  #concept .imgRight .img {
    width: 50%;
  }
  .scene {
    left: 40%;
  }
  #feature .txt {
    margin: -170px auto 100px !important;
  }
}

@media screen and (max-width: 750px) {
  #concept {
    padding: 0 16px;
  }
  #concept .inner {
    padding: 0;
  }
  #concept .txt.fade h3 {
    margin: 0;
  }
  #concept .imgRight .txt {
    padding: 20px 0 0 60px;
    margin-bottom: 45px;
  }
  #concept .imgRight .txt::before {
    position: absolute;
    content: "";
    display: block;
    width: 200px;
    height: 250px;
    top: -30px;
    right: -60px;
    background: url(../images/bg_concept_sp.png)no-repeat;
    background-size: contain;
  }
  #concept .imgRight .img::before {
    display: none;
  }
  #concept .imgRight .txt h2 {
    left: -30px;
    transform: rotate(90deg);
  }
  #concept .txt h3 {
    font-size: 21px;
    line-height: 1.71;
    transform: translateY(15px);
  }
  #concept .txt p {
    font-size: 13px;
    line-height: 1.84;
    margin-top: 15px;
    transform: translateY(15px);
  }
  #concept .imgCenter {
    width: 100%;
    padding: 120px 0 80px;
    margin-top: -30px;
  }
  #concept .imgCenter .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  #concept .imgCenter .imgInner {
    margin-right: -0;
  }
  #concept .imgCenter .inner .box {
    display: block;
    padding-bottom: 40px;
  }
  #concept .imgCenter .inner .box .ttl {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: #003459 solid 2px;
    text-align: center;
    margin-right: 0;
    margin-top: -210px;
    margin-bottom: 160px;
    background: #fff;
  }
  #concept .imgCenter .inner .box .ttl p {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
  }
  #concept .imgCenter .inner .box .ttl p br {
    display: none;
  }
  #concept .imgCenter .inner .box table {
    border-collapse: separate;
    border-spacing: 10px 0px;
    text-align: center;
    width: 100%;
  }
  #concept .imgCenter .inner .box th, #concept .imgCenter .inner .box td {
    min-width: initial;
    width: 33%;
    vertical-align: top;
  }
  #concept .imgCenter .inner .box th {
    font-size: 12px;
    padding: 15px;
  }
  #concept .imgCenter .inner .box td br {
    display: none;
  }
  #concept .imgCenter .inner .box td {
    font-size: 13px;
    vertical-align: top;
    padding: 15px 0;
  }
}


/* scene
-----------------------------------------------*/

.scene {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0f0;
  padding: 10px 0;
  margin-top: -70px;
}

.scene.white {
  background: #fff;
  margin-top: -50px;
}

.scene .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 15px 0!important;
}

.scene .inner h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.scene .inner h2::after {
  display: none;
}

.scene .inner ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

.scene .inner ul.fade {
  opacity: 1;
  transform: translateY(0px);
}

.scene .inner li {
  position: relative;
  display: table-cell;
  width: 33%;
  max-width: 320px;
  box-sizing: border-box;
  line-height: 1.714;
}

.scene .inner li span {
  position: absolute;
  color: #fff;
  background: #003459;
  top: 0;
  left: 0;
  padding: 7px 10px;
  min-width: 160px;
}

.scene.white .inner li span {
  display: block;
  color: #003459;
  position: static;
  background: #fff;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.scene .inner li p {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.714;
}

@media screen and (max-width: 1300px) {
  .scene .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 0!important;
  }
}

@media screen and (max-width: 750px) {
  .scene .inner {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 15px 16px!important;
  }
  .scene .inner h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .scene .inner h2::after {
    display: none;
  }
  .scene .inner ul {
    display: block;
    width: 320px;
    margin: 0 auto;
  }
  .scene .inner li {
    position: relative;
    display: block;
    width: 100%;
    max-width: initial;
    box-sizing: border-box;
  }
  .scene .inner li span {
    min-width: 160px;
    text-align: left;
  }
  .scene.white .inner li {
    padding-bottom: 20px;
  }
  .scene.white .inner li span {
    display: block;
    color: #003459;
    position: static;
    background: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .scene .inner li p {
    padding: 5px 0 20px;
    font-size: 14px;
    line-height: 1.714;
    text-align: center;
  }
}


/* feature
-----------------------------------------------*/

#feature {
  padding: 0 40px;
  position: relative;
}

#feature .map {
  max-width: 1200px;
  margin: 0 auto;
}

#feature .inner&gt;p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

#feature .map {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#feature.fade .map {
  opacity: 1;
  transform: translateY(0px);
}

#feature .map ul li {
  position: absolute;
  transform: translate(-50%, -44%);
  opacity: 1;
  transition: opacity .8s cubic-bezier(.210, .60, .350, 1), transform .8s cubic-bezier(.210, .60, .350, 1);
}

#feature .map.fade ul li {
  transform: translate(-50%, -50%);
  opacity: 1;
}

#feature .map ul li.feature1 {
  left: 29.5%;
  top: 11.93%;
}

#feature .map ul li.feature2 {
  left: 46.3%;
  top: 12.39%;
}

#feature .map ul li.feature3 {
  left: 59.5%;
  top: 18.04%;
}

#feature .map ul li.feature4 {
  left: 73.1%;
  top: 42.51%;
}

#feature .map ul li.feature5 {
  left: 54.9%;
  top: 52.91%;
}

#feature .map ul li.noClick {
  pointer-events: none;
}

#feature .map ul li a {
  position: relative;
  display: table;
  height: 30px;
  background: #00afdd;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 5px 25px;
  cursor: pointer;
  transform: scale(1);
  transition: background .2s cubic-bezier(.210, .60, .350, 1);
}

#feature .map ul li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #1d95d8;
}

#feature .map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-right: 20px solid #00afdd;
}

#feature .map ul li a:hover::before {
  border-right: 20px solid #1d95d8;
}

#feature .map ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}

#feature .txt {
  max-width: 1040px;
  margin: -290px auto 100px;
  position: relative;
  padding-left: 150px;
}

#feature .txt h2 {
  position: absolute;
  top: 75px;
  left: 25px;
  transform: rotate( 90deg);
}

#feature .txt h2::after {
  display: none;
}

#feature .txt h3 {
  font-size: 36px;
  line-height: 1.556;
  font-weight: normal;
  letter-spacing: 0.01em;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#feature .txt p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
  letter-spacing: 0.01em;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 1.5s 1s, transform 1.5s 1s ease-out;
}

@media screen and (max-width: 1300px) {
  #feature .txt {
    margin: -250px auto 100px;
    padding-left: 100px;
  }
  #feature .txt h2 {
    left: -20px;
  }
}

@media screen and (max-width: 750px) {
  #feature {
    padding: 0 16px 60px;
  }
  #feature .txt {
    width: 100%;
    max-width: initial;
    padding: 20px 0 0 60px;
    margin-bottom: 245px;
    top: -120px;
  }
  #feature .txt h3 {
    font-size: 21px;
    line-height: 1.71;
    transform: translateY(15px);
  }
  #feature .txt p {
    font-size: 13px;
    line-height: 1.84;
    margin-top: 15px;
    transform: translateY(15px);
  }
  #feature .txt h2 {
    top: 75px;
    left: -30px;
  }
  #feature .map {
    width: 150vw;
    top: 170px;
    left: -20px;
    margin-left: -32vw;
    margin-top: 70px;
  }
  #feature .inner&gt;p {
    font-size: 18px;
    margin-top: 20px;
  }
  #feature .map ul li {
    transform: translate(-50%, -100%);
  }
  #feature .map.fade ul li {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  #feature .map ul li.feature1 {
    left: 29.5%;
    top: 34.93%;
  }
  #feature .map ul li.feature2 {
    left: 46.3%;
    top: 10.39%;
  }
  #feature .map ul li.feature3 {
    left: 68.5%;
    top: 21.04%;
  }
  #feature .map ul li.feature4 {
    left: 73.1%;
    top: 44.51%;
  }
  #feature .map ul li.feature5 {
    left: 54.9%;
    top: 54.91%;
  }
  #feature .map ul li a {
    font-size: 12px;
  }
  #feature .map ul li.feature1 a::before {
    top: -12px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 10px solid #00afdd;
  }
  #feature .map ul li.feature3 a::before {
    left: 24px;
    top: 30px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 10px solid #00afdd;
  }
  #feature .map ul li a::before {
    top: 30px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 10px solid #00afdd;
  }
  #feature .map ul li.lineup a::before {
    top: -15px;
    transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
  }
}


/* modal */

#feature_modal {
  height: 0;
}

.modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.modal .modalInner {
  position: relative;
  z-index: 11;
  max-width: 600px;
  box-sizing: padding-box;
  margin: 0 auto;
}

.modal .modalBox {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.modal .modalBox .over {
  position: relative;
  max-width: 900px;
}

.modal .modalBox img {
  width: 100%;
  height: auto;
}

.modal .modalBox .modalClose {
  position: absolute;
  right: -50px;
  top: -13px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  ppacity: 1 !important;
}

.modal .modalBox .modalClose::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(-45deg);
}

.modal .modalBox .modalClose::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}

.modal.min {
  overflow-y: scroll;
}

.modal .modalInner {
  max-width: 900px;
  margin: 0 auto;
  display: table;
  height: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal .modalBox .img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modal .modalBox .modalClose {
    right: -5px;
    top: -30px;
    width: 30px;
    height: 30px;
  }
  .modal .modalBox .modalClose::before {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .modalClose::after {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .over {
    max-width: calc(100vw - 40px);
  }
  .modal .modalBox .over::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 27px;
    height: 32px;
    background-image: url("../images/icon_pinch_01.svg");
  }
}


/* bnr
-----------------------------------------------*/

#bnr {
  background: #001a2c;
  padding: 80px 40px;
}

#bnr .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#bnr ul {
  margin-right: -5.33%;
}

#bnr ul::after {
  content: "";
  display: block;
  clear: both;
}

#bnr li {
  float: left;
  width: 25%;
}

#bnr li a {
  display: block;
  margin-right: 20.25%;
  position: relative;
}

#bnr li a img {
  display: block;
  vertical-align: top;
}

#bnr li span {
  display: block;
  background: #00afdd;
  color: #fff;
  font-size: 16px;
  line-height: 3em;
  margin-top: -1px;
  font-weight: bold;
  text-align: center;
}

#bnr li span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -0.1em;
  margin-left: 0.3em;
  transform: rotate(45deg);
}

#bnr li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0;
  transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}

#bnr li a:hover::after {
  opacity: 0.2;
}

.touchDevice #bnr li a:hover::after {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  #bnr li a {
    margin-right: 12%;
  }
  #bnr li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  #bnr .inner {
    max-width: 544px;
  }
  #bnr ul {
    margin-right: -40px;
  }
  #bnr li {
    width: 50%;
    margin-top: 40px;
  }
  #bnr li:nth-child(-n+2) {
    margin-top: 0;
  }
  #bnr li a {
    margin-right: 40px;
  }
  #bnr li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  #bnr {
    padding: 40px 16px;
  }
  #bnr .inner {
    max-width: 343px;
  }
  #bnr ul {
    margin-right: -20px;
  }
  #bnr li {
    margin-top: 20px;
  }
  #bnr li a {
    margin-right: 20px;
  }
  #bnr li a img {
    width: 100%;
  }
  #bnr li span {
    font-size: 10px;
  }
  #bnr li span::after {
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}


/* チャットアイコン
=========================================================================*/

#chatplusview #eye_catcher {
  width: 112px;
  height: 96px;
  box-sizing: border-box;
  padding-top: 18px;
  right: 12px !important;
  background: #001a2c;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0, 26, 51, 0.05);
  transition: background .2s cubic-bezier(.210, .60, .350, 1);
}

#chatplusview #eye_catcher:hover {
  background: #00afdd;
}

#chatplusview #eye_catcher::before {
  content: "";
  display: block;
  width: 43px;
  height: 37px;
  background: url("/common/images/ms/ico-chat.svg") no-repeat center;
  background-size: 100%;
  margin: 0 auto 12px;
}

#chatplusview #eye_catcher::after {
  content: "チャットで質問" !important;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

#chatplusview #eye_catcher img {
  display: none;
}

@media screen and (max-width: 740px) {
  #chatplusview #eye_catcher {
    width: 85px;
    height: 72px;
    padding-top: 14px;
    right: 7px !important;
    border-radius: 6px;
  }
  #chatplusview #eye_catcher::before {
    width: 32px;
    height: 27.5349px;
    background-size: 100%;
    margin: 0 auto 8px;
  }
  #chatplusview #eye_catcher::after {
    font-size: 10px;
  }
}


/* view
-----------------------------------------------*/

#view h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #e3e9f1 1px solid;
}

#view h2::after {
  display: none;
}

#view .inner {
  max-width: 1040px;
  margin: 0 auto;
}

#view iframe {
  display: block;
  margin: 0 auto;
  width: 1040px;
  height: 480px;
}

#view ul {
  min-width: 470px;
  display: table;
  margin: 0 auto;
}

#view ul li {
  float: left;
  display: table-cell;
  width: 25%;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #003459;
  padding: 0 30px 5px;
}

#view ul li.current a {
  padding-top: 30px;
  border-bottom: #003459 solid 3px;
}

#view .bnr {
  position: relative;
  max-width: 750px;
  background: #00afdd;
  color: #fff;
  margin: 0 auto;
  padding: 35px;
  text-align: center;
}

#view .bnr a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#view .bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#view .bnr::after {
  content: "";
  position: absolute;
  width: 133px;
  height: 162px;
  top: 50%;
  right: 5.33%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../images/img_360view01.png")
}

#view .bnr h3 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
}

#view .bnr h3::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 7px;
}

#view .bnr p {
  font-size: 16px;
}

@media screen and (max-width: 1300px) {
  #view .inner {
    max-width: 900px;
    margin: 0 auto;
  }
  #view .bnr {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 900px) {
  #view .ul li {
    width: 50%;
  }
  #view ul li:nth-child(2n) {
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  #view ul {
    width: 100%;
    min-width: initial;
    display: table;
    margin: 0 auto;
  }
  #view ul li {
    float: left;
    display: table-cell;
    width: 25%;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #003459;
    padding: 0 0 5px;
  }
  #view .inner {
    padding: 0 16px;
  }
  #view iframe {
    height: 250px;
  }
  #view iframe {
    margin: 30px auto 0;
  }
  #view img {
    margin-left: -16px;
    max-width: 100vw;
    /* text-align: center; */
  }
  #view .bnr {
    width: 100%;
    max-width: initial;
    margin: 40px auto 0;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
  }
  #view .bnr::after {
    width: 80px;
    height: 98px;
    right: 0.33%;
    background-size: contain;
  }
  #view .bnr h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #view .bnr p {
    font-size: 10px;
  }
  #view .bnr h3::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 5px;
  }
}


/* plan
-----------------------------------------------*/

#plan {
  max-width: 1040px;
  margin: 0 auto;
}

#plan h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #e3e9f1 1px solid;
}

#plan h2::after {
  display: none;
}

#plan p {
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#plan.fade p {
  opacity: 1;
  transform: translateY(0px);
}

#plan .box {
  border: #e3e9f1 solid 1px;
  margin: 20px auto 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#plan.fade .box {
  opacity: 1;
  transform: translateY(0px);
}

#plan .box h3 {
  background: #f0f0f0;
  font-weight: 100;
  font-size: 26px;
  padding: 15px 0;
  max-height: 85px;
  box-sizing: border-box;
}

#plan .box h3 span {
  line-height: 0.8;
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  font-size: 30px;
  padding: 30px 20px 30px 40px;
}

#plan .box ul {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#plan .box li {
  display: table-cell;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0;
}

#plan .box h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.714;
}

#plan .box h4 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

#plan .box li a {
  text-decoration: underline;
}

#plan ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 10px auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#plan.fade ul {
  opacity: 1;
  transform: translateY(0px);
}

#plan li {
  display: table-cell;
  width: 33%;
  max-width: 320px;
  box-sizing: border-box;
}

#plan p span {
  margin: 40px auto 20px;
  display: block;
  color: #003459;
  font-size: 20px;
  font-weight: bold;
}

.sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  #plan {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  #plan {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 16px;
  }
  #plan p {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #plan .box:first-child {
    margin: 10px auto 0;
  }
  #plan .box {
    margin: 0 auto;
  }
  #plan .box h4 span {
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
  .region_tab_link a h3:before {
    position: absolute;
    top: 13px;
    right: 10px;
    content: "＋";
    font-size: 1.1rem;
    color: #9d9fae;
  }
  #plan .box h3 {
    background: #f0f0f0;
    font-weight: 100;
    font-size: 18px;
    padding: 15px 0;
    max-height: 85px;
    box-sizing: border-box;
  }
  #plan .box .ttl {
    position: relative;
  }
  #plan .box .ttl::before {
    content: "";
    position: absolute;
    right: 39px;
    top: 50%;
    width: 2px;
    height: 20px;
    background: #333;
    margin-top: -9px;
    opacity: 1;
  }
  #plan .box .ttl::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #333;
  }
  #plan .box .ttl.active::after {
    opacity: 0;
  }
  #plan .box .ttl::before, #plan .box .ttl::after {
    transition: transform 0.35s, opacity 0.35s;
  }
  #plan .box .ttl.active::before, #plan .box .ttl.active::after {
    transform: rotate(90deg);
  }
  #plan .box .txt {
    display: none;
  }
  #plan .box .txt .inner {
    padding: 0 15px;
  }
  #plan .box h3 span {
    line-height: 0.8;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 20px;
    padding: 20px;
  }
  #plan .box li {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0;
  }
  .region_tab_box {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  #plan ul {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin: 10px auto;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s, transform 1.5s ease-out;
  }
  #plan li {
    display: block;
    width: 100%;
    max-width: initial;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
  }
  #plan p:last-of-type {
    text-align: center;
    font-size: 14px;
  }
}


/* guideBox */

#guideBox {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F8F7F4;
  padding: 40px 0;
}

#guideBox ul.productLink {
  overflow: hidden;
  margin-bottom: 40px;
}

#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
}

#guideBox ul.productLink li.link4 {
  margin-right: 0px;
}

#guideBox ul.productLink li {
  float: left;
  width: 235px;
  margin-right: 20px;
  text-align: center;
}

#guideBox ul.productLink li .img {
  width: 128px;
  margin: 0 auto 15px auto;
}

#guideBox ul.productLink li .img img {
  width: 100%;
  height: auto;
}

#guideBox ul.productLink li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  color: #005C94;
}

#guideBox ul.productLink li a:hover {
  text-decoration: none;
  color: #337DA9;
}

#guideBox ul.productLink li h4 {
  font-size: 18px;
}

#guideBox ul.productLink li h4 i {
  margin-right: 5px;
  font-size: 22px;
}

#guideBox ul.productLink li p {
  text-align: left;
  font-size: 13px;
  line-height: 1.5em;
}

#guideBox .productNote {
  border: 2px solid #EDECEA;
  background-color: #fff;
  padding: 28px 28px 8px 28px;
}

#guideBox .productNote h4 {
  color: #005C94;
  font-size: 18px;
  margin-bottom: 5px;
}

#guideBox .productNote ul {
  margin-bottom: 20px;
}

#guideBox .productNote ul li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 1300px) {
  #guideBox .inner, #relationBox .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
  }
  #guideBox ul.productLink li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: center;
    margin-right: 0;
  }
}

@media screen and (max-width: 740px) {
  #guideBox ul.productLink {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #guideBox ul.productLink li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  #guideBox ul.productLink li:nth-child(2n) {
    margin-left: 3%;
  }
  #guideBox ul.productLink li .img {
    text-align: center;
    width: auto;
  }
  #guideBox ul.productLink li .img img {
    max-width: 128px;
  }
  #guideBox ul.productLink li h4 {
    font-size: 15px;
  }
  #guideBox ul.productLink li h4 i {
    font-size: 18px;
  }
  #guideBox ul.productLink li p {
    font-size: 12px;
  }
  #guideBox .productNote {
    padding: 18px 18px 4px;
  }
  #guideBox .productNote h4 {
    font-size: 15px;
  }
  #guideBox .productNote ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 540px) {
  #guideBox ul.productLink {
    margin-bottom: 10px;
  }
  #guideBox ul.productLink li {
    width: 47%;
  }
  #guideBox ul.productLink li:nth-child(2n) {
    margin-left: 6%;
  }
  #guideBox ul.productLink li .img img {
    max-width: 90px;
  }
}


/* 共通 */

.layout {
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0;
}

.ttlBox {
  text-align: center;
}

.ttlBox h3 {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 50px;
}

.ttlBox h3 strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

.ttlBox p {
  font-size: 17px;
  line-height: 1.4em;
}

@media screen and (max-width: 740px) {
  /* 共通 */
  .layout {
    min-width: 320px;
  }
  .inner {
    padding: 30px 15px;
    width: auto;
  }
  .ttlBox h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}


/* relationBox */

#relationBox h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

#relationBox h4 .sp {
  display: none;
}

#relationBox ul {
  overflow: hidden;
}

#relationBox ul li {
  float: left;
  width: 235px;
  margin-right: 20px;
}

#relationBox ul li.link4 {
  margin-right: 0px;
}

#relationBox ul li a {
  display: block;
  color: #005C94;
  font-size: 14px;
  font-weight: bold;
}

#relationBox ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

#relationBox ul li .photo {
  border: 2px solid #EEEDEB;
  margin-bottom: 8px;
}

#relationBox ul li i {
  font-size: 18px;
  margin-right: 5px;
}

@media screen and (max-width: 1300px) {
  #relationBox ul {
    width: 100%;
    overflow: hidden;
  }
  #relationBox ul li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    margin-right: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 740px) {
  #relationBox h4 {
    font-size: 15px;
  }
  #relationBox ul {
    font-size: 0;
    text-align: center;
  }
  #relationBox ul li {
    float: none;
    display: inline-block;
    width: 48.5%;
    max-width: 235px;
    margin-right: 0px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: left;
  }
  #relationBox ul li:nth-child(2n) {
    margin-left: 3%;
  }
  #relationBox ul li a {
    font-size: 12px;
  }
  #relationBox ul li .photo img {
    width: 100%;
    height: auto;
  }
  #relationBox ul li i {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  #relationBox h4 .sp {
    display: inline;
  }
}


/* spec
-----------------------------------------------*/

#spec {
  max-width: 1040px;
  margin: 50px auto 100px;
}
#spec td a{
  text-decoration: underline;
}
#spec h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #e3e9f1 1px solid;
}

#spec h2::after {
  display: none;
}

#spec table {
  width: 100%;
  color: #003459;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#spec.fade table {
  opacity: 1;
  transform: translateY(0px);
}

#spec table tr th, #spec table tr td {
  border: solid #b2c2cd 1px;
  padding: 20px;
}

#spec table tr th {
  font-weight: normal;
  background: #e3e9f1;
}

#spec table tr:first-child th {
  border-color: #fff;
  text-align: center;
  background: #003459;
  color: #fff;
}

#spec table span {
  font-size: 10px;
}

#spec table .center {
  text-align: center;
}

@media screen and (max-width: 1300px) {
  #spec {
    max-width: 900px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 750px) {
  #spec {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
}


/* modelhouse
-----------------------------------------------*/

#modelhouse {
  max-width: 1040px;
  margin: 80px auto;
}

#modelhouse h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #e3e9f1 1px solid;
}

#modelhouse h2::after {
  display: none;
}

#modelhouse p {
  font-size: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#modelhouse.fade p {
  opacity: 1;
  transform: translateY(0px);
}

#modelhouse ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s, transform 1.5s ease-out;
}

#modelhouse.fade ul {
  opacity: 1;
  transform: translateY(0px);
}

#modelhouse li {
  display: table-cell;
  width: 50%;
  max-width: 502px;
  box-sizing: border-box;
}

#modelhouse li span {
  display: inline-block;
  background: #003459;
  color: #fff;
  padding: 5px 10px;
  min-width: 150px;
  margin-bottom: 20px;
}

#modelhouse li img {
  display: block;
}

@media screen and (max-width: 1300px) {
  #modelhouse {
    max-width: 900px;
    margin: 80px auto;
  }
  #modelhouse li {
    padding: 0 0 0 10px;
  }
  #modelhouse li:first-child {
    padding: 0 10px 0 0;
  }
  #msContact .inner {
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  #modelhouse {
    max-width: 100%;
    margin: 40px auto;
    padding: 0 16px;
  }
  #modelhouse p {
    font-size: 14px;
  }
  #modelhouse ul {
    display: block;
    width: 100%;
  }
  #modelhouse li {
    display: block;
    width: 100%;
    padding: 20px 0 40px;
  }
  #modelhouse li span {
    display: inline-block;
    background: #003459;
    color: #fff;
    padding: 5px 10px;
    min-width: 150px;
    margin-bottom: 10px;
  }
}


#vr{
	background: #f7f7f7;
}
#vr .inner &gt; p{
	font-size: 24px;
	text-align: center;
	margin-top: 60px;
	line-height: 1.8;
	font-weight: bold;
}
#vr .inner &gt; p br{
	display: none;
}
#vr iframe{
	border: none;
	width: 100%;
	height: 600px;
	margin-top: 40px;
}
#vr .box{
	max-width: 1320px;
	margin: 0 auto;
	font-size: 0;
}
#vr .box .col{
	display: inline-block;
	vertical-align: top;
	width: 30.304%;
	margin: 60px 4.544% 0 0;
}
#vr .box .col:nth-child(3n){
	margin-right: 0;
}
#vr .box .col .img a{
	display: block;
	position: relative;
}
#vr .box .col .img a::before{
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	width: 38px;
	height: 22px;
	background: url("../images/icon_vr_01.png");
	background-size: 100%;
}
#vr .box .col .txt{
	text-align: center;
	margin-top: 20px;
}
#vr .box .col .txt p{
	font-size: 16px;
	line-height: 1.8;
}
#vr .box .col .txt h3{
	font-size: 24px;
	margin-top: 8px;
}
#vr .box .col .txt .btn{
	position: relative;
	display: block;
	width: 200px;
	height: 50px;
	background: #0071bc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 16px 40px 0 20px;
	border-radius: 50px;
	text-align: left;
	margin: 15px auto 0;
}
#vr .box .col .txt .btn::before{
	content: "";
	width: 26px;
	height: 26px;
	background: #fff;
	position: absolute;
	right: 12px;
	top: 12px;
	border-radius: 100%;
}
#vr .box .col .txt .btn::after{
  content: "";
  display: block;
  position: absolute;
	border-top: solid 3px #0071bc;
	border-right: solid 3px #0071bc;
  top: 25px;
	right: 16px;
	width: 8px;
	height: 8px;
	transform: translate(-50%,-50%) rotate(45deg);
}
#vr .box .col .txt .btn:hover{
	text-decoration: none;
}
#vr .vrBnr{
	max-width: 980px;
	margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
#vr .inner &gt; p{
	font-size: 14px;
	margin-top: 40px;
}
#vr .inner &gt; p br{
	display: block;
}
#vr iframe{
	height: 250px;
	margin-top: 30px;
}
#vr .box .col{
	width: 48%;
	margin: 30px 4% 0 0 !important;
}
#vr .box .col:nth-child(2n){
	margin-right: 0 !important;
}
#vr .box .col .img a::before{
	left: 10px;
	top: 10px;
	width: 26px;
	height: 15px;
}
#vr .box .col .txt{
	margin-top: 10px;
}
#vr .box .col .txt p{
	font-size: 13px;
	text-align: left;
}
#vr .box .col .txt p br{
	display: none;
}
#vr .box .col .txt h3{
	font-size: 16px;
	margin-top: 5px;
}
#vr .box .col .txt .btn{
	width: 140px;
	height: 40px;
	font-size: 14px;
	padding: 12px 40px 0 20px;
	border-radius: 50px;
	margin: 10px auto 0;
}
#vr .box .col .txt .btn::before{
	right: 9px;
	top: 7px;
}
#vr .box .col .txt .btn::after{
  top: 20px;
	right: 13px;
}
#vr .vrBnr{
	margin: 40px auto 0;
}
}</pre></body></html>