.main_bg {
  background: #E8EEF0;
}
.main_bg .main_bg_wrap {
  position: relative;
  max-height: 960px;
  height: 100vh;
  min-height: 750px;
  width: 100%;
  top: 0;
  margin: -101px 0 0;
}
@media screen and (max-width: 768px) {
  .main_bg .main_bg_wrap {
    margin: 0;
    padding: 47px 0 40px;
    max-height: inherit;
    min-height: inherit;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main_bg {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
.main_bg .main_bg_img {
  background: url(../images/top/main.png) left center;
  background-size: cover;
  width: 77%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .main_bg .main_bg_img {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .main_bg .main_bg_img {
    background: none;
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
  }
}
.main_bg .main_side_txt {
  writing-mode: vertical-rl;
  position: absolute;
  right: 36px;
  color: #01466F;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.7rem */
  letter-spacing: 0.102rem;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main_bg .main_side_txt {
    display: none;
  }
}
.main_bg .catch_box {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 9.4%;
  transition: all 0.3s;
}
.main_bg .catch_box::before {
  content: "";
  background: url(../images/top/catch_txt.svg);
  background-size: cover;
  width: 355px;
  height: 180px;
  position: absolute;
  right: -140px;
  bottom: -85px;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box::before {
    width: 210px;
    height: 106px;
    right: 25px;
    bottom: 0px;
    z-index: -1;
  }
}
@media screen and (max-width: 1400px) {
  .main_bg .catch_box {
    left: 4.67%;
  }
}
@media screen and (max-width: 1300px) {
  .main_bg .catch_box {
    left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box {
    top: inherit;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 4% 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.main_bg .catch_box .catct_01 {
  border: 2px solid #0065C1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_01 {
    width: 110px;
    height: 110px;
    border: 1px solid #0065C1;
  }
}
.main_bg .catch_box .catct_01 .txt_01 {
  color: #1553B0;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 4rem */
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_01 .txt_01 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.056rem;
  }
}
.main_bg .catch_box .catct_01 .txt_02 {
  color: #1553B0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.126rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_01 .txt_02 {
    font-size: 1.3rem;
    letter-spacing: 0.091rem;
  }
}
.main_bg .catch_box .catct_01 .txt_02 .span {
  color: #1553B0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.2rem */
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_01 .txt_02 .span {
    font-size: 1.9rem;
    letter-spacing: 0.057rem;
  }
}
.main_bg .catch_box .catct_01 .txt_03 {
  padding: 10px 0 0;
  color: #1553B0;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_01 .txt_03 {
    font-size: 1.3rem;
    letter-spacing: 0.091rem;
  }
}
.main_bg .catch_box .catct_02 {
  padding: 0 0 0 23px;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_02 {
    padding: 0;
  }
}
.main_bg .catch_box .catct_02 .txt_01 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 6rem */
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_02 .txt_01 {
    font-size: 1.9rem;
    letter-spacing: 0.133rem;
  }
}
.main_bg .catch_box .catct_02 .txt_01 .span {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 7.6rem */
  letter-spacing: 0.38rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_02 .txt_01 .span {
    font-size: 2.3rem;
    letter-spacing: 0.23rem;
  }
}
.main_bg .catch_box .catct_02 .txt_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(270deg, #0065C1 -9.75%, #958ADA 107.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 5.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 8.7rem */
  letter-spacing: 0.406rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_02 .txt_02 {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 5.25rem */
    letter-spacing: 0.245rem;
    background: linear-gradient(270deg, #0065C1 -9.75%, #958ADA 107.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.main_bg .catch_box .catct_03 {
  padding: 30px 0 0 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_03 {
    padding: 0;
    gap: 0;
  }
}
.main_bg .catch_box .catct_03 .txt_01 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.96rem */
  letter-spacing: 0.176rem;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_03 .txt_01 {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.main_bg .catch_box .catct_03 .txt_01:last-child {
  padding: 4px 0 0;
}
.main_bg .catch_box .catct_03 .txt_01 .span {
  padding: 6px 0 8px;
  color: #226EB5;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.192rem;
  border-bottom: 1px solid #226EB5;
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box .catct_03 .txt_01 .span {
    padding: 0 0 4px;
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
}
.main_bg .point_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  right: 87px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main_bg .point_box {
    display: none;
  }
}
.main_bg .point_box .point {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 0px 15px rgba(53, 65, 84, 0.3));
}
.main_bg .point_box .point.point_01 {
  background: url(../images/top/point_01.png);
  background-size: cover;
}
.main_bg .point_box .point.point_02 {
  background: url(../images/top/point_02.png);
  background-size: cover;
}
.main_bg .point_box .point p {
  text-align: center;
}
.main_bg .point_box .point p .span_01 {
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.144rem;
}
.main_bg .point_box .point p .span_02 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.128rem;
}
.main_bg .point_box .point p .span_03 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.176rem;
}
.main_bg .point_box .point p .span_04 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.264rem;
  line-height: 1;
}
.main_bg .point_box .point p .span_05 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.176rem;
}
.main_bg .point_box .point p .span_06 {
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.16rem;
}
.main_bg .point_box .point p .span_07 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.16rem;
}
.main_bg .point_box_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_bg .point_box_sp {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    padding: 0 4%;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_bg .point_box_sp .point_sp_item {
    width: calc((100% - 7px) / 2);
    color: #FFF;
    padding: 3px 0;
    text-align: center;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 140%; /* 1.68rem */
    letter-spacing: 0.096rem;
    border-radius: 5px;
    background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
    box-shadow: 3px 3px 5px 0px rgba(151, 160, 169, 0.5);
  }
}

.sec_contact {
  position: relative;
  width: 100%;
  background: url(../images/top/contact_main_bg.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec_contact {
    padding: 40px 0;
    background: url(../images/top/contact_main_bg_sp.jpg) center center;
    background-size: cover;
  }
}
.sec_contact .contents {
  padding: 60px 0;
  width: 100%;
  background: url(../images/top/contact_main_bg.jpg) center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec_contact .contents {
    padding: 0;
    background: url(../images/top/contact_main_bg_sp.jpg) center center;
    background-size: cover;
  }
}

.contact_conts {
  width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact_conts {
    width: 100%;
    padding: 0 8%;
  }
}
.contact_conts h2 {
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.396rem;
  padding: 36px 0 0;
}
@media screen and (max-width: 768px) {
  .contact_conts h2 {
    padding: 30px 0 0;
    font-size: 2.2rem;
    letter-spacing: 0.264rem;
  }
}
.contact_conts h2::before {
  content: "CONTACT";
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts h2::before {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
.contact_conts .btn_box {
  margin: 35px auto 0;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box {
    flex-direction: column;
    margin: 30px auto 0;
    gap: 15px;
    width: 100%;
  }
}
.contact_conts .btn_box .btn_item {
  width: 313px;
  height: 106px;
  box-shadow: 4px 4px 10px 0px rgba(57, 75, 91, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_item {
    width: 100%;
    height: 84px;
  }
}
.contact_conts .btn_box .btn_item.btn_item_hover .btn_item_hover_bk {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.contact_conts .btn_box .btn_item.btn_item_hover .btn_item_hover_bk::before {
  content: "";
  background: linear-gradient(270deg, #4889EA 0%, #6189C6 100%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .contact_conts .btn_box .btn_item.btn_item_hover:hover::before {
    opacity: 0;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover:hover .btn_item_hover_bk::before {
    opacity: 1;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover:hover a::before {
    right: 19.5px;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover:hover a::after {
    content: "";
    background: #6A8AC8;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover:hover a .btn_web_txt_02 {
    background: #FFF;
    color: #1553B0;
  }
}
.contact_conts .btn_box .btn_item.btn_item_hover_line::before {
  background: linear-gradient(270deg, #9FF3C6 0%, #BAB5B5 100%);
}
.contact_conts .btn_box .btn_item.btn_item_hover_line .btn_item_hover_bk {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.contact_conts .btn_box .btn_item.btn_item_hover_line .btn_item_hover_bk::before {
  content: "";
  background: linear-gradient(270deg, #48D198 0%, #A6D5CF 100%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .contact_conts .btn_box .btn_item.btn_item_hover_line:hover::before {
    opacity: 0;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover_line:hover .btn_item_hover_bk::before {
    opacity: 1;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover_line:hover a::before {
    right: 19.5px;
  }
  .contact_conts .btn_box .btn_item.btn_item_hover_line:hover a::after {
    background: #72B69D;
  }
}
.contact_conts .btn_box .btn_item::before {
  content: "";
  border-radius: 7px;
  background: linear-gradient(270deg, #C2E9EF 0%, #BAB5B5 100%);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s;
}
.contact_conts .btn_box .btn_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 3px solid transparent;
  background: linear-gradient(90deg, rgb(165, 197, 204) 0%, rgb(255, 255, 255) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.contact_conts .btn_box .btn_item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.contact_conts .btn_box .btn_item a::before {
  content: "";
  background: url(../images/top/contact_arrow.svg);
  background-size: cover;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 21.5px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.contact_conts .btn_box .btn_item a::after {
  content: "";
  background: #25498D;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
.contact_conts .btn_box .btn_tel a {
  pointer-events: none;
}
.contact_conts .btn_box .btn_tel a::before {
  content: none;
}
.contact_conts .btn_box .btn_tel a::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a {
    pointer-events: all;
  }
}
.contact_conts .btn_box .btn_tel a .txt_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a .txt_box {
    padding: 0 0 0 35px;
  }
}
.contact_conts .btn_box .btn_tel a .txt_box::before {
  content: "";
  background: url(../images/top/contact_tel.svg);
  background-size: cover;
  width: 42px;
  height: 42px;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a .txt_box::before {
    width: 36px;
    height: 36px;
    left: -18px;
  }
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_01 {
  color: #01466F;
  text-align: center;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.7rem */
  letter-spacing: 0.119rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a .txt_box .txt_01 {
    font-size: 1.6rem;
    letter-spacing: 0.112rem;
  }
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_02 {
  padding: 16px 0 0;
  color: #01466F;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.8rem */
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a .txt_box .txt_02 {
    font-size: 2.6rem;
    letter-spacing: 0.052rem;
  }
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_03 {
  position: absolute;
  color: #3FB1F1;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.2rem */
  letter-spacing: 0.264rem;
  right: 0px;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a .txt_box .txt_03 {
    font-size: 1.1rem;
    letter-spacing: 0.242rem;
  }
}
.contact_conts .btn_box .btn_web a {
  pointer-events: all;
}
.contact_conts .btn_box .btn_web a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 39px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box {
    padding: 0 0 0 25px;
  }
}
.contact_conts .btn_box .btn_web a .txt_box::before {
  content: "";
  background: url(../images/top/contact_web.svg);
  background-size: cover;
  width: 50px;
  height: 39px;
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box::before {
    width: 40px;
    height: 31.2px;
    left: -40px;
  }
}
.contact_conts .btn_box .btn_web a .txt_box .txt_01 {
  color: #01466F;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.156rem;
  padding: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box .txt_01 {
    font-size: 2.3rem;
    letter-spacing: 0.138rem;
  }
}
.contact_conts .btn_box .btn_web a .txt_box .txt_01 .span {
  color: #01466F;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.6rem */
  letter-spacing: 0.156rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box .txt_01 .span {
    font-size: 2.3rem;
    letter-spacing: 0.138rem;
  }
}
.contact_conts .btn_box .btn_web a .txt_box .txt_02 {
  width: 100%;
  transition: all 0.3s;
  padding: 5px 41px;
  color: #FFF;
  border-radius: 13px;
  background: #3A68C2;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.3rem */
  letter-spacing: 0.078rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box .txt_02 {
    padding: 5px 41px;
  }
}
.contact_conts .btn_box .btn_line a {
  pointer-events: all;
}
.contact_conts .btn_box .btn_line a::after {
  background: #22A877;
}
.contact_conts .btn_box .btn_line a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 19px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box {
    padding: 0 0 0 25px;
  }
}
.contact_conts .btn_box .btn_line a .txt_box::before {
  content: "";
  background: url(../images/top/contact_line.svg);
  background-size: cover;
  width: 52px;
  height: 39px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box::before {
    left: -60px;
    width: 40px;
    height: 31px;
  }
}
.contact_conts .btn_box .btn_line a .txt_box .txt_01 {
  color: #1D7353;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.156rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box .txt_01 {
    font-size: 2.3rem;
    letter-spacing: 0.138rem;
  }
}
.contact_conts .btn_box .btn_line a .txt_box .txt_01 .span {
  color: #1D7353;
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.6rem */
  letter-spacing: 0.156rem;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box .txt_01 .span {
    font-size: 2.3rem;
    letter-spacing: 0.138rem;
  }
}

.h2_box h2 {
  color: #EDF1FF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 4rem */
  letter-spacing: 0.2rem;
  position: relative;
  padding: 123px 0 0;
}
@media screen and (max-width: 768px) {
  .h2_box h2 {
    padding: 80px 0 0;
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
  }
}
.h2_box h2::before {
  content: "";
  background: url(../images/top/icon_h2.svg);
  background-size: cover;
  width: 116px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .h2_box h2::before {
    width: 74.756px;
    height: 58px;
  }
}
.h2_box .txt {
  padding: 10px 0 0;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(129, 129, 129, 0.4);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 9rem */
  letter-spacing: 0.75rem;
}
@media screen and (max-width: 768px) {
  .h2_box .txt {
    padding: 7px 0 0;
    font-size: 2.6rem;
    letter-spacing: 0.39rem;
  }
}

.sec01 .contents_full_01 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: relative;
  padding: 150px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full_01 {
    padding: 60px 0 0;
  }
}
.sec01 .contents_full_01::before {
  background: url(../images/top/sec01_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full_01::before {
    background: url(../images/top/sec01_bg_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec01 .contents_full_01::after {
  content: "";
  background: linear-gradient(180deg, #FFF 5%, #5F829C 50%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 96%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full_01::after {
    background: linear-gradient(180deg, #FFF 0.83%, #5F829C 19.61%);
    background-blend-mode: multiply;
  }
}
.sec01 .contents_full_01 .contents_full_01_bk {
  position: relative;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full_01 .contents_full_01_bk {
    padding: 0 0 60px;
  }
}
.sec01 .contents_full_01 .contents_full_01_bk::before {
  content: "";
  background: linear-gradient(180deg, rgba(214, 237, 248, 0) 0%, #CBD6DC 100%);
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.sec01 .contents_full_01 .contents_01 {
  position: relative;
  z-index: 3;
}
.sec01 .contents_full_02 {
  background: #CBD6DC;
  position: relative;
  padding: 0 0 150px;
}
@media screen and (max-width: 768px) {
  .sec01 .contents_full_02 {
    padding: 0 0 60px;
  }
}
.sec01 .rank .rank_tit {
  width: 84px;
  height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.128rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #c7dcec;
  background: #568ED1;
}
@media screen and (max-width: 768px) {
  .sec01 .rank .rank_tit {
    width: 44px;
    height: 55px;
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.sec01 .rank .rank_tit .span {
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.192rem;
  padding: 0 0 3px;
}
@media screen and (max-width: 768px) {
  .sec01 .rank .rank_tit .span {
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
}
.sec01 .rank .rank_01 {
  width: 290px;
  height: 60px;
  color: #666;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #c7dcec;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec01 .rank .rank_01 {
    width: calc((100% - 56px) / 3);
    height: 55px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%; /* 2.88rem */
    letter-spacing: 0.128rem;
  }
}
.sec01 .rank .rank_02 {
  width: 290px;
  height: 60px;
  color: #01466F;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.192rem;
  border-bottom: 2px solid #c7dcec;
  background: #D7F4FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec01 .rank .rank_02 {
    width: calc((100% - 56px) / 3);
    height: 55px;
    font-size: 1.9rem;
    line-height: 180%;
    letter-spacing: 0.152rem;
  }
}

.sec01_conts_01 {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 {
    flex-direction: column-reverse;
  }
}
.sec01_conts_01 .sec01_conts_01_l {
  width: 538px;
  margin: 17px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_l {
    width: 100%;
    margin: 0;
  }
}
.sec01_conts_01 .sec01_conts_01_r {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r {
    width: 100%;
  }
}
.sec01_conts_01 .sec01_conts_01_r h3 {
  padding: 0 0 0 43px;
  position: relative;
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 5.6rem */
  letter-spacing: 0.336rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r h3 {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 42px;
  }
}
.sec01_conts_01 .sec01_conts_01_r h3::before {
  content: "";
  background: url(../images/top/icon_h2.svg) no-repeat;
  width: 37.378px;
  height: 29px;
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r h3::before {
    top: 7px;
    width: 32.222px;
    height: 25px;
  }
}
.sec01_conts_01 .sec01_conts_01_r .txt_box {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r .txt_box {
    margin: 30px 0 30px;
  }
}
.sec01_conts_01 .sec01_conts_01_r .txt_box p {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec01_conts_02 {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(203, 224, 240, 0.95);
  box-shadow: 0px 0px 35px 0px rgba(8, 61, 109, 0.25);
  padding: 50px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 0;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 {
    margin: 30px auto 0;
    padding: 30px 23px;
  }
}
.sec01_conts_02 h3 {
  color: #01466F;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.192rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #226EB5;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 h3 {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
.sec01_conts_02 .sec01_table_01 {
  width: auto;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_table_01 {
    width: 100%;
    margin: 20px auto 30px;
  }
}
.sec01_conts_02 .sec01_table_01 .tit_box {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.sec01_conts_02 .sec01_table_01 .tit_box .tit {
  width: 290px;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.16rem;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_table_01 .tit_box .tit {
    width: calc((100% - 56px) / 3);
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
}
.sec01_conts_02 .sec01_table_01 .tit_box .tit_01 {
  background: #25466E;
}
.sec01_conts_02 .sec01_table_01 .tit_box .tit_02 {
  background: #0A5BA6;
}
.sec01_conts_02 .sec01_table_01 .tit_box .tit_03 {
  background: rgba(0, 184, 196, 0.95);
}
.sec01_conts_02 .sec01_table_01 .rank {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.sec01_conts_02 .sec01_table_01 .cap {
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.4rem */
  letter-spacing: 0.06rem;
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_table_01 .cap {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 2.08rem */
    letter-spacing: 0.052rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_conts_02_item {
    width: 100%;
  }
}
.sec01_conts_02 .sec01_conts_02_item h4 {
  text-align: center;
  padding: 10px 0;
  width: 378px;
  border-radius: 5px;
  background: #0A5BA6;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_conts_02_item h4 {
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 2.88rem */
    letter-spacing: 0.128rem;
  }
}
.sec01_conts_02 .sec01_conts_02_item .img_box {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_conts_02_item .img_box {
    margin: 20px auto 0;
    width: 92%;
  }
}
.sec01_conts_02 .sec01_conts_02_item + .item_02 h4 {
  background: #0DBCC7;
}
@media screen and (max-width: 768px) {
  .sec01_conts_02 .sec01_conts_02_item + .item_02 h4 {
    margin: 10px auto 0;
  }
}
.sec01_conts_03_box {
  margin: 54px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box {
    margin: 30px auto 0;
    flex-direction: column;
    gap: 30px;
  }
}
.sec01_conts_03_box .sec01_conts_03 {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(203, 224, 240, 0.95);
  box-shadow: 0px 0px 35px 0px rgba(8, 61, 109, 0.25);
  width: 570px;
  padding: 50px 80px 30px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 {
    width: 100%;
    padding: 30px 23px;
  }
}
.sec01_conts_03_box .sec01_conts_03 + .sec01_conts_03 .tit {
  background: #0DBCC7;
}
.sec01_conts_03_box .sec01_conts_03 h3 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.192rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #226EB5;
  margin: 0 auto 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 h3 {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
    margin: 0 auto 20px;
  }
}
.sec01_conts_03_box .sec01_conts_03 .tit {
  width: 378px;
  border-radius: 5px;
  background: #0A5BA6;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.16rem;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .tit {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
    margin: 0 0 8px;
  }
}
.sec01_conts_03_box .sec01_conts_03 .rank {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .rank .rank_tit {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .rank .rank_01 {
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .rank .rank_02 {
    width: calc(100% - 64px);
  }
}
.sec01_conts_03_box .sec01_conts_03 .img_box {
  width: 340px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .img_box {
    margin: 30px auto 0;
    width: 90%;
  }
}

.sec01_conts_04 .h3_box {
  position: relative;
  left: -50px;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1300px) {
  .sec01_conts_04 .h3_box {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box {
    left: 0;
  }
}
.sec01_conts_04 .h3_box h3 {
  color: #7DB3D8;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3rem */
  letter-spacing: 0.33rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box h3 {
    font-size: 3rem;
    letter-spacing: 0.33rem;
  }
}
.sec01_conts_04 .h3_box .h3_txt {
  color: var(--blue_05, #01466F);
  font-family: "Noto Serif JP";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 8.8rem */
  letter-spacing: 0.528rem;
  position: relative;
  padding: 0 0 0 87px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box .h3_txt {
    padding: 21px 0 0 41px;
    font-size: 2.2rem;
    line-height: 100%; /* 2.2rem */
    letter-spacing: 0.264rem;
  }
}
.sec01_conts_04 .h3_box .h3_txt::before {
  content: "";
  background: url(../images/top/icon_h2.svg);
  width: 68px;
  height: 52.759px;
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box .h3_txt::before {
    width: 32.222px;
    height: 25px;
    top: 19px;
  }
}
.sec01_conts_04 .sec01_conts_04_01 {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 {
    flex-direction: column;
    margin: 31px auto 0;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l {
  width: 290px;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l {
    width: 100%;
    padding: 0;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l p {
  color: #0A5BA6;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.96rem */
  letter-spacing: 0.176rem;
  position: relative;
  padding: 207px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l p {
    padding: 112px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l p::before {
  content: "";
  background: url(../images/top/sec01_img_04.svg);
  background-size: cover;
  width: 186px;
  height: 186px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_l p::before {
    width: 100px;
    height: 100px;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r {
  width: 844px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r {
    width: 100%;
    margin: 30px auto 0;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r .sec01_conts_04_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 20px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r .sec01_conts_04_ul {
    flex-direction: column;
    gap: 10px;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r .sec01_conts_04_ul li {
  border-radius: 34px;
  background: #FFF;
  box-shadow: 4px 4px 14px 0px rgba(57, 75, 91, 0.2);
  width: calc((100% - 20px) / 2);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.08rem;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 52px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r .sec01_conts_04_ul li {
    width: 100%;
    font-size: 1.9rem;
    letter-spacing: 0.076rem;
    display: block;
  }
}
.sec01_conts_04 .sec01_conts_04_01 .sec01_conts_04_01_r .sec01_conts_04_ul li::before {
  content: "";
  background: url(../images/top/check.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translatey(-50%);
}
.sec01_conts_04 .sec01_conts_04_02 {
  margin: 134px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 {
    margin: 60px auto 0;
    flex-direction: column-reverse;
  }
}
.sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_l {
  width: 586px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_l {
    width: 100%;
    margin: 30px auto 0;
  }
}
.sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_l::before {
  content: "";
  background: url(../images/top/sec01_scrollline.svg);
  background-size: cover;
  width: 6px;
  height: 224px;
  position: absolute;
  left: 143px;
  bottom: 285px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_l::before {
    content: none;
  }
}
.sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r {
  width: 533px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r {
    width: 100%;
  }
}
.sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r .txt_01 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 4.8rem */
  letter-spacing: 0.288rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r .txt_01 {
    font-size: 1.9rem;
    text-align: center;
  }
}
.sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r .txt_02 {
  margin: 40px 0 0;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_02 .sec01_conts_04_02_r .txt_02 {
    margin: 30px 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec02 {
  padding: 150px 0;
  background: url(../images/top/sec02_bg.jpg) center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 60px 0;
    background: url(../images/top/sec02_bg_sp.jpg) center top;
    background-size: cover;
  }
}
.sec02 .h2_box h2 {
  color: #86ABE2;
  font-size: 3.2rem;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.page_slide_01 {
  margin: 100px 0 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide_01 {
    gap: 18px;
    margin: 30px 0 0;
  }
}
.page_slide_01 .swiper_02 {
  width: 100%;
  height: 510px;
  padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 {
    padding: 0 0 30px;
    width: 100%;
    height: auto;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide {
  cursor: pointer;
  position: relative;
  width: 1000px;
  height: 450px;
  border-radius: 10px;
  background: #FFF;
  /* shadow_02 */
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide {
    width: 325px;
    height: 555px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a {
    flex-direction: column;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_l {
  width: 380px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_l {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_l .num {
    padding: 30px 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_l .txt_box {
  margin: 133px 0 0 76px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_l .txt_box {
    margin: 0;
    padding: 30px 0 0 50px;
    position: relative;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_r {
  width: 587px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_r {
    width: 100%;
    padding: 0 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_r img {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_a .slide_r img {
    border-radius: 0 0 10px 0;
    height: 242px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .num {
    padding: 32px 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .img_box_s {
  width: 221px;
  height: 285px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .img_box_s img {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .img_box_s {
    display: none;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .txt_box {
  position: absolute;
  top: 125px;
  left: 300px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .txt_box {
    padding: 33px 0 0 30px;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_l .txt_box .txt {
    padding: 26px 0 0;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_r {
  width: 442px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_r {
    width: 100%;
    height: auto;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_r img {
  width: 442px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_b .slide_r img {
    width: 100%;
    height: 254px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 10px 0 0;
    -o-object-position: left top;
       object-position: left top;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c.slide_type_c_sp .slide_r {
    padding: 0 0 0 30px;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c.slide_type_c_sp .slide_r img {
    width: 100%;
    height: 224px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c.slide_type_c_sp .slide_l .txt_box {
    padding: 30px 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l {
  width: calc(100% - 577px);
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l {
    width: 100%;
    height: auto;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l .num {
  top: 35px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l .num {
    top: inherit;
    left: inherit;
    padding: 32px 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l .txt_box {
  margin: 114px 0 0 60px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_l .txt_box {
    padding: 30px 0 0 57px;
    margin: 0;
    position: relative;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_r {
  width: 577px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_r {
    width: auto;
    height: auto;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_r img {
  width: 577px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_c .slide_r img {
    width: 100%;
    height: 224px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d {
    flex-direction: column;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_l {
  width: calc(100% - 643px);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_l {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_l .num {
    justify-content: flex-end;
    padding: 30px 30px 0 0;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_l .txt_box {
  width: 330px;
  position: absolute;
  top: 213px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_l .txt_box {
    padding: 40px 0 0 30px;
    position: relative;
    width: auto;
    top: inherit;
    left: inherit;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_r {
  width: 643px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_r {
    width: 100%;
    padding: 0 0 30px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_r img {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_d .slide_r img {
    width: 100%;
    height: 253px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e {
    flex-direction: column;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l {
  width: calc(100% - 198px);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l {
    width: 100%;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .num {
  top: 84px;
  left: 516px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .num {
    top: inherit;
    left: inherit;
    position: absolute;
    writing-mode: vertical-rl;
    right: 10px;
    top: 133px;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .num .num_02 {
    padding: 4px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .num .num_02::before {
    width: 10px;
    height: 1px;
    top: 0;
    transform: inherit;
    left: 3px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .img_box_s {
  width: 417px;
  height: 346px;
  position: absolute;
  left: 40px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .img_box_s {
    width: auto;
    height: auto;
    position: relative;
    left: inherit;
    top: inherit;
    padding: 30px 30px 0 0;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .txt_box {
  position: absolute;
  top: 163px;
  left: 516px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_l .txt_box {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 30px 0 0 55px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_r {
  width: 198px;
  height: 254px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_r {
    width: auto;
    height: auto;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_r img {
  width: 198px;
  height: 254px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide.slide_type_e .slide_r img {
    width: 165px;
    height: 97px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num {
  position: absolute;
  top: 35px;
  left: 40px;
  display: flex;
  gap: 6px;
  height: 18px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num {
    position: relative;
    top: inherit;
    left: inherit;
    gap: 4px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_01 {
  color: #568ED1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.3rem */
  letter-spacing: 0.065rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_01 {
    font-size: 1.1rem;
    letter-spacing: 0.055rem;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_02 {
  color: #568ED1;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.108rem;
  position: relative;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_02 {
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
    padding: 0 0 0 4px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_02::before {
  content: "";
  background: #93BCD9;
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .num .num_02::before {
    height: 10px;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .tit {
  background: linear-gradient(90deg, #0065C1 0.01%, rgba(104, 117, 241, 0.4) 163.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .tit {
    font-size: 2.6rem;
    letter-spacing: 0.156rem;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .txt {
  padding: 26px 0 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 190%; /* 3.8rem */
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .txt {
    padding: 20px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .txt .span {
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-wrapper .swiper-slide .txt_box .txt .span {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.page_slide_01 .swiper_02 .swiper-button_wrap {
  width: 1060px;
  margin: 0 auto;
  z-index: 10;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button_wrap {
    width: 95%;
    height: 40px;
    top: 48%;
  }
}
.page_slide_01 .swiper_02 .swiper-button-prev, .page_slide_01 .swiper_02 .swiper-button-next {
  background: rgba(77, 124, 194, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .page_slide_01 .swiper_02 .swiper-button-prev:hover, .page_slide_01 .swiper_02 .swiper-button-next:hover {
    background: #4D7CC2;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button-prev, .page_slide_01 .swiper_02 .swiper-button-next {
    top: 0;
    margin: 0;
    width: 40px;
    height: 40px;
  }
}
.page_slide_01 .swiper_02 .swiper-button-prev {
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button-prev {
    left: 0;
  }
}
.page_slide_01 .swiper_02 .swiper-button-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button-next {
    right: 0;
  }
}
.page_slide_01 .swiper_02 .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translatey(-50%);
  width: 12px;
  height: 22px;
  background: url(../images/top/swiper_arrow_l.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button-prev:after {
    left: 14px;
    width: 10px;
    height: 15px;
  }
}
.page_slide_01 .swiper_02 .swiper-button-next:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translatey(-50%);
  width: 12px;
  height: 22px;
  transform: translatey(-50%);
  background: url(../images/top/swiper_arrow_r.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02 .swiper-button-next:after {
    right: 14px;
    width: 10px;
    height: 15px;
  }
}
.page_slide_01 .swiper_02_sm_conts {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts {
    width: 100%;
    flex-direction: column;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit {
  position: absolute;
  left: 0;
  top: -110px;
  width: 350px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit {
    position: relative;
    width: 275px;
    height: 135px;
    top: inherit;
    left: inherit;
    margin: 0 auto;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_01 {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 21rem;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.6rem;
  background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_01 {
    font-size: 15rem;
    letter-spacing: 1.8rem;
    left: 20px;
    top: -30px;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 {
  position: absolute;
  left: 95px;
  top: 49px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 {
    left: 95px;
    top: 9px;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_01 {
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 5.76rem */
  letter-spacing: 0.384rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_01 {
    font-size: 2.27rem;
    letter-spacing: 0.2725rem;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_01 .span {
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.312rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_01 .span {
    font-size: 1.85rem;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.2214rem;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_02 {
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.456rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_02 {
    font-size: 2.6rem;
    line-height: 180%; /* 4.68rem */
    letter-spacing: 0.312rem;
  }
}
.page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_02 .span {
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.312rem;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm_conts .swiper_02_tit .tit_txt_02 .tit_txt_02_02 .span {
    font-size: 1.9rem;
    line-height: 180%; /* 3.42rem */
    letter-spacing: 0.228rem;
  }
}
.page_slide_01 .swiper_02_sm {
  width: 515px;
  height: 76px;
  box-sizing: border-box;
  margin: 0;
}
.page_slide_01 .swiper_02_sm .swiper-wrapper {
  transition-duration: 0ms !important;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm {
    width: 100%;
    height: auto;
    padding: 0 7%;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper {
    gap: 4px;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 165px !important;
  height: 34px !important;
  position: relative;
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide::before {
  content: "";
  background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide::before {
    border-radius: 5px;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide::after {
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide:hover::before {
    opacity: 1;
  }
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide:hover::after {
    opacity: 0;
  }
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide:hover .txt_01 {
    color: #FFF;
  }
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide:hover .txt_02 {
    color: #FFF;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  z-index: 3;
  padding: 8px 12px;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt {
    flex-direction: column;
    padding: 6px 9px 6px;
    align-items: flex-start;
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide {
    width: calc((100% - 8px) / 3) !important;
    height: auto !important;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_01 {
  color: #01466F;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.108rem;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_01 {
    font-size: 1.1rem;
    letter-spacing: 0.066rem;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_01::before {
  content: "";
  background: #93BCD9;
  width: 1px;
  height: 14px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_01::before {
    width: 14px;
    height: 1px;
    transform: inherit;
    top: inherit;
    right: inherit;
    left: 0;
    bottom: -3px;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_02 {
  color: #01466F;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.3rem */
  letter-spacing: 0.065rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide .txt_02 {
    font-size: 1.1rem;
    letter-spacing: 0.022rem;
  }
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide-thumb-active::before {
  opacity: 1;
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide-thumb-active::after {
  opacity: 0;
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide-thumb-active .txt_01 {
  color: #FFF;
}
.page_slide_01 .swiper_02_sm .swiper-wrapper .swiper-slide-thumb-active .txt_02 {
  color: #FFF;
}

.sec02_conts {
  width: 1100px;
  margin: 50px auto 0;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .sec02_conts {
    width: 90%;
    flex-direction: column-reverse;
    border-radius: 10px;
    padding: 40px 30px 30px 30px;
  }
}
.sec02_conts .sec02_conts_l {
  width: 343px;
  height: 343px;
}
@media screen and (max-width: 768px) {
  .sec02_conts .sec02_conts_l {
    width: 230px;
    height: 230px;
    margin: 30px auto 0;
  }
}
.sec02_conts .sec02_conts_l img {
  border-radius: 50%;
}
.sec02_conts .sec02_conts_r {
  width: 565px;
}
@media screen and (max-width: 768px) {
  .sec02_conts .sec02_conts_r {
    width: 100%;
  }
}
.sec02_conts .sec02_conts_r h3 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 6.4rem */
  letter-spacing: 0.384rem;
}
@media screen and (max-width: 768px) {
  .sec02_conts .sec02_conts_r h3 {
    font-size: 2.1rem;
    letter-spacing: 0.168rem;
  }
}
.sec02_conts .sec02_conts_r .read {
  padding: 7px 0 26px;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 4.4rem */
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 768px) {
  .sec02_conts .sec02_conts_r .read {
    padding: 9px 0 26px;
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
  }
}
.sec02_conts .sec02_conts_r .txt_box p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 768px) {
  .sec02_conts .sec02_conts_r .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec03 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 60px 0;
  }
}
.sec03::before {
  background-image: url(../images/top/sec03_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec03::before {
    background-image: url(../images/top/sec03_bg_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec03 .contents {
  max-width: 1340px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec03 .h2_box_wrap {
  position: -webkit-sticky;
  position: sticky;
  width: auto;
  top: 110px;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 500px;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_wrap {
    position: relative;
    top: inherit;
    margin: 0 0 20px;
    top: inherit;
  }
}
.sec03 .h2_box_wrap .h2_box {
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_wrap .h2_box {
    left: inherit;
  }
}
.sec03 .h2_box_wrap .h2_box h2 {
  color: #86ABE2;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 4rem */
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_wrap .h2_box h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.sec03 .h2_box_wrap .h2_box .txt {
  text-shadow: none;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 7.2rem */
  letter-spacing: 0.6rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .sec03 .h2_box_wrap .h2_box .txt {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_wrap .h2_box .txt {
    font-size: 2.6rem;
    letter-spacing: 0.364rem;
  }
}

.sec03_conts_wrap {
  flex: 1;
  max-width: 940px;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec03_conts_wrap {
    gap: 0;
    max-width: inherit;
    flex-direction: column;
  }
}

.sec03_conts {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .sec03_conts {
    margin: 0;
    gap: 30px;
    width: 100%;
  }
}
.sec03_conts:nth-child(2) {
  margin: 208px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03_conts:nth-child(2) {
    margin: 0;
  }
}
.sec03_conts .sec03_conts_item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0px 0px 30px 0px rgba(48, 134, 183, 0.5);
  padding: 50px 30px 30px 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item {
    padding: 40px 20px 20px 20px;
  }
}
.sec03_conts .sec03_conts_item .num {
  position: absolute;
  left: 47px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .num {
    left: 40px;
    top: 9px;
  }
}
.sec03_conts .sec03_conts_item .num::before {
  content: "";
  background: url(../images/top/icon_h3.svg);
  background-size: cover;
  width: 98px;
  height: 76.034px;
  position: absolute;
  left: -45px;
  top: -8px;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .num::before {
    width: 85.59px;
    height: 64px;
    left: -37px;
    top: -5px;
  }
}
.sec03_conts .sec03_conts_item .num .num_01 {
  position: relative;
  background: linear-gradient(136deg, #0065C1 23.46%, #ACB3F5 90.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
  font-size: 5.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 5.7rem */
  letter-spacing: 0.228rem;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .num .num_01 {
    font-size: 5rem;
    letter-spacing: 0.2rem;
  }
}
.sec03_conts .sec03_conts_item .num .num_02 {
  position: relative;
  color: #226EB5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.2rem */
  letter-spacing: 0.048rem;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .num .num_02 {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.sec03_conts .sec03_conts_item .img_box img {
  border-radius: 9px;
}
@container (width <= 320px) {
  .sec03_conts .sec03_conts_item .item {
    background-color: #222222;
    color: #FFFFFF;
  }
}
.sec03_conts .sec03_conts_item .txt_box {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .txt_box {
    margin: 20px 0 0;
  }
}
.sec03_conts .sec03_conts_item .txt_box p {
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.42rem */
  letter-spacing: 0.152rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .sec03_conts .sec03_conts_item .txt_box p {
    font-size: max(1.46vw, 1.7rem);
  }
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .txt_box p {
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
}
.sec03_conts .sec03_conts_item .txt_box p .span {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.08rem;
  background: linear-gradient(90deg, #2079CC 0.01%, #9DADFF 115.36%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 3px 4px 5px 6px;
  margin: 0 8px 5px 0;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .sec03_conts .sec03_conts_item .txt_box p .span {
    font-size: max(1.53vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .txt_box p .span {
    font-size: 1.8rem;
    letter-spacing: 0.072rem;
  }
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_item .txt_box p .span.mt05sp {
    margin-top: 5px;
  }
}

.sec04 {
  padding: 130px 0 150px;
  background: #CBE6FA;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 60px 0;
  }
}
.sec04 .h2_box h2 {
  color: #86ABE2;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.sec04 .h2_box .txt {
  color: #01466F;
  font-size: 4rem;
  letter-spacing: 0.6rem;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box .txt {
    font-size: 2.6rem;
    letter-spacing: 0.364rem;
  }
}

.tab_content {
  width: 1100px;
  margin: 60px auto 0;
  filter: drop-shadow(0px 0px 40px rgba(36, 109, 150, 0.4));
}
@media screen and (max-width: 768px) {
  .tab_content {
    margin: 40px auto 0;
    width: 100%;
    padding: 0 5%;
  }
}
.tab_content .btn_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-reset: tab_btn;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .tab_content .btn_wrap {
    gap: 3px;
    margin: 0 auto;
  }
}
.tab_content .btn_wrap .btn_style {
  position: relative;
  width: 173px;
  height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  background: #F0F8F9;
  padding: 0 0 0 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab_content .btn_wrap .btn_style {
    width: calc((100% - 32px) / 6);
    height: 31px;
    padding: 0;
  }
}
.tab_content .btn_wrap .btn_style::before {
  counter-increment: tab_btn;
  content: counter(tab_btn, decimal-leading-zero);
  color: #01466F;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.144rem;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab_content .btn_wrap .btn_style::before {
    font-size: 1.4rem;
    letter-spacing: 0.084rem;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 0 0;
  }
}
.tab_content .btn_wrap .btn_style .span .span02 {
  color: #01466F;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.064rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab_content .btn_wrap .btn_style .span .span02 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tab_content .btn_wrap .btn_style:hover {
    background: #66A0E3;
  }
  .tab_content .btn_wrap .btn_style:hover::before {
    color: #fff;
  }
  .tab_content .btn_wrap .btn_style:hover span .span02 {
    color: #fff;
  }
}
.tab_content .btn_wrap .btn_style.active {
  background: #66A0E3;
}
.tab_content .btn_wrap .btn_style.active::before {
  color: #fff;
}
.tab_content .btn_wrap .btn_style.active span .span02 {
  color: #fff;
}
.tab_content .conts_wrap .reset {
  display: none;
}
.tab_content .conts_wrap .reset.active {
  display: block;
}
.tab_content .conts_wrap .process_box {
  display: flex;
  border-radius: 10px;
  background: #FFF;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box {
    flex-direction: column;
    gap: 30px;
  }
}
.tab_content .conts_wrap .process_box .process_l {
  width: 607px;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_l {
    width: 100%;
    padding: 20px 20px 0;
  }
}
.tab_content .conts_wrap .process_box .process_l img {
  width: 607px;
  height: 517px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_l img {
    width: 100%;
    height: auto;
  }
}
.tab_content .conts_wrap .process_box .process_r {
  width: 386px;
  padding: 60px 0 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r {
    width: 100%;
    padding: 0 20px 108px;
    border-radius: 0 0 10px 10px;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_tit {
  position: relative;
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_tit {
    margin: 0 0 16px;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_tit::before {
  content: "";
  background: #93BCD9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab_content .conts_wrap .process_box .process_r .process_tit::after {
  content: "";
  background: #93BCD9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -1.5px;
}
.tab_content .conts_wrap .process_box .process_r .process_tit .tit_01 {
  color: #226EB5;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.108rem;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_tit .tit_01 {
    font-size: 1.4rem;
    line-height: 96%; /* 1.344rem */
    letter-spacing: 0.084rem;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_tit .tit_02 {
  margin: 0 16px 0 7px;
  padding: 7px 12px 5px 12px;
  border-radius: 26.5px;
  background: #5399D9;
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 2.1682rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.1682rem */
  letter-spacing: 0.2602rem;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_tit .tit_02 {
    margin: 0 12px 0 7px;
    font-size: 1.7rem;
    letter-spacing: 0.204rem;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_tit .tit_03 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.6rem */
  letter-spacing: 0.208rem;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_tit .tit_03 {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
}
.tab_content .conts_wrap .process_box .process_r .read {
  padding: 0 0 14px;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 3.96rem */
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .read {
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_txt_box {
  width: 386px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_txt_box {
    width: 100%;
  }
}
.tab_content .conts_wrap .process_box .process_r .process_txt_box p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .process_txt_box p {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.tab_content .conts_wrap .process_box .process_r .arrow_wrap {
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 134px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .arrow_wrap {
    width: 90px;
    gap: 10px;
    bottom: 30px;
    right: 20px;
  }
}
.tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item {
  width: 60px;
  height: 60px;
  background: rgba(77, 124, 194, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item {
    width: 40px;
    height: 40px;
  }
}
.tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item img {
  width: 13px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item img {
    width: 8px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .tab_content .conts_wrap .process_box .process_r .arrow_wrap .arrow_item:hover {
    background: #4D7CC2;
  }
}

.sec05 {
  background: #E1E6EB;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 60px 0;
  }
}
.sec05 .h2_box h2 {
  color: #86ABE2;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .sec05 .h2_box h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.sec05 .h2_box .txt {
  color: #01466F;
  font-size: 4rem;
  letter-spacing: 0.6rem;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .sec05 .h2_box .txt {
    font-size: 2.6rem;
    letter-spacing: 0.364rem;
  }
}
.sec05 .read {
  text-align: center;
  padding: 10px 0 0;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 4rem */
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  .sec05 .read {
    padding: 6px 0 0;
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
}

.sec05_conts {
  margin: 60px auto 0;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec05_conts {
    margin: 30px auto 0;
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.sec05_conts .sec05_conts_item {
  width: 510px;
  border-radius: 10px;
  padding: 20px 20px 45px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item {
    width: 100%;
    padding: 20px 20px 24px;
  }
}
.sec05_conts .sec05_conts_item + .sec05_conts_item h3 {
  background: linear-gradient(90deg, #0078AC 0.01%, #2FFFDA 163.41%);
  background-blend-mode: multiply;
}
.sec05_conts .sec05_conts_item h3 {
  border-radius: 35px;
  background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 20px 0;
  color: #FFF;
  text-align: center;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 2.7rem */
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item h3 {
    font-size: 2rem;
    letter-spacing: 0.16rem;
    padding: 17px 0;
  }
}
.sec05_conts .sec05_conts_item .txt_box {
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item .txt_box {
    margin: 24px auto 0;
  }
}
.sec05_conts .sec05_conts_item .txt_box .tit {
  text-align: center;
  margin: 0 auto;
  color: #01466F;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 3.0854rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.2468rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item .txt_box .tit {
    font-size: 2.2rem;
    letter-spacing: 0.176rem;
  }
}
.sec05_conts .sec05_conts_item .txt_box .tit .span {
  color: #01466F;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 5.5rem */
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item .txt_box .tit .span {
    font-size: 3.6rem;
  }
}
.sec05_conts .sec05_conts_item .txt_box .txt {
  text-align: left;
  margin: 0 auto;
  width: 351px;
  padding: 20px 0 0;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.06rem */
  letter-spacing: 0.136rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item .txt_box .txt {
    font-size: 1.4rem;
    letter-spacing: 0.056rem;
    width: auto;
    padding: 20px 12px 0;
  }
}

.sec06 {
  background: #DBEEFF;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 60px 0;
  }
}
.sec06 .h2_box h2 {
  color: #86ABE2;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .sec06 .h2_box h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.sec06 .h2_box .txt {
  color: #01466F;
  font-size: 4rem;
  letter-spacing: 0.6rem;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .sec06 .h2_box .txt {
    font-size: 2.6rem;
    letter-spacing: 0.364rem;
  }
}

.qa_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .qa_box_wrap {
    gap: 20px;
    margin: 40px auto 0;
  }
}

.qa_box {
  box-shadow: 4px 4px 14px 0px rgba(57, 75, 91, 0.2);
  background: #FFF;
  border-radius: 10px;
}
.qa_box .qa_tit {
  position: relative;
  padding: 20px 0 20px 109px;
  pointer-events: all;
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(90deg, #2373BC 0.01%, #A5ADF2 163.41%);
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit {
    padding: 20px 0 20px 59px;
  }
}
.qa_box .qa_tit.open {
  border-radius: 10px 10px 0 0;
}
.qa_box .qa_tit::before {
  content: "Q";
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 5rem */
  letter-spacing: 0.6rem;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit::before {
    font-size: 2.8rem;
    letter-spacing: 0.336rem;
    left: 20px;
  }
}
.qa_box .qa_tit .close {
  color: #FFF;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 3.84rem */
  letter-spacing: 0.096rem;
  padding: 0 80px 0 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close {
    padding: 0 52px 0 0;
    font-size: 1.7rem;
    line-height: 160%; /* 2.72rem */
    letter-spacing: 0.068rem;
  }
}
.qa_box .qa_tit .close::before {
  content: "";
  background: #fff;
  width: 24px;
  height: 6px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close::before {
    width: 23px;
    height: 4px;
    right: 15px;
  }
}
.qa_box .qa_tit .close::after {
  content: "";
  background: #fff;
  width: 6px;
  height: 24px;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close::after {
    width: 4px;
    height: 23px;
    right: 25px;
  }
}
.qa_box .qa_tit .close.open::after {
  transform: translatey(-50%) rotate(90deg);
}
.qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 30px 85px 30px 106px;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt {
    padding: 20px 20px 20px 58px;
  }
}
.qa_box .qa_txt::before {
  content: "A";
  color: #226EB5;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 5rem */
  letter-spacing: 0.6rem;
  position: absolute;
  left: 40px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt::before {
    font-size: 3rem;
    letter-spacing: 0.36rem;
    left: 20px;
    top: 20px;
  }
}
.qa_box .qa_txt p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec07 {
  padding: 150px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 60px 0;
  }
}
.sec07::before {
  content: "";
  background: url(../images/top/sec07_bg.jpg) no-repeat;
  background-size: contain;
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec07::before {
    background: url(../images/top/sec07_bg_sp.jpg) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 650px;
  }
}
.sec07 .sec07_h3 {
  margin: 80px 0 0;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 5.6rem */
  letter-spacing: 0.336rem;
  position: relative;
  padding: 0 0 0 44px;
}
@media screen and (max-width: 768px) {
  .sec07 .sec07_h3 {
    margin: 60px 0 0;
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 42px;
  }
}
.sec07 .sec07_h3::before {
  content: "";
  background: url(../images/top/icon_h2.svg);
  background-size: cover;
  width: 37.378px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec07 .sec07_h3::before {
    width: 32.222px;
    height: 25px;
  }
}

.sec07_conts_01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 {
    flex-direction: column;
  }
}
.sec07_conts_01 .sec07_conts_l {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l {
    width: 100%;
  }
}
.sec07_conts_01 .sec07_conts_l .sec07_h2 h2 {
  color: #86ABE2;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 4rem */
  letter-spacing: 0.2rem;
  position: relative;
  padding: 123px 0 0;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .sec07_h2 h2 {
    padding: 80px 0 0;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.sec07_conts_01 .sec07_conts_l .sec07_h2 h2::before {
  content: "";
  background: url(../images/top/icon_h2.svg);
  background-size: cover;
  width: 116px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .sec07_h2 h2::before {
    width: 74.756px;
    height: 58px;
  }
}
.sec07_conts_01 .sec07_conts_l .sec07_h2 .txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 7.2rem */
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .sec07_h2 .txt {
    padding: 6px 0 0;
    font-size: 2.6rem;
    letter-spacing: 0.364rem;
  }
}
.sec07_conts_01 .sec07_conts_l .read {
  margin: 40px 0 0;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 6.2rem */
  letter-spacing: 0.372rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .read {
    font-size: 2.4rem;
    letter-spacing: 0.288rem;
  }
}
.sec07_conts_01 .sec07_conts_l .txt_box {
  margin: 40px 0 0;
}
.sec07_conts_01 .sec07_conts_l .txt_box p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.sec07_conts_01 .sec07_conts_r {
  margin: 223px 0 0;
  width: 406px;
  height: 615px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_r {
    display: none;
  }
}
.sec07_conts_01 .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sp_img {
    display: block;
    position: relative;
    margin: 40px auto 0;
    padding: 0 0 105px;
  }
}
.sec07_conts_01 .img_box {
  width: 406px;
  height: 493px;
  filter: drop-shadow(4px 4px 80px rgba(64, 98, 130, 0.25));
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .img_box {
    width: 100%;
    height: auto;
  }
}
.sec07_conts_01 .name_box {
  background: #FFF;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .name_box {
    padding: 20px;
  }
}
.sec07_conts_01 .name_box .txt_01 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 3.06rem */
  letter-spacing: 0.204rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .name_box .txt_01 {
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
  }
}
.sec07_conts_01 .name_box .txt_02 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 3.6rem */
  letter-spacing: 0.216rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .name_box .txt_02 {
    font-size: 1.7rem;
    letter-spacing: 0.204rem;
  }
}
.sec07_conts_01 .name_box .txt_02 .span {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 5.6rem */
  letter-spacing: 0.336rem;
  position: relative;
  padding: 0 0 0 28px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .name_box .txt_02 .span {
    font-size: 2.3rem;
    letter-spacing: 0.276rem;
  }
}
.sec07_conts_01 .name_box .txt_02 .span::before {
  content: "";
  background: #01466F;
  background-size: cover;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translatey(-50%);
}

.sec07_conts_02 {
  position: relative;
  padding: 30px 40px;
  margin: 80px auto 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 35px 0px rgba(46, 127, 222, 0.3);
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 {
    margin: 60px auto 0;
    padding: 20px 30px;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 0px 30px 0px rgba(46, 127, 222, 0.3);
  }
}
.sec07_conts_02 .sec07_item {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item {
    padding: 0;
  }
}
.sec07_conts_02 .sec07_item h3 {
  display: flex;
  align-items: center;
  padding: 8px 4px;
  color: #0A5BA6;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  border-bottom: 1px solid #568ED1;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item h3 {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
.sec07_conts_02 .sec07_item h3.mt_01 {
  margin: 20px 0 16px;
}
.sec07_conts_02 .sec07_item h3 .span {
  padding: 0 0 0 16px;
  color: #579DDC;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item h3 .span {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.sec07_conts_02 .sec07_item .sec07_conts_ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sec07_conts_02 .sec07_item .sec07_conts_ul li {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.06rem */
  letter-spacing: 0.136rem;
  padding: 0 0 0 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item .sec07_conts_ul li {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.sec07_conts_02 .sec07_item .sec07_conts_ul li::before {
  content: "";
  background: #568ED1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item .sec07_conts_ul li::before {
    top: 9px;
  }
}
.sec07_conts_02 .sec07_item .txt_box p {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.06rem */
  letter-spacing: 0.136rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 .sec07_item .txt_box p {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}

.page_slide_02 {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide_02 {
    flex-direction: column;
    gap: 18px;
    margin: 30px 0 0;
  }
}
.page_slide_02 .mySwiper2 {
  width: 797px;
  height: 528px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .page_slide_02 .mySwiper2 .swiper-wrapper {
    pointer-events: none;
  }
}
.page_slide_02 .mySwiper2 .swiper-wrapper .swiper-slide {
  position: relative;
}
.page_slide_02 .mySwiper2 .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
  }
}
.page_slide_02 .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 10px 0px 0px;
  background: #1553B0;
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
  letter-spacing: 0.128rem;
  padding: 8px 24px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
    padding: 4px 10px;
    border-radius: 4px 4px 0px 0px;
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.page_slide_02 .mySwiper2 .swiper-button_wrap {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button_wrap {
    height: 26px;
  }
}
.page_slide_02 .mySwiper2 .swiper-button-prev, .page_slide_02 .mySwiper2 .swiper-button-next {
  background: rgba(182, 202, 231, 0.8);
  width: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .page_slide_02 .mySwiper2 .swiper-button-prev:hover, .page_slide_02 .mySwiper2 .swiper-button-next:hover {
    background: #677EAC;
  }
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button-prev, .page_slide_02 .mySwiper2 .swiper-button-next {
    margin: 0;
    width: 26px;
    height: 26px;
  }
}
.page_slide_02 .mySwiper2 .swiper-button-prev {
  left: 0;
  right: auto;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button-prev {
    left: 0;
  }
}
.page_slide_02 .mySwiper2 .swiper-button-next {
  right: 0;
  left: auto;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button-next {
    right: 0;
  }
}
.page_slide_02 .mySwiper2 .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 16px;
  background: url(../images/top/swiper_arrow_l.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button-prev:after {
    left: 9px;
    width: 7px;
    height: 11px;
  }
}
.page_slide_02 .mySwiper2 .swiper-button-next:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translatey(-50%);
  width: 10px;
  height: 16px;
  transform: translatey(-50%);
  background: url(../images/top/swiper_arrow_r.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper2 .swiper-button-next:after {
    right: 9px;
    width: 7px;
    height: 11px;
  }
}
.page_slide_02 .mySwiper {
  width: 380px;
  height: 527px;
  box-sizing: border-box;
  margin: 0;
}
.page_slide_02 .mySwiper .swiper-wrapper {
  transition-duration: 0ms !important;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper {
    height: auto;
    width: 100%;
  }
}
.page_slide_02 .mySwiper .swiper-wrapper {
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper .swiper-wrapper {
    gap: 5px;
  }
}
.page_slide_02 .mySwiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  width: 182px !important;
  height: 120px !important;
  opacity: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper .swiper-wrapper .swiper-slide {
    height: auto !important;
    line-height: 1;
    width: calc((100% - 15px) / 4) !important;
  }
}
.page_slide_02 .mySwiper .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page_slide_02 .mySwiper .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
  }
}
.page_slide_02 .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 0.5;
}
/*# sourceMappingURL=top.css.map */