@charset "utf-8";
/* CSS Document */
#president {
  color: #707070;
  padding-bottom: 10vh;
}
/* メインビジュアル */
.pr_mainvisual {
  width: 100vw;
  background-color: #fff;
}
.main_1 {
  background-image: url("../image/uejima_.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding-top: 100px;
}
.main_1 h1 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  text-align: end;
}
.main_1 h1 span {
  color: #fff;
}
.text3 {
  position: absolute;
  top: 65%;
  left: 5%;
}
.aka {
  font-size: 3rem;
  color: #b20054;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.text4 {
  position: absolute;
  top: 75%;
  right: 5%;
}
.shiro {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}
.ee {
  padding-top: 200px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-bottom: 100px;
}
/* メインビジュアルここまで */
.pr_fulling1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-image: url("../image/uesima_profile.jpg");
  height: 250px;
  background-position: center 36%;
  background-size: comgimgver;
}

.pr_imgtext1 {
  font-size: 25px;
  z-index: 100;
  color: #d23655;
  background-color: rgba(256, 256, 256, 0.8);
  display: block;
  text-align: left;
  width: 100vw;
  padding: 1rem 0 1rem 2rem;
  line-height: 1.5;
  font-family: "HG明朝E";
}
/*
.pr_imgtext2 {
  font-size: 25px;
  z-index: 100;
  color: #d23655;
  background-color: rgba(256, 256, 256, 0.8);
  display: block;
  text-align: right;
  width: 100vw;
  padding: 1rem 2rem 1rem 0;
  line-height: 1.5;
  font-family: "HG明朝E";
}*/
.pr_text {
  margin: 1rem 2rem;
  font-size: 17px;
  background-color: rgba(256, 256, 256, 0.4);
  border-radius: 10px;
}
.pr_strong {
  font-size: 19px;
  font-weight: bold;
  color: #d23655;
  line-height: 1.5;
  margin: 0.5rem 0;
  display: block;
}
.pr_texttitle1 {
  font-size: 20px;
  text-align: center;
  color: #a38256;
  border-bottom: 0.5px dotted #a38256;
}

.pr_texttitle2 {
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  color: #d23655;
  margin-top: 2rem;
}
.pr_toptitle {
  text-align: center;
}
.pr_toptext {
  margin: 1rem 2rem;
}
/*↓ここから「社長の思い」*/
.pr_thoughy {
  background-color: white;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}
/*↓ここから「ゴッドハンドについて」*/
.pr_hand {
  background-color: #fff;
  padding-bottom: 3rem;
}

.pr_god {
  width: 100vw;
  height: auto;
}
/*↓ここから「月と女性の体の関係について」*/
.pr_moon_topimg {
  width: 100vw;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.pr_toptext2 {
  margin: 1.5rem 1rem;
}
.pr_moon {
  padding-top: 3rem;
  background-color: white;
  padding-bottom: 1.5rem;
}
.pr_textbox_mo1 img,
.pr_textbox_mo2 img {
  width: 100vw;
  height: auto;
}
.pr_mobox {
  background-color: #fce4d6;
  border-radius: 10px;
  width: 90%;
  margin: 2rem auto;
  padding: 1rem 1rem;
}
.pr_motitel {
  text-align: center;
  font-size: 20px;
  color: #da536e;
}
.pr_motext {
  padding: 1rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/moon.png);
}
/*↓ここから「社長プロフィール」*/
.pr_profile {
  background-color: #fce4d6;
}
.pr_kazariwaku {
  padding: 0;
  margin: 0;
}
.pr_pc_profile img {
  border-radius: 50%;
  width: 80vw;
  height: auto;
  margin: 2rem auto 1rem;
  display: block;
}
.pr_name {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  color: #da536e;
  font-weight: 300;
  padding: 1rem 0;
  font-family: "HG明朝E";
}
.pr_text_profile {
  border-radius: 15px;
  background-color: #fff;
  text-align: left;
  line-height: 2;
  padding: 1rem;
  margin: 1rem;
}
.pr_text_profile span {
  display: block;
  text-align: center;
}
.foot_sns {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.foot_sns {
  margin-top: 0;
}
/*600px以上の場合*/
@media (min-width: 600px) {
  .pr_fulling1 {
    height: 400px;
  }
  .pr_imgtext1 {
    font-size: 2rem;
    padding-left: 3rem;
  }
  .pr_fulling2 {
    height: 400px;
  }
  .pr_imgtext2 {
    font-size: 2rem;
    padding-right: 5rem;
  }
  .pr_texttitle1 {
    font-size: 30px;
    padding-left: 3rem;
  }
  .pr_texttitle2 {
    font-size: 30px;
    padding-left: 5rem;
  }
  .pr_textbox {
    margin: 3rem auto;
    width: 43em;
  }
  .pr_img {
    width: 70%;
    margin: 0 auto 2rem;
  }
  /*ここからPC版「ゴッドハンドについて」*/
  .pr_textbox_ha1 {
    display: flex;
    justify-content: center;
  }
  .pr_textbox_ha2 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 2rem;
  }
  .pr_god {
    width: 50vw;
  }
  .pr_text {
    width: 40vw;
    height: inherit;
    padding: 3rem 2rem;
  }
  .pr_toptext2 {
    text-align: center;
  }

  .pr_textbox_ha2_in {
    display: flex;
    align-items: center;
  }
  
  /*ここからPC版「社長プロフィール」*/
  .pr_profile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pr_pc_profile_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }
  .pr_kazariwaku {
    width: 550px;
    margin: 0 auto;
  }
  .pr_kazariwaku img {
    width: inherit;
    height: auto;
  }
  .pr_name {
    width: 250px;
    margin: 0;
  }
  .pr_pc_profile img {
    margin-right: 2rem;
    width: 250px;
    height: auto;
    margin-top: 0px;
  }
  .pr_text_profile {
    width: 500px;
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  .pr_textbox_mo2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0;
  }
  .pr_textbox_mo2 .pr_text {
    width: 40vw;
  }
  .pr_textbox_mo2 img {
    width: 40vw;
    height: 40vw;
  }
  .main_1 {
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding-bottom: 400px;
    padding-top: 400px;
    width: 80%;
    margin: 0 auto;
  }
  .main_1 h1 {
    position: absolute;
    font-size: 70px;
    color: #fff;
    top: 30%;
    right: 10px;
  }
  .aka {
    font-size: 80px;
    color: #f00c89;
  }
  .shiro {
    font-size: 80px;
    color: #fff;
  }
  .text3 {
    top: 70%;
    left: 20%;
  }
  .text4 {
    top: 80%;
    right: 20%;
  }
}
