@charset "UTF-8";
.c-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 640px) {
  .c-block01 {
    flex-direction: column-reverse;
    gap: 0px 40px;
  }
}
.c-block01__content {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .c-block01__content {
    width: 100%;
  }
}
.c-block01__content p {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
  line-height: 2.13;
}
.c-block01__title {
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .c-block01__title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.c-block01__img {
  width: 500px;
  max-width: calc(50% - 40px);
}
.c-block01__img img {
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
  .c-block01__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.c-block02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 6.7%;
}
@media screen and (max-width: 640px) {
  .c-block02 {
    grid-template-columns: 1fr;
  }
}
.c-block02__item {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .c-block02__item {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 640px) {
  .c-block02__contents {
    display: contents;
  }
}
.c-block02__title {
  margin-bottom: 25px;
  padding: 4px 10px 13px 36px;
  border-bottom: 1px solid #1d87b4;
  background: url(../images/icon-teeth-yellow.png) no-repeat 0px 7px;
  background-size: 25px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .c-block02__title {
    order: 1;
  }
}
.c-block02__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-block02__text {
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  .c-block02__img {
    order: 2;
    text-align: center;
    margin-bottom: 20px;
  }
}

.c-block03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .c-block03 {
    justify-content: flex-start;
    gap: 0px;
  }
}
.c-block03__contents {
  flex: 1;
  gap: 0px;
}
@media screen and (max-width: 640px) {
  .c-block03__contents {
    display: contents;
  }
}
.c-block03__title {
  margin-bottom: 25px;
  padding: 10px 10px 13px 36px;
  border-bottom: 1px solid #1d87b4;
  background: url("../images/icon-teeth-yellow.png") no-repeat 0px 13px;
  background-size: 25px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .c-block03__title {
    width: 100%;
    order: 1;
  }
}
.c-block03__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-block03__text {
    order: 3;
  }
}
.c-block03__img {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .c-block03__img {
    order: 2;
    margin: 0 auto 20px;
  }
}

.c-block04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 70px;
}
@media screen and (max-width: 640px) {
  .c-block04 {
    grid-template-columns: 1fr;
  }
}
.c-block04__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 640px) {
  .c-block04__item {
    flex-direction: column;
    gap: 0px;
  }
}
.c-block04__contents {
  flex: 1;
  margin-top: -10px;
}
@media screen and (max-width: 640px) {
  .c-block04__contents {
    display: contents;
  }
}
.c-block04__title {
  margin-bottom: 20px;
  padding: 10px 10px 13px 36px;
  border-bottom: 1px solid #1d87b4;
  background: url("../images/icon-teeth-yellow.png") no-repeat 0px 13px;
  background-size: 25px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .c-block04__title {
    width: 100%;
    order: 1;
  }
}
.c-block04__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-block04__text {
    order: 3;
  }
}
.c-block04__img {
  width: 200px;
}
@media screen and (max-width: 640px) {
  .c-block04__img {
    margin: 0 auto 20px;
    order: 2;
  }
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 450px;
  padding: 0.8em 80px 0.9em 70px;
  border-radius: 8px;
  color: #fff;
  background-color: #2b8fba;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 640px) {
  .c-btn01 {
    max-width: 100%;
    padding: 0.8em 38px 0.9em 20px;
  }
}
.c-btn01::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 25px;
  width: 58px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (max-width: 640px) {
  .c-btn01::before {
    width: 20px;
    right: 20px;
  }
}
.c-btn01:hover {
  opacity: 0.7;
  color: #fff;
}
.c-btn01--small {
  max-width: 234px;
}
@media screen and (max-width: 640px) {
  .c-btn01--small {
    display: block;
    max-width: 100%;
  }
}
.c-btn01--large {
  font-size: 22px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large {
    padding: 0.8em 35px 0.9em 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .c-btn01--large {
    padding: 0.8em 33px 0.9em 10px;
  }
}
.c-btn01--large::before {
  top: 42%;
  right: 25px;
  width: 22px;
  height: 7px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large::before {
    right: 20px;
    width: 18px;
    height: 6px;
  }
}
@media screen and (max-width: 640px) {
  .c-btn01--large::before {
    right: 15px;
  }
}
.c-btn01--large::after {
  border-width: 0 0 68px 68px;
}
@media screen and (max-width: 1090px) {
  .c-btn01--large::after {
    border-width: 0 0 48px 48px;
  }
}

.c-content-block01 {
  margin-bottom: 50px;
}
.c-content-block01__title {
  margin-bottom: 25px;
  padding: 10px 10px 13px 36px;
  border-bottom: 1px solid #1d87b4;
  background: url("../images/icon-teeth-yellow.png") no-repeat 0px 13px;
  background-size: 25px auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .c-content-block01__title {
    padding: 10px 10px 10px 28px;
    border-bottom: 1px solid #1d87b4;
    background: url("../images/icon-teeth-yellow.png") no-repeat 0px 14px;
    background-size: 18px auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 17px;
  }
}
.c-content-block01__text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}

.c-faq__item {
  margin-bottom: 55px;
}
.c-faq dt {
  position: relative;
  margin-bottom: 25px;
  padding: 12px 20px 15px 80px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.12em;
  text-align: left;
  color: #67cbff;
}
@media screen and (max-width: 640px) {
  .c-faq dt {
    padding: 12px 0px 15px 65px;
    font-size: 16px;
  }
}
.c-faq dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  background-color: #67cbff;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 4px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .c-faq dt::before {
    top: 19px;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.c-faq dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  width: calc(100% - 80px);
  height: 1px;
  border-bottom: 2px dotted #67cbff;
}
@media screen and (max-width: 640px) {
  .c-faq dt::after {
    left: 67px;
  }
}
.c-faq dd {
  position: relative;
  width: calc(100% - 33px);
  margin: 0 0 0 33px;
  padding: 8px 20px 10px 63px;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-faq dd {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
    padding: 8px 20px 10px 63px;
  }
}
.c-faq dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  background-color: #fbec6e;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  padding-bottom: 3px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .c-faq dd::before {
    top: 14px;
    left: 0px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.c-flow01 {
  width: 100%;
  max-width: 942px;
  margin: auto;
}
.c-flow01__item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  padding-bottom: 55px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .c-flow01__item {
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 40px;
  }
}
.c-flow01__item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 38px;
  width: 2px;
  height: calc(100% - 2px);
  border-left: 2px dotted #67cbff;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .c-flow01__item::after {
    left: 21px;
  }
}
.c-flow01__item:last-of-type::after {
  display: none;
}
.c-flow01--pt2 .c-flow01__item {
  align-items: flex-start;
}
.c-flow01 dt {
  position: relative;
  width: fit-content;
  min-width: 370px;
  height: 45px;
  padding: 6px 30px 10px 30px;
  border-radius: 50px;
  background-color: #67cbff;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-flow01 dt {
    min-width: 100%;
    padding: 6px 15px 10px 15px;
  }
}
.c-flow01 dt > span {
  padding: 2px 25px 2px 32px;
  background: url("../images/icon-teeth-yellow.png") no-repeat 0% 7px;
  background-size: 19px auto;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c-flow01 dt > span {
    padding: 2px 10px 2px 25px;
    background-size: 16px auto;
    background-position: 0 9px;
  }
}
.c-flow01 dd {
  flex: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .c-flow01 dd {
    padding: 0 10px 0 35px;
  }
}

.c-flow02__item {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  padding-bottom: 36px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .c-flow02__item {
    gap: 20px;
    padding-bottom: 60px;
  }
}
.c-flow02__item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 125.5px;
  width: 2px;
  height: calc(100% - 2px);
  border-left: 2px dotted #1d87b4;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .c-flow02__item::after {
    display: none;
  }
}
.c-flow02__item:last-of-type::after {
  display: none;
}
.c-flow02__img {
  width: 250px;
}
@media screen and (max-width: 640px) {
  .c-flow02__img {
    width: 100%;
    text-align: center;
  }
}
.c-flow02__contents {
  flex: 1;
}
.c-flow02__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d87b4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: left;
  color: #023e63;
}
@media screen and (max-width: 640px) {
  .c-flow02__title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.c-flow02__text p {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0.75px;
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
}
.c-front-heading__textBig {
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 17px;
  color: #475555;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .c-front-heading__textBig {
    font-size: 30px;
  }
}
.c-front-heading__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #DFE1E1;
}
.c-front-heading__textBig--black {
  color: #000;
}
.c-front-heading__textBig--lightblue::after {
  background-color: #108a88;
  opacity: 0.26;
}
@media screen and (max-width: 640px) {
  .c-front-heading__textBig--lightblue::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}
@media screen and (max-width: 640px) {
  .c-front-heading__textBig--gray::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}
.c-front-heading__textSmall {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  color: #d2bc49;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 640px) {
  .c-front-heading__textSmall {
    font-size: 16px;
  }
}

/* Page heading */
.c-subpage-heading {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .c-subpage-heading {
    margin-bottom: 40px;
  }
}
.c-subpage-heading::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1d87b4;
}
@media screen and (max-width: 640px) {
  .c-subpage-heading::before {
    display: none;
  }
}
.c-subpage-heading__textBig {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-subpage-heading__textBig {
    font-size: 22px;
  }
}
.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  width: fit-content;
  margin: auto;
  font-family: "proxim-s-sb", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #8ec3da;
  line-height: 1.6;
  padding-inline: 38px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .c-subpage-heading__textSmall {
    font-size: 18px;
  }
}
.c-subpage-heading__textSmall--bg-blue {
  background-color: #eff5f7;
}
.c-subpage-heading__textSmall--bg-blue02 {
  background-color: #D6ECF6;
}

.c-subpage-heading02 {
  position: relative;
  margin-bottom: 60px;
  padding: 10px 20px 10px 67px;
  border-radius: 5px;
  background: url("../images/icon-teeth-gray.png") no-repeat 22px 14px;
  background-size: 25px auto;
  background-color: #1f87b4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c-subpage-heading02 {
    margin-bottom: 30px;
    padding: 10px 20px 10px 44px;
    border-radius: 5px;
    background: url("../images/icon-teeth-gray.png") no-repeat 14px 16px;
    background-size: 18px auto;
    background-color: #1f87b4;
    font-size: 18px;
  }
}

.c-list01 {
  position: relative;
  padding: 90px 30px 60px 60px;
  border-radius: 34px;
  background-color: #ecf9ff;
}
@media screen and (max-width: 640px) {
  .c-list01 {
    padding: 50px 20px 30px 20px;
    border-radius: 20px;
  }
}
.c-list01--bgWhite {
  background-color: #fff;
}
.c-list01__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -30px 0 0 0;
  width: fit-content;
  height: 60px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  border-radius: 30px;
  background-color: #1d87b4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c-list01__title {
    inset: -23px 0 0 0;
    height: 44px;
    padding: 7px 10px 5px;
    font-size: 18px;
  }
}
.c-list01__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}
@media screen and (max-width: 640px) {
  .c-list01__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}
.c-list01__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list01__list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px 0 26px;
  background: url("../images/icon_check02.png") no-repeat 0% 10px;
  background-size: 15px auto;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list01__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #66a5d2;
}
@media screen and (max-width: 1090px) {
  .c-list01__list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .c-list01__list li {
    width: 100%;
  }
}
.c-list01__list--col02 li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .c-list01__list--col02 li {
    width: 100%;
  }
}
.c-list01__list--col03 li {
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .c-list01__list--col03 li {
    width: 100%;
  }
}
.c-list01__list--pt2 {
  display: grid;
  grid-template-columns: 360px 360px;
  gap: 0px 20px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .c-list01__list--pt2 {
    grid-template-columns: 1fr;
    gap: 0px 20px;
  }
}
.c-list01__list--pt2 li {
  width: 100%;
}
.c-list01__list--last li:last-of-type {
  width: fit-content;
}
.c-list01__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .c-list01__text01 {
    padding: 0 0 0 42px;
  }
}
.c-list01__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .c-list01__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

.c-list02 {
  position: relative;
  padding: 60px 30px 40px 60px;
  border-radius: 34px;
  background-color: #ecf9ff;
}
@media screen and (max-width: 1090px) {
  .c-list02 {
    padding: 90px 30px 60px 35px;
  }
}
@media screen and (max-width: 640px) {
  .c-list02 {
    padding: 50px 20px 30px 20px;
  }
}
.c-list02__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -30px 0 0 0;
  width: fit-content;
  height: 60px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  border-radius: 30px;
  background-color: #1d87b4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c-list02__title {
    inset: -23px 0 0 0;
    height: 44px;
    padding: 7px 10px 5px;
    font-size: 18px;
  }
}
.c-list02__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}
@media screen and (max-width: 640px) {
  .c-list02__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}
.c-list02__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list02__list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px 0 35px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list02__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 17px;
  background: url("../images/icon_check01.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .c-list02__list li::before {
    top: 3px;
  }
}
@media screen and (max-width: 1090px) {
  .c-list02__list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .c-list02__list li {
    width: 100%;
  }
}
.c-list02__list--col02 li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .c-list02__list--col02 li {
    width: 100%;
  }
}
.c-list02__list--col03 li {
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .c-list02__list--col03 li {
    width: 100%;
  }
}
.c-list02__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .c-list02__text01 {
    padding: 0 0 0 42px;
  }
}
.c-list02__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .c-list02__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}

.c-list03 {
  position: relative;
  padding: 70px 40px 40px 50px;
  border-radius: 34px;
  background-color: #ecf9ff;
}
@media screen and (max-width: 1090px) {
  .c-list03 {
    padding: 90px 30px 60px 35px;
  }
}
@media screen and (max-width: 640px) {
  .c-list03 {
    padding: 50px 20px 30px 20px;
  }
}
.c-list03__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: -30px 0 0 0;
  width: fit-content;
  height: 60px;
  margin: 0 auto;
  padding: 9px 50px 9px;
  border-radius: 30px;
  background-color: #67cbff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c-list03__title {
    inset: -23px 0 0 0;
    min-width: 150px;
    height: 44px;
    padding: 5px 10px 5px;
    font-size: 18px;
  }
}
.c-list03__lead {
  margin-bottom: 50px;
  padding-bottom: 65px;
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dotted #3ba3d5;
}
@media screen and (max-width: 640px) {
  .c-list03__lead {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }
}
.c-list03__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list03__list li {
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px 0 35px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.c-list03__list li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 17px;
  background: url("../images/icon_check01.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 1090px) {
  .c-list03__list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .c-list03__list li {
    width: 100%;
  }
}
.c-list03__list--col01 li {
  width: 100%;
}
.c-list03__list--col02 li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .c-list03__list--col02 li {
    width: 100%;
  }
}
.c-list03__list--col03 li {
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .c-list03__list--col03 li {
    width: 100%;
  }
}
.c-list03__text01 {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .c-list03__text01 {
    padding: 0 0 0 42px;
  }
}
.c-list03__text01 span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  background-color: #2e7ab2;
  border-radius: 50px;
  text-align: center;
  padding-top: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .c-list03__text01 span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding-top: 7px;
    font-size: 20px;
  }
}
.c-list03--pt2 {
  background-color: #f1f1f1;
}
.c-list03--pt2 .c-list03__title {
  background-color: #919191;
}
.c-list03--pt2 .c-list03__list li::before {
  background: url("../images/icon_check01_off.png") no-repeat 0 0;
  background-size: contain;
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 35px 0;
  background-color: #f4f7fb;
}
.c-subpage-common-list * {
  box-sizing: border-box;
}
.c-subpage-common-list__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px 15px;
  flex-wrap: wrap;
  margin: auto;
}
.c-subpage-common-list__item {
  width: calc(20% - 12px);
}
@media screen and (max-width: 640px) {
  .c-subpage-common-list__item {
    width: calc(50% - 7.5px);
  }
}
.c-subpage-common-list__item > a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 10px 10px 10px;
  border-radius: 50px;
  border: solid 1px #fff;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.15em;
  text-align: center;
  color: #284674;
  transition: 0.2s linear;
}
@media screen and (max-width: 640px) {
  .c-subpage-common-list__item > a {
    height: 40px;
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .c-subpage-common-list__item > a {
    font-size: 12px;
  }
}
.c-subpage-common-list__item > a:hover {
  background-color: #284674;
  color: #fff;
}
