@charset "UTF-8";
/*color*/
/*------------------------------
module　basic
------------------------------*/
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}

sup {
  font-size: 60%;
  font-weight: inherit;
  vertical-align: super;
}

em {
  font-weight: bold;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, figure, button, a {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

ul li {
  list-style: none;
}

body, html {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size: min(1.25vw, 18px);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #e0f3f8;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.59vw;
  }
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    min-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2.564vw;
  }
}

picture {
  display: block;
}
picture img {
  vertical-align: bottom;
}

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

@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}
.orange {
  color: #f08000;
}

.wrapper {
  position: relative;
}
.wrapper .aquaclara_logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(14.583vw, 210px);
  height: min(9.028vw, 130px);
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  border-radius: 0 min(0vw, 0px) min(3.125vw, 45px) 0;
}
@media only screen and (max-width: 768px) {
  .wrapper .aquaclara_logo {
    width: 25.641vw;
    height: 16.667vw;
    border-radius: 0 0 5.769vw 0;
  }
}
.wrapper .aquaclara_logo a {
  display: block;
  width: min(10.069vw, 145px);
  height: min(6.042vw, 87px);
}
@media only screen and (max-width: 768px) {
  .wrapper .aquaclara_logo a {
    width: 19.231vw;
    height: 11.538vw;
  }
}

.header_menu {
  position: fixed;
  right: min(1.389vw, 20px);
  top: min(1.389vw, 20px);
  width: min(6.944vw, 100px);
  height: min(9.028vw, 130px);
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header_menu {
    top: 2.564vw;
    right: 2.564vw;
    width: 12.821vw;
    height: 16.667vw;
  }
}
.header_menu .off {
  display: block;
}
.header_menu .on {
  display: none;
}
.header__nav {
  position: fixed;
  right: -30%;
  top: 0;
  z-index: 999;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background: #e0f3f8;
  list-style: none !important;
  opacity: 0;
  padding-top: min(10.417vw, 150px);
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-top: 25vw;
  }
}
.header__nav_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(14.583vw, 210px);
  height: min(9.028vw, 130px);
  background: #fff;
  border-radius: 0 min(0vw, 0px) min(3.125vw, 45px) 0;
}
@media only screen and (max-width: 768px) {
  .header__nav_logo {
    width: 25.641vw;
    height: 16.667vw;
    border-radius: 0 0 5.769vw 0;
  }
}
.header__nav_logo a {
  display: block;
  width: min(10.069vw, 145px);
  height: min(6.042vw, 87px);
}
@media only screen and (max-width: 768px) {
  .header__nav_logo a {
    width: 19.231vw;
    height: 11.538vw;
  }
}
.header__nav_list {
  list-style: none !important;
  padding: min(6.25vw, 90px) min(4.167vw, 60px) min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  .header__nav_list {
    padding: 6.41vw 25.641vw 3.846vw;
  }
}
.header__nav_list__item {
  position: relative;
  width: 100%;
  border-bottom: solid 2px #003b96;
  margin-bottom: min(2.778vw, 40px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .header__nav_list__item {
    margin-bottom: 7.692vw;
  }
}
.header__nav_list__item:hover {
  opacity: 0.7;
}
.header__nav_list__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(0.833vw, 12px);
  height: min(1.042vw, 15px);
  top: 0;
  bottom: 0;
  right: min(0.347vw, 5px);
  margin: auto 0;
  background: url(../img/arrow_r.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .header__nav_list__item::before {
    width: 1.923vw;
    height: 2.564vw;
    top: 2vw;
    margin: 0;
    bottom: initial;
    right: 1vw;
  }
}
.header__nav_list__item a {
  display: block;
  width: 100%;
  font-size: min(1.528vw, 22px);
  color: #003b96;
  padding-right: min(3.472vw, 50px);
  font-weight: 800;
  padding-bottom: min(0.347vw, 5px);
}
@media only screen and (max-width: 768px) {
  .header__nav_list__item a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 3.59vw;
    padding-right: 5.128vw;
    padding-bottom: 2vw;
  }
}
.header__nav_list__item a:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header__nav_list_btn {
    width: 64.103vw;
    margin: 0 auto;
  }
}
.header.open .header_menu .off {
  display: none;
}
.header.open .header_menu .on {
  display: block;
}
.header.open .header__nav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.bg_dot {
  background: #fff;
  padding: min(2.778vw, 40px) min(2.778vw, 40px) min(5.556vw, 80px);
}
@media only screen and (max-width: 768px) {
  .bg_dot {
    padding: 2.564vw 2.564vw 12.821vw;
  }
}
.bg_dot_wrap {
  background: url("../img/pattern.jpg") repeat;
  background-size: 3%;
  border-radius: min(3.125vw, 45px);
  padding-bottom: min(3.125vw, 45px);
}
@media only screen and (max-width: 768px) {
  .bg_dot_wrap {
    background-size: 10%;
    border-radius: 5.769vw;
    padding-bottom: 0;
  }
}
.bg_dot .kv {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .kv {
    margin-bottom: 0;
  }
}
.bg_dot .kv .inner {
  position: relative;
  z-index: 0;
}
.bg_dot .kv h1 {
  width: min(69.444vw, 1000px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bg_dot .kv h1 {
    width: 100%;
  }
}
.bg_dot .kv h1::before {
  width: min(96.875vw, 1395px);
  height: min(55.556vw, 800px);
  top: min(-0.903vw, -13px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  content: "";
  background: url("../img/kv_coin.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bg_dot .kv h1::before {
    width: 100vw;
    height: 88.462vw;
    -webkit-transform: none;
            transform: none;
    top: 20.513vw;
    left: -2.5vw;
    background: url("../img/kv_coin_sp.png") no-repeat center top;
    background-size: contain;
  }
}
.bg_dot .about {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bg_dot .about {
    padding: 0 2.564vw 2.564vw;
  }
}
.bg_dot .about .inner {
  padding: 0 min(1.389vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .bg_dot .about .inner {
    padding: 0;
  }
}
.bg_dot .about_cont {
  position: relative;
  background: #fff;
  border-radius: min(3.125vw, 45px);
  padding: min(3.819vw, 55px) min(4.167vw, 60px) min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .about_cont {
    border-radius: 5.769vw;
    padding: 6.41vw 2.564vw 4vw;
  }
}
.bg_dot .about_cont::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(8.611vw, 124px);
  height: min(95.833vw, 1380px);
  top: min(2.778vw, 40px);
  left: -160px;
  background: url(../img/about_pattern_left.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bg_dot .about_cont::before {
    display: none;
  }
}
.bg_dot .about_cont::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(8.611vw, 124px);
  height: min(95.833vw, 1380px);
  top: min(2.778vw, 40px);
  right: -150px;
  background: url(../img/about_pattern_right.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bg_dot .about_cont::after {
    display: none;
  }
}
.bg_dot .about h2 {
  width: min(36.25vw, 522px);
  margin: 0 auto min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .about h2 {
    width: 55.128vw;
    margin-bottom: 5.128vw;
  }
}
.bg_dot .about h3 {
  color: #003b96;
  font-size: min(1.389vw, 20px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .about h3 {
    font-size: 3.462vw;
    display: block;
    line-height: 2;
    margin-bottom: 6.41vw;
  }
}
.bg_dot .about h3 strong {
  font-weight: 800;
  font-size: min(1.528vw, 22px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .about h3 strong {
    font-size: 3.974vw;
  }
}
.bg_dot .about h3 .line {
  position: relative;
  z-index: 0;
}
.bg_dot .about h3 .line::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  bottom: min(-0.208vw, -3px);
  right: 0;
  left: 0;
  height: min(0.833vw, 12px);
  background: #fff100;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bg_dot .about h3 .line::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bg_dot .about h3 .sp-line {
    position: relative;
  }
  .bg_dot .about h3 .sp-line::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    bottom: -0.5vw;
    right: 0;
    left: 0;
    height: 2vw;
    background: #fff100;
    z-index: -1;
  }
}
.bg_dot .about .image {
  margin: 0 auto;
}
.bg_dot .about .image:first-of-type {
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .bg_dot .about .image:first-of-type {
    margin-bottom: 7.692vw;
    position: relative;
  }
  .bg_dot .about .image:first-of-type::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 18.59vw;
    height: 18.59vw;
    left: -4.5vw;
    top: 21vw;
    background: url("../img/about_img01_i_sp.png") no-repeat center;
    background-size: contain;
  }
}

section .section_main_ttl {
  background: url("../img/pattern.jpg") repeat;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  section .section_main_ttl {
    margin-bottom: 6.41vw;
  }
}
section .section_main_ttl picture {
  width: min(69.444vw, 1000px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  section .section_main_ttl picture {
    width: 100%;
  }
}
section .section_main_exp {
  color: #003b96;
  font-size: min(1.389vw, 20px);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  section .section_main_exp {
    width: 100%;
    line-height: 1.9;
    margin: 0 auto 7.692vw;
    font-size: 3.59vw;
  }
}
section .section_main_exp strong {
  font-weight: 800;
  font-size: min(1.528vw, 22px);
}
@media only screen and (max-width: 768px) {
  section .section_main_exp strong {
    font-size: 4.103vw;
  }
}
section .section_main_exp .line {
  position: relative;
  z-index: 0;
}
section .section_main_exp .line::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  bottom: min(-0.208vw, -3px);
  right: 0;
  left: 0;
  height: min(0.833vw, 12px);
  background: #fff100;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  section .section_main_exp .line::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section .section_main_exp .sp-line {
    position: relative;
  }
  section .section_main_exp .sp-line::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    bottom: -0.5vw;
    right: 0;
    left: 0;
    height: 2vw;
    background: #fff100;
    z-index: -1;
  }
}
section .section_cont {
  border-radius: min(1.389vw, 20px);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  section .section_cont {
    border-radius: 2.564vw;
  }
}

.accordion {
  position: relative;
}
.accordion_wrap {
  padding: 0 min(0vw, 0px) min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap {
    padding: 0 0 12.821vw;
  }
}
.accordion_wrap_btn {
  position: relative;
  z-index: 2;
  top: min(2.778vw, 40px);
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_btn {
    top: 6.41vw;
  }
}
.accordion_wrap_btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(3.472vw, 50px);
  height: min(3.472vw, 50px);
  right: min(2.083vw, 30px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/collect_way_btn_plus.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_btn::before {
    width: 10.256vw;
    height: 10.256vw;
    right: 3vw;
    background: url("../img/collect_way_btn_plus_sp.png") no-repeat center;
    background-size: contain;
  }
}
.accordion_wrap_btn:hover {
  cursor: pointer;
}
.accordion_wrap_cnt {
  background: #fff;
  border-radius: 0 0 min(1.736vw, 25px) min(1.736vw, 25px);
  padding: min(6.25vw, 90px) min(3.472vw, 50px) min(2.778vw, 40px);
}
.accordion_wrap_cnt_arrow {
  position: relative;
}
.accordion_wrap_cnt_arrow::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(27.778vw, 400px);
  height: 100%;
  background: #ccecfb;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_arrow::before {
    width: 61.538vw;
  }
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt {
    padding: 15.385vw 2.564vw 8.974vw;
    border-radius: 0 0 3.205vw 3.205vw;
  }
}
.accordion_wrap_cnt_step {
  position: relative;
  border: solid 3px #00a0e9;
  border-radius: min(1.736vw, 25px);
  background: #fff;
  padding: min(1.389vw, 20px) min(2.778vw, 40px) min(1.389vw, 20px) min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step {
    border: solid 2px #00a0e9;
    text-align: center;
    border-radius: 3.205vw;
    padding: 6.41vw 5.128vw 6.41vw;
  }
}
.accordion_wrap_cnt_step_or {
  margin-top: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_or {
    margin: 3vw 0 2vw;
  }
}
.accordion_wrap_cnt_step:not(.mb0) {
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step:not(.mb0) {
    margin-bottom: 8.974vw;
  }
}
.accordion_wrap_cnt_step_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_flex {
    display: block;
  }
}
.accordion_wrap_cnt_step.style01 {
  padding: min(2.083vw, 30px) min(1.389vw, 20px) min(2.083vw, 30px) min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style01 {
    padding: 6.41vw 5.128vw 6.41vw;
  }
}
.accordion_wrap_cnt_step.style01 .accordion_wrap_cnt_step_img {
  width: 37%;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style01 .accordion_wrap_cnt_step_img {
    width: 100%;
  }
}
.accordion_wrap_cnt_step.style02 {
  padding: min(1.736vw, 25px) min(2.778vw, 40px) min(1.736vw, 25px) min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style02 {
    padding: 6.41vw 5.128vw 6.41vw;
  }
}
.accordion_wrap_cnt_step.style02 .accordion_wrap_cnt_step_flex {
  padding: min(0.694vw, 10px) min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style02 .accordion_wrap_cnt_step_flex {
    padding: 0;
  }
}
.accordion_wrap_cnt_step.style02 .accordion_wrap_cnt_step_img {
  width: 37%;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style02 .accordion_wrap_cnt_step_img {
    width: 100%;
  }
}
.accordion_wrap_cnt_step.style03 {
  padding: min(3.125vw, 45px) min(2.778vw, 40px) min(3.125vw, 45px) min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step.style03 {
    padding: 6.41vw 5.128vw 6.41vw;
  }
}
.accordion_wrap_cnt_step_text {
  width: 58%;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_text {
    width: 100%;
  }
}
.accordion_wrap_cnt_step_img {
  width: 37%;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.accordion_wrap_cnt_step_num {
  position: absolute;
  width: min(12.153vw, 175px);
  height: min(4.028vw, 58px);
  top: min(-1.736vw, -25px);
  left: min(1.736vw, 25px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_num {
    width: 29.487vw;
    height: 9.487vw;
    top: -4.744vw;
    left: 3vw;
  }
}
.accordion_wrap_cnt_step h3 {
  color: #00a0e9;
  font-size: min(2.083vw, 30px);
  font-weight: 800;
  margin-bottom: min(0.347vw, 5px);
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step h3 {
    font-size: 5.897vw;
    margin-bottom: 1vw;
  }
}
.accordion_wrap_cnt_step h4 {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step h4 {
    line-height: 1.7;
    margin-bottom: 3.846vw;
    text-align: left;
  }
}
.accordion_wrap_cnt_step_end {
  width: min(27.778vw, 400px);
  padding: min(1.389vw, 20px) 0 min(1.736vw, 25px);
  border-radius: 0 0 min(1.736vw, 25px) min(1.736vw, 25px);
  margin: 0 auto min(2.083vw, 30px);
  background: #ccecfb;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_end {
    width: 61.538vw;
    padding: 3.205vw 8.974vw 3.846vw 6.41vw;
    border-radius: 0 0 3.205vw 3.205vw;
    margin-bottom: 6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.accordion_wrap_cnt_step_end picture {
  width: min(22.917vw, 330px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_end picture {
    width: 100%;
  }
}
.accordion_wrap_cnt_step_end_txt {
  width: min(41.667vw, 600px);
  margin: 0 auto min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_end_txt {
    width: 85.897vw;
    margin-bottom: 7.692vw;
  }
}
.accordion_wrap_cnt_step_close {
  width: min(20.833vw, 300px);
  margin: 0 auto;
  border-radius: 100vh;
  background: #003b96;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_step_close {
    width: 51.282vw;
  }
}
.accordion_wrap_cnt_step_close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.accordion_wrap_cnt_logo {
  width: min(27.778vw, 400px);
  margin: 0 auto min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .accordion_wrap_cnt_logo {
    width: 66.667vw;
    margin-bottom: 6.41vw;
  }
}
.accordion.open .accordion_wrap_btn::before {
  background: url("../img/collect_way_btn_minus.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .accordion.open .accordion_wrap_btn::before {
    background: url("../img/collect_way_btn_minus_sp.png") no-repeat center;
    background-size: contain;
  }
}

.collect {
  padding-bottom: min(6.25vw, 90px);
}
@media only screen and (max-width: 768px) {
  .collect {
    padding-bottom: 0vw;
  }
}
.collect .section_cont {
  padding: min(4.167vw, 60px) min(4.514vw, 65px);
  margin: min(0vw, 0px) min(3.472vw, 50px) min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .collect .section_cont {
    padding: 10.256vw 2.564vw 10.256vw;
    margin: 0 2.564vw 3.846vw;
  }
}
@media only screen and (max-width: 768px) {
  .collect .accordion_wrap_cnt_step:not(.p0) .accordion_wrap_cnt_step_img {
    padding: 0 8.974vw;
  }
}
.collect_link {
  text-align: right;
  margin: 0 0 min(3.472vw, 50px) 0;
}
@media only screen and (max-width: 768px) {
  .collect_link {
    margin-bottom: 8.974vw;
    text-align: center;
  }
}
.collect_link a {
  position: relative;
  font-size: min(1.25vw, 18px);
  color: #003b96;
  padding-right: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .collect_link a {
    font-size: 3.59vw;
    padding-right: 5vw;
  }
}
.collect_link a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(0.903vw, 13px);
  height: min(0.694vw, 10px);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/arrow.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .collect_link a::before {
    width: 3.077vw;
    height: 2.308vw;
  }
}
.collect_link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: 0 auto;
  background: #003b96;
}
@media only screen and (max-width: 768px) {
  .collect_link a::after {
    bottom: -1vw;
    height: 1px;
  }
}
.collect .btn {
  display: block;
}
.collect .btn:first-child {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .collect .btn:first-child {
    margin-bottom: 4vw;
  }
}
.collect_btn_catch {
  width: min(32.292vw, 465px);
  margin: 0 auto min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .collect_btn_catch {
    width: 71.795vw;
    margin-bottom: 3vw;
  }
}

.use {
  padding-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 768px) {
  .use {
    padding-bottom: 0vw;
  }
}
.use .accordion_wrap {
  padding-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap {
    margin-bottom: 0vw;
  }
}
.use .section_main_ttl picture {
  position: relative;
}
.use .section_main_ttl picture::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(12.222vw, 176px);
  height: min(10.347vw, 149px);
  right: min(6.25vw, 90px);
  top: 0;
  background: url("../img/use_main_ttl_i.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .use .section_main_ttl picture::before {
    display: none;
  }
}
.use .section_main_exp_img {
  margin-bottom: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .use .section_main_exp_img {
    margin-bottom: 1.282vw;
    padding: 0 2.564vw;
  }
}
.use_link {
  text-align: right;
  margin: 0 min(1.389vw, 20px) min(3.472vw, 50px) 0;
}
@media only screen and (max-width: 768px) {
  .use_link {
    text-align: center;
    margin-bottom: 11.538vw;
  }
}
.use_link a {
  position: relative;
  font-size: min(1.25vw, 18px);
  color: #003b96;
  font-weight: 600;
  padding-right: min(1.736vw, 25px);
}
@media only screen and (max-width: 768px) {
  .use_link a {
    font-size: 3.59vw;
    padding-right: 5vw;
  }
}
.use_link a::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(1.458vw, 21px);
  height: min(1.181vw, 17px);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/icon_win.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .use_link a::before {
    width: 3.59vw;
    height: 2.821vw;
  }
}
.use_link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: 0 auto;
  background: #003b96;
}
.use .accordion_wrap_cnt {
  padding-top: min(4.861vw, 70px);
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt {
    padding-top: 10.256vw;
  }
}
.use .accordion_wrap_cnt_select {
  margin-bottom: min(1.389vw, 20px);
  text-align: center;
}
.use .accordion_wrap_cnt_select .line {
  position: relative;
  z-index: 0;
}
.use .accordion_wrap_cnt_select .line::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  bottom: min(-0.069vw, -1px);
  right: 0;
  left: 0;
  height: min(0.625vw, 9px);
  background: #fff100;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_select .line::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_select {
    margin-bottom: 5.128vw;
  }
  .use .accordion_wrap_cnt_select .sp-line {
    position: relative;
    z-index: 1;
  }
  .use .accordion_wrap_cnt_select .sp-line::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    bottom: -0.5vw;
    right: 0;
    left: 0;
    height: 2vw;
    background: #fff100;
    z-index: -1;
  }
}
.use .accordion_wrap_cnt_step_end {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_step_end {
    margin-bottom: 7.692vw;
  }
}
.use .accordion_wrap_cnt_step_text {
  width: 53%;
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_step_text {
    width: 100%;
  }
}
.use .accordion_wrap_cnt_step_img {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_step_img {
    width: 90%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_cnt_step.p0 .accordion_wrap_cnt_step_img {
    width: 100%;
  }
}
.use .accordion_wrap_btn {
  padding-top: min(0.486vw, 7px);
}
@media only screen and (max-width: 768px) {
  .use .accordion_wrap_btn {
    padding-top: 1vw;
  }
}

.faq {
  padding: min(5.556vw, 80px) min(0vw, 0px);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 12.821vw 0;
    margin-top: 12.821vw;
  }
  .faq .inner {
    padding: 0 5.128vw;
  }
}
.faq_ttl {
  text-align: center;
  color: #003b96;
  font-size: min(4.167vw, 60px);
  margin-bottom: min(1.389vw, 20px);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq_ttl {
    font-size: 10.256vw;
    margin-bottom: 2vw;
  }
}
.faq_ttl_sub {
  text-align: center;
  color: #003b96;
  font-size: min(1.25vw, 18px);
  color: #003b96;
  margin-bottom: min(3.472vw, 50px);
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .faq_ttl_sub {
    font-size: 3.333vw;
    margin-bottom: 7.692vw;
  }
}
.faq_block {
  position: relative;
  border-radius: min(1.042vw, 15px) min(1.042vw, 15px);
  background: #e0f3f8;
}
.faq_block:not(:last-of-type) {
  margin-bottom: min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .faq_block:not(:last-of-type) {
    margin-bottom: 3.846vw;
  }
}
.faq_block_ttl {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: min(1.042vw, 15px);
  background: #003b96;
  padding: min(1.389vw, 20px) min(3.472vw, 50px);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq_block_ttl {
    padding: 2.5vw 12.821vw 3vw 3vw;
    border-radius: 1.923vw;
  }
}
.faq_block_ttl::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: min(2.778vw, 40px);
  height: min(2.778vw, 40px);
  right: min(2.778vw, 40px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icon_plus.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .faq_block_ttl::before {
    width: 7.692vw;
    height: 7.692vw;
    right: 2.564vw;
  }
}
.faq_block_ttl p {
  text-align: left;
  font-size: min(1.528vw, 22px);
  letter-spacing: 0.05rem;
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .faq_block_ttl p {
    font-size: 3.59vw;
    line-height: 1.5;
    font-weight: 700;
  }
}
.faq_block_cont {
  display: none;
  padding: min(2.083vw, 30px) min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .faq_block_cont {
    border-radius: 1.923vw;
    padding: 4vw 3vw 4vw;
  }
}
.faq_block_cont p {
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.01rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .faq_block_cont p {
    font-size: 3.59vw;
    line-height: 1.8;
  }
}
.faq_block.active .faq_block_ttl::before {
  background: url(../img/icon_minus.png) no-repeat center;
  background-size: contain;
}

.attention {
  padding: min(5.556vw, 80px) 0;
}
@media only screen and (max-width: 768px) {
  .attention {
    padding: 10.256vw 0 11.538vw;
  }
}
.attention_ttl {
  text-align: center;
  color: #003b96;
  font-size: min(1.597vw, 23px);
  font-weight: 800;
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  .attention_ttl {
    font-size: 3.333vw;
    margin-bottom: 5.128vw;
  }
}
.attention_ttl .f35 {
  font-size: min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  .attention_ttl .f35 {
    font-size: 6.41vw;
  }
}
.attention_block {
  padding: min(3.472vw, 50px) min(3.472vw, 50px) min(3.472vw, 50px) min(5.556vw, 80px);
  background: #fff;
  border-radius: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  .attention_block {
    padding: 5.128vw 3.846vw 5.128vw 6.41vw;
    border-radius: 1.923vw;
    margin: 0 2.564vw;
  }
}
.attention_block_list {
  padding: 0;
}
.attention_block_list li {
  list-style: none !important;
  position: relative;
}
.attention_block_list li:not(:last-of-type) {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .attention_block_list li:not(:last-of-type) {
    margin-bottom: 3.846vw;
  }
}
.attention_block_list li::before {
  display: inline-block;
  position: absolute;
  content: "●";
  font-size: min(0.694vw, 10px);
  left: min(-1.25vw, -18px);
  color: #003b96;
  top: min(0.556vw, 8px);
}
@media only screen and (max-width: 768px) {
  .attention_block_list li::before {
    font-size: min(1.736vw, 25px);
    left: min(-0.833vw, -12px);
    top: min(2.083vw, 30px);
  }
}
.attention_block_list li span {
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  .attention_block_list li span {
    font-size: 2.821vw;
    line-height: 1.7;
    display: inline-block;
  }
}

.l-footer__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  z-index: 1;
}

.l-footer__logo {
  margin: 0 auto;
  width: min(15.556vw, 224px);
}

.l-footer__logo a {
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(2.083vw, 30px);
  padding: min(1.042vw, 15px) 0;
  text-align: center;
  gap: 0 min(2.778vw, 40px);
  background: #003b96;
}
.l-footer__copyright span {
  color: #003b96;
  font-size: min(0.972vw, 14px);
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-top: 2.6666666667%;
  }
  .l-footer__logo {
    width: 37.179vw;
  }
  .l-footer__copyright {
    display: block;
    margin-top: 3.846vw;
    padding: 1.5vw 0 2vw;
  }
  .l-footer__copyright span {
    display: block;
    font-size: 3.333vw;
  }
}
.l-footer-sns {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 32%;
}

.l-footer-sns__lists {
  display: grid;
  padding: 0;
  grid-template-columns: repeat(4, 16.875%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-sns__list a {
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-sns__list a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-sns {
    margin-top: 8%;
    width: 66.667vw;
  }
  .l-footer-sns__lists {
    grid-template-columns: repeat(4, 17.5438596491%);
  }
}
.l-footer-nav {
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
}

.l-footer-nav__lists {
  display: grid;
  padding: 0;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer-nav__list {
  position: relative;
  line-height: 1;
}

.l-footer-nav__list:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(-35px, -3.5vw);
  height: 100%;
  width: 1px;
  background-color: #003b96;
  translate: 0 -50%;
}

.l-footer-nav__list a {
  color: #003b96;
  font-size: min(14px, 1.4vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__list a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-nav {
    margin-top: 6.6666666667%;
    width: 100%;
  }
  .l-footer-nav__lists {
    display: block;
    text-align: center;
  }
  .l-footer-nav__list:not(:first-child) {
    margin-top: 3%;
  }
  .l-footer-nav__list:not(:first-child)::before {
    content: none;
  }
  .l-footer-nav__list a {
    font-size: 3.2vw;
  }
}
.l-footer-breadcramb {
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-breadcramb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.l-footer-breadcramb__list {
  font-size: min(13px, 1.3vw);
  letter-spacing: 0.1em;
  color: #003b96;
}

.l-footer-breadcramb__list:not(:last-child)::after {
  content: ">";
  margin-left: min(5px, 0.5vw);
  margin-right: min(5px, 0.5vw);
}

.l-footer-breadcramb__list a {
  color: inherit;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-breadcramb__list a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-breadcramb {
    margin-top: 8%;
    width: 100%;
  }
  .l-footer-breadcramb__lists {
    display: block;
    text-align: center;
  }
  .l-footer-breadcramb__list {
    font-size: 2.9333333333vw;
  }
  .l-footer-breadcramb__list:not(:last-child) {
    margin-bottom: 1.3333333333%;
  }
  .l-footer-breadcramb__list:not(:last-child)::after {
    content: ">";
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}