* {
  padding: 0;
  margin: 0;
}

body.fixed {
  overflow: hidden;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  width: 100%;
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

._pc {
  display: block;
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

._tb {
  display: none;
}
@media screen and (max-width: 768px) {
  ._tb {
    display: block;
  }
}

._sp {
  display: none;
}
@media screen and (max-width: 600px) {
  ._sp {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 73px;
  background-color: #263b7f;
}
@media screen and (max-width: 1024px) {
  header {
    height: clamp(45px, 2.017rem + 3.98vw, 73px);
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header.active {
  background-color: #263b7f;
}
header .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .head_logo {
  width: auto;
  height: 70%;
}
header .head_logo img {
  width: auto;
  height: 100%;
}
header .head_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 1024px) {
  header .head_nav {
    position: absolute;
    top: clamp(45px, 2.017rem + 3.98vw, 73px);
    left: 100%;
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    z-index: 1000;
    display: block;
    width: 100vw;
    padding: 50px 0 75px;
    margin: 0;
    border-top: 2px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #263b7f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: scroll;
  }
}
header .head_nav.active {
  z-index: 900;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  header .head_nav li {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  header .head_nav li:first-of-type {
    border-top: 2px solid #fff;
  }
}
@media screen and (min-width: 1025px) {
  header .head_nav li:not(:last-of-type) {
    margin-right: clamp(30px, -0.441rem + 3.61vw, 45px);
  }
}
header .head_nav li a {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header .head_nav li a {
    padding: clamp(15px, 0.881rem + 0.28vw, 17px) 0;
    font-size: clamp(16px, 0.881rem + 0.28vw, 17px);
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  header .head_nav li:last-of-type {
    width: 100%;
    max-width: 300px;
    margin: clamp(15px, 0.511rem + 2.13vw, 30px) auto 0;
    border: none;
    border-radius: 10px;
    background-color: #fff;
  }
  header .head_nav li:last-of-type a {
    color: #263b7f;
    font-weight: 700;
  }
}
header .head_hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .head_hamburger {
    position: relative;
    z-index: 900;
    display: block;
    aspect-ratio: 1.5/1;
    height: 70%;
    border-radius: 5px;
    background-color: #263b7f;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header .head_hamburger span {
  position: absolute;
  left: 20%;
  width: 60%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head_hamburger span:first-of-type {
  top: calc(25% - 1.5px);
  z-index: 5;
}
header .head_hamburger span:nth-of-type(2) {
  top: calc(50% - 1.5px);
  z-index: 10;
}
header .head_hamburger span:last-of-type {
  top: calc(75% - 1.5px);
  z-index: 5;
}
header .head_hamburger.active span:first-of-type {
  -webkit-transform: translateY(clamp(7.5px, 0.313rem + 0.78vw, 13px)) rotate(-45deg);
          transform: translateY(clamp(7.5px, 0.313rem + 0.78vw, 13px)) rotate(-45deg);
}
header .head_hamburger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
header .head_hamburger.active span:last-of-type {
  opacity: 0;
}

.mv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: clamp(385px, 6.733rem + 36.06vw, 800px);
  padding-top: 73px;
  background-color: #eff6ff;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    padding: calc(clamp(20px, 0.357rem + 4.46vw, 40px) + clamp(45px, 2.017rem + 3.98vw, 73px)) 0 20px;
    overflow: hidden;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 0;
  height: 100%;
  aspect-ratio: 1.27943485/1;
  background: url(../img/mv_bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mv::before {
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.936;
    background: url(../img/mv_bg_sp.png) no-repeat center/cover;
  }
}
.mv_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1680px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mv_txt {
  position: relative;
  width: 55%;
  padding-bottom: clamp(30px, 1.159rem + 1.49vw, 40px);
  border-radius: clamp(15px, 0.579rem + 0.75vw, 20px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_txt {
    width: 100%;
    max-width: 690px;
    padding-bottom: 0;
    border-radius: clamp(10px, 0.402rem + 1.12vw, 15px);
  }
}
.mv_txt_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: clamp(20px, 0.534rem + 1.49vw, 30px);
  border-radius: clamp(15px, 0.579rem + 0.75vw, 20px) clamp(15px, 0.579rem + 0.75vw, 20px) 0 0;
  background: rgb(19, 30, 64);
  background: -webkit-gradient(linear, left top, right top, from(rgb(19, 30, 64)), to(rgb(38, 59, 127)));
  background: -webkit-linear-gradient(left, rgb(19, 30, 64) 0%, rgb(38, 59, 127) 100%);
  background: linear-gradient(90deg, rgb(19, 30, 64) 0%, rgb(38, 59, 127) 100%);
}
@media screen and (max-width: 768px) {
  .mv_txt_top {
    margin-bottom: clamp(15px, 0.714rem + 1.12vw, 20px);
    border-radius: clamp(10px, 0.402rem + 1.12vw, 15px) clamp(10px, 0.402rem + 1.12vw, 15px) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .mv_txt_top {
    padding-left: calc(60px - clamp(0px, -4.286rem + 21.43vw, 60px));
  }
}
.mv_txt_top img {
  position: absolute;
  top: 90%;
  left: clamp(20px, -0.183rem + 2.98vw, 40px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 15;
  width: clamp(43px, -0.321rem + 6.26vw, 85px);
}
@media screen and (max-width: 768px) {
  .mv_txt_top img {
    left: clamp(20px, 0.804rem + 2.23vw, 30px);
    width: clamp(45px, 1.027rem + 8.93vw, 85px);
  }
}
.mv_txt_top p {
  font-size: clamp(15px, -0.137rem + 2.24vw, 30px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mv_txt_top p {
    font-size: clamp(16px, 0.366rem + 2.23vw, 23px);
  }
}
.mv_txt_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
  margin: 0 auto clamp(15px, 0.579rem + 0.75vw, 20px);
}
@media screen and (max-width: 768px) {
  .mv_txt_mid {
    margin-bottom: 0;
  }
}
.mv_txt_mid h1 {
  width: 100%;
  margin-bottom: clamp(20px, 0.534rem + 1.49vw, 30px);
  font-size: clamp(17px, 0.131rem + 1.94vw, 30px);
  color: #263b7f;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_txt_mid h1 {
    font-size: clamp(17px, 0.795rem + 1.34vw, 23px);
  }
}
.mv_txt_mid h1 img {
  display: inline-block;
  width: clamp(100px, -0.913rem + 14.9vw, 200px);
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mv_txt_mid h1 img {
    width: clamp(90px, 3.839rem + 8.93vw, 130px);
    margin-bottom: 5px;
  }
}
.mv_txt_mid h1 span {
  font-size: clamp(10px, -0.091rem + 1.49vw, 20px);
  color: #263b7f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mv_txt_mid h1 span {
    font-size: clamp(13px, 0.634rem + 0.89vw, 17px);
  }
}
.mv_txt_mid > img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mv_txt_mid > img {
    width: 31.5%;
  }
}
.mv_txt_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_txt_btn._pc {
    display: none;
  }
}
.mv_txt_btn._tb {
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .mv_txt_btn._tb {
    display: none;
  }
}
.mv_txt_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47%;
  padding: 20px 0;
  border-radius: 210px;
  font-size: clamp(15px, 0.794rem + 0.3vw, 17px);
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_txt_btn a {
    height: 18px;
    padding: clamp(15px, 0.714rem + 1.12vw, 20px) 0;
    font-size: clamp(16px, 0.723rem + 0.45vw, 15px);
  }
}
.mv_txt_btn a:first-of-type {
  background-color: #263b7f;
}
.mv_txt_btn a:last-of-type {
  background-color: #b41112;
}
.mv_movie {
  position: relative;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 35%;
  aspect-ratio: 1/1.3183279743;
}
@media screen and (max-width: 768px) {
  .mv_movie {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: 100%;
  }
}
.mv_movie::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../img/mv_movie.png) no-repeat top center/cover;
}
.mv_movie video {
  position: absolute;
  top: clamp(6px, -0.084rem + 0.96vw, 17px);
  left: clamp(43px, 0.099rem + 5.39vw, 105px);
  z-index: 0;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .mv_movie video {
    top: clamp(6px, 0.018rem + 1.79vw, 14px);
    top: 1.85%;
    left: clamp(45px, 0.357rem + 12.28vw, 100px);
    left: 17.5%;
  }
}

.mv_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 13px 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgb(19, 30, 64);
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 59, 127)), to(rgb(19, 30, 64)));
  background: -webkit-linear-gradient(left, rgb(38, 59, 127) 0%, rgb(19, 30, 64) 100%);
  background: linear-gradient(90deg, rgb(38, 59, 127) 0%, rgb(19, 30, 64) 100%);
}
.mv_under img {
  width: clamp(95px, 2.929rem + 6.26vw, 137px);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .mv_under img {
    display: none;
  }
}
.mv_under p {
  font-size: clamp(30px, 1.159rem + 1.49vw, 40px);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .mv_under p {
    font-size: clamp(17px, 0.482rem + 2.9vw, 30px);
    text-align: center;
  }
}
.mv_under p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(10%, #ffcc00));
  background: -webkit-linear-gradient(transparent 90%, #ffcc00 10%);
  background: linear-gradient(transparent 90%, #ffcc00 10%);
  color: #fff;
  font-weight: 700;
}

.intro {
  position: relative;
  width: 100%;
  padding-top: clamp(73px, 2.27rem + 4.77vw, 105px);
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: clamp(50px, 2.098rem + 5.13vw, 73px);
  }
}
.intro::before {
  content: "";
  /*position: absolute;*/
  top: 0%;
  left: 0%;
  z-index: -1;
  height: 100%;
  aspect-ratio: 0.2794822627/1;
  background: url(../img/intro_bg_left.png) no-repeat center/cover;
}
.intro::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  height: 100%;
  aspect-ratio: 0.13135/1;
  background: url(../img/intro_bg_right.png) no-repeat center/cover;
}
.intro_title {
  margin-bottom: clamp(35px, 1.113rem + 2.24vw, 50px);
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #263b7f;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro_title {
    margin-bottom: clamp(25px, 1.116rem + 2.23vw, 35px);
    font-size: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.intro_title span {
  color: #b41112;
  font-weight: 700;
}
.intro_cont {
  margin-bottom: clamp(37px, 1.023rem + 2.68vw, 55px);
}
@media screen and (max-width: 768px) {
  .intro_cont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto clamp(27px, 1.241rem + 2.23vw, 37px);
  }
}
.intro_txt {
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #263b7f;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro_txt {
    font-size: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.intro_txt span {
  color: #b41112;
  font-weight: 700;
}

.strength_top {
  position: relative;
  padding: clamp(50px, 1.692rem + 2.98vw, 70px) 0 clamp(120px, 3.919rem + 7.45vw, 170px);
}
@media screen and (max-width: 768px) {
  .strength_top {
    padding: clamp(35px, 1.518rem + 3.35vw, 50px) 0 calc(clamp(83px, 3.536rem + 8.26vw, 120px) / 2);
  }
}
.strength_top::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  height: 100%;
  aspect-ratio: 0.13087/1;
  background: url(../img/strength_bg_left.png) no-repeat center/cover;
}
.strength_top::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  height: 100%;
  aspect-ratio: 0.2794822627/1;
  background: url(../img/strength_bg_right.png) no-repeat center/cover;
}
.strength_top_title {
  width: clamp(470px, 15.049rem + 29.81vw, 670px);
  margin: 0 auto clamp(35px, 1.113rem + 2.24vw, 50px);
}
@media screen and (max-width: 768px) {
  .strength_top_title {
    width: 80%;
    max-width: 400px;
    margin-bottom: clamp(25px, 1.116rem + 2.23vw, 35px);
  }
}
.strength_top_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .strength_top_btn {
    display: block;
  }
}
.strength_top_btn a {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .strength_top_btn a {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .strength_top_btn a:first-of-type {
    margin-bottom: 20px;
  }
}
.strength_cont {
  position: relative;
  padding: clamp(147px, 4.675rem + 9.39vw, 210px) 0 clamp(77px, 2.449rem + 4.92vw, 110px);
  background-color: #eff6ff;
}
@media screen and (max-width: 768px) {
  .strength_cont {
    padding: calc(clamp(103px, 4.473rem + 9.82vw, 147px) / 2) 0 clamp(53px, 2.241rem + 5.36vw, 77px);
  }
}
.strength_cont::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(200px, 6.268rem + 12.97vw, 287px);
  aspect-ratio: 1/0.5;
  background: url(../img/strength_cont_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .strength_cont::before {
    width: calc(clamp(140px, 6.071rem + 13.39vw, 200px) / 2);
  }
}
.strength_cont_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: clamp(37px, 1.023rem + 2.68vw, 55px) 2.5%;
  margin-bottom: clamp(75px, 2.395rem + 4.77vw, 107px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: clamp(15px, 0.579rem + 0.75vw, 20px);
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .strength_cont_item {
    display: block;
    max-width: 600px;
    padding: clamp(27px, 1.241rem + 2.23vw, 37px) 2.5%;
    margin: 0 auto clamp(53px, 2.33rem + 4.91vw, 75px);
    border-radius: clamp(10px, 0.402rem + 1.12vw, 15px);
  }
}
.strength_cont_item::before {
  content: attr(data-num);
  position: absolute;
  top: 0%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Antonio", sans-serif;
  font-size: clamp(35px, 1.113rem + 2.24vw, 50px);
  color: #263b7f;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .strength_cont_item::before {
    font-size: clamp(25px, 1.116rem + 2.23vw, 35px);
  }
}
.strength_cont_item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 clamp(53px, 1.737rem + 3.28vw, 75px) clamp(43px, 1.47rem + 2.53vw, 60px) clamp(53px, 1.737rem + 3.28vw, 75px);
  border-color: transparent transparent #ffffff transparent;
}
@media screen and (max-width: 768px) {
  .strength_cont_item::after {
    border-width: 0 clamp(37px, 1.598rem + 3.57vw, 53px) clamp(30px, 1.295rem + 2.9vw, 43px) clamp(37px, 1.598rem + 3.57vw, 53px);
  }
}
.strength_cont_item_img {
  width: 48.5%;
  margin-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .strength_cont_item_img {
    width: 100%;
    margin: 0 auto clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.strength_cont_item_txt {
  position: relative;
  z-index: 10;
  width: 48.5%;
  margin-left: 1.5%;
}
@media screen and (max-width: 768px) {
  .strength_cont_item_txt {
    width: 100%;
    margin: 0 auto;
  }
}
.strength_cont_item_txt h3 {
  margin-bottom: clamp(17px, 0.489rem + 1.19vw, 25px);
  font-size: clamp(23px, 0.936rem + 1.04vw, 30px);
  color: #263b7f;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .strength_cont_item_txt h3 {
    margin-bottom: clamp(13px, 0.634rem + 0.89vw, 17px);
    font-size: clamp(17px, 0.795rem + 1.34vw, 23px);
  }
}
.strength_cont_item_txt h3 .red {
  color: #b41112;
  font-weight: 700;
}
.strength_cont_item_txt h3 .underline {
  position: relative;
  font-weight: 700;
}
.strength_cont_item_txt h3 .underline::before {
  content: "";
  position: absolute;
  top: 85%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: clamp(7px, 0.223rem + 0.45vw, 10px);
  background-color: #ffdf5d;
}
@media screen and (max-width: 768px) {
  .strength_cont_item_txt h3 .underline::before {
    height: clamp(5px, 0.223rem + 0.45vw, 7px);
  }
}
.strength_cont_item_txt p {
  font-size: clamp(15px, 0.794rem + 0.3vw, 17px);
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .strength_cont_item_txt p {
    font-size: clamp(16px, 0.723rem + 0.45vw, 15px);
  }
}
.strength_cont_item_txt p .red {
  color: #b41112;
  font-weight: 700;
}
.strength_cont_item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.strength_cont_item:nth-of-type(2)::after {
  left: 85%;
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
}
.strength_cont_item:nth-of-type(2) .strength_cont_item_img {
  margin-left: 1.5%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .strength_cont_item:nth-of-type(2) .strength_cont_item_img {
    margin: 0 auto clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.strength_cont_item:nth-of-type(2) .strength_cont_item_txt {
  margin-left: 0;
  margin-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .strength_cont_item:nth-of-type(2) .strength_cont_item_txt {
    margin: 0 auto;
  }
}
.strength_cont_item:last-of-type {
  margin-bottom: clamp(60px, 1.959rem + 3.73vw, 85px);
}
.strength_cont_txt {
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #263b7f;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .strength_cont_txt {
    font-size: clamp(15px, 0.491rem + 2.23vw, 25px);
  }
}
.strength_cont_txt span {
  color: #b41112;
  font-weight: 700;
}

.about {
  width: 100%;
  padding-bottom: clamp(87px, 2.716rem + 5.66vw, 125px);
  background-color: #eff6ff;
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: clamp(60px, 2.545rem + 6.03vw, 87px);
  }
}
.about_title {
  width: clamp(435px, 13.936rem + 27.57vw, 620px);
  margin: 0 auto clamp(25px, 0.846rem + 1.49vw, 35px);
}
@media screen and (max-width: 768px) {
  .about_title {
    width: 70%;
    max-width: 400px;
    margin-bottom: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.about_cont {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 1/0.5625;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_cont {
    max-width: 600px;
  }
}
.about_cont_thumb {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.voice {
  width: 100%;
  padding: clamp(35px, 1.113rem + 2.24vw, 50px) 0 clamp(73px, 2.27rem + 4.77vw, 105px);
  background: #eff6ff;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: clamp(25px, 1.116rem + 2.23vw, 35px) 0 clamp(50px, 2.098rem + 5.13vw, 73px);
  }
}
.voice_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: clamp(17px, 0.489rem + 1.19vw, 25px);
  margin: 0 auto clamp(15px, 0.579rem + 0.75vw, 20px);
  font-size: clamp(30px, 1.159rem + 1.49vw, 40px);
  color: #ffcc00;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice_title {
    padding-bottom: clamp(13px, 0.634rem + 0.89vw, 17px);
    margin-bottom: clamp(10px, 0.402rem + 1.12vw, 15px);
    font-size: clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.voice_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 50%;
  height: clamp(3px, 0.044rem + 0.3vw, 5px);
  background-color: #ffcc00;
}
.voice_txt {
  margin-bottom: clamp(25px, 0.846rem + 1.49vw, 35px);
  font-size: clamp(17px, 0.848rem + 0.45vw, 20px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice_txt {
    margin-bottom: clamp(17px, 0.705rem + 1.79vw, 25px);
    font-size: clamp(16px, 0.634rem + 0.89vw, 17px);
  }
}
.voice_cont {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice_cont {
    width: 80%;
    max-width: 600px;
  }
}
.voice_cont .slick-arrow {
  width: clamp(35px, 1.113rem + 2.24vw, 50px);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .voice_cont .slick-arrow {
    width: clamp(25px, 1.116rem + 2.23vw, 35px);
  }
}
.voice_cont .slick-arrow::before {
  display: none;
}
.voice_cont .slick-prev {
  top: 50%;
  left: calc(0px - clamp(15px, 0.579rem + 0.75vw, 20px));
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: url(../img/voice_arrow_left.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .voice_cont .slick-prev {
    left: calc(0px - clamp(10px, 0.402rem + 1.12vw, 15px));
  }
}
.voice_cont .slick-next {
  top: 50%;
  left: calc(100% + clamp(15px, 0.579rem + 0.75vw, 20px));
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background: url(../img/voice_arrow_right.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .voice_cont .slick-next {
    left: calc(100% + clamp(10px, 0.402rem + 1.12vw, 15px));
  }
}
.voice_cont_item {
  width: 100%;
  aspect-ratio: 1/0.5625;
}
.voice_cont_item iframe {
  width: 100%;
  height: 100%;
  max-width: none;
}

.flow {
  position: relative;
  width: 100%;
  padding: clamp(97px, 2.982rem + 6.41vw, 140px) 0 clamp(147px, 4.675rem + 9.39vw, 210px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: clamp(67px, 2.848rem + 6.7vw, 97px) 0 clamp(103px, 4.473rem + 9.82vw, 147px);
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(75px, 2.395rem + 4.77vw, 107px) clamp(1400px, 44.523rem + 89.42vw, 2000px) 0 clamp(1400px, 44.523rem + 89.42vw, 2000px);
  border-color: #263b7f transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .flow::before {
    border-width: clamp(53px, 2.33rem + 4.91vw, 75px) clamp(980px, 42.5rem + 93.75vw, 1400px) 0 clamp(980px, 42.5rem + 93.75vw, 1400px);
  }
}
.flow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 clamp(1400px, 44.523rem + 89.42vw, 2000px) clamp(75px, 2.395rem + 4.77vw, 107px) clamp(1400px, 44.523rem + 89.42vw, 2000px);
  border-color: transparent transparent #263b7f transparent;
}
@media screen and (max-width: 768px) {
  .flow::after {
    border-width: 0 clamp(980px, 42.5rem + 93.75vw, 1400px) clamp(53px, 2.33rem + 4.91vw, 75px) clamp(980px, 42.5rem + 93.75vw, 1400px);
  }
}
.flow_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: clamp(17px, 0.489rem + 1.19vw, 25px);
  margin: 0 auto clamp(35px, 1.113rem + 2.24vw, 50px);
  font-size: clamp(30px, 1.159rem + 1.49vw, 40px);
  color: #263b7f;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_title {
    padding-bottom: clamp(13px, 0.634rem + 0.89vw, 17px);
    margin-bottom: clamp(25px, 1.116rem + 2.23vw, 35px);
    font-size: clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.flow_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 50%;
  height: clamp(3px, 0.044rem + 0.3vw, 5px);
  background-color: #263b7f;
}
.flow_cont_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.flow_cont_item:not(:last-of-type) {
  margin-bottom: clamp(43px, 1.47rem + 2.53vw, 60px);
}
.flow_cont_item_step {
  position: relative;
  margin-right: clamp(50px, -0.456rem + 7.45vw, 100px);
}
@media screen and (max-width: 768px) {
  .flow_cont_item_step {
    margin-right: clamp(13px, -0.839rem + 8.26vw, 50px);
  }
}
.flow_cont_item_step .step {
  display: block;
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #263b7f;
  font-weight: 700;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_step .step {
    font-size: clamp(17px, 0.705rem + 1.79vw, 25px);
    background-color:#fff;
  }
}
.flow_cont_item_step p {
  font-size: clamp(50px, 1.692rem + 2.98vw, 70px);
  color: #263b7f;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_step p {
    font-size: clamp(35px, 1.518rem + 3.35vw, 50px);
    background-color:#fff;
  }
}
.flow_cont_item_step .line {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 10px;
  background-color: #263b7f;
}
.flow_cont_item_txt {
  width: 50%;
  margin-right: clamp(35px, 1.113rem + 2.24vw, 50px);
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt {
    margin-right: clamp(17px, 0.259rem + 4.02vw, 35px);
  }
}
@media screen and (max-width: 600px) {
  .flow_cont_item_txt {
    margin-right: 0;
  }
}
.flow_cont_item_txt h3 {
  margin-bottom: 13px;
  font-size: clamp(23px, 0.936rem + 1.04vw, 30px);
  color: #263b7f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt h3 {
    margin-bottom: clamp(10px, 0.491rem + 0.67vw, 13px);
    font-size: clamp(17px, 0.795rem + 1.34vw, 23px);
  }
}
.flow_cont_item_txt p:not(.waning) {
  font-size: clamp(15px, 0.794rem + 0.3vw, 17px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt p:not(.waning) {
    font-size: clamp(16px, 0.723rem + 0.45vw, 15px);
  }
}
.flow_cont_item_txt_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt_btn {
    display: block;
    margin: clamp(15px, 0.714rem + 1.12vw, 20px) 0;
  }
}
.flow_cont_item_txt_btn a {
  width: 47%;
  padding: 20px 0;
  border-radius: 210px;
  font-size: clamp(15px, 0.794rem + 0.3vw, 17px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt_btn a {
    width: 100%;
    max-width: 300px;
    padding: clamp(15px, 0.714rem + 1.12vw, 20px) 0;
    font-size: clamp(16px, 0.723rem + 0.45vw, 15px);
  }
}
.flow_cont_item_txt_btn a:first-of-type {
  background-color: #263b7f;
}
@media screen and (max-width: 768px) {
  .flow_cont_item_txt_btn a:first-of-type {
    margin-bottom: 10px;
  }
}
.flow_cont_item_txt_btn a:last-of-type {
  background-color: #b41112;
}
.flow_cont_item_txt .waning {
  font-size: clamp(12px, 0.41rem + 0.45vw, 13px);
  color: #b41112;
  line-height: 1.7;
}
.flow_cont_item_img {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .flow_cont_item_img {
    display: none;
  }
}

.faq {
  width: 100%;
  padding: clamp(43px, 1.47rem + 2.53vw, 60px) 0 clamp(85px, 2.806rem + 5.22vw, 120px);
  background: url(../img/faq_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: clamp(30px, 1.295rem + 2.9vw, 43px) 0 clamp(60px, 2.634rem + 5.58vw, 85px);
  }
}
.faq_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: clamp(17px, 0.489rem + 1.19vw, 25px);
  margin: 0 auto clamp(35px, 1.113rem + 2.24vw, 50px);
  font-size: clamp(30px, 1.159rem + 1.49vw, 40px);
  color: #263b7f;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq_title {
    padding-bottom: clamp(13px, 0.634rem + 0.89vw, 17px);
    margin-bottom: clamp(25px, 1.116rem + 2.23vw, 35px);
    font-size: clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.faq_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 50%;
  height: clamp(3px, 0.044rem + 0.3vw, 5px);
  background-color: #263b7f;
}
.faq_title img {
  width: clamp(65px, 2.057rem + 4.17vw, 93px);
  margin: 0 auto calc(0px - clamp(25px, 0.846rem + 1.49vw, 35px));
}
@media screen and (max-width: 768px) {
  .faq_title img {
    width: clamp(45px, 1.92rem + 4.46vw, 65px);
    margin-bottom: calc(0px - clamp(17px, 0.705rem + 1.79vw, 25px));
  }
}
.faq_cont_item {
  width: 100%;
  max-width: 1200px;
  padding: clamp(30px, 1.159rem + 1.49vw, 40px) 3%;
  margin: 0 auto;
  border-radius: clamp(15px, 0.579rem + 0.75vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq_cont_item {
    padding: clamp(20px, 0.804rem + 2.23vw, 30px) 3%;
    border-radius: clamp(10px, 0.402rem + 1.12vw, 15px);
  }
}
.faq_cont_item:not(:last-of-type) {
  margin-bottom: clamp(45px, 1.38rem + 2.98vw, 65px);
}
@media screen and (max-width: 768px) {
  .faq_cont_item:not(:last-of-type) {
    margin-bottom: clamp(30px, -0.441rem + 3.61vw, 45px);
  }
}
.faq_cont_item_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: clamp(33px, 1.203rem + 1.79vw, 45px);
}
@media screen and (max-width: 768px) {
  .faq_cont_item_top {
    margin-bottom: clamp(23px, 0.991rem + 2.23vw, 33px);
  }
}
.faq_cont_item_top_icon {
  width: 80px;
  margin-right: clamp(25px, 0.846rem + 1.49vw, 35px);
}
@media screen and (max-width: 768px) {
  .faq_cont_item_top_icon {
    width: clamp(40px, 0.714rem + 8.93vw, 80px);
    margin-right: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.faq_cont_item_top_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 50%;
  padding: 10px 3% 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eff6ff;
}
.faq_cont_item_top_txt .question {
  margin-right: 10px;
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #263b7f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq_cont_item_top_txt .question {
    margin-right: clamp(7px, 0.304rem + 0.67vw, 10px);
    font-size: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.faq_cont_item_top_txt p:not(.question) {
  font-size: clamp(17px, 0.848rem + 0.45vw, 20px);
  color: #263b7f;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq_cont_item_top_txt p:not(.question) {
    font-size: clamp(16px, 0.634rem + 0.89vw, 17px);
  }
}
.faq_cont_item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.faq_cont_item_bottom_icon {
  width: 80px;
  margin-left: clamp(25px, 0.846rem + 1.49vw, 35px);
}
@media screen and (max-width: 768px) {
  .faq_cont_item_bottom_icon {
    width: clamp(40px, 0.714rem + 8.93vw, 80px);
    margin-left: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.faq_cont_item_bottom_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 50%;
  padding: 10px 3% 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eff6ff;
}
.faq_cont_item_bottom_txt .answer {
  margin-right: 10px;
  font-size: clamp(25px, 0.846rem + 1.49vw, 35px);
  color: #1cb397;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq_cont_item_bottom_txt .answer {
    margin-right: clamp(7px, 0.304rem + 0.67vw, 10px);
    font-size: clamp(17px, 0.705rem + 1.79vw, 25px);
  }
}
.faq_cont_item_bottom_txt p:not(.answer) {
  font-size: clamp(17px, 0.848rem + 0.45vw, 20px);
  color: #1cb397;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq_cont_item_bottom_txt p:not(.answer) {
    font-size: clamp(16px, 0.634rem + 0.89vw, 17px);
  }
}

.contact {
  width: 100%;
  padding: clamp(30px, 1.159rem + 1.49vw, 40px) 0 clamp(53px, 1.593rem + 3.58vw, 77px);
  background: url(../img/contact_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: clamp(20px, 0.804rem + 2.23vw, 30px) 0 clamp(37px, 1.598rem + 3.57vw, 53px);
  }
}
.contact_title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: clamp(17px, 0.489rem + 1.19vw, 25px);
  margin: 0 auto clamp(35px, 1.113rem + 2.24vw, 50px);
  font-size: clamp(30px, 1.159rem + 1.49vw, 40px);
  color: #ffcc00;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_title {
    padding-bottom: clamp(13px, 0.634rem + 0.89vw, 17px);
    margin-bottom: clamp(25px, 1.116rem + 2.23vw, 35px);
    font-size: clamp(20px, 0.804rem + 2.23vw, 30px);
  }
}
.contact_title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 50%;
  height: clamp(3px, 0.044rem + 0.3vw, 5px);
  background-color: #ffcc00;
}
.contact_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact_cont {
    display: block;
  }
}
.contact_cont_item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contact_cont_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_cont_item:first-of-type {
    margin-bottom: clamp(35px, 1.518rem + 3.35vw, 50px);
  }
}
.contact_cont_item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #fff;
  font-size: clamp(20px, 0.892rem + 0.75vw, 25px);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact_cont_item h3 {
    font-size: clamp(17px, 0.795rem + 1.34vw, 23px);
  }
}
.contact_cont_item h3 img {
  width: clamp(20px, 0.892rem + 0.75vw, 25px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact_cont_item h3 img {
    width: clamp(17px, 0.795rem + 1.34vw, 23px);
  }
}
.contact_cont_item.tel a {
  margin-bottom: 10px;
  font-size: 40px;
  color: #ffcc00;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_cont_item.tel a {
    font-size: clamp(40px, 2.277rem + 1.12vw, 45px);
  }
}
.contact_cont_item.tel p {
  width: 300px;
  padding: 5px 0;
  margin: 0 auto;
  border-radius: 13px;
  background-color: #ffcc00;
  font-size: clamp(15px, 0.794rem + 0.3vw, 17px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_cont_item.tel p {
    font-size: clamp(15px, 0.848rem + 0.45vw, 17px);
  }
}
.contact_cont_item.form a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #ffcc00;
}
@media screen and (max-width: 768px) {
  .contact_cont_item.form a {
    padding: clamp(15px, 0.714rem + 1.12vw, 20px) 0;
    font-size: clamp(13px, 0.723rem + 0.45vw, 15px);
  }
}
.contact_cont_item.form a p {
  margin-right: clamp(15px, 0.579rem + 0.75vw, 20px);
  font-size: clamp(20px, 0.892rem + 0.75vw, 25px);
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact_cont_item.form a p {
    margin-right: clamp(13px, 0.723rem + 0.45vw, 15px);
    font-size: clamp(17px, 0.929rem + 0.67vw, 20px);
  }
}
.contact_cont_item.form a img {
  width: clamp(20px, 0.892rem + 0.75vw, 25px);
}
@media screen and (max-width: 768px) {
  .contact_cont_item.form a img {
    width: clamp(17px, 0.929rem + 0.67vw, 20px);
  }
}

footer {
  width: 100%;
  padding: 40px 0;
  background-color: #263b7f;
}
@media screen and (max-width: 768px) {
  footer {
    padding: clamp(30px, 1.429rem + 2.23vw, 40px) 0;
  }
}
footer .foot {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}
footer .foot_logo {
  width: 175px;
  margin-bottom: clamp(30px, 1.159rem + 1.49vw, 40px);
}
@media screen and (max-width: 768px) {
  footer .foot_logo {
    width: clamp(123px, 5.366rem + 11.61vw, 175px);
  }
}
footer .foot_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(57px, 1.915rem + 3.43vw, 80px);
}
@media screen and (max-width: 768px) {
  footer .foot_nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: clamp(40px, 1.741rem + 3.79vw, 57px);
  }
}
footer .foot_nav > li:not(.foot_nav_img) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer .foot_nav > li:nth-of-type(3), footer .foot_nav > li.foot_nav_img {
    margin-top: 40px;
  }
}
footer .foot_nav > li > ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}
footer .foot_nav > li > ul > li a {
  display: inline-block;
  font-size: clamp(16px, 0.669rem + 0.3vw, 15px);
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
footer .foot_nav_img {
  width: clamp(43px, 1.47rem + 2.53vw, 60px);
}
@media screen and (max-width: 768px) {
  footer .foot_nav_img {
    width: clamp(30px, 1.295rem + 2.9vw, 43px);
  }
}
footer .foot .copyright {
  font-size: clamp(10px, 0.41rem + 0.45vw, 13px);
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */

.position_relative{position:relative;width:30%;}
.position_header_left{margin-left:3.33%}
.position_relative img{max-width:100%;}
.newtextheader{font-size:135%;font-weight:bold;color:#b41112;position:absolute;text-align:center;}
.newtextheaderleft01{top:42%;left:18%;}
.newtextheaderleft02{top:37%;left:16%;}
.newtextheaderleft03{top:37%;left:20%;}
.intro_cont table{width:100%;border-spacing: 0px!important;}
.table_tdwid01{width:22%;}
.table_tdwid02{width:39%;}
.table_tdheight01{height:20px;}
.table_right_line1{border-left:5px solid #263a7f;border-top:5px solid #263a7f;border-right:5px solid #263a7f;border-top-left-radius:20px;border-top-right-radius:20px;}
.table_right_line2{border-left:5px solid #263a7f;border-right:5px solid #263a7f;border-bottom:1px solid #818181;text-align:center;background-color:#fff;}
.table_right_line2 img{max-width:40%;width:auto!important;margin-left:auto;margin-right:auto;}
.table_center_title{background-color:#979db5;color:#fff;text-align:center;font-size:21px;font-weight:bold;padding-top:25px;padding-bottom:25px;}
.table_bg_white{background-color:#fff;}
.table_left_bg{background-color:#435796;color:#fff;font-size:21px;font-weight:bold;padding:12px 20px;border-right:2px solid #e7e7e7;border-bottom:2px solid #fff;}
.table_center_bg{background-color:#fff;color:#25397e;font-size:16px;padding:12px 20px;border-bottom:2px solid #e7e7e7;}
.table_right_td{background-color:#fff;color:#25397e;font-size:18px;font-weight:bold;padding:12px 20px;border-bottom:2px solid #e7e7e7;border-left:5px solid #263a7f;border-right:5px solid #263a7f;}
.table_right_td span{color:#b41112!important;font-weight:bold;}
.table_right_bottomline{border-bottom:5px solid #263a7f;}
.table_text_left{margin-left:15px;}
.float_left{float:left;}
.clearfix{clear:both;}
.imgwid{width:auto!important;}
.dot{margin-top:5px;}
.dot01{margin-top:5px;}
.sp_title{max-width:100%;background-color:#435796;text-align:center;margin-bottom:15px;font-size:18px;color:#fff;font-weight:bold;padding-top:10px;padding-bottom:10px;}
.sp_lay{width:99%;border-radius:10px;border:2px solid #435796;background-color:#fff;margin-bottom:8px;}
.sp_lay_left{width:30%;text-align:center;padding:8px 10px;vertical-align:middle;}
.sp_lay_right{width:70%;font-size:16px;border-left:2px solid #e6e6e6;padding:8px 10px;color:#263a7f;font-weight:bold;}
.sp_lay_right span{color:#b41112!important;font-weight:bold;}
.sp_img{max-width:100%;}
.sp_table{width:99%;border:1px solid #e8e8e8;margin-bottom:20px;}
.sp_table th{width:30%;background-color:#979db5;color:#fff;line-height:150%;text-align:center;padding:8px 10px;font-size:16px;font-weight:normal!important;}
.sp_table td{width:70%;background-color:#fff;color:#263a7f;font-size:16px;padding:8px 10px;}
.sp_table_text{width:95%;margin-left:3px;}
.sp_position_relative{position: relative;}
.sp_strong_title{color:#263b7f;font-size:40px;font-weight:bold;position:absolute;top:23%;margin-left:4%;text-align:center;}
.sp_strong_title span{color:#b41112!important;font-weight:bold;}
.sp_text01{color:#263a7f;font-size:18px;font-weight:bold;}
.sp_text02{color:#b41112;font-size:26px;font-weight:bold;margin-left:5px;}
.sp_text03{color:#394f97;font-size:18px;font-weight:bold;margin-top:35px;}
.sp_text_all{text-align:center;position:absolute;top:40%;left:18%;}
.sp_mar_top{margin-top:8px;}
.sp_lay01{left:11%!important;}
.sp_lay02{left:14%!important;}
.sp_bot_title{text-align:center;position:absolute;top:25%;left:18%;font-size:28px;font-weight:bold;color:#263b7f;}
.sp_bot_title span{color:#b41112!important;font-weight:bold;}
.table_center_bg > div{width:95%;}
.table_center_bg > img{width:5%:}
.table_right_td > div{width:95%;}
.table_right_td > img{width:5%:}
@media screen and (max-width: 1800px) {
.newtextheader{font-size:130%;}
.newtextheaderleft01{top:42%;left:18%;}
.newtextheaderleft02{top:37%;left:16%;}
.newtextheaderleft03{top:37%;left:20%;}
}
@media screen and (max-width: 1700px) {
.newtextheader{font-size:120%;}
.newtextheaderleft01{top:42%;left:18%;}
.newtextheaderleft02{top:37%;left:16%;}
.newtextheaderleft03{top:37%;left:20%;}
}
@media screen and (max-width: 1600px) {
.newtextheader{font-size:115%;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 1550px) {
.newtextheader{font-size:110%;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 1500px) {
.newtextheader{font-size:105%;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 1400px) {
.newtextheader{font-size:100%;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:20%;}
}
@media screen and (max-width: 1350px) {
.newtextheader{font-size:95%;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:20%;}
}
@media screen and (max-width: 1300px) {
.sp_text01{font-size:16px;}
.sp_text02{font-size:24px;margin-left:5px;}
.sp_text03{font-size:16px;margin-top:30px;}
.newtextheader{font-size:90%;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 1200px) {
.newtextheader{font-size:80%;}
.sp_strong_title{font-size:36px;top:24%;}
.sp_text01{font-size:14px;}
.sp_text02{font-size:22px;margin-left:5px;}
.sp_text03{font-size:14px;margin-top:30px;}
.sp_mar_top{margin-top:6px;}
.table_left_bg , .table_center_title{font-size:16px;}
.table_center_bg{font-size:12px;}
.table_right_td{font-size:14px;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:18%;}
.newtextheaderleft03{left:22%;}
.dot01{margin-top:0px;}
}
@media screen and (max-width: 1100px) {
.newtextheader{font-size:70%;}
.sp_text01{font-size:13px;}
.sp_text02{font-size:20px;margin-left:5px;}
.sp_text03{font-size:13px;margin-top:28px;}
.sp_text_all{left:18%;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:15%!important;}
}
@media screen and (max-width: 1024px) {
.newtextheader{font-size:70%;}
.sp_text01{font-size:13px;}
.sp_text02{font-size:18px;margin-left:5px;}
.sp_text03{font-size:13px;margin-top:28px;}
.sp_text_all{left:18%;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:15%!important;}
}
@media screen and (max-width: 1000px) {
.newtextheader{font-size:11px;}
.sp_text03{margin-top:25px;}
.sp_text_all{left:18%;}
.sp_lay01{left:11%!important;}
.sp_lay02{left:14%!important;}
.sp_mar_top{margin-top:4px;}
}
@media screen and (max-width: 960px) {
.sp_strong_title{font-size:32px;}
.newtextheader{font-size:10.5px;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
.sp_text01{font-size:12px;}
.sp_text02{font-size:16px;margin-left:5px;}
.sp_text03{font-size:12px;margin-top:25px;}
.sp_text_all{left:20%;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:16%!important;}
.sp_bot_title{font-size:24px;}
.table_left_bg , .table_center_title{font-size:13px;}
.table_center_bg{font-size:11px;}
.table_right_td{font-size:12px;}
}
@media screen and (max-width: 870px) {
.newtextheader{font-size:10px;}
.sp_text01{font-size:11px;}
.sp_text02{font-size:16px;margin-left:5px;}
.sp_text03{font-size:11px;margin-top:20px;}
.sp_text_all{left:18%;}
.sp_lay01{left:12%!important;}
.sp_lay02{left:14%!important;}
.table_left_bg , .table_center_title{font-size:13px;}
.table_center_bg{font-size:11px;}
.table_right_td{font-size:12px;}
.table_center_bg > div{width:90%;}
.table_center_bg > img{width:10%:}
.table_right_td > div{width:90%;}
.table_right_td > img{width:10%:}
.dot{margin-top:0px;}
.dot01{margin-top:0px;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:16%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 800px) {
.newtextheader{font-size:9px;}
.sp_text01{font-size:10px;}
.sp_text02{font-size:14px;margin-left:4px;}
.sp_text03{font-size:10px;margin-top:15px;}
.sp_text_all{left:19%;}
.sp_lay01{left:12%!important;}
.sp_lay02{left:15%!important;}
.sp_bot_title{font-size:20px;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 768px) {
.newtextheader{font-size:95%;}
.sp_strong_title{font-size:24px;top:27%;}
.sp_text01{font-size:10px;}
.sp_text02{font-size:12px;margin-left:4px;}
.sp_text03{font-size:10px;margin-top:14px;}
.sp_text_all{left:18%;}
.dot{margin-top:5px;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:18%;}
.newtextheaderleft03{left:22%;}
}
@media screen and (max-width: 700px) {
.newtextheader{font-size:85%;}
.sp_text01{font-size:9px;}
.sp_text02{font-size:11px;margin-left:4px;}
.sp_text03{font-size:9px;margin-top:13px;}
.sp_text_all{left:20%;}
.sp_mar_top{margin-top:0px;}
.sp_lay01{left:12%!important;}
.sp_lay02{left:17%!important;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:18%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 624px) {
.newtextheader{font-size:78%;}
.sp_strong_title{font-size:24px;top:29%;margin-left:5%;}
.sp_text01{font-size:8px;}
.sp_text02{font-size:10px;margin-left:4px;}
.sp_text03{font-size:8px;margin-top:10px;}
.sp_text_all{left:20%;}
.sp_mar_top{margin-top:0px;}
.sp_lay01{left:12%!important;}
.sp_lay02{left:16%!important;}
.newtextheaderleft01{left:20%;}
.newtextheaderleft02{left:18%;}
.newtextheaderleft03{left:22%;}
}
@media screen and (max-width: 600px) {
.newtextheader{font-size:12px;}
.sp_strong_title{top:10%;}
.sp_text01{font-size:16px;}
.sp_text02{font-size:22px;margin-left:5px;}
.sp_text03{font-size:16px;margin-top:22px;}
.sp_text_all{left:17%;}
.sp_mar_top{margin-top:10px;}
.sp_lay01{left:9%!important;}
.sp_lay02{left:13%!important;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 560px) {
.sp_text01{font-size:14px;}
.sp_text02{font-size:20px;margin-left:5px;}
.sp_text03{font-size:14px;margin-top:20px;}
.sp_text_all{left:17%;}
.sp_mar_top{margin-top:10px;}
.sp_lay01{left:10%!important;}
.sp_lay02{left:13%!important;}
.newtextheader{font-size:11px;}
.newtextheaderleft01{left:18%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 520px) {
.newtextheader{font-size:10.5px;}
.sp_strong_title{top:10.5%;}
.sp_text01{font-size:13px;}
.sp_text02{font-size:16px;margin-left:5px;}
.sp_text03{font-size:13px;margin-top:27px;}
.sp_text_all{left:20%;}
.sp_mar_top{margin-top:7px;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:17%!important;}
.sp_bot_title{font-size:16px;}
.newtextheaderleft01{left:19%;}
.newtextheaderleft02{left:17%;}
.newtextheaderleft03{left:21%;}
}
@media screen and (max-width: 478px) {
.newtextheader{font-size:9px;}
.sp_strong_title{font-size:20px;top:11%;}
.sp_text01{font-size:12px;}
.sp_text02{font-size:15px;margin-left:5px;}
.sp_text03{font-size:12px;margin-top:24px;}
.sp_text_all{left:20%;}
.sp_mar_top{margin-top:5px;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:17%!important;}
}
@media screen and (max-width: 440px) {
.sp_text01{font-size:11px;}
.sp_text02{font-size:14px;margin-left:5px;}
.sp_text03{font-size:11px;margin-top:20px;}
.sp_text_all{left:20%;}
.sp_mar_top{margin-top:5px;}
.sp_lay01{left:13%!important;}
.sp_lay02{left:17%!important;}
}
@media screen and (max-width: 421px) {
.newtextheader{font-size:8.5px;}
.sp_strong_title{font-size:18px;top:11.5%;}
.sp_text01{font-size:10px;}
.sp_text02{font-size:13px;margin-left:5px;}
.sp_text03{font-size:10px;margin-top:18px;}
.sp_text_all{left:21%;}
.sp_mar_top{margin-top:5px;}
.sp_lay01{left:14%!important;}
.sp_lay02{left:18%!important;}
.sp_bot_title{font-size:14px;}
}
@media screen and (max-width: 390px) {
.newtextheader{font-size:8px;}
.sp_text01{font-size:10px;}
.sp_text02{font-size:12px;margin-left:5px;}
.sp_text03{font-size:10px;margin-top:15px;}
.sp_text_all{left:21%;}
.sp_mar_top{margin-top:5px;}
.sp_lay01{left:14%!important;}
.sp_lay02{left:18%!important;}
}
@media screen and (max-width: 365px) {
.sp_strong_title{font-size:16px;top:11.5%;}
.sp_text01{font-size:9px;}
.sp_text02{font-size:11px;margin-left:4px;}
.sp_text03{font-size:9px;margin-top:14px;}
.sp_text_all{left:21%;}
.sp_mar_top{margin-top:2px;}
.sp_lay01{left:14%!important;}
.sp_lay02{left:18%!important;}
.sp_bot_title{font-size:12px;}
}

.isms{max-width:120px;float:left;margin-bottom:10px;}
.pri{max-width:70px;float:right;}
.fwid01{width:19%!important;}
.fwid02{width:29%!important;}
.fwid03{width:29%!important;}
.fwid04{width:23%!important;}
@media screen and (max-width:542px) {
.isms{float:none;margin-left:auto;margin-right:auto;max-width:120px;}
.pri{float:none;margin-left:auto;margin-right:auto;max-width:70px;}
.fwid01,.fwid02,.fwid03,.fwid04{width:50%!important;}
}