@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
        html {
          font-size: 0.7vw;
        }
      }
@font-face {
  font-family: "Futura";
  font-weight: 400;
  src: url("../font/FuturaLTLight.woff2") format("woff2");
}
@font-face {
  font-family: "Futura";
  font-weight: 500;
  src: url("../font/FuturaMdBTMediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/SourceHanSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SourceHanSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/SourceHanSansJP-Normal.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSansJP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/SourceHanSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/SourceHanSerifJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SourceHanSerifJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/SourceHanSerifJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
body {
  font-family: "SourceHanSansJP";
  font-weight: 500;
  font-size: 1.6rem;
  color: #1A1313;
}

li {
  list-style: none;
}

a {
  color: #1A1313;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

.line-btn {
  width: 100%;
  display: block;
}

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

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

.flex {
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 130rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .content-width {
        max-width: 150rem;
  }
}@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.section-title {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-title {
    width: 100%;
  }
}
.section-title .ja {
  color: #DF2626;
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  letter-spacing: 0.2em;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 2.5rem;
  }
}
.section-title .en {
  position: relative;
  color: rgba(26, 19, 19, 0.05);
  font-size: 15rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 7rem;
  }
}

.yellow {
  color: #F5CA21;
}

small {
  display: inline-block;
  width: 100%;
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: #222B57;
  width: 100%;
  height: 12.6rem;
  padding: 0 2rem;
}
.header .content-width {
        max-width: 1240px;
      }
@media (max-width: 767px) {
  .header {
    height: 5rem;
    padding: 1rem 0.8rem;
    display: flex;
    align-items: center;
  }
}
.header a {
  color: #fff;
}
.header .header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 12.6rem;
}
@media (max-width: 767px) {
  .header .header__inner {
    justify-content: flex-start;
    width: 100%;
    height: 5rem;
  }
}
.header .header__logo {
  max-width: 7.03125vw;
  width: 100%;
  margin-right: 1.6666666667vw;
}
@media (min-width:1920px) {
  .header .header__logo {
    max-width: 13.5rem;
    margin-right: 3.2rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 5rem;
  }
}
.header .header__logo a {
  display: flex;
}
.header .header__menu {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
@media (min-width:1920px) {
  .header .header__menu {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .header .header__menu {
    display: none;
  }
}
.header .header__menu a {
  font-size: 1.6rem;
  font-family: "SourceHanSansJP";
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .header__inner__left {
  display: flex;
  align-items: center;
}
.header .header__text {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.3645833333vw;
}
@media (min-width:1920px) {
  .header .header__text {
    gap: 0.7rem;
  }
}
.header .header__text .ja {
  font-size: 2rem;
  font-family: "SourceHanSansJP";
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .header .header__text .ja {
    font-size: 1.2rem;
  }
}
.header .header__text .en {
  font-size: 2rem;
  font-family: "Futura";
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .header .header__text .en {
    font-size: 1.2rem;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 32px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
  border-radius: 4.9px;
}
.hamburger-btn .hamburger-btn__line {
  width: 16px;
  height: 14px;
  position: relative;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 1.5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  border-radius: 3px;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 7px;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 14px;
}

/* ×　オープン */
.hamburger-btn.active .hamburger-btn__line {
  width: 14px;
  height: 14px;
}
.hamburger-btn.active .line {
  width: 16px;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  top: 6px;
  left: 0px;
}
.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #222B57;
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 0 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
#hamburger-menu .hamburger-menu__list {
  margin: 5rem auto 0;
}
#hamburger-menu .hamburger-menu__list li {
  text-align: center;
}
#hamburger-menu .hamburger-menu__list li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  padding: 2.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

/*=================================================
    メインビジュアル
===================================================*/
.mv .mv__img {
  width: 100%;
  padding: 0 0rem;
}
.mv .content-width {
        max-width: 1240px;
      }
@media (max-width: 767px) {
        .mv .mv__img {
                padding: 0 0rem;
        }
}
.catch {
        padding: 39rem 0 30rem;
        background-image: url(../images/bg-circle.svg);
        background-size: cover;
        background-position: center -110px;
        margin-top: -29rem;
}
@media (min-width: 768px) {
  .catch {
    background-position: center -70px;
    margin-top: -29rem;
  }
}
@media (max-width: 767px) {
  .catch {
    margin-top: -5rem;
    padding: 10rem 2rem 7rem;
        background-size: cover;
        background-position: center top;
    max-width: 100%;
  }
}
.catch p {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 3.4rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .catch p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.catch p:last-of-type {
  margin-bottom: 0;
}
.catch .line-btn {
  width: 100%;
  max-width: 80rem;
  margin: 10rem auto 0;
  display: block;
}
@media (max-width: 767px) {
  .catch .line-btn {
    margin-top: 5rem;
  }
}

.menu {
  padding: 0rem 2rem 17rem;
}
@media (max-width: 767px) {
  .menu {
    padding: 5rem 2rem 0;
  }
}
.menu .line-btn {
  max-width: 80rem;
  margin: 12rem auto 0;
}
@media (max-width: 767px) {
  .menu .line-btn {
    margin: 5rem auto 0;
  }
}
.menu .menu__price {
  background-image: url(../images/bg-menu.jpg);
  background-size: cover;
  margin-top: 4rem;
  padding: 7.55rem 2rem 0.8rem 17.3rem;
}
@media (max-width: 767px) {
  .menu .menu__price {
    padding: 3rem 2rem;
    margin-top: 4rem;
  }
}
.menu .menu__price .price-label {
  color: #fff;
  background: linear-gradient(to right, #e68323 0%, #ec6416 100%);
  max-width: 52.6rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.25em;
  font-weight: 500;
  font-size: 4rem;
  text-shadow: 1px 1px 1px rgba(94, 89, 89, 0.25);
  padding: 1.2rem;
}
@media (max-width: 767px) {
  .menu .menu__price .price-label {
    font-size: 2rem;
  }
}
.menu .menu__price .price-label em {
  font-family: "Arial", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .menu .menu__price .price-label em {
    font-size: 2.2rem;
  }
}
.menu .menu__price .price-time {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2.3rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .menu .menu__price .price-time {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .menu .menu__price .price-time {
    gap: 1.4rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}
.menu .menu__price .price-time::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-botton-red.svg);
  background-size: contain;
  width: 3rem;
  height: 1.9rem;
  bottom: -13%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .menu .menu__price .price-time::after {
    bottom: -29%;
  }
}
.menu .menu__price .price-time .circle {
  width: 11.7rem;
  height: 11.7rem;
  border-radius: 50%;
  color: #D01515;
  border: solid 1px #D01515;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .menu .menu__price .price-time .circle {
    width: 8.7rem;
    height: 8.7rem;
    flex-shrink: 0;
  }
}
.menu .menu__price .price-time .circle em {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.23em;
  line-height: 1;
  margin-right: -1.3rem;
}
@media (max-width: 767px) {
  .menu .menu__price .price-time .circle em {
    font-size: 3.4rem;
    margin-right: -0.8rem;
  }
}
.menu .menu__price .price-time .circle .ja {
  line-height: 1;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .menu .menu__price .price-time .circle .ja {
    font-size: 2rem;
  }
}
.menu .menu__price .normal-price {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  color: #1D1919;
}
@media (max-width: 767px) {
  .menu .menu__price .normal-price {
    font-size: 1.6rem;
  }
}
.menu .menu__price .normal-price em {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
  position: relative;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .menu .menu__price .normal-price em {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .menu .menu__price .normal-price em {
    font-size: 4.2rem;
  }
}
/*.menu .menu__price .normal-price em::before {
  position: absolute;
  content: "";
  background-image: url(../images/price-line.svg);
  background-size: contain;
  width: 14.8rem;
  height: 2rem;
  top: 30%;
  left: 0;
}
@media (max-width: 767px) {
  .menu .menu__price .normal-price em::before {
    width: 12rem;
    height: 2rem;
  }
}
@media (max-width: 375px) {
  .menu .menu__price .normal-price em::before {
    width: 12rem;
    height: 3.4rem;
    top: 66%;
    left: -100px;
  }
}
*/
.menu .menu__price .price {
  color: #D01515;
  font-size: 7rem;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .menu .menu__price .price {
    font-size: 4rem;
    text-align: center;
  }
}
.menu .menu__price .price span {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.05em;
  margin-left: -10rem;
  position: relative;
  top: -20px;
}
@media (max-width: 767px) {
  .menu .menu__price .price span {
    font-size: 1.5rem;
    margin-left: 0rem;
    position: relative;
    top: -12px;
    margin-right: 10px;
  }
}
.menu .menu__price .price em {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .menu .menu__price .price em {
    padding-left: 3.3rem;
  }
}
@media (max-width: 767px) {
  .menu .menu__price .price em {
    font-size: 6rem;
  }
}
.menu .menu__price small {
  color: #1D1919;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 3.45rem;
}
@media (max-width: 767px) {
  .menu .menu__price small {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

/*=================================================
こんなお悩み
===================================================*/
.worries {
  padding: 0 0rem;
}
@media (max-width: 767px) {
  .worries {
    padding: 7rem 0rem 0;
    margin-top: 0;
  }
}
.worries .worries-title {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: #1A1313;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 15px rgba(123, 117, 117, 0.73);
}
@media (max-width: 767px) {
  .worries .worries-title {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.worries .worries-title .wave {
  font-size: 7rem;
  color: #140D82;
  position: relative;
}
@media (max-width: 767px) {
  .worries .worries-title .wave {
    font-size: 2.8rem;
  }
}
.worries .worries-title .wave::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  background-size: contain;
  width: 23rem;
  height: 1.4rem;
  bottom: -6%;
  left: 0;
}
@media (max-width: 767px) {
  .worries .worries-title .wave::after {
    width: 9rem;
    height: 0.6rem;
    bottom: -10%;
  }
}
.worries .worries__top {
  background-image: url(../images/bg-worries-top.jpg);
  background-size: cover;
  background-position: center top;
  padding: 8.6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .worries .worries__top {
    padding: 5rem 2rem 7rem;
  }
}
.worries .worries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 13.2rem;
  row-gap: 9.3rem;
}
@media (max-width: 767px) {
  .worries .worries__list {
    margin-top: 5rem;
    row-gap: 4rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.worries .worries__list li {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .worries .worries__list li {
    width: 100%;
  }
}
.worries .worries__list li p {
  text-align: center;
  margin-top: 3.3rem;
  font-size: 3rem;
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #0B092E;
  text-shadow: 0px 0px 20px #f6f6f6;
}
@media (max-width: 767px) {
  .worries .worries__list li p {
    font-size: 1.4rem;
    text-shadow: 0px 0px 10px #f6f6f6;
    margin-top: 1.5rem;
  }
}
.worries .worries__list li .list-img {
  max-width: 30.5rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(1) {
    margin-top: 3.7rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(2) {
    margin-top: 8.7rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(2) .list-img {
    max-width: 33.3rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(3) {
    margin-top: -0.3rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(3) .list-img {
    max-width: 33.8rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(5) {
    margin-top: 5.9rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(5) .list-img {
    max-width: 33.3rem;
  }
}
@media (min-width: 768px) {
  .worries .worries__list li:nth-child(6) .list-img {
    max-width: 33.8rem;
  }
}
.worries .worries__bottom {
  position: relative;
  background-image: url(../images/bg-worries-bottom.jpg);
  background-size: cover;
  padding: 25rem 2rem 18rem;
  text-align: center;
}
@media (max-width: 767px) {
  .worries .worries__bottom {
    padding: 8rem 2rem 5rem;
  }
}
.worries .worries__bottom p {
  color: #fff;
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.3em;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .worries .worries__bottom p {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.worries .worries__bottom p:last-of-type {
  margin-bottom: 0;
}
.worries .worries__bottom p .yellow {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .worries .worries__bottom p .yellow {
    font-size: 3rem;
  }
}
.worries .worries__bottom::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-worries-top.png);
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 10.7rem;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .worries .worries__bottom::after {
    height: 3.1rem;
  }
}

/*=================================================
    根本原因を解決する血液循環療法とは？
===================================================*/
@media (max-width: 767px) {
  .about {
    padding: 0 0rem;
  }
}
.about .content-width {
  padding: 21.9rem 3.2rem 1.9rem;
  background-image: url(../images/bg-about.jpg);
  background-size: cover;
}
@media (max-width: 767px) {
  .about .content-width {
    padding: 7rem 2rem 5rem;
  }
}
.about .about-title {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-shadow: 1px 1px 1px rgba(183, 183, 183, 0.56);
  color: #160956;
}
@media (max-width: 767px) {
  .about .about-title {
    font-size: 2.4rem;
  }
}
.about p {
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 2;
  max-width: 111rem;
  margin: 4.3rem auto 0;
  text-shadow: 1px 1px 1px rgba(183, 183, 183, 0.56);
  letter-spacing: 0.2em;
  color: #160956;
}
@media (max-width: 767px) {
  .about p {
    font-size: 1.8rem;
    margin: 3rem auto 0;
  }
}
.about p em {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .about p em {
    font-size: 2.2rem;
  }
}
.about small {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4166666667;
  margin-top: 23rem;
}
@media (max-width: 767px) {
  .about small {
    margin-top: 3rem;
    flex-direction: column;
  }
}

/*=================================================
血液循環療法と一般的な整体てなにが違うの？
===================================================*/
.point {
  padding: 0 0rem 20rem;
}
@media (max-width: 767px) {
  .point {
    padding: 0 0rem 5rem;
  }
}
.point .point__question {
  background-image: url(../images/bg-point.png);
  background-size: cover;
  padding: 25rem 2rem 25rem;
  position: relative;
}
@media (max-width: 767px) {
  .point .point__question {
    padding: 8rem 2rem 8rem;
    background-position: center;
  }
}
.point .point__question .point-title {
  text-align: center;
  color: #fff;
  font-family: "SourceHanSerifJP";
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .point .point__question .point-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.point .point__question .mark {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  font-size: 47.6rem;
  color: rgba(26, 19, 19, 0.14);
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .point .point__question .mark {
    font-size: 19.6rem;
  }
}
.point .line-bottom {
  margin-top: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .point .line-bottom {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .point .line-bottom img {
    width: 1.1rem;
  }
}
.point .point__list {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .point .point__list {
    margin-top: 5rem;
  }
}
.point .point__list li {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .point .point__list li {
    margin-bottom: 7rem;
  }
}
.point .point__list li:last-child {
  margin-bottom: 0;
}
.point .point__list li .list-title {
  text-align: center;
  color: #F35102;
  position: relative;
  max-width: 72.9rem;
  margin: 0 auto;
  padding-top: 8.7rem;
}
@media (max-width: 767px) {
  .point .point__list li .list-title {
    padding-top: 1.9rem;
  }
}
.point .point__list li .list-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/bg-title.svg);
  background-size: contain;
  width: 72.9rem;
  height: 27.1rem;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .point .point__list li .list-title::before {
    width: 100%;
    height: 13.1rem;
  }
}
.point .point__list li .list-title .num {
  display: block;
  font-size: 10rem;
  letter-spacing: 0.1em;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .point .point__list li .list-title .num {
    font-size: 5.2rem;
  }
}
.point .point__list li .list-title .ja {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .point .point__list li .list-title .ja {
    font-size: 3.4rem;
  }
}
.point .point__list li .list-block__flex {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .point .point__list li .list-block__flex {
    margin-top: 5rem;
  }
}
.point .point__list li .list-block__flex .list-block {
  color: #fff;
  width: 50%;
  padding: 8.8rem 4.36rem 9.6rem;
}
@media (max-width: 767px) {
  .point .point__list li .list-block__flex .list-block {
    width: 100%;
    padding: 5rem 2rem 5rem;
  }
}
.point .point__list li .list-block__flex .list-block:nth-of-type(1) {
  background: #ED713E;
}
.point .point__list li .list-block__flex .list-block:nth-of-type(2) {
  background: #D4042D;
}
.point .point__list li .list-block__flex .block-title {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .point .point__list li .list-block__flex .block-title {
    font-size: 2.4rem;
  }
}
.point .point__list li .list-block__flex .list-img {
  margin-top: 2.26rem;
  text-align: center;
}
@media (min-width: 768px) {
  .point .point__list li .list-block__flex .list-img {
    margin-top: 7.2rem;
  }
}
.point .point__list li .list-block__flex .list-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  margin-top: 7.38rem;
}
@media (max-width: 767px) {
  .point .point__list li .list-block__flex .list-text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.point .point__list li:nth-child(1) .list-text {
  font-size: 2.6rem;
  line-height: 1.5625;
  text-align: center;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1) .list-text {
    font-size: 1.6rem;
  }
}
.point .point__list li:nth-child(1) .list-block:nth-of-type(2) .list-img {
  margin-top: 20.1rem;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1) .list-block:nth-of-type(2) .list-img {
    margin-top: 5rem;
  }
}
.point .point__list li:nth-child(1) .list-block:nth-of-type(2) .list-text {
  margin-top: 25.3rem;
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1) .list-block:nth-of-type(2) .list-text {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .point .point__list li:nth-child(2) .list-block {
    padding: 6.8rem 4.36rem 6.6rem;
  }
}
@media (min-width: 768px) {
  .point .point__list li:nth-child(2) .list-img {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .point .point__list li:nth-child(3) .list-text {
    text-align: center;
  }
}

.service {
  background-image: url(../images/bg-service.jpg);
  background-size: cover;
  padding: 10.9rem 2rem 1.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service {
    padding: 7rem 2rem;
  }
}
.service .section-title {
  font-weight: 700;
}
.service .section-title .top-text {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .service .section-title .top-text {
    font-size: 2.4rem;
  }
}
.service .section-title .title {
  font-size: 5rem;
  letter-spacing: 0.4em;
  margin-top: 4.1rem;
  display: block;
}
@media (max-width: 767px) {
  .service .section-title .title {
    font-size: 3rem;
    margin-top: 2.2rem;
  }
}
.service .section-title .title .dot {
  position: relative;
  padding-top: 0.2em;
}
.service .section-title .title .dot::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #F6F3F2;
  top: 0;
  left: 39%;
  transform: translate(-50%, 0);
}
.service .service__list {
  margin-top: 9.2rem;
}
@media (min-width:1920px) {
  .service .service__list {
    gap: 18.1rem;
  }
}
@media (max-width: 767px) {
  .service .service__list {
    margin-top: 4rem;
  }
}
.service .service__list_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px auto 70px;
}
@media (max-width: 767px) {
  .service .service__list_flex {
    display: block;
  }
}
.service .service__list .list-img {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
.service .service__list li .list-title {
  text-align: left;
  margin-top: 2.6rem;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.service .service__list li:nth-child(2) .list-title {
  text-align: right;
  margin-top: 2.6rem;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .service .service__list .list-title {
    font-size: 2rem !important;
    text-align: left !important;
  }
}
.service .service__list .list-text {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .service .service__list .list-text {
    text-align: left;
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.service small {
  margin-top: 19.2rem;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .service small {
    text-align: left;
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

/*=================================================
    FLOW
===================================================*/
.flow {
  padding: 13.4rem 2rem 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 7rem 2rem;
  }
}
.flow .flow__list {
  margin: 10rem auto 0;
  max-width: 90rem;
}
@media (max-width: 767px) {
  .flow .flow__list {
    margin-top: 2rem;
  }
}
.flow .flow__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 15rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow .flow__list li {
    padding-bottom: 5rem;
  }
}
.flow .flow__list li::before {
  position: absolute;
  content: "";
  background: #ED713E;
  width: 10px;
  height: 100%;
  top: 0;
  left: 11.5%;
}
@media (max-width: 767px) {
  .flow .flow__list li::before {
    width: 5px;
  }
}
.flow .flow__list li:last-child {
  padding-bottom: 0;
}
.flow .flow__list li:last-child::before {
  display: none;
}
@media (min-width: 768px) {
  .flow .flow__list li:nth-child(1) .list-img {
    max-width: 27.6rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .flow .flow__list li:nth-child(1) .list-img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .flow .flow__list li:nth-child(2) .list-img {
    max-width: 38.9rem;
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .flow .flow__list li:nth-child(2) .list-img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .flow .flow__list li:nth-child(3) .list-img {
    max-width: 34.1rem;
    margin: 0 auto;
    margin-right: 10.6%;
  }
}
@media (max-width: 767px) {
  .flow .flow__list li:nth-child(3) .list-img {
    margin-right: 8.5%;
  }
}
.flow .flow__list .list-num {
  max-width: 21rem;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow .flow__list .list-num {
    max-width: 9rem;
  }
}
.flow .flow__list .list-img {
  text-align: center;
}
@media (max-width: 767px) {
  .flow .flow__list .list-img {
    max-width: 17rem;
    width: 100%;
    margin: 0 auto;
  }
}
.flow .flow__list .list-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 6.7rem;
  text-align: center;
  color: #1A1313;
}
@media (max-width: 767px) {
  .flow .flow__list .list-title {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.flow .flow__list .list-title em {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
}
.flow .flow__list .line-btn {
  max-width: 69rem;
  margin: 5.87rem auto 0;
}
@media (max-width: 767px) {
  .flow .flow__list .line-btn {
    margin: 2rem auto 0;
  }
}
.flow .flow__list .flow__list__right {
  width: 76%;
}
.flow small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8333333333;
  letter-spacing: 0.2em;
  margin: 14rem auto 0;
  max-width: 126rem;
  color: #D01515;
  display: block;
}
@media (max-width: 767px) {
  .flow small {
    text-align: left;
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

.voice {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .voice {
    padding: 0;
  }
}
.voice .voice__slider {
  background: #F96969;
  padding: 7.6rem 2rem 5rem;
  margin-top: 8.9rem;
}
@media (max-width: 767px) {
  .voice .voice__slider {
    margin-top: 3rem;
    padding: 5rem 2rem;
  }
}
.voice .voice__slider .voice-width {
  max-width: 96.1rem;
  margin: 0 auto;
  position: relative;
}
.voice .voice__slider .swiper-slide {
  padding: 5px 10px;
}
.voice .voice__slider .swiper-slide .voice__item {
  color: #180404;
  background-image: url(../images/bg-square.png);
  background-size: cover;
  background-color: #fff;
  border-radius: 3.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px #323232;
  width: 100%;
  padding: 5.4rem 2rem 6.6rem;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-slide .voice__item {
    border-radius: 2.4rem;
    padding: 3rem 2rem 4rem;
  }
}
.voice .voice__slider .swiper-slide .icon {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
.voice .voice__slider .swiper-slide .icon img{
  width: 100%;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-slide .icon {
    max-width: 90%;
  }
}
.voice .voice__slider .swiper-slide .name {
  margin-top: 2.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-slide .name {
    margin-top: 2.3rem;
    font-size: 2rem;
  }
}
.voice .voice__slider .swiper-slide .voice-title {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-slide .voice-title {
    margin-top: 2rem;
    font-size: 2.3rem;
  }
}
.voice .voice__slider .swiper-slide .voice-text {
  margin: 5.8rem auto 0;
  max-width: 81rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-slide .voice-text {
    margin: 3rem auto 0;
    font-size: 1.4rem;
  }
}
.voice .voice__slider .swiper-button-next,
.voice .voice__slider .swiper-button-prev {
  position: absolute;
  top: 41%;
  width: 12.9rem;
  height: 12.9rem;
  background-size: contain;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-button-next,
  .voice .voice__slider .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }
}
.voice .voice__slider .swiper-button-next:after,
.voice .voice__slider .swiper-button-prev:after {
  display: none;
}
.voice .voice__slider .swiper-button-next {
  background-image: url(../images/arrow-next.svg);
  right: -16%;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-button-next {
    right: -4%;
  }
}
.voice .voice__slider .swiper-button-prev {
  background-image: url(../images/arrow-prev.svg);
  left: -16%;
}
@media (max-width: 767px) {
  .voice .voice__slider .swiper-button-prev {
    left: -4%;
  }
}

.profile {
  padding: 20rem 0 0 2rem;
}
@media (max-width: 767px) {
  .profile {
    padding: 7rem 0 0;
  }
}
.profile .profile__flex {
  gap: 7.8rem;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 12.2rem;
}
@media (max-width: 767px) {
  .profile .profile__flex {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.profile .profile__img {
  max-width: 41.6rem;
  width: 100%;
}
@media (max-width: 767px) {
  .profile .profile__img {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 25rem;
  }
}
.profile .profile__text {
  border-radius: 15.5rem 0 0 15.5rem;
  background: linear-gradient(to right bottom, #fc6a38 0%, #bc0707 100%);
  padding: 7.7rem 21rem 6rem 11.5rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .profile .profile__text {
    border-radius: 8rem 0 0 8rem;
    padding: 5rem 2rem 5rem 3rem;
    font-size: 1.4rem;
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.profile .profile__text .profile-text {
  max-width: 89.2rem;
}
.profile .profile__text .profile-name {
  text-align: right;
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .profile .profile__text .profile-name {
    margin-top: 2rem;
  }
}

/*=================================================
    よくある質問
===================================================*/
.faq {
  padding: 20rem 2rem 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 7rem 2rem 0;
  }
}

@media (min-width: 768px) {
  .faq__item {
    margin-top: -5rem;
  }
}

.question__item {
  padding: 10rem 0 10.5rem 13.8rem;
  margin: 0 auto;
  background-image: linear-gradient(to right, #e60d0d, #e60d0d 22px, transparent 7px, transparent 7px);
  background-size: 38px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .question__item {
    padding: 3rem 0;
  }
}
.question__item .q,
.question__item .a {
  font-weight: 700;
  font-size: 4rem;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .question__item .q,
  .question__item .a {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
}
.question__item .q {
  color: #fff;
  background: linear-gradient(#e30606 0%, #f22b2b 100%);
}
.question__item .a {
  color: #EC1D1D;
  background: #fff;
  border: solid 1px #E30606;
}
.question__item .question {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .question__item .question {
    padding: 0 0 1.6rem;
  }
}
.question__item .question .q-title {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 3.3rem;
  color: #181616;
}
@media (max-width: 767px) {
  .question__item .question .q-title {
    font-size: 1.4rem;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.question__item .answer .answer__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.88;
  margin-top: 4.6rem;
  display: flex;
  align-items: flex-start;
  gap: 3.3rem;
  color: #5F5555;
}
@media (max-width: 767px) {
  .question__item .answer .answer__text {
    font-size: 1.4rem;
    margin-top: 0;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .question__item .answer .answer__text p {
    padding-top: 2.7rem;
  }
}

/*=================================================
    お問い合わせ
===================================================*/
.contact {
  padding: 18rem 2rem 4rem;
}
@media (max-width: 767px) {
  .contact {
    padding: 7rem 2rem;
  }
}
.contact .line-btn {
  max-width: 80rem;
  margin: 13rem auto 0;
}
@media (max-width: 767px) {
  .contact .line-btn {
    margin: 5rem auto 0;
  }
}

/*=================================================
    リンク
===================================================*/
.link {
  padding: 0rem 0rem 4rem;
  text-align:center;
}
.link a{
  margin: 8rem 0rem;
  display: block;
  font-size: 130%;
  color: blue;
  text-decoration: underline;
}
.link a:hover{
  text-decoration: none;
}


/*=================================================
    フッター
===================================================*/
.footer {
  background: #222B57;
  color: #fff;
  padding: 3.9rem 2rem 4.8rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 3rem 2rem 3rem;
  }
}
.footer .footer__link li {
  text-align: center;
}
.footer .footer__link a {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer .footer__link a {
    font-size: 1.4rem;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
    margin-top: 0rem;
  }
}/*# sourceMappingURL=style.css.map */


/*=================================================
    movie
===================================================*/
.movie {
  padding: 0rem 0rem 0rem;
}
@media (max-width: 767px) {
  .movie {
    padding: 0rem 0rem 0rem;
  }
}

.video-container {
	position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* solid019 */
.button_solid019 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 30px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: linear-gradient(0deg, rgb(255 39 0) 30%, rgb(255 206 71) 100%);
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  border-radius: 50px;
  max-width: 725px;
  text-decoration: none;
  font-size: 180%;
  border: 3px solid #FFF;
}
.button_solid019 a:after {
  content: '';
  width: 16px;
  height: 16px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 7%;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button_solid019 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.movie .kome {
  margin: 1em 0em 2em;
}
@media (max-width: 767px) {
  .button_solid019 a {
    margin: 0 auto;
    padding: 15px 25px;
    font-size: 100%;
    width: 88%;
  }
  .button_solid019 a:after {
    width: 10px;
    height: 10px;
  }
  .movie .kome {
    padding: 0 20px;
    }
}