.logo_slider_section {
  position: relative;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #fff;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
@media (width < 768px) {
  .logo_slider_section {
    width: 100%;
    max-width: 100%;
  }
}
.logo_controll {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100px;
  display: flex;
  height: 80px;
  background-color: #fff;
  border-right: 1px solid rgb(217, 217, 217);
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  .logo_controll {
    width: 39px;
    height: 36px;
  }
}
.logo_controll .pause,
.logo_controll .play {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_controll .pause_img,
.logo_controll .play_img {
  display: block;
  width: 20px;
  height: 20px;
}
.logo_controll .play {
  display: none;
}
.logo_controll .play_img {
  display: block;
  width: 30px;
  height: 30px;
}
.logo_slider {
  height: 80px;
}
@media (width < 768px) {
  .logo_slider {
    height: 36px;
  }
}
.logo_slider .swiper-slide {
  width: 180px !important;
}
@media (width < 768px) {
  .logo_slider .swiper-slide {
    width: 120px !important;
  }
}
.logo_slider_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 180px !important;
}
@media (width < 768px) {
  .logo_slider_item {
    width: 120px !important;
    height: 36px;
  }
}
.logo_slider_item img {
  width: auto;
  max-height: 80px;
}
@media (width < 768px) {
  .logo_slider_item img {
    max-height: 50px;
  }
}
.swiper-wrapper.logo_slider_wrapper {
  transition-timing-function: linear;
}
.customer_voice {
  position: relative;
  background-color: #fff;
  width: 1280px;
  margin: 40px auto 0;
  overflow: hidden;
}
@media (width < 768px) {
  .customer_voice {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
.customer_voice_slider {
  overflow: hidden;
}
@media (768px <= width) {
  .customer_voice_slider {
    min-width: 1080px;
    width: 1080px;
    margin: auto;
  }
}
.customer_voice_slider .swiper-slide {
  width: 320px !important;
}
.customer_voice_slider_item {
  min-width: 320px;
  width: 320px;
  height: 380px;
  background-color: #fff;
  border-radius: 16px;
}
.customer_voice_slider_item_image {
  width: 320px;
  overflow: hidden;
  border-radius: 12px;
}
.customer_voice_slider_item_wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 2px;
}
.customer_voice_slider_item_title {
  font-size: 16px;
  color: #2864f0;
  font-weight: 700;
  line-height: 1;
}
.customer_voice_slider_item_text {
  line-height: 1.6;
  margin-top: 18px;
  color: #000;
  min-height: 60px;
}
.customer_voice_slider_item_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: #333;
  line-height: 1;
}
.customer_voice_slider_item_link_icon {
  flex-basis: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2864f0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: underline;
  font-weight: 700;
}
.customer_voice_slider_item_link_icon svg {
  width: 18px;
  height: 18px;
}
.customer_voice_slider_item_link_icon svg path {
  stroke: #fff;
}
.sec4_control,
.customer_voice_control {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 40px auto auto;
  text-align: end;
}
@media (768px <= width) {
  .sec4_control,
  .customer_voice_control {
    display: none;
  }
}
@media (width < 500px) {
  .sec4_control,
  .customer_voice_control {
    width: unset;
  }
}
.sec4_control_wrap,
.customer_voice_control_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec4_control_play,
.customer_voice_control_play {
  background-repeat: no-repeat;
  flex-basis: 30px;
  width: 30px;
  height: 30px;
}
.sec4_control_play.is-play,
.customer_voice_control_play.is-play {
  background-size: 16px 16px;
  background-position: center center;
  background-image: url(../../benefit/top/image/pause.svg);
}
.sec4_control_play.is-pause,
.customer_voice_control_play.is-pause {
  background-size: 24px 24px;
  background-position: center center;
  background-image: url(../../benefit/top/image/play.svg);
}
.sec4_control_play span,
.customer_voice_control_play span {
  visibility: hidden;
}
.sec4_control_pager,
.customer_voice_control_pager {
  display: flex;
  gap: 0 8px;
}
.sec4_control_pager .swiper-pagination-bullet,
.customer_voice_control_pager .swiper-pagination-bullet {
  display: block !important;
  width: 32px !important;
  height: 8px !important;
  border-radius: 6px !important;
  opacity: 0.5 !important;
  background-color: #dcdcdc !important;
  margin: 0 !important;
}
.sec4_control_pager .swiper-pagination-bullet.swiper-pagination-bullet-active,
.customer_voice_control_pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #2864f0 !important;
}
.sec4_control_button,
.customer_voice_control_button {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.sec4_control_button_prev,
.sec4_control_button_next,
.customer_voice_control_button_prev,
.customer_voice_control_button_next {
  width: 42px;
  height: 43px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
}
.sec4_control_button_prev span,
.sec4_control_button_next span,
.customer_voice_control_button_prev span,
.customer_voice_control_button_next span {
  visibility: hidden;
}
.sec4_control_button_next,
.customer_voice_control_button_next {
  transform: rotate(180deg);
  position: relative;
  top: 1px;
}
#benefit-lp {
  font-family: Noto Sans JP;
  color: #333;
}
@media (width < 768px) {
  #benefit-lp {
    overflow: hidden;
  }
}
#benefit-lp .hero_section {
  position: relative;
}
@media (width < 768px) {
  #benefit-lp .hero_section {
    overflow: hidden;
  }
}
#benefit-lp .benefit-hero_sp_top {
  display: none;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_sp_top {
    display: block;
    position: relative;
    z-index: 0;
    margin-bottom: -300px;
  }
}
#benefit-lp .benefit-section_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (width < 768px) {
  #benefit-lp .benefit-section_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }
}
#benefit-lp .benefit-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 474px;
  background: linear-gradient(180deg, #ebf3ff, #ebf3ff 70%, #fff 70%, #fff);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_pc_bg {
    display: none;
  }
}
@media (width < 768px) {
  #benefit-lp .benefit-hero {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-size: 100% auto;
    background: linear-gradient(180deg, #ebf3ff, #ebf3ff 90%, #fff 90%, #fff);
  }
}
#benefit-lp .benefit-hero_text_wrap {
  position: absolute;
  top: 54px;
  left: 99px;
  width: 768px;
  padding: 0;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_text_wrap {
    width: 100%;
    padding: 240px 8% 160px;
    position: relative;
    top: unset;
    left: unset;
    max-width: 100%;
    height: auto;
    background-image: url(../../benefit/top/image/sp_hero_bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
#benefit-lp .benefit-hero_title {
  font-weight: 700;
  font-size: 40px;
  color: #2864f0;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_title {
    font-size: 28px;
  }
}
#benefit-lp .benefit-hero_subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-left: 2px;
  line-height: 1.5;
  margin-top: 24px;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_subtitle {
    font-size: 16px;
  }
}
#benefit-lp .benefit-hero_ctas {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_ctas {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
#benefit-lp .benefit-hero_ctas .cta_bottun {
  background-color: #fa6414;
  display: flex;
  align-items: center;
  padding: 0 60px;
  line-height: 1.4;
  height: 64px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 32px;
  position: relative;
}
@media (768px <= width) {
  #benefit-lp .benefit-hero_ctas .cta_bottun {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .benefit-hero_ctas .cta_bottun:hover {
    background-color: #d44d05;
  }
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_ctas .cta_bottun {
    width: 100%;
    height: 52px;
    font-size: 16px;
    max-width: 460px;
    padding: 0 5%;
    justify-content: center;
  }
}
#benefit-lp .benefit-hero_ctas .cta_bottun .icon_arrow {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#benefit-lp .benefit-hero_ctas .cta_bottun._primary {
  color: #fff;
}
#benefit-lp .benefit-hero_ctas .cta_bottun._secondary {
  background-color: #fff;
  color: #fa6414;
  border: 3px solid #fa6414;
}
@media (768px <= width) {
  #benefit-lp .benefit-hero_ctas .cta_bottun._secondary {
    transition: color 0.3s ease;
  }
  #benefit-lp .benefit-hero_ctas .cta_bottun._secondary:hover {
    color: #d44d05;
    border-color: #d44d05;
  }
  #benefit-lp .benefit-hero_ctas .cta_bottun._secondary:hover .icon_arrow {
    transition: background-color 0.3s ease;
    background-color: #d44d05;
  }
}
#benefit-lp .benefit-hero_ctas .cta_bottun._secondary .icon_arrow {
  background-color: #fa6414;
}
#benefit-lp .benefit-hero_ctas .cta_bottun._secondary .icon_arrow svg path {
  stroke: #fff;
}
#benefit-lp .benefit-hero_badge {
  position: absolute;
  top: 175px;
  right: 70px;
  width: 157px;
  height: 157px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  color: #2864f0;
  letter-spacing: -0.5px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: 0 0 0 3px #fff;
  border: #aac8ff 3px solid;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_badge {
    top: 105px;
    right: 5%;
    width: 122px;
    height: 122px;
    gap: 4px;
  }
}
#benefit-lp .benefit-hero_badge .badge-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_badge .badge-text {
    font-size: 12px;
  }
}
#benefit-lp .benefit-hero_badge .badge-text.strong {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 3px solid #ffb91e;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_badge .badge-text.strong {
    font-size: 20px;
  }
}
#benefit-lp .benefit-hero_badge .badge-text.strong b {
  font-size: 32px;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_badge .badge-text.strong b {
    font-size: 24px;
  }
}
#benefit-lp .benefit-hero_badge .badge-text.middle {
  font-size: 22px;
  padding-left: 10px;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_badge .badge-text.middle {
    font-size: 18px;
  }
}
#benefit-lp .closeup-service {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (width < 768px) {
  #benefit-lp .closeup-service {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    padding-top: 60px;
  }
}
#benefit-lp .closeup-service_item {
  flex-basis: 504px;
  height: 118px;
  z-index: 2;
  border-radius: 62.5px;
  background-color: #2864f0;
  font-weight: 700;
  position: relative;
}
@media (768px <= width) {
  #benefit-lp .closeup-service_item {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .closeup-service_item:hover {
    background-color: #0f49d1;
  }
}
#benefit-lp .closeup-service_item._secondary {
  background-color: #1e46aa;
}
@media (768px <= width) {
  #benefit-lp .closeup-service_item._secondary {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .closeup-service_item._secondary:hover {
    background-color: #183888;
  }
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item {
    flex-basis: 100%;
    max-width: 100%;
    height: 92px;
  }
}
#benefit-lp .closeup-service_item_sub {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border: 3px solid #2864f0;
  border-radius: 15px;
  text-align: center;
  padding: 3px 0;
  width: 195px;
  height: 31px;
  line-height: 1;
  font-size: 16px;
  top: -12px;
  left: 60px;
}
#benefit-lp .closeup-service_item_sub._secondary {
  border-color: #1e46aa;
  color: #1e46aa;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item_sub {
    width: 170px;
    height: 28px;
    font-size: 14px;
    left: 40%;
    margin-left: -85px;
  }
}
#benefit-lp .closeup-service_item_sub_b {
  font-size: 34px;
  position: absolute;
  font-weight: 500;
  top: 40px;
  left: 25px;
  line-height: 1;
  transform: scaleY(1.2);
  color: #fff;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item_sub_b {
    font-size: 22px;
    top: 36px;
    left: 20px;
  }
}
#benefit-lp .closeup-service_item_text {
  font-size: 20px;
  text-align: center;
  width: 296px;
  height: 100%;
  line-height: 1.4;
  padding-left: 40px;
  padding-bottom: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item_text {
    width: 77%;
    height: 92px;
    padding-left: 20px;
    font-size: 16px;
  }
}
#benefit-lp .closeup-service_item_img {
  width: 208px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item_img {
    width: 103px;
    height: auto;
  }
  #benefit-lp .closeup-service_item_img.capsule_2 {
    width: 90px;
    height: auto;
  }
}
#benefit-lp .closeup-service_item_icon {
  position: absolute;
  left: 160px;
  bottom: 10px;
  width: 18px;
  height: 18px;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_item_icon {
    width: 16px;
    height: 16px;
    left: 60%;
    margin-left: -65px;
  }
}
#benefit-lp .closeup-service_item_icon svg {
  width: 18px;
  height: 18px;
}
#benefit-lp .closeup-service_item_icon svg path {
  stroke: #fff;
}
#benefit-lp .closeup-service_deco-left {
  position: absolute;
  top: -153px;
  left: -60px;
  width: 296px;
  height: 307px;
  z-index: 1;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_deco-left {
    scale: 0.8;
  }
}
#benefit-lp .closeup-service_deco-right {
  position: absolute;
  top: -130px;
  right: -30px;
  width: 172px;
  height: 311px;
  z-index: 1;
}
@media (width < 768px) {
  #benefit-lp .closeup-service_deco-right {
    scale: 0.8;
  }
}
#benefit-lp .description_head {
  width: 1040px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media (width < 768px) {
  #benefit-lp .description_head {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
#benefit-lp .description_text {
  flex-basis: 583px;
}
@media (width < 768px) {
  #benefit-lp .description_text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#benefit-lp .description_text_p {
  margin-top: 20px;
  font-weight: 700;
}
#benefit-lp .description_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #2864f0;
}
@media (width < 768px) {
  #benefit-lp .description_title {
    font-size: 20px;
    text-align: center;
  }
}
#benefit-lp .description_title b {
  font-size: 40px;
  display: block;
  line-height: 1;
  padding: 4px 0 16px;
}
@media (width < 768px) {
  #benefit-lp .description_title b {
    font-size: 28px;
    line-height: 1.4;
    display: inline;
    padding: 0;
  }
}
#benefit-lp .description_sub {
  flex-basis: 415px;
}
@media (width < 768px) {
  #benefit-lp .description_sub {
    flex-basis: auto;
  }
}
#benefit-lp .description_sub_list {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 14px;
}
#benefit-lp .description_sub_list li {
  display: flex;
}
#benefit-lp .description_sub_list li span {
  display: inline-block;
  margin-right: 1em;
}
#benefit-lp .sec1 {
  width: 1200px;
  margin: 100px auto auto;
  padding: 80px;
  border-radius: 20px;
  background-color: #ebf3ff;
}
@media (width < 768px) {
  #benefit-lp .sec1 {
    width: 100%;
    margin-top: 40px;
    max-width: 100%;
    padding: 60px 20px 40px;
  }
}
#benefit-lp .sec1_subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#benefit-lp .sec1_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  color: #2864f0;
}
@media (width < 768px) {
  #benefit-lp .sec1_title {
    line-height: 1.5;
    margin-top: 6px;
    font-size: 24px;
  }
}
#benefit-lp .sec1_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 1040px;
  margin: 80px auto auto;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
#benefit-lp .sec1_contents_item {
  flex-basis: 500px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#benefit-lp .sec1_contents_item_head {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  height: 122px;
  position: relative;
  padding: 30px 10px 32px 20px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_head {
    height: 140px;
    align-items: center;
    padding: 10px 10px 16px;
    letter-spacing: -0.4px;
  }
}
#benefit-lp .sec1_contents_item_head.is-open {
  border-radius: 12px 12px 0 0;
}
#benefit-lp .sec1_contents_item_head_title {
  font-size: 18px;
  font-weight: 700;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_head_title {
    font-size: 15px;
  }
}
#benefit-lp .sec1_contents_item_head_title b {
  color: #2864f0;
  font-size: 24px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_head_title b {
    display: block;
    font-size: 18px;
  }
}
#benefit-lp .sec1_contents_item_head_icon {
  width: 68px;
  height: 59px;
  padding: 3px;
  margin-right: 10px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_head_icon {
    width: 30px;
    height: auto;
  }
}
#benefit-lp .sec1_contents_item_button {
  position: absolute;
  background-color: #2864f0;
  color: #fff;
  padding: 4px 20px 6px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  bottom: -18px;
  width: 200px;
  height: 36px;
  left: 154px;
}
@media (768px <= width) {
  #benefit-lp .sec1_contents_item_button {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .sec1_contents_item_button:hover {
    background-color: #0f49d1;
  }
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_button {
    left: 50%;
    margin-left: -100px;
  }
}
#benefit-lp .sec1_contents_item_button.is-open {
  background-color: #143278;
}
@media (768px <= width) {
  #benefit-lp .sec1_contents_item_button.is-open {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .sec1_contents_item_button.is-open:hover {
    background-color: #102860;
  }
}
#benefit-lp .sec1_contents_item_body {
  background-color: #2864f0;
  border-radius: 0 0 12px 12px;
  color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (768px <= width) {
  #benefit-lp .sec1_contents_item_body {
    height: 0px;
  }
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body {
    max-height: 0px;
  }
}
#benefit-lp .sec1_contents_item_body_inner {
  padding: 40px 32px 32px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body_inner {
    padding: 30px 16px 16px;
  }
}
@media (768px <= width) {
  #benefit-lp .sec1_contents_item_body.is-open {
    height: 240px;
  }
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body.is-open {
    max-height: 300px;
  }
}
#benefit-lp .sec1_contents_item_body_title {
  font-size: 18px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body_title {
    font-size: 16px;
  }
}
#benefit-lp .sec1_contents_item_body_title b {
  display: inline-block;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 4px;
  text-decoration-color: #ffb91e;
  text-underline-offset: 8px;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body_title b {
    line-height: 1.8;
    font-size: 17px;
  }
}
#benefit-lp .sec1_contents_item_body_text {
  margin-top: 20px;
  font-size: 15px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body_text {
    font-size: 14px;
  }
}
#benefit-lp .sec1_contents_item_body_text b {
  font-size: 16px;
}
@media (width < 768px) {
  #benefit-lp .sec1_contents_item_body_text b {
    font-size: 14px;
  }
}
#benefit-lp .sec1_description {
  text-align: center;
  margin: 60px 0 0;
}
@media (width < 768px) {
  #benefit-lp .sec1_description {
    text-align: left;
    margin: 40px 6px;
  }
}
#benefit-lp .sec_bottom_cta {
  margin-top: 120px;
  background-color: #23418c;
  min-height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta {
    padding: 50px 32px;
    margin-top: 60px;
  }
}
#benefit-lp .sec_bottom_cta_horizontal {
  display: flex;
  gap: 40px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_horizontal {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
#benefit-lp .sec_bottom_cta_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_title {
    font-size: 18px;
  }
}
#benefit-lp .sec_bottom_cta_title._middle {
  font-size: 20px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_title._middle {
    font-size: 18px;
  }
}
#benefit-lp .sec_bottom_cta_deco {
  position: absolute;
}
#benefit-lp .sec_bottom_cta_deco.sec1_bottom_cta_deco {
  bottom: 0;
  left: 10%;
  width: 77px;
  height: 132px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_deco.sec1_bottom_cta_deco {
    bottom: unset;
    top: -56px;
    left: 40px;
  }
}
#benefit-lp .sec_bottom_cta_deco.sec2_bottom_cta_deco {
  bottom: -26px;
  right: 100px;
  width: 74.5px;
  height: 109px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_deco.sec2_bottom_cta_deco {
    bottom: unset;
    top: -56px;
    right: 20px;
    scale: 0.8;
  }
}
#benefit-lp .sec_bottom_cta_deco.sec3_bottom_cta_deco {
  bottom: -26px;
  left: 100px;
  width: 142.5px;
  height: 116px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_deco.sec3_bottom_cta_deco {
    bottom: -56px;
    left: 0;
    scale: 0.8;
  }
}
#benefit-lp .sec_bottom_cta_deco.sec5_bottom_cta_deco {
  bottom: -26px;
  right: 150px;
  width: 162.5px;
  height: 197.5px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_deco.sec5_bottom_cta_deco {
    top: -56px;
    right: -70px;
    scale: 0.8;
  }
}
#benefit-lp .sec_bottom_cta_link {
  background-color: #fa6414;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  width: 560px;
  line-height: 1.4;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  position: relative;
  color: #fff;
  border: 3px solid #fff;
}
@media (768px <= width) {
  #benefit-lp .sec_bottom_cta_link {
    transition: background-color 0.3s ease;
  }
  #benefit-lp .sec_bottom_cta_link:hover {
    background-color: #d44d05;
  }
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_link {
    max-width: 325px;
    width: 325px;
    height: 67px;
  }
}
#benefit-lp .sec_bottom_cta_link .icon_arrow {
  position: absolute;
  right: 12px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#benefit-lp .sec_bottom_cta_link._middle {
  width: 408px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_link._middle {
    max-width: 325px;
    width: 325px;
  }
}
#benefit-lp .sec_bottom_cta_link._small {
  width: 324px;
  height: 60px;
  font-size: 16px;
}
@media (width < 768px) {
  #benefit-lp .sec_bottom_cta_link._small {
    max-width: 100%;
    padding: 0 30px 0 16px;
    height: 52px;
  }
}
#benefit-lp .sec_bottom_cta_link._primary {
  color: #fff;
}
#benefit-lp .sec_bottom_cta_link._secondary {
  background-color: #fff;
  color: #fa6414;
  border: 3px solid #fff;
}
@media (768px <= width) {
  #benefit-lp .sec_bottom_cta_link._secondary {
    transition: opacity 0.3s ease;
  }
  #benefit-lp .sec_bottom_cta_link._secondary:hover {
    opacity: 0.8;
  }
}
#benefit-lp .sec_bottom_cta_link._secondary .icon_arrow {
  background-color: #fa6414;
}
#benefit-lp .sec_bottom_cta_link._secondary .icon_arrow svg path {
  stroke: #fff;
}
@media (width < 768px) {
  #benefit-lp .sec2 {
    overflow: hidden;
  }
}
#benefit-lp .sec2_title {
  margin: 0 auto;
  width: 1400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  #benefit-lp .sec2_title {
    width: 100%;
    max-width: 100%;
  }
}
#benefit-lp .sec2_content_head {
  text-align: center;
}
#benefit-lp .sec2_content_head_description {
  font-size: 20px;
  line-height: 1.5;
  width: 758px;
  margin: 20px auto auto;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_head_description {
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 16px;
  }
}
#benefit-lp .sec2_content_head_logo {
  width: 294px;
  height: auto;
}
#benefit-lp .sec2_content_head h3 {
  color: #2864f0;
  font-size: 34px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_head h3 {
    font-size: 24px;
  }
}
#benefit-lp .sec2_content_body {
  position: relative;
  display: flex;
  width: 1040px;
  margin: 20px auto auto;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
#benefit-lp .sec2_content_body._reverse {
  flex-direction: row-reverse;
}
#benefit-lp .sec2_content_body._no_flex {
  display: block;
}
#benefit-lp .sec2_content_body.service_list {
  width: 1040px;
  margin: 60px auto auto;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body.service_list {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}
#benefit-lp .sec2_content_body.service_list .l-tile_item {
  height: 174px;
  text-align: center;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body.service_list .l-tile_item {
    height: 140px;
  }
}
#benefit-lp .sec2_content_body.service_list .l-tile_item .c-borderedBox-light {
  border-color: #1e46aa;
  border-width: 1px;
}
#benefit-lp .sec2_content_body.service_list .service_list_text {
  font-size: 14px;
}
#benefit-lp .sec2_content_body.service_list_notice {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}
#benefit-lp .sec2_content_body_catch {
  flex-basis: 447px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_catch {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    right: -40px;
  }
}
#benefit-lp .sec2_content_body_catch._sec3 {
  flex-basis: 410px;
  width: 410px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_catch._sec3 {
    right: 0;
  }
}
#benefit-lp .sec2_content_body_catch_notice {
  margin-top: 16px;
  font-size: 12px;
  white-space: nowrap;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_catch_notice {
    white-space: normal;
  }
}
#benefit-lp .sec2_content_body_list {
  margin-top: 40px;
}
#benefit-lp .sec2_content_body_list._sec3 {
  margin-right: 24px;
}
#benefit-lp .sec2_content_body_list svg {
  flex-basis: 36px;
  width: 36px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_list svg {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
}
#benefit-lp .sec2_content_body_list_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  margin-top: 24px;
}
#benefit-lp .sec2_content_body_list_item p {
  max-width: 87%;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_list_item p {
    font-size: 16px;
  }
}
#benefit-lp .sec2_content_body_list_item b {
  color: #23418c;
  font-size: 24px;
  display: inline-block;
  text-decoration-color: #23418c;
  text-underline-offset: 6px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_body_list_item b {
    font-size: 20px;
  }
}
#benefit-lp .sec2_content_deco {
  position: absolute;
}
#benefit-lp .sec2_content_deco._left {
  top: 250px;
  left: -70px;
  width: 130.5px;
  height: 175px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_deco._left {
    top: 160px;
    left: -60px;
    scale: 0.8;
  }
}
#benefit-lp .sec2_content_deco._right {
  top: -70px;
  right: -110px;
  width: 198px;
  height: 311px;
}
@media (width < 768px) {
  #benefit-lp .sec2_content_deco._right {
    top: 100px;
    right: -120px;
    scale: 0.7;
  }
}
#benefit-lp .function_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (width < 768px) {
  #benefit-lp .function_list {
    gap: 20px;
  }
}
#benefit-lp .function_list_item {
  flex-basis: 236px;
  background-color: #ebf3ff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 40px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  padding: 30px 28px;
  align-items: center;
  justify-items: center;
}
@media (width < 768px) {
  #benefit-lp .function_list_item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 20px 10px;
  }
}
#benefit-lp .function_list_item_thumb {
  max-height: 90px;
  width: auto;
}
@media (width < 768px) {
  #benefit-lp .function_list_item_thumb {
    scale: 0.7;
  }
}
#benefit-lp .function_list_item_thumb.maxHeight102 {
  max-height: 102px;
}
#benefit-lp .function_list_item_thumb.maxHeight70 {
  max-height: 70px;
}
#benefit-lp .function_list_item_title {
  text-align: center;
}
#benefit-lp .function_list_item_summary {
  font-size: 14px;
  align-self: flex-start;
}
@media (width < 768px) {
  #benefit-lp .sec3 {
    overflow: hidden;
  }
}
#benefit-lp .sec3_content_head_logo {
  width: 153.5px;
  height: 30.5px;
}
#benefit-lp .sec3_content_deco {
  position: absolute;
}
#benefit-lp .sec3_content_deco._left {
  top: 300px;
  left: -110px;
  width: 70.5px;
  height: 163px;
}
@media (width < 768px) {
  #benefit-lp .sec3_content_deco._left {
    top: 150px;
    left: -40px;
    scale: 0.7;
  }
}
#benefit-lp .sec3_content_deco._right {
  top: -110px;
  right: -140px;
  width: 133.5px;
  height: 290px;
}
@media (width < 768px) {
  #benefit-lp .sec3_content_deco._right {
    top: -40px;
    right: -50px;
    scale: 0.8;
    object-fit: cover;
    height: 180px;
    object-position: bottom;
  }
}
#benefit-lp .sec4_content {
  width: 1200px;
  margin: 100px auto auto;
  padding: 80px;
  border-radius: 20px;
  background-color: #ebf3ff;
}
@media (width < 768px) {
  #benefit-lp .sec4_content {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px 40px;
  }
}
#benefit-lp .sec4_content_subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_subtitle {
    font-size: 18px;
  }
}
@media (width <= 375px) {
  #benefit-lp .sec4_content_subtitle {
    font-size: 16px;
  }
}
#benefit-lp .sec4_content_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  color: #2864f0;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_title {
    line-height: 1.5;
    margin-top: 6px;
    font-size: 24px;
  }
}
@media (width <= 375px) {
  #benefit-lp .sec4_content_title {
    font-size: 20px;
  }
}
#benefit-lp .sec4_content_summary {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_summary {
    font-size: 16px;
    text-align: left;
    font-feature-settings: 'palt';
  }
}
#benefit-lp .sec4_content_body {
  display: flex;
  margin-top: 60px;
  gap: 32px;
}
@media (768px <= width) {
  #benefit-lp .sec4_content_body {
    min-width: 1040px;
    width: 1040px;
    margin: 60px auto auto;
  }
}
@media (width < 768px) {
  #benefit-lp .sec4_content_body {
    margin-top: 10px;
    overflow: hidden;
  }
}
#benefit-lp .sec4_content_body .swiper-slide {
  flex-basis: 320px;
  width: 320px;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_body .swiper-slide {
    max-width: 100%;
  }
}
@media (width < 376px) {
  #benefit-lp .sec4_content_body .swiper-slide {
    flex-basis: 240px;
    width: 240px;
  }
}
#benefit-lp .sec4_content_body_item {
  flex-basis: 320px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 532px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_body_item img {
    display: block;
    margin: auto;
    max-height: 100%;
    width: auto;
  }
}
@media (width < 376px) {
  #benefit-lp .sec4_content_body_item {
    grid-template-rows: 100px 3fr 1fr;
  }
}
#benefit-lp .sec4_content_body_item_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1e46aa;
  align-self: center;
}
@media (width < 768px) {
  #benefit-lp .sec4_content_body_item_title {
    font-size: 17px;
  }
}
#benefit-lp .sec4_content_body_item_notice {
  font-size: 12px;
  color: #6d6e6b;
}
#benefit-lp .sec4_content_body_item_notice a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
#benefit-lp .sec4_cta_box {
  width: 1040px;
  padding: 40px;
  margin: 80px auto auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #23418c;
  border-radius: 20px;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#benefit-lp .sec4_cta_box_img {
  flex-basis: 460px;
  width: 460px;
  border-radius: 16px;
  overflow: hidden;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_img {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#benefit-lp .sec4_cta_box_content {
  flex-basis: 460px;
  width: 460px;
  color: #fff;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#benefit-lp .sec4_cta_box_content_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_content_title {
    font-size: 28px;
    justify-content: center;
  }
}
#benefit-lp .sec4_cta_box_content_title_eyecache {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_content_title_eyecache {
    width: 60px;
    height: 60px;
    padding: 16px;
    margin-left: -20px;
  }
}
#benefit-lp .sec4_cta_box_content_list {
  margin-top: 18px;
}
#benefit-lp .sec4_cta_box_content_list dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_content_list dt {
    white-space: normal;
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
  }
}
#benefit-lp .sec4_cta_box_content_list dd {
  font-size: 18px;
  margin-top: 4px;
  margin-left: 10px;
  line-height: 1.5;
}
@media (width < 768px) {
  #benefit-lp .sec4_cta_box_content_list dd {
    font-size: 14px;
    text-align: left;
    margin-left: 0;
  }
}
#benefit-lp .sec5 {
  background-color: #dce8ff;
}
#benefit-lp .sec5_hero {
  width: 1400px;
  height: 524px;
  background-image: url(../../benefit/top/image/sec5_eyecatch.png);
  background-size: 1400px 524px;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 40px 0;
  position: relative;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero {
    width: 100%;
    max-width: 100%;
    background-image: url(../../benefit/top/image/sec5_hero_sp.png);
    background-size: 100% auto;
    background-color: #ebf3ff;
    background-position: center top;
    height: auto;
    display: block;
    padding-top: 50px;
  }
}
#benefit-lp .sec5_hero_illust_right {
  display: none;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_illust_right {
    display: block;
    position: absolute;
    top: 96px;
    right: 0;
    width: 59px;
    height: 160px;
  }
}
#benefit-lp .sec5_hero_illust_left {
  display: none;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_illust_left {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    width: 144.5px;
    height: 237px;
  }
}
#benefit-lp .sec5_hero_inner {
  width: 764px;
  height: 387px;
  margin: auto;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_inner {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
#benefit-lp .sec5_hero_subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_subtitle {
    font-size: 18px;
  }
}
#benefit-lp .sec5_hero_title {
  font-size: 34px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  color: #2864f0;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_title {
    font-size: 24px;
  }
}
#benefit-lp .sec5_hero_summary {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media (width < 768px) {
  #benefit-lp .sec5_hero_summary {
    font-size: 16px;
    text-align: left;
    padding: 0 32px;
  }
}
#benefit-lp .sec5_hero_summary b {
  color: #1e46aa;
}
#benefit-lp .sec5_hero_noice {
  font-size: 12px;
  line-height: 1.5;
  width: 85%;
  margin: 30px auto auto;
  color: #6d6e6b;
}
#benefit-lp .sec5_hero_noice_text {
  display: flex;
  gap: 4px;
}
#benefit-lp .sec5_hero_noice a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
#benefit-lp .recommend_kb_article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}
#benefit-lp .recommend_kb_article_item {
  flex-basis: 348px;
  width: 348px;
}
#benefit-lp .recommend_kb_article_item_title {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
  color: #333;
}
@media (width < 768px) {
  #benefit-lp .benefit-hero_title {
    font-size: 24px;
  }
}
@media (width < 768px) {
  .br-sp {
    display: block !important;
  }
}
@media (768px <= width) {
  .br-sp {
    display: none !important;
  }
}
@media (width < 768px) {
  .br-pc {
    display: none !important;
  }
}
@media (768px <= width) {
  .br-pc {
    display: block !important;
  }
}
@media (width < 768px) {
  .flex-sp {
    display: flex !important;
  }
}
@media (768px <= width) {
  .flex-sp {
    display: none !important;
  }
}
@media (width < 768px) {
  .flex-pc {
    display: none !important;
  }
}
@media (768px <= width) {
  .flex-pc {
    display: flex !important;
  }
}
.sec1_contents_item_button {
  position: relative;
  cursor: pointer;
}
.sec1_contents_item_button:after {
  position: absolute;
  right: 15px;
  content: '';
  width: 18px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  border-radius: 2px;
}
.sec1_contents_item_button:before {
  position: absolute;
  right: 23px;
  content: '';
  width: 2px;
  height: 18px;
  background-color: #fff;
  top: 8px;
  border-radius: 2px;
  transform: scaleY(1);
  transition: transform 0.3s ease;
}
.sec1_contents_item_button.is-open:before {
  transform: scaleY(0);
}
