@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.profile {
  --padding: min(25px, 1.5vw);
  background-color: #ffffff;
}
@media screen and (max-width: 1299px) and (min-width: 1000px) {
  .profile {
    padding-right: min(30px, 2.8vw);
  }
}
.profile__r__2 {
  position: relative;
}
.profile__r__2__r {
  width: 75px;
  height: 20px;
  position: absolute;
}
@media screen and (min-width: 1000px), print {
  .profile {
    padding-bottom: max(9vw, 160px);
  }
  .profile__body {
    display: flex;
    justify-content: space-between;
  }
  .profile__body > * {
    width: 50%;
  }
  .profile__foot {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px), print {
  .profile__l {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px), print {
  .profile__r__1 {
    position: relative;
    z-index: 1;
    padding-left: var(--padding);
    margin-bottom: calc(-1 * min(80px, 4.4vw));
  }
  .profile__r__2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .profile__r__2__l {
    max-width: 100%;
  }
  .profile__r__2__r {
    top: 110px;
    right: 0;
  }
}
@media screen and (max-width: 999px) {
  .profile {
    padding-bottom: min(80px, 9vw);
  }
  .profile__l {
    margin-bottom: min(50px, 6.6vw);
  }
  .profile__r {
    padding-bottom: min(30px, 6vw);
  }
  .profile__r__1 {
    position: relative;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: min(30px, 6vw);
  }
  .profile__r__2__r {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 575px;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
  }
}
.profile__foot {
  display: flex;
  justify-content: flex-end;
}
.profile__foot .link_arrow {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1000px), print {
  .profile_info .content {
    width: min(400px, 80%);
  }
}
.profile_info .content p:not(:last-child) {
  margin-bottom: 1em;
}

.profile_catchcopy {
  position: absolute;
  width: 142px; /* safari 対策で必須 */
  z-index: 2;
}
@media screen and (max-width: 685px) {
  .profile_catchcopy {
    width: clamp(21.5vw, 21.5vw, 142px); /* safari 対策で必須 */
  }
}
@media screen and (max-width: 500px) {
  .profile_catchcopy {
    width: 88px;
  }
}
@media screen and (min-width: 768px), print {
  .profile_catchcopy {
    right: -1em;
    top: -1em;
  }
}
@media screen and (max-width: 767px) {
  .profile_catchcopy {
    right: -15px;
    top: -15px;
  }
}

.profile_image_slider .slide > img {
  max-width: 575px;
  width: 100%;
  display: block;
}

.profile_strength_slider {
  background-color: #ffffff;
}
@media screen and (min-width: 1000px), print {
  .profile_strength_slider {
    margin-left: calc(-1 * var(--padding));
  }
}
@media screen and (min-width: 999px), print {
  .profile_strength_slider {
    width: min(65%, 365px);
  }
}

.profile_strength {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px), print {
  .profile_strength {
    padding-right: 12%;
  }
}
.profile_strength .title_area {
  color: #003567;
  margin-bottom: 2em;
}
.profile_strength .title_area .num_area {
  font-family: "Shippori Mincho", serif;
  padding-top: 0.3em;
  font-size: min(80px, 4.7vw);
  display: flex;
  line-height: 1;
  font-weight: 600;
}
.profile_strength .title_area .num_area .pre {
  font-size: min(30px, 2vw);
  position: relative;
  top: 0.4em;
  left: 0;
}
.profile_strength .title_area .num_area .num {
  padding-left: 0.1em;
}
.profile_strength .title_area .title {
  font-size: 1.688rem;
  font-weight: 600;
  margin-top: 0.8em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 999px) {
  .profile_strength .title_area .num_area {
    font-size: clamp(60px, 7vw, 80px);
  }
  .profile_strength .title_area .num_area .pre {
    font-size: clamp(20px, 4vw, 30px);
  }
  .profile_strength .title_area .title {
    font-size: clamp(17px, 6vw, 1.688rem);
  }
}

.profile__pager {
  width: 75px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile__pager:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bbc5cd;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
.profile__pager .swiper-button-prev,
.profile__pager .swiper-button-next {
  width: 11px;
  height: 17px;
  top: 0;
  margin-top: 0;
}
.profile__pager .swiper-button-prev:after,
.profile__pager .swiper-button-next:after {
  display: none;
}
.profile__pager .swiper-button-prev {
  background: url("../../../img/home/profile/profile_slider_arrow.webp") no-repeat;
  background-size: contain;
  background-position: left center;
  left: 0;
}
.profile__pager .swiper-button-next {
  background: url("../../../img/home/profile/profile_slider_arrow.webp") no-repeat;
  background-size: contain;
  background-position: center center;
  transform: scale(-1, 1);
  right: 0;
}
/*# sourceMappingURL=profile.css.map */
