@charset "UTF-8";
/* ==============================


base


=================================*/
body {
  background-color: #E0EDF1;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.3vw;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}

a,
button {
  opacity: 1;
  transition: 0.3s;
}

a:hover,
button:hover {
  opacity: 0.5;
}

.all_contents {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .all_contents {
    letter-spacing: 1.1px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .inner {
    padding: 0 5vw;
  }
}
/* ==============================


header & footer


=================================*/
header {
  height: 60px;
  width: 100%;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 7.1%;
}

header img {
  max-width: 150px;
}

footer {
  background-color: #3568CB;
  height: 410px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer div {
  width: 65.6%;
  max-width: 945px;
  background-color: #fff;
  padding: 72px 0 48px;
  border-radius: 20px;
}

footer div img {
  max-width: 214px;
  margin-bottom: 24px;
}

footer div p {
  color: #ACACAC;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  header {
    height: 16vw;
    justify-content: center;
    padding: 0;
  }
  header img {
    max-width: 40vw;
  }
  footer {
    height: 74.7vw;
  }
  footer div {
    width: 89.3%;
    padding: 10.7vw 5.3vw;
    border-radius: 5.3vw;
  }
  footer div img {
    max-width: 57.1vw;
    margin-bottom: 6.4vw;
  }
  footer div p {
    font-size: 3.2vw;
  }
}
/* ==============================


tag


=================================*/
.f-bold,
.f-bold * {
  font-weight: bold;
}

.bg-w {
  background-color: #fff;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  display: block;
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3568CB;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn {
    border: 5px solid #3568CB;
    font-size: 20px;
    border-radius: 40px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    border: 0.8vw solid #3568CB;
    font-size: 4.27vw;
    border-radius: 10.7vw;
    height: 16vw;
  }
}

.arrow {
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .arrow::before {
    width: 9px;
    height: 18px;
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .arrow::before {
    right: 5.6vw;
    width: 2.42vw;
    height: 4.5vw;
  }
}

/* ==============================


kv


=================================*/
.kv {
  background-color: #E0EDF1;
}

.kv img {
  width: 95%;
  margin: 0 auto;
}

/* ==============================


sec01


=================================*/
.sec01 {
  background-color: #fff;
  padding: 60px 20px 0;
  position: relative;
}
.sec01 .sec_ttl_h2 {
  width: 76.5%;
  margin: 0 1.7% 0 21.8%;
}
.sec01 .fex_box {
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.sec01 .fex_box::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/day_1202_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 117px;
  max-width: 10.6%;
  height: 191px;
  z-index: 2;
}
.sec01 .box {
  width: 50%;
  position: relative;
  height: 199px;
}
.sec01 .box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.sec01 .box_title {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 38.9%;
}
.sec01 .box_title img {
  width: 100%;
}
.sec01 .l_box {
  background-color: #E0EDF1;
  border-radius: 10px 0 0 10px;
  padding: 29px 0 26px;
}
.sec01 .l_box .l_box_img {
  width: 45.6%;
  margin: 0 auto;
}
.sec01 .r_box {
  background-color: #FFFADB;
  border-radius: 0 10px 10px 0;
  padding: 29px 0 31px;
}
.sec01 .r_box .r_box_img {
  width: 45.6%;
  margin: 0 auto;
}
.sec01 small {
  text-align: left;
  font-size: 12px;
  display: block;
  margin-top: 15px;
  margin-bottom: 72px;
}
.sec01 h3.sec_ttl_h3 {
  width: 72.3%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.sec01 h3.sec_ttl_h3 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 10.8vw 0 0;
  }
  .sec01 .sec_ttl_h2 {
    width: 88%;
    margin: 0 0 11.7% 7.5%;
  }
  .sec01 .fex_box {
    flex-direction: column;
    margin: 0;
  }
  .sec01 .fex_box::before {
    top: 42vw;
    background-image: url("../img/day_1202_sp.png");
    width: 29.3vw;
    max-width: 29.3vw;
    height: 25.6vw;
  }
  .sec01 .box {
    width: 89.3vw;
    margin: 0 auto;
    height: auto;
  }
  .sec01 .box p {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .sec01 .box_title {
    top: -5vw;
    width: 63.9%;
  }
  .sec01 .l_box {
    border-radius: 5.3vw;
    padding: 8.5vw 0 10.4vw;
    margin-bottom: 25.1vw;
  }
  .sec01 .l_box .l_box_img {
    width: 55.1%;
    margin: 0 auto;
  }
  .sec01 .r_box {
    border-radius: 5.3vw;
    padding: 8.8vw 0 6.9vw;
  }
  .sec01 .r_box .r_box_img {
    width: 29.4%;
    margin: 0 auto;
  }
  .sec01 small {
    font-size: 3.2vw;
    padding: 0 5.3vw;
    margin-bottom: 16vw;
  }
  .sec01 h3.sec_ttl_h3 {
    width: 93.6%;
  }
}
/* ==============================


anchor


=================================*/
.anchor {
  background-color: #3568CB;
  color: #fff;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  height: 110px;
}
.anchor .f-bold {
  margin: 0 auto;
  height: 80px;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  border-right: 2px dotted #A5D6E6;
  border-left: 2px dotted #A5D6E6;
}
.anchor .f-bold a {
  width: 25%;
  position: relative;
  padding-top: 4px;
  line-height: 1.6;
}
.anchor .f-bold a:not(:last-child) {
  border-right: 2px dotted #A5D6E6;
}
.anchor .f-bold .arrow::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 70px;
  width: 10px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .anchor {
    margin: -3.2vw 0 0 0;
    padding: 0 5.3vw;
    height: auto;
  }
  .anchor .f-bold {
    font-size: 4.3vw;
    margin: 0 auto;
    padding: 5.3vw 0 6.9vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 86.9vw;
    border: none;
  }
  .anchor .f-bold a {
    text-align: left;
    width: 100%;
    display: grid;
    place-items: inherit;
    height: 18.6vw;
    border-bottom: 2px dotted #A5D6E6;
    border-right: none !important;
  }
  .anchor .f-bold a:first-child {
    border-top: 2px dotted #A5D6E6;
  }
  .anchor .f-bold .arrow::before {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: unset;
    right: 3%;
    width: 2.7vw;
    height: 5.3vw;
  }
}
/* ==============================


sec02


=================================*/
.sec02 {
  padding: 79px 20px 120px;
  background-color: #E0EDF1;
}
.sec02 .sec_ttl_h3 {
  max-width: 594px;
  margin: 0 auto;
  width: 54%;
  margin-bottom: 30px;
}
.sec02 .sec_ttl_h3 img {
  width: 100%;
}
.sec02 .sec02__ctr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.sec02 .sec02__ctr img {
  width: 48.4%;
}
.sec02 .sec02__ctr p {
  font-size: 24px;
  line-height: 1.8;
}
.sec02 .sec02__ctr p span {
  color: #3568CB;
  font-weight: bold;
}
.sec02 .sec02_use_sp {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec02 .sec02_use_sp .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 0 auto 80px;
  border-radius: 20px;
  padding: 60px 90px 60px 60px;
}
.sec02 .sec02_use_sp .text {
  max-width: 458px;
}
.sec02 .sec02_use_sp .text .ttl {
  width: 92.5%;
  margin-bottom: 20px;
}
.sec02 .sec02_use_sp .desc_text {
  text-align: left;
  padding-left: 38px;
  margin-bottom: 20px;
}
.sec02 .sec02_use_sp .desc_text li {
  position: relative;
  left: 0;
}
.sec02 .sec02_use_sp .desc_text li::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  width: 27px;
  height: 27px;
  background-image: url("../img/ico_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sec02 .sec02_use_sp .desc_text li:first-child {
  margin-bottom: 12px;
}
.sec02 .sec02_use_sp .img {
  max-width: 260px;
}
.sec02 .sec02_use_sp .sec02__btn {
  display: flex;
  justify-content: space-between;
}
.sec02 .sec02_use_sp .sec02__btn .btn {
  width: 86.7%;
}
.sec02 .sec02_use_sp .sec02__btn .btn::before {
  background-image: url(../img/arrow-b.svg);
  width: 9px;
  height: 18px;
  right: 27px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 16vw 5.3vw;
  }
  .sec02 .sec_ttl_h3 {
    width: 78.1vw;
    margin-bottom: 8.5vw;
  }
  .sec02 .sec02__ctr {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 8.5vw;
  }
  .sec02 .sec02__ctr img {
    max-width: 74.6vw;
    width: 100%;
  }
  .sec02 .sec02__ctr p {
    font-size: 5.3vw;
    width: 100%;
    line-height: 2;
  }
  .sec02 .sec02_use_sp {
    margin-bottom: 16vw;
    padding: 0;
  }
  .sec02 .sec02_use_sp .flex_box {
    max-width: 89.3vw;
    height: auto;
    border-radius: 5.3vw;
    padding: 8.5vw 5.3vw 10.4vw;
    flex-direction: column;
    margin-bottom: 16vw;
  }
  .sec02 .sec02_use_sp .text {
    max: width 100%;
  }
  .sec02 .sec02_use_sp .text .ttl {
    width: 67.4%;
    margin: 0 auto 6.4vw;
  }
  .sec02 .sec02_use_sp .desc_text {
    padding-left: 10.1vw;
    margin-bottom: 6.4vw;
  }
  .sec02 .sec02_use_sp .desc_text li {
    font-size: 4.3vw;
    position: relative;
    left: 0;
  }
  .sec02 .sec02_use_sp .desc_text li::before {
    left: -10.1vw;
    width: 7.2vw;
    height: 7.2vw;
  }
  .sec02 .sec02_use_sp .desc_text li:first-child {
    margin-bottom: 4.3vw;
  }
  .sec02 .sec02_use_sp .img {
    max-width: 42.7vw;
  }
  .sec02 .sec02_use_sp .sec02__btn {
    margin-bottom: 6.4vw;
  }
  .sec02 .sec02_use_sp .sec02__btn .btn {
    width: 78.6vw;
  }
  .sec02 .sec02_use_sp .sec02__btn .btn::before {
    right: 5.3vw;
    width: 2.1vw;
    height: 4.3vw;
  }
}
/* ==============================


sec02_1


=================================*/
.sec02_1 {
  margin-bottom: 80px;
}
.sec02_1 .sec_ttl_h3 {
  margin-bottom: 57px;
  max-width: 411px;
}
.sec02_1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.sec02_1 ul li {
  width: 48.9%;
  padding: 40px 0;
  border-radius: 20px;
  border: 5px solid #3568CB;
  background-color: #fff;
}
.sec02_1 ul li img {
  max-width: 305px;
  width: 56.7%;
  margin-bottom: 30px;
}
.sec02_1 ul li p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 20px;
}
.sec02_1 ul li p:nth-of-type(1) span {
  font-weight: bold;
  color: #3568CB;
}
.sec02_1 ul li p:nth-of-type(2) {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.sec02_1 ul li:nth-of-type(2) p:nth-of-type(2) {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .sec02_1 {
    margin-bottom: 16vw;
  }
  .sec02_1 .sec_ttl_h3 {
    width: 72.5vw;
    margin-bottom: 8.5vw;
  }
  .sec02_1 ul {
    gap: 4.3vw 0;
  }
  .sec02_1 ul li {
    width: 100%;
    padding: 8.5vw 6.7vw;
    border-radius: 5.3vw;
    border: 4px solid #3568CB;
  }
  .sec02_1 ul li img {
    width: 64vw;
    max-width: 64vw;
    margin-bottom: 4.3vw;
  }
  .sec02_1 ul li p:nth-of-type(1) {
    font-size: 5.3vw;
    margin: 0 -1em 4.3vw;
  }
  .sec02_1 ul li p:nth-of-type(2) {
    text-align: left;
    width: 100%;
    text-wrap: wrap;
    padding: 0;
  }
  .sec02_1 ul li:nth-of-type(2) p:nth-of-type(2) {
    letter-spacing: inherit;
  }
}
/* ==============================


sec02_2


=================================*/
.sec02_2 .sec_ttl_h3 {
  margin-bottom: 40px;
  max-width: 306px;
}
.sec02_2 dl {
  border: #3568CB solid 5px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 945px;
  margin: 0 auto;
  padding: 0 63px;
}
.sec02_2 dl:not(:last-child) {
  margin-bottom: 24px;
}
.sec02_2 dt {
  font-size: 24px;
  font-weight: bold;
  padding: 24px 0 14px;
  position: relative;
  text-align: left;
}
.sec02_2 dd {
  margin: 0 auto;
  border-top: 2px dotted #B3B7F0;
  padding: 14px 0 24px;
  text-align: left;
}
.sec02_2 dd a {
  color: #3568CB;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec02_2 .sec_ttl_h3 {
    width: 51.2vw;
    margin-bottom: 8.3vw;
  }
  .sec02_2 dl {
    border: #3568CB solid 3px;
    border-radius: 5.3vw;
    margin: 0 auto;
    font-size: 5.3vw;
    padding: 8.5vw 5vw;
  }
  .sec02_2 dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec02_2 dt {
    font-size: 5.3vw;
    padding: 0 0 2.7vw;
    text-align: left;
  }
  .sec02_2 dd {
    font-size: 4.3vw;
    border-top: 2px dotted #B3B7F0;
    padding: 2.7vw 0 0;
  }
}
/* ==============================


sec03


=================================*/
.sec03 {
  padding: 80px 20px 120px;
}
.sec03 .inner {
  max-width: 945px;
  margin: 0 auto;
}
.sec03 .sec_ttl_h3 {
  max-width: 449px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.sec03 .sec03__h3-sub {
  font-size: 24px;
  margin-bottom: 59px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 16vw 5.3vw;
  }
  .sec03 .sec_ttl_h3 {
    width: 63.5vw;
    margin-bottom: 8.5vw;
  }
  .sec03 .sec03__h3-sub {
    text-align: left;
    font-size: 5.3vw;
    margin-bottom: 8.5vw;
  }
}
/* ==============================


sec03__step


=================================*/
.sec03__step ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.sec03__step li {
  position: relative;
  max-width: 262px;
  width: 28.1%;
}
.sec03__step li img {
  margin-bottom: 18px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
}
.sec03__step li .step-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #3568CB;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}
.sec03__step li .step-icon span {
  font-size: 11px;
  font-weight: bold;
  display: block;
  letter-spacing: 1.98px;
}
.sec03__step li .step-kome {
  content: "";
  display: inline-block;
  position: absolute;
  top: -23px;
  right: -28px;
  max-width: 140px;
  width: 53.4%;
  height: 53.4%;
  background: url(../img/step_icon.png) no-repeat;
  background-size: contain;
}
.sec03__step li .step-kome p {
  font-size: min(14px, 1.5vw);
  color: #3568CB;
  font-weight: bold;
  padding-top: 32px;
  letter-spacing: -0.04em;
}
.sec03__step li .kome2 {
  font-size: 11px;
  margin-top: 5px;
}
.sec03__step li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 134px;
  right: -36px;
  width: 9px;
  height: 18px;
  background: url(../img/arrow-b.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .sec03__step ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16vw;
  }
  .sec03__step li {
    max-width: 69.9vw;
    width: 100%;
  }
  .sec03__step li img {
    margin-bottom: 1.6vw;
  }
  .sec03__step li:nth-of-type(1) img + p {
    margin-bottom: 21.6vw;
  }
  .sec03__step li:nth-of-type(2) img + p + .kome2 {
    font-size: 2.9vw;
    margin-bottom: 16.5vw;
  }
  .sec03__step li .step-icon {
    font-size: 9.1vw;
    width: 16.5vw;
    height: 16.5vw;
  }
  .sec03__step li .step-icon span {
    font-size: 2.9vw;
  }
  .sec03__step li .step-kome {
    top: -5.1vw;
    right: -9.3vw;
    width: 40vw;
    height: 40vw;
    max-width: none;
  }
  .sec03__step li .step-kome p {
    font-size: 3.7vw;
    padding-top: 9.3vw;
  }
  .sec03__step li:not(:last-child)::after {
    width: 2.4vw;
    height: 4.8vw;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .sec03__step li:nth-of-type(1):after {
    bottom: 12.3vw;
  }
  .sec03__step li:nth-of-type(2):after {
    bottom: 7.2vw;
  }
}
/* ==============================


sec03_other


=================================*/
.sec03_other {
  max-width: 819px;
  margin: 0 auto;
}
.sec03_other .sec03_other__01 > img {
  max-width: 350px;
  margin: 0 auto;
}
.sec03_other .sec03_other__01 > p {
  font-size: 24px;
  margin-bottom: 30px;
}
.sec03_other .sec03_other__01-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec03_other .sec03_other__01-btn .btn {
  width: 48.4%;
  color: #fff;
  border: unset;
  background-color: #3568CB;
  position: relative;
}
.sec03_other .sec03_other__01-btn .btn::before {
  width: 9px;
  height: 18px;
  right: 27px;
}
.sec03_other .dot_line {
  width: 100%;
}
.sec03_other .dot_line img {
  display: block;
}
.sec03_other .sec03_other__02 {
  padding: 40px 0 60px;
}
.sec03_other .sec03_other__02 p {
  margin: 0 0 20px;
}
.sec03_other .sec03_other__02 .btn {
  width: 48.7%;
}
.sec03_other .sec03_other__02 .btn.arrow::before {
  right: 5%;
  left: inherit;
}
.sec03_other .sec03_other__02 .btn.arrow.blue::before {
  background: url(../img/arrow-b.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 18px;
  right: 27px;
}

@media screen and (max-width: 767px) {
  .sec03_other .sec03_other__01 > img {
    max-width: 51.2vw;
    width: 58.67vw;
  }
  .sec03_other .sec03_other__01 > img + p {
    font-size: 5.3vw;
    text-align: left;
  }
  .sec03_other .sec03_other__01-btn {
    margin-bottom: 6.4vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sec03_other .sec03_other__01-btn .btn {
    width: 100%;
    height: 16vw;
  }
  .sec03_other .sec03_other__01-btn .btn:not(:last-child) {
    margin-bottom: 4.3vw;
  }
  .sec03_other .btn.arrow::before {
    right: 5.6vw;
    left: inherit;
    width: 2.42vw;
    height: 4.5vw;
  }
  .sec03_other .sec03_other__02 {
    padding: 6.4vw 0 16vw;
  }
  .sec03_other .sec03_other__02 p {
    text-align: left;
    margin-bottom: 4.3vw;
  }
  .sec03_other .sec03_other__02 .btn {
    width: 90%;
  }
  .sec03_other .sec03_other__02 .btn {
    width: 100%;
  }
  .sec03_other .sec03_other__02 .btn.arrow.blue::before {
    right: 5.6vw;
    width: 2.42vw;
    height: 4.5vw;
  }
}
/* ==============================


sec03_other__03


=================================*/
.sec03_other__03 .inner {
  background-color: #E0EDF1;
  display: flex;
  max-width: 945px;
  padding: 40px 63px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.sec03_other__03 .sec_ttl_h3 {
  max-width: 647px;
  margin: 0 auto 8px;
}
.sec03_other__03 .desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.sec03_other__03 .desc span {
  font-weight: bold;
}
.sec03_other__03 .flex_box {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.sec03_other__03 .flex_box .img {
  width: 48.5%;
}
.sec03_other__03 .flex_box .text {
  display: flex;
  width: 48.6%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 8px;
}
.sec03_other__03 .flex_box .text small {
  font-size: 12px;
  margin-right: -2em;
}

@media screen and (max-width: 767px) {
  .sec03_other__03 .inner {
    padding: 8vw 5.3vw;
    flex-direction: column;
    align-items: center;
    border-radius: 5.3vw;
    margin-bottom: 0;
  }
  .sec03_other__03 .sec_ttl_h3 {
    width: 100%;
    margin: 0 auto 4.3vw;
  }
  .sec03_other__03 .desc {
    text-align: left;
    font-size: 4.3vw;
    line-height: 1.6;
    margin-bottom: 6.4vw;
  }
  .sec03_other__03 .desc span {
    font-weight: bold;
  }
  .sec03_other__03 .flex_box {
    flex-direction: column;
    gap: 6.4vw;
  }
  .sec03_other__03 .flex_box .img {
    width: 100%;
    max-width: 74.5vw;
    margin: 0 auto;
  }
  .sec03_other__03 .flex_box .text {
    display: flex;
    width: 74.4vw;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2.1vw;
  }
  .sec03_other__03 .flex_box .text small {
    font-size: 3.2vw;
    margin: 0;
  }
}
/* ==============================


sec04


=================================*/
.sec04 {
  padding: 80px 20px 120px;
}
.sec04 .inner {
  max-width: 945px;
}
.sec04 .sec_ttl_h2 {
  max-width: 613px;
  margin: 0 auto 49px;
}
.sec04 .flex_box {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.sec04 .flex_box .text {
  width: 70.4%;
}
.sec04 .flex_box .text p {
  line-height: 1.8;
  font-size: 24px;
  margin: 0 -1em;
}
.sec04 .flex_box .img {
  width: 25.4%;
}
.sec04 .flex_box .img p {
  margin-top: 9px;
}
.sec04 .desc_wrap {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  margin-bottom: 24px;
  position: relative;
}
.sec04 .desc_wrap::after {
  content: "";
  position: absolute;
  top: 67%;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/dot_inner_line_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec04 .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
.sec04 .btn_wrap {
  margin-bottom: 48px;
}
.sec04 .btn_wrap .btn {
  width: 420px;
  border: unset;
  background-color: #3568CB;
  color: #fff;
}
.sec04 .btn_wrap .btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-image: url(../img/ico_modal.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec04 small {
  font-size: 16px;
  text-align: left;
  display: block;
}
.sec04 .attention_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 63px;
}
.sec04 .attention_wrap .flex_box {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
}
.sec04 .attention_wrap .flex_box .item01 {
  width: 65.6%;
}
.sec04 .attention_wrap .flex_box .item01 .sec_ttl_h4 img {
  width: 99px;
  margin: 0 auto;
}
.sec04 .attention_wrap .flex_box .item01 .sec_ttl_h4 span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
  text-wrap: nowrap;
}
.sec04 .attention_wrap .flex_box .item01 .desc {
  text-align: left;
  margin: 0;
}
.sec04 .attention_wrap .flex_box .item02 {
  width: 31.7%;
}
.sec04 .attention_wrap .flex_box .item02 p {
  margin-top: 8px;
  color: #3568CB;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 16vw 5.3vw;
  }
  .sec04 .sec_ttl_h2 {
    max-width: 85.3vw;
    margin: 0 auto 8.5vw;
  }
  .sec04 .flex_box {
    flex-direction: column;
    gap: 4.2vw;
    margin-bottom: 8.5vw;
  }
  .sec04 .flex_box .text {
    width: 100%;
  }
  .sec04 .flex_box .text p {
    line-height: 1.8;
    font-size: 5.3vw;
    text-align: left;
    margin: 0;
  }
  .sec04 .flex_box .img {
    width: 53.6vw;
    margin: 0 auto;
  }
  .sec04 .flex_box .img p {
    margin: 2.1vw -1em 0;
    letter-spacing: 1px;
  }
  .sec04 .desc_wrap {
    padding: 8.5vw 7.5vw;
    border-radius: 5.3vw;
    margin-bottom: 24px;
  }
  .sec04 .desc_wrap::after {
    top: 65%;
    height: 0.8vw;
    background-image: url(../img/dot_inner_line_sp.png);
  }
  .sec04 .desc {
    font-size: 4.3vw;
    margin-bottom: 4.3vw;
    text-align: left;
  }
  .sec04 .btn_wrap {
    margin-bottom: 12.8vw;
  }
  .sec04 .btn_wrap .btn {
    width: 100%;
  }
  .sec04 .btn_wrap .btn::before {
    width: 4.8vw;
    height: 4.5vw;
    right: 5.9vw;
  }
  .sec04 small {
    font-size: 3.2vw;
  }
  .sec04 .attention_wrap {
    border-radius: 5.3vw;
    padding: 8.5vw 7.5vw;
  }
  .sec04 .attention_wrap .flex_box {
    flex-direction: column;
    gap: 3.2vw;
    margin: 0;
  }
  .sec04 .attention_wrap .flex_box .item01 {
    width: 100%;
  }
  .sec04 .attention_wrap .flex_box .item01 .sec_ttl_h4 img {
    width: 26.4vw;
  }
  .sec04 .attention_wrap .flex_box .item01 .sec_ttl_h4 span {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .sec04 .attention_wrap .flex_box .item02 {
    width: 100%;
  }
  .sec04 .attention_wrap .flex_box .item02 p {
    margin: 2.1vw 0 0;
  }
}
/* ==============================


sec05


=================================*/
.sec05 {
  padding: 80px 20px 120px;
}
.sec05 .inner {
  max-width: 950px;
}
.sec05 .sec_ttl_h2 {
  max-width: 583px;
  margin: 0 auto 40px;
}
.sec05 .ac_wrap {
  max-width: 950px;
  margin: 0 auto;
}
.sec05 dl {
  width: 100%;
  padding: 0 6.9%;
  text-align: left;
  border: #3568CB solid 5px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 24px;
}
.sec05 dl .color_blue {
  color: #3568CB;
  display: inline-block;
}
.sec05 dl .ac_open::before,
.sec05 dl .ac_open::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 4px;
  border-radius: 10px;
  background: #3568CB;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}
.sec05 dl .ac_open::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.sec05 dl .ac_open.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.sec05 dt {
  font-size: 24px;
  font-weight: bold;
  padding: 24px 56px 24px 35px;
  position: relative;
}
.sec05 dt .q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  background-image: url(../img/icon_Q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 39px;
}
.sec05 dd {
  margin: 0 auto;
  border-top: 2px dotted #B3B7F0;
  padding: 16px 35px 24px;
  position: relative;
  font-size: 16px;
}
.sec05 dd .icon_wrap01 {
  margin-top: 16px;
}
.sec05 dd .icon_wrap01 img {
  max-width: 18px;
  max-height: 18.8px;
  margin-left: 8px;
  vertical-align: middle;
}
.sec05 dd .icon_wrap02 {
  margin-top: 16px;
}
.sec05 dd .icon_wrap02 img {
  max-width: 15px;
  margin-left: 8px;
  vertical-align: middle;
}
.sec05 dd .a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../img/icon_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 39px;
}

@media screen and (max-width: 767px) {
  .sec05 {
    padding: 16vw 5.3vw;
  }
  .sec05 .inner {
    max-width: 100%;
  }
  .sec05 .sec_ttl_h2 {
    max-width: 85.6vw;
    margin: 0 auto 8.5vw;
  }
  .sec05 .ac_wrap {
    max-width: 100%;
  }
  .sec05 dl {
    padding: 0 8.4%;
    border: #3568CB solid 0.8vw;
    border-radius: 5.3vw;
    margin-bottom: 6.4vw;
  }
  .sec05 dl .color_blue {
    font-size: 4.3vw;
  }
  .sec05 dl .ac_open::before,
.sec05 dl .ac_open::after {
    width: 4.8vw;
    height: 1vw;
    top: calc(50% - 0.5vw);
  }
  .sec05 dt {
    font-size: 4.8vw;
    padding: 8.5vw 9.6vw;
  }
  .sec05 dt .q::before {
    top: 8.5vw;
    width: 6.1vw;
    height: 10.4vw;
  }
  .sec05 dd {
    padding: 4.3vw 0 8.5vw 9.3vw;
    font-size: 4.3vw;
  }
  .sec05 dd .icon_wrap01 {
    margin-top: 4.3vw;
  }
  .sec05 dd .icon_wrap02 {
    margin-top: 4.3vw;
  }
  .sec05 dd .a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../img/icon_A.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 39px;
  }
}
/* ==============================


sec06


=================================*/
.sec06 {
  padding: 60px 20px 80px;
  background-color: #E0EDF1;
  background-image: linear-gradient(to right, transparent 13px, rgba(255, 255, 255, 0.3) 13px, rgba(255, 255, 255, 0.3) 14px, transparent 14px), linear-gradient(to bottom, transparent 13px, rgba(255, 255, 255, 0.3) 13px, rgba(255, 255, 255, 0.3) 14px, transparent 14px); /* 横の線 */
  background-size: 14px 14px; /* 繰り返しの単位サイズ */
  background-repeat: repeat; /* パターンをリピート */
  background-attachment: scroll; /* (デフォルトですが明示的に) */
  background-position: 0 0; /* (デフォルトですが明示的に) */
}
.sec06 .sec_ttl_h3 {
  color: #3568CB;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec06 .desc {
  margin-bottom: 40px;
}
.sec06 .sec06__contact {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.sec06 .sec06__contact_ctr {
  width: 48.9%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 5%;
}
.sec06 .sec06___font-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.sec06 .sec06___font-li {
  text-align: left;
  padding: 16px 40px 18px 40px;
  background-color: #E0EDF1;
  border-radius: 20px;
  margin-bottom: 16px;
}
.sec06 .sec06___font-li li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec06 .sec06___font-tel {
  color: #3568CB;
  font-weight: bold;
}
.sec06 .sec06___font-tel a {
  margin-top: -8px;
  font-size: 42px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.sec06 .sec06___font-tel p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 9px;
}
.sec06 .sec06___font-tel p:nth-of-type(3) {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.4;
  max-width: 330px;
  margin: 10px auto 0;
  color: #000 !important;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: 13.3vw 5.3vw 10.7vw;
  }
  .sec06 .sec_ttl_h3 {
    font-size: 5.3vw;
  }
  .sec06 .desc {
    text-align: left;
    font-size: 4.3vw;
  }
  .sec06 .sec06__contact {
    flex-direction: column;
    gap: 4.3vw;
  }
  .sec06 .sec06__contact_ctr {
    max-width: none;
    width: 100%;
    border-radius: 5.3vw;
    padding: 6.4vw 5.3vw;
  }
  .sec06 .sec06__contact_ctr:not(:last-child) {
    margin: 0;
  }
  .sec06 .sec06___font-ttl {
    font-size: 4.8vw;
    margin-bottom: 4.3vw;
  }
  .sec06 .sec06___font-li {
    padding: 4.3vw;
    border-radius: 5.3vw;
    margin-bottom: 4.3vw;
  }
  .sec06 .sec06___font-li li {
    font-size: 3.7vw;
  }
  .sec06 .sec06___font-tel a {
    font-size: 8.25vw;
    margin-top: 0;
  }
  .sec06 .sec06___font-tel p:nth-of-type(2) {
    font-size: 3.2vw;
    margin: 1.6vw 0 0;
  }
  .sec06 .sec06___font-tel p:nth-of-type(3) {
    font-size: 2.7vw;
  }
}
/* ----- modal -------------------------– */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal > div {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.modal-content {
  position: relative;
  background-color: #f4f4f4;
  width: 90%;
  max-width: 945px;
  max-height: 80vh;
  border-radius: 40px;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  overflow: auto;
  top: 122px;
}

/* SimpleBar をモーダル内で余白調整 */
.modal-content[data-simplebar] .simplebar-track.simplebar-vertical {
  right: 16px;
  top: 5%;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .modal-content[data-simplebar] .simplebar-track.simplebar-vertical {
    right: 2%;
  }
}

.modal-content[data-simplebar] .simplebar-scrollbar:before {
  border-radius: 4px;
  width: 6px;
}

.modalClose_wrap {
  position: absolute;
  width: 88px;
  height: 46px;
  right: calc(50% - 472.5px);
  top: 60px;
  z-index: 4;
  pointer-events: auto;
}

.modal-body {
  padding: 60px 63px;
  color: black;
}

.modalClose {
  display: block;
  cursor: pointer;
}
.modalClose img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-wrap {
  position: relative;
  border: 4px solid #3568CB;
  border-radius: 20px;
  margin-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.modal-wrap::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #3568CB;
  border-radius: 20px;
  pointer-events: none;
  z-index: -1;
}
.modal-wrap dl {
  display: flex;
  border-bottom: 4px solid #3568CB;
}
.modal-wrap dl:last-child {
  border: none;
}
.modal-wrap dt {
  font-size: 18px;
  color: #3568CB;
  background-color: #E0EDF1;
  padding: 16px 32px 16px 40px;
  width: 29%;
}
.modal-wrap dd {
  font-size: 16px;
  padding: 0 0 0 32px;
  display: flex;
  align-items: center;
  width: 71%;
}
.modal-wrap dl:nth-child(2) dt {
  display: flex;
  align-items: center;
}
.modal-wrap dl:nth-child(2) dd {
  padding: 0;
}
.modal-wrap dl:nth-child(2) dd ul {
  width: 100%;
}
.modal-wrap dl:nth-child(2) dd li {
  padding: 16px 0 16px 32px;
  width: 100%;
}
.modal-wrap dl:nth-child(2) dd li:nth-child(1) {
  border-bottom: 1px dotted #3568CB;
}

.modal-wrap + .btn {
  border: unset;
  background-color: #3568CB;
  color: #fff;
  width: 420px;
}

.modal-wrap + .arrow::before {
  background-image: url(../img/arrow.svg);
  right: 24px;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 945px) {
  .modalClose_wrap {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .modalClose_wrap {
    width: 13.3vw;
    height: 6.9vw;
    right: 5.3vw;
    top: 8vw;
  }
  .modal-content {
    width: 90%;
    max-height: 85vh;
    border-radius: 10.7vw;
    overflow: auto;
    top: 20.8vw;
  }
  .modal-body {
    padding: 12.8vw 6.9vw 12.8vw 6.4vw;
  }
  .modal-wrap {
    border: 1.1vw solid #3568CB;
    border-radius: 4.3vw;
    margin-bottom: 6.4vw;
  }
  .modal-wrap dl {
    display: block;
    border-bottom: 1.1vw solid #3568CB;
  }
  .modal-wrap dt {
    padding: 4.3vw 5.3vw 3.2vw;
    font-size: 4.3vw;
    width: 100%;
  }
  .modal-wrap dd {
    padding: 3.2vw 5.3vw 4.3vw;
    font-size: 4.3vw;
    width: 100%;
  }
  .modal-wrap dl:nth-child(2) dd li:nth-child(1) {
    padding: 3.2vw 5.3vw 3.6vw;
  }
  .modal-wrap dl:nth-child(2) dd li:nth-child(2) {
    padding: 2.1vw 5.3vw 4.3vw;
  }
  .modal-wrap + .btn {
    width: 76vw;
  }
}
/*::::::::::::pc用::::::::::::*/
@media screen and (min-width: 768px) {
  .pc_show {
    display: block;
  }
  .sp_show {
    display: none !important;
  }
}
/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }
  .pc_show {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pc_show.tb {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */