@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
.main {
  background-color: #FFFFFF;
}
.section-top {
  margin-bottom: 30px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.section-top__image {
  height: 420px;
  background-image: url("../images/top/top.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__lead {
  margin: 0 24px;
}
.section-top__lead h2 {
  font-size: 2.0rem;
  font-weight: 500;
  width: 100%;
  line-height: 3.6rem;
}
@media (min-width: 1040px) {
  .section-top__image {
    height: 650px;
    margin-bottom: 60px;
    background-size: cover;
  }
  .section-top__lead {
    margin: 0 auto;
    max-width: 900px;
    padding-bottom: 20px;
  }
  .section-top__lead h2 {
    font-size: 2.2rem;
    font-weight: 500;
    width: 100%;
    line-height: 4.0rem;
  }
}
.section-company {
  padding: 60px 36px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #0B318F;
  margin: 0 auto;
  max-width: 1040px;
  box-sizing: border-box;
}

.section-company h2 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #0B318F;
  margin-bottom: 40px;
}

.section-company_wrap {
}

.section-company_img {
  margin: 0 auto;
  object-position: center;
  object-fit: cover;
}

.section-company_img img {
  width: 300px;
  border-radius: 100px;
}


.section-company table {
  display: block;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section-company th {
  width: 30%;
  font-weight: 500;
  color: #2EA7E0;
  font-size: 1.5rem;
  line-height: 2.5em;
}
.section-company td {
  font-size: 1.7rem;
}
.section-company_th01 {
  padding-bottom: 20px;
  font-weight: 600;
}
.section-company_td01 {
  font-size: 2.3rem;
}
.section-company_td02 {
  font-size: 1.5rem;
}
.section-access {
  padding-top: 30px;
  margin-bottom: 50px;
}
.section-access h2 {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #0B318F;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 600;
}
.section-access__map {
  height: 330px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width :1040px) {
  .section-access {
    padding: 60px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-access h2 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #0B318F;
    margin-bottom: 40px;
  }
  .section-access address, p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .section-access__map {
    max-width: 1040px;
    margin: 0 auto;
    height: 340px;
  }
}
.footer {
  min-height: 150px;
  background-color: #0B318F;
  padding-top: 46px;
  padding-bottom: 20px;
  font-weight: 300;
}
.footer small {
  color: #FFF;
}
@media (min-width: 1040px) {
  .footer {
    margin: 0;
    padding: 0;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
  }
}