@charset "utf-8";


/* @media (max-width: 1079px) {
  :root {
    --width-ratio: (100vw / 1080);}
} */

/*Foundation
---------------------------------------------------------- */
/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,dl,dt,dd,ol,ul,li,form,label,legend,table,tbody,tr,th,td,article,embed,footer,header,hgroup,nav,section,time {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;}

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

ol,ul {
  list-style: none;}

blockquote,q {
  quotes: none;}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;}

* {
  box-sizing: border-box;}

/*base */
html {
  font-size: 16px;}

body {
  background-color: #fff;
  font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #2e2e2e;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;}

a {
  color: unset;
  transition: all .3s ease;}

a:link,a:visited,a:hover {
  text-decoration: none;}

button {
  cursor: pointer;}

input[type="search"],input[type="submit"],select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;}

input,select,textarea {
  font-family: YuGothic, Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;}

rt {
  letter-spacing: -2px;
  font-size: 10px;}


/* layout
---------------------------------------------------------- */
/*header*/
.l-header {
  padding: 16px 0;}

.l-header__cotainer {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;}

.l-header__cotainer__logo {
  width: 280px;}

.l-header__cotainer__logo > a {
  display: block;}

.l-header__cotainer__btn {
  width: 305px;
  display: flex;
  justify-content: space-between;}

.l-header__cotainer__btn__link {
  width: 95px;
  border: solid 1px #0d51a3;
  border-radius: 5px;
  color: #0d51a3;
  font-size: 14px;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  transition: all .3s ease;}

.l-header__cotainer__btn__link:hover {
  background-color: #0d51a3;
  color: #fff;}

.l-header__cotainer__info {
  display: none;}

/*footer*/
.l-footer {
  margin-top: 50px;
  width: 100%;}

.l-footer__copyright {
  background-color: #0d51a3;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  width: 100%;}

.l-footer__pagetop {
  display: none;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 3;
  bottom: 38px;
  right: 0px;
}
.l-footer__pagetop a {
  width: 60px;
  height: 60px;
  color: #fff100;
  background-color: #0d51a3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__pagetop a i {
  font-size: 48px;
}
.l-mv__in {
  border: solid 5px #004fa2;
  border-left: none;
  border-right: none;
  padding-top: 3px;
  padding-bottom: 3px;}

.l-mv__in__in {
  border: solid 1px #004fa2;
  border-left: none;
  border-right: none;
  padding-top: 3px;
  padding-bottom: 75px;
  background-image: url(../img/mv-icon-line.png);
  background-repeat: repeat-x;
  background-position: left bottom 7px;
  background-size: auto;
  display: flex;
  flex-wrap: wrap;}

.l-mv__in__in__left {
  background-color: #fff100;
  background-image: url(../img/mv-Lpattern.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  width: 50%;
  height: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 120px 108px 120px 0;}

.l-mv__in__in__left__box {
  width: 322px;}

.l-mv__in__in__right {
  background-color: #0d51a3;
  background-image: url(../img/mv-Rpattern.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  width: 50%;
  height: 460px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 68px 0 70px 40px;}

.l-mv__in__in__right__box {
  width: 498px;
  text-align: center;}

.l-mv__in__in__right__box__btn {
  display: inline-block;
  width: 420px;
  margin-top: 60px;}

.l-menu {
  border-bottom: solid 1px #004fa2;
  padding-bottom: 3px;}

.l-menu__in {
  border-bottom: solid 5px #004fa2;
  background-image: url(../img/menu-bg.png);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left top;
  padding: 20px 0 18px;}

.l-menu__in__list {
  display: flex;
  justify-content: center;}

.l-menu__in__list__item + .l-menu__in__list__item {
  position: relative;}

.l-menu__in__list__item + .l-menu__in__list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #28323c;
  transform: translateY(-50%);}

.l-menu__in__list__item__link {
  display: inline-block;
  min-width: 88px;
  padding: 0 24px 18px;
  font-weight: 600;
  text-align: center;
  background: url(../img/nav-Btn.png) 50% 90% no-repeat;
  background-size: 17px auto;}

.l-menu__in__list__item__link:hover {
  opacity: .7;
  background-position: 50% 100%;}




/* Object
---------------------------------------------------------- */
/*--------------------
Project
--------------------*/
.p-about-jpt {
  position: relative;
  background-color: #e4edf8;
  padding: 80px 0 60px;
  margin-bottom: 80px;
  background-image: url(../img/about-Lpattern.png), url(../img/about-Rpattern.png);
  background-repeat: no-repeat;
  background-position: left 90px, right 60px;
  z-index: 3;}

.p-about-jpt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 49vw 0 49vw;
  border-color: #e4edf8 transparent transparent transparent;
  margin-top: -1px;
  transform: translateX(-50%);}

.p-about-jpt__in {
  max-width: 900px;
  margin: 60px auto 0;}

.p-about-jpt__in__box {
  padding: 20px 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(13, 81, 163, .05);
  line-height: 2.5;
  font-weight: 600;}

.p-difference-jlpt {
  padding: 80px 0 140px;
  margin-top: -80px;
  background-image: url(../img/difference-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 2;}

.p-difference-jlpt__point {
  padding: 60px 0 0;
}

.p-difference-jlpt__in {
  max-width: 855px;
  margin: 60px auto 0;}

.p-difference-jlpt__in__box1 {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2.5;
  font-weight: 600;}

.p-difference-jlpt__in__box2 {
  margin-top: 60px;}

.p-difference-jlpt__in__box2__tbl-wrap {
  margin-top: 50px;}

.p-difference-jlpt__in__box2__tbl {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;}

.p-difference-jlpt__in__box2__tbl > thead > tr > th {
  width: 35%;
  background-color: #0d51a3;
  border: solid 1px #0d51a3;
  padding: 16px 0 12px;
  color: #fff;
  text-align: center;}

.p-difference-jlpt__in__box2__tbl > thead > tr > th:nth-child(2) {
  border-right: solid 1px #fff;
}
.p-difference-jlpt__in__box2__tbl > thead > tr > th:last-child {
  border-left: solid 1px #fff;
}

.p-difference-jlpt__in__box2__tbl > thead > tr > th.p-difference-jlpt__in__box2__tbl--blank {
  width: 30%;
  background-color: transparent;
  border-top: none;
  border-left: none;}

.p-difference-jlpt__in__box2__tbl > tbody > tr > th {
  background-color: #0d51a3;
  border: solid 1px #fff;
  padding: 22px 13px 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;}

.p-difference-jlpt__in__box2__tbl > tbody > tr > th.p-difference-jlpt__in__box2__tbl--style {
  border-bottom: solid 1px #0d51a3;}

.p-difference-jlpt__in__box2__tbl > tbody > tr > td {
  background-color: #fff;
  border: solid 1px #0d51a3;
  padding: 22px 12px 12px;
  color: #0d51a3;
  text-align: center;}

.p-features-jpt {
  padding: 80px 0 100px;
  margin-top: -80px;
  background-color: #fff65a;
  background-image: url(../img/point-Lpattern.png), url(../img/point-Rpattern.png);
  background-repeat: no-repeat;
  background-position: left 160px, right 137px;
  position: relative;
  z-index: 1;}

.p-features-jpt__point {
  padding: 60px 0 0;
}

.p-features-jpt__in {
  max-width: 950px;
  margin: 60px auto 0;}

.p-features-jpt__in__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}

.p-features-jpt__in__box__item {
  width: 440px;}

.p-features-jpt__in__box__item:nth-child(n+3) {
  margin-top: 20px;}

.p-features-jpt__in__box__item__img {
  width: 100%;}

.p-features-jpt__in__box__item__tit {
  width: 100%;
  background-color: #004fa2;
  padding: 23px 12px 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;}

.p-problem {
  padding: 80px 0 85px;}

.p-problem__in {
  max-width: 1080px;
  margin: 60px auto 0;}

.p-problem__in__box1 {
  max-width: 790px;
  margin: 0 auto;
  line-height: 2.5;
  font-weight: 600;}

.p-problem__in__box2 {
  margin-top: 80px;}

.p-problem__in__box2__tbl {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;}

.p-problem__in__box2__tbl > thead > tr > th {
  background-color: #0d51a3;
  border-left: solid 3px #fff;
  padding: 25px 0 13px;
  vertical-align: middle;
  color: #fff;
  text-align: center;}

.p-problem__in__box2__tbl > thead > tr > th:nth-child(1) {
  width: 8%;
  border-left: none;}

.p-problem__in__box2__tbl > thead > tr > th:nth-child(2) {
  width: 12%;}

.p-problem__in__box2__tbl > thead > tr > th:nth-child(3) {
  width: 9%;}

.p-problem__in__box2__tbl > thead > tr > th:nth-child(4) {
  width: 59%;}

.p-problem__in__box2__tbl > thead > tr > th:nth-child(5) {
  width: 12%;}

.p-problem__in__box2__tbl > tbody > tr > th {
  background-color: #0d51a3;
  border-top: solid 3px #fff;
  padding: 20px 0 14px;
  vertical-align: middle;
  color: #fff;
  line-height: 2;
  text-align: center;}

.p-problem__in__box2__tbl > tbody > tr > td {
  background-color: #f0f0f0;
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  padding: 10px;
  vertical-align: middle;
  color: #2e2e2e;
  text-align: center;
  line-height: 2.5;}

.p-problem__in__box2__tbl > tbody > tr.p-problem__in__box2__tbl__style > td {
  border-top: none;}

.p-problem__in__box2__tbl > tbody > tr:last-child > td {
  background-color: #d0d0d0;
}

.p-exam-schedule__in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 85px;
  border-top: solid 5px #f5f9ff;}

.p-exam-schedule__in__box {
  margin-top: 60px;}

.p-exam-schedule__in__box__tbl {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;}

.p-exam-schedule__in__box__tbl > thead > tr > th {
  background-color: #0d51a3;
  border-left: solid 3px #fff;
  padding: 24px 0 11px;
  vertical-align: middle;
  color: #fff;
  text-align: center;}

.p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(1) {
  width: 11%;
  border-left: none;}

.p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(2) {
  width: 23%;}

.p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(3) {
  width: 25%;}

.p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(4) {
  width: 41%;}

.p-exam-schedule__in__box__tbl > tbody > tr > td {
  background-color: #f0f0f0;
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  padding: 22px 20px 12px;
  vertical-align: middle;
  color: #2e2e2e;
  text-align: center;}

.p-exam-schedule__in__box__tbl > tbody > tr > td:first-child {
  border-left: none;}

.p-examination-flow__in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 90px;
  border-top: solid 5px #f5f9ff;}

.p-examination-flow__in__box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;}

.p-examination-flow__in__box1__item {
  width: 500px;}

.p-examination-flow__in__box1__item__tit {
  font-size: 24px;
  font-weight: 600;
  color: #0d51a3;
  text-align: center;}

.p-examination-flow__in__box1__item__mov {
  display: block;
  margin-top: 40px;}

.p-examination-flow__in__box1__item__mov:hover {
  opacity: .7;}

.p-examination-flow__in2--wrap {
  background-color: #f5f9ff;
  padding: 60px 0 80px;}

.p-examination-flow__in2 {
  max-width: 1080px;
  margin: 0 auto;}

.p-examination-flow__in2__box2 {
  max-width: 1080px;
  margin: 0 auto;}

.p-examination-flow__in2__box2__flow {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/flow-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 0 30px 20px;}

.p-examination-flow__in2__box2__flow + .p-examination-flow__in2__box2__flow {
  padding-top: 50px;}

.p-examination-flow__in2__box2__flow__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 56px;
  margin-bottom: 40px;
  background-color: #4784cd;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  letter-spacing: .06em;
  color: #fff;
  border-radius: 28px;
  line-height: 1;}

.p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__label {
  background-color: #fff100;
  font-size: 30px;
  font-weight: 600;
  color: #0d51a3;}

.p-examination-flow__in2__box2__flow__label__1 {
  font-size: 46px;
  letter-spacing: .1em;}

.p-examination-flow__in2__box2__flow__con {
  width: 530px;
  margin-left: 70px;
  margin-bottom: 40px;}

.p-examination-flow__in2__box2__flow__con__head {
  font-size: 32px;
  font-weight: 600;
  color: #4784cd;}

.p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__con__head {
  color: #0d51a3;}

.p-examination-flow__in2__box2__flow__con__body {
  margin-top: 30px;
  font-weight: 600;
  line-height: 2.5;}

.p-examination-flow__in2__box2__flow__con__foot {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 52px;}

.p-examination-flow__in2__box2__flow__con__foot__in {
  display: flex;
  justify-content: space-between;}

.p-examination-flow__in2__box2__flow__con__foot__in__item {
  text-align: center;}

.p-examination-flow__in2__box2__flow__con__foot__in__item:hover {
  opacity: .7;}

.p-examination-flow__in2__box2__flow__con__foot__in__item__tit {
  font-size: 14px;
  font-weight: 600;}

.p-examination-flow__in2__box2__flow__con__foot__in__item__img {
  display: inline-block;
  margin-top: 6px;}

.p-examination-flow__in2__box2__flow__img {
  width: 180px;
  margin-left: 30px;
  margin-bottom: 40px;
  text-align: right;}

.p-examination-flow__in2__btn {
  margin: 80px auto 0;
  text-align: center;}

.p-examination-flow__in2__btn__link {
  width: 500px;}

.p-voice-user {
  padding: 80px 0 75px;
  background-color: #0d51a3;
  background-image: url(../img/voice-Lpattern.png), url(../img/voice-Rpattern.png);
  background-repeat: no-repeat;
  background-position: left 16px, right 148px;}

.p-voice-user__in {
  max-width: 1080px;
  margin: 60px auto 0;}

.p-voice-user__in__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}

.p-voice-user__in__box__item {
  width: 520px;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 24px 20px;}

.p-voice-user__in__box__item:nth-child(n+3) {
  margin-top: 40px;}

.p-voice-user__in__box__item__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;}

.p-voice-user__in__box__item__head__img {
  width: 150px;}

.p-voice-user__in__box__item__head__name {
  width: calc(100% - 184px);
  margin-left: 34px;
  font-weight: 600;}

.p-voice-user__in__box__item__head__name__1 {
  font-size: 24px;}

.p-voice-user__in__box__item__body {
  margin-top: 20px;
  font-weight: 600;
  line-height: 2.5;}

.p-faq {
  padding: 110px 0 150px;}

.p-faq__box {
  max-width: 900px;
  margin: 56px auto 0;}

.p-faq__box__question {
  background-image: url(../img/faq-q.png), url(../img/faq-openBtn.png);
  background-repeat: no-repeat;
  background-position: 2% 50%, 98% 50%;
  background-size: 23px auto, 36px auto;
  padding: 32px 66px 30px 60px;
  border-top: solid 5px #004fa2;
  border-bottom: solid 5px #004fa2;
  font-size: 20px;
  color: #0d51a3;
  font-weight: 600;}

.p-faq__box__question:not(:first-child) {
  border-top: none;}

.p-faq__box__answer {
  border-bottom: solid 5px #004fa2;
  padding-bottom: 20px;
  font-size: 16px;
  color: #0d51a3;
  font-weight: 600;
  line-height: 2.5;}

.p-faq__box__answer__in {
  background-image: url(../img/faq-a.png);
  background-repeat: no-repeat;
  background-position: 2% 33px;
  background-size: 21px auto;
  padding: 22px 20px 20px 60px;
  background-color: #fffdd7;
  border-radius: 10px;}

.p-faq__box__answer__in a {
  text-decoration: underline;}

.p-faq__box__answer__in a:hover {
    text-decoration: none;}
.p-faq__box__question.js-dropdown-btn-on {
  border-bottom: none;
  background-image: url(../img/faq-q.png), url(../img/faq-closeBtn.png);}

.p-faq__btn {
  margin: 80px auto 0;
  text-align: center;}

.p-faq__btn__link {
  width: 640px;}





/*--------------------
Component
--------------------*/
.c-tit {
  font-size: 40px;
  font-weight: 700;
  color: #0d51a3;
  text-align: center;}

.c-tit--2 {
  color: #fff;}

.c-tit__in {
  position: relative;
  z-index: 2;}

.c-tit__in::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 104%;
  height: 10px;
  background-color: #fff100;
  z-index: -1;
  transform: translateX(-50%);}

.c-tit2 {
  font-size: 30px;
  font-weight: 600;
  color: #0d51a3;
  text-align: center;}

.c-btnlink {
  position: relative;
  display: inline-block;
  min-width: 300px;
  box-shadow: 0 7px #b2a90a;
  border-radius: 30.62px;
  background-color: #fff100;
  color: #0d51a3;
  font-weight: 600;
  line-height: 1;
  padding: 4px 100px 3px;
  background-image: url(../img/memo-ico.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: 30px 50%;}

.c-btnlink::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 12px;
  border-color: transparent transparent transparent #0d50a3;
  transform: translateY(-50%);}

.c-btnlink:hover {
  transform: translateY(7px);
  box-shadow: 0 -7px transparent;}

.c-btnlink__1 {
  font-size: 12px;}

.c-btnlink__2 {
  font-size: 26px;
  display: inline-block;
  margin-top: -1px;}

.c-btnlink--2 {
  box-shadow: 0 8px #cedbea;
  border-radius: 40px;
  background-color: #0d51a3;
  font-size: 28px;
  color: #fff;
  padding: 30px 100px 20px;
  background-image: none;}

.c-btnlink--2::after {
  border-width: 11px 0 11px 13px;
  border-color: transparent transparent transparent #fff;}

.c-btnlink--2:hover {
  transform: translateY(8px);
  box-shadow: 0 -8px transparent;}

.c-btnlink2 {
  display: inline-block;
  min-width: 300px;
  box-shadow: 0 7px #b2a90a;
  border-radius: 40.62px;}

.c-btnlink2:hover {
  transform: translateY(7px);
  box-shadow: 0 -7px transparent;}

.c-none-hurigana {
  padding-top: 10px;}

.c-txt-highlight {
  background: linear-gradient(transparent 60%, #fff100 0%);
  color: #0d51a3;}


/*--------------------
Utility
--------------------*/
/*clearfix*/
.u-cl:after {
  clear: both;
  content: '';
  display: block;}

/*font*/
.u-fwB {
  font-weight: bold;}

.u-fs10 {
  font-size: 10px;}

.u-fs11 {
  font-size: 11px;}

.u-fs12 {
  font-size: 12px;}

.u-fs13 {
  font-size: 13px;}

.u-fs14 {
  font-size: 14px;}

.u-fs15 {
  font-size: 15px;}

.u-fs16 {
  font-size: 16px;}

.u-fs17 {
  font-size: 17px;}

.u-fs18 {
  font-size: 18px;}

.u-fs19 {
  font-size: 19px;}

.u-fs20 {
  font-size: 20px;}

.u-fs21 {
  font-size: 21px;}

.u-fs22 {
  font-size: 22px;}

.u-fs23 {
  font-size: 23px;}

.u-fs24 {
  font-size: 24px;}

.u-fs25 {
  font-size: 25px;}

.u-fs26 {
  font-size: 26px;}

.u-fs27 {
  font-size: 27px;}

.u-fs28 {
  font-size: 28px;}

.u-fs29 {
  font-size: 29px;}

.u-fs30 {
  font-size: 30px;}

.u-mintyo {
  font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "HGS明朝B", "HGS明朝E", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*width*/
.u-w100 {
  width: 100px;}

.u-w200 {
  width: 200px;}

.u-w250 {
  width: 250px;}

.u-w300 {
  width: 300px;}

.u-w615 {
  width: 615px;}

.u-w1000 {
  width: 1000px;}

.u-w05p {
  width: 5%;}

.u-w10p {
  width: 10%;}

.u-w15p {
  width: 15%;}

.u-w20p {
  width: 20%;}

.u-w25p {
  width: 25%;}

.u-w30p {
  width: 30%;}

.u-w35p {
  width: 35%;}

.u-w40p {
  width: 40%;}

.u-w45p {
  width: 45%;}

.u-w50p {
  width: 50%;}

.u-w55p {
  width: 55%;}

.u-w60p {
  width: 60%;}

.u-w65p {
  width: 65%;}

.u-w70p {
  width: 70%;}

.u-w75p {
  width: 75%;}

.u-w80p {
  width: 80%;}

.u-w85p {
  width: 85%;}

.u-w90p {
  width: 90%;}

.u-w95p {
  width: 95%;}

.u-w100p {
  width: 100%;}

/*margin-top*/
.u-mt0 {
  margin-top: 0;}

.u-mt05 {
  margin-top: 5px;}

.u-mt10 {
  margin-top: 10px;}

.u-mt15 {
  margin-top: 15px;}

.u-mt20 {
  margin-top: 20px;}

.u-mt25 {
  margin-top: 25px;}

.u-mt30 {
  margin-top: 30px;}

.u-mt35 {
  margin-top: 35px;}

.u-mt40 {
  margin-top: 40px;}

.u-mt45 {
  margin-top: 45px;}

.u-mt50 {
  margin-top: 50px;}

/*margin-right*/
.u-mrauto {
  margin-right: auto;}

.u-mr0 {
  margin-right: 0;}

.u-mr05 {
  margin-right: 5px;}

.u-mr10 {
  margin-right: 10px;}

.u-mr15 {
  margin-right: 15px;}

.u-mr20 {
  margin-right: 20px;}

.u-mr25 {
  margin-right: 25px;}

.u-mr30 {
  margin-right: 30px;}

.u-mr35 {
  margin-right: 35px;}

.u-mr40 {
  margin-right: 40px;}

.u-mr45 {
  margin-right: 45px;}

.u-mr50 {
  margin-right: 50px;}

/*margin-bottom*/
.u-mb0 {
  margin-bottom: 0;}

.u-mb05 {
  margin-bottom: 5px;}

.u-mb10 {
  margin-bottom: 10px;}

.u-mb15 {
  margin-bottom: 15px;}

.u-mb20 {
  margin-bottom: 20px;}

.u-mb25 {
  margin-bottom: 25px;}

.u-mb30 {
  margin-bottom: 30px;}

.u-mb35 {
  margin-bottom: 35px;}

.u-mb40 {
  margin-bottom: 40px;}

.u-mb45 {
  margin-bottom: 45px;}

.u-mb50 {
  margin-bottom: 50px;}

/*margin-left*/
.u-mlauto {
  margin-left: auto;}

.u-ml0 {
  margin-left: 0;}

.u-ml05 {
  margin-left: 5px;}

.u-ml10 {
  margin-left: 10px;}

.u-ml15 {
  margin-left: 15px;}

.u-ml20 {
  margin-left: 20px;}

.u-ml25 {
  margin-left: 25px;}

.u-ml30 {
  margin-left: 30px;}

.u-ml35 {
  margin-left: 35px;}

.u-ml40 {
  margin-left: 40px;}

.u-ml45 {
  margin-left: 45px;}

.u-ml50 {
  margin-left: 50px;}

/*padding-top*/
.u-pt0 {
  padding-top: 0;}

.u-pt05 {
  padding-top: 5px;}

.u-pt10 {
  padding-top: 10px;}

.u-pt15 {
  padding-top: 15px;}

.u-pt20 {
  padding-top: 20px;}

.u-pt25 {
  padding-top: 25px;}

.u-pt30 {
  padding-top: 30px;}

.u-pt35 {
  padding-top: 35px;}

.u-pt40 {
  padding-top: 40px;}

.u-pt45 {
  padding-top: 45px;}

.u-pt50 {
  padding-top: 50px;}

/*padding-right*/
.u-pr0 {
  padding-right: 0;}

.u-pr05 {
  padding-right: 5px;}

.u-pr10 {
  padding-right: 10px;}

.u-pr15 {
  padding-right: 15px;}

.u-pr20 {
  padding-right: 20px;}

.u-pr25 {
  padding-right: 25px;}

.u-pr30 {
  padding-right: 30px;}

.u-pr35 {
  padding-right: 35px;}

.u-pr40 {
  padding-right: 40px;}

.u-pr45 {
  padding-right: 45px;}

.u-pr50 {
  padding-right: 50px;}

/*padding-bottom*/
.u-pb0 {
  padding-bottom: 0;}

.u-pb05 {
  padding-bottom: 5px;}

.u-pb10 {
  padding-bottom: 10px;}

.u-pb15 {
  padding-bottom: 15px;}

.u-pb20 {
  padding-bottom: 20px;}

.u-pb25 {
  padding-bottom: 25px;}

.u-pb30 {
  padding-bottom: 30px;}

.u-pb35 {
  padding-bottom: 35px;}

.u-pb40 {
  padding-bottom: 40px;}

.u-pb45 {
  padding-bottom: 45px;}

.u-pb50 {
  padding-bottom: 50px;}

/*padding-left*/
.u-pl0 {
  padding-left: 0;}

.u-pl05 {
  padding-left: 5px;}

.u-pl10 {
  padding-left: 10px;}

.u-pl15 {
  padding-left: 15px;}

.u-pl20 {
  padding-left: 20px;}

.u-pl25 {
  padding-left: 25px;}

.u-pl30 {
  padding-left: 30px;}

.u-pl35 {
  padding-left: 35px;}

.u-pl40 {
  padding-left: 40px;}

.u-pl45 {
  padding-left: 45px;}

.u-pl50 {
  padding-left: 50px;}

/*text-align*/
.u-taC {
  text-align: center;}

.u-taR {
  text-align: right;}

.u-taL {
  text-align: left !important;}

.u-font-hiragino {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.u-font-noto {
  font-family: 'Noto Sans JP', sans-serif;}

.u-pc-none {
  display: none;}



@media (max-width: 1079px) {
  /*Foundation
  ---------------------------------------------------------- */
  html {
    font-size: 16px;}

  body {
    margin-top: calc(110 * (100vw / 1080));
    line-height: 1.2;}

  rt {
    letter-spacing: -1px;
    font-size: calc(10 * (100vw / 1080));}


  /* layout
  ---------------------------------------------------------- */
  .l-header {
    border-bottom: solid 5px #0d51a3;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: calc(120 * (100vw / 1080));
    z-index: 30003;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 calc(20 * (100vw / 1080));}

  .l-header__cotainer {
    max-width: none;}

  .l-header__cotainer__logo {
    width: calc(316 * (100vw / 1080));}

  .l-header__cotainer__info {
    display: flex;
    width: calc(268 * (100vw / 1080));
    justify-content: space-between;
  }

  .l-header__cotainer__info__link,
  .l-header__cotainer__info__gnav-btn {
    width: 24%;
    background-color: #0d51a3;
    font-size: calc(24 * (100vw / 1080));
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    padding: 4px;}

  .l-header__cotainer__info__gnav-btn {
    min-height: 42px;
    position: relative;}

  .l-header__cotainer__info__gnav-btn__line {
    position: absolute;
    top: 50%;
    display: block;
    width: calc(36 * (100vw / 1080));
    height: calc(4 * (100vw / 1080));
    background-color: #fff;
    border-radius: calc(2 * (100vw / 1080));
    margin-top: calc(-2 * (100vw / 1080));}

  .l-header__cotainer__info__gnav-btn__line::before,
  .l-header__cotainer__info__gnav-btn__line::after {
    position: absolute;
    content: '';
    display: block;
    width: calc(36 * (100vw / 1080));
    height: calc(4 * (100vw / 1080));
    background-color: #fff;
    border-radius: calc(2 * (100vw / 1080));
    transition: all .3s ease;}

  .l-header__cotainer__info__gnav-btn__line::before {
    top: calc(-10 * (100vw / 1080));}

  .l-header__cotainer__info__gnav-btn__line::after {
    bottom: calc(-10 * (100vw / 1080));}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open {
    background-color: transparent;}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open::before {
    top: 0;
    transform: rotate(45deg);}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open::after {
    bottom: 0;
    transform: rotate(-45deg);}

  .l-gnav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    transition: transform .3s ease;
    width: 100vw;
    height: 100vh;
    z-index: 30002;}

  .l-gnav__container {
    background-color: #fff;
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;}

  .l-gnav__container__contents {
    padding-top: calc(120 * (100vw / 1080));}

  .l-gnav__container__contents__link {
    background-color: #fff;
    background-image: url(../img/sp/sp-menu-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-bottom: solid 5px #0d51a3;}

  .l-gnav__container__contents__link__item {
    padding: 0 calc(30 * (100vw / 1080));}

  .l-gnav__container__contents__link__item__in {
    border-top: solid 1px #0d51a3;
    display: block;
    background: url(../img/sp/sp-nav-Btn.png) no-repeat 94% center;
    background-size: calc(11 * (100vw / 1080)) auto;
    padding: calc(32 * (100vw / 1080)) calc(60 * (100vw / 1080)) calc(28 * (100vw / 1080)) calc(24 * (100vw / 1080));
    font-size: 16px;
    font-weight: 600;
    line-height: 1;}

  .l-gnav__container__contents__link__item:first-child > .l-gnav__container__contents__link__item__in {
    border-top: none;}

  .l-footer {
    margin-top: calc(50 * (100vw / 1080));}

  .l-footer__copyright {
    margin-top: calc(30 * (100vw / 1080));
    line-height: 1.2;
    font-size: 10px;}

  .l-footer__pagetop {
    bottom: 44px;}

  .l-footer__pagetop a {
    width: calc(30 * (100vw / 1080));
    height: calc(30 * (100vw / 1080));}

  .l-footer__pagetop a i {
    font-size: 28px;}

  .l-mv__in__in {
    padding-bottom: calc(100 * (100vw / 1080));
    background-image: url(../img/sp/sp-mv-icon-line.png);
    background-size: calc(750 * (100vw / 1080));
    background-position: left 99%;
  }

  .l-mv__in__in__left {
    justify-content: center;
    width: 100%;
    height: auto;
    background-image: none;
    padding: calc(26 * (100vw / 1080)) 0 calc(30 * (100vw / 1080));}

  .l-mv__in__in__left__box {
    max-width: calc(427 * (100vw / 1080));
    width: 100%;}

  .l-mv__in__in__right {
    justify-content: center;
    width: 100%;
    height: auto;
    background-image: none;
    padding: calc(50 * (100vw / 1080)) 0 calc(70 * (100vw / 1080));}

  .l-mv__in__in__right__box {
    max-width: calc(650 * (100vw / 1080));
    width: 100%;}

  .l-mv__in__in__right__box__btn {
    width: 100%;
    margin-top: calc(70 * (100vw / 1080));}


  /* Object
  ---------------------------------------------------------- */
  /*--------------------
  Project
  --------------------*/
  .p-about-jpt {
    padding: calc(80 * (100vw / 1080)) 0 calc(60 * (100vw / 1080));
    margin-bottom: calc(80 * (100vw / 1080));}

  .p-about-jpt::after {
    border-width: calc(80 * (100vw / 1080)) 49vw 0 49vw;}

  .p-about-jpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-about-jpt__in__box {
    padding: calc(20 * (100vw / 1080)) calc(50 * (100vw / 1080));
    line-height: 2;}

  .p-difference-jlpt {
    padding: calc(80 * (100vw / 1080)) 0 calc(120 * (100vw / 1080));
    margin-top: calc(-80 * (100vw / 1080));}

  .p-difference-jlpt__point {
    padding: calc(80 * (100vw / 1080)) 0 0;}

  .p-difference-jlpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-difference-jlpt__in__box1 {
    line-height: 2;}

  .p-difference-jlpt__in__box2 {
    margin-top: calc(60 * (100vw / 1080));}

  .p-difference-jlpt__in__box2__tbl-wrap {
    overflow-x: scroll;
    margin-top: calc(80 * (100vw / 1080));}

  .p-difference-jlpt__in__box2__tbl {
    width: calc(1020 * (100vw / 1080));
    font-size: 18px;}

  .p-difference-jlpt__in__box2__tbl > thead > tr > th {
    padding: 6px 6px 4px;}

  .p-difference-jlpt__in__box2__tbl > tbody > tr > th {
    padding: 12px 6px 6px;}

  .p-difference-jlpt__in__box2__tbl > tbody > tr > td {
    padding: 12px 6px 6px;}

  .p-features-jpt {
    padding: calc(80 * (100vw / 1080)) 0 calc(100 * (100vw / 1080));
    margin-top: calc(-80 * (100vw / 1080));}

  .p-features-jpt__point {
    padding: calc(60 * (100vw / 1080)) 0 0;
  }

  .p-features-jpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(10 * (100vw / 1080));
    padding-right: calc(10 * (100vw / 1080));}
  
  .p-features-jpt__in__box {
    justify-content: center;
  }

  .p-features-jpt__in__box__item {
    width: calc(440 * (100vw / 1080));
  }

  .p-features-jpt__in__box__item:nth-child(2n) {
    margin-left: calc(20 * (100vw / 1080));
  }



  .p-features-jpt__in__box__item__tit {
    font-size: 18px;
    padding: 12px 6px 6px;}

  .p-problem {
    padding: calc(80 * (100vw / 1080)) 0 calc(130 * (100vw / 1080));}

  .p-problem__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-problem__in__box2 {
    overflow-x: scroll;
    margin-top: calc(80 * (100vw / 1080));}

  .p-problem__in__box2__tbl {
    width: calc(1400 * (100vw / 1080));
    font-size: 16px;}

  .p-problem__in__box2__tbl > thead > tr > th {
    padding: 12px 0 6px;}

  .p-problem__in__box2__tbl > tbody > tr > th {
    padding: 10px 0 7px;}

  .p-problem__in__box2__tbl > tbody > tr > td {
    padding: 5px;
    line-height: 2;}

  .p-exam-schedule__in {
    width: 100%;
    padding: calc(80 * (100vw / 1080)) 0 calc(85 * (100vw / 1080));}

  .p-exam-schedule__in__box {
    overflow-x: scroll;
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-exam-schedule__in__box__tbl {
    width: calc(1400 * (100vw / 1080));
    font-size: 16px;}

  .p-exam-schedule__in__box__tbl > thead > tr > th {
    padding: 12px 0 6px;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(1) {
    width: 18%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(2) {
    width: 26%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(3) {
    width: 28%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(4) {
    width: 28%;}

  .p-exam-schedule__in__box__tbl > tbody > tr > td {
    padding: 12px 20px 6px;}

  .p-examination-flow__in {
    width: 100%;
    padding: calc(80 * (100vw / 1080)) 0 calc(90 * (100vw / 1080));}

  .p-examination-flow__in__box1 {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(75 * (100vw / 1080));
    padding-right: calc(75 * (100vw / 1080));}

  .p-examination-flow__in__box1__item {
    width: 100%;}

  .p-examination-flow__in__box1__item + .p-examination-flow__in__box1__item {
    margin-top: calc(40 * (100vw / 1080));}

  .p-examination-flow__in__box1__item__tit {
    font-size: 24px;}

  .p-examination-flow__in__box1__item__mov {
    max-width: initial;
    margin-top: calc(38 * (100vw / 1080));
    text-align: center;
  }

  .p-examination-flow__in2--wrap {
    padding: calc(40 * (100vw / 1080)) 0 calc(80 * (100vw / 1080));}

  .p-examination-flow__in2__box2 {
    padding-left: calc(40 * (100vw / 1080));
    padding-right: calc(40 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow {
    position: relative;
    background-image: url(../img/sp/sp-flow-line.png);
    width: 100%;
    padding: 0 0 calc(60 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow--last {
    background-image: url(../img/sp/sp-flow-line-step4.png);}

  .p-examination-flow__in2__box2__flow + .p-examination-flow__in2__box2__flow {
    padding-top: calc(50 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__label {
    width: calc(180 * (100vw / 1080));
    height: calc(62 * (100vw / 1080));
    border-radius: calc(31 * (100vw / 1080));
    font-size: 32px;
    position: absolute;
    left: 0;}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__label {
    position: static;
    margin-bottom: calc(40 * (100vw / 1080));
    font-size: calc(32 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__label__1 {
    font-size: calc(52 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__con {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;}

  .p-examination-flow__in2__box2__flow__con__head {
    font-size: 32px;
    padding-top: calc(10 * (100vw / 1080));
    padding-left: calc(210 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__con__head {
    padding-top: 0;
    padding-left: 0;}

  .p-examination-flow__in2__box2__flow__con__body {
    margin-top: calc(40 * (100vw / 1080));
    line-height: 2;}

  .p-examination-flow__in2__box2__flow__con__img {
    display: block !important;
    width: calc(229 * (100vw / 1080));
    margin: calc(30 * (100vw / 1080)) auto 0;}

  .p-examination-flow__in2__box2__flow__con__foot {
    margin-top: calc(40 * (100vw / 1080));
    padding: calc(20 * (100vw / 1080)) calc(40 * (100vw / 1080)) calc(30 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__con__foot__in {
    justify-content: center;
  }

  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(1) {
    width: calc(250 * (100vw / 1080));
    margin-right: 20px;
  }

  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(2) {
    width: calc(300 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__con__foot__in__item__tit {
    font-size: calc(22 * (100vw / 1080));
    letter-spacing: normal;}

  .p-examination-flow__in2__box2__flow__img {
    width: 100%;
    margin: calc(30 * (100vw / 1080)) auto 0;
    text-align: center;}

  .p-examination-flow__in2__box2__flow--2 .p-examination-flow__in2__box2__flow__img {
    width: calc(260 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow--3 .p-examination-flow__in2__box2__flow__img {
    width: calc(600 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__img {
    width: calc(207 * (100vw / 1080));}

  .p-examination-flow__in2__box2__flow__img > img {
    width: 100%;}

  .p-examination-flow__in2__btn {
    margin-top: calc(90 * (100vw / 1080));}

  .p-examination-flow__in2__btn__link {
    width: calc(650 * (100vw / 1080));}

  .p-voice-user {
    padding: calc(80 * (100vw / 1080)) 0 calc(75 * (100vw / 1080));}

  .p-voice-user__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-voice-user__in__box__item {
    width: 100%;}

  .p-voice-user__in__box__item:nth-child(n+2) {
    margin-top: calc(40 * (100vw / 1080));}

  .p-voice-user__in__box__item__head {
    justify-content: center;}

  .p-voice-user__in__box__item__head__img {
    width: calc(300 * (100vw / 1080));
    max-width: 150px;
  }

  .p-voice-user__in__box__item__head__name {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;}

  .p-voice-user__in__box__item__head__name__1 {
    font-size: 24px;}

  .p-voice-user__in__box__item__body {
    margin-top: 10px;
    line-height: 2;}

  .p-faq {
    padding: calc(110 * (100vw / 1080)) 0 calc(150 * (100vw / 1080));}

  .p-faq__box {
    width: 100%;
    margin-top: calc(60 * (100vw / 1080));
    padding-left: calc(30 * (100vw / 1080));
    padding-right: calc(30 * (100vw / 1080));}

  .p-faq__box__question {
    background-size: calc(32 * (100vw / 1080)) auto, calc(48 * (100vw / 1080)) auto;
    border-width: calc(6 * (100vw / 1080));
    padding: calc(32 * (100vw / 1080)) calc(68 * (100vw / 1080)) calc(28 * (100vw / 1080)) calc(68 * (100vw / 1080));
    font-size: 20px;}

  .p-faq__box__answer {
    border-width: calc(6 * (100vw / 1080));
    padding-bottom: calc(20 * (100vw / 1080));
    font-size: 16px;
    line-height: 2;}

  .p-faq__box__answer__in {
    background-position: 2% calc(32 * (100vw / 1080));
    background-size: calc(30 * (100vw / 1080)) auto;
    padding: calc(24 * (100vw / 1080)) calc(20 * (100vw / 1080)) calc(20 * (100vw / 1080)) calc(68 * (100vw / 1080));}

  .p-faq__btn {
    margin-top: calc(80 * (100vw / 1080));}

  .p-faq__btn__link {
    width: 92%;}


  /*--------------------
  Component
  --------------------*/
  .c-tit {
    max-width: 96vw;
    margin: 0 auto;
    font-size: calc(40 * (100vw / 1080));}

  .c-tit__in {
    background: linear-gradient(transparent 60%, #fff100 0);}

  .c-tit__in::after {
    background-color: transparent;}

  .c-tit2 {
    font-size: calc(40 * (100vw / 1080));}

  .c-btnlink {
    min-width: auto;
    box-shadow: 0 calc(10 * (100vw / 1080)) #b2a90a;
    border-radius: calc(50 * (100vw / 1080));}

  .c-btnlink::after {
    right: calc(50 * (100vw / 1080));
    border-width: calc(14 * (100vw / 1080)) 0 calc(14 * (100vw / 1080)) calc(17 * (100vw / 1080));}

  .c-btnlink--2 {
    box-shadow: 0 calc(10 * (100vw / 1080)) #cedbea;
    font-size: calc(30 * (100vw / 1080));
    color: #fff;
    padding: calc(50 * (100vw / 1080)) calc(80 * (100vw / 1080)) calc(30 * (100vw / 1080));}

  .c-btnlink2 {
    min-width: auto;
    box-shadow: 0 calc(10 * (100vw / 1080)) #b2a90a;
    border-radius: calc(50 * (100vw / 1080));}

  .c-none-hurigana {
    padding-top: calc(32 * (100vw / 1080));}


  /*--------------------
  Utility
  --------------------*/
  .u-pc-none {
    display: unset;}

  .u-sp-none {
    display: none;}
}


@media (max-width: 767px) {
  html {
    font-size: calc(24 * (100vw / 750));
    font-size: 14px;}

  body {
    margin-top: 55px;
    line-height: 1.2;}

  rt {
    letter-spacing: -1px;
    font-size: calc(10 * (100vw / 750));}
  
  .l-header {
    border-bottom: solid 5px #0d51a3;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 30003;
    padding: calc(26 * (100vw / 750)) calc(20 * (100vw / 750)) calc(30 * (100vw / 750));}

  .l-header__cotainer__logo {
    width: calc(316 * (100vw / 750));}

  .l-header__cotainer__info {
    display: flex;
    width: calc(268 * (100vw / 750));
    justify-content: space-between;
  }

  .l-header__cotainer__info__link,
  .l-header__cotainer__info__gnav-btn {
    width: 24%;
    background-color: #0d51a3;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    padding: 4px;}

  .l-header__cotainer__info__gnav-btn {
    min-height: 28px;
    position: relative;}

  .l-header__cotainer__info__gnav-btn__line {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin-top: -1px;}

  .l-header__cotainer__info__gnav-btn__line::before,
  .l-header__cotainer__info__gnav-btn__line::after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all .3s ease;}

  .l-header__cotainer__info__gnav-btn__line::before {
    top: -5px;}

  .l-header__cotainer__info__gnav-btn__line::after {
    bottom: -5px;}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open {
    background-color: transparent;}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open::before {
    top: 0;
    transform: rotate(45deg);}

  .l-header__cotainer__info__gnav-btn__line.js-gnav-btn-open::after {
    bottom: 0;
    transform: rotate(-45deg);}

  .l-gnav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    transition: transform .3s ease;
    width: 100vw;
    height: 100vh;
    z-index: 30002;}

  .l-gnav__container {
    background-color: #fff;
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;}

  .l-gnav__container__contents {
    padding-top: 60px;}

  .l-gnav__container__contents__link {
    background-color: #fff;
    background-image: url(../img/sp/sp-menu-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-bottom: solid 5px #0d51a3;}

  .l-gnav__container__contents__link__item {
    padding: 0 calc(30 * (100vw / 750));}

  .l-gnav__container__contents__link__item__in {
    border-top: solid 1px #0d51a3;
    display: block;
    background: url(../img/sp/sp-nav-Btn.png) no-repeat 94% center;
    background-size: calc(11 * (100vw / 750)) auto;
    padding: calc(32 * (100vw / 750)) calc(60 * (100vw / 750)) calc(30 * (100vw / 750)) calc(24 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    font-weight: 600;
    line-height: 1;}

  .l-gnav__container__contents__link__item:first-child > .l-gnav__container__contents__link__item__in {
    border-top: none;}

  .l-footer {
    margin-top: calc(50 * (100vw / 750));}

  .l-footer__copyright {
    margin-top: calc(30 * (100vw / 750));
    font-size: 10px;}

  .l-footer__pagetop {
    bottom: 44px;
  }
  .l-footer__pagetop a {
    width: 30px;
    height: 30px;
  }
  .l-footer__pagetop a i {
    font-size: 28px;
  }
  .l-mv__in__in {
    padding-bottom: calc(100 * (100vw / 750));
    background-image: url(../img/sp/sp-mv-icon-line.png);
    background-size: contain;
    background-position: left 99%;}

  .l-mv__in__in__left {
    justify-content: center;
    width: 100%;
    height: auto;
    background-image: none;
    padding: calc(26 * (100vw / 750)) 0 calc(30 * (100vw / 750));}

  .l-mv__in__in__left__box {
    max-width: calc(427 * (100vw / 750));
    width: 100%;}

  .l-mv__in__in__right {
    justify-content: center;
    width: 100%;
    height: auto;
    background-image: none;
    padding: calc(50 * (100vw / 750)) 0 calc(70 * (100vw / 750));}

  .l-mv__in__in__right__box {
    max-width: calc(650 * (100vw / 750));
    width: 100%;}

  .l-mv__in__in__right__box__btn {
    width: 100%;
    margin-top: calc(70 * (100vw / 750));}

  .p-about-jpt {
    padding: calc(80 * (100vw / 750)) 0 calc(60 * (100vw / 750));
    margin-bottom: calc(80 * (100vw / 750));}

  .p-about-jpt::after {
    border-width: calc(80 * (100vw / 750)) 49vw 0 49vw;}

  .p-about-jpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-about-jpt__in__box {
    padding: calc(20 * (100vw / 750)) calc(50 * (100vw / 750));
    line-height: 2;}

  .p-difference-jlpt {
    padding: calc(80 * (100vw / 750)) 0 calc(120 * (100vw / 750));
    margin-top: calc(-80 * (100vw / 750));}

  .p-difference-jlpt__point {
    padding: calc(80 * (100vw / 750)) 0 0;}

  .p-difference-jlpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-difference-jlpt__in__box1 {
    line-height: 2;}

  .p-difference-jlpt__in__box2 {
    margin-top: calc(60 * (100vw / 750));}

  .p-difference-jlpt__in__box2__tbl-wrap {
    overflow-y: scroll;
    margin-top: calc(80 * (100vw / 750));}

  .p-difference-jlpt__in__box2__tbl {
    width: 510px;
    font-size: calc(22 * (100vw / 750));}

  .p-difference-jlpt__in__box2__tbl > thead > tr > th.p-difference-jlpt__in__box2__tbl--blank {
    width: 24%;
  }
  .p-difference-jlpt__in__box2__tbl > thead > tr > th {
    width: 38%;
    padding: 6px 6px 4px;}

  .p-difference-jlpt__in__box2__tbl > tbody > tr > th {
    padding: 12px 6px 6px;}

  .p-difference-jlpt__in__box2__tbl > tbody > tr > td {
    padding: 12px 6px 6px;}

  .p-features-jpt {
    padding: calc(80 * (100vw / 750)) 0 calc(100 * (100vw / 750));
    margin-top: calc(-80 * (100vw / 750));}

  .p-features-jpt__point {
    padding: calc(60 * (100vw / 750)) 0 0;
  }

  .p-features-jpt__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-features-jpt__in__box__item {
    /* width: calc(440 * (100vw / 750)); */
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-features-jpt__in__box__item:nth-child(2n) {
    margin-left: auto;
    margin-right: auto;
  }

  .p-features-jpt__in__box__item:nth-child(n+2) {
    margin-top: 20px;}

  .p-features-jpt__in__box__item__tit {
    /*font-size: calc(28 * (100vw / 750));*/
    font-size: 16px;
    padding: 12px 6px 6px;}

  .p-problem {
    padding: calc(80 * (100vw / 750)) 0 calc(130 * (100vw / 750));}

  .p-problem__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-problem__in__box2 {
    overflow-y: scroll;
    margin-top: calc(80 * (100vw / 750));}

  .p-problem__in__box2__tbl {
    width: 900px;
    font-size: 12px;}

  .p-problem__in__box2__tbl > thead > tr > th:nth-child(1) {
    width: 8%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(2) {
    width: 12%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(3) {
    width: 9%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(4) {
    width: 59%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(5) {
    width: 12%;
  }

  .p-problem__in__box2__tbl > thead > tr > th {
    padding: 12px 0 6px;}


  .p-problem__in__box2__tbl > tbody > tr > th {
    padding: 10px 0 7px;}

  .p-problem__in__box2__tbl > tbody > tr > td {
    padding: 5px;
    line-height: 2;}

  .p-exam-schedule__in {
    width: 100%;
    padding: calc(80 * (100vw / 750)) 0 calc(85 * (100vw / 750));}

  .p-exam-schedule__in__box {
    overflow-y: scroll;
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-exam-schedule__in__box__tbl {
    width: 800px;
    /*font-size: calc(24 * (100vw / 750));*/
    /* width: 900px; */
    /* font-size: 14px; */
    font-size: 12px;
  }

  .p-exam-schedule__in__box__tbl > thead > tr > th {
    padding: 12px 0 6px;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(1) {
    width: 14%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(2) {
    width: 28%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(3) {
    width: 30%;}

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(4) {
    width: 28%;}

  .p-exam-schedule__in__box__tbl > tbody > tr > td {
    padding: 12px 20px 6px;}

  .p-examination-flow__in {
    width: 100%;
    padding: calc(80 * (100vw / 750)) 0 calc(90 * (100vw / 750));}

  .p-examination-flow__in__box1 {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(75 * (100vw / 750));
    padding-right: calc(75 * (100vw / 750));}

  .p-examination-flow__in__box1__item {
    width: 100%;}

  .p-examination-flow__in__box1__item + .p-examination-flow__in__box1__item {
    margin-top: calc(40 * (100vw / 750));}

  .p-examination-flow__in__box1__item__tit {
    font-size: calc(32 * (100vw / 750));}

  .p-examination-flow__in__box1__item__mov {
    margin-top: calc(38 * (100vw / 750));}

  .p-examination-flow__in2--wrap {
    padding: calc(40 * (100vw / 750)) 0 calc(80 * (100vw / 750));}

  .p-examination-flow__in2__box2 {
    padding-left: calc(40 * (100vw / 750));
    padding-right: calc(40 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow {
    position: relative;
    background-image: url(../img/sp/sp-flow-line.png);
    width: 100%;
    padding: 0 0 calc(60 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow--last {
    background-image: url(../img/sp/sp-flow-line-step4.png);}

  .p-examination-flow__in2__box2__flow + .p-examination-flow__in2__box2__flow {
    padding-top: calc(50 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__label {
    width: calc(180 * (100vw / 750));
    height: calc(62 * (100vw / 750));
    border-radius: calc(31 * (100vw / 750));
    font-size: calc(37 * (100vw / 750));
    position: absolute;
    left: 0;}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__label {
    position: static;
    margin-bottom: calc(40 * (100vw / 750));
    font-size: calc(32 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__label__1 {
    font-size: calc(52 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__con {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;}

  .p-examination-flow__in2__box2__flow__con__head {
    font-size: calc(38 * (100vw / 750));
    padding-top: calc(10 * (100vw / 750));
    padding-left: calc(210 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__con__head {
    padding-top: 0;
    padding-left: 0;}

  .p-examination-flow__in2__box2__flow__con__body {
    margin-top: calc(40 * (100vw / 750));
    line-height: 2;}

  .p-examination-flow__in2__box2__flow__con__img {
    display: block !important;
    width: calc(229 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto 0;}

  .p-examination-flow__in2__box2__flow__con__foot {
    margin-top: calc(40 * (100vw / 750));
    padding: calc(20 * (100vw / 750)) calc(40 * (100vw / 750)) calc(30 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__con__foot__in {
    justify-content: space-between;
  }

  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(1) {
    width: calc(250 * (100vw / 750));
    margin-right: 0;
  }

  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(2) {
    width: calc(300 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__con__foot__in__item__tit {
    /*font-size: calc(20 * (100vw / 750));*/
    font-size: 11px;
    letter-spacing: normal;}

  .p-examination-flow__in2__box2__flow__img {
    width: 100%;
    margin: calc(30 * (100vw / 750)) auto 0;
    text-align: center;}

  .p-examination-flow__in2__box2__flow--2 .p-examination-flow__in2__box2__flow__img {
    width: calc(260 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow--3 .p-examination-flow__in2__box2__flow__img {
    width: calc(600 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow--last .p-examination-flow__in2__box2__flow__img {
    width: calc(207 * (100vw / 750));}

  .p-examination-flow__in2__box2__flow__img > img {
    width: 100%;}

  .p-examination-flow__in2__btn {
    margin-top: calc(90 * (100vw / 750));}

  .p-examination-flow__in2__btn__link {
    width: calc(650 * (100vw / 750));}

  .p-voice-user {
    padding: calc(80 * (100vw / 750)) 0 calc(75 * (100vw / 750));}

  .p-voice-user__in {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-voice-user__in__box__item {
    width: 100%;
    padding: 11px 12px 10px;}

  .p-voice-user__in__box__item:nth-child(n+2) {
    margin-top: calc(40 * (100vw / 750));}

  .p-voice-user__in__box__item__head {
    justify-content: center;}

  .p-voice-user__in__box__item__head__img {
    width: calc(300 * (100vw / 750));}

  .p-voice-user__in__box__item__head__name {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;}

  .p-voice-user__in__box__item__head__name__1 {
    /*font-size: calc(32 * (100vw / 750));*/
    font-size: 18px;}

  .p-voice-user__in__box__item__body {
    margin-top: 10px;
    line-height: 2;}

  .p-faq {
    padding: calc(110 * (100vw / 750)) 0 calc(150 * (100vw / 750));}

  .p-faq__box {
    width: 100%;
    margin-top: calc(60 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-right: calc(30 * (100vw / 750));}

  .p-faq__box__question {
    background-size: 16px auto, 24px auto;
    border-width: 3px;
    padding: 16px 34px 14px 37px;
    font-size: calc(30 * (100vw / 750));}

  .p-faq__box__answer {
    border-width: 3px;
    padding-bottom: 10px;
    font-size: calc(24 * (100vw / 750));
    line-height: 2;}

  .p-faq__box__answer__in {
    background-position: 2% 16px;
    background-size: 15px auto;
    padding: 12px 10px 10px 37px;}

  .p-faq__btn {
    margin-top: calc(80 * (100vw / 750));}

  .p-faq__btn__link {
    width: 92%;}

  .c-tit {
    max-width: 96vw;
    margin: 0 auto;
    font-size: calc(40 * (100vw / 750));}

  .c-tit__in {
    background: linear-gradient(transparent 60%, #fff100 0);}

  .c-tit__in::after {
    background-color: transparent;}

  .c-tit2 {
    font-size: calc(40 * (100vw / 750));}

  .c-btnlink {
    min-width: auto;
    box-shadow: 0 calc(10 * (100vw / 750)) #b2a90a;
    border-radius: calc(50 * (100vw / 750));}

  .c-btnlink::after {
    right: calc(50 * (100vw / 750));
    border-width: calc(14 * (100vw / 750)) 0 calc(14 * (100vw / 750)) calc(17 * (100vw / 750));}

  .c-btnlink--2 {
    box-shadow: 0 calc(10 * (100vw / 750)) #cedbea;
    font-size: calc(30 * (100vw / 750));
    color: #fff;
    padding: calc(50 * (100vw / 750)) calc(80 * (100vw / 750)) calc(30 * (100vw / 750));}

  .c-btnlink2 {
    min-width: auto;
    box-shadow: 0 calc(10 * (100vw / 750)) #b2a90a;
    border-radius: calc(50 * (100vw / 750));}

  .c-none-hurigana {
    padding-top: calc(32 * (100vw / 750));}
}

@media (max-width: 530px) {
  .p-problem__in__box2__tbl {
    width: 700px;
  }

  .p-problem__in__box2__tbl > thead > tr > th:nth-child(1) {
    width: 12%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(2) {
    width: 15%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(3) {
    width: 12%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(4) {
    width: 42%;
  }
  .p-problem__in__box2__tbl > thead > tr > th:nth-child(5) {
    width: 19%;
  }
}


@media (max-width: 375px) {
  .l-header__cotainer__info__link, 
  .l-header__cotainer__info__gnav-btn {
    font-size: 10px;
  }
  .l-header__cotainer__info {
    width: calc(278 * (100vw / 750));
  }

  .p-examination-flow__in2__box2__flow__con__foot {
    padding: calc(20 * (100vw / 750)) calc(30 * (100vw / 750)) calc(30 * (100vw / 750));
  }
  .p-examination-flow__in2__box2__flow__con__foot__in__item__tit {
    font-size: 10px;
  }
  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(1) {
    width: calc(270 * (100vw / 750));
  }
  .p-examination-flow__in2__box2__flow__con__foot__in__item:nth-child(2) {
    width: calc(300 * (100vw / 750));
  }
}