@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

body {
  letter-spacing: 0.04em;
}

section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 56px 0;
  }
}
section .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section .bg {
    width: 150px;
  }
}

.container {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #00336A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ttl {
    margin-bottom: 24px;
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
}
.ttl div {
  width: 100%;
}
.ttl img {
  width: 55px;
  height: auto;
}

.sub-ttl {
  position: relative;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-ttl {
    font-size: 22px;
  }
}
.sub-ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .sub-ttl::after {
    width: 60px;
  }
}

.read {
  font-size: 16px;
  line-height: 1.8;
}
.read.large {
  font-size: 18px;
}

.link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 790px;
  margin: 60px auto 80px auto;
}
@media screen and (max-width: 768px) {
  .link {
    gap: 12px;
    margin: 24px auto 40px auto;
  }
}
.link__btn {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .link__btn {
    width: 100%;
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #00336A;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
.btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .btn .arrow {
    width: 20px;
  }
}

.eventLink {
  margin-top: 4em;
  text-align: center;
  padding-bottom: 2em;
}
.eventLink p {
  font-weight: bold;
  color: #00336A;
  margin-bottom: 0.5em;
  display: inline-block;
  background: linear-gradient(transparent 70%, #F6DC69 70%);
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .eventLink p {
    font-feature-settings: "palt";
    font-size: 1.2em;
  }
}
.eventLink .btn {
  max-width: 440px;
  margin: 0 auto 0;
  color: #fff;
  background: #00336A;
}

.mv {
  padding: 64px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 90px 0 40px 0;
  }
}
.mv__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .mv__header {
    margin-bottom: 40px;
  }
}
.mv__header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .mv__header img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .mv__header img {
    top: -65px;
    left: 50%;
    transform: translateY(0) translateX(-60%);
    width: 250px;
  }
}
.mv__header h1 {
  font-size: 56px;
  letter-spacing: 0.1em;
  color: #00336A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__header h1 {
    width: 100%;
    font-size: 32px;
  }
}
.mv__header h1 span {
  display: block;
  margin-top: 8px;
  padding: 8px 135px;
  font-size: 50%;
  color: #fff;
  background-color: #BEAF73;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__header h1 span {
    padding: 8px 0;
  }
}
.mv__body {
  position: relative;
}
.mv__body::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__body::before {
    top: 80px;
    height: calc(100% - 40px);
  }
}
.mv__body .swiper {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mv__body .swiper {
    margin-bottom: 40px;
  }
}
.mv__body .swiper .swiper-slide img {
  width: 100%;
}
.mv__body .swiper .swiper-slide p {
  margin-top: 16px;
}
.mv__body .swiper .swiper-btn-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.mv__body .swiper .swiper-button-next,
.mv__body .swiper .swiper-button-prev {
  position: relative;
  color: #fff;
  background-color: #00336A;
  width: 50px;
  height: 50px;
  font-size: 0px;
  cursor: pointer;
}
.mv__body .swiper .swiper-button-next:after {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../img/slider_next.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__body .swiper .swiper-button-prev:after {
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../img/slider_prev.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mv .limited {
  text-align: center;
  padding-bottom: 60px;
}
.mv .limited a {
  font-size: 24px;
  font-weight: 700;
  color: red;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .mv .limited a {
    font-size: 5.5vw;
  }
}
.mv .limited a span {
  font-size: 75%;
}
.mv__ttl dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mv__ttl dl {
    font-size: 3.1vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl dt {
    display: block;
    white-space: nowrap;
  }
}
.mv__ttl dd {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .mv__ttl dd {
    display: block;
    width: 100%;
  }
}

.guide .banner02 {
  width: 90%;
  max-width: 317px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .guide .banner02 {
    margin: 0 auto 40px auto;
    max-width: 250px;
  }
}
.guide .banner02 img {
  width: 100%;
  height: auto;
}
.guide__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
}
@media screen and (max-width: 768px) {
  .guide__list {
    gap: 12px;
  }
}
.guide__content {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .guide__content {
    width: 100%;
  }
}
.guide__content a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75em;
  width: 100%;
  height: 100%;
  padding: 1rem 1em;
  color: #00336A;
  font-size: 1.25em;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .guide__content a {
    font-size: 16px;
  }
}
.guide__content .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.feature {
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-bottom: 2em;
  }
}
.feature__inner {
  position: relative;
  z-index: 2;
}
.feature__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature__wrap {
    gap: 24px;
  }
}
.feature__content {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2196078431);
}
@media screen and (max-width: 768px) {
  .feature__content {
    width: 100%;
  }
}
.feature__img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .feature__img {
    height: 130px;
  }
}
.feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__icon {
  display: inline-block;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #BEAF73;
  transform: translateY(-25px);
}
@media screen and (max-width: 768px) {
  .feature__icon {
    font-size: 12px;
    transform: translateY(-10px);
  }
}
.feature__icon strong {
  display: inline-block;
  font-size: 130%;
  margin-left: 8px;
  transform: translateY(2px);
}
.feature__txt {
  padding: 0 24px 40px 24px;
}
@media screen and (max-width: 768px) {
  .feature__txt {
    padding: 0 24px 20px 24px;
  }
}
.feature__txt h3 {
  font-size: 22px;
  color: #00336A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .feature__txt h3 {
    font-size: 18px;
  }
}
.feature__txt h3 span {
  color: #000;
  font-size: 75%;
}

.lecture {
  padding-bottom: 60px;
}
.lecture .lecture {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lecture .lecture {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.lecture .lecture__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__wrap {
    gap: 24px;
  }
}
.lecture .lecture__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .lecture .lecture__content {
    width: 100%;
  }
}
.lecture .lecture__content h3 {
  margin-bottom: 24px;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.lecture .lecture__schedule {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .lecture .lecture__schedule {
    width: 500px;
  }
}
.lecture .lecture__table {
  width: 100%;
}
.lecture .lecture__table th,
.lecture .lecture__table td {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #00336A;
}
.lecture .lecture__table th {
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.lecture .lecture__table td {
  border-top: none;
  display: flex;
  gap: 16px;
}
.lecture .lecture__table td ul li {
  position: relative;
  padding-left: 20px;
}
.lecture .lecture__table td ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #BEAF73;
  border-radius: 50%;
}

.example {
  margin-top: 2.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .example {
    margin-top: 0;
  }
}
.example h3 img {
  display: block;
  width: 4em;
  margin: 0 auto 0.9em;
}
.example .lead {
  font-size: 1.125em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .example .lead {
    font-size: 0.9em;
  }
}
.example .list_01 {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .example .list_01 {
    margin-top: 1.5em;
  }
}
.example .list_01 li {
  width: 48.25%;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .example .list_01 li {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.example .list_01 li .tit {
  font-size: 1.25em;
  font-weight: 700;
  color: #00336A;
  margin-top: 1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .example .list_01 li .tit {
    font-size: 1.0625em;
    line-height: 1.4;
  }
}
.example .list_01 li p {
  text-align: left;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .example .list_01 li p {
    font-size: 90%;
    line-height: 1.4;
  }
}

.schedule {
  background-color: #F2F4F7;
}
.schedule__inner {
  position: relative;
  z-index: 2;
}
.schedule__wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .schedule__wrap {
    gap: 24px;
  }
}
.schedule__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .schedule__content {
    width: 100%;
  }
}
.schedule__content h3 {
  margin-bottom: 24px;
  font-size: 22px;
  color: #00336A;
}
@media screen and (max-width: 768px) {
  .schedule__content h3 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid;
  }
  .schedule__content h3::after {
    content: "＋";
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .schedule__content h3.is_show::after {
    transform: rotate(45deg);
  }
}
.schedule__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule__table {
    display: none;
    width: 100%;
  }
}
.schedule__table th,
.schedule__table td {
  padding: 20px;
  border: 1px solid #00336A;
}
@media screen and (max-width: 768px) {
  .schedule__table th,
  .schedule__table td {
    padding: 0.75em;
    font-size: 90%;
  }
}
.schedule__table th {
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
.schedule__table td {
  background-color: #fff;
}
.schedule__table td ul li span {
  display: block;
  font-size: 80%;
}
.schedule .timetable {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .schedule .timetable {
    margin-top: 4em;
  }
}
.schedule .timetable .read {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .schedule .timetable .read {
    font-size: 95%;
    line-height: 1.5;
  }
}
.schedule .timetable .read strong {
  color: #A5934A;
  font-size: 150%;
}
.schedule .timetable .caution {
  text-align: right;
  display: block;
  font-size: 87.5%;
}
.schedule .timetable .star {
  color: #ef857d;
}
.schedule .timetable table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .schedule .timetable table {
    width: 1000px;
  }
}
.schedule .timetable table tr:first-of-type th:first-child {
  background-color: #00336A;
  color: #fff;
  vertical-align: middle;
  width: 27px;
}
.schedule .timetable table tr:first-of-type th:first-child p {
  white-space: pre;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: inline-block;
}
.schedule .timetable table tr:first-of-type th:first-child p span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .schedule .timetable table tr:first-of-type th:first-child p span {
    margin-bottom: 0.35em;
  }
}
.schedule .timetable table tr:first-of-type th {
  background-color: #99ADC3;
  color: #fff;
}
.schedule .timetable table tr:nth-child(n+2) th:first-child {
  width: 45px;
  font-weight: 400;
}
.schedule .timetable table tr:nth-child(n+2) th:nth-child(2) {
  width: 118px;
  font-weight: 400;
}
.schedule .timetable table tr th {
  border: 1px solid #00336A;
  vertical-align: middle;
  text-align: center;
  font-size: 80%;
}
.schedule .timetable table tr td {
  border: 1px solid #00336A;
  vertical-align: middle;
  text-align: center;
  font-size: 80%;
  width: 135px;
  font-weight: 500;
  height: 2.5em;
}
.schedule .timetable table .bg0101 {
  padding: 0.5em 0.5em 0;
}
.schedule .timetable table .bg0101 div {
  background: #fff;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5em;
}
.schedule .timetable table .bg0102 {
  padding: 0 0.5em 0;
  position: relative;
}
.schedule .timetable table .bg0102 div {
  background: #fff;
  height: 3em;
}
.schedule .timetable table .bg0102 span {
  position: absolute;
  top: 0.1em;
  left: 20%;
  width: 60%;
  height: 6em;
  border-radius: 100%;
  background: #fff;
  color: #A5934A;
  border: 2px solid #A5934A;
  z-index: 5;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule .timetable table .bg0103 {
  padding: 0 0.5em 0.5em;
}
.schedule .timetable table .bg0103 div {
  background: #fff;
  height: 3em;
}

.qualifications .exam {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qualifications .exam {
    margin-bottom: 40px;
  }
}
.qualifications .exam__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .qualifications .exam__wrap {
    margin-top: 0;
    gap: 48px;
  }
}
.qualifications .achievements {
  width: 100%;
}
.qualifications .achievements__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.qualifications .achievements__content {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__content {
    width: 100%;
  }
}
.qualifications .achievements__content {
  padding: 60px 20px;
  color: #00336A;
  text-align: center;
  background-color: #F9F7F1;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .qualifications .achievements__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.qualifications .achievements__content span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.qualifications .achievements__content h4 {
  margin-bottom: 8px;
  font-size: 4em;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #F6DC69 80%);
  line-height: 1.5;
  display: inline-block;
}
.qualifications .achievements__content p {
  font-size: 14px;
}
.qualifications .employment__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .qualifications .employment__wrap {
    gap: 20px;
  }
}
.qualifications .employment__content {
  padding: 60px 20px;
  color: #00336A;
  text-align: center;
  background-color: #F9F7F1;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .qualifications .employment__content {
    width: 100%;
    padding: 40px 20px;
  }
}
.qualifications .employment__content span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.qualifications .employment__content h4 {
  margin-bottom: 8px;
  font-size: 4em;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #F6DC69 80%);
  line-height: 1.5;
  display: inline-block;
}
.qualifications .employment__content h4 span {
  display: inline;
}
.qualifications .employment__content p {
  font-size: 14px;
}
.qualifications .employment .btn {
  max-width: 440px;
  margin: 40px auto 0 auto;
}

.voice {
  background-color: #F9F7F1;
}
.voice__inner {
  position: relative;
  z-index: 2;
}
.voice__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .voice__content {
    gap: 25px;
  }
}
.voice__content:not(:last-child) {
  margin-bottom: 48px;
}
.voice__content:nth-child(even) .voice__shape {
  left: -33px;
}
@media screen and (max-width: 768px) {
  .voice__content:nth-child(even) .voice__shape {
    left: 40px;
  }
}
.voice__content:nth-child(odd) .voice__shape {
  right: -33px;
}
@media screen and (max-width: 768px) {
  .voice__content:nth-child(odd) .voice__shape {
    left: 40px;
    right: auto;
  }
}
.voice__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .voice__img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.voice__img img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .voice__img img {
    width: 50%;
  }
}
.voice__img p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .voice__img p {
    margin-top: 0;
    text-align: left;
    width: 45%;
    font-size: 85%;
    line-height: 1.5;
  }
}
.voice__img p .note {
  font-size: 70%;
  margin-left: 1.5em;
}
.voice__img p .txt_01 {
  display: block;
  margin: 0.35em 0;
}
.voice__txt {
  position: relative;
  width: calc(70% - 56px);
  padding: 32px;
  background-color: #fff;
  border: 1px solid #00336A;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .voice__txt {
    width: 100%;
    order: 2;
    padding: 2em 7%;
  }
}
.voice__txt h3 {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #00336A;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
  text-decoration-color: #BEAF73;
}
@media screen and (max-width: 768px) {
  .voice__txt h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 4px solid #BEAF73;
  }
}
@media screen and (max-width: 768px) {
  .voice__txt .read {
    font-size: 90%;
    line-height: 1.6;
  }
}
.voice__shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .voice__shape {
    top: -33px;
    transform: translateY(0);
  }
}

.life__header {
  margin-bottom: 48px;
}
.life__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .life__wrap {
    gap: 24px;
  }
}
.life__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .life__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .life__content {
    width: 100%;
  }
}
.life__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #F9F7F1;
}
@media screen and (max-width: 768px) {
  .life__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
.life__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .life__img {
    width: 100%;
    height: auto;
  }
}
.life__txt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #00336A;
  width: 48%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .life__txt {
    width: 100%;
    justify-content: center;
    margin-top: -1.5em;
    margin-left: 0;
  }
}
.life__txt h4 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .life__txt h4 {
    font-size: 18px;
  }
}
.life__txt .age {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #F6DC69 80%);
  line-height: 1.3;
}
.life__txt .age span {
  font-size: 50%;
}
.life__txt p {
  font-size: 87.5%;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .life__txt p {
    margin: 3em 0 0;
  }
}

.support {
  background-color: #F2F4F7;
}
.support__inner {
  position: relative;
  z-index: 2;
}
.support__table {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .support__table {
    width: 800px;
  }
}
.support__table th,
.support__table td {
  padding: 20px;
  border: 1px solid #00336A;
}
.support__table th {
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  color: #00336A;
  background-color: #EAEEF7;
}
@media screen and (max-width: 768px) {
  .support__table th {
    font-size: 20px;
  }
}
.support__table td {
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
}
.support__table td:last-child {
  font-size: 20px;
  font-weight: bold;
}
.support__table td:last-child strong {
  font-size: 130%;
  margin-left: 8px;
}
.support .btn {
  max-width: 360px;
  margin: 40px auto 0 auto;
  background: #fff;
}

.cta {
  position: relative;
  margin-bottom: 16px;
}
.cta::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: rgb(239, 251, 255);
  background: linear-gradient(90deg, rgb(239, 251, 255) 0%, rgb(249, 247, 241) 100%);
  z-index: -1;
}
.cta__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cta__content {
  width: calc((100% - 80px) / 3);
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1960784314);
}
@media screen and (max-width: 768px) {
  .cta__content {
    width: 100%;
  }
}
.cta__img {
  width: 100%;
  height: 230px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cta__img {
    height: 200px;
  }
}
.cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__txt {
  padding: 32px 32px 0 32px;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    padding: 20px 20px 0 20px;
  }
}
.cta__txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta__txt dl {
  display: flex;
  font-weight: bold;
}
.cta__txt dl:first-of-type {
  margin-top: 20px;
}
.cta .btn {
  position: absolute;
  bottom: 32px;
  width: 80%;
  left: 10%;
  font-size: 16px;
}

.footer02Box02 a {
  white-space: nowrap;
}