/* about top */
.section_top{
  background-image: url("../img/about/about_top.jpg");
  background-size: cover;
  background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
  width: 100%;
  height: 590px;
  margin: auto;
  margin-top: var(--header);
  max-width: 1040px;
  position: relative;
  text-align: center;
}
.section_top::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}

.section_top h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Orbitron", sans-serif;
  font-size:3.0rem;
  font-weight:600;
  line-height: 4.0rem;
  letter-spacing:5px;
  color:#000;
}
/* about top end */
/* about 判別式*/
#section_about {
  background: linear-gradient(to right,
      #a7ecfc 0%,
      /* 左端の水色 */
      #9ddffb 33%,
      /* 徐々に淡くなる水色 */
      #8ccaf7 66%,
      /* 中央に近い淡い青 */
      #7bb6f2 100%
      /* 右端の青 */
    );
  width: 100%;
  /* height: 590px; */
  margin: auto;
  max-width: 1040px;
  /* position: relative; */
  display: flex;
  justify-content: space-around;
  /* margin: 40px; */
  padding: 40px 0px;
  /* grid-template-rows: auto; */
  /* grid-template-columns: 40% 60%; */
}

.section_about__left {
  /* grid-row: 1/2; */
  /* grid-column: 1/2; */
  width: 20%;
}

.section_about__left div {
  /* position: absolute; */
  /* width: 200px; */
  top: 20%;
  left: 10%;
}

.section_about__left img {
  padding-top: 20px;
  width: 100%;
}

.section_about__right {
  /* grid-row: 1/2; */
  /* grid-column: 2/3; */
  width: 50%;
  /* position: absolute; */
  /* top: 13%; */
  left: 10%;
}

.section_about__right h1 {
  text-align: left;
  font-family: sans-serif;
  font-size: 1.6rem;
  padding: 20px 0px;
}

.section_about__right h2 {
  font-size: 2.4rem;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 0.7rem;
}

.section_about__right h2 span {
  font-size: 1.6rem;
  padding: 20px;
}
.sp_about_h2_br{
  display: none;
}
.section_about__right p {
  padding-top: 20px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
}

.section_about__right p span {
  font-weight: bold;
}

/* スマホ版 */
@media (max-width:600px) {
  #section_about {
    /* height: 850px; */
    /* grid-template-rows: 30% 70%; */
    /* grid-template-columns: auto; */
    flex-direction: column;
  }

  .section_about__left {
    /* grid-row: 1/2; */
    /* grid-column: 1/2; */
    width: 100%;
  }

  .section_about__left div {
    left: 0%;
    top: 5%;
    width: 100%;
    text-align: center;
  }

  .section_about__left img {
    padding-top: 0px;
    width: 180px;
  }

  .section_about__right {
    /* grid-row: 2/3; */
    /* grid-column: 1/2; */
    margin: auto;
    width: 90%;
    /* position: absolute; */
    /* top: 10%; */
    /* left: 5%; */
  }

  .section_about__right h1 {
    text-align: center;
    font-size: 2.4rem;
    padding: 10px 0px;
  }
  .section_about__right h2 {
    text-align: center;
    font-size: 2.4rem;
    padding: 20px 0px;
  }
  .section_about__right h2 span {
    font-size: 1.6rem;
    line-height: 40px;
  }
  .sp_about_h2_br{
  display: block;
  }
  .section_about__right p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

/* スマホ版 end */
/* about 判別式 end*/
/* about 三遠テラビア*/
#section_about_sanen {
  background-image: url(/img/top/about_sanen.jpg);
  /* background-position: right; */
  background-size: contain;
  width: 100%;
  /* height: 700px; */
  margin: auto;
  max-width: 1040px;
  /* position: relative; */
  display: flex;
  justify-content: space-around;
  padding: 40px 0px;
  /* grid-template-rows: auto; */
  /* grid-template-columns: 40% 60%; */
}
#section_about_sanen img{
  /* width: 200px; */
  /* height: 300px; */
  padding-top: 80px;
  width: 100%;
  object-fit: cover;
}
#section_about_sanen small {
  font-size: 1.0rem;
}

/* スマホ版 */
@media (max-width:600px) {
  #section_about_sanen {
    /* height: 950px; */
    /* grid-template-rows: 26% 74%; */
    /* grid-template-columns: auto; */
    flex-direction: column;
  }
  #section_about_sanen img{
    padding-top: 0px;
    width: 180px;
    height: 270px;
    object-fit: cover;
  }
}

/* スマホ版 end */
/* about 三遠テラビア end*/
/* company profile */
.section_com_prof {
  background-image: url(/img/top/com_prof_bg.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-size: cover;
  margin: auto;
  max-width: 1040px;
}

.section_com_prof__lauout {
  padding-left: 5%;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 90%;
}

.section_com_prof span {
  font-size: 0.8rem;
  padding-left: 5px;
}

.section_com_prof h1 {
  text-align: left;
  font-size: 3.0rem;
  font-weight: bold;
}

.section_com_prof h2 {
  text-align: left;
  padding: 20px 0px 5px 10px;
  font-size: 2.0rem;
  font-weight: bold;
}

.section_com_prof p {
  text-align: left;
  padding: 0px 0px 10px 10px;
  font-size: 1.4rem;
}

.section_com_prof li {
  text-align: left;
  padding: 0px 0px 10px 10px;
  font-size: 1.4rem;
}

.sp {
  display: none;
}

@media (max-width:500px) {
  .section_com_prof__lauout {
    padding: 10px 10px 80px 10px;
    width: 90%;
  }

  .section_com_prof h1 {
    text-align: center;
    padding-bottom: 20px;
  }

  .section_com_prof h2 {
    text-align: center;
  }

  .section_com_prof p {
    text-align: center;
  }

  .section_com_prof ul {
    padding-left: 20px;
  }

  .sp {
    display: block;
  }
}
/* company profile end */