@charset "UTF-8";
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
  position: relative;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 36px;
    gap: 36px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-bottom: 1px solid #cbd7e3;
  background: #f2f5f8;
}
@media screen and (max-width: 767px) {
  .header-logo {
    padding: 20px 16px;
  }
}
.header-logo img {
  height: 42px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    height: 24px;
  }
}

.topbtn {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  background: #043d78;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .topbtn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .topbtn:hover {
    background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
    background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  }
  .topbtn:hover .topbtn__wrap {
    border-top: 2px solid #043d78;
    border-left: 2px solid #043d78;
  }
  .topbtn:hover .topbtn__wrap:before {
    background: #043d78;
  }
}
.topbtn__wrap {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 48%;
  left: 47%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topbtn__wrap:before {
  position: absolute;
  content: "";
  top: -4px;
  left: 3px;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
  transform: rotate(-45deg) translateX(-0.5px);
}

.bg-img {
  position: relative;
  overflow-x: hidden;
}
.bg-img:before {
  content: "";
  position: absolute;
  top: -728px;
  left: 0;
  width: 100%;
  height: 1500px;
  background-image: url(../../img/case/bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-img:before {
    background-image: url(../../img/case/bg-sp.png);
    background-size: 100% auto;
    top: -222px;
  }
}

.sec {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 0;
  }
}
.sec__inner {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec__inner {
    width: 100%;
    padding: 48px 4.6875% 0;
  }
}
.sec__inner h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
.sec__inner h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec__inner h2 {
    font-size: 20px;
  }
}
.sec__inner h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec__inner h4 {
    font-size: 18px;
    margin: 36px 0;
  }
}
.sec__inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec__inner .info .c-term_1 {
  margin: 0 0 0 44px;
  position: relative;
}
.sec__inner .info .c-term_1:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #043d78;
  position: absolute;
  top: 17px;
  left: -35px;
  -webkit-transform: rotate(60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.sec__inner .text p,
.sec__inner .text li,
.sec__inner .text figcaption {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.sec__inner .text p,
.sec__inner .text ul {
  margin: 20px 0;
}
.sec__inner .text li {
  padding: 0 0 0 20px;
  position: relative;
}
.sec__inner .text li:not(:first-of-type) {
  margin: 5px 0 0;
}
.sec__inner .text li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
}
.sec__inner .text a {
  text-decoration: underline;
  color: #043d78;
}
.sec__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec__inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.sec .bnr {
  display: block;
  padding: 24px;
  background: #f2f8f9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 767px) {
  .sec .bnr {
    padding: 24px 0 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec .bnr.tour {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sec .bnr:hover {
    background: var(--Green---100, #cae2e4);
  }
}
.sec .bnr span {
  display: block;
}
.sec .bnr__txtwrap {
  display: block;
  padding: 0 0 0 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec .bnr__txtwrap {
    padding: 0 60px 0 0;
  }
}
.sec .bnr__txtwrap::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #00727e;
  border-right: 3px solid #00727e;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec .bnr__txtwrap::after {
    right: 35px;
  }
}
.sec .bnr__txtwrap._icon-quiz::before {
  content: url(../../img/common/quiz.svg);
}
.sec .bnr__txtwrap._icon-mail::before {
  content: url(../../img/common/send.svg);
}
.sec .bnr__txtwrap._icon-tour::before {
  content: url(../../img/common/tour.svg);
}
.sec .bnr__txtwrap::before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec .bnr__txtwrap::before {
    display: none;
  }
}
.sec .bnr__txt1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec .bnr__txt1 {
    font-size: 16px;
  }
}
.sec .bnr__txt2 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec .bnr__txt2 {
    line-height: 1.5;
    font-size: 12px;
  }
}
.sec__info {
  padding: 24px 24px 24px;
  border: 1px solid #d28146;
  background-color: #fbf2ed;
}
@media screen and (max-width: 767px) {
  .sec__info {
    width: 100%;
    padding: 16px;
    margin: 40px auto 0;
  }
}
.sec__info_ttl {
  position: absolute;
  background: #fff;
  border: 1px solid #d28146;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  top: 3px;
  left: 0px;
  padding: 12px 15px 10px;
  color: #d28146;
}
.sec__info_lists {
  padding: 0 0 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec__info_lists {
    padding: 50px 0 0 0;
  }
}
.sec__info_list:not(:last-of-type) {
  border-bottom: 1px dashed #d28146;
}
.sec__info_list a {
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec__info_list a {
    font-size: 12px;
  }
}
.sec__info_list a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  border-top: 1px solid #d28146;
  border-right: 1px solid #d28146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 769px) {
  .sec__info_list a:hover span {
    text-decoration: underline;
  }
}

.sec_1 .sec__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner {
    width: 100%;
    padding: 0px 20px;
  }
}
.sec_1 .sec__inner .name {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .name {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.sec_1 .sec__inner .txt {
  font-size: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .txt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.sec_1 .sec__inner .sec__info_box {
  background-color: #ffffff;
  border: 1px solid #cbd7e3;
  padding: 40px;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .sec__info_box {
    padding: 20px;
  }
}
.sec_1 .sec__inner .sec__info_box_inner {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 220px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .sec__info_box_inner {
    padding-right: 20px;
    max-height: 260px;
  }
}
.sec_1 .sec__inner .sec__info_box_inner::-webkit-scrollbar {
  width: 8px;
  padding-right: 16px;
}
.sec_1 .sec__inner .sec__info_box_inner::-webkit-scrollbar-track {
  background-color: #f5f7f9;
}
.sec_1 .sec__inner .sec__info_box_inner::-webkit-scrollbar-thumb {
  background-color: #1a3961;
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #00727e;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .sec__info_box_inner .sec__info_box_ttl {
    font-size: 18px;
  }
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content {
    font-size: 14px;
  }
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content > h4 {
  margin: 18px 0;
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content > ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0.8em 0;
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content > ol {
  list-style: decimal;
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content a {
  color: #043d78;
  text-decoration: underline;
}
.sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content a:hover, .sec_1 .sec__inner .sec__info_box_inner .sec__info_box_content a:focus-visible {
  color: #1a4e8f;
  border-bottom-color: #1a4e8f;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #678aae;
  /* ===== ここから追加：エリア全体リンク化（.flex を <a> にしたとき） ===== */
  /* ===== 追加ここまで ===== */
}
.flex:not(:first-of-type) {
  border-top: none;
}
.flex__txt {
  width: calc(100% - 200px);
  padding: 20px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .flex__txt {
    width: calc(100% - 75px);
    padding: 20px;
  }
}
.flex__txt_big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flex__txt_big {
    font-size: 16px;
  }
}
.flex__txt_sml {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #d28146;
}
@media screen and (max-width: 767px) {
  .flex__txt_sml {
    font-size: 12px;
  }
}
.flex__btn {
  width: 200px;
  background: #043d78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* フォーカス時も exam と同等の反転＆アウトライン（追加） */
  /* === 修正ここまで === */
}
.flex__btn:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .flex__btn:hover {
    background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
    background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  }
  .flex__btn:hover > span {
    color: #043d78;
    font-weight: 700;
  }
  .flex__btn:hover > span:before {
    border-color: #043d78;
  }
}
.flex__btn:focus-visible {
  outline: 3px solid rgba(2, 106, 167, 0.35);
  outline-offset: 2px;
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.flex__btn:focus-visible > span {
  color: #043d78;
  font-weight: 700;
}
.flex__btn:focus-visible > span:before {
  border-color: #043d78;
}
@media screen and (max-width: 767px) {
  .flex__btn {
    width: 75px;
  }
}
.flex__btn > span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .flex__btn > span {
    font-size: 0;
  }
}
.flex__btn > span:before {
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4x;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flex__btn > span:before {
    top: -6px;
    right: 4px;
  }
}
.flex.is-link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  outline: none;
}
.flex.is-link:hover {
  opacity: 1;
  background: #f6f9fc;
}
.flex.is-link:focus-visible {
  outline: 3px solid rgba(2, 106, 167, 0.35);
  outline-offset: 2px;
  background: #f6f9fc;
}
.flex.is-link:hover .flex__btn, .flex.is-link:focus-visible .flex__btn {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.flex.is-link:hover .flex__btn > span, .flex.is-link:focus-visible .flex__btn > span {
  color: #043d78;
  font-weight: 700;
}
.flex.is-link:hover .flex__btn > span:before, .flex.is-link:focus-visible .flex__btn > span:before {
  border-color: #043d78;
}
.flex.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.sec_2 .sec__inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner {
    padding: 0px 20px;
  }
}
.sec_2 .sec__inner .c-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner .c-txt {
    font-size: 12px;
  }
}
.sec_2 .sec__inner .bottom-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner .bottom-flex-container {
    margin-top: 20px;
  }
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box {
  background: #f2f2f2;
  padding: 24px 74px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box:hover {
  background: #e0e0e0;
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box::after {
  content: "";
  color: #7a7a7a;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  rotate: -45deg; /* 常に斜め */
  translate: 0 0;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box:hover::after {
  translate: 3px 0; /* 右に少しだけ動かす */
}
@media (min-width: 769px) {
  .sec_2 .sec__inner .bottom-flex-container .bottom-box:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
  .sec_2 .sec__inner .bottom-flex-container .bottom-box:nth-child(1):nth-last-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .sec_2 .sec__inner .bottom-flex-container .bottom-box:nth-child(1):nth-last-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner .bottom-flex-container .bottom-box__img {
    display: none;
  }
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box__title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner .bottom-flex-container .bottom-box__title {
    font-size: 16px;
  }
}
.sec_2 .sec__inner .bottom-flex-container .bottom-box__desc {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_2 .sec__inner .bottom-flex-container .bottom-box__desc {
    font-size: 12px;
  }
}

.exam {
  /* ====== レイアウト切替 ====== */
  /* ====== カード ====== */
  /* 2件以上のときだけ出る見出し */
  /* ====== 受験要領 ====== */
  /* ====== ログイン情報枠 ====== */
  /* ====== 受験・ログインボタン（共通ラッパ） ====== */
  /* ====== 複数データ時の細ボタン ====== */
}
.exam .sec__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.exam__container {
  display: grid;
  grid-template-columns: 1fr; /* SPは常に1列 */
}
.exam__container.is-multi {
  /* 2件以上のとき → カードにボーダー */
}
@media (min-width: 769px) {
  .exam__container.is-multi {
    grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
  }
}
.exam__container.is-multi .exam__box {
  border: 1px solid #043d78;
  padding: 10%;
}
@media screen and (max-width: 767px) {
  .exam__container.is-multi .exam__box {
    padding: 20px;
  }
}
.exam__container .exam__guideline.is-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.exam__container .exam__guideline.is-link:hover {
  background: #f6f9fc;
  opacity: 1;
}
.exam__container .exam__guideline.is-link:hover .exam__guideline-btn {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.exam__container .exam__guideline.is-link:hover .exam__guideline-btn > span {
  color: #043d78;
  font-weight: 700;
}
.exam__container .exam__guideline.is-link:hover .exam__guideline-btn > span::before {
  border-color: #043d78;
}
.exam__container .exam__guideline.is-link:hover .exam__guideline-btn.is-icon-only::after {
  border-color: #043d78;
}
.exam__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.exam__subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #043d78;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exam__subtitle {
    font-size: 20px;
  }
}
.exam__guideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #678aae;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .exam__guideline {
    font-size: 16px;
  }
}
.exam__guideline-head {
  padding: 20px 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .exam__guideline-head {
    padding: 20px;
  }
}
.exam__guideline-ttl {
  font-weight: 700;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .exam__guideline-ttl {
    margin: 0 0 10px;
  }
}
.exam__guideline-note {
  font-size: 14px;
  color: #d28146;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .exam__guideline-note {
    font-size: 12px;
  }
}
.exam__guideline-btn {
  width: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 24px;
  background: #043d78;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  /* テキスト＆矢印（通常はこちらで出す） */
  /* 2件以上のカード（テキスト無し）でも矢印を出す */
  /* PCホバー演出：白＋ラジアル、文字＆矢印を#043D78に */
  /* SPはテキストを消して矢印だけ残す（spanは消さない！） */
}
@media (max-width: 768px) {
  .exam__guideline-btn {
    min-height: 44px;
  }
}
.exam__guideline-btn > span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* → 矢印（通常時は白） */
}
.exam__guideline-btn > span::before {
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: 0;
}
.exam__guideline-btn.is-icon-only {
  width: 40px;
  padding: 0 10px;
  min-width: 36px;
  /* → 矢印（a::afterで出す。通常は白） */
}
.exam__guideline-btn.is-icon-only::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .exam__guideline-btn.is-icon-only {
    width: 68px;
  }
}
@media screen and (min-width: 769px) {
  .exam__guideline-btn:hover {
    background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
    background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
    /* テキスト無しパターンの矢印色も切り替え */
  }
  .exam__guideline-btn:hover > span {
    color: #043d78;
    font-weight: 700;
  }
  .exam__guideline-btn:hover > span::before {
    border-color: #043d78;
  }
  .exam__guideline-btn:hover.is-icon-only::after {
    border-color: #043d78;
  }
}
@media screen and (max-width: 767px) {
  .exam__guideline-btn {
    width: 68px;
  }
  .exam__guideline-btn > span {
    font-size: 0;
  }
}
.exam__login {
  background: #f3f3f3;
  padding: 36px 24px;
}
@media screen and (max-width: 767px) {
  .exam__login {
    padding: 20px;
  }
}
.exam__login-ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.exam__login-info {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  /* WYSIWYG の段落余白を軽く整える */
}
.exam__login-info p {
  margin: 0 0 6px;
}
.exam__btnwrap {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .exam__btnwrap {
    font-size: 14px;
  }
}
.exam__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 12px 24px;
  background: #d28146;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .exam__btn {
    height: 48px;
  }
}
.exam__btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 8px;
}
@media (hover: hover) {
  .exam__btn:hover {
    background: #c07033;
  }
}
.exam__btn:focus-visible {
  outline: 3px solid rgba(2, 106, 167, 0.35);
  outline-offset: 2px;
}
.exam .c-btn__2__wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .exam .c-btn__2__wrap {
    margin-top: 0px;
  }
}

.sec_4 .sec__inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_4 .sec__inner {
    padding: 0px 20px;
  }
}
.sec_4__txt2 {
  font-size: 12px;
  margin: 30px 0 0;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_4__txt2 {
    font-size: 11px;
    margin: 20px 0 0;
  }
}

.sec_5 .sec__inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_5 .sec__inner {
    padding: 0px 20px;
  }
}
.sec_5 .sec__inner .bnr + .bnr {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sec_5 .sec__inner .bnr + .bnr {
    margin-top: 20px;
  }
}
.sec_5 .sec__inner .bnr.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
/*# sourceMappingURL=p-single-grouplogin.css.map */
