@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400;1,9..40,500;1,9..40,700&display=swap");
body {
  margin: 0;
  padding: 0;
}

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

a,
button {
  cursor: revert;
}

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

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

img {
  max-width: 100%;
}

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;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100000;
  background: transparent;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.02);
}
@media screen and (min-width: 767px) {
  .l-header {
    height: 120px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header {
    height: 8.78477306vw;
    padding-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header {
    height: 21.3333333333vw;
    padding-top: 6.4vw;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-header__inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__inner {
    max-width: 87.8477306003vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__inner {
    max-width: 89.3333333333vw;
  }
}

.l-header__logo {
  position: relative;
  z-index: 10002;
}
@media screen and (min-width: 767px) {
  .l-header__logo img {
    width: 336px;
    height: 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__logo img {
    width: 24.5973645681vw;
    height: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__logo img {
    width: 59.4666666667vw;
    height: 8.5333333333vw;
  }
}

@media screen and (max-width: 766px) {
  .l-header__nav__wrap {
    position: fixed;
    z-index: -1;
    opacity: 0;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F5F7FB;
    transition: all 0.3s;
    padding: 40vw 10.6666666667vw 0;
    overflow-y: auto;
    pointer-events: none;
  }
  .l-header__nav__wrap.is-panelactive {
    z-index: 10001;
    opacity: 1;
    pointer-events: all;
  }
}

.l-header__nav__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .l-header__nav__list {
    column-gap: 52px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav__list {
    column-gap: 3.8067349927vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list {
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list li.contact {
    margin-top: 6.6666666667vw;
  }
}
.l-header__nav__list li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-header__nav__list li.contact a {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav__list li.contact a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list li.contact a {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .l-header__nav__list li.contact a {
    width: 160px;
    height: 48px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav__list li.contact a {
    width: 11.7130307467vw;
    height: 3.513909224vw;
    border-radius: 0.439238653vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list li.contact a {
    width: 100%;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}
.l-header__nav__list a {
  color: #000B19;
}
@media screen and (min-width: 767px) {
  .l-header__nav__list a {
    font-size: 15px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-header__nav__list a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__list a {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.openbtn {
  position: relative;
  z-index: 10002;
  position: relative;
  cursor: pointer;
  width: 8.5333333333vw;
  height: 2.1333333333vw;
}
.openbtn span {
  position: absolute;
  width: 100%;
  height: 0.5333333333vw;
  border-radius: 5.3333333333vw;
  background-color: #000B19;
  transition: all 0.3s;
  left: 0;
}
.openbtn span:first-of-type {
  top: 0;
}
.openbtn span:last-of-type {
  bottom: 0;
}
.openbtn.is-active span:first-of-type {
  transform: rotate(30deg);
}
.openbtn.is-active span:last-of-type {
  bottom: auto;
  top: 0;
  transform: rotate(-30deg);
}

@media screen and (min-width: 767px) {
  .l-footer {
    padding: 64px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer {
    padding: 4.6852122987vw 0;
  }
}
@media screen and (max-width: 766px) {
  .l-footer {
    padding: 12.8vw 0 21.3333333333vw;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-footer__inner {
    align-items: flex-end;
    max-width: 1193px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__inner {
    max-width: 87.3352855051vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__inner {
    flex-direction: column;
    row-gap: 6.4vw;
    max-width: 92vw;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__logo img {
    width: 336px;
    height: 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__logo img {
    width: 24.5973645681vw;
    height: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__logo img {
    width: 59.4666666667vw;
    height: 8.5333333333vw;
  }
}

.l-footer__copy {
  color: #999999;
}
@media screen and (min-width: 767px) {
  .l-footer__copy {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-footer__copy {
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__copy {
    font-size: calc((11 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

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

  開発環境の初期化

------------------------------*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0 !important;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #464646;
  background-color: #F5F7FB;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  a:hover {
    opacity: 0.7;
  }
}

.u-color--blue {
  color: #005CCB;
}

.u-color--blue2 {
  color: #00418F;
}

.u-bg--grad {
  background: linear-gradient(to left, #ebe200 0%, #a4cb00 100%);
}

.u-ttl {
  text-align: center;
  color: #005CCB;
}
@media screen and (min-width: 767px) {
  .u-ttl {
    font-size: 50px;
    line-height: 1.28;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .u-ttl {
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .u-ttl {
    font-size: calc((36 / 375) * 100vw);
    line-height: 1.2777777778;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-inner {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .l-inner {
    max-width: 79.0629575403vw;
  }
}
@media screen and (max-width: 766px) {
  .l-inner {
    max-width: 89.3333333333vw;
  }
}

.p-kv {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media screen and (min-width: 767px) {
  .p-kv {
    padding-top: 203px;
    background-image: url(../images/annotation/kv-pc.png);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-kv {
    padding-top: 14.8609077599vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv {
    padding-top: 32vw;
    background-image: url(../images/annotation/kv-sp.png);
  }
}

.p-kv__text {
  text-align: center;
  color: #000B19;
}

@media screen and (min-width: 767px) {
  .p-kv__ttl {
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-kv__ttl {
    font-size: 4.0995607613vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__ttl {
    font-size: calc((38 / 375) * 100vw);
    line-height: 1.3157894737;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-kv__ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-kv__ttl {
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__ttl {
    margin-bottom: 9.0666666667vw;
  }
}

.p-kv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 260px;
  box-shadow: 2px 4px 12px rgba(0, 65, 143, 0.08);
}
@media screen and (min-width: 767px) {
  .p-kv__btn {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-kv__btn {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__btn {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-kv__btn {
    width: 260px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-kv__btn {
    width: 19.0336749634vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__btn {
    width: 78.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.p-fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.p-fixbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
}
@media screen and (max-width: 766px) {
  .p-fixbtn a {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px) {
  .p-why {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why {
    padding: 5.8565153734vw 0 8.78477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why {
    padding: 23.4666666667vw 0;
  }
}
@media screen and (min-width: 767px) {
  .p-why .u-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why .u-ttl {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why .u-ttl {
    margin-bottom: 6.9333333333vw;
  }
}

.p-why__lead01 {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-why__lead01 {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__lead01 {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__lead01 {
    font-size: calc((22 / 375) * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-why__lead01 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__lead01 {
    margin-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__lead01 {
    margin-bottom: 2.6666666667vw;
  }
}

.p-why__lead02 {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-why__lead02 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__lead02 {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__lead02 {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-why__lead02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__lead02 {
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__lead02 {
    margin-bottom: 5.8666666667vw;
  }
}

.p-why__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .p-why__wrap {
    row-gap: 40px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__wrap {
    row-gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__wrap {
    row-gap: 8.5333333333vw;
  }
}

.p-why__item {
  background-color: #FFFFFF;
  box-shadow: 2px 4px 18px rgba(0, 65, 143, 0.08);
}
@media screen and (min-width: 767px) {
  .p-why__item {
    width: 520px;
    border-radius: 10px;
    padding: 32px 32px 28px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__item {
    width: 38.0673499268vw;
    border-radius: 0.7320644217vw;
    padding: 2.3426061493vw 2.3426061493vw 2.0497803807vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__item {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 8.5333333333vw 8.5333333333vw 7.4666666667vw;
  }
}
.p-why__item img {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-why__item img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__item img {
    width: 5.8565153734vw;
    height: 5.8565153734vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__item img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-why__item__ttl {
  color: #005CCB;
}
@media screen and (min-width: 767px) {
  .p-why__item__ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__item__ttl {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__item__ttl {
    font-size: calc((20 / 375) * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-why__item__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__item__ttl {
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__item__ttl {
    margin-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 767px) {
  .p-why__item__text {
    font-size: 15px;
    line-height: 1.7333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-why__item__text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 766px) {
  .p-why__item__text {
    font-size: calc((15 / 375) * 100vw);
    line-height: 1.7333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-service {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-service {
    padding: 95px 0 120px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service {
    padding: 6.9546120059vw 0 8.78477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service {
    padding: 16vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service .u-ttl {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service .u-ttl {
    margin-bottom: 4.6852122987vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service .u-ttl {
    margin-bottom: 13.3333333333vw;
  }
}

.p-service__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .p-service__wrap {
    row-gap: 120px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__wrap {
    row-gap: 8.78477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__wrap {
    row-gap: 21.3333333333vw;
  }
}

.p-service__item {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-service__item {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item {
    flex-direction: column;
    row-gap: 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item.reverse .p-service__item__text {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item.reverse .p-service__item__text {
    padding-top: 7.3206442167vw;
  }
}

@media screen and (min-width: 767px) {
  .p-service__item__img {
    width: 520px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__img {
    width: 38.0673499268vw;
  }
}
.p-service__item__img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .p-service__item__img img {
    height: 580px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__img img {
    height: 42.4597364568vw;
    border-radius: 0.878477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__img img {
    height: 99.7333333333vw;
    border-radius: 3.2vw;
  }
}

@media screen and (min-width: 767px) {
  .p-service__item__text {
    width: 504px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__text {
    width: 36.8960468521vw;
    padding-top: 4.6852122987vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text > .ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__text > .ttl {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text > .ttl {
    font-size: calc((26 / 375) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text > .ttl {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__text > .ttl {
    margin-bottom: 1.9765739385vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text > .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text > .txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__text > .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text > .txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text > .txt {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__text > .txt {
    margin-bottom: 2.0497803807vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text > .txt {
    margin-bottom: 12vw;
  }
}

.p-service__item__box {
  background-color: #F5F7FB;
  box-shadow: 3px 3px 18px rgba(0, 65, 143, 0.1);
}
@media screen and (min-width: 767px) {
  .p-service__item__box {
    border-radius: 12px;
    padding: 30px 32px 32px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box {
    border-radius: 0.878477306vw;
    padding: 2.196193265vw 2.3426061493vw 2.3426061493vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box {
    border-radius: 3.2vw;
    padding: 5.3333333333vw 5.3333333333vw 8.5333333333vw;
  }
}
.p-service__item__box .u-color--blue {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-service__item__box .u-color--blue {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box .u-color--blue {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box .u-color--blue {
    font-size: calc((13 / 375) * 100vw);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__box .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box .ttl {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box .ttl {
    font-size: calc((20 / 375) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__box .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box .ttl {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__box .txt {
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box .txt {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box .txt {
    font-size: calc((13 / 375) * 100vw);
    line-height: 1.9230769231;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__box .txt {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__box .txt {
    margin-bottom: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__box .txt {
    margin-bottom: 6.4vw;
  }
}

.p-service__item__list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-service__item__list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list li:not(:last-of-type) {
    margin-bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list li:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__list img.ico01 {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list img.ico01 {
    width: 1.9033674963vw;
    height: 1.9033674963vw;
    margin-right: 0.5856515373vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list img.ico01 {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-right: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__list img.ico02 {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list img.ico02 {
    width: 1.756954612vw;
    height: 1.756954612vw;
    margin-right: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list img.ico02 {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__list img.ico03 {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list img.ico03 {
    width: 1.9033674963vw;
    height: 1.9033674963vw;
    margin-right: 0.5856515373vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list img.ico03 {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-right: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__list img.ico04 {
    width: 29px;
    height: 20px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list img.ico04 {
    width: 2.1229868228vw;
    height: 1.4641288433vw;
    margin-right: 0.439238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list img.ico04 {
    width: 7.7333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__list span {
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-service__item__list span {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__list span {
    font-size: calc((13 / 375) * 100vw);
    line-height: 1.9230769231;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 767px) {
  .p-flow {
    padding: 95px 0 58px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow {
    padding: 6.9546120059vw 0 4.2459736457vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow {
    padding: 20.8vw 0 11.2vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow .u-ttl {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow .u-ttl {
    margin-bottom: 3.074670571vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow .u-ttl {
    margin-bottom: 11.2vw;
  }
}

.p-flow__box {
  background-color: #fff;
  box-shadow: 2px 4px 18px rgba(0, 65, 143, 0.08);
}
@media screen and (min-width: 767px) {
  .p-flow__box {
    border-radius: 16px;
    padding: 80px 60px 70px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__box {
    border-radius: 1.1713030747vw;
    padding: 5.8565153734vw 4.39238653vw 5.1244509517vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    border-radius: 4.2666666667vw;
    padding: 12.8vw 15.0666666667vw;
  }
}

.p-flow__wrap {
  display: flex;
}
@media screen and (max-width: 766px) {
  .p-flow__wrap {
    flex-direction: column;
  }
}

.p-flow__item {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-flow__item {
    width: 222px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item {
    width: 16.2518301611vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item {
    width: 100%;
  }
}
.p-flow__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .p-flow__item img {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item img {
    width: 7.3206442167vw;
    height: 7.3206442167vw;
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-flow__item .ttl {
  color: #005CCB;
}
@media screen and (min-width: 767px) {
  .p-flow__item .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .ttl {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .ttl {
    font-size: calc((20 / 375) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .ttl {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .ttl {
    margin-bottom: 0.3660322108vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__item .txt {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__item .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__item .txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 767px) {
  .p-flow__arrow {
    margin: 0 3px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__arrow {
    margin: 0 0.2196193265vw;
    padding-top: 2.5622254758vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__arrow {
    margin: 8.5333333333vw 0;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .p-flow__arrow img {
    width: 18px;
    height: 32px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-flow__arrow img {
    width: 1.317715959vw;
    height: 2.3426061493vw;
  }
}
@media screen and (max-width: 766px) {
  .p-flow__arrow img {
    width: 4.8vw;
    height: 8.5333333333vw;
    transform: rotate(90deg);
  }
}

@media screen and (min-width: 767px) {
  .p-price {
    padding: 58px 0 110px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price {
    padding: 4.2459736457vw 0 8.0527086384vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price {
    padding: 11.2vw 0 22.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-price .u-ttl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price .u-ttl {
    margin-bottom: 1.8301610542vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price .u-ttl {
    margin-bottom: 4.8vw;
  }
}

.p-price__lead {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-price__lead {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__lead {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__lead {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-price__lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__lead {
    margin-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__lead {
    margin-bottom: 10.6666666667vw;
  }
}

.p-price__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-price__wrap {
    justify-content: space-between;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__wrap {
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__wrap {
    flex-direction: column;
    row-gap: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}

.p-price__item {
  background-color: #fff;
  box-shadow: 2px 4px 18px rgba(0, 65, 143, 0.08);
}
@media screen and (min-width: 767px) {
  .p-price__item {
    border-radius: 12px;
    width: 333px;
    padding: 38px 32px 48px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item {
    border-radius: 0.878477306vw;
    width: 24.3777452416vw;
    padding: 2.7818448023vw 2.3426061493vw 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item {
    border-radius: 3.2vw;
    padding: 8vw 5.3333333333vw;
  }
}
.p-price__item .ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-price__item .ttl {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item .ttl {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item .ttl {
    font-size: calc((28 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item .ttl {
    width: calc( 100% + 64px);
    margin-left: -32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item .ttl {
    width: calc( 100% + 4.6852122987vw);
    margin-left: -2.3426061493vw;
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item .ttl {
    width: calc( 100% + 10.6666666667vw);
    margin-left: -5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item .txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item .txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-price__item__price {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-price__item__price {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item__price {
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item__price {
    margin-bottom: 6.4vw;
  }
}
.p-price__item__price .price {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .p-price__item__price .price {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item__price .price {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item__price .price {
    font-size: calc((20 / 375) * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item__price .price {
    border-bottom: 4px solid #005CCB;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item__price .price {
    border-bottom: 0.2928257687vw solid #005CCB;
    padding-bottom: 0.2928257687vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item__price .price {
    border-bottom: 1.0666666667vw solid #005CCB;
    padding-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item__price .price .u-color--blue {
    font-size: 48px;
    line-height: 0.5833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item__price .price .u-color--blue {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item__price .price .u-color--blue {
    font-size: calc((48 / 375) * 100vw);
    line-height: 0.5833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-price__item__price .price .u-color--blue {
    padding: 0 4px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__item__price .price .u-color--blue {
    padding: 0 0.2928257687vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__item__price .price .u-color--blue {
    padding: 0 1.0666666667vw;
  }
}

.p-price__caution {
  text-align: center;
  color: #999999;
}
@media screen and (min-width: 767px) {
  .p-price__caution {
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-price__caution {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .p-price__caution {
    font-size: calc((13 / 375) * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-cta {
  text-align: center;
  background-color: #000B19;
  box-shadow: 2px 4px 18px rgba(0, 65, 143, 0.08);
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-cta {
    padding: 100px 0 96px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta {
    padding: 7.3206442167vw 0 7.027818448vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta {
    padding: 17.0666666667vw 0;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__ttl {
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__ttl {
    font-size: 4.0995607613vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__ttl {
    font-size: calc((42 / 375) * 100vw);
    line-height: 1.1428571429;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-cta__ttl {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__ttl {
    margin-bottom: 1.6105417277vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__ttl {
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .p-cta__text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__text {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-cta__text {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__text {
    margin-bottom: 2.4890190337vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__text {
    margin-bottom: 11.2vw;
  }
}

.p-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000B19;
}
@media screen and (min-width: 767px) {
  .p-cta__btn {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__btn {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__btn {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-cta__btn {
    width: 320px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-cta__btn {
    width: 23.4260614934vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__btn {
    width: 78.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.p-about {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-about {
    padding: 144px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about {
    padding: 10.541727672vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-about {
    padding: 21.3333333333vw 0;
  }
}
.p-about .u-ttl {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .p-about .u-ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about .u-ttl {
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about .u-ttl {
    margin-bottom: 6.4vw;
  }
}

.p-about__inner {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-about__inner {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    flex-direction: column;
    row-gap: 9.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .p-about__img {
    width: 520px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__img {
    width: 38.0673499268vw;
  }
}

@media screen and (min-width: 767px) {
  .p-about__text {
    width: 504px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__text {
    width: 36.8960468521vw;
  }
}
@media screen and (min-width: 767px) {
  .p-about__text .txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__text .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__text .txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-about__text .txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__text .txt {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__text .txt {
    margin-bottom: 16vw;
  }
}

.p-about__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #00418f 0%, #005ccb 100%);
  color: #FFFFFF;
}
@media screen and (min-width: 767px) {
  .p-about__btn {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__btn {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__btn {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-about__btn {
    width: 220px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-about__btn {
    width: 16.1054172767vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-about__btn {
    width: 58.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.p-contact {
  background-color: #000B19;
}
@media screen and (min-width: 767px) {
  .p-contact {
    padding: 95px 0 120px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact {
    padding: 6.9546120059vw 0 8.78477306vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact {
    padding: 17.3333333333vw 0 21.3333333333vw;
  }
}
.p-contact .u-ttl {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-contact .u-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact .u-ttl {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact .u-ttl {
    margin-bottom: 11.2vw;
  }
}

.p-contact__box {
  background-color: #EEF3F7;
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-contact__box {
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 78px;
    column-gap: 40px;
    padding: 48px 0;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__box {
    border-radius: 0.878477306vw;
    margin-bottom: 5.710102489vw;
    column-gap: 2.9282576867vw;
    padding: 3.513909224vw 0;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__box {
    flex-direction: column;
    border-radius: 3.2vw;
    margin-bottom: 16vw;
    row-gap: 3.2vw;
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__box .txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__box .txt {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__box .txt {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__box .txt {
    width: 396px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__box .txt {
    width: 28.9897510981vw;
  }
}
.p-contact__box a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #464646;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-contact__box a {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__box a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__box a {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__box a {
    width: 355px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__box a {
    width: 25.9882869693vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__box a {
    width: 78.6666666667vw;
    height: 23.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.p-contact__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-contact__inner {
    width: 720px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__inner {
    width: 52.7086383602vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__inner {
    width: 89.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .p-contact__item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__item {
    margin-bottom: 3.2942898975vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__item {
    margin-bottom: 10.6666666667vw;
  }
}
.p-contact__item label {
  color: #fff;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-contact__item label {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__item label {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__item label {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__item label {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__item label {
    margin-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__item label {
    margin-bottom: 2.9333333333vw;
  }
}
.p-contact__item .required {
  color: #ED0000;
}
.p-contact__item input,
.p-contact__item textarea {
  width: 100%;
  border: none;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-contact__item input,
  .p-contact__item textarea {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__item input,
  .p-contact__item textarea {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__item input,
  .p-contact__item textarea {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__item input,
  .p-contact__item textarea {
    height: 60px;
    border-radius: 8px;
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__item input,
  .p-contact__item textarea {
    height: 4.39238653vw;
    border-radius: 0.5856515373vw;
    padding: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__item input,
  .p-contact__item textarea {
    height: 17.0666666667vw;
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw;
  }
}
.p-contact__item textarea {
  resize: vertical;
}

.p-contact__q {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-contact__q {
    column-gap: 20px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__q {
    column-gap: 1.4641288433vw;
    margin-bottom: 5.270863836vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__q {
    justify-content: space-between;
    margin-bottom: 17.0666666667vw;
  }
}
.p-contact__q label {
  display: block;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-contact__q label {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__q label {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__q label {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__q input {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__q input {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__q input {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__q input {
    width: 220px;
    height: 64px;
    padding: 10px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__q input {
    width: 16.1054172767vw;
    height: 4.6852122987vw;
    padding: 0.7320644217vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__q input {
    width: 68vw;
    height: 17.0666666667vw;
    padding: 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}

.p-contact__btn {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-contact__btn {
    column-gap: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__btn {
    column-gap: 2.9282576867vw;
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__btn {
    flex-direction: column-reverse;
    row-gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}

.p-contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #00418f 0%, #005ccb 100%);
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-contact__submit {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__submit {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__submit {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__submit {
    height: 60px;
    border-radius: 10px;
  }
  .p-contact__submit:hover {
    filter: brightness(1.5);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__submit {
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__submit {
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.p-content__back {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #464646;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .p-content__back {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-content__back {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-content__back {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-content__back {
    width: 340px;
    height: 60px;
    border-radius: 10px;
  }
  .p-content__back:hover {
    filter: brightness(1.5);
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-content__back {
    width: 24.8901903367vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-content__back {
    width: 100%;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.p-contact__text {
  text-align: center;
  color: #999999;
}
@media screen and (min-width: 767px) {
  .p-contact__text {
    font-size: 13px;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-contact__text {
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 766px) {
  .p-contact__text {
    font-size: calc((13 / 375) * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 767px) {
  .p-confirm,
  .p-thanks {
    margin-top: 164px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-confirm,
  .p-thanks {
    margin-top: 12.0058565154vw;
  }
}
@media screen and (max-width: 766px) {
  .p-confirm,
  .p-thanks {
    margin-top: 27.7333333333vw;
  }
}

.p-confirm__box {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-confirm__box {
    border-radius: 16px;
    padding: 96px 60px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-confirm__box {
    border-radius: 1.1713030747vw;
    padding: 7.027818448vw 4.39238653vw;
  }
}
@media screen and (max-width: 766px) {
  .p-confirm__box {
    border-radius: 4.2666666667vw;
    padding: 12.8vw 5.3333333333vw 14.9333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-confirm__box .p-contact__box a {
    width: 68vw;
    height: 21.6vw;
  }
}
.p-confirm__box .p-contact__item,
.p-confirm__box .p-contact__q {
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  .p-confirm__box .p-contact__item,
  .p-confirm__box .p-contact__q {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-confirm__box .p-contact__item,
  .p-confirm__box .p-contact__q {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-confirm__box .p-contact__item,
  .p-confirm__box .p-contact__q {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-confirm__box .p-contact__item,
  .p-confirm__box .p-contact__q {
    display: flex;
    align-items: flex-start;
  }
}
.p-confirm__box .p-contact__item label,
.p-confirm__box .p-contact__q label {
  flex-shrink: 0;
  color: #000B19;
}
@media screen and (min-width: 767px) {
  .p-confirm__box .p-contact__item label,
  .p-confirm__box .p-contact__q label {
    width: 220px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-confirm__box .p-contact__item label,
  .p-confirm__box .p-contact__q label {
    width: 16.1054172767vw;
  }
}
.p-confirm__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .p-confirm__inner {
    width: 720px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-confirm__inner {
    width: 52.7086383602vw;
  }
}

.p-thanks__box {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-thanks__box {
    border-radius: 16px;
    padding: 96px 220px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__box {
    border-radius: 1.1713030747vw;
    padding: 7.027818448vw 16.1054172767vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__box {
    border-radius: 4.2666666667vw;
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.p-thanks__box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .p-thanks__box img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__box img {
    width: 8.78477306vw;
    height: 8.78477306vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__box img {
    width: 23.4666666667vw;
    height: 23.4666666667vw;
    margin-bottom: 3.2vw;
  }
}

.p-thanks__ttl {
  color: #005CCB;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-thanks__ttl {
    font-size: 50px;
    line-height: 1.28;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__ttl {
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__ttl {
    font-size: calc((36 / 375) * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-thanks__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__ttl {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__ttl {
    margin-bottom: 11.2vw;
  }
}

@media screen and (min-width: 767px) {
  .p-thanks__text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__text {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-thanks__text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__text {
    margin-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__text {
    margin-bottom: 20vw;
  }
}

.p-thanks__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(to right, #00418f 0%, #005ccb 100%);
}
@media screen and (min-width: 767px) {
  .p-thanks__btn {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__btn {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__btn {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-thanks__btn {
    width: 320px;
    height: 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 767px) {
  .p-thanks__btn {
    width: 23.4260614934vw;
    height: 4.39238653vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 766px) {
  .p-thanks__btn {
    width: 78.6666666667vw;
    height: 16vw;
    border-radius: 2.6666666667vw;
  }
}

.mw_wp_form .error {
  color: #ED0000;
  font-weight: bold;
}

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

@media screen and (min-width: 767px) {
  .is-sp {
    display: none;
  }
}/*# sourceMappingURL=annotation.css.map */