@charset "utf-8";
.top_messeage {
  text-align: center;
}
.profilepage_rogo{
  display:block;
  text-align: center;
 
  
}
.top_company {
  display: block;
  background-image: url("../image/profile/pepar.png");
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  justify-content: center;
  line-height: 30px;
  margin: 60px auto 0 auto;
  padding: 20px;
}

.top_messeage_name span {
  font-size: 1.8rem;
}
.top_messeage p {
  display: block;
  margin: 0px auto 0 auto;
  text-align: center;
}
.company_discription {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  align-items: center;
  margin: 30px auto 0 auto;
  text-indent: -2em;
  font-size: 1.8rem;
}
.company_messeage1 {
  width: 250px;
  margin: 50px auto;
}
.company_messeage2 {
  width: 100%;
  margin-top: 80px;
  background-image: url("../image/profile/pepar.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.company_messeage2 img {
  display: none;
}
.company_messeage2 p {
  margin: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 280px;
  padding: 15px;
}
.company_messeage3 {
  position: relative;
  max-width: 327px;
  margin: 80px auto;
}
.company_messeage3__img1 {
  position: absolute;
  width: 250px;
  height: auto;
  top: 0px;
  right: 0;
}
.company_messeage3__img2 {
  position: absolute;
  width: 250px;
  height: auto;
  top: 165px;
  left: 0;
}
.company_messeage3 p {
  margin-top:80px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
  padding: 10px 30px;
  position:absolute;
}
@media(min-width:960px) {
  .top_messeage1 {
   display:inline-block;
   margin:0 auto;
   justify-content: center;
  }
  .profilepage_rogo{
    display:block;
    text-align: center;
   width:250px;
    
  }

  .top_messeage p {
    text-align: center;
  }
  .top_messeage1 {
    
    
    display: flex;
  }
  .top_messeage1 p {
    margin: 100px;
  }
  .company_messeage1 {
    font-size: 1.8rem;
   display:block;
 margin-top:100px;
   width:800px;
  }
  .company_messeage2 {
    background-image: none;
    margin-top: 100px;
  }
  .company_messeage2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: inline-block;
  }
  .company_messeage2 p {
    font-size: 1.8rem;
    width: 800px;
   display:block;
   margin:80px auto;
   
  }
  .company_messeage3 {
    max-width: 1110px;
    margin: 0 auto;
  }
  .company_messeage3__img1 {
    width: 600px;
    height: auto;
    top: 0px;
  }
  .company_messeage3__img2 {
    width: 600px;
    height: auto;
    top: 290px;
  }
  .company_messeage3 p {
    padding: 26px 276px;
    font-size: 1.8rem;
    margin-top: 290px;
  }
}
.profile_secition {
  max-width: 327px;
  margin: 500px auto 0 auto;
  position: relative;
}
.profile_section__imgpc {
  display: none;
}
.profile_section__name {
  font-size: 2.4rem;
  position: absolute;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 20px;
  right: 60px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.profile_section__english {
  display: none;
}
.profile_section__p {
  max-width: 280px;
  padding: 30px;
  border: #2ca9e1 solid 1px;
  border-top: none;
}
.iimaemi {
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact {
  max-width: 327px;
  margin: 80px auto 0 auto;
}
@media(min-width:960px) {
  .profile_secition {
    max-width: 1110px;
    margin-top: 970px;
    justify-content: center;
    display: flex;
  }
  .profile_section__imgsp {
    display: none;
  }
  .profile_section__imgpc {
    height: 400px;
    display: inline-block;
  }
  .profile_section__name {
    position: relative;
    right: auto;
    font-size: 3.0rem;
    left: 80px;
    font-weight: 600;
    top:0;
  }
  .profile_section__english {
    display: inline-block;
    position: absolute;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 170px;
    margin-left: 400px;
  }
  .profile_section__p {
    position: relative;
    margin: 250px 50px 0 50px;
    width: 300px;
    font-size: 1.6rem;
    padding: 5px;
    height: 250px;
    border: none;
  }
  .iimaemi {
    display: none;
  }
  .contact {
    margin: 0 auto;
    max-width: 1110px;
  }
}