@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	メインスライド aaaa*/
  /*=================================================================*/
  /*	スライダー全般のスタイル調整
-----------------------------------------------------------------*/
  .mainVisual {
    height: 499px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .mainVisual .prevArrow, .mainVisual .nextArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 102px;
    background-color: #418acb;
    z-index: 1;
    cursor: pointer;
  }
  .mainVisual .prevArrow img, .mainVisual .nextArrow img {
    transition: .3s;
  }
  .mainVisual .slick-track > li {
    height: 499px;
  }
  .mainVisual li.sample {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual li.sample div {
    padding: 10px 30px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
  }
  .mainVisual li a {
    width: 100%;
    height: 499px;
  }
  .mainVisual li a:hover .btn .arrow {
    transform: translateX(10px);
  }
  .mainVisual .prevArrow {
    left: 0;
  }
  .mainVisual .prevArrow:hover img {
    transform: translateX(-5px);
  }
  .mainVisual .nextArrow {
    right: 0;
  }
  .mainVisual .nextArrow:hover img {
    transform: translateX(5px);
  }
  /*	メインビジュアル
-----------------------------------------------------------------*/
  .mainVisual .mainSlide {
    width: 100%;
    background: url(../images/top/bg_mainvisual.webp) no-repeat center;
    background-size: cover;
    display: flex !important;
    align-items: center;
  }
  .mainVisual .mainSlide .inner {
    width: 701px;
    margin: 48px auto 0;
  }
  .mainVisual .mainSlide .inner h1 {
    display: block;
    margin: 0 auto 25px;
  }
  .mainVisual .mainSlide .inner h1 img {
    margin: 0 auto;
  }
  .mainVisual .mainSlide .inner .subTxt {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0062a6b3;
    margin-bottom: 23px;
  }
  .mainVisual .mainSlide .inner .flex {
    display: flex;
    justify-content: space-between;
  }
  .mainVisual .mainSlide .inner .flex > div {
    box-sizing: border-box;
    height: 66px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual .mainSlide .inner .flex > div:first-of-type {
    background-color: #edfffe;
    color: #1e7976;
  }
  .mainVisual .mainSlide .inner .flex > div:nth-of-type(2) {
    background-color: #fffbf6;
    color: #64410a;
  }
  .mainVisual .mainSlide .inner .flex > div:nth-of-type(3) {
    background-color: #fff4ff;
    color: #91068f;
  }
  .mainVisual .mainSlide .inner .btn {
    width: 340px;
    height: 60px;
    margin: 55px auto 0;
    padding: 0;
    background-image: none;
    font-size: 1.8rem;
    gap: 20px;
  }
  .mainVisual .mainSlide .inner .btn span {
    color: #fff;
    transition: .3s;
  }
  .mainVisual .mainSlide .inner .btn:hover .arrow {
    transform: translateX(10px);
  }
  .mainVisual .secondSlide {
    width: 100%;
    background: url(../images/top/bg_secondvisual.webp) no-repeat center;
    background-size: cover;
  }
  .mainVisual .secondSlide .secondInner {
    width: 1200px;
    margin: 0 auto;
  }
  .mainVisual .secondSlide .secondInner .subTxt {
    margin-top: 20px;
  }
  .mainVisual .secondSlide .secondInner .btn {
    width: 372px;
    height: 60px;
    margin: -136px 0 0;
    padding: 0;
    background-image: none;
    font-size: 1.8rem;
    gap: 20px;
  }
  .mainVisual .secondSlide .secondInner .btn span {
    color: #fff;
    transition: .3s;
  }
  .mainVisual .secondSlide .secondInner .btn:hover .arrow {
    transform: translateX(10px);
  }
  .mainVisual .thirdSlide {
    width: 100%;
    background: url(../images/top/bg_thirdvisual.webp) no-repeat center;
    background-size: cover;
  }
  .mainVisual .thirdSlide .thirdInner {
    width: 913px;
    margin: 0 auto;
  }
  .mainVisual .thirdSlide .thirdInner .subTxt {
    margin-top: 20px;
  }
  .mainVisual .thirdSlide .thirdInner .btn {
    width: 340px;
    height: 60px;
    margin: -95px auto 0;
    padding: 0;
    background-image: none;
    font-size: 1.8rem;
    gap: 20px;
  }
  .mainVisual .thirdSlide .thirdInner .btn span {
    color: #fff;
    transition: .3s;
  }
  .mainVisual .thirdSlide .thirdInner .btn:hover .arrow {
    transform: translateX(10px);
  }
  /*=================================================================*/
  /*	ボタン共有スタイル */
  /*=================================================================*/
  .btn {
    width: 400px;
    height: 70px;
    background-color: #005bac;
    border-radius: 100px;
    background-image: url(../images/top/icon_btnarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    color: #fff !important;
    transition: .3s;
  }
  .btn:hover {
    background-position: center right 15px;
  }
  /*=================================================================*/
  /*	お知らせ */
  /*=================================================================*/
  section.news {
    padding: 105px 0 84px;
    background: url(../images/top/deco_news.svg) no-repeat left top -23px;
  }
  section.news .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    gap: 6.2%;
  }
  section.news .inner > div:first-of-type {
    width: 161px;
    position: relative;
  }
  section.news .inner > div:first-of-type h2 span {
    display: block;
  }
  section.news .inner > div:first-of-type h2 .main {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 14px;
  }
  section.news .inner > div:first-of-type h2 .sub {
    color: #005bac;
    font-size: 1.6rem;
  }
  section.news .inner > div:first-of-type a {
    font-size: 1.3rem;
    width: 100%;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 6px 10px 6px 0;
    background-image: url(../images/top/icon_btnarrow2.svg);
    background-repeat: no-repeat;
    background-position: center right 17px;
    border: 1px solid #8b8b8b;
    border-radius: 50px;
    transition: .3s;
    margin-top: 30px;
  }
  section.news .inner > div:first-of-type a:hover {
    background-position: center right 7px;
  }
  section.news .inner > div:nth-of-type(2) {
    flex: 1;
  }
  section.news .inner > div:nth-of-type(2) ul li {
    display: flex;
    padding: 14px 28px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0 !important;
  }
  section.news .inner > div:nth-of-type(2) ul li:first-of-type {
    padding-top: 0;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type {
    display: flex;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #7b7b7b;
    font-weight: 600;
    margin-right: 18px;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span.label1 {
    width: 47px;
    margin-right: 13px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: #ff2323;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span.label2 {
    width: 47px;
    margin-right: 13px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: #11a8ff;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0080e5;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: .3s;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a:hover {
    color: #005bac;
  }
  /*=================================================================*/
  /*	最新の検定情報 */
  /*=================================================================*/
  /*	背景、コンテンツサイズ調整
-----------------------------------------------------------------*/
  section.information {
    background-image: url(../images/top/deco_information.svg), url(../images/top/bg_information.svg);
    background-repeat: no-repeat,repeat;
    background-position: right top 22px,center;
    padding: 67px 30px 148px;
  }
  section.information .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  /*	セクション見出し
-----------------------------------------------------------------*/
  section.information .inner > h2 {
    text-align: center;
    margin-bottom: 61px;
  }
  section.information .inner > h2 span {
    display: block;
  }
  section.information .inner > h2 .main {
    font-size: 4.0rem;
    line-height: 1;
    margin-bottom: 13px;
  }
  section.information .inner > h2 .sub {
    font-size: 1.8rem;
    line-height: 1;
    color: #005bac;
  }
  /*	日程
-----------------------------------------------------------------*/
  section.information .inner > .flex {
    display: flex;
    justify-content: space-between;
  }
  section.information .inner > .flex > div {
    flex-basis: 47.4%;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 10px 49px;
    border-radius: 8px;
    filter: drop-shadow(0 3px 3px #2d577b73);
  }
  section.information .inner > .flex > div > h3 {
    background: #38506b;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  section.information .inner > .flex > div > .flex {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 17px;
  }
  section.information .inner > .flex > div > .flex label {
    display: inline-block;
    background: #ffb72b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px 20px;
    border-radius: 50px;
    box-sizing: border-box;
  }
  section.information .inner > .flex > div > .flex + p {
    text-align: center;
    margin-bottom: 45px;
  }
  section.information .inner > .flex > div a.jsystem {
    border-radius: 8px;
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding: 22px 17px 38px;
    display: block;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 12px;
  }
  section.information .inner > .flex > div a.jsystem:hover {
    background-position: center right 10px;
  }
  section.information .inner > .flex > div a.jsystem h3 {
    border-left: 6px solid #135a00;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    margin-bottom: 29px;
  }
  section.information .inner > .flex > div a.jsystem .day {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
  }
  section.information .inner > .flex > div a.jsystem .day span:first-of-type {
    line-height: 1;
    padding: 7px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
  }
  section.information .inner > .flex > div a.jsystem .day span:nth-of-type(2) {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 600;
  }
  section.information .inner > .flex > div a.jsystem > p {
    font-size: 1.4rem;
  }
  section.information .inner > .flex > div a.juse {
    border-radius: 8px;
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding: 22px 17px 38px;
    display: block;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 51px;
  }
  section.information .inner > .flex > div a.juse:hover {
    background-position: center right 10px;
  }
  section.information .inner > .flex > div a.juse h3 {
    border-left: 6px solid #0080e5;
    padding-left: 12px;
    color: #0080e5;
    line-height: 1.2;
    margin-bottom: 29px;
  }
  section.information .inner > .flex > div a.juse .day {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
  }
  section.information .inner > .flex > div a.juse .day span:first-of-type {
    line-height: 1;
    padding: 7px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
  }
  section.information .inner > .flex > div a.juse .day span:nth-of-type(2) {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 600;
  }
  section.information .inner > .flex > div a.juse > p {
    font-size: 1.4rem;
  }
  /*	ボタン
-----------------------------------------------------------------*/
  section.information .inner .btn {
    margin: 0 auto;
    filter: drop-shadow(0 3px 3px #2d577b73);
  }
  /*	右側のコンテンツ
-----------------------------------------------------------------*/
  section.information .inner .test1 {
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 31px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 28px;
  }
  section.information .inner .test1 span {
    border-left: 6px solid #135a00;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  section.information .inner .test1:hover {
    background-position: center right 10px;
  }
  section.information .inner .test2 {
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 31px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 28px;
  }
  section.information .inner .test2 span {
    border-left: 6px solid #0080e5;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  section.information .inner .test2:hover {
    background-position: center right 10px;
  }
  section.information .inner .test3 {
    background-color: #ffeed5;
    background-image: url(../images/union/icon_orangearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #e58100;
    line-height: 1.2;
    padding: 31px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 50px;
  }
  section.information .inner .test3 span {
    border-left: 6px solid #e58100;
    display: flex;
    align-items: center;
    padding-left: 12px;
  }
  section.information .inner .test3:hover {
    background-position: center right 10px;
  }
  /*=================================================================*/
  /*	J検とは？ */
  /*=================================================================*/
  /*	コンテンツサイズ
-----------------------------------------------------------------*/
  section.about .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 77px 30px;
    box-sizing: border-box;
  }
  /*	セクション見出し
-----------------------------------------------------------------*/
  section.about .inner > h2 {
    text-align: center;
    margin-bottom: 61px;
  }
  section.about .inner > h2 span {
    display: block;
  }
  section.about .inner > h2 .main {
    font-size: 4.0rem;
    line-height: 1;
    margin-bottom: 13px;
  }
  section.about .inner > h2 .sub {
    font-size: 1.8rem;
    line-height: 1;
    color: #005bac;
  }
  /*	本文
-----------------------------------------------------------------*/
  section.about .inner .flex {
    display: flex;
    justify-content: center;
    gap: 58px;
  }
  section.about .inner .flex > div:first-of-type {
    flex: 1;
  }
  section.about .inner .flex > div:first-of-type h3 {
    font-family: YuMincho,'Yu Mincho',serif;
    color: #005bac;
    font-size: 3.0rem;
    line-height: 1.8;
    padding-bottom: 13px;
    margin-bottom: 25px;
  }
  section.about .inner .flex > div:first-of-type h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #005bac;
  }
  section.about .inner .flex > div:first-of-type p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  /*=================================================================*/
  /*	もっと詳しく知りたい方 */
  /*=================================================================*/
  /*	コンテンツサイズ
-----------------------------------------------------------------*/
  section.more {
    background: url(../images/top/bg_more.webp) no-repeat center;
    background-size: cover;
  }
  section.more .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 56px 30px 99px;
    box-sizing: border-box;
  }
  /*	見出し
-----------------------------------------------------------------*/
  section.more h2 {
    display: flex;
    justify-content: center;
    gap: 35px;
    font-size: 3.0rem;
    color: #0061d8;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin-bottom: 58px;
  }
  section.more h2::before {
    content: url(../images/top/deco_morehead1.svg);
    width: 30px;
    height: 46px;
    display: block;
  }
  section.more h2::after {
    content: url(../images/top/deco_morehead2.svg);
    width: 30px;
    height: 46px;
    display: block;
  }
  /*	メニュー
-----------------------------------------------------------------*/
  section.more .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  section.more .flex > a {
    display: block;
    background: #fff;
    flex-basis: calc(100% / 3 - 40px);
    border-radius: 10px;
    filter: drop-shadow(0 3px 3px #2d577b73);
    box-sizing: border-box;
    padding: 33px 17px 25px;
  }
  section.more .flex > a .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d8e9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
  }
  section.more .flex > a .icon.write img {
    transform: translateX(8px);
  }
  section.more .flex > a .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
  }
  section.more .flex > a .flex span {
    color: #005bac;
    font-size: 1.8rem;
    font-weight: 600;
    color: #005bac;
    display: flex;
    align-items: center;
  }
  section.more .flex > a .flex span img {
    transition: .3s;
  }
  section.more .flex > a p {
    font-size: 1.4rem;
    font-weight: 300;
  }
  section.more .flex > a:hover .flex span img {
    transform: translateX(5px);
  }
  /*	装飾
-----------------------------------------------------------------*/
  section.more {
    position: relative;
  }
  section.more img.deco {
    position: absolute;
    left: -15px;
    top: -569px;
    mix-blend-mode: multiply;
  }
  /*<end>============================================================*/
}

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	メインスライド */
  /*=================================================================*/
  /*	スライダー全般のスタイル調整
-----------------------------------------------------------------*/
  .mainVisual {
    height: 315px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .mainVisual .prevArrow, .mainVisual .nextArrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 102px;
    background-color: #418acb;
    z-index: 1;
    cursor: pointer;
  }
  .mainVisual .prevArrow img, .mainVisual .nextArrow img {
    transition: .3s;
  }
  .mainVisual li {
    height: 315px;
  }
  .mainVisual li.sample {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual li.sample div {
    padding: 10px 30px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
  }
  .mainVisual .prevArrow {
    left: 0;
  }
  .mainVisual .prevArrow:active img {
    transform: translateX(-5px);
  }
  .mainVisual .nextArrow {
    right: 0;
  }
  .mainVisual .nextArrow:active img {
    transform: translateX(5px);
  }
  .slick-dots li button:before {
    font-size: 10px !important;
  }
  .slick-dots {
    bottom: -25px !important;
  }
  /*	メインビジュアル
-----------------------------------------------------------------*/
  .mainVisual .mainSlide {
    width: 100%;
    background: url(../images/top/bg_mainvisual.webp) no-repeat center;
    background-size: cover;
    display: flex !important;
    align-items: center;
  }
  .mainVisual .mainSlide .inner {
    padding: 20px 16px 0;
  }
  .mainVisual .mainSlide .inner h1 {
    display: block;
    margin: 0 auto 15px;
  }
  .mainVisual .mainSlide .inner h1 img {
    width: 88%;
    margin: 0 auto;
  }
  .mainVisual .mainSlide .inner .subTxt {
    padding: 8px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0062a6b3;
    margin-bottom: 15px;
  }
  .mainVisual .mainSlide .inner .flex {
    display: flex;
    justify-content: space-between;
  }
  .mainVisual .mainSlide .inner .flex > div {
    box-sizing: border-box;
    padding: 6px 8px;
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual .mainSlide .inner .flex > div:first-of-type {
    background-color: #edfffe;
    color: #1e7976;
  }
  .mainVisual .mainSlide .inner .flex > div:nth-of-type(2) {
    background-color: #fffbf6;
    color: #64410a;
  }
  .mainVisual .mainSlide .inner .flex > div:nth-of-type(3) {
    background-color: #fff4ff;
    color: #91068f;
  }
  .mainVisual .mainSlide .inner .btn {
    width: 240px;
    height: 40px;
    margin: 35px auto 0;
    padding: 0;
    background-image: none;
    font-size: 1.2rem;
    gap: 10px;
  }
  .mainVisual .mainSlide .inner .btn span {
    transition: .3s;
    color: #fff;
  }
  .mainVisual .mainSlide .inner .btn span img {
    width: 8px;
  }
  .mainVisual .mainSlide .inner .btn:active .arrow {
    transform: translateX(10px);
  }
  .mainVisual .secondSlide {
    width: 100%;
    background: url(../images/top/bg_secondvisualSP.webp) no-repeat center;
    background-size: cover;
  }
  .mainVisual .secondSlide .secondInner {
    padding: 20px 16px 0;
  }
  .mainVisual .secondSlide .secondInner .subTxt {
    margin-top: 20px;
  }
  .mainVisual .secondSlide .secondInner .btn {
    width: 240px;
    height: 40px;
    margin: 0 auto 0;
    padding: 0;
    background-image: none;
    font-size: 1.2rem;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .secondSlide .secondInner .btn span {
    transition: .3s;
    color: #fff;
  }
  .mainVisual .secondSlide .secondInner .btn span img {
    width: 8px;
  }
  .mainVisual .secondSlide .secondInner .btn:active .arrow {
    transform: translateX(10px);
  }
  .mainVisual .thirdSlide {
    width: 100%;
    background: url(../images/top/bg_thirdvisual.webp) no-repeat center;
    background-size: cover;
  }
  .mainVisual .thirdSlide .thirdInner {
    padding: 0 16px 0;
    background: url(../images/top/thirdtxtSp.png) no-repeat center bottom;
    background-size: cover;
    height: 315px;
  }
  .mainVisual .thirdSlide .thirdInner .subTxt {
    margin-top: 20px;
  }
  .mainVisual .thirdSlide .thirdInner .btn {
    width: 240px;
    height: 40px;
    margin: 0 auto 0;
    padding: 0;
    background-image: none;
    font-size: 1.2rem;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .thirdSlide .thirdInner .btn span {
    transition: .3s;
    color: #fff;
  }
  .mainVisual .thirdSlide .thirdInner .btn span img {
    width: 8px;
  }
  .mainVisual .thirdSlide .thirdInner .btn:active .arrow {
    transform: translateX(10px);
  }
  /*=================================================================*/
  /*	ボタン共有スタイル */
  /*=================================================================*/
  .btn {
    width: 308px;
    height: 49px;
    background-color: #005bac;
    border-radius: 100px;
    background-image: url(../images/top/icon_btnarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 19px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    color: #fff;
    transition: .3s;
    font-size: 1.2rem;
    background-size: 9px;
  }
  .btn:active {
    background-position: center right 10px;
  }
  /*=================================================================*/
  /*	お知らせ */
  /*=================================================================*/
  section.news {
    padding: 47px 0 66px;
  }
  section.news .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  section.news .inner > div:first-of-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  section.news .inner > div:first-of-type h2 span {
    display: block;
  }
  section.news .inner > div:first-of-type h2 .main {
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 7px;
  }
  section.news .inner > div:first-of-type h2 .sub {
    color: #005bac;
    font-size: 1.1rem;
    line-height: 1;
  }
  section.news .inner > div:first-of-type a {
    font-size: 1.0rem;
    width: 117px;
    height: 23px;
    display: block;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px 5px 0;
    background-image: url(../images/top/icon_btnarrow2.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center right 12px;
    border: 1px solid #8b8b8b;
    border-radius: 50px;
    transition: .3s;
  }
  section.news .inner > div:first-of-type a:active {
    background-position: center right 7px;
  }
  section.news .inner > div:nth-of-type(2) {
    flex: 1;
  }
  section.news .inner > div:nth-of-type(2) ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0 !important;
  }
  section.news .inner > div:nth-of-type(2) ul li:first-of-type {
    padding-top: 0;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span:first-of-type {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    color: #7b7b7b;
    font-weight: 500;
    margin-right: 18px;
    line-height: 1;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span.label1 {
    width: 47px;
    text-align: center;
    font-size: 1.0rem;
    color: #fff;
    background: #ff2323;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:first-of-type > span.label2 {
    width: 47px;
    text-align: center;
    font-size: 1.0rem;
    color: #fff;
    background: #11a8ff;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) {
    display: block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a {
    color: #0080e5;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: .3s;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a:active {
    color: #005bac;
  }
  section.news .inner > div:nth-of-type(2) ul li > span:nth-of-type(2) a:active::after {
    width: 100%;
    background-color: #005bac;
  }
  /*=================================================================*/
  /*	最新の検定情報 */
  /*=================================================================*/
  /*	背景、コンテンツサイズ調整
-----------------------------------------------------------------*/
  section.information {
    background-image: url(../images/top/bg_information.svg);
    background-repeat: repeat;
    background-position: center;
    padding: 49px 16px 59px;
    background-size: 3px;
  }
  /*	セクション見出し
-----------------------------------------------------------------*/
  section.information .inner > h2 {
    text-align: center;
    margin-bottom: 21px;
  }
  section.information .inner > h2 span {
    display: block;
  }
  section.information .inner > h2 .main {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 7px;
  }
  section.information .inner > h2 .sub {
    font-size: 1.2rem;
    line-height: 1;
    color: #005bac;
  }
  /*	日程
-----------------------------------------------------------------*/
  section.information .inner > .flex > div {
    flex-basis: 47.4%;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 10px 30px;
    border-radius: 8px;
    filter: drop-shadow(0 3px 3px #2d577b73);
  }
  section.information .inner > .flex > div:first-of-type {
    margin-bottom: 28px;
  }
  section.information .inner > .flex > div > h3 {
    background: #38506b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
  }
  section.information .inner > .flex > div > .flex {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  section.information .inner > .flex > div > .flex label {
    display: inline-block;
    background: #ffb72b;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1;
    padding: 4px 16px;
    border-radius: 50px;
    box-sizing: border-box;
  }
  section.information .inner > .flex > div > .flex + p {
    text-align: center;
    margin-bottom: 24px;
  }
  section.information .inner > .flex > div a.jsystem {
    border-radius: 8px;
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding: 20px 16px 23px;
    display: block;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 12px;
    background-size: 12px;
  }
  section.information .inner > .flex > div a.jsystem:active {
    background-position: center right 10px;
  }
  section.information .inner > .flex > div a.jsystem h3 {
    border-left: 5px solid #135a00;
    padding-left: 9px;
    color: #135a00;
    line-height: 1;
    margin-bottom: 20px;
    width: 118px;
  }
  section.information .inner > .flex > div a.jsystem .day {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
  }
  section.information .inner > .flex > div a.jsystem .day span:first-of-type {
    line-height: 1;
    padding: 6px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
    font-size: 1.2rem;
  }
  section.information .inner > .flex > div a.jsystem .day span:nth-of-type(2) {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
  }
  section.information .inner > .flex > div a.jsystem > p {
    font-size: 1.2rem;
  }
  section.information .inner > .flex > div a.juse {
    border-radius: 8px;
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding: 20px 16px 23px;
    display: block;
    box-sizing: border-box;
    transition: .3s;
    margin-bottom: 34px;
    background-size: 12px;
  }
  section.information .inner > .flex > div a.juse:active {
    background-position: center right 10px;
  }
  section.information .inner > .flex > div a.juse h3 {
    border-left: 6px solid #0080e5;
    padding-left: 9px;
    color: #0080e5;
    line-height: 1;
    margin-bottom: 20px;
    width: 153px;
  }
  section.information .inner > .flex > div a.juse .day {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
  }
  section.information .inner > .flex > div a.juse .day span:first-of-type {
    line-height: 1;
    padding: 6px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
    font-size: 1.2rem;
  }
  section.information .inner > .flex > div a.juse .day span:nth-of-type(2) {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
  }
  section.information .inner > .flex > div a.juse > p {
    font-size: 1.2rem;
  }
  /*	ボタン
-----------------------------------------------------------------*/
  section.information .inner .btn {
    margin: 0 auto;
    filter: drop-shadow(0 3px 3px #2d577b73);
  }
  /*	右側のコンテンツ
-----------------------------------------------------------------*/
  section.information .inner .test1 {
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 21px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 18px;
    background-size: 12px;
  }
  section.information .inner .test1 span {
    border-left: 5px solid #135a00;
    display: flex;
    align-items: center;
    padding-left: 9px;
    width: 118px;
  }
  section.information .inner .test1:active {
    background-position: center right 10px;
  }
  section.information .inner .test2 {
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 21px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 18px;
    background-size: 12px;
  }
  section.information .inner .test2 span {
    border-left: 5px solid #0080e5;
    display: flex;
    align-items: center;
    padding-left: 9px;
    width: 153px;
  }
  section.information .inner .test2:active {
    background-position: center right 10px;
  }
  section.information .inner .test3 {
    background-color: #ffeed5;
    background-image: url(../images/union/icon_orangearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #e58100;
    line-height: 1.2;
    padding: 21px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 33px;
    background-size: 12px;
  }
  section.information .inner .test3 + a {
    margin-bottom: 20px !important;
  }
  section.information .inner .test3 span {
    border-left: 5px solid #e58100;
    display: flex;
    align-items: center;
    padding-left: 9px;
    width: 153px;
  }
  section.information .inner .test3:active {
    background-position: center right 10px;
  }
  /*=================================================================*/
  /*	J検とは？ */
  /*=================================================================*/
  /*	コンテンツサイズ
-----------------------------------------------------------------*/
  section.about {
    padding: 49px 16px 59px;
  }
  /*	セクション見出し
-----------------------------------------------------------------*/
  section.about .inner > h2 {
    text-align: center;
    margin-bottom: 21px;
  }
  section.about .inner > h2 span {
    display: block;
  }
  section.about .inner > h2 .main {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 7px;
  }
  section.about .inner > h2 .sub {
    font-size: 1.2rem;
    line-height: 1;
    color: #005bac;
  }
  /*	本文
-----------------------------------------------------------------*/
  section.about .inner .flex > div:first-of-type {
    flex: 1;
  }
  section.about .inner .flex > div:first-of-type h3 {
    font-family: YuMincho,'Yu Mincho',serif;
    color: #005bac;
    font-size: 2.4rem;
    line-height: 1.6;
    padding-bottom: 13px;
    margin-bottom: 25px;
  }
  section.about .inner .flex > div:first-of-type h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #005bac;
    margin-top: 10px;
  }
  section.about .inner .flex > div:first-of-type p {
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  section.about .inner .flex > div:nth-of-type(2) {
    margin: 35px auto 0;
    width: 250px;
  }
  /*=================================================================*/
  /*	もっと詳しく知りたい方 */
  /*=================================================================*/
  /*	コンテンツサイズ
-----------------------------------------------------------------*/
  section.more {
    background: url(../images/top/bg_more.webp) no-repeat center;
    background-size: cover;
  }
  section.more .inner {
    margin: 0 auto;
    padding: 48px 16px 39px;
    box-sizing: border-box;
  }
  /*	見出し
-----------------------------------------------------------------*/
  section.more h2 {
    display: flex;
    justify-content: center;
    gap: 4px;
    font-size: 1.8rem;
    color: #0061d8;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin-bottom: 38px;
  }
  section.more h2::before {
    content: "";
    background: url(../images/top/deco_morehead1.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    display: block;
  }
  section.more h2::after {
    content: "";
    background: url(../images/top/deco_morehead2.svg) no-repeat;
    background-size: 18px;
    width: 18px;
    display: block;
  }
  /*	メニュー
-----------------------------------------------------------------*/
  section.more .flex > a {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #fff;
    border-radius: 6px;
    filter: drop-shadow(0 3px 3px #2d577b73);
    box-sizing: border-box;
    padding: 20px 38px 20px 16px;
    background-image: url(../images/union/icon_bluearrow2.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 10px;
    transition: .3s;
    margin-bottom: 15px;
  }
  section.more .flex > a .icon {
    flex-basis: 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #d8e9ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.more .flex > a .icon img {
    max-width: 27px;
  }
  section.more .flex > a .icon.write img {
    transform: translateX(3px);
  }
  section.more .flex > a .flex {
    display: none;
  }
  section.more .flex > a > div:last-of-type {
    flex: 1;
  }
  section.more .flex > a > div:last-of-type h4 {
    font-weight: 600;
    font-size: 1.6rem;
    color: #005bac;
    margin-bottom: 5px;
  }
  section.more .flex > a > div:last-of-type p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
  }
  section.more .flex > a:active {
    background-position: center right 5px;
  }
  /*	装飾
-----------------------------------------------------------------*/
  section.more {
    position: relative;
  }
  section.more img.deco {
    position: absolute;
    left: -15px;
    top: -569px;
    mix-blend-mode: multiply;
  }
  /*	グラフィックの余白
-----------------------------------------------------------------*/
  .navGraphic {
    margin-bottom: 30px;
  }
  /*<end>============================================================*/
}
