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

.area-main {
  width: 100%;
  background: url("../img/main_bg01.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.area-main:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background: url("../img/main_bg02.svg") no-repeat center bottom;
  background-size: cover;
  width: 71.3%;
  padding-top: 39.8%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .area-main:after {
    background-position: right bottom;
    margin-left: 0;
    left: 0;
    width: 87.3%;
    padding-top: 52.8%;
  }
}

.area-main .area-inner {
  width: 94.5%;
  height: 450px;
  max-width: 945px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .area-main .area-inner {
    height: auto;
    padding-top: 70.0%;
  }
}

.area-main h2 {
  width: 160px;
  height: 49px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 25%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .area-main h2 {
    height: auto;
    width: 46.0%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 6.0%;
    margin-top: 0;
    transform: translateY(50%);
  }
}

/*
philosophy
-------------------------------------- */

.area-philosophy:after {
  content: "";
  display: block;
  background: url("../img/philosophy_bg01.svg") no-repeat center top;
  background-size: 100% auto;
  width: 100%;
  padding-top: 10.9%;
}

.area-philosophy .area-inner {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .area-philosophy .area-inner {
    width: 94.0%;
  }
}

.area-philosophy h3 {
  background: #242493;
  display: inline-block;
  color: #fff;
  margin-top: 10.14%;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 5.79%;
}

@media screen and (max-width: 768px) {
  .area-philosophy h3 {
    font-size: 18px;
    font-size: 5.14286vw;
    padding: 2.0% 3.0%;
  }
}

.area-philosophy .ttl01 {
  width: 61.74%;
  margin: 0 auto 4.35%;
}

@media screen and (max-width: 768px) {
  .area-philosophy .ttl01 {
    width: 80.0%;
    margin-top: 3.0%;
    margin-bottom: 6.0%;
  }
}

.area-philosophy .txt01 {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 6.42%;
}

@media screen and (max-width: 768px) {
  .area-philosophy .txt01 {
    font-size: 14px;
    font-size: 4vw;
    margin-bottom: 10.0%;
  }
}

/* area-sec01, area-sec02
   common
-------------------------------------- */

.area-sec01,
.area-sec02 {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}

.area-sec01 h3,
.area-sec02 h3 {
  background: #242493;
  display: inline-block;
  color: #fff;
  margin-top: 10.14%;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 5.79%;
}

@media screen and (max-width: 768px) {
  .area-sec01 h3,
  .area-sec02 h3 {
    font-size: 18px;
    font-size: 5.14286vw;
    padding: 2.0% 3.0%;
  }
}

.area-sec01 table,
.area-sec02 table {
  width: 100%;
  margin-bottom: 10%;
  border-spacing: 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .area-sec01 table,
  .area-sec02 table {
    width: 94.0%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 4vw;
  }
}

.area-sec01 table th,
.area-sec01 table td,
.area-sec02 table th,
.area-sec02 table td {
  border-bottom: solid 2px #000;
  padding: 3.62% 0;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .area-sec01 table th,
  .area-sec01 table td,
  .area-sec02 table th,
  .area-sec02 table td {
    border-width: 1px;
  }
}

.area-sec01 table th,
.area-sec02 table th {
  width: 26.81%;
}

@media screen and (max-width: 768px) {
  .area-sec01 table th,
  .area-sec02 table th {
    width: 30.0%;
  }
}

.area-sec01 table tr:last-child th,
.area-sec01 table tr:last-child td,
.area-sec02 table tr:last-child th,
.area-sec02 table tr:last-child td {
  border-bottom: none;
}

/* area-sec02
-------------------------------------- */

.area-sec02 table {
  margin-bottom: 20%;
}

/*
area-lead01
-------------------------------------- */

.area-lead01 {
  background: url("../img/bg01.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  height: 577px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .area-lead01 {
    margin-top: 6.0%;
    height: auto;
    padding-top: 76.93%;
    background-position: right top;
  }
}

.area-lead01:before {
  content: "";
  display: block;
  background: url("../img/bg01_over.svg") no-repeat left top;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: -515px;
}

@media screen and (max-width: 768px) {
  .area-lead01:before {
    width: 110%;
    left: auto;
    margin-left: 0;
    height: auto;
    padding-top: 50%;
    bottom: auto;
    top: 0;
    right: -52%;
  }
}

.area-lead01 .area-inner {
  max-width: 945px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.area-lead01 p {
  font-size: 28px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  float: right;
  margin-top: 6.35%;
}

@media screen and (max-width: 768px) {
  .area-lead01 p {
    font-size: 14px;
    font-size: 4vw;
    text-align: center;
    float: none;
    line-height: 1.6;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0px 2px 3px #000000;
  }
}

/*
area-lead02
-------------------------------------- */

.area-lead02 {
  background: url("../img/bg02.jpg") no-repeat center bottom;
  background-size: cover;
  height: 577px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .area-lead02 {
    height: auto;
    padding-top: 76.93%;
  }
}

.area-lead02:before {
  content: "";
  display: block;
  background: url("../img/bg02_over.svg") no-repeat right top;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: -50%;
  right: 0;
  margin-left: 510px;
}

@media screen and (max-width: 768px) {
  .area-lead02:before {
    right: auto;
    margin-left: 0;
    height: auto;
    padding-top: 50%;
    bottom: auto;
    top: 0;
    left: -52%;
  }
}

.area-lead02 .area-inner {
  max-width: 945px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .area-lead02 .area-inner {
    height: 100%;
  }
}

.area-lead02 p {
  font-size: 28px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  line-height: 1.6;
  float: left;
  margin-top: 6.35%;
}

@media screen and (max-width: 768px) {
  .area-lead02 p {
    font-size: 14px;
    font-size: 4vw;
    text-align: center;
    float: none;
    line-height: 1.6;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0px 2px 8px #000000;
  }
}

/*
access
-------------------------------------- */

.area-access {
  position: relative;
  overflow: hidden;
}

.area-access .area-inner {
  max-width: 945px;
  margin: 0 auto 6.0%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .area-access .area-inner {
    width: 94.0%;
    margin-bottom: 14.0%;
  }
}

.area-access:before {
  content: "";
  display: block;
  background: url("../img/access_bg01.svg") no-repeat left top;
  background-size: auto 65%;
  width: 175.39%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
}

.area-access h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 13.76%;
  margin-bottom: 10.58%;
}

@media screen and (max-width: 768px) {
  .area-access h3 {
    font-size: 18px;
    font-size: 5.14286vw;
  }
}

.area-access .map-inner {
  width: 84.66%;
  padding-top: 37.04%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .area-access .map-inner {
    width: 100%;
    padding-top: 67.04%;
  }
}

.area-access .map-inner iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
