@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&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%;
  height: auto;
  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;
}

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

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.is-locked::before {
  position: fixed;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 767px) {
  p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  p {
    font-size: calc((16 / 375) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.u-en {
  font-family: alternate-gothic-no-3-d, sans-serif;
}

.u-mw {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .u-mw {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .u-mw {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .u-mw {
    max-width: 94.6666666667vw;
  }
}

.l-ctabtn {
  display: flex;
}
@media screen and (min-width: 767px) {
  .l-ctabtn {
    column-gap: 49px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn {
    column-gap: 3.4027777778vw;
  }
}

.l-ctabtn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #1B1EAA;
  color: #090B7E;
  background-color: #FFFFFF;
}
@media screen and (min-width: 767px) {
  .l-ctabtn1 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn1 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn1 {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .l-ctabtn1 {
    column-gap: 20px;
    width: 180px;
    height: 55.5px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn1 {
    column-gap: 1.3888888889vw;
    width: 12.5vw;
    height: 3.8541666667vw;
    border-radius: 2.2222222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn1 {
    column-gap: 5.3333333333vw;
    width: 74.6666666667vw;
    height: 14.9333333333vw;
    border-radius: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .l-ctabtn1 .u-en {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn1 .u-en {
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn1 .u-en {
    margin-top: 1.0666666667vw;
  }
}
.l-ctabtn1:hover {
  opacity: 1;
  background-color: #090B7E;
  color: #fff;
}
.l-ctabtn1:hover .l-ctabtn1__img img:last-of-type {
  opacity: 1;
  z-index: 1;
}

.l-ctabtn1__img {
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-ctabtn1__img {
    width: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn1__img {
    width: 1.3888888889vw;
    height: 0.9722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn1__img {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }
}
.l-ctabtn1__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-ctabtn1__img img:last-of-type {
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .l-ctabtn1__img span {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn1__img span {
    margin-top: 0.1388888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn1__img span {
    margin-top: 0.5333333333vw;
  }
}

.l-ctabtn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .l-ctabtn2 {
    width: 293px;
    height: 60px;
    border-radius: 39px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn2 {
    width: 20.3472222222vw;
    height: 4.1666666667vw;
    border-radius: 2.7083333333vw;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn2 {
    width: 78.1333333333vw;
    height: 16vw;
    border-radius: 10.4vw;
    column-gap: 5.3333333333vw;
  }
}
.l-ctabtn2 .u-ja {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .l-ctabtn2 .u-ja {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn2 .u-ja {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn2 .u-ja {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-ctabtn2 .u-en {
  position: relative;
  z-index: 3;
  color: #FFFE95;
}
@media screen and (min-width: 767px) {
  .l-ctabtn2 .u-en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn2 .u-en {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn2 .u-en {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.l-ctabtn2::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #d93b00 0%, #ff9d2b 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .l-ctabtn2::before {
    border-radius: 39px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-ctabtn2::before {
    border-radius: 2.7083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .l-ctabtn2::before {
    border-radius: 10.4vw;
  }
}
.l-ctabtn2:hover {
  opacity: 1;
  border: 1px solid #EA6814;
}
.l-ctabtn2:hover::before {
  opacity: 0;
}
.l-ctabtn2:hover .u-ja,
.l-ctabtn2:hover .u-en {
  color: #E3560C;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.l-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .l-header {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header {
    max-width: 95.8333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .l-header__logo img {
    width: 180px;
    height: 188px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__logo img {
    width: 12.5vw;
    height: 13.0555555556vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__logo img {
    width: 27.7333333333vw;
    height: 29.0666666667vw;
  }
}

.l-header__nav__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .l-header__nav__wrap {
    column-gap: 80px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__nav__wrap {
    column-gap: 5.5555555556vw;
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__wrap {
    flex-direction: column;
    row-gap: 8.5333333333vw;
    position: fixed;
    overflow-y: auto;
    top: -120%;
    background: #FFFFFF;
    transition: all 0.6s;
    width: 89.3333333333vw;
    height: 140vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 27.4666666667vw 7.3333333333vw 0;
  }
  .l-header__nav__wrap.is-panelactive {
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__nav__wrap .l-ctabtn {
    flex-direction: column;
    row-gap: 8vw;
  }
}

.l-header__drawer__nav__list {
  display: flex;
}
@media screen and (min-width: 767px) {
  .l-header__drawer__nav__list {
    column-gap: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__drawer__nav__list {
    column-gap: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__drawer__nav__list {
    flex-direction: column;
    row-gap: 8vw;
  }
}
.l-header__drawer__nav__list li a {
  display: flex;
}
@media screen and (min-width: 767px) {
  .l-header__drawer__nav__list li a {
    align-items: center;
    flex-direction: column;
    row-gap: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__drawer__nav__list li a {
    row-gap: 0.2777777778vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__drawer__nav__list li a {
    column-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .l-header__drawer__nav__list li a .u-ja {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__drawer__nav__list li a .u-ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__drawer__nav__list li a .u-ja {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-header__drawer__nav__list li a .u-en {
  color: #1B1EAA;
}
@media screen and (min-width: 767px) {
  .l-header__drawer__nav__list li a .u-en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-header__drawer__nav__list li a .u-en {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .l-header__drawer__nav__list li a .u-en {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.openbtn {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  width: 16vw;
  height: 16vw;
  height: 60px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 2.6666666667vw;
  margin-right: 2.6666666667vw;
}
.openbtn span {
  position: absolute;
  display: inline-block;
  transition: all 0.6s;
  height: 0.5333333333vw;
  background-color: #1B1EAA;
  left: 4vw;
}
.openbtn span:first-of-type {
  width: 8vw;
  top: 5.0666666667vw;
}
.openbtn span:nth-of-type(2) {
  width: 8vw;
  top: 49%;
}
.openbtn span:last-of-type {
  width: 5.3333333333vw;
  bottom: 5.0666666667vw;
}
.openbtn.is-active {
  box-shadow: none;
  background-color: transparent;
}
.openbtn.is-active span:first-of-type {
  transform: rotate(-45deg);
}
.openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.is-active span:last-of-type {
  bottom: auto;
  top: 5.0666666667vw;
  transform: rotate(45deg);
  width: 8vw;
}

.l-footer {
  text-align: center;
  background: linear-gradient(to right, #0060ca 10%, #142fb2 53.89%, #25069f 90%);
  color: #fff;
}
@media screen and (min-width: 767px) {
  .l-footer {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer {
    padding: 6.9444444444vw 0 5.5555555556vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer {
    padding: 26.6666666667vw 0 10.1333333333vw;
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 767px) {
  .l-footer .l-ctabtn {
    justify-content: center;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer .l-ctabtn {
    margin-bottom: 7.2916666667vw;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__logo {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__logo {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__logo {
    margin-bottom: 23.2vw;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__logo img {
    width: 186px;
    height: 177px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__logo img {
    width: 12.9166666667vw;
    height: 12.2916666667vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__logo img {
    width: 49.6vw;
    height: 47.2vw;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__nav {
    margin-bottom: 3.4722222222vw;
  }
}

.l-footer__nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-footer__nav__list {
    column-gap: 80px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__nav__list {
    column-gap: 5.5555555556vw;
  }
}
.l-footer__nav__list a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .l-footer__nav__list a .u-ja {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__nav__list a .u-ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__nav__list a .u-ja {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__nav__list a .u-ja {
    margin-bottom: 0.2777777778vw;
  }
}
.l-footer__nav__list a .u-en {
  color: #9798D3;
}
@media screen and (min-width: 767px) {
  .l-footer__nav__list a .u-en {
    font-size: 14px;
    line-height: 1.2142857143;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__nav__list a .u-en {
    font-size: 0.9722222222vw;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__copy p {
    font-size: 12px;
    line-height: 2.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-footer__copy p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__copy p {
    font-size: calc((12 / 375) * 100vw);
    line-height: 2.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.l-register2 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-register2 .l-register__text {
  margin-left: 0;
}
.l-register2 .l-ctabtn2 {
  width: 78.1333333333vw;
  height: 12.2666666667vw;
}

.p-load {
  position: fixed;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: load 1.5s forwards;
}
.p-load img {
  width: 254px;
  height: 267px;
}

@keyframes load {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
header {
  animation: h-load 1s forwards;
  animation-delay: 4s;
  opacity: 0;
}

@keyframes h-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-kv__bg1 {
  animation: bg1-load 1s forwards;
  animation-delay: 2.5s;
  opacity: 0;
}

@keyframes bg1-load {
  0% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.p-kv__bg2 {
  animation: bg2-load 1s forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

@keyframes bg2-load {
  0% {
    transform: translate(-100%, -100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.p-kv__inner {
  animation: kv-load 1s forwards;
  animation-delay: 3.5s;
  opacity: 0;
}

@keyframes kv-load {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-kv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-kv {
    padding-top: 190px;
    height: 930px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv {
    padding-top: 13.1944444444vw;
    height: 64.5833333333vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv {
    padding-top: 32vw;
    height: 189.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-kv__bg1 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-kv__bg1 {
    top: 110px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__bg1 {
    top: 7.6388888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__bg1 {
    top: 5.8666666667vw;
  }
}
.p-kv__bg1 img {
  width: 100%;
}

.p-kv__bg2 {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-kv__bg2 {
    top: -20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__bg2 {
    top: -1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__bg2 {
    top: -21.3333333333vw;
  }
}

.p-kv__inner {
  position: relative;
  z-index: 3;
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-kv__inner {
    justify-content: center;
    align-items: center;
    column-gap: 150px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__inner {
    column-gap: 10.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
  }
}

.p-kv__text p {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-kv__text p {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text p {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-kv__text p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text p {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text p {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 767px) {
  .p-kv__text p span {
    padding: 3px 25px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text p span {
    padding: 0.2083333333vw 1.7361111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text p span {
    padding: 0.5333333333vw 2.6666666667vw;
  }
}
.p-kv__text p .white {
  background-color: #002E77;
  color: #fff;
}
.p-kv__text p .blue {
  color: #002E77;
  background-color: #fff;
}
.p-kv__text h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 767px) {
  .p-kv__text h1 {
    font-size: 56px;
    line-height: 1.4464285714;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text h1 {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text h1 {
    font-size: calc((32 / 375) * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-kv__text h1 {
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text h1 {
    row-gap: 2.0833333333vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text h1 {
    row-gap: 2.6666666667vw;
  }
}
.p-kv__text h1 .box {
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 767px) {
  .p-kv__text h1 .box {
    padding: 0 18px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text h1 .box {
    padding: 0 1.25vw;
    margin: 0 0.3472222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text h1 .box {
    padding: 0 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.p-kv__text h1::after {
  position: absolute;
  content: "×";
  color: #698DC7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-kv__text h1::after {
    font-size: 100px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__text h1::after {
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__text h1::after {
    font-size: calc((55 / 375) * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.yellow {
  color: #FFFF95;
}

@media screen and (max-width: 766px) {
  .p-kv__img {
	  text-align: center;
/*     margin-bottom: 4.2666666667vw; */
	  margin-bottom: 2vw;
  }
}
.p-kv__img img {
  height: auto;
}
@media screen and (min-width: 767px) {
  .p-kv__img img {
    width: 560px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-kv__img img {
    width: 38.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__img img {
    width: 52vw;
  }
}

.l-register {
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-register {
    width: 560px;
    height: 180px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register {
    width: 38.8888888889vw;
    height: 12.5vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register {
    width: 89.3333333333vw;
    height: 40vw;
  }
}
.l-register a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .l-register a {
    width: 400px;
    height: 60px;
    border-radius: 39px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register a {
    width: 27.7777777778vw;
    height: 4.1666666667vw;
    border-radius: 2.7083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register a {
    width: 78.6666666667vw;
    height: 16vw;
    border-radius: 10.4vw;
  }
}
.l-register a span {
  color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .l-register a span {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register a span {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register a span {
    font-size: calc((20 / 375) * 100vw);
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-register a .yellow {
  color: #FFFE95;
}
.l-register a::before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #d93b00 0%, #ff9d2b 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) {
  .l-register a::before {
    border-radius: 39px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register a::before {
    border-radius: 2.7083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register a::before {
    border-radius: 10.4vw;
  }
}
.l-register a:hover {
  opacity: 1;
  border: 1px solid #EA6814;
}
.l-register a:hover::before {
  opacity: 0;
}
.l-register a:hover span {
  color: #E3560C;
}

.l-register__text {
  position: relative;
  color: #002E77;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
  .l-register__text {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__text {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .l-register__text {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__text {
    padding: 0 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__text {
    padding: 0 2.6666666667vw 2.6666666667vw;
    margin-left: 21.3333333333vw;
  }
}
.l-register__text::before, .l-register__text::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #002E77;
}
@media screen and (min-width: 767px) {
  .l-register__text::before, .l-register__text::after {
    height: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__text::before, .l-register__text::after {
    height: 2.0833333333vw;
    bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__text::before, .l-register__text::after {
    height: 8vw;
    bottom: 2.6666666667vw;
  }
}
.l-register__text::before {
  transform: rotate(-40deg);
}
@media screen and (min-width: 767px) {
  .l-register__text::before {
    left: -10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__text::before {
    left: -0.6944444444vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__text::before {
    left: -2.6666666667vw;
  }
}
.l-register__text::after {
  transform: rotate(40deg);
}
@media screen and (min-width: 767px) {
  .l-register__text::after {
    right: -10px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__text::after {
    right: -0.6944444444vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__text::after {
    right: -2.6666666667vw;
  }
}

.l-register__img1 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .l-register__img1 {
    width: 147.5px;
    height: 180.5px;
    top: -3px;
    left: -62px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__img1 {
    width: 10.2430555556vw;
    height: 12.5347222222vw;
    top: -0.2083333333vw;
    left: -4.3055555556vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__img1 {
    width: 18.6666666667vw;
    height: 22.6vw;
    top: -4.2666666667vw;
    left: 0.6666666667vw;
  }
}

.l-register__img2 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .l-register__img2 {
    width: 151px;
    height: 182.5px;
    top: 2px;
    right: -65px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .l-register__img2 {
    width: 10.4861111111vw;
    height: 12.6736111111vw;
    top: 0.1388888889vw;
    right: -4.5138888889vw;
  }
}
@media screen and (max-width: 766px) {
  .l-register__img2 {
    width: 18.9066666667vw;
    height: 22.8266666667vw;
    top: -3.7333333333vw;
    left: 8vw;
  }
}

.p-osusume {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-osusume {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume {
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume {
    padding-bottom: 29.3333333333vw;
  }
}
.p-osusume h2 {
  text-align: center;
  color: #090B7E;
  border-bottom: 1px solid #090B7E;
}
@media screen and (min-width: 767px) {
  .p-osusume h2 {
    font-size: 48px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume h2 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume h2 {
    font-size: calc((28 / 375) * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-osusume h2 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume h2 {
    padding-bottom: 2.0833333333vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume h2 {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.p-osusume__bg {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

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

@media screen and (min-width: 767px) {
  .p-osusume__item {
    width: 380px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume__item {
    width: 26.3888888889vw;
  }
}
.p-osusume__item img {
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .p-osusume__item img {
    height: 285px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume__item img {
    height: 19.7916666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume__item img {
    margin-bottom: 4.2666666667vw;
  }
}
.p-osusume__item li {
  position: relative;
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-osusume__item li {
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume__item li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume__item li {
    font-size: calc((16 / 375) * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-osusume__item li {
    margin-bottom: 10px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume__item li {
    margin-bottom: 0.6944444444vw;
    padding-left: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume__item li {
    margin-bottom: 2.1333333333vw;
    padding-left: 13.3333333333vw;
  }
}
.p-osusume__item li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/lp/checkbox.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .p-osusume__item li::before {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-osusume__item li::before {
    width: 2.1527777778vw;
    height: 2.1527777778vw;
  }
}
@media screen and (max-width: 766px) {
  .p-osusume__item li::before {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
}

.p-service {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-service {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service .u-mw {
    max-width: 89.3333333333vw;
  }
}

@media screen and (min-width: 767px) {
  .p-top__ttl {
    text-align: right;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top__ttl {
    text-align: center;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
    border-bottom: 1px solid #090B7E;
  }
}
.p-top__ttl h2 {
  position: relative;
  color: #1B1EAA;
}
@media screen and (min-width: 767px) {
  .p-top__ttl h2 {
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl h2 {
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top__ttl h2 {
    font-size: calc((56 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.p-top__ttl h2::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #090B7E;
}
@media screen and (min-width: 767px) {
  .p-top__ttl h2::before {
    width: 836px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl h2::before {
    width: 58.0555555556vw;
  }
}
.p-top__ttl p {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-top__ttl p {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-top__ttl p {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-top__ttl.p-plan__ttl {
    text-align: left;
  }
}
.p-top__ttl.p-plan__ttl h2::before {
  left: auto;
  right: 0;
}
@media screen and (min-width: 767px) {
  .p-top__ttl.p-plan__ttl h2::before {
    width: 963px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl.p-plan__ttl h2::before {
    width: 66.875vw;
  }
}
@media screen and (min-width: 767px) {
  .p-top__ttl.p-intro__ttl h2::before {
    width: 598px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl.p-intro__ttl h2::before {
    width: 41.5277777778vw;
  }
}
@media screen and (min-width: 767px) {
  .p-top__ttl.p-column__ttl {
    text-align: left;
  }
}
.p-top__ttl.p-column__ttl h2::before {
  left: auto;
  right: 0;
}
@media screen and (min-width: 767px) {
  .p-top__ttl.p-column__ttl h2::before {
    width: 849px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-top__ttl.p-column__ttl h2::before {
    width: 58.9583333333vw;
  }
}

.p-service__bg {
  position: absolute;
  z-index: -2;
}
.p-service__bg.bg1 {
  transform: rotate(150deg);
}
@media screen and (min-width: 767px) {
  .p-service__bg.bg1 {
    width: 554px;
    height: 480px;
    border-right: 277px solid transparent;
    border-bottom: 480px solid #1B1EAA;
    border-left: 277px solid transparent;
    top: 210px;
    right: -160px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__bg.bg1 {
    width: 38.4722222222vw;
    height: 33.3333333333vw;
    border-right: 19.2361111111vw solid transparent;
    border-bottom: 33.3333333333vw solid #1B1EAA;
    border-left: 19.2361111111vw solid transparent;
    top: 14.5833333333vw;
    right: -11.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__bg.bg1 {
    width: 78.4vw;
    height: 67.7333333333vw;
    border-right: 39.2vw solid transparent;
    border-bottom: 67.7333333333vw solid #1B1EAA;
    border-left: 39.2vw solid transparent;
    top: 170.6666666667vw;
    right: -24vw;
  }
}
.p-service__bg.bg2 {
  transform: rotate(-30deg);
}
@media screen and (min-width: 767px) {
  .p-service__bg.bg2 {
    width: 431px;
    height: 374px;
    border-right: 215.5px solid transparent;
    border-bottom: 374px solid #1B1EAA;
    border-left: 215.5px solid transparent;
    top: 600px;
    left: -125px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__bg.bg2 {
    width: 29.9305555556vw;
    height: 25.9722222222vw;
    border-right: 14.9652777778vw solid transparent;
    border-bottom: 25.9722222222vw solid #1B1EAA;
    border-left: 14.9652777778vw solid transparent;
    top: 41.6666666667vw;
    left: -8.6805555556vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__bg.bg2 {
    width: 78.4vw;
    height: 67.7333333333vw;
    border-right: 39.2vw solid transparent;
    border-bottom: 67.7333333333vw solid #1B1EAA;
    border-left: 39.2vw solid transparent;
    top: 322.6666666667vw;
    left: -24vw;
  }
}
.p-service__bg.bg3 {
  transform: rotate(150deg);
}
@media screen and (min-width: 767px) {
  .p-service__bg.bg3 {
    width: 934px;
    height: 810px;
    border-right: 405px solid transparent;
    border-bottom: 810px solid #1B1EAA;
    border-left: 405px solid transparent;
    bottom: -770px;
    right: -320px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__bg.bg3 {
    width: 64.8611111111vw;
    height: 56.25vw;
    border-right: 28.125vw solid transparent;
    border-bottom: 56.25vw solid #1B1EAA;
    border-left: 28.125vw solid transparent;
    bottom: -53.4722222222vw;
    right: -22.2222222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__bg.bg3 {
    width: 78.4vw;
    height: 67.7333333333vw;
    border-right: 39.2vw solid transparent;
    border-bottom: 67.7333333333vw solid #1B1EAA;
    border-left: 39.2vw solid transparent;
    bottom: -12.8vw;
    right: -24vw;
  }
}

.p-service__item {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-service__item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item {
    flex-direction: column;
    row-gap: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 767px) {
  .p-service__item__text {
    width: 591px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text {
    width: 41.0416666667vw;
  }
}
.p-service__item__text h3 {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-service__item__text h3 {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text h3 {
    font-size: calc((28 / 375) * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text h3 {
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text h3 {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text h3 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text p {
    font-size: calc((14 / 375) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.p-service__item__text__ttl {
  display: flex;
  align-items: center;
}
.p-service__item__text__ttl .number {
  color: #fff;
  -webkit-text-stroke: 1px #002E77;
  text-stroke: 1px #002E77;
}
@media screen and (min-width: 767px) {
  .p-service__item__text__ttl .number {
    font-size: 200px;
    line-height: 0.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text__ttl .number {
    font-size: 13.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text__ttl .number {
    font-size: calc((100 / 375) * 100vw);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-service__item__text__ttl .text {
  color: #fff;
  background: linear-gradient(to left, #0060ca 10%, #142fb2 53.89%, #25069f 100%);
}
@media screen and (min-width: 767px) {
  .p-service__item__text__ttl .text {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text__ttl .text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text__ttl .text {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-service__item__text__ttl .text {
    padding: 5px 40px;
    margin-left: -20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__text__ttl .text {
    padding: 0.3472222222vw 2.7777777778vw;
    margin-left: -1.3888888889vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__text__ttl .text {
    padding: 1.3333333333vw 5.3333333333vw;
    margin-left: -2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-service__item__img {
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .p-service__item__img {
    width: 520px;
    height: 347px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-service__item__img {
    width: 36.1111111111vw;
    height: 24.0972222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-service__item__img {
    width: 100%;
    height: 59.4666666667vw;
  }
}

.p-plan {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-plan {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan {
    margin-bottom: 28.2666666667vw;
  }
}

.p-plan__bg {
  position: absolute;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-plan__bg {
    width: 102%;
    top: -300px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__bg {
    top: -20.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__bg {
    width: 100%;
    top: -18.6666666667vw;
  }
}

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

.p-plan__item {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .p-plan__item {
    width: 390px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item {
    width: 27.0833333333vw;
  }
}
.p-plan__item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .p-plan__item h3 {
    height: 80px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item h3 {
    height: 5.5555555556vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item h3 {
    height: 21.3333333333vw;
  }
}
.p-plan__item h3 .u-en {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-plan__item h3 .u-en {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item h3 .u-en {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item h3 .u-en {
    font-size: calc((36 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-plan__item h3 .yellow {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item h3 .yellow {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item h3 .yellow {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-plan__item h3 .yellow {
    padding-left: 20px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item h3 .yellow {
    padding-left: 1.3888888889vw;
    padding-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item h3 .yellow {
    padding-left: 1.0666666667vw;
    padding-bottom: 1.6vw;
  }
}
.p-plan__item.plan1 h3 {
  background-color: #090B7E;
}
.p-plan__item.plan2 h3 {
  background-color: #097E4D;
}
.p-plan__item.plan3 h3 {
  background-color: #AC0202;
}

@media screen and (min-width: 767px) {
  .p-plan__item__text {
    padding: 24px 30px 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text {
    padding: 1.6666666667vw 2.0833333333vw 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text {
    padding: 6.4vw 8vw 13.3333333333vw;
  }
}
.p-plan__item__text li {
  position: relative;
  border-bottom: 2px dotted #002E77;
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-plan__item__text li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text li {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text li {
    font-size: calc((13 / 375) * 100vw);
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-plan__item__text li {
    padding: 20px 0 20px 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text li {
    padding: 1.3888888889vw 0 1.3888888889vw 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text li {
    padding: 5.3333333333vw 0 5.3333333333vw 13.3333333333vw;
  }
}
.p-plan__item__text li::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/lp/checkbox.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .p-plan__item__text li::before {
    width: 31px;
    left: 12px;
    height: 31px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text li::before {
    width: 2.1527777778vw;
    left: 0.8333333333vw;
    height: 2.1527777778vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text li::before {
    width: 8.2666666667vw;
    left: 3.2vw;
    height: 8.2666666667vw;
  }
}

.p-plan__item__text__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .p-plan__item__text__price {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text__price {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text__price {
    margin-bottom: 5.3333333333vw;
  }
}
.p-plan__item__text__price .ttl {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-plan__item__text__price .ttl {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text__price .ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text__price .ttl {
    font-size: calc((24 / 375) * 100vw);
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.p-plan__item__text__price .red {
  color: #D60000;
}
@media screen and (min-width: 767px) {
  .p-plan__item__text__price .red {
    font-size: 36px;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text__price .red {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text__price .red {
    font-size: calc((36 / 375) * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .p-plan__item__text__price .red .u-en {
    font-size: 56px;
    line-height: 0.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text__price .red .u-en {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text__price .red .u-en {
    font-size: calc((56 / 375) * 100vw);
    line-height: 0.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-plan__item__text__price .red .u-en {
    padding-right: 36px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-plan__item__text__price .red .u-en {
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .p-plan__item__text__price .red .u-en {
    padding-right: 8vw;
  }
}

@media screen and (min-width: 767px) {
  .p-cta {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-cta {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .p-cta .l-register {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-cta .l-register {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-cta .l-register__img1 {
    left: 185px;
    top: -142px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-cta .l-register__img1 {
    left: 12.8472222222vw;
    top: -9.8611111111vw;
  }
}
@media screen and (min-width: 767px) {
  .p-cta .l-register__img2 {
    right: 185px;
    top: -138px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-cta .l-register__img2 {
    right: 12.8472222222vw;
    top: -9.5833333333vw;
  }
}

.p-cta__bg {
  background-image: url(../img/lp/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-cta__bg {
    height: 480px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-cta__bg {
    height: 33.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-cta__bg {
    align-items: center;
    height: 113.0666666667vw;
  }
}

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

@media screen and (min-width: 767px) {
  .p-intro {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro {
    padding-bottom: 8vw;
  }
}

.p-intro__item {
  display: flex;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-intro__item {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 165px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item {
    margin-bottom: 11.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item {
    flex-direction: column;
    align-items: center;
    row-gap: 13.3333333333vw;
    margin-bottom: 24vw;
  }
}
.p-intro__item::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background-color: #F4F9FF;
}
@media screen and (min-width: 767px) {
  .p-intro__item::after {
    width: 100vw;
    left: 120px;
    height: 360px;
    bottom: -77px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item::after {
    height: 25vw;
    bottom: -5.3472222222vw;
    left: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item::after {
    width: 85.8666666667vw;
    height: 96vw;
    bottom: -13.3333333333vw;
    left: 11.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-intro__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 767px) {
  .p-intro__item:nth-of-type(2)::after {
    left: auto;
    right: 120px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item:nth-of-type(2)::after {
    right: 8.3333333333vw;
  }
}
.p-intro__item:nth-of-type(2) .p-intro__item__img {
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  .p-intro__item:nth-of-type(2) .p-intro__item__img {
    padding-right: 101px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item:nth-of-type(2) .p-intro__item__img {
    padding-right: 7.0138888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item:nth-of-type(2) .p-intro__item__img {
    padding-right: 13.3333333333vw;
  }
}
.p-intro__item:nth-of-type(2) .p-intro__item__img::after {
  left: auto;
  right: 0;
}

.p-intro__item__img {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-intro__item__img {
    padding-left: 101px;
    width: 416px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__img {
    padding-left: 7.0138888889vw;
    width: 28.8888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__img {
    padding-left: 13.3333333333vw;
    width: 66.6666666667vw;
  }
}
.p-intro__item__img img {
  position: relative;
  z-index: 3;
  height: auto;
}
@media screen and (min-width: 767px) {
  .p-intro__item__img img {
    width: 315px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__img img {
    width: 21.875vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__img img {
    width: 53.3333333333vw;
  }
}
.p-intro__item__img::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #0060ca 10%, #142fb2 53.89%, #25069f 90%);
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-intro__item__img::after {
    width: 360px;
    height: 270px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__img::after {
    width: 25vw;
    height: 18.75vw;
    bottom: -3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__img::after {
    width: 61.8666666667vw;
    height: 46.4vw;
    bottom: -5.3333333333vw;
  }
}

.p-intro__item__text {
  background-color: #fff;
  border: 1px solid #002E77;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text {
    width: 740px;
    padding: 50px 50px 60px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text {
    width: 51.3888888889vw;
    padding: 3.4722222222vw 3.4722222222vw 4.1666666667vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text {
    width: 100%;
    padding: 8vw 5.8666666667vw 10.6666666667vw;
  }
}
.p-intro__item__text h3 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text h3 {
    column-gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text h3 {
    column-gap: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text h3 {
    justify-content: center;
    column-gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-intro__item__text h3 .u-ja {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text h3 .u-ja {
    font-size: 48px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text h3 .u-ja {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text h3 .u-ja {
    font-size: calc((36 / 375) * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-intro__item__text h3 .u-en {
  color: #1B1EAA;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text h3 .u-en {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text h3 .u-en {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text h3 .u-en {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-intro__item__text h3 .u-en {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text h3 .u-en {
    padding-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text h3 .u-en {
    padding-top: 1.0666666667vw;
  }
}

.p-intro__item__text__lead {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text__lead {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__lead {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__lead {
    font-size: calc((16 / 375) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-intro__item__text__lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__lead {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__lead {
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}

.p-intro__item__text__tag {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text__tag {
    row-gap: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__tag {
    row-gap: 0.6944444444vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__tag {
    row-gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-intro__item__text__tag li {
  border: 1px solid #002E77;
  color: #002E77;
  width: max-content;
}
@media screen and (min-width: 767px) {
  .p-intro__item__text__tag li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__tag li {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__tag li {
    font-size: calc((14 / 375) * 100vw);
    line-height: 2.2857142857;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .p-intro__item__text__tag li {
    padding: 3px 15px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__tag li {
    padding: 0.2083333333vw 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__tag li {
    padding: 0.8vw 4vw;
  }
}

@media screen and (min-width: 767px) {
  .p-intro__item__text__desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-intro__item__text__desc {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__desc {
    font-size: calc((16 / 375) * 100vw);
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 766px) {
  .p-intro__item__text__desc {
    padding: 0 1.3333333333vw;
  }
}

.p-column {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-column {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column {
    margin-bottom: 5.9027777778vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column {
    margin-bottom: 26.6666666667vw;
  }
}

.p-column__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-column__bg {
    top: 60px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__bg {
    top: 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column__bg {
    top: -5.3333333333vw;
  }
}

.p-column__inner {
  display: flex;
}
@media screen and (min-width: 767px) {
  .p-column__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 766px) {
  .p-column__inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 767px) {
  .p-column__item {
    width: 380px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__item {
    width: 26.3888888889vw;
  }
}
.p-column__item img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-column__item img {
    height: 253px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__item img {
    height: 17.5694444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column__item img {
    height: 59.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-column__item h2 {
  color: #002E77;
}
@media screen and (min-width: 767px) {
  .p-column__item h2 {
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__item h2 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column__item h2 {
    font-size: calc((18 / 375) * 100vw);
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 767px) {
  .p-column__item h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__item h2 {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column__item h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .p-column__item p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767px) {
  .p-column__item p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 766px) {
  .p-column__item p {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

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

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