/*
 * ファイル名: placentexmen4.css
 * 内容： placentaexformenのCSSファイル
 *
 * ------- Table Of Contents -------
 *
 * 1.0 - Base： 初期設定
 *    1.1 - Default Style

 * 2.0 - Layout： 配置
 *    2.1 - Centering
 *    2.2 - Hero
 *    2.3 - Contents

 *
 * 3.0 - Module: 繰り返し利用する部品
 *    3.1 - 改行
 *    3.2 - 純度100% スーパープラセンタ
 *    3.3 - ボタン
 *
*/

/* ============================================ */
/* 1.0 - Base */
/* ============================================ */

/*
 * 1.1 - Default Style
----------------------------------------------- */

html {
  box-sizing: border-box;
  height: 100%;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

#exContainer {
  height: 100%;
  color: #212121;
  font-family: 'ヒラギノ明朝 ProN',
    'Hiragino Mincho ProN',
    'Noto Serif JP',
    'Yu Mincho Light',
    'YuMincho',
    'Yu Mincho',
    '游明朝体',
    'ＭＳ Ｐ明朝',
    'MS PMincho',
    serif,
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  line-height: 1.5;
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

#exContainer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#exContainer a {
  transition: all .3s ease-in-out;
}

#exContainer .screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

#exContainer [lang="en"] {
  text-transform: uppercase;
}

h1 {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  padding: 6px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
}


/* ============================================ */
/* 1.0 - Layout */
/* ============================================ */

/*
 * 2.1 - Centering
----------------------------------------------- */

.contents {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 1199px) {

  .contents {
    width: 95%;
  }
}


/*
 * 2.2 - Hero
----------------------------------------------- */

.hero__img {
  margin: 0 auto;
  width: 100%;
}


/*
 * 2.3 - Contents
----------------------------------------------- */

/*
 * CV
----------------------------------------------- */

.cv {
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.cv__wrapper {
  margin-bottom: 5rem;
}

.cvTop__heading {
  margin-top: -12rem;
  margin-bottom: 9rem;
  z-index: 10;
  text-align: center;
  color: #fff;
}

.cv__heading {
  margin: 5rem auto 4rem;
  position: relative;
  padding: 40px;
  width: 100%;
  max-width: 67.75rem;
  background-color: #00207A;
  text-align: center;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
}

.cv__heading .-emphasis {
  color: #e9c605;
  font-weight: 600;
}

.cv__heading::after {
  content: '';
  position: absolute;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(0, 32, 122, 0);
  border-top-width: 48px;
  border-bottom-width: 48px;
  border-left-width: 32px;
  border-right-width: 32px;
  border-top-color: #00207A;
  top: 100%;
  left: 50%;
}

.cv__heading--primary {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}

.cv__heading--secondary {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}

.cv__heading--secondary .-emphasis {
  color: #e9c605;
  font-weight: 600;
}

.cv__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 960px;
}

.cv__img {
  width: 45%;
}

.cv__logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.cv__lead {
  margin-top: .625rem;
  background-color: #000;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.555;
  color: #fff;
}

.cv__productName {
  margin-top: 1rem;
  text-align: right;
  font-size: 1.75rem;
  line-height: 1.178;
  font-weight: 600;
}

.cv__productName--small {
  font-size: 1.125rem;
  font-weight: 500;
}

.cv__price {
  position: relative;
  text-align: right;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
}

.cv__price--primary {
  font-size: 6.625rem;
  font-family: 'DIN Alternate',
    sans-serif;
  color: #b92323;
}

.cv__price--small {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1.125rem;
}

.cv__postage {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #b92323;
}

.cv__note {
  margin-top: 1.625rem;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  background-color: #e2e3e4;
}

#exContainer .cv__button {
  position: relative;
  margin: 2.5rem auto 0;
  max-width: 640px;
  text-align: center;
}

#exContainer .cv__button::before {
  content: '';
  position: absolute;
  bottom: -.75rem;
  right: -2%;
  width: 100%;
  height: 100%;
  background-color: #bbb;
}

/*
 * CVセット
----------------------------------------------- */

/*
 * 定期解約いつでもOK
----------------------------------------------- */
.summary {
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.summary__container {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #bbb;
}

.summary__heading {
  text-align: center;
}

.summary__heading .-secondary {
  display: block;
  padding: 0 .5rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.summary__heading .-primary {
  display: block;
  padding-top: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.summary__button {
  margin: 1rem auto 8rem;
}

.summary__description {
  padding: 1.5rem;
  margin: 1rem auto 0;
  border: 1px solid#000;
  width: 980px;
}

.summary__item+.summary__item {
  padding-top: 1rem;
}

.summary__lead,
.summary__text {
  font-size: 1rem;
  line-height: 2.2em;
  font-family: 游ゴシック体,
    YuGothic,
    游ゴシック,
    "Yu Gothic",
    メイリオ,
    sans-serif;
  font-weight: 500;
}

.summary__lead {
  font-weight: 600;
}


/*
 * あきらめかけていた人も　無理は続かない人も
----------------------------------------------- */

.recommend {
  background: url(../../images/mensex/af2/bg-light.jpg) no-repeat center top/cover;
}

.recommend .contents {
  padding: 2rem 0 6rem;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.recommend__head {
  order: -1;
  text-align: center;
  font-size: 0;
}

.recommend__head li {
  width: 320px;
  padding: .5rem 1rem;
  display: inline-block;
  background-color: #68717b;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.recommend__head li+li {
  margin-left: 2.5rem;
}

.recommend__heading {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.recommend__heading .-xxl {
  font-size: 2.5rem;
}

.recommend__heading .-l {
  font-size: 2.5rem;
}

.recommend__heading .-xl {
  font-size: 2.5rem;
}

.recommend__heading em {
  font-size: 3rem;
  text-shadow: 3px 3px 3px rgba(106, 106, 106, 0.2);
  color: transparent;
  background: linear-gradient(346deg, rgba(58, 84, 118, 1) 20%, rgba(213, 226, 242, 1) 50%, rgba(58, 84, 118, 1) 80%);
  -webkit-background-clip: text; //テキストでくり抜く
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color -webkit-text-fill-color-webkit-text-fill-color //くり抜いた部分は背景を表示
}

.customer-voice {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}

.customer-voice__img {
  display: block;
  padding-right: 2rem;
  margin: 3rem auto 0;
  width: 60%;
}

.customer-voice__comments {
  margin: 0 auto;
  padding: 0 5rem;
  position: absolute;
  top: 14%;
  bottom: 0;
  right: 0;
  left: 0;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  font-size: 1.5rem;
}

.customer-voice__comment {
  padding-bottom: .25rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
}

.customer-voice__comment.-comment1 {
  position: absolute;
  right: 0;
}

.customer-voice__comment.-comment1:before {
  position: absolute;
  right: 56%;
  bottom: -56px;
  content: '';
  width: 176px;
  height: 56px;
  background-color: transparent;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(-36deg);
}

.customer-voice__comment.-comment2 {
  position: absolute;
  top: 2rem;
  left: 0;
}

.customer-voice__comment.-comment2:before {
  position: absolute;
  left: 54%;
  bottom: -56px;
  content: '';
  width: 188px;
  height: 56px;
  background-color: transparent;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(36deg);
}

.customer-voice__comment.-comment3 {
  position: absolute;
  top: 8rem;
  right: 0;
}

.customer-voice__comment.-comment3:before {
  position: absolute;
  right: 56%;
  bottom: -56px;
  content: '';
  width: 176px;
  height: 56px;
  background-color: transparent;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(-36deg);
}


/*
 * 加齢からくるこんなお悩みありませんか？
----------------------------------------------- */

.checklist {
  padding: 5rem 0 6.5rem;
  background: #888 url(../../images/mensex/af2/bg-checklist.jpg) no-repeat center center/cover;
}

.checklist__heading {
  margin-left: auto;
  width: 80%;
  max-width: 640px;
  font-size: 2.5rem;
  color: #fff;
}

.checklist__items {
  margin-top: 2rem;
  margin-left: auto;
  width: 40%;
  max-width: 440px;
}

.checklist__item {
  position: relative;
  font-size: 1.75rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  color: #fff;
}

.checklist__item::before {
  content: url(../../images/mensex/af2/figure-check.png);
  position: absolute;
  top: 12%;
  left: -12%;
}

.checklist__item+.checklist__item {
  margin-top: .875rem;
}

.checklist__message {
  margin-top: 4rem;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(69, 69, 69, 0.7);
  transform: rotate(5deg);
}

.checklist__message-emphasis {
  font-size: 3.25rem;
  color: #e9c605;
}

.checklist__message .-letter-space {
  letter-spacing: -0.25em;
}

.introduction__text {
  padding-top: 4rem;
  text-align: center;
  font-size: 2.25rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  font-weight: 600;
}

.introduction__emphasis {
  font-size: 3rem;
  color: #e06021;
}

.dots {
  position: relative;
  font-weight: 700;
}

.dots:before {
  content: "・";
  position: absolute;
  top: -1.2em;
  left: 8px;
  font-size: 2rem;
  color: #000;
}


/*
 * プラセンタとは
----------------------------------------------- */

.article__wrapper {
  position: relative;
  margin-top: 12rem;
  padding: 5rem 0 10rem;
  background: url(../../images/mensex/af2/bg-water.jpg) no-repeat center bottom/cover;
}

.article__wrapper::before {
  content: url(../../images/mensex/af2/photo-whats-placenta.png);
  position: absolute;
  top: -98px;
  left: 50%;
  transform: translate(-50%);
  font-size: 88px;
  font-family: 'Lato';
  font-weight: 800;
}

.article__container {
  padding: 0 5rem 8rem;
  margin: 4rem auto 0;
  width: 90%;
  max-width: 1100px;
  background: linear-gradient(rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);
}

.article__title {
  position: relative;
  padding: 0 4rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {

  .article__title {
    font-size: 1.875rem;
    padding: 0 3.5vw;
  }
}

.article__title::before,
.article__title::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 310px;
  height: 1px;
  background-color: #000;
}

.article__title::before {
  left: -120px;
}

.article__title::after {
  right: -440px;
}

.article__item {
  padding-top: 7rem;
}

.article__heading {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.article__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
}

.article__inner.-reverse {
  flex-direction: row-reverse;
}

.article__item--description {
  width: 50%;
}

.article__item--figure {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .article__item--figure {
    width: 45%;
  }
}

.article__item--figure.-center {
  text-align: center;
}

.article__lead {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 2rem;
}

.article__lead.-center {
  margin: 0 auto;
}

.article__lead--emphasis {
  font-size: 2.75rem;
  color: transparent;
  background: linear-gradient(346deg, rgba(58, 84, 118, 1) 20%, rgba(213, 226, 242, 1) 50%, rgba(58, 84, 118, 1) 80%);
  -webkit-background-clip: text; //テキストでくり抜く
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color -webkit-text-fill-color-webkit-text-fill-color //くり抜いた部分は背景を表示
}

.article__lead--brash {
  padding-bottom: 4rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: url(../../images/mensex/af2/illust-brush.png) no-repeat center center/contain;
  font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .article__lead--brash {
    padding-bottom: 10%;
    font-size: 3.5vw;
  }
}

.article__text {
  padding: 1rem 0;
  line-height: 1.8;
  font-size: 1.125rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.article__arrow {
  position: relative;
  margin: 2rem auto 5rem;
  width: 236px;
  text-align: center;
  font-size: 1.75rem;
}

.article__arrow::before,
.article__arrow::after {
  content: '';
  position: absolute;
  top: 22px;
  width: 2px;
  height: 104px;
  background-color: #3a5476;
}

.article__arrow::before {
  left: 72px;
  transform: rotate(-60deg);
}

.article__arrow::after {
  right: 72px;
  transform: rotate(60deg);
}

.shape__heading {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
}

.shape__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  padding-top: 1rem;
}

.shape__item {
  position: relative;
  width: 22%;
  max-width: 106px;
  height: 106px;
  background: url(../../images/mensex/af2/figure-octagon.png) no-repeat center center/contain;
}

.shape__item--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .shape__item--inner {
    font-size: 14px;
  }
}

.figure__lead {
  font-size: 1.5rem;
}

@media screen and (max-width: 1084px) {
  .figure__lead {
    margin-top: 2rem;
  }
}

.figure__box {
  position: relative;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 55rem;
  border: 1px solid #000;
  background-color: transparent;
}

.figure__heading {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 1rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2rem;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .figure__heading {
    top: -16px;
    font-size: 2.34vw;
  }
}

.figure__heading .-orange {
  color: #e06021;
}

.figure__img {
  display: block;
  margin: 2rem auto;
  text-align: center;
}

.figure__catch {
  position: absolute;
  top: 32px;
  right: 16px;
}

@media screen and (max-width: 1199px) {
  .figure__catch {
    top: -40px;
    right: -16px;
  }
}

.data__container {
  display: flex;
  justify-content: space-between;
}

.data__item {
  margin-top: 3rem;
  width: 50%;
}

.data__caption {
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.data__caption--small {
  margin-top: .5rem;
  font-size: .875rem;
}

.graph__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  align-items: flex-end;
  margin: 0 2.5rem;
}

.graph__item {
  display: flex;
  flex-direction: column;
}

.graph__caption {
  margin-top: .5rem;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.graph__data {
  order: -1;
  width: 68px;
  font-size: 1.375rem;
  font-style: italic;
  background-color: #595959;
  color: #fff;
}

.graph__data.-graph01 {
  padding-top: 32px;
  height: 94px;
}

.graph__data.-graph02 {
  padding-top: 44px;
  height: 120px;
}

.graph__data.-graph03 {
  padding-top: 64px;
  height: 156px;
}

.graph__data.-primary {
  padding-top: 84px;
  height: 200px;
  background: linear-gradient(0deg, rgba(233, 198, 5, 1) 0%, rgba(242, 221, 108, 1) 50%, rgba(233, 198, 5, 1) 100%);
  color: #000;
}

@media screen and (max-width: 1199px) {

  .graph__list {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .graph__caption {
    font-size: 1vw;
  }

  .graph__data {
    width: 100%;
    max-width: 50px;
    font-size: 1.2vw;
  }

  .graph__data.-graph01 {
    padding-top: 36px;
  }

  .graph__data.-graph02 {
    padding-top: 48px
  }

  .graph__data.-graph03 {
    padding-top: 64px;
  }

  .graph__data.-primary {
    padding-top: 88px;
  }
}

.report__container {
  padding: 2vw;
  text-align: center;
}

.article__check {
  margin-top: 5rem;
}

.check {
  position: relative;
}

.check__lead {
  position: absolute;
  top: -1vw;
  left: 6vw;
  /* margin: 1rem 0 0 -2rem; */
  font-size: 2.5rem;
  font-family: SignPainter;
  letter-spacing: .05em;
  color: #0048a0;
}

@media screen and (min-width: 1090px) and (max-width: 1300px) {

  .check__lead {
    left: 4%;
  }
}

@media screen and (min-width: 700px) and (max-width:1089px) {

  .check__lead {
    position: static;
    margin-left: -3rem;
  }
}

.check__text {
  padding: 1.5rem 2rem;
  margin: -3rem auto 0;
  width: 100%;
  max-width: 47.125rem;
  line-height: 1.8;
  font-size: 1.125rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
  background-color: #f8f7f1;
}

.check__text .-emphasis {
  background: linear-gradient(transparent 60%, #e9c605 60%);
  color: #0048a0;
  font-weight: 600;
}

.note {
  position: relative;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 45.625rem;
  height: 6.625rem;
  border: 1px solid #000;
}

.note__body {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%);
  padding: 2rem 4vw;
  width: 90%;
  text-align: center;
  background-color: #fff;
  line-height: 1.8;
  font-size: 1.125rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}


/*
 * メンズプラセンタEXのこだわりポイント3つ
----------------------------------------------- */

.commitment {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}

.commitment__head {
  padding: 10rem 0;
  background: url(../../images/placentex/exformen2/bg-polygon.jpg) no-repeat 30px top/contain;
  text-align: center;
}

.commitment__head .contents {
  position: relative;
}

.commitment__head .contents::after {
  content: 'COMMITMENT';
  position: absolute;
  right: -184px;
  bottom: -68%;
  z-index: 10;
  font-size: 96px;
  font-family: Lato;
  font-weight: 800;
  color: #eef5fe;
  transform: rotate(5.5deg);
  transform-origin: center center;
}

@media screen and (min-width: 1550px) and (max-width: 1700px) {
  .commitment__head .contents::after {
    transform: rotate(6.5deg);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1549px) {
  .commitment__head .contents::after {
    right: -10%;
    transform: rotate(7.8deg);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .commitment__head .contents::after {
    right: 10px;
    bottom: -68%;
    font-size: 72px;
    transform: rotate(8deg);
  }
}

@media screen and (max-width: 999px) {
  .commitment__head .contents::after {
    right: 10px;
    bottom: -140px;
    font-size: 72px;
    transform: rotate(9.5deg);
  }
}

.commitment__lead {
  padding: 0 .5rem 1rem;
  margin: 0 auto;
  border-bottom: 2px solid #515866;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 2rem;
}

.commitment__title {
  padding-top: 1.875rem;
  font-size: 2.5rem;
  line-height: 1;
}

.commitment__title--emphasis {
  font-size: 3.5rem;
  font-weight: 600;
  color: transparent;
  background: linear-gradient(296deg, rgba(58, 84, 118, 1) 24%, rgba(184, 204, 229, 1) 50%, rgba(58, 84, 118, 1) 74%);
  -webkit-background-clip: text; //テキストでくり抜く
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color-webkit-text-fill-color //くり抜いた部分は背景を表示
}

.commitment__title--emphasis .-number {
  font-size: 5rem;
  color: transparent;
  background: linear-gradient(296deg, rgba(58, 84, 118, 1) 24%, rgba(184, 204, 229, 1) 50%, rgba(58, 84, 118, 1) 74%);
  -webkit-background-clip: text; //テキストでくり抜く
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color-webkit-text-fill-color //くり抜いた部分は背景を表示
}

.commitment__wrapper {
  position: relative;
}

.commitment__wrapper:nth-child(odd):before {
  content: '';
  display: block;
  position: absolute;
  top: -176px;
  left: 0;
  border-top: 88px solid transparent;
  border-left: 49.5vw solid #eef5fe;
  border-right: 49.5vw solid transparent;
  border-bottom: 88px solid #eef5fe;
}

.commitment__wrapper:nth-child(even):before {
  content: '';
  display: block;
  position: absolute;
  top: -176px;
  left: 0;
  border-top: 88px solid transparent;
  border-left: 49.5vw solid #fff;
  border-right: 49.5vw solid transparent;
  border-bottom: 88px solid #fff;
}

@media screen and (max-width: 1023px) {

  .commitment__wrapper:nth-child(odd):before {
    border-left: 50vw solid #eef5fe;
    border-right: 50vw solid transparent;
  }

  .commitment__wrapper:nth-child(even):before {
    border-left: 50vw solid #fff;
    border-right: 50vw solid transparent;
  }
}

@media screen and (max-width: 990px) {

  .commitment__wrapper:nth-child(odd):before {
    border-left: 51.5vw solid #eef5fe;
    border-right: 51.5vw solid transparent;
  }

  .commitment__wrapper:nth-child(even):before {
    border-left: 51.5vw solid #fff;
    border-right: 51.5vw solid transparent;
  }
}

.commitment__wrapper .contents {
  padding: 3rem 0 12rem;
}

.commitment__wrapper.-blue {
  background-color: #eef5fe;
}

.commitment__heading {
  position: relative;
  padding-left: 12rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  line-height: 1.8;
  font-size: 2.375rem;
}

.commitment__heading::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -80px;
  left: 0;
  letter-spacing: .05em;
  font-size: 80px;
  font-style: italic;
  font-family: Iowan Old Style;
}

.commitment__heading::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 40px;
  width: 160px;
  height: 1px;
  background-color: #212121;
  transform: rotate(-58deg);
}

.commitment__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 3rem;
  margin-top: 3rem;
}

.commitment__container.-reverse {
  flex-direction: row-reverse;
}

.commitment__img {
  width: 40%;
}

.commitment__body {
  width: 56%;
}

.commitment__speech {
  width: 65%;
}

.commitment__text {
  line-height: 1.8;
  font-size: 1.25rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.manager {
  text-align: center;
}

.manager__container {
  margin-left: 2rem;
}

.manager__name {
  padding-top: 1rem;
  line-height: 1.5;
  font-size: .875rem;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.manager__name--primary {
  font-size: 1rem;
}

.speech-balloon {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 144px;
  margin-top: -2rem;
  background-color: #f8f7f1;
}

.speech-balloon__frame {
  content: '';
  position: relative;
  top: -16px;
  left: -16px;
  right: -32px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #212121;
}

.speech-balloon__frame::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -8px;
  width: 16px;
  height: 32px;
  background-color: #fff;
}

.speech-balloon__frame::after {
  content: '';
  position: absolute;
  top: 54px;
  left: -48px;
  width: 52px;
  height: 1px;
  background-color: #212121;
  transform: rotate(4deg);
}

.speech-balloon__text {
  position: relative;
  padding: 14px 32px 48px;
  margin: 16px;

  line-height: 1.6;
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.media {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  background-color: #fff;
}

.media__img {
  position: absolute;
  top: -36px;
  left: -20px;
  width: 176px;
  -o-object-fit: cover;
  object-fit: cover;
}

.media__text {
  padding: 5% 5% 5% 30%;
  line-height: 1.8;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    '游ゴシック',
    'Yu Gothic',
    '游ゴシック体',
    'YuGothic',
    'Meiryo UI',
    'メイリオ',
    Meiryo,
    sans-serif;
}

.media__marker {
    background: linear-gradient(transparent 60%, #e9c605 60%);
    color: #0048a0;
    font-weight: 600;  
}

/* ============================================ */
/* 3.0 - Module */
/* ============================================ */


/*
 * 3.1 - 改行
----------------------------------------------- */

.break {
  display: block;
}

.tab-break {
  display: inline-block;
}


/*
 * 3.2 - 純度100% スーパープラセンタ
----------------------------------------------- */

.catch {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(296deg, rgba(58, 84, 118, 1) 24%, rgba(184, 204, 229, 1) 50%, rgba(58, 84, 118, 1) 74%);
}

.catch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #fff;
}

.catch__inner {
  padding-top: 32px;
  margin: 1px auto 0;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  transform: rotate(12deg);
  text-align: center;
  font-size: 20px;
  color: transparent;
  background: linear-gradient(296deg, rgba(58, 84, 118, 1) 24%, rgba(184, 204, 229, 1) 50%, rgba(58, 84, 118, 1) 74%);
  -webkit-background-clip: text; //テキストでくり抜く
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color -webkit-text-fill-color-webkit-text-fill-color //くり抜いた部分は背景を表示
}

.catch__inner em {
  line-height: .785;
  font-size: 28px;
}


/*
 * 3.3 - ボタン
----------------------------------------------- */

/*
 * CV Button
----------------------------------------------- */
#exContainer .button {
  position: relative;
  display: block;
  padding: 24px;
  margin: 0 auto;
  border: 3px solid #000;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 600;
  color: #000;
}

#exContainer .button::before {
  content: '';
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 4%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: all .3s ease-in-out;
}

/* hover state */

#exContainer .button:hover {
  background-color: #000;
  color: #fff;
}

#exContainer .button:hover::before {
  right: 1rem;
  background-color: transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/*
 * Summary Button
----------------------------------------------- */
#exContainer .button-secondary {
  position: relative;
  display: block;
  padding: .75rem;
  margin: 0 auto;
  width: 20rem;
  background-color: rgb(145, 145, 145);
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: 600;
  color: #fff;
}

#exContainer .button-secondary::before {
  content: '';
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  right: 1rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  transform: rotate(45deg);
}

#exContainer .button-secondary::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(89, 89, 89);
}
