.fv {
  position: relative;
  padding-top: 80px;
}
.fv__img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .fv__img {
    height: 85vh;
  }
}
@media (max-width: 767px) {
  .fv__img {
    height: 90vh;
  }
}
.fv__text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 40px 0 0;
}
.fv__title {
  color: #1f2c5c;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .fv__title {
    margin: 40px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    margin: 28px 28px 0 28px;
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 48px 0 24px;
  }
}
.intro__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .intro__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    padding: 0 25px;
  }
}
.intro__items {
  list-style: none;
  gap: 40px;
}
.intro__items::after {
  content: "";
  display: block;
  width: 240px;
}
.intro__anc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  width: 240px;
  height: 320px;
  overflow: hidden;
}
.intro__anc:hover {
  opacity: 1;
}
.intro__anc:hover .intro__img {
  opacity: 0.9;
  transform: scale(1.1);
}
.intro__anc:hover .intro__icon {
  background-color: #1f2c5c;
}
.intro__anc:hover .intro__icon::after {
  border-color: #fff;
}
.intro__img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.3s;
}
.intro__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  height: 100px;
  padding: 0 24px;
  overflow: hidden;
  z-index: 2;
}
.intro__title {
  color: #1f2c5c;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.intro__icon {
  position: relative;
  background-color: #fff;
  border: 1px solid #1f2c5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.intro__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f2c5c;
  border-right: 2px solid #1f2c5c;
  transform: rotate(45deg);
}

.sec01 {
  background-color: #e2f9ff;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec01 {
    padding: 48px 0;
  }
}
.sec01__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec01__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec01__wrapper {
    padding: 0 24px;
  }
}
.sec01__head {
  font-weight: 500;
}
.sec01__headimg {
  width: 120px;
}
.sec01__title {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec01__p {
  line-height: 1.8;
}
.sec01__subsection {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec01__subsection {
    max-width: 800px;
  }
}
.sec01__subhead {
  position: relative;
  display: flex;
  height: 100%;
  max-width: 812px;
  margin-left: -12px;
  z-index: 2;
}
.sec01__point {
  width: 60px;
  height: 100px;
  background-color: #019dc6;
  color: #fff;
  font-weight: 500;
  border-radius: 0 0 30px 30px;
}
.sec01__point .fs14 {
  line-height: 1;
}
.sec01__point .fs36 {
  line-height: 1.4;
}
.sec01__subtitle {
  flex: 1;
  color: #1f2c5c;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sec01__subtitle {
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .sec01__subtitle {
    padding-bottom: 20px;
    line-height: 1.4;
  }
}
.sec01__subbody {
  position: relative;
  margin-top: -12px;
}
.sec01__subbody .point1__lead {
  border: 1px solid #019dc6;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .sec01__subbody .point1__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .sec01__subbody .point1__lead {
    padding: 8px 16px;
  }
}
.sec01__subbody .point1__text {
  flex: 1;
  margin-left: 10px;
}
.sec01__new {
  max-width: 800px;
  background-color: #019dc6;
  color: #fff;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec01__new {
    padding: 0 36px 36px;
  }
}
@media (max-width: 767px) {
  .sec01__new {
    padding: 0 20px 20px;
  }
}
.sec01__new .sec01__subhead {
  margin-left: 0;
}
.sec01__new .sec01__point {
  background-color: #fff;
  border: 1px solid #019dc6;
  color: #019dc6;
  height: 80px;
  margin-top: -12px;
}
.sec01__new .sec01__subtitle {
  color: #fff;
}
.sec01__new .sec01__subbody {
  max-width: 728px;
  margin-top: 10px;
}
.sec01__btn {
  max-width: 100%;
  background: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  color: #1f2c5c;
  border: 1px solid #1f2c5c;
  border-radius: 45px;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .sec01__btn {
    width: 864px;
    padding: 24px 24px 24px 36px;
  }
}
@media (max-width: 767px) {
  .sec01__btn {
    padding: 12px 20px;
  }
}
.sec01__btn:hover {
  background: #1f2c5c;
  color: #fff;
  opacity: 1;
}
.sec01__btntext {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sec01__btntext br {
  display: none;
}
@media (max-width: 479px) {
  .sec01__btntext br {
    display: inline;
  }
}
.sec01__btnicon {
  position: relative;
  background-color: #fff;
  border: 1px solid #1f2c5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sec01__btnicon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f2c5c;
  border-right: 2px solid #1f2c5c;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .sec02 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec02 {
    padding: 48px 0;
  }
}
.sec02__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec02__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec02__wrapper {
    padding: 0 25px;
  }
}
.sec02__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec02__p {
  line-height: 1.78;
}
.sec02__1 .sec02__dt {
  background-color: #7ec34f;
}
.sec02__1 .sec02__subtitle,
.sec02__1 .sec02__item .lead,
.sec02__1 .ratetext,
.sec02__1 .percent {
  color: #7ec34f;
}
.sec02__2 .sec02__dt {
  background-color: #9088c1;
}
.sec02__2 .sec02__subtitle,
.sec02__2 .sec02__item .lead,
.sec02__2 .ratetext,
.sec02__2 .percent {
  color: #9088c1;
}
.sec02__3 .sec02__dt {
  background-color: #f089b4;
}
.sec02__3 .sec02__subtitle,
.sec02__3 .sec02__item .lead,
.sec02__3 .ratetext,
.sec02__3 .percent {
  color: #f089b4;
  font-feature-settings: "palt" 1;
}
.sec02__4 .sec02__dt {
  background-color: #4fbca3;
}
.sec02__4 .sec02__subtitle,
.sec02__4 .sec02__item .lead,
.sec02__4 .ratetext,
.sec02__4 .percent {
  color: #4fbca3;
  font-feature-settings: "palt" 1;
}
.sec02__5 .sec02__dt {
  background-color: #f5877e;
}
.sec02__5 .sec02__subtitle,
.sec02__5 .sec02__item .lead,
.sec02__5 .ratetext,
.sec02__5 .percent {
  color: #f5877e;
}
.sec02__6 .sec02__dt {
  background-color: #05628c;
}
.sec02__6 .sec02__subtitle,
.sec02__6 .sec02__item .lead,
.sec02__6 .ratetext,
.sec02__6 .percent {
  color: #05628c;
  font-feature-settings: "palt" 1;
}
.sec02__7 .sec02__dt {
  background-color: #019dc6;
}
.sec02__7 .sec02__subtitle,
.sec02__7 .sec02__item .lead,
.sec02__7 .ratetext,
.sec02__7 .percent {
  color: #019dc6;
}
.sec02__dt {
  position: relative;
  color: #fff;
  padding: 15px 10px;
  cursor: pointer;
}
.sec02__dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.sec02__dt.open::after {
  transform: rotate(-135deg);
}
.sec02__dd {
  display: none;
}
.sec02__subtitle .year {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  border: 1px solid;
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .sec02__flex {
    align-items: flex-start;
    min-width: 0;
  }
}
.sec02__img {
  display: block;
  flex: none;
  height: auto;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .sec02__img {
    width: calc(60% - 50px);
    max-width: calc(60% - 50px);
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .sec02__img {
    width: calc(60% - 3.66vw);
    max-width: calc(60% - 3.66vw);
  }
}
@media (min-width: 768px) {
  .sec02__content {
    width: 40%;
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .sec02__content {
    margin-left: 3.66vw;
  }
}
.sec02__item .lead {
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.8;
}
.sec02__item .text {
  line-height: 1.8;
}
.sec02__item .rate {
  display: flex;
  align-items: flex-end;
}
.sec02__item .ratetext {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid;
  border-radius: 22px;
  padding: 4px 8px;
  margin: 0 8px 6px 0;
}
.sec02__item .percent {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.sec02__item .num {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.sec02__item .pertext {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-left: 5px;
}
.sec02__btn {
  max-width: 100%;
  background: linear-gradient(0deg, #fddb92 0%, #d1fdff 100%);
  color: #1f2c5c;
  border: 1px solid #1f2c5c;
  border-radius: 45px;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .sec02__btn {
    width: 864px;
    padding: 24px 24px 24px 36px;
  }
}
@media (max-width: 767px) {
  .sec02__btn {
    padding: 12px 20px;
  }
}
.sec02__btn:hover {
  background: #1f2c5c;
  color: #fff;
  opacity: 1;
}
.sec02__btntext {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sec02__btnicon {
  position: relative;
  background-color: #fff;
  border: 1px solid #1f2c5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sec02__btnicon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f2c5c;
  border-right: 2px solid #1f2c5c;
  transform: rotate(45deg);
}

.sec03 {
  background-color: #e2f9ff;
}
@media (min-width: 768px) {
  .sec03 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec03 {
    padding: 48px 0;
  }
}
.sec03__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec03__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    padding: 0 25px;
  }
}
.sec03__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec03__subtitle {
  color: #1f2c5c;
  font-weight: 500;
}
.sec03__ul {
  list-style: none;
  color: #fff;
  gap: 20px;
}
.sec03__li {
  border-radius: 50px;
}
@media (min-width: 768px) {
  .sec03__li {
    width: 400px;
    padding: 16px 12px;
  }
}
@media (max-width: 767px) {
  .sec03__li {
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
  }
}
.sec03__1 {
  background-color: #f08f69;
}
.sec03__2 {
  background-color: #019dc6;
}
.sec03__3 {
  background-color: #4fbca3;
}
.sec03__4 {
  background-color: #f9bf3d;
}
.sec03__interviews {
  list-style: none;
}
@media (min-width: 768px) {
  .sec03__interviews {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .sec03__interviews {
    gap: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec03__interview {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .sec03__interview {
    max-width: 386px;
  }
}
.sec03__lead {
  font-weight: 700;
  color: #1f2c5c;
}
.sec03__img {
  border-radius: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sec03__img {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sec03__img {
    width: 64%;
    max-width: 64%;
  }
}
.sec03__p {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .sec04 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 48px 0;
  }
}
.sec04__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec04__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec04__wrapper {
    padding: 0 25px;
  }
}
.sec04__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec04__interviews {
  list-style: none;
}
@media (min-width: 768px) {
  .sec04__interviews {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .sec04__interviews {
    gap: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec04__interview {
    display: flex;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .sec04__interview {
    max-width: 386px;
  }
}
@media (min-width: 768px) {
  .sec04__inwrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .sec04__item2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec04__item3 {
    margin-top: auto;
  }
}
.sec04__item3 img {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
.sec04__lead {
  font-weight: 700;
  color: #1f2c5c;
}
.sec04__img {
  border-radius: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sec04__img {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sec04__img {
    width: 64%;
    max-width: 64%;
  }
}
.sec04__p {
  line-height: 1.8;
}
.sec04__subtitle {
  color: #1f2c5c;
  font-weight: 500;
}

.sec05 {
  background-color: #e2f9ff;
}
@media (min-width: 768px) {
  .sec05 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec05 {
    padding: 48px 0;
  }
}
.sec05__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec05__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec05__wrapper {
    padding: 0 25px;
  }
}
.sec05__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec05__interviews {
  list-style: none;
}
@media (min-width: 768px) {
  .sec05__interviews {
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .sec05__interviews {
    gap: 40px 0;
  }
}
@media (min-width: 768px) {
  .sec05__interview {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .sec05__interview {
    max-width: 386px;
  }
}
.sec05__lead {
  font-weight: 700;
  color: #1f2c5c;
}
.sec05__img {
  border-radius: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sec05__img {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    width: 64%;
    max-width: 64%;
  }
}
.sec05__p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .sec06 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec06 {
    padding: 48px 0;
  }
}
.sec06__wrapper {
  max-width: 960px;
}
@media (min-width: 768px) {
  .sec06__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec06__wrapper {
    padding: 0 25px;
  }
}
.sec06__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec06__items {
  list-style: none;
}
.sec06__btn {
  position: relative;
  background: #fff;
  color: #1f2c5c;
  border: 1px solid #1f2c5c;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .sec06__btn {
    padding: 20px 45px 20px 25px;
  }
}
@media (max-width: 767px) {
  .sec06__btn {
    padding: 12px;
  }
}
.sec06__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1f2c5c;
  border-right: 2px solid #1f2c5c;
  transform: rotate(45deg);
}
.sec06__btn:hover {
  background: #1f2c5c;
  color: #fff;
  opacity: 1;
}
.sec06__btn:hover::after {
  border-color: #fff;
}

@media (min-width: 768px) {
  .sec07 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .sec07 {
    padding: 48px 0;
  }
}
.sec07__wrapper {
  max-width: 1314px;
}
@media (min-width: 768px) {
  .sec07__wrapper {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .sec07__wrapper {
    padding: 0 25px;
  }
}
.sec07__head {
  color: #1f2c5c;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sec07__items {
  list-style: none;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .sec07__items {
    flex-direction: column;
  }
}
.sec07__item {
  max-width: 100%;
  min-height: 320px;
  border: 1px solid #1f2c5c;
  padding: 24px;
}
@media (min-width: 768px) {
  .sec07__item {
    width: 590px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .sec07__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .sec07__item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .sec07__item {
    min-height: auto;
  }
}
.sec07__boxlead {
  color: #1f2c5c;
  line-height: 33px;
}
.sec07__boxtext {
  color: #1f2c5c;
  font-weight: 500;
}
.sec07__tel {
  color: #1f2c5c;
  letter-spacing: 0.1rem;
  font-size: 40px;
}
@media (max-width: 479px) {
  .sec07__tel {
    font-size: 24px;
    margin-top: 10px;
  }
}
.sec07__tel span {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 479px) {
  .sec07__tel span {
    padding-left: 28px;
  }
}
.sec07__tel span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
@media (max-width: 479px) {
  .sec07__tel span::before {
    width: 20px;
    height: 20px;
  }
}
.sec07__mail {
  color: #1f2c5c;
  line-height: 33px;
}
@media (max-width: 479px) {
  .sec07__mail {
    margin-top: 15px;
  }
}
.sec07__mail span {
  position: relative;
  padding-left: 40px;
}
.sec07__mail span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 21px;
  background-image: url(../img/common/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}/*# sourceMappingURL=top.css.map */