@media print, (min-width: 768px) {
  main {
    background: url("../img/mizukara/myself/thumbnail_bg_01.png") top left/cover no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    background: url("../img/mizukara/myself/sp/thumbnail_bg_01.png") top left/cover no-repeat;
  }
}

@media print, (min-width: 768px) {
  .section-myself-kevisual .keyvisual-thumbnail {
    width: 1920px;
    height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-myself-kevisual {
    width: 3.9rem;
    height: 2.4rem;
  }
}

.section-myself .myself-text {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-myself .myself-title {
  margin: 0;
}
.section-myself .myself-label {
  margin: 0;
  background: #fff;
  color: #1b54aa;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.section-myself .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-myself .group-wrapper.is-reverse .group-title {
  margin-left: auto;
  background: url("../img/mizukara/myself/backgroud_img_04.png") top left/100% auto no-repeat;
}
.section-myself .group-wrapper:not(.is-reverse) .group-title {
  margin-right: auto;
  background: url("../img/mizukara/myself/backgroud_img_03.png") top left/100% auto no-repeat;
}
.section-myself .group-thumbnail {
  display: block;
}
.section-myself .group-thumbnail img {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.section-myself .list-item {
  position: relative;
}
.section-myself .list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-myself .item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  color: #1b54ab;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .section-myself {
    margin-top: -60px;
    padding-bottom: 150px;
  }
  .section-myself .myself-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 88px;
    padding: 0 78px;
  }
  .section-myself .myself-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 690px;
  }
  .section-myself .myself-text {
    margin-top: 146px;
    margin-right: -20px;
    font-size: 0.34rem;
    line-height: 1.75;
  }
  .section-myself .myself-label {
    margin: 0 78px 150px;
    padding: 72px 70px 73px;
    border-radius: 500px;
    font-size: 0.24rem;
    line-height: 2.1875;
    text-align: center;
  }
  .section-myself .myself-group {
    margin: 0 78px;
  }
  .section-myself .group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
  }
  .section-myself .group-wrapper:not(.is-reverse) .group-title {
    padding: 88px 130px 40px 50px;
    border-radius: 120px 60px 0 0;
  }
  .section-myself .group-wrapper:not(.is-reverse) .title-wrapper {
    width: 196px;
  }
  .section-myself .group-wrapper:not(.is-reverse) .group-thumbnail img {
    -webkit-mask-image: url("../img/mizukara/myself/myself_bg_01.png");
            mask-image: url("../img/mizukara/myself/myself_bg_01.png");
  }
  .section-myself .group-wrapper.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-myself .group-wrapper.is-reverse .group-title {
    padding: 50px 30px 80px 138px;
    border-radius: 60px 120px 0 0;
  }
  .section-myself .group-wrapper.is-reverse .title-wrapper {
    width: 215px;
  }
  .section-myself .group-wrapper.is-reverse .group-thumbnail img {
    -webkit-mask-image: url("../img/mizukara/myself/myself_bg_02.png");
            mask-image: url("../img/mizukara/myself/myself_bg_02.png");
  }
  .section-myself .group-wrapper:not(:last-child) {
    margin-bottom: 127px;
  }
  .section-myself .group-title {
    width: 396px;
    min-height: 270px;
  }
  .section-myself .group-inner,
  .section-myself .group-content {
    width: 50%;
    padding: 0 12px;
  }
  .section-myself .group-thumbnail {
    width: 510px;
    height: 510px;
    margin-top: -190px;
  }
  .section-myself .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
  }
  .section-myself .list-item {
    width: 243px;
    height: 243px;
    margin: 0 12px 24px;
  }
  .section-myself .list-item::before {
    width: 253px;
    height: 253px;
    background: url("../img/mizukara/myself/decoration_img_03.png") center center/cover no-repeat;
  }
  .section-myself .item-label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    font-size: 0.2rem;
    line-height: 1.75;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-myself {
    margin-top: -0.3rem;
    padding-bottom: 0.85rem;
  }
  .section-myself .myself-title {
    width: 3.54rem;
    margin-bottom: 0.3rem;
  }
  .section-myself .myself-text {
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .section-myself .myself-wrapper {
    margin-bottom: 0.32rem;
  }
  .section-myself .myself-label {
    margin: 0 -0.18rem 1rem;
    padding: 0.33rem 0.18rem 0.34rem;
    border-radius: 0.6rem;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .section-myself .group-wrapper.is-reverse .group-title {
    width: 2.74rem;
    min-height: 1.9rem;
    padding: 0.3rem 0.2rem 0.5rem 0.82rem;
    border-radius: 0.4rem 0.6rem 0 0;
  }
  .section-myself .group-wrapper.is-reverse .group-thumbnail img {
    -webkit-mask-image: url("../img/mizukara/myself/sp/myself_bg_02.png");
            mask-image: url("../img/mizukara/myself/sp/myself_bg_02.png");
  }
  .section-myself .group-wrapper.is-reverse .title-wrapper {
    width: 1.72rem;
  }
  .section-myself .group-wrapper:not(.is-reverse) .group-title {
    width: 2.52rem;
    min-height: 1.48rem;
    padding: 0.47rem 0.65rem 0.3rem 0.19rem;
    border-radius: 0.6rem 0.4rem 0 0;
  }
  .section-myself .group-wrapper:not(.is-reverse) .group-thumbnail img {
    -webkit-mask-image: url("../img/mizukara/myself/sp/myself_bg_01.png");
            mask-image: url("../img/mizukara/myself/sp/myself_bg_01.png");
  }
  .section-myself .group-wrapper:not(.is-reverse) .title-wrapper {
    width: 1.58rem;
  }
  .section-myself .group-wrapper:not(:last-child) {
    margin-bottom: 1.04rem;
  }
  .section-myself .group-thumbnail {
    width: 3.54rem;
    height: 3.54rem;
    margin-top: -1.28rem;
    margin-bottom: 0.35rem;
  }
  .section-myself .list-item {
    margin: 0 0.2rem 0 0.05rem;
  }
  .section-myself .list-item::before {
    width: calc(100% + 0.115rem);
    height: calc(100% + 0.125rem);
    border-radius: 2rem;
    background: url("../img/mizukara/myself/sp/decoration_img_04.png") center center/cover no-repeat;
  }
  .section-myself .list-item::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: url("../img/mizukara/myself/sp/decoration_img_05.png") center center/cover no-repeat;
  }
  .section-myself .list-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .section-myself .item-label {
    position: relative;
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.18rem 0.2rem 0.19rem 0.4rem;
    border-radius: 2rem;
    font-size: 0.18rem;
    line-height: 1.75;
  }
  .section-myself .item-label.is-modify {
    padding: 0.34rem 0.4rem;
  }
  .section-myself .item-label::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: #1b54aa url("../img/mizukara/myself/sp/arrow_ico_01.png") center center/cover no-repeat;
  }
}

@media print, (min-width: 768px) {
  .section-link-common {
    padding-top: 76px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-link-common {
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
  }
  .section-link-common .link-wrapper {
    border-radius: 0.6rem;
  }
}