.main_bg {
  position: relative;
  max-height: 960px;
  height: 100vh;
  min-height: 750px;
  width: 100%;
  top: 0;
  margin: -80px 0 0;
}
@media screen and (max-width: 768px) {
  .main_bg {
    height: 100%;
    margin: 57px 0 0;
    min-height: 100%;
    max-height: 100%;
  }
}
.main_bg .main_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 83px 0 0;
}
@media screen and (max-width: 768px) {
  .main_bg .main_img {
    position: relative;
    padding: 0;
  }
}
.main_bg .main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 960px;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .main_bg .main_img img {
    height: auto;
  }
}
.main_bg .main_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .main_bg .main_txt {
    display: none;
  }
}
.main_bg .main_txt .txt_bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main_bg .main_txt .txt {
  position: absolute;
  bottom: 0;
  padding: 0 0 0 4%;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .main_bg .main_txt .txt {
    padding: 0 0 0 1%;
  }
}
.main_bg .main_side {
  writing-mode: vertical-rl;
  position: absolute;
  right: 34px;
  color: #01466F;
  font-family: "Prata", serif;
  font-size: 1.7rem;
  font-weight: 400;
  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 {
    display: none;
  }
}
.main_bg .catch_box {
  position: absolute;
  width: 626px;
  height: 440px;
  left: 8.8%;
  bottom: 128px;
}
@media screen and (max-width: 1400px) {
  .main_bg .catch_box {
    left: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .main_bg .catch_box {
    left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main_bg .catch_box {
    width: 100%;
    padding: 0 4%;
    height: auto;
    left: inherit;
    bottom: 2%;
  }
}
.main_bg .point_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  right: 10%;
  bottom: 137px;
}
@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;
}
.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 {
    position: absolute;
    width: 40%;
    top: 2%;
    right: 4%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sec_contact {
    overflow: hidden;
  }
}
.sec_contact.contact_top {
  padding: 45px 0 80px;
  background: linear-gradient(180deg, #FFF 0%, #D6EDF8 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contact.contact_top {
    background: url(../images/top/contact_bg_sp.jpg);
    background-size: cover;
    padding: 0;
    margin: 40px 0 0;
  }
}
.sec_contact.contact_top::before {
  content: "";
  background: url(../images/top/scrollline.svg);
  background-size: cover;
  width: 6px;
  height: 82px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec_contact.contact_top::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact.contact_top .contents {
    padding: 60px 8% 40px;
  }
}
.sec_contact.contact_main {
  padding: 60px 0;
  background: url(../images/top/contact_main_bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_contact.contact_main {
    background: url(../images/top/contact_bg_sp.jpg);
    background-size: cover;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_contact.contact_main .contents {
    padding: 60px 8% 40px;
  }
}

.contact_conts {
  background: url(../images/top/contact_bg.jpg);
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #FFF;
  box-shadow: 10px 10px 25px 0px rgba(36, 123, 150, 0.2);
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  padding: 43px 0 0;
}
@media screen and (max-width: 768px) {
  .contact_conts {
    height: auto;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    flex-direction: column;
    padding: 0;
  }
}
.contact_conts h2 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .contact_conts h2 {
    font-size: 1.7rem;
    letter-spacing: 0.204rem;
  }
}
.contact_conts h2::before {
  content: "CONTACT";
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.5131rem;
  position: absolute;
  left: 28px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .contact_conts h2::before {
    font-size: 4rem;
    letter-spacing: 0.32rem;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact_conts .btn_box {
  margin: 25px auto 0;
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box {
    flex-direction: column;
    margin: 20px auto 0;
    gap: 10px;
    width: 100%;
  }
}
.contact_conts .btn_box .btn_tel {
  width: 313px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel {
    width: 100%;
  }
}
.contact_conts .btn_box .btn_tel a {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(222, 242, 253, 0.9);
  box-shadow: 4px 4px 10px 0px rgba(57, 75, 91, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_tel a {
    pointer-events: all;
    position: relative;
  }
  .contact_conts .btn_box .btn_tel a::before {
    content: "";
    background: url(../images/top/contact_arrow.svg);
    background-size: cover;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    transition: all 0.3s;
  }
  .contact_conts .btn_box .btn_tel a::after {
    content: "";
    background: #568ED1;
    width: 27px;
    height: 26px;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.3s;
  }
}
.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 55px;
  position: relative;
}
.contact_conts .btn_box .btn_tel a .txt_box::before {
  content: "";
  background: url(../images/top/contact_tel.png);
  background-size: cover;
  width: 49px;
  height: 49px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translatey(-50%);
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_01 {
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.126rem;
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_02 {
  padding: 6px 0 0;
  color: #01466F;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.064rem;
}
.contact_conts .btn_box .btn_tel a .txt_box .txt_03 {
  position: absolute;
  color: #3FB1F1;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.2rem */
  letter-spacing: 0.264rem;
  right: 2px;
  bottom: 35px;
}
.contact_conts .btn_box .btn_web {
  width: 264px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web {
    width: 100%;
  }
}
.contact_conts .btn_box .btn_web a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(6, 150, 230, 0.95);
  box-shadow: 4px 4px 10px 0px rgba(57, 75, 91, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact_conts .btn_box .btn_web a::before {
  content: "";
  background: url(../images/top/contact_arrow.svg);
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.contact_conts .btn_box .btn_web a::after {
  content: "";
  background: #226EB5;
  width: 27px;
  height: 26px;
  border-radius: 5px 0px 0px 5px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .contact_conts .btn_box .btn_web a:hover {
    background: rgba(8, 106, 196, 0.95);
  }
  .contact_conts .btn_box .btn_web a:hover::before {
    right: 5px;
  }
  .contact_conts .btn_box .btn_web a:hover::after {
    background: #0F42A6;
  }
  .contact_conts .btn_box .btn_web a:hover .txt_box .txt_02 {
    color: #fff;
    background: #0F42A6;
  }
}
.contact_conts .btn_box .btn_web a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box {
    padding: 0 0 0 45px;
  }
}
.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: -10px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_web a .txt_box::before {
    left: -40px;
  }
}
.contact_conts .btn_box .btn_web a .txt_box .txt_01 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.132rem;
  padding: 0 0 6px;
}
.contact_conts .btn_box .btn_web a .txt_box .txt_01 .span {
  color: #FFF;
  font-family: "Prata", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.2rem */
  letter-spacing: 0.132rem;
}
.contact_conts .btn_box .btn_web a .txt_box .txt_02 {
  transition: all 0.3s;
  padding: 5px 27px;
  border-radius: 13px;
  background: #BDF8FF;
  color: #226EB5;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 100%; /* 1.3rem */
  letter-spacing: 0.078rem;
}
.contact_conts .btn_box .btn_line {
  width: 264px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line {
    width: 100%;
  }
}
.contact_conts .btn_box .btn_line a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(0, 184, 196, 0.95);
  box-shadow: 4px 4px 10px 0px rgba(57, 75, 91, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact_conts .btn_box .btn_line a::before {
  content: "";
  background: url(../images/top/contact_arrow.svg);
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.contact_conts .btn_box .btn_line a::after {
  content: "";
  background: #00847C;
  width: 27px;
  height: 26px;
  border-radius: 5px 0px 0px 5px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .contact_conts .btn_box .btn_line a:hover {
    background: rgba(1, 158, 121, 0.95);
  }
  .contact_conts .btn_box .btn_line a:hover::before {
    right: 5px;
  }
  .contact_conts .btn_box .btn_line a:hover::after {
    background: #026D74;
  }
}
.contact_conts .btn_box .btn_line a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box {
    padding: 0 0 0 45px;
  }
}
.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: -15px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .contact_conts .btn_box .btn_line a .txt_box::before {
    left: -41px;
  }
}
.contact_conts .btn_box .btn_line a .txt_box .txt_01 {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.144rem;
}
.contact_conts .btn_box .btn_line a .txt_box .txt_01 .span {
  color: #FFF;
  font-family: "Prata", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.144rem;
}

.sec01 {
  background: #D6EDF8;
  padding: 35px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 40px 0 64px;
  }
}
.sec01 .rank .rank_tit {
  width: 84px;
  height: 60px;
  color: #01466F;
  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: 1px solid #FFF;
  background: #E0EFF6;
}
@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: #01466F;
  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: 1px solid #CDCDCD;
}
@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: 1px solid #CDCDCD;
  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 .h2_box {
  width: 100%;
  position: relative;
  height: 528px;
}
@media screen and (max-width: 768px) {
  .sec01 .h2_box {
    height: auto;
  }
}
.sec01 .h2_box::before {
  content: "";
  background: url(../images/top/sec01_h2_bg.jpg);
  background-size: cover;
  width: 57.4%;
  height: 528px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sec01 .h2_box::before {
    background: url(../images/top/sec01_h2_bg_sp.jpg);
    background-size: cover;
    height: 246px;
    width: 73%;
    top: -40px;
  }
}
.sec01 .h2_box .contents {
  display: flex;
  align-items: center;
}
.sec01 .h2_conts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 528px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .h2_conts {
    height: auto;
  }
}
.sec01 .h2_conts h2 {
  color: rgba(147, 188, 217, 0.8);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12rem */
  letter-spacing: 1.68rem;
  padding: 128px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 .h2_conts h2 {
    font-size: 4rem;
    letter-spacing: 0.56rem;
    padding: 58px 0 0;
  }
}
.sec01 .h2_conts h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec01 .h2_conts h2::before {
    width: 37px;
    height: 40px;
    left: 60%;
  }
}
.sec01 .h2_conts .h2_txt {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec01 .h2_conts .h2_txt {
    padding: 10px 0 0;
    font-size: 1.9rem;
    line-height: 180%; /* 3.42rem */
    letter-spacing: 0.228rem;
    text-align: left;
  }
}

.sec01_conts_a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a {
    margin: 0px auto 0;
    flex-direction: column;
  }
}
.sec01_conts_a .sec01_conts_a_full {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_full {
    margin: 0 auto 30px;
  }
}
.sec01_conts_a .sec01_conts_a_full h3 {
  padding: 0 0 0 40px;
  position: relative;
  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.224rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_full h3 {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 33px;
    margin: 30px 0 0;
  }
}
.sec01_conts_a .sec01_conts_a_full h3::before {
  content: "";
  background: #226EB5;
  width: 25px;
  height: 27px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_full h3::before {
    top: 5px;
    width: 21.5px;
    height: 23px;
  }
}
.sec01_conts_a .sec01_conts_a_full .txt_box {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_full .txt_box {
    margin: 20px auto 0;
  }
}
.sec01_conts_a .sec01_conts_a_full .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) {
  .sec01_conts_a .sec01_conts_a_full .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.sec01_conts_a .sec01_conts_a_l {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 35px 0px rgba(8, 61, 109, 0.25);
  display: flex;
  width: 560px;
  padding: 28px 20px 24px 20px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_l {
    width: 100%;
    padding: 18px 9px 20px 9px;
    box-shadow: 0px 0px 18.972px 0px rgba(8, 61, 109, 0.25);
    gap: 0;
  }
}
.sec01_conts_a .sec01_conts_a_l h3 {
  text-align: center;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2rem */
  letter-spacing: 0.08rem;
  border-bottom: 1px solid #226EB5;
  padding: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_l h3 {
    padding: 0 0 5px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 2.4rem */
    letter-spacing: 0.064rem;
  }
}
.sec01_conts_a .sec01_conts_a_l .cap {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.24rem */
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_l .cap {
    padding: 3px 0 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.76rem */
    letter-spacing: 0.044rem;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_l .img_box {
    margin: 10px auto 0;
  }
}
.sec01_conts_a .sec01_conts_a_r {
  width: 590px;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_r {
    width: 100%;
  }
}
.sec01_conts_a .sec01_conts_a_r h3 {
  padding: 0 0 0 40px;
  position: relative;
  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.224rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_r h3 {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 33px;
    margin: 30px 0 0;
  }
}
.sec01_conts_a .sec01_conts_a_r h3::before {
  content: "";
  background: #226EB5;
  width: 25px;
  height: 27px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_r h3::before {
    top: 5px;
    width: 21.5px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_a .sec01_conts_a_r .txt_box {
    margin: 20px auto 0;
  }
}
.sec01_conts_a .sec01_conts_a_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) {
  .sec01_conts_a .sec01_conts_a_r .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec01_conts_01 {
  margin: 60px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 {
    margin: 30px auto 0;
    flex-direction: column-reverse;
  }
}
.sec01_conts_01 h3 {
  padding: 0 0 0 40px;
  position: relative;
  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;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 h3 {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 33px;
  }
}
.sec01_conts_01 h3::before {
  content: "";
  background: #226EB5;
  width: 25px;
  height: 27px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 h3::before {
    top: 5px;
    width: 21.5px;
    height: 23px;
  }
}
.sec01_conts_01 .txt_box {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .txt_box {
    margin: 20px 0 30px;
  }
}
.sec01_conts_01 .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) {
  .sec01_conts_01 .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec01_conts_02 {
  border-radius: 10px;
  background: #FFF;
  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: 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;
}
@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 {
    flex-direction: column;
    gap: 30px;
  }
}
.sec01_conts_03_box .sec01_conts_03 {
  width: 570px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 35px 0px rgba(8, 61, 109, 0.25);
  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;
}
@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: 354px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_03_box .sec01_conts_03 .img_box {
    margin: 30px auto 0;
    width: 88%;
  }
}

.sec01_conts_04 {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 {
    margin: 60px auto 0;
  }
}
.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: rgba(147, 188, 217, 0.5);
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.1rem;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box h3 {
    font-size: 5.5rem;
    letter-spacing: 0.605rem;
  }
}
.sec01_conts_04 .h3_box .h3_txt {
  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 40px;
  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: 0 0 0 35px;
    font-size: 2.2rem;
    letter-spacing: 0.264rem;
  }
}
.sec01_conts_04 .h3_box .h3_txt::before {
  content: "";
  background: #226EB5;
  width: 25px;
  height: 27px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec01_conts_04 .h3_box .h3_txt::before {
    top: 9px;
  }
}
.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: 36px 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: #01466F;
  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: 114px 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 {
  width: calc((100% - 20px) / 2);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.08rem;
  background: #FFF;
  box-shadow: 4px 4px 14px 0px rgba(57, 75, 91, 0.2);
  display: flex;
  align-items: center;
  padding: 16px 0 16px 48px;
  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: 12px;
  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 {
  overflow: hidden;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: relative;
  padding: 145px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 60px 0;
  }
}
.sec02::before {
  background-image: url(../images/top/sec02_bg_01.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) {
  .sec02::before {
    background-image: url(../images/top/sec02_bg_01_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec02 .contents_full {
  position: relative;
}
.sec02 .contents_full::before {
  content: "COMMITMENT";
  color: rgba(255, 255, 255, 0.3);
  font-family: "Prata", serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 9rem */
  letter-spacing: 0.9rem;
  position: absolute;
  left: 0;
  top: -110px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full::before {
    font-size: 6.5rem;
    letter-spacing: 0.65rem;
    top: -54px;
    left: -4px;
  }
}
.sec02 .contents_full_02 {
  width: 100%;
  position: relative;
  min-width: 1200px;
  height: 633px;
}
@media screen and (max-width: 768px) {
  .sec02 .contents_full_02 {
    height: auto;
    min-width: inherit;
  }
}
.sec02 .h2_box {
  left: 20%;
  top: 0;
  height: 633px;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1920px) {
  .sec02 .h2_box {
    left: 18%;
  }
}
@media screen and (max-width: 1800px) {
  .sec02 .h2_box {
    left: 16%;
  }
}
@media screen and (max-width: 1700px) {
  .sec02 .h2_box {
    left: 14%;
  }
}
@media screen and (max-width: 1600px) {
  .sec02 .h2_box {
    left: 12%;
  }
}
@media screen and (max-width: 1500px) {
  .sec02 .h2_box {
    left: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .sec02 .h2_box {
    left: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .sec02 .h2_box {
    left: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .sec02 .h2_box {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box {
    top: inherit;
    position: relative;
    left: inherit;
    height: auto;
    margin: 0 0 40px;
  }
}
.sec02 .h2_box h2 {
  width: 250px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2 {
    position: relative;
    width: 210px;
    height: 105px;
    margin: 0 auto;
  }
}
.sec02 .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  left: -70px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2::before {
    width: 56px;
    height: 60px;
    left: -41px;
    top: -18px;
  }
}
.sec02 .h2_box h2 .span_01 {
  color: #FFF;
  text-align: center;
  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) {
  .sec02 .h2_box h2 .span_01 {
    font-size: 2.2rem;
    letter-spacing: 0.264rem;
  }
}
.sec02 .h2_box h2 .span_01 .span {
  color: #FFF;
  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) {
  .sec02 .h2_box h2 .span_01 .span {
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
  }
}
.sec02 .h2_box h2 .span_02 {
  position: absolute;
  left: 0;
  bottom: -40px;
  color: #226EB5;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18rem;
  font-style: italic;
  font-weight: 700;
  line-height: 100%; /* 18rem */
  letter-spacing: 2.16rem;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2 .span_02 {
    font-size: 9.5rem;
    letter-spacing: 1.14rem;
    left: 30px;
    bottom: -20px;
  }
}
.sec02 .h2_box h2 .span_03 {
  position: absolute;
  left: 80px;
  bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 4.68rem */
  letter-spacing: 0.312rem;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2 .span_03 {
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
    left: 76px;
    bottom: 26px;
  }
}
.sec02 .h2_box h2 .span_04 {
  position: absolute;
  left: 85px;
  bottom: -17px;
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.84rem */
  letter-spacing: 0.456rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec02 .h2_box h2 .span_04 {
    font-size: 3rem;
    letter-spacing: 0.36rem;
    left: 85px;
    bottom: -13px;
  }
}

.container {
  padding: 0 0 0 146px;
  display: block;
  position: absolute;
  right: -26.5%;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .container {
    right: -22%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    right: -18%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    position: relative;
    top: inherit;
    right: inherit;
    padding: 0 0 0 15.5%;
  }
}

.swiper_id {
  overflow: hidden;
  width: 72%;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .swiper_id {
    width: 76%;
  }
}
@media screen and (max-width: 1400px) {
  .swiper_id {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .swiper_id {
    width: 83%;
  }
}
@media screen and (max-width: 768px) {
  .swiper_id {
    width: 100%;
    top: inherit;
    right: inherit;
  }
}
.swiper_id .swiper-wrapper {
  width: 100%;
  height: 600px;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper {
    padding: 35px 0 0;
    height: auto;
  }
}
.swiper_id .swiper-wrapper .swiper-slide {
  color: #ffffff;
  width: 100%;
}
.swiper_id .swiper-wrapper .swiper-slide.swiper-slide-prev .slide_bk {
  box-shadow: none;
}
.swiper_id .swiper-wrapper .swiper-slide .slide_bk {
  display: flex;
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_bk {
    flex-direction: column-reverse;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box {
  width: 418px;
  border-radius: 10px 0px 0px 10px;
  background: #0873B0;
  padding: 0 0 46px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box {
    width: 100%;
    height: 250px;
    border-radius: 0;
    padding: 60px 7% 30px 9%;
    position: relative;
    border-radius: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box {
    position: absolute;
    top: -56px;
    left: 16px;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01 {
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 14rem;
  font-style: italic;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.84rem;
  position: relative;
  padding: 0 0 0 49px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01 {
    font-size: 10rem;
    letter-spacing: 0.6rem;
    padding: 0 0 0 31px;
    filter: drop-shadow(0px 0px 8px rgba(47, 87, 109, 0.3));
  }
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01.num_01_04 {
    position: relative;
    top: -10px;
  }
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01.num_01_04::before {
    bottom: 4px;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01.num_01_06 {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01.num_01_06 {
    top: 2px;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01::before {
  content: "#";
  color: #FFF;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 100%; /* 8rem */
  letter-spacing: 0.96rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_01::before {
    font-size: 5rem;
    letter-spacing: 0.6rem;
    bottom: 14px;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_02 {
  padding: 26px 0 0;
  color: #C0E3F2;
  font-family: "Prata", serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.6rem */
  letter-spacing: 0.208rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .num_box .num_02 {
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
    padding: 0;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 3.6rem */
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
@media screen and (max-width: 330px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p {
    font-size: 1.5rem;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p .span {
  background: #CAEBF0;
  margin: 0 3px 0 0;
  display: inline-block;
  padding: 3px 5px 5px 6px;
  color: #226EB5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p .span {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
    display: inline;
    line-height: 2;
    padding: 1px 5px 3px 6px;
  }
}
@media screen and (max-width: 330px) {
  .swiper_id .swiper-wrapper .swiper-slide .slide_txt_box .txt_box p .span {
    font-size: 1.5rem;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .img_box {
  width: calc(100% - 418px);
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .img_box {
    width: 100%;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .img_box.img_box_02 img {
  -o-object-position: center left;
     object-position: center left;
}
.swiper_id .swiper-wrapper .swiper-slide .img_box img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .img_box img {
    height: auto;
    border-radius: 10px 0 0 0;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .img_box img.img_03 {
  -o-object-position: left center;
     object-position: left center;
}
.swiper_id .swiper-wrapper .swiper-slide .img_box img.img_06 {
  -o-object-position: right center;
     object-position: right center;
}
.swiper_id .swiper-button_wrap {
  position: absolute;
  bottom: 58px;
  left: 0px;
  margin: 0 auto;
  z-index: 10;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button_wrap {
    height: auto;
    bottom: 0;
    left: 5%;
  }
}
.swiper_id .swiper-button_wrap .swiper-button_bk {
  position: relative;
  width: 123px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button_wrap .swiper-button_bk {
    width: 32px;
    height: 68px;
    bottom: 0;
  }
}
.swiper_id .swiper-button-prev, .swiper_id .swiper-button-next {
  position: absolute;
  border-radius: 5px;
  transition: all 0.3s;
  pointer-events: all;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #526E83;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .swiper_id .swiper-button-prev:hover, .swiper_id .swiper-button-next:hover {
    background: #C0CBD4;
  }
  .swiper_id .swiper-button-prev:hover::after, .swiper_id .swiper-button-next:hover::after {
    background-color: #526E83;
  }
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button-prev, .swiper_id .swiper-button-next {
    border-radius: 2px;
    width: 32px;
    height: 32px;
  }
}
.swiper_id .swiper-button-prev {
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button-prev {
    top: 0;
  }
}
.swiper_id .swiper-button-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button-next {
    bottom: 0;
  }
}
.swiper_id .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 23px;
  transition: all 0.3s;
  -webkit-mask-image: url(../images/top/swiper_arrow_l.svg);
  mask-image: url(../images/top/swiper_arrow_l.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button-prev:after {
    width: 8px;
    height: 12px;
  }
}
.swiper_id .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 23px;
  transition: all 0.3s;
  -webkit-mask-image: url(../images/top/swiper_arrow_r.svg);
  mask-image: url(../images/top/swiper_arrow_r.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-button-next:after {
    width: 8px;
    height: 12px;
  }
}
.swiper_id .swiper-pagination-fraction, .swiper_id .swiper-pagination-custom, .swiper_id .swiper-horizontal > .swiper-pagination-bullets, .swiper_id .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 105px;
  right: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  left: 80px;
  transform: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .swiper_id .swiper-pagination-fraction, .swiper_id .swiper-pagination-custom, .swiper_id .swiper-horizontal > .swiper-pagination-bullets, .swiper_id .swiper-pagination-bullets.swiper-pagination-horizontal {
    flex-direction: row;
    gap: 10px;
    bottom: inherit;
    top: 0;
    left: 15.5%;
  }
}
.swiper_id .swiper-pagination {
  position: absolute;
  left: 0;
  text-align: left;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 30px;
}
.swiper_id .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper_id .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper_id .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 1.5;
  transition: transform 0.2s linear;
  color: #87939D;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.2rem */
  letter-spacing: 0.264rem;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.swiper_id .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
  color: #01466F;
}

.sec02_conts {
  margin: 60px auto 0;
  border-radius: 10px;
  padding: 60px 0 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .sec02_conts {
    padding: 40px 0 30px;
  }
}
.sec02_conts .tit {
  position: relative;
}
.sec02_conts .tit::before {
  content: "0";
  color: rgba(70, 158, 239, 0.3);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16rem */
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02_conts .tit::before {
    font-size: 12rem;
    top: 0;
  }
}
.sec02_conts .tit .txt_01 {
  color: #01466F;
  text-align: center;
  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 .tit .txt_01 {
    font-size: 2.3rem;
    letter-spacing: 0.276rem;
  }
}
.sec02_conts .tit .txt_02 {
  color: #01466F;
  text-align: center;
  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) {
  .sec02_conts .tit .txt_02 {
    font-size: 1.9rem;
    width: 245px;
    margin: 0 auto;
  }
}
.sec02_conts .txt_box {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec02_conts .txt_box {
    margin: 17px auto 0;
    width: 270px;
  }
}
.sec02_conts .txt_box p {
  text-align: center;
  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 .txt_box p {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}

.sec03 {
  background: url(../images/top/sec03_bg.jpg);
  background-size: cover;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 60px 0 40px;
  }
}
.sec03 .h2_box h2 {
  color: rgba(147, 188, 217, 0.5);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.4rem;
  position: relative;
  padding: 128px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box h2 {
    padding: 57px 0 0;
    font-size: 4rem;
    letter-spacing: 0.56rem;
  }
}
.sec03 .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box h2::before {
    width: 37px;
    height: 39px;
  }
}
.sec03 .h2_box .txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box .txt {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
  }
}

.mainslider {
  margin: 90px 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 200px 12.5%;
}
@media screen and (max-width: 768px) {
  .mainslider {
    margin: 35px 0 0;
    padding: 0 0 70px 5%;
  }
}
.mainslider .swiper-slide {
  transform: scale(1, 1) !important;
  transform-origin: right top;
  transition: all 0.3s;
  width: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide {
    transform-origin: left top;
    width: 100%;
    transform: scale(0.9, 0.9) !important;
  }
}
.mainslider .swiper-slide.swiper-slide-active {
  transform: scale(1.2, 1.2) !important;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide.swiper-slide-active {
    transform: scale(1, 1) !important;
  }
}
.mainslider .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.mainslider .swiper-slide .num {
  position: absolute;
  top: 15px;
  left: 8px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .num {
    left: 0;
    top: 8px;
  }
}
@media screen and (max-width: 330px) {
  .mainslider .swiper-slide .num {
    left: 10px;
  }
}
.mainslider .swiper-slide .num .num_01 {
  color: #226EB5;
  font-family: "Prata", serif;
  font-size: 0.73vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.55rem */
  letter-spacing: 0.1133rem;
  padding: 0 11px 0 0;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .mainslider .swiper-slide .num .num_01 {
    padding: 0 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .num .num_01 {
    font-size: 3.466vw;
    letter-spacing: 0.104rem;
  }
}
.mainslider .swiper-slide .num .num_01::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 30px;
  height: 32px;
  opacity: 0.4;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: -2px;
  right: 2px;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .mainslider .swiper-slide .num .num_01::before {
    width: 28px;
    height: 29px;
  }
}
@media screen and (max-width: 1400px) {
  .mainslider .swiper-slide .num .num_01::before {
    width: 25px;
    height: 26px;
  }
}
@media screen and (max-width: 1300px) {
  .mainslider .swiper-slide .num .num_01::before {
    width: 20px;
    height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .num .num_01::before {
    width: 23px;
    height: 24px;
  }
}
.mainslider .swiper-slide .num .num_02 {
  color: #226EB5;
  font-family: "Prata", serif;
  font-size: 1.73vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.3333rem */
  letter-spacing: 0.3333rem;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .num .num_02 {
    font-size: 6.66vw;
    letter-spacing: 0.25rem;
  }
}
.mainslider .swiper-slide .txt_box {
  position: absolute;
  bottom: 6%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .txt_box {
    bottom: 20px;
    left: 20px;
  }
}
.mainslider .swiper-slide .txt_box p {
  color: #FFF;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.176rem;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .txt_box p {
    font-size: 4vw;
    line-height: 180%; /* 2.7rem */
    letter-spacing: 0.12rem;
  }
}
.mainslider .swiper-slide .txt_box p .span {
  margin: 0 10px 5px 0;
  padding: 1px 6px 4px 7px;
  border: 1px solid #FFF;
  background: rgba(165, 187, 192, 0.12);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #FFF;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.176rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .txt_box p .span {
    font-size: 4.266vw;
    line-height: 150%; /* 2.4rem */
    letter-spacing: 0.128rem;
  }
}
.mainslider .swiper-slide .txt_box p .span.md {
  margin: 0 10px 5px;
}
@media screen and (max-width: 330px) {
  .mainslider .swiper-slide .txt_box p .span.md {
    margin: 0 10px 0 0;
  }
}
.mainslider .swiper-slide .txt_box p .span.md02 {
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .txt_box p .span.md02 {
    margin: 0 10px 0 0;
  }
}
.mainslider .swiper-slide .txt_box p .span.md03 {
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-slide .txt_box p .span.md03 {
    margin: 5px 10px 0 0;
  }
}
.mainslider .swiper-button_wrap {
  position: absolute;
  left: 49.5%;
  transform: translateX(-50%);
  bottom: 10px;
  margin: 0 auto;
  z-index: 10;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button_wrap {
    height: 30px;
  }
}
.mainslider .swiper-button_wrap .swiper-button_bk {
  position: relative;
  width: 260px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button_wrap .swiper-button_bk {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button_wrap .swiper-button_bk {
    width: 190px;
    height: 30px;
  }
}
.mainslider .swiper-button-prev, .mainslider .swiper-button-next {
  position: absolute;
  border-radius: 5px;
  transition: all 0.3s;
  pointer-events: all;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #93BCD9;
}
@media screen and (min-width: 769px) {
  .mainslider .swiper-button-prev:hover, .mainslider .swiper-button-next:hover {
    background: #226EB5;
  }
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button-prev, .mainslider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.mainslider .swiper-button-prev {
  left: 0;
  right: auto;
}
.mainslider .swiper-button-next {
  right: 0;
  left: auto;
}
.mainslider .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 23px;
  transition: all 0.3s;
  -webkit-mask-image: url(../images/top/swiper_arrow_l.svg);
  mask-image: url(../images/top/swiper_arrow_l.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button-prev:after {
    width: 8px;
    height: 13px;
  }
}
.mainslider .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 23px;
  transition: all 0.3s;
  -webkit-mask-image: url(../images/top/swiper_arrow_r.svg);
  mask-image: url(../images/top/swiper_arrow_r.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mainslider .swiper-button-next:after {
    width: 8px;
    height: 13px;
  }
}
.mainslider .swiper-pagination-progressbar {
  z-index: 10 !important;
  height: 2px !important;
  top: inherit !important;
  position: absolute !important;
  background: #87939D;
  width: 44px !important;
  bottom: 30px;
  top: 0;
  left: 50% !important;
  transform: translateX(-50%);
}
.mainslider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff !important;
}

.slider-thumbnail {
  overflow: hidden;
  position: relative;
  top: -44px;
}
.slider-thumbnail .swiper-wrapper {
  visibility: hidden;
}
.slider-thumbnail .swiper-my-pagination-sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail .swiper-my-pagination-sub {
    width: 93px;
  }
}
.slider-thumbnail .swiper-my-pagination-sub .swiper-pagination-current {
  position: absolute;
  left: -4px;
  color: #226EB5;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 2.4rem */
  letter-spacing: 0.288rem;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail .swiper-my-pagination-sub .swiper-pagination-current {
    font-size: 1.8rem;
    left: -7px;
    top: 4px;
  }
}
.slider-thumbnail .swiper-my-pagination-sub .swiper-pagination-total {
  color: #333;
  position: absolute;
  right: 1px;
  top: 3px;
  color: #87939D;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail .swiper-my-pagination-sub .swiper-pagination-total {
    font-size: 1.5rem;
    right: -4px;
    top: 5px;
  }
}

.sec04 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 60px 0;
  }
}
.sec04::before {
  background-image: url(../images/top/sec04_bk.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) {
  .sec04::before {
    background-image: url(../images/top/sec04_bk_sp.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec04 .contents {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04 .contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sec04 .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) {
  .sec04 .h2_box_wrap {
    position: relative;
    top: inherit;
    margin: 0 0 40px;
  }
}
.sec04 .h2_box_wrap .h2_box {
  position: relative;
  left: -50px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .sec04 .h2_box_wrap .h2_box {
    left: -25px;
  }
}
@media screen and (max-width: 1300px) {
  .sec04 .h2_box_wrap .h2_box {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box_wrap .h2_box {
    left: inherit;
  }
}
.sec04 .h2_box_wrap .h2_box h2 {
  color: rgba(147, 188, 217, 0.5);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.4rem;
  position: relative;
  padding: 128px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box_wrap .h2_box h2 {
    font-size: 4rem;
    letter-spacing: 0.56rem;
    padding: 57px 0 0;
  }
}
.sec04 .h2_box_wrap .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box_wrap .h2_box h2::before {
    width: 36px;
    height: 39px;
  }
}
.sec04 .h2_box_wrap .h2_box .h2_txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec04 .h2_box_wrap .h2_box .h2_txt {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
  }
}

.sec04_conts {
  margin: 90px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sec04_conts {
    margin: 0;
    gap: 30px;
  }
}
.sec04_conts .sec04_conts_item {
  width: 670px;
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item {
    width: 100%;
  }
}
.sec04_conts .sec04_conts_item .img_box {
  width: 100%;
  height: auto;
}
.sec04_conts .sec04_conts_item .txt_box {
  padding: 31px 40px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box {
    padding: 20px;
  }
}
.sec04_conts .sec04_conts_item .txt_box .tit {
  display: flex;
  align-items: center;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box .tit {
    margin: 0 0 14px;
  }
}
.sec04_conts .sec04_conts_item .txt_box .tit .tit_01 {
  color: #226EB5;
  font-family: "Prata", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.216rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box .tit .tit_01 {
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
  }
}
.sec04_conts .sec04_conts_item .txt_box .tit .tit_01::before {
  content: "";
  background: #69AAE5;
  width: 62px;
  height: 67px;
  opacity: 0.2;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box .tit .tit_01::before {
    width: 43px;
    height: 46px;
  }
}
.sec04_conts .sec04_conts_item .txt_box .tit .tit_02 {
  margin: 0 17px 0 5px;
  border-radius: 22px;
  border: 1px solid #FFF;
  background: #5399D9;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Prata", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.8rem */
  letter-spacing: 0.216rem;
  padding: 3px 0 0;
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box .tit .tit_02 {
    font-size: 1.7rem;
    letter-spacing: 0.204rem;
    width: 38px;
    height: 38px;
    margin: 0 18px 0 8px;
  }
}
.sec04_conts .sec04_conts_item .txt_box .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.312rem;
}
@media screen and (max-width: 768px) {
  .sec04_conts .sec04_conts_item .txt_box .tit .tit_03 {
    font-size: 2.2rem;
    letter-spacing: 0.264rem;
  }
}
.sec04_conts .sec04_conts_item .txt_box .sub_tit {
  margin: 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) {
  .sec04_conts .sec04_conts_item .txt_box .sub_tit {
    font-size: 1.8rem;
    letter-spacing: 0.216rem;
  }
}
.sec04_conts .sec04_conts_item .txt_box .sub_txt p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  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) {
  .sec04_conts .sec04_conts_item .txt_box .sub_txt p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec05 {
  background: #E0EFF6;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 60px 0;
  }
}
.sec05 .h2_box h2 {
  color: rgba(147, 188, 217, 0.5);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.4rem;
  position: relative;
  padding: 128px 0 0;
}
@media screen and (max-width: 768px) {
  .sec05 .h2_box h2 {
    padding: 57px 0 0;
    font-size: 4rem;
    letter-spacing: 0.56rem;
  }
}
.sec05 .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec05 .h2_box h2::before {
    width: 36px;
    height: 39px;
  }
}
.sec05 .h2_box .txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec05 .h2_box .txt {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
  }
}
.sec05 .read {
  text-align: center;
  padding: 15px 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: 5px;
  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%;
  }
}
.sec05_conts .sec05_conts_item + .sec05_conts_item h3 {
  background: #094791;
}
.sec05_conts .sec05_conts_item h3 {
  border-radius: 5px 5px 0px 0px;
  background: #226EB5;
  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;
  }
}
.sec05_conts .sec05_conts_item .txt_box {
  padding: 45px 90px;
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05_conts .sec05_conts_item .txt_box {
    padding: 30px 40px;
  }
}
.sec05_conts .sec05_conts_item .txt_box .tit {
  color: #01466F;
  font-size: 3rem;
  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;
  font-family: "Manrope", sans-serif;
  text-align: center;
  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 {
  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.112rem;
  }
}

.sec05_conts_02_wrap {
  margin: 90px auto 0;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02_wrap {
    margin: 50px auto 0;
    gap: 50px;
  }
}

.sec05_conts_02 {
  display: flex;
  flex-direction: column;
}
.sec05_conts_02 h3 {
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 h3 {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    margin: 0 0 10px;
  }
}
.sec05_conts_02 .txt_box {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .txt_box {
    margin: 0 auto 30px;
  }
}
.sec05_conts_02 .txt_box p {
  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_conts_02 .txt_box p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.sec05_conts_02 .sec05_conts_02_ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul {
    flex-direction: column;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li {
    width: 100%;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .tit {
  padding: 20px 0px;
  border-radius: 5px 5px 0px 0px;
  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_02 .sec05_conts_02_ul li .tit {
    padding: 14px 0px;
    font-size: 2rem;
    letter-spacing: 0.16rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .tit.tit_01 {
  background: #226EB5;
}
.sec05_conts_02 .sec05_conts_02_ul li .tit.tit_02 {
  background: #094791;
}
.sec05_conts_02 .sec05_conts_02_ul li .tit.tit_03 {
  background: #7E8A9F;
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box {
  padding: 45px 45px 35px;
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 176px;
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box {
    height: auto;
    padding: 31px;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box.item_box_02 {
  height: 240px;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box.item_box_02 {
    height: auto;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 {
  color: #01466F;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.208rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 {
    font-size: 2.2rem;
    letter-spacing: 0.176rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 .span {
  color: #01466F;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 4.5rem */
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 .span {
    font-size: 3.6rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 .span_02 {
  color: #01466F;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_01 .span_02 {
    font-size: 1.8rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_02 {
  text-align: center;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 3.06rem */
  letter-spacing: 0.136rem;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_02 {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_03 {
  color: #01466F;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 4.16rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_03 {
    font-size: 2.2rem;
    line-height: 160%; /* 3.52rem */
    letter-spacing: 0.088rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_04 {
  padding: 0 0 11px;
  color: #01466F;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 2.2rem */
  letter-spacing: 0.176rem;
}
@media screen and (max-width: 768px) {
  .sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_04 {
    padding: 0 0 12px;
    font-size: 2.2rem;
    letter-spacing: 0.176rem;
  }
}
.sec05_conts_02 .sec05_conts_02_ul li .item_box .txt_05 {
  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_02 .sec05_conts_02_ul li .item_box .txt_05 {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}

.sec06 {
  background: #D2DAE0;
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 60px 0;
  }
}
.sec06 .h2_box h2 {
  color: rgba(147, 188, 217, 0.8);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.4rem;
  position: relative;
  padding: 128px 0 0;
}
@media screen and (max-width: 768px) {
  .sec06 .h2_box h2 {
    padding: 57px 0 0;
    font-size: 4rem;
    letter-spacing: 0.56rem;
  }
}
.sec06 .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec06 .h2_box h2::before {
    width: 36px;
    height: 39px;
  }
}
.sec06 .h2_box .txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec06 .h2_box .txt {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
  }
}

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

.qa_box {
  box-shadow: 6px 6px 22px 0px rgba(36, 109, 150, 0.2);
  background: #FFF;
  border-radius: 10px;
}
.qa_box .qa_tit {
  position: relative;
  padding: 20px 0 20px 102px;
  pointer-events: all;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit {
    padding: 20px 0 20px 59px;
  }
}
.qa_box .qa_tit::before {
  content: "Q";
  color: #226EB5;
  font-family: "Prata", serif;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3.7rem */
  letter-spacing: 0.444rem;
  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::after {
  content: "";
  background: #568ED1;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit::after {
    border-radius: 12px;
    width: 32px;
    height: 32px;
  }
}
.qa_box .qa_tit .close {
  position: relative;
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 4.32rem */
  letter-spacing: 0.192rem;
  padding: 0 80px 0 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close {
    padding: 0 64px 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: 16px;
  height: 2px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close::before {
    width: 13px;
    right: 30px;
  }
}
.qa_box .qa_tit .close::after {
  content: "";
  background: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_tit .close::after {
    height: 13px;
    right: 36px;
  }
}
.qa_box .qa_tit .close.open::after {
  transform: translatey(-50%) rotate(90deg);
}
.qa_box .qa_txt {
  display: none;
  position: relative;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt {
    padding: 20px;
  }
}
.qa_box .qa_txt::before {
  content: "";
  background: #B3C7D2;
  width: calc(100% - 80px);
  height: 1px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .qa_box .qa_txt::before {
    width: calc(100% - 40px);
  }
}
.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 {
  background: #E0EFF6;
  padding: 100px 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 60px 0;
  }
}
.sec07 .h2_box h2 {
  color: rgba(147, 188, 217, 0.5);
  text-align: center;
  font-family: "Prata", serif;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10rem */
  letter-spacing: 1.4rem;
  position: relative;
  padding: 128px 0 0;
}
@media screen and (max-width: 768px) {
  .sec07 .h2_box h2 {
    padding: 57px 0 0;
    font-size: 4rem;
    letter-spacing: 0.56rem;
  }
}
.sec07 .h2_box h2::before {
  content: "";
  background: #226EB5;
  background-size: cover;
  width: 89px;
  height: 95px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec07 .h2_box h2::before {
    width: 36px;
    height: 39px;
  }
}
.sec07 .h2_box .txt {
  padding: 10px 0 0;
  color: #01466F;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 6.12rem */
  letter-spacing: 0.408rem;
}
@media screen and (max-width: 768px) {
  .sec07 .h2_box .txt {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
  }
}
.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 40px;
}
@media screen and (max-width: 768px) {
  .sec07 .sec07_h3 {
    margin: 40px 0 0;
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0 0 30px;
  }
}
.sec07 .sec07_h3::before {
  content: "";
  background: #226EB5;
  width: 25px;
  height: 27px;
  -webkit-clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
          clip-path: polygon(75% 0, 97% 0, 25% 100%, 3% 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .sec07 .sec07_h3::before {
    width: 21px;
    height: 23px;
  }
}

.sec07_conts_01 {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 {
    margin: 40px auto 0;
    flex-direction: column;
  }
}
.sec07_conts_01 .sec07_conts_l {
  width: 467px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l {
    width: 100%;
  }
}
.sec07_conts_01 .sec07_conts_l .img_box {
  filter: drop-shadow(4px 4px 80px rgba(64, 98, 130, 0.25));
}
.sec07_conts_01 .sec07_conts_l .name_box {
  margin: 30px 0 0;
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .name_box {
    margin: 15px 0 0;
  }
}
.sec07_conts_01 .sec07_conts_l .name_box::before {
  content: "";
  background: url(../images/top/sec07_scrollline.svg);
  background-size: cover;
  width: 6px;
  height: 164px;
  position: absolute;
  left: 18px;
  bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .name_box::before {
    bottom: 11px;
    background: url(../images/top/sec07_scrollline.svg) center bottom;
    background-size: 100%;
    height: 146px;
  }
}
.sec07_conts_01 .sec07_conts_l .name_box .name_01 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 3.24rem */
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .name_box .name_01 {
    font-size: 1.6rem;
    letter-spacing: 0.192rem;
  }
}
.sec07_conts_01 .sec07_conts_l .name_box .name_02 {
  display: flex;
  align-items: center;
}
.sec07_conts_01 .sec07_conts_l .name_box .name_02 .span_01 {
  color: #01466F;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 4rem */
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .name_box .name_02 .span_01 {
    font-size: 1.7rem;
    letter-spacing: 0.204rem;
  }
}
.sec07_conts_01 .sec07_conts_l .name_box .name_02 .span_02 {
  padding: 0 0 0 15px;
  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.36rem;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_l .name_box .name_02 .span_02 {
    font-size: 2.3rem;
    letter-spacing: 0.276rem;
  }
}
.sec07_conts_01 .sec07_conts_r {
  width: 650px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_r {
    width: 100%;
  }
}
.sec07_conts_01 .sec07_conts_r::before {
  content: "";
  background: url(../images/top/logo_symbol.svg);
  background-size: cover;
  width: 493px;
  height: 622px;
  position: absolute;
  right: -230px;
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .sec07_conts_01 .sec07_conts_r::before {
    width: 230px;
    height: 290px;
    right: -10px;
    bottom: inherit;
    top: 10px;
  }
}
.sec07_conts_01 .sec07_conts_r .read {
  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_r .read {
    margin: 40px 0 0;
    font-size: 2.4rem;
    letter-spacing: 0.288rem;
  }
}
.sec07_conts_01 .sec07_conts_r .txt_box {
  margin: 30px 0 0;
}
.sec07_conts_01 .sec07_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) {
  .sec07_conts_01 .sec07_conts_r .txt_box p {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}

.sec07_conts_02 {
  position: relative;
  padding: 30px 40px;
  margin: 60px auto 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 14px 0px rgba(57, 75, 91, 0.2);
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec07_conts_02 {
    margin: 40px auto 0;
    padding: 20px 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.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: #01466F;
  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 {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page_slide {
    flex-direction: column;
    gap: 18px;
    margin: 30px 0 0;
  }
}
.page_slide .mySwiper2 {
  width: 797px;
  height: 528px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .page_slide .mySwiper2 .swiper-wrapper {
    pointer-events: none;
  }
}
.page_slide .mySwiper2 .swiper-wrapper .swiper-slide {
  position: relative;
}
.page_slide .mySwiper2 .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
  }
}
.page_slide .mySwiper2 .swiper-wrapper .swiper-slide .swiper_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 10px 0px 0px;
  background: #226EB5;
  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 .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 .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 .mySwiper2 .swiper-button_wrap {
    height: 26px;
  }
}
.page_slide .mySwiper2 .swiper-button-prev, .page_slide .mySwiper2 .swiper-button-next {
  background: rgba(182, 210, 231, 0.8);
  width: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .page_slide .mySwiper2 .swiper-button-prev:hover, .page_slide .mySwiper2 .swiper-button-next:hover {
    background: rgba(82, 155, 210, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-button-prev, .page_slide .mySwiper2 .swiper-button-next {
    margin: 0;
    width: 26px;
    height: 26px;
  }
}
.page_slide .mySwiper2 .swiper-button-prev {
  left: 0;
  right: auto;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-button-prev {
    left: 0;
  }
}
.page_slide .mySwiper2 .swiper-button-next {
  right: 0;
  left: auto;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper2 .swiper-button-next {
    right: 0;
  }
}
.page_slide .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 .mySwiper2 .swiper-button-prev:after {
    left: 9px;
    width: 7px;
    height: 11px;
  }
}
.page_slide .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 .mySwiper2 .swiper-button-next:after {
    right: 9px;
    width: 7px;
    height: 11px;
  }
}
.page_slide .mySwiper {
  width: 380px;
  height: 527px;
  box-sizing: border-box;
  margin: 0;
}
.page_slide .mySwiper .swiper-wrapper {
  transition-duration: 0ms !important;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper {
    height: auto;
    width: 100%;
  }
}
.page_slide .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 .mySwiper .swiper-wrapper {
    gap: 5px;
  }
}
.page_slide .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 .mySwiper .swiper-wrapper .swiper-slide {
    height: auto !important;
    line-height: 1;
    width: calc((100% - 15px) / 4) !important;
  }
}
.page_slide .mySwiper .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page_slide .mySwiper .swiper-wrapper .swiper-slide img {
    border-radius: 5px;
  }
}
.page_slide .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 0.5;
}
/*# sourceMappingURL=top.css.map */