html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #fff;
  border-top: 1rem solid #000;
  padding: 4.8rem 0 3.6rem;
}

.footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  font-size: 2.2rem;
  font-weight: 600;
}

.footer__logo:hover {
  color: #00ACB5;
  opacity: 1;
}

.footer__link {
  align-items: center;
  display: flex;
  font-size: 1.7rem;
  gap: 0.7rem;
  letter-spacing: 0.05em;
}

.footer__link::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #000;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  display: block;
  height: 1.2rem;
  width: 1rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 11.8rem;
  justify-content: center;
}

.header__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 27.7rem;
}

.header__logo img {
  height: 100%;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

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

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
}

/*
 * accessibility-text
 * -------------------------------------------------------------
 */

.accessibility-text {
  background: none !important;
  border: none !important;
  bottom: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  font-size: 0 !important;
  left: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  right: auto !important;
  top: 0 !important;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  background: #c1272d;
  border-radius: 3.8rem;
  color: #fff;
  display: flex;
  font-size: 3.3rem;
  font-weight: 900;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: 0.05em;
  max-width: 45.1rem;
  padding: 1.9rem;
  transition: all 0.1s;
}

.c-btn::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.5rem;
  width: 1.5rem;
}

/*
 * c-packageHead
 * -------------------------------------------------------------
 */

.c-packageHead {
  background: rgba(255, 255, 0, 0.1);
  font-family: "din-2014", sans-serif;
  font-size: 4.1rem;
  margin: 0 calc(50% - 50vw);
  padding: 3rem;
  text-align: center;
  text-transform: uppercase;
}

/*
 * c-secHead
 * -------------------------------------------------------------
 */

.c-secHead {
  text-align: center;
}

.c-secHead.--yel {
  color: #FFFF00;
}

.c-secHead__text {
  align-items: flex-end;
  display: flex;
  font-size: 2.7rem;
  font-weight: 500;
  gap: 2rem;
  justify-content: center;
}

.c-secHead__text::before,
.c-secHead__text::after {
  background: #000;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 2.5rem;
  width: 0.3rem;
}

.c-secHead.--yel .c-secHead__text::before,
.c-secHead.--yel .c-secHead__text::after {
  background: #FFFF00;
}

.c-secHead__text::before {
  rotate: -20deg;
}

.c-secHead__text::after {
  rotate: 20deg;
}

.c-secHead__ttl {
  color: #00acb5;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.c-secHead__ttl.--line {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.c-secHead__ttl small {
  font-size: 4rem;
}

.c-secHead.--yel .c-secHead__ttl {
  color: #FFFF00;
}

.c-secHead.--blk .c-secHead__ttl {
  color: #000;
}

/*
 * floatBanner
 * -------------------------------------------------------------
 */

.floatBanner {
  bottom: 14rem;
  display: flex;
  max-width: 13.3rem;
  opacity: 0;
  position: fixed;
  right: max(2rem, 50% - 96rem + 10.4rem);
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 10;
}

.floatBanner.is-visible {
  opacity: 1;
}

/*
 * case
 * -------------------------------------------------------------
 */

.case {
  padding: 8.8rem 0 6.8rem;
}

.case__secHead {
  gap: 2.8rem;
}

.case__items {
  margin-top: 5rem;
}

.case__item.--item1 {
  padding-bottom: 6.8rem;
}

.case__item.--item2 {
  padding-top: 7.7rem;
  position: relative;
}

.case__head {
  border-bottom: 4px double #000;
  border-top: 4px double #000;
  padding: 3.3rem 0 2.3rem;
  position: relative;
}

.case__num {
  background: #fff;
  display: inline-block;
  left: 50%;
  max-width: 12rem;
  position: absolute;
  top: -1.2rem;
  transform: translateX(-50%);
  width: 100%;
}

.case__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.case__details {
  display: flex;
  gap: 3.6rem;
  margin-top: 4.8rem;
}

.case__item.--item2 .case__details {
  gap: 5rem;
}

.case__left {
  max-width: 63.5rem;
}

.case__item.--item2 .case__left {
  max-width: 50.7rem;
}

.case__right {
  align-items: center;
  display: flex;
  flex: 1;
}

.case__item.--item2 .case__right {
  justify-content: space-between;
}

.case__item.--item2::before {
  background: #b3b3b3;
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
}

.case__listTtl {
  background: #80c41c;
  border-radius: 2rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  max-width: 21rem;
  padding: 0.6rem 1rem 0.8rem;
  text-align: center;
}

.case__listText {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  margin-top: 1.2rem;
}

.case__img {
  max-width: 19.5rem;
  position: relative;
  top: 1rem;
  width: 100%;
}

.case__item.--item2 .case__img {
  max-width: 24.8rem;
}

.case__voice {
  align-items: center;
  background: #ffffe6;
  border-radius: 2rem;
  display: flex;
  gap: 3.6rem;
  margin-top: 3rem;
  padding: 2rem 3.6rem;
}

.case__voiceTtl {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: grid;
  font-size: 2.1rem;
  font-weight: 700;
  height: 15.7rem;
  justify-items: center;
  letter-spacing: 0.04em;
  min-width: 15.7rem;
  place-items: center;
  width: 15.7rem;
}

.case__voiceText {
  font-size: 2.1rem;
  line-height: 1.8095238095;
  text-align: justify;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company {
  background: #ffffe6;
  padding: 7.5rem 0 10rem;
}

.company__icon {
  height: 100%;
  margin: 0 auto 1.8rem;
  max-width: 4.3rem;
}

.company__lead {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6785714286;
  margin-top: 3.8rem;
  text-align: center;
}

.company__body {
  background: #fff;
  border-radius: 3rem;
  margin-top: 4.5rem;
  padding: 6.5rem 11.7rem 4.8rem;
}

.company__item {
  border-bottom: 1px solid #000;
  display: flex;
  gap: 3.7rem;
  padding: 2.2rem 0 1.8rem;
  position: relative;
}

.company__item::before {
  background: #00acb5;
  bottom: -0.2rem;
  content: "";
  display: block;
  height: 0.3rem;
  left: 0;
  max-width: 16.7rem;
  position: absolute;
  width: 100%;
}

.company__table dt,
.company__table dd {
  font-size: 2.5rem;
}

.company__table dt {
  min-width: 16.7rem;
  width: 16.7rem;
}

.company__table dd {
  flex: 1;
}

.company__table dd span {
  display: inline-block;
  margin-right: 1em;
}

.company__table dd a {
  display: inline-block;
}

.company__table dd a:hover {
  color: #00ACB5;
  opacity: 1;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  padding: 11.5rem 0 7.5rem;
}

.contact__secHead::after {
  background: #000;
  content: "";
  display: block;
  height: 0.3rem;
  margin: 3rem auto 0;
  width: 3.7rem;
}

.contact__lead {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5925925926;
  margin-top: 2.5rem;
  text-align: center;
}

.contact__body {
  margin: 6rem auto 0;
  max-width: 97.8rem;
}

/*
 * cta
 * -------------------------------------------------------------
 */

.cta {
  background: #c0ec81;
  border-radius: 3rem;
  box-shadow: 10px 12px 30px 10px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  position: relative;
  transition: all 0.1s;
  width: 100%;
}

.cta:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  translate: 0 0.3rem;
}

.cta__head {
  padding: 4.2rem 5rem 2.8rem;
}

.cta__ttl {
  background: linear-gradient(transparent 70%, #fff 0%);
  font-size: 5.5rem;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.cta__ttl .sm {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: -0.05em;
  margin-right: 0.2em;
  position: relative;
  top: -0.1em;
}

.cta__flex {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 2.8rem;
}

.cta__flexLeft {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.cta__flexLeft span {
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
  display: grid;
  font-size: 2.8rem;
  font-weight: 500;
  height: 7.6rem;
  justify-items: center;
  place-items: center;
  width: 7.6rem;
}

.cta__flexLeft p {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4285714286;
}

.cta__bottom {
  background: #fff;
  border-radius: 0 0 3rem 3rem;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.5238095238;
  padding: 2rem 1rem;
  text-align: center;
}

.cta__img {
  left: -4rem;
  max-width: 16.7rem;
  position: absolute;
  top: -6.5rem;
  width: 100%;
}

.cta__img img {
  height: 100%;
}

/*
 * digital
 * -------------------------------------------------------------
 */

.digital__list {
  grid-gap: 5.8rem 11.1rem;
  display: grid;
  gap: 5.8rem 11.1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 4.4rem 0 13rem;
}

.digital__img {
  border-radius: 2rem;
  box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.15);
  max-width: 54.3rem;
  overflow: hidden;
}

.digital__img img {
  height: 100%;
}

.digital__ttl {
  color: #00acb5;
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 4rem;
  text-align: center;
}

.digital__text {
  font-size: 2.1rem;
  line-height: 1.6666666667;
  margin-top: 1.6rem;
  text-align: justify;
}

.digital__text .highlight {
  font-weight: 700;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding: 18.6rem 0 16.4rem;
}

.faq__secHead {
  margin-top: -10rem;
}

.faq__icon {
  height: 100%;
  margin: 0 auto 2rem;
  max-width: 10.5rem;
}

.faq__body {
  background: #e6f8fc;
  border-radius: 3rem;
  padding: 7rem 10.5rem 7.5rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-top: 5.3rem;
}

.faq__question {
  align-items: center;
  background: #fff;
  border-radius: 0.6rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 2.6rem 2.8rem 2.6rem 6.5rem;
  position: relative;
}

.faq__q {
  align-items: center;
  background: #ff0;
  border-radius: 50%;
  display: inline-block;
  display: grid;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  height: 5.8rem;
  justify-items: center;
  left: -2rem;
  place-items: center;
  position: absolute;
  top: -1.1rem;
  width: 5.8rem;
}

.faq__ttl {
  font-size: 2.5rem;
  font-weight: 600;
}

.faq__btn {
  display: inline-block;
  height: 2rem;
  position: relative;
  width: 2rem;
}

.faq__btn::before,
.faq__btn::after {
  background: #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.faq__btn::before {
  height: 0.3rem;
  width: 2rem;
}

.faq__btn::after {
  height: 2rem;
  width: 0.3rem;
}

.faq__answer {
  display: none;
  font-size: 2.1rem;
  line-height: 1.8095238095;
  padding: 2.4rem 0;
}

.faq__item.is-open .faq__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item:not(:nth-child(1)) {
  margin-top: 2.6rem;
}

.form__item:last-child {
  margin-top: 3.4rem;
}

.form__label {
  font-size: 2rem;
  font-weight: 500;
}

.form__req {
  color: #C1272D;
}

.form__input {
  margin-top: 1.4rem;
}

.form__input input,
.form__input textarea {
  background: #e6f8fc;
  font-size: 2rem;
  padding: 1.5rem;
  width: 100%;
}

.form__choices {
  display: flex;
  gap: 2rem;
}

.form__choice {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  gap: 0.4rem;
  position: relative;
}

.form__choice span {
  padding-left: 2rem;
  position: relative;
}

.form__choice input[type=checkbox],
.form__choice input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
}

[type=radio]+.form__choice::before {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  margin-top: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

[type=radio]+.form__choice::after {
  background: #00acb5;
  border-radius: 50%;
  content: "";
  height: 1.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  transform: rotate(40deg);
  width: 1.5rem;
}

input[type=radio]:checked+.form__choice::after {
  opacity: 1;
}

.form__input textarea {
  height: 34rem;
}

.form__btn {
  margin: 4.5rem auto 0;
  max-width: 28rem;
}

.form__btn input {
  background: #00acb5;
  border-radius: 2.9rem;
  color: #fff;
  font-size: 2.8rem;
  padding: 1.3rem;
  text-align: center;
  width: 100%;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

/* 各ラジオ項目のブロック */

.form__choices .wpcf7-list-item {
  margin: 0;
}

/* label自体をflexにして、縦中央揃え */

.form__choices .wpcf7-list-item label {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  gap: 0.4rem;
  position: relative;
}

/* テキスト部分（CF7が付ける span.wpcf7-list-item-label） */

.form__choices .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 2rem;
  position: relative;
}

/* ラジオの本体は非表示（見た目は::before/::afterでつくる） */

.form__choices .wpcf7-list-item input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
}

/* 外側の丸 */

.form__choices .wpcf7-list-item input[type=radio]+.wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  margin-top: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

/* 内側の色付き丸（デフォルト非表示） */

.form__choices .wpcf7-list-item input[type=radio]+.wpcf7-list-item-label::after {
  background: #00acb5;
  border-radius: 50%;
  content: "";
  height: 1.5rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.5rem;
}

/* チェック時だけ内側の丸を表示 */

.form__choices .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.form__choices .wpcf7-radio {
  display: flex;
  gap: 2rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 1.8rem;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  text-align: center;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
  z-index: 1;
}

.fv__cont img {
  height: 100%;
}

/*
 * info
 * -------------------------------------------------------------
 */

.info {
  background: #00acb5;
  padding: 5rem 0;
}

.info--pt {
  padding-top: 19rem;
  position: relative;
}

.info__logo {
  margin: 0 auto 2rem;
  max-width: 34rem;
}

.info__cta {
  left: 50%;
  position: absolute;
  top: -16rem;
  transform: translateX(-50%);
  z-index: 2;
}

.info__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  position: relative;
}

.info__main::before,
.info__main::after {
  border: 2px solid #fff;
  content: "";
  display: block;
  height: 9.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9rem;
}

.info__main::before {
  border-right: none;
  left: 0;
}

.info__main::after {
  border-left: none;
  right: 0;
}

.info__text {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.5217391304;
}

.info__telWrap {
  align-items: flex-start;
  display: flex;
  gap: 1.8rem;
  justify-content: center;
  margin-top: 1rem;
}

.info__tel {
  color: #ffff00;
  font-family: "Inter", sans-serif;
  font-size: 4.85rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.info__tel span {
  font-size: 3.3rem;
  text-transform: uppercase;
}

.info__telText {
  color: #ffff00;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2222222222;
  padding-top: 0.5rem;
  text-align: center;
}

.info__link {
  align-items: center;
  background: #115b67;
  border-radius: 2.3rem;
  color: #fff;
  display: flex;
  font-size: 2.1rem;
  font-weight: 600;
  gap: 1.5rem;
  justify-content: center;
  margin: 2.5rem auto 0;
  max-width: 48rem;
  padding: 1.1rem;
  text-align: center;
}

.info__link::after {
  background: url(./../images/hp_link_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.4rem;
  margin-top: 0.4rem;
  width: 1.1rem;
}

.info__link:hover {
  opacity: 1;
}

/*
 * message
 * -------------------------------------------------------------
 */

.message {
  margin-top: 6rem;
}

.message__head {
  background-image: url(../images/message_dot.webp), url(../images/message_dot.webp);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 37.6rem 0.4rem;
  display: flex;
  position: relative;
  width: 100%;
}

.message__headTtl {
  background: #80c41c;
  border-radius: 2rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  margin: 0 auto;
  padding: 0.8rem 5.5rem;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}

.message__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  text-align: center;
}

.message__flex {
  align-items: flex-start;
  display: flex;
  gap: 4.6rem;
  margin-top: 3.4rem;
}

.message__left {
  max-width: 30.7rem;
}

.message__img {
  max-width: 30.7rem;
}

.message__img img {
  height: 100%;
}

.message__name {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  margin-top: 3rem;
  text-align: center;
}

.message__right {
  flex: 1;
  font-size: 2.1rem;
  line-height: 1.8095238095;
}

.message__list {
  font-weight: 600;
}

/*
 * package
 * -------------------------------------------------------------
 */

.package {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6f8fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6f8fc calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 4.8rem 4.8rem;
  margin-top: -7.8125vw;
  padding-top: 42.2rem;
  position: relative;
}

.package__cta {
  left: 50%;
  position: absolute;
  top: -0.26vw;
  transform: translateX(-50%);
  z-index: 2;
}

.package__nav {
  padding: 1.4rem 0 9rem;
  position: relative;
}

.package__nav::before {
  background: url(./../images/package_obj_top.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 5rem;
  position: absolute;
  top: 1.4rem;
  width: 100%;
}

.package__nav::after {
  background: url(./../images/package_obj_btm.webp) no-repeat center/100%;
  bottom: 9rem;
  content: "";
  display: block;
  height: 5rem;
  position: absolute;
  width: 100%;
}

.package__item {
  align-items: center;
  display: flex;
  gap: 3rem;
  padding: 7rem 2.5rem 5.5rem;
}

.package__item:not(:last-child) {
  background: url(./../images/package_dot.webp) no-repeat bottom/100% 0.4rem;
}

.package__btn {
  align-items: center;
  background: #00acb5;
  border-radius: 1rem;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: grid;
  font-family: "din-2014", sans-serif;
  font-size: 4.1rem;
  height: 7.5rem;
  justify-items: center;
  place-items: center;
  position: relative;
  text-transform: uppercase;
  transition: transform 0.1s box-shadow 0.1s;
  width: 20.9rem;
}

.package__btn::after {
  background: url(./../images/package_arrow.webp) no-repeat center/100%;
  bottom: -6rem;
  content: "";
  display: block;
  height: 8rem;
  left: 52%;
  position: absolute;
  transform: translateX(-50%);
  width: 5rem;
}

.package__btn:hover {
  box-shadow: none;
  opacity: 1;
  translate: 0 0.3rem;
}

.package__list {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.package__listImg {
  aspect-ratio: 1/1;
  max-width: 18.8rem;
}

.package__listImg img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

.package__listTtl {
  font-size: 3.1rem;
  line-height: 1.2258064516;
  margin-top: 1.5rem;
  text-align: center;
}

/*
 * real
 * -------------------------------------------------------------
 */

.real__list {
  grid-gap: 7rem;
  display: grid;
  gap: 7rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 4.4rem 0 13rem;
}

.real__img {
  border-radius: 2rem;
  box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.15);
  max-width: 35.2rem;
  overflow: hidden;
}

.real__img img {
  height: 100%;
}

.real__ttl {
  color: #00acb5;
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 4rem;
  text-align: center;
}

.real__text {
  font-size: 2.1rem;
  line-height: 1.6666666667;
  margin-top: 1.6rem;
  text-align: justify;
}

.real__text .highlight {
  font-weight: 700;
}

/*
 * reason
 * -------------------------------------------------------------
 */

.reason {
  background: #00acb5;
  padding: 7.5rem 0 6.5rem;
}

.reason__list {
  grid-gap: 5.4rem;
  display: grid;
  gap: 5.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.2rem;
}

.reason__ttl {
  color: #FFFF00;
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  text-align: center;
}

.reason__text {
  text-box: trim-both;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.7142857143;
  margin-top: 1.5rem;
  text-align: justify;
}

.reason__img img {
  height: 100%;
}

/*
 * support
 * -------------------------------------------------------------
 */

.support__item {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  padding: 7.4rem 7rem 30rem;
}

.support__details {
  flex: 1;
}

.support__ttl {
  color: #00acb5;
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 4rem;
}

.support__text {
  font-size: 2.1rem;
  line-height: 1.6666666667;
  margin-top: 1.6rem;
  text-align: justify;
}

.support__text .highlight {
  font-weight: 700;
}

.support__img {
  max-width: 31.7rem;
}

.support__img img {
  height: 100%;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1440px) {

  html {
    font-size: 0.69vw;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 10px;
  }

  .footer {
    border-top: none;
    padding: 1.1rem 0 21.87vw;
  }

  .footer__logo {
    font-size: 1.1rem;
  }

  .footer__link {
    font-size: 0.9rem;
    gap: 0.4rem;
  }

  .footer__link::before {
    height: 0.7rem;
    margin-top: -0.2rem;
    width: 0.5rem;
  }

  .header {
    height: 10.93vw;
  }

  .header__logo {
    max-width: 30vw;
  }

  .l-inner {
    max-width: 55rem;
    padding: 0 1.5rem;
  }

  .c-btn {
    border-radius: 1.7rem;
    font-size: 1.6rem;
    gap: 0.4rem;
    padding: 0.7rem 1rem 0.8rem;
  }

  .c-btn::after {
    height: 1.2rem;
    margin-top: 0.2rem;
    width: 0.7rem;
  }

  .c-packageHead {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding: 0.8rem;
  }

  .c-secHead__text {
    font-size: 1.6rem;
    line-height: 1.1875;
  }

  .c-secHead__text::before,
  .c-secHead__text::after {
    height: 3.3rem;
    width: 0.2rem;
  }

  .c-secHead__text.--shortbar::before,
  .c-secHead__text.--shortbar::after {
    height: 1.5rem;
    width: 0.2rem;
  }

  .c-secHead__ttl {
    font-size: 2.6rem;
    margin-top: 0.8rem;
  }

  .c-secHead__ttl small {
    font-size: 1.9rem;
  }

  .floatBanner {
    bottom: 0;
    max-width: 100%;
    right: 0;
  }

  .case {
    padding: 3.2rem 0 3.5rem;
  }

  .case__items {
    margin-top: 2.3rem;
  }

  .case__item.--item1 {
    padding-bottom: 2.5rem;
  }

  .case__item.--item2 {
    padding-top: 3.5rem;
  }

  .case__head {
    padding: 1.6rem 0 1.2rem;
  }

  .case__num {
    max-width: 6.6rem;
    top: -0.8rem;
  }

  .case__ttl {
    font-size: 2.1rem;
  }

  .case__details {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.5rem;
  }

  .case__item.--item2 .case__details {
    gap: 1rem;
  }

  .case__left {
    max-width: 100%;
  }

  .case__item.--item2 .case__left {
    max-width: 29rem;
  }

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

  .case__listTtl {
    font-size: 1.3rem;
    max-width: 11rem;
    padding: 0.5rem 1rem 0.4rem;
  }

  .case__listText {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    margin-top: 1rem;
  }

  .case__img {
    max-width: 10.2rem;
    top: 2rem;
  }

  .case__item.--item2 .case__img {
    max-width: 11.3rem;
  }

  .case__voice {
    border-radius: 1rem;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 1.8rem;
    padding: 1.9rem 1.5rem 2.6rem;
  }

  .case__voiceTtl {
    background: none;
    border-radius: 0;
    font-size: 1.7rem;
    height: auto;
    letter-spacing: 0;
    width: auto;
  }

  .case__voiceText {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }

  .company {
    padding: 2.5rem 0 3.5rem;
  }

  .company__icon {
    margin-bottom: 1.1rem;
    max-width: 2.7rem;
  }

  .company__lead {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 1.5rem;
  }

  .company__body {
    border-radius: 0;
    margin-top: 2rem;
    padding: 0 1.5rem 2rem;
  }

  .company__item {
    align-items: center;
    gap: 1.6rem;
    padding: 1.9rem 0px 1.8rem;
  }

  .company__item::before {
    max-width: 7.6rem;
  }

  .company__table dt,
  .company__table dd {
    font-size: 1.5rem;
  }

  .company__table dt {
    min-width: 7.6rem;
    width: 7.6rem;
  }

  .contact {
    padding: 2.4rem 0 5.8rem;
  }

  .contact__secHead::after {
    display: none;
  }

  .contact__lead {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 1.6rem;
  }

  .contact__lead::after {
    background: #000;
    content: "";
    display: block;
    height: 1px;
    margin: 1.4rem auto 0;
    width: 3.7rem;
  }

  .contact__body {
    margin-top: 2.5rem;
    max-width: 100%;
  }

  .cta {
    border-radius: 1rem;
    box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, 0.3);
    max-width: 55rem;
    width: calc(100% - 4.4rem);
  }

  .cta:hover {
    translate: 0 0.2rem;
  }

  .cta__head {
    padding: 1rem 0.7rem 0.8rem;
  }

  .cta__ttl {
    background: linear-gradient(transparent 87%, #fff 0%);
    font-size: 2.4rem;
  }

  .cta__ttl .sm {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }

  .cta__flex {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-top: -0.2rem;
  }

  .cta__flexLeft {
    gap: 0.9rem;
  }

  .cta__flexLeft span {
    border-width: 1px;
    font-size: 1.2rem;
    height: 2.7rem;
    width: 2.7rem;
  }

  .cta__flexLeft p {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }

  .cta__flexRight {
    max-width: 21.8rem;
    width: 100%;
  }

  .cta__bottom {
    border-radius: 0 0 1rem 1rem;
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .cta__img {
    left: 0rem;
    max-width: 8.7rem;
    top: -3.4rem;
  }

  .digital__list {
    gap: 3.8rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0 4rem;
  }

  .digital__img {
    border-radius: 1.3rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
  }

  .digital__ttl {
    font-size: 2.4rem;
    margin-top: 1.9rem;
  }

  .digital__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 1rem;
  }

  .faq {
    background: #e6f8fc;
    padding: 2.5rem 0 4rem;
  }

  .faq__secHead {
    margin-top: 0;
  }

  .faq__icon {
    margin-bottom: 1.3rem;
    max-width: 5.3rem;
  }

  .faq__body {
    background: none;
    border-radius: 0;
    padding: 0 0 0 1.1rem;
  }

  .faq__list {
    gap: 3rem;
    margin-top: 2.5rem;
  }

  .faq__question {
    border-radius: 0.3rem;
    padding: 1.4rem 1.5rem 1.2rem 3.3rem;
  }

  .faq__q {
    font-size: 1.8rem;
    height: 3.4rem;
    left: -1.1rem;
    top: -0.6rem;
    width: 3.4rem;
  }

  .faq__ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
  }

  .faq__btn {
    height: 1.4rem;
    width: 1.4rem;
  }

  .faq__btn::before {
    height: 1px;
    width: 1.4rem;
  }

  .faq__btn::after {
    height: 1.4rem;
    width: 1px;
  }

  .faq__answer {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    padding: 1.5rem 0 0;
  }

  .form__item:not(:nth-child(1)) {
    margin-top: 3.5rem;
  }

  .form__label {
    font-size: 1.5rem;
  }

  .form__input {
    margin-top: 1.2rem;
  }

  .form__input input,
  .form__input textarea {
    font-size: 1.5rem;
    padding: 1.2rem;
  }

  .form__choices {
    flex-wrap: wrap;
    gap: 1.6rem 2.5rem;
    margin-top: 1.6rem;
  }

  .form__choices.--contact {
    gap: 4.3rem;
  }

  .form__choice {
    font-size: 1.5rem;
    gap: 0.7rem;
  }

  .form__choice span {
    padding-left: 2.2rem;
  }

  .form__input textarea {
    height: 25rem;
  }

  .form__btn {
    margin-top: 3.5rem;
  }

  .form__btn input {
    font-size: 1.6rem;
    padding: 1.9rem;
  }

  .form__choices .wpcf7-list-item label {
    font-size: 1.5rem;
    gap: 0.7rem;
  }

  .form__choices .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 2.2rem;
  }

  .form__choices .wpcf7-list-item input[type=radio]+.wpcf7-list-item-label::after {
    top: 0.2rem;
  }

  .form__choices .wpcf7-radio {
    flex-wrap: wrap;
    gap: 1.6rem 2.5rem;
  }

  .form__choices.--contact .wpcf7-radio {
    gap: 4.3rem;
  }

  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem;
  }

  .fv {
    aspect-ratio: 375/770;
  }

  .info {
    padding: 2.2rem 0 2rem;
  }

  .info--pt {
    padding-top: 11.5rem;
  }

  .info__logo {
    margin-bottom: 1.5rem;
    max-width: 27.8rem;
  }

  .info__cta {
    top: -7.4rem;
  }

  .info__main {
    max-width: 33.5rem;
    text-align: center;
  }

  .info__main::before,
  .info__main::after {
    display: none;
    height: 7.3rem;
    width: 1.2rem;
  }

  .info__text {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    justify-content: space-between;
    line-height: 1.4444444444;
    position: relative;
    width: 100%;
  }

  .info__text::before,
  .info__text::after {
    border: 2px solid #fff;
    content: "";
    display: block;
    height: 7.3rem;
    width: 1.2rem;
  }

  .info__text::before {
    border-right: none;
  }

  .info__text::after {
    border-left: none;
  }

  .info__telWrap {
    flex-direction: column;
    gap: 0;
    margin-top: 0.8rem;
  }

  .info__tel {
    font-size: 3.2rem;
  }

  .info__tel span {
    font-size: 2.2rem;
  }

  .info__telText {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  .info__link {
    border-radius: 1.7rem;
    font-size: 1.6rem;
    font-weight: 800;
    gap: 0.9rem;
    margin-top: 1rem;
    max-width: 33.2rem;
    padding: 0.8rem;
  }

  .info__link::after {
    height: 1.4rem;
    margin-top: 0.1rem;
    width: 0.9rem;
  }

  .message {
    margin-top: 2.5rem;
  }

  .message__head {
    background-size: 100% 0.3rem;
  }

  .message__headTtl {
    font-size: 1.3rem;
    padding: 0.8rem 4.3rem;
  }

  .message__ttl {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    margin-top: 2rem;
  }

  .message__flex {
    align-items: center;
    flex-direction: column-reverse;
    gap: 1.8rem;
    margin-top: 1.2rem;
  }

  .message__left {
    max-width: 17rem;
  }

  .message__img {
    max-width: 17rem;
  }

  .message__name {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    margin-top: 1.4rem;
  }

  .message__right {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }

  .package {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e6f8fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e6f8fc calc(100% - 1px));
    background-size: 2rem 2rem;
    padding-top: 18.5rem;
  }

  .package__cta {
    top: -1.26vw;
  }

  .package__nav {
    padding: 1.5rem 0 3.7rem;
  }

  .package__nav::before {
    display: none;
  }

  .package__nav::after {
    display: none;
  }

  .package__item {
    flex-direction: column;
    gap: 2.2rem;
    padding: 2rem 0 2.4rem;
  }

  .package__item:first-child {
    padding-top: 0;
  }

  .package__item:not(:last-child) {
    background: url(./../images/sp/package_dot.webp) no-repeat bottom/100% 0.2rem;
  }

  .package__btn {
    border-radius: 0.5rem;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.3);
    font-size: 2.2rem;
    height: 3.9rem;
    width: 10.9rem;
  }

  .package__btn::after {
    bottom: -2.2rem;
    height: 2.8rem;
    left: 51.5%;
    width: 2.4rem;
  }

  .package__list {
    grid-gap: 1.2rem 6rem;
    display: grid;
    gap: 1.2rem 6rem;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 8.2rem);
  }

  .package__listTtl {
    font-size: 1.7rem;
    line-height: 1.2352941176;
    mask-type: 1rem;
  }

  .real__list {
    gap: 3.8rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem 0 4rem;
  }

  .real__img {
    border-radius: 1.3rem;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
  }

  .real__ttl {
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  .real__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 1rem;
  }

  .reason {
    padding: 3rem 0 5rem;
  }

  .reason__list {
    gap: 2.7rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
  }

  .reason__ttl {
    font-size: 2rem;
  }

  .reason__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 1rem;
  }

  .support__item {
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding: 2.3rem 0 11.5rem;
  }

  .support__ttl {
    font-size: 2.4rem;
    margin-top: 1.9rem;
    text-align: center;
  }

  .support__text {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 1rem;
  }

  .support__img {
    max-width: 21rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.67vw;
  }

}


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