@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

.fs-10 {
  font-size: 1rem;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.header {
  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;
}
.header .lgoo {
  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;
  padding-left: 28px;
}
@media (max-width: 800px) {
  .header .lgoo {
    padding-left: 15px;
  }
}
@media (max-width: 572px) {
  .header .lgoo {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px;
  }
}
.header .lgoo .logo_txt {
  color: #666666;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-left: 29px;
}
@media (max-width: 800px) {
  .header .lgoo .logo_txt {
    margin-left: 10px;
  }
}
@media (max-width: 572px) {
  .header .lgoo .logo_txt {
    font-size: 0.8rem;
    margin-left: 0;
  }
}
.header .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;
}
@media (max-width: 800px) {
  .header .top_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .top_btn li:first-child {
  margin-right: 15px;
}
@media (max-width: 800px) {
  .header .top_btn li:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 572px) {
  .header .top_btn li:first-child {
    width: 100%;
  }
}
.header .top_btn li:first-child a {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11.5px 15px 11.5px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 800px) {
  .header .top_btn li:first-child a {
    background-color: #009cd0;
    color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 572px) {
  .header .top_btn li:first-child a {
    gap: 0px;
    width: 100%;
  }
}
.header .top_btn li:first-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon01.svg);
  width: 14px;
  height: 13px;
  background-size: contain;
  padding-top: 2px;
}
@media (max-width: 800px) {
  .header .top_btn li:first-child a::before {
    background-image: url(../img/btnicon01wh.svg);
  }
}
.header .top_btn li:first-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon02.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
}
@media (max-width: 800px) {
  .header .top_btn li:first-child a::after {
    background-image: url(../img/btnicon04.svg);
  }
}
@media (max-width: 800px) {
  .header .top_btn li:last-child {
    width: 100%;
  }
}
.header .top_btn li:last-child 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;
  padding: 28px 15px;
  background-color: #e62e8b;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 800px) {
  .header .top_btn li:last-child a {
    padding: 10px 5px;
  }
}
@media (max-width: 460px) {
  .header .top_btn li:last-child a {
    padding: 10px 5px;
  }
}
.header .top_btn li:last-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon03.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
  margin-right: 10px;
}
.header .top_btn li:last-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon04.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
  margin-left: 10px;
}

.head_txt {
  text-align: center;
  background-color: #009cd0;
  padding: 33px 0;
  color: #f5f5f5;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}
@media (max-width: 992px) {
  .head_txt {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .head_txt {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
@media (max-width: 700px) {
  .head_txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 572px) {
  .head_txt {
    padding: 10px;
    line-height: 1.4;
  }
}
.head_txt span {
  margin-left: 10px;
}

.top_note {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
  display: block;
  line-height: 1.2;
}

.ttl_cp {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 572px) {
  .ttl_cp {
    font-size: 1.3rem;
  }
}

.txt_left {
  text-align: left;
}

.txt_light {
  text-align: right;
}

.mv {
  background-image: url(../img/mabk.png);
  background-size: cover;
  padding: 100px 0 30px;
}
@media (max-width: 572px) {
  .mv {
    padding: 30px 15px 15px;
  }
}
.mv .main_txt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 570px;
  background-color: #fff;
  border: 5px solid #0054a6;
  position: relative;
  margin: 0 auto;
  border-radius: 30px;
  padding: 0 0 25px;
}
@media (max-width: 800px) {
  .mv .main_txt {
    font-size: 2.8rem;
  }
}
@media (max-width: 572px) {
  .mv .main_txt {
    padding: 15px;
    font-size: 2rem;
  }
  .mv .main_txt img {
    width: 45%;
  }
}
.mv .main_txt::before {
  content: "";
  display: block;
  background-image: url(../img/mvicon01.png);
  width: 240px;
  height: 236px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  top: -40px;
}
@media (max-width: 800px) {
  .mv .main_txt::before {
    width: 100px;
    height: 106px;
    background-size: contain;
    left: 20px;
  }
}
@media (max-width: 620px) {
  .mv .main_txt::before {
    left: 70px;
  }
}
@media (max-width: 600px) {
  .mv .main_txt::before {
    left: 90px;
  }
}
@media (max-width: 572px) {
  .mv .main_txt::before {
    left: 70px;
  }
}
@media (max-width: 450px) {
  .mv .main_txt::before {
    width: 80px;
    height: 86px;
  }
}
.mv .main_txt::after {
  content: "";
  display: block;
  background-image: url(../img/mvicon02.png);
  width: 210px;
  height: 259px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
}
@media (max-width: 990px) {
  .mv .main_txt::after {
    width: 180px;
    height: 200px;
    background-size: cover;
    top: -45px;
    right: 20px;
  }
}
@media (max-width: 800px) {
  .mv .main_txt::after {
    right: 20px;
    top: 0;
    width: 80px;
    height: 100px;
    background-size: contain;
  }
}
@media (max-width: 720px) {
  .mv .main_txt::after {
    right: 40px;
  }
}
@media (max-width: 600px) {
  .mv .main_txt::after {
    right: 75px;
  }
}
@media (max-width: 572px) {
  .mv .main_txt::after {
    right: 50px;
  }
}
@media (max-width: 450px) {
  .mv .main_txt::after {
    width: 60px;
    height: 70px;
    top: -40px;
  }
}
.mv .main_txt .top {
  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;
}
@media (max-width: 600px) {
  .mv .main_txt .top img {
    max-width: 50%;
  }
}
.mv .main_txt .top .img_wapper {
  position: relative;
}
@media (max-width: 600px) {
  .mv .main_txt .top .img_wapper {
    width: 60%;
  }
  .mv .main_txt .top .img_wapper img {
    max-width: 100%;
    width: 100%;
  }
}
.mv .main_txt .top .img_wapper .img_wapper_note {
  position: absolute;
  bottom: 15%;
  right: 3%;
  font-size: 1rem;
  cursor: pointer;
}
.mv .main_txt .big {
  display: block;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 800px) {
  .mv .main_txt .big {
    font-size: 6.8rem;
  }
}
@media (max-width: 572px) {
  .mv .main_txt .big {
    font-size: 4rem;
  }
}
.mv .main_txt .dotto {
  position: relative;
  display: inline-block;
}
.mv .main_txt .dotto::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #e51374;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 460px) {
  .mv .main_txt .dotto::before {
    width: 5px;
    height: 5px;
  }
}
.mv .sub_txt {
  text-align: center;
  border-radius: 10px;
  background: #009cd0;
  max-width: 584px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  font-family: "WDXL Lubrifont JP N";
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 11.1px;
  margin: 0 auto;
}
.mv .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 890px) {
  .mv .btn_list {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .mv .btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv .btn_list li:first-child {
  margin-right: 15px;
}
@media (max-width: 600px) {
  .mv .btn_list li:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.mv .btn_list li:first-child a {
  color: #009cd0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 31px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  border-radius: 100px;
  background: #fff;
  padding: 30px 30px 28px 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #009cd0;
  font-family: Roboto;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  /* 下の三角（本体） */
  /* 白いボーダー（三角の外側） */
}
@media (max-width: 890px) {
  .mv .btn_list li:first-child a {
    font-size: 2.4rem;
    gap: 5px;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 800px) {
  .mv .btn_list li:first-child a {
    font-size: 2rem;
    gap: 5px;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 670px) {
  .mv .btn_list li:first-child a {
    font-size: 1.6rem;
  }
}
.mv .btn_list li:first-child a .fukidashi-btn {
  display: inline-block;
  background: #00a4d9;
  /* ボタン背景（水色） */
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border: 3px solid #fff;
  /* ← 白ボーダー */
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 800px) {
  .mv .btn_list li:first-child a .fukidashi-btn {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    padding: 5px 15px;
  }
}
@media (max-width: 572px) {
  .mv .btn_list li:first-child a .fukidashi-btn {
    font-size: 1.2rem;
  }
}
.mv .btn_list li:first-child a .fukidashi-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  /* 三角の位置調整 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #00a4d9;
  /* 三角の色（本体） */
}
@media (max-width: 800px) {
  .mv .btn_list li:first-child a .fukidashi-btn::after {
    bottom: -8px;
    /* 三角の位置調整 */
  }
}
.mv .btn_list li:first-child a .fukidashi-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #fff;
  /* 外側の白ボーダー */
}
.mv .btn_list li:first-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon01.svg);
  width: 36px;
  height: 36px;
  background-size: contain;
  padding-top: 2px;
}
@media (max-width: 650px) {
  .mv .btn_list li:first-child a::before {
    width: 26px;
    height: 26px;
  }
}
.mv .btn_list li:first-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon02.svg);
  width: 22px;
  height: 23px;
  background-size: contain;
}
@media (max-width: 650px) {
  .mv .btn_list li:first-child a::after {
    width: 12px;
    height: 13px;
  }
}
.mv .btn_list li:last-child 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;
  padding: 31px 30px 30px 32px;
  border-radius: 100px;
  background: #e62e8b;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #e62e8b;
  color: #fff;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  /* 下の三角（本体） */
  /* 白いボーダー（三角の外側） */
}
@media (max-width: 890px) {
  .mv .btn_list li:last-child a {
    font-size: 2.4rem;
    gap: 5px;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 800px) {
  .mv .btn_list li:last-child a {
    font-size: 2rem;
    gap: 5px;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 670px) {
  .mv .btn_list li:last-child a {
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mv .btn_list li:last-child a .fukidashi-btn {
  display: inline-block;
  background: #fff;
  /* ボタン背景（水色） */
  color: #e62e8b;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border: 3px solid #e62e8b;
  /* ← 白ボーダー */
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media (max-width: 890px) {
  .mv .btn_list li:last-child a .fukidashi-btn {
    left: 43%;
    -webkit-transform: translate(-36%, -70%);
            transform: translate(-36%, -70%);
  }
}
@media (max-width: 800px) {
  .mv .btn_list li:last-child a .fukidashi-btn {
    left: 40%;
    -webkit-transform: translate(-30%, -80%);
            transform: translate(-30%, -80%);
    padding: 5px 15px;
  }
}
@media (max-width: 572px) {
  .mv .btn_list li:last-child a .fukidashi-btn {
    font-size: 1.2rem;
    left: 30%;
    -webkit-transform: translate(-20%, -80%);
            transform: translate(-20%, -80%);
  }
}
@media (max-width: 460px) {
  .mv .btn_list li:last-child a .fukidashi-btn {
    -webkit-transform: translate(-3%, -80%);
            transform: translate(-3%, -80%);
  }
}
.mv .btn_list li:last-child a .fukidashi-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  /* 三角の位置調整 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #fff;
  /* 三角の色（本体） */
}
@media (max-width: 890px) {
  .mv .btn_list li:last-child a .fukidashi-btn::after {
    bottom: -8px;
    /* 三角の位置調整 */
  }
}
@media (max-width: 800px) {
  .mv .btn_list li:last-child a .fukidashi-btn::after {
    bottom: -8px;
    /* 三角の位置調整 */
  }
}
.mv .btn_list li:last-child a .fukidashi-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #fff;
  /* 外側の白ボーダー */
}
@media (max-width: 890px) {
  .mv .btn_list li:last-child a .fukidashi-btn::before {
    bottom: -8px;
    /* 三角の位置調整 */
  }
}
@media (max-width: 800px) {
  .mv .btn_list li:last-child a .fukidashi-btn::before {
    bottom: -8px;
  }
}
.mv .btn_list li:last-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon03.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 572px) {
  .mv .btn_list li:last-child a::before {
    width: 24px;
    height: 24px;
  }
}
.mv .btn_list li:last-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon04.svg);
  width: 22px;
  height: 23px;
  background-size: contain;
  margin-left: 10px;
}
@media (max-width: 572px) {
  .mv .btn_list li:last-child a::after {
    width: 12px;
    height: 13px;
  }
}
.mv .txt_list {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv .txt_list:hover {
  opacity: 0.7;
}
.mv .txt_list li {
  text-decoration: underline;
  font-size: 1rem;
}

.note01 {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.note01:hover {
  opacity: 0.7;
}

.bana_area {
  background: #9ee7ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 34.5px 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1100px) {
  .bana_area {
    max-width: 94%;
  }
}
.bana_area figure {
  display: block;
  width: calc(100% - 280px);
}
.bana_area figure:hover {
  cursor: pointer;
}
@media (max-width: 800px) {
  .bana_area {
    max-width: 96%;
  }
}
@media (max-width: 800px) and (max-width: 710px) {
  .bana_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 800px) {
  .bana_area figure {
    width: calc(100% - 240px);
    display: block;
  }
}
@media (max-width: 800px) and (max-width: 710px) {
  .bana_area figure {
    width: 100%;
  }
}
@media (max-width: 800px) and (max-width: 460px) {
  .bana_area figure {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .bana_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.bana_area::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 7px solid #0054a6;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .bana_area::after {
    right: 0;
  }
}
@media (max-width: 1025px) {
  .bana_area::after {
    right: 0%;
  }
}
@media (max-width: 992px) {
  .bana_area::after {
    display: none;
  }
}
@media (max-width: 800px) {
  .bana_area::after {
    display: none;
  }
}
.bana_area .txt_area {
  background-color: #009cd0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 800px) {
  .bana_area .txt_area {
    font-size: 3.2rem;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 572px) {
  .bana_area .txt_area {
    font-size: 2.1rem;
    width: 200px;
    height: 200px;
  }
}
.bana_area .txt_area .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 572px) {
  .bana_area .txt_area .line {
    font-size: 1.8rem;
  }
}
.bana_area .txt_area .line::before {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 15px;
}
@media (max-width: 572px) {
  .bana_area .txt_area .line::before {
    height: 18px;
  }
}
.bana_area .txt_area .line::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 15px;
}
@media (max-width: 572px) {
  .bana_area .txt_area .line::after {
    height: 18px;
  }
}
.bana_area .txt_area .wh {
  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;
  background-color: #fff;
  font-size: 2rem;
  color: #009cd0;
  min-width: 175px;
  padding: 5px 0;
  border-radius: 7px;
  margin-bottom: 4px;
}
@media (max-width: 572px) {
  .bana_area .txt_area .wh {
    font-size: 1.6rem;
  }
}
.bana_area .txt_area .wh:last-of-type {
  margin-bottom: 8px;
}
.bana_area .txt_area .wh img.ml {
  margin-left: 6px;
}

.bana_area02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 572px) {
  .bana_area02 {
    margin: 0px auto 0;
  }
}
.bana_area02::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -15px;
  bottom: -13px;
  width: 100%;
  height: 100%;
  border: 7px solid #0054a6;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .bana_area02::after {
    display: none;
  }
}
.bana_area02 .inner {
  background-color: #084c90;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 47px 100px 47px 100px;
  width: 100%;
}
@media (max-width: 890px) {
  .bana_area02 .inner {
    padding: 47px 60px 47px 60px;
  }
}
@media (max-width: 800px) {
  .bana_area02 .inner {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 572px) {
  .bana_area02 .inner {
    padding: 15px;
  }
}
.bana_area02 .inner .banattl {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 800px) {
  .bana_area02 .inner .banattl {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  .bana_area02 .inner .banattl {
    font-size: 2.2rem;
  }
}
@media (max-width: 460px) {
  .bana_area02 .inner .banattl {
    font-size: 2rem;
  }
}
.bana_area02 .inner .banattl span {
  display: block;
}
.bana_area02 .inner .banattl span::after {
  content: "";
  display: block;
  width: 72%;
  margin: 0 auto;
  height: 5px;
  background-color: #e51374;
}
@media (max-width: 460px) {
  .bana_area02 .inner .banattl span::after {
    width: 70%;
    margin: 0 auto;
  }
}

.box01 {
  margin-top: 40px;
  /* 変数はお好みで */
  --c: rgba(210, 210, 210, 0.4);
  --gap: 20px;
  --offx: -14px;
  --offy: 14px;
  /* 横線と縦線の2レイヤー＋白背景 */
  background: -webkit-repeating-linear-gradient(bottom, var(--c) 0 1px, transparent 1px var(--gap)), -webkit-repeating-linear-gradient(left, var(--c) 0 1px, transparent 1px var(--gap)), #fff;
  background: repeating-linear-gradient(0deg, var(--c) 0 1px, transparent 1px var(--gap)), repeating-linear-gradient(90deg, var(--c) 0 1px, transparent 1px var(--gap)), #fff;
  background-position: var(--offx) var(--offy), var(--offx) var(--offy), 0 0;
  /* 背景色 */
  /* background-size は不要（repeating が無限に描く） */
  padding: 60px 0;
}
@media (max-width: 800px) {
  .box01 {
    padding: 30px 0;
  }
}
.box01 .ttl {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 100px;
  background: #1e1e1e;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 30px 0;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  position: relative;
}
@media (max-width: 992px) {
  .box01 .ttl {
    margin: 0 auto 50px;
  }
}
@media (max-width: 890px) {
  .box01 .ttl {
    max-width: 96%;
    margin: 0 auto 50px;
    padding: 15px 0;
  }
}
@media (max-width: 800px) {
  .box01 .ttl {
    font-size: 2.6rem;
    max-width: 96%;
    padding: 15px 20px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 600px) {
  .box01 .ttl {
    font-size: 2rem;
    border-radius: 30px;
  }
}
@media (max-width: 460px) {
  .box01 .ttl {
    font-size: 1.6rem;
    padding: 15px 0;
    margin: 0 auto 30px;
  }
}
.box01 .ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1e1e1e;
}
@media (max-width: 460px) {
  .box01 .ttl::before {
    top: 98%;
  }
}
.box01 .txt {
  max-width: 860px;
  width: 100%;
  padding: 25px 0px;
  color: #000;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  border-radius: 10px;
  background: #f3f3f3;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 800px) {
  .box01 .txt {
    max-width: 94%;
    font-size: 2rem;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .box01 .txt {
    font-size: 1.6rem;
  }
}
.box01 .txt span {
  border-bottom: 5px solid #009cd0;
}
@media (max-width: 460px) {
  .box01 .txt span {
    border-bottom: 2px solid #009cd0;
  }
}

.box02 {
  background: -webkit-gradient(linear, left top, right top, from(#009cd0), to(#0054a6));
  background: -webkit-linear-gradient(left, #009cd0 0%, #0054a6 100%);
  background: linear-gradient(90deg, #009cd0 0%, #0054a6 100%);
  padding: 45px 0;
}
.box02 .ttl {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}
.box02 .ttl span {
  display: block;
  margin: 30px 0;
}

.box03 {
  background-color: #fffbf3;
  padding: 80px 0;
  /* 必須 */
  /* hover */
}
@media (max-width: 800px) {
  .box03 {
    padding: 30px 0;
  }
}
@media (max-width: 572px) {
  .box03 .bod06 {
    padding: 0;
  }
}
.box03 .ttl {
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 48.64px */
  letter-spacing: 3.2px;
}
@media (max-width: 800px) {
  .box03 .ttl {
    max-width: 96%;
  }
}
.box03 .ttl .big {
  display: block;
  color: #009cd0;
  font-family: "Noto Sans JP";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 5.8px;
}
.box03 .ttl .big::after {
  content: "※3";
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.box03 .sub_ttl {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 45.6px */
  letter-spacing: 3px;
}
@media (max-width: 572px) {
  .box03 .sub_ttl {
    font-size: 2rem;
  }
}
@media (max-width: 460px) {
  .box03 .sub_ttl {
    font-size: 1.8rem;
  }
}
.box03 .sub_ttl .big {
  color: #f5aa00;
  display: block;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 76px */
  letter-spacing: 5px;
}
@media (max-width: 572px) {
  .box03 .sub_ttl .big {
    font-size: 4rem;
  }
}
.box03 .list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .box03 .list_box {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .box03 .list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box03 .list_box li figure {
  display: block;
  background-color: #fff;
  padding: 20px 70px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  min-height: 220px;
}
@media (max-width: 800px) {
  .box03 .list_box li figure {
    min-height: 162px;
  }
}
@media (max-width: 710px) {
  .box03 .list_box li figure {
    min-height: 140px;
    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;
  }
}
@media (max-width: 600px) {
  .box03 .list_box li figure {
    min-height: 110px;
  }
}
.box03 .list_box li:first-child .list_ttl {
  background-color: #0054a6;
  color: #fff;
  padding: 35px 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.4px;
}
@media (max-width: 800px) {
  .box03 .list_box li:first-child .list_ttl {
    padding: 15px 0;
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .box03 .list_box li:first-child .list_ttl {
    font-size: 1.6rem;
  }
}
.box03 .list_box li:last-child .list_ttl {
  background-color: #009cd0;
  color: #fff;
  padding: 35px 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.4px;
}
@media (max-width: 800px) {
  .box03 .list_box li:last-child .list_ttl {
    padding: 15px 0;
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .box03 .list_box li:last-child .list_ttl {
    font-size: 1.6rem;
  }
}
.box03 .sec_ttl {
  color: #fff;
  max-width: 504px;
  margin: 50px auto;
  background: #1e1e1e;
  text-align: center;
  padding: 17px 0;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.4px;
}
.box03 .accordion-content {
  display: none;
}
.box03 .accordion-header {
  max-width: 980px;
  height: 129.577px;
  padding: 10px 42px 0 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 60px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 40px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 75% */
}
@media (max-width: 998px) {
  .box03 .accordion-header {
    width: 96%;
    margin: 0 auto 40px;
    height: auto;
    padding: 30px 42px;
  }
}
@media (max-width: 800px) {
  .box03 .accordion-header {
    max-width: 96%;
    font-size: 3rem;
    height: auto;
    padding: 20px 42px;
  }
}
@media (max-width: 572px) {
  .box03 .accordion-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 460px) {
  .box03 .accordion-header {
    font-size: 1.8rem;
    padding: 25px 40px 25px 20px;
  }
}
.box03 .accordion-header::before,
.box03 .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 50px;
  bottom: 0;
  width: 23px;
  height: 5px;
  margin: auto;
  background: #151e2f;
}
@media (max-width: 460px) {
  .box03 .accordion-header::before,
  .box03 .accordion-header::after {
    right: 15px;
  }
}
.box03 .accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.box03 .accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.box03 .accordion-content {
  padding: 12px 20px 10px;
}
.box03 .accordion-content.pb100 {
  padding-bottom: 100px;
}
.box03 .accordion-content .new_txt01 {
  font-size: 2rem;
  color: #e51374;
  line-height: 2.7;
  margin-top: 16px;
}
@media (max-width: 572px) {
  .box03 .accordion-content .new_txt01 {
    font-size: 1.4rem;
  }
}
@media (max-width: 460px) {
  .box03 .accordion-content .new_txt01 {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
  }
}
.box03 .accordion-content .new_txt01 .big {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 572px) {
  .box03 .accordion-content .new_txt01 .big {
    font-size: 1.6rem;
  }
}
.box03 .accordion-content .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 710px) {
  .box03 .accordion-content .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box03 .accordion-content .step.mb40 {
  margin-bottom: 40px;
}
.box03 .accordion-content .step.mb35 {
  margin-bottom: 35px;
}
.box03 .accordion-content .step .step_ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.9;
  max-width: 115px;
  width: 100%;
}
.box03 .accordion-content .step .step_ttl span {
  background-color: #009cd0;
  max-width: 80px;
  border-radius: 10px;
  text-align: center;
  display: block;
  padding-left: 0;
}
.box03 .accordion-content .step .step_txt {
  width: calc(100% - 115px);
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 700;
}
.box03 .accordion-content .step .step_txt a {
  color: #000;
}
@media (max-width: 710px) {
  .box03 .accordion-content .step .step_txt {
    width: 100%;
  }
}
.box03 .accordion-content .note03 {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media (max-width: 572px) {
  .box03 .accordion-content .note03 {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.box03 .accordion-header span,
.box03 .accordion-content span {
  position: relative;
}
.box03 .accordion-header:hover {
  background-color: #f2f2f2;
}
.box03 .accordion-content {
  max-width: 1120px;
  margin: 0px auto 0;
}
.box03 .accordion-content p.hikari_list_txt {
  text-align: center;
}
.box03 .accordion-content .accordion-header_inner {
  margin: 60px auto 0;
  border-radius: 60px;
  background: #1e1e1e;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
}
@media (max-width: 710px) {
  .box03 .accordion-content .accordion-header_inner {
    margin: 0px auto 0;
    padding: 15px;
    font-size: 1.8rem;
  }
}
@media (max-width: 460px) {
  .box03 .accordion-content .accordion-header_inner {
    margin: 0px auto 0;
  }
  .box03 .accordion-content .accordion-header_inner.sp02mt30 {
    margin-top: 30px;
  }
}
.box03 .accordion-content .txt {
  padding: 30px;
}
.box03 .accordion-content .txt a {
  color: #000;
}
.box03 .accordion-content .table {
  border-left: 1px solid #989898;
  border-top: 1px solid #989898;
  border-right: 1px solid #989898;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 30px;
}
.box03 .accordion-content .table dt {
  width: 30%;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 50px;
  text-align: center;
  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;
  font-weight: 700;
}
@media (max-width: 750px) {
  .box03 .accordion-content .table dt {
    padding: 20px;
  }
}
@media (max-width: 710px) {
  .box03 .accordion-content .table dt {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.box03 .accordion-content .table dd {
  width: 70%;
  border-bottom: 1px solid #989898;
  padding: 50px;
  font-weight: 700;
}
.box03 .accordion-content .table dd a {
  color: #000;
}
@media (max-width: 700px) {
  .box03 .accordion-content .table dd {
    padding: 20px;
  }
}
@media (max-width: 710px) {
  .box03 .accordion-content .table dd {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.box03 .accordion-content .last_txt {
  color: #000;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
@media (max-width: 572px) {
  .box03 .accordion-content .last_txt {
    font-size: 1.2rem;
  }
}
.box03 .accordion-content .txt02 {
  margin-bottom: 20px;
}
.box03 .accordion-content .txt02 a {
  color: #000;
}
.box03 .bottom_txt {
  text-align: center;
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 60.8px */
  letter-spacing: 4px;
}
.box03 .dotto {
  position: relative;
}
.box03 .dotto::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #e51374;
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box03 .line {
  color: #f5aa00;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 60.8px */
  letter-spacing: 4px;
  border-bottom: 5px solid #009cd0;
}
.box03 .bottom_note {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  max-width: 1200px;
  margin: 50px auto 0;
}
.box03 .ac_ttl01 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 0.75;
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 800px) {
  .box03 .ac_ttl01 {
    font-size: 5rem;
    margin-top: 40px;
  }
}
.box03 .ac_ttl01 .ttl_cp {
  padding: 0 0 15px 0;
}
.box03 .ac_ttl01 span {
  margin: 0;
  padding-left: 0;
  color: #e51374;
}
.box03 .hikari_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 45px;
  margin-bottom: 63px;
}
.box03 .hikari_list li {
  border-radius: 10px;
  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;
  min-height: 116px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.25;
  background-color: #fff;
  width: 32%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 940px) {
  .box03 .hikari_list li {
    width: 31%;
  }
}
@media (max-width: 800px) {
  .box03 .hikari_list li {
    width: 30%;
    min-height: 80px;
  }
}
@media (max-width: 460px) {
  .box03 .hikari_list li {
    font-size: 1.8rem;
    width: 46%;
  }
}
.box03 .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;
}
.box03 .top_btn li:first-child {
  margin-right: 15px;
}
.box03 .top_btn li:first-child a {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 11.5px 15px 11.5px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.box03 .top_btn li:first-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon01.svg);
  width: 14px;
  height: 13px;
  background-size: contain;
  padding-top: 2px;
}
.box03 .top_btn li:first-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon02.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
}
.box03 .btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  border-bottom: 1px solid #000;
  padding-bottom: 90px;
}
@media (max-width: 572px) {
  .box03 .btn_list {
    padding-bottom: 40px;
  }
}
.box03 .btn_list li:first-child {
  margin-right: 15px;
}
.box03 .btn_list li:first-child a {
  color: #009cd0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 31px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  border-radius: 100px;
  background: #fff;
  padding: 30px 30px 28px 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #009cd0;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  /* 下の三角（本体） */
  /* 白いボーダー（三角の外側） */
}
@media (max-width: 650px) {
  .box03 .btn_list li:first-child a {
    gap: 5px;
    font-size: 2rem;
    padding: 15px;
  }
}
.box03 .btn_list li:first-child a .fukidashi-btn {
  display: inline-block;
  background: #00a4d9;
  /* ボタン背景（水色） */
  color: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border: 3px solid #fff;
  /* ← 白ボーダー */
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media (max-width: 460px) {
  .box03 .btn_list li:first-child a .fukidashi-btn {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
}
.box03 .btn_list li:first-child a .fukidashi-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  /* 三角の位置調整 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #00a4d9;
  /* 三角の色（本体） */
}
@media (max-width: 460px) {
  .box03 .btn_list li:first-child a .fukidashi-btn::after {
    bottom: -8px;
  }
}
.box03 .btn_list li:first-child a .fukidashi-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #fff;
  /* 外側の白ボーダー */
}
.box03 .btn_list li:first-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon01.svg);
  width: 36px;
  height: 36px;
  background-size: contain;
  padding-top: 2px;
}
.box03 .btn_list li:first-child a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon02.svg);
  width: 22px;
  height: 23px;
  background-size: contain;
}
.box03 .accodion_01 {
  margin-top: 60px;
}
@media (max-width: 572px) {
  .box03 .accodion_01 {
    margin-top: 30px;
  }
}
.box03 .accodion_01 .note {
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box03 .accodion_01 .note:hover {
  opacity: 0.7;
}
.box03 .accodion_01 .note span {
  text-decoration: underline;
  display: block;
}
.box03 .accodion_01 .box06 .inner .list li .note04 {
  max-width: 96%;
}
@media (max-width: 600px) {
  .box03 .accodion_01 .box06 {
    padding: 0;
  }
  .box03 .accodion_01 .box06 .inner {
    margin-top: 30px;
  }
  .box03 .accodion_01 .box06 .inner .list li {
    padding: 15px 5px;
  }
  .box03 .accodion_01 .box06 .inner .list li .note04 {
    max-width: 96%;
  }
  .box03 .accodion_01 .box06 .inner .list li .bottom_txt {
    letter-spacing: 0;
  }
  .box03 .accodion_01 .box06 .inner .list li .bottom_txt .mini {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.box03 .accodion_01 .thr_ttl {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
@media (max-width: 460px) {
  .box03 .accodion_01 .thr_ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.box03 .accodion_01 .thr_ttl .big {
  font-size: 6rem;
  margin: 0;
  padding: 0;
  padding-left: 0;
}
@media (max-width: 572px) {
  .box03 .accodion_01 .thr_ttl .big {
    font-size: 4rem;
  }
}
.box03 .accodion_01 .thr_ttl .big .bl {
  padding-left: 0;
  color: #009cd0;
}
.box03 .accodion_01 .thr_ttl .chu {
  padding-left: 0;
  font-size: 3.4rem;
}
.box03 .accodion_01 .thr_ttl .top_note {
  margin: 0 0 20px 0;
}
@media (max-width: 572px) {
  .box03 .accodion_01 .thr_ttl .top_note {
    margin-top: 5px;
    padding: 0 10px;
  }
}
.box03 .accodion_01 .hikari_list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box03 .accodion_01 .hikari_list02 li {
  border-radius: 10px;
  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;
  min-height: 118px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.25;
  background-color: #fff;
  width: 32%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 460px) {
  .box03 .accodion_01 .hikari_list02 li {
    font-size: 1.6rem;
    min-height: 88px;
  }
}
.box03 .accodion_01 .hikari_list03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.box03 .accodion_01 .hikari_list03 li {
  background-color: #fff;
  border: 8px solid #009cd0;
  width: 48%;
  text-align: center;
}
.box03 .accodion_01 .hikari_list03 li .top_txt01 {
  background-color: #009cd0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  max-width: 270px;
  margin: 50px auto 30px;
  padding: 6px 0;
  border-radius: 17px;
}

.box03 .top_note {
  margin-top: 20px;
}
@media (max-width: 572px) {
  .box03 .top_note {
    margin-top: 5px;
    padding: 0 10px;
  }
}

.cta_btn_wapper {
  background-image: url(../img/cta_bk.png);
  background-size: cover;
  padding: 90px 0;
  text-align: center;
}
@media (max-width: 800px) {
  .cta_btn_wapper {
    padding: 40px 0;
  }
}
.cta_btn_wapper .top_txt {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 572px) {
  .cta_btn_wapper .top_txt {
    font-size: 2rem;
  }
}
.cta_btn_wapper .top_txt::before {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 25px;
  margin-bottom: 5px;
}
@media (max-width: 572px) {
  .cta_btn_wapper .top_txt::before {
    height: 18px;
  }
}
.cta_btn_wapper .top_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 25px;
  margin-bottom: 5px;
}
@media (max-width: 572px) {
  .cta_btn_wapper .top_txt::after {
    height: 18px;
  }
}
.cta_btn_wapper .cta_btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .cta_btn_wapper .cta_btn {
    margin-top: 30px;
  }
}
.cta_btn_wapper .cta_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 30px 30px 32px;
  border-radius: 100px;
  background: #e51374;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #e51374;
  color: #fff;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 572px) {
  .cta_btn_wapper .cta_btn a {
    padding: 15px;
    max-width: 90%;
    font-size: 2rem;
    padding: 15px;
  }
}
.cta_btn_wapper .cta_btn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon03.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  margin-right: 40px;
}
@media (max-width: 460px) {
  .cta_btn_wapper .cta_btn a::before {
    margin-right: 20px;
  }
}
.cta_btn_wapper .cta_btn a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/btnicon04.svg);
  width: 22px;
  height: 23px;
  background-size: contain;
  margin-left: 40px;
}
@media (max-width: 460px) {
  .cta_btn_wapper .cta_btn a::after {
    margin-left: 20px;
  }
}

.box04 {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .box04 {
    margin-top: 50px;
  }
}
.box04 .inner {
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 572px) {
  .box04 .inner {
    padding: 0 20px;
  }
}
.box04 .inner .flex_box {
  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;
  gap: 20px;
}
.box04 .inner .flex_box .txt_box {
  position: relative;
}
.box04 .inner .flex_box .txt_box .absolut02 {
  position: absolute;
  right: 13%;
  bottom: 23%;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (max-width: 472px) {
  .box04 .inner .flex_box .txt_box .absolut02 {
    bottom: 33%;
    right: 5%;
  }
}
.box04 .inner .flex_box .txt_box .absolut02:hover {
  opacity: 0.7;
}
.box04 .inner .flex_box .txt01 {
  color: #000;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 470px) {
  .box04 .inner .flex_box .txt01 {
    font-size: 2rem;
  }
}
.box04 .inner .flex_box .txt01 .big01 {
  color: #f5aa00;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 470px) {
  .box04 .inner .flex_box .txt01 .big01 {
    font-size: 4rem;
  }
}
.box04 .inner .flex_box .txt01 .big02 {
  color: #009cd0;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 470px) {
  .box04 .inner .flex_box .txt01 .big02 {
    font-size: 4rem;
  }
}
.box04 .inner .flex_box .txt02 {
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 572px) {
  .box04 .inner .flex_box .txt02 {
    font-size: 1.6rem;
  }
}
.box04 .inner .txt03 {
  margin-top: 30px;
  color: #1e1e1e;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 200% */
}
@media (max-width: 710px) {
  .box04 .inner .txt03 {
    font-size: 1.6rem;
  }
}
@media (max-width: 572px) {
  .box04 .inner .txt03 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.box04 .inner .flex_box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 {
    margin-top: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 572px) {
  .box04 .inner .flex_box02 {
    padding: 0px;
  }
}
.box04 .inner .flex_box02 .left_box {
  border-radius: 30px 30px 0 0;
  background: #009cd0;
  padding: 20px 30px 30px;
  max-width: 430px;
  width: 100%;
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 .left_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.box04 .inner .flex_box02 .left_box::before {
  content: "";
  width: 133px;
  height: 133px;
  background-image: url(../img/box04icon01.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 19%;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .left_box::before {
    width: 110px;
    height: 110px;
    top: 22%;
  }
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 .left_box::before {
    display: none;
  }
}
.box04 .inner .flex_box02 .left_box::after {
  content: "";
  width: 133px;
  height: 133px;
  background-image: url(../img/box04icon02.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45%;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .left_box::after {
    width: 110px;
    height: 110px;
    top: 47%;
  }
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 .left_box::after {
    display: none;
  }
}
.box04 .inner .flex_box02 .left_box .txt01 {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  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;
  margin-bottom: 20px;
}
.box04 .inner .flex_box02 .left_box .txt01 .big {
  color: #fff;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 572px) {
  .box04 .inner .flex_box02 .left_box .txt01 .big {
    font-size: 5rem;
  }
}
.box04 .inner .flex_box02 .left_box .txtbox {
  background-color: #fff;
  color: #1e1e1e;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
  min-height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -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;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .left_box .txtbox {
    padding: 15px;
  }
}
@media (max-width: 572px) {
  .box04 .inner .flex_box02 .left_box .txtbox {
    font-size: 1.2rem;
    min-height: 80px;
  }
}
.box04 .inner .flex_box02 .right_box {
  border-radius: 30px 30px 0 0;
  background: #f5aa00;
  padding: 20px 30px 30px;
  width: 100%;
  max-width: 430px;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .right_box {
    max-width: 48%;
    padding: 15px;
  }
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 .right_box {
    max-width: 100%;
    width: 100%;
  }
}
.box04 .inner .flex_box02 .right_box::before {
  content: "";
  width: 133px;
  height: 133px;
  background-image: url(../img/box04icon03.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8%;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .right_box::before {
    width: 110px;
    height: 110px;
    bottom: 8%;
  }
}
@media (max-width: 710px) {
  .box04 .inner .flex_box02 .right_box::before {
    display: none;
  }
}
.box04 .inner .flex_box02 .right_box .txt01 {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  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;
  margin-bottom: 20px;
}
.box04 .inner .flex_box02 .right_box .txt01 .big {
  color: #fff;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 572px) {
  .box04 .inner .flex_box02 .right_box .txt01 .big {
    font-size: 5rem;
  }
}
.box04 .inner .flex_box02 .right_box .txtbox {
  background-color: #fff;
  color: #1e1e1e;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -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;
  min-height: 125px;
}
@media (max-width: 800px) {
  .box04 .inner .flex_box02 .right_box .txtbox {
    padding: 15px;
  }
}
@media (max-width: 572px) {
  .box04 .inner .flex_box02 .right_box .txtbox {
    font-size: 1.2rem;
    min-height: 80px;
  }
}
.box04 .inner .txt04 {
  color: #1e1e1e;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box04 .inner .txt04:hover {
  opacity: 0.7;
}

.box05 {
  margin-top: 100px;
  padding: 0 20px;
}
@media (max-width: 1033px) {
  .box05 {
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  .box05 {
    padding: 0 20px;
  }
}
@media (max-width: 572px) {
  .box05 {
    margin-top: 30px;
  }
}
.box05 .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.box05 .inner .ttl {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 572px) {
  .box05 .inner .ttl {
    margin-bottom: 30px;
  }
}
.box05 .inner .content {
  display: none;
}
.box05 .inner .content.bl {
  border-radius: 0 0 10px 10px;
  border: 8px solid #009cd0;
  background: #fff;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .box05 .inner .content.bl {
    padding: 0px 20px;
  }
}
.box05 .inner .content.og {
  border-radius: 0 0 10px 10px;
  border: 8px solid #f5aa00;
  background: #fff;
  padding: 0px 40px;
}
@media (max-width: 800px) {
  .box05 .inner .content.og {
    padding: 0px 20px;
  }
}
@media (max-width: 460px) {
  .box05 .inner .content.og {
    padding: 0px 10px;
  }
}
.box05 .inner .content .flex_box {
  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;
  border-bottom: 1px solid #1e1e1e;
  padding: 80px 0px 50px;
}
@media (max-width: 710px) {
  .box05 .inner .content .flex_box {
    padding: 30px 0px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 572px) {
  .box05 .inner .content .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box05 .inner .content .flex_box.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box05 .inner .content .flex_box figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box figure {
    max-width: 200px;
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  .box05 .inner .content .flex_box figure {
    max-width: 155px;
  }
}
@media (max-width: 800px) and (max-width: 460px) {
  .box05 .inner .content .flex_box figure {
    max-width: 100px;
  }
}
.box05 .inner .content .flex_box figure span:last-child {
  margin-left: 10px;
}
.box05 .inner .content .flex_box:last-child {
  border-bottom: none;
}
.box05 .inner .content .flex_box .txtbox01 {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0 25px;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box .txtbox01 {
    font-size: 2rem;
  }
}
@media (max-width: 572px) {
  .box05 .inner .content .flex_box .txtbox01 {
    margin: 0 15px;
    font-size: 1.6rem;
  }
}
.box05 .inner .content .flex_box .txtbox02 .top_txt {
  border-radius: 60px;
  background: #009cd0;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 17px 60px;
}
.box05 .inner .content .flex_box .txtbox02 .top_txt.og {
  background: #f5aa00;
  padding: 17px 40px;
}
@media (max-width: 572px) {
  .box05 .inner .content .flex_box .txtbox02 .top_txt.og {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 460px) {
  .box05 .inner .content .flex_box .txtbox02 .top_txt.og {
    padding: 10px 40px;
    margin-top: 20px;
  }
}
.box05 .inner .content .flex_box .txtbox02 .note_txt03 {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-decoration: underline;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box05 .inner .content .flex_box .txtbox02 .note_txt03:hover {
  opacity: 0.7;
}
@media (max-width: 572px) {
  .box05 .inner .content .flex_box .txtbox02 .note_txt03 {
    margin-top: -10px;
  }
}
.box05 .inner .content .flex_box .txtbox02 .price02 {
  font-size: 6.4rem;
  font-weight: 800;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box .txtbox02 .price02 {
    font-size: 5.4rem;
  }
}
.box05 .inner .content .flex_box .txtbox02 .price02 .min01 {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box .txtbox02 .price02 .min01 {
    font-size: 3rem;
  }
}
.box05 .inner .content .flex_box .txtbox02 .price02 .min02 {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box .txtbox02 .price02 .min02 {
    font-size: 2rem;
  }
}
.box05 .inner .content .flex_box .txtbox02 .price {
  color: #1e1e1e;
  line-height: 1;
}
@media (max-width: 800px) {
  .box05 .inner .content .flex_box .txtbox02 .price {
    max-width: 300px;
  }
}
@media (max-width: 710px) {
  .box05 .inner .content .flex_box .txtbox02 .price {
    max-width: 100%;
  }
}
.box05 .inner .content-container {
  position: relative;
}
.box05 .inner .content-container .table_flex {
  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;
}
@media (max-width: 800px) {
  .box05 .inner .content-container .table_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 572px) {
  .box05 .inner .content-container .table_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box05 .inner .content.show {
  display: block;
}
.box05 .inner .tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box05 .inner .tab-container .absolute {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.box05 .inner .tab-container .absolute:hover {
  opacity: 0.7;
}
@media (max-width: 572px) {
  .box05 .inner .tab-container .absolute {
    right: 20px;
    bottom: 0px;
  }
}
.box05 .inner .tab-container .tab {
  width: 49%;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 24.32px */
  letter-spacing: 1.6px;
  padding: 20px;
}
@media (max-width: 572px) {
  .box05 .inner .tab-container .tab {
    font-size: 1.4rem;
    padding: 15px 15px 20px 15px;
  }
}
.box05 .inner .tab-container .tab.relative {
  position: relative;
}
.box05 .inner .tab-container .tab .big {
  font-size: 2rem;
  display: block;
}
@media (max-width: 572px) {
  .box05 .inner .tab-container .tab .big {
    font-size: 1.6rem;
  }
}
.box05 .inner .tab-container .tab.bl {
  border-radius: 30px 30px 0 0;
  background: #009cd0;
}
.box05 .inner .tab-container .tab.og {
  border-radius: 30px 30px 0 0;
  background: #f5aa00;
}

.box06 {
  margin-bottom: 100px;
  padding: 0 20px;
}
@media (max-width: 1053px) {
  .box06 {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .box06 {
    margin: 30px 15px;
  }
}
@media (max-width: 572px) {
  .box06 {
    padding: 0 20px;
  }
}
.box06 .inner {
  max-width: 1100px;
  margin: 100px auto 0;
}
@media (max-width: 460px) {
  .box06 .inner {
    margin: 50px auto 0;
  }
}
.box06 .inner .ttl {
  text-align: center;
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 572px) {
  .box06 .inner .ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.box06 .inner .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .box06 .inner .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box06 .inner .list li {
  width: 48%;
  border-radius: 10px;
  border: 8px solid #009cd0;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 1025px) {
  .box06 .inner .list li {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  .box06 .inner .list li {
    padding: 15px;
  }
}
@media (max-width: 750px) {
  .box06 .inner .list li {
    width: 100%;
  }
  .box06 .inner .list li:nth-child(1) {
    margin-bottom: 20px;
  }
}
.box06 .inner .list li .note04 {
  text-align: right;
  max-width: 80%;
  margin: 0 auto;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  right: 65px;
  bottom: 30px;
}
@media (max-width: 1000px) {
  .box06 .inner .list li .note04 {
    max-width: 88%;
  }
}
@media (max-width: 800px) {
  .box06 .inner .list li .note04 {
    right: 30px;
    bottom: 10px;
  }
}
.box06 .inner .list li .note04:hover {
  opacity: 0.7;
}
.box06 .inner .list li .top_txt {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.48px;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 60px;
  background: #009cd0;
}
@media (max-width: 800px) {
  .box06 .inner .list li .top_txt {
    font-size: 2rem;
  }
}
.box06 .inner .list li .bigtxt01 {
  text-align: center;
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 121.6px */
  letter-spacing: 8px;
}
@media (max-width: 800px) {
  .box06 .inner .list li .bigtxt01 {
    font-size: 6rem;
  }
}
@media (max-width: 572px) {
  .box06 .inner .list li .bigtxt01 {
    font-size: 3.5rem;
  }
}
.box06 .inner .list li .bigtxt02 {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 76px */
  letter-spacing: 5px;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 998px) {
  .box06 .inner .list li .bigtxt02 {
    font-size: 4.5rem;
  }
}
@media (max-width: 800px) {
  .box06 .inner .list li .bigtxt02 {
    font-size: 3.4rem;
    line-height: 1.5;
    min-height: 90px;
  }
}
@media (max-width: 572px) {
  .box06 .inner .list li .bigtxt02 {
    font-size: 2.5rem;
    min-height: 54px;
  }
}
.box06 .inner .list li .bottom_txt {
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  letter-spacing: 0px;
  /* 48.64px */
}
@media (max-width: 998px) {
  .box06 .inner .list li .bottom_txt {
    font-size: 2.4rem;
  }
}
@media (max-width: 800px) {
  .box06 .inner .list li .bottom_txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 572px) {
  .box06 .inner .list li .bottom_txt {
    font-size: 1.4rem;
  }
}
.box06 .inner .list li .bottom_txt .bl {
  color: #009cd0;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
}
@media (max-width: 800px) {
  .box06 .inner .list li .bottom_txt .bl {
    font-size: 2.8rem;
  }
}
.box06 .inner .list li .bottom_txt .mini {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
}
@media (max-width: 800px) {
  .box06 .inner .list li .bottom_txt .mini {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.box06 .inner .list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 800px) {
  .box06 .inner .list02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
}
.box06 .inner .list02 li {
  color: #1e1e1e;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  /* 200% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box06 .inner .list02 li:hover {
  opacity: 0.7;
}

.box07 {
  background: #009cd0;
  padding: 100px 20px;
}
@media (max-width: 572px) {
  .box07 {
    padding: 30px 0;
  }
}
.box07 .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .box07 .inner {
    padding: 0 0px;
  }
}
.box07 .inner .ttl {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .box07 .inner .ttl {
    font-size: 3rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .ttl {
    margin-bottom: 30px;
  }
}
.box07 .inner .ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 25px;
  margin-bottom: 5px;
}
.box07 .inner .ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 25px;
  margin-bottom: 5px;
}
.box07 .inner .last_note {
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 572px) {
  .box07 .inner .last_note {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
.box07 .inner .last_note:hover {
  opacity: 0.7;
}
.box07 .inner .txt_box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box {
    font-size: 2rem;
    padding: 20px;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box {
    border-radius: 0px;
    padding: 20px 15px;
  }
}
.box07 .inner .txt_box.mbnone {
  margin-bottom: 20px;
}
@media (max-width: 572px) {
  .box07 .inner .txt_box {
    margin-bottom: 50px;
  }
}
.box07 .inner .txt_box .ttl02 {
  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;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .ttl02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .box07 .inner .txt_box .ttl02 figure {
    max-width: 50px;
  }
}
.box07 .inner .txt_box .ttl02 .txt {
  margin-left: 25px;
}
.box07 .inner .txt_box .ttl02 .txt .nre_note {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box07 .inner .txt_box .ttl02 .txt .nre_note:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .ttl02 .txt {
    margin-left: 10px;
  }
}
.box07 .inner .txt_box .inner_ttl {
  border-radius: 30px 30px 0 0;
  background: #009cd0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 710px) {
  .box07 .inner .txt_box .inner_ttl {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.box07 .inner .txt_box .inner_ttl .left_txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 45.6px */
  letter-spacing: 3px;
  display: block;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .inner_ttl .left_txt {
    font-size: 2rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .inner_ttl .left_txt {
    line-height: 1.5;
  }
}
.box07 .inner .txt_box .inner_ttl .right_txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 28.88px */
  letter-spacing: 1.9px;
  display: block;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .inner_ttl .right_txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 460px) {
  .box07 .inner .txt_box .inner_ttl .right_txt {
    font-size: 1.4rem;
  }
}
.box07 .inner .txt_box .inner_ttl .right_txt .price {
  color: #fff;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 152%;
  /* 54.72px */
  letter-spacing: 3.6px;
}
@media (max-width: 460px) {
  .box07 .inner .txt_box .inner_ttl .right_txt .price {
    font-size: 2.6rem;
  }
}
.box07 .inner .txt_box .inner_sub_ttl {
  text-align: center;
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin: 30px 0 20px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .inner_sub_ttl {
    font-size: 2rem;
  }
}
.box07 .inner .txt_box .sub_txt {
  text-align: center;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .sub_txt {
    font-size: 1.6rem;
  }
  .box07 .inner .txt_box .sub_txt br {
    display: none;
  }
}
.box07 .inner .txt_box .imgbox {
  display: block;
  text-align: center;
  margin: 60px 0 25px;
}
.box07 .inner .txt_box .inner_sub_ttl02 {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 45.6px */
  letter-spacing: 3px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .inner_sub_ttl02 {
    font-size: 2rem;
  }
}
.box07 .inner .txt_box .last_txt {
  text-align: right;
  max-width: 900px;
  margin: 30px auto 0;
  padding-bottom: 50px;
  font-size: 1.4rem;
}
@media (max-width: 460px) {
  .box07 .inner .txt_box .last_txt {
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
}
.box07 .inner .txt_box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box07 .inner .txt_box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box07 .inner .txt_box .list li {
  width: 48%;
  padding: 40px 20px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .list li {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .box07 .inner .txt_box .list li {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .box07 .inner .txt_box .list li {
    padding: 0;
  }
}
.box07 .inner .txt_box .list li:last-child {
  padding: 40px 0px 40px 20px;
}
.box07 .inner .txt_box .list li:first-child {
  position: relative;
  padding: 40px 20px 40px 0;
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .list li:first-child {
    padding: 0px 0px 40px 0;
  }
}
.box07 .inner .txt_box .list li:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #009cd0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .box07 .inner .txt_box .list li:first-child::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.box07 .inner .txt_box .list li .bigtxt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
@media (max-width: 1065px) {
  .box07 .inner .txt_box .list li .bigtxt {
    font-size: 2.6rem;
  }
}
@media (max-width: 930px) {
  .box07 .inner .txt_box .list li .bigtxt {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .list li .bigtxt {
    font-size: 2rem;
  }
}
.box07 .inner .txt_box .list li .bigtxt span {
  color: #f50000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
@media (max-width: 1030px) {
  .box07 .inner .txt_box .list li .bigtxt span {
    font-size: 2.4rem;
  }
}
@media (max-width: 825px) {
  .box07 .inner .txt_box .list li .bigtxt span {
    font-size: 2rem;
  }
}
.box07 .inner .txt_box .list li .bltxt {
  color: #009cd0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.box07 .inner .txt_box .list li .bl_sub_txt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.box07 .inner .txt_box .list li .img_box {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.box07 .inner .txt_box .list li .note {
  margin-top: 25px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .list li .note {
    font-size: 1.2rem;
  }
}
.box07 .inner .txt_box .txt_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 710px) {
  .box07 .inner .txt_box .txt_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box07 .inner .txt_box .txt_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  background-color: #009cd0;
  padding: 5px;
  border-radius: 10px;
}
@media (max-width: 710px) {
  .box07 .inner .txt_box .txt_list li {
    width: 100%;
  }
  .box07 .inner .txt_box .txt_list li:nth-child(1) {
    margin-bottom: 20px;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_ttl {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .txt_list li .txt_list_ttl {
    font-size: 2rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_ttl {
    font-size: 1.6rem;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_box {
  background-color: #fff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box {
    padding: 15px;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_box p {
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
  /* 36.48px */
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p {
    font-size: 1.8rem;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_box p .bl {
  display: block;
  color: #009cd0;
}
.box07 .inner .txt_box .txt_list li .txt_list_box p .bl .big {
  color: #009cd0;
  text-align: center;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 152%;
  /* 121.6px */
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .big {
    font-size: 6rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .big {
    font-size: 4rem;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini01 {
  color: #009cd0;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini01 {
    font-size: 3rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini01 {
    font-size: 2rem;
  }
}
.box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini02 {
  color: #009cd0;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 152%;
}
@media (max-width: 800px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini02 {
    font-size: 1.6rem;
  }
}
@media (max-width: 572px) {
  .box07 .inner .txt_box .txt_list li .txt_list_box p .bl .mini02 {
    font-size: 1.4rem;
  }
}

.box08 {
  padding: 100px 20px;
}
@media (max-width: 572px) {
  .box08 {
    padding: 50px 0;
  }
}
.box08 .inner {
  max-width: 980px;
  margin: 0 auto;
  /* hover */
}
@media (max-width: 800px) {
  .box08 .inner {
    padding: 0 20px;
  }
}
.box08 .inner .ttl {
  color: #009cd0;
  text-align: center;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
}
.box08 .inner .ttl span {
  color: #1e1e1e;
  text-align: center;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
}
.box08 .inner .accordion-content {
  display: none;
}
.box08 .inner .accordion-content .subttl {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.75;
}
.box08 .inner .accordion-header {
  max-width: 980px;
  height: 129.577px;
  padding: 10px 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 60px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 40px;
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 150% */
}
@media (max-width: 800px) {
  .box08 .inner .accordion-header {
    font-size: 1.6rem;
    height: auto;
  }
  .box08 .inner .accordion-header.active {
    margin-bottom: 0;
  }
}
@media (max-width: 572px) {
  .box08 .inner .accordion-header {
    padding: 10px 42px 10px 10px;
  }
}
.box08 .inner .accordion-header::before,
.box08 .inner .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 50px;
  bottom: 0;
  width: 23px;
  height: 5px;
  margin: auto;
  background: #151e2f;
}
@media (max-width: 750px) {
  .box08 .inner .accordion-header::before,
  .box08 .inner .accordion-header::after {
    right: 20px;
  }
}
.box08 .inner .accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.box08 .inner .accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.box08 .inner .accordion-content {
  padding: 12px 20px 10px;
}
.box08 .inner .accordion-header span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box08 .inner .accordion-header span::before {
  content: "Q";
  display: block;
  color: #009cd0;
  text-align: center;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 80px;
}
@media (max-width: 800px) {
  .box08 .inner .accordion-header span::before {
    font-size: 5rem;
    margin-right: 30px;
  }
}
@media (max-width: 460px) {
  .box08 .inner .accordion-header span::before {
    font-size: 3rem;
    margin-right: 15px;
  }
}
.box08 .inner .accordion-header span,
.box08 .inner .accordion-content span {
  position: relative;
}
@media (max-width: 800px) {
  .box08 .inner .accordion-header span,
  .box08 .inner .accordion-content span {
    padding-left: 0;
  }
}
.box08 .inner .accordion-header span a,
.box08 .inner .accordion-content span a {
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.box08 .inner .accordion-content_txt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  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;
  max-width: 80%;
  margin: 0 auto 70px;
}
@media (max-width: 460px) {
  .box08 .inner .accordion-content_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.box08 .inner .accordion-content_txt .note {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.box08 .inner .accordion-content_txt .note:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .box08 .inner .accordion-content_txt {
    max-width: 90%;
  }
}
.box08 .inner .accordion-content_txt::before {
  content: "A";
  color: #f5aa00;
  text-align: center;
  font-family: "Reddit Sans", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 34px;
}
@media (max-width: 800px) {
  .box08 .inner .accordion-content_txt::before {
    font-size: 5rem;
  }
}
@media (max-width: 460px) {
  .box08 .inner .accordion-content_txt::before {
    font-size: 3rem;
    margin-right: 15px;
  }
}
.box08 .inner .accordion-header:hover {
  background-color: #f2f2f2;
}
.box08 .inner .accordion-content {
  max-width: 1000px;
  margin: 0px auto 0;
}
.box08 .inner .accordion-content .accordion-header_inner {
  margin: 60px auto 0;
  border-radius: 60px;
  background: #1e1e1e;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 0;
}
.box08 .inner .bottom_txt {
  text-align: center;
  color: #1e1e1e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 60.8px */
  letter-spacing: 4px;
}
.box08 .inner .dotto {
  position: relative;
}
.box08 .inner .dotto::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #e51374;
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box08 .inner .line {
  color: #f5aa00;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 60.8px */
  letter-spacing: 4px;
  border-bottom: 5px solid #009cd0;
}
.box08 .inner .bottom_note {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  max-width: 1200px;
  margin: 50px auto 0;
}

/* ===== モーダル共通 ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* ===== ボックス ===== */
.modal-box {
  position: relative;
  max-width: 1400px;
  width: min(92vw, 100%);
  max-height: calc(100vh - 160px);
  /* ← 追加 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* ← 追加 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* ← 追加 */
  margin: 80px auto;
  padding: 145px 80px;
  background: #fff;
  overflow-y: auto;
  /* ← 重要 */
  -webkit-overflow-scrolling: touch;
  /* ← iOS対策 */
}
@media (max-width: 800px) {
  .modal-box {
    padding: 55px 20px;
  }
}
@media (max-width: 572px) {
  .modal-box {
    padding: 15px 0px;
  }
}

/* ×ボタン */
.modal-close {
  position: absolute;
  top: 115px;
  right: 130px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 800px) {
  .modal-close {
    top: 35px;
    right: 70px;
  }
}
@media (max-width: 572px) {
  .modal-close {
    top: 10px;
    right: 55px;
  }
}
@media (max-width: 460px) {
  .modal-close {
    right: 20px;
  }
}

/* ===== ヘッダー（青い帯） ===== */
.modal-header {
  background: #0099cc;
  color: #fff;
  padding: 20px 28px;
  font-weight: bold;
  border-radius: 999px;
  margin: 30px 30px 20px;
  font-size: 2rem;
}
@media (max-width: 460px) {
  .modal-header {
    max-width: 96%;
    margin: 30px auto 20px;
    font-size: 1.8rem;
    padding: 15px;
  }
}
@media (max-width: 460px) {
  .modal-header {
    font-size: 1.6rem;
  }
}

/* ===== 本文 ===== */
.modal-body {
  margin-top: 30px;
  padding: 0 40px 40px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #000;
}
@media (max-width: 800px) {
  .modal-body {
    margin-top: 0px;
  }
}

/* ===== テーブル部分 ===== */
.modal-table {
  text-align: center;
}
@media (max-width: 572px) {
  .modal-table {
    padding: 0 20px;
  }
}
.modal-table img {
  width: 100%;
}

.note_box {
  text-align: left;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (max-width: 460px) {
  .note_box {
    padding: 0px;
    font-size: 1.4rem;
  }
}
.note_box .note_box_list {
  list-style: disc;
  padding-left: 25px;
}
.note_box .note_box_list.mb50 {
  margin-bottom: 50px;
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .modal-box {
    margin: 40px auto;
  }
  .modal-body {
    padding: 0 20px 30px;
  }
}
@media (max-width: 768px) and (max-width: 460px) {
  .modal-body {
    padding: 0 15px 30px;
  }
}
@media (min-width: 990px) {
  .br_99 {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .br_99 {
    display: block !important;
  }
}
@media (min-width: 770px) {
  .tab_br {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .tab01_br {
    display: block !important;
  }
  .pc_br {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .tab_br {
    display: block !important;
  }
  .pc_br {
    display: none !important;
  }
}
@media (min-width: 573px) {
  .sp01_br {
    display: none !important;
  }
}
@media (max-width: 572px) {
  .sp01_br {
    display: block !important;
  }
  .sp01_br_none {
    display: none !important;
  }
}
@media (min-width: 573px) {
  .sp02_br {
    display: none !important;
  }
}
@media (max-width: 572px) {
  .sp02_br {
    display: block !important;
  }
  .sp02_br_none {
    display: none !important;
  }
  .sp02mt30 {
    margin-top: 30px !important;
  }
}
.cursor {
  cursor: pointer;
}

@media (max-width: 572px) {
  .box03 .accordion-content .top_note {
    margin-top: 25px;
  }
}/*# sourceMappingURL=style.css.map */