/* COMMON */


@media screen and (min-width: 750px) {
  .pageTop--header.upScroll a {
    /* top: clamp(200px, 85vh - 150px, 1000px); */
    top: calc(100vh - 300px);
  }
}

@media screen and (max-width: 767px) {
  .pageTop--header.upScroll a {
    /* top: clamp(200px, 85vh - 200px, 1000px); */
    top: calc(100svh - 240px);
  }
}

@media screen and (min-width: 768px) {
  #page__3min {
    width: 1280px;
  }
}

@media screen and (min-width: 1280px) {
  #page__3min {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #page__3min {
    width: auto;
  }
}




@media screen and (min-width: 768px) {
  #page__3min .sec__xlarge {
    padding: 130px 0 160px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .sec__xlarge {
    padding: 62px 20px 80px;
  }
}

#page__3min .sec__large {}

@media screen and (min-width: 768px) {
  #page__3min .sec__large {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .sec__large {
    padding: 40px 20px 64px;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .sec__medium {
    padding: 100px 0 92px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .sec__medium {
    padding: 64px 10px;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .sec__small {
    padding: 88px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .sec__small {
    padding: 44px 20px 45px;
  }
}

#page__3min .sec__xsmall {}

@media screen and (min-width: 768px) {
  #page__3min .sec__xsmall {
    padding: 0 0 90px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .sec__xsmall {
    padding: 0 0 32px;
  }
}

@media screen and (min-width: 1024px) {

  .visible-md,
  .visible-sm {
    display: none;
  }

  .visible-lg {
    display: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width:1023px) {

  .visible-lg,
  .visible-sm {
    display: none;
  }

  .visible-md {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {

  .visible-lg,
  .visible-md {
    display: none;
  }

  .visible-sm {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .visible-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  .visible-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .visible-pc {
    display: none;
  }
}














/* mv */
#page__3min .mv {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #page__3min .mv {
    background: url(../img/3min/mv.webp) no-repeat center center / cover;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv {
    background: url(../img/3min/mv_sp.webp) no-repeat center top / cover;
    padding-bottom: 28px;
    margin-bottom: 66px;
  }
}

#page__3min .mv__inner {
  max-width: 606px;
  width: 100%;
  margin: 0 auto;

}

@media screen and (min-width: 768px) {
  #page__3min .mv__inner {
    padding: 60px 0 45px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__inner {
    padding: 141px 0 45px;
  }
}


#page__3min .mv__head {
  display: flex;
  align-items: end;


  max-width: 505px;
  margin: 0 auto;
  letter-spacing: 0.13em;
}

@media screen and (min-width: 768px) {
  #page__3min .mv__head {
    justify-content: end;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__head {
    margin-top: -6px;
    justify-content: center;
  }
}

#page__3min .mv__heading {
  color: #004796;
  -webkit-text-stroke: 9px #004796;
  /* font-family: "Zen Maru Gothic", sans-serif; */
  font-weight: 700;
  position: relative;
  line-height: 1;
}



#page__3min .mv__heading::before {
  content: attr(data-text);
  color: #FFFFFF;
  /* font-family: "Zen Maru Gothic", sans-serif; */
  font-weight: 700;
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}




@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-lg {
    font-size: 92px;
    margin-right: 6px;
    line-height: 0.9;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-lg {
    font-size: 58px;
    margin-left: 13px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-lg::before {
    font-size: 92px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-lg::before {
    font-size: 63px;
    left: 12px;
    top: -2px;
  }
}


#page__3min .mv__heading.-lg::after {
  content: '';
  background: url(../img/3min/mv_head_bg.png) no-repeat center top / contain;
  display: block;
  width: 123px;
  height: 138px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-lg::after {
    left: -36.5px;
    top: -27px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-lg::after {
    width: 84px;
    height: 93px;
    display: block;
    left: -13px;
    top: -23px;
  }
}


@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-sm {
    font-size: 40px;
    margin-bottom: 9px;
    letter-spacing: 0.01em;
    -webkit-text-stroke: 14px #004796;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-sm {
    font-size: 30px;
    margin-left: 12px;
    letter-spacing: -0.05em;
    -webkit-text-stroke: 14px #004796;
  }
}


@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-sm::before {
    font-size: inherit;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-sm::before {
    font-size: inherit;
  }
}




@media screen and (min-width: 768px) {
  #page__3min .mv__heading.-md {
    font-size: 80px;
    color: #FFFFFF;
    -webkit-text-stroke: 0;
    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__heading.-md {
    font-size: 62px;
    letter-spacing: 0.01em;
    margin-left: 0;
    color: #FFFFFF;
    -webkit-text-stroke: 0;
    bottom: -0.5rem;
  }
}

@media screen and (min-width: 768px) {

  #page__3min .mv__heading.-md::before {
    content: none;
    font-size: 86px;
  }
}

@media screen and (max-width: 767px) {

  #page__3min .mv__heading.-md::before {
    content: none;
    font-size: 62px;
  }
}


#page__3min .mv__point {
  display: flex;
  align-items: center;
  justify-content: center;

}

@media screen and (min-width: 768px) {
  #page__3min .mv__point {
    background: url(../img/3min/mv_point.png) no-repeat center top / contain;
    width: 100%;
    height: 132px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__point {
    background: url(../img/3min/mv_point_sp.png) no-repeat center top / contain;
    width: 350px;
    height: 119px;
    margin: 12px auto 0;
  }
}



#page__3min .mv__point__text {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;

}

@media screen and (min-width: 768px) {
  #page__3min .mv__point__text {
    font-size: 24px;
    flex: 1 1 140px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__point__text {
    font-size: 18px;
    flex: 1 1 85px;
  }
}


#page__3min .mv__point__text:nth-of-type(2) {
  flex: 1.5;
}

#page__3min .mv__lead {
  font-weight: 700;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .mv__lead {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__lead {
    font-size: 14px;
    -webkit-text-stroke: 2px #004796;
    color: #004796;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .mv__lead::before {
    content: attr(data-text);
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-text-stroke: 0;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre-wrap;
    right: 0;
    display: block;
    margin: 0 auto;
  }
}



#page__3min .mv .cta__btn {
  filter: unset;
  transition: all .3s;
}

#page__3min .mv .cta__btn:hover {
  opacity: 0.7;
  transition: all .3s;
}

.cta__btn__text {}

/* intro */
#page__3min .intro {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #page__3min .intro {
    background: url(../img/3min/intro_bg.webp) no-repeat center 35px / cover;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro {
    background: url(../img/3min/intro_bg_sp.webp) no-repeat center 15px / cover;
    width: 100%;
  }
}

.sec__xsmall {}

#page__3min .intro__heading {
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__heading {
    margin-bottom: 40px;
    font-size: 40px;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

#page__3min .intro__heading:after {
  content: '';
  background: #0A51B5;

  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__heading:after {
    width: 100px;
    height: 4px;
    bottom: -19px;
    left: -4px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__heading:after {
    width: 64px;
    height: 3px;
    bottom: -13px;
  }
}


#page__3min .intro__outer {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__outer {
    max-width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__outer {
    padding: 0 20px;
  }
}

#page__3min .intro__outer .picture__container {
  width: 100%;
  margin: 0 auto;
  display: block;

}

@media screen and (min-width: 768px) {
  #page__3min .intro__outer .picture__container {
    max-width: 898px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__outer .picture__container {
    display: block;
    text-align: center;
    margin-top: 16px;
    line-height: 1;
  }
}


#page__3min .customerType {
  display: flex;
  align-items: center;
  gap: 0 10px;

}

@media screen and (min-width: 768px) {
  #page__3min .customerType {
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .customerType {
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
  }
}

#page__3min .customerType #page__3min .customerType__detail {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .customerType__detail {
    max-width: 212px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .customerType__detail {
    width: calc(100% - 40px);
  }
}

#page__3min .customerType__term {
  font-weight: 700;
  background: #0A51B5;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .customerType__term {
    font-size: 20px;
    padding: 3px 10px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .customerType__term {
    font-size: 16px;
    padding: 8px 10px 4px;
  }
}



#page__3min .customerType__desc {
  border: 1px solid #0A51B5;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .customerType__desc {

    padding: 19px 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .customerType__desc {
    padding: 8.5px 10px;
    font-size: 14px;
    height: 43px;
    box-sizing: border-box;
  }
}




#page__3min .intro__subHeading {

  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em;

}

@media screen and (min-width: 768px) {
  #page__3min .intro__subHeading {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__subHeading {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.7;
  }
}


#page__3min .intro__subHeading .-yellow {

  font-weight: 700;
  color: #FFE602;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__subHeading .-yellow {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__subHeading .-yellow {
    font-size: 18px;
  }

}

#page__3min .intro__subHeading .-yellow:after {
  content: '';
  position: absolute;

  background: #033669;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__subHeading .-yellow:after {
    bottom: -3px;
    left: 0;
    display: block;
    width: 184px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__subHeading .-yellow:after {
    bottom: -3px;
    left: -5px;
    display: block;
    width: 110%;
    height: 14px;
  }
}

#page__3min .intro__flow {
  background: #004796;
}

@media screen and (min-width: 1400px) {
  #page__3min .intro__flow {
    max-width: 1360px;
    padding: 48px 0;
    border-radius: 40px;
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .intro__flow {
    max-width: 1360px;
    width: calc(100% - 20px);
    padding: 48px 0;
    border-radius: 40px;
    margin: 10px auto 0;
  }
}

@media screen and (max-width:767px) {
  #page__3min .intro__flow {
    max-width: calc(100% - 20px);
    padding: 10px 0;
    margin: 16px auto 0;
    border-radius: 20px;
  }
}


#page__3min .intro__flow__process {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__flow__process {
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__flow__process {
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__flow .intro__inner {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process {
    max-width: 212px;
    width: 100%;
    position: relative;
  }

  #page__3min .intro__process::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    display: block;
    margin: auto;
    z-index: 3;
    width: 12px;
    height: 60px;
  }

}

@media screen and (max-width: 767px) {
  #page__3min .intro__process {
    max-width: unset;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .intro__process__detail {
    display: flex;
    align-items: stretch;
    max-width: unset;
    max-height: 64px;
  }
}


#page__3min .intro__process__term {
  font-weight: 700;
  text-align: center;
  color: #0A51B5;
  position: relative;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process__term {
    font-size: 20px;
    padding: 12px 35px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__process__term {
    display: flex;
    align-items: center;
    max-width: 87px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 17.6px 0;
    box-sizing: border-box;
  }

  #page__3min .intro__process__term.-md {
    line-height: 1.3;
    padding: 10px 0 0;
  }
}


#page__3min .intro__process:first-of-type .intro__process__term {
  background: #D4F1F5;
  border-radius: 8px 0 0 0;
}

#page__3min .intro__process:first-of-type::before {
  content: none;
  background: #D4F1F5;
}


#page__3min .intro__process:nth-of-type(2) .intro__process__term {
  background: #D4EEF6;
}

#page__3min .intro__process:nth-of-type(2)::before {
  content: '';
  background: #D4EEF6;
}

#page__3min .intro__process:nth-of-type(3) .intro__process__term {
  background: #D4EBF7;
}

#page__3min .intro__process:nth-of-type(3)::before {
  content: '';
  background: #D4EBF7;
}

#page__3min .intro__process:nth-of-type(4) .intro__process__term {
  background: #D4E9F8;
}

#page__3min .intro__process:nth-of-type(4)::before {
  content: '';
  background: #D4E9F8;
}

#page__3min .intro__process:last-of-type .intro__process__term {
  background: #D4E6FA;
}

#page__3min .intro__process:last-of-type::before {
  content: '';
  background: #D4E6FA;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process:last-of-type .intro__process__term {
    border-radius: 0 8px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__process:last-of-type .intro__process__term {
    border-radius: 0 0 0 8px;
  }
}

#page__3min .intro__process__term::before {
  content: '';
  display: block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process__term::before {
    width: 14px;
    height: 60px;
    right: -14px;
    top: 0;
    clip-path: polygon(0% 0%, calc(100% - 13px) 0%, 110% 50%, calc(100% - 13px) 100%, 0% 100%);
    z-index: 4;
  }
}

@media screen and (max-width:767px) {
  #page__3min .intro__process__term::before {
    width: 100%;
    height: 12px;
    bottom: -11px;
    top: unset;
    right: 0;
  }
}

#page__3min .intro__process:first-of-type .intro__process__term:before {
  background: #D4F1F5;
}

#page__3min .intro__process:nth-of-type(2) .intro__process__term:before {
  background: #D4EEF6;
}

#page__3min .intro__process:nth-of-type(3) .intro__process__term:before {
  background: #D4EBF7;
}

#page__3min .intro__process:nth-of-type(4) .intro__process__term:before {
  background: #D4E9F8;
}

#page__3min .intro__process:not(:last-of-type) .intro__process__term::after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process:not(:last-of-type) .intro__process__term::after {
    transform: scale(0.5, 1) rotate(45deg);
    width: 40px;
    height: 40px;
    right: -22px;
    top: 0;
    bottom: 0;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}

@media screen and (max-width:767px) {
  #page__3min .intro__process:not(:last-of-type) .intro__process__term::after {
    transform: scale(1, 0.25) rotate(135deg);
    z-index: 3;
    right: 0;
    left: 0;
    top: unset;
    bottom: -33px;
    width: 70px;
    height: 70px;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
  }
}

#page__3min .intro__process__desc {
  background: #FFFFFF;
  display: flex;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__process__desc {
    justify-content: center;
    padding: 10px 30px 13px;
    font-size: 16px;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  #page__3min .intro__process__desc {
    border-radius: 0 8px 8px 0;
    padding: 22px 11px 21px 16px;
    font-size: 14px;
    box-sizing: border-box;
    width: calc(100% - 87px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    align-items: center;
  }
}

#page__3min .intro__text {
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 1.8;

}

@media screen and (min-width: 768px) {
  #page__3min .intro__text {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__text {
    font-size: 16px;
    margin-top: 32px;
  }
}

#page__3min .intro__text.-strong {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__text.-strong {
    margin-bottom: 85px;
    font-size: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__text.-strong {
    margin-bottom: 65px;
    font-size: 16px;
    margin-top: 11px;
    letter-spacing: 0.05em;
  }
}

.intro__issue {}

@media screen and (min-width: 768px) {
  .intro__issue {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media screen and (max-width: 767px) {
  .intro__issue {
    padding: 0 0px 0 20px;
  }
}


#page__3min .issue__table {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

@media screen and (min-width: 1400px) {
  #page__3min .issue__table {
    width: fit-content;
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .issue__table {
    width: calc(100% - 20px);
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .issue__table {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  #page__3min .issue__table {
    overflow-x: scroll;
    padding-bottom: 24px;
    position: relative;
    width: 100%;
  }

  #page__3min .issue__table .simplebar-scrollbar {
    border-radius: 4px;
    background-color: #004796;
    height: 6px;
  }

  #page__3min .issue__table .simplebar-track {
    background: #CCCCCC;
    height: 6px;
  }
}




#page__3min .issue__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.issue__cell {}

@media screen and (min-width: 768px) {}

#page__3min .issue__cell.issue__header {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #page__3min .issue__cell.issue__header {
    padding: 9px 0;
  }
}

#page__3min .issue__cell.issue__header:first-of-type {
  background: #00CFBE;
}

@media screen and (min-width: 768px) {
  #page__3min .issue__cell.issue__header:first-of-type {
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .issue__cell.issue__header:first-of-type {
    min-width: 172px;
  }
}

#page__3min .issue__cell.issue__header:nth-of-type(2) {
  background: #1FB0C6;
  min-width: 335px;
}

#page__3min .issue__cell.issue__header:nth-of-type(3) {
  background: #0F7CC9;
  min-width: 320px;
}


#page__3min .issue__cell.issue__header:last-of-type {
  background: #0A51B5;
  min-width: 215px;
}

#page__3min .issue__customer {
  background: #C5E3E0;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .issue__customer {
    padding: 20px 0;
    font-size: 16px;
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .issue__customer {
    padding: 18.41px 0;
    font-size: 14px;
    min-width: 172px;
    line-height: 1.2;
  }
}


#page__3min .issue__cell.-arrow {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}

#page__3min .issue__cell.-arrow:after {
  content: '';
  background: url(../img/3min/icon_issue_arrow.svg) no-repeat center top / contain;
  display: block;
  width: 34px;
  height: 16px;
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  will-change: transform;
}


#page__3min .issue__cell.-shadow {
  /* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); */
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

#page__3min .issue__cell.issue__popular {
  min-width: 335px;
  background: #FFFFFF;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #page__3min .issue__cell.issue__popular {
    padding: 10px 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .issue__cell.issue__popular {
    padding: 10px 16px;
    font-size: 14px;
  }

}

#page__3min .issue__cell.issue__service {
  min-width: 320px;
  background: #FFFFFF;
  padding: 10px 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  #page__3min .issue__cell.issue__service {
    font-size: 14px;
    padding: 10px 16px;
  }
}


#page__3min .issue__cell.issue__form {
  background: #D1DFF2;
  min-width: 215px;

  position: relative;
}

@media screen and (min-width: 768px) {
  #page__3min .issue__cell.issue__form {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .issue__cell.issue__form {
    padding: 9px 0;
  }
}

#page__3min .issue__cell.issue__form:after {
  content: '';
  height: 10px;
  width: 100%;
  display: block;
  background: #D1DFF2;
  position: absolute;
  bottom: -10px;
  right: 0;
}

#page__3min .issue__cell.issue__form.-last:after {
  content: none;
}


#page__3min .issue__cell__link {
  background: linear-gradient(139deg, rgba(253, 202, 70, 1) 0%, rgba(211, 105, 31, 1) 100%);
  color: #FFFFFF;
  border-radius: 32px;
  border: 2px solid #FFFFFF;
  display: block;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 5.6px 12.5px;
  margin: 0 auto;
  margin-left: 45px;
  transition: all .3s;
  cursor: pointer;
}

#page__3min .issue__cell__link:hover {
  opacity: 0.7;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  #page__3min .scroll__nav {
    background: url(../img/3min/scroll_nav.png) no-repeat center top / contain;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    z-index: 10;
    opacity: 0.8;
    transition: all .3s;
  }

  #page__3min .scroll__nav.is-hidden {
    opacity: 0;
    transition: all .3s;
  }
}



#page__3min .intro__issue__notes {

  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;

  line-height: 1;
}

@media screen and (min-width: 768px) {
  #page__3min .intro__issue__notes {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .intro__issue__notes {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 32px;
  }
}

.simplebar-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* strong */
#page__3min .strong {
  background: url(../img/3min/strong_bg.png) no-repeat center top;
}

@media screen and (min-width: 1440px) {
  #page__3min .strong {
    background-size: cover;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #page__3min .strong {
    background-size: cover;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong {
    background-size: contain;
    background-color: #CADDF8;
  }
}

#page__3min .strong__heading {

  font-weight: 700;
  color: #333333;
  line-height: 1;
  text-align: center;

}

@media screen and (min-width: 768px) {
  #page__3min .strong__heading {
    font-size: 40px;
    margin: -10px auto 34px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong__heading {
    font-size: 32px;
    margin: 0 auto 20px;
  }
}

#page__3min .strong__heading .-blue {

  font-weight: 700;
  color: #0A51B5;
}

@media screen and (min-width: 768px) {
  #page__3min .strong__heading .-blue {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong__heading .-blue {
    font-size: 32px;
  }
}

#page__3min .strong__body {
  max-width: 1100px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 767px) {
  #page__3min .strong__body {
    justify-content: center;
  }
}

#page__3min .strong__block {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width:1400px) {
  #page__3min .strong__block {
    max-width: 540px;

  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .strong__block {
    max-width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {}


#page__3min .strong__block:not(:nth-last-of-type(-n+2)) {}

@media screen and (min-width: 750px) {
  #page__3min .strong__block:not(:nth-last-of-type(-n+2)) {
    padding: 20px 30px 30px;
  }
}

@media screen and (max-width: 749px) {
  #page__3min .strong__block:not(:nth-last-of-type(-n+2)) {
    padding: 20px 30px 25px;
  }
}



@media screen and (min-width: 768px) {
  #page__3min .strong__block:nth-last-of-type(-n+2) {
    padding: 20px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong__block:nth-last-of-type(-n+2) {
    padding: 20px 30px 25px;
  }
}

#page__3min .strong__label {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}

#page__3min .strong__number {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 50px;
  width: 53px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/3min/strong_label_bg.png) no-repeat center top / contain;
}

#page__3min .strong__labelText {
  font-size: 20px;
  font-weight: 700;
  color: #0A51B5;
  line-height: 1;
}


#page__3min .strong__detail {
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  #page__3min .strong__detail {
    margin-top: 24px;
  }
}

@media screen and (max-width: 375px) {}

#page__3min .strong__term {
  line-height: 1;


  font-weight: 700;
  background: linear-gradient(90deg, rgba(66, 125, 208, 1) 0%, rgba(0, 191, 175, 1) 100%);
  background-clip: text;
  color: transparent;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page__3min .strong__term {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin: 0 auto 23px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong__term {
    font-size: 26px;
    margin: 0 auto 25px;
  }
}


#page__3min .strong__term .-sm {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
}

#page__3min .strong__desc {
  line-height: 1.6;
  text-align: left;

  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #page__3min .strong__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .strong__desc {
    font-size: 14px;
  }
}



/* USP */
#page__3min .usp__inner {

  margin: 0 auto;
  background: linear-gradient(315deg, rgba(21, 113, 242, 0.13) 0%, rgba(7, 209, 192, 0.16) 100%);

  box-sizing: border-box;

}

@media screen and (min-width: 1400px) {
  #page__3min .usp__inner {
    padding: 86px 130px 82px;
    border-radius: 40px;
    max-width: 1360px;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .usp__inner {
    padding: 80px 40px;
    max-width: calc(100% - 40px);
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__inner {
    padding: 40px 20px;
    border-radius: 24px;
  }
}


#page__3min .usp__head {
  text-align: center;
}

#page__3min .usp__heading {

  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #0A51B5;

}

@media screen and (min-width: 768px) {
  #page__3min .usp__heading {
    font-size: 48px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__heading {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

#page__3min .usp__head__text {
  line-height: 1;

  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #0A51B5;
  padding: 13px;

  width: 100%;
  display: block;

  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #page__3min .usp__head__text {
    font-size: 36px;
    margin: 0 auto 54px;
    max-width: 363px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__head__text {
    font-size: 22px;
    margin: 0 auto 27px;
    max-width: 221px;
    padding: 10px;
  }
}


#page__3min .usp__body {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}


#page__3min .usp__block {
  display: flex;
  gap: 0 80px;
  border-top: 1px solid rgba(10, 81, 181, 0.3);
}

#page__3min .usp__block:last-of-type {
  border-bottom: 1px solid rgba(10, 81, 181, 0.3);
}

@media screen and (min-width: 768px) {
  #page__3min .usp__block.-md {
    padding-top: 36px;
  }

  #page__3min .usp__block.-lg {
    padding-top: 45px;
  }

  #page__3min .usp__block:first-of-type,
  #page__3min .usp__block:nth-of-type(2) {
    padding-bottom: 28px;
  }

  #page__3min .usp__block:nth-of-type(3),
  #page__3min .usp__block:last-of-type {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__block {
    padding-top: 24px;
    flex-direction: column;
  }
}

#page__3min .usp__detail {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .usp__detail {
    width: calc(50% - 20px);
  }
}

#page__3min .usp__term {

  font-weight: 700;
  color: #0A51B5;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #page__3min .usp__term {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__term {
    font-size: 20px;
    margin-top: 0;
  }

}


#page__3min .usp__desc {

  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  display: block;

  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  #page__3min .usp__desc {
    font-size: 16px;
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp__desc {
    font-size: 14px;
    max-width: unset;
    margin-bottom: 12px;
  }
}

#page__3min .usp .picture__container {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #page__3min .usp .picture__container {
    max-width: 470px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #page__3min .usp .picture__container {
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  #page__3min .usp .picture__container {
    margin-top: 0;
    padding-bottom: 24px;
  }
}

#page__3min .usp__block:nth-last-of-type(-n+2) .picture__container {
  margin-top: 6px;
}


@media screen and (min-width: 768px) {
  #page__3min .usp__block:last-of-type .picture__container {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {}



/*feature  */
#page__3min .feature {
  background: #033669;
}

#page__3min .feature__inner {
  max-width: 1100px;
  margin: 0 auto;
}

#page__3min .feature__head {
  text-align: center;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__head {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {}


#page__3min .feature__heading {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  position: relative;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__heading {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__heading {
    font-size: 26px;
  }
}

#page__3min .feature__heading::before {
  content: '';
  background: url(../img/3min/feature_img.svg) no-repeat center top / contain;
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__heading::before {
    width: 108px;
    height: 111px;
    top: -50px;
    right: 290px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__heading::before {
    width: 75px;
    height: 75px;
    top: -40px;
    right: 220px;
  }
}

#page__3min .feature__heading .-sm {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__heading .-sm {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__heading .-sm {
    font-size: 20px;
  }
}

#page__3min .feature__heading .-yellow {
  color: #FFE602;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__heading .-yellow {
    color: #FFE602;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__heading .-yellow {
    font-size: 26px;
  }
}

#page__3min .feature__lead {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.8;

}

@media screen and (min-width: 768px) {
  #page__3min .feature__lead {
    font-size: 16px;
    margin-bottom: 34px;
    letter-spacing: 0.05em;

  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__lead {
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

#page__3min .feature__reason {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 40px;
}

#page__3min .feature__reason__detail {}

@media screen and (min-width: 768px) {
  #page__3min .feature__reason__detail {
    max-width: 538px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {}

#page__3min .feature__reason__term {

  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #0A51B5;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__reason__term {
    font-size: 24px;
    padding: 12px 24px 9px;
    letter-spacing: 0.07em;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__reason__term {
    font-size: 20px;
    padding: 12px 24px;
  }
}

#page__3min .feature__reason__termlabel {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__reason__termlabel {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__reason__termlabel {
    font-size: 14px;
  }
}

#page__3min .feature__reason__termlabel::after {
  content: '';
  background: #84A8DA;
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 8px;
}

#page__3min .feature__reason__desc {
  background: #FFFFFF;
  padding: 16px 24px 18px;
  letter-spacing: 0.05em;

  font-weight: 400;
  border-radius: 0 0 8px 8px;

}

@media screen and (min-width: 768px) {
  #page__3min .feature__reason__desc {
    height: 116px;
    font-size: 16px;
  }

  #page__3min .feature__reason__detail:last-of-type .feature__reason__desc {
    padding: 30px 24px 5px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__reason__desc {
    height: auto;
    font-size: 14px;
  }
}

#page__3min .feature__text {
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__text {
    font-size: 16px;
    text-align: left;
  }
}

#page__3min .feature__catch {

  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  padding: 32px 0 23px;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__catch {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__catch {
    font-size: 21px;
  }
}

#page__3min .feature__catch .-yellow {
  color: #FFE602;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  #page__3min .feature__catch .-yellow {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .feature__catch .-yellow {
    font-size: 21px;
  }
}


/* imageSlider */

@media screen and (min-width: 768px) {
  #page__3min .slide__image {
    max-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .slide__image {
    max-width: 210px;
  }
}

/* QA */
#page__3min .qa {
  background: url(../img/3min/qa_bg.png) no-repeat center top / contain;
}

@media screen and (min-width: 768px) {
  #page__3min .qa {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .qa {
    width: auto;
  }

}

#page__3min .qa__heading {
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;

}

@media screen and (min-width: 768px) {
  #page__3min .qa__heading {
    font-size: 40px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .qa__heading {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

#page__3min .qa__body {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

#page__3min .qa__detail {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;

}

@media screen and (min-width: 750px) {
  #page__3min .qa__detail {
    padding-bottom: 20px;
    gap: 13px 0;
  }
}

@media screen and (max-width: 749px) {
  #page__3min .qa__detail {
    padding-bottom: 24px;
    gap: 12px 0;
  }
}

#page__3min .qa__term {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A51B5;
  display: flex;
  align-items: center;
  gap: 0 16px;
}

@media screen and (min-width: 768px) {
  #page__3min .qa__term {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .qa__term {
    font-size: 18px;
    line-height: 1.5;
  }
}

#page__3min .qa__term::before {
  content: 'Q';
  font-size: 22px;
  font-weight: 700;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #0A51B5;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  #page__3min .qa__term::before {
    flex-shrink: 0;
  }
}

#page__3min .qa__desc {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  align-items: start;
  gap: 0 16px;
}

@media screen and (min-width: 768px) {
  #page__3min .qa__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .qa__desc {
    font-size: 14px;
  }
}

#page__3min .qa__desc::before {
  content: 'A';
  font-size: 22px;
  font-weight: 700;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #0A51B5;
  color: #0A51B5;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  #page__3min .qa__desc::before {
    flex-shrink: 0;
  }
}

/* CTA */
#page__3min .cta {

  width: 100%;
}

@media screen and (min-width: 768px) {
  #page__3min .cta {
    padding: 55px 0 50px;
    background: url(../img/3min/cta_bg.webp) no-repeat center top / cover, linear-gradient(140deg, rgba(0, 56, 117, 1) 0%, rgba(0, 120, 164, 1) 100%);
  }
}

@media screen and (max-width:768px) {
  #page__3min .cta {
    height: auto;
    padding: 50px 26px;
    box-sizing: border-box;
    background: url(../img/3min/cta_bg_sp.webp) no-repeat center center / cover, linear-gradient(140deg, rgba(0, 56, 117, 1) 0%, rgba(0, 120, 164, 1) 100%);
  }
}

#page__3min .cta__head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

@media screen and (min-width: 768px) {
  #page__3min .cta__head {
    gap: 20px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__head {
    gap: 12px 0;
    margin-bottom: 16px;
  }
}

#page__3min .cta__head__text {
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #page__3min .cta__head__text {
    font-size: 24px;
    gap: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__head__text {
    font-size: 16px;
    line-height: 1.3;
    gap: 0 12px;
  }
}

#page__3min .cta__head__text::before,
#page__3min .cta__head__text::after {
  content: '';
  background: #FFE602;
  border-radius: 25px;
}

@media screen and (min-width: 768px) {

  #page__3min .cta__head__text::before,
  #page__3min .cta__head__text::after {
    width: 2px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {

  #page__3min .cta__head__text::before,
  #page__3min .cta__head__text::after {
    width: 2px;
    height: 46px;
    margin-top: -7px;
  }
}


#page__3min .cta__head__text::before {
  transform: rotate(-26deg);
}


@media screen and (min-width: 768px) {
  #page__3min .cta__head__text::after {
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__head__text::after {
    transform: rotate(26deg);
  }
}

#page__3min .cta__heading {

  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #page__3min .cta__heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__heading {
    font-size: 20px;
    line-height: 1.3;
  }
}

#page__3min .cta__text {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  #page__3min .cta__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__text {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

#page__3min .cta__btn {
  background: linear-gradient(165deg, rgba(253, 202, 70, 1) 0%, rgba(211, 105, 31, 1) 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
  transition: all .3s;
  border-radius: 32px;
}

@media screen and (min-width: 768px) {
  #page__3min .cta__btn {
    max-width: 287px;
    margin: 0 auto;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__btn {
    max-width: 261px;
    margin: 0 auto;
    height: 54px;
  }
}

#page__3min .cta__btn:hover {
  opacity: 0.7;
  transition: all .3s;
}

#page__3min .cta__btn__text {
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 0 10px #D3691F);
}

@media screen and (min-width: 768px) {
  #page__3min .cta__btn__text {
    font-size: 20px;
    gap: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__btn__text {
    font-size: 16px;
    gap: 0 14px;
  }
}


#page__3min .cta__btn__text::before {
  content: '';
  background: url(../img/3min/icon_mail.svg) no-repeat center top / contain;
  display: block;
  width: 24px;
  height: 16px;
}

#page__3min .cta__btn__text:after {
  content: '';
  background: url(../img/3min/icon_circle_arrow.svg) no-repeat center top / contain;
  display: block;
}

@media screen and (min-width: 768px) {
  #page__3min .cta__btn__text:after {
    width: 22px;
    height: 22px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  #page__3min .cta__btn__text:after {
    width: 19px;
    height: 19px;
    margin-left: -4px;
  }
}

/* sticky */
.sticky__cta {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  right: 0;
  text-decoration: none;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .sticky__cta {
    /* bottom: 210px; */
    bottom: 0;
    max-width: 190px;
    transition: all .3s;
  }

  .sticky__cta:hover {
    opacity: 0.7;
    transition: all .3s;
  }
}

@media screen and (max-width: 767px) {
  .sticky__cta {
    bottom: 0;
    height: 64px;
  }
}


.sticky__cta__detail {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  .sticky__cta__detail {
    display: flex;
    align-items: stretch;
    height: 100%;
  }
}

.sticky__cta__term {
  padding: 2px 12px;

  box-sizing: border-box;

  position: relative;
}

@media screen and (min-width: 768px) {
  .sticky__cta__term {
    background: linear-gradient(165deg, rgba(253, 202, 70, 1) 0%, rgba(211, 105, 31, 1) 100%);
    border-radius: 8px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sticky__cta__term {
    max-width: 165px;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(165deg, rgba(253, 202, 70, 1) 0%, rgba(211, 105, 31, 1) 90%);
    border-radius: 0;
  }
}


.sticky__cta__term::before {
  content: '';
  background: url(../img/3min/exclamation.svg) no-repeat center top / contain;
  width: 11px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sticky__cta__term::before {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sticky__cta__term::before {
    right: 25px;
  }
}

.sticky__cta__term::after {
  content: '';
  background: url(../img/3min/sticky_arrow.svg) no-repeat center top / contain;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  .sticky__cta__term::after {
    content: none;
  }
}

.sticky__cta__term__text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  filter: drop-shadow(0 0 10px #D3691F);
}

@media screen and (min-width: 768px) {
  .sticky__cta__term__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sticky__cta__term__text {
    font-size: 18px;
  }
}

.sticky__cta__desc {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D9671C;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .sticky__cta__desc {
    padding: 6px 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .sticky__cta__desc {
    max-width: calc(100% - 165px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    font-size: 12px;
  }

  .sticky__cta__desc::after {
    content: '';
    background: url(../img/3min/icon_circle_arrow_or.svg) no-repeat center top / contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 26px;
  }
}







@media screen and (min-width: 768px) {
  #page__3min.en .cta__btn {
    max-width: 327px;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (min-width: 768px) {
  #page__3min.en .feature__reason__desc {
    height: 223px;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (min-width: 768px) {
  #page__3min.en .feature__heading::before {
    background: url(../img/3min/feature_img_en.svg) no-repeat center top / contain;
    right: unset;
    left: 140px;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (min-width: 768px) {
  #page__3min.en .usp .picture__container img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {}



@media screen and (min-width: 768px) {
  #page__3min.en .cta__heading {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {}



@media screen and (min-width: 768px) {
  #page__3min.en .cta__head {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .slick-slide img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .usp__head__text {
    max-width: 404px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .issue__row {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .issue__cell {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (min-width: 768px) {
  #page__3min.en .issue__customer {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .issue__cell__link {
    border-radius: 18px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .issue__cell.issue__header {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {}


@media screen and (min-width: 768px) {
  #page__3min.en .intro__flow__process {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min .intro__outer .picture__container .picture__img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #page__3min.en .customerType {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 64px;
  }
}

/* 2607追加 */
.PageContents {
  padding: 33px 0 80px;
}

@media screen and (max-width: 767px) {
  .PageContents {
    padding: 29px 0 66px;
  }
}

.PageContents .PageContents__inner__title {
  background: none;
}

@media screen and (max-width: 767px) {
  .PageContents .PageContents__inner__title {
    margin: 0;
  }
}

.PageContents__inner .PageContents__inner__useAnchorList ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.PageContents__inner .PageContents__inner__useAnchorList ul li {
  border: 1px solid #ddebf7;
  border-radius: 7px;
  width: calc((100% - 38px)/ 4)
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 179px;
  width: 100%;
  text-decoration: none;
  position: relative
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8fa5c4;
  opacity: 0;
  transition: all .4s
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a span,
#achieve .PageContents__inner .PageContents__inner__useAnchorList ul li a span {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  margin-left: 8px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8fa5c4;
  opacity: 0;
  transition: all .4s
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a span {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  margin-left: 8px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .1s
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a:hover:after {
  opacity: .2
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a:hover span::after {
  top: 54%
}

.PageContents__inner .PageContents__inner__useAnchorList ul li a img {
  height: 75px;
  margin-top: 14px
}

@media screen and (max-width: 767px) {
  .PageContents__inner .PageContents__inner__useAnchorList ul li a img {
    width: auto !important;
  }
}

.PageContents__inner .PageContents__inner__useAnchorBox p {
  max-width: 800px;
}

.PageContents__inner .PageContents__inner__useAnchorList {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.PageContents__inner .PageContents__inner__useAnchorList {
  width: 100% !important;
  max-width: 733px !important;
  margin: 0 auto !important;
}

.PageContents__inner .PageContents__inner__useAnchorList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 9.62px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* PC：3列 */
.PageContents__inner .PageContents__inner__useAnchorList li {
  flex: 0 0 calc((100% - 19.24px) / 3) !important;
  width: auto !important;
  box-sizing: border-box !important;
}

/* SP：2列 */
@media screen and (max-width: 767px) {
  .PageContents__inner .PageContents__inner__useAnchorList li {
    flex-basis: calc((100% - 9.62px) / 2) !important;
  }
}

.PageContents__inner__achieveBtn {
  display: inline-block;
  width: 90%;
  max-width: 370px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  letter-spacing: .01rem;
  color: #fff;
  background: #0a51b5;
  border-radius: 2rem;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0;
  border-radius: 2.86rem;
}
.PageContents__inner__achieveBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
}

.PageContents__inner__achieveBtn::after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 600;
  top: calc(50% - .8em);
  right: 20px;
  transition: all .4s
}

.PageContents__inner__achieveBtn:hover {
  opacity: .7;
  cursor: pointer;
}

.PageContents__inner__achieveBtn:hover::after {
  right: 18px
}

.PageContents__inner__achieveBtn a {
  font-size: 1.1428571429rem;
  font-weight: 500;
  text-decoration: none
}

#page__3min .cta__btn__text.-top::before {
  display: none;
}