@charset "UTF-8";
* {
  margin: 0;
}
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #333;
  margin: 0 auto;
}
body.modal-open {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.c-blue {
  color: #3688FF;
}

.c-blue3 {
  color: #4641A3;
}

.u-sp, .u-pc_large {
  display: none;
}

@media screen and (max-width: 1151px) {
  .u-pc_large {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.container .row {
  display: flex;
}

.d-f {
  display: flex;
}

.c-btn {
  color: #fff;
  background: url(../images/icon_ext_white.svg) no-repeat right 16px center #3688FF;
  padding: 8px 20px;
  padding-right: 46px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.c-btn:hover {
  background-color: #2B6ECF;
}
.c-btn_w {
  color: #3688FF;
  background: url(../images/icon_ext_blue.svg) no-repeat right 25px center #fff;
  border-radius: 84px;
  border: 2px solid #3688FF;
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 34px;
  padding-right: 57px;
  letter-spacing: 1px;
}
.c-btn_w:hover {
  background: url(../images/icon_ext_white.svg) no-repeat right 25px center #3688FF;
  background-size: 32px auto;
  color: #fff;
}

.txt-center {
  text-align: center;
  justify-content: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

header {
  margin: 0 auto;
  border-bottom: 1px solid #DDD;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding: 15px 0px 14px;
}
@media screen and (max-width: 959px) {
  header {
    padding: 11px 0 12px;
  }
}
header .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 24px;
}
@media screen and (max-width: 1151px) {
  header .header_wrap {
    padding: 0 16px;
  }
}
header .header_left {
  display: flex;
}
header .header_left-logo {
  padding-right: 33px;
}
@media screen and (max-width: 959px) {
  header .header_left-logo {
    max-width: 124px;
    padding-right: 0;
  }
}
@media (min-width: 1152px) {
  header .header_left-menu {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (max-width: 1151px) {
  header .header_left-menu {
    position: absolute;
    width: 100%;
    top: calc(100% + 12px);
    left: 0;
    display: none;
    background-color: #FFF;
  }
}
header .header_left-menu li {
  padding: 0 10px;
}
header .header_left-menu li:last-child {
  display: none;
}
@media screen and (max-width: 1151px) {
  header .header_left-menu li {
    display: block;
    padding: 16px;
    border-top: 1px solid #DDD;
  }
  header .header_left-menu li:last-child {
    display: block;
    border-bottom: 1px solid #DDD;
  }
}
@media screen and (max-width: 959px) {
  header .header_left-menu li a {
    display: block;
  }
}
header .header_right {
  display: flex;
  align-items: center;
}
header .header_right a {
  margin-left: 20px;
  font-size: 14px;
  border-radius: 100px;
}
@media screen and (max-width: 1151px) {
  header .header_right a {
    border-radius: 8px;
  }
  header .header_right a:last-of-type {
    display: none;
  }
}
header .header_right .c-btn {
  margin-left: 8px;
}
@media screen and (max-width: 959px) {
  header .header_right .c-btn {
    padding-left: 15px;
    padding-left: 13px;
    padding-right: 34px;
    line-height: 14px;
    background-position: right 7px center;
  }
}
header .header_right .show-menu {
  display: none;
}
@media screen and (max-width: 1151px) {
  header .header_right .show-menu {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-left: 12px;
  }
  header .header_right .show-menu .close-menu {
    display: none;
  }
}

.main_kv {
  align-items: center;
  text-align: center;
  background: url(../images/bg_kv_pc.webp) top center no-repeat;
  background-size: 100% auto;
  font-weight: 600;
  padding-top: 13px;
}
@media screen and (max-width: 959px) {
  .main_kv {
    background-image: url(../images/bg_kv_sp.webp);
    font-size: 24px;
    padding-top: 40px;
  }
}
.main_kv_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .main_kv_content {
    display: block;
    padding: 0 20px;
  }
}
.main_kv_content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.main_kv_content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .main_kv_content p {
    margin-bottom: 15px;
  }
  .main_kv_content p img {
    max-width: 87%;
  }
}
.main_kv_content .kv_left {
  padding-left: 7%;
  padding-bottom: 11px;
  padding-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .main_kv_content .kv_left {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main_kv_content .kv_right {
  padding-top: 11px;
}
@media screen and (max-width: 959px) {
  .main_kv_content .kv_right {
    padding-top: 28px;
  }
}
@media screen and (max-width: 959px) {
  .main_kv_content .btn_group {
    padding-top: 3px;
  }
}
.main_kv_content .c-btn {
  margin: 0 4px;
  font-size: 20px;
  padding: 12px 63px 12px 38px;
  background-position: right 30px center;
}
@media screen and (max-width: 959px) {
  .main_kv_content .c-btn {
    padding: 12px 53px 12px 23px;
    background-position: right 23px center;
  }
}

.l-content_top {
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .l-content_top {
    padding: 0 15px;
  }
}
.l-content_top .news {
  max-width: 1000px;
  margin: 29px auto 32px;
  border: 1px solid #DDD;
  padding: 10px 0;
  display: flex;
  font-family: Verdana;
}
@media screen and (max-width: 959px) {
  .l-content_top .news {
    display: block;
    margin: 32px 10px;
    padding-top: 6px;
  }
}
.l-content_top .news_ttl {
  font-weight: 700;
  width: 187px;
  text-align: center;
  padding-top: 11px;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_ttl {
    padding-top: 0;
    font-size: 15px;
    width: 100%;
    text-align: left;
    padding-left: 14px;
  }
}
.l-content_top .news_list {
  font-weight: 700;
  border-left: 1px solid #EEE;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  flex: 1;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list {
    padding-left: 11px;
    padding-top: 16px;
    padding-right: 12px;
  }
}
.l-content_top .news_list_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list_item {
    display: block;
    margin-bottom: 5px;
  }
}
.l-content_top .news_list_item:last-of-type {
  margin-bottom: 0;
}
.l-content_top .news_list_item-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list_item-group {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.l-content_top .news_list_item-date {
  margin-right: 26px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list_item-date {
    margin-right: 10px;
  }
}
.l-content_top .news_list_item-cat {
  border-radius: 2px;
  min-width: 114px;
  background: #455A64;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list_item-cat {
    margin-right: 0;
    padding: 2px;
  }
}
.l-content_top .news_list_item-ttl {
  font-weight: 400;
  color: #2E2290;
  font-family: Verdana;
  text-decoration: underline;
  padding-left: 10px;
  padding-top: 5px;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list_item-ttl {
    font-size: 14px;
    padding-left: 0;
    padding-top: 10px;
    line-height: 21px;
  }
}
.l-content_top .news_list-readmore {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #2E2290;
  padding-right: 11px;
}
@media screen and (max-width: 959px) {
  .l-content_top .news_list-readmore {
    padding-right: 0;
    padding-top: 11px;
  }
}
.l-content_top .news_list-readmore a {
  position: relative;
  text-decoration: underline;
  padding-right: 10px;
}
.l-content_top .news_list-readmore a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 5.59px;
  height: 5.59px;
  transform: rotate(-45deg);
  border-right: 1px solid #2E2290;
  border-bottom: 1px solid #2E2290;
}
.l-content_top .ttl {
  font-weight: 600;
}
.l-content_top .ttl h4 {
  position: relative;
  font-size: 24px;
  padding-bottom: 7px;
}
@media screen and (max-width: 959px) {
  .l-content_top .ttl h4 {
    font-size: 20px;
  }
}
.l-content_top .ttl h4 span {
  color: #3688FF;
}
.l-content_top .ttl h4 span:nth-child(even) {
  color: #4641A3;
}
.l-content_top .ttl h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #3688FF;
  margin: 6px auto 0;
}
.l-content_top .ttl h2 {
  font-size: 38px;
}
@media screen and (max-width: 959px) {
  .l-content_top .ttl h2 {
    font-size: 27px;
    line-height: 43.2px;
  }
}
.l-content_top .ttl h2 img {
  vertical-align: bottom;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .l-content_top .ttl h2 img {
    max-width: 79%;
    margin-bottom: 9px;
  }
}
.l-content_top .issues {
  padding: 88px 0 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues {
    padding-top: 49px;
    padding-bottom: 36px;
  }
}
.l-content_top .issues_comment {
  padding-top: 47px;
  color: #4641A3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment {
    flex-direction: column;
    padding-top: 3px;
    padding-left: 10px;
  }
}
.l-content_top .issues_comment_end {
  justify-content: end;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .l-content_top .issues_comment_end {
    padding-right: 35px;
  }
}
.l-content_top .issues_comment_item {
  border-radius: 16px;
  background: #EBF3FF;
  padding: 21px 15px 15px;
  position: relative;
  margin-bottom: 23px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment_item {
    padding-top: 7px;
    padding-bottom: 1px;
    margin-bottom: 26px;
  }
}
.l-content_top .issues_comment_item::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 30%;
  width: 22px;
  height: 18px;
  background: url(../images/icon-polygon_1.svg) center no-repeat;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment_item::before {
    background-size: 13px auto;
    bottom: -13px;
    left: 15%;
  }
}
.l-content_top .issues_comment_item p {
  margin-bottom: 8px;
  line-height: 31px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment_item p {
    line-height: 24px;
  }
}
.l-content_top .issues_comment_item span {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  background: linear-gradient(to top, #FFE066 25%, transparent 25%);
  padding: 0 5px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment_item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_1 {
    order: 2;
    padding-right: 19%;
  }
}
.l-content_top .issues_comment .item_1 .issues_comment_item {
  width: 285px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_1 .issues_comment_item {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_2 {
    order: 1;
    padding-left: 15%;
  }
}
.l-content_top .issues_comment .item_2 .issues_comment_item {
  margin-top: 24px;
  margin-right: 25px;
  width: 310px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_2 .issues_comment_item {
    width: 100%;
  }
  .l-content_top .issues_comment .item_2 .issues_comment_item::before {
    transform: scaleX(-1);
    left: auto;
    right: 27%;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_3 {
    order: 3;
    padding-left: 15%;
  }
}
.l-content_top .issues_comment .item_3 .issues_comment_item {
  width: 206px;
  padding-bottom: 10px;
}
.l-content_top .issues_comment .item_3 .issues_comment_item::before {
  transform: scaleX(-1);
  left: auto;
  right: 39%;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_3 .issues_comment_item {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 16px;
  }
  .l-content_top .issues_comment .item_3 .issues_comment_item::before {
    right: 16%;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_4 {
    padding-right: 29%;
  }
}
.l-content_top .issues_comment .item_4 .issues_comment_item {
  margin-right: 58px;
  margin-top: 29px;
  width: 310px;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_4 .issues_comment_item {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
}
.l-content_top .issues_comment .item_5 {
  padding-left: 9%;
}
.l-content_top .issues_comment .item_5 .issues_comment_item::before {
  transform: scaleX(-1);
  left: auto;
  right: 24%;
}
@media screen and (max-width: 959px) {
  .l-content_top .issues_comment .item_5 .issues_comment_item::before {
    right: 27%;
  }
}
.l-content_top .bg {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 80px 48px;
  border-radius: 80px;
  background: #EBF3FF;
}
@media screen and (max-width: 959px) {
  .l-content_top .bg {
    padding: 48px 10px 32px;
    border-radius: 40px;
    margin: 0 5px;
  }
}
.l-content_top .solutions {
  margin-bottom: 38px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions {
    margin-bottom: 31px;
  }
}
.l-content_top .solutions .ttl h4 {
  padding-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions .ttl h4 {
    padding-bottom: 9px;
  }
}
.l-content_top .solutions_content {
  padding-top: 49px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_content {
    padding-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_content_img {
    margin: 0 -11px;
  }
}
.l-content_top .solutions_content_txt {
  padding: 56px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_content_txt {
    font-size: 15px;
    line-height: 24px;
    padding: 24px 0;
  }
}
.l-content_top .solutions_list {
  display: flex;
  margin: 0 -12px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list {
    display: block;
    margin: 0 auto;
  }
}
.l-content_top .solutions_list_column {
  width: 33.333%;
  padding: 0 12px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list_column {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 6px;
  }
}
.l-content_top .solutions_list_item {
  border-radius: 16px;
  border: 4px solid #3688FF;
  height: 100%;
  background-color: #fff;
  padding: 32px 28px 32px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list_item {
    display: block;
    font-size: 16px;
    padding: 31px 12px;
  }
}
.l-content_top .solutions_list_item_ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 13px;
}
.l-content_top .solutions_list_item_ttl span {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list_item_ttl {
    font-size: 22px;
    line-height: 28.6px;
  }
  .l-content_top .solutions_list_item_ttl span {
    font-size: 30px;
  }
}
.l-content_top .solutions_list_item_txt {
  line-height: 28.8px;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list_item_txt {
    line-height: 25.6px;
  }
}
.l-content_top .solutions_list_item_img {
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  .l-content_top .solutions_list_item_img {
    max-width: 91%;
    margin: 0 auto;
  }
}
.l-content_top .contact {
  padding: 0 20px 40px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .l-content_top .contact {
    padding: 0 0 32px;
  }
}
.l-content_top .contact h2 {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .l-content_top .contact h2 {
    font-size: 26px;
  }
}
.l-content_top .contact h3 {
  font-size: 20px;
  letter-spacing: 2.7px;
  margin-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .l-content_top .contact h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.l-content_top .contact_link {
  padding-top: 16px;
}
@media screen and (max-width: 959px) {
  .l-content_top .contact_link {
    padding-top: 19px;
  }
}
.l-content_top .contact_link a {
  margin: 0 4px;
  padding: 14px 50px 14px 26px;
}
@media screen and (max-width: 959px) {
  .l-content_top .contact_link a {
    padding-right: 54px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 11px;
    background-position: right 29px center;
  }
}
@media screen and (min-width: 960px) {
  .l-content_top .easy_to_everyone {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .easy_to_everyone {
    padding-bottom: 48px;
  }
}
.l-content_top .easy_to_everyone .ttl h4 {
  letter-spacing: 0.72px;
  padding: 0;
}
.l-content_top .easy_to_everyone_content {
  margin-top: 62px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .l-content_top .easy_to_everyone_content {
    margin-top: 36px;
    font-size: 16px;
    line-height: 25.6px;
    padding: 0 6px;
  }
}
.l-content_top .easy_to_everyone_content h3 {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 3px solid #3688FF;
  padding: 0 17px 8px;
}
@media screen and (max-width: 959px) {
  .l-content_top .easy_to_everyone_content h3 {
    font-size: 21px;
    margin-bottom: 17px;
    padding: 0 0 8px;
    width: 100%;
  }
}
.l-content_top .easy_to_everyone_content-img {
  margin-bottom: 93px;
}
@media screen and (max-width: 959px) {
  .l-content_top .easy_to_everyone_content-img {
    margin-bottom: 78px;
  }
}
.l-content_top .easy_to_everyone_content-img:last-of-type {
  margin-bottom: 0;
}
.l-content_top .easy_to_everyone_content-img p {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .l-content_top .easy_to_everyone_content-img p {
    margin-top: 17px;
  }
}
.l-content_top .digital {
  padding-top: 41px;
  padding-bottom: 80px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .l-content_top .digital {
    padding-top: 47px;
    padding-bottom: 49px;
  }
}
.l-content_top .digital_content {
  padding-top: 24px;
}
@media screen and (max-width: 959px) {
  .l-content_top .digital_content {
    padding-top: 8px;
  }
}
.l-content_top .digital_content-img {
  padding-top: 34px;
}
@media screen and (max-width: 959px) {
  .l-content_top .digital_content-img {
    padding-top: 0;
    margin: 0 -2px;
  }
}
.l-content_top .features {
  padding-bottom: 47px;
}
@media screen and (max-width: 959px) {
  .l-content_top .features {
    padding-bottom: 27px;
    margin-bottom: 30px;
  }
}
.l-content_top .features_list {
  padding-top: 30px;
  margin: 0 -8px;
  padding-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .l-content_top .features_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 52px;
    padding-right: 52px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .features_list {
    padding-top: 21px;
    padding-bottom: 7px;
  }
}
.l-content_top .features_list_column {
  width: 25%;
  padding: 0 8px 16px;
}
@media screen and (max-width: 959px) {
  .l-content_top .features_list_column {
    width: 100%;
  }
}
.l-content_top .features_list_item {
  border-radius: 8px;
  border-left: 8px solid #3688FF;
  background-color: #FFF;
  height: 100%;
  padding: 36px 15px 15px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .l-content_top .features_list_item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.l-content_top .features_list_item h4 {
  font-size: 18px;
  margin-bottom: 21px;
}
@media screen and (max-width: 959px) {
  .l-content_top .features_list_item h4 {
    margin-bottom: 13px;
  }
}
.l-content_top .features_list_item h4 span {
  font-size: 14px;
}
.l-content_top .features_list_item p {
  padding-right: 14px;
  line-height: 22.4px;
}
.l-content_top .features_note {
  max-width: 514px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 16px 24px;
  font-size: 14px;
  border-radius: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .l-content_top .features_note {
    margin-top: 33px;
  }
}
.l-content_top .features_note h4 {
  margin-bottom: 8px;
  font-size: 16px;
}
.l-content_top .features_note p {
  line-height: 22.4px;
}
.l-content_top .cloud {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .l-content_top .cloud {
    padding-top: 55px;
  }
}
@media screen and (min-width: 960px) {
  .l-content_top .qa_list {
    padding: 64px 100px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .qa_list {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
.l-content_top .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.l-content_top .modal.is-active {
  display: flex;
}
.l-content_top .modal .overlay {
  background-color: rgba(10, 10, 10, 0.66);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-content_top .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 15px;
  border-bottom: 1px solid #E8E8E8;
}
.l-content_top .modal-card, .l-content_top .modal-content {
  position: relative;
}
.l-content_top .modal-content {
  margin: 0;
  background-color: #FFF;
  width: 37vw;
  min-width: 720px;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .l-content_top .modal-content {
    min-width: 100%;
    width: 90vw;
  }
}
.l-content_top .modal-body {
  max-height: calc(100vh - 140px);
  overflow: scroll;
}
@media screen and (max-width: 959px) {
  .l-content_top .modal-body {
    max-height: calc(100vh - 200px);
  }
}
.l-content_top .modal-card {
  background-color: #fff;
  gap: 40px;
  padding: 25px 22px 0px;
}
@media screen and (min-width: 960px) {
  .l-content_top .modal-card {
    display: flex;
  }
}
.l-content_top .modal-column {
  padding-bottom: 21px;
}
@media screen and (min-width: 960px) {
  .l-content_top .modal-column {
    width: calc(50% - 20px);
  }
}
.l-content_top .modal-column h3 {
  font-weight: 600;
  margin-top: 43px;
}
@media screen and (max-width: 959px) {
  .l-content_top .modal-column h3 {
    margin-top: 20px;
  }
}
.l-content_top .modal-column h3:first-of-type {
  margin-top: 0;
}
.l-content_top .modal-column h3 sup {
  font-size: 10px;
}
.l-content_top .modal-column ul {
  list-style: disc inside;
  padding-top: 8px;
}
.l-content_top .modal-column ul li {
  font-size: 14px;
  color: #1e1e1e;
  border-top: 1px solid #DDE8FE;
  padding: 6px;
}
.l-content_top .modal-column ul li:last-child {
  border-bottom: 1px solid #DDE8FE;
}
.l-content_top .modal-foot {
  padding: 0 24px 24px;
  font-size: 12px;
}
.l-content_top .modal .delete {
  user-select: none;
  -moz-appearance: none;
  background: none;
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 32px;
  outline: 0;
  position: relative;
  vertical-align: top;
  width: 32px;
}
.l-content_top .modal .delete::after, .l-content_top .modal .delete::before {
  background-color: #000;
  content: "";
  width: 2px;
  height: 50%;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.l-content_top .modal .delete::before {
  height: 2px;
  width: 50%;
}
.l-content_top .accordion {
  background-color: #FFF;
  margin-top: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .l-content_top .accordion {
    margin-top: 25px;
  }
}
.l-content_top .accordion_item {
  padding-left: 16px;
  padding-bottom: 2px;
  font-size: 18px;
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 959px) {
  .l-content_top .accordion_item {
    font-size: 16px;
    line-height: 28px;
  }
}
.l-content_top .accordion_item:first-child {
  border: none;
}
.l-content_top .accordion_item-tit {
  font-weight: 600;
  cursor: pointer;
  padding: 22px 16px 24px 44px;
  background: url(../images/icon-q.svg) center left no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-content_top .accordion_item-tit {
    padding-left: 53px;
    padding-top: 15px;
    background-position: top 15px left 10px;
    padding-bottom: 13px;
  }
}
.l-content_top .accordion_item-tit .accordion_btn {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 8px;
}
.l-content_top .accordion_item-tit .accordion_btn:hover {
  border-radius: 999px;
  background: #EFEFEF;
}
.l-content_top .accordion_item-tit .accordion_btn::before, .l-content_top .accordion_item-tit .accordion_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #1C1B1F;
  border-radius: 4px;
  transition: all 0.4s;
}
.l-content_top .accordion_item-tit .accordion_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-content_top .accordion_item-tit.on .accordion_btn::before {
  opacity: 0;
}
.l-content_top .accordion_item-tit.on .accordion_btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-content_top .accordion_item-content {
  display: none;
  padding: 20px 16px 16px 44px;
  background: url(../images/icon-a.svg) top 13px left no-repeat;
}
@media screen and (max-width: 959px) {
  .l-content_top .accordion_item-content {
    padding-top: 18px;
    padding-left: 54px;
    background-position: top 19px left 10px;
  }
}
.l-content_top .introduction {
  max-width: 1000px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 960px) {
  .l-content_top .introduction_list {
    padding-top: 108px;
    margin: 0 -15px;
    padding-top: 134px;
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list {
    padding-top: 93px;
  }
}
.l-content_top .introduction_list_column {
  width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list_column {
    width: 100%;
    margin-bottom: 108px;
    padding: 0 5px;
  }
}
.l-content_top .introduction_list_column:last-child .introduction_list_item::after {
  content: none;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list_column:last-child {
    margin-bottom: 0;
  }
}
.l-content_top .introduction_list_item {
  border-radius: 16px;
  border: 3px solid #3688FF;
  background: #fff;
  height: 100%;
  padding: 24px 21px 20px;
  padding-top: 55px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list_item {
    padding-bottom: 38px;
  }
}
.l-content_top .introduction_list_item::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  top: 0;
  right: -31px;
  background: url(../images/icon-polygon_3.svg) center center no-repeat;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list_item::after {
    right: 0;
    top: auto;
    bottom: -31px;
    width: 100%;
    height: 26px;
    transform: rotate(90deg);
  }
}
.l-content_top .introduction_list_item .img {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-content_top .introduction_list_item .img {
    top: -37%;
  }
  .l-content_top .introduction_list_item .img img {
    max-width: 35%;
  }
}
.l-content_top .introduction_list_item .ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-content_top .introduction_list_item .ttl img {
  flex-shrink: 0;
  margin-right: 10px;
}
.l-content_top .introduction_list_item p {
  line-height: 25.6px;
}
.l-content_top .understand_price {
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 66px;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price {
    padding-top: 46px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
    margin-bottom: 49px;
  }
}
.l-content_top .understand_price_plus {
  padding: 16px 0 24px;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_plus {
    padding-bottom: 26px;
  }
}
.l-content_top .understand_price .content {
  padding-left: 15px;
}
.l-content_top .understand_price_border {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 14px;
  padding-bottom: 11px;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_border {
    margin-bottom: 11px;
  }
}
.l-content_top .understand_price_ttl {
  font-size: 22px;
  font-weight: 600;
}
.l-content_top .understand_price_item {
  font-size: 22px;
}
.l-content_top .understand_price_item strong {
  font-weight: 600;
  font-size: 26px;
}
.l-content_top .understand_price_item .understand_price_border {
  padding-bottom: 8px;
  margin-bottom: 6px;
}
.l-content_top .understand_price_table {
  background: #fff;
  padding: 24px 32px;
  border-radius: 16px;
  max-width: 778px;
  margin: 38px auto 0;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_table {
    margin-top: 25px;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 960px) {
  .l-content_top .understand_price_table_row {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .l-content_top .understand_price_table_column {
    width: calc(50% - 20px);
  }
}
.l-content_top .understand_price_table_column ul {
  font-size: 18px;
}
.l-content_top .understand_price_table_column ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 45px;
  text-align: right;
  padding-left: 8px;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_table_column ul li {
    padding-right: 0;
    padding-left: 3px;
  }
}
.l-content_top .understand_price_table_column ul li strong {
  font-size: 20px;
  font-weight: 600;
}
.l-content_top .understand_price_table_column ul li .column-1 {
  width: 120px;
  padding-right: 22px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_table_column ul li .column-1 {
    width: 112px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_table_column_right {
    padding-top: 30px;
  }
}
.l-content_top .understand_price_table_column_right ul li .column-1 {
  text-align: left;
}
.l-content_top .understand_price_note {
  padding-top: 12px;
  font-size: 14px;
  margin-left: -10px;
}
@media screen and (max-width: 959px) {
  .l-content_top .understand_price_note {
    margin-left: 6px;
  }
}
.l-content_top .understand_price_note h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.l-content_top .understand_price_note h4 span {
  background: linear-gradient(to top, #FFE066 25%, transparent 25%);
}
.l-content_top .understand_price_note p {
  line-height: 22.4px;
}
@media screen and (min-width: 960px) {
  .l-content_top .support_content_row {
    max-width: 820px;
    margin: 36px auto 64px;
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .support_content_row {
    padding-top: 20px;
  }
}
.l-content_top .support_content_column {
  border-radius: 16px;
  padding: 40px 36px;
  background: #EBF3FF;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .l-content_top .support_content_column {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-content_top .support_content_column {
    padding: 41px 40px;
  }
}
.l-content_top .support_content_column h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.l-content_top .support_content_column p {
  line-height: 25.6px;
}

.banner_bottom {
  padding-top: 48px;
  background-color: #EBF3FF;
  font-size: 24px;
  font-weight: 600;
  align-items: end;
}
@media screen and (max-width: 959px) {
  .banner_bottom {
    display: block;
    margin: 49px 20px 2px;
    border-radius: 40px;
    padding-top: 58px;
    font-size: 26px;
  }
}
.banner_bottom_center {
  padding: 0 32px;
}
@media screen and (max-width: 959px) {
  .banner_bottom_center {
    padding: 0;
  }
}
.banner_bottom h2 {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .banner_bottom h2 {
    font-size: 18px;
  }
}
.banner_bottom_logo {
  padding: 16px 0;
}
.banner_bottom_button {
  padding-top: 35px;
  padding-bottom: 46px;
}
@media screen and (max-width: 959px) {
  .banner_bottom_button {
    display: block;
    padding: 26px 9px 15px;
  }
}
.banner_bottom_button a {
  margin: 0 12px;
  font-size: 20px;
  padding: 18px 66px 18px 35px;
  background-size: 32px;
  background-position: center right 32px;
}
@media screen and (max-width: 959px) {
  .banner_bottom_button a {
    display: block;
    font-size: 18px;
    padding: 14px 66px 12px 35px;
    background-position: right 56px center;
    max-width: 360px;
    margin: 0 auto 8px;
  }
}
.banner_bottom_img img {
  max-width: 89%;
}

footer {
  padding-top: 23px;
}
@media screen and (max-width: 959px) {
  footer {
    padding-top: 25px;
  }
}
footer ul.d-f {
  padding-bottom: 68px;
}
@media screen and (max-width: 959px) {
  footer ul.d-f {
    display: block;
    text-align: left;
    padding-left: 18px;
    padding-bottom: 29px;
  }
}
footer ul.d-f li {
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  footer ul.d-f li::before, footer ul.d-f li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #A0A0A0;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  footer ul.d-f li:last-child::after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  footer ul.d-f li {
    line-height: 19.5px;
  }
}
footer ul.d-f li a {
  font-size: 13px;
  color: #333;
  background: url(../images/icon_ext_gray.webp) right center no-repeat;
  background-size: 16px auto;
  font-weight: 700;
  padding-right: 26px;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 959px) {
  footer ul.d-f li a {
    background: none;
    padding-right: 10px;
    color: #1569B0;
    font-weight: 400;
    text-decoration: underline;
  }
  footer ul.d-f li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #0B54B7;
    border-right: 1px solid #0B54B7;
  }
}
footer .copyright {
  margin-top: 15px;
  padding: 14px 0;
  background: #3C3C3C;
  color: #fff;
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  footer .copyright {
    margin-top: 25px;
    font-size: 10px;
    padding: 8px 0;
  }
}

.l-content_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 375px) {
  .l-content_top .understand_price_table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-content_top .understand_price_table_column ul li {
    padding-left: 0;
  }
}
