@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;
  }
}

.handvein {
  --color-primary: #d2aabd;
  --color-alpha: rgb(251.4, 248.2, 249.72);
  --color-secondary: rgba(210, 170, 189, 0.4);
  --color-strong: rgb(209.4923076923, 68.5076923077, 135.4753846154);
}

/* --------------------------------------------------
 フォント設定
-------------------------------------------------- */
@font-face {
  font-family: "Yu Mincho";
  src: url("../../../assets/font/yumin/YuMincho-Regular.woff2") format("woff2"), url("../../../assets/yumin/YuMincho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}

/* コンテンツ
*****************************************************/
.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%;
  }
}

.handvein > section {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .handvein > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 8vw 4vw;
  }
}
section .inner.secondary {
  max-width: 1000px;
}
section .inner2 {
  max-width: 980px;
}

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

img {
  width: auto;
}

/* Common Area */
.sec-ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #323232;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .sec-ttl {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec-ttl:before {
  content: "";
  background-color: var(--color-primary);
  height: 5px;
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec-ttl:before {
    width: 32vw;
    height: 0.8vw;
  }
}

.c_txt-hl {
  font-weight: bold;
  color: #e60012;
}

/* Section 01 */
.sec01 {
  background-image: url("../images/bg-sec01.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background: none;
  }
}
@media screen and (max-width: 744px) {
  .sec01 h2 {
    margin: 0;
  }
}
.sec01 img {
  width: auto;
}
@media screen and (max-width: 744px) {
  .sec01 img {
    width: 100%;
  }
}
.sec01 .sec01__childwrap {
  margin-bottom: -7px;
}
@media screen and (max-width: 744px) {
  .sec01 .sec01__childwrap {
    margin: 0;
  }
}
.sec01 .inner {
  padding: 66px 0 0;
}

.list-01 {
  background: rgb(from var(--color-primary) r g b/0.9);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.list-01 ul {
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list-01 ul li {
  width: 20%;
  display: inline-block;
  line-height: 80px;
  position: relative;
  vertical-align: middle;
}
.list-01 ul li:after {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}
.list-01 ul li:first-child:before {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}
.list-01 ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 10px;
  text-align: center;
}

/* Section 02 */
.sec02 .inner {
  max-width: 1140px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    padding-top: 9.8666666667vw;
    padding-bottom: 8vw;
  }
}

.sec02__img01 {
  position: absolute;
  top: 170px;
  right: 70px;
}
@media screen and (max-width: 744px) {
  .sec02__img01 {
    top: 0;
    right: -1.8666666667vw;
    width: 39%;
    max-width: 50.1333333333vw;
    z-index: -1;
  }
}

.sec02__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec02__ttl {
    text-align: left;
    margin-bottom: 10.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02__ttl:before {
    right: auto;
  }
}

.sec02__secs {
  padding-left: 76px;
}
@media screen and (max-width: 744px) {
  .sec02__secs {
    padding-left: 0;
  }
}

[class^=sec02__item] {
  display: block;
  position: relative;
}

.sec02__item01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .sec02__item01 {
    margin-bottom: 8vw;
  }
}

.sec02__item02 {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec02__item02 {
    flex-direction: column;
  }
}

.sec02__content {
  width: 560px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec02__content {
    width: 100%;
  }
}

.sec02__subttl {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec02__subttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

.sec02__media {
  width: 475px;
  background-color: var(--color-primary);
  height: 376px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02__media {
    width: 100%;
    height: auto;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 8vw;
    justify-content: center;
  }
}
@media screen and (max-width: 744px) {
  .sec02__media img {
    width: 100%;
  }
}
.sec02__media:before {
  content: "";
  background-color: inherit;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 99%;
}

@media screen and (max-width: 744px) {
  .sec02__txt {
    font-size: 4vw;
    line-height: 1.7;
  }
}

/* Section 03 */
.sec03 {
  position: relative;
  z-index: 1;
  background: url(../images/sec03-bgdots.webp) repeat center;
}
.sec03:before {
  content: "";
  background: url(../images/sec03-bg.webp) no-repeat center top/cover;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec03:before {
    background-image: url(../images/sec03-bg-sp.webp);
    height: 69.3333333333vw;
  }
}
.sec03 .inner {
  padding-bottom: 70px;
  padding-top: 65px;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.sec03__ttl {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec03__ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.sec03__ttl:before {
  background-color: #fff;
}

.sec03__box {
  background: #fff;
  border: 20px solid #e8e8e8;
  display: flex;
  justify-content: center;
  padding: 25px 25px 12px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 744px) {
  .sec03__box {
    border-width: 2.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw 3.2vw;
    margin: 0 auto 8vw;
  }
}
.sec03__box ul li {
  font-weight: bold;
  font-size: 32px;
  position: relative;
  padding-left: 44px;
  margin-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .sec03__box ul li {
    font-size: 4.8vw;
    line-height: 1.3;
    padding-left: 8vw;
    margin-bottom: 2.9333333333vw;
  }
}
.sec03__box ul li:before {
  content: "";
  background: url(../images/icon-check.webp) no-repeat center top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec03__box ul li:before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 0;
  }
}

.sec03-cause__list {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 744px) {
  .sec03-cause__list {
    padding: 5.3333333333vw 4vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.sec03-cause__item {
  display: block;
  border-bottom: 3px dotted #aaa;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec03-cause__item {
    border-bottom: 0.8vw dotted #aaa;
    margin-bottom: 6.6666666667vw;
  }
}
.sec03-cause__item:last-child {
  margin-bottom: 0;
  border: none;
}
@media screen and (max-width: 744px) {
  .sec03-cause__item:last-child .sec03-cause__txt {
    padding-bottom: 0;
    min-height: 0;
  }
}

.sec03-cause__subttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec03-cause__subttl {
    border-bottom: 0.2666666667vw solid #aaaaaa;
    font-size: 5.3333333333vw;
    padding-bottom: 0.8vw;
    margin-bottom: 4vw;
  }
}
.sec03-cause__subttl span {
  font-family: "Yu Mincho";
  font-size: 71px;
  font-weight: 600;
  line-height: 0.9;
  font-style: italic;
  color: #e8d4de;
  margin: -8px 15px 0 0;
}
@media screen and (max-width: 744px) {
  .sec03-cause__subttl span {
    font-size: 11.2vw;
    margin: 0 2.6666666667vw 0 0;
  }
}

.sec03-cause__img {
  float: right;
  margin-top: -77px;
  padding-left: 42px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .sec03-cause__img {
    padding-left: 0;
    margin: 1.3333333333vw 0 2.6666666667vw 5.3333333333vw;
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03-cause__img.spfull {
    float: none;
    margin: 1.3333333333vw auto 4vw;
    width: 100%;
    max-width: 106.6666666667vw;
    display: block;
  }
}

.sec03-cause__txt {
  padding-bottom: 40px;
  min-height: 95px;
}
@media screen and (max-width: 744px) {
  .sec03-cause__txt {
    font-size: 4vw;
    line-height: 1.7;
    padding-bottom: 6.6666666667vw;
    min-height: 28.8vw;
  }
}

/* Section 04 */
.sec04 .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding-bottom: 8vw;
  }
}

.sec04__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .sec04__heading {
    margin-bottom: 8vw;
  }
}
.sec04__heading .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: var(--color-primary);
  margin-bottom: 20px;
  display: block;
  padding: 13px 10px;
}
@media screen and (max-width: 744px) {
  .sec04__heading .ttl {
    font-size: 4.8vw;
    padding: 2.1333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
    line-height: 1.35;
  }
}
@media screen and (max-width: 744px) {
  .sec04__heading .txt {
    text-align: left;
    font-size: 4vw;
  }
}

.sec04__boxes {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec04__boxes {
    margin-bottom: 0;
  }
}

.sec04__box {
  position: relative;
  min-height: 274px;
  background-color: #faf6f8;
  padding: 30px 40px 30px 405px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 744px) {
  .sec04__box {
    min-height: 0;
    padding: 5.3333333333vw 4vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.sec04__box-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-primary);
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 4px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec04__box-ttl {
    border-left: 1.0666666667vw solid var(--color-primary);
    padding-left: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.sec04__box-ttl.kern {
  letter-spacing: -2px;
}
@media screen and (max-width: 744px) {
  .sec04__box-ttl.kern {
    letter-spacing: 0;
  }
}

.sec04__box-media {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 328px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec04__box-media {
    position: static;
    width: auto;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__box-media__1 {
    max-width: 51.2vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__box-media__2 {
    max-width: 68.8vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__box-media__3 {
    max-width: 72vw;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__box-media img {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec04__box-media.last img {
    height: auto;
  }
}

@media screen and (max-width: 744px) {
  .sec04__box-txt {
    font-size: 4vw;
    line-height: 1.7;
  }
}

.sec04__case {
  display: flex;
  justify-content: space-between;
  margin: 48px 0 0;
}
@media screen and (max-width: 744px) {
  .sec04__case {
    flex-direction: column;
    margin: 6.4vw 0 0;
  }
}

.sec04__case-box {
  width: calc(50% - 10px);
}
@media screen and (max-width: 744px) {
  .sec04__case-box {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec04__case-box:last-child .sec04__case-media {
    margin-bottom: 0;
  }
}

.sec04__case-ttl {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-primary);
  padding: 13px 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec04__case-ttl {
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    font-size: 5.3333333333vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
.sec04__case-ttl small {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .sec04__case-ttl small {
    font-size: 5.6vw;
  }
}

.sec04__case-media {
  background-color: #f4eaee;
  padding: 30px 25px;
}
@media screen and (max-width: 744px) {
  .sec04__case-media {
    padding: 5.3333333333vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec04__case-media li {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec04__case-media li {
    margin-bottom: 2.6666666667vw;
  }
}
.sec04__case-media li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec04__case-media li img {
    max-width: 100%;
    width: 106.6666666667vw;
    margin: 0 auto;
    display: block;
  }
}

/* Section 05 */
.sec05 {
  background: url(../images/sec05-bg.webp) no-repeat center top/cover;
}
@media screen and (max-width: 744px) {
  .sec05 {
    background-image: url(../images/sec05-bg-sp.webp);
  }
}
.sec05 .inner {
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec05 .inner {
    padding-bottom: 0;
  }
}

.sec05__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec05__ttl {
    margin-bottom: 8vw;
  }
}

.sec05__feat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.sec05__item {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec05__item {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.sec05__media {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .sec05__media {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

.sec05__content {
  width: 500px;
  margin-top: 5px;
}
@media screen and (max-width: 744px) {
  .sec05__content {
    width: calc(100% - 29.3333333333vw);
    margin-top: 2.6666666667vw;
  }
}

@media screen and (max-width: 744px) {
  .sec05__txt {
    font-size: 4vw;
  }
}

.sec05__subttl {
  font-family: "Yu Mincho";
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #323232;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 15px;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec05__subttl {
    font-size: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.2666666667vw solid #aaaaaa;
    margin-bottom: 4vw;
  }
}
.sec05__subttl span {
  font-size: 72px;
  line-height: 0.8;
  color: #e8e8e8;
  font-style: italic;
  margin: -8px 17px 0 0;
}
@media screen and (max-width: 744px) {
  .sec05__subttl span {
    font-size: 11.7333333333vw;
    margin: -2.1333333333vw 2.6666666667vw 0 0;
  }
}

/* Section 06 */
.sec06 {
  background: url(../images/sec06-bgdots.webp) repeat center;
}
.sec06 .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding-bottom: 8vw;
  }
}

.sec06__ttl {
  margin-bottom: 30px;
}

.sec06__flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .sec06__flow {
    flex-wrap: wrap;
  }
}

.sec06__flow-item {
  width: calc(33.3333333333% - 22px);
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06__flow-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec06__flow-item:last-child {
    margin-bottom: 0;
  }
}

.sec06__flow-media {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06__flow-media {
    position: unset;
    width: 43.7333333333vw;
  }
}
.sec06__flow-media:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid var(--color-primary);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 744px) {
  .sec06__flow-media:before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -10.6666666667vw;
    transform: rotate(90deg);
    margin: 0 auto;
    border-width: 2.6666666667vw;
  }
}

@media screen and (max-width: 744px) {
  .sec06__flow-txt {
    width: 100%;
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}

.sec06__flow-item:last-child .sec06__flow-media:before {
  display: none;
}

.sec06__flow-subttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #323232;
  margin: 20px 0;
  padding-left: 10px;
  border-left: 4px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec06__flow-subttl {
    font-size: 5.3333333333vw;
    width: calc(100% - 46.4vw);
    border-left: 0;
    border-top: 1.0666666667vw solid var(--color-primary);
    border-bottom: 1.0666666667vw solid var(--color-primary);
    margin: 0;
    min-height: 28.5333333333vw;
    display: flex;
    align-items: center;
  }
}

.sec06-table-box {
  background-color: #e8e8e8;
  margin-top: 50px;
  padding: 25px 50px 50px;
}
@media screen and (max-width: 744px) {
  .sec06-table-box {
    margin-top: 8vw;
    width: 100%;
    padding: 4.8vw 1.3333333333vw 2.6666666667vw;
  }
}

.sec06-table__ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec06-table__ttl {
    font-size: 4.5vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
}

.sec06-table-tblwrap {
  background: #fff;
  padding: 10px 50px;
}
@media screen and (max-width: 744px) {
  .sec06-table-tblwrap {
    padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}

.sec06-table-tbl {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 744px) {
  .sec06-table-tbl {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.sec06-table-tbl th,
.sec06-table-tbl td {
  background: url(../images/line-dots.webp) repeat-x left bottom;
  padding: 15px 0 15px 30px;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  .sec06-table-tbl th,
  .sec06-table-tbl td {
    font-size: 3.4666666667vw;
    padding: 3.2vw 0;
  }
}
.sec06-table-tbl tr:last-child th,
.sec06-table-tbl tr:last-child td {
  background: none;
}
.sec06-table-tbl th {
  width: 160px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec06-table-tbl th {
    width: 16.5333333333vw;
    padding-right: 0.5em;
  }
}
.sec06-table-tbl td span {
  font-size: 14px;
}
@media screen and (max-width: 744px) {
  .sec06-table-tbl td span {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 744px) {
  .sp-spc {
    display: inline-block;
  }
}

/*****************************************************
/* 血管治療の共通バナー
*****************************************************/
.vein_bnr {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1080px;
  height: 180px;
  aspect-ratio: 6/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px 0 0;
  padding: 0 160px;
  font-weight: 700;
  background: url(../../../assets/images/menu/common/vein-bnr-bg-pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .vein_bnr {
    width: 89.3333333333vw;
    height: 66.6666666667vw;
    align-items: start;
    gap: 4.2666666667vw;
    margin: 4.2666666667vw 0 0;
    padding: 0;
    background: url(../../../assets/images/menu/common/vein-bnr-bg-sp.webp) center/cover no-repeat;
  }
}
.vein_bnr .vein_bnr_ttl {
  padding: 4px 48px;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl {
    margin-top: 3.2vw;
    padding: 1.0666666667vw 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.3;
    letter-spacing: 0.2666666667vw;
  }
}
.vein_bnr .vein_bnr_ttl span {
  color: #dd5564;
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl span {
    font-size: 4.8vw;
  }
}
.vein_bnr .vein_bnr_ttl small {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl small {
    font-size: 4.2666666667vw;
  }
}
.vein_bnr .vein_bnr_txt {
  max-width: 660px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_txt {
    max-width: 80.8vw;
    font-size: 4vw;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 12px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    font-size: 5.6vw;
    line-height: 1.3;
    gap: 1.0666666667vw;
    text-align: center;
  }
}
.monitor .board_ads_inner .txt_1 {
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner .txt_1 {
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads_inner .txt_1 span {
  font-size: 36px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
.monitor .board_ads_inner .txt_2 {
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: #fff;
  color: #dd5564;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner .txt_2 {
    padding: 0 1.0666666667vw;
    font-size: 4.2666666667vw;
    align-self: center;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
}
.monitor .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor .notice p {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .notice p {
    margin-bottom: 1.0666666667vw;
  }
}
.monitor .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
}
.monitor .notice .c_menu__head {
  padding: 12px 30px;
}
@media screen and (max-width: 744px) {
  .monitor .notice .c_menu__heading {
    padding: 0;
  }
}
.monitor .notice .c_menu__item {
  padding: 8px 30px;
}
@media screen and (max-width: 744px) {
  .monitor .notice .c_menu__item {
    padding: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 744px) {
  .monitor .notice .c_menu__main {
    min-height: inherit !important;
  }
}
.monitor .notice .c_menu__price {
  color: #333;
}
.monitor .notice .c_menu__price strong {
  color: inherit;
  font-size: 32px !important;
  text-align: right;
}
.monitor .bnr_ads {
  margin: 48px auto 0 -110px;
  width: 1200px;
  height: 416px;
  background: url(../images/ads-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads {
    margin: 6.4vw auto 0 -4.2666666667vw;
    width: 100vw;
    height: 118.1333333333vw;
    background: url(../images/ads-bg-sp.webp) center/cover no-repeat;
  }
}
.monitor .bnr_ads_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding-top: 210px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner {
    flex-direction: column;
    gap: 3.2vw;
    padding-top: 48vw;
  }
}
.monitor .bnr_ads_inner a {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner a {
    align-self: center;
    max-width: 86.1333333333vw;
    width: 100%;
  }
}
.monitor .bnr_ads_inner img {
  aspect-ratio: 440/150;
}

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