@charset "UTF-8";
/**************************************************
		PC
**************************************************/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
/* ===== Title Area ===== */
#titleArea {
  background-image: url("../img/bg_title_area2.jpg");
}

#titleArea .title {
  bottom: 0;
  left: -50px;
}

#pankz .bg {
  padding-left: 0;
}

.noMV #titleArea {
  display: none;
}

.noMV #pankz {
  margin-top: 56px;
}

/* ===== Footer Career ===== */
#footerCareer {
  padding-bottom: 100px;
}

#careerMenu01 {
  background: #e6d2d7;
}

#careerMenu01 > .bg {
  margin: 0 auto;
  padding: 30px 0;
  width: 1080px;
}

#careerMenu01 ul {
  display: flex;
  margin: -10px;
  font-size: 23px;
  font-size: 1.44rem;
  font-weight: bold;
  justify-content: center;
  flex-wrap: wrap;
}

#careerMenu01 ul li {
  margin: 10px;
  line-height: 1.1;
  flex: 1;
}

#careerMenu01 ul.is-col2 li {
  width: calc(50% - 20px);
  flex: initial;
}

#careerMenu01 ul.is-col3 li {
  width: calc(33.333% - 20px);
  flex: initial;
}

#careerMenu01 ul a {
  display: block;
  position: relative;
  padding: 32px 5px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
}

#careerMenu01 ul a:hover {
  opacity: 0.7;
}

#careerMenu01 ul .ja {
  display: block;
  margin-bottom: 7px;
}

#careerMenu01 ul .en {
  display: block;
  font-size: 11px;
  font-size: 0.69rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #932536;
  letter-spacing: 0.1em;
}

#careerMenu02 {
  background: #f2f2f2;
}

#careerMenu02 > .bg {
  margin: 0 auto;
  width: 1080px;
}

#careerMenu02 ul {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

#careerMenu02 ul li {
  display: inline-block;
  line-height: 1.5;
}

#careerMenu02 ul li a {
  display: block;
  position: relative;
  padding: 27px 30px;
  color: #333;
  text-decoration: none;
}

#careerMenu02 ul li a:hover {
  opacity: 0.7;
}

#careerMenu02 ul li a:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background: #ccc;
  content: "";
}

#careerMenu02 ul li:last-child a:before {
  display: none;
}

/* ===== Career Center ===== */
#mainArea .listCC {
  font-size: 16px;
  font-size: 1rem;
}

#mainArea .listCC li {
  margin-bottom: 10px;
  line-height: 1.8;
}

#mainArea .listCC dt {
  width: 5em;
}

#mainArea .listCC dd {
  margin: -1.8em 0 0 5.5em;
}

#mainArea .mapCC iframe {
  display: block;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 250px;
}

/* ===== Career Design ===== */
#mainArea .cdBox01 .image {
  margin: 0 -40px;
}

#mainArea .cdBox01 .box05 {
  margin-top: -30px;
}

#mainArea .cdBox02 .image {
  margin: 0 -40px;
}

#mainArea .cdBox02 .box05 {
  margin: -220px 0 0 460px;
}

#mainArea .cdBox03 {
  margin: 0 30px;
}

#mainArea .cdBox03 .title {
  margin-bottom: 15px;
  font-size: 27px;
  font-size: 1.69rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#mainArea .cdBox03 .subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

#mainArea .cdBox03 .subtitle.green {
  color: #00ac97;
}

#mainArea .cdBox03 .subtitle.blue {
  color: #3071b9;
}

#mainArea .cdBox03 .subtitle.orange {
  color: #f0963c;
}

#mainArea .listCD dt {
  padding: 3px 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

#mainArea .listCD.green dt {
  background-color: #00ac97;
}

#mainArea .listCD.blue dt {
  background-color: #3071b9;
}

#mainArea .listCD.orange dt {
  background-color: #f0963c;
}

#mainArea .listCD dd {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

#mainArea .listCD .copy {
  display: flex;
  margin-top: 0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}

#mainArea .listCD.green .copy {
  background-color: #cdf0eb;
}

#mainArea .listCD.blue .copy {
  background-color: #d7e6f0;
}

#mainArea .listCD.orange .copy {
  background-color: #faebc8;
}

#mainArea .cdBox04 .image {
  margin: 0 -40px;
  text-align: right;
}

#mainArea .cdBox04 .box05 {
  margin: -350px 520px 0 0;
}

#mainArea .cdBox05 .box05 {
  margin: -240px 0 0 460px;
}

#mainArea .cdBox06 {
  display: flex;
  padding: 23px 30px;
  border-top: 2px solid #932536;
  border-bottom: 2px solid #932536;
  align-items: center;
}

#mainArea .cdBox06 .title {
  padding-left: 50px;
  width: 330px;
  font-size: 27px;
  font-size: 1.69rem;
  font-weight: bold;
  line-height: 1.5;
}

#mainArea .cdBox06 .inner {
  flex: 1;
}

#mainArea .cdBox06 .subtitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 22px;
  font-size: 1.38rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.5;
}

#mainArea .cdBox06 .subtitle .sub {
  display: block;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
}

#mainArea .cdBox07 {
  position: relative;
  padding-bottom: 45px;
  z-index: 0;
}

#mainArea .cdBox07:before {
  position: absolute;
  top: 200px;
  left: -50vw;
  width: calc(100% + 100vw);
  height: calc(100% - 200px);
  /*background: #ffffea;*/
  z-index: -1;
  content: "";
}

/* ===== Career Support ===== */
#mainArea .secCS {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}

#mainArea .secCS:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  box-shadow: 0 0 30px black;
  z-index: -1;
}

#mainArea .secCS.noshadow:before {
  display: none;
}

#mainArea .secCS > .bg {
  padding: 100px 0 120px 0;
}

#mainArea .csBox01 .image {
  margin: 0 -40px;
  text-align: right;
}

#mainArea .csBox01 .box05 {
  margin: -220px 460px 0 0;
}

#mainArea .csBox02 .image {
  margin: 0 -40px;
}

#mainArea .csBox02 .box05 {
  margin: -260px 0 0 460px;
}

#mainArea .csBox03 {
  margin: 0 -40px;
}

#mainArea .csBox04 {
  margin: 0 -40px;
}

#mainArea .listCS01 {
  display: flex;
  margin-left: -1px;
  font-size: 19px;
  font-size: 1.19rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex-wrap: wrap;
}

#mainArea .listCS01 li {
  margin-left: 1px;
  width: calc(33.333% - 1px);
}

#mainArea .listCS01 a {
  display: block;
  position: relative;
  padding: 20px 5px 55px 5px;
  color: #fff;
  text-decoration: none;
}

#mainArea .listCS01 a:hover {
  opacity: 0.7;
}

#mainArea .listCS01 a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: transparent url("../../common/img/icon_04_white.png") 50% 50% no-repeat;
  background-size: 17px auto;
  content: "";
}

#mainArea .listCS01 li.blue a {
  background-color: #005aa0;
}

#mainArea .listCS01 li.yellow a {
  background-color: #f6ad3c;
}

#mainArea .listCS01 li.green a {
  background-color: #46af32;
}

#mainArea .listCS01 li.red a {
  background-color: #e63232;
}

#mainArea .listCS01 li.blue a:before {
  background-color: #99bdd9;
}

#mainArea .listCS01 li.yellow a:before {
  background-color: #fbdeb1;
}

#mainArea .listCS01 li.green a:before {
  background-color: #c7e7c1;
}

#mainArea .listCS01 li.red a:before {
  background-color: #f5adad;
}

#mainArea .csBox04.blue .ti06 {
  color: #005aa0;
}

#mainArea .csBox04.yellow .ti06 {
  color: #f6ad3c;
}

#mainArea .csBox04.green .ti06 {
  color: #46af32;
}

#mainArea .csBox04.red .ti06 {
  color: #e63232;
}

#mainArea .csBox04.blue .ti13 {
  color: #005aa0;
}

#mainArea .csBox04.yellow .ti13 {
  color: #f6ad3c;
}

#mainArea .csBox04.green .ti13 {
  color: #46af32;
}

#mainArea .csBox04.red .ti13 {
  color: #e63232;
}

#mainArea .csBox04.blue .ti13:after {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow .ti13:after {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green .ti13:after {
  background-color: #46af32;
}

#mainArea .csBox04.red .ti13:after {
  background-color: #e63232;
}

#mainArea .csBox04.blue .ti14:before {
  border-top-color: #005aa0;
}

#mainArea .csBox04.yellow .ti14:before {
  border-top-color: #f6ad3c;
}

#mainArea .csBox04.green .ti14:before {
  border-top-color: #46af32;
}

#mainArea .csBox04.red .ti14:before {
  border-top-color: #e63232;
}

#mainArea .csBox04.blue a.bt07 {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow a.bt07 {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green a.bt07 {
  background-color: #46af32;
}

#mainArea .csBox04.red a.bt07 {
  background-color: #e63232;
}

#mainArea .csBox04.blue a.bt09 {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow a.bt09 {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green a.bt09 {
  background-color: #46af32;
}

#mainArea .csBox04.red a.bt09 {
  background-color: #e63232;
}

#mainArea .listCS02 dt {
  padding: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

#mainArea .csBox04.blue .listCS02 dt {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow .listCS02 dt {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green .listCS02 dt {
  background-color: #46af32;
}

#mainArea .csBox04.red .listCS02 dt {
  background-color: #e63232;
}

#mainArea .listCS02 dd {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

#mainArea .listCS02 .copy {
  margin-top: 0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

#mainArea .csBox04.blue .listCS02 .copy {
  background-color: #ccdeec;
}

#mainArea .csBox04.yellow .listCS02 .copy {
  background-color: #fbdeb1;
}

#mainArea .csBox04.green .listCS02 .copy {
  background-color: #c7e7c1;
}

#mainArea .csBox04.red .listCS02 .copy {
  background-color: #f5adad;
}

#mainArea .csBox05 .title {
  padding: 5px 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

#mainArea .csBox04.blue .csBox05 .title {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow .csBox05 .title {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green .csBox05 .title {
  background-color: #46af32;
}

#mainArea .csBox04.red .csBox05 .title {
  background-color: #e63232;
}

#mainArea .csBox05 .inner {
  padding: 35px 40px;
}

#mainArea .csBox04.blue .csBox05 .inner {
  background-color: #e5eef5;
}

#mainArea .csBox04.yellow .csBox05 .inner {
  background-color: #fdefd8;
}

#mainArea .csBox04.green .csBox05 .inner {
  background-color: #c7e7c1;
}

#mainArea .csBox04.red .csBox05 .inner {
  background-color: #fae6e6;
}

#mainArea .listCS03 {
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.8;
}

#mainArea .listCS03 li {
  display: inline;
}

#mainArea .listCS03 li:after {
  display: inline;
  padding: 0 0 0 0.3em;
  content: "／";
}

#mainArea .listCS03 li:last-child:after {
  display: none;
}

#mainArea .tableCS {
  width: 100%;
  font-size: 14px;
  font-size: 0.88rem;
}

#mainArea .tableCS th,
#mainArea .tableCS td {
  padding: 9px 14px;
  border: 1px solid #ccc;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.5;
}

#mainArea .tableCS th {
  width: 70px;
  background: #005aa0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#mainArea .tableCS th.light {
  background-color: #4b8cbe;
}

#mainArea .tableCS th span {
  font-size: 18px;
  font-size: 1.13rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainArea .csBox04 .reserve .text {
  display: inline-block;
  vertical-align: middle;
}

#mainArea .csBox04 .reserve .icon {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

#mainArea .csBox04.blue .reserve .icon {
  background-color: #005aa0;
}

#mainArea .csBox04.yellow .reserve .icon {
  background-color: #f6ad3c;
}

#mainArea .csBox04.green .reserve .icon {
  background-color: #46af32;
}

#mainArea .csBox04.red .reserve .icon {
  background-color: #e63232;
}

#mainArea .csBox04 .reserve.no .icon {
  background-color: #646464;
}

#mainArea .csBox06 {
  padding: 20px 40px;
}

#mainArea .csBox06.blue .csBox06 {
  background-color: #e5eef5;
}

#mainArea .csBox06.yellow .csBox06 {
  background-color: #fdefd8;
}

#mainArea .csBox06.green .csBox06 {
  background-color: #fdefd8;
}

#mainArea .csBox06.red .csBox06 {
  background-color: #fae6e6;
}

/* ===== Highschool ===== */
#mainArea .tiHighschool01 {
  margin-bottom: 70px;
  font-size: 23px;
  font-size: 1.44rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.4;
  text-align: center;
}

#mainArea .tiHighschool01 span {
  display: inline-block;
  position: relative;
  padding: 0 10px 9px 10px;
  border-bottom: 1px solid #932536;
}

#mainArea .tiHighschool01 span:before {
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -13px;
  border-top: 24px solid #932536;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
}

#mainArea .tiHighschool01 span:after {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  border-top: 24px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
}

#mainArea .tiHighschool02 {
  margin-bottom: 40px;
  font-size: 27px;
  font-size: 1.69rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.5;
  text-align: center;
}

#mainArea .tiHighschool02 .ja {
  display: block;
}

#mainArea .tiHighschool02 .en {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  letter-spacing: 0.1em;
}

#mainArea .listHighschool {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}

#mainArea .listHighschool li {
  margin: 15px;
  width: 160px;
}

#mainArea .listHighschool .image {
  display: block;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

#mainArea .listHighschool .name {
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-size: 0.94rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#mainArea .listHighschool li:nth-child(1) .name {
  background-color: #e36022;
}

#mainArea .listHighschool li:nth-child(2) .name {
  background-color: #008cce;
}

#mainArea .listHighschool li:nth-child(3) .name {
  background-color: #934993;
}

#mainArea .listHighschool li:nth-child(4) .name {
  background-color: #df583c;
}

#mainArea .listHighschool li:nth-child(5) .name {
  background-color: #e05f76;
}

#mainArea .listHighschool li:nth-child(6) .name {
  background-color: #df6c8f;
}

#mainArea .listHighschool li:nth-child(7) .name {
  background-color: #e03731;
}

#mainArea .listHighschool li:nth-child(8) .name {
  background-color: #80ba41;
}

#mainArea .listHighschool li:nth-child(9) .name {
  background-color: #e67620;
}

#mainArea .listHighschool li:nth-child(10) .name {
  background-color: #00a88e;
}

#mainArea .listHighschool .name .bg {
  display: block;
}

#mainArea .listHighschool .name .sub {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

#mainArea .listHighschool .text {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ===== Guardian ===== */
#mainArea .guardianBox {
  margin: 0 auto;
  width: 1000px;
}

#mainArea .guardianBox .title {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  border-radius: 10px 25px 0 0;
  background: #932536;
  font-size: 18px;
  font-size: 1.13rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  z-index: 20;
}

#mainArea .guardianBox .title .num {
  padding-left: 0.3em;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}

#mainArea .guardianBox .inner {
  position: relative;
  padding: 35px 40px 45px 40px;
  border-radius: 0 10px 10px 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#mainArea .guardianBox .subtitle {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #932536;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.5;
}

#mainArea .guardianBox .subtitle.title01 {
  margin-left: 150px;
}

#mainArea .guardianBox .image01 {
  float: left;
  margin: -20px 20px 20px -65px;
}

#mainArea .guardianBox .image02 {
  float: right;
  margin: 0 -80px 0 5px;
}

#mainArea .guardianBox .info {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f5ebeb;
  line-height: 1.5;
}

#mainArea .guardianBox .career {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: bold;
  color: #932536;
}

#mainArea .guardianBox .department {
  display: inline;
  padding-right: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

#mainArea .guardianBox .name {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

#mainArea .guardianBox .notes {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

/* ===== Data ===== */
#mainArea .secData01 {
  position: relative;
  background: #fffadc;
  z-index: 0;
}
#mainArea .secData01 > .bg {
  padding-bottom: 0;
}
#mainArea .secData01:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #ebf5ff;
  content: "";
  z-index: -1;
}

#mainArea .dataBox01 {
  display: flex;
  position: relative;
  padding-bottom: 100px;
  flex-wrap: wrap;
}
#mainArea .dataBox01 .inner01,
#mainArea .dataBox01 .inner02 {
  width: 50%;
}
#mainArea .dataBox01 .inner03 {
  margin-top: 50px;
  width: 100%;
}
#mainArea .dataBox01 .title01 {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  min-height: 120px;
  background: #f5af3c;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
#mainArea .dataBox01 .title01:before {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 100%;
  background: #f5af3c;
  content: "";
  z-index: -1;
}
#mainArea .dataBox01 .title01 .main {
  display: block;
}
#mainArea .dataBox01 .title01 .sub {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 500;
}
#mainArea .dataBox01 .title01 .notes {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
#mainArea .dataBox01 .inner02 .title01 {
  background: #65aadd;
}
#mainArea .dataBox01 .inner02 .title01:before {
  left: 0;
  background: #65aadd;
}
#mainArea .dataBox01 .title02 {
  position: relative;
  left: 210px;
  padding: 5px 0;
  border-radius: 40px;
  min-width: 500px;
  background: #f5af3c;
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
#mainArea .dataBox01 .nursing .title02 {
  background-color: #e76c8e;
}
#mainArea .dataBox01 .cnad .title02 {
  background-color: #00aecc;
}
#mainArea .dataBox01 .pt .title02 {
  background-color: #00a78d;
}
#mainArea .dataBox01 .rd .title02 {
  background-color: #00aecc;
}
#mainArea .dataBox01 .rd2 .title02 {
  background-color: #ebf5ff;
}
#mainArea .dataBox01 .childhood .title02 {
  background-color: #e77722;
}
#mainArea .dataBox01 .japanese .title02 {
  background-color: #924994;
}
#mainArea .dataBox01 .english .title02 {
  background-color: #e46022;
}
#mainArea .dataBox01 .inner02 .title02 {
  visibility: hidden;
}

#mainArea .listData01 > li {
  padding: 20px 0 12px 0;
  border-bottom: 1px solid #c8c8c8;
  min-height: 201px;
}
#mainArea .listData01 > li:last-child {
  border-bottom: 0;
}
#mainArea .listData01 dl {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 440px;
  height: 160px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#mainArea .listData01 dt {
  position: absolute;
  top: 40px;
  left: 15px;
  padding-left: 0px;/*padding-left: 55px;*/
  font-size: 27px;
  font-size: 1.69rem;
  font-weight: bold;
  line-height: 1.5;
}
#mainArea .listData01 dt:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 40px;
  height: 60px;
  background: transparent none 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .listData01 dt .sub01 {
  position: absolute;
  left: 0px;/*left: 55px;*/
  bottom: -25px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
#mainArea .listData01 .sn dt,
#mainArea .listData01 .et dt,
#mainArea .listData01 .kt dt,
#mainArea .listData01 .pst dt,
#mainArea .listData01 .j1 dt,
#mainArea .listData01 .j2 dt,
#mainArea .listData01 .e1 dt,
#mainArea .listData01 .e2 dt {
  top: 55px;
}
/*#mainArea .listData01 .ns dt:before {
  background-image: url(../data/img/icon_ns.png);
}
#mainArea .listData01 .phn dt:before {
  background-image: url(../data/img/icon_pnh.png);
}
#mainArea .listData01 .mwi dt:before {
  background-image: url(../data/img/icon_mwi.png);
}
#mainArea .listData01 .sn dt:before {
  background-image: url(../data/img/icon_sn.png);
}
#mainArea .listData01 .pt dt:before {
  background-image: url(../data/img/icon_pt.png);
}
#mainArea .listData01 .cnad dt:before {
  background-image: url(../data/img/icon_cnad.png);
}
#mainArea .listData01 .rd dt:before {
  background-image: url(../data/img/icon_rd.png);
}
#mainArea .listData01 .et dt:before {
  background-image: url(../data/img/icon_et.png);
}
#mainArea .listData01 .kt dt:before {
  background-image: url(../data/img/icon_kt.png);
}
#mainArea .listData01 .pst dt:before {
  background-image: url(../data/img/icon_pst.png);
}
#mainArea .listData01 .j1 dt:before {
  background-image: url(../data/img/icon_j1.png);
}
#mainArea .listData01 .j2 dt:before {
  background-image: url(../data/img/icon_j2.png);
}
#mainArea .listData01 .e1 dt:before {
  background-image: url(../data/img/icon_e1.png);
}
#mainArea .listData01 .e2 dt:before {
  background-image: url(../data/img/icon_e2.png);
}*/
#mainArea .listData01 .num {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 100px;
  font-size: 6.25rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}
#mainArea .listData01 .num .small {
  font-size: 50px;
  font-size: 3.13rem;
}
#mainArea .listData01 .sn .num,
#mainArea .listData01 .et .num,
#mainArea .listData01 .kt .num,
#mainArea .listData01 .pst .num,
#mainArea .listData01 .j1 .num,
#mainArea .listData01 .j2 .num,
#mainArea .listData01 .e1 .num,
#mainArea .listData01 .e2 .num {
  top: 25px;
}
#mainArea .listData01 .sn .num .small,
#mainArea .listData01 .et .num .small,
#mainArea .listData01 .kt .num .small,
#mainArea .listData01 .pst .num .small,
#mainArea .listData01 .j1 .num .small,
#mainArea .listData01 .j2 .num .small,
#mainArea .listData01 .e1 .num .small,
#mainArea .listData01 .e2 .num .small {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#mainArea .listData01 .notes01 {
  position: absolute;
  bottom: 20px;
  left: 15px;
  width: 215px;
  padding: 4px 0;
  background: #f0f0f0;
  font-size: 14px;
  font-size: 0.88rem;
  text-align: center;
}
#mainArea .listData01 .notes02 {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 185px;
  border: 1px solid #000;
  padding: 3px 0;
  font-size: 14px;
  font-size: 0.88rem;
  text-align: center;
}

#mainArea .nursing .listData01 dt {
  color: #df6b8e;
}

#mainArea .cnad .listData01 dt {
  color: #00aecc;
}

#mainArea .pt .listData01 dt {
  color: #00a78d;
}

#mainArea .rd .listData01 dt {
  color: #00aecc;
}

#mainArea .childhood .listData01 dt {
  color: #e77722;
}

#mainArea .japanese .listData01 dt {
  color: #924994;
}

#mainArea .english .listData01 dt {
  color: #e46022;
}

#mainArea .nursing .listData01 .num {
  color: #df6b8e;
}

#mainArea .cnad .listData01 .num {
  color: #00aecc;
}

#mainArea .pt .listData01 .num {
  color: #00a78d;
}

#mainArea .rd .listData01 .num {
  color: #00aecc;
}

#mainArea .childhood .listData01 .num {
  color: #e77722;
}

#mainArea .japanese .listData01 .num {
  color: #924994;
}

#mainArea .english .listData01 .num {
  color: #e46022;
}

#mainArea .nursing .listData01 .notes01 {
  background-color: #fae2e8;
}

#mainArea .cnad .listData01 .notes01 {
  background-color: #00aecc;
}

#mainArea .pt .listData01 .notes01 {
  background-color: #ccede8;
}

#mainArea .rd .listData01 .notes01 {
  background-color: #c0f4fc;
}

#mainArea .childhood .listData01 .notes01 {
  color: #e77722;
}

#mainArea .japanese .listData01 .notes01 {
  color: #924994;
}

#mainArea .listData02 > li {
  padding: 20px 0 12px 0;
  border-bottom: 1px solid #c8c8c8;
  min-height: 201px;
}
#mainArea .listData02 > li:last-child {
  border-bottom: 0;
}
#mainArea .listData02 ul {
  display: flex;
  margin-left: 35px;
}
#mainArea .listData02 ul li {
  margin: 0 15px;
}
#mainArea .listData02 dl {
  position: relative;
  border: 1px solid #000;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  background: #fff;
}
#mainArea .listData02 dt {
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}
#mainArea .listData02 .notes {
  position: absolute;
  top: 103px;
  left: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mainArea .listData02 .num {
  position: absolute;
  top: 100px;
  right: 24px;
  font-size: 55px;
  font-size: 3.44rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mainArea .listData02 .num .small {
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#mainArea .nursing .listData02 dl {
  border-color: #df6b8e;
}

#mainArea .cnad .listData02 dl {
  border-color: #00aecc;
}

#mainArea .pt .listData02 dl {
  border-color: #00a78d;
}

#mainArea .rd .listData02 dl {
  border-color: #00aecc;
}

#mainArea .childhood .listData02 dl {
  border-color: #e77722;
}

#mainArea .japanese .listData02 dl {
  border-color: #924994;
}

#mainArea .nursing .listData02 .num {
  color: #df6b8e;
}

#mainArea .cnad .listData02 .num {
  color: #00aecc;
}

#mainArea .pt .listData02 .num {
  color: #00a78d;
}

#mainArea .rd .listData02 .num {
  color: #00aecc;
}

#mainArea .childhood .listData02 .num {
  color: #e77722;
}

#mainArea .japanese .listData02 .num {
  color: #924994;
}

#mainArea .dataBox02 .title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #969696;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: 500;
  line-height: 1.3;
}

#mainArea .listData03 {
  display: flex;
  margin: -10px -20px 40px -20px;
  flex-wrap: wrap;
}
#mainArea .listData03 li {
  margin: 10px 20px;
  width: calc(50% - 40px);
}
#mainArea .listData03 a {
  display: block;
  position: relative;
  padding: 15px 20px;
  border-radius: 5px;
  background: #932536;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
}
#mainArea .listData03 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  width: 25px;
  height: 30px;
  background: transparent url("../../common/img/icon_pdf2_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .listData03 a:hover {
  opacity: 0.7;
}
#mainArea .listData03 .japanese a {
  background-color: #924894;
}
#mainArea .listData03 .english a {
  background-color: #e46022;
}
#mainArea .listData03 .multiculture a {
  background-color: #008ccf;
}
#mainArea .listData03 .media a {
  background-color: #e13831;
}
#mainArea .listData03 .psychology a {
  background-color: #80ba41;
}
#mainArea .listData03 .childhood a {
  background-color: #e77722;
}
#mainArea .listData03 .sociology a {
  background-color: #df593c;
}
#mainArea .listData03 .environments a {
  background-color: #e05f76;
}
#mainArea .listData03 .nursing a {
  background-color: #e76c8e;
}
#mainArea .listData03 .pt a {
  background-color: #00a78d;
}
#mainArea .listData03 .cnad a {
  background-color: #00aecc;
}
#mainArea .listData03 .rd a {
  background-color: #00aecc;
}
#mainArea .listData03 .notes {
  display: block;
  margin: 5px 0 -10px 20px;
  font-size: 13px;
  font-size: 0.82rem;
}
#mainArea .listData03 .title {
  margin-bottom: 35px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
#mainArea .listData03 .title > span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #969696;
}

#mainArea .listData04 dt {
  display: block;
  position: relative;
  margin-bottom: 3px;
  padding: 17px 70px;
  background: #ec6d65;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
#mainArea .listData04 dt:hover {
  opacity: 0.7;
}
#mainArea .listData04 dt:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  background: transparent none 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .listData04 dt.construction:before {
  background-image: url("../data/img/icon_construction.png");
}
#mainArea .listData04 dt.retail:before {
  background-image: url("../data/img/icon_retail.png");
}
#mainArea .listData04 dt.finance:before {
  background-image: url("../data/img/icon_finance.png");
}
#mainArea .listData04 dt.trading:before {
  background-image: url("../data/img/icon_trading.png");
}
#mainArea .listData04 dt.estate:before {
  background-image: url("../data/img/icon_estate.png");
}
#mainArea .listData04 dt.transport:before {
  background-image: url("../data/img/icon_transport.png");
}
#mainArea .listData04 dt.apparel:before {
  background-image: url("../data/img/icon_apparel.png");
}
#mainArea .listData04 dt.manufacture:before {
  background-image: url("../data/img/icon_manufacture.png");
}
#mainArea .listData04 dt.travel:before {
  background-image: url("../data/img/icon_travel.png");
}
#mainArea .listData04 dt.service:before {
  background-image: url("../data/img/icon_service.png");
}
#mainArea .listData04 dt.it:before {
  background-image: url("../data/img/icon_it.png");
}
#mainArea .listData04 dt.education:before {
  background-image: url("../data/img/icon_education.png");
}
#mainArea .listData04 dt.medical:before {
  background-image: url("../data/img/icon_medical.png");
}
#mainArea .listData04 dt.public:before {
  background-image: url("../data/img/icon_public.png");
}
#mainArea .listData04 dt:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: transparent url("../../common/img/icon_plus_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .listData04 dt.active:after {
  background-image: url("../../common/img/icon_minus_white.png");
}
#mainArea .listData04 dd {
  display: none;
  padding: 30px 0 40px 20px;
}
#mainArea .listData04 .listDisc {
  font-size: 16px;
  font-size: 1rem;
}
#mainArea .listData04 .listDisc > li:before {
  color: #ec6d65;
}

#mainArea .tableData {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
#mainArea .tableData th,
#mainArea .tableData td {
  padding: 3px 14px;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.3;
}
#mainArea .tableData th {
  width: 100px;
  background: #d1edec;
  text-align: center;
}
#mainArea .tableData td {
  text-align: right;
}
#mainArea .tableData .num {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}

#mainArea .dataBox04 {
  position: relative;
}
#mainArea .dataBox04 .total {
  position: absolute;
  display: flex;
  top: 15px;
  left: 0;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  background: #64c3be;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#mainArea .dataBox04 .total dt {
  margin-bottom: 15px;
}
#mainArea .dataBox04 .total .num {
  padding-right: 3px;
  font-size: 46px;
  font-size: 2.88rem;
  font-family: "Inter", sans-serif;
}

#mainArea .listData05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mainArea .listData05 > li {
  position: relative;
  padding: 45px 25px 10px 25px;
  border: 1px solid #000;
  border-radius: 0 20px 0 20px;
  width: 280px;
  height: 210px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#mainArea .listData05 > li:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 20px solid transparent;
  border-right: 20px solid #000;
  content: "";
}
#mainArea .listData05 .title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  padding: 0 10px;
  min-width: 200px;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainArea .listData05 dl {
  line-height: 1;
}
#mainArea .listData05 dt {
  display: inline-block;
  margin-bottom: 7px;
  border-bottom: 1px solid #333;
  padding: 0 5px 5px 5px;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#mainArea .listData05 .num {
  margin-left: 20px;
  font-size: 90px;
  font-size: 5.63rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#mainArea .listData05 .notes {
  margin-top: -5px;
  font-size: 14px;
  font-size: 0.88rem;
  white-space: nowrap;
  text-align: right;
}
#mainArea .listData05 .small {
  font-size: 40px;
  font-size: 2.5rem;
}
#mainArea .listData05 > li:nth-child(1), #mainArea .listData05 > li:nth-child(2) {
  margin-bottom: 60px;
  padding: 35px 50px 10px 60px;
  width: 440px;
  height: 320px;
}
#mainArea .listData05 > li:nth-child(1) .title, #mainArea .listData05 > li:nth-child(2) .title {
  min-width: 300px;
  font-size: 25px;
  font-size: 1.57rem;
}
#mainArea .listData05 > li:nth-child(1) dt, #mainArea .listData05 > li:nth-child(2) dt {
  margin-bottom: 5px;
  padding: 0 10px 10px 10px;
  font-size: 35px;
  font-size: 2.19rem;
}
#mainArea .listData05 > li:nth-child(1) .num, #mainArea .listData05 > li:nth-child(2) .num {
  margin-left: 0;
  font-size: 180px;
  font-size: 11.25rem;
}
#mainArea .listData05 > li:nth-child(1) .small, #mainArea .listData05 > li:nth-child(2) .small {
  font-size: 80px;
  font-size: 5rem;
}
#mainArea .listData05 > li:nth-child(3) .num {
  margin-top: 10px;
  margin-left: 0;
  font-size: 70px;
  font-size: 4.38rem;
}
#mainArea .listData05 > li:nth-child(3) .num .small {
  font-size: 30px;
  font-size: 1.88rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#mainArea .listData05 > li:nth-child(1):before {
  border-right-color: #c83c50;
}
#mainArea .listData05 > li:nth-child(2):before {
  border-right-color: #004196;
}
#mainArea .listData05 > li:nth-child(3):before {
  border-right-color: #00a161;
}
#mainArea .listData05 > li:nth-child(4):before {
  border-right-color: #e6551e;
}
#mainArea .listData05 > li:nth-child(5):before {
  border-right-color: #00a6ba;
}
#mainArea .listData05 > li:nth-child(1) dt {
  border-bottom-color: #c83c50;
  color: #c83c50;
}
#mainArea .listData05 > li:nth-child(2) dt {
  border-bottom-color: #004196;
  color: #004196;
}
#mainArea .listData05 > li:nth-child(3) dt {
  border-bottom-color: #00a161;
  color: #00a161;
}
#mainArea .listData05 > li:nth-child(4) dt {
  border-bottom-color: #e6551e;
  color: #e6551e;
}
#mainArea .listData05 > li:nth-child(5) dt {
  border-bottom-color: #00a6ba;
  color: #00a6ba;
}
#mainArea .listData05 > li:nth-child(1) .num {
  color: #c83c50;
}
#mainArea .listData05 > li:nth-child(2) .num {
  color: #004196;
}
#mainArea .listData05 > li:nth-child(3) .num {
  color: #00a161;
}
#mainArea .listData05 > li:nth-child(4) .num {
  color: #e6551e;
}
#mainArea .listData05 > li:nth-child(5) .num {
  color: #00a6ba;
}

#mainArea .listData06 > li {
  margin-bottom: 7px;
  line-height: 1.3;
}
#mainArea .listData06 dl {
  display: flex;
  font-weight: bold;
  align-items: center;
}
#mainArea .listData06 dt {
  display: flex;
  position: relative;
  padding-left: 30px;
  width: 210px;
  font-size: 17px;
  font-size: 1.07rem;
  align-items: center;
}
#mainArea .listData06 dt:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: #333;
  content: "";
}
#mainArea .listData06 dt:after {
  display: block;
  margin: 0 10px;
  border-top: 2px dotted #333;
  flex: 1;
  content: "";
}
#mainArea .listData06 > li:nth-child(1) dt:before {
  background-color: #00c8b4;
}
#mainArea .listData06 > li:nth-child(2) dt:before {
  background-color: #6482c8;
}
#mainArea .listData06 > li:nth-child(3) dt:before {
  background-color: #faaa46;
}
#mainArea .listData06 > li:nth-child(4) dt:before {
  background-color: #fa8296;
}
#mainArea .listData06 > li:nth-child(5) dt:before {
  background-color: #64befa;
}
#mainArea .listData06 > li:nth-child(6) dt:before {
  background-color: #ffc864;
}
#mainArea .listData06 dd {
  margin-left: auto;
  font-size: 15px;
  font-size: 0.94rem;
  text-align: right;
  white-space: nowrap;
}
#mainArea .listData06 dd span {
  font-size: 25px;
  font-size: 1.57rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
}

#mainArea .secData02 {
  background: #fffef7;
}
#mainArea .secData02 > .bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

#mainArea .tiData01 .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #932536;
  z-index: 0;
}
#mainArea .tiData01 .sub:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  content: "";
}
#mainArea .tiData01 .sub:after {
  position: absolute;
  left: 50%;
  margin-left: 7px;
  bottom: -14px;
  border-left: 1px solid #932536;
  border-bottom: 1px solid #932536;
  width: 13px;
  height: 13px;
  -webkit-transform: translateX(-50%) rotate(-45deg) skew(-15deg, -15deg);
          transform: translateX(-50%) rotate(-45deg) skew(-15deg, -15deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  z-index: 20;
  content: "";
}

#mainArea .tiData02 {
  margin-bottom: 10px;
  font-size: 35px;
  font-size: 2.19rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#mainArea .tiData02 .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #932536;
}
#mainArea .tiData02 .main {
  display: block;
}

#mainArea .listData07 {
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
}
#mainArea .listData07 dt {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#mainArea .listData07 dd {
  display: inline-block;
  font-size: 80px;
  font-size: 5rem;
  color: #c13349;
  white-space: nowrap;
}
#mainArea .listData07 .num {
  font-size: 180px;
  font-size: 11.25rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
}

#mainArea .listData08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#mainArea .listData08 > li {
  position: relative;
  margin: 0 20px;
  padding: 15px 4px 10px 4px;
  border: 1px solid #c13349;
  border-radius: 0 20px 0 20px;
  width: 280px;
  min-height: 280px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(250, 230, 230, 0.9);
  text-align: center;
}
#mainArea .listData08 > li:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: 20px solid transparent;
  border-right: 20px solid #c13349;
  content: "";
}
#mainArea .listData08 .title {
  display: flex;
  margin-bottom: 15px;
  min-height: 105px;
  font-size: 25px;
  font-size: 1.57rem;
  line-height: 1.3;
  color: #c13349;
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainArea .listData08 .title > span {
  display: inline-block;
  text-align: left;
}
#mainArea .listData08 .title > span span {
  display: block;
  border-bottom: 1px solid #c13349;
}
#mainArea .listData08 dl {
  line-height: 1;
}
#mainArea .listData08 dt {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#mainArea .listData08 dd {
  font-size: 40px;
  font-size: 2.5rem;
  color: #c13349;
  white-space: nowrap;
}
#mainArea .listData08 .num {
  font-size: 90px;
  font-size: 5.63rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
}

#mainArea .dataBox05 {
  text-align: center;
}
#mainArea .dataBox05 .listCaution01 {
  display: inline-block;
  font-size: 13px;
  font-size: 0.82rem;
  text-align: left;
}

/* ===== Qualification List ===== */
#mainArea .tiQualification01 {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #969696;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  line-height: 1.5;
}

#mainArea .tiQualification02 {
  position: relative;
  padding: 15px 50px;
  background: #932536;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

#mainArea .tiQualification02:hover {
  opacity: 0.7;
}

#mainArea .tiQualification02:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: transparent url("../../common/img/icon_plus_white.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

#mainArea .tiQualification02.active:before {
  background-image: url("../../common/img/icon_minus_white.png");
}

#mainArea .tiQualification03 {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #969696;
  font-size: 18px;
  font-size: 1.13rem;
}

#mainArea .qualificationBox01 {
  margin-bottom: 30px;
}

#mainArea .qualificationBox01 .wrap {
  display: none;
}

#mainArea .qualificationBox01 .inner {
  padding: 35px 40px;
  background: #f9f4f5;
}

#mainArea .listQualification01,
#mainArea .listQualification02,
#mainArea .listQualification03,
#mainArea .listQualification04 {
  font-size: 16px;
  font-size: 1rem;
}

#mainArea .listQualification01 > li,
#mainArea .listQualification02 > li,
#mainArea .listQualification03 > li,
#mainArea .listQualification04 > li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.5em;
  line-height: 1.8;
}

#mainArea .listQualification01 > li:before,
#mainArea .listQualification02 > li:before,
#mainArea .listQualification03 > li:before,
#mainArea .listQualification04 > li:before {
  position: absolute;
  left: 0;
}

#mainArea .listQualification01 > li:before {
  content: "■";
}

#mainArea .listQualification02 > li:before {
  content: "□";
}

#mainArea .listQualification03 > li:before {
  content: "◆";
}

#mainArea .listQualification04 > li:before {
  content: "●";
}

#mainArea #english .tiQualification02 {
  background-color: #e46022;
}

#mainArea #multiculture .tiQualification02 {
  background-color: #008ccf;
}

#mainArea #japanese .tiQualification02 {
  background-color: #924994;
}

#mainArea #media .tiQualification02 {
  background-color: #e13831;
}

#mainArea #psychology .tiQualification02 {
  background-color: #80ba41;
}

#mainArea #childhood .tiQualification02 {
  background-color: #e77722;
}

#mainArea #sociology .tiQualification02 {
  background-color: #df593c;
}

#mainArea #environments .tiQualification02 {
  background-color: #e05f76;
}

#mainArea #nursing .tiQualification02 {
  background-color: #df6b8e;
}

#mainArea #pt .tiQualification02 {
  background-color: #00a78d;
}

#mainArea #cnad .tiQualification02 {
  background-color: #00aecc;
}

#mainArea #english.qualificationBox01 .inner {
  background-color: #fef7f4;
}

#mainArea #multiculture.qualificationBox01 .inner {
  background-color: #f2f9fd;
}

#mainArea #japanese.qualificationBox01 .inner {
  background-color: #f9f6fa;
}

#mainArea #media.qualificationBox01 .inner {
  background-color: #fdf5f4;
}

#mainArea #psychology.qualificationBox01 .inner {
  background-color: #f9fbf5;
}

#mainArea #childhood.qualificationBox01 .inner {
  background-color: #fef8f4;
}

#mainArea #sociology.qualificationBox01 .inner {
  background-color: #fdf7f5;
}

#mainArea #environments.qualificationBox01 .inner {
  background-color: #fdf7f8;
}

#mainArea #nursing.qualificationBox01 .inner {
  background-color: #fef8f9;
}

#mainArea #pt.qualificationBox01 .inner {
  background-color: #f2fbf9;
}

#mainArea #cnad.qualificationBox01 .inner {
  background-color: #f2fbfc;
}

#mainArea .listQualification05 {
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: bold;
  text-align: right;
}

#mainArea .listQualification05 > li {
  display: inline-block;
  line-height: 1.8;
}

#mainArea .listQualification05 > li a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: transparent url(../../common/img/icon_05.png) 100% 50% no-repeat;
  background-size: 8px auto;
  color: #932536;
  text-decoration: none;
}

#mainArea .listQualification05 > li a:hover {
  opacity: 0.7;
}

/* ===== Qualification Support ===== */
#mainArea .listQS01 {
  margin: 0 -20px;
  font-size: 20px;
  font-size: 1.25rem;
}
#mainArea .listQS01 li {
  float: left;
  padding: 0 20px;
  width: 50%;
}
#mainArea .listQS01 li a {
  padding-top: 23px;
  padding-bottom: 23px;
}

#mainArea .secQS > .bg {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
#mainArea .secQS > .bg::before, #mainArea .secQS > .bg::after {
  position: absolute;
  top: 0;
  content: "";
}
#mainArea .secQS > .bg::before {
  left: 0;
  background: #932536;
  width: 100%;
  height: 2px;
}
#mainArea .secQS > .bg::after {
  left: 50%;
  margin-left: -22px;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 17px solid #932536;
}

#mainArea .qsBox01 {
  padding: 20px 25px;
  border-radius: 10px;
  background: #fffcec;
  box-shadow: 0 6px 0 #fae7e7;
}

#mainArea .qsBox02 {
  border: 1px solid #932536;
  border-radius: 10px;
  overflow: hidden;
}
#mainArea .qsBox02 .title01 {
  padding: 14px 24px;
  background: #932536;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
#mainArea .qsBox02 .outer {
  display: flex;
  padding: 29px 0;
}
#mainArea .qsBox02 .inner {
  padding: 10px 24px 0 24px;
  border-right: 1px solid #932536;
  width: 33.333%;
}
#mainArea .qsBox02 .inner:last-child {
  border-right: 0;
}
#mainArea .qsBox02 .title02 {
  font-size: 19px;
  font-size: 1.19rem;
  text-align: center;
  line-height: 1.3;
}
#mainArea .qsBox02 .txt01 {
  margin-bottom: 10px;
  min-height: 140px;
  font-size: 1.5rem;
  font-size: 0.94rem;
}
#mainArea .qsBox02 .list01 dt {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #932536;
  align-items: center;
  justify-content: center;
}
#mainArea .qsBox02 .list01 dt:before, #mainArea .qsBox02 .list01 dt:after {
  border-top: 1px solid #932536;
  width: 20px;
  content: "";
}
#mainArea .qsBox02 .list01 dt:before {
  margin-right: 10px;
}
#mainArea .qsBox02 .list01 dt:after {
  margin-left: 10px;
}
#mainArea .qsBox02 .list01 ul {
  display: flex;
  margin: -5px;
  font-size: 18px;
  font-size: 1.13rem;
  flex-wrap: wrap;
}
#mainArea .qsBox02 .list01 li {
  display: flex;
  margin: 5px;
  width: calc(100% - 10px);
  height: 40px;
  border-radius: 20px;
  background: #fffcef;
  line-height: 1.3;
  color: #932536;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#mainArea .qsBox02 .list01 li.col2 {
  width: calc(50% - 10px);
}
#mainArea .qsBox02 .list01 li.large {
  height: 140px;
}

#mainArea .qsBox03 a {
  display: block;
  position: relative;
  padding: 18px 58px 18px 38px;
  border: 2px solid #932536;
  border-radius: 10px;
  color: #333;
  text-align: center;
  text-decoration: none;
}
#mainArea .qsBox03 a:hover {
  opacity: 0.7;
}
#mainArea .qsBox03 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("../../common/img/icon_02.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .qsBox03 a:after {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: transparent url("../../common/img/icon_window.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
#mainArea .qsBox03 .title01 {
  margin-bottom: 10px;
  font-size: 38px;
  font-size: 2.38rem;
  font-weight: bold;
  line-height: 1.5;
  color: #932536;
}
#mainArea .qsBox03 .list01 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 1.6;
  text-align: left;
}
#mainArea .qsBox03 .list01 dl {
  display: flex;
}
#mainArea .qsBox03 .list01 dt {
  position: relative;
  padding-left: 1.3em;
  width: 4.5em;
}
#mainArea .qsBox03 .list01 dt:before {
  position: absolute;
  left: 0;
  content: "●";
}
#mainArea .qsBox03 .list01 dd {
  flex: 1;
}

#mainArea .listQS02 a {
  width: 100%;
  text-align: center;
}

#mainArea .qsBox04 {
  padding: 80px 0;
  border-top: 1px solid #be7c86;
}
#mainArea .qsBox04:last-child {
  padding-bottom: 0;
}

#mainArea .tiQS01 {
  margin-bottom: 35px;
  padding-bottom: 0;
  font-size: 45px;
  font-size: 2.82rem;
}
#mainArea .tiQS01:after {
  display: none;
}
#mainArea .tiQS01 .sub {
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 1.88rem;
}

#mainArea .listQS03 {
  margin: -20px 0;
  counter-reset: qs-cnt;
}
#mainArea .listQS03 li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #932536;
  align-items: center;
  counter-increment: qs-cnt;
}
#mainArea .listQS03 li:last-child {
  border-bottom: 0;
}
#mainArea .listQS03 li::before {
  display: flex;
  margin-right: 20px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: #932536;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  content: counter(qs-cnt);
}
#mainArea .listQS03 .title01 {
  width: 260px;
  font-size: 25px;
  font-size: 1.57rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.3;
}
#mainArea .listQS03 .txt01 {
  flex: 1;
}

#mainArea .qsBox05 {
  padding: 35px 10px;
  border-radius: 10px;
  background: #fffcec;
}
#mainArea .qsBox05 .list01 {
  display: flex;
}
#mainArea .qsBox05 .list01 li {
  padding: 0 30px;
  border-right: 1px solid #932536;
  width: 50%;
}
#mainArea .qsBox05 .list01 li:last-child {
  border-right: 0;
}
#mainArea .qsBox05 .title01 {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
#mainArea .qsBox05 .title01 .en {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #932536;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #932536;
  line-height: 1;
  font-family: "Courier-BoldOblique", "Courier New", Courier, monospace;
}
#mainArea .qsBox05 .title01 .sub {
  display: block;
  margin-top: -8px;
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: 500;
}
#mainArea .qsBox05 .title01 .main {
  display: block;
}
#mainArea .qsBox05 .image01 {
  margin-bottom: 20px;
  text-align: center;
}

#mainArea .listQS04 {
  margin-top: -20px;
}
#mainArea .listQS04 li {
  padding: 20px 50px;
  border-bottom: 1px dashed #932536;
}
#mainArea .listQS04 .title01 {
  margin-bottom: 5px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #932536;
  line-height: 1.3;
}
#mainArea .listQS04 .japanese .title01 {
  color: #924994;
}
#mainArea .listQS04 .english .title01 {
  color: #e46022;
}
#mainArea .listQS04 .childhood .title01 {
  color: #e77722;
}
#mainArea .listQS04 .nursing .title01 {
  color: #e76c8e;
}
#mainArea .listQS04 .cnad .title01 {
  color: #00aecc;
}
#mainArea .listQS04 .txt01 {
  font-size: 18px;
  font-size: 1.13rem;
}

#mainArea .tiQS02 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #c13349;
}

#mainArea .qsBox06 {
  padding: 30px 0;
  border-bottom: 1px dashed #932536;
}
#mainArea .qsBox06:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#mainArea .qsBox06 .inner01,
#mainArea .qsBox06 .inner03,
#mainArea .qsBox06 .inner04 {
  float: right;
  width: 630px;
}
#mainArea .qsBox06 .inner02 {
  float: left;
  width: 250px;
}
#mainArea .qsBox06 .list01 {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.13rem;
  color: #932536;
}
#mainArea .qsBox06 .list01 li {
  position: relative;
  padding-left: 1.3em;
}
#mainArea .qsBox06 .list01 li:before {
  position: absolute;
  left: 0;
  content: "●";
}
#mainArea .qsBox06 .title01 {
  margin-bottom: 10px;
  font-size: 27px;
  font-size: 1.69rem;
  font-weight: bold;
  line-height: 1.3;
}
#mainArea .qsBox06 .name {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.94rem;
}
#mainArea .qsBox06 .name li {
  display: inline-block;
}
#mainArea .qsBox06 .name .pass {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: bold;
  color: #932536;
}
#mainArea .qsBox06 .box {
  padding: 17px 25px;
  background: #fffcec;
}

#mainArea .qsBox07 {
  padding: 24px 44px;
  border: 1px solid #e1c2c7;
  border-radius: 10px;
}
#mainArea .qsBox07 .title01 {
  margin-bottom: 10px;
  font-size: 29px;
  font-size: 1.83rem;
  font-weight: bold;
  color: #932536;
  text-align: center;
}
#mainArea .qsBox07 .list01 {
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  flex-wrap: wrap;
  justify-content: center;
}
#mainArea .qsBox07 .list01 li {
  display: inline-block;
  margin: 0 20px;
}
#mainArea .qsBox07 .list01 dl {
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
#mainArea .qsBox07 .list01 dt {
  color: #932536;
}
#mainArea .qsBox07 .list01 dt:after {
  content: "：";
  color: #333;
}
#mainArea .qsBox07 .list01 dd {
  flex: 1;
  font-size: 22px;
  font-size: 1.38rem;
}
#mainArea .qsBox07 .list01 .mail {
  margin: 0 100px;
}
#mainArea .qsBox07 .list01 .mail dd {
  font-size: 16px;
  font-size: 1rem;
}
#mainArea .qsBox07 .list01 .place {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
#mainArea .qsBox07 .list01 a {
  color: #333;
  text-decoration: none;
}
#mainArea .qsBox07 .list01 a:hover {
  color: #932536;
}

#mainArea .listQS05 li {
  display: flex;
  margin: 0 auto 35px auto;
  width: 490px;
  flex-wrap: wrap;
  align-items: flex-end;
}
#mainArea .listQS05 li:last-child {
  margin-bottom: 0;
}
#mainArea .listQS05 .title01 {
  font-size: 38px;
  font-size: 2.38rem;
  font-weight: 500;
  color: #932536;
  line-height: 1.3;
  white-space: nowrap;
  flex: 1;
}
#mainArea .listQS05 .title01 span {
  border-bottom: 1px solid #932536;
}
#mainArea .listQS05 .txt01 {
  width: 240px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  color: #932536;
  line-height: 0.9;
  white-space: nowrap;
  text-align: right;
}
#mainArea .listQS05 .txt01 .num {
  font-size: 104px;
  font-size: 6.5rem;
}

/*************************************************
		SP
**************************************************/
@media screen and (max-width: 767px) {
  .box1W #contArea {
    padding-top: 40px;
  }
  /* ===== Title Area ===== */
  #titleArea {
    background-image: url("../img/bg_title_area2_sp.jpg");
  }
  #titleArea .title {
    left: 0;
    width: 100%;
  }
  .noMV #pagetitleArea {
    margin-top: 0;
  }
  /* ===== Footer Career ===== */
  #footerCareer {
    padding-bottom: 0;
  }
  #careerMenu01 > .bg {
    padding: 20px 0;
    width: 90%;
  }
  #careerMenu01 ul {
    margin: -7px 0;
    font-size: 16px;
    font-size: 1rem;
  }
  #careerMenu01 ul li,
  #careerMenu01 ul.is-col2 li,
  #careerMenu01 ul.is-col3 li {
    margin: 7px 0;
    width: 100%;
    flex: auto;
  }
  #careerMenu01 ul a {
    padding: 10px 5px;
  }
  #careerMenu01 ul a:hover {
    opacity: 1;
  }
  #careerMenu01 ul .ja {
    margin-bottom: 5px;
  }
  #careerMenu01 ul .en {
    font-size: 10px;
    font-size: 0.63rem;
    letter-spacing: 0.05em;
  }
  #careerMenu02 {
    margin: 2px 0 20px 0;
  }
  #careerMenu02 > .bg {
    width: 100%;
  }
  #careerMenu02 ul {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #careerMenu02 ul li {
    display: block;
    border-bottom: 2px solid #fff;
  }
  #careerMenu02 ul li a {
    padding: 15px 0;
  }
  #careerMenu02 ul li a:hover {
    opacity: 1;
  }
  #careerMenu02 ul li a:before {
    display: none;
  }
  /* ===== Career Center ===== */
  #mainArea .listCC {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .listCC li {
    margin-bottom: 3px;
  }
  #mainArea .mapCC iframe {
    height: 150px;
  }
  /* ===== Career Design ===== */
  #mainArea .cdBox01 .image {
    margin: 0 -5vw;
  }
  #mainArea .cdBox01 .box05 {
    margin-top: -10px;
  }
  #mainArea .cdBox02 .image {
    margin: 0 15.5vw 0 -5vw;
  }
  #mainArea .cdBox02 .box05 {
    margin: -80px 0 0 45px;
  }
  #mainArea .cdBox03 {
    margin: 0;
  }
  #mainArea .cdBox03 .title {
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .cdBox03 .subtitle {
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listCD dt {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listCD dd {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listCD .copy {
    min-height: 45px;
  }
  #mainArea .cdBox04 .image {
    margin: 0 -5vw 0 15.5vw;
  }
  #mainArea .cdBox04 .box05 {
    margin: -50px 45px 0 0;
  }
  #mainArea .cdBox05 .image {
    margin: 0 15.5vw 0 -5vw;
  }
  #mainArea .cdBox05 .box05 {
    margin: -55px 0 0 45px;
  }
  #mainArea .cdBox06 {
    display: block;
    padding: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  #mainArea .cdBox06 .title {
    margin-bottom: 15px;
    padding-left: 0;
    width: auto;
    font-size: 17px;
    font-size: 1.07rem;
    text-align: center;
  }
  #mainArea .cdBox06 .subtitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 15px;
    font-size: 0.94rem;
    text-align: center;
  }
  #mainArea .cdBox06 .subtitle .sub {
    display: inline-block;
    padding: 0 5px;
  }
  #mainArea .cdBox07 {
    padding-bottom: 25px;
  }
  #mainArea .cdBox07:before {
    top: calc(53px + 18.5vw);
    height: calc(100% - 53px - 18.5vw);
  }
  /* ===== Career Support ===== */
  #mainArea .secCS:before {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
  #mainArea .secCS > .bg {
    padding: 40px 0 50px 0;
  }
  #mainArea .csBox01 .image {
    margin: 0 -5vw 0 15vw;
  }
  #mainArea .csBox01 .box05 {
    margin: -75px 45px 0 0;
  }
  #mainArea .csBox02 .image {
    margin: 0 15vw 0 -5vw;
  }
  #mainArea .csBox02 .box05 {
    margin: -75px 0 0 45px;
  }
  #mainArea .csBox03 {
    margin: 0;
  }
  #mainArea .csBox04 {
    margin: 0;
  }
  #mainArea .listCS01 {
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1.3;
  }
  #mainArea .listCS01 li {
    margin: 0 0 15px 1px;
    width: calc(33.333% - 1px);
  }
  #mainArea .listCS01 a {
    padding: 7px 5px 32px 5px;
  }
  #mainArea .listCS01 a:hover {
    opacity: 1;
  }
  #mainArea .listCS01 a:before {
    height: 25px;
    background-size: 12px auto;
  }
  #mainArea .listCS02 dt {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listCS02 dd {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .csBox05 .title {
    padding: 5px 15px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .csBox05 .inner {
    padding: 10px 15px;
    line-height: 1.3;
  }
  #mainArea .listCS03 {
    display: inline;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .listCS03:first-child li:last-child:after {
    display: inline;
  }
  #mainArea .tableCS {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .tableCS th,
  #mainArea .tableCS td {
    padding: 3px 7px;
  }
  #mainArea .tableCS th {
    width: 50px;
  }
  #mainArea .tableCS th span {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .csBox04 .reserve .icon {
    margin-left: 10px;
    padding: 3px 10px;
    border-radius: 40px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .csBox06 {
    margin: 0 -5vw;
    padding: 20px;
  }
  /* ===== Highschool ===== */
  #mainArea .tiHighschool01 {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .tiHighschool01 span {
    padding: 0 20px 9px 20px;
  }
  #mainArea .tiHighschool01 span:before {
    bottom: -12px;
    margin-left: -6px;
    border-top-width: 12px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  #mainArea .tiHighschool01 span:after {
    bottom: -10px;
    margin-left: -6px;
    border-top-width: 12px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  #mainArea .tiHighschool02 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #mainArea .listHighschool {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
  }
  #mainArea .listHighschool li {
    margin: 15px;
    width: calc(50% - 30px - 0.1px);
  }
  #mainArea .listHighschool .image {
    border-radius: 10px 10px 0 0;
  }
  #mainArea .listHighschool .name {
    height: 47px;
    font-size: 13px;
    font-size: 0.82rem;
  }
  #mainArea .listHighschool .name .sub {
    font-size: 11px;
    font-size: 0.69rem;
  }
  #mainArea .listHighschool .text {
    font-size: 13px;
    font-size: 0.82rem;
  }
  /* ===== Guardian ===== */
  #mainArea .guardianBox {
    width: auto;
  }
  #mainArea .guardianBox .title {
    padding: 7px 15px;
    border-radius: 5px 13px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .guardianBox .title .num {
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .guardianBox .inner {
    padding: 15px 15px 25px 15px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    box-shadow: 0 0 q5px rgba(0, 0, 0, 0.1);
  }
  #mainArea .guardianBox .subtitle.title01 {
    margin-left: 0;
  }
  #mainArea .guardianBox .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .guardianBox .image01 {
    margin: 0 15px 5px -25px;
    width: 40%;
  }
  #mainArea .guardianBox .image02 {
    margin: 20px -25px 15px 7px;
    width: 40%;
  }
  #mainArea .guardianBox .txt01 {
    font-size: 13px;
    font-size: 0.82rem;
  }
  #mainArea .guardianBox .info {
    clear: both;
    display: block;
    padding: 10px;
    border-radius: 5px;
  }
  #mainArea .guardianBox .career {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .guardianBox .department {
    padding-right: 0.5em;
    font-size: 11px;
    font-size: 0.69rem;
  }
  #mainArea .guardianBox .name {
    font-size: 11px;
    font-size: 0.69rem;
  }
  #mainArea .guardianBox .notes {
    margin-top: 3px;
    font-size: 10px;
    font-size: 0.63rem;
  }
  /* ===== Data ===== */
  #mainArea .secData01 {
    background: transparent;
  }
  #mainArea .secData01:before {
    display: none;
  }
  #mainArea .dataBox01 {
    display: block;
    padding-bottom: 0;
  }
  #mainArea .dataBox01:before, #mainArea .dataBox01:after {
    display: none;
  }
  #mainArea .dataBox01 .inner01,
  #mainArea .dataBox01 .inner02 {
    position: relative;
    width: auto;
    z-index: 0;
  }
  #mainArea .dataBox01 .inner01 {
    padding-bottom: 30px;
  }
  #mainArea .dataBox01 .inner02 {
    padding-bottom: 20px;
  }
  #mainArea .dataBox01 .inner03 {
    margin-top: 30px;
  }
  #mainArea .dataBox01 .inner01:before,
  #mainArea .dataBox01 .inner02:before {
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #fffadc;
    content: "";
    z-index: -1;
  }
  #mainArea .dataBox01 .inner02:before {
    background: #ebf5ff;
  }
  #mainArea .dataBox01 .title01 {
    margin-bottom: 20px;
    min-height: 75px;
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .dataBox01 .title01 .sub {
    margin-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .dataBox01 .title01 .notes {
    margin-top: 5px;
    font-size: 10px;
    font-size: 0.63rem;
  }
  #mainArea .dataBox01 .inner02 .title01:before {
    left: -50vw;
  }
  #mainArea .dataBox01 .title02 {
    left: 0;
    margin: 0 auto 15px auto;
    padding: 4px 0;
    width: 290px;
    min-width: initial;
    min-width: auto;
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .dataBox01 .inner02 .title02 {
    visibility: visible;
  }
  #mainArea .listData01 {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #mainArea .listData01 > li {
    padding: 5px;
    border-bottom: 0;
    width: 50%;
    min-height: initial;
    min-height: auto;
  }
  #mainArea .listData01 > li:last-child {
    border-bottom: 0;
  }
  #mainArea .listData01 dl {
    padding: 2.667vw;
    border-radius: 1.333vw;
    width: auto;
    height: 100%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #mainArea .listData01 dt {
    position: relative;
    top: 0;
    left: 0;
    /*padding: 9.333vw 0 0 0;*/
    font-size: 4.267vw;
    text-align: center;
  }
  #mainArea .listData01 dt:before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -2.667vw;
    width: 5.333vw;
    height: 8vw;
  }
  #mainArea .listData01 dt .sub01 {
    display: block;
    position: static;
    left: 0;
    bottom: 0;
    font-size: 2.667vw;
  }
  #mainArea .listData01 .sn dt,
  #mainArea .listData01 .et dt,
  #mainArea .listData01 .kt dt,
  #mainArea .listData01 .pst dt,
  #mainArea .listData01 .j1 dt,
  #mainArea .listData01 .j2 dt,
  #mainArea .listData01 .e1 dt,
  #mainArea .listData01 .e2 dt {
    top: 0;
  }
  #mainArea .listData01 .sn dt .sub01 {
    margin-bottom: 2.667vw;
    font-size: 4vw;
  }
  #mainArea .listData01 .num {
    position: static;
    top: 0;
    right: 0;
    font-size: 13.333vw;
    text-align: center;
  }
  #mainArea .listData01 .num .small {
    font-size: 6.667vw;
  }
  #mainArea .listData01 .sn .num,
  #mainArea .listData01 .et .num,
  #mainArea .listData01 .kt .num,
  #mainArea .listData01 .pst .num,
  #mainArea .listData01 .j1 .num,
  #mainArea .listData01 .j2 .num,
  #mainArea .listData01 .e1 .num,
  #mainArea .listData01 .e2 .num {
    top: 0;
  }
  #mainArea .listData01 .notes01 {
    position: static;
    bottom: 0;
    left: 0;
    margin-top: 0.8vw;
    width: auto;
    padding: 0.8vw 0;
    font-size: 2.667vw;
  }
  #mainArea .listData01 .notes02 {
    position: static;
    bottom: 0;
    right: 0;
    width: auto;
    margin-top: 1.333vw;
    padding: 0.533vw 0;
    font-size: 2.667vw;
  }
  #mainArea .listData02 {
    margin: -15px 15px 0 15px;
  }
  #mainArea .listData02 > li {
    padding: 15px 0;
    min-height: initial;
    min-height: auto;
  }
  #mainArea .listData02 > li:last-child, #mainArea .listData02 > li.bb0_sp {
    border-bottom: 0;
  }
  #mainArea .listData02 ul {
    display: flex;
    margin-left: 0;
    justify-content: center;
  }
  #mainArea .listData02 ul li {
    margin: 0 7px;
  }
  #mainArea .listData02 dl {
    width: 36vw;
    height: 36vw;
  }
  #mainArea .listData02 dt {
    position: absolute;
    top: 6.133vw;
    font-size: 2.667vw;
  }
  #mainArea .listData02 .notes {
    top: 23.467vw;
    left: 5.333vw;
    font-size: 2.667vw;
  }
  #mainArea .listData02 .num {
    top: 22.667vw;
    right: 5.333vw;
    font-size: 13.333vw;
  }
  #mainArea .listData02 .num .small {
    font-size: 5.867vw;
  }
  #mainArea .dataBox02 .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .listData03 {
    display: block;
    margin: 0 0 35px 0;
  }
  #mainArea .listData03 li {
    margin: 15px 0;
    width: 100%;
  }
  #mainArea .listData03 a {
    padding: 10px 15px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listData03 a:before {
    right: 15px;
    margin-top: -13px;
    width: 20px;
    height: 25px;
  }
  #mainArea .listData03 a:hover {
    opacity: 1;
  }
  #mainArea .listData03 .notes {
    margin: 5px 0 -5px 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .listData03 .title {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listData04 dt {
    margin-bottom: 10px;
    padding: 10px 50px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listData04 dt:hover {
    opacity: 1;
  }
  #mainArea .listData04 dt:before {
    left: 15px;
    margin-top: -14px;
    width: 27px;
    height: 27px;
  }
  #mainArea .listData04 dt:after {
    right: 15px;
  }
  #mainArea .listData04 dd {
    padding: 10px 0 30px 15px;
  }
  #mainArea .listData04 .listDisc {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .dataBox04 .total {
    top: 10px;
    width: 125px;
    height: 125px;
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .dataBox04 .total dt {
    margin-bottom: 10px;
  }
  #mainArea .dataBox04 .total .num {
    font-size: 30px;
    font-size: 1.88rem;
  }
  #mainArea .tableData {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .tableData th,
  #mainArea .tableData td {
    padding: 3px;
  }
  #mainArea .tableData th {
    width: 60px;
  }
  #mainArea .tableData td {
    padding-right: 7px;
  }
  #mainArea .tableData .num {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listData05 {
    justify-content: center;
  }
  #mainArea .listData05 > li {
    margin: 0 1.867vw;
    margin-bottom: 9.333vw;
    padding: 5.333vw 1.867vw 0 1.867vw;
    border-radius: 0 2.667vw 0 2.667vw;
    width: 38.667vw;
    height: 29.333vw;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
  #mainArea .listData05 > li:nth-child(1), #mainArea .listData05 > li:nth-child(2) {
    margin-bottom: 9.333vw;
    padding: 4.533vw 5.333vw 0 5.333vw;
    width: 81.333vw;
    height: 36vw;
  }
  #mainArea .listData05 > li:nth-child(5) {
    margin-bottom: 0;
  }
  #mainArea .listData05 > li:before {
    bottom: 1.333vw;
    right: 1.333vw;
    border-top-width: 2.667vw;
    border-right-width: 2.667vw;
  }
  #mainArea .listData05 .title {
    padding: 0 2.667vw;
    min-width: 26.667vw;
    font-size: 3.467vw;
    letter-spacing: normal;
  }
  #mainArea .listData05 dt,
  #mainArea .listData05 dt,
  #mainArea .listData05 dt {
    margin-bottom: 0;
    padding: 0 1.333vw 0.8vw 1.333vw;
    font-size: 3.2vw;
  }
  #mainArea .listData05 .num {
    margin-left: 4vw;
    font-size: 12.533vw;
  }
  #mainArea .listData05 .num .small {
    font-size: 6.667vw;
  }
  #mainArea .listData05 .notes {
    margin-top: 0;
    font-size: 2.4vw;
    text-align: center;
  }
  #mainArea .listData05 > li:nth-child(1) .title, #mainArea .listData05 > li:nth-child(2) .title {
    min-width: 40vw;
    font-size: 3.733vw;
  }
  #mainArea .listData05 > li:nth-child(1) dt, #mainArea .listData05 > li:nth-child(2) dt {
    margin-left: 13.333vw;
    margin-bottom: 0;
    padding: 0 1.333vw 0.8vw 1.333vw;
    font-size: 4vw;
  }
  #mainArea .listData05 > li:nth-child(1) .num, #mainArea .listData05 > li:nth-child(2) .num {
    margin-left: 13.333vw;
    font-size: 18.667vw;
  }
  #mainArea .listData05 > li:nth-child(1) .num .small, #mainArea .listData05 > li:nth-child(2) .num .small {
    font-size: 10.667vw;
  }
  #mainArea .listData05 > li:nth-child(3) .num {
    margin-top: 1.867vw;
    font-size: 9.867vw;
  }
  #mainArea .listData05 > li:nth-child(3) .num .small {
    font-size: 4vw;
  }
  #mainArea .listData06 > li {
    margin-bottom: 5px;
  }
  #mainArea .listData06 dt {
    padding-left: 25px;
    width: 180px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listData06 dt:before {
    margin-top: -7px;
    width: 14px;
    height: 14px;
  }
  #mainArea .listData06 dt:after {
    margin: 0 5px;
  }
  #mainArea .listData06 dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .listData06 dd span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #mainArea .secData02 > .bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mainArea .tiData01 .sub {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .tiData01 .sub:before {
    width: 10px;
    height: 1px;
  }
  #mainArea .tiData01 .sub:after {
    margin-left: 5px;
    bottom: -11px;
    width: 10px;
    height: 10px;
  }
  #mainArea .tiData02 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #mainArea .tiData02 .sub {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listData07 dt {
    font-size: 5.333vw;
  }
  #mainArea .listData07 dd {
    font-size: 8vw;
  }
  #mainArea .listData07 .num {
    font-size: 18.667vw;
  }
  #mainArea .listData08 > li {
    margin: 0 1.867vw;
    padding: 4vw 1.867vw 0 1.867vw;
    border-radius: 0 2.667vw 0 2.667vw;
    width: 38.667vw;
    min-height: 45.333vw;
    box-shadow: 3px 3px 3px rgba(250, 230, 230, 0.9);
  }
  #mainArea .listData08 > li:before {
    bottom: 1.333vw;
    right: 1.333vw;
    border-top-width: 2.667vw;
    border-right-width: 2.667vw;
  }
  #mainArea .listData08 > li:last-child {
    margin-bottom: 0;
  }
  #mainArea .listData08 .title {
    margin-bottom: 1.867vw;
    min-height: 17.333vw;
    font-size: 4vw;
  }
  #mainArea .listData08 dt {
    margin-bottom: 1.333vw;
    font-size: 4vw;
  }
  #mainArea .listData08 dd {
    font-size: 6.667vw;
  }
  #mainArea .listData08 .num {
    font-size: 12.533vw;
  }
  #mainArea .dataBox05 .listCaution01 {
    font-size: 11px;
    font-size: 0.69rem;
  }
  /* ===== Qualification List ===== */
  #mainArea .tiQualification01 {
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #mainArea .tiQualification02 {
    padding: 13px 30px;
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .tiQualification02:hover {
    opacity: 1;
  }
  #mainArea .tiQualification02:before {
    right: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  #mainArea .tiQualification03 {
    margin-bottom: 15px;
    padding-bottom: 9px;
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .qualificationBox01 {
    margin-bottom: 15px;
  }
  #mainArea .qualificationBox01 .inner {
    padding: 25px 20px;
  }
  #mainArea .listQualification01,
  #mainArea .listQualification02,
  #mainArea .listQualification03,
  #mainArea .listQualification04,
  #mainArea .listQualification05 {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .listQualification05 > li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  /* ===== Qualification Support ===== */
  #mainArea .listQS01 {
    margin: 0 -10px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listQS01 li {
    padding: 0 10px;
  }
  #mainArea .listQS01 li a {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #932536;
    color: #fff;
    text-align: left;
  }
  #mainArea .listQS01 li a:before {
    border-top-color: #fff;
  }
  #mainArea .secQS > .bg {
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
  }
  #mainArea .qsBox01 {
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #fae7e7;
  }
  #mainArea .qsBox02 {
    border-radius: 5px;
  }
  #mainArea .qsBox02 .title01 {
    padding: 9px;
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .qsBox02 .outer {
    display: block;
    padding: 0 14px;
  }
  #mainArea .qsBox02 .inner {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid #932536;
    width: auto;
  }
  #mainArea .qsBox02 .inner:last-child {
    border-bottom: 0;
  }
  #mainArea .qsBox02 .title02 {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  #mainArea .qsBox02 .txt01 {
    margin-bottom: 10px;
    min-height: initial;
    min-height: auto;
    font-size: 1.4rem;
    font-size: 0.88rem;
  }
  #mainArea .qsBox02 .list01 dt {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .qsBox02 .list01 dt:before, #mainArea .qsBox02 .list01 dt:after {
    width: 15px;
  }
  #mainArea .qsBox02 .list01 ul {
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .qsBox02 .list01 li {
    border-radius: 10px;
  }
  #mainArea .qsBox02 .list01 li.large {
    height: 60px;
  }
  #mainArea .qsBox03 a {
    padding: 15px 18px;
    border-radius: 5px;
  }
  #mainArea .qsBox03 a:hover {
    opacity: 1;
  }
  #mainArea .qsBox03 a:before {
    top: 40px;
    right: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  #mainArea .qsBox03 a:after {
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
  }
  #mainArea .qsBox03 .title01 {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.38rem;
    line-height: 1.3;
  }
  #mainArea .qsBox03 .list01 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .qsBox04 {
    padding: 40px 0;
  }
  #mainArea .tiQS01 {
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 1.57rem;
  }
  #mainArea .tiQS01 .sub {
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .listQS03 {
    margin: -20px 0;
  }
  #mainArea .listQS03 li {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #932536;
    align-items: center;
    flex-wrap: wrap;
  }
  #mainArea .listQS03 li:last-child {
    border-bottom: 0;
  }
  #mainArea .listQS03 li::before {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .listQS03 .title01 {
    width: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #932536;
    line-height: 1.3;
    flex: 1;
  }
  #mainArea .listQS03 .txt01 {
    margin: 10px 10px 10px;
    width: 100%;
    flex: auto;
  }
  #mainArea .qsBox05 {
    padding: 0 15px;
    border-radius: 5px;
  }
  #mainArea .qsBox05 .list01 {
    display: block;
  }
  #mainArea .qsBox05 .list01 li {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px dashed #932536;
    width: auto;
  }
  #mainArea .qsBox05 .list01 li:last-child {
    border-bottom: 0;
  }
  #mainArea .qsBox05 .title01 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .qsBox05 .title01 .en {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .qsBox05 .title01 .sub {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.82rem;
  }
  #mainArea .qsBox05 .image01 {
    margin-bottom: 15px;
  }
  #mainArea .listQS04 {
    margin-top: -15px;
  }
  #mainArea .listQS04 li {
    padding: 15px;
  }
  #mainArea .listQS04 .title01 {
    font-size: 16px;
    font-size: 1rem;
  }
  #mainArea .listQS04 .txt01 {
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .tiQS02 {
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .qsBox06 {
    padding: 25px 0;
    border-bottom: 1px dashed #932536;
  }
  #mainArea .qsBox06 .inner01,
  #mainArea .qsBox06 .inner04 {
    clear: both;
    float: none;
    width: auto;
  }
  #mainArea .qsBox06 .inner03 {
    width: 60%;
  }
  #mainArea .qsBox06 .inner02 {
    margin-right: 5%;
    width: 35%;
  }
  #mainArea .qsBox06 .list01 {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .qsBox06 .title01 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.94rem;
  }
  #mainArea .qsBox06 .name {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #mainArea .qsBox06 .name li {
    display: block;
  }
  #mainArea .qsBox06 .name .pass {
    margin-bottom: 3px;
    font-size: 14px;
    font-size: 0.88rem;
  }
  #mainArea .qsBox06 .box {
    padding: 10px 15px;
  }
  #mainArea .qsBox07 {
    padding: 14px;
    border-radius: 5px;
  }
  #mainArea .qsBox07 .title01 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.13rem;
  }
  #mainArea .qsBox07 .list01 {
    font-size: 13px;
    font-size: 0.82rem;
  }
  #mainArea .qsBox07 .list01 li {
    display: block;
    margin: 0;
  }
  #mainArea .qsBox07 .list01 dd {
    font-size: 17px;
    font-size: 1.07rem;
  }
  #mainArea .qsBox07 .list01 .mail {
    margin: 0;
  }
  #mainArea .qsBox07 .list01 .mail dd {
    font-size: 13px;
    font-size: 0.82rem;
  }
  #mainArea .qsBox07 .list01 .place {
    margin-top: 5px;
  }
  #mainArea .qsBox07 .list01 a:hover {
    color: #333;
  }
  #mainArea .listQS05 li {
    margin-bottom: 20px;
    width: 74.667vw;
  }
  #mainArea .listQS05 .title01 {
    font-size: 5.333vw;
  }
  #mainArea .listQS05 .txt01 {
    font-size: 6.933vw;
    width: 41.333vw;
  }
  #mainArea .listQS05 .txt01 .num {
    font-size: 18.133vw;
  }
}