@charset "UTF-8";
/* CSS Document */
main {
  background-color: #E9EFF0;
}
p {

}
.personal-title {
  padding: 100px 30px 0px;
}
.personal-title img {
  width: 100%;
      max-width: 700px;
}
.personal-un {
  position: relative;
  padding: 50px 30px;
  overflow: hidden;
}
.personal-un img, .kokkaku-type img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.pc {
  display: none;
}
.kokkaku-type__three h2 {
  width: 300px;
  
}
.personal-un__img img {
  display: none;
  position: absolute;
  top: center;
  right: center;
  height: 300px;
  object-fit: contain;
}
.personal-un__img__sp {
  position: relative;
  z-index: 1;
}
.personal-un__img__pc {
  display: none;
}
.kokkaku-bg-img {
  position: absolute;
  bottom: 0px;
  left: 0%;
  z-index: 0;
}
@media(min-width:960px) {
  .personal-title img {
    margin-bottom: 100px;
  }
  .personal-un {
    position: relative;
    padding: 0 200px 150px;
    max-width: 1500px;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  .pc{
    display: block;
  }
  .personal-un h1 img {
    margin: 0 auto 70px;
        width: 40vw;
  }
 
  .personal-un__img__sp {
    display: none;
  }
  .personal-un__img__pc {
    display: block;
    position: relative;
    z-index: 1;
  }
  .personal-un img {
    max-width: 960px;
    margin: 0 auto;
  }
  .personal-un__img img {
    display: none;
    position: absolute;
    top: center;
    right: center;
    height: 300px;
    object-fit: contain;
    width: 70vw;
    max-width: 960px;
  }
.kokkaku-bg-img {
  position: absolute;
  bottom: 200px;
 left: 0%;
}
}
.kokkaku-type {
  padding: 80px 30px;
}
.kokkaku-type h1 {
  margin-bottom: 30px;
}
.kokkaku-type__three {
  margin-top: 30px;
}
.kokkaku-type__three__straight, .kokkaku-type__three__wave, .kokkaku-type__three__natural {
  margin-bottom: 30px;
  justify-content: center;
  margin: 0 auto;
}
.kokkaku-type__three__straight h2 {
  border: 6px solid #90BFF6;
  margin: 30px auto;
}
.kokkaku-type__three__wave h2 {
  border: 6px solid #8AB58D;
 margin: 30px auto;
}
.kokkaku-type__three__natural h2 {
  border: 6px solid #D8BFD5;
  margin: 30px auto;
}
.kokkaku-type__three__text {
  width: 300px;
  margin: 30px auto;
}
.kokkaku-type__three__text p {
  text-align: center;
}
@media(min-width: 960px){
  .kokkaku-type {
    position: relative;
  padding: 150px;
    max-width: 1500px;
    margin: 0 auto;
}
  .kokkaku-type img {
    max-width: 1500px;
        width: 40vw;
  }
.kokkaku-type h1 {
  margin-bottom: 80px;
}
  .kokkaku-type__bgimg-left {
    position: absolute;
    bottom: 0;
    left:  0;
  }
  .kokkaku-type__bgimg-right {
    position: absolute;
    bottom: 0;
    right:  0;
  }
.kokkaku-type__three {
  margin-top: 30px;
}
.kokkaku-type__three__straight, .kokkaku-type__three__wave, .kokkaku-type__three__natural {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
.kokkaku-type__three__straight h2 {
  border: 6px solid #90BFF6;
  margin-right: 30px;
}
.kokkaku-type__three__wave h2 {
  border: 6px solid #8AB58D;
  margin-right: 30px;
}
.kokkaku-type__three__natural h2 {
  border: 6px solid #D8BFD5;
  margin-right: 30px;
}
.kokkaku-type__three__text {
  width: 300px;
}
}