@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*==========*/
/* examinee */
/*==========*/
.examinee .title-area {
  background: url(/images/examinee/heading_bg01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.examinee .com-heading {
  color: #DB4B83;
  font-size: 52px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .examinee .com-heading {
    font-size: 24px;
  }
}
.examinee .sec01 .heading-area {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  padding: 46px 80px 90px;
  background: #DCF3F9;
}
@media (max-width: 767px) {
  .examinee .sec01 .heading-area {
    padding: 40px 24px;
  }
}
.examinee .sec01 .heading-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 764px;
  background: url(/images/examinee/sec01_bg01.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .examinee .sec01 .heading-area::before {
    content: none;
  }
}
.examinee .sec01 .heading-area h2 {
  margin: 0 0 30px;
  text-align: center;
}
.examinee .sec01 .heading-area h3 {
  margin-bottom: 20px;
  text-align: center;
}
.examinee .sec01 .heading-area h3 + p {
  margin-bottom: 0;
  font-size: 27px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec01 .heading-area h3 + p {
    font-size: 14px;
  }
}
.examinee .sec01 .heading-area h3 + p span {
  display: block;
}
.examinee .sec01 .heading-area h3 + p span.color1 {
  margin-bottom: 12px;
  color: #1E8C8C;
}
.examinee .sec01 .heading-area h3 + p span.color2 {
  color: #DB4B83;
}
.examinee .sec01 .loop-img {
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  .examinee .sec01 .loop-img {
    margin-bottom: 50px;
  }
}
.examinee .sec01 .loop-img .img-list li {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .examinee .sec01 .loop-img .img-list li {
    margin: 0 4px;
  }
}
.examinee .sec01 .loop-img .img-list li img {
  display: block;
  width: 30.62vw;
  max-width: 588px;
}
@media (max-width: 767px) {
  .examinee .sec01 .loop-img .img-list li img {
    width: 100%;
    max-width: clamp(280px, 8.93vw, 335px);
  }
}
.examinee .sec01 .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list {
    max-width: 670px;
    margin: 0 auto 50px;
  }
}
.examinee .sec01 .nav-list li {
  width: 32%;
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li {
    width: 31.04%;
  }
}
.examinee .sec01 .nav-list li a {
  position: relative;
  display: block;
  max-width: 384px;
  width: 100%;
  border-radius: 32px;
  color: #333;
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .examinee .sec01 .nav-list li a {
    margin: 0 auto;
    font-size: clamp(16px, 2vw, 24px);
  }
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li a {
    font-size: clamp(10px, 3.2vw, 12px);
  }
}
.examinee .sec01 .nav-list li a::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(53, 32, 45, 0.4);
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li a::before {
    right: -5px;
    bottom: -5px;
  }
}
.examinee .sec01 .nav-list li a span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 127px;
  padding: 30px 38px;
  border-radius: 12px;
  background: url(/images/examinee/sec01_bg02.png) repeat;
  line-height: 1.4;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  .examinee .sec01 .nav-list li a span {
    justify-content: center;
    height: auto;
    padding: 30px 16px 70px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li a span {
    padding: 16px 4px 40px;
  }
}
.examinee .sec01 .nav-list li a span:hover {
  transform: translate(10px, 10px);
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li a span:hover {
    transform: translate(5px, 5px);
  }
}
.examinee .sec01 .nav-list li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 49px;
  padding-top: 49px;
  background: url(/images/examinee/sec01_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  .examinee .sec01 .nav-list li a span::before {
    top: initial;
    right: 50%;
    bottom: 10.5px;
    transform: translate(50%, 0);
  }
}
@media (max-width: 767px) {
  .examinee .sec01 .nav-list li a span::before {
    bottom: 8px;
    width: 25px;
    padding-top: 25px;
  }
}
.examinee .sec02 .bg02 {
  position: relative;
}
.examinee .sec02 .bg02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 23.25vw;
  background: url(/images/examinee/sec02_bg01.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.examinee .sec02 .contents {
  position: relative;
  width: 70%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .examinee .sec02 .contents {
    width: 100%;
  }
}
.examinee .sec02 h2 {
  margin: 64px 0 30px;
}
@media (max-width: 767px) {
  .examinee .sec02 h2 {
    margin: 64px 0 15px;
  }
}
.examinee .sec02 h2 + p {
  margin-bottom: 100px;
  color: #1E8C8C;
  font-size: 32px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec02 h2 + p {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.examinee .sec02 .research-area {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area {
    margin-bottom: 40px;
  }
}
.examinee .sec02 .research-area .com-heading {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .com-heading {
    margin-bottom: 30px;
  }
}
.examinee .sec02 .research-area .col2 {
  display: flex;
  justify-content: space-between;
  max-width: 1126px;
  margin: 0 auto 18px;
}
@media (max-width: 1024px) {
  .examinee .sec02 .research-area .col2 {
    display: block;
    margin: 0 auto 10px;
  }
}
.examinee .sec02 .research-area .col2 .cell {
  width: 48.57%;
}
@media (max-width: 1024px) {
  .examinee .sec02 .research-area .col2 .cell {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
.examinee .sec02 .research-area .col2 .cell .w-box .inner {
  padding: 32px 32px 64px;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .col2 .cell .w-box .inner {
    padding: 32px 16px 40px;
  }
}
.examinee .sec02 .research-area .col2 .cell .w-box h4 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 60px;
  font-size: 28px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .col2 .cell .w-box h4 {
    padding-left: 40px;
    font-size: 18px;
  }
}
.examinee .sec02 .research-area .col2 .cell .w-box h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 42px;
  background: url(/images/examinee/sec02_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .col2 .cell .w-box h4::before {
    width: 30px;
    height: 32px;
  }
}
.examinee .sec02 .research-area .col2 .cell .w-box .graph {
  text-align: center;
}
@media (max-width: 1024px) {
  .examinee .sec02 .research-area .col2 .cell.l-cts {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .col2 .cell.l-cts {
    margin-bottom: 20px;
  }
}
.examinee .sec02 .research-area .col2 .cell.r-cts .w-box h4::before {
  background: url(/images/examinee/sec02_ic02.svg) no-repeat;
  background-size: 100% auto;
}
.examinee .sec02 .research-area .ph-wrap .ph {
  position: absolute;
  top: 0;
  width: 33%;
  max-width: 397px;
}
.examinee .sec02 .research-area .ph-wrap .ph.l-img {
  left: 0;
  transform: translateX(-100%);
}
.examinee .sec02 .research-area .ph-wrap .ph.r-img {
  left: initial;
  right: 0;
  transform: translateX(100%);
}
.examinee .sec02 .research-area .note {
  max-width: 1126px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .examinee .sec02 .research-area .note {
    font-size: 12px;
  }
}
.examinee .sec02 .bottom-txt {
  margin-bottom: 90px;
  font-size: clamp(16px, 2.18vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .examinee .sec02 .bottom-txt {
    margin-bottom: 45px;
    font-size: clamp(12px, 3.73vw, 14px);
  }
}
.examinee .sec03 .com-heading {
  margin: 96px 0 40px;
}
@media (max-width: 767px) {
  .examinee .sec03 .com-heading {
    margin: 80px 0 30px;
  }
}
.examinee .sec03 .com-heading + p {
  margin-bottom: 94px;
  font-size: clamp(16px, 2.18vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .examinee .sec03 .com-heading + p {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.examinee .sec03 .com-box02 {
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .examinee .sec03 .com-box02 {
    margin: 0 0 60px;
  }
}
.examinee .sec03 .com-box02 .inner {
  overflow: initial;
  padding: min(72px, 5.27vw);
}
.examinee .sec03 .com-box02 figure {
  margin-top: max(-110px, -8.06vw);
}
.examinee .sec03 .recommend-area {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area {
    margin-bottom: 40px;
  }
}
.examinee .sec03 .recommend-area h3 {
  margin-bottom: 25px;
  color: #DB4B83;
  font-size: 32px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.examinee .sec03 .recommend-area h4 {
  margin-bottom: 25px;
  color: #FFF;
  font-size: clamp(18px, 2.34vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.examinee .sec03 .recommend-area h4 span {
  display: inline-block;
  padding: 4px 12px;
  background: #DB4B83;
}
.examinee .sec03 .recommend-area h4 + p {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .examinee .sec03 .recommend-area h4 + p br {
    display: none;
  }
}
.examinee .sec03 .recommend-area .com-box01 {
  margin: 0 0 50px;
  background: #F0F0A0;
  background: linear-gradient(90deg, #F0F0A0 0%, #F0CADF 50%, #ACDEE1 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area .com-box01 {
    margin: 0 0 25px;
  }
}
.examinee .sec03 .recommend-area .com-box01 .inner {
  padding: 24px 24px 16px;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area .com-box01 .inner {
    padding: 16px;
  }
}
.examinee .sec03 .recommend-area .com-box01 .ttl {
  margin-bottom: 25px;
  font-size: clamp(18px, 2.34vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .examinee .sec03 .recommend-area .com-box01 .ttl {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.examinee .sec03 .recommend-area .bt {
  text-align: center;
}
.examinee .sec03 .bn {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec03 .bn {
    margin-bottom: 50px;
  }
}
.examinee .sec03 .bn a {
  display: block;
  width: 100%;
  height: 100%;
}
.examinee .sec03 .bn a:hover img {
  opacity: 1;
  box-shadow: none;
}
.examinee .sec03 .bn a img {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .examinee .sec03 .bn a img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
.examinee .sec04 h2 {
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .examinee .sec04 h2 {
    margin: 50px 0 0;
  }
}
.examinee .sec04 .ph {
  margin: -24px 0 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .examinee .sec04 .ph {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.examinee .sec04 .ph + p {
  margin-bottom: 90px;
  font-size: clamp(18px, 2.34vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .examinee .sec04 .ph + p {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .examinee .sec04 .ph + p .tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .ph + p .tb {
    display: none;
  }
}
.examinee .sec04 .hint-area .hint-list {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list {
    margin-bottom: 90px;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 {
  margin: 0;
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .inner {
  overflow: initial;
  padding: 40px 32px 48px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .inner {
    padding: 24px 16px 32px;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 h3 {
  margin: -90px 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 h3 {
    max-width: 240px;
    margin: -60px auto 30px;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .col2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .col2 {
    display: block;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .img {
  width: 49.47%;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .img .com-img03 {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .img .com-img03::before {
    top: 5px;
    left: 5px;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .txt {
  width: 45.87%;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .txt {
    width: 100%;
  }
}
.examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .txt h4 {
  margin: 10px 0 20px;
  color: #F280A6;
  font-size: 36px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li .com-box02 .col2 .txt h4 {
    margin: 20px 0 10px;
    font-size: 20px;
  }
}
.examinee .sec04 .hint-area .hint-list li:not(:last-child) {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:not(:last-child) {
    margin-bottom: 70px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 h3 {
  margin: -90px 0 4px;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 h3 {
    margin: -90px 0 40px;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 h3 {
    margin: -60px auto 40px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 {
  align-items: center;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 49.47%;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap {
    flex-wrap: wrap;
    flex-direction: initial;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img {
  width: 53.72%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img {
    text-align: center;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(1) {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(1) .com-img03 {
    width: 46.61%;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(2) {
    position: initial;
    transform: translateY(0);
    width: 46.61%;
  }
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .img:nth-of-type(3) {
    width: 46.61%;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .img-wrap .com-img03 {
  position: relative;
  z-index: 0;
  max-width: 303px;
  margin: 0 auto;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h4 {
  margin: 0 0 25px;
  color: #51C4C9;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h4 {
    margin: 0 0 10px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h4 + p {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h4 + p {
    margin-bottom: 35px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h5 {
  margin-bottom: 15px;
  color: #51C4C9;
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .shikaku-list {
  margin-bottom: 24px;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .shikaku-list li {
  margin: 0;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .bt a {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  color: #333;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .bt a {
    padding-left: 35px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .bt a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/images/examinee/sec04_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(1) .com-box02 .col2 .txt .bt a::before {
    width: 24px;
    height: 24px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .col2 {
  margin-bottom: 35px;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 {
  margin: 0;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01:not(:last-child) {
  margin-bottom: 20px;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .inner {
  display: flex;
  padding: 16px 24px;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .inner {
    display: block;
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .inner {
    padding: 16px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .ttl {
  margin-right: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .ttl {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list {
    display: block;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li {
  margin: 0;
}
@media (max-width: 374px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li {
    font-size: 12px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li:not(:last-child) {
  margin-right: min(45px, 3.21vw);
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media (min-width: 1025px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(2) .link-area .com-box01 .link-list li .tb {
    display: none;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .img {
  width: 50.52%;
}
@media (max-width: 1024px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .img {
    width: 100%;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 {
  margin: 28px 0 0;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .inner {
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .inner {
    padding: 16px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .ttl {
  margin-bottom: 18px;
  font-size: 18px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .link-list {
  margin-bottom: 0;
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .link-list li {
  margin: 0;
}
@media (max-width: 374px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .link-list li {
    font-size: 12px;
  }
}
.examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .link-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .examinee .sec04 .hint-area .hint-list li:nth-of-type(3) .col2 .txt .com-box01 .link-list li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.examinee .sec05 h2 {
  margin: 60px 0 65px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .examinee .sec05 h2 {
    margin: 60px 0 40px;
  }
}
.examinee .sec05 .comment-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .examinee .sec05 .comment-list {
    max-width: 732px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list {
    display: block;
    max-width: 346px;
  }
}
.examinee .sec05 .comment-list li {
  position: relative;
  width: 31%;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .examinee .sec05 .comment-list li {
    width: 47.26%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li {
    width: 100%;
  }
}
.examinee .sec05 .comment-list li:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
@media (max-width: 1024px) {
  .examinee .sec05 .comment-list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .examinee .sec05 .comment-list li:not(:nth-of-type(2n)) {
    margin-right: 5.46%;
  }
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}
.examinee .sec05 .comment-list li .box {
  height: 100%;
  margin: 0;
  padding: 48px 32px;
  background: url(/images/examinee/sec05_bg01.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.examinee .sec05 .comment-list li .box .inner {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.examinee .sec05 .comment-list li .box .txt .course {
  position: relative;
  margin-bottom: 12px;
  padding-left: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li .box .txt .course {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.examinee .sec05 .comment-list li .box .txt .course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li .box .txt .course::before {
    width: 4px;
  }
}
.examinee .sec05 .comment-list li .box .txt .course.type01::before {
  background: #51C4C9;
}
.examinee .sec05 .comment-list li .box .txt .course.type02::before {
  background: #F280A6;
}
.examinee .sec05 .comment-list li .box .txt .course.type03::before {
  background: #FF9E3E;
}
.examinee .sec05 .comment-list li .box .txt .name {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li .box .txt .name {
    font-size: 18px;
  }
}
.examinee .sec05 .comment-list li .box .txt .name span {
  font-size: 16px;
  font-family: "NotoSansJP-Regular", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec05 .comment-list li .box .txt .name span {
    font-size: 14px;
  }
}
.examinee .sec05 .comment-list li .box .txt .comment {
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .examinee .sec05 .comment-list li:nth-of-type(3) .comment-box, .examinee .sec05 .comment-list li:nth-of-type(6) .comment-box {
    right: min(100px, 7.33vw);
    left: initial;
  }
}
@media (min-width: 1025px) {
  .examinee .sec05 .comment-list li:nth-of-type(3) .comment-box .inner::before, .examinee .sec05 .comment-list li:nth-of-type(6) .comment-box .inner::before {
    right: 100px;
    left: initial;
    transform: rotateY(180deg);
  }
}
.examinee .sec05 .bottom-txt {
  margin-bottom: 70px;
  font-size: clamp(16px, 2.18vw, 24px);
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .examinee .sec05 .bottom-txt {
    margin-bottom: 60px;
    font-size: clamp(12px, 3.73vw, 14px);
  }
}
.examinee .sec06 .bg02 {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .examinee .sec06 .bg02 {
    padding-bottom: 90px;
  }
}
.examinee .sec06 h2 {
  margin: 96px 0 40px;
  color: #DB4B83;
  font-size: 47px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .examinee .sec06 h2 {
    margin: 80px 0 30px;
    font-size: 24px;
  }
}
.examinee .sec06 h2 + p {
  margin-bottom: 50px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec06 h2 + p {
    margin-bottom: 30px;
  }
}
.examinee .sec06 .schedule-area .schedule:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule:not(:last-child) {
    margin-bottom: 30px;
  }
}
.examinee .sec06 .schedule-area .schedule h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  border-radius: 500px;
  font-size: 32px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3 {
    font-size: 20px;
  }
}
.examinee .sec06 .schedule-area .schedule h3::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3::before {
    top: 4px;
    left: 4px;
  }
}
.examinee .sec06 .schedule-area .schedule h3::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -34px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 66px;
  height: 39px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3::after {
    bottom: -19px;
    width: 40px;
    height: 24px;
  }
}
.examinee .sec06 .schedule-area .schedule h3 .large {
  display: inline-block;
  margin: 0 4px;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3 .large {
    font-size: 24px;
  }
}
.examinee .sec06 .schedule-area .schedule h3 .decoration {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-radius: 500px;
  background: #FFF;
  transition: 0.3s all;
}
.examinee .sec06 .schedule-area .schedule h3 .decoration::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translateY(-50%);
  width: 2px;
  height: 36px;
  background: #000;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3 .decoration::before {
    right: 35px;
    width: 2px;
    height: 20px;
  }
}
.examinee .sec06 .schedule-area .schedule h3 .decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 54px;
  transform: translateY(-50%) rotate(-90deg);
  width: 2px;
  height: 36px;
  background: #000;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule h3 .decoration::after {
    right: 35px;
    width: 2px;
    height: 20px;
  }
}
.examinee .sec06 .schedule-area .schedule h3.open::after {
  opacity: 1;
}
.examinee .sec06 .schedule-area .schedule h3.open .decoration::before {
  transform: translateY(-50%) rotate(-90deg);
}
.examinee .sec06 .schedule-area .schedule h3.open .decoration::after {
  opacity: 0;
}
.examinee .sec06 .schedule-area .schedule .schedule-box {
  position: relative;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box {
    margin-top: -30px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box::before {
    top: 4px;
    left: 4px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box.disnon {
  display: none;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .inner {
  position: relative;
  z-index: 1;
  padding: 100px 42px 0;
  border-radius: 16px;
  background: #FFF;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .inner {
    padding: 48px 16px 0;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list {
  position: relative;
  padding-bottom: 78px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list {
    padding-bottom: 60px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 47.5px;
  width: 2px;
  height: calc(100% - 30px);
  background: #DB4B83;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list::before {
    left: 36.5px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 38.5px;
  width: 20px;
  height: 20px;
  background: url(/images/examinee/sec06_arrow04.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list::after {
    left: 27.5px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl {
  position: relative;
  display: flex;
  align-items: baseline;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl:not(:last-child) {
    margin-bottom: 25px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dt {
  position: relative;
  width: 32px;
  margin-right: 33px;
  color: #DB4B83;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dt {
    width: 25px;
    margin-right: 25px;
    font-size: 14px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16.5px;
  transform: translate(50%, -50%);
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #DB4B83;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dt::before {
    right: -12.5px;
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl .letter-3 {
    width: calc(32px + 1em);
    margin-left: -1em;
  }
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl .letter-3::before {
    top: 0.25em;
    transform: translate(50%, 0);
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd {
  width: calc(100% - 65px);
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd {
    width: calc(100% - 50px);
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .ttl {
  margin-bottom: 12px;
  color: #DB4B83;
  font-size: 22px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .ttl {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .txt {
    font-size: 13px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .sns-list {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .sns-list li {
    max-width: 34px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .sns-list li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .sns-list li:not(:last-child) {
    margin-right: 15px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box {
  max-width: 675px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box {
    max-width: 299px;
  }
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box::before {
    top: 6px;
    left: 6px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #000;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .inner {
    display: block;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box figure img {
  border-radius: 0;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt {
  max-width: 298px;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 1024px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt {
    padding: 16px 24px 32px;
  }
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt {
    padding: 16px 16px 24px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p {
  margin-bottom: 12px;
  font-size: 22px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p.opencampus {
  color: #DB4B83;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p.document {
  color: #1E8C8C;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p.juken {
  color: #CC76BC;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p.entry {
  color: #D6AF4D;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt p.boshu {
  color: #4CAED8;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt {
  text-align: center;
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt .com-bt {
  min-width: 244px;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt .com-bt {
    min-width: 190px;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt .com-bt {
    min-width: 160px;
  }
}
.examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt .com-bt span {
  line-height: 56px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule .schedule-box .schedule-list dl dd .opencampus-box .txt .bt .com-bt span {
    line-height: 46px;
  }
}
.examinee .sec06 .schedule-area .schedule.type01 h3 {
  color: #F280A6;
}
.examinee .sec06 .schedule-area .schedule.type01 h3::before {
  background: #F280A6;
}
.examinee .sec06 .schedule-area .schedule.type01 h3::after {
  background: url(/images/examinee/sec06_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
.examinee .sec06 .schedule-area .schedule.type01 h3.open {
  color: #FFF;
}
.examinee .sec06 .schedule-area .schedule.type01 h3.open::before {
  background: #B5B5B6;
}
.examinee .sec06 .schedule-area .schedule.type01 h3.open .decoration {
  background: #F280A6;
}
.examinee .sec06 .schedule-area .schedule.type01 .schedule-box::before {
  background: #F280A6;
}
.examinee .sec06 .schedule-area .schedule.type02 h3 {
  color: #76CECE;
}
.examinee .sec06 .schedule-area .schedule.type02 h3::before {
  background: #76CECE;
}
.examinee .sec06 .schedule-area .schedule.type02 h3::after {
  background: url(/images/examinee/sec06_arrow02.svg) no-repeat;
  background-size: 100% auto;
}
.examinee .sec06 .schedule-area .schedule.type02 h3.open {
  color: #FFF;
}
.examinee .sec06 .schedule-area .schedule.type02 h3.open::before {
  background: #B5B5B6;
}
.examinee .sec06 .schedule-area .schedule.type02 h3.open .decoration {
  background: #76CECE;
}
.examinee .sec06 .schedule-area .schedule.type02 .schedule-box::before {
  background: #76CECE;
}
.examinee .sec06 .schedule-area .schedule.type03 h3 {
  color: #CC76BC;
}
.examinee .sec06 .schedule-area .schedule.type03 h3::before {
  background: #CC76BC;
}
.examinee .sec06 .schedule-area .schedule.type03 h3::after {
  background: url(/images/examinee/sec06_arrow03.svg) no-repeat;
  background-size: 100% auto;
}
.examinee .sec06 .schedule-area .schedule.type03 h3.open {
  color: #FFF;
}
.examinee .sec06 .schedule-area .schedule.type03 h3.open::before {
  background: #B5B5B6;
}
.examinee .sec06 .schedule-area .schedule.type03 h3.open .decoration {
  background: #CC76BC;
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box::before {
  background: #CC76BC;
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list {
  padding-bottom: 40px;
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list::before {
  height: calc(100% - 85px);
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list::after {
  content: none;
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list dl:nth-of-type(4) dd .txt {
  margin-bottom: 0;
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list dl:nth-of-type(5) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list dl:nth-of-type(5) {
    margin-bottom: 20px;
  }
}
.examinee .sec06 .schedule-area .schedule.type03 .schedule-box .schedule-list dl:nth-of-type(5) dd .ttl {
  margin-bottom: 0;
}
.examinee .sec-link {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .examinee .sec-link {
    margin-top: 50px;
  }
}
.examinee .sec-link .bn-area .txt-wrap {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .txt-wrap {
    margin-bottom: 50px;
  }
}
.examinee .sec-link .bn-area .txt-wrap p {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 min(100px, 9.76vw);
  font-size: 18px;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .txt-wrap p {
    padding: 0;
    font-size: 14px;
  }
}
.examinee .sec-link .bn-area .txt-wrap p span {
  position: relative;
  display: block;
  margin-top: 25px;
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 1024px) {
  .examinee .sec-link .bn-area .txt-wrap p span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .txt-wrap p span {
    margin-top: 8px;
    font-size: 20px;
  }
}
.examinee .sec-link .bn-area .txt-wrap p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -108px;
  width: 37px;
  height: 76px;
  background: url(/images/examinee/link_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .txt-wrap p span::before {
    left: max(-25px, -6.68vw);
    bottom: -13px;
    width: 30px;
    height: 62px;
  }
}
.examinee .sec-link .bn-area .txt-wrap p span::after {
  content: "";
  position: absolute;
  right: -108px;
  bottom: 0;
  width: 47px;
  height: 83px;
  background: url(/images/examinee/link_ic02.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .txt-wrap p span::after {
    right: max(-25px, -6.68vw);
    bottom: -13px;
    width: 40px;
    height: 71px;
  }
}
.examinee .sec-link .bn-area .list-bn {
  display: flex;
  justify-content: space-between;
  max-width: 1679px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .list-bn {
    display: block;
    margin-top: 40px;
  }
}
.examinee .sec-link .bn-area .list-bn li {
  width: 48.83%;
}
@media (max-width: 767px) {
  .examinee .sec-link .bn-area .list-bn li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
/*# sourceMappingURL=examinee.css.map */