@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp_armpit {
  --color-primary: #6d77d2;
  --color-alpha: rgb(243.32, 244.12, 251.4);
  --color-secondary: rgba(109, 119, 210, 0.15);
  --color-strong: rgb(18.5756544503, 36.3824555492, 198.4243455497);
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

main.prp_armpit {
  overflow: hidden;
  background: #fff;
}

.prp_armpit > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}

section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}

section .inner2 {
  max-width: 980px;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

img {
  width: auto;
}

.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.prp_armpit .mainColor {
  color: var(--color-primary);
}
.prp_armpit img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.prp_armpit .maker {
  background-image: linear-gradient(to bottom, #f8e6f2, #f8e6f2);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp_armpit .maker.anim {
  background-size: 100% 100%;
}
.prp_armpit section {
  overflow: visible;
}
.prp_armpit .serif {
  font-family: serif;
}
.prp_armpit picture {
  display: block;
}
.prp_armpit .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp_armpit .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}
.prp_armpit .pink {
  color: #f0285a;
}
@media screen and (min-width: 745px) {
  .prp_armpit .sp-fv {
    display: none;
  }
}
.prp_armpit .fv {
  height: 810px;
  background: url(../images/prp_armpit_01.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv {
    height: 221.3vw;
    background-image: url(../images/prp_armpit_01_sp.webp);
  }
}
.prp_armpit .fv .lpInner {
  padding-top: 49px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv .lpInner {
    padding-top: 74.7vw;
  }
}
.prp_armpit .fv_img1 {
  width: 715px;
  margin-bottom: 61px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv_img1 {
    width: 84vw;
    margin: 0 auto 9.3vw;
  }
}
.prp_armpit .fv_txt {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv_txt {
    width: auto;
    gap: 4.3vw;
  }
}
.prp_armpit .fv_txt .txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv_txt .txt {
    font-size: 4.3vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
.prp_armpit .fv_img2 {
  position: absolute;
  top: 294px;
  right: 356px;
  width: 190px;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 744px) {
  .prp_armpit .fv_img2 {
    top: 33.6vw;
    right: auto;
    left: 5.3vw;
    width: 40vw;
  }
}
@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.prp_armpit .block0 {
  background: #fff;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0 {
    background: none;
    height: 0;
    position: relative;
    z-index: 1;
  }
}
.prp_armpit .block0 .lpInner {
  padding-top: 23px;
  padding-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0 .lpInner {
    padding: 0;
  }
}
.prp_armpit .block0_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0_row {
    transform: translateY(-50%);
  }
}
.prp_armpit .block0_row .img {
  width: 640px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0_row .img {
    display: none;
  }
}
.prp_armpit .block0_row .box {
  background: linear-gradient(180deg, #2693c2 0%, #8a2ec2 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 13px;
  transform: skew(-17deg);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0_row .box {
    padding: 2.2vw 5.5vw;
  }
}
.prp_armpit .block0_row .box .txt1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  transform: skew(17deg);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0_row .box .txt1 {
    font-size: 8vw;
  }
}
.prp_armpit .block0_row .box .txt2 {
  font-size: 20px;
  font-weight: bold;
  transform: skew(17deg);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block0_row .box .txt2 {
    font-size: 4.3vw;
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
.prp_armpit .animTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 144px;
  background: url(../images/prp_armpit_06.svg) repeat-x 0 0/auto 100%;
  animation: anim-txt 120s linear infinite;
}
@media screen and (max-width: 744px) {
  .prp_armpit .animTxt {
    height: 19.2vw;
  }
}
.prp_armpit .block1 {
  background: url(../images/prp_armpit_05.webp) no-repeat center center/cover;
  position: relative;
}
.prp_armpit .block1 .lpInner {
  padding-top: 70px;
  padding-bottom: 87px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1 .lpInner {
    padding-top: 18.7vw;
    padding-bottom: 14vw;
  }
}
.prp_armpit .block1_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list {
    gap: 2.1vw;
    margin-bottom: 10.9vw;
  }
}
.prp_armpit .block1_list_item {
  width: 450px;
  background: #fff;
  border-radius: 0px 0px 128px 0px;
  box-shadow: 0px 0px 20px 0px rgba(89, 95, 154, 0.2);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item {
    width: 50%;
    border-radius: 0 0 8.5vw 0;
    box-shadow: 0px 0px 5.3vw 0px rgba(89, 95, 154, 0.2);
  }
}
.prp_armpit .block1_list_item .ttl {
  background: #595f9a;
  color: #fff;
  padding: 7px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .ttl {
    font-size: 5.6vw;
    line-height: 1.3;
    padding: 4.3vw 0;
  }
}
.prp_armpit .block1_list_item .box {
  padding: 30px 30px 28px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .box {
    padding: 5.3vw 2.7vw;
  }
}
.prp_armpit .block1_list_item .img {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .img {
    margin-bottom: 5.3vw;
  }
}
.prp_armpit .block1_list_item .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .list {
    gap: 2.5vw;
  }
}
.prp_armpit .block1_list_item .list_item {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .list_item {
    font-size: 4.8vw;
    line-height: 1.3;
    padding-left: 7.7vw;
  }
}
.prp_armpit .block1_list_item .list_item::before {
  content: "";
  background: url(../images/check.svg) no-repeat center center/cover;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_list_item .list_item::before {
    width: 6.4vw;
    height: 5.3vw;
    top: 0;
  }
}
.prp_armpit .block1_txt1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  background: linear-gradient(180deg, #2693c2 0%, #8a2ec2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_txt1 {
    font-size: 10.7vw;
    line-height: 1.3;
    margin-bottom: 8.5vw;
  }
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_txt1 .space {
    display: inline-block;
    width: 1em;
  }
}
.prp_armpit .block1_txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block1_txt2 {
    font-size: 4.8vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.prp_armpit .block2 {
  background: #fff;
}
.prp_armpit .block2_ttl {
  background: var(--color-primary);
  padding: 28px 0 20px;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  position: relative;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_ttl {
    padding: 6.4vw 0;
  }
}
.prp_armpit .block2_ttl::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 48px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_ttl::before {
    border-right-width: 9.6vw;
    border-left-width: 9.6vw;
    border-top-width: 6.4vw;
  }
}
.prp_armpit .block2_ttl .txt1 {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 31px;
  border-radius: 400px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_ttl .txt1 {
    font-size: 4.8vw;
    padding: 0.5vw 4.3vw;
    border-radius: 100vw;
  }
}
.prp_armpit .block2_ttl .txt2 {
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_ttl .txt2 {
    font-size: 6.9vw;
    letter-spacing: 0;
  }
}
.prp_armpit .block2 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1020px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2 .lpInner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.prp_armpit .block2_box1 {
  background: #f0f1fb;
  padding: 34px 40px 31px;
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 {
    padding: 5.3vw 2.7vw;
    margin-bottom: 8.5vw;
  }
}
.prp_armpit .block2_box1 .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 .ttl {
    font-size: 5.6vw;
    margin-bottom: 5.3vw;
  }
}
.prp_armpit .block2_box1 .list {
  display: flex;
  justify-content: space-between;
}
.prp_armpit .block2_box1 .list_item {
  width: 423px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 .list_item {
    width: 38.4vw;
  }
}
.prp_armpit .block2_box1 .list_item .img {
  margin-bottom: 11px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 .list_item .img {
    margin-bottom: 3.2vw;
  }
}
.prp_armpit .block2_box1 .list_item .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 .list_item .txt {
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
}
.prp_armpit .block2_box1 .list_item:nth-child(1) {
  position: relative;
}
.prp_armpit .block2_box1 .list_item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 120px;
  right: -20px;
  transform: translateX(100%);
  border-left: 14px solid var(--color-primary);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box1 .list_item:nth-child(1)::before {
    top: 32vw;
    right: -1.7vw;
    border-left-width: 3.7vw;
    border-top-width: 4vw;
    border-bottom-width: 4vw;
  }
}
.prp_armpit .block2_box1 .list_item:nth-child(2) .txt {
  color: #d21b46;
}
.prp_armpit .block2_box2 {
  background: #fff;
  border: 10px solid var(--color-primary);
  border-image: linear-gradient(to bottom, var(--color-primary), #8a2ec2);
  border-image-slice: 1;
  padding: 16px 0 12px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box2 {
    border-width: 2.1vw;
    padding: 6.8vw 4.3vw 4.7vw;
  }
}
.prp_armpit .block2_box2::before {
  content: "";
  background: url(../images/prp_armpit_11.svg) no-repeat center center/cover;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box2::before {
    width: 10.7vw;
    height: 10.7vw;
    top: -6.4vw;
  }
}
.prp_armpit .block2_box2 .txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(180deg, #2693c2 0%, #8a2ec2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block2_box2 .txt {
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.prp_armpit .block3 {
  background: url(../images/prp_armpit_12.webp) no-repeat center center/cover;
}
.prp_armpit .block3 .lpInner {
  padding-top: 72px;
  padding-bottom: 68px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3 .lpInner {
    padding-top: 8.7vw;
    padding-bottom: 8vw;
  }
}
.prp_armpit .block3_ttl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_ttl {
    font-size: 8.5vw;
    margin-bottom: 7.6vw;
  }
}
.prp_armpit .block3_ttl .small {
  font-size: 0.83em;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_ttl .small {
    font-size: 0.75em;
  }
}
.prp_armpit .block3_list {
  background: #fff;
  padding: 40px 40px 48px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list {
    padding: 5.3vw 2.7vw;
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 8.5vw;
  }
}
.prp_armpit .block3_list_item {
  width: 317px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list_item {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
}
.prp_armpit .block3_list_item .img {
  width: 280px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list_item .img {
    width: 37.3vw;
    margin: 0;
  }
}
.prp_armpit .block3_list_item .txt {
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list_item .txt {
    height: auto;
    font-size: 4.8vw;
    width: 41.3vw;
  }
}
.prp_armpit .block3_list_item:nth-child(1) .txt, .prp_armpit .block3_list_item:nth-child(2) .txt {
  position: relative;
}
.prp_armpit .block3_list_item:nth-child(1) .txt::before, .prp_armpit .block3_list_item:nth-child(2) .txt::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: translateX(100%);
  border-left: 14px solid #595f9a;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list_item:nth-child(1) .txt::before, .prp_armpit .block3_list_item:nth-child(2) .txt::before {
    left: 0;
    top: auto;
    transform: translateY(100%);
    border-bottom: none;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 3.7vw solid #595f9a;
  }
}
.prp_armpit .block3_list_item:nth-child(1) .txt {
  background: #595f9a;
}
.prp_armpit .block3_list_item:nth-child(2) .txt {
  background: var(--color-primary);
}
.prp_armpit .block3_list_item:nth-child(2) .txt::before {
  border-left-color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_list_item:nth-child(2) .txt::before {
    border-left-color: transparent;
    border-top-color: var(--color-primary);
  }
}
.prp_armpit .block3_list_item:nth-child(3) .txt {
  background: #dc5969;
}
.prp_armpit .block3_txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_txt1 {
    font-size: 4.8vw;
    margin-bottom: 4.5vw;
  }
}
.prp_armpit .block3_txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_txt2 {
    font-size: 4.8vw;
  }
}
.prp_armpit .block3_txt2 .big {
  font-size: 1.52em;
  line-height: 1.7;
  display: inline-block;
  background: linear-gradient(180deg, #2693c2 0%, #8a2ec2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block3_txt2 .big {
    font-size: 1.33em;
  }
}
.prp_armpit .block4 {
  background: url(../images/prp_armpit_16.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4 {
    background-image: url(../images/prp_armpit_16_sp.webp);
  }
}
.prp_armpit .block4 .lpInner {
  padding-top: 64px;
  padding-bottom: 71px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4 .lpInner {
    padding-top: 41.8vw;
    padding-bottom: 8vw;
  }
}
.prp_armpit .block4_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_ttl {
    font-size: 5.6vw;
    margin-bottom: 7.3vw;
  }
}
.prp_armpit .block4_ttl .big {
  font-size: 1.5em;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_ttl .big {
    font-size: 1.52em;
    line-height: 1.3;
    display: inline-block;
    margin-top: 6vw;
  }
}
.prp_armpit .block4_img {
  position: absolute;
  width: 248px;
  top: 47px;
  right: 360px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_img {
    width: 28.8vw;
    top: 53.1vw;
    right: 10.4vw;
  }
}
.prp_armpit .block4_txt1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_txt1 {
    font-size: 5.6vw;
    margin-bottom: 9.2vw;
  }
}
.prp_armpit .block4_txt1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1500px;
  height: 82px;
  top: 0;
  right: 308px;
  background: linear-gradient(90deg, rgb(from var(--color-primary) r g b) 64.8%, rgb(from var(--color-primary) r g b/0) 100%);
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_txt1::before {
    width: auto;
    height: 21.9vw;
    top: -1.3vw;
    left: -5.3vw;
    right: -5.3vw;
    background: linear-gradient(90deg, rgb(from var(--color-primary) r g b) 80%, rgb(from var(--color-primary) r g b/0) 100%);
  }
}
.prp_armpit .block4_txt2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  width: 697px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .block4_txt2 {
    font-size: 4vw;
    width: auto;
  }
}
.prp_armpit .sec06 {
  background: #f6f8fb;
}
.prp_armpit .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06 .lpInner {
    padding-top: 12.5vw;
    padding-bottom: 6.8vw;
  }
}
.prp_armpit .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row {
    position: relative;
  }
}
.prp_armpit .sec06_row_box {
  width: 562px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp_armpit .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.prp_armpit .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.prp_armpit .sec06_row_box_ttl_txt1::before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
.prp_armpit .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.prp_armpit .sec06_row_box_txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp_armpit .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp_armpit .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .prp_armpit .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f6f8fb;
}

/*# sourceMappingURL=style.css.map */
