@charset "UTF-8";
/* CSS Document */
.section-top {
  background-color: #ffffff;
  margin: 0px 30px 0px;
  padding: 50px 0px 0px;
  position: relative;
}
.section-top__img{
  width: 80%;
}
.note {
  width: 5%;
  position: absolute;
  top: 24%;
  left: 9%;
}
.parts1 {
  width: 5%;
  position: absolute;
  top: 24%;
  left: 22%;
}
.parts2 {
  width: 4%;
  position: absolute;
  top: 54%;
  left: 28.5%;
}
.parts3{
  width: 8%;
  position: absolute;
  top: 15%;
  left: 37.5%;
}
.parts4{
  width: 28%;
  position: absolute;
  top: 29%;
  left: 35.5%;
}
.parts5 {
  width: 5%;
  position: absolute;
  top:21%;
  right: 28.7%;
}
.parts6 {
  width: 3%;
  position: absolute;
  top: 18%;
  right: 20%;
}
.parts7 {
  width: 4%;
  position: absolute;
  top: 60%;
  right: 28.5%;
}
.parts8 {
  width: 5%;
  position: absolute;
  top: 52%;
  right: 8%;
}
.section-top__lead{
  font-size: 1.8rem;
  line-height: 3.0rem;
  padding: 40px 0px 50px;
}
/* section-top レスポンシブ */
@media (max-width:1180px){
  .section-top__img{
  width: 90%;
}
 .note {
  left: 5%;
}
.parts1 {
  left: 18%;
}
.parts2 {
  top: 53%;
  left: 26%;
}
.parts3{
  left: 36.5%;
}
.parts4{
  top: 30%;
}
.parts5 {
  top:20%;
  right: 26.3%;
}
.parts6 {
  right: 18%;
}
.parts7 {
  right: 26.5%;
}
.parts8 {
  top: 51%;
  right: 4%;
  }
}
@media (max-width:850px){
 .note {
  left: 4%;
}
.parts1 {
  top: 23%;
}
.parts2 {
  top: 48%;
}
.parts5 {
  top:20%;
  right: 26.3%;
}
.parts7 {
  top: 55%;
  right: 24.5%;
}
.parts8 {
  top: 47%;
  }
}
@media (max-width:450px){
.note {
  width: 7%;
  top: 19%;
  left: 3%;
}
.parts1 {
  width: 7%;
  top: 18%;
  left: 17%;
}
.parts2 {
  width: 6%;
  top: 28%;
  left: 25%;
}
.parts3{
  width: 10%;
  top: 13%;
  left: 35%;
}
.parts4{
  width: 31%;
  top: 22%;
  left: 33.9%;
}
.parts5 {
  width: 6%;
  top:17%;
  right: 25.5%;
}
.parts6 {
  width: 5%;
  top: 14%;
  right: 17%;
}
.parts7 {
  width: 6%;
  top: 34%;
  right: 25%;
}
.parts8 {
  width: 7%;
  top: 29%;
  right: 3%;
}
.section-top__lead{
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 40px 10px 50px;
}
}

.profile-smp {
  display: none;
}
.section-profile {
  background-color: #ffffff;
  margin: 30px 30px 0px;
  position: relative;
}
.section-profile__line {
  position: absolute;
  top: 12.5%;
  right: 42.5%;
}
.section-profile__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0px;
  padding-bottom: 55px;
}
.section-profile__wrap-1 {
  width: 50%;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3.0rem;
  
}
.section-profile__wrap-2 {
  width: 30%;
  height: 50%;
}
.about-link {
  text-align: right;
  padding: 5px 35px;
}
.about-link a {
  text-decoration: none;
  color: #50443c;
}
/* section-profile レスポンシブ */
@media (max-width:1180px){
.section-profile__line {
  right: 41.5%;
}
.section-profile__wrap-1 {
  width: 60%;
  
}
.section-profile__wrap-2 {
  width: 30%;
  height: 50%;
}
}
@media (max-width:850px){
 .section-profile__line {
  top: 8%;
  right: 36%;
}
 .section-profile__wrap {
   flex-flow: column-reverse;
}
  .section-profile__wrap-1 {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3.0rem;
}
.section-profile__wrap-2 {
  width: 40%;
  height: 40%;
  margin: 0px auto 20px;
}
}
@media (max-width:450px){
  .profile-pc {
    display: none;
  }
  .profile-smp {
    display: block;
  }
 .section-profile__line {
  width: 12%;
  top: 9%;
  right: 30.5%;
}
  .section-profile__wrap {
  margin: 0px auto;
  padding-bottom: 55px;
}
  .section-profile__wrap-1 {
  margin: 0px auto;
  width: 90%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem;
}
.section-profile__wrap-2 {
  width: 50%;
  height: 50%;
}
}

.section-portfolio {
  background-color: #ffffff;
  margin: 0px 30px;
  position: relative;
}
.section-portfolio__line {
  position: absolute;
  top: 12.5%;
  right: 41.5%;
}
.portfolio-image {
 margin: 40px 0px;
 width: 65%;
 height: 50%;
}
.section-portfolio__text {
  font-size: 1.8rem;
}
.section-portfolio__ul {
  padding: 55px 0px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-portfolio__ul li {
  padding: 0px 60px;
  list-style: none;
}
.section-portfolio__ul a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #50443c;
}
.section-portfolio__wrap {
  display: none;
}
/* section-portfolio レスポンシブ */
@media (max-width:1180px){
  .section-portfolio__line {
  right: 40%;
}
  .portfolio-image {
 width: 80%;
 height: 55%;
}
}
@media (max-width:850px){
.section-portfolio__line {
  top: 10%;
  right: 34%;
}
  .portfolio-image {
 width: 80%;
 height: 55%;
}
  .section-portfolio__ul {
  flex-flow: column;
}
  .section-portfolio__ul li {
  padding-bottom: 30px;
}
}
@media (max-width:450px){
.section-portfolio__line {
  width: 12%;
  top: 12.5%;
  right: 28.5%;
}
  .portfolio-image {
 margin: 10px 0px 20px;
 width: 80%;
}
  .section-portfolio__text {
  font-size: 1.6rem;
}
  .section-portfolio__ul {
  padding: 40px 0px 25px;
}
}
