@charset "UTF-8";
.pc {
  display: block;
}
@media (max-width: 430px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: block;
}
@media (min-width: 430px) {
  .sp {
    display: none !important;
  }
}

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

.wide {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.white {
  background-color: #fff !important;
}

.section_mv {
  position: relative;
  height: 100vh;
  background-image: url(./img/hero02.png);
  background-size: cover;
}
.section_mv a {
  position: absolute;
  width: 5%;
  height: 5%;
  top: 5%;
  left: 3%;
}
@media (max-width: 430px) {
  .section_mv a {
    width: 15% !important;
    left: 5%;
  }
}
@media (max-width: 1140px) {
  .section_mv a {
    width: 7%;
  }
}
.section_mv h1 {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  z-index: 2;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2px;
  top: 47%;
  transform: translate(-50%, -48%);
}
@media (max-width: 430px) {
  .section_mv h1 {
    font-size: 24px !important;
    width: 100%;
    font-weight: 600;
    line-height: normal;
  }
}
@media (max-width: 1140px) {
  .section_mv h1 {
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    line-height: normal;
  }
}
.section_mv h2 {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  z-index: 2;
  font-size: 30px;
  font-weight: 100;
  top: 57%;
  line-height: 40px;
  transform: translate(-50%, -52%);
}
@media (max-width: 430px) {
  .section_mv h2 {
    font-size: 14px !important;
    width: 100%;
    line-height: normal;
  }
}
@media (max-width: 1140px) {
  .section_mv h2 {
    font-size: 20px;
    width: 100%;
    font-weight: 200;
    line-height: normal;
  }
}

.logo {
  width: 100%;
}
.logo:hover {
  opacity: 0.5;
}

.section-pers {
  display: block;
  margin: 0 auto;
  background-image: url(/img/bg01.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-pers img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .section-pers img {
    width: 80%;
  }
}
@media (max-width: 1140px) {
  .section-pers img {
    width: 70%;
  }
}
.section-pers .pers {
  padding-top: 140px;
}
.section-pers .pers-img {
  display: block;
  width: 70%;
  padding-top: 120px;
}
.section-pers .main-text {
  margin-top: 60px;
  padding-bottom: 120px;
  width: 30%;
}
@media (min-width: 431px) and (max-width: 1139px) {
  .section-pers .main-text {
    width: 40%;
  }
}
@media (max-width: 430px) {
  .section-pers .main-text {
    width: 60%;
  }
}

.section_plan {
  margin: 80px auto;
  color: #1c4656;
}
@media (max-width: 430px) {
  .section_plan {
    padding: 0 20px;
    margin: 40px auto;
  }
}
@media (max-width: 1140px) {
  .section_plan {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_plan h3 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
  margin-top: 120px;
}
@media (max-width: 430px) {
  .section_plan h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (max-width: 430px) {
  .section_plan h3 {
    margin-top: 0;
  }
}
@media (max-width: 1140px) {
  .section_plan h3 {
    margin-top: 0;
  }
}
.section_plan .first_text {
  margin: 50px 0 160px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}
@media (max-width: 430px) {
  .section_plan .first_text {
    font-size: 16px;
    text-align: left;
    margin: 40px 0;
  }
}
@media (max-width: 1140px) {
  .section_plan .first_text {
    font-size: 16px;
    margin: 40px 0;
  }
}
.section_plan ol {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 160px;
}
@media (max-width: 430px) {
  .section_plan ol {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
  }
}
.section_plan li {
  list-style: none;
  width: 25%;
  border-left: 1px solid #1c4656;
}
@media (max-width: 430px) {
  .section_plan li {
    width: 49%;
  }
  .section_plan li:nth-child(2) {
    border-right: solid 1px #1c4656;
  }
}
.section_plan li:last-child {
  border-right: 1px solid #1c4656;
}
@media (max-width: 430px) {
  .section_plan .sp-top {
    margin-bottom: 40px;
  }
}
.section_plan .diamond {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #1c4656;
  transform: rotate(45deg);
  position: relative;
  color: #fff;
}
@media (max-width: 430px) {
  .section_plan .diamond {
    width: 50px;
    height: 50px;
  }
}
.section_plan .text_box {
  width: 20px;
  transform: rotate(-45deg);
  text-align: center;
  position: absolute;
  top: -27px;
  left: 11px;
}
@media (max-width: 430px) {
  .section_plan .text_box {
    top: -35px;
    left: 12px;
  }
}
.section_plan p {
  margin: 50px 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}
@media (max-width: 430px) {
  .section_plan p {
    font-size: 16px;
  }
}
.section_plan .d-num {
  font-size: 35px;
  margin: 47px 0;
}
@media (max-width: 430px) {
  .section_plan .d-num {
    font-size: 26px;
  }
}

/*slider-------------------------------------------------------------------------------------------------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  width: 60%;
}
@media (max-width: 430px) {
  .slider {
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 1139px) {
  .slider {
    width: 100% !important;
  }
}

.slick-list,
.slick-track {
  padding: 0 !important;
}

.slider-item01 {
  background: url(./img/real/n2fujii-125.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-item02 {
  background: url(./img/real/n2fujii-092.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-item03 {
  background: url(./img/real/n2fujii-093.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media (max-width: 430px) {
  .slider-item {
    width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 200px !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}
@media (min-width: 431px) and (max-width: 1139px) {
  .slider-item {
    height: 400px !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 5px;
  width: 5px;
}
@media (max-width: 430px) {
  .slick-prev,
  .slick-next {
    top: 30%;
    height: 1px;
    width: 1px;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
@media (max-width: 430px) {
  .slick-prev {
    left: 5.5%;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
@media (max-width: 430px) {
  .slick-next {
    right: 5.5%;
  }
}

.slider02 {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  width: 60%;
}
@media (max-width: 430px) {
  .slider02 {
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 1139px) {
  .slider02 {
    width: 100% !important;
  }
}

/*　背景画像設定　*/
.slider02-item01 {
  background: url(./img/real/n2fujii-145.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider02-item02 {
  background: url(./img/real/n2fujii-129.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider02-item03 {
  background: url(./img/real/n2fujii-063.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider02-item04 {
  background: url(./img/real/n2fujii-146.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider02-item05 {
  background: url(./img/real/n2fujii-147.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider02-item06 {
  background: url(./img/real/n2fujii-126.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-item02 {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media (max-width: 430px) {
  .slider-item02 {
    width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 200px !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}
@media (min-width: 431px) and (max-width: 1139px) {
  .slider-item02 {
    height: 400px !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  }
}

.section_image {
  color: #1c4656;
}
.section_image h3 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
  margin-bottom: 65px;
}
@media (max-width: 430px) {
  .section_image h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (max-width: 430px) {
  .section_image h3 {
    margin-bottom: 40px;
  }
}
.section_image .kitchen {
  margin: 0px 0 50px 0;
}
@media (max-width: 430px) {
  .section_image .kitchen {
    margin: 40px auto;
  }
}
@media (max-width: 1140px) {
  .section_image .kitchen {
    margin: 40px auto;
  }
}
.section_image ul {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .section_image ul {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px !important;
  }
}
@media (max-width: 1140px) {
  .section_image ul {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_image li {
  list-style: none;
  display: flex;
  height: 458px;
}
@media (max-width: 430px) {
  .section_image li {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 1140px) {
  .section_image li {
    display: block;
    height: unset;
  }
}
.section_image li .text_area {
  background-color: #1c4656;
  width: 40%;
  color: #fff;
  text-align: center;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 430px) {
  .section_image li .text_area {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media (max-width: 1140px) {
  .section_image li .text_area {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.section_image li img {
  width: 60%;
  height: 458px;
}
@media (max-width: 430px) {
  .section_image li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1140px) {
  .section_image li img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.section_image li h4 {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .section_image li h4 {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 15px;
  }
}
.section_image li p {
  font-size: 16px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  line-height: 27px;
}
@media (max-width: 430px) {
  .section_image li p {
    padding-top: 15px;
  }
}
.section_image li div {
  padding: 20px;
}
.section_image .reverse {
  flex-direction: row-reverse;
  margin: 80px 0 160px 0;
}
@media (max-width: 430px) {
  .section_image .reverse {
    margin: 0;
  }
}
@media (max-width: 1140px) {
  .section_image .reverse {
    display: block;
    box-sizing: border-box;
    height: unset;
  }
}
.section_image .kitchen-wrap {
  max-width: 1140px;
  display: block;
  margin: 0px auto 80px;
  color: #1c4656;
}
@media (max-width: 430px) {
  .section_image .kitchen-wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1140px) {
  .section_image .kitchen-wrap {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_image .kitchen-br01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 430px) {
  .section_image .kitchen-br01 {
    display: block;
  }
}
.section_image .kitchen-br01 img {
  width: 50%;
}
@media (max-width: 430px) {
  .section_image .kitchen-br01 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_image .kitchen-br01 h4 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .section_image .kitchen-br01 h4 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  .section_image .kitchen-br01 h4 {
    font-size: 24px;
  }
}
.section_image .kitchen-br01 p {
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}
@media (max-width: 430px) {
  .section_image .kitchen-br01 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  .section_image .kitchen-br01 p {
    font-size: 16px;
  }
}
.section_image .kitchen-br01 .kitchen-beside {
  width: 100%;
  margin-top: 40px;
}
.section_image .kitchen-text-wrap {
  width: 50%;
}
@media (max-width: 430px) {
  .section_image .kitchen-text-wrap {
    width: 100%;
  }
}

.bg-container {
  width: 100%;
}

.section_detail {
  color: #1c4656;
  display: block;
  margin: 0 auto;
  background-image: url(/img/bg01.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 430px) {
  .section_detail {
    margin-top: 40px;
  }
}
.section_detail iframe {
  display: block;
  margin: 0 auto 40px auto;
}
@media (max-width: 430px) {
  .section_detail iframe {
    height: 400px;
  }
}
.section_detail h3 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
  margin-bottom: 50px;
}
@media (max-width: 430px) {
  .section_detail h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
.section_detail ul {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .section_detail ul {
    padding: 0 20px;
  }
}
@media (max-width: 1140px) {
  .section_detail ul {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_detail li {
  list-style: none;
}
.section_detail_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 430px) {
  .section_detail_title {
    align-items: end;
    margin-bottom: 15px;
  }
}
.section_detail .number_block {
  display: flex;
  gap: 40px;
  align-items: baseline;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .section_detail .number_block {
    gap: 10px;
  }
}
.section_detail .number_block h5 {
  font-size: 60px;
  color: #1c4656;
  font-weight: 200;
}
@media (max-width: 430px) {
  .section_detail .number_block h5 {
    font-size: 26px;
  }
}
@media (max-width: 1140px) {
  .section_detail .number_block h5 {
    font-size: 40px;
  }
}
.section_detail .number_block h6 {
  font-size: 35px;
  color: #1c4656;
  font-weight: 200;
}
@media (max-width: 430px) {
  .section_detail .number_block h6 {
    font-size: 18px !important;
  }
}
@media (max-width: 1140px) {
  .section_detail .number_block h6 {
    font-size: 24px;
  }
}
.section_detail .point {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  gap: 15px;
}
.section_detail .point .circle {
  background-color: #dbdcdc;
  color: #1c4656;
  border: solid 3px #1c4656;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-grid;
  align-content: center;
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 430px) {
  .section_detail .point .circle {
    display: none;
  }
}
@media (max-width: 1140px) {
  .section_detail .point .circle {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.section_detail .point .circle-sp {
  display: none;
}
@media (max-width: 430px) {
  .section_detail .point .circle-sp {
    background-color: #fff;
    color: #1c4656;
    border: solid 2px #1c4656;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: inline-grid;
    align-content: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
  }
}
.section_detail .more-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  gap: 50px;
}
@media (max-width: 430px) {
  .section_detail .more-detail {
    display: block;
  }
}
@media (max-width: 1140px) {
  .section_detail .more-detail {
    gap: 20px;
  }
}
.section_detail .more-detail img {
  display: block;
  width: 50%;
}
@media (max-width: 430px) {
  .section_detail .more-detail img {
    width: 100%;
  }
}
.section_detail .more-detail .detail-block {
  width: 45%;
}
@media (max-width: 430px) {
  .section_detail .more-detail .detail-block {
    width: 100%;
  }
}
.section_detail .more-detail table {
  width: 100%;
  margin-top: 80px;
  font-size: 18px;
}
@media (max-width: 430px) {
  .section_detail .more-detail table {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 1140px) {
  .section_detail .more-detail table {
    margin-top: 20px;
  }
}
.section_detail .more-detail th {
  background-color: #1c4656;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 61%;
  font-weight: 400;
}
@media (max-width: 430px) {
  .section_detail .more-detail th {
    padding: 10px;
    width: 84%;
  }
}
.section_detail .more-detail td {
  background-color: #fff;
  color: #1c4656;
  width: 80%;
  font-weight: 500;
}
@media (max-width: 1140px) {
  .section_detail .more-detail td {
    width: 68%;
  }
}

.section_detail_title_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  border-top: solid 1px #1c4656;
}
@media (max-width: 430px) {
  .section_detail_title_02 {
    display: block;
  }
}
.section_detail_title_02 h5 {
  font-size: 60px;
  color: #1c4656;
  font-weight: 200;
  display: block;
  text-align: left;
}
@media (max-width: 430px) {
  .section_detail_title_02 h5 {
    font-size: 26px;
  }
}
@media (max-width: 1140px) {
  .section_detail_title_02 h5 {
    font-size: 40px;
  }
}

.kukaku {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .kukaku {
    font-size: 22px !important;
  }
}

.wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}
@media (max-width: 430px) {
  .wrap {
    gap: 10px;
  }
}
.wrap h6 {
  font-size: 30px;
}
@media (max-width: 430px) {
  .wrap h6 {
    font-size: 16px;
  }
}

.table_large_wrapper {
  width: 45%;
}
@media (max-width: 430px) {
  .table_large_wrapper {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .table_large_wrapper {
    width: 100%;
  }
}

.wrap h6:nth-child(odd) {
  background-color: #1c4656;
  color: #fff;
  padding: 10px 25px;
}
@media (max-width: 430px) {
  .wrap h6:nth-child(odd) {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}

.more-detail02 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 430px) {
  .more-detail02 {
    display: block;
  }
}
@media (max-width: 1140px) {
  .more-detail02 {
    display: block;
  }
}
.more-detail02 table {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 430px) {
  .more-detail02 table {
    font-size: 16px;
  }
}
.more-detail02 img {
  width: 50%;
}
@media (max-width: 430px) {
  .more-detail02 img {
    width: 100% !important;
  }
}
@media (max-width: 1140px) {
  .more-detail02 img {
    width: 65%;
    margin: 10px auto;
  }
}
.more-detail02 th {
  background-color: #1c4656;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 61%;
  font-weight: 400;
}
@media (max-width: 430px) {
  .more-detail02 th {
    padding: 10px;
    width: 80% !important;
  }
}
@media (max-width: 1140px) {
  .more-detail02 th {
    width: 72%;
  }
}
.more-detail02 td {
  background-color: #fff;
  color: #1c4656;
  width: 80%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 430px) {
  .more-detail02 td {
    width: 70%;
  }
}
.more-detail02 p {
  font-size: 14px;
  text-align: right;
  color: #1c4656;
  margin-top: 10px;
}
@media (max-width: 430px) {
  .more-detail02 p {
    text-align: left;
    line-height: normal;
  }
}

.table_wrapper:nth-child(even) {
  padding-top: 20px;
}

.table_text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 35px;
  color: #1c4656;
}
.table_text h6 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .table_text h6 {
    font-size: 22px !important;
    font-weight: 100;
  }
}
@media (max-width: 1140px) {
  .table_text h6 {
    font-size: 26px !important;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  border-top: solid 1px #1c4656;
  border-bottom: solid 1px #1c4656;
  padding: 80px 0;
}
@media (max-width: 430px) {
  .flex {
    display: block;
  }
}

.block {
  width: 45%;
}
@media (max-width: 430px) {
  .block {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
}

.table_text_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-title {
  display: none;
}
@media (max-width: 430px) {
  .sp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.section_title_add {
  margin-top: 40px;
}

.table_img {
  display: block;
  width: 100%;
  margin: 50px auto;
  max-width: 1140px;
}
@media (max-width: 430px) {
  .table_img {
    padding: 0 20px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 1140px) {
  .table_img {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.table_p_cover {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 430px) {
  .table_p_cover {
    padding: 0 20px;
    font-size: 14px !important;
    line-height: normal;
  }
}
@media (max-width: 1140px) {
  .table_p_cover {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

.table_p_cover p {
  text-align: left;
  font-size: 16px;
  margin: 10px 0;
  color: #1c4656;
}
@media (max-width: 430px) {
  .table_p_cover p {
    font-size: 14px !important;
    line-height: normal;
  }
}

.section_access {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 80px auto;
  color: #1c4656;
}

.section_access h3 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 0px 0 20px 0;
}
@media (max-width: 430px) {
  .section_access h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
.section_access .first_text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
@media (max-width: 430px) {
  .section_access .first_text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.section_access iframe {
  display: block;
  width: 100%;
}
.section_access .address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 50px auto;
  max-width: 1140px;
  font-size: 18px;
}
@media (max-width: 430px) {
  .section_access .address {
    width: 100%;
    display: block;
    padding: 0 20px !important;
    box-sizing: border-box;
    margin: 30px 0;
  }
}
@media (max-width: 1140px) {
  .section_access .address {
    box-sizing: border-box;
    padding: 0 30px;
  }
}
.section_access .address li {
  list-style: none;
  color: #1c4656;
  font-size: 20px;
}
@media (max-width: 430px) {
  .section_access .address li {
    font-size: 16px;
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.section_access .address li p {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
}
.section_access .address .address_bg {
  background-color: #1c4656;
  color: #fff;
  padding: 10px 40px;
}
@media (max-width: 430px) {
  .section_access .address .address_bg {
    width: 15%;
    text-align: center;
    margin-bottom: 5px;
  }
}
.section_access .map {
  display: flex;
  max-width: 1140px;
  margin: 0 auto 135px auto;
  gap: 5%;
}
@media (max-width: 430px) {
  .section_access .map {
    display: block;
    padding: 0 20px !important;
  }
}
@media (max-width: 1140px) {
  .section_access .map {
    align-items: center;
    margin: 0;
  }
}
@media (max-width: 1140px) {
  .section_access .map {
    box-sizing: border-box;
    padding: 0 30px;
  }
}
.section_access .map li {
  list-style: none;
}
.section_access .map li:first-child {
  width: 55%;
}
@media (max-width: 430px) {
  .section_access .map li:first-child {
    width: 100%;
  }
}
.section_access .map li:last-child {
  width: 45%;
}
@media (max-width: 430px) {
  .section_access .map li:last-child {
    width: 100%;
  }
}
.section_access .map li img {
  width: 100%;
}
@media (max-width: 430px) {
  .section_access .map li img {
    width: 100%;
  }
}
.section_access .map .map_img {
  margin-bottom: 30px;
}
.section_access .center {
  margin: 50px 0;
}
@media (max-width: 430px) {
  .section_access .center {
    margin: 20px 0;
  }
}
@media (max-width: 1140px) {
  .section_access .center {
    margin: 20px 0;
  }
}
.section_access h5 {
  font-size: 24px;
  color: #1c4656;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 40px 0;
}
@media (max-width: 430px) {
  .section_access h5 {
    font-size: 22px;
    font-weight: 600;
  }
}
.section_access .spot_wrap {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .section_access .spot_wrap {
    gap: 10px;
    padding: 0 20px;
  }
}
@media (max-width: 1140px) {
  .section_access .spot_wrap {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_access .spot_wrap li {
  width: 30%;
  list-style: none;
  color: #1c4656;
}
.section_access .spot_wrap li img {
  width: 100%;
}
.section_access .spot_wrap li .small {
  display: block;
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 430px) {
  .section_access .spot_wrap li .small {
    font-size: 14px;
    margin-top: 10px;
  }
}
.section_access .spot_wrap li .large {
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 430px) {
  .section_access .spot_wrap li .large {
    font-size: 18px;
    margin-top: 5px;
  }
}

.section_contact {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  color: #1c4656;
}
@media (max-width: 430px) {
  .section_contact {
    padding: 0 20px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1140px) {
  .section_contact {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.section_contact h3 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 15px 10px 15px;
  text-decoration-color: #1c4656;
  letter-spacing: 1px;
  font-weight: 100;
}
@media (max-width: 430px) {
  .section_contact h3 {
    font-size: 22px;
    font-weight: 600;
  }
}
.section_contact .contact_block {
  margin-top: 50px;
}
@media (max-width: 430px) {
  .section_contact .contact_block {
    margin-top: 30px;
  }
}
.section_contact .contact_block h6 {
  background-color: #1c4656;
  color: #fff;
  width: 20%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 430px) {
  .section_contact .contact_block h6 {
    width: 60% !important;
    font-size: 16px;
  }
}
@media (max-width: 1140px) {
  .section_contact .contact_block h6 {
    width: 40%;
  }
}
.section_contact .contact_block a {
  text-decoration: none;
  color: #1c4656;
  font-size: 60px;
  margin-top: 20px;
  display: block;
}
@media (max-width: 430px) {
  .section_contact .contact_block a {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 1140px) {
  .section_contact .contact_block a {
    font-size: 24px;
  }
}
.section_contact .contact_block p {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  color: #1c4656;
}
@media (max-width: 430px) {
  .section_contact .contact_block p {
    font-size: 14px;
    font-weight: 100;
  }
}
.section_contact .footer {
  display: block;
  margin: 50px auto;
  max-width: 1140px;
}
.section_contact .footer img {
  margin-bottom: 20px;
}
.section_contact .footer p {
  font-size: 14px;
  font-weight: 100;
  margin: 10px auto;
}
.section_contact .footer .first {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .section_contact .footer .first {
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
  }
}

.flogo-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 430px) {
  .flogo-wrap {
    display: block;
  }
}
.flogo-wrap .flogo01 {
  width: 3%;
}
@media (max-width: 430px) {
  .flogo-wrap .flogo01 {
    display: block;
    margin: 0 auto;
    width: 10%;
    margin-bottom: 8px !important;
  }
}
.flogo-wrap .flogo02 {
  width: 40%;
}
@media (max-width: 430px) {
  .flogo-wrap .flogo02 {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}

.label {
  display: flex;
  margin-top: 15px;
  background-color: #d5e3ea;
  padding: 20px;
  justify-content: center;
  gap: 30px;
  align-items: center;
  width: 70%;
  margin: 20px auto 0;
}
@media (max-width: 430px) {
  .label {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 1140px) {
  .label {
    width: 80%;
  }
}

.label p:nth-child(odd) {
  color: #1c4656;
  font-size: 30px;
}

.label p:nth-child(even) {
  color: #1c4656;
  background-color: #fff;
  padding: 20px 60px;
  font-size: 18px;
}

.block_left {
  padding-right: 50px;
  border-right: solid #1c4656 1px;
}
@media (max-width: 430px) {
  .block_left {
    border: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.table_text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 430px) {
  .table_text {
    margin-bottom: 15px;
  }
}
.table_text .floor_title {
  font-size: 60px;
}
@media (max-width: 430px) {
  .table_text .floor_title {
    font-size: 26px;
  }
}
.table_text h6 {
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .table_text h6 {
    font-size: 22px !important;
  }
}

.block img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */