@charset "utf-8";

/*------------------------------------------------
product
------------------------------------------------*/


.main-content {
  background-image: url(../../images/product/counterweight_bg.jpg);
  background-position: right calc(50% - 150px) top 100px;
}


@media print, screen and (min-width: 769px) {
  .main-content {
    background-position: right top 300px;
  }
}

.copy {
  padding-top: 50px;
}

.copy-title {
  color: #2c4390;
  text-align: center;
  font-size: 2.2rem;
  font-family: 'Noto Serif SC', serif;
  margin-bottom: 15px;
}

.copy-text {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .copy-title {
    font-size: 4rem;
    margin: 50px 0;
  }
  .copy-text {
    text-align: center;
  }
}

/*------------------------------------------------
role
------------------------------------------------*/

.speech-balloon {
  border-radius: 10px;
}

/*role-intro*/
.role-intro {
  margin:0 0 25px;
  max-width: 385px;
  margin: auto;
}

.role-intro-pic {
  width: 235px;
  margin: 0 55px -20px auto;
  position: relative;
  z-index: 11;
}

.role-intro-pic > img {
  width: 100%;
  height: 100%;
}

.role-intro-text .speech-balloon {
  padding: 20px 15px 15px;
  z-index: 10;
  background-color: #dceaf6;
  position: relative;
}
.role-intro-text {
  position: relative;
}

.role-intro-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #dceaf6;
  top: -35px;
  right: 15px;
  z-index: 0;
}

.role-intro-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  top: -35px;
  right: 35px;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .role-intro {
    margin:0 0 25px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .role-intro-pic {
    width: 405px;
    margin: 0 0 0 35px;
    position: relative;
    z-index: 11;
  }
  .role-intro-text .speech-balloon {
    padding: 30px;
    width: 500px;
  }
  .role-intro-text {
    font-size: 1.8rem;
  }

  .role-intro-text::before {
    width: 70px;
    height: 70px;
    border-radius: inherit;
    background-color: inherit;
    border-style: solid;
    border-width: 40px 70px;
    border-color: rgba(220, 234, 246, 0) rgba(220, 234, 246, 1) rgba(220, 234, 246, 1) rgba(220, 234, 246, 0);
    top: calc(50% - 40px);
    right: inherit;
    left: -70px;
  }

  .role-intro-text::after {
    display: none;
  }
}


/*role-list*/
.role-list {
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 385px;
}
.role-list-title.speech-balloon {
  padding: 15px 30px;
  text-align: center;
  position: relative;
  margin: 25px auto;
  background-color: #dceaf6;
}

.role-list-title.speech-balloon::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 15px;
  border-color: rgba(220, 234, 246, 1) rgba(220, 234, 246, 0) rgba(220, 234, 246, 0) rgba(220, 234, 246, 0);
  bottom: -30px;
  left: calc(50% - 15px);
}
.role-item {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.role-item-pic {
  width: 85px;
  height: 85px;
  background-color: #ccc;
/*  margin: auto;*/
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 3px 3px 0 #2c4390;
}
.role-item-pic > img {
  width: 100%;
  height: 100%;
}
.role-item-pic-name {
  color: #2c4390;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: normal;
}
.role-item-pic-name rt {
  transform: translateY(.2em);
}
.role-item-pic-name rt:nth-of-type(2) {
  letter-spacing: -0.5em;
}

@media print, screen and (min-width: 769px) {
  .role-list {
    margin: 25px auto 100px;
    max-width: 900px;
  }
  .role-list-title.speech-balloon {
    width: 500px;
    margin: 50px 250px;
    font-size: 2rem;
  }
  .role-item {
    width: 230px;
  }
  .role-item:nth-of-type(2) {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .role-item-pic {
    width: 230px;
    height: 230px;
  }
  .role-item-pic-name {
    font-size: 1.8rem;
  }
}


/*------------------------------------------------
type
------------------------------------------------*/
.type-text {
  margin-bottom: 50px;
}
/* .type-list {} */
.type-item-title {
  margin-bottom: 15px;
}
.type-item-detail {
  margin-bottom: 50px;
}
.type-item-detail-text {
  margin-bottom: 15px;
}
.type-item-detail-pic {
  max-height: 385px;
  margin: auto;
}
.type-item-detail-pic > img {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .type-text {
    text-align: center;
    margin-bottom: 100px;
  }
  .type-item-title {
    width: 500px;
    margin:0 auto 25px;
  }
  .type-item-detail {
    margin-bottom: 100px;
  }
  .type-item-detail-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .type-item-detail-pic {
    max-width: 720px;
    margin: auto;
  }
}
