@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.bg-orange {
  background: #EE7B36;
  color: #FFFFFF;
}

.txt-orange {
  color: #EE7B36;
}

.bg-beige {
  background: #FCF5E8;
}

.bg-white {
  background: #FFFFFF;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-footer {
  padding: 1rem 2rem 0.8rem;
}

.footer__logo {
  margin-right: auto;
  margin-left: auto;
  width: 8.3rem;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FCF5E8;
  padding-left: 1.3rem;
  z-index: 9999;
}
.l-header .btn-orange {
  margin-right: 0;
}
.l-header .btn-orange a {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 600;
  padding: 1.8rem 0.8rem;
  letter-spacing: 0.1em;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 15rem;
  letter-spacing: 0;
}
.l-header .btn-orange .vsp {
  display: inline-block;
}
.l-header .btn-orange .vpc {
  display: none;
}

.header__logo {
  width: 8.4rem;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-inner {
  padding: 0 3.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 78rem;
}

.l-sec {
  padding: 4rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.btn-orange,
.btn-blue,
.btn-white {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.btn-orange a,
.btn-blue a,
.btn-white a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: 600;
  padding: 1.5rem 2.7rem;
  border-radius: 1.3rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 5.06px 5.06px 5.06px rgba(0, 0, 0, 0.3);
          box-shadow: 5.06px 5.06px 5.06px rgba(0, 0, 0, 0.3);
  min-width: 30rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-orange a:hover,
.btn-blue a:hover,
.btn-white a:hover {
  opacity: 0.8;
}
.btn-orange a.vsp,
.btn-blue a.vsp,
.btn-white a.vsp {
  display: inline-block;
}
.btn-orange a.vpc,
.btn-blue a.vpc,
.btn-white a.vpc {
  display: none;
}

.btn-orange a {
  background: #EE7B36;
}

.btn-blue a {
  background: #1374B9;
}

.btn-white a {
  background: #FFFFFF;
  color: #EE7B36;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.with {
  background: #FCF5E8;
}
.with .clip-path {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.with .kv {
  margin-top: 5.5rem;
  position: relative;
  background: #FFFFFF;
}
.with .kv .kv__ttl {
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
  padding: 0 2.6rem;
}
.with .kv .kv__ttl h2 {
  display: block;
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0.5rem 2.6rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.with .kv .kv__ttl h2:first-of-type {
  margin-right: 1rem;
  margin-bottom: 0.9rem;
}
.with .about {
  padding: 1.4rem 0 2.8rem;
  background: #FFFFFF;
}
.with .about__ttl {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 0.7rem 10.5rem;
  margin-bottom: 4.1rem;
  line-height: 1;
}
.with .about__ttl.clip-path {
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.with .about__txt {
  line-height: 1.6923076923;
  margin-bottom: 1.4rem;
}
.with .concept {
  padding: 2.2rem 0 3rem;
}
.with .concept__ttl {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 33rem;
}
.with .concept__ttl span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.with .concept__ttl span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.4rem;
  background: #FFF100;
  bottom: 0;
  border-radius: 999px;
}
.with .concept__ttl span:first-of-type {
  margin-bottom: 0.3rem;
}
.with .concept__img {
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
}
.with .feature {
  padding-bottom: 3.8rem;
  margin-top: -8.3rem;
}
.with .feature__ttl {
  margin-bottom: 0.5rem;
}
.with .feature__list {
  display: -ms-grid;
  display: grid;
  gap: 4.7rem;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: -0.8rem;
  margin-bottom: 2rem;
}
.with .feature__itemTtl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 5.5rem;
  margin-bottom: 2.5rem;
}
.with .feature__itemTtl.-one, .with .feature__itemTtl.-two, .with .feature__itemTtl.-three {
  position: relative;
  z-index: 1;
}
.with .feature__itemTtl.-one::before, .with .feature__itemTtl.-two::before, .with .feature__itemTtl.-three::before {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  left: -1.3rem;
  top: -8.5rem;
  font-size: 13rem;
}
.with .feature__itemTtl.-one {
  color: #EF8786;
}
.with .feature__itemTtl.-two {
  white-space: nowrap;
  color: #42BDD8;
}
.with .feature__itemTtl.-three {
  color: #9796C9;
}
.with .feature__itemTtl.-one::before {
  content: "1";
  color: #FCE7E7;
}
.with .feature__itemTtl.-two::before {
  content: "2";
  color: #D9F2F7;
}
.with .feature__itemTtl.-three::before {
  content: "3";
  color: #EAEAF4;
}
.with .feature__itemTxt {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-bottom: 1.5rem;
  z-index: 2;
}
.with .cv {
  padding: 1.8rem 0 3.1rem;
}
.with .cv-ttl {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.with .cv-txt {
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 50rem;
}
.with .cv__img {
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
}
.with .support {
  padding: 3.2rem 0 3rem;
}
.with .support__ttl {
  max-width: 26.1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.2rem;
}
.with .support__img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.8rem;
}
.with .support__txt {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-bottom: 2.5rem;
}
.with .plan {
  padding: 3.2rem 0 2.1rem;
}
.with .ttl-deco {
  position: relative;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
  padding-left: 4.2rem;
  margin-bottom: 2.2rem;
}
.with .ttl-deco::before {
  position: absolute;
  content: "";
  top: -0.5rem;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/top/ttl-deco.png) center center/cover no-repeat;
}
.with .plan__table {
  margin-bottom: 0.3rem;
}
.with .plan__date {
  margin-bottom: 3.5rem;
}
.with .plan__note {
  font-size: 1rem;
  line-height: 1.3;
}
.with .plan__price .plan__table {
  margin-bottom: 0.9rem;
}
.with .plan__price .txt-small {
  font-size: 1.3rem;
  font-weight: 600;
}
.with .plan__noteItem {
  position: relative;
  padding-left: 1rem;
  line-height: 1.3;
  font-size: 1rem;
}
.with .plan__noteItem::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 1rem;
}
.with .withtime {
  padding-bottom: 3rem;
}
.with .withtime .plan__noteList {
  display: block;
}
.with .withtime__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  z-index: 2;
  padding-left: 3.4rem;
  margin-bottom: 1.2rem;
}
.with .withtime__ttl::before {
  position: absolute;
  content: "";
  left: -2rem;
  bottom: -0.4rem;
  z-index: -1;
  max-width: 32rem;
  width: 100%;
  height: 4.6rem;
  background: url(../img/top/withtime-ttl-sp.png) center center/cover no-repeat;
}
.with .withtime__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.with .withtime__box {
  margin-bottom: 1.8rem;
}
.with .withtime__txt {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-bottom: 1.5rem;
}
.with .withtime__table {
  width: 100%;
  margin-bottom: 0.4rem;
}
.with .withtime__table th,
.with .withtime__table td {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 0.1rem solid #EE7B36;
  padding: 1rem 0;
}
.with .withtime__table th:first-of-type,
.with .withtime__table td:first-of-type {
  border-top: 0.1rem solid #EE7B36;
}
.with .withtime__table th {
  width: 9.1rem;
}
.with .withtime__table th .dot {
  color: #EE7B36;
  font-weight: 500;
}
.with .withtime__table .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.with .withtime__table .small {
  font-size: 1.2rem;
  font-weight: 500;
}
.with .access {
  padding-bottom: 6.7rem;
  background: #FFFFFF;
}
.with .access .plan__noteList {
  margin-bottom: 2.3rem;
}
.with .access .btn-orange a {
  padding: 1.3rem;
  min-width: 18rem;
}
.with .access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9rem;
  margin-bottom: 5.4rem;
}
.with .access__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.7rem;
  padding: 0.5rem 10.1rem;
}
.with .access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.with .access__item {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 500;
}
.with .access__item .txt-orange {
  display: inline-block;
  font-weight: 500;
}
.with .access__itemTxt {
  padding-left: 1.3rem;
}
.with .address {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-bottom: 1.5rem;
}
.with .tel {
  display: inline-block;
  color: #1374B9;
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 3.7rem;
  position: relative;
}
.with .tel::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/top/icon-tel.png) center center/cover no-repeat;
}
.with .map {
  width: 100%;
}
.with .map__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
}
.with .map__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.with .access__logo {
  width: 18.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.8rem;
}
.with .qa {
  padding-bottom: 3rem;
}
.with .qa .ttl-deco {
  margin-bottom: 3.4rem;
}
.with .qa .btn-orange a {
  min-width: 18rem;
}
.with .qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
  margin-bottom: 3rem;
}
.with .qa__item {
  padding-bottom: 1.4rem;
  border-bottom: 0.1rem solid #EE7B36;
}
.with .qa__item .qa__icon {
  width: 3.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.with .qa__item .question__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.with .qa__item .question__box,
.with .qa__item .answer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.with .qa__item .question {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.with .qa__item .answer {
  font-size: 1.3rem;
  line-height: 1.6923076923;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-footer {
    padding: 5.1rem 2rem 4rem;
  }
  .footer__logo {
    width: 26rem;
  }
  .l-header {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 3.2rem 16.2% 1.8rem;
    background: #FFFFFF;
  }
  .l-header .btn-orange a {
    border-radius: 1rem;
    font-size: 2.2rem;
    padding: 1.8rem 2rem;
    -webkit-box-shadow: 5.06px 5.06px 5.06px rgba(0, 0, 0, 0.35);
            box-shadow: 5.06px 5.06px 5.06px rgba(0, 0, 0, 0.35);
    min-width: 40rem;
  }
  .l-header .btn-orange .vsp {
    display: none;
  }
  .l-header .btn-orange .vpc {
    display: inline-block;
  }
  .header__logo {
    width: 20.6rem;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-inner {
    padding: 0 2rem;
    max-width: 104rem;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .btn-orange a,
  .btn-blue a,
  .btn-white a {
    font-size: 2.8rem;
    padding: 2.8rem 2.3rem 2.8rem 2.9rem;
    -webkit-box-shadow: 4.07px 4.07px 4.07px rgba(0, 0, 0, 0.3);
            box-shadow: 4.07px 4.07px 4.07px rgba(0, 0, 0, 0.3);
  }
  .btn-orange a.vsp,
  .btn-blue a.vsp,
  .btn-white a.vsp {
    display: none;
  }
  .btn-orange a.vpc,
  .btn-blue a.vpc,
  .btn-white a.vpc {
    display: inline-block;
  }
  .btn-blue a {
    min-width: 48rem;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .with .kv {
    margin-top: 14rem;
    background: #FCF5E8;
  }
  .with .kv .kv__ttl {
    position: absolute;
    bottom: 28%;
    right: 12.5%;
    padding: 0;
  }
  .with .kv .kv__ttl h2 {
    padding: 0.6rem 6rem;
    font-size: 3.6rem;
  }
  .with .kv .kv__ttl h2:first-of-type {
    margin-right: 4rem;
  }
  .with .kv .clip-path {
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  }
  .with .about {
    padding: 2.6rem 0 4.6rem;
    background: #FCF5E8;
  }
  .with .about__ttl {
    margin-left: 2rem;
    margin-bottom: 3.1rem;
    padding: 0.9rem 12.5rem 0.7rem 10.4rem;
  }
  .with .about__txt {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.7307692308;
    margin-bottom: 3.1rem;
  }
  .with .concept {
    padding: 0;
  }
  .with .concept__ttl {
    margin-bottom: 0;
    max-width: 78rem;
  }
  .with .concept__ttl span {
    font-size: 3.6rem;
    line-height: 1.6666666667;
    padding: 0 0.5rem 0.5rem;
  }
  .with .concept__ttl span::after {
    height: 0.7rem;
  }
  .with .concept__ttl span:first-of-type {
    margin-bottom: -0.7rem;
  }
  .with .concept__img {
    max-width: 93.3rem;
    margin-top: -4rem;
    margin-left: 0;
    margin-right: 0;
  }
  .with .feature {
    margin-top: -21rem;
    padding-bottom: 11.5rem;
  }
  .with .feature__ttl {
    margin-bottom: 2.2rem;
    padding-left: 9.93%;
    padding-right: 6.15%;
  }
  .with .feature__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 5.1rem;
    margin-top: 0;
    margin-bottom: 5.3rem;
  }
  .with .feature__item {
    max-width: 29.9rem;
  }
  .with .feature__itemTtl {
    font-size: 2.4rem;
    line-height: 1.25;
    padding-left: 2.4rem;
    margin-bottom: 2rem;
  }
  .with .feature__itemTtl.-one::before, .with .feature__itemTtl.-two::before, .with .feature__itemTtl.-three::before {
    top: -6.5rem;
  }
  .with .feature__itemTxt {
    line-height: 1.56;
    letter-spacing: 0.04em;
  }
  .with .cv {
    padding: 8.6rem 0 6rem;
  }
  .with .cv .l-inner {
    max-width: 124rem;
  }
  .with .cv .btn-white a {
    padding: 2.8rem 7.2rem 2.8rem 8rem;
  }
  .with .cv-ttl {
    font-size: 3.8rem;
    line-height: 1.5789473684;
  }
  .with .cv-txt {
    max-width: 70.7rem;
    margin-bottom: 2.6rem;
  }
  .with .cv__img {
    max-width: none;
    margin-bottom: 3.8rem;
  }
  .with .support {
    padding: 10.3rem 0 11.3rem;
  }
  .with .support .btn-orange a {
    min-width: 48rem;
  }
  .with .support__ttl {
    max-width: 64.8rem;
    margin-bottom: 0.5rem;
  }
  .with .support__img {
    max-width: 75rem;
    margin-bottom: 4rem;
  }
  .with .support__txt {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.7307692308;
    margin-bottom: 4.1rem;
  }
  .with .plan {
    padding: 10.1rem 0 5.3rem;
  }
  .with .ttl-deco {
    font-size: 3.6rem;
    font-weight: 500;
    padding-left: 4.8rem;
    margin-bottom: 0;
  }
  .with .ttl-deco::before {
    top: -0.3rem;
    width: 4.1rem;
    height: 4.1rem;
  }
  .with .plan__table {
    margin-bottom: 1.8rem;
  }
  .with .plan__date {
    margin-bottom: 7.3rem;
  }
  .with .plan__date .plan__table {
    margin-top: -1.5rem;
  }
  .with .plan__note {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
  .with .plan__price .plan__table {
    margin-top: -3.9rem;
    margin-bottom: 0.7rem;
  }
  .with .plan__price .txt-small {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .with .plan__noteList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .with .plan__noteItem {
    font-size: 1.2rem;
  }
  .with .plan__noteItem::before {
    font-size: 1.2rem;
  }
  .with .withtime {
    padding-bottom: 9.8rem;
  }
  .with .withtime .plan__noteList {
    display: none;
  }
  .with .withtime__ttl {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    padding-left: 8.9rem;
    margin-bottom: 2.2rem;
  }
  .with .withtime__ttl::before {
    background: url(../img/top/withtime-ttl.png) center center/cover no-repeat;
    left: -0.7rem;
    bottom: -0.6rem;
    max-width: 54.3rem;
    height: 8.5rem;
  }
  .with .withtime__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    gap: 4.6rem;
    max-width: 91.1rem;
  }
  .with .withtime__box {
    margin-bottom: 0;
    width: 55rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .with .withtime__txt {
    margin-bottom: 1.6rem;
  }
  .with .withtime__table {
    margin-bottom: 0;
  }
  .with .withtime__table th,
  .with .withtime__table td {
    font-size: 2.3rem;
    padding: 1.8rem 0;
  }
  .with .withtime__table th {
    width: 14rem;
  }
  .with .withtime__table .small {
    font-size: 1.4rem;
  }
  .with .access {
    padding-top: 10.6rem;
    padding-bottom: 10.1rem;
    background: #FCF5E8;
  }
  .with .access .plan__noteList {
    margin-bottom: 2rem;
  }
  .with .access .btn-orange a {
    padding: 2.8rem;
    min-width: 30rem;
  }
  .with .access__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.8rem;
    margin-bottom: 6.3rem;
  }
  .with .access__box {
    width: 38.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .with .access__ttl {
    margin-left: 0;
    margin-right: 0;
    padding: 0.8rem 10.5rem 0.8rem 11rem;
  }
  .with .access__list {
    gap: 0.7rem;
    margin-bottom: 0.8rem;
  }
  .with .access__item {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
  .with .access__itemTxt {
    padding-left: 2.2rem;
  }
  .with .post__num {
    font-size: 2.3rem;
    line-height: 1.3043478261;
  }
  .with .address {
    font-size: 2.3rem;
    line-height: 1.3043478261;
    margin-bottom: 1rem;
  }
  .with .tel {
    font-size: 4.3rem;
    padding-left: 5.9rem;
  }
  .with .tel::before {
    width: 3.7rem;
    height: 3.8rem;
  }
  .with .map__container {
    padding-top: 78.1818181818%;
  }
  .with .access__logo {
    width: 36.7rem;
    margin-bottom: 4.7rem;
  }
  .with .qa {
    padding: 10.4rem 0 10.6rem;
  }
  .with .qa .ttl-deco {
    margin-bottom: 4.1rem;
  }
  .with .qa .ttl-deco::before {
    top: -0.2rem;
  }
  .with .qa .btn-orange a {
    min-width: 30rem;
  }
  .with .qa__wrapper {
    max-width: 82.7rem;
    margin-right: auto;
    margin-left: auto;
  }
  .with .qa__list {
    gap: 3.1rem;
    margin-bottom: 5rem;
  }
  .with .qa__item {
    padding-bottom: 2.3rem;
  }
  .with .qa__item .qa__icon {
    width: 4rem;
  }
  .with .qa__item .question__box {
    margin-bottom: 1.8rem;
  }
  .with .qa__item .question__box,
  .with .qa__item .answer__box {
    gap: 3rem;
  }
  .with .qa__item .question {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
