@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
body .m-modal .m-modal__bg {
  background: rgba(255, 255, 255, 0.8);
}
body .m-modal .m-modal__close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: url(../img/btn_close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  content: none;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanMP, "Noto Serif SC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

/*============================
footer
============================*/
.l-footer {
  position: relative;
  text-align: center;
  background: url(../img/footer/footer_bg.jpg) center center repeat;
  border-top: 4px solid #c3a24d;
}
@media screen and (max-width: 900px) {
  .l-footer {
    border-width: 2px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c3a24d;
}
@media screen and (max-width: 900px) {
  .l-footer::before {
    top: -6px;
    height: 1px;
  }
}
.l-footer__container {
  width: 95.3125%;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    padding: 40px 0;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__head {
    margin-bottom: 35px;
  }
}
.l-footer__logo {
  width: 245px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 153px;
  }
}
.l-footer__logo-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo-inner {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__logo-inner:hover {
    transform: scale(0.95);
  }
}
@media not all and (max-width: 900px) {
  .l-footer__inner {
    margin-right: 1.6%;
  }
}
.l-footer__note {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 900px) {
  .l-footer__note {
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.45;
  }
}
.l-footer__copy {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.09rem;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 19px;
    letter-spacing: 0.05rem;
    transform: scale(0.95);
    white-space: nowrap;
  }
}

.l-footer_account {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .l-footer_account {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_account {
    justify-content: center;
    margin-bottom: 31px;
  }
}
.l-footer_account__ttl {
  margin-right: 18px;
  font-family: YakuHanMP, "Modern Antiqua", "Noto Serif SC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  color: #c3a24d;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 900px) {
  .l-footer_account__ttl {
    font-size: 12px;
  }
}
.l-footer_account__list {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .l-footer_account__list-item + .l-footer_account__list-item {
    margin-left: 18px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_account__list-item + .l-footer_account__list-item {
    margin-left: 17px;
  }
}
.l-footer_account__link {
  position: relative;
  display: block;
  width: 30px;
}
@media (hover: hover) {
  .l-footer_account__link:hover img {
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    opacity: 0;
  }
  .l-footer_account__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c3a24d;
    -webkit-mask: center center no-repeat;
    mask: center center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer_account__link:hover::before {
    opacity: 1;
  }
  .is-x .l-footer_account__link::before {
    -webkit-mask-image: url(../img/footer/sns_x.png);
    mask-image: url(../img/footer/sns_x.png);
  }
  .is-line .l-footer_account__link::before {
    -webkit-mask-image: url(../img/footer/sns_line.png);
    mask-image: url(../img/footer/sns_line.png);
  }
  .is-fb .l-footer_account__link::before {
    -webkit-mask-image: url(../img/footer/sns_fb.png);
    mask-image: url(../img/footer/sns_fb.png);
  }
}

.l-footer_links__list {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 900px) {
  .l-footer_links__list {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_links__list {
    width: 250px;
    margin: 0 auto;
    justify-content: center;
  }
}
.l-footer_links__list-item {
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-footer_links__list-item:nth-child(n+3) {
    margin-top: 7px;
  }
}
.l-footer_links__list-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: 11px;
  height: 100%;
  background: url(../img/icon.png) center center no-repeat;
  background-size: contain;
}
.l-footer_links__list-item:last-child::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -4px;
  width: 11px;
  height: 100%;
  background: url(../img/icon.png) center center no-repeat;
  background-size: contain;
}
.l-footer_links__txt {
  display: block;
}
@media not all and (max-width: 900px) {
  .l-footer_links__txt {
    padding: 0 11px;
    font-size: 12px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_links__txt {
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: 0.12rem;
  }
}
@media (hover: hover) {
  .l-footer_links__txt {
    transition: color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_links__txt:hover {
    color: #c3a24d;
  }
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  transform: scale(1.1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-bg {
  transform: scale(1);
}

.l-main {
  position: relative;
  border-top: 4px solid #c3a24d;
}
@media screen and (max-width: 900px) {
  .l-main {
    border-width: 2px;
  }
}
.l-main::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c3a24d;
}
@media screen and (max-width: 900px) {
  .l-main::before {
    top: 3px;
    height: 1px;
  }
}

.l-cont {
  position: relative;
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 192px;
}
@media screen and (max-width: 900px) {
  .l-cont {
    max-width: 600px;
    padding-top: 55px;
    padding-bottom: 104px;
  }
}
.l-cont.--exam {
  padding-top: 90px;
}
@media screen and (max-width: 900px) {
  .l-cont.--exam {
    padding-top: 52px;
  }
}

.p-chara {
  position: absolute;
  left: -16.4%;
  top: 10%;
  width: 37%;
  transform: translateX(-50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-chara {
    left: -17%;
    top: 3%;
    width: 53%;
  }
}
.is-load .p-chara {
  transform: translateX(0);
  opacity: 1;
}

.p-ttl {
  position: relative;
  width: 73%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 900px) {
  .p-ttl {
    width: 97%;
    margin-bottom: 30px;
  }
}
.--exam .p-ttl {
  width: 58%;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .--exam .p-ttl {
    width: 84%;
    margin-bottom: 31px;
  }
}
.p-ttl__inner {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.--exam .p-ttl__inner {
  transform: scale(1.1);
}
.is-load .p-ttl__inner {
  transform: translateY(0);
  opacity: 1;
}
.--exam .is-load .p-ttl__inner {
  transform: scale(1);
}

.p-lead {
  position: relative;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06rem;
  line-height: 1.87;
  text-shadow: 0px 0 4px #000, 0px 0 4px #000, 0px 0 4px #000;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media not all and (max-width: 900px) {
  .p-lead {
    margin-bottom: 74px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-lead {
    margin-bottom: 46px;
    font-size: 14px;
    line-height: 1.58;
  }
}
.is-load .p-lead {
  transform: translateY(0);
  opacity: 1;
}

.p-box {
  position: relative;
  background: url(../img/exam_bg.jpg) center center repeat;
  background-size: auto auto;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.--exam .p-box {
  transition-delay: 0s;
}
.is-load .p-box {
  transform: translateY(0);
  opacity: 1;
}
.p-box__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px solid #c3a24d;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-box__frame {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-width: 1px;
  }
}
.p-box__frame-deco {
  position: absolute;
  width: 38px;
}
@media screen and (max-width: 900px) {
  .p-box__frame-deco {
    width: 17px;
  }
}
.p-box__frame-deco:nth-child(1) {
  top: 0;
  left: 0;
}
.p-box__frame-deco:nth-child(2) {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-box__frame-deco:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
}
.p-box__frame-deco:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.p-box__frame-deco img {
  transform: translate(10px, 10px);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.is-load .p-box__frame-deco img {
  transform: translate(0, 0);
}
.p-box__container {
  width: 90%;
  margin: 0 auto;
  padding: 54px 0 65px;
}
@media screen and (max-width: 900px) {
  .p-box__container {
    width: 88.5%;
    padding: 26px 0 35px;
  }
}
.--exam .p-box__container {
  padding: 49px 0 70px;
}
@media screen and (max-width: 900px) {
  .--exam .p-box__container {
    padding: 25px 0 36px;
  }
}
.p-box__header {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .p-box__header {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-width: 1px;
  }
}
.--exam .p-box__header {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .--exam .p-box__header {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}
.p-box__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c3a24d;
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 900px) {
  .p-box__header::after {
    height: 1px;
  }
}
.is-load .p-box__header::after {
  transform: scaleX(1);
}
.p-box__ttl {
  text-align: center;
}
.p-box__ttl-inner {
  position: relative;
  display: inline-block;
  padding: 0 77px;
  font-size: 30px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  .p-box__ttl-inner {
    padding: 0 48px;
    font-size: 21px;
    letter-spacing: 0.06rem;
  }
}
.--exam .p-box__ttl-inner {
  padding: 0px 127px;
  color: #c3a24d;
  font-size: 47px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .--exam .p-box__ttl-inner {
    padding: 0px 61px;
    font-size: 24px;
  }
}
.p-box__ttl-inner::before, .p-box__ttl-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 100%;
  background: url(../img/exam_deco-cap.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-40%);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-box__ttl-inner::before, .p-box__ttl-inner::after {
    width: 38px;
  }
}
.--exam .p-box__ttl-inner::before, .--exam .p-box__ttl-inner::after {
  width: 93px;
  transform: translateY(-38%);
}
@media screen and (max-width: 900px) {
  .--exam .p-box__ttl-inner::before, .--exam .p-box__ttl-inner::after {
    width: 46px;
    transform: translateY(-40%);
  }
}
.is-load .p-box__ttl-inner::before, .is-load .p-box__ttl-inner::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-box__ttl-inner::after {
  left: auto;
  right: 0;
  transform: translateY(-43%) scaleX(-1);
}
.--exam .p-box__ttl-inner::after {
  transform: translateY(-38%) scaleX(-1);
}
/*
.p-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
@media screen and (max-width: 900px) {
  .p-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
*/

.p-box__inner .p-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-box__inner .p-list__item{
   width: 24%;
   margin-left: 1%;
   margin-top: 1%;
 }
 @media screen and (min-width: 901px) {
   .p-box__inner .p-list__item:nth-child(4n+1){
   margin-left: 0%;
   } 
   .p-box__inner .p-list__item:nth-child(n+1):nth-child(-n+4){
   margin-top: 0%;
   }
 }
 
@media screen and (max-width: 900px) {
  .p-box__inner .p-list__item{
    width: 49%;
  }
  .p-box__inner .p-list__item:nth-child(2n+1){
    margin-left: 0%;
  } 
  .p-box__inner .p-list__item:nth-child(n+1):nth-child(-n+2){
    margin-top: 0%;
  }
}

#exam .p-list .p-list__item{
  margin: 10px auto 0;
  width: auto !important;
}
.--exam .p-list {
  display: block;
}
.--exam .p-list__item + .p-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .--exam .p-list__item + .p-list__item {
    margin-top: 10px;
  }
}
.p-list__item.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
.p-list__item-link {
  display: block;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: none;
}
@media screen and (max-width: 900px) {
  .p-list__item-link {
    font-size: 17px;
    letter-spacing: 0.08rem;
  }
}
@media (hover: hover) {
  .p-list__item-link {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-list__item-link:hover {
    opacity: 0.9;
    transform: scale(0.95);
  }
}
.--exam .p-list__item-link {
  width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .--exam .p-list__item-link {
    width: 177px;
    font-size: 15px;
    letter-spacing: 0.04rem;
  }
}
.p-list__item-link .p-in-txt {
  display: inline-block;
  flex-grow: 1;
  background: #c3a24d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-list__item-link .p-in-frame {
  display: inline-block;
  width: 22.5px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-list__item-link .p-in-frame {
    width: 15px;
  }
}
.p-list__item-link .p-in-frame.--right {
  transform: scaleX(-1);
}
.p-list__item-img {
  width: 280px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 900px) {
  .p-list__item-img {
    width: 178px;
    margin: 10px auto 30px;
  }
}
.p-list__item-img .p-in-link {
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .p-list__item-img .p-in-link {
    margin-top: 2px;
  }
}
.p-list__item-img .p-in-link a {
  display: block;
  padding: 11px 0 7px;
  font-family: YakuHanMP, "Modern Antiqua", "Noto Serif SC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  text-align: center;
  background: #c3a24d;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-list__item-img .p-in-link a {
    padding: 5px 0;
    font-size: 13px;
  }
}
@media (hover: hover) {
  .p-list__item-img .p-in-link a {
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-list__item-img .p-in-link a:hover {
    background: rgba(195, 162, 77, 0.7);
  }
}

.p-exam.is-answerchecked {
  animation: fadeOutIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-exam__list-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3a24d;
}
@media screen and (max-width: 900px) {
  .p-exam__list-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media not all and (max-width: 900px) {
  .p-exam__img {
    width: 66.7%;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 900px) {
  .p-exam__img {
    margin-bottom: 16px;
  }
}
.p-exam__q {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .p-exam__q {
    margin-bottom: 17px;
  }
}
.p-exam__q-cap {
  margin-bottom: 3px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-exam__q-cap {
    margin-bottom: 6px;
    font-size: 17px;
    letter-spacing: 0.04rem;
  }
}
.p-exam__q-desc {
  font-size: 19px;
  line-height: 1.7;
}
@media not all and (max-width: 900px) {
  .p-exam__q-desc {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .p-exam__q-desc {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media not all and (max-width: 900px) {
  .p-exam__a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 8px;
  }
}
@media screen and (max-width: 900px) {
  .p-exam__a-item + .p-exam__a-item {
    margin-top: 5px;
  }
}
.p-exam__a-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid #c3a24d;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  cursor: pointer;
  color: #000;
}
.is-selected .p-exam__a-inner {
  background-color: #EEEEEE;
}
.is-answerchecked .p-exam__a-inner {
  pointer-events: none;
}
@media (hover: hover) {
  .p-exam__a-inner {
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-exam__a-inner:hover {
    background-color: #EEEEEE;
  }
}
.p-exam__a-num {
  width: 59px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c3a24d;
  font-family: YakuHanMP, "Modern Antiqua", "Noto Serif SC", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 26px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-exam__a-num {
    width: 34px;
    padding: 5px 0;
    font-size: 18px;
  }
}
.p-exam__a-txt {
  padding: 18px 24px;
  font-size: 17px;
  letter-spacing: 0.02rem;
  border-left: 1px solid #c3a24d;
  flex-grow: 1;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-exam__a-txt {
    padding: 8px 12px;
    font-size: 13px;
  }
}
.is-active .is-check .p-exam__a-txt {
  color: #e10000;
}
.p-exam__correct {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 87px;
  height: 99px;
  transform: translateY(-48%) scale(2);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-exam__correct {
    left: 7px;
    width: 45px;
    height: 49px;
  }
}
.is-active .p-exam__correct {
  transform: translateY(-48%) scale(1);
}
.p-exam__correct svg {
  width: 100%;
  height: 100%;
}
.p-exam__correct .mask {
  width: 100%;
  height: 100%;
}
.p-exam__correct .mask path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-dasharray: 265px;
  stroke-dashoffset: 268px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-exam__a.is-active .is-correct .p-exam__correct .mask path {
  stroke-dashoffset: 539px;
}
.p-exam__false {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 38px;
  z-index: 1;
  width: 62px;
  height: 106px;
  transform: translateY(-48%);
}
@media screen and (max-width: 900px) {
  .p-exam__false {
    left: 17px;
    width: 36px;
    height: 29px;
    transform: translateY(-50%);
  }
}
.p-exam__false svg {
  width: 100%;
  height: 100%;
}
.p-exam__false .mask2 {
  width: 100%;
  height: 100%;
}
.p-exam__false .mask2 path {
  fill: none;
  stroke: #fff;
  stroke-width: 25px;
  stroke-dasharray: 265px;
  stroke-dashoffset: 446px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-exam__a.is-active .is-false .p-exam__false .mask2 path {
  stroke-dashoffset: 670px;
}