@charset "UTF-8";
/* ----------------------------------------------------------------
	message
---------------------------------------------------------------- */
.message {
  width: 100%;
}
.message .inr {
  width: 70.3vw;
  margin: 0 auto 9.7vw;
}
.message .inr ul::after {
	content: "";
	display: block;
	clear: both;
}
.message .inr ul:nth-child(1) {
  margin-bottom: 3.64vw;
}
.message .inr ul li {
  width: 31.52vw;
  float: left;
  font-size: max(0.97vw,16px);
}
.message .inr ul li h3 {
  font-size: max(0.97vw,16px);
  letter-spacing: 0.2em;
  padding-bottom: 3.33vw;
}
.message .inr ul li h3 span {
  display: block;
  font-size: max(4.24vw,70px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-bottom: 1.94vw;
}
.message .inr ul li div {
  font-size: max(1.7vw,28px);
  font-weight: 500;
  line-height: 2;
  padding-bottom: 3.52vw;
}
.message .inr ul:nth-child(1) li:nth-child(2),
.message .inr ul:nth-child(2) li:nth-child(2) {
  float: right;
}
.message .inr ul:nth-child(2) li:nth-child(3) {
  float: right;
  text-align: right;
  padding-top: 3.64vw;
}
.message .inr ul:nth-child(2) li:nth-child(3) span {
  display: block;
  font-size: max(1.45vw,24px);
  font-weight: 500;
  line-height: 1;
  padding-top: 0.73vw;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .message .inr {
    width: 84.81vw;
    margin: 0 auto 20.25vw;
  }
  .message .inr ul:nth-child(1) {
    margin-bottom: 3.64vw;
  }
  .message .inr ul li {
    width: 100%;
    float: inherit;
    font-size: 3.8vw;
  }
  .message .inr ul li h3 {
    font-size: 3.54vw;
    padding-bottom: 5.57vw;
  }
  .message .inr ul li h3 span {
    font-size: 9.11vw;
    padding-bottom: 3.16vw;
  }
  .message .inr ul li div {
    font-size: 4.56vw;
    padding-bottom: 12.66vw;
  }
  .message .inr ul:nth-child(1) li:nth-child(2),
  .message .inr ul:nth-child(2) li:nth-child(2) {
    float: inherit;
  }
  .message .inr ul:nth-child(1) li:nth-child(2) {
    width: 64.56vw;
    margin: 0 auto 12.66vw;
  }
  .message .inr ul:nth-child(1) li:nth-child(3) {
    margin-bottom: 12.66vw;
  }
  .message .inr ul:nth-child(2) li:nth-child(1) {
    width: 69.62vw;
    margin: 0 auto 12.66vw;
  }
  .message .inr ul:nth-child(2) li:nth-child(1) img {
    width: 100%;
  }
  .message .inr ul:nth-child(2) li:nth-child(3) {
    float: inherit;
    padding-top: 9.11vw;
    font-size: 3.04vw;
  }
  .message .inr ul:nth-child(2) li:nth-child(3) span {
    font-size: 4.56vw;
    padding-top: 1.27vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	overview
---------------------------------------------------------------- */
.overview {
  width: 100%;
  background: #e8f7f9;
  padding: 9.7vw 0 14.55vw;
}
.overview .inr {
  width: 77.58vw;
  margin: 0 auto;
}
.overview h3 {
  font-size: max(1.58vw,26px);
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 66.67vw;
  margin: 0 auto 3.27vw;
}
.overview .table {
	display: table;
	border-collapse: collapse;
  width: 66.67vw;
  margin: 0 auto 7.27vw;
  border-top: 1px solid #080404;
}
.overview .table dl {
	display: table-row;
}
.overview .table dl dt {
	display: table-cell;
	width: 15%;
  font-size: max(0.85vw,14px);
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #080404;
  position: relative;
}
.overview .table dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #106ebe;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.overview .table dl dd {
	display: table-cell;
	width: 85%;
  font-size: max(0.85vw,14px);
  text-align: left;
  padding: 2.73vw 0 2.73vw 9.09vw;
  border-bottom: 1px solid #080404;
}
.overview .map {
  width: 100%;
  height: 480px;
  margin: 0 auto;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .overview {
    padding: 20.25vw 0 20.25vw;
  }
  .overview .inr {
    width: 84.81vw;
  }
  .overview h3 {
    font-size: 7.09vw;
    width: 100%;
    margin: 0 auto 7.09vw;
  }
  .overview .table {
    width: 100%;
    margin: 0 auto 20.25vw;
  }
  .overview .table dl dt {
    width: 24%;
    font-size: 3.54vw;
    text-align: left;
    padding: 9.11vw 0 9.11vw 0;
  }
  .overview .table dl dd {
    display: table-cell;
    width: 76%;
    font-size: 3.54vw;
    text-align: left;
    padding: 9.11vw 0 9.11vw 6.33vw;
  }
}/* Smartphone End */
