/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
.page-visual {
  height: 80vh;
}

.page-visual .bg-list {
  height: 80vh;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-visual {
    height: 50vh;
  }
  .page-visual .bg-list {
    height: 50vh;
  }
}

.bg-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.bg-list li {
  position: relative;
  display: none;
}

.bg-list li span {
  width: 100%;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80vh;
}

.bg-list .bg1 span {
  background-image: url(../../tsuchiza/img/sec_top_visual01.jpg);
}

.bg-list .bg2 span {
  background-image: url(../../tsuchiza/img/sec_top_visual02.jpg);
}

.bg-list .bg3 span {
  background-image: url(../../tsuchiza/img/sec_top_visual03.jpg);
}

.bg-list .bg4 span {
  background-image: url(../../tsuchiza/img/sec_top_visual04.jpg);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bg-list li span {
    height: 50vh;
  }
}

.sec-top .tit {
  width: 490px;
  margin: 80px auto 60px auto;
}

.sec-top .top-container1 {
  margin-bottom: 60px;
}

.sec-top .top-container1 p {
  line-height: 1.8em;
  text-align: center;
}

.sec-top .top-container2 {
  margin-bottom: 100px;
}

.sec-top .top-container2:after {
  content: "";
  clear: both;
  display: block;
}

.sec-top .top-container2 li {
  width: 20%;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-top .tit {
    width: 280px;
    margin: 40px auto;
  }
  .sec-top .top-container1 {
    margin: 0 15px 30px;
  }
  .sec-top .top-container1 p {
    line-height: 1.7em;
    font-size: 1.3rem;
    text-align: left;
  }
  .sec-top .top-container2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
  }
  .sec-top .top-container2 li {
    width: 50%;
  }
  .sec-top .top-container2 li:nth-child(n+3) {
    width: 33.33%;
  }
}

.sec-exp .h2 {
  line-height: 1em;
  margin-bottom: 40px;
}

.sec-exp .lead-container {
  margin-bottom: 40px;
}

.sec-exp .lead-container p {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 1em;
}

.sec-exp .flow-container {
  background: #f0f0f0;
  padding: 50px 0 30px;
}

.sec-exp .flow-list:after {
  content: "";
  clear: both;
  display: block;
}

.sec-exp .flow-list li {
  width: calc(33.33% - 8px);
  float: left;
  margin-right: 12px;
  margin-bottom: 20px;
}

.sec-exp .flow-list li figure figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

.sec-exp .flow-list li:nth-child(3n) {
  margin-right: 0;
}

.sec-exp .note-container {
  max-width: 980px;
  margin: 60px auto;
}

.sec-exp .note-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-exp .note-container .txt {
  float: left;
  width: 44%;
  padding-top: 150px;
}

.sec-exp .note-container .txt li {
  margin-bottom: 10px;
}

.sec-exp .note-container .photo {
  float: right;
  width: 50%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-exp .h2 {
    margin-bottom: 30px;
  }
  .sec-exp .lead-container {
    margin-bottom: 30px;
  }
  .sec-exp .lead-container p {
    line-height: 1.7em;
    text-align: left;
    margin: 0 15px 1em;
  }
  .sec-exp .flow-container {
    padding: 20px 0 10px;
  }
  .sec-exp .flow-list li:nth-child(3n) {
    margin-right: 12px;
  }
  .sec-exp .flow-list li {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .sec-exp .flow-list li figure figcaption {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .sec-exp .flow-list li:nth-child(2n) {
    margin-right: 0;
  }
  .sec-exp .note-container {
    margin: 40px 15px;
  }
  .sec-exp .note-container:after {
    content: "";
    clear: both;
    display: block;
  }
  .sec-exp .note-container .txt {
    float: none;
    width: auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .sec-exp .note-container .txt li {
    margin-bottom: 8px;
  }
  .sec-exp .note-container .photo {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
}

.sec-access .map-container {
  margin-top: 60px;
}

.sec-access .map-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-access .map-container .zoom-map {
  float: left;
  width: 49%;
}

.sec-access .map-container .zoom-map img {
  border: 1px solid #eee;
}

.sec-access .map-container .contact-box {
  margin-top: 0;
  width: 49%;
  float: right;
}

.sec-access #gm {
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .sec-access #gm {
    height: 240px;
  }
  .sec-access .map-container {
    margin-top: 30px;
  }
  .sec-access .map-container .zoom-map {
    float: none;
    width: auto;
  }
  .sec-access .map-container .contact-box {
    margin-top: 20px;
    width: auto;
    float: none;
  }
}
