@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-desktop-footer {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-desktop-footer {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-1024 {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .u-1024 {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7278617711vw;
  }
}
@media (min-width: 926px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

.button {
  background-color: #1F209E;
  color: #fff;
  border-radius: 50px;
  position: relative;
}

.button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 29px;
  right: 1.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.footer {
  border-color: #f4f4f4;
}

.footer__inner {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 2.25rem;
    padding-bottom: 2.1875rem;
  }
}

.footer__logo {
  width: 260px;
  width: 16.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 17.0625rem;
  }
}

.footer__info {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 0.5625rem;
  }
}

.footer__time {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__time {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}

.footer__address {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 0.875rem;
  }
}

.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 2.75rem;
  }
}

.header__logo {
  width: 112px;
  width: 7rem;
  display: inline-block;
  top: 13px;
  top: 0.8125rem;
  left: 10px;
  left: 0.625rem;
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 8.125rem;
    top: 0.9375rem;
    left: 0.9375rem;
  }
}

.header__contact {
  position: fixed;
  right: 10px;
  right: 0.625rem;
  top: 12px;
  top: 0.75rem;
  z-index: 1;
  letter-spacing: 0.06em;
}

.header__contact-button {
  width: 138px;
  width: 8.625rem;
  padding: 5px;
  padding: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.header__contact-button.button::after {
  right: 10px;
  right: 0.625rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.inner {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 976px;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1440px;
  }
}

.sidebar-contact__inner {
  background-color: #f3f4fd;
}
@media screen and (min-width: 1024px) {
  .sidebar-contact__inner {
    background-color: #fff;
  }
}

.sidebar-contact__title {
  color: #1F209E;
  font-size: 27px;
  font-size: 1.6875rem;
  text-align: center;
  padding-top: 42px;
  padding-top: 2.625rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sidebar-contact__title {
    font-size: 1.5625rem;
    padding: 0.875rem 0.5rem;
    border-bottom: 1px solid #818181;
    background-color: #f0f2fe;
  }
}

.sidebar-contact__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  bottom: -1.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#232ca7), color-stop(50%, #232ca7), color-stop(50%, #bbc2f7), to(#bbc2f7));
  background: linear-gradient(to right, #232ca7 0%, #232ca7 50%, #bbc2f7 50%, #bbc2f7 100%);
  height: 2px;
  height: 0.125rem;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .sidebar-contact__title::after {
    content: none;
  }
}

.contact-form__wrap {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .contact-form__wrap {
    height: 73vh;
    overflow-y: scroll;
    max-height: 680px;
    padding-bottom: 0;
  }
}

.contact-form__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.6;
}

.contact-form {
  padding: 10px 20px 70px;
  padding: 0.625rem 1.25rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 0.625rem 1.25rem 2.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact-form {
    padding: 0.625rem 1.75rem;
  }
}

.contact-form__note {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  background-color: #fff;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .contact-form__note {
    margin-top: 0.75rem;
    background-color: #f5f5f5;
    max-width: 1440px;
  }
}

.contact-form__group {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.contact-form__group span {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #1F209E;
  color: #fff;
  padding: 1px 5px;
  padding: 0.0625rem 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  border-radius: 3px;
}

.contact-form__group .gray {
  background-color: #8d8d8d;
}

.contact-form__group + .contact-form__group {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.contact-form__label {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.contact-form__input {
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
  height: 37px;
  padding: 3px 12px;
  background-color: #fff;
}

.contact-form__input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.contact-form__input::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.contact-form__input::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.contact-form__input::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.contact-form__input.contact-form__textarea {
  height: 200px;
  padding: 9px 13px;
  padding: 0.5625rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input.contact-form__textarea {
    padding: 3px 12px;
  }
}

@media screen and (min-width: 1024px) {
  .ttt {
    position: sticky;
    bottom: 1.25rem;
  }
}

.contact-form__submit {
  position: relative;
  background-color: #1F209E;
  color: #fff;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  width: 305px;
  width: 19.0625rem;
  border-radius: 50px;
  text-align: center;
  display: block;
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 218px;
  width: 13.625rem;
  margin-inline: auto;
  border: 1px solid #1F209E;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-form__submit:hover {
  background-color: #fff;
  color: #1F209E;
}

.contact-form__submit::after {
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-top 0.3s ease, border-right 0.3s ease;
  transition: border-top 0.3s ease, border-right 0.3s ease;
}

.contact-form__submit:hover::after {
  border-top: solid 2px #1F209E;
  border-right: solid 2px #1F209E;
}

.thanks {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-top: 11.875rem;
    margin-bottom: 6.25rem;
  }
}

.thanks__title {
  font-size: clamp(20px, 17.572px + 0.6472491909vw, 30px);
  font-size: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  font-weight: 700;
  text-align: center;
}

.thanks__message {
  font-size: clamp(14px, 11.572px + 0.6472491909vw, 24px);
  font-size: clamp(0.875rem, 0.7233009709rem + 0.6472491909vw, 1.5rem);
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: -0.01em;
}

.thanks__footer {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__footer {
    margin-top: 2.5rem;
  }
}

.thanks__footer-button {
  width: 180px;
  width: 11.25rem;
  text-align: center;
  display: inline-block;
  padding: 7px 5px;
  padding: 0.4375rem 0.3125rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  border: 1px solid #1F209E;
}
@media screen and (min-width: 768px) {
  .thanks__footer-button {
    width: 12.875rem;
    padding: 0.625rem 0.3125rem;
  }
}

.thanks__footer-button:hover {
  background-color: #fff;
  color: #1F209E;
}

.thanks__footer-button.button::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  right: 18px;
  right: 1.125rem;
  -webkit-transform: translateY(-33%) rotate(45deg);
          transform: translateY(-33%) rotate(45deg);
}

.thanks__footer-button.button:hover::after {
  border-top: 1px solid #1F209E;
  border-right: 1px solid #1F209E;
}

.page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .page__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .main {
    border-right: 1px solid #818181;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    width: 72%;
  }
}
@media screen and (min-width: 1440px) {
  .main {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .page__sidebar {
    width: 28%;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page__sidebar {
    width: 25%;
  }
}

.fv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.fv__inner.inner {
  padding: 0;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .fv__inner.inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
  }
}

.fv__content {
  margin-top: 90px;
  margin-top: 5.625rem;
  -webkit-animation: 0.5s slide 0.5s both;
          animation: 0.5s slide 0.5s both;
}
@media screen and (min-width: 768px) {
  .fv__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.875rem;
    margin-top: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fv__title {
  font-size: clamp(43px, 35.957px + 1.8779342723vw, 63px);
  font-size: clamp(2.6875rem, 2.2473591549rem + 1.8779342723vw, 3.9375rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .fv__title {
    font-size: clamp(2.6875rem, -0.3894230769rem + 4.8076923077vw, 3.9375rem);
  }
}

.fv__title-main {
  letter-spacing: -0.06em;
}

.fv__title-sub {
  color: #1F209E;
}

.fv__text {
  font-size: clamp(20px, 18.239px + 0.4694835681vw, 25px);
  font-size: clamp(1.25rem, 1.1399647887rem + 0.4694835681vw, 1.5625rem);
  font-weight: 700;
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .fv__text {
    margin-top: 1.875rem;
    font-size: clamp(1.0625rem, -0.1682692308rem + 1.9230769231vw, 1.5625rem);
  }
}

.fv__text .blue {
  color: #fff;
  background-color: #1F209E;
  padding: 0 4px 1px 6px;
  padding: 0 0.25rem 0.0625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .fv__text .blue {
    padding: 0 0.25rem 0.125rem 0.4375rem;
  }
}

.fv__text .blue.right {
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.fv__image {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin: 1.3125rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .fv__image {
    width: 58%;
    margin-left: auto;
    margin-right: 1.25rem;
    margin-top: 1.375rem;
    -webkit-animation: 0.7s slideImg 0.8s both;
            animation: 0.7s slideImg 0.8s both;
  }
}

@-webkit-keyframes slideImg {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes slideImg {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fv__contact {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.fv__contact .micro {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  -webkit-animation: 0.7s up 1.5s both;
          animation: 0.7s up 1.5s both;
}
@media screen and (min-width: 768px) {
  .fv__contact .micro {
    width: 80%;
  }
}

@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10);
            transform: translateY(-10);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10);
            transform: translateY(-10);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv__contact .micro::before,
.fv__contact .micro::after {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 20px;
  height: 1.25rem;
  background: #1E1E1E;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv__contact .micro::before,
  .fv__contact .micro::after {
    height: 1.125rem;
  }
}

.fv__contact .micro::before {
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .fv__contact .micro::before {
    margin-right: 0.875rem;
  }
}

.fv__contact .micro::after {
  margin-left: 30px;
  margin-left: 1.875rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .fv__contact .micro::after {
    margin-left: 0.875rem;
  }
}

.fv__contact-button {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 1px solid #1F209E;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  padding: 10px 10px 12px;
  padding: 0.625rem 0.625rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .fv__contact-button {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__contact-button {
    width: 100%;
  }
}

.fv__contact-button:hover {
  background-color: #fff;
  color: #1F209E;
}

.fv__contact-button.button:hover::after {
  border-top: solid 2px #1F209E;
  border-right: solid 2px #1F209E;
}

.fv__contact.u-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__contact.u-lg {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .fv__contact.u-lg {
    display: none;
  }
}

/*======================================
            Web戦略
=======================================*/
.strategy {
  background: #f3f3fd;
}
@media screen and (min-width: 768px) {
  .strategy {
    background: linear-gradient(113deg, #e9ecf9 31%, #f6f7fb 0%);
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .strategy {
    background: linear-gradient(113deg, #e9ecf9 28%, #f6f7fb 0%);
  }
}
@media screen and (min-width: 1440px) {
  .strategy {
    background: linear-gradient(113deg, #e9ecf9 32%, #f6f7fb 0%);
  }
}

.strategy__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .strategy__inner {
    padding-top: 5rem;
    padding-bottom: 4.9375rem;
  }
}

.strategy__wrap {
  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;
}
@media screen and (min-width: 768px) {
  .strategy__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5%;
  }
}

.strategy__img {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .strategy__img {
    width: 40%;
    margin-left: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .strategy__content {
    width: 40%;
  }
}

.strategy__title {
  font-size: clamp(27px, 23.83px + 0.8450704225vw, 36px);
  font-size: clamp(1.6875rem, 1.4894366197rem + 0.8450704225vw, 2.25rem);
}
@media screen and (min-width: 768px) {
  .strategy__title {
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1024px) {
  .strategy__title {
    letter-spacing: 0.02em;
  }
}

.strategy__title span {
  color: #1F209E;
}

.strategy__underline {
  height: 2px;
  height: 0.125rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#232ca7), color-stop(19%, #232ca7), color-stop(19%, #bbc2f7), to(#bbc2f7));
  background: linear-gradient(to right, #232ca7 0%, #232ca7 19%, #bbc2f7 19%, #bbc2f7 100%);
  border: none;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .strategy__underline {
    margin-top: 1.3125rem;
  }
}

.strategy__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .strategy__text {
    margin-top: 2.125rem;
    line-height: 1.55;
  }
}

@media screen and (min-width: 768px) {
  .strategy__human-img {
    width: 5.875rem;
    position: absolute;
    right: 0;
    right: 11px;
    bottom: -2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .strategy__human-img {
    right: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .strategy__human-img {
    right: 2.3125rem;
  }
}

/*======================================
            strength
=======================================*/
.feature__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    padding-top: 4.75rem;
  }
}

.feature__title {
  font-size: clamp(27px, 23.478px + 0.9389671362vw, 37px);
  font-size: clamp(1.6875rem, 1.4674295775rem + 0.9389671362vw, 2.3125rem);
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 0;
}

.feature__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  bottom: -1.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#232ca7), color-stop(50%, #232ca7), color-stop(50%, #bbc2f7), to(#bbc2f7));
  background: linear-gradient(to right, #232ca7 0%, #232ca7 50%, #bbc2f7 50%, #bbc2f7 100%);
  height: 2px;
  height: 0.125rem;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .feature__title::after {
    bottom: -1.125rem;
    width: 8.75rem;
  }
}

.feature__title span {
  color: #1F209E;
}

.feature__message {
  font-weight: 400;
  margin-top: 52px;
  margin-top: 3.25rem;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .feature__message {
    margin-top: 3.1875rem;
    line-height: 1.7;
    text-align: center;
  }
}

.feature__point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  margin-top: 29px;
  margin-top: 1.8125rem;
  color: #1F209E;
}
@media screen and (min-width: 768px) {
  .feature__point-header {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}

.feature__point-header::before,
.feature__point-header::after {
  content: "";
  width: 42px;
  width: 2.625rem;
  height: 1px;
  height: 0.0625rem;
  background: #1F209E;
}
@media screen and (min-width: 768px) {
  .feature__point-header::before,
  .feature__point-header::after {
    height: 0.125rem;
    width: 3.25rem;
    height: 0.125rem;
  }
}

.feature__point-header::before {
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature__point-header::before {
    margin-right: 1rem;
    margin-right: 1.875rem;
  }
}

.feature__point-header::after {
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feature__point-header::after {
    margin-left: 1rem;
  }
}

.feature__point-header span {
  position: relative;
}

.feature__point-header span::after {
  content: "";
  position: absolute;
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  top: -6px;
  top: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4CC4C2;
}

.feature__point-title {
  text-align: center;
  font-size: clamp(19px, 16.887px + 0.5633802817vw, 25px);
  font-size: clamp(1.1875rem, 1.0554577465rem + 0.5633802817vw, 1.5625rem);
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .feature__point-title {
    margin-top: 0.875rem;
  }
}

.feature__point-title .bg-blue {
  background-color: #1F209E;
  color: #fff;
  display: inline-block;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .feature__point-title .bg-blue {
    padding: 0.1875rem 0.75rem;
  }
}

.feature__point-title .yellow {
  color: #fffa5e;
  font-weight: 700;
}

.feature__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-top: 1.875rem;
  row-gap: 16px;
  row-gap: 1rem;
}
@media screen and (min-width: 600px) {
  .feature__point-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.0625rem;
    row-gap: 0.5625rem;
  }
}

.feature__point-listItem {
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  padding: 10px 13px 25px;
  padding: 0.625rem 0.8125rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature__point-listItem {
    width: 28.6%;
    padding: 0.625rem 0.8125rem 1.875rem;
  }
}
.feature__point-listItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 33px solid #4CC4C2;
  border-top: 2.0625rem solid #4CC4C2;
  border-right: 33px solid transparent;
  border-right: 2.0625rem solid transparent;
  border-radius: 0;
}

.feature__point-listItem span {
  color: #fff;
  font-size: 67px;
  font-size: 4.1875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.feature__point-listImg {
  width: 45%;
  margin-inline: auto;
  margin-top: -46px;
  margin-top: -2.875rem;
}
@media screen and (min-width: 768px) {
  .feature__point-listImg {
    width: 50%;
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__point-listImg {
    margin-top: -0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .feature__point-listImg {
    margin-top: -1.875rem;
  }
}

.feature__point-listTitle {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .feature__point-listTitle {
    font-size: 1.25rem;
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 1024px) {
  .feature__point-listTitle.letter-space {
    letter-spacing: -0.07em;
  }
}
@media screen and (min-width: 1440px) {
  .feature__point-listTitle.letter-space {
    letter-spacing: 0;
  }
}

.feature__point-listTitle.two {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.feature__point-listText {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: auto;
  margin-top: 6px;
  margin-top: 0.375rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
  letter-spacing: -0.02em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .feature__point-listText {
    margin-top: 1.0625rem;
    padding: 0 0.25rem;
    letter-spacing: 0.09em;
  }
}

.feature__point-listText.two {
  margin-top: 4px;
  margin-top: 0.25rem;
}

/*======================================
          service
=======================================*/
.service {
  background-color: #f3f4fd;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 5.625rem;
  }
}

.service__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
}

.service__title {
  font-size: clamp(27px, 23.83px + 0.8450704225vw, 36px);
  font-size: clamp(1.6875rem, 1.4894366197rem + 0.8450704225vw, 2.25rem);
  font-weight: 700;
  position: relative;
  text-align: center;
}

.service__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  bottom: -0.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#232ca7), color-stop(50%, #232ca7), color-stop(50%, #bbc2f7), to(#bbc2f7));
  background: linear-gradient(to right, #232ca7 0%, #232ca7 50%, #bbc2f7 50%, #bbc2f7 100%);
  height: 2px;
  height: 0.125rem;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .service__title::after {
    bottom: -1.125rem;
    width: 8.75rem;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    row-gap: 2.5rem;
    margin-top: 4.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .service__list-item {
    width: 28.1%;
  }
}

.service__list-itemImg {
  aspect-ratio: 335/225;
}
@media screen and (min-width: 768px) {
  .service__list-itemImg {
    aspect-ratio: 284/186;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.service__list-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #1F209E;
  margin-top: 9px;
  margin-top: 0.5625rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .service__list-title {
    margin-top: 0.9375rem;
  }
}

.service__list-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 2px;
  margin-top: 0.125rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .service__list-text {
    margin-top: 0.3125rem;
  }
}

/*======================================
            web-design
=======================================*/
.web-design {
  background-image: url(../images/common/bg_web-design-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .web-design {
    background-image: url(../images/common/bg_web-design.jpg);
    background-position: 0 0;
    background-position: initial;
  }
}

.web-design__inner.inner {
  position: relative;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 238px;
  padding-bottom: 14.875rem;
}
@media screen and (min-width: 768px) {
  .web-design__inner.inner {
    padding-top: 4.625rem;
    padding-bottom: 6.1875rem;
  }
}
@media screen and (min-width: 1440px) {
  .web-design__inner.inner {
    padding-right: 6.125rem;
    padding-left: 6.125rem;
  }
}

.web-design__icon {
  position: absolute;
  width: 240px;
  width: 15rem;
  left: 50%;
  bottom: 28px;
  bottom: 1.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .web-design__icon {
    width: 19.9375rem;
    left: 4.5625rem;
    bottom: 2.0625rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (min-width: 1024px) {
  .web-design__icon {
    left: 1.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .web-design__icon {
    width: 21.9375rem;
    left: 4.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .web-design__wrap {
    width: 51.5%;
    margin-left: auto;
  }
}

.web-design__title {
  font-size: clamp(27px, 23.478px + 0.9389671362vw, 37px);
  font-size: clamp(1.6875rem, 1.4674295775rem + 0.9389671362vw, 2.3125rem);
  font-weight: 700;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .web-design__title {
    letter-spacing: 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .web-design__title {
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1440px) {
  .web-design__title {
    letter-spacing: 0;
  }
}

.web-design__title span {
  color: #1F209E;
}

.web-design__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.47;
}
@media screen and (min-width: 768px) {
  .web-design__text {
    margin-top: 2.0625rem;
    line-height: 1.5;
  }
}

/*======================================
            recommend
=======================================*/
.recommend {
  background: linear-gradient(135deg, #4a4bb9 0%, #5687ce 36%, #91ced6 96%);
  position: relative;
}

.recommend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/common/mask_recommend.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.recommend__inner {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .recommend__inner {
    padding-top: 3.3125rem;
    padding-bottom: 4.25rem;
  }
}

.recommend__title {
  font-size: clamp(27px, 23.83px + 0.8450704225vw, 36px);
  font-size: clamp(1.6875rem, 1.4894366197rem + 0.8450704225vw, 2.25rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
}

.recommend__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  bottom: -0.8125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#4cc4c2), color-stop(50%, #4cc4c2), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, #4cc4c2 0%, #4cc4c2 50%, #fff 50%, #fff 100%);
  height: 2px;
  height: 0.125rem;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .recommend__title::after {
    bottom: -1.125rem;
    width: 8.75rem;
  }
}

.recommend__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .recommend__list {
    margin-top: 3.8125rem;
    gap: 1.25rem;
  }
}

.recommend__list.is-active {
  -webkit-animation: 0.7s textSlide 0.5s both;
          animation: 0.7s textSlide 0.5s both;
}

@-webkit-keyframes textSlide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes textSlide {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.recommend__list-item {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 480px;
  max-width: 30rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  border-radius: 3px;
  letter-spacing: 0.02em;
  padding: 11px 11px 11px 43px;
  padding: 0.6875rem 0.6875rem 0.6875rem 2.6875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .recommend__list-item {
    font-size: 1.125rem;
    max-width: 32rem;
    padding: 0.4375rem 3.1875rem;
  }
}

.recommend__list-item span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #fffa5e));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #fffa5e 70%);
}

.recommend__list-item::before {
  content: "";
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .recommend__list-item::before {
    width: 1.625rem;
    height: 1.625rem;
    left: 0.9375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
