@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	Custom Properties
----------------------------------------*/
:root {
  --main-color: #BF0000;
  --blue-color: #0E4D96;
  --yellow-color: #FFE401;
  --text-color: #121212;
  --background-color: #fff;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-jp: "Noto Sans JP", sans-serif;
  --font-family-en: "Inter", sans-serif;
  --font-size-base-pc: 1.8rem;
  --font-size-base-sp: 1.5rem;
  --font-weight-thin: 100;
  --font-weight-extraLight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 800;
  --font-weight-black: 900;
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*----------------------------------------
	Common
----------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: calc(34% + 0.25vw);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58%;
  }
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  font-size: var(--font-size-base-pc);
  line-height: 1.85;
  letter-spacing: 0.04em;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

body.menu-open {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.jp {
  font-family: var(--font-family-jp);
}

.en {
  font-family: var(--font-family-en);
}

a {
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

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

button {
  border: none;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-base-sp);
    letter-spacing: 0.02em;
  }
}
.l-header {
  width: 100vw;
  height: 100px;
  padding: 0 2%;
}

@media (max-width: 767px) {
  .l-header {
    height: 56px;
    padding: 0 4%;
  }
}
.l-footer {
  overflow: hidden;
}

.l-main {
  overflow: hidden;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container {
  width: 92%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.c-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 2rem 4rem 2.6rem 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 27rem;
  border-radius: 1rem;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.c-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}

@media (max-width: 767px) {
  .c-button {
    font-size: 1.5rem;
    padding: 1.4rem 3rem 1.6rem 3rem;
    min-width: 22rem;
  }
  .c-button.has-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-button.has-icon img {
    width: 1.6rem;
    margin-left: 0.8rem;
  }
  .c-button.has-allow img {
    width: 1.6rem;
  }
}
.c-link-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-link-outer::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icon_link_outer.png) no-repeat center;
  background-size: contain;
  overflow: hidden;
  margin-left: 0.6rem;
}

.c-icon-circle-allow {
  width: 5rem;
  height: 5rem;
  position: relative;
  border: 1px solid var(--main-color);
  border-radius: 10rem;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-icon-circle-allow .allow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 0.6rem;
  height: 1rem;
  overflow: hidden;
}
.c-icon-circle-allow .allow::before, .c-icon-circle-allow .allow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.2s cubic-bezier(0.35, 0.1, 0.2, 1);
  transition: 0.2s cubic-bezier(0.35, 0.1, 0.2, 1);
}
.c-icon-circle-allow .allow::after {
  background-image: url(../img/common/icon_button_allow.svg);
}
.c-icon-circle-allow .allow::before {
  background-image: url(../img/common/icon_button_allow_w.svg);
  left: -100%;
}
.c-icon-circle-allow.white {
  border-color: #fff;
}
.c-icon-circle-allow.white .allow::after {
  background-image: url(../img/common/icon_button_allow_w.svg);
}
.c-icon-circle-allow.white .allow::before {
  background-image: url(../img/common/icon_button_allow.svg);
  left: -100%;
}

.hover .c-icon-circle-allow {
  background-color: var(--main-color);
}
.hover .c-icon-circle-allow .allow::before, .hover .c-icon-circle-allow .allow::after {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.hover .c-icon-circle-allow.white {
  background-color: #fff;
}

.input-text {
  width: 100%;
  padding: 1.4rem;
  font-size: var(--font-size-base-pc);
  line-height: 1.65;
  border: 1px solid #BDBDBD;
  background-color: #f2f2f2;
}

.input-textarea {
  width: 100%;
  padding: 1.4rem;
  border: none;
  font-size: var(--font-size-base-pc);
  border: 1px solid #BDBDBD;
  background-color: #f2f2f2;
}

.input-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none;
  vertical-align: middle;
  padding: 1.4rem 2.4rem 1.4rem 1.4rem;
  border: none;
  outline: 0;
  font-size: var(--font-size-base-pc);
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  background: #f2f2f2 url(../img/common/icon_select_arrow.svg) no-repeat right 12px center;
  background-size: 12px auto;
  border: 1px solid #BDBDBD;
}

@media (max-width: 767px) {
  .input-select,
  .input-textarea,
  .input-text {
    font-size: var(--font-size-base-sp);
  }
}
.c-bread-crumb {
  font-size: 1.2rem;
}
.c-bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  line-height: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.c-bread-crumb ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style: none;
}
.c-bread-crumb ul li:not(:first-child) a {
  padding-left: 2.4rem;
}
.c-bread-crumb ul li:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  border-bottom: 1px solid var(--text-color);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-bread-crumb ul li a {
  text-decoration: none;
}
.c-bread-crumb ul li span {
  padding-left: 2.4rem;
}

.none-visual .c-bread-crumb {
  margin-bottom: 6.4rem;
}
.none-visual .c-bread-crumb .container {
  border-bottom: 1px solid #CDD6DD;
}

@media (max-width: 767px) {
  .c-bread-crumb {
    font-size: 1rem;
  }
}
.c-hover-roll:hover .c-hover-roll__text > span {
  -webkit-animation: textRollAnime 0.3s cubic-bezier(0.2, 0.58, 0.3, 1) 0s 1 normal none;
          animation: textRollAnime 0.3s cubic-bezier(0.2, 0.58, 0.3, 1) 0s 1 normal none;
}

.c-hover-roll__text {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.c-hover-roll__text > span {
  display: block;
  width: 100%;
}
.c-hover-roll__text > span + span {
  left: 0;
  position: absolute;
  top: 100%;
}

@-webkit-keyframes textRollAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes textRollAnime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-header {
  width: 100%;
  height: 100%;
  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;
}
.p-header a {
  text-decoration: none;
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
}
.p-header__logo .logo {
  width: 20.5rem;
  height: 6.8rem;
  line-height: 1;
  background-image: url(../img/common/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px;
}
.p-header__logo .catch {
  line-height: 1.45;
  font-size: 1.2rem;
}

.p-header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4rem;
}
.p-header__navi a {
  display: block;
}
.p-header__navi a.tel {
  width: 26rem;
  height: 5.8rem;
}
.p-header__navi a.contact {
  width: 24rem;
  height: 8rem;
}

@media (max-width: 767px) {
  .p-header__logo {
    width: 100%;
    height: 4rem;
  }
  .p-header__logo .logo {
    width: 12rem;
    height: 4rem;
  }
  .p-header__logo .catch {
    font-size: 1rem;
  }
  .p-header__navi {
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 10;
    width: 100vw;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-header__navi a.tel, .p-header__navi a.contact {
    width: 50%;
    height: auto;
    aspect-ratio: 198/52;
  }
}
.p-footer .container {
  padding: 8rem 0;
}

.p-footer__profile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-footer__profile .logo {
  display: block;
  width: 32rem;
  margin-bottom: 2.4rem;
}
.p-footer__profile .name {
  display: block;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}
.p-footer__profile .meta {
  font-size: 1.5rem;
  line-height: 1.65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.p-footer__sns a {
  width: 5.6rem;
  height: 5.6rem;
}
.p-footer__sns a img {
  width: 100%;
  height: auto;
}

.p-footer__copyright {
  width: 100vw;
  background-color: #000000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 1.6rem 0;
}

@media (max-width: 767px) {
  .p-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 5.6rem 0;
  }
  .p-footer__profile .logo {
    width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__profile .name {
    font-size: 2rem;
  }
  .p-footer__profile .meta {
    font-size: 1.4rem;
  }
  .p-footer__sns a {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-footer__copyright {
    font-size: 1rem;
    margin-bottom: 5rem;
  }
}
.p-form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.p-form .icon-optional,
.p-form .icon-required {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  background-color: var(--main-color);
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 0.8rem 0.6rem 0.8rem;
  border-radius: 0.4rem;
}
.p-form .icon-optional {
  background-color: #0E4D96;
}
.p-form .p-form__block {
  margin-bottom: 4rem;
}
.p-form .p-form__block .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
}
.p-form .p-form__block.privacy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.6rem;
}
.p-form .p-form__block.privacy a {
  text-decoration: underline;
}
.p-form .p-form__block.privacy .wpcf7-list-item-label {
  font-weight: var(--font-weight-semiBold);
}
.p-form .p-form__block.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 1.6rem;
  margin-bottom: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 2rem;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.wpcf7-form-control.wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  margin-left: 0.8rem;
}

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

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  border: none;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: initial;
}

.wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 20px auto;
  color: #398f14;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 12px;
  border: none;
}

span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
  margin-top: 0.6rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
  color: #c00;
  font-weight: 700;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
  color: #365899;
  font-weight: 700;
  border: none;
}

.wpcf7-not-valid {
  border-color: #98A6B5;
}

.wpcf7 .c-button:disabled {
  opacity: 0.5;
  background-color: #999;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .p-form {
    font-size: var(--font-size-base-sp);
    width: 100%;
  }
  .p-form .icon-optional,
  .p-form .icon-required {
    font-size: 1.1rem;
  }
  .p-form .p-form__block {
    margin-bottom: 2.4rem;
  }
  .p-form .p-form__block .label {
    margin-bottom: 0.6rem;
    font-size: var(--font-size-base-sp);
  }
  .p-form .p-form__block.privacy {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .p-form .p-form__block.button .c-button {
    width: 100%;
    font-size: 1.8rem;
    padding: 2.4rem 3rem 3rem 3rem;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 0 !important;
  }
}
.page-top section {
  margin: 14rem 0;
}

@media (max-width: 767px) {
  .page-top section {
    margin: 7.2rem 0;
  }
}
.p-top-cases {
  width: 100vw;
  position: relative;
  background-color: #EBF9FF;
  padding: 12rem 0;
}

.p-top-cases__slide.container {
  max-width: 1050px;
  overflow: hidden;
}
.p-top-cases__slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--main-color);
  width: 100%;
  padding: 3.2rem 3.2rem;
  background-color: #fff;
  border-radius: 1rem;
}
.p-top-cases__slide .swiper-slide .picture {
  aspect-ratio: 1/1;
}
.p-top-cases__slide .swiper-slide .picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.p-top-cases__slide .swiper-slide .name {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
.p-top-cases__slide .swiper-slide .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.p-top-cases__slide .swiper-slide .meta dt {
  width: 8rem;
  border-bottom: 1px dotted #000;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
}
.p-top-cases__slide .swiper-slide .meta dd {
  width: calc(100% - 8rem);
  text-align: right;
  border-bottom: 1px dotted #000;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.p-top-cases__slide .swiper-slide .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 800;
  line-height: 1;
  margin-top: 2.4rem;
}
.p-top-cases__slide .swiper-slide .price dt {
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-cases__slide .swiper-slide .price dt span {
  display: block;
  padding: 0.8rem 1rem 1rem 1rem;
  border-radius: 0.6rem;
  background-color: #FFE401;
  color: var(--main-color);
}
.p-top-cases__slide .swiper-slide .price dd {
  text-align: right;
  width: calc(100% - 10rem);
}
.p-top-cases__slide .swiper-slide .price dd .number {
  font-size: 4.8rem;
}
.p-top-cases__slide .swiper-slide .price dd .unit {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .p-top-cases {
    padding: 8rem 0;
  }
  .p-top-cases__slide.container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .p-top-cases__slide .swiper-slide {
    padding: 2rem 2rem;
  }
  .p-top-cases__slide .swiper-slide .name {
    font-size: 1.8rem;
  }
  .p-top-cases__slide .swiper-slide .meta {
    font-size: 1.3rem;
  }
  .p-top-cases__slide .swiper-slide .price dt {
    font-size: 1.3rem;
  }
  .p-top-cases__slide .swiper-slide .price dd .number {
    font-size: 3.2rem;
  }
  .p-top-cases__slide .swiper-slide .price dd .unit {
    font-size: 1.8rem;
  }
}
.p-top-qa .p-section-head {
  margin-bottom: 5.6rem;
}

.p-top-qa__list.container {
  max-width: 820px;
}
.p-top-qa__list .item {
  border-bottom: 1px solid #cacaca;
}
.p-top-qa__list .item button.question {
  background: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: inherit;
  width: 100%;
  cursor: pointer;
  padding: 4rem 6rem 4rem 5.6rem;
  position: relative;
  color: #000;
}
.p-top-qa__list .item button.question::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/common/icon_qa_toggle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 3.5rem;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-qa__list .item button.question .icon {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  line-height: 1;
  background-image: url(../img/common/icon_q.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -999px;
}
.p-top-qa__list .item .answer {
  width: 100%;
  display: none;
  padding: 0 0 3.2rem 5.6rem;
}
.p-top-qa__list .item.active .question::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 767px) {
  .p-top-qa .p-section-head {
    margin-bottom: 4rem;
  }
  .p-top-qa__list .item button.question {
    font-size: 1.6rem;
    padding: 2.4rem 4rem 2.4rem 4.6rem;
  }
  .p-top-qa__list .item button.question::after {
    top: 2.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-top-qa__list .item button.question .icon {
    top: 2.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-top-qa__list .item .answer {
    padding: 0 0 2.2rem 4.6rem;
  }
}
.p-top-owner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.4rem;
}
.p-top-owner__content.container {
  max-width: 970px;
}
.p-top-owner__content .picture {
  width: 50%;
}
.p-top-owner__content .profile {
  width: 50%;
}
.p-top-owner__content .profile .name {
  border-bottom: 1px solid #666;
  padding-bottom: 2.4rem;
  margin-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.45;
}
.p-top-owner__content .profile .name .kanji {
  font-weight: 800;
  font-size: 4rem;
}
.p-top-owner__content .profile .name .kana {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-owner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-owner__content.container {
    width: 80%;
  }
  .p-top-owner__content .picture {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .p-top-owner__content .profile {
    width: 100%;
  }
  .p-top-owner__content .profile .name {
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .p-top-owner__content .profile .name .kanji {
    font-size: 2.6rem;
  }
  .p-top-owner__content .profile .name .kana {
    font-size: 1.2rem;
  }
}
.p-top-usecase__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
.p-top-usecase__content.container {
  max-width: 1220px;
}
.p-top-usecase__content .item {
  width: 33%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #FFF1F1;
}
.p-top-usecase__content .item .content {
  text-align: center;
  padding: 3.2rem 2rem 4rem 2rem;
  position: relative;
}
.p-top-usecase__content .item .content::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../img/top/icon_usecase_check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -1.8rem;
  left: calc(50% - 1.8rem);
}
.p-top-usecase__content .item .content h3 {
  font-size: 2.4rem;
  line-height: 1.65;
  font-weight: 800;
  color: #BF0000;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .p-top-usecase__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-usecase__content.container {
    gap: 4rem 0;
    max-width: 32rem;
  }
  .p-top-usecase__content .item {
    width: 100%;
  }
  .p-top-usecase__content .item .content::after {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    left: calc(50% - 1.5rem);
  }
  .p-top-usecase__content .item .content h3 {
    font-size: 2rem;
  }
}
.p-top-exception__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.6rem;
}
.p-top-exception__content.container {
  max-width: 850px;
}
.p-top-exception__content .item {
  width: calc(50% - 2.8rem);
  text-align: center;
}
.p-top-exception__content .item h3 {
  position: relative;
  display: inline-block;
  min-width: 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 1rem 2.4rem 1.4rem 2.4rem;
  margin-bottom: -3.2rem;
  background: var(--blue-color);
  color: #fff;
  border-radius: 4rem;
  text-align: center;
}
.p-top-exception__content .item .picture {
  display: block;
  margin-top: -1.4rem;
}

@media (max-width: 767px) {
  .p-top-exception__content {
    gap: 3.2rem 2rem;
  }
  .p-top-exception__content .item {
    width: calc(50% - 1rem);
  }
  .p-top-exception__content .item h3 {
    min-width: 14rem;
    font-size: 1.6rem;
    padding: 0.7rem 1rem 1rem 1rem;
    margin-bottom: -2rem;
  }
}
.p-top-reason__content.container {
  max-width: 970px;
  overflow-x: scroll;
  padding-bottom: 4rem;
}
.p-top-reason__content.container::-webkit-scrollbar {
  width: 1rem;
}
.p-top-reason__content.container::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 1rem;
}
.p-top-reason__content.container::-webkit-scrollbar-track {
  background: #bfbfbf;
  border-radius: 1rem;
}
.p-top-reason__content figure {
  min-width: 990px;
}
@media (max-width: 767px) {
  .p-top-reason__content.container {
    width: 94vw;
  }
  .p-top-reason__content figure {
    min-width: 550px;
    padding-bottom: 4rem;
  }
}
.p-top-flow {
  background-color: #EBF9FF;
  padding: 12rem 0;
  margin: 14rem 0 10rem 0;
}

.p-top-flow__content {
  margin-top: 9rem;
  overflow-x: scroll;
}
.p-top-flow__content::-webkit-scrollbar {
  width: 1rem;
}
.p-top-flow__content::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 1rem;
}
.p-top-flow__content::-webkit-scrollbar-track {
  background: #bfbfbf;
  border-radius: 1rem;
}
.p-top-flow__content.container {
  max-width: 1220px;
  width: 96%;
}
.p-top-flow__content .p-top-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4rem;
}
.p-top-flow__content .p-top-flow__wrap .item {
  width: 200px;
  text-align: center;
}
.p-top-flow__content .p-top-flow__wrap .item .number {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  line-height: 1;
  padding: 0.7rem 2rem 0.8rem 2rem;
  margin-bottom: 1.6rem;
  background: var(--blue-color);
  color: #fff;
  border-radius: 4rem;
}
.p-top-flow__content .p-top-flow__wrap .item .title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.p-top-flow__content .p-top-flow__wrap .item .figure {
  margin-bottom: 1.6rem;
}
.p-top-flow__content .p-top-flow__wrap .item .summary {
  text-align: left;
  line-height: 1.45;
  color: #494B4E;
}

@media (max-width: 767px) {
  .p-top-flow {
    padding: 8rem 0;
  }
  .p-top-flow__content {
    margin-top: 10rem;
  }
  .p-top-flow__content .p-top-flow__wrap {
    gap: 0 2.4rem;
  }
  .p-top-flow__content .p-top-flow__wrap .item {
    width: 140px;
    font-size: 1.3rem;
  }
  .p-top-flow__content .p-top-flow__wrap .item .number {
    font-size: 1.3rem;
  }
  .p-top-flow__content .p-top-flow__wrap .item .title {
    font-size: 1.6rem;
  }
}
.p-top-contact {
  background-color: #EBF9FF;
  padding: 8rem 0 12rem 0;
  margin-top: 0 !important;
}
.p-top-contact .p-form__heading-h3 {
  font-size: 2.4rem;
  font-weight: 800;
  padding-left: 1.6rem;
  border-left: 6px solid var(--main-color);
  line-height: 1.45;
  margin-bottom: 4rem;
  margin-top: 6.4rem;
}
.p-top-contact .c-button {
  font-size: 2.4rem;
  font-weight: 900;
  padding: 2.8rem 4rem 3.4rem 4rem;
}

.p-top-contact__container.container {
  max-width: 800px;
  background-color: #fff;
  border-radius: 1rem;
  border: 4px solid var(--main-color);
  padding: 0 6.4rem 6.4rem 6.4rem;
}
.p-top-contact__container .p-section-head {
  margin-bottom: 6rem;
  padding-bottom: 0;
  margin-top: -2.4rem;
}
.p-top-contact__container .p-section-head::after {
  display: none;
}
.p-top-contact__container .p-section-head .pre-head {
  background-color: #000;
  color: #FFE401;
  margin-bottom: 3.2rem;
}
.p-top-contact__container .p-section-head .pre-head::after {
  border-color: #000 transparent transparent transparent;
}
.p-top-contact__container .p-section-head .title {
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-contact__container .p-section-head .title img {
  display: block;
  width: 10rem;
  height: auto;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .p-top-contact {
    padding: 4rem 0 8rem 0;
  }
  .p-top-contact .p-form__heading-h3 {
    font-size: 1.8rem;
  }
  .p-top-contact__container.container {
    border: 3px solid var(--main-color);
    padding: 0 2.4rem 3.2rem 2.4rem;
  }
  .p-top-contact__container .p-section-head {
    margin-bottom: 4rem;
  }
  .p-top-contact__container .p-section-head .pre-head {
    margin-bottom: 1.6rem;
  }
  .p-top-contact__container .p-section-head .title {
    font-size: 2.6rem;
  }
  .p-top-contact__container .p-section-head .title img {
    width: 6.4rem;
  }
}
.p-top-banner {
  background-color: #EBF9FF;
  padding: 4rem 0 4rem 0;
}
.p-top-banner .container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
.p-top-feature .p-section-head .title {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 4rem;
}
.p-top-feature .p-section-head .title::before, .p-top-feature .p-section-head .title::after {
  content: "";
  display: block;
  width: 18rem;
  height: 17rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-feature .p-section-head .title::before {
  background-image: url(../img/top/bg_cta_feature_left.svg);
}
.p-top-feature .p-section-head .title::after {
  background-image: url(../img/top/bg_cta_feature_right.svg);
}
.p-top-feature .p-section-head .title img {
  display: block;
}
.p-top-feature .p-section-head .title span {
  display: block;
  width: 354px;
}

.p-top-feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  max-width: 1250px;
}

.p-top-feature__block {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 1rem;
}
.p-top-feature__block.block-s {
  width: 50%;
}
.p-top-feature__block.block-l {
  max-width: 1250px;
  margin-bottom: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-feature__block.block-l .content h2 {
  font-size: 2.8rem;
}
.p-top-feature__block.block-l .content h2 .t-bold {
  font-size: 6rem;
}
.p-top-feature__block .number {
  display: block;
  position: absolute;
  top: -3.2rem;
  left: 4rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: #0E4D96;
}
.p-top-feature__block .content {
  padding: 6.4rem 4rem 4rem 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-feature__block .content h2 {
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 1.6rem;
}
.p-top-feature__block .content h2 .t-bold {
  font-size: 4.8rem;
  color: var(--main-color);
}
.p-top-feature__block .content strong {
  font-weight: 800;
  color: var(--main-color);
}
.p-top-feature__block .figure {
  width: 54%;
  padding: 4rem 4rem 4rem 0;
}

@media (max-width: 767px) {
  .p-top-feature {
    margin-top: 6.4rem !important;
  }
  .p-top-feature .p-section-head .title {
    gap: 0 2rem;
    margin-top: 1rem;
  }
  .p-top-feature .p-section-head .title::before, .p-top-feature .p-section-head .title::after {
    width: 7rem;
    height: 7rem;
  }
  .p-top-feature .p-section-head .title span {
    width: 200px;
  }
  .p-top-feature__block.block-s {
    width: 100%;
  }
  .p-top-feature__block.block-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.8rem;
  }
  .p-top-feature__block.block-l .content h2 {
    font-size: 1.8rem;
  }
  .p-top-feature__block.block-l .content h2 .t-bold {
    font-size: 3.4rem;
  }
  .p-top-feature__block .number {
    top: -2.4rem;
    left: 2.4rem;
    font-size: 5.6rem;
  }
  .p-top-feature__block .content {
    padding: 4rem 2.4rem 2.4rem 2.4rem;
  }
  .p-top-feature__block .content h2 {
    font-size: 1.8rem;
  }
  .p-top-feature__block .content h2 .t-bold {
    font-size: 3.4rem;
  }
  .p-top-feature__block .figure {
    width: 100%;
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
  .p-top-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.8rem 0;
  }
}
.p-top-reviews .p-section-head {
  margin-bottom: 4rem;
}

.p-top-reviews__content .attention {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 1.3rem;
  color: #666;
}

@media (max-width: 767px) {
  .p-top-reviews .p-section-head {
    margin-bottom: 10rem;
  }
  .p-top-reviews__content .attention {
    text-align: left;
    font-size: 1.1rem;
  }
}
.p-swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.2rem;
  margin-top: 3.2rem;
}
.p-swiper-controls .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit !important;
  bottom: inherit !important;
  top: inherit !important;
  left: inherit !important;
}
.p-swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--main-color);
  opacity: 0.2;
}
.p-swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
  opacity: 1;
}
.p-swiper-controls .swiper-button-prev::after,
.p-swiper-controls .swiper-button-next::after {
  display: none;
}
.p-swiper-controls .swiper-button-prev,
.p-swiper-controls .swiper-button-next {
  margin-top: initial;
  position: static;
  width: 6.4rem;
  height: 6.4rem;
  background-color: var(--main-color);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.p-swiper-controls .swiper-button-prev:hover,
.p-swiper-controls .swiper-button-next:hover {
  opacity: 0.75;
}
.p-swiper-controls .swiper-button-prev {
  background-image: url(../img/top/btn_swipe_left.svg);
}
.p-swiper-controls .swiper-button-next {
  background-image: url(../img/top/btn_swipe_right.svg);
}

@media (max-width: 767px) {
  .p-swiper-controls {
    gap: 0 2.4rem;
    margin-top: 2.4rem;
  }
  .p-swiper-controls .swiper-pagination {
    gap: 0 1.2rem;
  }
  .p-swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-swiper-controls .swiper-button-prev,
  .p-swiper-controls .swiper-button-next {
    width: 5rem;
    height: 5rem;
  }
}
.p-section-head {
  margin-bottom: 7.2rem;
  padding-bottom: 2.4rem;
  text-align: center;
  position: relative;
}
.p-section-head::after {
  content: "";
  display: block;
  width: 16rem;
  height: 2.4rem;
  position: absolute;
  left: calc(50% - 8rem);
  bottom: -1rem;
  background-image: url(../img/common/bg_heading_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-section-head .pre-head {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  padding: 1.2rem 2.4rem 1.6rem 2.4rem;
  margin-bottom: 2rem;
  background: var(--blue-color);
  color: #fff;
  border-radius: 4rem;
}
.p-section-head .pre-head::after {
  content: "";
  position: absolute;
  bottom: -2.6rem;
  left: calc(50% - 1.6rem);
  border-width: 1.6rem;
  border-style: solid;
  border-color: var(--blue-color) transparent transparent transparent;
}
.p-section-head .title {
  font-size: 6.4rem;
  line-height: 1.25;
  font-weight: 800;
}
.p-section-head .char {
  width: auto;
  height: 20rem;
  position: absolute;
  bottom: 0.8rem;
  right: 6rem;
}
.p-section-head .char img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .p-section-head {
    margin-bottom: 10.4rem;
    padding-bottom: 1.6rem;
  }
  .p-section-head::after {
    width: 12rem;
    height: 1.8rem;
    left: calc(50% - 6rem);
  }
  .p-section-head .pre-head {
    font-size: 1.5rem;
    padding: 1.2rem 2rem 1.4rem 2rem;
  }
  .p-section-head .title {
    font-size: 3rem;
  }
  .p-section-head .char {
    height: 7rem;
    bottom: -8rem;
    right: 0.8rem;
  }
}
.p-section-cta {
  margin: 0 !important;
  padding: 5.6rem 0;
  background-color: var(--main-color);
  background-image: url(../img/top/bg_cta_section.svg);
  background-repeat: repeat-x;
  background-size: auto 90%;
}
.p-section-cta .p-section-head {
  margin-top: 0;
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15rem;
  padding-right: 15rem;
}
.p-section-cta .p-section-head::before, .p-section-cta .p-section-head::after {
  display: block;
  content: "";
  width: 13rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.6rem;
}
.p-section-cta .p-section-head::before {
  background-image: url(../img/top/bg_cta_headiong_right.svg);
  right: 0;
}
.p-section-cta .p-section-head::after {
  background-image: url(../img/top/bg_cta_headiong_left.svg);
  left: 0;
}
.p-section-cta .p-section-head .pre-head {
  background-color: var(--yellow-color);
  color: #000;
}
.p-section-cta .p-section-head .pre-head::after {
  border-color: var(--yellow-color) transparent transparent transparent;
}
.p-section-cta .p-section-head .title {
  color: #fff;
}

.p-section-cta__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 91rem;
  margin-left: auto;
  margin-right: auto;
}
.p-section-cta__navi .item {
  display: block;
  width: 49%;
  max-width: 44rem;
}

@media (max-width: 767px) {
  .p-section-cta {
    background-size: auto 60%;
  }
  .p-section-cta .p-section-head {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
  }
  .p-section-cta .p-section-head::before, .p-section-cta .p-section-head::after {
    width: 6.4rem;
    height: 6.4rem;
    top: initial;
    bottom: 2rem;
  }
  .p-section-cta .p-section-head::before {
    right: 1rem;
  }
  .p-section-cta .p-section-head::after {
    left: 1rem;
  }
  .p-section-cta__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
  .p-section-cta__navi .item {
    width: 94%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
.fadeIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.fadeIn.inview {
  opacity: 1;
}

.fadeUpIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadeUpIn.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.maskIn {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.maskIn.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.blurIn {
  -webkit-animation-name: blurInAnime;
          animation-name: blurInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.show-tablet-inline,
.show-tablet,
.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-tablet,
.hide-mobile {
  display: block;
}

.hide-tablet-inline,
.hide-mobile-inline {
  display: inline-block;
}

.t-red {
  color: var(--main-color);
}

.t-bold {
  font-weight: 800;
}

@media (min-width: 768px) and (max-width: 999px) {
  .show-tablet {
    display: block;
  }
  .show-tablet-inline {
    display: inline-block;
  }
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-mobile-inline {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
  .hide-mobile-inline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */