@charset "UTF-8";
.image a {
  color: #004e81;
}
.mainvisualBackground.extra_bred {
  padding: 0;
}
.breadcrumbs.extra_lp {
  margin: 0;
}
em {
  font-style: normal;
}
p {
  line-height: 1.6;
}
em {
  font-style: normal;
}
aside.side {
  display: none;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.anchor {
  padding-top: 5.5rem;
  margin-top: -5.5rem;
  height: 0.1rem;
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 767px) {
  .anchor {
    padding-top: 0;
    margin-top: 0;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
p span.newline {
  display: block;
}
/*PC*/
@media screen and (min-width: 768px) {
  .extra_text {
    margin-bottom: 4rem;
  }
  .satisfaction-main {
    background: url("../img/pc_main.webp") center center no-repeat #3892c1;
    background-size: cover;
    width: 100%;
    padding-top: 2rem;
    color: #fff;
    padding-bottom: 3rem;
  }
  .satisfaction-main-survey-results {
    max-width: 400px;
    margin: 0 auto;
  }
  .satisfaction-main h1 {
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
  }
  .satisfaction-main h1 span {
    display: block;
    font-size: 2.6rem;
  }
  .satisfaction-main-training-type {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
  }
  /*アンケート概要*/
  .page-overview {
    text-align: center;
    padding: 2rem;
  }
  #forte {
    width: 100%;
    /*padding-top: 14px;*/
    padding-bottom: 12rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .forte_inner {
    width: 100%;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
  }
  .forte_inner__pt {
    padding-top: 6rem;
  }
  .forte_inner.mb {
    margin-bottom: 8rem;
  }
  .extra_inr {
    max-width: 84rem;
  }
  #forte img {
    height: auto;
  }
  .first_read {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
    padding-top: 30px;
  }
  .forte_3rd_title {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    font-size: 3.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    color: #1c4388;
  }
  .forte_3rd_title strong {
    display: inline-block;
    background-color: #1c4388;
    margin: 0 0.3rem;
    padding: 0 0 0.4rem 0.4rem;
    font-weight: 700;
    color: #fff;
  }
  .forte_3rd_list {
    display: flex;
    justify-content: space-between;
    width: 90rem;
    margin: 3rem auto 10rem auto;
  }
  .forte_3rd_list li {
    width: 27.5rem;
  }
  .forte_3rd_list li a {
    position: relative;
    display: block;
    border-radius: 27.5rem;
    background-color: #1c4388;
    width: 27.5rem;
    height: 27.5rem;
    padding-top: 3rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  .forte_3rd_list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3rem;
    display: block;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: -0.6rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .forte_3rd_list li a:hover {
    background-color: #537abf;
  }
  .forte_3rd_list li .reason {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
  }
  .forte_3rd_list li .reason span {
    margin-left: 0.8rem;
    font-size: 3.4rem;
  }
  .forte_3rd_list li .title {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .forte_reason1, .forte_reason3 {
    background-color: #1c4388;
    width: 100%;
    padding: 10rem 0;
    color: #fff;
  }
  .forte_reason2 {
    background-color: #fff;
    width: 100%;
    padding: 10rem 0 0 0;
  }
  .forte_reason_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
  .forte_reason_title .reason {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12.5rem;
    width: 12.5rem;
    height: 12.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
  }
  .forte_reason_title .reason span {
    margin-left: 0.8rem;
    font-size: 3.8rem;
  }
  .forte_reason1 .forte_reason_title .reason {
    border: 1px solid #fff;
  }
  .forte_reason2 .forte_reason_title .reason {
    background-color: #1c4388;
  }
  .forte_reason3 .forte_reason_title .reason {
    background-color: #5377b8;
  }
  .forte_reason_title .txt {
    width: calc(100% - 16rem);
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .forte_reason_title .txt span {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .forte_reason2 .forte_reason_title .txt {
    color: #1c4388;
  }
  .forte_subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    color: #1c4388;
  }
  .forte_subtitle:before, .forte_subtitle:after {
    content: "";
    display: block;
    background-color: #99c5e8;
    width: 2.4rem;
    height: 0.2rem;
  }
  .forte_subtitle:before {
    margin-right: 1rem;
  }
  .forte_subtitle:after {
    margin-left: 1rem;
  }
  .reason1_solution {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .reason1_solution .image {
    width: 45rem;
  }
  .reason1_solution .read {
    width: calc(100% - 50rem);
  }
  .reason1_solution p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .reason1_solution p:last-child {
    margin-bottom: 0;
  }
  .reason1_model {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ecf6ff;
    margin-bottom: 3rem;
    padding: 4rem;
  }
  .reason1_model li {
    width: 47.82%;
    color: #333333;
  }
  .reason1_model li p {
    margin: 0 0 1.6rem 0;
  }
  .reason1_model li p.extra_text {
    margin: 0 0 4rem 0;
  }
  .reason1_model .forte_subtitle {
    margin-bottom: 18px;
  }
  .reason1_4solution_title {
    margin-top: 7rem;
    margin-bottom: 4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .reason1_4solution_title span {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
    letter-spacing: 0.05em;
  }
  .reason1_4solution {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: -4rem;
  }
  .reason1_4solution a {
    text-decoration: underline;
    color: #fff;
  }
  .reason1_4solution a:hover {
    text-decoration: none;
  }
  .reason1_4solution .box {
    width: 47.5%;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
  .reason1_4solution h4 {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 500;
  }
  .reason1_4solution h4 span {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .reason1_4solution p {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .reason1_4solution p span {
    font-size: 1.3rem;
    line-height: 1.4;
    display: inline-block;
    margin: 1rem 0 0 0;
  }
  .reason1_4solution ul {
    margin-top: 1.6rem;
    padding: 1.6rem;
    background: #113677;
    border: solid 1px #275098;
    border-radius: 0.8rem;
  }
  .reason1_4solution ul li {
    position: relative;
    padding-left: 2rem;
  }
  .reason1_4solution ul li:before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason2_trainer {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 4rem;
  }
  .reason2_trainer .image {
    width: 45rem;
  }
  .reason2_trainer .read {
    width: calc(100% - 50rem);
    font-size: 1.6rem;
  }
  .reason2_trainer .read h3 {
    font-size: 1.8rem;
    color: #1c4388;
    border-left: solid 4px #1c4388;
    padding: 0 0 0 1.2rem;
    margin: 2.4rem 0 1.2rem 0;
    line-height: 1.2;
  }
  .reason2_process {
    background-color: #ecf6ff;
    margin-top: -2rem;
    padding: 5rem 0 8rem 0;
  }
  .reason2_process .forte_inner {
    max-width: 90rem;
  }
  .reason2_process .forte_subtitle {
    margin-bottom: 3rem;
  }
  .reason2_process .image {
    background-color: #fff;
    width: 100%;
  }
  .reason3_proposal {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5rem;
  }
  .reason3_proposal .image {
    width: 45rem;
  }
  .reason3_proposal .read {
    width: calc(100% - 50rem);
    font-size: 16px;
  }
  .forte_reason3 .btn {
    margin-top: 0px;
    font-size: 0;
    text-align: center;
    background: #FFF;
    padding: 0 0 3rem 0;
  }
  .forte_reason3 .btn a {
    display: inline-flex;
    align-items: center;
    background-color: #1c4388;
    height: 6rem;
    padding: 0.5rem 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #FFF;
  }
  .forte_reason3 .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .forte_reason3 .btn a:hover {
    background-color: #5377b8;
  }
  .forte_reason3 .btn a:hover:after {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  .reason3_solution {
    background-color: #ecf6ff;
    margin-top: 5rem;
    padding: 4rem;
  }
  .reason3_solution .forte_subtitle {
    margin-bottom: 2rem;
  }
  .reason3_solution .image {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding: 0 0 2rem 0;
  }
  .text_link {
    position: absolute;
    bottom: 2.6rem;
    left: 51rem;
  }
  .text_link a {
    text-decoration: underline;
  }
  .text_link a:hover {
    text-decoration: none;
  }
  .forte_support {
    background-color: #f5f6f4;
    padding: 7rem 0;
    font-size: 1.5rem;
  }
  .forte_support .forte_inner {
    max-width: 1000px;
  }
  .forte_support h2 {
    margin-bottom: 4.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .forte_support h2 em {
    color: #1C4388;
    border-bottom: 0.2rem solid #1C4388;
    padding: 0 0 1rem 0;
  }
  .forte_support h2 span {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #000;
    line-height: 1.5; /*aa-*/
  }
  .forte_support p { /*aa-*/
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .forte_support .point {
    font-size: 1.6rem;
    text-align: center;
  }
  .forte_support .point strong {
    font-weight: 700;
    color: #65ad36;
  }
  .forte_learningpit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding: 3rem 5rem;
  }
  .forte_learningpit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 7.5rem 0 7.5rem;
    border-color: #ffc549 transparent transparent transparent;
    margin-left: -7.5rem;
  }
  .forte_learningpit .image {
    width: 28rem;
  }
  .forte_learningpit .read {
    width: calc(100% - 32rem);
  }
  .forte_learningpit h3 {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #65ad36;
    border-bottom: 1px solid #707070;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .forte_learningpit li {
    position: relative;
    padding-left: 2rem;
  }
  .forte_learningpit li:before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
    color: #65ad36;
  }
  .forte_casestudy {
    background-color: #fff;
    padding: 7rem 0 0 0;
  }
  .forte_casestudy h2 {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #204F74;
  }
  .forte_casestudy h2 span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .forte_casestudy p.forte_casestudy_read-txt {
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .forte_casestudy p.forte_casestudy_read-txt small {
    font-size: 1.3rem;
    line-height: 1.4;
    display: block;
    margin: 1rem 0 0 0;
  }
  .forte_casestudy.other_links {
    padding: 10rem 0 0 0;
    margin-bottom: 10rem;
  }
  .forte_casestudy.other_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .forte_casestudy.other_links ul li {
    justify-content: stretch;
    align-content: center;
    display: flex;
    width: 32%;
    margin: 0 0 2% 0;
  }
  .forte_casestudy.other_links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ecf6ff;
    padding: 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
  }
  .forte_casestudy.other_links ul li a:hover {
    background-color: #cae1f6;
  }
  .forte_casestudy.other_links ul li a:after {
    content: "";
    display: block;
    background: url(../img/ar1.png) center center no-repeat;
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .forte_casestudy.other_links ul li a:hover:after {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  .read .btn {
    margin-top: 3rem;
    font-size: 0;
  }
  .read .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 37rem;
    height: 6rem;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .read .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .read .btn a:hover {
    background-color: #5377b8;
  }
  .read .btn a:hover:after {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  .forte_support .btn {
    margin-top: 2rem;
    text-align: center;
    font-size: 0;
  }
  .forte_support .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 33rem;
    height: 6rem;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .forte_support .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .forte_support .btn a:hover {
    background-color: #5377b8;
  }
  .forte_support .btn a:hover:after {
    -webkit-transform: translate(0.5rem, 0);
    transform: translate(0.5rem, 0);
  }
  .forte_casestudy .btn {
    margin-top: 1rem;
    text-align: center;
    font-size: 0;
  }
  .forte_casestudy .btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 27rem;
    height: 6rem;
    padding: 0.5rem 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .forte_casestudy .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .forte_casestudy .btn a:hover {
    background-color: #5377b8;
  }
  .forte_casestudy .btn a:hover:after {
    -webkit-transform: translate(0.5rem, 0);
    transform: translate(0.5rem, 0);
  }
  .forte_article {
    display: flex;
    flex-wrap: wrap;
  }
  .forte_article a {
    display: block;
    width: 30.6%;
    margin-right: 4.1%;
    margin-bottom: 3rem;
    text-decoration: none;
    color: #333;
  }
  .forte_article a:nth-of-type(3n) {
    margin-right: 0;
  }
  .forte_article a h3 {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .forte_article a .article_company {
    margin-top: 1rem;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .forte_article a .article_label {
    margin-top: 1.6rem;
    font-size: 0;
  }
  .forte_article a .article_label li {
    display: inline-block;
    background-color: #f5f5f5;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.9rem 2rem;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1;
    color: #004e81;
  }
  .forte_change {
    background-color: #ffff;
    padding: 10rem 0;
  }
  .forte_change h2 {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #1c4388;
  }
  .forte_change ul {
    display: flex;
    border: 1px solid #1c4388;
    margin: 2rem 0;
    padding: 5rem 4rem;
  }
  .forte_change ul li {
    width: 50%;
    padding: 0 4rem 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    color: #1c4388;
  }
  .forte_change ul li:nth-of-type(2) {
    border-left: 2px dashed #707070;
    padding: 0 0 0 4rem;
  }
  .forte_change ul img {
    margin-top: 3.5rem;
  }
  .forte_change ul + p {
    text-align: center;
    font-size: 1.6rem;
  }
  .forte_change ul + small {
    font-size: 1.3rem;
    color: #ababab;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  .forte_casestudy.other_links {
    padding: 5rem 0 5rem 0;
  }
  .forte_casestudy.other_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .forte_casestudy.other_links ul li {
    justify-content: stretch;
    align-content: center;
    display: flex;
    width: 49.5%;
    margin: 0 0 1% 0;
  }
  .forte_casestudy.other_links ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    background-color: #ecf6ff;
    padding: 1rem 1rem;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
  }
  .forte_casestudy.other_links ul li a:after {
    content: "";
    display: block;
    background: url(../img/ar1.png) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .forte_casestudy p.forte_casestudy_read-txt {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .forte_casestudy p.forte_casestudy_read-txt small {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    margin: 1rem 0 0 0;
  }
  .satisfaction-main {
    background: url(../img/sp_main.webp) center bottom no-repeat #3892c1;
    background-size: 100%;
    width: 100%;
    height: 100vw;
    padding-top: 3rem;
    color: #fff;
  }
  .satisfaction-main-survey-results {
    max-width: 24rem;
    margin: 0 auto;
  }
  .satisfaction-main h1 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  }
  .satisfaction-main h1 span {
    display: block;
    font-size: 1.6rem;
  }
  .satisfaction-main p {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  }
  #forte {
    width: 100%;
    padding-bottom: 100px;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .forte_inner {
    width: auto;
    padding: 2rem 2rem 0 2rem;
  }
  .forte_inner.mb {
    margin-bottom: 6rem;
  }
  .forte_inner.firstview {
    padding-top: 4rem;
  }
  #forte img {
    height: auto;
  }
  .first_read {
    font-size: 1.5rem;
  }
  .forte_3rd_title {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #1c4388;
  }
  .forte_3rd_title strong {
    display: inline-block;
    background-color: #1c4388;
    margin: 0 0.3rem;
    padding: 0 0 0.3rem 0.2rem;
    font-weight: 700;
    color: #fff;
  }
  .forte_3rd_list {
    margin: 2rem auto 5rem auto;
  }
  .forte_3rd_list li {
    margin-top: 0.5rem;
  }
  .forte_3rd_list li a {
    position: relative;
    display: block;
    border-radius: 10rem;
    background-color: #1c4388;
    width: 100%;
    padding: 1.5rem 0.5rem 3rem 0.5rem;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
  .forte_3rd_list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.8rem;
    display: block;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .forte_3rd_list li .reason {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
  }
  .forte_3rd_list li .reason span {
    margin-left: 0.5rem;
    font-size: 2.4rem;
  }
  .forte_3rd_list li .title {
    margin-top: 0.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .forte_reason1, .forte_reason3 {
    background-color: #1c4388;
    width: 100%;
    padding: 5rem 0;
    color: #fff;
    margin-bottom: 4rem;
  }
  .forte_reason2 {
    background-color: #fff;
    width: 100%;
    padding: 4rem 0 0 0;
  }
  .forte_reason_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .forte_reason_title .reason {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12.5rem;
    width: 10rem;
    height: 10rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
  }
  .forte_reason_title .reason span {
    margin-left: 0.6rem;
    font-size: 2.8rem;
  }
  .forte_reason1 .forte_reason_title .reason {
    border: 1px solid #fff;
  }
  .forte_reason2 .forte_reason_title .reason {
    background-color: #1c4388;
  }
  .forte_reason3 .forte_reason_title .reason {
    background-color: #5377b8;
  }
  .forte_reason_title .txt {
    width: calc(100% - 12rem);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .forte_reason_title .txt span {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .forte_reason2 .forte_reason_title .txt {
    color: #1c4388;
  }
  .forte_subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1c4388;
  }
  .forte_subtitle:before, .forte_subtitle:after {
    content: "";
    display: block;
    background-color: #99c5e8;
    width: 1.6rem;
    height: 0.2rem;
  }
  .forte_subtitle:before {
    margin-right: 0.8rem;
  }
  .forte_subtitle:after {
    margin-left: 0.8rem;
  }
  .reason1_solution {
    margin-bottom: 3rem;
  }
  .reason1_solution .image {
    margin-bottom: 1.5rem;
  }
  .reason1_solution p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .reason1_solution p:last-child {
    margin-bottom: 0;
  }
  .reason1_model {
    background-color: #ecf6ff;
    margin-bottom: 3rem;
    padding: 2rem;
  }
  .reason1_model li {
    margin-bottom: 2rem;
    color: #333;
    font-size: 1.5rem;
  }
  .reason1_model li:last-child {
    margin-bottom: 0;
  }
  .reason1_model .forte_subtitle {
    margin-bottom: 1.2rem;
  }
  .reason1_4solution_title {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .reason1_4solution_title span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 0.4rem;
    letter-spacing: 0.05em;
  }
  .reason1_4solution {
    width: 100%;
  }
  .reason1_4solution a {
    text-decoration: underline;
    color: #fff;
  }
  .reason1_4solution .box {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .reason1_4solution .box:last-child {
    margin-bottom: 0;
  }
  .reason1_4solution h4 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .reason1_4solution h4 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .reason1_4solution p {
    margin-top: 1.2rem;
  }
  .reason1_4solution ul {
    margin-top: 1.2rem;
    padding: 0.8rem;
    background: #113677;
    border: solid 1px #275098;
    border-radius: 0.8rem;
  }
  .reason1_4solution ul li {
    position: relative;
    padding-left: 2rem;
  }
  .reason1_4solution ul li:before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason2_trainer {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
  }
  .reason2_trainer .read {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .reason2_trainer .read h3 {
    font-size: 1.6rem;
    color: #1c4388;
    border-left: solid 4px #1c4388;
    padding: 0 0 0 1.2rem;
    margin: 2.4rem 0 1.2rem 0;
    line-height: 1.2;
  }
  .reason2_process {
    background-color: #ecf6ff;
    margin-top: -1rem;
    padding: 4rem 0;
  }
  .reason2_process .forte_subtitle {
    margin-bottom: 2rem;
  }
  .reason3_proposal {
    position: relative;
    width: 100%;
  }
  .reason3_proposal .read {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .forte_reason3 .btn {
    margin-top: 0px;
    background: #FFF;
    padding: 0 2rem 2rem 2rem;
    margin: 0;
  }
  .forte_reason3 .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #FFF;
  }
  .forte_reason3 .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.8rem;
  }
  .forte_reason3 .btn a:hover {
    background-color: #5377b8;
  }
  .reason3_solution {
    background-color: #ecf6ff;
    margin-top: 4rem;
    padding: 2rem;
  }
  .reason3_solution .forte_subtitle {
    margin-bottom: 2rem;
  }
  .reason3_solution .image {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding: 0 0 2rem 0;
  }
  .text_link {
    position: absolute;
    bottom: 10%;
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .text_link a {
    text-decoration: underline;
  }
  .text_link a:hover {
    text-decoration: none;
  }
  .forte_support {
    background-color: #f5f6f4;
    padding: 5rem 0;
    font-size: 1.5rem;
  }
  .forte_support h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 3rem 0;
  }
  .forte_support h2 span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  /*aa-*/
  .forte_support h2 em {
    color: #1C4388;
    border-bottom: 0.2rem solid #1C4388;
    padding: 0 0 1rem 0;
  }
  .forte_support p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  /*aa-*/
  .forte_support .point {
    font-size: 1.5rem;
  }
  .forte_support .point strong {
    font-weight: 700;
    color: #65ad36;
  }
  .forte_learningpit {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 2rem;
  }
  .forte_learningpit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 7.5rem 0 7.5rem;
    border-color: #ffc549 transparent transparent transparent;
    margin-left: -7.5rem;
  }
  .forte_learningpit .image {
    margin-top: 2rem;
    padding: 0 4rem;
  }
  .forte_learningpit h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #65ad36;
  }
  .forte_learningpit li {
    position: relative;
    padding-left: 2rem;
  }
  .forte_learningpit li:before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
    color: #65ad36;
  }
  .forte_casestudy {
    background-color: #fff;
    padding: 5rem 0 0 0;
  }
  .forte_casestudy h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #1c4388;
  }
  .forte_casestudy h2 span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .read .btn {
    margin-top: 2rem;
    text-align: center;
    font-size: 0;
    padding: 0 2rem;
  }
  .read .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .read .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.8rem;
  }
  .forte_support .btn {
    margin-top: 3rem;
    text-align: center;
    font-size: 0;
    padding: 0 2rem;
  }
  .forte_support .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .forte_support .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.8rem;
  }
  .forte_casestudy .btn {
    margin-top: 3rem;
    text-align: center;
    font-size: 0;
  }
  .forte_casestudy .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c4388;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    color: #fff;
  }
  .forte_casestudy .btn a:after {
    content: "";
    display: block;
    background: url(../img/ar2.png) center center no-repeat;
    background-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.8rem;
  }
  .forte_article {
    width: 100%;
  }
  .forte_article a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    text-decoration: none;
    color: #333;
  }
  .forte_article a:last-child {
    margin-bottom: 0;
  }
  .forte_article a h3 {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .forte_article a .article_company {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .forte_article a .article_label {
    margin-top: 1.4rem;
    font-size: 0;
  }
  .forte_article a .article_label li {
    display: inline-block;
    background-color: #f5f5f5;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.8rem 1.5rem;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1;
    color: #004e81;
  }
  .forte_change {
    background-color: #ffff;
    padding: 5rem 0;
  }
  .forte_change h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #1c4388;
  }
  .forte_change ul {
    border: 1px solid #1c4388;
    margin: 2rem 0;
    padding: 2rem 3rem;
  }
  .forte_change ul li {
    padding: 0 0 2rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    color: #1c4388;
  }
  .forte_change ul li:nth-of-type(2) {
    border-top: 2px dashed #707070;
    padding: 2rem 0 0 0;
  }
  .forte_change ul img {
    margin-top: 1.5rem;
  }
  .forte_change ul + p span {
    font-size: 1.2rem;
    color: #ababab;
  }
}
.c {
  text-align: center;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pop-up1, #pop-up2 {
  display: none;
}
#pop-up1:checked + .overlay, #pop-up2:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000A0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popWindow {
  overflow: auto; /* スクロールバー用 */
  max-height: 100%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 80%; /* すき間 */
  position: fixed;
  left: 0%; /* 中央に */
  right: 0;
  margin: auto;
  /*
  transform: translate(-50%, -50%); /* 中央に 
  */
  z-index: 100010;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 0px;
  background: #FFF; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
}
.popWindow .ptitle {
  font-size: 1.5rem;
  margin: 0.8rem;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  transition: all 300ms;
  font-size: 2.4rem;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 0.2rem;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0.5rem;
}
.clickable:hover {
  cursor: pointer;
}
img.hv_img {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
img.hv_img:hover {
  opacity: 0.7;
}
img.wd100 {
  width: 100%;
}
/*
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}
*/
/*2024 add css */
.contents-wrapper {
  position: relative;
}
.el_read-txt {
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .el_read-txt {
    text-align: left;
    font-size: 1.5rem;
  }
  .el_read-txt span.newline {
    display: inline;
  }
}
/*pagenav*/
/*PC*/
.page-navigation_item:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/anchor-arrow.png") no-repeat;
  background-size: contain;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .page-header {
    position: relative;
  }
  .page-navigation {
    position: relative;
    width: 100%;
    padding: 0 8rem;
    background: #3892c1;
    transition:
      opacity ease .3s, color ease .3s, background-color ease .3s;
  }
  .page-navigation.bright {
    background: #3757a2;
  }
  .page-navigation.fixed {
    position: fixed;
    top: 0;
    left: 11.5rem;
    width: 100%;
    height: 5.6rem;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .page-navigation_unit {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 110rem;
    margin: 0 auto;
    border-left: solid 1px #ffffff;
  }
  .page-navigation_unit li {
    width: calc(100% / 4);
  }
  .page-navigation_unit li {
    border-right: solid 1px #ffffff;
  }
  .page-navigation_unit li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 1.2rem 0;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.25;
    height: 5.6rem;
  }
  .page-navigation_unit li a:hover {
    background: #1c648a;
  }
}
@media only screen and (min-width: 1300px) {
  .page-navigation_unit li a {
    font-size: 1.6rem;
  }
}
/*SP*/
@media only screen and (max-width: 767px) {
  .page-header {}
  .page-navigation {}
  .page-navigation.fixed {
    position: fixed;
    top: 6.2rem;
    right: 0;
    width: 20rem;
    height: auto;
    z-index: 999;
    background: #1c4388;
    transform: translateX(200px);
    transition: ease .2s;
    opacity: 0;
  }
  .page-navigation.fixed.bright {
    background: #3757a2;
  }
  .page-navigation.fixed.active {
    transform: translateX(0);
    opacity: 1;
  }
  .el_hamburger_btn {
    width: 6rem;
    height: 6rem;
    position: fixed;
    z-index: 1001;
    right: 0;
    top: 6.2rem;
    background: #3892c1;
    z-index: 1000;
    display: none;
    transition: ease .2s;
  }
  .page-navigation.fixed + div.el_hamburger_btn {
    display: block;
  }
  .page-navigation.fixed + div.el_hamburger_btn.active {
    transform: translateX(-20rem);
  }
  .el_hamburger_btn_inner {
    position: relative;
    width: 6rem;
    height: 6rem;
  }
  .el_hamburger_btn span {
    display: block;
    width: 2.8rem;
    height: 0.1rem;
    background: #fff;
    position: absolute;
    transition: all ease 0.3s;
    left: 50%;
  }
  .el_hamburger_btn span:nth-child(1) {
    top: 1.7rem;
    left: 1.6rem;
  }
  .el_hamburger_btn span:nth-child(2) {
    top: 3rem;
    left: 1.6rem;
  }
  .el_hamburger_btn span:nth-child(3) {
    top: 4.2rem;
    left: 1.6rem;
  }
  .el_hamburger_btn.active {
    background: #1c648a;
  }
  .el_hamburger_btn.active span:nth-child(1) {
    top: 3rem;
    left: 1.6rem;
    transform: rotate(45deg);
  }
  .el_hamburger_btn.active span:nth-child(2) {
    top: 3rem;
    left: 1.6rem;
    transform: rotate(-45deg);
  }
  .el_hamburger_btn.active span:nth-child(3) {
    display: none;
  }
  .page-navigation_unit {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background: #3892c1;
  }
  .page-navigation_unit li {
    width: calc(100% / 2);
    border-bottom: solid 1px #ecf6ff;
    border-right: none;
  }
  .page-navigation.fixed .page-navigation_unit li {
    width: 100%;
  }
  .page-navigation_unit li:nth-child(odd) {
    border-right: solid 1px #ffffff;
  }
  .fixed .page-navigation_unit li:nth-child(odd) {
    border-right: none;
  }
  .page-navigation_unit li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 1.25;
    height: 4.8rem;
    /*background: url("../img/ar_bottom_w.svg") right 6px center no-repeat #1c4388;
    background-size: 20px;
    */
  }
}
/*trainers-support*/
/*PC*/
@media screen and (min-width: 768px) {
  .trainers-support {
    background: #ecf6ff;
    padding: 4rem;
    margin-bottom: 5rem;
  }
  .trainers-support_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #1c4388;
    margin-bottom: 24px;
  }
  .trainers-support_title:before, .trainers-support_title:after {
    content: "";
    display: block;
    background-color: #99c5e8;
    width: 2.4rem;
    height: 0.2rem;
  }
  .trainers-support_title::before {
    margin-right: 1rem;
  }
  .trainers-support_title:after {
    margin-left: 1rem;
  }
  .trainers-support_unit {
    display: flex;
    justify-content: space-between;
    align-items: stretch
  }
  .trainers-support_unit li {
    width: 25%;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
  }
  .trainers-support_unit li h4 {
    background: url("../img/arrow_base_right.svg") center right no-repeat;
    background-size: auto 5.6rem;
    color: #ffffff;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
  }
  .trainers-support_unit li .rainers-support_txt {
    padding: 0.8rem 0.8rem 0 0.8rem;
    flex-grow: 1; /* 比率を指定 */
  }
  .trainers-support_unit li figure {
    padding: 0.8rem;
  }
  .trainers-support_unit li .rainers-support_txt span {
    display: block;
    color: #1c4388;
    padding: 0.2rem 0 0.2rem 1.6rem;
    background: url("../img/ic_check.svg") left 1rem no-repeat;
    background-size: 1.3rem;
  }
}
/*SP*/
/*----------------------*/
.n_block_01 {
  max-width: 80rem;
  background: #FFF;
  margin: 3rem auto 4rem;
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.n_block_01 .left_areas {
  width: 50%;
  background: #F6FBF4;
  padding: 2rem;
  text-align: center;
}
.n_block_01 .right_areas {
  width: 50%;
  background: #F6FBF4;
  padding: 2rem;
  text-align: center;
}
.n_block_01 .left_areas h3 {
  text-align: center;
  color: #65AD36;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
  padding: 0 0rem 1rem 0;
}
.n_block_01 .left_areas h3 span {
  background: url(../img/new_icon_01.png) left top no-repeat;
  background-size: 5.35rem 4.95rem;
  display: inline-block;
  padding: 0 0rem 0rem 6rem;
}
.n_block_01 .right_areas h3 {
  text-align: center;
  color: #65AD36;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
}
.n_block_01 .right_areas h3 span {
  display: inline-block;
  background: url(../img/new_icon_02.png) left top no-repeat;
  background-size: 5.55rem 5.5rem;
  padding: 0 0rem 0rem 6rem;
}
.n_block_01 .left_areas h3:after, .n_block_01 .right_areas h3:after {
  content: "";
  background: url(../img/border_image.png) left top no-repeat;
  background-size: 32rem auto;
  width: 32rem;
  height: 1.5rem;
  display: block;
  margin: 1rem 0 1rem 0;
}
.n_block_01 .f_boxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.n_block_01 ol {
  text-align: left;
  padding: 0 1rem;
  counter-reset: cp_clist; /*数字をリセット*/
  list-style-type: none;
}
.n_block_01 ol li {
  position: relative;
  margin: 0 0 1rem 3.5rem;
  font-size: 1.6rem;
}
.n_block_01 ol li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  background: #E2C639;
  color: #fff;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  /*位置の調整*/
  /*
  margin-top: 0.2rem;
  */
  margin-left: -4rem;
  font-size: 1.5rem;
  line-height: 2;
}
.n_arw {
  width: 9rem;
  margin: 0 auto 2rem;
}
.n_block_01 .left_boxs {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  width: 42rem;
}
.n_block_01 .left_boxs em {
  color: #65AD36;
  font-size: 3rem;
}
.n_block_01 .left_boxs span {
  color: #E95286;
}
.n_block_01 .right_boxs {
  width: 29rem;
}
.n_block_01 .right_boxs .btn a {
  width: auto;
  text-align: left;
  background: #65AD36;
  line-height: 1.5;
  height: auto;
  padding: 1.5rem 2.2rem;
}
.n_block_01 .right_boxs .btn a:hover {
  background: #7CC24E;
}
.btn.extra a {
  line-height: 1.5;
  width: auto;
  height: auto;
  padding: 1.5rem 2.2rem;
}
.n_block_01 .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1c4388;
  width: 33rem;
  height: 6rem;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
}
.n_block_01 .btn a:after {
  content: "";
  display: block;
  background: url(../img/ar2.png) center center no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/*----------------------*/
@media only screen and (max-width: 767px) {
  .trainers-support {
    background: #ecf6ff;
    padding: 2rem;
    margin-bottom: 5rem;
  }
  .trainers-support_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1c4388;
    margin-bottom: 1.6rem;
    text-align: center;
  }
  .trainers-support_title:before, .trainers-support_title:after {
    content: "";
    display: block;
    background-color: #99c5e8;
    width: 1.6rem;
    height: 0.2rem;
  }
  .trainers-support_title:before {
    margin-right: 0.8rem;
  }
  .trainers-support_title:after {
    margin-left: 0.8rem;
  }
  .trainers-support_unit {}
  .trainers-support_unit li {
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
  }
  .trainers-support_unit li:after {
    content: "";
    width: 100%;
    height: 2rem;
    display: block;
    border-top: solid 1px #99c5e8;
    background: url("../img/arrow_bottom.svg") center top no-repeat;
    background-size: 4rem auto;
  }
  .trainers-support_unit li.trainers-support_wide:after {
    content: none;
  }
  .trainers-support_unit li.trainers-support_wide {
    border-bottom: none;
  }
  .trainers-support_unit li h4 {
    font-weight: bold;
    color: #1c4388;
    width: calc(100% - 13rem);
  }
  .trainers-support_unit li .rainers-support_txt {
    width: calc(100% - 13rem);
    min-height: 8.8rem;
    font-size: 1.3rem;
  }
  .trainers-support_unit li.trainers-support_wide .rainers-support_txt {
    width: 100%;
  }
  .trainers-support_unit li figure {
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: 12rem;
  }
  .trainers-support_unit li .rainers-support_txt span {
    display: block;
    color: #1c4388;
    padding: 0.2rem 0 0.2rem 1.6rem;
    background: url("../img/ic_check.svg") left 10px no-repeat;
    background-size: 13px;
  }
}
/*btn*/
/*pc*/
@media only screen and (min-width: 768px) {
  a.linkBtn--Arrow05.bg_orange.large span {
    padding: 2.5rem 9rem 2.5rem 5.5rem;
  }
  a.linkBtn--Arrow05.bg_orange.large {
    font-size: 2.2rem;
  }
}
/*trainer*/
.trainer-introduction_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color: #1c4388;
  margin-bottom: 2.4rem;
}
.trainer-introduction_title:before, .trainer-introduction_title:after {
  content: "";
  display: block;
  background-color: #99c5e8;
  width: 2.4rem;
  height: 0.2rem;
}
.trainer-introduction_title::before {
  margin-right: 1rem;
}
.trainer-introduction_title:after {
  margin-left: 1rem;
}
.trainer-introduction {
  max-width: 100rem;
  margin: 0 auto 4rem auto;
  display: flex;
}
.splide__list {
  display: flex;
  align-items: stretch;
}
.trainer-slide {
  border: 1px solid #1c4388;
}
.trainer-slide-inner {
  padding: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.splide__arrow {
  position: absolute;
  fill: #1c4388;
}
.splide__arrow.splide__arrow--prev {
  top: 50%;
  left: -4rem;
  margin-top: -2rem;
  transform: rotate(180deg);
  width: 4rem;
  height: 4rem;
}
.splide__arrow.splide__arrow--next {
  top: 50%;
  right: -4rem;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
}
.splide__arrow.splide__arrow--next svg, .splide__arrow.splide__arrow--prev svg {
  width: 2.4rem;
  height: 2.4rem;
}
.trainer-image {
  width: 13.4rem;
}
.trainer-information {
  width: calc(100% - 15rem);
}
.trainer-information-read {
  color: #004e81;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
  font-weight: bold;
}
.trainer-label li {
  display: block;
  padding: 0.4rem 0;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  color: #004e81;
}
.splide__pagination {
  position: absolute;
  bottom: -3rem;
  width: 100%;
}
.splide__pagination__page {
  display: block;
  background: #1c4388;
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin: 0 0.6rem;
  border-radius: 50%;
  line-height: 0;
}
.splide__pagination__page.is-active {
  background: #cccccc;
}
/*SP*/
@media only screen and (max-width: 767px) {
  .trainer-introduction_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1c4388;
    margin-bottom: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .trainer-introduction_title:before, .trainer-introduction_title:after {
    content: "";
    display: block;
    background-color: #99c5e8;
    width: 1.6rem;
    height: 0.2rem;
  }
  .trainer-introduction_title:before {
    margin-right: 0.8rem;
  }
  .trainer-introduction_title:after {
    margin-left: 0.8rem;
  }
  .trainer-slide-inner {
    padding: 1.6rem;
    display: block;
  }
  .trainer-introduction {
    margin-bottom: 8rem;
  }
  .splide__arrow.splide__arrow--prev {
    top: 50%;
    left: 2rem;
    margin-top: -2rem;
    transform: rotate(180deg);
    width: 4rem;
    height: 4rem;
    z-index: 100;
  }
  .splide__arrow.splide__arrow--next {
    top: 50%;
    right: 2rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    z-index: 100;
  }
  .trainer-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .trainer-image figure {
    width: 10rem;
    margin: 0 auto 0.8rem auto;
  }
  .trainer-label li {
    display: inline-block;
  }
  .trainer-label li:not(:first-child):before {
    content: " / ";
  }
  .trainer-information {
    width: 100%;
  }
  .trainer-information-read {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.pit_color {
  color: #E95286;
  font-weight: bold;
}
.pit_ttl {
  text-align: center;
  margin: 2rem auto 1rem;
  font-weight: 700;
  color: #65ad36;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .pit_ttl {
    text-align: center;
    margin: 2rem auto 1rem;
    font-weight: 700;
    color: #65ad36;
    font-size: 1.3rem;
  }
}
.forte_support .btn a.pit_height {
  height: 7rem;
  line-height: 1.5;
}
a.linkBtn--Arrow05.bg_orange {
  background: #f78e57;
  border: 1px solid #f78e57;
  background-image: url(../img/linkIconWhite4.png);
  background-size: 1.6rem 0.6rem;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  color: #FFF;
  font-size: 1.8rem;
  display: inline-block;
  transition: 0.3s ease;
}
a.linkBtn--Arrow05.bg_orange:hover {
  background: #d06e3a;
  background-image: url(../img/linkIconWhite4.png);
  background-size: 1.6rem 0.6rem;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
  border: 1px solid #d06e3a;
  /*
  box-shadow: 0 0 0 2px #aa420b inset;
	*/
}
a.linkBtn--Arrow05.bg_orange.large span {
  padding: 2.5rem 9rem 2.5rem 5.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  a.linkBtn--Arrow05.bg_orange {
    font-size: 1.5rem;
    width: 100%;
    background-position: right 1rem center;
  }
  a.linkBtn--Arrow05.bg_orange:hover {
    background-position: right 1rem center;
  }
  a.linkBtn--Arrow05.bg_orange.large span {
    padding: 1.2rem 2rem 1.2rem 2rem;
  }
}
.onlyPC {
  display: block;
}
.onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .extra_text {
    margin-bottom: 1rem;
  }
  .reason1_model li p {
    margin: 0 0 1rem 0;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /*---------------*/
  .n_block_01 {
    margin: 3rem auto 3rem;
    padding: 2rem;
  }
  .n_block_01 .left_areas {
    width: 100%;
  }
  .n_block_01 .right_areas {
    width: 100%;
  }
  .n_block_01 .left_areas h3 {
    text-align: center;
    color: #65AD36;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.5;
    padding: 0 0rem 1rem 0;
  }
  .n_block_01 .left_areas h3 span {
    background: url(../img/new_icon_01.png) left top no-repeat;
    background-size: 5.35rem 4.95rem;
    display: inline-block;
    padding: 0 0rem 0rem 6rem;
  }
  .n_block_01 .right_areas h3 {
    text-align: center;
    color: #65AD36;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .n_block_01 .right_areas {
    border-top: 2px solid #FFF;
  }
  .n_block_01 .right_areas h3 span {
    display: inline-block;
    background: url(../img/new_icon_02.png) left top no-repeat;
    background-size: 5.55rem 5.5rem;
    padding: 0 0rem 0rem 6rem;
  }
  .n_block_01 .left_areas h3:after, .n_block_01 .right_areas h3:after {
    content: "";
    background: url(../img/border_image.png) left top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 2rem;
    display: block;
    margin: 1rem 0 1rem 0;
  }
  .n_block_01 .f_boxs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .n_block_01 ol {
    text-align: left;
    padding: 0 1rem;
    counter-reset: cp_clist; /*数字をリセット*/
    list-style-type: none;
  }
  .n_block_01 ol li {
    position: relative;
    margin: 0 0 1rem 3.5rem;
    font-size: 1.6rem;
  }
  .n_block_01 ol li::before {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* カウントさせる */
    counter-increment: cp_clist;
    content: counter(cp_clist);
    /*装飾*/
    background: #E2C639;
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    /*位置の調整*/
    /*
  margin-top: 0.2rem;
  */
    margin-left: -4rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  .n_arw {
    width: 9rem;
    margin: 0 auto 2rem;
  }
  .n_block_01 .left_boxs {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .n_block_01 .left_boxs em {
    color: #65AD36;
    font-size: 2.2rem;
  }
  .n_block_01 .left_boxs span {
    color: #E95286;
  }
  .n_block_01 .right_boxs {
    width: 100%;
  }
  .n_block_01 .right_boxs .btn a {
    width: auto;
    text-align: left;
    background: #65AD36;
    line-height: 1.5;
    height: auto;
    padding: 1.5rem 2.2rem;
  }
  .btn.extra a {
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 1.5rem 2.2rem;
  }
  .right_boxs .btn {
    margin-top: 2rem;
  }
  /*---------------*/
}
/*-------アンケート概要 dl--------*/
.page-overview-explanation {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-overview-explanation {
    font-size: 1.5rem;
    text-align: left;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1.6rem 0 0 0;
  }
}
.survey-overview-wrap {
  width: 90%;
  max-width: 600px;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ededed;
}
.survey-overview-wrap > dt {
  font-weight: 500;
  padding: 4px;
  width: 15%;
  text-align: center;
  font-size: 1.4rem;
}
.survey-overview-wrap dd {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .survey-overview-wrap {
    flex-direction: column;
    width: auto;
    margin: 0 2rem;
  }
  .survey-overview-wrap > dt {
    width: 100%;
    border-bottom: solid 1px #ffffff;
    line-height: 1.5;
  }
  .survey-overview-wrap dd {
    width: 100%;
  }
}
.survey-overview {
  display: flex;
  flex-wrap: wrap;
  border-left: 2px solid #ffffff;
}
.survey-overview > dt {
  font-weight: 500;
  width: 20%;
  padding: 2px 4px;
  border-bottom: solid 1px #ffffff;
}
.survey-overview > dd {
  width: 80%;
  padding: 4px;
  padding: 2px 4px;
  border-bottom: solid 1px #ffffff;
}
@media only screen and (max-width: 767px) {
  .survey-overview {
    border-left: none;
    line-height: 1.75;
  }
  .survey-overview > dt {
    width: 8.5rem;
  }
  .survey-overview > dd {
    width: calc(100% - 8.5rem);
  }
}
/*-------コンテンツヘッダ　ページナビ--------*/
.contents-header {
  text-align: center;
  padding: 2rem 0 0 0;
}
.contents-header-title {
  font-weight: 700;
  font-size: 3.2rem;
  padding: 0 0 1rem;
  color: #204F74;
}
@media only screen and (max-width: 767px) {
  .contents-header {
    min-height: 18rem;
  }
  .contents-header-title {
    font-size: 2rem;
    line-height: 1.75;
  }
}
/*-------共通--------*/
.contents-wrapper {}
.ly_contents-block {
  background: #d3eafa;
}
.el_lv2heading {
  font-weight: 700;
  font-size: 4.8rem;
  padding: 0 0 1rem;
  color: #204F74;
  background: #ffffff;
  text-align: center;
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_lv2heading:before, .el_lv2heading:after {
  content: "";
  display: block;
  background-color: #204F74;
  width: 5rem;
  height: 0.3rem;
}
.el_lv2heading::before {
  margin-right: 3rem;
}
.el_lv2heading:after {
  margin-left: 3rem;
}
.el_lv2heading__small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .el_lv2heading {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .el_lv2heading:before, .el_lv2heading:after {
    width: 2.4rem;
    height: 0.4rem;
  }
  .el_lv2heading::before {
    margin-right: 1rem;
  }
  .el_lv2heading:after {
    margin-left: 1rem;
  }
  .el_lv2heading__small {
    font-size: 1.6rem;
  }
}
.el_lv3heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #204F74;
  text-align: center;
  line-height: 1.5;
}
.el_lv3heading__medium {
  font-weight: 700;
  font-size: 3.6rem;
}
.el_lv3heading__white {
  color: #ffffff;
}
.el_lv3heading__emphasis-color {
  color: #e85800;
}
.el_lv3heading span {
  font-weight: 500;
  font-size: 2.6rem;
}
.el_lv3heading span.read {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  width: fit-content;
  line-height: 1.2;
  margin: 4rem auto 0.6rem;
  padding: 0 2rem;
}
.el_lv3heading span.read::before, .el_lv3heading span.read::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.1rem;
  height: 3rem;
  background: #204F74;
}
.el_lv3heading span.read::before {
  transform: rotate(-30deg);
  left: 0;
}
.el_lv3heading span.read::after {
  transform: rotate(30deg);
  right: 0;
}
.el_lv3heading__mb {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .el_lv3heading {
    font-size: 3.0rem;
  }
  .el_lv3heading__medium {
    font-size: 2.8rem;
  }
  .el_lv3heading span {
    font-size: 1.8rem;
  }
  .el_lv3heading span.read {
    font-size: 1.2rem;
  }
  .el_lv3heading__mb {
    margin-bottom: 2.4rem;
  }
}
.el_lv4heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color: #204F74;
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
.el_lv4heading:before, .el_lv4heading:after {
  content: "";
  display: block;
  background-color: #204F74;
  width: 2.4rem;
  height: 0.2rem;
}
.el_lv4heading::before {
  margin-right: 1.6rem;
}
.el_lv4heading:after {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .el_lv4heading {
    font-size: 1.6rem;
  }
  .el_lv4heading:before, .el_lv4heading:after {
    width: 2rem;
    height: 0.2rem;
  }
  .el_lv4heading::before {
    margin-right: 1.6rem;
  }
  .el_lv4heading:after {
    margin-left: 1.6rem;
  }
}
.el_lv5heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  color: #204F74;
  margin-bottom: 1.6rem;
}
.el_lv5heading__bgcolor {
  background: #204F74;
  color: #ffffff;
  padding: 0.8rem;
}
.el_lv5heading__border {
  border-bottom: 1px solid #204F74;
  border-top: 1px solid #204F74;
  margin-bottom: 0.8rem;
  padding: 0.8rem 0;
}
.el_lv6heading {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #204F74;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .el_lv6heading {
    margin-bottom: 0.8rem;
  }
}
.hp_ic_voice:before {
  content: "";
  display: block;
  margin: 0 auto 1rem auto;
  width: 18rem;
  height: 6rem;
  background: url("../img/icon_voice.png") no-repeat bottom center;
  background-size: contain;
}
.btn {
  margin: 0 auto;
  text-align: center;
}
.btn__padding {
  padding: 3rem 0;
}
.btn a {
  display: inline-flex;
  align-items: center;
  background-color: #204F74;
  padding: 1rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5;
  color: #FFF;
}
.btn a:after {
  content: "";
  display: block;
  background: url(../img/ar2.png) center center no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn a:hover {
  background-color: #3892c1;
}
.btn a:hover:after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
@media only screen and (max-width: 767px) {
  .btn__padding {
    padding: 2rem 0;
  }
  .btn a {
    font-size: 1.4rem;
  }
}
.el_annotation {
  text-align: right;
  font-size: 1.2rem;
  color: #505050;
}
.el_annotation__left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .el_annotation {
    text-align: center;
    font-size: 1rem;
  }
}
/*--ヘルパー--*/
.hp_mb-small {
  margin-bottom: 0.8rem;
}
.hp_mb-medium {
  margin-bottom: 1.6rem;
}
.hp_pb-small {
  padding-bottom: 0.8rem;
}
.hp_pb-medium {
  padding-bottom: 1.6rem;
}
.hp_ps-medium {
  padding: 0 1.6rem;
}
/*--設問結果円グラフ--*/
.bl_question-results-unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 128rem;
  padding-top: 6rem;
  margin: 0 auto;
}
.bl_question-results {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-radius: 2.4rem;
  /*box-shadow: 1.4rem 1.4rem 0 #c1deea;*/
  background: url("../img/survey-results-bg.png") repeat #ffffff;
  background-size: 13px;
}
@media only screen and (min-width: 768px) {
  .bl_question-results__harf {
    max-width: 56rem;
    padding: 1rem 2rem 1rem 1rem;
    align-items: flex-start;
  }
}
.bl_question-results__harf:nth-child(3) {
  align-items: center;
}
.bl_question-results__harf .bl_question-results::before {
  width: 10rem;
  height: 7.5rem;
  top: -3rem;
}
.bl_question-results__harf:nth-child(3) {
  margin-top: 7rem;
  max-width: 66rem;
}
.bl_question-results figure {
  width: 28rem;
  padding: 1rem;
}
.bl_question-results .bl_question-results_txt {
  width: calc(100% - 29rem);
  padding-bottom: 1.6rem;
}
.bl_question-results .bl_question-results_txt dl dt {
  font-size: 4rem;
  color: #f9ad59;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2rem;
}
.bl_question-results .bl_question-results_txt dl dd {
  color: #e85800;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.bl_question-results.bl_question-results__harf .bl_question-results_txt {
  padding-top: 1rem;
}
.bl_question-results.bl_question-results__harf .bl_question-results_txt dl dd {
  font-size: 2.4rem;
}
p .emphasis-txt {
  color: #e85800;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_question-results-unit {
    flex-direction: column;
    margin: 0 2rem;
  }
  .bl_question-results {
    position: relative;
    flex-direction: row-reverse;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.2rem;
    border-radius: 0.8rem;
  }
  .bl_question-results-unit .bl_question-results:not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .bl_question-results__harf:nth-child(3) {
    margin-top: 0;
  }
  .bl_question-results figure {
    width: 50%;
    padding: 1rem;
  }
  .bl_question-results .bl_question-results_txt {
    width: 50%;
  }
  .bl_question-results .bl_question-results_txt dl dt {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .bl_question-results .bl_question-results_txt dl dd, .bl_question-results.bl_question-results__harf .bl_question-results_txt dl dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/*--CVエリア--*/
.bl_cv-area {
  background: #ff8c38;
  text-align: center;
  padding: 3rem 0 3.6rem;
}
.bl_cv-area_txt {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
a.el_contact-information-btn {
  position: relative;
  background: #ffffff;
  color: #d06e3a;
  font-size: 2.8rem;
  display: inline-block;
  transition: 0.3s ease;
  padding: 2rem 8rem 2rem 5.5rem;
  font-weight: 700;
  border: solid 1px #ffffff;
}
a.el_contact-information-btn:hover {
  background: url(../img/ic-contact-information_w.png) no-repeat right 3rem center #ffffff;
  background-size: 3rem 3rem;
  color: #ffffff;
  border: solid 1px #ffffff;
}
a.el_contact-information-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
a.el_contact-information-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #204F74;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
a.el_contact-information-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/ic-contact-information.png) center;
  background-size: contain;
}
a.el_contact-information-btn:hover::after {
  content: "";
  background: url(../img/ic-contact-information_w.png) center;
  background-size: contain;
}
a.el_contact-information-btn .text {
  position: relative;
}
a.el_contact-information-btn.large span {
  padding: 2.5rem 9rem 2.5rem 5.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .bl_cv-area {
    padding: 3rem 2.4rem 3.6rem;
  }
  .bl_cv-area_txt {
    font-size: 1.7rem;
  }
  a.el_contact-information-btn {
    font-size: 2rem;
    width: 100%;
    background-position: right 1.6rem center;
    padding: 2rem 3rem 2rem 2rem;
  }
  a.el_contact-information-btn:active {
    color: #ffffff;
  }
  a.el_contact-information-btn:hover {
    background-position: right 1rem center;
  }
  a.el_contact-information-btn.large span {
    padding: 1.2rem 2rem 1.2rem 2rem;
  }
}
/*--マーカー表現--*/
span.marker {
  background: linear-gradient(transparent 70%, #ffdc97 0%);
}
/*--誘導矢印--*/
.el_down-arrow {
  margin: 0 auto;
  width: 14rem;
  padding: 2rem 0.5rem 0rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .el_down-arrow {
    width: 12rem;
  }
}
/*--評価のその理由は?--*/
.bl_plan-reason {
  display: flex;
  justify-content: space-between;
  padding-top: 4.8rem;
  padding-bottom: 2rem;
}
.bl_plan-reason-block {
  width: 48.5%;
  background: #ffffff;
  background-size: 13px;
  padding: 0 2rem 2rem 2rem;
  font-size: 1.6rem;
  border: solid 2px #204F74;
}
@media only screen and (max-width: 767px) {
  .bl_plan-reason {
    flex-direction: column;
    padding-bottom: 0;
  }
  .bl_plan-reason-block {
    width: 100%;
    margin-bottom: 4rem;
  }
  .bl_plan-reason-block {
    font-size: 1.4rem;
  }
}
.bl_plan-reason-num {
  background: #204F74;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  border-radius: 50%;
  padding: 2.2rem 0 0 0;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: -5rem;
}
.bl_plan-reason-num span {
  font-size: 1.4rem;
  font-weight: 300;
}
.bl_plan-reason-num span.reazon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .bl_plan-reason-num {
    width: 7rem;
    height: 7rem;
    padding: 1.6rem 0 0 0;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: -3.5rem;
  }
  .bl_plan-reason-num span {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
.bl_plan-reason-title {
  text-align: center;
  color: #204F74;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.6rem;
  font-weight: 700;
}
.bl_plan-reason-title span.read-text {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #204F74;
  font-weight: 500;
  display: block;
}
.bl_plan-reason-title span.read-text::before {
  content: "＼";
  display: inline-block;
  padding-right: 4px;
}
.bl_plan-reason-title span.read-text::after {
  content: "／";
  display: inline-block;
  padding-left: 4px;
}
.bl_plan-reason-service-image {
  max-width: 90%;
  margin: 0 auto 1.6rem auto;
}
@media only screen and (max-width: 767px) {
  .bl_plan-reason-title {
    font-size: 2rem;
  }
  .bl_plan-reason-title span.read-text {
    font-size: 1.2rem;
  }
}
/*--事例からの声をご紹介--*/
.bl_plan-voice {
  margin: 4rem 4rem 0 4rem;
  background: #e6f5ff;
  padding: 4rem 2.4rem 8rem 2.4rem;
  border-radius: 2.4rem;
}
.bl_plan-voice-unit {
  padding-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.2rem;
  max-width: 100rem;
  margin: 0 auto;
}
.bl_voice {
  width: calc(50% - 1.7rem);
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  padding-bottom: 2rem;
}
.bl_voice a {
  display: block;
}
.bl_voice a p {
  padding: 1.6rem 8rem 0 0;
  font-size: 1.7rem;
}
.bl_voice a::after {
  position: absolute;
  right: 1rem;
  top: 24rem;
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: solid 1px #204F74;
  background: url("../img/ic_link-arrow-dark.png") center no-repeat;
  background-size: 2rem;
  transition: 0.3s ease;
}
.bl_voice:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.bl_voice:hover a:after {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
  background: url("../img/ic_link-arrow-white.png") center no-repeat #204F74;
  background-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .bl_plan-voice {
    padding: 4rem 2.4rem 4rem 2.4rem;
    margin: 4rem 2rem 2rem 2rem;
  }
  .bl_plan-voice-unit {
    flex-direction: column;
    gap: 2rem;
  }
  .bl_voice {
    width: 100%;
    padding-bottom: 5rem;
  }
  .bl_voice a::after {
    bottom: 0;
    top: auto;
  }
  .bl_voice a p {
    padding: 0.8rem 0 0;
    font-size: 1.3rem;
  }
}
/*--ご利用者からの声--*/
.bl_plan-users-voice {
  padding: 6rem 0 15.5rem 0;
  background: url(../img/user-voice-pc.png) bottom center no-repeat;
  background-size: 46rem;
}
@media only screen and (max-width: 767px) {
  .bl_plan-users-voice {
    padding: 0 0 4rem 0;
    background: none;
  }
}
.bl_users-voice-unit {
  padding: 4rem 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6rem 1.6rem;
}
.bl_users-voice {
  border-radius: 8px;
  width: calc(100% / 3 - 1.6rem);
  padding: 1.6rem;
  background: #ffffff;
  color: #204F74;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bl_users-voice:nth-child(1):after, .bl_users-voice:nth-child(4):after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("../img/fukidashi_left.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3rem;
    right: 1rem;
  }
  .bl_users-voice:nth-child(2):after, .bl_users-voice:nth-child(5):after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("../img/fukidashi_center.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    margin-left: -1.5rem;
  }
  .bl_users-voice:nth-child(3):after, .bl_users-voice:nth-child(6):after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url("../img/fukidashi_right.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .bl_users-voice-unit {
    gap: 0.8rem;
  }
  .bl_users-voice {
    width: 100%;
  }
  .bl_users-voice:nth-child(1) {
    background: url("../img/user-voice-sp01.png") 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-left: 8rem;
  }
  .bl_users-voice:nth-child(2) {
    background: url("../img/user-voice-sp02.png") right 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-right: 8rem;
  }
  .bl_users-voice:nth-child(3) {
    background: url("../img/user-voice-sp03.png") 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-left: 8rem;
  }
  .bl_users-voice:nth-child(4) {
    background: url("../img/user-voice-sp04.png") right 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-right: 8rem;
  }
  .bl_users-voice:nth-child(5) {
    background: url("../img/user-voice-sp05.png") 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-left: 8rem;
  }
  .bl_users-voice:nth-child(6) {
    background: url("../img/user-voice-sp06.png") right 1rem center no-repeat #ffffff;
    background-size: 6.5rem;
    padding-right: 8rem;
  }
}
/*--専属トレーナー陣--*/
.bl_training-reason {
  background: #ffffff;
  background-size: 13px;
  padding: 2.4rem;
  position: relative;
  border: solid 2px #204F74;
}
.bl_training-reason::before, .bl_training-reason::after {
  content: "";
  width: 4em;
  height: 4em;
  position: absolute;
}
.bl_training-reason::before {
  width: 0;
  height: 0;
  border-right: 4em solid transparent;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #204F74;
  left: 0;
  top: 0;
}
.bl_training-reason::after {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 4em solid #204F74;
  border-top: 4em solid transparent;
  border-left: 4em solid transparent;
  right: 0;
  bottom: 0;
}
.bl_training-reason-title {
  text-align: center;
  color: #204F74;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 2.4rem;
  font-weight: 700;
}
.bl_training-reason-title span.emphasis {
  font-size: 4rem;
}
.bl_training-reason-unit {
  display: flex;
  justify-content: space-between;
}
.bl_training-reason-unit figure {
  width: 42rem;
}
.bl_training-reason-txt {
  width: calc(100% - 44rem);
}
.bl_training-reason-unit p {
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .bl_training-reason-title {
    font-size: 1.8rem;
  }
  .bl_training-reason-title span.emphasis {
    font-size: 3rem;
  }
  .bl_training-reason-unit {
    flex-direction: column;
  }
  .bl_training-reason-unit figure {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .bl_training-reason-txt {
    width: 100%;
  }
  .bl_training-reason-unit p {
    font-size: 1.4rem;
  }
}
/*--専属トレーナー陣--*/
.bl_rms-trainer-example {
  text-align: center;
  padding-top: 3.2rem;
  margin-bottom: 2rem;
}
.bl_rms-trainer-example-unit {
  display: flex;
  justify-content: space-between
}
.bl_rms-trainer-example-unit {
  display: flex;
  justify-content: space-between;
  column-gap: 1.6rem;
}
.bl_rms-trainer {
  background: #ffffff;
  border-radius: 8px;
  width: 32rem;
  text-align: left;
  display: flex;
  align-items: flex-end
}
.bl_rms-trainer-example-image {
  width: 10rem;
}
.bl_rms-trainer-example-image img {
  vertical-align: bottom;
}
.bl_rms-trainer-example-txt {
  width: calc(100% - 11rem);
  padding: 1rem;
  font-weight: 500;
  height: 100%;
}
.bl_rms-trainer-example-txt dl {
  display: flex;
  border-bottom: solid 1px #204F74;
  color: #204F74;
  font-weight: normal;
  margin-bottom: 0.6rem;
}
.bl_rms-trainer-example-txt dt {
  padding-right: 0.4rem;
  margin-right: 0.4rem;
}
.bl_rms-trainer-example-txt p {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .bl_rms-trainer-example-unit {
    display: block;
  }
  .bl_rms-trainer {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .bl_rms-trainer-example-image {
    width: 9rem;
  }
  .bl_rms-trainer-example-txt {
    width: calc(100% - 10rem);
  }
}
/*--実践--*/
.bl_play-reason {
  background: #ffffff;
  background-size: 13px;
  padding: 2.4rem;
  position: relative;
  border: solid 2px #204F74;
}
.bl_play-reason__mb {
  margin-bottom: 8rem;
}
.bl_play-reason::before, .bl_play-reason::after {
  content: "";
  width: 4em;
  height: 4em;
  position: absolute;
}
.bl_play-reason::before {
  width: 0;
  height: 0;
  border-right: 4em solid transparent;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #204F74;
  left: 0;
  top: 0;
}
.bl_play-reason::after {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 4em solid #204F74;
  border-top: 4em solid transparent;
  border-left: 4em solid transparent;
  right: 0;
  bottom: 0;
}
.bl_play-reason-title {
  text-align: center;
  color: #204F74;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 2.4rem;
  font-weight: 700;
}
.bl_play-reason-title span.emphasis {
  font-size: 4rem;
}
.bl_play-reason-unit {
  display: flex;
  justify-content: space-between;
  column-gap: 1.6px;
}
.bl_play-reason-box {
  width: calc(33.33% - 1.6rem);
  text-align: center;
}
.bl_play-reason-box-title-num {
  display: block;
  background: #204F74;
  color: #ffffff;
  text-align: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 4rem;
  border-radius: 50%;
  font-weight: 500;
}
.bl_play-reason-box-title {
  color: #204F74;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 0.8rem;
}
.bl_play-reason-box-title span {
  font-size: 2rem;
}
.bl_play-reason-box-cont {
  text-align: left;
}
.bl_play-reason-box-cont figure {
  margin-bottom: 1.6rem;
}
.bl_change-graph-unit {
  display: flex;
  justify-content: space-between;
  column-gap: 1.6px;
  padding: 0 1.6rem;
}
.bl_change-graph-box {
  width: calc(50% - 1.6rem);
  text-align: center;
  padding: 1.6rem;
  border: solid 1px #ccc;
  background: #ffffff;
}
.bl_change-graph-box figure {
  padding: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .bl_play-reason-unit {
    flex-direction: column;
  }
  .bl_play-reason-box {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .bl_play-reason-title {
    font-size: 1.8rem;
  }
  .bl_play-reason-title span.emphasis {
    font-size: 2.4rem;
  }
  .bl_change-graph-unit {
    flex-direction: column;
    padding: 0;
  }
  .bl_change-graph-box {
    width: 100%;
  }
  .bl_change-graph-box:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .bl_change-graph-box figure {
    padding: 1.6rem;
  }
  .bl_play-reason-box-title {
    font-size: 2.4rem;
  }
  .bl_play-reason-box-title span {
    font-size: 1.5rem;
  }
}
/*--研修受講者の声--*/
.bl_forte_voice {
  padding-top: 4.0rem;
}
.forte_voice {
  background-color: #ffffff;
  padding: 6rem 0;
  margin-bottom: 10rem;
}
.forte_voice .forte_inner {
  max-width: 90rem;
}
.forte_voice h2 {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #204F74;
}
.forte_voice li {
  position: relative;
  border-bottom: 1px solid #e1ecf6;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding-left: 8.5rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
.forte_voice li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 6rem;
  background: #1c4388 url(../img/voice-icon.png) center center no-repeat;
  background-size: 6rem;
  width: 6rem;
  height: 6rem;
}
.forte_voice li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.forte_voice li strong {
  font-weight: 700;
  color: #204F74;
  background: linear-gradient(transparent 60%, #ffdc97 0%);
}
.bl_closing-txt {
  padding: 6rem 0 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3;
  font-weight: 700;
  color: #004e81;
}
.bl_closing-txt p {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .forte_voice {
    padding: 0 0;
    margin-bottom: 6rem;
  }
  .forte_voice .forte_inner {
    padding: 3rem 2rem 3rem 2rem;
  }
  .forte_voice h2 {
    font-size: 2.8rem;
  }
  .forte_voice li:before {
    border-radius: 4rem;
    background: #1c4388 url(../img/voice-icon.png) center center no-repeat;
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
  .forte_voice li {
    padding-left: 5.5rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .bl_closing-txt {
    padding: 4rem 2rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
/*-- こちらのコンテンツもおすすめです --*/
.bl_recommended-cont {
  padding: 2.4rem 0 6rem 0;
}
.bl_recommended-box {
  border: solid 4px #ff8c38;
  padding: 1.6rem 2.4rem;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("../img/recommended-box-arrow.png") right bottom no-repeat #fff6e9;
  background-size: 7rem;
  color: #e85800;
}
.bl_recommended-box:hover {
  border: solid 4px #d06e3a;
  background: url("../img/recommended-box-arrow_w.png") right bottom no-repeat #ff8c38;
  background-size: 7rem;
  color: #ffffff;
  cursor: pointer;
}
.bl_recommended-box-txt {
  width: 50%;
}
.bl_recommended-box-figure {
  width: 45%;
}
.bl_recommended-read {
  font-weight: 700;
  font-size: 2rem;
}
.bl_recommended-tag-umnit {
  display: flex;
  column-gap: 0.8rem;
  padding: 0.8rem 0;
}
.bl_recommended-tag-umnit li {
  display: inline-block;
  background: #ff8c38;
  padding: 0.4rem 1.6rem;
  line-height: 1;
  color: #ffffff;
  border-radius: 40rem;
}
.bl_recommended-box:hover .bl_recommended-tag-umnit li {
  background: #ffffff;
  color: #ff8c38;
}
.bl_recommended-title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .bl_recommended-cont {
    padding: 2.4rem 2rem 6rem 2rem;
  }
  .bl_recommended-box {
    flex-direction: column;
    padding: 1.6rem;
  }
  .bl_recommended-box-txt {
    width: 100%;
  }
  .bl_recommended-box-figure {
    width: 100%;
    margin-top: 1.6rem;
  }
  .bl_recommended-title {
    font-size: 2.4rem;
  }
  .bl_recommended-tag-umnit {
    padding: 0.8rem 0;
  }
}
/*-- sp main --*/
.forte_main {
  position: relative;
  background: url(../img/features-img.webp) center center no-repeat #3892c1;
  background-size: cover;
  width: 100%;
  height: 80rem;
  padding-top: 10rem;
  color: #fff;
}
.forte_main h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.forte_main h2 strong {
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.forte_main h2 span {
  display: block;
}
.forte_main h2 + p {
  margin-top: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.features_btn {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  width: 26.6rem;
  height: 5.8rem;
  margin: 0;
  margin-left: -13.3rem;
}
.features_btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  line-height: 0;
  background-color: #000;
  width: 26.6rem;
  height: 5.8rem;
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
}
.features_btn a:after {
  content: '';
  display: block;
  background-image: url(../img/ar2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-left: 0.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.features_btn a:hover {
  background-color: #2c70a5;
}
.features_btn a:after {
  background-image: url(../img/ar2.png);
}
.features_btn a:hover {
  background-color: #2c70a5;
}
@media only screen and (max-width: 767px) {
  .forte_main {
    position: relative;
    background: #b5b9c4 url(../img/features-img.webp) center bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 35rem;
    padding-top: 3rem;
    color: #fff;
  }
  .forte_main h2 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  }
  .forte_main h2 span {
    display: block;
    font-size: 1.4rem;
  }
  .forte_main h2 strong {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .forte_main h2 + p {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  }
  .features_btn {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    height: 4.8rem;
    margin: 0;
    padding: 0 6rem;
  }
  .features_btn a {
    background-color: #000;
    width: 100%;
    height: 4.8rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
  }
  .features_btn a:after {
    background-image: url(../img/ar2.png);
  }
  .features_btn a {
    background-color: #000;
    width: 100%;
    height: 4.8rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
  }
}
.tec_cov {
  width: 71rem;
  border: 0.5rem solid #004e81;
  margin: 6rem auto 0 auto;
  text-align: center;
  background: #FFF;
}
.tec_cov p {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  color: #004e81;
}
@media screen and (max-width: 767px) {
  .tec_cov {
    width: auto;
    border: 5px solid #004e81;
    padding: 1.5rem;
    margin: 2rem 0 0 0;
    text-align: center;
    background: #FFF;
  }
  .tec_cov p {
    margin: 0 0 1.5rem 0;
    font-size: 1.4rem;
  }
}