.indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 769px) {
  .top-visual2022 #TOP-VISUAL {
    max-width: 1400px;
    margin: 0 auto -6px;
  }
  .top-visual2022 #TOP-VISUAL .slick-dots {
    bottom: 40px;
  }
  .top-visual2022 #TOP-VISUAL .slick-dots li button::before {
    opacity: 1;
    color: #C9CACA;
  }
  .top-visual2022 #TOP-VISUAL .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #727171;
  }
  #TOP2022-MAIN {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN aside {
    width: 300px;
    background: #516E9E;
  }
  #TOP2022-MAIN aside a {
    text-decoration: none;
  }
  #TOP2022-MAIN aside a:hover {
    opacity: 0.8;
  }
  #TOP2022-MAIN aside .side_list {
    cursor: pointer;
  }
  #TOP2022-MAIN aside .side_list a {
    background: #516E9E;
    padding: 25px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
  }
  #TOP2022-MAIN aside .side_list a::before {
    content: '';
    width: 19px;
    height: 19px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    border-radius: 50%;
  }
  #TOP2022-MAIN aside .side_list a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #516E9E;
    border-right: solid 2px #516E9E;
    position: absolute;
    right: 39px;
    top: 49.5%;
    transform: rotate(45deg) translate(0, -50%);
  }
  #TOP2022-MAIN aside .side_list.side_accd a::after {
    right: 39px;
    top: 43%;
    transform: rotate(135deg) translate(0, -50%);
  }
  @-moz-document url-prefix() {
    #TOP2022-MAIN aside .side_list.side_accd a::after {
      top: 45%;
    }
  }
  #TOP2022-MAIN aside .side_list.side_accd--active a::after {
    right: 35px;
    top: 49.5%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  #TOP2022-MAIN aside .side_list__children {
    display: none;
    background: #CFDAE8;
    padding: 20px 40px 20px 30px;
  }
  #TOP2022-MAIN aside .side_list__children__blk a {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN aside .side_list__children__blk a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #3E3A39;
    border-right: solid 2px #3E3A39;
    position: absolute;
    right: -15px;
    top: 47%;
    transform: rotate(45deg) translate(0, -50%);
    transition: 0.5s all;
  }
  #TOP2022-MAIN aside .side_list__children__blk a:hover::after {
    right: -20px;
  }
  #TOP2022-MAIN aside .side_list__children__blk a.no_arw::after {
    content: none;
  }
  #TOP2022-MAIN aside .side_list__children__blk ul {
    margin-left: 30px;
  }
  #TOP2022-MAIN aside .side_list__children__blk ul li {
    margin-top: 10px;
  }
  #TOP2022-MAIN aside .side_list__children__blk--last {
    margin-top: 15px;
  }
  #TOP2022-MAIN aside .side_list__children__blk__link {
    margin-top: 10px;
  }
  #TOP2022-MAIN aside .side_list_smltxt {
    padding: 25px 30px;
    font-size: 12px;
    color: #fff;
  }
  #TOP2022-MAIN aside .side_list_smltxt p {
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
  }
  #TOP2022-MAIN article {
    width: calc(100% - 400px);
    margin-bottom: 60px;
    padding-right: 11%;
  }
}

@media print and (max-width: 1380px), screen and (min-width: 769px) and (max-width: 1380px) {
  #TOP2022-MAIN article {
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 769px) {

  .about2022__box h3, .online2022 h3, .training2022 h3 {
    font-size: 23px;
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }

  .about2022__box h3::before,.online2022 h3::before,.training2022 h3::before {
    content: none;
  }
  .about2022__box {
    border: 1px solid #43629b;
    padding: 30px 60px 20px;
    margin-top: 40px;
    position: relative;
    max-width: 730px;
  }
  .about2022__box h3 {
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
    font-size: 23px;
    width: 550px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .about2022__box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about2022__box ul li:first-of-type {
    width: 35%;
  }
  .about2022__box ul li:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  .about2022__box ul li:last-of-type {
    width: 57%;
  }
  .about2022__box ul li:last-of-type p {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  .about2022__box ul li:last-of-type p span {
    color: #43629b;
    padding-right: 15px;
  }

  .online2022 h2 {
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: bold;
    color: #43629b;
    position: relative;
    font-feature-settings: "palt";
  }
  .online2022 h2 span {
    font-size: 33px;
  }
  .online2022 h2::before {
    content: "";
    width: 15px;
    height: 40px;
    display: block;
    background: #43629b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .online2022__txtblk h3 span {
    display: inline-block;
    position: relative;
  }
  .online2022__txtblk h3 span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #43629b;
    position: absolute;
    bottom: 4px;
    left: 0;
  }
  .online2022__txtblk h3.h3_add01::before, .online2022__txtblk h3.h3_add02::before {
    color: #43629b;
    font-size: 34px;
    position: absolute;
    top: -10px;
    left: -60px;
    height: 0;
  }
  .online2022__txtblk h3.h3_add01::before {
    content: "1";
  }
  .online2022__txtblk h3.h3_add02::before {
    content: "2";
  }
  .online2022__txtblk p span {
    display: block;
  }
  .online2022__txtblk {
    margin-top: 30px;
    padding-left: 60px;
  }
  .online2022__txtblk h3 {
    color: #3E3A39;
    margin-bottom: 20px;
    line-height: 2;
    position: relative;
  }


  .training2022__bluebox {
    background: #43629b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .training2022__bluebox p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.6;
  }
  .training2022__bluebox span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }
  .training2022__bluebox--w100 {
    display: block;
  }
  .training2022__bluebox--oneline span {
    display: inline;
  }
  .training2022__btmtxt {
    font-feature-settings: "palt";
  }
  .training2022__df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .training2022__df li:first-of-type {
    width: 48%;
  }
  .training2022__df li:last-of-type {
    width: 49%;
  }
  .training2022__df li:last-of-type h3 {
    color: #3E3A39;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }
  .training2022__df--rev {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .training2022__df--txttop {
    align-items: flex-start;
  }
}

@media print and (max-width: 1180px), screen and (min-width: 769px) and (max-width: 1180px) {
  .about2022__box ul li:last-of-type p {
    font-size: 16px;
  }
  .online2022__txtblk h3 {
    font-size: 20px;
  }
}





@media print, screen and (min-width: 769px) {
  #TOP2022-MAIN article section {
    margin-top: 100px;
  }
  #TOP2022-MAIN article section h2 {
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: bold;
    color: #43629b;
    position: relative;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article section h2 span {
    font-size: 33px;
  }
  #TOP2022-MAIN article section h2::before {
    content: "";
    width: 15px;
    height: 40px;
    display: block;
    background: #43629b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  #TOP2022-MAIN article section p {
    font-size: 16px;
  }
  #TOP2022-MAIN article section .button01 {
    background: #e16f2d;
    background: linear-gradient(90deg, #e16f2d, #a63817);
  }
  #TOP2022-MAIN article .about2022 h3, #TOP2022-MAIN article .training2022 h3, #TOP2022-MAIN article .online2022 h3, #TOP2022-MAIN article .entry2022 h3 {
    font-size: 23px;
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }
  #TOP2022-MAIN article .about2022 h3::before, #TOP2022-MAIN article .training2022 h3::before, #TOP2022-MAIN article .online2022 h3::before, #TOP2022-MAIN article .entry2022 h3::before {
    content: none;
  }
  #TOP2022-MAIN article .about2022__box {
    border: 1px solid #43629b;
    padding: 30px 60px 20px;
    margin-top: 40px;
    position: relative;
    max-width: 730px;
  }
  #TOP2022-MAIN article .about2022__box h3 {
    width: 550px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #TOP2022-MAIN article .about2022__box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #TOP2022-MAIN article .about2022__box ul li:first-of-type {
    width: 35%;
  }
  #TOP2022-MAIN article .about2022__box ul li:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type {
    width: 57%;
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type p {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type p span {
    color: #43629b;
    padding-right: 15px;
  }
}

@media print and (max-width: 1180px), screen and (min-width: 769px) and (max-width: 1180px) {
  #TOP2022-MAIN article .about2022__box ul li:last-of-type p {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  #TOP2022-MAIN article .about2022__btn {
    width: 270px;
    margin-top: 20px;
  }
  #TOP2022-MAIN article .training2022__bluebox {
    background: #43629b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #TOP2022-MAIN article .training2022__bluebox p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.6;
  }
  #TOP2022-MAIN article .training2022__bluebox span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }
  #TOP2022-MAIN article .training2022__bluebox--w100 {
    display: block;
  }
  #TOP2022-MAIN article .training2022__bluebox--oneline span {
    display: inline;
  }
  #TOP2022-MAIN article .training2022__btmtxt {
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .training2022__df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  #TOP2022-MAIN article .training2022__df li:first-of-type {
    width: 48%;
  }
  #TOP2022-MAIN article .training2022__df li:last-of-type {
    width: 49%;
  }
  #TOP2022-MAIN article .training2022__df li:last-of-type h3 {
    color: #3E3A39;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .training2022__df--rev {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  #TOP2022-MAIN article .training2022__df--txttop {
    align-items: flex-start;
  }
  #TOP2022-MAIN article .online2022__txtblk {
    margin-top: 30px;
    padding-left: 60px;
  }
  #TOP2022-MAIN article .online2022__txtblk h3 {
    color: #3E3A39;
    margin-bottom: 20px;
    line-height: 2;
    position: relative;
  }
}

@media print and (max-width: 1180px), screen and (min-width: 769px) and (max-width: 1180px) {
  #TOP2022-MAIN article .online2022__txtblk h3 {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #TOP2022-MAIN article .online2022__txtblk h3 span {
    display: inline-block;
    position: relative;
  }
  #TOP2022-MAIN article .online2022__txtblk h3 span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #43629b;
    position: absolute;
    bottom: 4px;
    left: 0;
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add01::before, #TOP2022-MAIN article .online2022__txtblk h3.h3_add02::before {
    color: #43629b;
    font-size: 34px;
    position: absolute;
    top: -10px;
    left: -60px;
    height: 0;
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add01::before {
    content: "01";
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add02::before {
    content: "02";
  }
  #TOP2022-MAIN article .online2022__txtblk p span {
    display: block;
  }
  #TOP2022-MAIN article .entry2022 h3 {
    position: relative;
    margin-bottom: 20px;
  }
  #TOP2022-MAIN article .entry2022 h3 span {
    color: #3E3A39;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
  }
  #TOP2022-MAIN article .entry2022 h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #43629b;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
  }
  #TOP2022-MAIN article .entry2022 .img_btmtxt {
    position: relative;
  }
  #TOP2022-MAIN article .entry2022 .img_btmtxt span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(67, 98, 155, 0.8);
    padding: 5px;
  }
}

@media print and (max-width: 1230px), screen and (min-width: 769px) and (max-width: 1230px) {
  #TOP2022-MAIN article .entry2022 .img_btmtxt span {
    font-size: 16px;
    letter-spacing: -1px;
  }
}

@media print, screen and (min-width: 769px) {
  #TOP2022-MAIN article .entry2022 .link_area {
    margin: 0 auto;
    max-width: 270px;
  }
  #TOP2022-MAIN article .entry2022 .link_area a {
    margin-bottom: 10px;
  }
  #TOP2022-MAIN article .entry2022__df {
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN article .entry2022__df li {
    width: 48%;
  }
  #TOP2022-MAIN article .entry2022__df .link_area {
    margin: 20px auto 50px;
  }
  #TOP2022-MAIN article .entry2022__dfbtm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #TOP2022-MAIN article .entry2022__dfbtm li {
    width: 48%;
  }
  #TOP2022-MAIN article .entry2022__txt {
    margin-top: 20px;
  }
  #TOP2022-MAIN article .graph2022 {
    margin-top: 70px;
  }
  #TOP2022-MAIN article .graph2022 p {
    margin-bottom: 50px;
  }
  #TOP2022-MAIN article .graph2022__btn {
    width: 270px;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .company2022 ul {
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN article .company2022 ul li {
    width: 48%;
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 2;
  }
  #TOP2022-MAIN article .schedule2022 h3 {
    font-size: 38px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list a {
    font-size: 18px !important;
    padding: 5px;
    background: #CFDAE8;
    border-right: 5px solid white;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list a.current {
    background: #43629b;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list li {
    width: 25%;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list li:last-of-type a {
    border-right: none;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-list li {
    padding: 15px 0 6px;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-list li .date, #TOP2022-MAIN article .schedule2022 .schedule-list li .ttl {
    line-height: 1.6;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-caution {
    max-width: 480px;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .news2022 .news-wrap h3 {
    font-size: 38px;
    margin-bottom: 50px;
    padding-top: 10px;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .button01 {
    width: 270px;
    top: 40px;
  }
}

@media print and (max-width: 1180px), screen and (min-width: 769px) and (max-width: 1180px) {
  #TOP2022-MAIN article .news2022 .news-wrap h3 {
    margin-bottom: 80px;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .button01 {
    top: 75px;
  }
}

@media print, screen and (min-width: 769px) {
  #TOP2022-MAIN article .access2022__wrap {
    max-width: 690px;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .access2022 .iframe-wrapper {
    padding: 0 20px;
  }
  #TOP2022-MAIN article .access2022 .iframe-wrapper iframe {
    width: 100%;
  }
  #TOP2022-MAIN article .access2022 ul {
    padding: 0 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN article .access2022 ul li {
    width: 49%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  #TOP2022-MAIN article .access2022 ul li:first-of-type {
    width: 47%;
  }
  #TOP2022-MAIN article .access2022 ul li:last-of-type {
    width: 52%;
  }
  #TOP2022-MAIN article .access2022 ul li .button02 i {
    position: absolute;
    left: 15px;
    top: 53%;
    transform: translate(0, -50%);
  }
  #TOP2022-MAIN article .access2022 ul li .button02 i::before {
    font-size: 24px;
  }
  #TOP2022-MAIN article .access2022 a:hover img {
    opacity: 0.8;
  }
  #TOP2022-MAIN article .access2022__btns {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN article .access2022__btns a {
    width: 315px;
  }
  #TOP2022-MAIN article .access2022__contact {
    background: #E0F0F2;
    padding: 40px;
    margin-top: 35px;
    box-shadow: 2px 2px #ccc;
  }
  #TOP2022-MAIN article .access2022__contact__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #43629b;
    letter-spacing: 0.15em;
  }
  #TOP2022-MAIN article .access2022__contact__df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin: 15px auto 0;
  }
  #TOP2022-MAIN article .access2022__contact__df div:first-of-type {
    width: 50%;
  }
  #TOP2022-MAIN article .access2022__contact__df div:last-of-type {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  
  .about2022__box h3,.online2022 h3,.training2022 h3 {
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }
  .about2022__box h3::before, .online2022 h3::before, .training2022 h3::before {
    content: none;
  }
  .about2022__box {
    border: 1px solid #43629b;
    padding: 40px 3% 20px;
    margin-top: 50px;
    position: relative;
    max-width: 730px;
  }
  .about2022__box h3 {
    width: 280px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .about2022__box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about2022__box ul li:first-of-type {
    width: 20%;
  }
  .about2022__box ul li:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  .about2022__box ul li:last-of-type {
    width: 78%;
  }
  .about2022__box ul li:last-of-type p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
    font-feature-settings: "palt";
  }
  .about2022__box ul li:last-of-type p span {
    color: #43629b;
    padding-right: 5px;
  }

  .online2022 h2 {
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #43629b;
    position: relative;
    font-feature-settings: "palt";
  }
  .online2022 h2 span {
    font-size: 20px;
  }
  .online2022 h2::before {
    content: "";
    width: 7px;
    height: 20px;
    display: block;
    background: #43629b;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .online2022__txtblk {
    margin-top: 15px;
  }
  .online2022__txtblk h3 {
    color: #3E3A39;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    text-decoration: underline;
    text-decoration-color: #43629b;
    text-decoration-thickness: 3px;
  }
  .online2022__txtblk h3.h3_add01::before, .online2022__txtblk h3.h3_add02::before {
    color: #43629b;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    text-decoration: none;
    letter-spacing: -1px;
  }
  .online2022__txtblk h3.h3_add01::before {
    content: "1";
  }
  .online2022__txtblk h3.h3_add02::before {
    content: "2";
  }
  .online2022__txtblk p span {
    display: block;
  }

  .training2022__bluebox {
    background: #43629b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .training2022__bluebox p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .training2022__bluebox p.indent {
    text-indent: 0;
    padding-left: 0;
  }
  .training2022__bluebox span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }
  .training2022__btmtxt {
    margin-top: 5px;
    font-feature-settings: "palt";
  }
  .training2022__df {
    margin-top: 25px;
  }
  .training2022__df li:last-of-type {
    margin-top: 15px;
  }
  .training2022__df li:last-of-type h3 {
    color: #3E3A39;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
  .training2022__df--rev {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .training2022__df--txttop {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .top-visual2022 #TOP-VISUAL {
    margin-bottom: 0;
  }
  .top-visual2022 #TOP-VISUAL .slick-dots li button::before {
    opacity: 1;
    color: #C9CACA;
    font-size: 15px;
  }
  .top-visual2022 #TOP-VISUAL .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #727171;
  }
  #TOP2022-MAIN {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN aside {
    display: none;
  }
  #TOP2022-MAIN article {
    width: 90%;
    margin: 0 auto 30px;
  }
  #TOP2022-MAIN article section {
    margin-top: 50px;
  }
  #TOP2022-MAIN article section h2 {
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #43629b;
    position: relative;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article section h2 span {
    font-size: 20px;
  }
  #TOP2022-MAIN article section h2::before {
    content: "";
    width: 7px;
    height: 20px;
    display: block;
    background: #43629b;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #TOP2022-MAIN article section p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0;
    line-height: 1.6;
  }
  #TOP2022-MAIN article section .button01 {
    background: #e16f2d;
    background: linear-gradient(90deg, #e16f2d, #a63817);
  }
  #TOP2022-MAIN article .about2022 h3, #TOP2022-MAIN article .training2022 h3, #TOP2022-MAIN article .online2022 h3, #TOP2022-MAIN article .entry2022 h3 {
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }
  #TOP2022-MAIN article .about2022 h3::before, #TOP2022-MAIN article .training2022 h3::before, #TOP2022-MAIN article .online2022 h3::before, #TOP2022-MAIN article .entry2022 h3::before {
    content: none;
  }
  #TOP2022-MAIN article .about2022__box {
    border: 1px solid #43629b;
    padding: 40px 3% 20px;
    margin-top: 50px;
    position: relative;
    max-width: 730px;
  }
  #TOP2022-MAIN article .about2022__box h3 {
    width: 280px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #TOP2022-MAIN article .about2022__box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #TOP2022-MAIN article .about2022__box ul li:first-of-type {
    width: 20%;
  }
  #TOP2022-MAIN article .about2022__box ul li:first-of-type img {
    display: block;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type {
    width: 78%;
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 10px;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .about2022__box ul li:last-of-type p span {
    color: #43629b;
    padding-right: 5px;
  }
  #TOP2022-MAIN article .about2022__btn {
    width: 270px;
    margin: 20px auto 0;
  }
  #TOP2022-MAIN article .training2022__bluebox {
    background: #43629b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  #TOP2022-MAIN article .training2022__bluebox p {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .training2022__bluebox p.indent {
    text-indent: 0;
    padding-left: 0;
  }
  #TOP2022-MAIN article .training2022__bluebox span {
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .training2022__bluebox {
    display: block;
  }
  #TOP2022-MAIN article .training2022__bluebox {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #TOP2022-MAIN article .training2022__btmtxt {
    margin-top: 5px;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .training2022__df {
    margin-top: 25px;
  }
  #TOP2022-MAIN article .training2022__df li:last-of-type {
    margin-top: 15px;
  }
  #TOP2022-MAIN article .training2022__df li:last-of-type h3 {
    color: #3E3A39;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
  #TOP2022-MAIN article .training2022__df--rev {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  #TOP2022-MAIN article .training2022__df--txttop {
    align-items: flex-start;
  }
  #TOP2022-MAIN article .online2022__txtblk {
    margin-top: 15px;
  }
  #TOP2022-MAIN article .online2022__txtblk h3 {
    color: #3E3A39;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
    text-decoration: underline;
    text-decoration-color: #43629b;
    text-decoration-thickness: 3px;
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add01::before, #TOP2022-MAIN article .online2022__txtblk h3.h3_add02::before {
    color: #43629b;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    text-decoration: none;
    letter-spacing: -1px;
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add01::before {
    content: "01";
  }
  #TOP2022-MAIN article .online2022__txtblk h3.h3_add02::before {
    content: "02";
  }
  #TOP2022-MAIN article .online2022__txtblk p span {
    display: block;
  }
  #TOP2022-MAIN article .entry2022 h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  #TOP2022-MAIN article .entry2022 h3 span {
    color: #3E3A39;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px;
  }
  #TOP2022-MAIN article .entry2022 h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #43629b;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
  }
  #TOP2022-MAIN article .entry2022 .img_btmtxt {
    position: relative;
  }
  #TOP2022-MAIN article .entry2022 .img_btmtxt span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(67, 98, 155, 0.8);
    padding: 10px 5px;
    letter-spacing: -1px;
  }
  #TOP2022-MAIN article .entry2022 .link_area {
    margin: 0 auto;
    max-width: 270px;
  }
  #TOP2022-MAIN article .entry2022 .link_area a {
    margin-bottom: 10px;
  }
  #TOP2022-MAIN article .entry2022__df .link_area {
    margin: 20px auto 25px;
  }
  #TOP2022-MAIN article .entry2022__dfbtm .link_area {
    margin: 20px auto 25px;
  }
  #TOP2022-MAIN article .entry2022__txt {
    margin-top: 20px;
  }
  #TOP2022-MAIN article .graph2022 h2 {
    margin-bottom: 25px;
  }
  #TOP2022-MAIN article .graph2022 p {
    margin-bottom: 25px;
  }
  #TOP2022-MAIN article .graph2022__btn {
    width: 270px;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .company2022 ul li {
    display: inline;
    text-align: justify;
    word-break: break-all;
  }
  #TOP2022-MAIN article .schedule2022 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list a {
    font-size: 16px !important;
    letter-spacing: -1px;
    padding: 5px 2px;
    background: #CFDAE8;
    border-right: 2px solid white;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list a.current {
    background: #43629b;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list li {
    width: 25%;
  }
  #TOP2022-MAIN article .schedule2022 .tab-list li:last-of-type a {
    border-right: none;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-list li {
    padding: 15px 0 6px;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-list li .tag {
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-list li .date {
    font-size: 16px;
    margin-top: 10px;
  }
  #TOP2022-MAIN article .schedule2022 .schedule-caution {
    max-width: 480px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  #TOP2022-MAIN article .news2022 {
    background: #fff;
  }
  #TOP2022-MAIN article .news2022 .news-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .button01 {
    width: 270px;
    top: 40px;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .news-list li {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .news-list li span {
    width: 100px;
    font-size: 16px;
    color: #898989;
    letter-spacing: -1px;
  }
  #TOP2022-MAIN article .news2022 .news-wrap .news-list li a {
    width: calc(100% - 105px);
    font-size: 18px;
  }
  #TOP2022-MAIN article .access2022 ul {
    margin-top: 20px;
  }
  #TOP2022-MAIN article .access2022 ul li {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  #TOP2022-MAIN article .access2022 ul li:last-of-type {
    max-width: 300px;
    margin: 10px auto 0;
  }
  #TOP2022-MAIN article .access2022 ul li .button02 i {
    position: absolute;
    left: 15px;
    top: 53%;
    transform: translate(0, -50%);
  }
  #TOP2022-MAIN article .access2022 ul li .button02 i::before {
    font-size: 24px;
  }
  #TOP2022-MAIN article .access2022 a:hover img {
    opacity: 0.8;
  }
  #TOP2022-MAIN article .access2022__btns {
    margin-top: 40px;
  }
  #TOP2022-MAIN article .access2022__btns a {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  #TOP2022-MAIN article .access2022__btns a:first-of-type {
    margin-bottom: 10px;
  }
  #TOP2022-MAIN article .access2022__contact {
    background: #E0F0F2;
    padding: 20px 5%;
    margin-top: 35px;
    box-shadow: 2px 2px #ccc;
  }
  #TOP2022-MAIN article .access2022__contact__ttl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #43629b;
    line-height: 1.4;
  }
  #TOP2022-MAIN article .access2022__contact__df {
    width: 200px;
    margin: 15px auto 0;
  }
  #TOP2022-MAIN article .access2022__contact__df div:last-of-type {
    margin-top: 20px;
  }
}
