html {
  font-size: 62.5%;
}

a {
  display: table;
  transition: 0.7s;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

a:hover {
  cursor: pointer;
}

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

main {
  position: relative;
  overflow-x: hidden;
}

.br-l {
  display: none;
}
.br-l-hide {
  display: block;
}
.br-m {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-m {
    display: block;
  }
}
.br-m-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-m-hide {
    display: none;
  }
}
.br-s {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-s {
    display: block;
  }
}
.br-s-hide {
  display: block;
}
@media screen and (max-width: 520px) {
  .br-s-hide {
    display: none;
  }
}

* {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #003187;
}

.title-en {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 155px;
}
@media screen and (max-width: 767px) {
  .title-en {
    height: auto;
    width: 100%;
    max-height: 21.3vw;
  }
}
.title-en.mt {
  top: 16px;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__img--pc {
    display: none;
  }
}
.mv__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__img--sp {
    display: block;
  }
}
.mv__campaign {
  width: 24.3vw;
  position: absolute;
  bottom: -6vw;
  right: -6vw;
}
@media screen and (max-width: 767px) {
  .mv__campaign {
    width: 45vw;
    bottom: 28vw;
    right: -10vw;
  }
}
.mv__campaign-text {
  width: 24.3vw;
  position: absolute;
  bottom: -6vw;
  right: -6vw;
  -webkit-animation: 7s linear infinite rotation;
          animation: 7s linear infinite rotation;
}
@media screen and (max-width: 767px) {
  .mv__campaign-text {
    width: 45vw;
    bottom: 28vw;
    right: -10vw;
  }
}
.mv__btn--pc {
  position: absolute;
  bottom: 5%;
  left: 12.5%;
  width: 34.3vw;
  transition: none;
}
@media screen and (max-width: 767px) {
  .mv__btn--pc {
    display: none;
  }
}
.mv__btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__btn--sp {
    display: block;
    position: absolute;
    width: 90.6vw;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: none;
  }
}

.flow {
  position: relative;
  padding: 66px 15px 80px;
  overflow-x: hidden;
  position: relative;
}
.flow__wrap {
  text-align: center;
  position: relative;
}
.flow__title {
  max-width: 550px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow__title {
    margin-bottom: 25px;
  }
}
.flow__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow__cont {
    display: none;
  }
}
.flow__cont-sp, .flow__cont-sp02 {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__cont-sp, .flow__cont-sp02 {
    display: block;
  }
}
.flow__cont-sp .navigation, .flow__cont-sp02 .navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 15;
}
.flow__cont-sp .swiper-pagination-flow, .flow__cont-sp02 .swiper-pagination-flow {
  display: flex;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  bottom: -30px !important;
  position: relative;
}
.flow__cont-sp .swiper-pagination-bullet, .flow__cont-sp02 .swiper-pagination-bullet {
  width: 33.3333333333%;
  border-radius: 2px;
  height: 4px !important;
  margin: 0 !important;
  opacity: 0 !important;
}
.flow__cont-sp .swiper-pagination-bullet-active, .flow__cont-sp02 .swiper-pagination-bullet-active {
  background-color: #f05b5a !important;
  opacity: 1 !important;
}
.flow__cont-sp .swiper-button-next-flow,
.flow__cont-sp .swiper-button-prev-flow, .flow__cont-sp02 .swiper-button-next-flow,
.flow__cont-sp02 .swiper-button-prev-flow {
  background-image: url(../img/flow_arrow.svg);
  background-size: cover;
  width: 24px;
  height: 50px;
  cursor: pointer;
  outline: none;
}
.flow__cont-sp .swiper-button-prev-flow, .flow__cont-sp02 .swiper-button-prev-flow {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .flow__cont-sp .swiper-button-next-flow, .flow__cont-sp02 .swiper-button-next-flow {
    margin-left: auto;
  }
}
.flow__cont-sp .swiper-button-disabled, .flow__cont-sp02 .swiper-button-disabled {
  display: none;
}
.flow__item {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__item {
    max-width: none;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 0;
  }
}
.flow__head {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.flow__head--left {
  background-color: #f05b5a;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .flow__head--left {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .flow__head--left {
    width: 65px;
    height: 65px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    cursor: pointer;
  }
}
.flow__head--left.active {
  background-color: #f05b5a;
  border: 1px solid #f05b5a;
}
.flow__head--left.active .flow__head--text {
  color: #fff;
}
.flow__head--left.active .flow__head--num {
  color: #fff;
}
.flow__head--text {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .flow__head--text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__head--text {
    font-size: 1.2rem;
    color: #d1d1d1;
  }
}
.flow__head--num {
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .flow__head--num {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__head--num {
    font-size: 3.1rem;
    color: #d1d1d1;
  }
}
.flow__head--right {
  width: 100%;
  height: 3px;
  background-color: #f05b5a;
  border-radius: 3px;
  margin-left: -1px;
}
.flow__head-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow__head-sp {
    display: flex;
    justify-content: space-between;
    max-width: 235px;
    margin: 0 auto 25px;
  }
}
.flow__img {
  max-width: 243px;
  width: 100%;
  margin-bottom: 35px;
}
.flow__text {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .flow__text {
    font-size: 2.2rem;
  }
}
.flow__arrow {
  width: 20px;
  height: 35px;
}

.blunder {
  position: relative;
}
.blunder__bg--pc {
  position: absolute;
  height: 100%;
  max-height: 830px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1441px) {
  .blunder__bg--pc {
    max-height: 910px;
  }
}
@media screen and (max-width: 1024px) {
  .blunder__bg--pc {
    height: 91vw;
  }
}
@media screen and (max-width: 767px) {
  .blunder__bg--pc {
    display: none;
  }
}
.blunder__bg--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .blunder__bg--sp {
    display: block;
    position: absolute;
    max-height: 1320px;
    height: 326.4vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.blunder__wrap-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 15px 20px;
}
@media screen and (min-width: 1441px) {
  .blunder__wrap-top {
    zoom: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-top {
    padding: 30px 45px 20px;
  }
}
.blunder__wrap-top--text-pc {
  margin-top: 40px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-top--text-pc {
    display: none;
  }
}
.blunder__wrap-top--text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-top--text-sp {
    display: block;
    max-width: 190px;
  }
}
.blunder__com {
  max-width: 420px;
  position: relative;
}
.blunder__title {
  max-width: 465px;
  position: relative;
  margin-bottom: 20px;
}
.blunder__cont {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blunder__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }
}
.blunder__item {
  width: calc(33.3333333333% - 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .blunder__item {
    width: 100%;
  }
}
.blunder__item--img {
  position: relative;
}
.blunder__wrap-bottom {
  max-width: 970px;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.blunder__wrap-bottom--head {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--head {
    font-size: 2.1rem;
  }
}
.blunder__wrap-bottom--head:before {
  content: "";
  display: inline-block;
  background-image: url(../img/blunder_line02.svg);
  width: 262px;
  height: 20px;
  position: absolute;
  bottom: -8px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--head:before {
    width: 180px;
    bottom: -10px;
    right: 10px;
  }
}
.blunder__wrap-bottom--head img {
  max-width: 355px;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--head img {
    max-width: 256px;
  }
}
.blunder__wrap-bottom--text {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--text {
    font-size: 1.6rem;
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--text {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.blunder__wrap-bottom--text strong {
  font-size: 2.6rem;
  color: #f05c5c;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--text strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--text strong {
    font-size: 1.8rem;
  }
}
.blunder__wrap-bottom--text span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--text span {
    font-size: 1.2rem;
  }
}
.blunder__wrap-bottom--img01 {
  width: 280px;
  position: absolute;
  right: 100px;
  top: -200px;
  transform: translateY(-300px);
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--img01 {
    width: 230px;
    right: 80px;
    top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--img01 {
    position: static;
    top: auto;
    right: auto;
    width: 215px;
    margin-top: 35px;
  }
}
.blunder__wrap-bottom--img01.in {
  transform: translateY(0);
  opacity: 1;
  transition: 2s;
}
.blunder__wrap-bottom--img02 {
  width: 430px;
  position: absolute;
  right: 18px;
  top: 60px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--img02 {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--img02 {
    position: static;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
}
.blunder__wrap-bottom--img02.in {
  -webkit-animation: 0.6s left-slide;
          animation: 0.6s left-slide;
  opacity: 1;
}
.blunder__wrap-bottom--img03 {
  width: 435px;
  position: absolute;
  right: 9px;
  top: 157px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--img03 {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--img03 {
    position: static;
    top: auto;
    right: auto;
    margin-top: 10px;
  }
}
.blunder__wrap-bottom--img03.in {
  -webkit-animation: 0.6s right-slide;
          animation: 0.6s right-slide;
  opacity: 1;
}
.blunder__wrap-bottom--img04 {
  width: 380px;
  position: absolute;
  right: 30px;
  top: 260px;
}
@media screen and (max-width: 1024px) {
  .blunder__wrap-bottom--img04 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .blunder__wrap-bottom--img04 {
    position: static;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}

@-webkit-keyframes left-slide {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes left-slide {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes right-slide {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-slide {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  90% {
    opacity: 1;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.what {
  margin-top: 60px;
  padding: 90px 20px 0;
  position: relative;
}
.what__wrap {
  border: 3px solid #003187;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 65px 30px 45px;
  box-shadow: 0px 10px 10px rgba(0, 49, 135, 0.2);
}
@media screen and (max-width: 767px) {
  .what__wrap {
    padding: 40px 15px 20px;
  }
}
.what__wrap:before {
  content: "";
  display: inline-block;
  width: 62.5%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .what__wrap:before {
    width: 88%;
  }
}
.what__title {
  max-width: 535px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .what__title {
    width: 76vw;
    top: -10px;
  }
}
.what__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .what__cont {
    flex-direction: column;
  }
}
.what__text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .what__text {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.what__text span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fcdede 60%);
}
@media screen and (max-width: 767px) {
  .what__text span {
    background: none;
  }
}
.what__img {
  max-width: 265px;
  margin-left: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .what__img {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .what__box--img-pc {
    display: none;
  }
}
.what__box--img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .what__box--img-sp {
    display: block;
  }
}

.service {
  position: relative;
  padding: 0 20px 80px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 10px;
  }
}
.service__head-pc {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service__head-pc {
    display: none;
  }
}
.service__head-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__head-sp {
    display: block;
  }
}
.service__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service__wrap {
    padding-top: 30px;
  }
}
.service__title {
  font-size: 3.6rem;
  color: #f05b5a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .service__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.service__img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.service__text {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.6rem;
  }
}
.service__text span {
  background-color: #003187;
  color: #fff;
  font-weight: bold;
  border-radius: 40px;
  padding: 4px 15px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .service__text span {
    margin-bottom: 10px;
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 8px;
  }
}
.service__text.center {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .service__text.center {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.service__text.bottom {
  margin-bottom: 60px;
}
.service__cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__cont {
    flex-direction: column;
    align-items: center;
  }
}
.service__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
  }
}
.service__item--img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.service__item--text {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service__item--text {
    font-size: 1.8rem;
  }
}
.service__item--text span {
  color: #f05b5a;
  font-weight: bold;
}
.service__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 455px;
  height: 455px;
}
@media screen and (max-width: 767px) {
  .service__bg {
    width: 290px;
    height: 290px;
  }
}

.friend {
  background-color: #e8f6fa;
  position: relative;
  padding: 80px 15px;
}
@media screen and (max-width: 767px) {
  .friend {
    padding-top: 40px;
  }
}
.friend__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.friend__text {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .friend__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .friend__text {
    font-size: 1.6rem;
  }
}
.friend__btn {
  padding: 20px 70px;
  background: linear-gradient(180deg, #06c755 45.31%, #0ba249 100%);
  box-shadow: 0px 2px 0px -1px #0c602e;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .friend__btn {
    padding: 20px 12px;
  }
}
.friend__btn--text {
  font-size: 2.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .friend__btn--text {
    font-size: 2rem;
  }
}
.friend__btn--text:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_line.svg);
  width: 31px;
  height: 29px;
  margin-right: 10px;
}
.friend__cont {
  background-color: #fff;
  border-radius: 20px;
  max-width: 960px;
  width: 100%;
  margin: 80px auto 40px;
  padding: 50px 30px 40px;
  position: relative;
  box-shadow: 2px 4px 10px rgba(1, 72, 164, 0.4);
}
@media screen and (max-width: 767px) {
  .friend__cont {
    margin-top: 70px;
    padding: 50px 11px 20px;
  }
}
.friend__cont--head {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 330px;
}
.friend__cont--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 795px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .friend__cont--top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.friend__cont--text {
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .friend__cont--text {
    font-size: 1.8rem;
  }
}
.friend__cont--text span {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .friend__cont--text span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .friend__cont--text.sp {
    display: none;
  }
}
.friend__cont--text-img {
  height: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .friend__cont--text-img {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .friend__cont--text-img {
    display: none;
  }
}
.friend__cont--text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .friend__cont--text-sp {
    display: block;
  }
}
.friend__cont--com {
  position: absolute;
  width: 155px;
  top: 0;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .friend__cont--com {
    display: none;
  }
}
.friend__box {
  background-color: #e8f6fa;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  box-shadow: 2px 4px 4px rgba(0, 49, 135, 0.2);
}
@media screen and (max-width: 767px) {
  .friend__box {
    width: calc(100% - 20px);
    padding: 30px 10px 12px;
  }
}
.friend__box--title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .friend__box--title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.friend__box--title span {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .friend__box--title span {
    font-size: 2rem;
  }
}
.friend__box--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .friend__box--flex {
    flex-direction: column;
  }
}
.friend__box--left {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .friend__box--left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.friend__box--img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .friend__box--img {
    margin-bottom: 5px;
  }
}
.friend__box--desc {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .friend__box--desc {
    font-size: 1.2rem;
    text-align: center;
  }
}
.friend__box--index {
  background-color: #f05b5a;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
  padding: 0 18px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .friend__box--index {
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
.friend__box--item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.friend__box--num {
  background-color: #f05b5a;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .friend__box--num {
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
    margin-right: 5px;
  }
}
.friend__box--text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .friend__box--text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .friend__box--text {
    font-size: 1.4rem;
  }
}
.friend__box--text span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .friend__box--text span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .friend__box--text span {
    font-size: 1.2rem;
  }
}
.friend__box--deco01 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15px;
}
.friend__box--deco02 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
}

.merit {
  background-image: url(../img/merit_bg.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 20px 80px;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-top: 50px;
  }
}
.merit__wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.merit__title {
  max-width: 622px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .merit__title {
    margin-bottom: 40px;
  }
}
.merit__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .merit__item {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.merit__item:last-child {
  margin-bottom: 0;
}
.merit__item.r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .merit__item.r {
    flex-direction: column;
  }
}
.merit__item.r .merit__item--left {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .merit__item.r .merit__item--left {
    margin-left: 0;
  }
}
.merit__item.r .merit__item--title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .merit__item.r .merit__item--title {
    text-align: left;
  }
}
.merit__item--left {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  max-width: 535px;
}
@media screen and (max-width: 767px) {
  .merit__item--left {
    margin-right: 0;
    max-width: none;
  }
}
.merit__item--title {
  font-size: 3rem;
  color: #f05b5a;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .merit__item--title {
    white-space: normal;
    font-size: 1.8rem;
  }
}
.merit__item--text {
  font-size: 1.6rem;
  margin-bottom: 55px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .merit__item--text {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.merit__item--right {
  position: relative;
  max-width: 445px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .merit__item--right {
    width: 100%;
    max-width: none;
  }
}
.merit__item--en {
  position: absolute;
  top: -65px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .merit__item--en {
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--en {
    top: -35px;
    left: 0;
    right: auto;
  }
}
.merit__item--en.en01 {
  width: 456px;
}
@media screen and (max-width: 1024px) {
  .merit__item--en.en01 {
    width: 356px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--en.en01 {
    width: 230px;
  }
}
.merit__item--en.en02 {
  width: 489px;
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .merit__item--en.en02 {
    width: 409px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--en.en02 {
    width: 245px;
  }
}
.merit__item--en.en03 {
  width: 359px;
}
@media screen and (max-width: 1024px) {
  .merit__item--en.en03 {
    width: 279px;
  }
}
@media screen and (max-width: 767px) {
  .merit__item--en.en03 {
    width: 180px;
  }
}
.merit__item--img {
  position: relative;
  border-radius: 20px;
}
.merit__box {
  background-color: #fff;
  border: 2px solid #003187;
  border-radius: 20px;
  position: relative;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 767px) {
  .merit__box {
    margin-bottom: 45px;
  }
}
.merit__box--head {
  background-color: #003187;
  padding: 3px 20px;
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 20px;
  top: -15px;
  left: 20px;
}
.merit__box--text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .merit__box--text {
    font-size: 1.4rem;
  }
}

.voice {
  background-color: #e8f6fa;
  background-image: url(../img/voice_bg.png);
  background-size: cover;
  padding: 100px 15px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-top: 40px;
  }
}
.voice__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.voice__title {
  max-width: 380px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice__title {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
.voice__text {
  font-size: 1.8rem;
  max-width: 550px;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.voice__cont {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice__cont {
    margin-bottom: 30px;
  }
}
.voice__com {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .voice__com {
    display: none;
  }
}
.voice__com.c {
  margin: -170px -10px 0;
}
.voice__com-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .voice__com-sp {
    display: block;
  }
}
.voice__mov {
  max-width: 710px;
}
@media screen and (max-width: 767px) {
  .voice__mov {
    width: 89.3vw;
    height: 50.1vw;
  }
}

.consultant {
  position: relative;
  background-color: #fef7f7;
  padding: 100px 15px 80px;
}
@media screen and (max-width: 767px) {
  .consultant {
    padding-top: 40px;
  }
}
.consultant__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 965px;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .consultant__wrap {
    max-width: 325px;
  }
}
.consultant__title-pc {
  max-width: 777px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .consultant__title-pc {
    display: none;
  }
}
.consultant__title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .consultant__title-sp {
    display: block;
    max-width: 335px;
    margin-bottom: 50px;
  }
}
.consultant__swiper {
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .consultant__swiper {
    max-width: 300px;
  }
}
.consultant__cont {
  display: flex;
}
.consultant__item {
  min-height: 400px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.consultant__item--top {
  background: linear-gradient(180deg, #fff 20%, #e8f6fa 20%);
  margin-bottom: 10px;
}
.consultant__img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.consultant__com {
  display: inline;
  background-color: #003187;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 15px;
}
.consultant__en {
  font-size: 1.4rem;
  font-weight: bold;
}
.consultant__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.consultant__text {
  font-size: 1.4rem;
}
.consultant__nav {
  position: absolute;
  z-index: 15;
  max-width: 988px;
  right: 0;
  top: 52.4%;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .consultant__nav {
    top: 50%;
    width: calc(100% - 20px);
    max-width: 355px;
  }
}
.consultant__nav--prev {
  width: 40px;
}
.consultant__nav--next {
  width: 40px;
}
.consultant .swiper-pagination {
  position: initial !important;
  margin-top: 35px;
}
.consultant .swiper-pagination-bullet {
  background: rgba(240, 91, 90, 0.2) !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
}
.consultant .swiper-pagination-bullet-active {
  background: #f05b5a !important;
}
.consultant .swiper-button-next,
.consultant .swiper-button-prev {
  top: 55% !important;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .consultant .swiper-button-next,
.consultant .swiper-button-prev {
    top: 57.3% !important;
  }
}
.consultant .swiper-button-next {
  right: -5px !important;
}
@media screen and (max-width: 767px) {
  .consultant .swiper-button-next {
    right: -8px;
  }
}
.consultant .swiper-button-next:after {
  content: "";
  display: inline-block;
  background-image: url(../img/swip_arrow_r.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.consultant .swiper-button-prev {
  left: -5px !important;
}
@media screen and (max-width: 767px) {
  .consultant .swiper-button-prev {
    left: -8px;
  }
}
.consultant .swiper-button-prev:after {
  content: "";
  display: inline-block;
  background-image: url(../img/swip_arrow_l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.footer {
  background-color: #003187;
  padding: 40px 15px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 20px 40px;
  }
}
.footer__wrap {
  max-width: 525px;
  margin: 0 auto;
}
.footer__cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__link {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.6rem;
  }
}
.footer__border {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .footer__border.sp {
    display: none;
    height: 16px;
  }
}
.footer__name {
  max-width: 250px;
  display: block;
  margin: 20px auto 0;
}

#in-view-slide-1,
#in-view-slide-3 {
  opacity: 0;
  transform: translate(-300px, 0);
  transition: 1s;
}
@media screen and (max-width: 767px) {
  #in-view-slide-1,
#in-view-slide-3 {
    transform: translate(0, 150px);
  }
}
#in-view-slide-1.in,
#in-view-slide-3.in {
  opacity: 1;
  transform: translate(0);
  transition: 1s;
}

#in-view-slide-2 {
  opacity: 0;
  transform: translate(300px, 0);
  transition: 1s;
}
@media screen and (max-width: 767px) {
  #in-view-slide-2 {
    transform: translate(0, 150px);
  }
}
#in-view-slide-2.in {
  opacity: 1;
  transform: translate(0);
  transition: 1s;
}

#in-view-slide-4,
#in-view-slide-5,
#in-view-slide-6,
#in-view-slide-7 {
  opacity: 0;
  transform: translateY(200px);
  transition: 1s;
}
#in-view-slide-4.in,
#in-view-slide-5.in,
#in-view-slide-6.in,
#in-view-slide-7.in {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.pekopeko {
  -webkit-animation: pekopeko 2s infinite;
          animation: pekopeko 2s infinite;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes pekopeko {
  0% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}

@keyframes pekopeko {
  0% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
.friend__btn {
  position: relative;
}/*# sourceMappingURL=style.css.map */