@charset "UTF-8";
/* font */
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.otf") format("opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.otf") format("opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2");
}
body {
  font-family: "NotoSansCJKjp-Regular";
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.7;
}

.bg-shape {
  position: relative;
}
.bg-shape .swell-block-fullWide__inner {
  z-index: 2;
}
.bg-shape::before, .bg-shape::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.bg-shape::before {
  top: 0;
  right: 0;
  width: clamp(90px, 10.4166666667vw, 200px);
  height: clamp(232px, 26.875vw, 516px);
  background: url(http://wpwork002.xsrv.jp/kaichi-soroban02/wp-content/uploads/bg_dot.png) center/cover no-repeat;
}
.bg-shape::after {
  content: "";
  left: 0;
  bottom: 0;
  height: clamp(90px, 10.4166666667vw, 200px);
  width: clamp(232px, 26.875vw, 516px);
  background: url(http://wpwork002.xsrv.jp/kaichi-soroban/wp-content/uploads/bg_dot_2.png) center/cover no-repeat;
}

/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
}
@media not all and (min-width: 600px) {
  .l-header {
    padding-block: 8px;
    background: rgba(255, 255, 255, 0.7);
  }
}

.l-header__inner {
  max-width: 1545px;
}

.l-header__gnav {
  background-color: #0185ae;
}

.-txt .c-headLogo__link {
  color: #7c99b5;
}
@media (min-width: 600px) {
  .-txt .c-headLogo__link {
    font-size: clamp(18px, 1.6145833333vw, 31px);
  }
}

.c-gnav > .menu-item > a {
  font-family: "NotoSansCJKjp-Medium";
}
@media (min-width: 960px) {
  .c-gnav > .menu-item > a {
    color: #fff;
    padding: 10px !important;
  }
}

.cta-btn a {
  font-size: 14px;
  position: relative;
}
.cta-btn a::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.is-style-btn_normal.cta-btn {
  --the-btn-radius: 15px;
}

.c-widget__title.-spmenu {
  background-color: #fff;
}

@media (min-width: 960px) {
  .-parallel .l-header__logo {
    width: 53%;
  }
  .l-header.-parallel .w-header {
    width: 47%;
  }
}
@media not all and (min-width: 960px) {
  .l-header__logo {
    padding: 0 6vw;
  }
  .l-header__menuBtn {
    padding-right: 4vw;
  }
  .l-header__menuBtn .c-iconBtn__icon {
    font-size: 34px;
  }
}
.fixd-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 100%;
}
@media (min-width: 600px) {
  .fixd-btn {
    top: 55%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
  }
}
.fixd-btn a {
  padding: 16px;
  outline: 1px solid #fff;
  outline-offset: -3px;
  font-family: "NotoSansCJKjp-Medium";
  letter-spacing: 0.049em;
  width: 100%;
}
@media (min-width: 600px) {
  .fixd-btn a {
    writing-mode: vertical-rl;
    padding: 28px 24px 25px 27px;
    width: auto;
  }
}
.fixd-btn .__icon:not(.-right) {
  margin-left: 0;
}

.top #content,
.top .l-content {
  padding-top: 0;
  margin: 0 auto 0;
}

/* ここからfv */
.fv {
  padding-top: 103px !important;
  padding-bottom: 120px !important;
  position: relative;
  background-image: linear-gradient(151deg, #92e0fd 1%, #ccffdc 100%);
}
@media (min-width: 600px) {
  .fv {
    padding-top: 110px !important;
    padding-bottom: 11px !important;
    background-image: linear-gradient(119deg, #92e0fd 1%, #fbfff4 52%, #ccffdc 100%);
  }
}
.fv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 304.8vw;
  height: 100%;
  background: url(http://wpwork002.xsrv.jp/kaichi-soroban/wp-content/uploads/fv_bg.png) center/cover no-repeat;
}
@media (min-width: 600px) {
  .fv::after {
    left: 0;
    right: auto;
    width: 100%;
    z-index: 1;
  }
}

.swell-block-fullWide__inner {
  padding-inline: 20px;
}

.is-stacked-on-mobile > .wp-block-media-text__content {
  padding: 20px 0 !important;
}

@media (min-width: 600px) {
  .fv__img {
    width: 80.729vw;
    margin-left: auto;
  }
}

@media (min-width: 600px) {
  .fv__text-box {
    position: absolute;
    top: 47%;
    left: 48px;
    transform: translateY(-50%);
  }
}
.fv__text-box > * {
  letter-spacing: 0.021em;
}

.fv__copy {
  font-size: clamp(20px, 2.7083333333vw, 60px);
}
.fv__copy span {
  padding: 2px 2px 2px 20px;
}
@media (min-width: 600px) {
  .fv__copy span {
    padding: 0.192em 0.538em 0.192em 0.231em;
  }
}
@media not all and (min-width: 600px) {
  .fv__copy span {
    width: 100%;
    display: inline-block;
  }
}
.fv__copy + .fv__copy {
  margin-top: 0.346em !important;
}

/* 見出し */
.post_content .section-heading {
  position: relative;
  font-size: clamp(20px, 1.6666666667vw, 32px);
  letter-spacing: -0.01em;
}

.post_content .section-sub-heading {
  display: block;
  margin-top: 0.571em;
  opacity: 0.7;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}

.reason .swell-block-fullWide__inner {
  padding-inline: 0 !important;
}
.reason .wp-block-media-text__content {
  align-self: center !important;
  padding: 0 20px 45px !important;
}
@media (min-width: 600px) {
  .reason .wp-block-media-text__content {
    padding: 20px !important;
  }
}
@media not all and (min-width: 600px) {
  .reason .wp-block-media-text__media img {
    aspect-ratio: 375/243;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.reason .reason-list {
  grid-template-columns: auto 50%;
  justify-items: flex-end;
  gap: clamp(35px, 3.125vw, 60px);
}
.reason .reason-list.reverse {
  grid-template-columns: 50% auto;
  justify-items: flex-start;
}
@media not all and (min-width: 600px) {
  .reason .reason-list {
    margin-top: 40px;
  }
}

.reason__heading.reason__heading {
  position: relative !important;
  padding-bottom: 18px;
}
.reason__heading.reason__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
}

.reason-list__title {
  font-size: clamp(16px, 1.4583333333vw, 28px) !important;
}

/* ここからFEATURE*/
.feature__item {
  gap: clamp(15px, 2.6041666667vw, 50px);
}
.feature__item img {
  border-radius: 15px;
}

.feature .wp-block-media-text__content {
  padding: 20px 0 !important;
}
@media (min-width: 600px) {
  .feature .wp-block-media-text__content {
    padding-top: 35px;
  }
}

.feature .future__title {
  background-color: #0185ae !important;
  color: #fff !important;
  padding: 5px 10px;
  font-family: "NotoSansCJKjp-Medium";
  font-feature-settings: "palt";
}
@media not all and (min-width: 600px) {
  .feature .future__title {
    padding: 10px;
    text-align: center !important;
  }
}

/* ここからPHOTO / MOVIE*/
.gallery .slider img {
  border-radius: 15px;
}
@media not all and (min-width: 600px) {
  .gallery .slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .gallery .slider img {
    aspect-ratio: 298/197;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery__video {
  justify-content: space-between;
}
.gallery__video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 574/380;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ここからUSER VOICE*/
.voice-item {
  padding-block: clamp(26px, 1.7708333333vw, 34px) clamp(30px, 2.0833333333vw, 40px);
}
.voice-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.voice-item h3 {
  font-family: "NotoSansCJKjp-Medium";
  font-weight: 500;
}
.voice-item img {
  border-radius: 15px;
}

/* ここからPRICE */
@media not all and (min-width: 600px) {
  .price-list {
    display: block !important;
  }
  .price-list > * {
    width: 100% !important;
  }
}
.price-list .swell-block-dl__dt,
.price-list .swell-block-dl__dd {
  font-weight: 400 !important;
  border-bottom: 1px solid #aaa;
  --swl-dt-width: 65%;
}
.price-list .swell-block-dl__dt {
  padding: 17px 0 6px;
}
@media (min-width: 600px) {
  .price-list .swell-block-dl__dt {
    padding: 1.2em 2.5em 1.2em 4.143em;
  }
}
@media not all and (min-width: 600px) {
  .price-list .swell-block-dl__dt {
    border-bottom: none;
  }
}
.price-list .swell-block-dl__dt:after {
  content: none;
}
.price-list .swell-block-dl__dd {
  padding: 6px 0 26px;
  font-size: clamp(14px, 0.9895833333vw, 19px);
}
@media (min-width: 600px) {
  .price-list .swell-block-dl__dd {
    text-align: right;
    padding: 1.1em 3.158em 1.1em 0;
  }
}

/* ここからFLOW */
.flow {
  padding-top: clamp(50px, 5.2083333333vw, 100px) !important;
  padding-bottom: 50px !important;
}

.flow-step .swell-block-step__number {
  color: #0185ae;
  font-family: "NotoSansCJKjp-Bold";
  letter-spacing: 0.06em;
}
@media not all and (min-width: 600px) {
  .flow-step .swell-block-step__number {
    margin-left: -21px;
  }
}
.flow-step .swell-block-step__number::after,
.flow-step .swell-block-step__number .__label {
  opacity: 1;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media not all and (min-width: 600px) {
  .flow-step .swell-block-step__number .__shape {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 600px) {
  .flow-step .swell-block-step__number .__shape {
    margin-right: 31px;
  }
}

@media (min-width: 600px) {
  .flow-step .swell-block-step__item {
    padding: 25px 0 70px 24px;
  }
  .flow-step .swell-block-step__item:not(:last-child)::after {
    content: "";
    display: block;
    border-bottom: 1px solid #dddddd;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95%;
  }
}
.flow-step .swell-block-step__item::before {
  height: 145%;
  top: -30px;
}

.swell-block-step__item:last-child:before {
  content: "";
}

.flow-step {
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 600px) {
  .flow-step .swell-block-step__title,
.flow-step .swell-block-step__body {
    padding-left: 24px;
  }
}

.flow-step .swell-block-step__title span {
  font-size: clamp(16px, 1.1458333333vw, 22px);
}

.flow-step .swell-block-step__item:before {
  border-left-color: #6798a7;
}

.flow-step .swell-block-step__body p {
  font-family: "NotoSansCJKjp-Medium";
}

/* ここからFAQ */
.faq .swell-block-accordion__item {
  font-size: clamp(13px, 0.78125vw, 15px);
  letter-spacing: 0.07em;
}

.faq .swell-block-accordion__icon {
  color: #6798a7;
  font-size: 1.7em;
}

@media (min-width: 600px) {
  .faq {
    padding-bottom: 0 !important;
    padding-top: 6em !important;
  }
}
.faq .swell-block-accordion__title::before,
.faq .swell-block-accordion__body::before {
  position: absolute;
  left: clamp(10px, 1.5625vw, 30px);
  font-family: "NotoSansCJKjp-Bold";
  font-size: 14px;
  line-height: 2;
  display: grid;
  place-items: center;
  background-color: #6798a7;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.faq .swell-block-accordion__title {
  position: relative;
  padding: 1.3em 0 1.3em 4em;
}
@media (min-width: 600px) {
  .faq .swell-block-accordion__title {
    padding: 1.6em 1.4em 1.6em 5em;
  }
}
.faq .swell-block-accordion__title::before {
  top: 50%;
  content: "Q";
  transform: translateY(-50%);
  height: 30px;
}

.faq .swell-block-accordion.is-style-simple .swell-block-accordion__body {
  position: relative;
  padding: 1.6em 1.4em 1.6em 5em;
}
.faq .swell-block-accordion.is-style-simple .swell-block-accordion__body::before {
  position: absolute;
  top: 1.5em;
  content: "A";
}

.faq .is-style-simple > .swell-block-accordion__item:first-child {
  border-top: 0;
}

/* ここからACCESS */
.access__contents {
  max-width: 911px !important;
}
@media (min-width: 600px) {
  .access__contents {
    gap: 50px;
  }
}

/* footer */
.l-footer {
  padding-bottom: clamp(44px, 3.3333333333vw, 64px);
}
.l-footer .swell-block-linkList.is-style-default.-flex .swell-block-linkList__link:hover {
  text-decoration: none;
  color: inherit;
}

.footer-gnav {
  justify-content: center;
}
.footer-gnav.swell-block-linkList.is-style-default.-flex {
  --the-gap: 0.5em 1.3em;
}

@media not all and (min-width: 600px) {
  .footer-gnav .swell-block-linkList__link {
    justify-content: center;
    padding: 14px;
  }
  .footer-gnav .swell-block-linkList__text {
    margin-right: 0 !important;
  }
}
.footer-gnav {
  font-family: "NotoSansCJKjp-Medium";
}

.footer-gnav .swell-block-linkList__item {
  letter-spacing: 0.049em;
}

.l-footer__foot {
  display: none;
}

.w-beforeFooter {
  margin: 0;
}

@media (min-width: 600px) {
  .br-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */