@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@font-face {
  font-family: Emporia-Roman;
  src: url(../font/EmporiaRoman.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Barlow", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif !important;
}

.font-mincho * {
  font-family: "Hina Mincho", serif !important;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

a.dltext-blue {
  background: url(/wordpress/wp-content/themes/jstqb/assets/img/down_icon02.png) no-repeat right center/auto 1em;
  padding: 0 1.5em 0 0;
}

a.dltext-yellow {
  background: url(/wordpress/wp-content/themes/jstqb/assets/img/down_icon_yellow.png) no-repeat right center/auto 1em;
  padding: 0 1.5em 0 0;
}

a.link-blank-text-blue {
  background: url(/wordpress/wp-content/themes/jstqb/assets/img/mrk_blank.svg) no-repeat right center/auto 0.7em;
  padding: 0 1em 0 0.5em;
}

a.link-text-blue {
  background: url(/wordpress/wp-content/themes/jstqb/assets/img/mrk_link.png) no-repeat right center/auto 1em;
  padding: 0 1.5em 0 0;
}

 a.undline{
  text-decoration: underline;
}

a.t-bold{
  font-weight: bold;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}

.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}

.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}

.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}

.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}

.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}

.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}

.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  padding: 40rem 60rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.fixed {
  position: fixed;
  animation: 0.3s fadeIn forwards;
  background: white;
}

header .logo {
  width: 272rem;
  display: flex;
}

header nav {
  display: flex;
  align-items: center;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  margin: 0 15rem;
}

header nav ul li a span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16.3rem;
  line-height: 42rem;
  text-align: center;
  color: #000;
}

header nav ul li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14.8rem;
  line-height: 42rem;
  text-align: center;
  color: #000;
  position: relative;
  transition: 0.3s;
}

header nav ul li a:hover {
  color: #0031a0;
}

header nav ul li a:hover span {
  color: #0031a0;
}

header nav ul li a:hover:after {
  opacity: 1;
}

header nav ul li a:after {
  content: "";
  width: 8rem;
  height: 8rem;
  background: #0031a0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -10rem;
  transition: 0.3s;
  opacity: 0;
}

header nav .x__btn {
  width: 40rem;
  margin-left: 20rem;
  display: flex;
}

header nav .contact__btn {
  width: 170rem;
  height: 60rem;
  margin-left: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  background: #d50000;
  border: 2rem solid #d50000;
  transition: 0.3s;
}

header nav .contact__btn:hover {
  background: white;
}

header nav .contact__btn:hover span {
  color: #d50000;
}

header nav .contact__btn span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.frontview {
  width: 89.5833333333%;
  margin: auto;
  margin-top: 270rem;
  height: 745rem;
  border-radius: 20rem;
  background: url(../img/mv_bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.frontview .label__content {
  width: 910rem;
}

.frontview .label__content .p__lbl {
  width: 100%;
  height: 96rem;
  border-radius: 48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0031a0;
}

.frontview .label__content .p__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 54rem;
  margin-right: 10rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.frontview .label__content .p__lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 46rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.frontview .label__content .p__txt {
  font-weight: 500;
  font-size: 28rem;
  letter-spacing: 0.4em;
  line-height: 1.2;
  margin-top: 30rem;
  text-align: center;
  color: #000;
}



.frontview .label__content .link__btn {
  margin: auto;
  margin-top: 40rem;
}

.frontview .exp__flow {
  width: 1516rem;
  height: auto;
  padding: 20rem 0;
  margin-top: 40rem;
  border-radius: 20rem;
  background: #fff;
  position: relative;
}

.frontview .exp__flow .chara {
  width: 260rem;
  display: flex;
  position: absolute;
  right: 25rem;
  top: -190rem;
}

.frontview .exp__flow .e__lbl {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.6em;
  line-height: 1;
  text-align: center;
  color: #000;
}

.frontview .exp__flow .flow__items {
  margin-top: 45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frontview .exp__flow .flow__items .arrow {
  width: 12rem;
  margin: 0 56rem 0 30rem;
  display: flex;
}

.frontview .exp__flow .flow__items .f__item {
  width: 260rem;
  height: 180rem;
  padding-top: 10rem;
  background: url(../img/flow_bg.png);
  background-size: cover;
  position: relative;
}

.frontview .exp__flow .flow__items .f__item .icon {
  width: 98rem;
  display: flex;
  position: absolute;
  top: -30rem;
  left: -28rem;
}

.frontview .exp__flow .flow__items .f__item .num {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 56rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.frontview .exp__flow .flow__items .f__item .lbl {
  font-weight: bold;
  font-size: 21rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}

.link__btn {
  width: 410rem;
  height: 90rem;
  border-radius: 45rem;
  background: #fff;
  border: 2rem solid #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.link__btn:hover {
  background: #0031a0;
}

.link__btn:hover .lbl {
  color: white;
}

.link__btn:hover .arrow svg #Path_6 {
  fill: white;
}

.link__btn:hover .arrow svg #Path_5 {
  stroke: #0031a0;
}

.link__btn.full {
  width: 540rem;
  height: 120rem;
  border-radius: 60rem;
  background: #3069ea;
  border: 0;
}

.link__btn.full .lbls .lbl {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 32rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.link__btn.full .lbls .line {
  width: 268rem;
  height: 1rem;
  margin: 5rem 0;
  background: #fff;
}

.link__btn.full .lbls .txt span {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 16rem;
  margin-right: 7rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.link__btn.full .lbls .txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.link__btn .lbl {
  font-weight: 500;
  font-size: 21rem;
  line-height: 1.4;
  text-align: center;
  color: #0031a0;
  transition: 0.3s;
}

.link__btn .arrow {
  width: 26rem;
  height: 26rem;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  position: absolute;
  right: 32rem;
  top: 50%;
  transform: translateY(-50%);
}

.link__btn .arrow svg {
  width: 100%;
  height: 100%;
}

.link__btn .arrow svg path {
  transition: 0.3s;
}

.section-title .icon {
  width: 150rem;
  margin: auto;
  display: flex;
}

.section-title h2 {
  font-weight: bold;
  font-size: 60rem;
  line-height: 1.5;
  margin-top: 5rem;
  text-align: center;
  color: #000;
  position: relative;
}

.section-title h2 span.small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 28rem;
  line-height: 1;
  display: block;
}

.section-title h2 span.small span {
  font-weight: normal;
  font-size: 34rem;
  line-height: 1;
}

.section-title h2 span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 68rem;
  line-height: 96rem;
  text-align: center;
  color: #000;
}

.section-title h2 span.c01 {
  font-size: 54rem;
}

.section-title h2:after {
  content: "";
  width: 100rem;
  height: 10rem;
  border-radius: 5rem;
  background: #0031a0;
  position: absolute;
  left: 50%;
  bottom: -30rem;
  transform: translate(-50%);
}

.et__txt {
  font-family: "Barlow", sans-serif;
  font-size: 1.1em;
}

.section-title .cap__txt {
  font-weight: bold;
  font-size: 32rem;
  line-height: 60rem;
  margin-top: 100rem;
  text-align: center;
  color: #0031a0;
}
.section-title .cap__txt span {
  font-family: "Barlow", sans-serif;
  font-size: 35rem;
}

.section-title .cap__txt_atention {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 80rem;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80rem;
}

.section-auth {
  margin-top: 64rem;
  padding: 150rem 0;
}

.section-auth .auth__content {
  margin-top: 60rem;
}

.section-auth .auth__content .auth__slider {
  display: flex;
  justify-content: center;
  position: relative;
}

.section-auth .auth__content .auth__slider .swiper-button-prev {
  width: 60rem;
  height: 60rem;
  background: url(../img/arrow_l.png);
  background-size: 100%;
  position: absolute;
  left: 28%;
  color: transparent;
}

.section-auth .auth__content .auth__slider .swiper-button-next {
  width: 60rem;
  height: 60rem;
  background: url(../img/arrow_r.png);
  background-size: 100%;
  position: absolute;
  right: 28%;
  color: transparent;
}

.section-auth .auth__content .auth__slider .c__item {
  width: 30%;
  display: flex;
}

.section-auth .auth__content .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 40rem;
}

.section-auth .auth__content .swiper-pagination .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  margin: 0 15rem;
  background: #fff;
  border: 2rem solid #ccc;
  opacity: 1;
  position: relative;
}

.section-auth .auth__content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #0031a0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-guide {
  padding: 150rem 0;
  background: #f4f4f4;
}

.section-guide .down_pan {
  width: 540rem;
  height: auto;
  margin: auto;
  margin-top: 110rem;
  padding: 90rem 40rem 40rem;
  border-radius: 0rem 0rem 40rem 40rem;
  position: relative;
}
.section-guide .down_pan.pad {
  background: #fff;
}

.section-guide .down_pan .link__btn {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-guide .down_pan .link__btn.open .arrow {
  transform: translateY(-50%) rotate(0);
}
.section-guide .down_pan .link__btn .arrow {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

.section-guide .down_pan .p__terms {
  display: none;
}

.section-guide .down_pan .p__terms .p__term {
  margin-bottom: 12rem;
}

.section-guide .down_pan .p__terms .p__term .k__lbl {
  width: 100%;
  height: auto;
  border-radius: 15rem;
  background: #fff;
  border: 1px solid #234B99;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 24rem;
  padding: 2rem 0;
  margin-bottom: 20rem;
  text-align: center;
  color: #234B99;
}

.section-guide .down_pan .p__terms .p__term ul .p__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 0;
  border-bottom: 2rem solid #e0e0e0;
}

.section-guide .down_pan .p__terms .p__term ul .p__content:last-child {
  border-bottom: 0;
}

.section-guide .down_pan .p__terms .p__term ul .p__content .c__lbl {
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.section-guide .down_pan .p__terms .p__term ul .p__content .down__icon {
  width: 40rem;
  display: flex;
}

.section-guide .down_pan .p__terms .p__term ul .p__content .down__icon svg {
  width: 100%;
  height: 100%;
}

.section-guide .down_pan .p__terms .p__term ul .p__content .sp__coverlink {
  display: none;
}

.section-guide .down__items {
  max-width: 1710rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  padding-top: 110rem;
  border-top: 2rem solid #b7b7b7;
  display: flex;
  justify-content: left;
}

.section-guide .down__items .d__item {
  width: 31%;
  margin: 0 1.3%;
  border-radius: 0rem 0rem 40rem 40rem;
  padding: 70rem 40rem 20rem;
  position: relative;
}
.section-guide .down__items .d__item.pad {
  background: #fff;
}
.section-guide .down__items .d__item .p__content {
  display: none;
}

.section-guide .down__items .d__item:nth-child(2) .link__btn.full {
  background: #207C86;
}

.section-guide .down__items .d__item:nth-child(3) .link__btn.full {
  background: #a00044;
}

.section-guide .down__items .d__item .link__btn.full {
  width: 100%;
  position: absolute;
  background: #038EC5;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-guide .down__items .d__item .link__btn.full:hover .arrow svg #Path_5 {
  stroke: revert-layer;
}
.section-guide .down__items .d__item .link__btn.full.open .arrow {
  transform: translateY(-50%) rotate(0);
}
.section-guide .down__items .d__item .link__btn.full .arrow {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.section-guide .down__items .d__item .link__btn.full .arrow svg path {
  pointer-events: none;
}

.section-guide .down__items .d__item .k__lbl {
  width: 100%;
  height: auto;
  border-radius: 15rem;
  background: #fff;
  border: 1px solid #234B99;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 24rem;
  padding: 2rem 0;
  margin-top: 20rem;
  text-align: center;
  color: #234B99;
}

.section-guide .down__items .d__item .k__lbl.c01 {
  color: #234B99;
  border-color: #234B99;
}

.section-guide .down__items .d__item .k__lbl.c02 {
  color: #234B99;
  border-color: #3069ea;
}

.section-guide .down__items .d__item ul:last-child li:last-child {
  border-bottom: 0;
}

.section-guide .down__items .d__item ul li {
  padding: 20rem 0;
  border-bottom: 2rem solid #e0e0e0;
}

.section-guide .down__items .d__item ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-guide .down__items .d__item ul li .item .lbl {
  width: 89%;
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.section-guide .down__items .d__item ul li .item .icon {
  width: 40rem;
  display: flex;
}

.section-guide .down__items .d__item ul li .item .sp__coverlink {
  display: none;
}

.section-guide .link__btn.pt {
  width: 544rem;
  height: 116rem;
  border-radius: 58rem;
  margin: auto;
  margin-top: 50rem;
}

.section-study {
  padding: 150rem 0;
}

.section-study .st__items {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  flex-wrap: wrap;
}

.section-study .st__items .s__item {
  width: 33.3333333333%;
  padding: 15rem;
}

.section-study .st__items .s__item .s__inner {
  border-radius: 40rem;
  padding: 25rem 25rem 40rem;
  background: #fff;
}
.section-study .st__items .s__item .s__inner .link__btn {
  width: 360rem;
  height: 80rem;
  margin: auto;
  margin-top: 20rem;
}

.section-study .st__items .s__item .s__lbl {
  width: 100%;
  height: 60rem;
  border-radius: 30rem;
  background: #fff;
  border: 3rem solid #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-study .st__items .s__item .s__lbl.c01 {
  background: #0031a0;
}

.section-study .st__items .s__item .s__lbl.c01 span {
  color: white;
}

.section-study .st__items .s__item .s__lbl span {
  font-weight: bold;
  font-size: 28rem;
  line-height: 32rem;
  text-align: center;
  color: #0031a0;
}

.section-study .st__items .s__item .p__lbl {
  width: 300rem;
  height: 30rem;
  margin: auto;
  margin-top: 30rem;
  border-radius: 15rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #043B65;
}

.section-study .st__items .s__item .p__lbl.c01 {
  border-color: #038EC5;
}

.section-study .st__items .s__item .p__lbl.c01 span {
  color: #038EC5;
}

.section-study .st__items .s__item .p__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 24rem;
  text-align: center;
}

.section-study .st__items .s__item h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  margin-top: 22rem;
  text-align: left;
  color: #0031a0;
}

.section-study .st__items .c__lbl {
  padding: 5rem 20rem;
  border-radius: 5rem;
  margin-top: 20rem;
  background: #0031a0;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 19rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.section-study .st__items .c__txt {
  font-weight: normal;
  font-size: 18rem;
  line-height: 24rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}

.section-study .link__btn.pt {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 50rem;
  border-radius: 58rem;
  background: #0031a0;
}

.section-study .link__btn.pt:hover {
  background: white;
}

.section-study .link__btn.pt:hover .lbl {
  color: #0031a0;
}

.section-study .link__btn.pt:hover .arrow svg #Path_6 {
  fill: #0031a0;
}

.section-study .link__btn.pt:hover .arrow svg #Path_5 {
  stroke: #fff;
}

.section-study .link__btn.pt .lbl {
  color: white;
}

.section-partnership {
  padding: 150rem 0;
  background: #f4f4f4;
}

.section-partnership .partner__content {
  margin: 60rem 0;
}

.section-partnership .partner__content .part__slider {
  display: flex;
}

.section-partnership .partner__content .part__slider .c__item {
  width: 15%;
  display: flex;
}

.section-partnership .partner__content .slider__controls {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  display: flex;
  margin-top: 50rem;
  justify-content: right;
}

.section-partnership .partner__content .slider__controls .swiper-button-prev {
  width: 90rem;
  height: 26rem;
  background: url(../img/arrow_pl.png);
  background-size: 100%;
  color: transparent;
  margin-right: 50rem;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.section-partnership .partner__content .slider__controls .swiper-button-next {
  width: 90rem;
  height: 26rem;
  background: url(../img/arrow_pr.png);
  background-size: 100%;
  color: transparent;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.section-partnership .link__btn.pt {
  width: 544rem;
  height: 116rem;
  margin: auto;
  border-radius: 58rem;
}

.section-event {
  padding: 150rem 0;
  position: relative;
}

.section-event .event__gap {
  max-width: 1500rem;
  width: 95%;
  display: flex;
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translate(-50%);
}

.section-event .link__btn.pt {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 50rem;
  border-radius: 58rem;
  background: #0031a0;
}

.section-event .link__btn.pt:hover {
  background: white;
}

.section-event .link__btn.pt:hover .lbl {
  color: #0031a0;
}

.section-event .link__btn.pt:hover .arrow svg #Path_6 {
  fill: #0031a0;
}

.section-event .link__btn.pt:hover .arrow svg #Path_5 {
  stroke: #fff;
}

.section-event .link__btn.pt .lbl {
  color: white;
}

.section-news {
  padding: 150rem 0;
  background: #f4f4f4;
}

.section-news .cat__items {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
}

.section-news .cat__items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section-news .cat__items ul li {
  width: 25%;
  padding: 15rem;
}

.section-news .cat__items ul li.active a {
  background: #0031a0;
}

.section-news .cat__items ul li.active a span {
  color: white;
}

.section-news .cat__items ul li a {
  width: 100%;
  height: 80rem;
  border-radius: 40rem;
  background: #fff;
  border: 3rem solid #e1e9ea;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.section-news .cat__items ul li a:hover {
  background: #0031a0;
}

.section-news .cat__items ul li a:hover span {
  color: white;
}

.section-news .cat__items ul li a span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 28rem;
  line-height: 51rem;
  text-align: center;
  color: #e1e9ea;
}

.section-news .cat__items ul li a span.c01 {
  font-family: "Noto Sans JP";
}

.section-news .news__content {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
}

.section-news .news__content .news__slider {
  display: flex;
}

.section-news .news__content .news__slider .c__item {
  width: 370rem;
  height: auto;
  padding: 40rem 30rem;
  border-radius: 40rem;
  background: #fff;
}

.section-news .news__content .news__slider .c__item .c__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 60rem;
  position: relative;
}

.section-news .news__content .news__slider .c__item .cat__icon {
  width: 90rem;
  height: 40rem;
  display: flex;
}

.section-news .news__content .news__slider .c__item .cat__icon.c01 {
  width: 60rem;
}

.section-news .news__content .news__slider .c__item .info {
  margin-top: 30rem;
  display: flex;
  align-items: center;
}

.section-news .news__content .news__slider .c__item .info .cat {
  width: auto;
  height: auto;
  padding: 5rem 15rem;
  border-radius: 10rem;
  background: #fff;
  border: 1px solid #234B99;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 1.3;
  text-align: left;
  color: #234B99;
  display: inline-block;
}

.section-news .news__content .news__slider .c__item .info .cat.topics {
  border-color: #3069ea;
  color: #3069ea;
}

.section-news .news__content .news__slider .c__item .info .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  line-height: 1;
  margin-left: 20rem;
  text-align: left;
  color: #000;
}

.section-news .news__content .news__slider .c__item h3 {
  font-weight: bold;
  font-size: 18rem;
  line-height: 24rem;
  margin-top: 18rem;
  text-align: left;
  color: #0031a0;
}

.section-news .news__content .news__slider .c__item p {
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 12rem;
  text-align: left;
  color: #000;
}

.section-news .news__content .news__slider .c__item .link__btn {
  width: 100%;
  height: 60rem;
  background: #fff;
  border: 2rem solid #0031a0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-news .news__content .news__slider .c__item .link__btn:hover {
  background: #0031a0;
}

.section-news .news__content .news__slider .c__item .link__btn:hover .lbl {
  color: white;
}

.section-news .news__content .news__slider .c__item .link__btn .arrow {
  right: 15rem;
}

.section-news .news__content .news__slider .c__item .new {
  width: 76rem;
  height: 30rem;
  border-radius: 10rem;
  background: #d50000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.section-news .news__content .slider__controls {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  display: flex;
  margin-top: 50rem;
  justify-content: right;
}

.section-news .news__content .slider__controls .swiper-button-prev {
  width: 90rem;
  height: 26rem;
  background: url(../img/arrow_pl.png);
  background-size: 100%;
  color: transparent;
  margin-right: 50rem;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.section-news .news__content .slider__controls .swiper-button-next {
  width: 90rem;
  height: 26rem;
  background: url(../img/arrow_pr.png);
  background-size: 100%;
  color: transparent;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.section-news .link__btn {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 60rem;
  border-radius: 58rem;
  background: #fff;
  border: 2rem solid #0031a0;
}

.section-news .link__btn:hover {
  background: #0031a0;
}

.section-sns {
  padding: 100rem 0;
}

.section-sns.relative {
  background: #f4f4f4;
}

.section-sns.relative .sns__items .s__item {
  background: url(../img/aster_bg.png);
  background-size: cover;
}

.section-sns.relative .sns__items .s__item:last-child {
  background: url(../img/istob_bg.png);
  background-size: cover;
}

.section-sns.relative .sns__items .s__item:last-child .icon {
  width: 176rem;
  top: 18rem;
}

.section-sns.relative .sns__items .s__item .icon {
  width: 200rem;
  top: 50rem;
}

.section-sns.relative .sns__items .s__item .detail__link .lbl {
  color: black;
}

.section-sns .sns__items {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}

.section-sns .sns__items .s__item {
  width: 580rem;
  height: 200rem;
  background: url(../img/x_bg.png);
  background-size: cover;
  position: relative;
  margin: 0 25rem;
}

.section-sns .sns__items .s__item:last-child {
  background: url(../img/youtube_bg.png);
  background-size: cover;
}

.section-sns .sns__items .s__item:last-child .icon {
  width: 160rem;
  top: 49rem;
}

.section-sns .sns__items .s__item .icon {
  width: 48rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 40rem;
  transform: translate(-50%);
}

.section-sns .sns__items .s__item .detail__link {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 40rem;
  transform: translate(-50%);
}

.section-sns .sns__items .s__item .detail__link .lbl {
  font-weight: 500;
  font-size: 21rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.section-sns .sns__items .s__item .detail__link .arrow {
  width: 26rem;
  margin-left: 20rem;
  display: flex;
}

.section-sns .sns__items .s__item .detail__link .arrow svg {
  width: 100%;
  height: 100%;
}

.section-JSTQb {
  padding: 150rem 0;
}

.section-JSTQb .content__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
}

.section-JSTQb .content__inner .content__text {
  width: 100%;
  padding: 120rem 170rem;
  margin-top: 100rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.section-JSTQb .content__inner .content__text .c__txt {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.section-JSTQb .content__inner .content__text .info {
  font-weight: 500;
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 60rem;
  text-align: right;
  color: #000;
}

.section-JSTQb .content__inner .note__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}

footer {
  width: 100%;
  height: auto;
  padding: 10rem 0 37rem;
  background: url(../img/footer_bg.png);
  background-size: cover;
  position: relative;
}

footer:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00267E;
  opacity: 0.83;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

footer .content__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

footer .content__inner .chara {
  width: 180rem;
  display: flex;
  position: absolute;
  right: 10rem;
  top: 0;
}

footer .content__inner .footer__info .f__logo {
  width: 372rem;
  display: flex;
}

footer .content__inner .footer__info .f__catch {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.8em;
  line-height: 67rem;
  margin-top: 160rem;
  text-align: left;
  color: #fff;
}

footer .content__inner .footer__info .copyright {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 16rem;
  line-height: 1;
  margin-top: 160rem;
  text-align: left;
  color: #fff;
}

footer .content__inner .footer__menu {
  width: 430rem;
  margin-top: 200rem;
}

footer .content__inner .footer__menu .contact__info {
  margin-bottom: 20rem;
  display: flex;
  justify-content: right;
  align-items: center;
}

footer .content__inner .footer__menu .contact__info .x__link {
  width: 40rem;
  margin-right: 40rem;
  display: flex;
}

footer .content__inner .footer__menu .contact__info .contact__btn {
  width: 170rem;
  height: 60rem;
  border-radius: 30rem;
  background: #fff;
  border: 2rem solid #d50000;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .content__inner .footer__menu .contact__info .contact__btn span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 36rem;
  text-align: center;
  color: #d50000;
}

footer .content__inner .footer__menu .c__menu {
  margin-bottom: 15rem;
  display: flex;
  justify-content: right;
}

footer .content__inner .footer__menu .c__menu li {
  margin-left: 30rem;
}

footer .content__inner .footer__menu .c__menu li:first-child {
  margin-left: 0;
}

footer .content__inner .footer__menu .c__menu li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

footer .content__inner .footer__menu .c__menu li a span {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
}

footer .content__inner .footer__menu .c__link {
  width: 100%;
  height: 30rem;
  margin-bottom: 20rem;
  border-radius: 15rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .content__inner .footer__menu .c__link span {
  font-weight: 500;
  font-size: 16rem;
  line-height: 1;
  text-align: center;
  color: #0031a0;
}

footer .content__inner .footer__menu .n__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14rem;
  line-height: 1.5;
  margin-top: 8rem;
  text-align: center;
  color: #fff;
}

.bottom__link {
  padding: 32rem 0;
  text-align: center;
}

.bottom__link .b__lbl {
  width: 250rem;
  display: inline-block;
  font-weight: bold;
  font-size: 21rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
  border-bottom: 2rem solid #0031a0;
}

.bottom__link .gap__txt {
  margin-top: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom__link .gap__txt .nop {
  font-weight: normal;
  font-size: 16rem;
  line-height: 42rem;
  margin-right: 50rem;
  text-align: center;
  color: #000;
}

.bottom__link .gap__txt .pop {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 18rem;
  line-height: 42rem;
  text-align: center;
  color: #000;
}

.subfrontview {
  max-width: 1720rem;
  width: 95%;
  height: 399rem;
  margin: auto;
  margin-top: 240rem;
  margin-bottom: 120rem;
  padding-left: 100rem;
  border-radius: 30rem;
  overflow: hidden;
  background: url(../img/sub_bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
}

.subfrontview .title__part {
  display: flex;
  align-items: center;
}

.subfrontview .title__part .content__text {
  text-align: center;
}

.subfrontview .title__part .content__text .t__lbl {
  min-width: 612rem;
  font-weight: 900;
  font-size: 74rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 15rem;
  text-align: center;
  color: #0031a0;
  border-bottom: 1px solid #0031a0;
  position: relative;
}

.subfrontview .title__part .content__text .t__lbl .gap {
  width: 280rem;
  height: 30rem;
  border-radius: 15rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 185rem;
  top: -35rem;
}

.subfrontview .title__part .content__text .t__lbl span.small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48rem;
  display: block;
  margin-bottom: 10rem;
}

.subfrontview .title__part .content__text .t__lbl span.small span {
  font-size: 60rem;
}

.subfrontview .title__part .content__text .t__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 86rem;
  margin-right: 5rem;
  letter-spacing: 0;
  line-height: 1;
  color: #0031a0;
}

.subfrontview .title__part .content__text .gap__txt {
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 32rem;
  margin-top: 15rem;
  text-align: center;
  color: #0031a0;
}

.subfrontview .title__part .t__icon {
  width: 178rem;
  display: flex;
}

.about__wrapper .concept__content {
  padding: 150rem 0;
  background: #f4f4f4;
}

.about__wrapper .concept__content .content__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
}

.about__wrapper .concept__content .content__inner .d__txt {
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.about__wrapper .concept__content .content__inner .content__items {
  width: 80%;
  margin: 150rem auto 50rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about__wrapper .concept__content .content__inner .content__items .c__item {
  width: 48%;
  height: auto;
  padding: 95rem 0 37rem;
  border-radius: 0rem 0rem 50rem 50rem;
  background: #fff;
  position: relative;
  margin-bottom: 97rem;
}

.about__wrapper .concept__content .content__inner .content__items .c__item .c__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full {
  width: 100%;
  height: 120rem;
  border-radius: 60rem;
  background: #0031a0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full .lbls .lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full .lbls .txt span {
  font-weight: normal;
  font-size: 21rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.about__wrapper .operator__content {
  padding: 150rem 0;
}

.about__wrapper .operator__content:nth-child(2n) {
  background: #f4f4f4;
}

.about__wrapper .operator__content .content__inner {
  max-width: 1660rem;
  width: 95%;
  height: auto;
  margin: auto;
  border-radius: 40rem;
  padding: 40rem 90rem;
  background: #fff;
  margin-top: 100rem;
}

.about__wrapper .operator__content .content__inner.c01 {
  margin-top: 45rem;
}

.about__wrapper .operator__content .content__inner .cat__lbl {
  font-weight: bold;
  font-size: 34rem;
  line-height: 51rem;
  padding-bottom: 5rem;
  text-align: left;
  color: #0031a0;
  border-bottom: 1px solid #0031a0;
}

.about__wrapper .operator__content .content__inner .cat__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 40rem;
  line-height: 51rem;
  text-align: left;
  color: #0031a0;
}

.about__wrapper .operator__content .content__inner .content__items {
  width: 100%;
  margin-top: 0;
}

.about__wrapper .operator__content .content__items {
  max-width: 1500rem;
  width: 95%;
  margin: auto;
  margin-top: 120rem;
  display: flex;
  flex-wrap: wrap;
}

.about__wrapper .operator__content .content__items .c__item {
  width: 33.3333333333%;
  padding: 15rem;
}

.about__wrapper .operator__content .content__items .c__item .c__lbl {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  padding-left: 40rem;
  text-align: left;
  color: #000;
}

.about__wrapper .operator__content .content__items .c__item .c__inner {
  width: 100%;
  min-height: 60rem;
  height: auto;
  padding: 0 40rem;
  border-radius: 30rem;
  margin-top: 3rem;
  background: #fff;
  border: 1px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__wrapper .operator__content .content__items .c__item .c__inner .name {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  text-align: left;
  color: #0031a0;
}

.about__wrapper .operator__content .content__items .c__item .c__inner .en__name {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 21rem;
  letter-spacing: 0.02em;
  line-height: 64rem;
  text-align: right;
  color: #a0a0a0;
}

.about__wrapper .operator__content .frame__text {
  max-width: 1500rem;
  width: 95%;
  margin: auto;
  padding-left: 15rem;
  margin-top: 70rem;
}

.about__wrapper .concept__content .content__inner .f__text {
  width: 670rem;
  font-family: "Noto Sans JP";
  line-height: 30rem;
  font-size: 0.8em;
  text-align: left;
  color: #000;
  border-radius: 20rem;
  margin-top: 10rem;
}

.about__wrapper .concept__content .content__inner .f__text span.c01 {
  color: #0031a0;
  display: block;
}

.about__wrapper .istqb__bar {
  max-width: 1660rem;
  width: 60%;
  height: auto;
  margin: 100rem auto;
  padding: 40rem 80rem;
  border-radius: 40rem;
}

.about__wrapper .istqb__bar .q__lbl {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 60rem;
  line-height: 51rem;
  text-align: left;
  width: 340rem;
  margin: auto auto 30rem auto;
  border: 1px solid #CF0006;
  border-radius: 30rem;
  padding: 24rem;
}

.about__wrapper .istqb__bar .q__txt {
  font-family: "Noto Sans JP";
  font-size: 20rem;
  line-height: 30rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.about__wrapper .istqb__bar .q__txt a {
  text-decoration: underline;
  transition: all ease 300ms 0s;
  color: #0031a0;
}

.about__wrapper .istqb__bar .q__txt a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.about__wrapper .istqb__bar .q__txt span {
  font-family: "Barlow", sans-serif;
  font-size: 22rem;
  line-height: 30rem;
  text-align: left;
}

.news__wrapper {
  padding: 150rem 0;
  background: #f4f4f4;
}

.news__wrapper .cat__items {
  max-width: 1560rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news__wrapper .cat__items li {
  width: 16.6666666667%;
  padding: 0 5rem;
  margin-bottom: 20rem;
}

.news__wrapper .cat__items li.active a {
  background: #0031a0;
  border: 3rem solid #0031a0;
  color: white;
}

.news__wrapper .cat__items li a {
  width: 100%;
  height: 60rem;
  border-radius: 30rem;
  background: #fff;
  border: 3rem solid #e1e9ea;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 22rem;
  line-height: 27rem;
  text-align: center;
  color: #e1e9ea;
  transition: 0.3s;
}

.news__wrapper .cat__items li a:hover {
  background: #0031a0;
  color: white;
}

.news__wrapper .cat__items li a span {
  font-family: "Barlow", sans-serif;
}

.news__wrapper .news__items {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 80rem;
}

.news__wrapper .news__items .n__item {
  width: 100%;
  height: auto;
  padding: 40rem;
  margin-bottom: 50rem;
  border-radius: 40rem;
  background: #fff;
  position: relative;
  display: block;
  transition: 0.3s;
}

.news__wrapper .news__items .n__item:hover {
  opacity: 0.7;
}

.news__wrapper .news__items .n__item .new {
  width: 76rem;
  height: 30rem;
  border-radius: 10rem;
  background: #d50000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 96rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 40rem;
  right: 40rem;
}

.news__wrapper .news__items .n__item .cat {
  width: 200rem;
  height: 40rem;
  border-radius: 20rem;
  background: #fff;
  border: 2rem solid #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  line-height: 18rem;
  text-align: center;
  color: #0031a0;
}

.news__wrapper .news__items .n__item .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  line-height: 1;
  margin-top: 35rem;
  text-align: left;
  color: #000;
}

.news__wrapper .news__items .n__item h3 {
  font-weight: bold;
  font-size: 24rem;
  line-height: 36rem;
  margin-top: 18rem;
  text-align: left;
  color: #0031a0;
}

.news__wrapper .news__items .n__item p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.news__wrapper .news__items .n__item .link__btn {
  width: 770rem;
  height: 60rem;
  margin: auto;
  margin-top: 60rem;
  border-radius: 30rem;
  background: #0031a0;
  border: 2rem solid #0031a0;
}

.news__wrapper .news__items .n__item .link__btn:hover {
  background: white;
}

.news__wrapper .news__items .n__item .link__btn:hover .lbl {
  color: #0031a0;
}

.news__wrapper .news__items .n__item .link__btn:hover .arrow svg #Path_6 {
  fill: #0031a0;
}

.news__wrapper .news__items .n__item .link__btn:hover .arrow svg #Path_5 {
  stroke: white;
}

.news__wrapper .news__items .n__item .link__btn .lbl {
  color: white;
}

.faq__wrapper .faq__inner {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 80rem;
  padding: 150rem 90rem;
  border-radius: 40rem;
  background: #fff;
}

.faq__wrapper .faq__inner .faq__items {
  margin-top: 180rem;
}

.faq__wrapper .faq__inner .faq__items .f__item {
  width: 100%;
  margin-bottom: 50rem;
  position: relative;
}

.faq__wrapper .faq__inner .faq__items .f__item:last-child {
  margin-bottom: 0;
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title {
  width: 100%;
  min-height: 100rem;
  height: auto;
  padding: 20rem;
  border-radius: 70rem;
  background: #0031a0;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 100rem;
  cursor: pointer;
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title.open .arrow span {
  transform: rotate(0);
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title .arrow {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 40rem;
  top: 50%;
  transform: translateY(-50%);
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title .arrow span {
  width: 12rem;
  display: flex;
  transition: 0.3s;
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title .q__lbl {
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 48rem;
  line-height: 31rem;
  text-align: center;
  color: #0031a0;
}

.faq__wrapper .faq__inner .faq__items .f__item .q__title .q__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28rem;
  line-height: 48rem;
  margin-left: 70rem;
  text-align: left;
  color: #fff;
}

.faq__wrapper .faq__inner .faq__items .f__item .a__box {
  border-radius: 0rem 0rem 30rem 30rem;
  padding: 90rem 90rem 60rem;
  background: #f4f4f4;
  margin-top: -50rem;
  display: none;
}

.faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text {
  display: flex;
  align-items: flex-start;
}

.faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text .a__lbl {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 38rem;
  margin-right: 25rem;
  line-height: 1.3;
  text-align: left;
  color: #0031a0;
}

.faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text .a__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 48rem;
  text-align: left;
  color: #000;
}
.faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text .a__txt a {
  font-weight: 600;
  color: #0031a0;
}

.contact__wrapper {
  padding: 150rem 0;
  background: #f4f4f4;
}
.contact__wrapper .note__txt {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 10rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}
.contact__wrapper .d__txt {
  font-weight: bold;
  font-size: 32rem;
  line-height: 60rem;
  margin-bottom: 55rem;
  text-align: center;
  color: #0031a0;
}

.contact__wrapper .contact__items {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.contact__wrapper .contact__items.guide .c__item {
  height: 407rem;
  padding-top: 50rem;
  background: white;
}
.contact__wrapper .contact__items.guide .c__item .mail__icon {
  width: 150rem;
}
.contact__wrapper .contact__items.guide .c__item .c__lbl {
  color: #0031a0;
  margin-top: 5rem;
}

.contact__wrapper .contact__items .c__item {
  width: 48.2558139535%;
  height: 510rem;
  border-radius: 40rem;
  padding-top: 80rem;
  background: #0031a0;
  position: relative;
}

.contact__wrapper .contact__items .c__item:last-child {
  background: white;
}

.contact__wrapper .contact__items .c__item:last-child .c__lbl {
  color: #0031a0;
}

.contact__wrapper .contact__items .c__item .mail__icon {
  width: 128rem;
  margin: auto;
  display: flex;
}

.contact__wrapper .contact__items .c__item .mail__icon svg {
  width: 100%;
  height: 100%;
}

.contact__wrapper .contact__items .c__item .blank__icon {
  width: 100rem;
  margin: auto;
  display: flex;
}

.contact__wrapper .contact__items .c__item .blank__icon img {
  width: 100%;
  height: 100%;
}

.contact__wrapper .contact__items .c__item .c__lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 28rem;
  text-align: center;
  color: #fff;
}

.contact__wrapper .contact__items .c__item .c__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: 6rem;
  text-align: center;
}

.contact__wrapper .contact__items .c__item .c__txt {
  width: 600rem;
  margin: auto;
  margin-top: 10rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.contact__wrapper .contact__items .c__item .c__txt_w {
  width: 600rem;
  margin: auto;
  margin-top: 10rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}

.contact__wrapper .contact__items .c__item .arrow {
  width: 48rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 80rem;
  transform: translate(-50%);
}

.contact__wrapper .contact__items .c__item .arrow svg {
  width: 100%;
  height: 100%;
}

.guidance__wrapper .guide__data {
  width: 100%;
  background: white;
  padding: 150rem 0;
}
.guidance__wrapper .guide__data .cp__wrapper {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 80rem;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item {
  width: 100%;
  margin-bottom: 50rem;
  padding: 60rem 65rem;
  border-radius: 30rem;
  background: #f4f4f4;
}


.guidance__wrapper .guide__data .cp__wrapper .cp__item  .cap__content {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
}

.guidance__wrapper .guide__data .cp__wrapper .cp__item  .cap__content p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 24rem;
  text-align: center;
  color: #000;
}

.guidance__wrapper .guide__data .cp__wrapper .cp__item  .cap__content p a {
  font-weight: bold;
  text-decoration: underline;
  color: #0031a0;
}



.guidance__wrapper .guide__data .cp__wrapper .btn_box {
  display: flex;
  justify-content: center;
}

.guidance__wrapper .guide__data .cp__wrapper .btn_box div{
  margin: 0 8rem;
  width: 40%;
}

.guidance__wrapper .guide__data .cp__wrapper .btn_box div .link__btn{
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 20rem;
  border-radius: 58rem;
  background: #0031a0;
  border: 2rem solid #0031a0;
}


.guidance__wrapper .guide__data .cp__wrapper .btn_box div .link__btn .lbl {
  color: white;
}



.guidance__wrapper .guide__data .cp__wrapper .cp__item:last-child {
  margin-bottom: 0;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item:last-child .c__item .c__lbl {
  background: #043b65;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item {
  margin-bottom: 50rem;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item:last-child {
  margin-bottom: 0;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item .c__lbl {
  width: 100%;
  height: 50rem;
  border-radius: 25rem;
  background: #038ec5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table {
  width: 100%;
  margin-top: 30rem;
  border-collapse: collapse;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr {
  border-top: 1px solid #b7b7b7;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr:last-child {
  border-bottom: 1px solid #b7b7b7;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr:last-child td:first-child {
  font-size: 24rem;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr th {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24rem;
  padding: 10rem 0;
  line-height: 36rem;
  text-align: center;
  color: #000;
  background: #e1e9ea;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr th:first-child {
  width: 28.3018867925%;
  border-right: 1px solid #b7b7b7;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr td {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 32rem;
  line-height: 48rem;
  padding: 10rem 0;
  text-align: center;
  color: #000;
  background: white;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr td:first-child {
  font-weight: 500;
  font-size: 21rem;
  line-height: 28rem;
  text-align: center;
  color: #000;
  background: #e1e9ea;
  border-right: 1px solid #b7b7b7;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr td:first-child .c01 {
  font-size: 24rem;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  display: block;
}
.guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr td span {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 48rem;
  text-align: center;
  color: #000;
}

.guidance__wrapper .guide__item {
  width: 100%;
  padding: 150rem 0;
  background: #f4f4f4;
}

.guidance__wrapper .guide__item:nth-child(2) {
  background: white;
}

.guidance__wrapper .guide__item:nth-child(2) .content__text {
  background: #f4f4f4;
}

.guidance__wrapper .guide__item.c01 .content__text .c__lbl {
  background: #043B65;
}

.guidance__wrapper .guide__item.c01 .content__text a {
  color: #043B65;
}

.guidance__wrapper .guide__item.c02 .content__text .c__lbl {
  background: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text ul li:after {
  color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .c__problem {
  border-color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .c__problem .p__lbl {
  color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .c__problem a {
  color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .pt__items .t__item {
  border-color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .pt__items .t__item .lbl {
  color: #038EC5;
}

.guidance__wrapper .guide__item.c02 .content__text .pt__items .t__item .icon svg #Path_6 {
  fill: #038EC5;
}

.guidance__wrapper .guide__item.c03 .content__text .c__lbl {
  background: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text ul li:after {
  color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .c__problem {
  border-color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .c__problem .p__lbl {
  color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .c__problem a {
  color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .pt__items .t__item {
  border-color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .pt__items .t__item .lbl {
  color: #207C86;
}

.guidance__wrapper .guide__item.c03 .content__text .pt__items .t__item .icon svg #Path_6 {
  fill: #207C86;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 {
  margin-top: 50rem;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .j__lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .c__lbl {
  background: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 ul li:after {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .c__problem {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .c__problem .p__lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .c__problem a {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .pt__items .t__item {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .pt__items .t__item .lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p01 .pt__items .t__item .icon svg #Path_6 {
  fill: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 {
  margin-top: 50rem;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .j__lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .c__lbl {
  background: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 ul li:after {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .c__problem {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .c__problem .p__lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .c__problem a {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .pt__items .t__item {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .pt__items .t__item .lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text.p02 .pt__items .t__item .icon svg #Path_6 {
  fill: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .c__lbl {
  background: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text ul li:after {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .c__problem {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .c__problem .p__lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .c__problem a {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .pt__items .t__item {
  border-color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .pt__items .t__item .lbl {
  color: #234B99;
}

.guidance__wrapper .guide__item.c04 .content__text .pt__items .t__item .icon svg #Path_6 {
  fill: #234B99;
}

.guidance__wrapper .guide__item .content__text {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  height: auto;
  padding: 60rem;
  margin-top: 80rem;
  border-radius: 30rem;
  background: #fff;
  position: relative;
}

.guidance__wrapper .guide__item .content__text #guide04_01, .guidance__wrapper .guide__item .content__text #guide04_02, .guidance__wrapper .guide__item .content__text #guide04_03, .guidance__wrapper .guide__item .content__text #guide04_04 {
  position: absolute;
  left: 0;
  top: -130rem;
}

.guidance__wrapper .guide__item .content__text .j__lbl {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 28rem;
  line-height: 1.4;
  text-align: center;
  color: #234B99;
}

.guidance__wrapper .guide__item .content__text .c__lbl {
  padding: 8rem 0;
  border-radius: 25rem;
  background: #0031a0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}

.guidance__wrapper .guide__item .content__text .c__lbl.c01 {
  margin-top: 50rem;
}

.guidance__wrapper .guide__item .content__text ul {
  margin-top: 20rem;
}

.guidance__wrapper .guide__item .content__text ul li {
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 48rem;
  padding-left: 20rem;
  text-align: left;
  color: #000;
  position: relative;
}

.guidance__wrapper .guide__item .content__text ul li:after {
  content: "●";
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10rem;
  line-height: 1;
  text-align: left;
  color: #043B65;
  position: absolute;
  left: 0;
  top: 20rem;
}

.guidance__wrapper .guide__item .content__text .c__problem {
  width: 100%;
  height: auto;
  padding: 32rem 50rem;
  border-radius: 30rem;
  margin-top: 30rem;
  background: #fff;
  border: 1px solid #043B65;
}

.guidance__wrapper .guide__item .content__text .c__problem .p__lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 1;
  text-align: left;
  color: #043B65;
}

.guidance__wrapper .guide__item .content__text .c__problem .p__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 15rem;
  margin-bottom: 30rem;
  text-align: left;
  color: #000;
}

.guidance__wrapper .guide__item .content__text .c__problem .p__txt:last-child {
  margin-bottom: 0;
}

.guidance__wrapper .guide__item .content__text .n__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}

.guidance__wrapper .guide__item .content__text .pt__items {
  display: flex;
  justify-content: left;
  margin-top: 20rem;
}

.guidance__wrapper .guide__item .content__text .pt__items .t__item {
  width: auto;
  min-width: 560rem;
  height: 60rem;
  margin-right: 30rem;
  padding: 0 20rem 0 30rem;
  border-radius: 30rem;
  background: #fff;
  border: 2rem solid #043B65;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guidance__wrapper .guide__item .content__text .pt__items .t__item .lbl {
  font-weight: normal;
  font-size: 21rem;
  line-height: 48rem;
  text-align: left;
  color: #043B65;
}

.guidance__wrapper .guide__item .content__text .pt__items .t__item .lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 24rem;
}

.guidance__wrapper .guide__item .content__text .pt__items .t__item .icon {
  width: 26rem;
  display: flex;
}

.guidance__wrapper .guide__item .content__text .pt__items .t__item .icon svg {
  width: 100%;
  height: 100%;
}

.guidance__wrapper .guide__item .content__text .t__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28rem;
  letter-spacing: 0.04em;
  line-height: 43rem;
  margin-top: 15rem;
  text-align: left;
  color: #0031a0;
}

.guidance__wrapper .guide__item .content__text .t__txt a {
  color: #0031a0;
}

.guidance__wrapper .guide__item .content__text .t__txt span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 34rem;
  letter-spacing: 0.04em;
  line-height: 52rem;
}

.guidance__wrapper .guide__item .content__text .c__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 15rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item {
  width: 100%;
  padding: 150rem 0;
  background: #f4f4f4;
}
.syllabus__wrapper .guide__item .al__lbl {
  max-width: 1720rem;
  width: 95%;
  height: 50rem;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25rem;
  background: #0031a0;
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.syllabus__wrapper .guide__item .al__note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 28rem;
  line-height: 54rem;
  margin-top: 25rem;
  text-align: center;
  color: #0031A0;
}
.syllabus__wrapper .guide__item .al__note .c01 {
  font-size: 21rem;
  color: black;
  display: block;
}
.syllabus__wrapper .guide__item .youtube__links {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
}
.syllabus__wrapper .guide__item .youtube__links .y__item {
  width: 45.3488372093%;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .down__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .down__link .sp__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .down__link .lbl {
  width: 90%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .down__link .down__icon {
  width: 40rem;
  display: flex;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .down__link .down__icon svg {
  width: 100%;
  height: 100%;
}
.syllabus__wrapper .guide__item .youtube__links .y__item .y__link {
  width: 100%;
  margin-top: 28rem;
  display: flex;
}

.syllabus__wrapper .guide__item:nth-child(2n) {
  background: white;
}

.syllabus__wrapper .guide__item .detail__text {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 150rem;
  padding: 40rem 50rem;
  border-radius: 40rem;
  background: #fff;
}

.syllabus__wrapper .guide__item .detail__text .t__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 21rem;
  line-height: 36rem;
  text-align: left;
  color: #0031a0;
}

.syllabus__wrapper .guide__item .detail__text .t__txt span {
  font-family: "Barlow", sans-serif;
  font-size: 24rem;
}

.syllabus__wrapper .guide__item .detail__text ul {
  margin-top: 25rem;
  list-style-type: disc;
  padding-left: 20rem;
  padding-bottom: 35rem;
  margin-bottom: 35rem;
  border-bottom: 1px solid #707070;
}

.syllabus__wrapper .guide__item .detail__text ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .detail__text ul li::marker {
  color: #0031a0;
}

.syllabus__wrapper .guide__item .detail__text .b__txt {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 18rem;
  line-height: 32rem;
  text-align: left;
  color: #585858;
}

.syllabus__wrapper .guide__item .detail__text .n__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  margin-top: 10rem;
  text-align: left;
  color: #585858;
}

.syllabus__wrapper .guide__item .guide__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 130rem;
}

.syllabus__wrapper .guide__item .guide__inner .m__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 21rem;
  line-height: 36rem;
  text-align: left;
  color: #0031a0;
}

.syllabus__wrapper .guide__item .guide__inner table {
  width: 100%;
  margin-top: 20rem;
  margin-bottom: 90rem;
  border-collapse: collapse;
}

.syllabus__wrapper .guide__item .guide__inner table tr td {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  padding: 8rem 0;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .guide__inner table tr td:first-child {
  width: 270rem;
  vertical-align: top;
}

.syllabus__wrapper .guide__item .guide__inner table tr td:first-child .pan {
  width: 240rem;
  height: 30rem;
  border-radius: 15rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.syllabus__wrapper .guide__item .guide__inner .g__item {
  width: 100%;
  margin-bottom: 80rem;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c01 .g__lbl {
  background: #038EC5;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c01 .c__items .c__item .c__inner .down__info .icon svg #Path_30 {
  fill: #038EC5;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c01 .c__items .c__item .c__inner .cp__lbl {
  color: #038EC5;
  border-color: #038EC5;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c02 .g__lbl {
  background: #a00044;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c02 .c__items .c__item .c__inner .link__items .p__link {
  background: #a00044;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c02 .c__items .c__item .c__inner .link__items .p__link .arrow svg #Path_5 {
  stroke: #a00044;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c02 .c__items .c__item .c__inner .down__info .icon svg #Path_30 {
  fill: #a00044;
}

.syllabus__wrapper .guide__item .guide__inner .g__item.c02 .c__items .c__item .c__inner .cp__lbl {
  color: #a00044;
  border-color: #a00044;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .g__lbl {
  width: 100%;
  height: 90rem;
  border-radius: 45rem;
  background: #3069ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .g__lbl span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 38rem;
  line-height: 102rem;
  text-align: center;
  color: #fff;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items {
  width: calc(100% + 50rem);
  margin-left: -25rem;
  margin-right: -25rem;
  margin-top: 25rem;
  display: flex;
  flex-wrap: wrap;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item {
  width: 33.3333333333%;
  padding: 25rem;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner {
  width: 100%;
  height: auto;
  padding: 40rem 25rem 25rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .cp__lbl {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  border-radius: 15rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 24rem;
  text-align: center;
  color: #043B65;
  background: #fff;
  border: 1px solid #043B65;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .down__info {
  margin-top: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .down__info .lbl {
  width: 90%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .down__info .icon {
  width: 40rem;
  display: flex;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .down__info .icon svg {
  width: 100%;
  height: 100%;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 40rem;
  margin-bottom: 0;
  border-collapse: collapse;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 18rem;
  line-height: 24rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td:first-child {
  width: 100rem;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td:first-child .pan {
  width: 80rem;
  height: 30rem;
  border-radius: 5rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items {
  padding-top: 20rem;
  border-top: 2rem solid #e1e9ea;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
  padding: 10rem 10rem 10rem 30rem;
  border-radius: 9999rem;
  background: #038EC5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link .lbl {
  width: 94%;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 21rem;
  margin-right: 15rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link .arrow {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link .arrow svg {
  width: 100%;
  height: 100%;
}

.syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .n__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 4rem;
  text-align: left;
  color: #585858;
}

.syllabus__wrapper .guide__item .past__items {
  max-width: 1770rem;
  width: 95%;
  margin: auto;
  margin-top: 35rem;
  margin-top: 60rem;
  display: flex;
  flex-wrap: wrap;
}

.syllabus__wrapper .guide__item .past__items .p__item {
  width: 33.3333333333%;
  padding: 25rem;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner {
  width: 100%;
  min-height: auto;
  height: 100%;
  padding: 40rem 25rem;
  border-radius: 40rem;
  background: #fff;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__info .lbl {
  width: 90%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__info .icon {
  width: 40rem;
  display: flex;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__info .icon svg {
  width: 100%;
  height: 100%;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .ver {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 8rem;
  text-align: left;
  color: #0031a0;
}

.syllabus__wrapper .guide__item .past__items .p__item .p__inner .c__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .pt__items {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
}

.syllabus__wrapper .guide__item .pt__items .p__item {
  width: 48.2558139535%;
  min-height: 210rem;
  height: auto;
  padding: 40rem 25rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.syllabus__wrapper .guide__item .pt__items .p__item .p__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.syllabus__wrapper .guide__item .pt__items .p__item .p__info .lbl {
  width: 90%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .pt__items .p__item .p__info .icon {
  width: 40rem;
  display: flex;
}

.syllabus__wrapper .guide__item .pt__items .p__item .p__info .icon svg {
  width: 100%;
  height: 100%;
}

.syllabus__wrapper .guide__item .pt__items .p__item .n__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .c__main-block,
.syllabus__wrapper .p__main-block {
  position: relative;
}

.syllabus__wrapper a.syllabus-sp-card-hit {
  display: none;
}

.syllabus__wrapper .guide__item .lang__content {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  padding: 40rem 50rem;
  margin-top: 120rem;
  border-radius: 40rem;
  background: #fff;
}

.syllabus__wrapper .guide__item .lang__content ul {
  padding-left: 20rem;
  list-style-type: disc;
}

.syllabus__wrapper .guide__item .lang__content ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.syllabus__wrapper .guide__item .lang__content ul li::marker {
  color: #0031a0;
}

.syllabus__wrapper .guide__item .pdf__links {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}

.syllabus__wrapper .guide__item .pdf__links .link__btn {
  margin: 0 50rem;
  background: #0031a0;
}

.syllabus__wrapper .guide__item .pdf__links .link__btn .lbl {
  color: white;
}

.syllabus__wrapper .guide__item .pdf__links .link__btn .lbl.font_80 {
   font-size: 0.8em;
}


.books__wrapper .books__item {
  padding: 150rem 0;
  background: #f4f4f4;
}

.books__wrapper .books__item:nth-child(2n) {
  background: white;
}

.books__wrapper .books__item:nth-child(2n) .sojan__items .j__item .j__inner {
  background: #f4f4f4;
}

.books__wrapper .books__item .sojan__items {
  max-width: 1770rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  flex-wrap: wrap;
}

.books__wrapper .books__item .sojan__items .j__item {
  width: 33.3333333333%;
  padding: 25rem;
}
.books__wrapper .books__item .sojan__items .j__item .link__btn {
  width: 360rem;
  height: 80rem;
  margin: auto;
  margin-top: 20rem;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner {
  width: 100%;
  height: auto;
  padding: 25rem;
  border-radius: 40rem;
  background: #fff;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .j__lbl {
  padding: 12rem 0;
  border-radius: 30rem;
  background: #0031a0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .j__lbl.c01 {
  border: 1px solid #0031a0;
  background: transparent;
  color: #0031a0;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .j__cat {
  width: 300rem;
  height: 30rem;
  margin: auto;
  margin-top: 25rem;
  border-radius: 15rem;
  background: #fff;
  border: 1px solid #043B65;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 24rem;
  text-align: center;
  color: #043B65;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  margin-top: 20rem;
  text-align: left;
  color: #0031a0;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .jap {
  display: inline-block;
  border-radius: 5rem;
  padding: 2rem 22rem;
  margin-top: 22rem;
  background: #0031a0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 19rem;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .c__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 24rem;
  margin-top: 18rem;
  text-align: left;
  color: #000;
}

.books__wrapper .books__item .sojan__items .j__item .j__inner .link__btn {
  width: 90%;
  margin: auto;
  margin-top: 30rem;
}

.books__wrapper .books__item .process__items {
  max-width: 1540rem;
  width: 95%;
  margin: auto;
  margin-top: 180rem;
}

.books__wrapper .books__item .process__items .f__item {
  width: 100%;
  margin-bottom: 50rem;
  position: relative;
}

.books__wrapper .books__item .process__items .f__item .q__title {
  width: 100%;
  height: 100rem;
  padding: 10rem;
  border-radius: 60rem;
  background: #0031a0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.books__wrapper .books__item .process__items .f__item .q__title.open .arrow span {
  transform: rotate(0);
}

.books__wrapper .books__item .process__items .f__item .q__title .arrow {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 40rem;
  top: 50%;
  transform: translateY(-50%);
}

.books__wrapper .books__item .process__items .f__item .q__title .arrow span {
  width: 12rem;
  display: flex;
  transition: 0.3s;
  transform: rotate(180deg);
}

.books__wrapper .books__item .process__items .f__item .q__title .q__lbl {
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 48rem;
  line-height: 31rem;
  text-align: center;
  color: #0031a0;
}

.books__wrapper .books__item .process__items .f__item .q__title .q__txt {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28rem;
  line-height: 48rem;
  margin-left: 70rem;
  text-align: left;
  color: #fff;
}

.books__wrapper .books__item .process__items .f__item .a__box {
  border-radius: 0rem 0rem 30rem 30rem;
  padding: 90rem 90rem 60rem;
  margin-top: -50rem;
  background: #ffffff;
  display: none;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text {
  display: block;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ul {
  padding-left: 25rem;
  list-style-type: disc;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 48rem;
  text-align: left;
  color: #000;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ul li::marker {
  color: #0031a0;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ol {
  padding-left: 25rem;
  list-style-type: decimal;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ol li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 48rem;
  text-align: left;
  color: #000;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text ol li::marker {
  color: #0031a0;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text .a__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 48rem;
  text-align: left;
  color: #000;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text .a__txt ul li.mb5 {
  margin-bottom: 1em;
}

.books__wrapper .books__item .process__items .f__item .a__box .content__text .a__txt span {
  font-family: "Barlow", sans-serif;
  font-size: 28rem;
}

.books__wrapper .books__item .doc__price {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 150rem;
  padding: 100rem 180rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.books__wrapper .books__item .doc__price .pd__lbl {
  width: 440rem;
  height: 36rem;
  margin: auto;
  margin-bottom: 30rem;
  border-radius: 18rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 21rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.books__wrapper .books__item .doc__price ul {
  padding-left: 25rem;
  list-style-type: disc;
}

.books__wrapper .books__item .doc__price ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.04em;
  line-height: 48rem;
  text-align: left;
  color: #000;
}

.books__wrapper .books__item .doc__price ul li::marker {
  color: #0031a0;
}

.books__wrapper .books__item .doc__price .line {
  width: 100%;
  height: 2rem;
  margin: 50rem 0;
  background: #0031a0;
}

.books__wrapper .books__item .doc__price .price__txt {
  margin-top: 30rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 70rem;
  line-height: 1.2;
  text-align: center;
  color: #0031a0;
}

.books__wrapper .books__item .doc__price .price__txt span {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 36rem;
  display: inline-block;
  position: relative;
  bottom: 5rem;
}

.books__wrapper .books__item .doc__price .contact__content {
  width: 100%;
  height: auto;
  padding: 40rem 0;
  margin-top: 50rem;
  border-radius: 30rem;
  background: #fff;
}

.books__wrapper .books__item .doc__price .contact__content .mail__txt {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 36rem;
  line-height: 1.2;
  margin-top: 15rem;
  text-align: center;
  color: #0031a0;
}

.books__wrapper .books__item .doc__price .contact__content .n__txt {
  font-weight: normal;
  font-size: 20rem;
  line-height: 36rem;
  margin-top: 10rem;
  text-align: center;
  color: #000;
}

.result__wrapper .rs__item {
  padding: 150rem 0;
  background: #f4f4f4;
}

.result__wrapper .rs__item:nth-child(2n) {
  background: #fff;
}

.result__wrapper .rs__item .detail__content {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  padding: 60rem 120rem;
  margin-top: 100rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.result__wrapper .rs__item .detail__content .txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.result__wrapper .rs__item .detail__content ul {
  margin-top: 25rem;
}

.result__wrapper .rs__item .detail__content ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  line-height: 1.5;
  padding-left: 35rem;
  padding-bottom: 18rem;
  margin-bottom: 18rem;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid #b7b7b7;
}

.result__wrapper .rs__item .detail__content ul li:last-child {
  border-bottom: 0;
}

.result__wrapper .rs__item .detail__content ul li:after {
  content: "";
  width: 33rem;
  height: 33rem;
  background: url(../img/check.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2rem;
}

.result__wrapper .rs__item .detail__content .note__frame {
  width: 100%;
  height: auto;
  margin-top: 80rem;
  padding: 25rem 50rem;
  border-radius: 20rem;
  background: #0031a0;
  display: flex;
  align-items: center;
}

.result__wrapper .rs__item .detail__content .note__frame .icon {
  width: 80rem;
  display: flex;
}

.result__wrapper .rs__item .detail__content .note__frame .line {
  width: 2rem;
  height: 77rem;
  margin: 0 30rem;
  background: #fff;
}

.result__wrapper .rs__item .detail__content .note__frame .lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 44rem;
  text-align: left;
  color: #fff;
}

.result__wrapper .rs__item .auth__logo {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 50rem;
  padding: 60rem 120rem;
  border-radius: 40rem;
  background: #f4f4f4;
}

.result__wrapper .rs__item .auth__logo .a__lbl {
  width: 100%;
  border-radius: 25rem;
  padding: 8rem 0;
  background: #0031a0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 36rem;
  text-align: center;
  color: #fff;
}

.result__wrapper .rs__item .auth__logo .authinfo__items {
  width: calc(100% + 60rem);
  margin-left: -30rem;
  margin-right: -30rem;
  display: flex;
  flex-wrap: wrap;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item {
  width: 33.3333333333%;
  padding: 30rem;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner {
  width: 100%;
  height: auto;
  border-radius: 40rem;
  background: #fff;
  padding: 40rem;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .header__info {
  height: 105rem;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .header__info .logo__lbl {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 36rem;
  line-height: 48rem;
  text-align: center;
  color: #000;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .header__info .logo__lbl span {
  font-size: 32rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .header__info .role {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 21rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .header__info .sub__role {
  font-weight: bold;
  font-size: 18rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .c__logo {
  width: 100%;
  margin-top: 20rem;
  display: flex;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .c__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0.03em;
  line-height: 36rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .download__btn {
  width: 100%;
  height: 90rem;
  margin-top: 50rem;
  border-radius: 45rem;
  background: #0031a0;
  border: 2rem solid #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .download__btn .lbl {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 21rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .download__btn .icon {
  width: 40rem;
  display: flex;
  position: absolute;
  right: 30rem;
  top: 50%;
  transform: translateY(-50%);
}

.result__wrapper .rs__item .auth__logo .authinfo__items .auth__item .auth__inner .download__btn .icon svg {
  width: 100%;
  height: 100%;
}

.result__wrapper .rs__item .cap__content {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  padding: 60rem 30rem;
  margin-top: 100rem;
  border-radius: 30rem;
  background: #fff;
}

.result__wrapper .rs__item .cap__content p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  letter-spacing: 0.03em;
  line-height: 24rem;
  text-align: center;
  color: #000;
}

.result__wrapper .rs__item .cap__content p a {
  font-weight: bold;
  text-decoration: underline;
  color: #0031a0;
}

.result__wrapper .rs__item .link__btn {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 50rem;
  border-radius: 58rem;
  background: #0031a0;
  border: 2rem solid #0031a0;
}

.result__wrapper .rs__item .link__btn .lbl {
  color: white;
}

.partnership__wrapper .ptn__item {
  padding: 150rem 0;
  background: #f4f4f4;
}

.partnership__wrapper .ptn__item:nth-child(2n) {
  background: white;
}

.partnership__wrapper .ptn__item .c__text {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 150rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.partnership__wrapper .ptn__item .c__text.t_cent {
  text-align: center;
}
.partnership__wrapper .ptn__item .pt__frame {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 150rem;
  border-radius: 40rem;
  padding: 60rem 120rem;
  background: #fff;
}

.partnership__wrapper .ptn__item .pt__frame ul {
  width: 100%;
}

.partnership__wrapper .ptn__item .pt__frame ul li {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 24rem;
  line-height: 1.5;
  padding-left: 35rem;
  padding-bottom: 18rem;
  margin-bottom: 18rem;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid #b7b7b7;
}

.partnership__wrapper .ptn__item .pt__frame ul li:last-child {
  border-bottom: 0;
}

.partnership__wrapper .ptn__item .pt__frame ul li:after {
  content: "";
  width: 33rem;
  height: 33rem;
  background: url(../img/check.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2rem;
}

.partnership__wrapper .ptn__item .link__btn {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 50rem;
  border-radius: 58rem;
  background: #0031a0;
  border: 2rem solid #0031a0;
}

.partnership__wrapper .ptn__item .link__btn .lbl {
  color: white;
}

.partnership__wrapper .ptn__item .ptn__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 140rem;
}

.partnership__wrapper .ptn__item .ptn__inner .dt__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 36rem;
  text-align: left;
  color: #000;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content {
  width: 100%;
  margin-top: 50rem;
  background-color: white;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table {
  width: 100%;
  border-collapse: collapse;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr:first-child td {
  background: #E1E9EA;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td {
  width: 19%;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  padding: 16rem 15rem;
  text-align: center;
  color: #000;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  text-align: center;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .icon {
  width: 34rem;
  display: inline-flex;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td span.c01 {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 32rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td span.c02 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 32rem;
  line-height: 1;
  text-align: center;
  color: #0031a0;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td:last-child {
  border-right: 0;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td:first-child {
  width: 23%;
  font-weight: bold;
  background: #E1E9EA;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame {
  width: 210rem;
  height: 210rem;
  border-radius: 20rem;
  background: linear-gradient(to right, #d5d5d5 0%, #7c7c7c 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame.c01 {
  background: linear-gradient(to right, #f8de84 0%, #dbaa00 100%);
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame.c02 {
  background: linear-gradient(to right, #e5e5e5 0%, #c4c4c4 100%);
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame.c03 {
  background: linear-gradient(to right, #0031a0 0%, #183677 100%);
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame .txt01 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame .txt02 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  margin: 9rem 0;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame .txt03 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .table__content table tr td .frame .txt03 span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 32rem;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content {
  width: 100%;
  height: auto;
  padding: 25rem 50rem;
  margin-top: 50rem;
  border-radius: 30rem;
  background: #f4f4f4;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .rs__lbl {
  width: 326rem;
  height: 40rem;
  border-radius: 20rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24rem;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text {
  display: flex;
  margin-top: 10rem;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item {
  width: 50%;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .txt {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .txt span {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 32rem;
  text-align: left;
  color: #000;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .exam {
  display: flex;
  align-items: center;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .exam .e__lbl {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  margin-right: 20rem;
  background: #0031a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18rem;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .exam .e__txt {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  line-height: 32rem;
  text-align: left;
  color: #0031a0;
}

.partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .ex__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18rem;
  line-height: 1;
  padding-left: 40rem;
  margin-top: 20rem;
  text-align: left;
  color: #000;
}

.partnership__wrapper .ptn__item .partner__content {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 140rem;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship {
  margin-bottom: 50rem;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__lbl {
  border-radius: 25rem;
  background: linear-gradient(to right, #0031a0 0%, #183677 100%);
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 24rem;
  line-height: 36rem;
  padding: 8rem 0;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__lbl.c01 {
  background: linear-gradient(to right, #e5e5e5 0%, #c4c4c4 100%);
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items {
  width: calc(100% + 30rem);
  margin-left: -15rem;
  margin-right: -15rem;
  margin-top: 15rem;
  display: flex;
  flex-wrap: wrap;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item {
  width: 20%;
  padding: 15rem;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item .pt__inner {
  width: 100%;
  height: 120rem;
  padding: 0 2rem 0 2rem;
  border-radius: 20rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #D0D0D0;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item .pt__inner span {
  width: 170rem;
  display: flex;
}

.partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item .cap__txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16rem;
  line-height: 36rem;
  margin-top: 2rem;
  text-align: center;
  color: #000;
}

.partnership__wrapper .contact__part {
  max-width: 1720rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 50rem;
  padding: 55rem 0;
  border-radius: 40rem;
  background: #0031a0;
}

.partnership__wrapper .contact__part .t__lbl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36rem;
  letter-spacing: 0.03em;
  line-height: 60rem;
  text-align: center;
  color: #fff;
}

.partnership__wrapper .contact__part .t__txt_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  background-color: #fff;
  width: 90%;
  color: #0031a0;
  font-size: 24rem;
  line-height: 36rem;
  margin-top: 20rem;
  text-align: center;
  padding: 5rem;
  border-radius: 32rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20rem;
}

.partnership__wrapper .contact__part .t__txt {
  width: 90%;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 21rem;
  line-height: 32rem;
  margin-top: 18rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}

.partnership__wrapper .contact__part .t__txt span {
  font-family: "Barlow", sans-serif;
  font-size: 21rem;
}

.partnership__wrapper .contact__part .t__txt a {
  font-weight: bold;
  text-decoration: none;
  color: #D8D32A;
}

.partnership__wrapper .contact__part .t__txt a:hover {
  text-decoration: underline;
  opacity: 1;
}

.partnership__wrapper .contact__part .link__btn {
  width: 544rem;
  height: 116rem;
  margin: auto;
  margin-top: 50rem;
  border-radius: 58rem;
  background: #fff;
  border: 2rem solid #0031a0;
}

.partnership__wrapper .contact__part .link__btn .lbl {
  color: #0031a0;
}

.sp-menu {
  display: none;
  width: 100rem;
  height: 100rem;
  position: relative;
  transform: scale(0.7);
  transform-origin: center center;
}

.sp-menu.open span:nth-child(1) {
  top: 45rem;
  transform: translate(-50%) rotate(45deg);
}

.sp-menu.open span:nth-child(2) {
  top: 45rem;
  transform: translate(-50%) rotate(-45deg);
}

.sp-menu span {
  width: 70rem;
  height: 10rem;
  border-radius: 5rem;
  background: #0031a0;
  position: absolute;
  top: 34rem;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s;
}

.sp-menu span + span {
  top: 56rem;
}

.guideline__wrapper {
  background: #f4f4f4;
  padding: 150rem 0;
}
.guideline__wrapper .d__txt {
  font-weight: bold;
  font-size: 32rem;
  line-height: 60rem;
  text-align: center;
  color: #0031a0;
}

.results-list {
  padding: 150rem 0;
  background: #f4f4f4;
}
.results-list .note__txt {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 22rem;
  line-height: 36rem;
  text-align: center;
  color: #000;
}
.results-list .results-items {
  margin-top: 100rem;
}
.results-list__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  padding: 60rem 120rem;
  border-radius: 40rem;
  background: white;
  margin-bottom: 50rem;
}
.results-list__inner:last-child {
  margin-bottom: 0;
}
.results-list__title {
  width: 100%;
  margin: 0 auto 60rem;
  padding: 8rem;
  border-radius: 999rem;
  background: #0031a0;
  color: #fff;
  font-size: 24rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.results-list__grid {
  width: 100%;
  background: #fff;
  border-radius: 18rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.results-list__item {
  border-bottom: 1px solid #e6e6e6;
}
.results-list__link {
  min-height: 64rem;
  padding: 16rem 18rem 16rem 26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16rem;
  color: #000;
}
.results-list__text {
  width: 92%;
  font-size: 21rem;
  font-weight: 500;
  line-height: 1.5;
}
.results-list__icon {
  width: 26rem;
  height: 26rem;
  border-radius: 999rem;
  background: #0031a0;
  position: relative;
}
.results-list__icon::after {
  content: "";
  width: 6rem;
  height: 6rem;
  border-top: 3rem solid #fff;
  border-right: 3rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .results-list {
    padding: 80rem 0;
  }
  .results-list__title {
    padding: 14rem 18rem;
    font-size: 16rem;
    border-radius: 24rem;
    text-align: left;
  }
  .results-list__grid {
    grid-template-columns: 1fr;
  }
  .results-list__item:nth-child(2n) {
    border-left: 0;
  }
  .results-list__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #e6e6e6;
  }
  .results-list__item:last-child {
    border-bottom: 0;
  }
  .results-list__link {
    padding: 14rem 14rem 14rem 16rem;
    min-height: 56rem;
  }
  .results-list__text {
    font-size: 15rem;
  }
  .results-list__icon {
    width: 40rem;
    height: 40rem;
  }
  .results-list__icon::after {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.result-detail {
  padding: 150rem 0;
  background: #f4f4f4;
}
.result-detail .results-list__inner {
  margin-top: 100rem;
}
.result-detail__inner {
  max-width: 1720rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
  padding: 60rem 120rem;
  border-radius: 40rem;
  background: #fff;
}
.result-detail__title {
  margin: 0 0 30rem;
}
.result-detail__npo {
  padding: 0;
}
.result-detail__board {
  margin-top: 35rem;
  padding-top: 30rem;
}
.result-detail__board-title {
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14rem 0;
  border-bottom: 2rem solid #0031a0;
  border-top: 2rem solid #0031a0;
  color: #0031a0;
}
.result-detail__board-note {
  font-size: 18rem;
  font-weight: bold;
  color: #0031a0;
}
.result-detail__names {
  margin-top: 24rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.result-detail__name {
  padding: 18rem 18rem;
  font-size: 21rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 768px) {
  .result-detail {
    padding: 80rem 0;
  }
  .result-detail__inner {
    width: 95%;
    padding: 40rem 20rem;
    border-radius: 30rem;
  }
  .result-detail__board-title {
    font-size: 18rem;
  }
  .result-detail__board-note {
    display: block;
    margin-top: 6rem;
    font-size: 14rem;
  }
  .result-detail__names {
    grid-template-columns: 1fr;
  }
  .result-detail__name {
    font-size: 16rem;
    border-right: 0;
  }
  .result-detail__name:nth-last-child(-n+3) {
    border-bottom: 1px solid #cfcfcf;
  }
}
/* Results list NPO note + policy button */
.result-npo {
  padding: 50rem 0 0;
}

.result-npo .result-npo__inner {
  max-width: 1720rem;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.result-npo .result-npo__text {
  font-weight: normal;
  font-size: 18rem;
  line-height: 1.8;
  color: #000;
}

.result-npo .link__btn.result-npo__btn {
  width: 520rem;
  height: 50rem;
  border-radius: 30rem;
}

.result-npo .link__btn.result-npo__btn .lbl {
  font-size: 18rem;
}

.result-npo .link__btn.result-npo__btn .arrow {
  right: 22rem;
}

@media (max-width: 767px) {
  .result-npo {
    padding: 40rem 20rem 60rem;
  }
} 
@media screen and (max-width: 1750px) {
  html {
    font-size: 0.8px;
  }
  header {
    padding: 30rem 20rem;
  }
  header .logo {
    width: 230rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items {
    width: 100%;
    margin: auto;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 1520px) {
  header nav {
    display: none;
    width: 500rem;
    padding: 140rem 50rem 50rem;
    height: auto;
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    text-align: center;
  }
  header nav ul li a span {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 22rem;
  }
  header nav ul li a {
    font-size: 20rem;
  }
  header nav ul li {
    margin: 20rem 0;
  }
  header nav .x__btn {
    width: 40rem;
    margin: auto;
  }
  header nav .contact__btn {
    margin: auto;
    margin-top: 30rem;
  }
  .sp-menu {
    display: block;
  }
}
@media screen and (max-width: 1260px) {
  .frontview .exp__flow {
    width: 1212.8rem;
    height: auto;
    padding: 20rem 0;
    margin-top: 40rem;
    border-radius: 20rem;
    position: relative;
  }
  .frontview .exp__flow .chara {
    width: 160rem;
    display: flex;
    position: absolute;
    right: 25rem;
    top: -190rem;
  }
  .frontview .exp__flow .e__lbl {
    font-weight: bold;
    font-size: 24rem;
    letter-spacing: 0.6em;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .frontview .exp__flow .flow__items {
    margin-top: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frontview .exp__flow .flow__items .arrow {
    width: 12rem;
    margin: 0 56rem 0 30rem;
    display: flex;
  }
  .frontview .exp__flow .flow__items .f__item {
    width: 204rem;
    height: 143rem;
    padding-top: 10rem;
    background: url(../img/flow_bg.png);
    background-size: cover;
    position: relative;
  }
  .frontview .exp__flow .flow__items .f__item .icon {
    width: 98rem;
    display: flex;
    position: absolute;
    top: -20rem;
    left: -18rem;
  }
  .frontview .exp__flow .flow__items .f__item .num {
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 56rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }
  .frontview .exp__flow .flow__items .f__item .lbl {
    font-weight: bold;
    font-size: 21rem;
    line-height: 28rem;
    text-align: center;
    color: #fff;
  }
  .about__wrapper .operator__content .content__items .c__item {
    width: 50%;
    padding: 15rem;
  }
  .about__wrapper .operator__content .content__items .c__item .c__inner .name {
    font-size: 28rem;
    line-height: 1;
  }
  .about__wrapper .operator__content .content__items .c__item .c__inner .en__name {
    font-size: 24rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1090px) {
  html {
    font-size: 0.7px;
  }
}
@media screen and (max-width: 880px) {
  html {
    font-size: 0.6px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header {
    padding: 40rem 40rem 20rem;
    transition: 0.3s;
  }
  header.disible {
    opacity: 0 !important;
    animation: unset;
  }
  header .logo {
    width: 227rem;
  }
  .frontview {
    width: 670rem;
    margin: auto;
    margin-top: 220rem;
    height: 1387rem;
    border-radius: 30rem;
    background: url(../img/mv_bg_sp.png);
    background-size: cover;
  }
  .frontview .label__content {
    width: 640rem;
  }
  .frontview .label__content .p__lbl span {
    font-size: 46rem;
  }
  .frontview .label__content .p__lbl {
    font-size: 38rem;
    height: 80rem;
  }
  .frontview .label__content .p__txt {
    letter-spacing: 0.4em;
    line-height: 48rem;
  }
  .frontview .exp__flow {
    width: 570rem;
    height: auto;
    padding: 20rem 30rem 20rem 60rem;
  }
  .frontview .exp__flow .flow__items {
    display: block;
  }
  .frontview .exp__flow .flow__items .f__item {
    width: 100%;
    height: 150rem;
    padding-top: 18rem;
    background: url(../img/flow_bg_sp.png);
    background-size: cover;
  }
  .frontview .exp__flow .flow__items .arrow {
    width: 20rem;
    margin: 20rem auto 30rem;
  }
  .frontview .exp__flow .chara {
    width: 188rem;
    display: flex;
    position: absolute;
    right: -37rem;
    top: -43rem;
    z-index: 1;
  }
  .section-auth {
    margin-top: 64rem;
    padding: 100rem 0;
  }
  .section-auth .auth__content .auth__slider .swiper-button-prev {
    left: 3%;
  }
  .section-auth .auth__content .auth__slider .swiper-button-next {
    right: 3%;
  }
  .section-guide {
    padding: 100rem 0;
  }
  .section-guide .down_pan .c__lbl {
    font-size: 28rem;
  }
  .section-guide .down_pan .p__terms .p__term ul .p__content {
    position: relative;
  }
  .section-guide .down_pan .p__terms .p__term ul .p__content .sp__coverlink {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
  }
  .section-guide .down_pan .p__terms .p__term ul .p__content .c__lbl,
  .section-guide .down_pan .p__terms .p__term ul .p__content .down__icon {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }
  .section-news .news__slider {
    margin-bottom: 100rem;
  }
  .section-news .cat__items ul li {
    width: 100%;
  }
  .section-guide .down__items {
    width: 670rem;
    display: block;
  }
  .section-guide .down__items .d__item {
    width: 540rem;
    margin: auto;
    margin-bottom: 110rem;
  }
  .section-guide .down__items .d__item ul li .item .lbl {
    font-size: 28rem;
    line-height: 1.6;
  }
  .section-guide .down__items .d__item ul li .item {
    position: relative;
  }
  .section-guide .down__items .d__item ul li .item .sp__coverlink {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
  }
  .section-guide .down__items .d__item ul li .item .lbl,
  .section-guide .down__items .d__item ul li .item .icon {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }
  .section-guide .down__items .d__item .k__lbl {
    font-size: 21rem;
    line-height: 24rem;
  }
  .link__btn .lbl {
    font-size: 28rem;
  }
  .link__btn.full .lbls .txt {
    font-size: 16rem;
  }
  .link__btn.full .lbls .lbl {
    font-size: 36rem;
  }
  .section-study .st__items {
    width: 610rem;
    margin: auto;
    margin-top: 60rem;
    display: block;
  }
  .section-study .st__items .s__item {
    width: 100%;
    margin-bottom: 25rem;
    border-radius: 40rem;
    padding: 40rem 25rem 40rem;
  }
  .section-study .st__items .s__item .s__lbl span {
    font-size: 36rem;
  }
  .section-study .st__items .s__item .s__lbl {
    width: 100%;
    height: 70rem;
    border-radius: 35rem;
  }
  .section-study .st__items .s__item .p__lbl span {
    font-size: 21rem;
  }
  .section-study .st__items .s__item .p__lbl {
    width: 340rem;
    height: 34rem;
  }
  .section-study .st__items .s__item h3 {
    font-size: 32rem;
    line-height: 40rem;
  }
  .section-study .st__items .c__lbl {
    font-size: 21rem;
  }
  .section-study .st__items .c__txt {
    font-size: 21rem;
    line-height: 32rem;
  }
  .section-study {
    padding: 100rem 0;
  }
  .section-partnership .partner__content .slider__controls {
    width: 670rem;
    margin-top: 100rem;
  }
  .section-partnership {
    padding: 100rem 0;
  }
  .section-event {
    padding: 100rem 0;
  }
  .section-news {
    padding: 100rem 0;
  }
  .section-news .cat__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-news .cat__items ul li {
    width: 320rem;
    height: 80rem;
    margin: auto;
    margin-bottom: 20rem;
  }
  .section-sns .sns__items {
    display: block;
  }
  .section-sns .sns__items .s__item {
    display: block;
    margin: auto;
    margin-bottom: 50rem;
  }
  .section-sns .sns__items .s__item:last-child {
    margin-bottom: 0;
  }
  .section-JSTQb {
    padding: 100rem 0;
  }
  .section-JSTQb .content__inner .content__text {
    width: 100%;
    margin: auto;
    margin-top: 100rem;
    padding: 80rem 30rem;
  }
  .section-JSTQb .content__inner .content__text .c__txt {
    font-weight: 400;
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 48rem;
    text-align: left;
  }
  .section-JSTQb .content__inner .content__text .info {
    font-size: 28rem;
    line-height: 30rem;
  }
  .section-JSTQb .content__inner .note__txt {
    font-size: 24rem;
    line-height: 40rem;
    margin-top: 20rem;
  }
  .section-JSTQb .content__inner {
    width: 670rem;
  }
  footer {
    width: 100%;
    height: auto;
    padding: 10rem 0 37rem;
    background: url(../img/footer_bg_sp.png);
    background-size: cover;
  }
  footer .content__inner {
    display: block;
  }
  footer .content__inner .footer__info .f__logo {
    margin: auto;
  }
  footer .content__inner .footer__info .f__catch {
    font-size: 40rem;
    letter-spacing: 0.8em;
    line-height: 67rem;
    text-align: center;
    margin-top: 109rem;
  }
  footer .content__inner .footer__menu .contact__info {
    margin-bottom: 60rem;
    margin: auto;
    width: 380rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .content__inner .footer__menu .contact__info .x__link {
    width: 70rem;
    margin: auto;
    margin-bottom: 60rem;
    margin-left: 10rem;
  }
  footer .content__inner .footer__menu .contact__info .contact__btn {
    width: 260rem;
    margin: auto;
    margin-bottom: 60rem;
  }
  footer .content__inner .footer__menu {
    width: 100%;
  }
  footer .content__inner .footer__menu .c__menu li a {
    font-size: 28rem;
    letter-spacing: 0;
  }
  footer .content__inner .footer__menu .c__menu li a span {
    font-size: 32rem;
  }
  footer .content__inner .footer__menu .c__menu {
    width: 500rem;
    margin: auto;
    margin-bottom: 50rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .content__inner .footer__menu .c__menu:nth-child(2) {
    margin-bottom: 0;
  }
  footer .content__inner .footer__menu .c__menu:nth-child(3) {
    margin-bottom: 0;
  }
  footer .content__inner .footer__menu .c__menu li {
    width: 45%;
    margin-bottom: 50rem;
    text-align: center;
  }
  footer .content__inner .footer__menu .c__menu li {
    margin-left: 0;
  }
  footer .content__inner .footer__menu .c__link {
    width: 500rem;
    height: 50rem;
    margin: auto;
    margin-bottom: 20rem;
    border-radius: 25rem;
  }
  footer .content__inner .footer__menu .c__link span {
    font-size: 21rem;
  }
  footer .content__inner .footer__menu .n__txt {
    font-size: 18rem;
  }
  footer .content__inner .footer__info .copyright {
    font-size: 18rem;
    line-height: 1;
    margin-top: 65rem;
    text-align: center;
  }
  footer .content__inner .chara {
    left: 260rem;
    right: auto;
    top: 195rem;
    bottom: auto;
  }
  .bottom__link .b__lbl {
    font-size: 32rem;
  }
  .bottom__link .gap__txt {
    margin-top: 40rem;
    display: block;
  }
  .bottom__link .gap__txt .nop {
    font-weight: normal;
    font-size: 18rem;
    line-height: 1.5;
    margin-right: 0;
  }
  .bottom__link .gap__txt .pop {
    font-size: 28rem;
    line-height: 1.8;
  }
  .sp-menu {
    transform: scale(1);
  }
  header nav {
    width: 100%;
    padding: 140rem 50rem 50rem;
    height: 100%;
  }
  header nav ul li a span {
    font-weight: 600;
    font-size: 32rem;
  }
  header nav ul li a {
    font-size: 30rem;
    line-height: 2;
  }
  header nav ul li {
    margin: 30rem 0;
  }
  header nav .x__btn {
    width: 70rem;
  }
  header nav .contact__btn {
    width: 260rem;
    height: 80rem;
    border-radius: 40rem;
  }
  header nav .contact__btn span {
    font-size: 26rem;
  }
  .subfrontview {
    width: 670rem;
    height: 550rem;
    margin: auto;
    display: block;
    margin-top: 230rem;
    margin-bottom: 120rem;
    padding-left: 0;
    border-radius: 30rem;
    padding-top: 120rem;
    overflow: hidden;
    background: url(../img/sub_bg_sp.png);
    background-size: cover;
    position: relative;
  }
  .subfrontview .title__part {
    width: 612rem;
    margin: auto;
    display: block;
  }
  .subfrontview .title__part .t__icon {
    margin: 0 0 0 auto;
    position: absolute;
    right: 0rem;
    bottom: -15rem;
  }
  .about__wrapper .concept__content {
    padding: 100rem 0;
  }
  .about__wrapper .concept__content .content__inner {
    width: 670rem;
  }
  .about__wrapper .concept__content .content__inner .d__txt {
    font-size: 28rem;
    line-height: 48rem;
  }
  .about__wrapper .concept__content .content__inner .content__items {
    margin: 250rem 0 50rem;
    display: block;
    width: 100%;
  }
  .about__wrapper .concept__content .content__inner .content__items .c__item {
    width: 580rem;
    height: auto;
    margin: auto;
    margin-bottom: 120rem;
  }
  .about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full .lbls .lbl {
    font-size: 36rem;
  }
  .about__wrapper .concept__content .content__inner .content__items .c__item .link__btn.full .lbls .txt span {
    font-weight: normal;
    font-size: 24rem;
    margin-right: 0;
  }
  .about__wrapper .concept__content .content__inner .content__items .c__item .c__txt {
    font-size: 28rem;
  }
  .about__wrapper .operator__content .content__items {
    width: 550rem;
  }
  .about__wrapper .operator__content .content__items .c__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30rem;
  }
  .about__wrapper .operator__content .content__items .c__item .c__inner {
    width: 100%;
    height: 80rem;
    padding: 0 40rem;
    border-radius: 40rem;
  }
  .about__wrapper .operator__content .content__items .c__item .c__inner .name {
    font-size: 32rem;
  }
  .about__wrapper .operator__content .content__items .c__item .c__inner .en__name {
    font-size: 28rem;
  }
  .about__wrapper .operator__content {
    padding: 100rem 0;
  }
  .about__wrapper .operator__content .frame__text .f__text {
    width: 670rem;
    font-size: 21rem;
  }
  .about__wrapper .operator__content .content__inner {
    width: 670rem;
    height: auto;
    margin: auto;
    margin-bottom: 100rem;
    border-radius: 40rem;
    padding: 60rem;
  }
  .about__wrapper .operator__content .content__inner .content__items {
    width: 100%;
    margin-top: 45rem;
  }
  .about__wrapper .operator__content .content__inner .cat__lbl {
    letter-spacing: 0.05em;
  }
  .about__wrapper .istqb__bar {
    width: 100%;
  }
  .news__wrapper {
    padding: 100rem 0;
  }
  .news__wrapper .cat__items {
    width: 670rem;
    justify-content: space-between;
  }
  .news__wrapper .cat__items li {
    width: 320rem;
    padding: 0;
  }
  .news__wrapper .cat__items li a {
    width: 100%;
    height: 80rem;
    font-size: 32rem;
    border-radius: 40rem;
  }
  .news__wrapper .news__items {
    width: 670rem;
  }
  .news__wrapper .news__items .n__item .cat {
    width: 230rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 24rem;
    line-height: 18rem;
  }
  .news__wrapper .news__items .n__item .new {
    width: 127rem;
    height: 50rem;
    border-radius: 20rem;
    font-size: 28rem;
  }
  .news__wrapper .news__items .n__item h3 {
    font-weight: bold;
    font-size: 36rem;
    line-height: 1.5;
  }
  .news__wrapper .news__items .n__item .date {
    font-size: 32rem;
  }
  .news__wrapper .news__items .n__item p {
    font-size: 28rem;
    line-height: 48rem;
  }
  .news__wrapper .news__items .n__item .link__btn {
    width: 100%;
    height: 100rem;
    margin: auto;
    margin-top: 60rem;
    border-radius: 50rem;
  }
  .faq__wrapper .faq__inner {
    width: 670rem;
    height: auto;
    margin: auto;
    margin-top: 80rem;
    padding: 150rem 30rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .q__title {
    min-height: 144rem;
    height: auto;
    border-radius: 120rem;
    padding-right: 20rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item {
    margin-bottom: 30rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .q__title .q__lbl {
    width: 120rem;
    height: 120rem;
    font-size: 72rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .q__title .arrow {
    width: 36rem;
    height: 36rem;
    right: 30rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .q__title .arrow span {
    width: 20rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .a__box {
    padding: 100rem 30rem 40rem;
    margin-top: -72rem;
    word-break: break-all;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text .a__lbl {
    font-size: 48rem;
    margin-right: 10rem;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .a__box .content__text .a__txt {
    width: 89%;
    font-size: 28rem;
  }
  .contact__wrapper {
    padding: 100rem 0;
  }
  .faq__wrapper .faq__inner .faq__items .f__item .q__title .q__txt {
    width: 60%;
    margin-left: 28rem;
  }
  .contact__wrapper .contact__items {
    width: 670rem;
    margin: auto;
    display: block;
  }
  .contact__wrapper .contact__items .c__item {
    width: 100%;
    height: 510rem;
    border-radius: 40rem;
    display: block;
    margin-bottom: 60rem;
  }
  .guidance__wrapper .guide__item .content__text {
    width: 670rem;
    margin: auto;
    height: auto;
    margin-top: 100rem;
    padding: 60rem 30rem;
  }
  .guidance__wrapper .guide__item .content__text .c__lbl {
    padding: 8rem 0;
    border-radius: 35rem;
    font-size: 32rem;
    line-height: 1.5;
  }
  .guidance__wrapper .guide__item .content__text .t__txt {
    font-size: 36rem;
    letter-spacing: 0.04em;
    line-height: 54rem;
    margin-top: 15rem;
    text-align: center;
  }
  .guidance__wrapper .guide__item .content__text .c__txt {
    font-size: 28rem;
    line-height: 48rem;
  }
  .guidance__wrapper .guide__item .content__text ul li {
    font-size: 28rem;
  }
  .guidance__wrapper .guide__item .content__text .c__problem .p__lbl {
    font-size: 28rem;
  }
  .guidance__wrapper .guide__item .content__text .c__problem .p__txt {
    font-size: 24rem;
    line-height: 40rem;
    margin-top: 18rem;
  }
  .guidance__wrapper .guide__item .content__text .c__problem {
    padding: 32rem 20rem;
  }
  .guidance__wrapper .guide__item .content__text .pt__items {
    display: block;
  }
  .guidance__wrapper .guide__item .content__text .pt__items .t__item {
    width: 100%;
    height: 90rem;
    margin-bottom: 30rem;
    border-radius: 45rem;
  }
  .guidance__wrapper .guide__item .content__text .pt__items .t__item .lbl {
    font-size: 24rem;
  }
  .guidance__wrapper .guide__item .content__text .j__lbl {
    margin-bottom: 10rem;
  }
  .syllabus__wrapper .guide__item .detail__text {
    width: 670rem;
    padding: 40rem 30rem;
  }
  .syllabus__wrapper .guide__item .detail__text .t__txt {
    font-size: 36rem;
    line-height: 1.5;
  }
  .syllabus__wrapper .guide__item .detail__text .t__txt span {
    font-size: 40rem;
  }
  .syllabus__wrapper .guide__item .detail__text ul li {
    font-size: 28rem;
    line-height: 1.6;
    text-align: justify;
  }
  .syllabus__wrapper .guide__item .detail__text .b__txt {
    font-size: 21rem;
  }
  .syllabus__wrapper .guide__item .detail__text .n__txt {
    font-size: 24rem;
    line-height: 1.7;
  }
  .syllabus__wrapper .guide__item .guide__inner {
    width: 670rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .m__txt {
    font-size: 36rem;
    line-height: 54rem;
  }
  .syllabus__wrapper .guide__item .guide__inner table {
    margin-top: 40rem;
  }
  .syllabus__wrapper .guide__item .guide__inner table tr td:first-child .pan {
    width: 240rem;
    height: 48rem;
    margin-top: 10rem;
    border-radius: 25rem;
    font-size: 26rem;
  }
  .syllabus__wrapper .guide__item .guide__inner table tr td {
    font-size: 28rem;
    line-height: 48rem;
  }
  .syllabus__wrapper .guide__item .guide__inner table tr td:first-child {
    vertical-align: top;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items {
    margin-top: 50rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item {
    width: 100%;
    padding: 50rem 40rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .cp__lbl {
    border-radius: 20rem;
    font-size: 21rem;
    line-height: 1.4;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .down__info .lbl {
    font-size: 32rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td:first-child .pan {
    width: 95rem;
    height: 36rem;
    border-radius: 5rem;
    font-size: 21rem;
    margin-top: 10rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td:first-child {
    width: 115rem;
    vertical-align: top;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner table tr td {
    font-size: 24rem;
    line-height: 1.4;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner {
    height: auto;
  }
  .syllabus__wrapper .guide__item .past__items {
    width: 670rem;
  }
  .syllabus__wrapper .guide__item .past__items .p__item {
    width: 100%;
    padding: 25rem 30rem;
  }
  .syllabus__wrapper .guide__item .past__items .p__item .p__inner {
    height: auto;
  }
  .syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__info .lbl {
    font-size: 32rem;
    line-height: 1.3;
  }
  .syllabus__wrapper .guide__item .past__items .p__item .p__inner .ver {
    font-size: 21rem;
    line-height: 1.7;
  }
  .syllabus__wrapper .guide__item .past__items .p__item .p__inner .c__txt {
    font-size: 21rem;
    line-height: 1.6;
  }
  .syllabus__wrapper .guide__item {
    padding: 100rem 0;
  }
  .syllabus__wrapper .guide__item .pt__items {
    width: 670rem;
    display: block;
  }
  .syllabus__wrapper .guide__item .pt__items .p__item {
    width: 610rem;
    height: auto;
    margin: auto;
    margin-bottom: 60rem;
  }
  .syllabus__wrapper .guide__item .pt__items .p__item:last-child {
    margin-bottom: 0;
  }
  .syllabus__wrapper .guide__item .pt__items .p__item .p__info .lbl {
    font-size: 32rem;
  }
  .syllabus__wrapper .guide__item .pt__items .p__item .n__txt {
    font-size: 21rem;
    line-height: 1.4;
  }
  .syllabus__wrapper a.syllabus-sp-card-hit {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
  .syllabus__wrapper .guide__inner .g__item .c__items .c__item .c__inner .down__info > a.icon,
  .syllabus__wrapper .guide__item .past__items .p__item .p__inner .p__main-block .p__info > a.icon,
  .syllabus__wrapper .guide__item .pt__items .p__item .p__main-block .p__info > a.icon {
    position: relative;
    z-index: 2;
  }
  .syllabus__wrapper .guide__inner .g__item .c__items .c__item .c__inner .link__items {
    position: relative;
    z-index: 2;
  }
  .syllabus__wrapper .guide__item .lang__content {
    width: 610rem;
    height: auto;
    padding: 40rem 25rem 40rem 40rem;
  }
  .syllabus__wrapper .guide__item .lang__content ul li {
    font-size: 28rem;
    line-height: 48rem;
  }
  .syllabus__wrapper .guide__item .pdf__links {
    display: block;
  }
  .link__btn {
    width: 544rem;
    height: 116rem;
    border-radius: 60rem;
  }
  .syllabus__wrapper .guide__item .pdf__links .link__btn {
    margin: 0 auto 40rem;
  }
  .books__wrapper .books__item .sojan__items {
    width: 610rem;
  }
  .books__wrapper .books__item .sojan__items .j__item {
    width: 100%;
    margin-bottom: 40rem;
    padding: 0;
  }
  .books__wrapper .books__item .sojan__items .j__item .link__btn .lbl {
    font-size: 21rem;
  }
  .books__wrapper .books__item .sojan__items .j__item .j__inner .j__lbl {
    padding: 12rem 0;
    border-radius: 40rem;
    font-size: 36rem;
    line-height: 1.5;
  }
  .books__wrapper .books__item .sojan__items .j__item .j__inner .j__cat {
    width: 340rem;
    height: 34rem;
    font-size: 21rem;
  }
  .books__wrapper .books__item .sojan__items .j__item .j__inner h3 {
    font-size: 32rem;
    line-height: 1.5;
  }
  .books__wrapper .books__item .sojan__items .j__item .j__inner .jap {
    padding: 5rem 22rem;
    margin-top: 22rem;
    font-size: 21rem;
  }
  .books__wrapper .books__item .sojan__items .j__item .j__inner .c__txt {
    font-size: 21rem;
    line-height: 28rem;
  }
  .books__wrapper .books__item .process__items {
    width: 650rem;
  }
  .books__wrapper .books__item .process__items .f__item {
    margin-bottom: 40rem !important;
  }
  .books__wrapper .books__item .process__items .f__item .a__box {
    padding: 90rem 30rem 60rem;
  }
  .books__wrapper .books__item .process__items .f__item .a__box .content__text .a__txt {
    font-size: 28rem;
    line-height: 48rem;
    text-align: justify;
  }
  .books__wrapper .books__item .process__items .f__item .q__title .q__lbl {
    width: 120rem;
    height: 120rem;
    font-size: 72rem;
  }
  .books__wrapper .books__item .process__items .f__item .q__title .q__txt {
    font-size: 36rem;
    line-height: 48rem;
    margin-left: 30rem;
  }
  .books__wrapper .books__item .process__items .f__item .q__title {
    border-radius: 100rem;
  }
  .books__wrapper .books__item .process__items .f__item .a__box .content__text ul {
    padding-left: 38rem;
  }
  .books__wrapper .books__item .process__items .f__item {
    margin-bottom: 130rem;
  }
  .books__wrapper .books__item .process__items .f__item .q__title .arrow {
    width: 36rem;
    height: 36rem;
  }
  .books__wrapper .books__item .process__items .f__item .q__title .arrow span {
    width: 20rem;
  }
  .books__wrapper .books__item .doc__price {
    width: 670rem;
    padding: 100rem 30rem;
  }
  .result__wrapper .rs__item .detail__content {
    width: 670rem;
    padding: 60rem 30rem;
  }
  .result__wrapper .rs__item .detail__content .txt {
    font-size: 28rem;
    line-height: 48rem;
  }
  .result__wrapper .rs__item .detail__content ul li {
    font-size: 28rem;
  }
  .result__wrapper .rs__item .detail__content .note__frame {
    display: block;
    padding: 30rem;
  }
  .result__wrapper .rs__item .detail__content .note__frame .icon {
    width: 96rem;
    margin: auto;
  }
  .result__wrapper .rs__item .detail__content .note__frame .line {
    width: 100%;
    height: 2rem;
    margin: 20rem 0;
  }
  .result__wrapper .rs__item .detail__content .note__frame .lbl {
    font-size: 28rem;
    line-height: 48rem;
  }
  .result__wrapper .rs__item .auth__logo {
    width: 670rem;
    height: auto;
    margin: auto;
    margin-top: 80rem;
    padding: 60rem 30rem;
  }
  .result__wrapper .rs__item .auth__logo .authinfo__items {
    width: 100%;
    margin: auto;
    margin-top: 30rem;
  }
  .result__wrapper .rs__item .auth__logo .authinfo__items .auth__item {
    width: 450rem;
    padding: 0;
    margin: auto;
    margin-bottom: 60rem;
  }
  .result__wrapper .rs__item .auth__logo .authinfo__items .auth__item:last-child {
    margin-bottom: 0;
  }
  .result__wrapper .rs__item .cap__content p {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 48rem;
  }
  .partnership__wrapper .ptn__item .c__text {
    width: 670rem;
    margin: auto;
    margin-top: 150rem;
    font-size: 28rem;
    line-height: 48rem;
  }
  .partnership__wrapper .ptn__item .pt__frame {
    width: 670rem;
    padding: 60rem 30rem;
  }
  .partnership__wrapper .ptn__item .pt__frame ul li {
    font-size: 28rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner {
    width: 670rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner .table__content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .partnership__wrapper .ptn__item .ptn__inner .table__content table {
    width: 1690rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner .table__content table tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 0;
    box-shadow: 6rem 0 0 rgba(0, 0, 0, 0.06);
  }
  .partnership__wrapper .ptn__item .ptn__inner .table__content table tr td:first-child {
    width: 18%;
  }
  .partnership__wrapper .ptn__item .ptn__inner .table__content table tr:first-child td:first-child {
    z-index: 3;
  }
  .partnership__wrapper .ptn__item .ptn__inner .dt__txt {
    font-size: 28rem;
    line-height: 48rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner .res__content .content__text {
    display: block;
  }
  .partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item {
    width: 100%;
    margin-top: 10rem;
  }
  .partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items {
    width: 100%;
    margin: auto;
    margin-top: 30rem;
    justify-content: space-between;
  }
  .partnership__wrapper .ptn__item .partner__content {
    width: 670rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .ex__txt {
    font-size: 21rem;
  }
  .partnership__wrapper .ptn__item .ptn__inner .res__content .content__text .c__item .txt span {
    font-size: 21rem;
  }
  .partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item {
    width: 320rem;
    margin-bottom: 30rem;
    padding: 0;
  }
  .partnership__wrapper .ptn__item .partner__content .ptn__ship .pt__items .pt__item .cap__txt {
    font-size: 20rem;
  }
  .partnership__wrapper .contact__part {
    width: 670rem;
  }
  .section-guide .down_pan .p__terms .p__term ul .p__content .c__lbl {
    font-size: 28rem;
  }
  .section-guide .down_pan .p__terms .p__term .k__lbl {
    font-size: 20rem;
    line-height: 26rem;
  }
  .link__btn.full .lbls .line {
    width: 310rem;
  }
  .about__wrapper .operator__content .frame__text {
    width: 670rem;
    margin: auto;
    padding-left: 0;
    margin-top: 50rem;
  }
  .about__wrapper .operator__content .section-title .cap__txt {
    margin-bottom: 50rem;
  }
  .books__wrapper .books__item .process__items .f__item .q__title {
    width: 100%;
    min-height: 144rem;
    height: auto;
  }
  .books__wrapper .books__item .process__items .f__item .a__box {
    margin-top: -72rem;
  }
  .guideline__wrapper p {
    font-size: 26rem;
  }
  .guideline__wrapper h2 {
    font-size: 38rem;
  }
  .guideline__wrapper {
    width: 690rem;
  }
  .results-list__inner {
    width: 670rem;
    padding: 60rem 30rem;
  }
  .results-list__title {
    padding: 14rem 18rem;
    font-size: 32rem;
    border-radius: 9999rem;
    text-align: center;
  }
  .results-list__text {
    width: 89%;
    font-size: 30rem;
  }
  .result-npo .result-npo__text {
    font-size: 24rem;
  }
  .result-detail__board-title {
    font-size: 32rem;
  }
  .result-detail__board-note {
    margin-top: 6rem;
    font-size: 21rem;
  }
  .result-detail__names {
    margin-top: 35rem;
  }
  .result-detail__names {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .result-detail__name {
    font-size: 28rem;
  }
  .section-partnership .partner__content .slider__controls .swiper-button-prev {
    width: 162rem;
    height: 46.8rem;
    margin-right: 30rem;
  }
  .section-partnership .partner__content .slider__controls .swiper-button-next {
    width: 162rem;
    height: 46.8rem;
  }
  .section-news .news__content .news__slider .c__item p {
    font-size: 28rem;
  }
  .section-news .news__content .slider__controls .swiper-button-prev {
    width: 162rem;
    height: 46.8rem;
    margin-right: 30rem;
  }
  .section-news .news__content .slider__controls .swiper-button-next {
    width: 162rem;
    height: 46.8rem;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link {
    width: 100%;
    height: 116rem;
    border-radius: 60rem;
    position: relative;
    justify-content: center;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link .lbl {
    width: 80%;
    font-size: 34rem;
    margin: 0;
    line-height: 1.2;
    text-align: center;
  }
  .syllabus__wrapper .guide__item .guide__inner .g__item .c__items .c__item .c__inner .link__items .p__link .arrow {
    position: absolute;
    top: 50%;
    right: 20rem;
    transform: translateY(-50%);
    width: 26rem;
    height: 26rem;
  }
  .results-list .note__txt {
    font-size: 30rem;
    line-height: 1.5;
  }
  .section-study .st__items .s__item .s__inner .link__btn .lbl {
    font-size: 21rem;
  }
  .syllabus__wrapper .guide__item .al__lbl {
    width: 610rem;
    height: 60rem;
    border-radius: 30rem;
    font-size: 32rem;
  }
  .syllabus__wrapper .guide__item .al__note {
    width: 610rem;
    margin: auto;
    font-size: 36rem;
    line-height: 60rem;
    margin-top: 25rem;
    text-align: left;
  }
  .syllabus__wrapper .guide__item .al__note .c01 {
    font-size: 24rem;
  }
  .syllabus__wrapper .guide__item .youtube__links {
    width: 610rem;
    margin-top: 100rem;
    display: block;
  }
  .syllabus__wrapper .guide__item .youtube__links .y__item {
    width: 100%;
    margin-bottom: 100rem;
  }
  .syllabus__wrapper .guide__item .youtube__links .y__item:last-child {
    margin-bottom: 0;
  }
  .syllabus__wrapper .guide__item .youtube__links .y__item .down__link .lbl {
    font-size: 32rem;
    line-height: 38rem;
  }
  .guidance__wrapper .guide__data .cp__wrapper {
    width: 670rem;
  }


  .guidance__wrapper .guide__data .cp__wrapper .cp__item  .cap__content p {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

  
.guidance__wrapper .guide__data .cp__wrapper .btn_box {
  display: inherit;
}


.guidance__wrapper .guide__data .cp__wrapper .btn_box div{
  margin: 4% auto;
  width: 90%;
}


.guidance__wrapper .guide__data .cp__wrapper .btn_box div .link__btn{
  width: 100%;
}

  
  .guidance__wrapper .guide__data .cp__wrapper .cp__item {
    padding: 60rem 30rem;
  }
  .guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item .c__lbl {
    width: 100%;
    height: auto;
    padding: 16rem 0;
    border-radius: 50rem;
    font-size: 21rem;
    line-height: 32rem;
    display: block;
  }
  .guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item table tr th:first-child {
    width: 240rem;
    position: sticky;
    left: 0;
  }
  .guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item .table__content {
    overflow: auto;
  }
  .guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item .table__content table {
    width: 900rem;
  }
  .guidance__wrapper .guide__data .cp__wrapper .cp__item .c__item .table__content table tr td:first-child {
    position: sticky;
    left: 0;
  }
  .syllabus__wrapper .guide__item .youtube__links .y__item .down__link .sp__link {
    display: block;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}/*# sourceMappingURL=style.css.map */