@charset "UTF-8";
@import url('ress.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700;800&display=swap');

:root {
  font-size: 16px;
}

.pop {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  background-color: #f2f2f2;
}

.pop .cover {
  width: 100%;
  background-image: url(/assets/images/cover-bg.jpg);
  background-size: cover;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop .cover h1 {
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  color: #f2f2f2;
  text-shadow: rgba(0, 0, 0, .6) 2px 2px;
  text-align: center;
  border-bottom: #f2f2f2 solid 1px;
}

/* part */

.pop .part {
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin: 60px auto;
}

.pop .title {
  width: 100%;
  margin: 0 auto;
}

.pop .title .sub-title {
  font-size: 1.5rem;
  color: #27a8e2;
  line-height: 1.5;
}

.pop .title h3 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.pop .part ol {
  margin: 18px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
}

.pop .part-item {
  display: flex;
  align-items: end;
  width: 100%;
  max-width: 476px;
  height: 294px;
  background: #fff;
  border-radius: 24px;
  margin: 18px;
  box-shadow: 0px 5px 15px rgb(177 177 177 / 14%);
}

.pop .part-item:nth-child(1) {
  background-image: url(/assets/images/part01.jpg);
}
.pop .part-item:nth-child(1):hover {
  background-image: url(/assets/images/part01.jpg);
}
.pop .part-item:nth-child(2) {
  background-image: url(/assets/images/part02.jpg);
}
.pop .part-item:nth-child(2):hover {
  background-image: url(/assets/images/part02.jpg);
}
.pop .part-item:nth-child(3) {
  background-image: url(/assets/images/part03.jpg);
}
.pop .part-item:nth-child(3):hover {
  background-image: url(/assets/images/part03.jpg);
}
.pop .part-item:nth-child(4) {
  background-image: url(/assets/images/part04.jpg);
}
.pop .part-item:nth-child(4):hover {
  background-image: url(/assets/images/part04.jpg);
}

.pop .part-item_caption {
  display: flex;
  align-items: center;
  min-height: 4em;
  width: 100%;
  text-align: left;
  padding: .5em 24px;
  line-height: 1.5;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 0 0 24px 24px;
}

/* メインビジュアル */
.pop .main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2rem;
  background-image: url(/assets/images/main_bg.jpg);
  background-position: center;
  margin-bottom: 64px;
  min-height: 22em;
}

.pop .main-visual_copy-area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  color: #f2f2f2;
}

.pop .main-visual_copy-area h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.pop .main-visual_copy-area h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.25rem 0;
}

.pop .main-visual_copy-area p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}

.pop .main-visual_copy-area p a {
  color: #fe5e20;
}

.pop .main-visual_copy-area p a:hover {
  text-decoration: underline;
}

.pop .main-visual_image-area {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.pop .main-visual_image-area img {
  width: 100%;
}

.pop .main-visual_button-area {
  width: 100%;
  max-width: 1024px;
  margin: auto auto 0;
  text-align: center;
}

.pop .main-visual_button-area a {
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: #fff;
  height: 64px;
  line-height: 64px;
  background: #fe5e20;
  border-radius: 32px;
  margin: 0 auto -32px;
}

.pop .main-visual_button-area a:hover {
  background: #fff;
  color: #fe5e20;
}

/* profile */

.pop .profile {
  margin-top: 240px;
}

.pop .profile .profile-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 80px;
}

.profile-area h3 {
  font-size: 2em;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.profile-text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
}

.profile-name-area {
  display: flex;
  align-items: baseline;
}

.profile-name-area h2 {
  font-size: 2em;
}

.profile-name-area p {
  margin-left: 16px;
}

.profile-career-area {
  font-size: 1.25em;
  line-height: 1.5;
}

.profile-career-area p {
  margin-top: 1em;
}

.pop .bubble {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.pop .bubble_people-area {
  background-color: #fff;
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.pop .bubble_people-area img {
  border-radius: 5%;
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.pop .bubble_text-area_r,
.pop .bubble_text-area_l {
  width: 100%;
  max-width: 832px;
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
  position: relative;
}

.pop .bubble_text-area_r::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.pop .bubble_text-area_r::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  z-index: 1;
}

.pop .bubble_text-area_l::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}

.pop .bubble_text-area_l::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  z-index: 1;
}

.pop .bubble h3,
.pop .bubble h4 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.pop .bubble p {
  line-height: 1.5;
}

.pop .emphasize {
  width: 100%;
  background-color: #fe5e20;
  margin-top: 64px;
  padding: 32px 0 64px;
}

.pop .emphasize.normal {
  background-color: #f2f2f2;
}

.pop .emphasize_text-area {
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 0;
  text-align: center;
}

.pop .emphasize_text-area h3,
.pop .emphasize_text-area h4 {
  font-size: 2rem;
  font-weight: normal;
  margin: 32px 0;
}

.pop .emphasize_text-area p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em;
}

.pop iframe {
  width: 100%;
}

.pop .emphasize_button-area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.pop .emphasize_button-area button {
  width: 100%;
  max-width: 600px;
  text-align: center;
  color: #fff;
  height: 64px;
  background: #27a8e2;
  border-radius: 32px;
  border: #000 solid 4px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 64px;
}

.pop .emphasize_button-area button:hover {
  background: #fff;
  color: #27a8e2;
}

.pop .introduction {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto -32px;
  padding: 64px 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}

.pop .introduction::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 115px 0 115px;
  border-color: #f2f2f2 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop .list {
  margin-top: 32px;
}

.pop .list li {
  text-align: left;
  list-style: disc;
}

footer {
  text-align: center;
  color: #999;
}

footer h1 {
  padding: .5em 0;
}