@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body {
  background-color: #FBFBFB;
}

.btn {
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: #ffd400;
  padding: 5%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #ffd400;
  box-shadow: 3px 3px 0px 0px white;
}
.btn a::after {
  content: "";
  background: url("../images/r_arrow.svg") no-repeat center right;
  width: 21px;
  height: 16px;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  display: inline-block;
}
.btn a:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}

/* area_main
*****************************************************************/
.area_main {
  background: #EAEAE8;
}
.area_main .obj_main {
  margin-top: 90px;
}
@media all and (max-width: 480px) {
  .area_main .obj_main {
    margin-top: 127px;
  }
}

/* area_catch
*****************************************************************/
.area_catch {
  background: #0092E5;
  padding: 40px 0;
}
@media all and (max-width: 480px) {
  .area_catch {
    padding: 20px 0;
  }
}
.area_catch .sec_catch p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
}
@media all and (max-width: 480px) {
  .area_catch .sec_catch p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

/* area_info
*****************************************************************/
.area_info {
  margin-top: 60px;
  padding-bottom: 20%;
  position: relative;
}
@media all and (max-width: 480px) {
  .area_info {
    margin-top: 60px;
  }
}
.area_info .sec_info {
  display: flex;
}
@media all and (max-width: 480px) {
  .area_info .sec_info {
    display: block;
  }
}
.area_info .sec_info .title {
  width: 30%;
}
@media all and (max-width: 480px) {
  .area_info .sec_info .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.area_info .sec_info .title h3 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2em;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #0092E5;
}
@media all and (max-width: 1025px) {
  .area_info .sec_info .title h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.area_info .sec_info .box_info {
  width: 70%;
}
@media all and (max-width: 480px) {
  .area_info .sec_info .box_info {
    width: 100%;
  }
}
.area_info .sec_info .box_info .list {
  margin-bottom: 40px;
}
.area_info .sec_info .box_info .list p {
  font-size: 16px;
  font-size: 1.6rem;
}
.area_info .sec_info .box_info .list li {
  border-top: 1px solid #000;
}
.area_info .sec_info .box_info .list li:last-child {
  border-bottom: 1px solid #000;
}
.area_info .sec_info .box_info .list li dl {
  padding: 5% 0;
}
.area_info .sec_info .box_info .list li dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.area_info .sec_info .box_info .list li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}
.area_info .sec_info .box_info .list li dl dd span {
  font-size: 14px;
  font-size: 1.4rem;
}
.area_info .sec_info .box_info .list li dl dd a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  width: 100%;
  display: inline-block;
  padding: 0 30px 0 0;
}
.area_info .sec_info .box_info .list li dl dd a span {
  font-size: 14px;
  font-size: 1.4rem;
}
.area_info .sec_info .box_info .list li dl dd a[href^="https://"], .area_info .sec_info .box_info .list li dl dd a[href^="http://"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd a[href^="https://"]::after, .area_info .sec_info .box_info .list li dl dd a[href^="http://"]::after {
  content: "";
  background: url("../images/icon-blank.svg") no-repeat center right;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd a[href$=".pdf"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd a[href$=".xls"], .area_info .sec_info .box_info .list li dl dd a[href$=".xlsx"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd a[href$=".xls"]::after, .area_info .sec_info .box_info .list li dl dd a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd a[href$=".docx"], .area_info .sec_info .box_info .list li dl dd a[href$=".doc"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd a[href$=".docx"]::after, .area_info .sec_info .box_info .list li dl dd a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd .file {
  width: 50%;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_info .sec_info .box_info .list li dl dd .file {
    width: 100%;
  }
}
.area_info .sec_info .box_info .list li dl dd .file a {
  display: block;
  padding: 20px 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #0092E5;
  color: #fff;
}
@media all and (max-width: 896px) {
  .area_info .sec_info .box_info .list li dl dd .file a {
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".pdf"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".xls"], .area_info .sec_info .box_info .list li dl dd .file a[href$=".xlsx"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".xls"]::after, .area_info .sec_info .box_info .list li dl dd .file a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".docx"], .area_info .sec_info .box_info .list li dl dd .file a[href$=".doc"] {
  position: relative;
}
.area_info .sec_info .box_info .list li dl dd .file a[href$=".docx"]::after, .area_info .sec_info .box_info .list li dl dd .file a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  color: #0092E5;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
.area_info .sec_info .box_info .morelink {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0092E5;
  cursor: pointer;
  background: white;
  padding: 3%;
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #0092E5;
}
@media all and (max-width: 480px) {
  .area_info .sec_info .box_info .morelink {
    width: 100%;
    padding: 4%;
  }
}
.area_info .sec_info .box_info .morelink::after {
  content: "";
  background: url("../images/b_arrow.svg") no-repeat center right;
  width: 21px;
  height: 16px;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  display: inline-block;
}
.area_info .sec_info .box_info .morelink:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
.area_info .trapezoid_l {
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media all and (max-width: 1367px) {
  .area_info .trapezoid_l {
    display: none;
  }
}
.area_info .trapezoid_c {
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: 10%;
}
@media all and (max-width: 1025px) {
  .area_info .trapezoid_c {
    left: 0;
  }
  .area_info .trapezoid_c img {
    width: 50%;
  }
}
@media all and (max-width: 1367px) {
  .area_info .trapezoid_c {
    display: none;
  }
}
.area_info .trapezoid_r {
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: 0;
}
@media all and (max-width: 1025px) {
  .area_info .trapezoid_r {
    bottom: 0;
  }
  .area_info .trapezoid_r img {
    width: 100%;
  }
}

/* area_move
*****************************************************************/
.area_move {
  background-color: #dbecf5;
  padding: 60px 0;
}
.area_move.line_t {
  border-top: 4px solid #0092E5;
}
.area_move.line_b {
  border-bottom: 4px solid #0092E5;
}
.area_move .title {
  text-align: center;
  margin-bottom: 40px;
}
.area_move .title h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
.area_move:nth-child(even) {
  background-color: #fff;
}
.area_move:nth-child(even) .sec_move .box_move dl dd .move_img .profile {
  background-color: #dbecf5;
}
@media all and (max-width: 480px) {
  .area_move .sec_move {
    display: block;
  }
}
.area_move .sec_move .box_move {
  margin-bottom: 20px;
  padding: 0 5.0vw;
}
.area_move .sec_move .box_move:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .area_move .sec_move .box_move {
    margin-bottom: 40px;
    padding: 0;
  }
}
.area_move .sec_move .box_move dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_move .sec_move .box_move dl {
    width: 100%;
  }
}
.area_move .sec_move .box_move dl dt {
  width: 5%;
}
.area_move .sec_move .box_move dl dt img {
  width: 100%;
}
@media all and (max-width: 480px) {
  .area_move .sec_move .box_move dl dt {
    width: 15%;
  }
}
.area_move .sec_move .box_move dl dd {
  width: 95%;
}
@media all and (max-width: 480px) {
  .area_move .sec_move .box_move dl dd {
    width: 85%;
  }
}
.area_move .sec_move .box_move dl dd .txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 5%;
  margin-bottom: 20px;
}
.area_move .sec_move .box_move dl dd .txt.number01 {
  background: url("/special/student/images/number01.svg") no-repeat bottom right/contain;
}
.area_move .sec_move .box_move dl dd .txt.number02 {
  background: url("/special/student/images/number02.svg") no-repeat bottom right/contain;
}
.area_move .sec_move .box_move dl dd .txt.number03 {
  background: url("/special/student/images/number03.svg") no-repeat bottom right/contain;
}
.area_move .sec_move .box_move dl dd .txt span {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.area_move .sec_move .box_move dl dd .move_img {
  display: flex;
  margin-left: 5%;
}
@media all and (max-width: 1367px) {
  .area_move .sec_move .box_move dl dd .move_img {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .area_move .sec_move .box_move dl dd .move_img {
    margin-left: 0;
  }
}
.area_move .sec_move .box_move dl dd .move_img .img {
  width: 50%;
}
@media all and (max-width: 1367px) {
  .area_move .sec_move .box_move dl dd .move_img .img {
    width: 100%;
  }
}
.area_move .sec_move .box_move dl dd .move_img .img .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.area_move .sec_move .box_move dl dd .move_img .img .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.area_move .sec_move .box_move dl dd .move_img .profile {
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
  background: #fff;
}
@media all and (max-width: 1367px) {
  .area_move .sec_move .box_move dl dd .move_img .profile {
    width: 100%;
  }
}
.area_move .sec_move .box_move dl dd .move_img .profile .txtb {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.area_move .sec_move .box_move dl dd .move_img .profile dl {
  background: none;
  display: block;
  margin: 0 0 20px;
}
.area_move .sec_move .box_move dl dd .move_img .profile dl dt {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.area_move .sec_move .box_move dl dd .move_img .profile dl dd {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.area_move .sec_move .box_move dl dd .move_img .profile .message {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

/* area_charm
*****************************************************************/
.area_charm {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media all and (max-width: 480px) {
  .area_charm {
    margin-bottom: 30px;
  }
}
.area_charm .sec_charm .inner_charm {
  margin-bottom: 60px;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm {
    margin-bottom: 30px;
  }
}
.area_charm .sec_charm .inner_charm .box_txt {
  padding-right: 10px;
  box-sizing: border-box;
}
.area_charm .sec_charm .inner_charm .box_txt h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  text-align: center;
  width: 40%;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt h3 {
    width: 100%;
  }
}
.area_charm .sec_charm .inner_charm .box_txt h3 span {
  margin-left: 20px;
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt h3 span {
    display: block;
    margin: 10px auto 0;
  }
}
.area_charm .sec_charm .inner_charm .box_txt .box_details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.area_charm .sec_charm .inner_charm .box_txt .box_details:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt .box_details {
    display: block;
  }
}
.area_charm .sec_charm .inner_charm .box_txt .box_details dl {
  width: 60%;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt .box_details dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.area_charm .sec_charm .inner_charm .box_txt .box_details dl dt {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0092E5;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt .box_details dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.area_charm .sec_charm .inner_charm .box_txt .box_details dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.area_charm .sec_charm .inner_charm .box_txt .box_details dl dd:last-child {
  margin-bottom: 0;
}
.area_charm .sec_charm .inner_charm .box_txt .box_details .box_img {
  width: 40%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
@media all and (max-width: 480px) {
  .area_charm .sec_charm .inner_charm .box_txt .box_details .box_img {
    width: 100%;
    padding: 0;
  }
}
.area_charm .sec_charm .inner_charm .box_txt .box_details .box_img img {
  width: 100%;
}
.area_charm .sec_charm .txt_cv {
  text-align: center;
}
.area_charm .sec_charm .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}

/* area_online
*****************************************************************/
.area_online {
  background-color: #6ED8F8;
  padding: 60px 0;
}
.area_online.opacity {
  background: rgba(110, 216, 248, 0.5);
}
@media all and (max-width: 480px) {
  .area_online {
    padding: 30px 0;
  }
}
.area_online .sec_online .title_obj {
  margin: 0 auto 30px;
  width: 15%;
}
@media all and (max-width: 480px) {
  .area_online .sec_online .title_obj {
    width: 50%;
  }
}
.area_online .sec_online dl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .area_online .sec_online dl {
    margin-bottom: 40px;
  }
}
.area_online .sec_online dl dt {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  .area_online .sec_online dl dt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.area_online .sec_online dl dd .schedule {
  margin-bottom: 20px;
}
.area_online .sec_online dl dd .schedule p {
  font-size: 16px;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  max-width: 550px;
  margin: 0 auto 10px;
  line-height: 1.3em;
}
.area_online .sec_online dl dd .schedule p span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}
@media all and (max-width: 480px) {
  .area_online .sec_online dl dd .schedule p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_online .sec_online dl dd .schedule p span {
    display: block;
    margin-right: 0;
  }
}
.area_online .sec_online dl dd .contact {
  background: #fff;
  padding: 40px;
}
@media all and (max-width: 480px) {
  .area_online .sec_online dl dd .contact {
    padding: 20px;
  }
}
.area_online .sec_online dl dd .contact p {
  font-size: 16px;
  font-size: 1.6rem;
}
.area_online .sec_online dl dd .contact p a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
.area_online .sec_online dl dd .contact .bold {
  font-weight: bold;
}
.area_online .sec_online dl dd .contact .small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 480px) {
  .area_online .sec_online dl dd {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* area_recruit
*****************************************************************/
.area_recruit {
  padding: 60px 0;
}
@media all and (max-width: 480px) {
  .area_recruit {
    padding: 30px 0;
  }
}
.area_recruit .sec_recruit dl {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit dl {
    margin-bottom: 20px;
  }
}
.area_recruit .sec_recruit dl dt {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit dl dt {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
.area_recruit .sec_recruit dl dd span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit dl dd span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.area_recruit .sec_recruit dl dd.note {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.area_recruit .sec_recruit .box_list {
  display: flex;
  flex-wrap: wrap;
}
.area_recruit .sec_recruit .box_list .block_list {
  width: calc(100% / 2);
  padding: 0 5px 10px;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit .box_list .block_list {
    width: 100%;
    padding: 0 0 10px;
  }
}
.area_recruit .sec_recruit .box_list .block_list a {
  display: inline-block;
  width: 100%;
  color: #000;
}
.area_recruit .sec_recruit .box_list .block_list a .copy {
  background-color: #053C5B;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  position: relative;
}
.area_recruit .sec_recruit .box_list .block_list a .copy::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7.5px 0 7.5px;
  border-color: #053C5B transparent transparent transparent;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit .box_list .block_list a .copy {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
.area_recruit .sec_recruit .box_list .block_list a .campany {
  background-color: #fff;
  border-bottom: 1px solid #053C5B;
  padding: 20px 30px;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit .box_list .block_list a .campany {
    padding: 15px 40px 15px 15px;
  }
}
.area_recruit .sec_recruit .box_list .block_list a .campany .box_ico {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.area_recruit .sec_recruit .box_list .block_list a .campany .box_ico p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  width: 5em;
  padding: 5px 5px;
  text-align: center;
  line-height: 1.0em;
  border-radius: 20px;
}
.area_recruit .sec_recruit .box_list .block_list a .campany .box_ico p.student {
  background-color: #0092E5;
}
.area_recruit .sec_recruit .box_list .block_list a .campany .box_ico p.workingadult {
  background-color: #E60012;
}
.area_recruit .sec_recruit .box_list .block_list a .campany .box_ico p:first-child {
  margin-right: 5px;
}
.area_recruit .sec_recruit .box_list .block_list a .campany p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.area_recruit .sec_recruit .box_list .block_list a[href^="https://"] .campany, .area_recruit .sec_recruit .box_list .block_list a[href^="http://"] .campany {
  position: relative;
}
.area_recruit .sec_recruit .box_list .block_list a[href^="https://"] .campany::after, .area_recruit .sec_recruit .box_list .block_list a[href^="http://"] .campany::after {
  content: "";
  background: url("../images/icon-blank.svg") no-repeat center right;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit .box_list .block_list a[href^="https://"] .campany::after, .area_recruit .sec_recruit .box_list .block_list a[href^="http://"] .campany::after {
    right: 10px;
  }
}

.morelink2 {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0092E5;
  cursor: pointer;
  background: white;
  padding: 20px 30px;
  width: 50%;
  margin: 40px auto 0;
  box-sizing: border-box;
  border: 1px solid #0092E5;
}
@media all and (max-width: 480px) {
  .morelink2 {
    width: 100%;
    padding: 4%;
    margin: 20px auto 0;
  }
}
.morelink2::after {
  content: "";
  background: url("../images/b_arrow.svg") no-repeat center right;
  width: 21px;
  height: 16px;
  padding: 0 0 0 10px;
  margin: 0 0 0 5px;
  display: inline-block;
}
.morelink2:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out;
}

/* area_words
*****************************************************************/
.area_words {
  background-color: #F1F1F1;
  display: block;
  padding: 50px 15px;
}
.area_words .sec_words {
  line-height: 1.8;
}
.area_words .sec_words h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .area_words .sec_words h3 {
    margin-bottom: 20px;
  }
}
.area_words .sec_words p.catch {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0092E5;
}
@media all and (max-width: 480px) {
  .area_words .sec_words p.catch {
    font-size: 20px;
    font-size: 2rem;
  }
}
.area_words .sec_words p {
  font-size: 16px;
  font-size: 1.6rem;
}
.area_words .sec_words .box_words {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .area_words .sec_words .box_words {
    display: block;
  }
}
.area_words .sec_words .box_words .txt {
  width: 68%;
}
@media all and (max-width: 1025px) {
  .area_words .sec_words .box_words .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.area_words .sec_words .box_words .profile {
  width: 30%;
  box-sizing: border-box;
  padding: 3%;
  background: #fff;
}
@media all and (max-width: 1025px) {
  .area_words .sec_words .box_words .profile {
    width: 100%;
    padding: 5%;
  }
}
@media all and (max-width: 480px) {
  .area_words .sec_words .box_words .profile {
    padding: 20px;
  }
}
.area_words .sec_words .box_words .profile .txtb {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.area_words .sec_words .box_words .profile dl {
  background: none;
  display: block;
  margin: 0 0 20px;
}
.area_words .sec_words .box_words .profile dl dt {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.area_words .sec_words .box_words .profile dl dd {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.area_words .sec_words .box_words .profile .message {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
