@charset "utf-8";
/* CSS Document */
.section-top {
  height: 300px;
}
.section-top__main-image {
  width: 100%;
  height: 100%;
  background-image: url("../image/image_about.jpg");
  background-position: center bottom 13%;
  background-repeat: no-repeat;
}

.section-top__about-h2 {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #FFF;
  margin: 0 auto;
  line-height: 300px;
  width: 100%;
}

@media (min-width:1080px) {
  .section-top {
  height: 600px;
}
.section-top__main-image {
  background-image: url("../image/image_about.jpg");
  width: 100%;
}

.section-top__about-h2 {
  font-size: 3.0rem;
  line-height: 600px;
}
}

.section-about-conpany {
  background:linear-gradient(to top right, #008ACB, #FFF);
}

.section-about-conpany__container {
  background-color: #F0F8FF;
  max-width: 324px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

.section-about-conpany h2 {
  color: #004AB7;
}
.section-about-conpany table {
  margin: 40px auto 0;
  max-width: 100%;
}
.section-about-conpany th,td {
 border: solid 1px;
 background-color: #FFF;
vertical-align: middle;
}
.section-about-conpany th {
  font-size: 1.4rem;
  width: 80px;
  height: 50px;
}
.section-about-conpany td {
  font-size: 1.2rem;
  width: 220px;
  height: 50px;
}
.last-td {
  text-align: left;
}

@media (min-width:1080px) {
  .section-about-conpany {
  background:linear-gradient(to top right, #008ACB, #58BAE9 30%, #FFF);
}

.section-about-conpany__container {
  max-width: 1080px;
  padding: 100px 0 150px;
}

.section-about-conpany h2 {
  font-size: 5.4rem;
}
.section-about-conpany table {
  margin: 100px auto 0;
}

.section-about-conpany th {
  font-size: 2.2rem;
  width: 300px;
  height: 100px;
}
.section-about-conpany td {
  font-size: 2.0rem;
  width: 500px;
  height: 100px;
}
.last-td {
  padding-left: 70px;
}
}

.section-ceo h2 {
  padding: 40px 0;
  margin: 0 auto;
}
.section-ceo__image {
  margin: 0 auto;
}
.section-ceo img {
  max-width: 100%;
  width: 327px;
  height: 327px;
  margin: auto;
}
.section-ceo p {
  font-size: 1.8rem;
  text-align: justify;
  padding: 20px 35px 30px;
}
.section-ceo br {
  display: none;
}
.section-ceo__access {
  width: 100%;
  height: 245px;
  margin-bottom: 60px;
}

@media (min-width:1080px) {
  .section-ceo h2 {
  padding: 100px 0;
 font-size: 5.4rem;
}
  .section-ceo__image {
    display: flex;
    justify-content: center;
    max-width:1080px;
    height: auto;
    margin-bottom: 100px;
  }
.section-ceo p {
  font-size: 2.4rem;
  text-align: justify;
  padding: 0 0 0 100px;
  line-height: 4.8rem;
}
  .section-ceo br {
    display: block;
  }
.section-ceo__access {
  width: 1080px;
  height: 420px;
  margin-bottom: 150px;
}

}