@media screen and (min-width: 769px) {
  main.modal_open .overlay {
    display: block;
  }
  main .modal.open {
    display: block;
  }
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/price/mv.jpg) center center/cover no-repeat;
  }
    main .about_us {
    position: relative;
    width: 100%;
    padding: 125px 0;
    background-color: #f5f5f5;
    height: 607px;
    box-sizing: border-box;
  }
  main .about_us .bg_white {
    position: absolute;
    left: 0;
    top: 100px;
    width: calc(50vw + 100px);
    min-width: 1016px;
    height: 520px;
    background-color: #ffffff;
  }
  main .about_us .bg_bluegrey {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: calc(50vw + 50px);
    min-width: 968px;
    height: 350px;
    background-color: #dde4ef;
  }
  main .about_us .content {
    position: relative;
    width: 490px;
    margin-top: 40px;
  }
  main .about_us .content p {
    font-size: 1.8rem;
    color: #777777;
    line-height: 1.5;
  }
  main .about_us .container {
    position: relative;
    padding: 0 160px;
    box-sizing: border-box;
  }
  main .about_us .container .mock {
    position: absolute;
    left: 650px;
    top: -40px;
    width: 549px;
    height: 418px;
  }
  main .about_us .container .mock .tablet {
    position: absolute;
    left: 0;
    top: 0;
  }
  main .about_us .container .mock .smartphone {
    position: absolute;
    right: -150px;
    bottom: -140px;
  }


  main .modal {
    display: none;
    position: fixed;
    z-index: 101;
    width: 958px;
    max-height: 90vh;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 80px 60px;
    border-radius: 10px;
  }
  main .modal .close {
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
  }
  main .modal .prev, main .modal .next {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D4C91;
    border-radius: 5px;
    cursor: pointer;
  }
  main .modal .prev {
    position: absolute;
    left: -27.5px;
    top: calc(50% - 27.5px);
  }
  main .modal .next {
    position: absolute;
    right: -27.5px;
    top: calc(50% - 27.5px);
  }
  main .modal .next img {
    transform: rotate(180deg);
  }
  main .modal .modal_inner {
    overflow-y: auto;
    max-height: calc( 90vh - 80px * 2 );
    padding: 0px 20px;
  }
  main .modal .top {
    display: flex;
  }
  main .modal .top .image {
    position: relative;
    width: 475px;
    height: 267px;
    min-width: 475px;
  }
  main .modal .top .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .modal .top .info {
    position: relative;
    padding-left: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  main .modal .top .info h3 {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222222;
  }
  main .modal .top .info .category {
    display: flex;
    margin-top: 25px;
  }
  main .modal .top .info .category:nth-of-type(n+2) {
    margin-top: 6px;
  }
  main .modal .top .info .category dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    font-size: 14px;
    font-weight: bold;
    background: #1E4D91;
    color: #ffffff;
    border: 1px solid #1E4D91;
    padding: 6px 10px;
  }
  main .modal .top .info .category dd {
    display: flex;
    align-items: center;
    width: calc(100% - 91px);
    font-size: 14px;
    color: #777777;
    border: 1px solid #707070;
    padding: 6px 10px;
  }
  main .modal .seminar {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border: 4px solid #dde4ef;
    margin-top: 40px;
  }
  main .modal .seminar h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  main .modal .seminar p {
    margin-top: 13px;
    font-size: 14px;
    line-height: calc(25 / 14);
    color: #777777;
  }
  main .modal .seminar p+h4 {
    margin-top: 13px;
  }
  main .modal .seminar a {
    display: inline-block;
    margin-top: 10px;
    color: #777777;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: underline;
  }
  main .modal .seminar a + a {
    margin-right: 20px;
  }
  main .modal .button_area {
    text-align: center;
    margin-top: 40px;
  }
  main .modal .button {
    position: relative;
    display: inline-block;
    padding: 25px 130px;
    color: #ffffff;
    background-color: #777777;
    border-radius: 5px;
  }
  main .overlay {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }

  main .course {
    text-align: center;
    background-color: #f5f5f5;
  }
  main .course .content {
    padding-top: 50px;
  }
  main .course .content p {
    font-size: 1.8rem;
    color: #000;
    line-height: 2.5;
  }
  main .course .course_list {
    padding-top: 80px;
  }
  main .course .course_list table {
    margin: 0 auto;
  }
  main .course .course_list table th,
  main .course .course_list table td {
    border:1px solid #000066;
  }
  main .course .course_list table thead th {
    text-align: center;
    height: 67px;
    color: #ffffff;
    background: #1E4D91;
  }
  main .course .course_list table thead th.head_title {
    width: 300px;
  }
  main .course .course_list table thead th.head_series {
    width: 300px;
  }
  main .course .course_list table thead th.head_summary {
    width: 600px;
  }
  main .course .course_list table tbody th {
    font-weight: bold;
    background: #ffffff;
    text-align: center;
  }
  main .course .course_list table tbody td.body_series {
    background: #ffffff;
    text-align: center;
    line-height: calc(40 / 16);
  }
  main .course .course_list table tbody td.body_summary {
    background: #ffffff;
    padding: 22px 26px;
    line-height: calc(30 / 16);
  }
  main .course .course_list table tbody td .course_link {
    text-align: right;
  }
  main .course .course_list table tbody td .course_link a {
    font-size: 18px;
    color: #E37C23;
    text-decoration: underline;
  }



  main .price_list {
    text-align: center;
    background-color: #f5f5f5;
    padding: 120px 0;
  }
  main .price_list h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #3b4043;
    line-height: 1.5;
    text-align: center;
  }
  main .price_list .content {
    padding-top: 50px;
  }
  main .price_list .content p {
    font-size: 1.8rem;
    color: #000;
    line-height: 2.5;
  }
  main .price_list .table {
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    width: 1038px;
  }
  main .price_list .table .label {
    box-sizing: border-box;
    width: 250px;
    font-size: 1.8rem;
    color: #222222;
    font-weight: bold;
  }
  main .price_list .table .label .head {
    background-color: #dde4ef;
    height: 107px;
  }
  main .price_list .table .label > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    line-height: 1.5;
    position: relative;
    border-left: 2px solid #dde4ef;
    padding-left: 52px;
  }
  main .price_list .table .label > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
  }
  main .price_list .table .label > div:nth-child(2) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(3) {
    height: 214px;
  }
  main .price_list .table .label > div:nth-child(4) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(5) {
    height: 107px;
  }
  main .price_list .table .label > div:nth-child(6) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(7) {
    height: 92px;
  }
  main .price_list .table .label > div:nth-child(8) {
    height: 149px;
  }

  main .price_list .table .conventional {
    position: relative;
    width: 395px;
  }
  main .price_list .table .conventional .head {
    position: relative;
    height: 107px;
    background-color: #dde4ef;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #f5f5f5;
  }
  main .price_list .table .conventional .head p {
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
  }
  main .price_list .table .conventional > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    text-align: center;
    line-height: 1.5;
    position: relative;
    border-left: 2px solid #dde4ef;
  }
  main .price_list .table .conventional > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
  }
  main .price_list .table .conventional > div:nth-child(2) {
    height: 262px;
  }
  main .price_list .table .conventional > div:nth-child(3) {
    height: 190px;
  }
  main .price_list .table .conventional > div:nth-child(4) {
    height: 131.5px;
  }
  main .price_list .table .conventional > div:nth-child(5) {
    height: 145px;
  }
  main .price_list .table .conventional > div:nth-child(6) {
    height: 134.5px;
  }
  main .price_list .table .conventional > div:nth-child(7) {
    height: 145px;
  }
  main .price_list .table .insight_academy {
    position: relative;
    width: 100%;
    background: linear-gradient(128deg, #008cd6, #1d4c91);
  }
  main .price_list .table .insight_academy .head {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    height: 107px;
  }
  main .price_list .table .insight_academy .head p {
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
  }
  main .price_list .table .insight_academy > div:not(.head) {
    width: calc(100% - 10px);
    margin-left: 5px;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    text-align: center;
    padding: 35px 0;
    line-height: 1.5;
  }
  main .price_list .table .insight_academy > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .insight_academy > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1d4c91;
  }
  main .price_list .table .insight_academy > div:not(.head) p {
    font-size: 1.6rem;
  }
  main .price_list .table .insight_academy > div:last-child {
    margin-bottom: 5px;
    border-bottom: none;
  }
  main .price_list .button {
    position: relative;
    display: inline-block;
    padding: 25px 140px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #e37c23;
    border-radius: 5px;
    margin-top: 40px;
  }
  main .price_list .button p {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
  }
/* 20240127追加 */

.comparison-table{
  padding-top: 80px;
}
.comparison-table table{
  width: 1204px;
  margin: 0 auto;
  overflow-x: scroll;
}
.comparison-table .head_space{
  line-height: 1.6;
  font-weight: bold;
  background-color: #dde4ef;
  font-size: 1.6rem;
  width: 140px;
  border: 1px solid #dde4ef;
  height: 80px;
}
.comparison-table .head_main{
  border-left: 4px solid #1068af;
  border-right: 4px solid #1068af;
  border-top: 4px solid #1068af;
  line-height: 1.6;
  background: linear-gradient(to right, #0289d3, #1068af);
  color: #fff;
  font-size: 1.6rem;
  width: 580px;
  height: 80px;
  text-align: center;
}
.comparison-table .head_sub{
  line-height: 1.6;
  background-color: #dde4ef;
  font-size: 1.6rem;
  width: 243px;
  border: 1px solid #dde4ef;
  height: 80px;
  text-align: center;
}
.comparison-table .body_title{
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  border: 1px solid #dde4ef;
  text-align: center;
  padding: 24px 0;
}
.comparison-table .body_main{
  background-color: #fff;
  border-left: 4px solid #1068af;
  border-right: 4px solid #1068af;
  border-top: 1px solid #dde4ef;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 0;
}
.body_main_130{
  font-size: 2.5rem !important;
  font-weight: bold;
  color: #1068af;
}
.comparison-table .body_main_bottom{
  border-bottom: 4px solid #1068af;
}

.comparison-table .body_sub{
  background-color: #fff;
  line-height: 1.4;
  font-size: 1.6rem;
  border: 1px solid #dde4ef;
  text-align: center;
  padding: 12px 0;
}

/* /20240127追加 */
  main .program {
    background-color: #f5f5f5;
    padding: 200px 160px 160px 160px;
    text-align: center;
  }
  main .program .articles {
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  main .program .content {
    padding-top: 50px;
  }
  main .program .content p {
    font-size: 1.8rem;
    color: #000;
    line-height: 2.5;
  }
  main .program .articles article {
    width: 360px;
    background-color: #ffffff;
  }
  main .program .articles article + article {
    margin-left: 20px;
  }
  main .program .articles article h4 {
    background-color: #1d4c91;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  main .program .articles article .content {
    padding: 20px 40px;
    box-sizing: border-box;
  }
  main .program .articles article h5 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 105px;
  }
  main .program .articles article h5 img {
    width: 85px;
    height: 85px;
  }
  main .program .articles article h5 p {
    font-size: 2rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.7;
    margin-left: 15px;
  }
  main .program .articles article .text {
    color: #777777;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  main .program .detail {
    display: inline-block;
    margin-top: 40px;
    padding: 35px 120px;
    background-color: #e37c23;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
  }
  main .program .detail p {
    position: relative;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
  }
  main .support {
    background-color: #dde4ef;
    padding: 80px 160px;
  }
  main .support .content {
    padding-top: 50px;
    text-align: center;
  }
  main .support .content p {
    font-size: 1.8rem;
    color: #000;
    line-height: 2.5;
  }
  main .support .articles {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  main .support .articles article {
    width: 360px;
    height: 299px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .support .articles article + article {
    margin-left: 20px;
  }
  main .support .articles article .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .support .articles article .head h3 {
    margin-top: 25px;
    font-weight: bold;
    color: #1d4c91;
    font-size: 1.8rem;
  }
  main .support .articles article p {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.75;
    font-weight: bold;
  }
  main .option {
    background-color: #f5f5f5;
    padding: 120px 160px;
  }

  main .option .description {
    font-size: 1.5rem;
    color: #777777;
    text-align: center;
    margin-top: 40px;
  }
  main .option .articles {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  main .option .articles article {
    width: 360px;
  }
  main .option .articles article + article {
    margin-left: 20px;
  }
  main .option .articles article .image {
    width: 100%;
    height: 164px;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .content {
    width: 100%;
    height: 241px;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 40px 20px;
  }
  main .option .articles article .content h3 {
    font-size: 1.8rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  main .option .articles article .content p {
    margin-top: 15px;
    padding: 0 20px;
    color: #777777;
    font-weight: bold;
    line-height: 1.75;
    font-size: 1.5rem;
  }

  main .features article {
    position: relative;
    display: flex;
    padding: 80px 0;
    box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
    margin-top: 40px;
    align-items: center;
  }
  main .features article:before {
    content: '';
    position: absolute;
    height: 535px;
    width: calc(100% + calc(calc(calc(100vw - 1080px) / 2) - 168px));
    top: 0;
    left: 160px;
    background-color: #ffffff;
  }
  main .features article .image {
    position: relative;
    min-width: 580px;
    height: 375px;
    box-shadow: 0px 0px 35px #00000029;
  }
  main .features article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .features article .content {
    position: relative;
    min-width: 540px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .features article .content .number {
    font-size: 28rem;
    position: absolute;
    right: -5rem;
    top: -10rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article .content h4 {
    position: relative;
    color: #1d4c91;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
  }
  main .features article .content .text {
    position: relative;
    margin-top: 4rem;
    font-size: 1.6rem;
    color: #777777;
    line-height: 2;
  }
  main .features article:nth-child(odd) {
    flex-direction: row-reverse;
  }
  main .features article:nth-child(odd):before {
    content: '';
    position: absolute;
    height: 535px;
    width: calc(100% + calc(calc(calc(100vw - 1080px) / 2) - 168px));
    top: 0;
    left: calc(calc(-100vw + 1080px) / 2);
    background-color: #ffffff;
  }
  main .features article:nth-child(odd) .image {
    position: relative;
    z-index: 1;
    min-width: 580px;
    height: 375px;
    box-shadow: 0px 0px 35px #00000029;
  }
  main .features article:nth-child(odd) .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .features article:nth-child(odd) .content {
    position: relative;
    min-width: 540px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .features article:nth-child(odd) .content .number {
    font-size: 28rem;
    position: absolute;
    right: -5rem;
    top: -10rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article:nth-child(odd) .content h4 {
    position: relative;
    color: #1d4c91;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: bold;
  }
  main .features article:nth-child(odd) .content .text {
    position: relative;
    margin-top: 4rem;
    font-size: 1.6rem;
    color: #777777;
    line-height: 2;
  }
  main .flow {
    padding: 160px;
    background-color: #f5f5f5;
  }
main .flow .steps {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
main .flow .steps:before {
  content: '';
  position: absolute;
  width: 860px;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  height: 2px;
  background-color: #1d4c91;
}
main .flow .steps .step {
  width: 265px;
  min-width: 265px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .flow .steps .step + .step {
  margin-left: 20px;
}
main .flow .steps .step .ball {
  width: 24px;
  height: 24px;
  background-color: #1d4c91;
  border-radius: 50%;
}
main .flow .steps .step .number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1d4c91;
  z-index: 2;
  margin-top: 20px;
}
main .flow .steps .step .number p:nth-child(1) {
  font-size: 2rem;
}
main .flow .steps .step .number p:nth-child(2) {
  font-size: 6rem;
  font-weight: bold;
}
main .flow .steps .step .content {
  position: relative;
  top: -20px;
  text-align: center;
  width: 100%;
  height: 166px;
  background-color: #ffffff;
}
main .flow .steps .step .content .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .flow .steps .step .content .text p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  white-space: nowrap;
}
main .flow .steps .step .content .text .button {
  position: relative;
  display: inline-block;
  padding: 15px 58px;
  background-color: #e37c23;
  margin-top: 15px;
  border-radius: 5px;
}
main .flow .steps .step .content .text .button p {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
main .faq {
  padding: 120px 160px;
}
main .faq .articles {
  margin-top: 40px;
}
main .faq .articles article {
  width: 100%;
}
main .faq .articles article + article {
  margin-top: 20px;
}
main .faq .articles article > div {
  box-sizing: border-box;
  padding: 25px 40px;
  display: flex;
  align-items: flex-start;
}
main .faq .articles article > div p:nth-child(1) {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1d4c91;
}
main .faq .articles article > div p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #777777;
  margin-left: 38px;
}
main .faq .articles article.open .a {
  display: flex;
  transform: scaleY(1);
  -webkit-animation: accordion_open 0.3s forwards;
  animation: accordion_open 0.3s forwards;
}
main .faq .articles article.open .q:after {
  transform: rotate(0) translateY(-50%);
}
main .faq .articles .q {
  position: relative;
  display: flex;
  background-color: #f5f5f5;
  cursor: pointer;
  padding-right: 100px;
  font-weight: bold;
}
main .faq .articles .q:hover {
  opacity: 0.5;
}
main .faq .articles .q:after {
  content: url(../img/top/arrow_up.svg);
  position: absolute;
  right: 40px;
  top: 50%;
  transform-origin: top;
  transform: rotate(180deg) translateY(-50%);
  transition: all 0.2s;
}
main .faq .articles .a {
  background-color: #dde4ef;
  display: none;
  transform-origin: top;
  transform: scaleY(0);
}
}

@media screen and (max-width: 768px) {
  main.modal_open .overlay {
    display: block;
  }
  main .modal.open {
    display: block;
  }
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/price/mv_sp.jpg) center center/cover no-repeat;
  }
  main .about_us {
    position: relative;
    width: 100%;
    padding: 40px 30px;
    background-color: #f5f5f5;
    height: 510px;
    box-sizing: border-box;
  }
  main .about_us .bg_white {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 610px;
    background-color: #ffffff;
  }
  main .about_us .bg_bluegrey {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: 305px;
    height: 345px;
    background-color: #dde4ef;
  }
  main .about_us .content {
    position: relative;
    margin-top: 20px;
  }
  main .about_us .content p {
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.5;
  }
  main .about_us .container {
    position: relative;
  }
  main .about_us .container .mock {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
  main .about_us .container .mock .tablet {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  main .about_us .container .mock .smartphone {
    position: absolute;
    width: 120px;
    right: -10px;
    bottom: -40px;
  }
  main .price_list {
    position: relative;
    background-color: #f5f5f5;
    padding: 40px 10px;
  }
  main .price_list h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b4043;
    line-height: 1.5;
    padding: 0 20px;
  }
  main .price_list .content {
    padding-top: 20px;
  }
  main .price_list .content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2;
  }
  main .price_list .table {
    display: flex;
    margin-top: 20px;
    position: relative;
  }
  main .price_list .table .label {
    box-sizing: border-box;
    font-size: 1rem;
    color: #222222;
    font-weight: bold;
    width: 95px;
  }
  main .price_list .table .label .head {
    background-color: #dde4ef;
    height: 92px;
  }
  main .price_list .table .label > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    line-height: 1.5;
    position: relative;
    border-left: 1px solid #dde4ef;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .price_list .table .label > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) p {
    font-size: 1rem;
    text-align: center;
  }
  main .price_list .table .label > div:nth-child(2) {
    height: 75px;
  }
  main .price_list .table .label > div:nth-child(3) {
    height: 150px;
  }
  main .price_list .table .label > div:nth-child(4) {
    height: 90.5px;
  }
  main .price_list .table .label > div:nth-child(5) {
    height: 82px;
  }
  main .price_list .table .label > div:nth-child(6) {
    height: 75.5px;
  }
  main .price_list .table .label > div:nth-child(7) {
    height: 75px;
  }
  main .price_list .table .label > div:nth-child(8) {
    height: 138px;
  }
  main .price_list .table .conventional {
    position: relative;
    flex-grow: 1;
  }
  main .price_list .table .conventional .head {
    position: relative;
    height: 92px;
    background-color: #dde4ef;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #f5f5f5;
  }
  main .price_list .table .conventional .head p {
    text-align: center;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  main .price_list .table .conventional > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    text-align: center;
    line-height: 1.5;
    position: relative;
    border-left: 1px solid #dde4ef;
  }
  main .price_list .table .conventional > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) .large {
    font-size: 1.5rem;
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    white-space: nowrap;
  }
  main .price_list .table .conventional > div:nth-child(2) {
    height: 180px;
  }
  main .price_list .table .conventional > div:nth-child(3) {
    height: 135px;
  }
  main .price_list .table .conventional > div:nth-child(4) {
    height: 97.5px;
  }
  main .price_list .table .conventional > div:nth-child(5) {
    height: 105px;
  }
  main .price_list .table .conventional > div:nth-child(6) {
    height: 116.5px;
  }
  main .price_list .table .conventional > div:nth-child(7) {
    height: 155px;
  }
  main .price_list .table .insight_academy {
    position: relative;
    background: linear-gradient(128deg, #008cd6, #1d4c91);
  }
  main .price_list .table .insight_academy .head {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    height: 92px;
  }
  main .price_list .table .insight_academy .head p {
    text-align: center;
    padding: 41px 0;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 1.3rem;
  }
  main .price_list .table .insight_academy > div:not(.head) {
    width: calc(100% - 6px);
    margin-left: 3px;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  main .price_list .table .insight_academy > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .insight_academy > div:not(.head) .large {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1d4c91;
  }
  main .price_list .table .insight_academy > div:not(.head) p {
    font-size: 1rem;
  }
  main .price_list .table .insight_academy > div:last-child {
    margin-bottom: 5px;
    border-bottom: none;
  }
  main .price_list .button {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #e37c23;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    width: calc(100% - 20px);
  }
  main .price_list .button p {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
  }
  main .program {
    background-color: #f5f5f5;
    padding: 280px 30px 80px 30px;
  }
  main .program .articles {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  main .program .content {
    padding-top: 20px;
  }
  main .program .content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2;
  }
  main .program .articles article {
    width: 100%;
    background-color: #ffffff;
  }
  main .program .articles article + article {
    margin-top: 20px;
  }
  main .program .articles article h4 {
    background-color: #1d4c91;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    padding: 17px 0;
    line-height: 1.5;
  }
  main .program .articles article .content {
    padding: 20px;
    box-sizing: border-box;
  }
  main .program .articles article h5 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  main .program .articles article h5 img {
    width: 74px;
    height: 74px;
  }
  main .program .articles article h5 p {
    font-size: 1.6rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.7;
    margin-left: 15px;
  }
  main .program .articles article .text {
    color: #777777;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  main .program .detail {
    display: block;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
    background-color: #e37c23;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
  }
  main .program .detail p {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
  }
  main .support {
    background-color: #dde4ef;
    padding: 40px 20px;
  }
  main .support .content {
    padding-top: 20px;
  }
  main .support .content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2;
  }
  main .support .articles {
    margin-top: 20px;
  }
  main .support .articles article {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
  }
  main .support .articles article + article {
    margin-top: 10px;
  }
  main .support .articles article .head {
    display: flex;
    align-items: center;
  }
  main .support .articles article .head img {
    width: 43px;
  }
  main .support .articles article .head h3 {
    margin-left: 10px;
    font-weight: bold;
    color: #1d4c91;
    font-size: 1.8rem;
  }
  main .support .articles article p {
    margin-top: 12px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.75;
    font-weight: bold;
  }
  main .option {
    background-color: #f5f5f5;
    padding: 60px 30px;
  }
  main .option .description {
    font-size: 1.5rem;
    color: #777777;
    text-align: center;
    margin-top: 18px;
    line-height: 1.5;
  }
  main .option .articles {
    margin-top: 15px;
  }
  main .option .articles article {
    position: relative;
    width: 100%;
  }
  main .option .articles article + article {
    margin-top: 20px;
  }
  main .option .articles article .image {
    width: 100%;
    height: 144px;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .content {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 25px;
  }
  main .option .articles article .content h3 {
    font-size: 1.6rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  main .option .articles article .content p {
    margin-top: 10px;
    color: #777777;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  main .features {
    background-color: #f5f5f5;
    padding: 80px 0;
  }
  main .features article {
    display: flex;
    padding: 0 30px 40px 30px;
    flex-direction: column;
  }
  main .features article:nth-child(2) {
    margin-top: 20px;
  }
  main .features article .image {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 35px #00000029;
    z-index: 1;
  }
  main .features article .image img {
    width: 100%;
  }
  main .features article .content {
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
  }
  main .features article .content:before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 100vw;
    height: calc(100% + 120px);
    background-color: #ffffff;
  }
  main .features article .content .number {
    font-size: 10rem;
    position: absolute;
    right: -2rem;
    top: -2rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article .content h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1d4c91;
    line-height: 1.3;
  }
  main .features article .content .text {
    position: relative;
    margin-top: 15px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.5;
  }
  main .flow {
    padding: 80px 30px;
    background-color: #f5f5f5;
  }
  main .flow .steps {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  main .flow .steps:before {
    content: '';
    position: absolute;
    height: 160px;
    left: 4px;
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
    background-color: #1d4c91;
  }
  main .flow .steps .step {
    width: 100%;
    display: flex;
    align-items: center;
  }
  main .flow .steps .step + .step {
    margin-top: 10px;
  }
  main .flow .steps .step .ball {
    width: 10px;
    height: 10px;
    background-color: #1d4c91;
    border-radius: 50%;
  }
  main .flow .steps .step .number {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1d4c91;
    z-index: 2;
    margin-left: 15px;
  }
  main .flow .steps .step .number p:nth-child(1) {
    font-size: 1rem;
  }
  main .flow .steps .step .number p:nth-child(2) {
    font-size: 2.6rem;
    font-weight: bold;
  }
  main .flow .steps .step .content {
    position: relative;
    flex-grow: 1;
    height: 42px;
    background-color: #ffffff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  main .flow .steps .step .content .text {
    display: flex;
    align-items: center;
  }
  main .flow .steps .step .content .text p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
    white-space: nowrap;
  }
  main .flow .steps .step .content .text .button {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    margin-left: 20px;
    background-color: #e37c23;
    white-space: nowrap;
    border-radius: 5px;
  }
  main .flow .steps .step .content .text .button p {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
  }
  main .faq {
    padding: 40px 30px;
  }
  main .faq .articles {
    margin-top: 20px;
  }
  main .faq .articles article {
    width: 100%;
  }
  main .faq .articles article + article {
    margin-top: 10px;
  }
  main .faq .articles article > div {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: flex-start;
  }
  main .faq .articles article > div p:nth-child(1) {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1d4c91;
  }
  main .faq .articles article > div p:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #777777;
    margin-left: 15px;
  }
  main .faq .articles article.open .a {
    display: flex;
  }
  main .faq .articles .q {
    position: relative;
    display: flex;
    background-color: #f5f5f5;
    font-weight: bold;
  }
  main .faq .articles .q:hover {
    opacity: 0.5;
  }
  main .faq .articles .a {
    background-color: #dde4ef;
    display: none;
  }



  main .modal {
    display: none;
    position: fixed;
    z-index: 101;
    width: calc(100vw - 40px);
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
  }
  main .modal .close {
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
  }
  main .modal .prev, main .modal .next {
    width: 20px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #777777;
    border-radius: 5px;
    cursor: pointer;
  }
  main .modal .prev img, main .modal .next img {
    transform: scale(0.8);
  }
  main .modal .prev {
    position: absolute;
    left: -10px;
    top: calc(50% - 27.5px);
  }
  main .modal .next {
    position: absolute;
    right: -10px;
    top: calc(50% - 27.5px);
  }
  main .modal .next img {
    transform: scale(0.8) rotate(180deg);
  }
  main .modal .modal_inner {
    overflow-y: auto;
    max-height: calc( 90vh - 20px * 2 );
    padding: 0px 6px;
  }
  /* main .modal .top {
    display: flex;
  } */
  main .modal .top .image {
    position: relative;
    width: 100%;
    height: 250px;
    min-width: 77px;
  }
  main .modal .top .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
  }
  main .modal .top .info {
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
  }
  main .modal .top .info h3 {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
  }
  main .modal .top .info .category {
    display: flex;
    margin-top: 25px;
  }
  main .modal .top .info .category:nth-of-type(n+2) {
    margin-top: 6px;
  }
  main .modal .top .info .category dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #1E4D91;
    color: #ffffff;
    border: 1px solid #1E4D91;
    padding: 6px 10px;
  }
  main .modal .top .info .category dd {
    display: flex;
    align-items: center;
    width: calc(100% - 91px);
    font-size: 1.4rem;
    color: #777777;
    border: 1px solid #707070;
    padding: 6px 10px;
  }
  main .modal .seminar {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 17px;
    border: 3px solid #dde4ef;
    margin-top: 20px;
  }
  main .modal .seminar h4 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  main .modal .seminar p {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: calc(25 / 14);
    color: #777777;
  }
  main .modal .seminar p+h4 {
    margin-top: 13px;
  }
  main .modal .button_area {
    display: none;
  }
  main .overlay {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }
  main .course {
    text-align: center;
    background-color: #f5f5f5;
  }
  main .course .content {
    padding-top: 20px;
  }
  main .course .content p {
    font-size: 1.5rem;
    color: #000;
    line-height: 2;
  }
  main .course .course_list {
    padding-top: 20px;
    overflow-x: auto;
  }
  main .course .course_list table {
    margin: 0 auto;
    width: 200vw;
  }
  main .course .course_list table th,
  main .course .course_list table td {
    border:1px solid #000066;
  }
  main .course .course_list table thead th {
    text-align: center;
    height: 40px;
    color: #ffffff;
    background: #1E4D91;
    font-size: 1.3rem;
  }
  main .course .course_list table thead th.head_title {
    width: 300px;
  }
  main .course .course_list table thead th.head_series {
    width: 300px;
  }
  main .course .course_list table thead th.head_summary {
    width: 600px;
  }
  main .course .course_list table tbody th {
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  main .course .course_list table tbody td {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  main .course .course_list table tbody td.body_series {
    background: #ffffff;
    text-align: center;
    line-height: calc(40 / 16);
  }
  main .course .course_list table tbody td.body_summary {
    background: #ffffff;
    padding: 12px 16px;
    line-height: calc(30 / 16);
  }
  main .course .course_list table tbody td.body_summary p {
    font-size: 1.3rem;
  }
  main .course .course_list table tbody td .course_link {
    text-align: right;
  }
  main .course .course_list table tbody td .course_link a {
    font-size: 1.3rem;
    color: #E37C23;
    text-decoration: underline;
  }
  /* 20240127追加 */

.comparison-table{
  padding-top: 20px;
  overflow-x: auto;
}
.comparison-table table{
  width: 1204px;
  margin: 0 auto;
  width: 200vw;
}
.comparison-table .head_space{
  line-height: 1.6;
  font-weight: bold;
  background-color: #dde4ef;
  font-size: 1.6rem;
  width: 140px;
  border: 1px solid #dde4ef;
  height: 80px;
}
.comparison-table .head_main{
  border-left: 4px solid #1068af;
  border-right: 4px solid #1068af;
  border-top: 4px solid #1068af;
  line-height: 1.6;
  background: linear-gradient(to right, #0289d3, #1068af);
  color: #fff;
  font-size: 1.6rem;
  width: 580px;
  height: 80px;
  text-align: center;
}
.comparison-table .head_sub{
  line-height: 1.6;
  background-color: #dde4ef;
  font-size: 1.6rem;
  width: 243px;
  border: 1px solid #dde4ef;
  height: 80px;
  text-align: center;
}
.comparison-table .body_title{
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  border: 1px solid #dde4ef;
  text-align: center;
  padding: 24px 0;
}
.comparison-table .body_main{
  background-color: #fff;
  border-left: 4px solid #1068af;
  border-right: 4px solid #1068af;
  border-top: 1px solid #dde4ef;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 0;
}
.body_main_130{
  font-size: 2.5rem !important;
  font-weight: bold;
  color: #1068af;
}
.comparison-table .body_main_bottom{
  border-bottom: 4px solid #1068af;
}

.comparison-table .body_sub{
  background-color: #fff;
  line-height: 1.6;
  font-size: 1.6rem;
  border: 1px solid #dde4ef;
  text-align: center;
  padding: 24px 0;
}

/* /20240127追加 */
}

@-webkit-keyframes scroll_line {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
  }
  10% {
    transform-origin: top;
    transform: scale(1, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  55% {
    transform-origin: bottom;
    transform: scale(1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
}

@keyframes scroll_line {
  0% {
    transform-origin: top;
    transform: scale(1, 0);
  }
  10% {
    transform-origin: top;
    transform: scale(1, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform-origin: top;
    transform: scale(1, 1);
  }
  55% {
    transform-origin: bottom;
    transform: scale(1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
  100% {
    transform-origin: bottom;
    transform: scale(1, 0);
  }
}

@-webkit-keyframes accordion_open {
  0% {
    display: none;
    transform: scaleY(0);
  }
  1% {
    display: flex;
    transform: scaleY(0);
  }
  100% {
    display: flex;
    transform: scaleY(1);
  }
}

@keyframes accordion_open {
  0% {
    display: none;
    transform: scaleY(0);
  }
  1% {
    display: flex;
    transform: scaleY(0);
  }
  100% {
    display: flex;
    transform: scaleY(1);
  }
}
