@charset "UTF-8";
.grad-border-box h5{
  text-align: center;
  margin-top: 0;
  line-height: 1.6;
}
.grad-box{
  border-radius: 6px;
}
.grad-box.ex ul li img{
  border-radius: 6px;
}
ul.page-nav li a{
  text-decoration: none;
}
ul.page-nav li a{
  position: relative;
}
ul.page-nav li a::after{
  position: absolute;
  display: inline-block;
  content: "";
  border: 0;
  border-bottom: solid 2px #53136D;
  border-right: solid 2px #53136D;
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
ul.result li{
  position: relative;
}
ul.result li:first-child::after{
  position: absolute;
  background-image: url(../../../images/arrow.svg);
  background-repeat: no-repeat;
  content:"";
  width: 54px;
  height: 11px;
  background-size: 30px 10px;
  right: -25px;
  top: 40%;
}
ul.result li figcaption span{
  border-left: #333 solid 1px;
  padding-left: 1em;
  margin-left: 1em;
}
.grad-border-box h4{
  text-align: center;
  margin-bottom: 4vw;
}
.grad-border-box h4.txt-wh{
  color: #fff;
  padding: 14px 0;
}
.grad-border-box-inner p{
  text-align: left;
  margin-bottom: 0;
}
table.level{
  border-top: #53136D solid 1px;
  border-left: #53136D solid 1px;
}
table.level tr{
  border-bottom: #53136D solid 1px;
}
table.level th{
  padding: 10px 16px;
  background: #E0D9EE;
  border-right: #53136D solid 1px;
  white-space: nowrap;
}
table.level td{
  padding: 10px 16px;
  border-right: #53136D solid 1px;
  line-height: 1.6;
  white-space: nowrap;
}
table.level th.emp{
  background: #59D4C4;
  color: #333333;
}
table.level td.emp{
  background: #DEFBF7;
}
.container h1 {
  background-image: url(../../images/title_sp.webp);
}
h5 span.txt-normal{
  font-weight: normal;
}
@media only screen and ( max-width : 768px ) {
.main-pic{
  margin-bottom: 4vw;
}
.container .grad-box {
  padding: 4vw;
  margin-bottom: 14vw;
}
ul.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  text-align: center;
}
ul.page-nav li {
  width: 30%;
  display: block;
  padding: 10px 28px 36px;;
}
ul.page-nav li a::after {
  bottom:-14px;
}
.container .grad-border-box-inner {
  padding: 6vw 8vw;
}
ul.result li:first-child {
  margin-bottom: 20vw;
}
ul.result li:first-child::after {
  position: absolute;
  background-image: url(../../../images/arrow_down.svg);
  background-size: 10px 30px;
  width: 10px;
  height: 30px;
  left:0;
  right: 0;
  bottom: -214px;
  margin: auto;
}
.container p.cate {
  margin-bottom: 6vw;
}
.grad-border-box h4.txt-wh {
  padding: 2vw 0 0;
}
.grad-box.ex ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.grad-box.ex ul li{
  width: calc(50% - 2vw);
}
.grad-box.ex ul li figure{
  margin-bottom: 6vw;
}
.grad-box.ex ul li :nth-child(3) figure,
.grad-box.ex ul li :nth-child(4) figure{
  margin-bottom: 0;
}
.scroll{
  overflow: auto;
  white-space: nowrap;
}
}
@media only screen and ( min-width : 769px ) {
.container h1 {
  background-image: url(../../images/title_pc.webp);
}
ul.page-nav {
  display: flex;
  justify-content: space-between;
}
ul.page-nav li{
  flex: 1;
}
ul.page-nav li a{
  display: block;
  padding: 18px 2vw 30px;
  text-align: center;
  border-right: #fff solid 1px;
}
.grad-box.ex{
  display: flex;
  /*flex-wrap: wrap;*/
  margin-bottom: 140px;
}
.grad-box.ex p{
  width: 72%;
  text-align: center;
  vertical-align: middle;
  padding: 3vw;
  box-sizing: border-box;
  margin: 0 auto;
}
.grad-box.ex ul{
  display: flex;
  justify-content:space-between;
  padding: 20px;
}
.grad-border-box h4{
  margin-bottom: 16px;
}
.main-pic{
  width:50%;
}
.detail-box{
  width: 50%;
  margin-left: 80px;
}
.detail-box p{
  margin-bottom: 20px;
}
ul.result{
  display: flex;
  justify-content:space-between;
}
ul.result li:first-child::after {
  right: -66px;
  top: 35%;
}
ul.result li{
  margin-right: 3vw;
}
ul.result li:last-child{
  margin-right: 0;
}
.detail-box figure{
  max-width:200px;
}
.container .grad-border-box-inner {
  padding: 14px 30px 20px;
}
.grad-box.ex ul li{
  width: calc(25% - 20px);
}
.description-box{
  max-width: 560px;
  /*width: 50%;*/
  margin-right: 80px;
  box-sizing: border-box;
}
table.level{
  max-width: 560px;
  width: 100%;
}
.w560{
  max-width: 560px;
  width: 100%;
}
}