@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  background: #fff;
  line-height: 1.7;
}

.yugo {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

a {
  color: #222;
  text-decoration: none;
  transition: 0.3s ease-in-out all;
}
a:hover {
  opacity: 0.8;
}

.sup {
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.justifyEnd {
  justify-content: flex-end;
}

.justifyCenter {
  justify-content: center;
}

.justifyBet {
  justify-content: space-between;
}

.justifyAround {
  justify-content: space-around;
}

.itemsCenter {
  align-items: center;
}

.itemsStart {
  align-items: flex-start;
}

.itemsEnd {
  align-items: flex-end;
}

.center {
  text-align: center;
}

.textRight {
  text-align: right;
}

.attention {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pcOnly1000 {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

@media print, screen and (min-width: 361px) {
  .spOnly360 {
    display: none;
  }
}

.lineHeight {
  line-height: 0;
}

.objectFit {
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerTop {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 1000px) {
  .headerTop {
    margin-top: -50px;
    padding-top: 50px;
  }
}

.btn01 a {
  color: #fff;
}

.scrollArea01 {
  overflow-y: auto;
  scrollbar-color: #ddd #f4f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #ddd;
  scrollbar-track-color: #f4f4f4;
  scrollbar-arrow-color: #f4f4f4;
  scrollbar-shadow-color: #ddd;
}
.scrollArea01::-webkit-scrollbar {
  width: 10px;
}
.scrollArea01::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.scrollArea01::-webkit-scrollbar-thumb {
  background: #ddd;
}

.fadeinUnder {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadeinUnder.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.simple-header__in {
  position: relative;
  background: #fff;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__in {
    height: 65px;
  }
}

.simple-header__lg {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}

.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
  opacity: 1 !important;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 37px;
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}

.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
  opacity: 1 !important;
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}

.headerScroll {
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}
.headerScroll .container {
  height: 65px;
}
.headerScroll h1 {
  width: 119px;
  height: 16px;
}
.headerScroll .btn01 {
  font-size: 1.6rem;
  width: 180px;
}
.headerScroll .btn01 a {
  height: 40px;
}
.headerScroll .btn01 a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.hidden-txt {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.list-item {
  margin-top: 20px;
}

.list-item:first-child {
  margin: 0;
}

.list-item > a {
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s;
}

.list-item > a:hover {
  opacity: 0.75;
}

.search-sekisuiheim,
.mail-magazine {
  width: 50%;
}

.search-sekisuiheim > ul {
  display: flex;
  flex-wrap: wrap;
}

.search-sekisuiheim > ul > li {
  display: block;
  width: 190px;
  justify-content: flex-start;
}

.another-window-link {
  padding-right: 15px;
}

.another-window-link > span {
  position: relative;
}

.another-window-link > span:after {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  content: "";
  background-image: url("/images/icn-window-link.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.mail-magazine-link {
  position: relative;
  display: block;
  width: 180px;
  margin-left: 20px;
  transition: all 0.3s;
}

.mail-magazine-txt {
  font-size: 12px;
}

.mail-magazine p {
  width: 320px;
}

.small-map-jp {
  position: relative;
}

.nav-list > li > a:hover {
  text-decoration: underline;
}

.icn-facebook,
.icn-youtube {
  display: block;
  position: relative;
  font-size: 12px;
  padding-left: 50px;
}

.icn-facebook:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/icn-facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.icn-youtube:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/icn-youtube.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.copy-right-container {
  background-color: #000000;
  width: auto;
}

.copy-right {
  width: 1080px;
  margin: auto;
  margin-top: 20px;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 5em;
  justify-content: space-between;
}

.site-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 1140px;
  width: 100%;
  z-index: 10;
}

.siteGuideBlock {
  position: relative;
  display: block;
  width: 960px;
  margin: auto;
}

.siteGuideBlock > .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.siteGuideBlock > .title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  content: "";
  background: #0075c1;
}

.siteGuideBlock > .title::after {
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  content: "";
  width: 175.5px;
  height: 130px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -235.5px -143.5px;
  background-size: 732px 700px;
}

.siteGuideBlock > .title > span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.siteGuideBlock > .picture > p {
  position: absolute;
  margin: 0;
}

.siteGuideBlock > .picture > p::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

.siteGuideBlock > .picture > p > span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
}

.siteGuideBlock > .picture > p:nth-child(1) {
  top: 137px;
  left: 120px;
}

.siteGuideBlock > .picture > p:nth-child(1)::before {
  width: 157.5px;
  height: 114.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -471px -315px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(2) {
  top: 200px;
  left: 204px;
}

.siteGuideBlock > .picture > p:nth-child(2)::before {
  width: 176px;
  height: 151px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -286px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(2) > span {
  top: 130.5px;
  left: 93px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(3) {
  top: 113px;
  left: 216px;
}

.siteGuideBlock > .picture > p:nth-child(3)::before {
  width: 230.5px;
  height: 138.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(3) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(4) {
  top: 51px;
  left: 300px;
}

.siteGuideBlock > .picture > p:nth-child(4)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -235.5px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(4) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(5) {
  top: 200px;
  left: 372px;
}

.siteGuideBlock > .picture > p:nth-child(5)::before {
  width: 174px;
  height: 151px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -181px -286px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(5) > span {
  top: 130.5px;
  left: 91px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(6) {
  top: 137px;
  left: 456px;
}

.siteGuideBlock > .picture > p:nth-child(6)::before {
  width: 176px;
  height: 160px;
  background: url(../images/bg_site_guide07.png) no-repeat;
  background-size: contain;
}

.siteGuideBlock > .picture > p:nth-child(6) > span {
  top: 141px;
  left: 63px;
  width: 113px;
  font-size: 13px;
}

.siteGuideBlock > .picture > p:nth-child(7) {
  top: 51px;
  left: 468px;
}

.siteGuideBlock > .picture > p:nth-child(7)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -143.5px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(7) > span {
  top: 4.5px;
  left: 0;
  width: 80px;
}

.siteGuideBlock > .picture > p:nth-child(8) {
  top: 170px;
  left: 580px;
}

.siteGuideBlock > .picture > p:nth-child(8)::before {
  width: 170px;
  height: 149px;
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: 0px -442px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(8) > span {
  top: 128.5px;
  left: 87px;
  width: 83px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:nth-child(9) {
  top: 107px;
  left: 664px;
}

.siteGuideBlock > .picture > p:nth-child(9)::before {
  width: 176px;
  height: 148px;
  content: "";
  background-image: url("../images/sprite_2x.png");
  background-repeat: no-repeat;
  background-position: -471px 0px;
  background-size: 732px 700px;
}

.siteGuideBlock > .picture > p:nth-child(9) > span {
  top: 127.5px;
  left: 83px;
  width: 93px;
  letter-spacing: 1px;
}

.siteGuideBlock > .picture > p:before {
  transition: opacity 0.3s;
}

.map {
  position: relative;
  margin: 0;
}

.map > img {
  width: 960px;
  height: 351px;
  vertical-align: bottom;
  display: block;
  transform: translate3d(0, 0, 0);
}

.siteGuideBlock > .picture > p.active:before {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 1381px) {
  .c-br.is-ppc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .c-br.is-unppc {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}
@media (min-width: 375px) {
  .c-br.is-ssp {
    display: none;
  }
}

.blueBtn01 a {
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  width: 200px;
  height: 40px;
  margin: -20px auto 10px;
  background: #0a76c1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueBtn01 a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.cmnRecomActionBnr__u > a {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__p > div,
.cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__p > div {
  transform: scale(1.1);
}

.cmnRecomActionBnr__u > a:hover .cmnRecomActionBnr__u__bt__in,
.cmnRecomActionBnr__u > a:active .cmnRecomActionBnr__u__bt__in {
  opacity: 0.7;
}

.cmnRecomActionBnr__u.is-exhibit .cmnRecomActionBnr__u__p > div > span:nth-child(1) {
  background-image: url(../images/pic_recom_action_bnr01_01.jpg);
}

.cmnRecomActionBnr__u.is-exhibit .cmnRecomActionBnr__u__p > div > span:nth-child(2) {
  background-image: url(../images/pic_recom_action_bnr01_02.jpg);
}

.cmnRecomActionBnr__u.is-exhibit .cmnRecomActionBnr__u__p > div > span:nth-child(3) {
  background-image: url(../images/pic_recom_action_bnr01_03.jpg);
}

.cmnRecomActionBnr__u.is-estate .cmnRecomActionBnr__u__p > div > span:nth-child(1) {
  background-image: url(../images/pic_recom_action_bnr02_01.jpg);
}

.cmnRecomActionBnr__u.is-estate .cmnRecomActionBnr__u__p > div > span:nth-child(2) {
  background-image: url(../images/pic_recom_action_bnr02_02.jpg);
}

.cmnRecomActionBnr__u.is-estate .cmnRecomActionBnr__u__p > div > span:nth-child(3) {
  background-image: url(../images/pic_recom_action_bnr02_03.jpg);
}

.cmnRecomActionBnr__u.is-factory .cmnRecomActionBnr__u__p > div > span:nth-child(1) {
  background-image: url(../images/pic_recom_action_bnr03_01.jpg);
}

.cmnRecomActionBnr__u.is-factory .cmnRecomActionBnr__u__p > div > span:nth-child(2) {
  background-image: url(../images/pic_recom_action_bnr03_02.jpg);
}

.cmnRecomActionBnr__u.is-factory .cmnRecomActionBnr__u__p > div > span:nth-child(3) {
  background-image: url(../images/pic_recom_action_bnr03_03.jpg);
}

.cmnRecomActionBnr__u.is-event .cmnRecomActionBnr__u__p > div > span:nth-child(1) {
  background-image: url(../images/pic_recom_action_bnr04_01.jpg);
}

.cmnRecomActionBnr__u.is-event .cmnRecomActionBnr__u__p > div > span:nth-child(2) {
  background-image: url(../images/pic_recom_action_bnr04_02.jpg);
}

.cmnRecomActionBnr__u.is-event .cmnRecomActionBnr__u__p > div > span:nth-child(3) {
  background-image: url(../images/pic_recom_action_bnr04_03.jpg);
}

.cmnRecomActionBnr__u.is-insta .cmnRecomActionBnr__u__p > div > span:nth-child(1) {
  background-image: url(../images/pic_recom_action_bnr05_01.jpg);
}

.cmnRecomActionBnr__u.is-insta .cmnRecomActionBnr__u__p > div > span:nth-child(2) {
  background-image: url(../images/pic_recom_action_bnr05_02.jpg);
}

.cmnRecomActionBnr__u.is-insta .cmnRecomActionBnr__u__p > div > span:nth-child(3) {
  background-image: url(../images/pic_recom_action_bnr05_03.jpg);
}

.cmnRecomActionBnr__u.is-insta .cmnRecomActionBnr__u__cp::before {
  content: "";
  display: block;
  width: 45.5px;
  height: 45.5px;
  margin: 0 auto 7px;
  background: url(../images/icon_recom_action_bnr01.png) no-repeat;
  background-size: contain;
}

.detailBtn01 a {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  width: 400px;
  height: 60px;
  margin: auto;
  background: #ffa800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detailBtn01 a {
    font-size: 13px;
    width: 71%;
    height: 40px;
  }
}
.detailBtn01 a:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .detailBtn01 a:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
.detailBtn01 a.disable {
  margin-top: 109px;
  background: #ccc;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .detailBtn01 a.disable {
    margin-top: 85px;
  }
}
.detailBtn01.green a {
  background: #649b28;
}

.detailFootBtn01 {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detailFootBtn01 {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .detailFootBtn01 a {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    background: #f0913c;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.3);
  }
}

.livingArea01__listBox .slide-arrow {
  width: 20px;
  height: 36px;
  margin-top: 0;
  position: absolute;
  top: 49%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .livingArea01__listBox .slide-arrow {
    width: 30px;
    height: 37px;
  }
}

.livingArea01__listBox .prev-arrow {
  left: -8%;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .livingArea01__listBox .prev-arrow {
    left: 4%;
  }
}

.livingArea01__listBox .next-arrow {
  right: -8%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .livingArea01__listBox .next-arrow {
    right: 4%;
  }
}

.technologyArea01__listBox .slide-arrow {
  width: 47px;
  height: 60px;
  margin-top: -10px;
  position: absolute;
  top: 49%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .technologyArea01__listBox .slide-arrow {
    width: 27px;
    height: 35px;
  }
}

.technologyArea01__listBox .prev-arrow {
  left: 0%;
}

.technologyArea01__listBox .next-arrow {
  right: 0%;
  transform: rotate(180deg);
  z-index: 10;
}

.cmnRecomMadoriAdv {
  margin-top: 0 !important;
}