.sec01 {
  position: relative;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec01 {
    background-image: url(../img/individual/01_bg_pc.jpg);
    height: 585px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01 {
    height: 39vw;
  }
}
@media (max-width: 767px) {
  .sec01 {
    background-image: url(../img/individual/01_bg_sp.jpg);
    height: 93.33vw;
  }
}
.sec01__img {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01__img {
    right: 25px;
    bottom: -50px;
    width: 1031px;
    height: 491px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__img {
    width: 68.73vw;
    height: 32.73vw;
  }
}
@media (max-width: 767px) {
  .sec01__img {
    right: -2.67vw;
    bottom: -17.33vw;
    width: 89.73vw;
    height: 42.8vw;
  }
}
.sec01__head {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec01__head {
    margin-left: 6.59vw;
  }
}
@media (max-width: 767px) {
  .sec01__head {
    margin-left: 4.67vw;
  }
}
.sec01__head.is-active {
  --x: 0;
}
.sec01__head .char {
  overflow: hidden;
}
.sec01__head .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
.sec01__en {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sec01__en {
    font-size: 82px;
    line-height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__en {
    font-size: 6vw;
    line-height: 7.036vw;
  }
}
@media (max-width: 767px) {
  .sec01__en {
    font-size: 12vw;
    line-height: 12.8vw;
  }
}
.sec01__ja {
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec01__ja {
    line-height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__ja {
    font-size: 1.54vw;
    line-height: 2.7vw;
  }
}
@media (max-width: 767px) {
  .sec01__ja {
    line-height: 33px;
  }
}

.sec02 {
  color: #003e89;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec02 {
    background-image: url(../img/individual/02_bg_pc.jpg);
    padding: 130px 0 180px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02 {
    padding: 9.52vw 0 13.18vw;
  }
}
@media (max-width: 767px) {
  .sec02 {
    background-image: url(../img/individual/02_bg_sp.jpg);
    padding: 26.67vw 0 20vw;
  }
}
.sec02__head {
  line-height: 46px;
  letter-spacing: 0.04em;
}
.sec02__body {
  line-height: 40px;
  letter-spacing: 0.06em;
}

.sec03 {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__pt1 {
    position: absolute;
    top: -6vw;
    width: 72.47vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    position: relative;
    padding: 20vw 0 56vw;
  }
}
@media (min-width: 768px) {
  .sec03__container {
    position: relative;
    max-width: 1300px;
    padding: 10vw 20px 22.67vw;
  }
}
.sec03__img {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  .sec03__img {
    top: -110px;
    right: 10px;
    width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__img {
    top: -8.05vw;
    right: 0.73vw;
    width: 27.82vw;
  }
}
@media (max-width: 767px) {
  .sec03__img {
    top: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 50.67vw;
  }
}
@media (min-width: 768px) {
  .sec03__main {
    flex: 1;
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__main {
    margin-right: 3.66vw;
  }
}
@media (min-width: 768px) {
  .sec03__side {
    width: 670px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__side {
    width: 49.05vw;
  }
}
@media (max-width: 767px) {
  .sec03__side {
    width: 89.33vw;
  }
}
.sec03__sideimg {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec03__sideimg {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__sideimg {
    width: 48.32vw;
  }
}
@media (max-width: 767px) {
  .sec03__sideimg {
    width: 88vw;
  }
}
.sec03__sideimg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0064ff 0%, #5daaff 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .sec03__sideimg::before {
    right: -10px;
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__sideimg::before {
    right: -0.73vw;
    bottom: -0.73vw;
  }
}
@media (max-width: 767px) {
  .sec03__sideimg::before {
    right: -5px;
    bottom: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .sec03__head {
    display: block;
  }
}
.sec03__title {
  color: #003e89;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec03__title {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .sec03__title {
    line-height: 46px;
  }
}
.sec03__cat {
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec03__cat {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .sec03__cat {
    margin-left: 0;
    margin-top: 10px;
  }
}
.sec03__cat span {
  display: inline-block;
  background-color: #8bc2ff;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.sec03__body {
  color: #002f7c;
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec03__pt2 {
    position: absolute;
    bottom: 5.33vw;
    left: -2.67vw;
    right: -1.33vw;
    width: 105.13vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec03__pt {
    position: absolute;
    bottom: 14.67vw;
    left: 0;
    right: 0;
    width: 96vw;
  }
}

.sec04 {
  position: relative;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec04 {
    background-image: url(../img/individual/04_bg_pc.jpg);
  }
}
@media (max-width: 767px) {
  .sec04 {
    background-image: url(../img/individual/04_bg_sp.jpg);
  }
}
@media (min-width: 768px) {
  .sec04__pt1 {
    position: absolute;
    width: 105.43vw;
    top: -2vw;
    left: -7vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec04__wrapper {
    position: relative;
    padding: 25.33vw 0 49.33vw;
  }
}
@media (min-width: 768px) {
  .sec04__container {
    position: relative;
    max-width: 1300px;
    padding: 16vw 20px 16.67vw;
  }
}
.sec04__img {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  .sec04__img {
    top: -60px;
    left: 0;
    width: 315px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__img {
    top: -4.39vw;
    width: 23.06vw;
  }
}
@media (max-width: 767px) {
  .sec04__img {
    top: -8vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 42vw;
  }
}
@media (min-width: 768px) {
  .sec04__main {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .sec04__side {
    width: 670px;
    margin-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__side {
    width: 49.05vw;
    margin-right: 7.32vw;
  }
}
@media (max-width: 767px) {
  .sec04__side {
    width: 89.33vw;
  }
}
.sec04__sideimg {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec04__sideimg {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__sideimg {
    width: 48.32vw;
  }
}
@media (max-width: 767px) {
  .sec04__sideimg {
    width: 88vw;
  }
}
.sec04__sideimg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0064ff 0%, #5daaff 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .sec04__sideimg::before {
    right: -10px;
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__sideimg::before {
    right: -0.73vw;
    bottom: -0.73vw;
  }
}
@media (max-width: 767px) {
  .sec04__sideimg::before {
    right: -5px;
    bottom: -5px;
  }
}
.sec04__title {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__title {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .sec04__title {
    line-height: 46px;
  }
}
.sec04__cat {
  line-height: 1;
  letter-spacing: 0.06em;
}
.sec04__cat span {
  display: inline-block;
  background-color: #8bc2ff;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}
.sec04__body {
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec04__pt2 {
    position: absolute;
    bottom: 2vw;
    left: -1vw;
    width: 99.77vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec04__pt {
    position: absolute;
    bottom: 10.67vw;
    right: -6.67vw;
    width: 103.2vw;
  }
}

.sec05 {
  position: relative;
}
@media (min-width: 768px) {
  .sec05__pt1 {
    position: absolute;
    top: 4.67vw;
    left: -0.67vw;
    width: 72.74vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec05__wrapper {
    position: relative;
    padding: 29.33vw 0 72vw;
  }
}
@media (min-width: 768px) {
  .sec05__container {
    position: relative;
    max-width: 1300px;
    padding: 21.33vw 20px 22.67vw;
  }
}
.sec05__img {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  .sec05__img {
    top: -65px;
    right: -60px;
    width: 304px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__img {
    top: -4.76vw;
    right: -4.39vw;
    width: 22.25vw;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    top: -8vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 40.53vw;
  }
}
@media (min-width: 768px) {
  .sec05__main {
    flex: 1;
    margin-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__main {
    margin-right: 4.39vw;
  }
}
@media (min-width: 768px) {
  .sec05__side {
    width: 670px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__side {
    width: 49.05vw;
  }
}
@media (max-width: 767px) {
  .sec05__side {
    width: 89.33vw;
  }
}
.sec05__sideimg {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec05__sideimg {
    width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__sideimg {
    width: 48.32vw;
  }
}
@media (max-width: 767px) {
  .sec05__sideimg {
    width: 88vw;
  }
}
.sec05__sideimg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0064ff 0%, #5daaff 100%);
  z-index: -1;
}
@media (min-width: 768px) {
  .sec05__sideimg::before {
    right: -10px;
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__sideimg::before {
    right: -0.73vw;
    bottom: -0.73vw;
  }
}
@media (max-width: 767px) {
  .sec05__sideimg::before {
    right: -5px;
    bottom: -5px;
  }
}
.sec05__title {
  color: #003e89;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec05__title {
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .sec05__title {
    line-height: 40px;
  }
}
.sec05__body {
  color: #002f7c;
  letter-spacing: 0.06em;
  line-height: 40px;
}
@media (min-width: 768px) {
  .sec05__pt2 {
    position: absolute;
    bottom: 6vw;
    left: -2.67vw;
    right: -1.33vw;
    width: 105.13vw;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec05__pt {
    position: absolute;
    bottom: 28vw;
    left: 0;
    right: 0;
    width: 93.6vw;
  }
}

.sec06 {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec06 {
    background-image: url(../img/individual/06_bg_pc.jpg);
  }
}
@media (max-width: 767px) {
  .sec06 {
    background-image: url(../img/individual/06_bg_sp.jpg);
  }
}
.sec06__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .sec06__wrapper {
    max-width: 1500px;
    padding: 80px 0 110px;
  }
}
@media (max-width: 767px) {
  .sec06__wrapper {
    padding: 18.67vw 0 20vw;
  }
}
.sec06__img {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .sec06__img {
    top: -140px;
    left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec06__img {
    top: -10.25vw;
    left: 4.39vw;
    width: 22.84vw;
  }
}
@media (max-width: 767px) {
  .sec06__img {
    top: -18.67vw;
    left: 2.67vw;
    width: 33.73vw;
  }
}
@media (min-width: 768px) {
  .sec06__container {
    max-width: 850px;
    padding: 0 20px;
  }
}
.sec06__head {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec06__head {
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .sec06__head {
    line-height: 46px;
  }
}
.sec06__p {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec06__p {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sec06__p {
    line-height: 30px;
  }
}
.sec06__table {
  width: 100%;
}
@media (min-width: 768px) {
  .sec06__table {
    display: table;
  }
}
@media (max-width: 767px) {
  .sec06__table {
    display: block;
  }
}
.sec06__table tbody {
  width: 100%;
}
@media (max-width: 767px) {
  .sec06__table tbody {
    display: block;
  }
}
.sec06__tr {
  width: 100%;
}
@media (min-width: 768px) {
  .sec06__tr {
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sec06__tr {
    display: block;
  }
}
@media (min-width: 768px) {
  .sec06__tr:last-child {
    align-items: start;
  }
}
@media (min-width: 768px) {
  .sec06__tr:last-child .sec05__th {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .sec06__th, .sec06__td {
    display: block;
  }
}
.sec06__th {
  text-align: left;
}
@media (min-width: 768px) {
  .sec06__th {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .sec06__td {
    flex: 1;
  }
}
.sec06__btn {
  position: relative;
  line-height: 72px;
  text-align: center;
  text-decoration: none;
  color: #002f7c;
  background-color: #63adff;
  border: 1px solid #fff;
  border-radius: 100px;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec06__btn {
    width: 355px;
    box-shadow: 5px 5px 0px rgba(21, 2, 1, 0.4);
  }
}
@media (max-width: 767px) {
  .sec06__btn {
    width: 325px;
    max-width: 100%;
    box-shadow: 2px 2px 0px rgba(21, 2, 1, 0.4);
  }
}
.sec06__btn:hover {
  opacity: 1;
  box-shadow: unset;
}
@media (min-width: 768px) {
  .sec06__btn:hover {
    transform: translate(5px, 5px);
  }
}
@media (max-width: 767px) {
  .sec06__btn:hover {
    transform: translate(2px, 2px);
  }
}
.sec06__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #002f7c;
  border-right: 1px solid #002f7c;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.form__input {
  display: block;
  background-color: #fff;
  border: solid 1px #688e8e;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 15px;
  max-width: 100%;
  height: 47px;
}
@media (min-width: 768px) {
  .form__input {
    width: 369px;
  }
}
@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}
.form__textarea {
  background-color: #fff;
  border: solid 1px #688e8e;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
}
@media (min-width: 768px) {
  .form__textarea {
    width: 100%;
    max-width: 680px;
    height: 284px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    width: 100%;
    max-width: 100%;
    height: 305px;
  }
}

.sec07 {
  position: relative;
}
@media (min-width: 768px) {
  .sec07 {
    max-width: 1420px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .sec07__wrapper {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .sec07__wrapper {
    padding: 28vw 0 18.67vw;
  }
}
.sec07__img {
  position: absolute;
}
@media (min-width: 768px) {
  .sec07__img {
    top: -120px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec07__img {
    top: -8.78vw;
    width: 22.84vw;
  }
}
@media (max-width: 767px) {
  .sec07__img {
    top: -13.33vw;
    right: 6.67vw;
    width: 33.73vw;
  }
}
.sec07__head {
  color: #003dd0;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec07__head {
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .sec07__head {
    line-height: 36px;
  }
}
.sec07__p {
  color: #003dd0;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec07__tel {
    font-size: 36px;
    line-height: 78px;
    color: #5daaff;
    letter-spacing: 0.06em;
    align-items: baseline;
  }
}
.sec07__telnum {
  line-height: 1;
  background: linear-gradient(180deg, #5daaff 0%, #5daaff 60%, #3696ff 60%, #3696ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .sec07__telnum {
    font-size: 79px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .sec07__telnum {
    position: relative;
    display: inline-block;
    font-size: 39px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .sec07__telnum::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 32px;
    background-image: url(../img/individual/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}/*# sourceMappingURL=individual.css.map */