*:focus {
  outline: auto;
}

.g-breadcrumb {
  box-sizing: border-box;
  background: #f7f7fa;
  position: relative;
  z-index: 5;
}

.digicolle_main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 1.875;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .digicolle_main {
    font-size: 16px;
    font-size: 1.11111vw;
  }
}

@media (max-width: 900px) {
  .digicolle_main {
    font-size: 24px;
    font-size: 1.66667vw;
  }
}

@media (max-width: 750px) {
  .digicolle_main {
    font-size: 4.1721vw;
  }
}

.digicolle_main * {
  box-sizing: border-box;
}

.digicolle_main img {
  vertical-align: bottom;
}

.digicolle_main img, .digicolle_main svg {
  max-width: 100%;
}

.digicolle_main li {
  list-style: none;
}

.digicolle_main .g-pagenav {
  background-color: #032072;
}

.digicolle_main .g-pagenav-list {
  background-color: #032072;
}

.digicolle_main .g-pagenav-btn.is-current:before, .digicolle_main .g-pagenav-btn:hover:before {
  opacity: 0.8;
  width: 80%;
}

.digicolle_main .g-pagenav-btn:before, .digicolle_main .g-pagenav-btn:after {
  display: block;
  content: ' ';
  font-size: 0;
  clear: both;
}

.digicolle_main .g-pagenav-btn:before {
  position: absolute;
  left: 10%;
  bottom: 3px;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width .25s ease-out, opacity .25s;
  transition: width .25s ease-out, opacity .25s;
}

@media (max-width: 750px) {
  .digicolle_main .g-pagenav-btn:before {
    left: 5%;
  }
  .digicolle_main .g-pagenav-btn.is-current:before, .digicolle_main .g-pagenav-btn:hover:before {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .digicolle_main .g-pagenav-btn:after {
    background-color: rgba(255, 255, 255, 0);
  }
}

@media (max-width: 999px) {
  .digicolle_main button.g-pagenav-btn {
    display: none !important;
  }
  .digicolle_main .lg-pagenav-list {
    height: 3em;
  }
  .digicolle_main .g-pagenav {
    height: 0;
  }
  .digicolle_main .lg-pagenav-list.g-pagenav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4em;
  }
  .digicolle_main .g-pagenav-list-item {
    height: 100%;
    border-top: none;
    border-bottom: none;
  }
}

@media (max-width: 750px) {
  .digicolle_main .lg-pagenav-list.g-pagenav-list {
    flex-wrap: wrap;
    height: 6em;
    padding: 0 1%;
  }
  .digicolle_main .lg-pagenav-list.g-pagenav-list .g-pagenav-list-item {
    height: 1.5em;
    width: 50%;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .digicolle_main .lg-pagenav-list.g-pagenav-list .g-pagenav-btn {
    height: 100%;
    display: block;
  }
}

.digicolle_main .lg-headline:before {
  padding-bottom: 0;
}

@media (min-width: 1000px) {
  .digicolle_main .g-product-headline {
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
  }
  .digicolle_main .lg-pagenav.isnt-dl .lg-pagenav-list {
    max-width: 1200px;
    margin: auto;
    height: 100%;
  }
}

@media (max-width: 750px) {
  .digicolle_main .u-pc-tb {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .digicolle_main .u-sp {
    display: block !important;
  }
}

.digicolle_main h2.sec_ttl01 {
  padding-top: 60px;
  position: relative;
  font-size: 3rem;
  color: #032072;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .digicolle_main h2.sec_ttl01 {
    padding-top: calc( 90 / 750 * 100vw);
    font-size: 8.60495vw;
  }
}

.digicolle_main h2.sec_ttl01:before {
  content: "";
  position: absolute;
  display: block;
  width: 117px;
  height: 47px;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  background: url(../img/ttl_deco_h2.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media (max-width: 750px) {
  .digicolle_main h2.sec_ttl01:before {
    width: calc( 169 / 750 * 100vw);
    height: calc( 68 / 750 * 100vw);
  }
}

.digicolle_main .sec_lead {
  font-weight: 700;
  line-height: 2;
  margin-top: 1em;
}

@media (max-width: 750px) {
  .digicolle_main .sec_lead {
    line-height: 1.6;
  }
}

.digicolle_main .sub_ttl01 {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFF759;
  color: #032072;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .digicolle_main .sub_ttl01 {
    font-size: 5.21512vw;
  }
}

.digicolle_section {
  margin: auto;
}

.digicolle_section_inr {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 3em;
  margin-top: -3em;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1200px) {
  .digicolle_section_inr {
    padding: 0 3.125vw;
    padding-top: 3em;
    margin-top: -3em;
  }
}

@media (max-width: 750px) {
  .digicolle_section_inr {
    padding: 0 4vw;
    padding-top: 5em;
    margin-top: -5em;
  }
}

.digicolle_hd {
  position: relative;
  width: 100%;
  background-color: #84D0FF;
  background-image: url(../img/hd/hd_bg_base.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  .digicolle_hd {
    height: auto;
    max-height: unset;
    background-image: url(../img/hd/hd_bg_sp.png);
    background-size: 100vw auto;
    background-position: center -8px;
  }
}

.digicolle_hd::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 50px;
  display: inline-block;
  background: url(../img/hd/hd_bg_top.png) center -20px repeat-x;
  background-size: auto 100%;
}

@media (max-width: 750px) {
  .digicolle_hd::after {
    content: none;
  }
}

.digicolle_hd_wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 64px;
  background: url(../img/hd/hd_bg.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

@media (max-width: 1440px) {
  .digicolle_hd_wrap {
    background-size: 100vw auto;
  }
}

@media (max-width: 1200px) {
  .digicolle_hd_wrap {
    padding-bottom: 4em;
    background-size: 120vw auto;
    background-position: center 3vw;
  }
}

@media (max-width: 999px) {
  .digicolle_hd_wrap {
    padding-bottom: 0;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_wrap {
    background-size: 110vw auto;
    background-position: center center;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_wrap {
    background: none;
  }
}

.digicolle_hd_inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media (max-width: 750px) {
  .digicolle_hd_inr {
    padding: 0 4vw;
    padding-bottom: 0;
    padding-top: 30vw;
  }
}

.digicolle_hd_inr .hd_ttl {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .hd_ttl {
    padding-top: calc( 50 / 1200 * 100%);
  }
}

.digicolle_hd_inr .hd_ttl .hd_txt {
  display: inline-block;
  font-size: 1.75rem;
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 5px #fff;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .hd_ttl .hd_txt {
    font-size: 2.33333vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .hd_ttl .hd_txt {
    font-size: 2.66667vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .hd_ttl .hd_txt {
    font-size: 4.95437vw;
    line-height: 1.6;
  }
}

.digicolle_hd_inr .hd_ttl .hd_img {
  margin: 10px auto 20px;
  width: 737px;
}

@media (max-width: 1440px) {
  .digicolle_hd_inr .hd_ttl .hd_img {
    width: calc( 737 / 1440 * 100%);
  }
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .hd_ttl .hd_img {
    width: calc( 737 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .hd_ttl .hd_img {
    width: calc( 737 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .hd_ttl .hd_img {
    width: calc( 691 / 767 * 100vw);
  }
}

.digicolle_hd_inr .point_area {
  background-color: #fff;
  display: flex;
  width: 772px;
  margin: 10px auto 0;
  padding: 20px 40px;
  border-radius: 10px;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .point_area {
    width: calc( 772 / 1200 * 100%);
    margin-bottom: calc( 48 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .point_area {
    padding: 2.22222vw 4.44444vw;
    margin-bottom: calc( 66 / 1200 * 100%);
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .point_area {
    width: 100%;
    padding: 2.66667vw 5.33333vw;
  }
}

.digicolle_hd_inr .point_area .point {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 204px;
  align-items: center;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .point_area .point {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .point_area .point {
    width: 100%;
  }
}

.digicolle_hd_inr .point_area .point .point_img {
  width: 100%;
}

.digicolle_hd_inr .point_area .point .point_txt {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .point_area .point .point_txt {
    font-size: 1.66667vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .point_area .point .point_txt {
    font-size: 2vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .point_area .point .point_txt {
    font-size: 3.91134vw;
  }
}

.digicolle_hd_inr .point_area .point .point_txt span {
  font-size: 1rem;
  display: block;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .point_area .point .point_txt span {
    font-size: 1.33333vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .point_area .point .point_txt span {
    font-size: 1.55556vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .point_area .point .point_txt span {
    font-size: 2.60756vw;
  }
}

.digicolle_hd_inr .point_area .point.point03 .point_txt {
  width: calc( 100% + 1em);
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media (max-width: 750px) {
  .digicolle_hd_inr .point_area .point.point03 .point_txt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.digicolle_hd_inr .button_area {
  display: flex;
  justify-content: center;
  gap: 1%;
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area {
    flex-direction: column;
  }
}

.digicolle_hd_inr .button_area .button {
  position: relative;
  display: block;
  width: 39%;
  border: 2px solid #032072;
  box-shadow: 0 4px #032072;
  padding: 25px;
  border-radius: 3em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .button_area .button {
    padding: calc( 20 / 1200 * 100%);
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area .button {
    width: 100%;
    margin-bottom: calc( 26 / 750 * 100vw);
  }
}

.digicolle_hd_inr .button_area .button.button01 {
  background-color: #FFF759;
}

.digicolle_hd_inr .button_area .button.button02 {
  background-color: #fff;
}

.digicolle_hd_inr .button_area .button div {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #032072;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .button_area .button div {
    font-size: 1.5vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .button_area .button div {
    font-size: 1.77778vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area .button div {
    font-size: 4.1721vw;
  }
}

.digicolle_hd_inr .button_area .button div span {
  display: inline-block;
  margin-left: 8px;
  padding: 8px 24px;
  background-color: #032072;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .button_area .button div span {
    margin-left: calc( 8 / 1200 * 100vw);
    padding: calc( 8 / 1200 * 100vw) calc( 24 / 750 * 100vw);
    font-size: 1.33333vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .button_area .button div span {
    margin-left: calc( 8 / 900 * 100vw);
    padding: calc( 8 / 900 * 100vw) calc( 24 / 750 * 100vw);
    font-size: 1.33333vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area .button div span {
    margin-left: calc( 45.5 / 750 * 100vw);
    padding: calc( 7.25 / 750 * 100vw) calc( 34 / 750 * 100vw);
    font-size: 3.91134vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area .button {
    padding: 1em 1em;
  }
}

.digicolle_hd_inr .button_area .button::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.digicolle_hd_inr .button_area .button:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.digicolle_hd_inr .button_area.login_button {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 0;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .button_area.login_button {
    bottom: 20px;
    right: 5px;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area.login_button {
    position: relative;
    right: unset;
    margin-top: 40px;
  }
}

.digicolle_hd_inr .button_area.login_button .button.button03 {
  background-color: #fff;
  position: relative;
  width: auto;
  padding: 13px 80px 13px 45px;
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area.login_button .button.button03 {
    font-size: 3.12907vw;
  }
}

.digicolle_hd_inr .button_area.login_button .button.button03::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 22px;
  background: url(../img/hd/hd_ico_login.png) center center no-repeat;
  background-size: 100% auto;
  right: 50px;
  transform: translateY(-50%);
  top: 50%;
}

.digicolle_hd_inr .button_area.login_button .button.button03 div {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .digicolle_hd_inr .button_area.login_button .button.button03 div {
    font-size: 1.33333vw;
  }
}

@media (max-width: 900px) {
  .digicolle_hd_inr .button_area.login_button .button.button03 div {
    font-size: 1.55556vw;
  }
}

@media (max-width: 750px) {
  .digicolle_hd_inr .button_area.login_button .button.button03 div {
    font-size: 3.12907vw;
  }
}

.section01 {
  position: relative;
  padding-top: 115px;
  padding-bottom: 150px;
  background: #A5DFFF;
}

@media (max-width: 1200px) {
  .section01 {
    padding-top: 11.11%;
    padding-bottom: calc( 150 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section01 {
    padding-top: calc( 180 / 750 * 100vw);
    padding-bottom: calc( 150 / 750 * 100vw);
  }
}

.section01::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 240px;
  background: url(../img/01/sec01_bg_bottom.png) center bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 1200px) {
  .section01::before {
    padding-bottom: calc( 240 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section01::before {
    background-image: url(../img/01/sec01_bg_bottom_sp.png);
    padding-bottom: calc( 190 / 750 * 100vw);
  }
}

.section01::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 240px;
  background: url(../img/01/sec01_bg_top.png) center bottom no-repeat;
  background-size: 100% 100%;
  top: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .section01::after {
    padding-bottom: calc( 240 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section01::after {
    background-image: url(../img/01/sec01_bg_top_sp.png);
    padding-bottom: calc( 190 / 750 * 100vw);
  }
}

.section01 .bg01 {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 559px;
  height: 193px;
  background: url(../img/01/sec01_bg01.png) center top no-repeat;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .section01 .bg01 {
    width: calc( 559 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section01 .bg01 {
    background-image: url(../img/01/sec01_bg01_sp.png);
    width: calc( 665 / 750 * 100vw);
    height: calc( 210 / 750 * 100vw);
  }
}

.section01 .bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 587px;
  height: 283px;
  background: url(../img/01/sec01_bg02.png) center bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .section01 .bg02 {
    width: calc( 587 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section01 .bg02 {
    background-image: url(../img/01/sec01_bg02_sp.png);
    width: calc( 496 / 750 * 100vw);
    height: calc( 241/ 750 * 100vw);
  }
}

.section01 .bg03 {
  position: absolute;
  bottom: 200px;
  right: 0;
  content: "";
  width: 315px;
  height: 399px;
  background: url(../img/01/sec01_bg03.png) center bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1200px) {
  .section01 .bg03 {
    bottom: 0;
  }
}

@media (max-width: 900px) {
  .section01 .bg03 {
    bottom: 0;
    width: calc( 315 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section01 .bg03 {
    bottom: calc( 73 / 750 * 100vw);
    background-image: url(../img/01/sec01_bg03_sp.png);
    width: calc( 300 / 750 * 100vw);
    height: calc( 354 / 750 * 100vw);
  }
}

.section01 .sec_lead {
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  .section01 .sec_lead {
    margin-bottom: calc( 64 / 750 * 100vw);
  }
}

.section01 .sub_section {
  position: relative;
  z-index: 1;
}

.section01 .sub_ttl01 {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .section01 .sub_ttl01 {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section01 .features_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.section01 .features_content + .features_content {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .section01 .features_content {
    flex-direction: column;
  }
  .section01 .features_content + .features_content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.section01 .feature {
  position: relative;
  width: 32%;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 750px) {
  .section01 .feature {
    width: 100%;
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section01 .feature .feature_inr {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding: calc( 33 / 320 * 100%) calc( 46 / 320 * 100%) 0;
}

@media (max-width: 750px) {
  .section01 .feature .feature_inr {
    padding: calc( 71 / 750 * 100vw) calc( 99 / 750 * 100vw) 0;
  }
}

.section01 .feature_img {
  max-width: 130px;
  width: 58%;
}

@media (max-width: 750px) {
  .section01 .feature_img {
    max-width: unset;
    width: calc( 280 / 750 * 100vw);
  }
}

.section01 .feature_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.36em 0 0.3em;
}

@media (max-width: 1200px) {
  .section01 .feature_ttl {
    font-size: 1.83333vw;
  }
}

@media (max-width: 900px) {
  .section01 .feature_ttl {
    font-size: 1.66667vw;
  }
}

@media (max-width: 750px) {
  .section01 .feature_ttl {
    font-size: 6.77966vw;
  }
}

.section01 .feature_txt {
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .section01 .feature_txt {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .section01 .feature_txt {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section01 .feature_txt {
    font-size: 4.1721vw;
  }
}

.section01 .features_note {
  margin-bottom: 60px;
  text-align: left;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  .section01 .features_note {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .section01 .features_note {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section01 .features_note {
    margin-bottom: calc( 50 / 750 * 100vw);
    font-size: 3.12907vw;
  }
}

.section01 .features_note li {
  display: flex;
}

.section01 .features_note li + li {
  margin-top: 1em;
}

.section01 .features_note span {
  text-align: left;
  line-height: 1.4;
}

.section01 .features_note span:first-child {
  width: 2em;
}

.section01 .features_note span:last-child {
  flex: 1;
}

.section01 .features_note span ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.section01 .features_note span ol li + li {
  margin-top: 0;
}

.section01 .discount_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .section01 .discount_content {
    margin-bottom: 0;
    flex-direction: column;
  }
}

.section01 .discount_item {
  position: relative;
  width: 32%;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 750px) {
  .section01 .discount_item {
    width: 100%;
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section01 .discount_item .discount_inr {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: calc( 26 / 320 * 100%) calc( 20 / 320 * 100%) calc( 15 / 320 * 100%);
}

@media (max-width: 750px) {
  .section01 .discount_item .discount_inr {
    padding: calc( 40 / 750 * 100vw) calc( 40 / 750 * 100vw) calc( 32 / 750 * 100vw);
  }
}

.section01 .discount_item_img {
  max-width: 130px;
  width: 58%;
}

@media (max-width: 750px) {
  .section01 .discount_item_img {
    max-width: unset;
    width: calc( 280 / 750 * 100vw);
  }
}

.section01 .discount_item_ttl {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .section01 .discount_item_ttl {
    font-size: 1.83333vw;
  }
}

@media (max-width: 900px) {
  .section01 .discount_item_ttl {
    font-size: 1.66667vw;
  }
}

@media (max-width: 750px) {
  .section01 .discount_item_ttl {
    font-size: 6.77966vw;
  }
}

.section01 .discount_item_txt {
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .section01 .discount_item_txt {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .section01 .discount_item_txt {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section01 .discount_item_txt {
    font-size: 4.1721vw;
  }
}

.section01 .discount_note {
  margin-bottom: 60px;
  text-align: left;
  font-size: 0.875rem;
}

@media (max-width: 1200px) {
  .section01 .discount_note {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .section01 .discount_note {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section01 .discount_note {
    margin-bottom: calc( 50 / 750 * 100vw);
    font-size: 3.12907vw;
  }
}

.section01 .discount_note ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.section01 .digicolle_section_inr {
  margin-top: 0;
}

@media (max-width: 750px) {
  .section01 .digicolle_section_inr {
    margin-top: -5em;
  }
}

.section02 {
  margin-top: -140px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
}

@media (max-width: 900px) {
  .section02 {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 750px) {
  .section02 {
    padding-bottom: calc( 50 / 750 * 100vw);
  }
}

.section02 h2.sec_ttl01 {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .section02 h2.sec_ttl01 {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section02 .item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}

@media (max-width: 750px) {
  .section02 .item_list {
    gap: 2%;
  }
}

.section02 .item_list .item {
  width: 18%;
  padding-bottom: 40px;
}

@media (max-width: 750px) {
  .section02 .item_list .item {
    width: 32%;
    padding-bottom: calc( 24 / 750 * 100vw);
  }
}

.section02 .item_list .item_img {
  position: relative;
  width: 100%;
  background-color: #DBF2FF;
  border-radius: 50%;
}

.section02 .item_list .item_img > img {
  width: calc( 130 / 180 * 100%);
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}

@media (max-width: 750px) {
  .section02 .item_list .item_img > img {
    width: calc( 160 / 750 * 100vw);
  }
}

.section02 .item_list .item_ttl {
  width: calc( 100% + 1em);
  margin-top: 16px;
  margin-left: -0.5em;
  margin-right: -0.5em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .section02 .item_list .item_ttl {
    font-size: 1.33333vw;
  }
}

@media (max-width: 900px) {
  .section02 .item_list .item_ttl {
    font-size: 1.77778vw;
  }
}

@media (max-width: 750px) {
  .section02 .item_list .item_ttl {
    width: 100%;
    height: 2.4em;
    margin-top: calc( 16 / 750 * 100vw);
    margin-left: 0;
    margin-right: 0;
    font-size: 3.12907vw;
  }
}

.section03 {
  padding-top: 55px;
  padding-bottom: 10px;
  background: #DBF2FF;
}

@media (max-width: 1200px) {
  .section03 {
    padding-top: 5.56%;
  }
}

@media (max-width: 750px) {
  .section03 {
    padding-top: calc( 80 / 750 * 100vw);
  }
}

.section03 h2.sec_ttl01 {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .section03 h2.sec_ttl01 {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section03 .problem_content .problem_list {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section03 .problem_content .problem_list .problem_txt li {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

@media (min-width: 1051px) and (max-width: 1200px) {
  .section03 .problem_content .problem_list .problem_txt li {
    font-size: 1.58333vw;
  }
}

@media (min-width: 1001px) and (max-width: 1050px) {
  .section03 .problem_content .problem_list .problem_txt li {
    font-size: 1.81818vw;
  }
}

@media (max-width: 1000px) {
  .section03 .problem_content .problem_list .problem_txt li {
    font-size: 1.81818vw;
  }
}

@media (max-width: 900px) {
  .section03 .problem_content .problem_list .problem_txt li {
    font-size: 1.88889vw;
  }
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list .problem_txt li {
    font-size: 3.38983vw;
    line-height: 1.4;
  }
}

.section03 .problem_content .problem_list .problem_txt .problem01 {
  top: calc( 89 / 406 * 100%);
  left: 19.6%;
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list .problem_txt .problem01 {
    top: calc( 97 / 700 * 100%);
    left: calc( 66 / 690 * 100%);
  }
}

.section03 .problem_content .problem_list .problem_txt .problem02 {
  top: calc( 83 / 406 * 100%);
  right: 12.3%;
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list .problem_txt .problem02 {
    top: calc( 86 / 700 * 100%);
    right: calc( 38 / 690 * 100%);
  }
}

.section03 .problem_content .problem_list .problem_txt .problem03 {
  bottom: calc( 101 / 406 * 100%);
  left: 4.6%;
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list .problem_txt .problem03 {
    bottom: calc( 82 / 700 * 100%);
    left: calc( 38 / 690 * 100%);
  }
}

.section03 .problem_content .problem_list .problem_txt .problem04 {
  bottom: calc( 94 / 406 * 100%);
  right: 5.5%;
}

@media (max-width: 750px) {
  .section03 .problem_content .problem_list .problem_txt .problem04 {
    bottom: calc( 74 / 700 * 100%);
    right: calc( 56 / 690 * 100%);
  }
}

.section03 .problem_content .solution {
  position: relative;
}

.section03 .problem_content .solution_ttl {
  position: absolute;
  top: 0;
  left: 0;
}

.section03 .problem_content .solution_txt {
  position: inherit;
  padding-top: 132px;
  padding-left: 24%;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 1200px) {
  .section03 .problem_content .solution_txt {
    padding-top: calc( 132 / 1000 * 100%);
    font-size: 1.66667vw;
  }
}

@media (max-width: 750px) {
  .section03 .problem_content .solution_txt {
    padding-top: 40vw;
    padding-left: 0;
    font-size: 3.91134vw;
  }
  .section03 .problem_content .solution_txt .block_sp {
    display: inline-block;
    padding-left: 40%;
  }
}

.section03 .problem_content .solution_txt .dc_marker {
  background-color: #FFFF91;
}

.section04 {
  position: relative;
  padding-top: 55px;
  padding-bottom: 100px;
  background: #A5DFFF;
  padding-top: 240px;
}

@media (max-width: 1200px) {
  .section04 {
    padding-top: 5.56%;
    padding-bottom: calc( 100 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 {
    padding-top: calc( 80 / 750 * 100vw);
    padding-bottom: calc( 60 / 750 * 100vw);
  }
}

.section04 .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 323px;
  height: 514px;
  background: url(../img/04/sec04_bg01.png) center top no-repeat;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .section04 .bg01 {
    width: calc( 323 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .bg01 {
    background-image: url(../img/04/sec04_bg01_sp.png);
    width: calc( 271 / 750 * 100vw);
    height: calc( 432 / 750 * 100vw);
  }
}

.section04 .bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 587px;
  height: 286px;
  background: url(../img/04/sec04_bg02.png) center bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .section04 .bg02 {
    width: calc( 587 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .bg02 {
    background-image: url(../img/04/sec04_bg02_sp.png);
    width: calc( 361 / 750 * 100vw);
    height: calc( 222 / 750 * 100vw);
  }
}

.section04 .bg03 {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 315px;
  height: 399px;
  background: url(../img/04/sec04_bg03.png) center bottom no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1200px) {
  .section04 .bg03 {
    bottom: 0;
  }
}

@media (max-width: 900px) {
  .section04 .bg03 {
    width: calc( 315 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .bg03 {
    background-image: url(../img/04/sec04_bg03_sp.png);
    width: calc( 289 / 750 * 100vw);
    height: calc( 309 / 750 * 100vw);
  }
}

@media (max-width: 1200px) {
  .section04 {
    padding-top: calc( 240 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 {
    padding-top: calc( 190 / 750 * 100vw);
  }
}

.section04::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 240px;
  background: url(../img/04/sec04_bg_top.png) center bottom no-repeat;
  background-size: 100% 100%;
  top: 0;
  z-index: 1;
}

@media (max-width: 1200px) {
  .section04::before {
    padding-bottom: calc( 240 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .section04::before {
    background-image: url(../img/04/sec04_bg_top_sp.png);
    padding-bottom: calc( 190 / 750 * 100vw);
  }
}

.section04 .bg01 {
  top: 140px;
}

@media (max-width: 1200px) {
  .section04 .bg01 {
    top: calc( 50 / 1200 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .bg01 {
    top: calc( 100 / 750 * 100vw);
  }
}

.section04 .digicolle_section_inr {
  position: relative;
  z-index: 1;
}

.section04 .outline_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .section04 .outline_content {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.section04 .sec_lead {
  margin-bottom: 50px;
}

@media (max-width: 750px) {
  .section04 .sec_lead {
    margin-bottom: calc( 64 / 750 * 100vw);
  }
}

.section04 .sub_ttl01 {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .section04 .sub_ttl01 {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section04 .outline {
  position: relative;
  width: 32%;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 750px) {
  .section04 .outline {
    width: 100%;
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section04 .outline .outline_inr {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: calc( 25 / 320 * 100%) calc( 46 / 320 * 100%) 0;
}

@media (max-width: 750px) {
  .section04 .outline .outline_inr {
    padding: calc( 71 / 750 * 100vw) calc( 99 / 750 * 100vw) 0;
  }
}

.section04 .outline_number {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .section04 .outline_number {
    width: calc( 80 / 320 * 100%);
    height: calc( 80 / 320 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .outline_number {
    width: calc( 173 / 750 * 100vw);
    height: calc( 173 / 750 * 100vw);
  }
}

.section04 .outline_img {
  max-width: 130px;
  width: 58%;
}

@media (max-width: 750px) {
  .section04 .outline_img {
    max-width: unset;
    width: calc( 280 / 750 * 100vw);
  }
}

.section04 .outline_ttl {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .section04 .outline_ttl {
    font-size: 1.83333vw;
  }
}

@media (max-width: 900px) {
  .section04 .outline_ttl {
    font-size: 1.66667vw;
  }
}

@media (max-width: 750px) {
  .section04 .outline_ttl {
    font-size: 6.64928vw;
  }
}

.section04 .outline_txt {
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.section04 .outline_note {
  margin-bottom: 60px;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .section04 .outline_note {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .section04 .outline_note {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section04 .outline_note {
    margin-bottom: calc( 50 / 750 * 100vw);
    font-size: 3.91134vw;
  }
}

.section04 .outline_note li {
  display: flex;
}

.section04 .outline_note span {
  text-align: left;
  line-height: 1.4;
}

.section04 .outline_note span:first-child {
  width: 2em;
}

.section04 .flow_content .flow_block {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #032072;
  border-radius: 10px;
  box-shadow: 0 4px #032072;
}

.section04 .flow_content .flow_block .flow_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 70px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.section04 .flow_content .flow_block .flow_title:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_block .flow_title {
    padding: calc( 30 / 1200 * 100%) calc( 70 / 1200 * 100%);
    font-size: 1.83333vw;
  }
}

@media (max-width: 900px) {
  .section04 .flow_content .flow_block .flow_title {
    padding: calc( 30 / 900 * 100%) calc( 70 / 900 * 100%);
    font-size: 2.22222vw;
  }
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title {
    padding: calc( 30 / 750 * 100vw) calc( 45 / 750 * 100vw);
    font-size: 5.21512vw;
  }
}

.section04 .flow_content .flow_block .flow_title .flow_number {
  width: 45px;
  text-align: left;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title .flow_number {
    width: calc( 80 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title .flow_number.no01 {
  width: 44px;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title .flow_number.no01 {
    width: calc( 78 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title .flow_number.no04 {
  width: 46px;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title .flow_number.no04 {
    width: calc( 82 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title > span {
  width: 90%;
  text-align: left;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title > span {
    width: calc( 480 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #032072;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_block .flow_title::before {
    width: calc( 20 / 1200 * 100%);
    right: calc( 70 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .section04 .flow_content .flow_block .flow_title::before {
    width: calc( 20 / 900 * 100%);
    right: calc( 70 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title::before {
    width: calc( 40 / 750 * 100vw);
    right: calc( 40 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title::before:hover {
  opacity: 0.8;
}

.section04 .flow_content .flow_block .flow_title::after {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #032072;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_block .flow_title::after {
    width: calc( 20 / 1200 * 100%);
    right: calc( 70 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .section04 .flow_content .flow_block .flow_title::after {
    width: calc( 20 / 900 * 100%);
    right: calc( 70 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_block .flow_title::after {
    width: calc( 40 / 750 * 100vw);
    right: calc( 40 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_block .flow_title::after:hover {
  opacity: 0.8;
}

.section04 .flow_content .flow_block .flow_title.is-open::before {
  transform: translateY(-50%) rotate(360deg);
}

.section04 .flow_content .flow_block .flow_title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.section04 .flow_content .flow_body {
  padding: 0 70px;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_body {
    padding: 0 calc( 70 / 1200 * 100%);
  }
}

.section04 .flow_content .flow_body_inr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #032072;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_body_inr {
    padding-top: calc( 30 / 1200 * 100%);
    padding-bottom: calc( 60 / 1200 * 100%);
  }
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_body_inr {
    flex-direction: column;
    padding-top: calc( 30 / 750 * 100vw);
    padding-bottom: calc( 60 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_body_inr .flow_img {
  width: 48%;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_body_inr .flow_img {
    width: 100%;
    margin-bottom: calc( 40 / 750 * 100vw);
  }
}

.section04 .flow_content .flow_body_inr .flow_img img {
  border-radius: 10px;
}

.section04 .flow_content .flow_body_inr .flow_txt {
  width: 48%;
  text-align: left;
}

.section04 .flow_content .flow_body_inr .flow_txt p + p {
  margin-top: 1.5em;
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_body_inr .flow_txt {
    width: 100%;
    font-size: 4.1721vw;
  }
}

.section04 .flow_content .flow_body_inr .flow_note {
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .section04 .flow_content .flow_body_inr .flow_note {
    font-size: 1.08333vw;
  }
}

@media (max-width: 900px) {
  .section04 .flow_content .flow_body_inr .flow_note {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .section04 .flow_content .flow_body_inr .flow_note {
    margin-bottom: calc( 50 / 750 * 100vw);
    font-size: 3.38983vw;
  }
}

.section04 .flow_content .flow_body_inr .flow_note li {
  display: flex;
}

.section04 .flow_content .flow_body_inr .flow_note span {
  text-align: left;
}

.section04 .flow_content .flow_body_inr .flow_note span:first-child {
  width: 1.5em;
}

.section05 {
  padding-top: 55px;
  padding-bottom: 80px;
  background: #DBF2FF;
}

.section05 h2.sec_ttl01 {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .section05 h2.sec_ttl01 {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section05 .faq_content {
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  .section05 .faq_content {
    margin-bottom: 0;
  }
}

.section05 .faq_content .faq_block {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #032072;
  border-radius: 10px;
  box-shadow: 0 4px #032072;
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block {
    margin-bottom: calc( 30 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_block .faq_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 70px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.section05 .faq_content .faq_block .faq_title:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_block .faq_title {
    padding: calc( 30 / 1200 * 100%) calc( 70 / 1200 * 100%);
    font-size: 1.83333vw;
  }
}

@media (max-width: 900px) {
  .section05 .faq_content .faq_block .faq_title {
    padding: calc( 30 / 900 * 100%) calc( 70 / 900 * 100%);
    font-size: 2.22222vw;
  }
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block .faq_title {
    padding: calc( 30 / 750 * 100vw) calc( 45 / 750 * 100vw);
    font-size: 4.1721vw;
  }
}

.section05 .faq_content .faq_block .faq_title .faq_icon_q {
  width: 25px;
  text-align: left;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_block .faq_title .faq_icon_q {
    width: calc( 25 / 1200 * 100%);
  }
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_block .faq_title .faq_icon_q {
    width: calc( 25 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block .faq_title .faq_icon_q {
    width: calc( 53 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_block .faq_title > span {
  width: 90%;
  text-align: left;
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block .faq_title > span {
    width: calc( 510 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_block .faq_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #032072;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_block .faq_title::before {
    width: calc( 20 / 1200 * 100%);
    right: calc( 70 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .section05 .faq_content .faq_block .faq_title::before {
    width: calc( 20 / 900 * 100%);
    right: calc( 70 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block .faq_title::before {
    width: calc( 40 / 750 * 100vw);
    right: calc( 40 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_block .faq_title::before:hover {
  opacity: 0.8;
}

.section05 .faq_content .faq_block .faq_title::after {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #032072;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_block .faq_title::after {
    width: calc( 20 / 1200 * 100%);
    right: calc( 70 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .section05 .faq_content .faq_block .faq_title::after {
    width: calc( 20 / 900 * 100%);
    right: calc( 70 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_block .faq_title::after {
    width: calc( 40 / 750 * 100vw);
    right: calc( 40 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_block .faq_title::after:hover {
  opacity: 0.8;
}

.section05 .faq_content .faq_block .faq_title.is-open::before {
  transform: translateY(-50%) rotate(360deg);
}

.section05 .faq_content .faq_block .faq_title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.section05 .faq_content .faq_body {
  padding: 0 70px;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_body {
    padding: 0 calc( 70 / 1200 * 100%);
  }
}

.section05 .faq_content .faq_body_inr {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #032072;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_body_inr {
    padding-top: calc( 30 / 1200 * 100%);
    padding-bottom: calc( 60 / 1200 * 100%);
  }
}

.section05 .faq_content .faq_body_inr .faq_txt {
  text-align: left;
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_body_inr .faq_txt {
    font-size: 4.1721vw;
  }
}

.section05 .faq_content .faq_category_ttl {
  display: flex;
  height: 70px;
  margin-bottom: 5px;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #032072;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 1200px) {
  .section05 .faq_content .faq_category_ttl {
    font-size: 2.33333vw;
    height: calc( 70 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .section05 .faq_content .faq_category_ttl {
    font-size: 2.66667vw;
    height: calc( 70 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_category_ttl {
    font-size: 5.21512vw;
    height: calc( 100 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_category_ttl::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: no-repeat center center;
  background-size: 100% auto;
}

@media (max-width: 750px) {
  .section05 .faq_content .faq_category_ttl::before {
    width: calc( 100 / 750 * 100vw);
    height: calc( 100 / 750 * 100vw);
  }
}

.section05 .faq_content .faq_category_ttl.category01::before {
  background-image: url(../img/05/sec05_ico01.png);
}

.section05 .faq_content .faq_category_ttl.category02::before {
  background-image: url(../img/05/sec05_ico02.png);
}

.section05 .faq_content .faq_category_ttl.category03::before {
  background-image: url(../img/05/sec05_ico03.png);
}

.section05 .faq_content .faq_category_ttl.category04::before {
  background-image: url(../img/05/sec05_ico04.png);
}

.section05 .faq_content .faq_category_ttl.category05::before {
  background-image: url(../img/05/sec05_ico05.png);
}

.campaign {
  position: relative;
  padding: 100px 0 30px;
  background: #DBF2FF;
}

@media (max-width: 900px) {
  .campaign {
    padding-bottom: calc( 50 / 1440 * 100%);
  }
}

@media (max-width: 750px) {
  .campaign {
    padding-top: calc( 5em + calc( 80 / 750 * 100vw ));
    padding-bottom: calc( 50 / 750 * 100vw);
  }
}

.campaign .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 514px;
  height: 323px;
  background: url(../img/cp/cp_bg01.png) center top no-repeat;
  background-size: 100% auto;
}

@media (max-width: 900px) {
  .campaign .bg01 {
    width: calc( 514 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .campaign .bg01 {
    top: 3em;
    background-image: url(../img/cp/cp_bg01_sp.png);
    width: calc( 432 / 750 * 100vw);
    height: calc( 271 / 750 * 100vw);
  }
}

.campaign .sec_ttl01 {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .campaign .sec_ttl01 {
    margin-bottom: 3.91134vw;
  }
}

.campaign .campaign_content {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 750px) {
  .campaign .campaign_content {
    flex-direction: column;
    gap: 3.91134vw;
  }
}

.campaign .campaign_content .campaign_item {
  width: 41.5%;
}

@media (max-width: 750px) {
  .campaign .campaign_content .campaign_item {
    width: 100%;
  }
}

.campaign .campaign_content .campaign_item .campaign_img {
  width: 100%;
}

.campaign .campaign_content .campaign_item .campaign_img img {
  width: 100%;
  max-width: unset;
}

@media (min-width: 751px) {
  .campaign .campaign_content .campaign_item.campaign03 {
    width: 80%;
  }
}

.banner_area {
  position: relative;
  background: #A5DFFF url(../img/bn/banner_bg_base.png) no-repeat;
  width: 100%;
  height: 397px;
  margin: auto;
  display: flex;
  align-items: center;
  background-position-x: center;
  background-position-y: 50%;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .banner_area {
    min-height: calc( 397 / 1200 * 100%);
    height: auto;
  }
}

@media (max-width: 900px) {
  .banner_area {
    height: calc( 397 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .banner_area {
    min-height: unset;
    height: calc( 1101 / 750 * 100vw);
    background-image: url(../img/bn/banner_bg_sp.png);
    background-position: center top;
  }
}

.banner_area::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1494px;
  height: 0;
  top: 0;
  left: 50%;
  padding-bottom: calc( 418 / 1440 * 100%);
  transform: translateX(-50%);
  background: url(../img/bn/banner_bg.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

@media (max-width: 1440px) {
  .banner_area::before {
    background-size: 100vw auto;
    padding-bottom: calc( 418 / 1440 * 100%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}

@media (max-width: 750px) {
  .banner_area::before {
    content: none;
  }
}

.banner_area::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 50px;
  display: inline-block;
  background: url(../img/bn/banner_bg_top.png) center -10px repeat-x;
  background-size: auto 100%;
}

@media (max-width: 750px) {
  .banner_area::after {
    content: none;
  }
}

.banner_area .banner_inr {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 66px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .banner_area .banner_inr {
    padding: calc( 66 / 1200 * 100%) 0 calc( 40 / 1200 * 100%);
  }
}

@media (max-width: 900px) {
  .banner_area .banner_inr {
    padding: calc( 66 / 900 * 100%) 0 calc( 40 / 900 * 100%);
  }
}

@media (max-width: 750px) {
  .banner_area .banner_inr {
    padding: 0;
  }
}

.banner_area .banner_ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 26px 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: #032072;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .banner_area .banner_ttl {
    margin-bottom: calc( 15 / 1200 * 100%);
    padding: calc( 26 / 1200 * 100%) 0;
    font-size: 2.33333vw;
  }
}

@media (max-width: 900px) {
  .banner_area .banner_ttl {
    margin-bottom: calc( 15 / 900 * 100%);
    padding: calc( 26 / 900 * 100%) 0;
    font-size: 2.22222vw;
  }
}

@media (max-width: 750px) {
  .banner_area .banner_ttl {
    margin-top: 38.13333vw;
    margin-bottom: 0;
    padding-top: calc( 190 / 750 * 100vw);
    padding-bottom: calc( 40 / 750 * 100vw);
    font-size: 5.21512vw;
  }
}

.banner_area .banner_ttl::before, .banner_area .banner_ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 136px;
  height: 136px;
  position: absolute;
  background: #fff center center no-repeat;
  background-size: 80% auto;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
}

@media (max-width: 1200px) {
  .banner_area .banner_ttl::before, .banner_area .banner_ttl::after {
    width: 10vw;
    height: 10vw;
  }
}

@media (max-width: 750px) {
  .banner_area .banner_ttl::before, .banner_area .banner_ttl::after {
    width: 24.53333vw;
    height: 24.53333vw;
    transform: unset;
    top: 0;
  }
}

.banner_area .banner_ttl::before {
  background-image: url(../img/bn/banner_ico01.png);
  left: -153px;
}

@media (max-width: 1200px) {
  .banner_area .banner_ttl::before {
    left: calc( -1 * 133 / 1200 * 100vw);
  }
}

@media (max-width: 750px) {
  .banner_area .banner_ttl::before {
    background-image: url(../img/bn/banner_ico01_sp.png);
    left: calc( 50% - ( 193 / 750 * 100vw ));
  }
}

.banner_area .banner_ttl::after {
  background-image: url(../img/bn/banner_ico02.png);
  right: -153px;
}

@media (max-width: 1200px) {
  .banner_area .banner_ttl::after {
    right: calc( -1 * 133 / 1200 * 100vw);
  }
}

@media (max-width: 750px) {
  .banner_area .banner_ttl::after {
    background-image: url(../img/bn/banner_ico02_sp.png);
    right: calc( 50% - ( 193 / 750 * 100vw ));
  }
}

.banner_area .banner_txt {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .banner_area .banner_txt {
    font-size: 1.16667vw;
  }
}

@media (max-width: 900px) {
  .banner_area .banner_txt {
    font-size: 1.44444vw;
  }
}

@media (max-width: 750px) {
  .banner_area .banner_txt {
    margin-top: calc( 30 / 750 * 100vw);
    font-size: 3.12907vw;
  }
}

.banner_area .button_area {
  display: flex;
  justify-content: center;
  gap: 1%;
}

@media (max-width: 750px) {
  .banner_area .button_area {
    flex-direction: column;
  }
}

.banner_area .button_area .button {
  position: relative;
  display: block;
  width: 42%;
  border: 2px solid #032072;
  box-shadow: 0 4px #032072;
  padding: 25px;
  border-radius: 3em;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}

@media (max-width: 1200px) {
  .banner_area .button_area .button {
    padding: calc( 20 / 1200 * 100%);
  }
}

@media (max-width: 750px) {
  .banner_area .button_area .button {
    width: 100%;
    margin-bottom: calc( 26 / 750 * 100vw);
  }
}

.banner_area .button_area .button.button01 {
  background-color: #FFF759;
}

.banner_area .button_area .button.button02 {
  background-color: #fff;
}

.banner_area .button_area .button.button02 > div {
  padding: 8px 0;
}

@media (max-width: 1200px) {
  .banner_area .button_area .button.button02 > div {
    padding: calc(8 / 1200* 100vw) 0;
  }
}

@media (max-width: 900px) {
  .banner_area .button_area .button.button02 > div {
    padding: calc(8 / 900* 100vw) 0;
  }
}

@media (max-width: 750px) {
  .banner_area .button_area .button.button02 > div {
    padding: calc( 7.25 / 750 * 100vw) 0;
  }
}

.banner_area .button_area .button div {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #032072;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .banner_area .button_area .button div {
    font-size: 1.5vw;
  }
}

@media (max-width: 900px) {
  .banner_area .button_area .button div {
    font-size: 1.77778vw;
  }
}

@media (max-width: 750px) {
  .banner_area .button_area .button div {
    font-size: 4.1721vw;
  }
}

.banner_area .button_area .button div span {
  display: inline-block;
  margin-left: 8px;
  padding: 8px 24px;
  background-color: #032072;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1200px) {
  .banner_area .button_area .button div span {
    margin-left: calc( 8 / 1200 * 100vw);
    padding: calc( 8 / 1200 * 100vw) calc( 24 / 750 * 100vw);
    font-size: 1.33333vw;
  }
}

@media (max-width: 900px) {
  .banner_area .button_area .button div span {
    margin-left: calc( 8 / 900 * 100vw);
    padding: calc( 8 / 900 * 100vw) calc( 24 / 750 * 100vw);
    font-size: 1.33333vw;
  }
}

@media (max-width: 750px) {
  .banner_area .button_area .button div span {
    margin-left: calc( 45.5 / 750 * 100vw);
    padding: calc( 7.25 / 750 * 100vw) calc( 34 / 750 * 100vw);
    font-size: 3.91134vw;
  }
}

@media (max-width: 750px) {
  .banner_area .button_area .button {
    padding: 1em 1em;
  }
}

.banner_area .button_area .button::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.banner_area .button_area .button:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

.banner_area .digicolle_section_inr {
  margin-top: 0;
  padding-top: 0;
}
