@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
}

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #FAF7F7;
  color: #594739;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
}

.u-en {
  font-family: "futura-pt", sans-serif;
}

@media screen and (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.c-ttl-en {
  display: block;
  position: relative;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-ttl-en {
    font-size: 80px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl-en {
    font-size: 5.5555555556vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-en {
    font-size: 16vw;
    padding-left: 4.8vw;
  }
}
.c-ttl-en::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
  background: linear-gradient(-135deg, #f0e0e1 0%, #5d9de2 100%);
}
@media screen and (min-width: 768px) {
  .c-ttl-en::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl-en::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-en::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-ttl-ja {
  display: block;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-ttl-ja {
    font-size: 26px;
    margin-top: 15px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl-ja {
    font-size: 1.8055555556vw;
    margin-top: 1.0416666667vw;
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-ja {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    margin-left: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .c-kv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv {
    padding-top: 24vw;
    margin-bottom: 8vw;
  }
}
.c-kv__wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-kv__wrap {
    justify-content: space-between;
    height: 400px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__wrap {
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text {
    width: 100%;
  }
}
.c-kv__text-ttl {
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-kv__text-ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__text-ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text-ttl {
    font-size: calc(48 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .c-kv__text-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__text-ttl {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text-ttl {
    margin-bottom: 3.2vw;
  }
}
.c-kv__text-lead {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-kv__text-lead {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__text-lead {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__text-lead {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-kv__img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-kv__img.contact {
    width: 345px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__img.contact {
    width: 23.9583333333vw;
    margin-right: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__img.contact {
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-kv__img.news {
    width: 270px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-kv__img.news {
    width: 18.75vw;
    margin-right: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-kv__img.news {
    width: 48vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000001;
}
.l-header__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 5.3333333333vw;
  }
}
.l-header__logo {
  z-index: 1000011;
  line-height: 1.2307692308;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__logo {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 90px;
    border-bottom-right-radius: 30px;
    padding: 18px 24px 24px 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__logo {
    width: 6.25vw;
    border-bottom-right-radius: 2.0833333333vw;
    padding: 1.25vw 1.6666666667vw 1.6666666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: relative;
  }
}
.l-header__navwrap {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__navwrap {
    border-radius: 0 0 30px 30px;
    padding: 16px 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__navwrap {
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
    padding: 1.1111111111vw 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap {
    position: fixed;
    z-index: 1000010;
    right: -120%;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding: 24vw 5.3333333333vw 16vw;
    transition: all 0.6s;
  }
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    flex-direction: column;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #5D9DE1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #5D9DE1;
  }
}
.l-header__nav-list li a {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__nav-list li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li a {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list li a {
    padding: 4vw 0;
    width: 100%;
  }
}
.l-header__nav .taxreturn {
  color: #53779D;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header__nav .taxreturn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__nav .taxreturn {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav .taxreturn {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-header__nav .taxreturn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-header__nav .taxreturn {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav .taxreturn {
    margin-top: 8vw;
  }
}
.l-header__openbtn {
  width: 8vw;
  height: 5.3333333333vw;
  position: relative;
  z-index: 1000011;
}
.l-header__openbtn.is-active span:first-of-type {
  transform: rotate(45deg);
  top: 2.6666666667vw;
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  transform: rotate(-45deg);
  bottom: auto;
  top: 2.6666666667vw;
}
.l-header__openbtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #5D9DE1;
  transition: all 0.6s;
  left: 0;
}
.l-header__openbtn span:first-of-type {
  top: 0;
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn span:last-of-type {
  bottom: 0;
}

.l-footer {
  position: relative;
}
.l-footer__totop {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-footer__totop {
    right: 56px;
    top: -11px;
  }
  .l-footer__totop:hover {
    top: -21px;
  }
  .l-footer__totop:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__totop {
    right: 3.8888888889vw;
    top: -0.7638888889vw;
  }
  .l-footer__totop:hover {
    top: -1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__totop {
    right: 5.3333333333vw;
    top: -2.9333333333vw;
  }
}
.l-footer__totop-txt {
  color: #5D9DE1;
  font-style: italic;
  display: block;
  text-align: center;
  background: center/contain no-repeat url(../img/common/im-fukidashi.png);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-footer__totop-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__totop-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__totop-txt {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__totop-txt {
    padding-top: 6px;
    width: 103px;
    height: 37px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__totop-txt {
    padding-top: 0.4166666667vw;
    width: 7.1527777778vw;
    height: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__totop-txt {
    padding-top: 1.6vw;
    width: 27.4666666667vw;
    height: 9.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__totop img {
    max-width: none;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 134px;
    top: 23.5px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__totop img {
    top: 1.6319444444vw;
    width: 9.3055555556vw;
  }
}
.l-footer__bg {
  background-color: #5D9DE1;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__bg {
    padding: 4.1666666667vw 0 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 16vw 0;
  }
}
.l-footer__copy {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer__copy {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-faq {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq {
    margin-bottom: 21.3333333333vw;
  }
}
.l-faq__list-item {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-faq__list-item {
    padding: 30px 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item {
    padding: 2.0833333333vw 4.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item {
    padding: 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-faq__list-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item:not(:last-of-type) {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-faq__list-item .q-txt {
  color: #5D9DE1;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-faq__list-item .q-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item .q-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item .q-txt {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-faq__list-item .q-txt::before {
  content: "Q.";
}
@media screen and (min-width: 768px) {
  .l-faq__list-item .q-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item .q-txt {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item .q-txt {
    margin-bottom: 4.2666666667vw;
  }
}
.l-faq__list-item .a-txt {
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-faq__list-item .a-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item .a-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item .a-txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-faq__list-item .a-txt::before {
  content: "A.";
}
.l-faq__list-item .q-txt,
.l-faq__list-item .a-txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-faq__list-item .q-txt,
  .l-faq__list-item .a-txt {
    padding-left: 38px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item .q-txt,
  .l-faq__list-item .a-txt {
    padding-left: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item .q-txt,
  .l-faq__list-item .a-txt {
    padding-left: 10.1333333333vw;
  }
}
.l-faq__list-item .q-txt::before,
.l-faq__list-item .a-txt::before {
  position: absolute;
  display: block;
  color: inherit;
  font-style: italic;
  left: 0;
  top: 0;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-faq__list-item .q-txt::before,
  .l-faq__list-item .a-txt::before {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__list-item .q-txt::before,
  .l-faq__list-item .a-txt::before {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__list-item .q-txt::before,
  .l-faq__list-item .a-txt::before {
    font-size: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-faq__other {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other {
    margin-top: 9.6vw;
  }
}
.l-faq__other-ttl {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-faq__other-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-ttl {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-ttl {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-faq__other-ttl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-ttl {
    margin-bottom: 6.4vw;
  }
}
.l-faq__other-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-faq__other-list {
    justify-content: space-between;
    row-gap: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list {
    row-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list {
    row-gap: 4.2666666667vw;
  }
}
.l-faq__other-list .item {
  background-color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-faq__other-list .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list .item {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list .item {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-faq__other-list .item {
    width: 360px;
    height: 128px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list .item {
    width: 25vw;
    height: 8.8888888889vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list .item {
    width: 100%;
    height: 19.2vw;
    border-radius: 2.6666666667vw;
  }
}
.l-faq__other-list .item::before, .l-faq__other-list .item::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-faq__other-list .item::before, .l-faq__other-list .item::after {
    width: 31px;
    height: 22px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list .item::before, .l-faq__other-list .item::after {
    width: 2.1527777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list .item::before, .l-faq__other-list .item::after {
    width: 5.6vw;
    height: 4vw;
  }
}
.l-faq__other-list .item::before {
  background-image: url(../img/common/im-quote01.png);
}
@media screen and (min-width: 768px) {
  .l-faq__other-list .item::before {
    top: -5px;
    left: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list .item::before {
    top: -0.3472222222vw;
    left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list .item::before {
    top: -0.8vw;
    left: 3.2vw;
  }
}
.l-faq__other-list .item::after {
  background-image: url(../img/common/im-quote02.png);
}
@media screen and (min-width: 768px) {
  .l-faq__other-list .item::after {
    bottom: -6px;
    right: 13px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-faq__other-list .item::after {
    bottom: -0.4166666667vw;
    right: 0.9027777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__other-list .item::after {
    bottom: -0.8vw;
    right: 3.2vw;
  }
}

.l-corporate__text {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-corporate__text {
    column-gap: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-corporate__text {
    column-gap: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-corporate__text {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.l-corporate__text-txt {
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-corporate__text-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-corporate__text-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-corporate__text-txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-corporate__map {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-corporate__map {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-corporate__map {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-corporate__map {
    margin-top: 8vw;
  }
}
.l-corporate__map iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-corporate__map iframe {
    height: 500px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-corporate__map iframe {
    height: 34.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-corporate__map iframe {
    height: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .l-contact {
    margin: 120px 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact {
    margin: 8.3333333333vw 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin: 21.3333333333vw 0;
  }
}
.l-contact__box {
  background-color: #5D9DE1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact__box {
    border-radius: 70px;
    padding: 80px 0 100px;
    max-width: 1830px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__box {
    border-radius: 4.8611111111vw;
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__box {
    padding: 9.6vw 5.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}
.l-contact__inner {
  position: relative;
}
.l-contact__ttl {
  text-align: center;
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contact__ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__ttl {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__ttl {
    font-size: calc(27 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contact__ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__ttl {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__ttl {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact__text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__text {
    padding-left: pxv-ar(15);
  }
}
.l-contact__text-ttl {
  font-weight: 700;
  color: #fff;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contact__text-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__text-ttl {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__text-ttl {
    font-size: calc(17 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contact__text-ttl {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__text-ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__text-ttl {
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
}
.l-contact__text-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-contact__text-wrap {
    column-gap: 80px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__text-wrap {
    column-gap: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__text-wrap {
    flex-direction: column;
    row-gap: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__text-list {
    margin-right: auto;
  }
}
.l-contact__text-list li {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contact__text-list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__text-list li {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__text-list li {
    font-size: calc(15 / 375 * 100vw);
  }
}
.l-contact__img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-contact__img {
    top: 0;
    right: -85px;
    width: 442px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__img {
    width: 30.6944444444vw;
    right: -5.9027777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__img {
    width: 33.6vw;
    bottom: 28vw;
    right: 0;
  }
}
.l-contact__img2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-contact__img2 {
    top: 60px;
    right: -60px;
    width: 433px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contact__img2 {
    top: 4.1666666667vw;
    width: 30.0694444444vw;
    right: -4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__img2 {
    width: 31.2vw;
    bottom: 28vw;
    right: 0;
  }
}

.c-btn {
  display: block;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c-btn:hover .fukidashi {
    transform: translateY(-20%);
  }
  .c-btn:hover .btn-tap-default {
    opacity: 0;
  }
  .c-btn:hover .btn-tap-hover {
    opacity: 1;
    transform: rotate(25deg);
  }
}
.c-btn .fukidashi {
  background-color: #fff;
  color: #5D9DE1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn .fukidashi {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .fukidashi {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .fukidashi {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .c-btn .fukidashi {
    width: 321px;
    height: 35px;
    border-radius: 14px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .fukidashi {
    width: 22.2916666667vw;
    height: 2.4305555556vw;
    border-radius: 0.9722222222vw;
    margin-bottom: 0.4861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .fukidashi {
    width: 85.6vw;
    height: 9.3333333333vw;
    border-radius: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}
.c-btn .fukidashi::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .c-btn .fukidashi::after {
    width: 18px;
    height: 14px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .fukidashi::after {
    width: 1.25vw;
    height: 0.9722222222vw;
    bottom: -0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .fukidashi::after {
    width: 4.8vw;
    height: 3.7333333333vw;
    bottom: -2.6666666667vw;
  }
}
.c-btn .fukidashi.blue {
  color: #fff;
  background-color: #5D9DE1;
}
.c-btn .fukidashi.blue::after {
  background-color: #5D9DE1;
}
.c-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ADBCC9;
}
@media screen and (min-width: 768px) {
  .c-btn .btn {
    column-gap: 10px;
    width: 331px;
    height: 65px;
    border-radius: 33px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .btn {
    column-gap: 0.6944444444vw;
    width: 22.9861111111vw;
    height: 4.5138888889vw;
    border-radius: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .btn {
    column-gap: 2.6666666667vw;
    width: 88.2666666667vw;
    height: 17.3333333333vw;
    border-radius: 8.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn .btn-mail {
    width: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .btn-mail {
    width: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .btn-mail {
    width: 10.6666666667vw;
  }
}
.c-btn .btn-txt {
  color: #53779D;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn .btn-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .btn-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .btn-txt {
    font-size: calc(18 / 375 * 100vw);
  }
}
.c-btn .btn-tap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn .btn-tap {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .c-btn .btn-tap {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .btn-tap {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-btn .btn-tap img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.c-btn .btn-tap-hover {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .l-cases {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases {
    margin-bottom: 26.6666666667vw;
  }
}
.l-cases__box {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-cases__box {
    padding: 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box {
    padding: 4.1666666667vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box {
    padding: 8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.l-cases__box::before, .l-cases__box::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-cases__box::before, .l-cases__box::after {
    width: 51px;
    height: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box::before, .l-cases__box::after {
    width: 3.5416666667vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box::before, .l-cases__box::after {
    width: 9.0666666667vw;
    height: 6.4vw;
  }
}
.l-cases__box::before {
  background-image: url(../img/common/im-quote01.png);
}
@media screen and (min-width: 768px) {
  .l-cases__box::before {
    top: -15px;
    left: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box::before {
    top: -1.0416666667vw;
    left: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box::before {
    top: -2.6666666667vw;
    left: 3.7333333333vw;
  }
}
.l-cases__box::after {
  background-image: url(../img/common/im-quote02.png);
}
@media screen and (min-width: 768px) {
  .l-cases__box::after {
    bottom: -16px;
    right: 21px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box::after {
    bottom: -1.1111111111vw;
    right: 1.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box::after {
    bottom: -2.6666666667vw;
    right: 3.7333333333vw;
  }
}
.l-cases__box-ttl {
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-cases__box-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-ttl {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-ttl {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-cases__box-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-ttl {
    line-height: 1.5;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4.2666666667vw;
  }
}
.l-cases__box-name {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-cases__box-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-name {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-name {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-cases__box-name {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-name {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-name {
    margin-bottom: 6.4vw;
  }
}
.l-cases__box-txt {
  line-height: 1.6875;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-cases__box-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-cases__box-txt .marker {
  background: linear-gradient(to left, rgba(255, 193, 197, 0.4) 0%, rgba(110, 180, 255, 0.4) 100%);
}
@media screen and (min-width: 768px) {
  .l-cases__box-txt .marker {
    border-radius: 3px;
    padding: 3px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-cases__box-txt .marker {
    border-radius: 0.2083333333vw;
    padding: 0.2083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cases__box-txt .marker {
    border-radius: 0.5333333333vw;
    padding: 0.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-top .p-kv {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-kv {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv {
    margin-top: 16.5333333333vw;
  }
}
.l-top .p-kv__bg {
  margin: 0 auto;
  background-color: #5D9DE1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1850px;
    border-radius: 50px;
    height: calc(100vh - 30px);
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-kv__bg {
    max-width: 96.3541666667vw;
    border-radius: 2.6041666667vw;
    height: calc(100vh - 1.5625vw);
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__bg {
    height: 57.9861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__bg {
    height: calc(100vh - 16.5333333333vw);
    max-width: 94.6666666667vw;
    border-radius: 8vw;
    padding-top: 4.8vw;
  }
}
.l-top .p-kv__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__inner {
    width: 1200px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__inner {
    width: 83.3333333333vw;
  }
}
.l-top .p-kv__text {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text {
    width: max-content;
  }
}
.l-top .p-kv__text-ttl {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-ttl {
    font-size: 56px;
    padding-left: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-ttl {
    font-size: 3.8888888889vw;
    padding-left: 1.5277777778vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-ttl {
    font-size: 9.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-top .p-kv__text-ttl .circle {
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-ttl .circle {
    font-size: 52px;
    padding: 4px 18px;
    border-radius: 41px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-ttl .circle {
    font-size: 3.6111111111vw;
    padding: 0.2777777778vw 1.25vw;
    border-radius: 2.8472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-ttl .circle {
    font-size: 8.5333333333vw;
    padding: 0.5333333333vw 3.2vw;
    border-radius: 6.9333333333vw;
  }
}
.l-top .p-kv__text-ttl img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-ttl img {
    width: 60px;
    margin-left: 11px;
    top: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-ttl img {
    width: 4.1666666667vw;
    margin-left: 0.7638888889vw;
    top: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-ttl img {
    width: 10.4vw;
    margin-left: 1.6vw;
    top: 1.0666666667vw;
  }
}
.l-top .p-kv__text-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-list {
    column-gap: 15px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-list {
    column-gap: 1.0416666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-list {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
    column-gap: 1.6vw;
  }
}
.l-top .p-kv__text-list li {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-list li {
    font-size: 16px;
    padding: 8px 19px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-list li {
    font-size: 1.1111111111vw;
    padding: 0.5555555556vw 1.3194444444vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-list li {
    font-size: 2.9333333333vw;
    padding: 1.3333333333vw 3.2vw;
    border-radius: 3.2vw;
  }
}
.l-top .p-kv__text-txt {
  color: #fff;
  font-weight: 700;
  line-height: 2.15;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__text-txt {
    font-size: 20px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-kv__text-txt {
    font-size: 1.3888888889vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__text-txt {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-top .p-kv__text .c-btn {
  margin: 0 auto;
}
.l-top .p-kv__img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img {
    width: 1261px;
    right: -41px;
    bottom: -17px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-kv__img {
    width: 65.6770833333vw;
    right: -2.1354166667vw;
    bottom: -0.8854166667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__img {
    width: 72vw;
    right: -2.4vw;
    bottom: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-about {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about {
    padding-top: 21.3333333333vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about .c-ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about .c-ttl {
    margin-bottom: 36vw;
  }
}
.l-top .p-about__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__wrap {
    padding-bottom: 11.9791666667vw;
  }
}
.l-top .p-about__text {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__text {
    padding-left: 472px;
    margin-top: -72px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-about__text {
    padding-left: 32.7777777778vw;
    margin-top: -5vw;
  }
}
.l-top .p-about__text-txt {
  line-height: 2.3;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__text-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-about__text-txt {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__text-txt {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__text-txt:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-about__text-txt:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__text-txt:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__text .c-btn {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-about__text .c-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__text .c-btn {
    margin: 6.4vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img01 {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img01 {
    bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img01 {
    position: relative;
    margin-top: 5.3333333333vw;
  }
}
.l-top .p-about__img01:before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/top/bg-about01.png);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img01:before {
    width: 1098px;
    height: 925px;
    top: -360px;
    left: -350px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img01:before {
    width: 57.1875vw;
    height: 48.1770833333vw;
    top: -18.75vw;
    left: -18.2291666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img01:before {
    width: 97.6vw;
    height: 82.1333333333vw;
    top: -32vw;
    left: -31.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img01-main {
    width: 703px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img01-main {
    border-radius: 0 2.6041666667vw 2.6041666667vw 0;
    width: 36.6145833333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img01-main {
    width: 62.6666666667vw;
    border-radius: 0 4.5333333333vw 4.5333333333vw 0;
  }
}
.l-top .p-about__img01-icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img01-icon {
    width: 220px;
    left: 552px;
    bottom: 85px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img01-icon {
    width: 11.4583333333vw;
    left: 28.75vw;
    bottom: 4.4270833333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img01-icon {
    width: 19.2vw;
    left: 49.0666666667vw;
    bottom: 7.4666666667vw;
  }
}
.l-top .p-about__img02 {
  position: absolute;
  z-index: 1;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img02 {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img02 {
    top: 28vw;
  }
}
.l-top .p-about__img02::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background: center/contain no-repeat url(../img/top/bg-about02.png);
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img02::before {
    width: 836px;
    height: 848px;
    top: -550px;
    right: -300px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img02::before {
    width: 43.5416666667vw;
    height: 44.1666666667vw;
    top: -28.6458333333vw;
    right: -15.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img02::before {
    width: 74.4vw;
    height: 75.4666666667vw;
    top: -48.8vw;
    right: -26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img02-main {
    width: 604px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img02-main {
    width: 31.4583333333vw;
    border-radius: 2.6041666667vw 0 0 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img02-main {
    width: 53.6vw;
    border-radius: 4.5333333333vw 0 0 4.5333333333vw;
  }
}
.l-top .p-about__img02-icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__img02-icon {
    width: 157px;
    bottom: 4px;
    right: 586px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 768px) {
  .l-top .p-about__img02-icon {
    width: 8.1770833333vw;
    bottom: 0.2083333333vw;
    right: 30.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__img02-icon {
    width: 13.8666666667vw;
    bottom: 0.5333333333vw;
    right: 52vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features {
    margin-bottom: 17.6vw;
  }
}
.l-top .p-features__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list {
    justify-content: space-between;
    row-gap: 45px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list {
    row-gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list {
    row-gap: 8vw;
  }
}
.l-top .p-features__list-item {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item {
    width: 580px;
    border-radius: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item {
    width: 40.2777777778vw;
    border-radius: 2.0833333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-top .p-features__list-item .ttl {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #FAF7F7;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .ttl {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .ttl {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .ttl {
    margin-bottom: 40px;
    padding: 12px 40px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .ttl {
    margin-bottom: 2.7777777778vw;
    padding: 0.8333333333vw 2.7777777778vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .ttl {
    margin-bottom: 6.4vw;
    padding: 2.1333333333vw 6.4vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.l-top .p-features__list-item .img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .img.img01 {
    width: 197px;
    top: 79px;
    left: 34px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .img.img01 {
    width: 13.6805555556vw;
    top: 5.4861111111vw;
    left: 2.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .img.img01 {
    width: 26.1333333333vw;
    top: 21.0666666667vw;
    left: 0.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .img.img02 {
    width: 171px;
    top: 92px;
    left: 46px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .img.img02 {
    width: 11.875vw;
    top: 6.3888888889vw;
    left: 3.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .img.img02 {
    width: 22.6666666667vw;
    top: 24.5333333333vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .img.img03 {
    width: 175px;
    top: 79px;
    left: 41px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .img.img03 {
    width: 12.1527777778vw;
    top: 5.4861111111vw;
    left: 2.8472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .img.img03 {
    width: 23.2vw;
    top: 21.0666666667vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .img.img04 {
    width: 204px;
    top: 86px;
    left: 37px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .img.img04 {
    width: 14.1666666667vw;
    top: 5.9722222222vw;
    left: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .img.img04 {
    width: 27.2vw;
    top: 22.9333333333vw;
    left: 0.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .text {
    padding-left: 250px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .text {
    padding-left: 17.3611111111vw;
    padding-right: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .text {
    padding-left: 28vw;
    padding-right: 5.3333333333vw;
  }
}
.l-top .p-features__list-item .text-txt {
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .text-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .text-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .text-txt {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support {
    margin-bottom: 17.6vw;
  }
}
.l-top .p-support__bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__bg {
    padding: 110px 0 200px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__bg {
    padding: 7.6388888889vw 0 13.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__bg {
    padding: 20vw 0 26.6666666667vw;
  }
}
.l-top .p-support__bg::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__bg::before {
    background: center/contain no-repeat url(../img/top/bg-support.png);
    width: 2202px;
    height: 1240px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__bg::before {
    width: 152.9166666667vw;
    height: 86.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__bg::before {
    background-color: #5D9DE1;
    height: 100%;
    border-radius: 80% 55% 100% 45%/8% 10% 10% 10%;
    width: 120vw;
  }
}
.l-top .p-support .c-ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-top .p-support .c-ttl-en {
    font-size: 13.8666666667vw;
  }
}
.l-top .p-support__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__wrap {
    flex-direction: column;
    row-gap: 0.2666666667vw;
  }
}
.l-top .p-support__item {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item {
    width: 599px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item {
    width: 41.5972222222vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item {
    width: 100%;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.corporate {
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.corporate {
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item.corporate {
    border-radius: 8vw 8vw 0 0;
  }
}
.l-top .p-support__item.corporate .p-support__item-subttl {
  background-color: #5D9DE1;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.corporate .p-support__item-ttl {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.corporate .p-support__item-ttl {
    margin-bottom: 0.2777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.corporate .p-support__item-img {
    width: 385px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.corporate .p-support__item-img {
    width: 26.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item.corporate .p-support__item-img {
    width: 51.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.individual {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.individual {
    border-radius: 0 2.7777777778vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item.individual {
    border-radius: 0 0 8vw 8vw;
  }
}
.l-top .p-support__item.individual .p-support__item-subttl {
  border: 1px solid #5D9DE1;
  color: #5D9DE1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item.individual .p-support__item-subttl {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.individual .p-support__item-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.individual .p-support__item-ttl {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item.individual .p-support__item-img {
    width: 296px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item.individual .p-support__item-img {
    width: 20.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item.individual .p-support__item-img {
    width: 39.4666666667vw;
  }
}
.l-top .p-support__item-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item-subttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item-subttl {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item-subttl {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item-subttl {
    width: 150px;
    height: 52px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item-subttl {
    width: 10.4166666667vw;
    height: 3.6111111111vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item-subttl {
    width: 40vw;
    height: 13.8666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.l-top .p-support__item-ttl {
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item-ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item-ttl {
    font-size: calc(22 / 375 * 100vw);
  }
}
.l-top .p-support__item-txt {
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item-txt {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item-txt {
    margin-top: auto;
  }
}
.l-top .p-support__item .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-support__item .c-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-top .p-support__item .c-btn {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item .c-btn {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-support__item .c-btn .btn {
    width: 84vw;
  }
}

@media screen and (min-width: 768px) {
  .l-service .p-kv {
    margin-top: 60px;
    height: 600px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv {
    margin-top: 4.1666666667vw;
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv {
    padding-top: 24vw;
  }
}
.l-service .p-kv__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__inner {
    height: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__inner {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-service .p-kv__text-ttl {
  line-height: 1.4642857143;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__text-ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv__text-ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__text-ttl {
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__text-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv__text-ttl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__text-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.l-service .p-kv__text-txt {
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__text-txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv__text-txt {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__text-txt {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__img.corporate {
    width: 554px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv__img.corporate {
    width: 38.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__img.corporate {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-kv__img.individual {
    width: 471px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-kv__img.individual {
    width: 32.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-kv__img.individual {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries {
    margin-bottom: 17.6vw;
  }
}
.l-service .p-worries__bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__bg {
    padding: 159px 0 162px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__bg {
    padding: 11.0416666667vw 0 11.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__bg {
    padding: 20vw 0 26.6666666667vw;
  }
}
.l-service .p-worries__bg::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__bg::before {
    background: center/contain no-repeat url(../img/service/bg-worries.png);
    width: 2138px;
    height: 970px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__bg::before {
    width: 148.4722222222vw;
    height: 67.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__bg::before {
    background-color: #5D9DE1;
    height: 100%;
    border-radius: 80% 55% 100% 45%/8% 10% 10% 10%;
    width: 120vw;
  }
}
.l-service .p-worries__box {
  background-color: #FAF7F7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box {
    border-radius: 50px;
    padding: 52px 40px 102px 77px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box {
    border-radius: 3.4722222222vw;
    padding: 3.6111111111vw 2.7777777778vw 7.0833333333vw 5.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box {
    border-radius: 6.4vw;
    padding: 8vw 5.3333333333vw;
  }
}
.l-service .p-worries__box::before, .l-service .p-worries__box::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.l-service .p-worries__box::before {
  background-image: url(../img/service/dc-worries01.png);
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box::before {
    width: 270px;
    height: 195px;
    top: -46px;
    left: -205px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box::before {
    width: 18.75vw;
    height: 13.5416666667vw;
    top: -3.1944444444vw;
    left: -14.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box::before {
    width: 36vw;
    height: 26.1333333333vw;
    left: -8vw;
    top: -16vw;
  }
}
.l-service .p-worries__box::after {
  background-image: url(../img/service/dc-worries02.png);
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box::after {
    width: 249px;
    height: 195px;
    bottom: 109px;
    right: -232px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box::after {
    width: 17.2916666667vw;
    height: 13.5416666667vw;
    bottom: 7.5694444444vw;
    right: -16.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box::after {
    width: 33.3333333333vw;
    height: 26.1333333333vw;
    bottom: -21.3333333333vw;
    right: -10.6666666667vw;
  }
}
.l-service .p-worries__box-ttl {
  text-align: center;
  color: #5D9DE1;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-ttl {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-ttl {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-ttl {
    font-size: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-wrap {
    position: relative;
  }
}
.l-service .p-worries__box-wrap.startup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-text {
    position: relative;
    z-index: 2;
    width: 637px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-text {
    width: 44.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-text .txt {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-img {
    position: absolute;
    z-index: 1;
    width: 517px;
    right: -26px;
    top: 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-img {
    width: 35.9027777778vw;
    right: -1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-wrap.startup .p-worries__box-img {
    width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .list {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .list {
    margin-bottom: 40vw;
  }
}
.l-service .p-worries__box-text .list-item {
  position: relative;
  color: #5D9DE1;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .list-item {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item {
    padding-left: 37px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item {
    padding-left: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .list-item {
    padding-left: 5.3333333333vw;
  }
}
.l-service .p-worries__box-text .list-item::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  left: 0;
  background: linear-gradient(-135deg, #f0e0e1 0%, #5d9de2 100%);
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    top: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .list-item::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.l-service .p-worries__box-text .txt {
  color: #5D9DE1;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-text .txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-text .txt {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .txt {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-text .txt {
    text-align: center;
  }
}
.l-service .p-worries__box-img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-service .p-worries__box-img {
    width: 442px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-worries__box-img {
    width: 30.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-worries__box-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 48vw;
    bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-support {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support {
    margin-bottom: 21.3333333333vw;
  }
}
.l-service .p-support__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-support__right {
    display: flex;
    flex-direction: column;
  }
}
.l-service .p-support__item {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item {
    width: 580px;
    padding: 50px 35px 50px 50px;
    column-gap: 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item {
    width: 40.2777777778vw;
    padding: 3.4722222222vw 2.4305555556vw 3.4722222222vw 3.4722222222vw;
    column-gap: 1.7361111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item {
    width: 100%;
    padding: 6.6666666667vw;
    column-gap: 3.2vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item:not(:last-of-type) {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-service .p-support__item-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-img {
    width: 70px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-img {
    width: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-img {
    width: 12.8vw;
  }
}
.l-service .p-support__item-img::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5D9DE1;
  width: 2px;
  z-index: -1;
}
.l-service .p-support__item-text {
  flex: 1;
}
.l-service .p-support__item-text .ttl {
  color: #5D9DE1;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-text .ttl {
    margin-bottom: 28px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-text .ttl {
    margin-bottom: 1.9444444444vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .ttl {
    margin-bottom: 5.3333333333vw;
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 1.6vw;
  }
}
.l-service .p-support__item-text .ttl-main {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-text .ttl-main {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-text .ttl-main {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .ttl-main {
    font-size: calc(21 / 375 * 100vw);
  }
}
.l-service .p-support__item-text .ttl-sub {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-text .ttl-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-text .ttl-sub {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .ttl-sub {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-service .p-support__item-text .txt {
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-text .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-text .txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-text .txt {
    line-height: 1.8;
  }
}
.l-service .p-support__item-contacttxt {
  color: #5D9DE1;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-contacttxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-contacttxt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-contacttxt {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item-contacttxt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item-contacttxt {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item-contacttxt {
    margin-bottom: 2.6666666667vw;
  }
}
.l-service .p-support__item.contact {
  flex-direction: column;
  align-items: center;
  border: 1px solid #5D9DE1;
}
@media screen and (min-width: 768px) {
  .l-service .p-support__item.contact {
    padding: 20px 0 28px;
    margin-top: auto;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-support__item.contact {
    padding: 1.3888888889vw 0 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item.contact {
    padding: 4.2666666667vw 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-support__item.contact .c-btn .btn {
    width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-features {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-features {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-features {
    margin-bottom: 21.3333333333vw;
  }
}
.l-service .p-features__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-service .p-features__wrap {
    align-items: flex-start;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-features__wrap {
    column-gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-features__wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-features__img {
    width: 401px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-features__img {
    width: 27.8472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-features__img {
    width: 72vw;
  }
}
@media screen and (min-width: 768px) {
  .l-service .p-features__text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-features__text {
    width: 100%;
  }
}
.l-service .p-features__text-txt {
  line-height: 2.1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-service .p-features__text-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-service .p-features__text-txt {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-service .p-features__text-txt {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-startup .p-kv {
    margin-top: 60px;
    height: 600px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv {
    margin-top: 4.1666666667vw;
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv {
    padding-top: 24vw;
  }
}
.l-startup .p-kv__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__inner {
    height: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__inner {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-startup .p-kv__text-ttl {
  line-height: 1.4642857143;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__text-ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv__text-ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__text-ttl {
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__text-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv__text-ttl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__text-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.l-startup .p-kv__text-txt {
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__text-txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv__text-txt {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__text-txt {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__img.corporate {
    width: 554px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv__img.corporate {
    width: 38.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__img.corporate {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-kv__img.individual {
    width: 471px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-kv__img.individual {
    width: 32.7083333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-kv__img.individual {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries {
    margin-bottom: 17.6vw;
  }
}
.l-startup .p-worries__bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__bg {
    padding: 159px 0 162px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__bg {
    padding: 11.0416666667vw 0 11.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__bg {
    padding: 20vw 0 26.6666666667vw;
  }
}
.l-startup .p-worries__bg::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__bg::before {
    background: center/contain no-repeat url(../img/service/bg-worries.png);
    width: 2138px;
    height: 970px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__bg::before {
    width: 148.4722222222vw;
    height: 67.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__bg::before {
    background-color: #5D9DE1;
    height: 100%;
    border-radius: 80% 55% 100% 45%/8% 10% 10% 10%;
    width: 120vw;
  }
}
.l-startup .p-worries__box {
  background-color: #FAF7F7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box {
    border-radius: 50px;
    padding: 52px 40px 102px 77px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box {
    border-radius: 3.4722222222vw;
    padding: 3.6111111111vw 2.7777777778vw 7.0833333333vw 5.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box {
    border-radius: 6.4vw;
    padding: 8vw 5.3333333333vw;
  }
}
.l-startup .p-worries__box::before, .l-startup .p-worries__box::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.l-startup .p-worries__box::before {
  background-image: url(../img/service/dc-worries01.png);
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box::before {
    width: 270px;
    height: 195px;
    top: -46px;
    left: -205px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box::before {
    width: 18.75vw;
    height: 13.5416666667vw;
    top: -3.1944444444vw;
    left: -14.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box::before {
    width: 36vw;
    height: 26.1333333333vw;
    left: -8vw;
    top: -16vw;
  }
}
.l-startup .p-worries__box::after {
  background-image: url(../img/service/dc-worries02.png);
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box::after {
    width: 249px;
    height: 195px;
    bottom: 109px;
    right: -232px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box::after {
    width: 17.2916666667vw;
    height: 13.5416666667vw;
    bottom: 7.5694444444vw;
    right: -16.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box::after {
    width: 33.3333333333vw;
    height: 26.1333333333vw;
    bottom: -21.3333333333vw;
    right: -10.6666666667vw;
  }
}
.l-startup .p-worries__box-ttl {
  text-align: center;
  color: #5D9DE1;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-ttl {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-ttl {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-ttl {
    font-size: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-ttl {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-wrap {
    position: relative;
  }
}
.l-startup .p-worries__box-wrap.startup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-text {
    position: relative;
    z-index: 2;
    width: 637px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-text {
    width: 44.2361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-text .txt {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-img {
    position: absolute;
    z-index: 1;
    width: 517px;
    right: -26px;
    top: 0;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-img {
    width: 35.9027777778vw;
    right: -1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-wrap.startup .p-worries__box-img {
    width: 56vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .list {
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .list {
    margin-bottom: 40vw;
  }
}
.l-startup .p-worries__box-text .list-item {
  position: relative;
  color: #5D9DE1;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .list-item {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item {
    padding-left: 37px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item {
    padding-left: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .list-item {
    padding-left: 5.3333333333vw;
  }
}
.l-startup .p-worries__box-text .list-item::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  left: 0;
  background: linear-gradient(-135deg, #f0e0e1 0%, #5d9de2 100%);
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    top: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .list-item::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .list-item:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.l-startup .p-worries__box-text .txt {
  color: #5D9DE1;
  line-height: 1.6153846154;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-text .txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-text .txt {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .txt {
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-text .txt {
    text-align: center;
  }
}
.l-startup .p-worries__box-img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-startup .p-worries__box-img {
    width: 442px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-worries__box-img {
    width: 30.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-worries__box-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 48vw;
    bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-support {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support {
    margin-bottom: 21.3333333333vw;
  }
}
.l-startup .p-support__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__right {
    display: flex;
    flex-direction: column;
  }
}
.l-startup .p-support__item {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item {
    width: 580px;
    padding: 50px 35px 50px 50px;
    column-gap: 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item {
    width: 40.2777777778vw;
    padding: 3.4722222222vw 2.4305555556vw 3.4722222222vw 3.4722222222vw;
    column-gap: 1.7361111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item {
    width: 100%;
    padding: 6.6666666667vw;
    column-gap: 3.2vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item:not(:last-of-type) {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-startup .p-support__item-img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-img {
    width: 70px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-img {
    width: 4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-img {
    width: 12.8vw;
  }
}
.l-startup .p-support__item-img::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5D9DE1;
  width: 2px;
  z-index: -1;
}
.l-startup .p-support__item-text {
  flex: 1;
}
.l-startup .p-support__item-text .ttl {
  color: #5D9DE1;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl {
    margin-bottom: 28px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl {
    margin-bottom: 1.9444444444vw;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .ttl {
    margin-bottom: 5.3333333333vw;
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .ttl:has(.ttl-sub) {
    margin-top: 1.6vw;
  }
}
.l-startup .p-support__item-text .ttl-main {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl-main {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl-main {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .ttl-main {
    font-size: calc(21 / 375 * 100vw);
  }
}
.l-startup .p-support__item-text .ttl-sub {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-text .ttl-sub {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .ttl-sub {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-startup .p-support__item-text .txt {
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-text .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-text .txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .txt {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-text .txt {
    line-height: 1.8;
  }
}
.l-startup .p-support__item-contacttxt {
  color: #5D9DE1;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-contacttxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-contacttxt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-contacttxt {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item-contacttxt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item-contacttxt {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item-contacttxt {
    margin-bottom: 2.6666666667vw;
  }
}
.l-startup .p-support__item.contact {
  flex-direction: column;
  align-items: center;
  border: 1px solid #5D9DE1;
}
@media screen and (min-width: 768px) {
  .l-startup .p-support__item.contact {
    padding: 20px 0 28px;
    margin-top: auto;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-support__item.contact {
    padding: 1.3888888889vw 0 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item.contact {
    padding: 4.2666666667vw 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-support__item.contact .c-btn .btn {
    width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features {
    margin-bottom: 17.6vw;
  }
}
.l-startup .p-features__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list {
    justify-content: space-between;
    row-gap: 45px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list {
    row-gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list {
    row-gap: 8vw;
  }
}
.l-startup .p-features__list-item {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item {
    width: 580px;
    border-radius: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item {
    width: 40.2777777778vw;
    border-radius: 2.0833333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.l-startup .p-features__list-item .ttl {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #FAF7F7;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .ttl {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .ttl {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .ttl {
    margin-bottom: 40px;
    padding: 12px 40px;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .ttl {
    margin-bottom: 2.7777777778vw;
    padding: 0.8333333333vw 2.7777777778vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .ttl {
    margin-bottom: 6.4vw;
    padding: 2.1333333333vw 6.4vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.l-startup .p-features__list-item .img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img01 {
    width: 197px;
    top: 79px;
    left: 34px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img01 {
    width: 13.6805555556vw;
    top: 5.4861111111vw;
    left: 2.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .img.img01 {
    width: 26.1333333333vw;
    top: 21.0666666667vw;
    left: 0.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img02 {
    width: 171px;
    top: 92px;
    left: 46px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img02 {
    width: 11.875vw;
    top: 6.3888888889vw;
    left: 3.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .img.img02 {
    width: 22.6666666667vw;
    top: 24.5333333333vw;
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img03 {
    width: 175px;
    top: 79px;
    left: 41px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img03 {
    width: 12.1527777778vw;
    top: 5.4861111111vw;
    left: 2.8472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .img.img03 {
    width: 23.2vw;
    top: 21.0666666667vw;
    left: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img04 {
    width: 204px;
    top: 86px;
    left: 37px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .img.img04 {
    width: 14.1666666667vw;
    top: 5.9722222222vw;
    left: 2.5694444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .img.img04 {
    width: 27.2vw;
    top: 22.9333333333vw;
    left: 0.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .text {
    padding-left: 250px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .text {
    padding-left: 17.3611111111vw;
    padding-right: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .text {
    padding-left: 28vw;
    padding-right: 5.3333333333vw;
  }
}
.l-startup .p-features__list-item .text-txt {
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .text-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .text-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .text-txt {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-startup .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-startup .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-startup .p-features__list-item .text-txt:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-contactpage .p-contact {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact {
    margin-bottom: 21.3333333333vw;
  }
}
.l-contactpage .p-contact__box {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box {
    width: 800px;
    padding: 30px 88px 50px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box {
    width: 55.5555555556vw;
    padding: 2.0833333333vw 6.1111111111vw 3.4722222222vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box {
    width: 89.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item {
    margin-bottom: 5.3333333333vw;
  }
}
.l-contactpage .p-contact__box-item .ttl {
  display: flex;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .ttl {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl {
    column-gap: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl {
    column-gap: 0.6944444444vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .ttl {
    column-gap: 1.6vw;
    margin-bottom: 2.1333333333vw;
  }
}
.l-contactpage .p-contact__box-item .ttl .required {
  background-color: #EFE1E1;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    font-size: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    padding: 0 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .ttl .required {
    padding: 0 1.6vw;
  }
}
.l-contactpage .p-contact__box-item input[type=text],
.l-contactpage .p-contact__box-item input[type=email],
.l-contactpage .p-contact__box-item input[type=tel] {
  background-color: #fff;
  border: 1px solid #ADBCC9;
  outline: none;
  color: #594739;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    width: 300px;
    height: 40px;
    border-radius: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    width: 20.8333333333vw;
    height: 2.7777777778vw;
    border-radius: 0.6944444444vw;
    padding: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item input[type=text],
  .l-contactpage .p-contact__box-item input[type=email],
  .l-contactpage .p-contact__box-item input[type=tel] {
    width: 100%;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.l-contactpage .p-contact__box-item textarea {
  resize: vertical;
  background-color: #fff;
  border: 1px solid #ADBCC9;
  outline: none;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item textarea {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item textarea {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item textarea {
    width: 620px;
    height: 124px;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item textarea {
    width: 43.6805555556vw;
    height: 8.6111111111vw;
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item textarea {
    width: 100%;
    height: 33.0666666667vw;
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.l-contactpage .p-contact__box-item .wpcf7-form-control-wrap {
  display: block;
}
.l-contactpage .p-contact__box-item .wpcf7-radio,
.l-contactpage .p-contact__box-item .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox {
    column-gap: 20px;
    row-gap: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox {
    column-gap: 1.3888888889vw;
    row-gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox {
    justify-content: space-between;
    row-gap: 3.2vw;
  }
}
.l-contactpage .p-contact__box-item .wpcf7-radio label,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label {
  background-color: #fff;
  border: 1px solid #ADBCC9;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label {
    width: 300px;
    height: 40px;
    padding-left: 54px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label {
    width: 20.8333333333vw;
    height: 2.7777777778vw;
    padding-left: 3.75vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label {
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
    padding-left: 8vw;
    padding-right: 4vw;
  }
}
.l-contactpage .p-contact__box-item .wpcf7-radio label::before, .l-contactpage .p-contact__box-item .wpcf7-radio label::after,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label::before,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label::after {
  position: absolute;
  content: "";
  display: block;
}
.l-contactpage .p-contact__box-item .wpcf7-radio label::before,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ADBCC9;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::before,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    left: 19px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::before,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-radius: 0.1388888889vw;
    left: 1.3194444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::before,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 0.5333333333vw;
    left: 2.6666666667vw;
  }
}
.l-contactpage .p-contact__box-item .wpcf7-radio label::after,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label::after {
  background: center/contain no-repeat url(../img/common/ic-check.png);
  opacity: 0;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::after,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::after {
    top: 10px;
    width: 20px;
    height: 14px;
    left: 25px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::after,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::after {
    top: 0.6944444444vw;
    width: 1.3888888889vw;
    height: 0.9722222222vw;
    left: 1.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label::after,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label::after {
    top: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    left: 4.2666666667vw;
  }
}
.l-contactpage .p-contact__box-item .wpcf7-radio label:has(input:checked),
.l-contactpage .p-contact__box-item .wpcf7-checkbox label:has(input:checked) {
  background-color: rgba(93, 157, 226, 0.1);
}
.l-contactpage .p-contact__box-item .wpcf7-radio label:has(input:checked)::before,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label:has(input:checked)::before {
  border: 1px solid #5D9DE1;
}
.l-contactpage .p-contact__box-item .wpcf7-radio label:has(input:checked)::after,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label:has(input:checked)::after {
  opacity: 1;
}
.l-contactpage .p-contact__box-item .wpcf7-radio label .wpcf7-list-item-label,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label .wpcf7-list-item-label {
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label .wpcf7-list-item-label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label .wpcf7-list-item-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label .wpcf7-list-item-label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label .wpcf7-list-item-label {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-item .wpcf7-radio label .wpcf7-list-item-label,
  .l-contactpage .p-contact__box-item .wpcf7-checkbox label .wpcf7-list-item-label {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-contactpage .p-contact__box-item .wpcf7-radio label input,
.l-contactpage .p-contact__box-item .wpcf7-checkbox label input {
  appearance: none;
}
.l-contactpage .p-contact__box-item .wpcf7-list-item {
  display: flex;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-wrap {
    display: flex;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-wrap {
    column-gap: 1.3888888889vw;
  }
}
.l-contactpage .p-contact__box .wpcf7-not-valid-tip {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box .wpcf7-not-valid-tip {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box .wpcf7-not-valid-tip {
    font-size: calc(14 / 375 * 100vw);
  }
}
.l-contactpage .p-contact__box-btn {
  display: flex;
  width: max-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn {
    margin-top: 40px;
  }
  .l-contactpage .p-contact__box-btn:hover::after {
    background-image: url(../img/common/ic-tap-bl.png);
    transform: rotate(25deg);
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-btn {
    margin-top: 8vw;
  }
}
.l-contactpage .p-contact__box-btn::before, .l-contactpage .p-contact__box-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.l-contactpage .p-contact__box-btn::before {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/ic-mail.png);
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn::before {
    width: 40px;
    height: 38px;
    left: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn::before {
    width: 2.7777777778vw;
    height: 2.6388888889vw;
    left: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-btn::before {
    width: 10.6666666667vw;
    height: 10.1333333333vw;
    left: 9.6vw;
  }
}
.l-contactpage .p-contact__box-btn::after {
  transition: all 0.3s;
  background-image: url(../img/common/ic-tap-gr.png);
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn::after {
    width: 20px;
    height: 20px;
    top: 23px;
    right: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn::after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    top: 1.5972222222vw;
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-btn::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 6.1333333333vw;
    right: 5.3333333333vw;
  }
}
.l-contactpage .p-contact__box-btn input {
  background-color: #fff;
  border: 1px solid #ADBCC9;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #53779D;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn input {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn input {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-btn input {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn input {
    width: 331px;
    height: 65px;
    border-radius: 33px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-contactpage .p-contact__box-btn input {
    width: 22.9861111111vw;
    height: 4.5138888889vw;
    border-radius: 2.2916666667vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contactpage .p-contact__box-btn input {
    width: 78.6666666667vw;
    height: 17.3333333333vw;
    border-radius: 8.8vw;
    padding-left: 5.3333333333vw;
  }
}
.l-contactpage .p-contact__box-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-archive .p-archive {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive {
    margin-bottom: 21.3333333333vw;
  }
}
.l-archive .p-archive__post {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post {
    border-radius: 19px;
    padding: 30px 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post {
    border-radius: 1.3194444444vw;
    padding: 2.0833333333vw 3.4722222222vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.l-archive .p-archive__post-info {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-info {
    column-gap: 24px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-info {
    column-gap: 1.6666666667vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post-info {
    flex-direction: column;
    row-gap: 1.0666666667vw;
    margin-bottom: 3.2vw;
  }
}
.l-archive .p-archive__post-date {
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-date {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-date {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post-date {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-date {
    flex-shrink: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-date {
    margin-top: 0.3472222222vw;
  }
}
.l-archive .p-archive__post-ttl {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post-ttl {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-archive .p-archive__post-content p, .l-archive .p-archive__post-content li {
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-content p, .l-archive .p-archive__post-content li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-content p, .l-archive .p-archive__post-content li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post-content p, .l-archive .p-archive__post-content li {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__post-content p + p,
  .l-archive .p-archive__post-content li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__post-content p + p,
  .l-archive .p-archive__post-content li + li {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__post-content p + p,
  .l-archive .p-archive__post-content li + li {
    margin-top: 3.2vw;
  }
}
.l-archive .p-archive__post-content a {
  text-decoration: underline;
}
.l-archive .p-archive__text {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__text {
    font-size: calc(15 / 375 * 100vw);
  }
}
.l-archive .p-archive__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links {
    column-gap: 20px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links {
    column-gap: 1.3888888889vw;
    row-gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__pagination .nav-links {
    column-gap: 3.2vw;
    row-gap: 1.6vw;
  }
}
.l-archive .p-archive__pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "futura-pt", sans-serif;
  color: #5D9DE1;
  background-color: #fff;
  border: 1px solid #5D9DE1;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive .p-archive__pagination .nav-links .page-numbers {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.6vw;
  }
}
.l-archive .p-archive__pagination .nav-links .page-numbers.dots {
  border: none;
  background-color: none;
  border: none;
  width: auto;
}
.l-archive .p-archive__pagination .nav-links .page-numbers.current {
  background: linear-gradient(-135deg, #f0e0e1 0%, #5d9de2 100%);
  border: none;
  color: #fff;
}
.l-archive .p-archive__pagination .nav-links .page-numbers.next, .l-archive .p-archive__pagination .nav-links .page-numbers.prev {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

/* keyframe */
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}