@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
@media screen and (max-width: 767px) {
  :root {
    --view-size: 750;
  }
}
/* -----------------------------------
common：基本
----------------------------------- */
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}

b {
  font-weight: normal;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.img_box {
  position: relative;
  flex-shrink: 0;
  /* widthとhightを記載 */
}

.img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* 768px以下では電話発信のリンクを無効化する */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* inner関係 */
.inner {
  width: 100%;
  max-width: 46.875rem;
  margin-inline: auto;
}

/* -----------------------------------
common：フォント
----------------------------------- */
/* 大文字 */
.uppercase {
  text-transform: uppercase;
}

/* -----------------------------------
common：flex
----------------------------------- */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* -----------------------------------
common：display
----------------------------------- */
.all_dn {
  display: none;
}

@media (max-width: 750px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 750px) {
  .sp_db {
    display: block;
  }
}

/* -----------------------------------
common：position
----------------------------------- */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* z-index */
.z_-10 {
  z-index: -10;
}

.z_10 {
  z-index: 10;
}

.z_20 {
  z-index: 20;
}

.z_30 {
  z-index: 30;
}

.z_40 {
  z-index: 40;
}

.z_50 {
  z-index: 50;
}

.z_8000 {
  z-index: 8000;
}

.z_9999 {
  z-index: 9999;
}

/* -----------------------------------
common：共通ボタン
----------------------------------- */
.common_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.common_top_btn a {
  display: block;
  padding: 0 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  background-color: #000;
  transition: background-color 0.6s ease;
}

.common_btn a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* -----------------------------------
common：その他
----------------------------------- */
.pointer {
  cursor: pointer;
}

.shadow-top {
  box-shadow: 0 -0.125rem 0.25rem 0 rgba(0, 0, 0, 0.16);
}

.shadow-btm {
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}

.shadow-btm-txt {
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.txt-liner-orange {
  background: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-liner-blue {
  background: linear-gradient(90deg, #01C0F9 0%, #005DEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
ヘッダー
----------------------------------- */
.fv {
  padding-bottom: 4rem;
}
@media (max-width: 750px) {
  .fv {
    padding-bottom: calc(64 / var(--view-size) * 100vw);
  }
}

.fv_bg {
  overflow: hidden;
  background-image: url("../image/fv-img.jpg");
  background-size: cover;
  padding-top: 90.4%;
}

.fv_soon {
  top: 4.7%;
  left: 0.9%;
  width: 17.375rem;
}
@media (max-width: 750px) {
  .fv_soon {
    width: calc(278 / var(--view-size) * 100vw);
  }
}

.fv_ttl {
  top: 54%;
}

.fv_ttl_ani {
  display: block;
}

.fv_ttl_top,
.fv_ttl_btm {
  display: block;
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
}

.fv_ttl_top {
  width: 36.6875rem;
  padding: 1.4375rem 1.25rem 1.1875rem 1.6875rem;
  transform: translateX(-0.470625rem) rotate(-6deg);
}
@media (max-width: 750px) {
  .fv_ttl_top {
    width: calc(587 / var(--view-size) * 100vw);
    padding: calc(23 / var(--view-size) * 100vw) calc(20 / var(--view-size) * 100vw) calc(19 / var(--view-size) * 100vw) calc(27 / var(--view-size) * 100vw);
    transform: translateX(calc(-7.53 / var(--view-size) * 100vw)) rotate(-6deg);
  }
}

.fv_ttl_btm {
  width: 22.8125rem;
  padding: 0.9375rem 1.5rem 1rem 3.75rem;
  margin-top: 1.75rem;
  transform: translateX(-1.293125rem) rotate(-6deg);
}
@media (max-width: 750px) {
  .fv_ttl_btm {
    width: calc(365 / var(--view-size) * 100vw);
    padding: calc(15 / var(--view-size) * 100vw) calc(24 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw) calc(60 / var(--view-size) * 100vw);
    margin-top: calc(28 / var(--view-size) * 100vw);
    transform: translateX(calc(-20.69 / var(--view-size) * 100vw)) rotate(-6deg);
  }
}

.fv_box {
  margin-top: -4.5rem;
}
@media (max-width: 750px) {
  .fv_box {
    margin-top: calc(-72 / var(--view-size) * 100vw);
  }
}

.fv_box_inner {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media (max-width: 750px) {
  .fv_box_inner {
    -moz-column-gap: calc(8 / var(--view-size) * 100vw);
         column-gap: calc(8 / var(--view-size) * 100vw);
  }
}

.fv_box_cir {
  width: 14rem;
  aspect-ratio: 1/1;
  border-radius: 62.4375rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .fv_box_cir {
    width: calc(224 / var(--view-size) * 100vw);
    border-radius: calc(999 / var(--view-size) * 100vw);
  }
}

.fv_box_cir p {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.003em;
  text-align: center;
}
@media (max-width: 750px) {
  .fv_box_cir p {
    font-size: calc(30 / var(--view-size) * 100vw);
  }
}

.fv_box_cir p b {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .fv_box_cir p b {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.fv_box_cir p span {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .fv_box_cir p span {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.fv_box_hook {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0.875rem;
}
@media (max-width: 750px) {
  .fv_box_hook {
    font-size: calc(32 / var(--view-size) * 100vw);
    padding-top: calc(14 / var(--view-size) * 100vw);
  }
}

.fv_box_cont {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-top: 1.9375rem;
}
@media (max-width: 750px) {
  .fv_box_cont {
    font-size: calc(32 / var(--view-size) * 100vw);
    margin-top: calc(32 / var(--view-size) * 100vw);
  }
}

.fv_box_cont span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .fv_box_cont span {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.fv_box_cont span b {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .fv_box_cont span b {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.box_cont_img {
  width: 21.25rem;
  top: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .box_cont_img {
    width: calc(340 / var(--view-size) * 100vw);
    top: calc(-2 / var(--view-size) * 100vw);
  }
}

.cls-1 {
  fill: url(#liner);
}

#text {
  -webkit-mask: url(#mask);
          mask: url(#mask);
}

.handwriting {
  width: 100%;
  height: auto;
}

.handwriting_mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400px;
  animation: handwriting 3s linear infinite;
}

/* 
フッター：
----------------------------------- */
.footer {
  background-color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}

.footer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer_float {
  padding: 1rem 2.5rem;
}
@media (max-width: 750px) {
  .footer_float {
    padding: calc(16 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
  }
}

.footer_btn {
  width: 14.5rem;
}
@media (max-width: 750px) {
  .footer_btn {
    width: calc(232 / var(--view-size) * 100vw);
  }
}

.footer_btn:last-of-type {
  width: 11.25rem;
}
@media (max-width: 750px) {
  .footer_btn:last-of-type {
    width: calc(180 / var(--view-size) * 100vw);
  }
}

/* 下からフェードイン */
.bottomin1 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin1.active {
  animation: 0.8s forwards bottomin;
}

.bottomin2 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin2.active {
  animation: 0.6s forwards 0.2s bottomin;
}

.bottomin3 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin3.active {
  animation: 0.6s forwards 0.3s bottomin;
}

.bottomin4 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin4.active {
  animation: 0.6s forwards 0.5s bottomin;
}

.bottomin5 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin5.active {
  animation: 0.6s forwards 0.6s bottomin;
}

.bottomin6 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin6.active {
  animation: 0.6s forwards 0.7s bottomin;
}

.bottomin7 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin7.active {
  animation: 0.6s forwards 0.8s bottomin;
}

.bottomin8 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin8.active {
  animation: 0.6s forwards 0.9s bottomin;
}

.bottomin9 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin9.active {
  animation: 0.6s forwards 1s bottomin;
}

.bottomin10 {
  opacity: 0;
  transform: translateY(-5%);
}
.bottomin10.active {
  animation: 0.6s forwards 1.1s bottomin;
}

.bottomin-pas1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translateY(100%);
  transition: 1.5s cubic-bezier(0, 0.96, 0.49, 0.91) 0.2s;
}

.bottomin-pas1.active {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  transform: translateY(0);
}

.bottomin-pas2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translateY(100%);
  transition: 1.5s cubic-bezier(0, 0.96, 0.49, 0.91) 0.4s;
}

.bottomin-pas2.active {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  transform: translateY(0);
}

.graph-up {
  transform: translateY(100%);
  transition: transform 1s ease;
}

.graph-up.active {
  transform: translateY(0%);
}

.graph-up-2 {
  transform: translateY(100%);
  transition: transform 1s ease 1s;
}

.graph-up-2.active {
  transform: translateY(0%);
}

.graph-up-3 {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 1.5s;
}

.graph-up-3.active {
  opacity: 1;
}

.scale_ani {
  animation: scale 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

.scale_ani_2 {
  opacity: 0;
  transform: scale(0.5);
  transition: 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}

.scale_ani_2.active {
  opacity: 1;
  transform: scale(1);
}

/* 下からフェードイン */
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 拡大・縮小 */
@keyframes scale {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.typing.active {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FF4800;
  white-space: pre;
  border-right: 0.125rem solid black;
  display: inline-block;
  animation: caret 0.8s step-end infinite;
}
@media (max-width: 750px) {
  .typing.active {
    border-right: calc(2 / var(--view-size) * 100vw) solid black;
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
@keyframes handwriting {
  0% {
    stroke-dashoffset: 400px;
  }
  33% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwriting-line {
  0% {
    stroke-dashoffset: 400px;
  }
  33% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*
cta
-----------------------------------*/
.cta_bg {
  background-color: #F9F8F3;
  padding-top: 4.5rem;
  padding-bottom: 3.875rem;
}
@media (max-width: 750px) {
  .cta_bg {
    padding-top: calc(72 / var(--view-size) * 100vw);
    padding-bottom: calc(62 / var(--view-size) * 100vw);
  }
}

.cta_ttl {
  text-align: center;
}

.cta_ttl span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0 2.433125rem;
}
@media (max-width: 750px) {
  .cta_ttl span {
    font-size: calc(40 / var(--view-size) * 100vw);
    padding: 0 calc(38.93 / var(--view-size) * 100vw);
  }
}

.cta_ttl span::before,
.cta_ttl span::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  background-image: url("../image/ttl-line.png");
  background-size: contain;
  width: 1.8125rem;
  height: 3.876875rem;
}
@media (max-width: 750px) {
  .cta_ttl span::before,
  .cta_ttl span::after {
    bottom: calc(-5 / var(--view-size) * 100vw);
    width: calc(29 / var(--view-size) * 100vw);
    height: calc(62.03 / var(--view-size) * 100vw);
  }
}

.cta_ttl span::before {
  left: 0;
}

.cta_ttl span::after {
  right: 0;
  transform: scale(-1, 1);
}

.cta_box ul {
  flex-direction: column;
  margin-top: 2.75rem;
  row-gap: 2.5rem;
}
@media (max-width: 750px) {
  .cta_box ul {
    margin-top: calc(44 / var(--view-size) * 100vw);
    row-gap: calc(40 / var(--view-size) * 100vw);
  }
}

.cta_box_btn {
  width: 35.25rem;
  border-radius: 6.25rem;
  overflow: hidden;
  font-size: 1.75rem;
  font-weight: 700;
  color: #FF4800;
  text-align: center;
}
@media (max-width: 750px) {
  .cta_box_btn {
    width: calc(564 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
    font-size: calc(28 / var(--view-size) * 100vw);
  }
}

.cta_box_btn:last-of-type a {
  position: relative;
  padding-right: 1.875rem;
}
@media (max-width: 750px) {
  .cta_box_btn:last-of-type a {
    padding-right: calc(30 / var(--view-size) * 100vw);
  }
}

.cta_box_btn:last-of-type a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border: solid #FF4800;
  border-width: 0.25rem 0.25rem 0 0;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 750px) {
  .cta_box_btn:last-of-type a::before {
    width: calc(16 / var(--view-size) * 100vw);
    height: calc(16 / var(--view-size) * 100vw);
    border-width: calc(4 / var(--view-size) * 100vw) calc(4 / var(--view-size) * 100vw) 0 0;
  }
}

/*
cp
-----------------------------------*/
.cp_bg {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  padding-top: 3.75rem;
  padding-bottom: 4.5625rem;
}
@media (max-width: 750px) {
  .cp_bg {
    padding-top: calc(60 / var(--view-size) * 100vw);
    padding-bottom: calc(73 / var(--view-size) * 100vw);
  }
}

.cp_bg::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  bottom: 0;
  border-color: transparent #F9F8F3 transparent;
  border-width: 7vw 50vw 0;
}

.cp_ttl {
  text-align: center;
}

.cp_ttl_main {
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .cp_ttl_main {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.cp_ttl_main span {
  letter-spacing: -0.28em;
}

.cp_ttl_main::before,
.cp_ttl_main::after {
  content: "";
  position: absolute;
  bottom: 2.4375rem;
  background-image: url("../image/open-line.svg");
  background-size: contain;
  width: 8.125rem;
  height: 4.8125rem;
}
@media (max-width: 750px) {
  .cp_ttl_main::before,
  .cp_ttl_main::after {
    bottom: calc(39 / var(--view-size) * 100vw);
    width: calc(130 / var(--view-size) * 100vw);
    height: calc(77 / var(--view-size) * 100vw);
  }
}

.cp_ttl_main::before {
  left: 0.5rem;
  transform: scale(1, -1) rotate(-101.9deg);
}
@media (max-width: 750px) {
  .cp_ttl_main::before {
    left: calc(8 / var(--view-size) * 100vw);
  }
}

.cp_ttl_main::after {
  right: 0.4375rem;
  transform: rotate(78.2deg);
}
@media (max-width: 750px) {
  .cp_ttl_main::after {
    right: calc(7 / var(--view-size) * 100vw);
  }
}

.cp_ttl_sub {
  display: block;
  background-color: #fff;
  width: 40.75rem;
  padding: 0.1875rem 0 0.25rem;
  border-radius: 6.25rem;
  margin-inline: auto;
  margin-top: 1.375rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 750px) {
  .cp_ttl_sub {
    width: calc(652 / var(--view-size) * 100vw);
    padding: calc(3 / var(--view-size) * 100vw) 0 calc(4 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
    margin-top: calc(22 / var(--view-size) * 100vw);
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.cp_ttl_sub::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  border-top: 2rem solid #ffffff;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .cp_ttl_sub::after {
    top: calc(35 / var(--view-size) * 100vw);
    border-right: calc(20 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(20 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(32 / var(--view-size) * 100vw) solid #ffffff;
  }
}

.cp_box {
  padding: 0 2.1875rem;
  margin-top: 5.25rem;
}
@media (max-width: 750px) {
  .cp_box {
    padding: 0 calc(35 / var(--view-size) * 100vw);
    margin-top: calc(84 / var(--view-size) * 100vw);
  }
}

.cp_box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20.5rem;
  height: 19.8125rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 0 0 #BB3144;
  padding: 2.5rem 0 0;
}
@media (max-width: 750px) {
  .cp_box ul li {
    width: calc(328 / var(--view-size) * 100vw);
    height: calc(317 / var(--view-size) * 100vw);
    border-radius: calc(8 / var(--view-size) * 100vw);
    box-shadow: calc(8 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw) 0 0 #BB3144;
    padding: calc(40 / var(--view-size) * 100vw) 0 0;
  }
}

.cp_box_num {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 5.0625rem;
  aspect-ratio: 1/1;
  background-color: #FF4800;
  border: 0.6875rem solid #fff;
  border-radius: 6.25rem;
}
@media (max-width: 750px) {
  .cp_box_num {
    top: calc(-40 / var(--view-size) * 100vw);
    width: calc(81 / var(--view-size) * 100vw);
    border-width: calc(11 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
  }
}

.box_num_img {
  width: 2rem;
}
@media (max-width: 750px) {
  .box_num_img {
    width: calc(32 / var(--view-size) * 100vw);
  }
}

.cp_box_01 .cp_box_ttl {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .cp_box_01 .cp_box_ttl {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.cp_box_01 .cp_box_ttl span {
  font-size: 4rem;
  color: #FF4800;
}
@media (max-width: 750px) {
  .cp_box_01 .cp_box_ttl span {
    font-size: calc(64 / var(--view-size) * 100vw);
  }
}

.cp_box_01 .cp_box_txt {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.1875rem;
}
@media (max-width: 750px) {
  .cp_box_01 .cp_box_txt {
    font-size: calc(30 / var(--view-size) * 100vw);
    margin-top: calc(19 / var(--view-size) * 100vw);
  }
}

.cp_box_txt span:last-of-type {
  font-size: 1.75rem;
}
@media (max-width: 750px) {
  .cp_box_txt span:last-of-type {
    font-size: calc(28 / var(--view-size) * 100vw);
  }
}

.cp_box_02 .cp_box_ttl {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 750px) {
  .cp_box_02 .cp_box_ttl {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.cp_box_02 .cp_box_ttl span {
  font-size: 3.5rem;
  font-weight: 900;
  color: #FF4800;
}
@media (max-width: 750px) {
  .cp_box_02 .cp_box_ttl span {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.cp_box_02 .cp_box_txt {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 1.1875rem;
}
@media (max-width: 750px) {
  .cp_box_02 .cp_box_txt {
    font-size: calc(28 / var(--view-size) * 100vw);
    margin-top: calc(19 / var(--view-size) * 100vw);
  }
}

.cp_box_02 .cp_box_txt span {
  line-height: 1.1;
}

.cp_box_02 .cp_box_txt span span {
  font-weight: 700;
  color: #FF4800;
}

.cp_box_02 .cp_box_txt b {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .cp_box_02 .cp_box_txt b {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.cp_box_note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: right;
  margin-top: 2.1875rem;
}
@media (max-width: 750px) {
  .cp_box_note {
    font-size: calc(16 / var(--view-size) * 100vw);
    margin-top: calc(35 / var(--view-size) * 100vw);
  }
}

/*
staff
-----------------------------------*/
.staff_bg {
  background-color: #F9F8F3;
  padding-top: 5rem;
  padding-bottom: 4.75rem;
}
@media (max-width: 750px) {
  .staff_bg {
    padding-top: calc(80 / var(--view-size) * 100vw);
    padding-bottom: calc(76 / var(--view-size) * 100vw);
  }
}

.staff_cir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  aspect-ratio: 1/1;
  border-radius: 62.4375rem;
  margin-inline: auto;
  background-color: #FF4800;
}
@media (max-width: 750px) {
  .staff_cir {
    width: calc(216 / var(--view-size) * 100vw);
    border-radius: calc(999 / var(--view-size) * 100vw);
  }
}

.staff_cir::after {
  content: "";
  position: absolute;
  bottom: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.3125rem solid transparent;
  border-left: 1.3125rem solid transparent;
  border-top: 2.625rem solid #FF4800;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .staff_cir::after {
    bottom: calc(-19 / var(--view-size) * 100vw);
    border-right: calc(21 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(21 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(42 / var(--view-size) * 100vw) solid #FF4800;
  }
}

.staff_cir_txt {
  font-size: 2.1175rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .staff_cir_txt {
    font-size: calc(33.88 / var(--view-size) * 100vw);
  }
}

.staff_cir_txt span {
  font-size: 2.82375rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .staff_cir_txt span {
    font-size: calc(45.18 / var(--view-size) * 100vw);
  }
}

.staff_ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
  margin-top: 3.625rem;
}
@media (max-width: 750px) {
  .staff_ttl {
    font-size: calc(48 / var(--view-size) * 100vw);
    margin-top: calc(58 / var(--view-size) * 100vw);
  }
}

.staff_ttl_top {
  display: inline-block;
  background-color: #fff;
  width: 38.3125rem;
  border: 0.125rem solid #222;
  padding: 1rem 1.25rem 1.0625rem 1.375rem;
}
@media (max-width: 750px) {
  .staff_ttl_top {
    width: calc(613 / var(--view-size) * 100vw);
    border-width: calc(2 / var(--view-size) * 100vw);
    padding: calc(16 / var(--view-size) * 100vw) calc(20 / var(--view-size) * 100vw) calc(17 / var(--view-size) * 100vw) calc(22 / var(--view-size) * 100vw);
  }
}

.staff_ttl_btm {
  display: block;
}

.ttl_btm_color {
  color: #FF4800;
}

.staff_ttl::before {
  content: "";
  position: absolute;
  top: -7.1875rem;
  right: 4.1875rem;
  background-image: url("../image/staff-line.svg");
  background-size: contain;
  width: 10.875rem;
  aspect-ratio: 174/104;
}
@media (max-width: 750px) {
  .staff_ttl::before {
    top: calc(-115 / var(--view-size) * 100vw);
    right: calc(67 / var(--view-size) * 100vw);
    width: calc(174 / var(--view-size) * 100vw);
  }
}

.staff_box {
  margin-top: 4.5rem;
}
@media (max-width: 750px) {
  .staff_box {
    margin-top: calc(72 / var(--view-size) * 100vw);
  }
}

.staff_box ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.1875rem;
}
@media (max-width: 750px) {
  .staff_box ul {
    row-gap: calc(35 / var(--view-size) * 100vw);
  }
}

.staff_box ul li {
  display: flex;
  justify-content: flex-start;
}

.staff_box ul li.staff_box_right {
  justify-content: flex-end;
}

.staff_box_inner {
  width: 41.25rem;
  height: 26.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .staff_box_inner {
    width: calc(660 / var(--view-size) * 100vw);
    height: calc(420 / var(--view-size) * 100vw);
    padding-bottom: calc(20 / var(--view-size) * 100vw);
    padding-right: calc(20 / var(--view-size) * 100vw);
  }
}

.staff_box_right .staff_box_inner {
  padding-right: 0;
  padding-left: 1.25rem;
}
@media (max-width: 750px) {
  .staff_box_right .staff_box_inner {
    padding-right: 0;
    padding-left: calc(20 / var(--view-size) * 100vw);
  }
}

.staff_box_inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 39.5625rem;
  height: 24.6875rem;
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
}
@media (max-width: 750px) {
  .staff_box_inner::after {
    bottom: 0;
    right: 0;
    width: calc(633 / var(--view-size) * 100vw);
    height: calc(395 / var(--view-size) * 100vw);
  }
}

.staff_box_right .staff_box_inner::after {
  right: auto;
  left: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.staff_box_img {
  width: 100%;
  height: 25rem;
}
@media (max-width: 750px) {
  .staff_box_img {
    height: calc(400 / var(--view-size) * 100vw);
  }
}

.staff_box_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.staff_box_ttl {
  bottom: 3.9375rem;
  left: 0;
  background-color: #fff;
  width: 28.25rem;
  padding: 0.8125rem 0;
  padding-left: 1.875rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 750px) {
  .staff_box_ttl {
    bottom: calc(63 / var(--view-size) * 100vw);
    width: calc(452 / var(--view-size) * 100vw);
    padding: calc(13 / var(--view-size) * 100vw) 0;
    padding-left: calc(30 / var(--view-size) * 100vw);
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.staff_box_02 .staff_box_ttl {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 1.4375rem;
}
@media (max-width: 750px) {
  .staff_box_02 .staff_box_ttl {
    padding-right: calc(23 / var(--view-size) * 100vw);
  }
}

.staff_box_03 .staff_box_ttl {
  padding: 0.9375rem 0 0.8125rem;
  padding-left: 0.4375rem;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .staff_box_03 .staff_box_ttl {
    padding: calc(15 / var(--view-size) * 100vw) 0 calc(13 / var(--view-size) * 100vw);
    padding-left: calc(7 / var(--view-size) * 100vw);
  }
}

.staff_box_ttl span {
  color: #FF4800;
}

.staff_box_ttl small {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .staff_box_ttl small {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}

/*
plan
-----------------------------------*/
.plan_bg {
  background-color: #FF4800;
  padding: 5rem 1.9375rem 5rem;
}
@media (max-width: 750px) {
  .plan_bg {
    padding: calc(80 / var(--view-size) * 100vw) calc(31 / var(--view-size) * 100vw) calc(80 / var(--view-size) * 100vw);
  }
}

.plan_ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .plan_ttl {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.plan_ttl_top {
  display: inline-block;
}

.plan_ttl_btm {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .plan_ttl_btm {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.plan_ttl_btm span {
  color: #FEFE0F;
}

.plan_ttl_btm b {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .plan_ttl_btm b {
    font-size: calc(80 / var(--view-size) * 100vw);
  }
}

.plan_box {
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .plan_box {
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

.plan_box_list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4375rem;
}
@media (max-width: 750px) {
  .plan_box_list {
    row-gap: calc(39 / var(--view-size) * 100vw);
  }
}

.plan_box_list > li {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 750px) {
  .plan_box_list > li {
    border-radius: calc(8 / var(--view-size) * 100vw);
  }
}

.plan_box_inner {
  position: relative;
  z-index: 10;
  padding: 2.5rem 1.875rem 2.5rem;
}
@media (max-width: 750px) {
  .plan_box_inner {
    padding: calc(40 / var(--view-size) * 100vw) calc(30 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
  }
}

.plan_box_ttl {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  padding-left: 1rem;
}
@media (max-width: 750px) {
  .plan_box_ttl {
    font-size: calc(56 / var(--view-size) * 100vw);
    padding-left: calc(16 / var(--view-size) * 100vw);
  }
}

.plan_box_ttl b {
  display: inline-block;
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .plan_box_ttl b {
    font-size: calc(80 / var(--view-size) * 100vw);
  }
}

.plan_box_ttl b span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .plan_box_ttl b span {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.plan_box_ttl span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-top: -0.6875rem;
}
@media (max-width: 750px) {
  .plan_box_ttl span {
    font-size: calc(32 / var(--view-size) * 100vw);
    margin-top: calc(-11 / var(--view-size) * 100vw);
  }
}

.plan_box_sub {
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  padding: 0.5rem 0;
  border-radius: 6.25rem;
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .plan_box_sub {
    padding: calc(8 / var(--view-size) * 100vw) 0;
    border-radius: calc(100 / var(--view-size) * 100vw);
    margin-top: calc(32 / var(--view-size) * 100vw);
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .plan_box_sub {
  background-image: linear-gradient(90deg, #01C0F9 0%, #005DEA 100%);
}

.plan_box_sub b {
  font-size: 3rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .plan_box_sub b {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.plan_box_sub::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 3rem;
  height: 2rem;
  background: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 750px) {
  .plan_box_sub::after {
    top: calc(68 / var(--view-size) * 100vw);
    width: calc(48 / var(--view-size) * 100vw);
    height: calc(32 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .plan_box_sub::after {
  background: linear-gradient(90deg, #01C0F9 0%, #005DEA 100%);
}

.plan_box_conn {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .plan_box_conn {
    margin-top: calc(48 / var(--view-size) * 100vw);
  }
}

.box_conn_img {
  width: 37.9375rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .box_conn_img {
    width: calc(607 / var(--view-size) * 100vw);
    border-radius: calc(8 / var(--view-size) * 100vw);
  }
}

.box_conn_reco {
  width: 24.25rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .box_conn_reco {
    width: calc(388 / var(--view-size) * 100vw);
    margin-top: calc(32 / var(--view-size) * 100vw);
  }
}

.box_conn_list {
  padding: 0 0.5625rem;
  margin-top: 0.25rem;
}
@media (max-width: 750px) {
  .box_conn_list {
    padding: 0 calc(9 / var(--view-size) * 100vw);
    margin-top: calc(4 / var(--view-size) * 100vw);
  }
}

.conn_list_ttl {
  background-color: #FFD7AF;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.9375rem 0 0.875rem;
  padding-left: 7.9375rem;
}
@media (max-width: 750px) {
  .conn_list_ttl {
    border-radius: calc(8 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw) 0 0;
    padding: calc(15 / var(--view-size) * 100vw) 0 calc(14 / var(--view-size) * 100vw);
    padding-left: calc(127 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .conn_list_ttl {
  background-color: #CCE7FF;
  padding-left: 6.9375rem;
}
@media (max-width: 750px) {
  .box_list_02 .conn_list_ttl {
    padding-left: calc(111 / var(--view-size) * 100vw);
  }
}

.conn_list_ttl li {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .conn_list_ttl li {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.box_conn_list ol {
  background-color: #fff;
  border: 0.25rem solid #FFD7AF;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.75rem 1.5rem 1.625rem;
}
@media (max-width: 750px) {
  .box_conn_list ol {
    border-width: calc(4 / var(--view-size) * 100vw);
    border-radius: 0 0 calc(8 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw);
    padding: calc(28 / var(--view-size) * 100vw) calc(24 / var(--view-size) * 100vw) calc(26 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .box_conn_list ol {
  border-color: #CCE7FF;
}

.box_conn_list ol li {
  font-size: 1.875rem;
  font-weight: 500;
  list-style: none;
  padding-left: 2.75rem;
}
@media (max-width: 750px) {
  .box_conn_list ol li {
    font-size: calc(30 / var(--view-size) * 100vw);
    padding-left: calc(44 / var(--view-size) * 100vw);
  }
}

.box_conn_list ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../image/Check-orange.jpg");
  background-size: contain;
}
@media (max-width: 750px) {
  .box_conn_list ol li::after {
    width: calc(28 / var(--view-size) * 100vw);
    height: calc(28 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .box_conn_list ol li::after {
  background-image: url("../image/Check-blue.jpg");
}

.box_conn_list ol li b {
  font-weight: 700;
}

.box_conn_list ol li span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .box_conn_list ol li span {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}

.box_conn_list ol li:not(:first-of-type) {
  margin-top: 1.4375rem;
}
@media (max-width: 750px) {
  .box_conn_list ol li:not(:first-of-type) {
    margin-top: calc(23 / var(--view-size) * 100vw);
  }
}

/* プランB */
.box_list_02 .box_conn_list ol li:nth-of-type(2) {
  margin-top: 1.375rem;
}
@media (max-width: 750px) {
  .box_list_02 .box_conn_list ol li:nth-of-type(2) {
    margin-top: calc(22 / var(--view-size) * 100vw);
  }
}

.box_list_02 .box_conn_list ol li:nth-of-type(3) {
  margin-top: 1.75rem;
}
@media (max-width: 750px) {
  .box_list_02 .box_conn_list ol li:nth-of-type(3) {
    margin-top: calc(28 / var(--view-size) * 100vw);
  }
}

/*
riyu
-----------------------------------*/
.riyu_bg {
  background-color: #F9F8F3;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 750px) {
  .riyu_bg {
    padding-top: calc(80 / var(--view-size) * 100vw);
    padding-bottom: calc(80 / var(--view-size) * 100vw);
  }
}

.riyu_ttl {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #FF4800;
  text-align: center;
}
@media (max-width: 750px) {
  .riyu_ttl {
    font-size: calc(72 / var(--view-size) * 100vw);
  }
}

.riyu_ttl b {
  font-size: 6.5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .riyu_ttl b {
    font-size: calc(104 / var(--view-size) * 100vw);
  }
}

.riyu_ttl_pop {
  display: block;
  background-color: #FF4800;
  width: 24.5625rem;
  border-radius: 6.25rem;
  padding: 0.375rem 0;
  margin-inline: auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .riyu_ttl_pop {
    width: calc(393 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
    padding: calc(6 / var(--view-size) * 100vw) 0;
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.riyu_ttl_pop::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.0625rem solid transparent;
  border-left: 1.0625rem solid transparent;
  border-top: 1.9375rem solid #FF4800;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .riyu_ttl_pop::after {
    top: calc(40 / var(--view-size) * 100vw);
    border-right: calc(17 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(17 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(31 / var(--view-size) * 100vw) solid #FF4800;
  }
}

.riyu_box {
  padding: 0 1.9375rem;
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .riyu_box {
    padding: 0 calc(31 / var(--view-size) * 100vw);
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

.riyu_box ul {
  row-gap: 2.5rem;
}
@media (max-width: 750px) {
  .riyu_box ul {
    row-gap: calc(40 / var(--view-size) * 100vw);
  }
}

.riyu_box ul li {
  background-color: #fff;
  background-image: url("../image/icon-01.png");
  background-size: auto 7.5rem;
  background-position: top 3.375rem center;
  width: 20.5rem;
  height: 24.6875rem;
  padding: 11.8125rem 1.25rem 2.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 750px) {
  .riyu_box ul li {
    background-size: auto calc(120 / var(--view-size) * 100vw);
    background-position: top calc(54 / var(--view-size) * 100vw) center;
    width: calc(328 / var(--view-size) * 100vw);
    height: calc(395 / var(--view-size) * 100vw);
    padding: calc(189 / var(--view-size) * 100vw) calc(20 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
    border-radius: calc(8 / var(--view-size) * 100vw);
  }
}

.riyu_box ul li:nth-of-type(2) {
  background-image: url("../image/icon-02.png");
  background-size: auto 8.625rem;
  background-position: top 2.8125rem center;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(2) {
    background-size: auto calc(138 / var(--view-size) * 100vw);
    background-position: top calc(45 / var(--view-size) * 100vw) center;
  }
}

.riyu_box ul li:nth-of-type(3) {
  background-image: url("../image/icon-03.png");
  background-size: auto 9.25rem;
  background-position: top 2.5rem center;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(3) {
    background-size: auto calc(148 / var(--view-size) * 100vw);
    background-position: top calc(40 / var(--view-size) * 100vw) center;
  }
}

.riyu_box ul li:nth-of-type(4) {
  background-image: url("../image/icon-04.png");
  background-size: auto 8.125rem;
  background-position: top 3.0625rem center;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(4) {
    background-size: auto calc(130 / var(--view-size) * 100vw);
    background-position: top calc(49 / var(--view-size) * 100vw) center;
  }
}

.riyu_box ul li:nth-of-type(5) {
  background-image: url("../image/icon-05.png");
  background-size: auto 8.125rem;
  background-position: top 3.0625rem center;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(5) {
    background-size: auto calc(130 / var(--view-size) * 100vw);
    background-position: top calc(49 / var(--view-size) * 100vw) center;
  }
}

.riyu_box ul li:nth-of-type(6) {
  background-image: url("../image/icon-06.png");
  background-size: auto 7.5rem;
  background-position: top 3.375rem center;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(6) {
    background-size: auto calc(120 / var(--view-size) * 100vw);
    background-position: top calc(54 / var(--view-size) * 100vw) center;
  }
}

.riyu_box_ttl {
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  background: linear-gradient(-45deg, transparent 50%, #FA5F7E 0%, #FE870F 100%);
  font-size: 4rem;
  line-height: 1.18;
  color: #fff;
  padding: 0 5rem 3.375rem 1.125rem;
  border-radius: 0.5rem 0 0 0;
}
@media (max-width: 750px) {
  .riyu_box_ttl {
    font-size: calc(64 / var(--view-size) * 100vw);
    padding: 0 calc(80 / var(--view-size) * 100vw) calc(54 / var(--view-size) * 100vw) calc(18 / var(--view-size) * 100vw);
    border-radius: calc(8 / var(--view-size) * 100vw) 0 0 0;
  }
}

.riyu_box_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.625rem;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 750px) {
  .riyu_box_txt {
    height: calc(154 / var(--view-size) * 100vw);
    font-size: calc(30 / var(--view-size) * 100vw);
    margin-top: calc(16 / var(--view-size) * 100vw);
  }
}

.riyu_box_txt .txt_color {
  font-weight: 900;
  line-height: 1.3;
  color: #FF4800;
}

.riyu_box_txt span b {
  font-size: 2.5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .riyu_box_txt span b {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.riyu_box ul li:nth-of-type(5) .riyu_box_txt span b {
  font-size: 2.125rem;
}
@media (max-width: 750px) {
  .riyu_box ul li:nth-of-type(5) .riyu_box_txt span b {
    font-size: calc(34 / var(--view-size) * 100vw);
  }
}

.riyu_box_txt small {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .riyu_box_txt small {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}

/*
simu
-----------------------------------*/
.simu_bg {
  padding-top: 5rem;
  padding-bottom: 5.4375rem;
}
@media (max-width: 750px) {
  .simu_bg {
    padding-top: calc(80 / var(--view-size) * 100vw);
    padding-bottom: calc(87 / var(--view-size) * 100vw);
  }
}

.simu_ttl {
  background-image: url("../image/simulation-ttl.png");
  background-size: 6.4375rem;
  background-position: top center;
  padding-top: 7.375rem;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 750px) {
  .simu_ttl {
    background-size: calc(103 / var(--view-size) * 100vw);
    padding-top: calc(118 / var(--view-size) * 100vw);
    font-size: calc(72 / var(--view-size) * 100vw);
  }
}

.simu_dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4375rem;
  margin-top: 1.125rem;
}
@media (max-width: 750px) {
  .simu_dot {
    row-gap: calc(7 / var(--view-size) * 100vw);
    margin-top: calc(18 / var(--view-size) * 100vw);
  }
}

.dot {
  background-color: #222222;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .dot {
    width: calc(4 / var(--view-size) * 100vw);
    height: calc(4 / var(--view-size) * 100vw);
  }
}

.simu_box {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin-top: 2.125rem;
}
@media (max-width: 750px) {
  .simu_box {
    row-gap: calc(80 / var(--view-size) * 100vw);
    margin-top: calc(34 / var(--view-size) * 100vw);
  }
}

.simu_box_ttl {
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  padding-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .simu_box_ttl {
    padding-bottom: calc(24 / var(--view-size) * 100vw);
  }
}

/* プラン B */
.simu_box_B .simu_box_ttl {
  background-image: linear-gradient(90deg, #01C0F9 0%, #005DEA 100%);
}

.simu_box_ttl h3 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .simu_box_ttl h3 {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.simu_box_ttl span {
  font-size: 3rem;
}
@media (max-width: 750px) {
  .simu_box_ttl span {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.simu_box_ttl b {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .simu_box_ttl b {
    font-size: calc(80 / var(--view-size) * 100vw);
  }
}

.simu_box_ttl p {
  font-size: 2rem;
  font-weight: 700;
  margin-top: -0.4375rem;
}
@media (max-width: 750px) {
  .simu_box_ttl p {
    font-size: calc(32 / var(--view-size) * 100vw);
    margin-top: calc(-7 / var(--view-size) * 100vw);
  }
}

.simu_box_ttl::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 9.8125rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 4.6375rem;
  height: 3.5rem;
  background-image: linear-gradient(90deg, #FE870F 0%, #FA5F7E 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width: 750px) {
  .simu_box_ttl::after {
    top: calc(157 / var(--view-size) * 100vw);
    width: calc(74.2 / var(--view-size) * 100vw);
    height: calc(56 / var(--view-size) * 100vw);
  }
}

/* プラン B */
.simu_box_B .simu_box_ttl::after {
  background-image: linear-gradient(90deg, #01C0F9 0%, #005DEA 100%);
}

.simu_box_graph {
  background-color: #FFEFDF;
  background-image: url("../image/simu-dot.png");
  background-size: 18.25rem;
  background-position: right 4.0625rem bottom;
  padding: 14.75rem 2.15625rem 0;
}
@media (max-width: 750px) {
  .simu_box_graph {
    background-size: calc(292 / var(--view-size) * 100vw);
    background-position: right calc(65 / var(--view-size) * 100vw) bottom;
    padding: calc(236 / var(--view-size) * 100vw) calc(34.5 / var(--view-size) * 100vw) 0;
  }
}

/* プラン B */
.simu_box_B .simu_box_graph {
  background-color: #E7F3FF;
  background-image: url("../image/simu-dot-80.png");
  background-size: 20.125rem;
  background-position: right 2.125rem bottom;
  padding: 12.5rem 0 0;
}
@media (max-width: 750px) {
  .simu_box_B .simu_box_graph {
    background-size: calc(322 / var(--view-size) * 100vw);
    background-position: right calc(34 / var(--view-size) * 100vw) bottom;
    padding: calc(200 / var(--view-size) * 100vw) 0 0;
  }
}

.box_graph_inner {
  padding: 0 1.875rem;
  border-bottom: 0.226875rem solid #B1B1B1;
  overflow: hidden;
}
@media (max-width: 750px) {
  .box_graph_inner {
    padding: 0 calc(30 / var(--view-size) * 100vw);
    border-bottom: calc(3.63 / var(--view-size) * 100vw) solid #B1B1B1;
  }
}

/* プラン B */
.simu_box_B .box_graph_inner {
  padding: 0 2.125rem;
}
@media (max-width: 750px) {
  .simu_box_B .box_graph_inner {
    padding: 0 calc(34 / var(--view-size) * 100vw);
  }
}

.box_graph_100 {
  z-index: 10;
  width: 18.3125rem;
  height: 22.9375rem;
}
@media (max-width: 750px) {
  .box_graph_100 {
    width: calc(293 / var(--view-size) * 100vw);
    height: calc(367 / var(--view-size) * 100vw);
  }
}

/* プラン B */
.simu_box_B .box_graph_100 {
  z-index: 10;
  width: 20.1875rem;
  height: 25.3125rem;
}
@media (max-width: 750px) {
  .simu_box_B .box_graph_100 {
    width: calc(323 / var(--view-size) * 100vw);
    height: calc(405 / var(--view-size) * 100vw);
  }
}

.graph_100_img {
  width: 100%;
  height: 100%;
}

.graph_txt {
  width: 100%;
}

.graph_txt span:first-of-type {
  display: block;
  width: 7.5rem;
  background-color: #F5243C;
  padding: 0 1.25rem;
  border-radius: 6.25rem;
  margin-inline: auto;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .graph_txt span:first-of-type {
    width: calc(120 / var(--view-size) * 100vw);
    padding: 0 calc(20 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

/* プラン B */
.simu_box_B .graph_txt span:first-of-type {
  background-color: #0034DD;
}

.graph_txt span:last-of-type {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .graph_txt span:last-of-type {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.graph_txt span:last-of-type b {
  font-size: 4.54rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .graph_txt span:last-of-type b {
    font-size: calc(72.64 / var(--view-size) * 100vw);
  }
}

.graph_100_txt {
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_graph_line_75,
.box_graph_line_80 {
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 6.875rem;
}
@media (max-width: 750px) {
  .box_graph_line_75,
  .box_graph_line_80 {
    width: calc(45 / var(--view-size) * 100vw);
    height: calc(110 / var(--view-size) * 100vw);
  }
}

.box_graph_75 {
  z-index: 10;
  width: 18.375rem;
  height: 22.9375rem;
}
@media (max-width: 750px) {
  .box_graph_75 {
    width: calc(294 / var(--view-size) * 100vw);
    height: calc(367 / var(--view-size) * 100vw);
  }
}

.graph_75_img {
  width: 100%;
  height: 75%;
  bottom: 0;
}

/* プラン B */
.box_graph_80 {
  z-index: 10;
  width: 20.125rem;
  height: 25.3125rem;
}
@media (max-width: 750px) {
  .box_graph_80 {
    width: calc(322 / var(--view-size) * 100vw);
    height: calc(405 / var(--view-size) * 100vw);
  }
}

.graph_80_img {
  width: 100%;
  height: 80%;
  bottom: 0;
}

.graph_75_txt {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* プラン B */
.graph_80_txt {
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_graph_info {
  width: 17.1875rem;
  top: 4.7%;
  right: 4.6%;
}
@media (max-width: 750px) {
  .box_graph_info {
    width: calc(275 / var(--view-size) * 100vw);
  }
}

.simu_txt {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5625rem;
}
@media (max-width: 750px) {
  .simu_txt {
    font-size: calc(24 / var(--view-size) * 100vw);
    margin-top: calc(24 / var(--view-size) * 100vw);
  }
}

/*
step
-----------------------------------*/
.step_bg {
  background-color: #F9F8F3;
  padding-top: 5rem;
  padding-bottom: 15.125rem;
}
@media (max-width: 750px) {
  .step_bg {
    padding-top: calc(80 / var(--view-size) * 100vw);
    padding-bottom: calc(242 / var(--view-size) * 100vw);
  }
}

.step_ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 750px) {
  .step_ttl {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.step_ttl_top {
  display: inline-block;
}

.step_ttl b {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  color: #FF4800;
}
@media (max-width: 750px) {
  .step_ttl b {
    font-size: calc(72 / var(--view-size) * 100vw);
  }
}

.step_box {
  margin-top: 6.1875rem;
}
@media (max-width: 750px) {
  .step_box {
    margin-top: calc(99 / var(--view-size) * 100vw);
  }
}

.step_box ul {
  flex-direction: column;
  row-gap: 2.1875rem;
}
@media (max-width: 750px) {
  .step_box ul {
    row-gap: calc(35 / var(--view-size) * 100vw);
  }
}

.step_box_inner {
  width: 45rem;
  height: 39.25rem;
  background-image: url("../image/flow-bg-L.png");
  background-size: contain;
  padding: 2rem 0 0 2.1875rem;
}
@media (max-width: 750px) {
  .step_box_inner {
    width: calc(720 / var(--view-size) * 100vw);
    height: calc(628 / var(--view-size) * 100vw);
    padding: calc(32 / var(--view-size) * 100vw) 0 0 calc(35 / var(--view-size) * 100vw);
  }
}

.step_box_ttl {
  color: #fff;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: 2rem;
}
@media (max-width: 750px) {
  .step_box_ttl {
    -moz-column-gap: calc(24 / var(--view-size) * 100vw);
         column-gap: calc(24 / var(--view-size) * 100vw);
    padding-left: calc(32 / var(--view-size) * 100vw);
  }
}

.box_ttl_num {
  font-size: 4.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .box_ttl_num {
    font-size: calc(72 / var(--view-size) * 100vw);
  }
}

.box_ttl_txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .box_ttl_txt {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}

.box_ttl_txt b {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .box_ttl_txt b {
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.step_box_img {
  width: 43rem;
  margin-top: 1.8125rem;
}
@media (max-width: 750px) {
  .step_box_img {
    width: calc(688 / var(--view-size) * 100vw);
    margin-top: calc(29 / var(--view-size) * 100vw);
  }
}

.step_box_right .step_box_inner {
  background-image: url("../image/flow-bg-R.png");
  background-position: right;
  padding: 2rem 2.1875rem 0 0;
}
@media (max-width: 750px) {
  .step_box_right .step_box_inner {
    padding: calc(32 / var(--view-size) * 100vw) calc(35 / var(--view-size) * 100vw) 0 0;
  }
}

.step_box_right .step_box_ttl {
  padding-left: 8.75rem;
}
@media (max-width: 750px) {
  .step_box_right .step_box_ttl {
    padding-left: calc(140 / var(--view-size) * 100vw);
  }
}

/*
visit
-----------------------------------*/
.visit .inner {
  padding-top: 5rem;
  padding-bottom: 6.4375rem;
}
@media (max-width: 750px) {
  .visit .inner {
    padding-top: calc(80 / var(--view-size) * 100vw);
    padding-bottom: calc(103 / var(--view-size) * 100vw);
  }
}

.visit_ttl {
  margin-top: -8.125rem;
  background-color: #FF4800;
  width: 27.375rem;
  border-radius: 6.25rem;
  padding: 1.5rem 0 1.4375rem;
  margin-inline: auto;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .visit_ttl {
    margin-top: calc(-130 / var(--view-size) * 100vw);
    width: calc(438 / var(--view-size) * 100vw);
    border-radius: calc(100 / var(--view-size) * 100vw);
    padding: calc(24 / var(--view-size) * 100vw) 0 calc(23 / var(--view-size) * 100vw);
    font-size: calc(48 / var(--view-size) * 100vw);
  }
}

.visit_ttl::before,
.visit_ttl::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.visit_ttl::before {
  background-image: url("../image/staff-line.svg");
  background-size: contain;
  top: -127%;
  width: 10.25rem;
  height: 6.125rem;
  transform: rotate(-7deg) translateX(-50%);
}
@media (max-width: 750px) {
  .visit_ttl::before {
    width: calc(164 / var(--view-size) * 100vw);
    height: calc(98 / var(--view-size) * 100vw);
  }
}

.visit_ttl::after {
  top: 93%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  border-top: 2.1875rem solid #FF4800;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .visit_ttl::after {
    border-right: calc(20 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(20 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(35 / var(--view-size) * 100vw) solid #FF4800;
  }
}

.visit_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.6875rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .visit_sub {
    margin-top: calc(59 / var(--view-size) * 100vw);
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}

.visit_sub_top b {
  font-weight: 700;
}

.visit_sub_btm b {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FF4800;
}
@media (max-width: 750px) {
  .visit_sub_btm b {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.visit_triangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.4375rem;
  margin-top: 2.75rem;
}
@media (max-width: 750px) {
  .visit_triangle {
    row-gap: calc(7 / var(--view-size) * 100vw);
    margin-top: calc(44 / var(--view-size) * 100vw);
  }
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.875rem solid transparent;
  border-left: 0.875rem solid transparent;
  border-top: 1.5rem solid #FF4800;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .triangle {
    border-right: calc(14 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(14 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(24 / var(--view-size) * 100vw) solid #FF4800;
  }
}

.visit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .visit_box {
    margin-top: calc(32 / var(--view-size) * 100vw);
  }
}

.visit_box_ttl {
  width: 35.625rem;
  padding: 0.8125rem 2.6875rem 0.375rem;
}
@media (max-width: 750px) {
  .visit_box_ttl {
    width: calc(570 / var(--view-size) * 100vw);
    padding: calc(13 / var(--view-size) * 100vw) calc(43 / var(--view-size) * 100vw) calc(6 / var(--view-size) * 100vw);
  }
}

.visit_box_ttl::before,
.visit_box_ttl::after {
  content: "";
  position: absolute;
  bottom: -5%;
  width: 0.125rem;
  height: 6.5rem;
  background-color: #222;
}
@media (max-width: 750px) {
  .visit_box_ttl::before,
  .visit_box_ttl::after {
    width: calc(2 / var(--view-size) * 100vw);
    height: calc(104 / var(--view-size) * 100vw);
  }
}

.visit_box_ttl::before {
  left: 3.6%;
  transform: rotate(-23deg);
}

.visit_box_ttl::after {
  right: 3.6%;
  transform: rotate(23deg);
}

.visit_box ul {
  row-gap: 2.375rem;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .visit_box ul {
    row-gap: calc(38 / var(--view-size) * 100vw);
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

/*
access
-----------------------------------*/
.access_bg {
  background-color: #F9F8F3;
  padding: 5rem 3.0625rem 16.25rem;
}
@media (max-width: 750px) {
  .access_bg {
    padding: calc(80 / var(--view-size) * 100vw) calc(49 / var(--view-size) * 100vw) calc(260 / var(--view-size) * 100vw);
  }
}

.access_ttl {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF4800;
  text-align: center;
}
@media (max-width: 750px) {
  .access_ttl {
    font-size: calc(72 / var(--view-size) * 100vw);
  }
}

.access_box {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 2.5rem 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .access_box {
    border-radius: calc(8 / var(--view-size) * 100vw);
    padding: calc(40 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

.access_box_ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .access_box_ttl {
    font-size: calc(56 / var(--view-size) * 100vw);
  }
}

.access_map {
  width: 100%;
  border-radius: 0.5rem;
  padding-top: 81%;
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .access_map {
    border-radius: calc(8 / var(--view-size) * 100vw);
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_box_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 750px) {
  .access_box_inner {
    row-gap: calc(8 / var(--view-size) * 100vw);
    margin-top: calc(40 / var(--view-size) * 100vw);
  }
}

.access_box_add,
.access_box_time,
.access_box_tel {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .access_box_add,
  .access_box_time,
  .access_box_tel {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}/*# sourceMappingURL=style.css.map */