@charset "UTF-8";
/* ==========================================================================//
//
//　mixin
//
// ========================================================================== */
/* color
---------------------------------------------------------- */
/*
$gur-color-01: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
*/
/* media query
---------------------------------------------------------- */
/* font
---------------------------------------------------------- */
/* Noto */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap");
/* Roboto */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&display=swap");
/* Garamond */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;800&display=swap");
/* ==========================================================================//
//
//　TOP
//
// ========================================================================== */
/* color
---------------------------------------------------------- */
/* area_main
---------------------------------------------------------- */
#area_main {
  background-image: url("../images/img_main_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% center;
  height: 100vh;
  position: relative;
}
@media all and (max-width: 840px) {
  #area_main {
    height: 50vh;
  }
}
@media all and (max-width: 480px) {
  #area_main {
    margin-top: 30%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #area_main {
    height: 100vh;
  }
}
#area_main h2 {
  width: 48%;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width: 840px) {
  #area_main h2 {
    width: 60%;
    top: 60%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  #area_main h2 {
    height: 100vh;
  }
}

/* content
---------------------------------------------------------- */
.sub_ttl {
  font-size: 2.6rem;
  margin: 1em 0;
  text-align: left;
  color: #0067DE;
  line-height: 1.5;
}

.area_article {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 150px 0 0 0;
}
@media all and (max-width: 480px) {
  .area_article {
    padding: 80px 15px 0;
    width: 100%;
    display: block;
  }
}
.area_article .box_img {
  width: 46%;
}
@media all and (max-width: 480px) {
  .area_article .box_img {
    width: 100%;
  }
}
.area_article .box_img img {
  width: 100%;
  box-shadow: 50px 50px 0px 0px #fbfbfb;
}
.area_article .sec_txt {
  width: 50%;
}
@media all and (max-width: 480px) {
  .area_article .sec_txt {
    width: 100%;
  }
}
.area_article .sec_txt .box_txt {
  line-height: 1.8;
}

.area_article02 {
  width: 87%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 150px 0 0 0;
}
@media all and (max-width: 480px) {
  .area_article02 {
    width: 100%;
    padding: 80px 15px 0;
    display: block;
  }
}
.area_article02 .box_img {
  width: 50%;
}
@media all and (max-width: 480px) {
  .area_article02 .box_img {
    width: 100%;
  }
}
.area_article02 .box_img img {
  width: 100%;
  box-shadow: -50px 50px 0px 0px #fbfbfb;
}
.area_article02 .sec_txt {
  width: 42%;
}
@media all and (max-width: 480px) {
  .area_article02 .sec_txt {
    width: 100%;
  }
}
.area_article02 .sec_txt .box_txt {
  line-height: 1.8;
}

#content section {
  display: flex;
  justify-content: space-between;
  padding: 150px 0 0;
}
@media all and (max-width: 480px) {
  #content section {
    display: block;
    padding: 80px 0 0;
  }
}
#content section .sec_txt .ttl {
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  font-size: 2vw;
  position: relative;
}
@media all and (max-width: 480px) {
  #content section .sec_txt .ttl {
    font-size: 6vw;
  }
}
#content section .sec_txt .ttl span {
  color: #E60012;
}
#content section .sec_txt .sttl {
  font-size: 8vw;
  color: #EFEFEF;
  font-family: 'EB Garamond', serif;
}
@media all and (max-width: 480px) {
  #content section .sec_txt .sttl {
    font-size: 18vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #content section .sec_txt .ttl {
    letter-spacing: 0.4em;
    font-size: 2vw;
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 480px) {
  #content section .sec_txt .ttl {
    font-size: 6vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #content section .sec_txt .ttl span {
    color: #E60012;
  }
  #content section .sec_txt .sttl {
    font-size: 8vw;
    color: #EFEFEF;
    font-family: 'EB Garamond', serif;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 480px) {
  #content section .sec_txt .sttl {
    font-size: 18vw;
  }
}

@media all and (max-width: 480px) {
  #content .area_news {
    padding: 80px 15px 0;
  }
}
#content .area_news .sec_txt {
  width: 30%;
  text-align: right;
}
@media all and (max-width: 480px) {
  #content .area_news .sec_txt {
    width: 100%;
    text-align: left;
  }
}
#content .area_news .sec_txt .ttl {
  margin: 0 30% 0 auto;
  position: relative;
}
@media all and (max-width: 480px) {
  #content .area_news .sec_txt .ttl {
    margin: 0 auto;
  }
}
#content .area_news .sec_txt .ttl::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #2A2A2A;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  #content .area_news .sec_txt .ttl::after {
    content: none;
  }
}
@media all and (max-width: 480px) {
  #content .area_news .sec_txt .box_img {
    margin-bottom: 30px;
  }
}
#content .area_news .sec_txt .box_img img {
  width: 100%;
}
#content .area_news .list {
  width: 58%;
  margin: 0 5% 0 0;
}
@media all and (max-width: 480px) {
  #content .area_news .list {
    width: 100%;
  }
}
#content .area_news .list li {
  border-bottom: solid 1px #707070;
  padding: 2em 0;
}
#content .area_news .list li:first-child {
  border-top: solid 1px #707070;
}
#content .area_news .list li dl {
  display: flex;
  line-height: 1.5;
}
#content .area_news .list li dl dt {
  margin-right: 1.5em;
}
#content .area_news .list li dl dd {
  width: 100%;
}
#content .area_news .list li dl dd a {
  width: 100%;
  color: #000;
  display: block;
  padding: 0 40px 0 0;
}
#content .area_news .list li dl dd a:hover {
  color: #E60012;
}
#content .area_news .list li dl dd a[href^="https://"], #content .area_news .list li dl dd a[href^="http://"] {
  position: relative;
}
#content .area_news .list li dl dd a[href^="https://"]::after, #content .area_news .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%);
}
#content .area_news .list li dl dd a[href$=".pdf"] {
  position: relative;
}
#content .area_news .list li dl dd a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#content .area_news .list li dl dd a[href$=".xls"], #content .area_news .list li dl dd a[href$=".xlsx"] {
  position: relative;
}
#content .area_news .list li dl dd a[href$=".xls"]::after, #content .area_news .list li dl dd a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#content .area_news .list li dl dd a[href$=".docx"], #content .area_news .list li dl dd a[href$=".doc"] {
  position: relative;
}
#content .area_news .list li dl dd a[href$=".docx"]::after, #content .area_news .list li dl dd a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#content .area_news .list li dl dd .file {
  width: 50%;
  margin-top: 20px;
}
@media all and (max-width: 840px) {
  #content .area_news .list li dl dd .file {
    width: 100%;
  }
}
#content .area_news .list li dl dd .file a {
  display: block;
  padding: 20px 40px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #E60012;
  color: #fff;
}
@media all and (max-width: 840px) {
  #content .area_news .list li dl dd .file a {
    padding: 10px 20px 10px 10px;
    font-size: 1.4rem;
  }
}
#content .area_news .list li dl dd .file a:hover {
  opacity: 0.6;
}
#content .area_news .list li dl dd .file a[href$=".pdf"] {
  position: relative;
}
#content .area_news .list li dl dd .file a[href$=".pdf"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
#content .area_news .list li dl dd .file a[href$=".xls"], #content .area_news .list li dl dd .file a[href$=".xlsx"] {
  position: relative;
}
#content .area_news .list li dl dd .file a[href$=".xls"]::after, #content .area_news .list li dl dd .file a[href$=".xlsx"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
#content .area_news .list li dl dd .file a[href$=".docx"], #content .area_news .list li dl dd .file a[href$=".doc"] {
  position: relative;
}
#content .area_news .list li dl dd .file a[href$=".docx"]::after, #content .area_news .list li dl dd .file a[href$=".doc"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  color: #E60012;
  font-size: 2rem;
  font-weight: 900;
  background: none !important;
  position: absolute;
  top: 44%;
  right: 10px;
  color: #fff !important;
  transform: translateY(-50%);
}
#content .area_news .morelink {
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  display: block;
  /*a {
    color: #707070;
    display: inline;
    &:hover {
      color: $color-01;
    }
  }*/
}
#content .area_news .morelink::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #2A2A2A;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#content .area_charm {
  justify-content: center;
  flex-direction: row-reverse;
  width: 87%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  #content .area_charm {
    width: 100%;
    padding: 80px 15px;
  }
}
#content .area_charm .ttl {
  margin: 0 auto;
  writing-mode: unset;
  letter-spacing: 0.4em;
  font-size: 2vw;
}
@media all and (max-width: 480px) {
  #content .area_charm .ttl {
    font-size: 6vw;
  }
}
#content .area_charm .ttl span {
  color: #E60012;
}
@media all and (-ms-high-contrast: none) {
  #content .area_charm .ttl {
    margin: 0 auto 14%;
  }
}
@media all and (max-width: 480px) {
  #content .area_charm .ttl {
    margin: 0 auto 0 20%;
  }
}
#content .area_charm .sttl {
  font-size: 8vw;
  color: #EFEFEF;
  font-family: 'EB Garamond', serif;
}
@media all and (max-width: 480px) {
  #content .area_charm .sttl {
    margin-left: 0;
    font-size: 18vw;
  }
}
#content .area_charm .fbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media all and (max-width: 480px) {
  #content .area_charm .fbox {
    display: block;
  }
}
#content .area_charm .sec_txt {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 480px) {
  #content .area_charm .sec_txt {
    width: 100%;
  }
}
#content .area_charm .sec_txt .box_txt {
  line-height: 1.8;
  text-align: left;
}
#content .area_charm .box_img {
  width: 46%;
  margin: 3% 0 0 0;
}
@media all and (max-width: 480px) {
  #content .area_charm .box_img {
    width: 100%;
  }
}
#content .area_charm .box_img img {
  width: 100%;
  box-shadow: -50px 50px 0px 0px #fbfbfb;
}
#content .area_charm .sub_img {
  position: absolute;
  top: 0;
  right: -25%;
  z-index: -1;
  width: 26%;
}
@media all and (max-width: 480px) {
  #content .area_charm .sub_img {
    top: 15%;
    right: -5%;
    z-index: -1;
    width: 45%;
  }
}
#content .area_charm .sub_img img {
  width: 100%;
}
#content .area_message {
  display: block;
  width: 87%;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  #content .area_message {
    width: 100%;
    padding: 80px 15px 0;
  }
}
#content .area_message .area_ttl {
  display: flex;
  align-items: center;
}
@media all and (max-width: 480px) {
  #content .area_message .area_ttl {
    display: block;
  }
}
#content .area_message .area_ttl .ttl {
  letter-spacing: 0.4em;
  font-size: 2vw;
  position: relative;
}
@media all and (max-width: 480px) {
  #content .area_message .area_ttl .ttl {
    font-size: 6vw;
  }
}
#content .area_message .area_ttl .ttl span {
  color: #E60012;
}
#content .area_message .area_ttl .ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #2A2A2A;
  display: inline-block;
  margin: 0.5em 1em;
}
#content .area_message .area_ttl .sttl {
  font-size: 8vw;
  color: #EFEFEF;
  font-family: 'EB Garamond', serif;
}
@media all and (max-width: 840px) {
  #content .area_message .area_ttl .sttl {
    font-size: 12vw;
  }
}
#content .area_message .sec_movie {
  padding: 11% 0 0 0;
  position: relative;
  /*&::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #FBFBFB;
    width: 100%;
    height: 80%;
    top: -5%;
    right: -20%;
  }*/
}
#content .area_message .sec_movie .mla {
  margin-left: auto;
}
#content .area_message .sec_movie .box_movie {
  width: 80%;
}
@media all and (max-width: 840px) {
  #content .area_message .sec_movie .box_movie {
    width: 100%;
  }
}
#content .area_message .sec_movie .box_movie img {
  width: 100%;
}
#content .area_message .sec_movie .box_movie .rev {
  flex-direction: row-reverse;
}
#content .area_message .sec_movie .box_movie .box_f {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 1367px) {
  #content .area_message .sec_movie .box_movie .box_f {
    display: block;
  }
}
#content .area_message .sec_movie .box_movie .box_f .box_img {
  width: 60%;
}
@media all and (max-width: 1367px) {
  #content .area_message .sec_movie .box_movie .box_f .box_img {
    width: 100%;
  }
}
#content .area_message .sec_movie .box_movie .box_f .box_img .box_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#content .area_message .sec_movie .box_movie .box_f .box_img .box_yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#content .area_message .sec_movie .box_movie .box_f .box_txt {
  width: 40%;
  background-color: #FBFBFB;
  padding: 30px;
}
@media all and (max-width: 480px) {
  #content .area_message .sec_movie .box_movie .box_f .box_txt {
    padding: 14px;
  }
}
@media all and (max-width: 1367px) {
  #content .area_message .sec_movie .box_movie .box_f .box_txt {
    width: 100%;
  }
}
#content .area_message .sec_movie .box_movie .box_f .box_txt .ttl {
  color: #E60012;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
#content .area_message .sec_movie .box_movie .box_f .box_txt .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
#content .area_message .sec_movie .box_movie .box_f .box_txt .txt .name {
  font-size: 2rem;
}
#content .area_message .sec_movie .box_movie .box .txt02 {
  line-height: 1.8;
}
#content .area_message .sec_movie .mt50 {
  margin-top: 50px;
}
#content .area_message .sec_movie .mt100 {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  #content .area_message .sec_movie .mt100 {
    margin-top: 50px;
  }
}
#content .area_online .in {
  width: 100%;
  background-color: #E60012;
  padding: 50px 15%;
  position: relative;
  /*display: flex;*/
  justify-content: space-around;
}
@media all and (-ms-high-contrast: none) {
  #content .area_online .in {
    display: block;
  }
}
@media all and (max-width: 840px) {
  #content .area_online .in {
    padding: 30px 15px;
  }
}
#content .area_online .in .ttl {
  /* writing-mode: vertical-rl;*/
  line-height: 1.5;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  margin: 0 auto 30px;
  /*&::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    @media all and (-ms-high-contrast: none){
      content: none;
      font-size: 2.6rem;
    }
  }*/
}
@media all and (max-width: 480px) {
  #content .area_online .in .ttl {
    font-size: 5vw;
  }
}
@media all and (-ms-high-contrast: none) {
  #content .area_online .in .ttl {
    /*margin-top: 50px;*/
  }
}
#content .area_online .in .sttl {
  position: absolute;
  top: 20px;
  right: 6%;
  font-size: 8vw;
  color: #FF7171;
  font-family: 'EB Garamond', serif;
}
@media all and (max-width: 480px) {
  #content .area_online .in .sttl {
    font-size: 12vw;
  }
}
#content .area_online .in .box_txt {
  width: 70%;
  color: #fff;
  line-height: 1.8;
  /*margin-top: 14%;*/
}
@media all and (max-width: 840px) {
  #content .area_online .in .box_txt {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  #content .area_online .in .box_txt {
    width: 100%;
    /*margin-top: 10%;*/
  }
}
#content .area_online .in .box_txt h4 {
  font-size: 2rem;
}
#content .area_online .in .box_txt p span {
  font-size: 1.4rem;
  margin-left: 1em;
}
#content .area_online .in .box_txt p a {
  color: #fff;
}
#content .area_online .in .box_txt p a:hover {
  color: #FFE500;
}
#content .area_online .in .box_txt dl {
  margin: 1.5em 0;
}
#content .area_online .in .box_txt dl dd a {
  color: #fff;
}
#content .area_online .in .box_txt dl dd a:hover {
  color: #FFE500;
}
#content .area_online .in .box_txt .box_link {
  width: 60%;
  margin: 50px auto 0;
  text-align: center;
  display: block;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 20px;
}
@media all and (max-width: 480px) {
  #content .area_online .in .box_txt .box_link {
    width: 100%;
  }
}
#content .area_online .in .box_txt .box_link:hover {
  color: #e60012;
  background-color: #fff;
}
#content .area_words {
  background-color: #F1F1F1;
  display: block;
  padding: 50px 15px;
}
#content .area_words .sec_words {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}
#content .area_words .sec_words .sttl {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 30px;
}
#content .area_words .sec_words .sttl::after, #content .area_words .sec_words .sttl::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #999;
  display: block;
}
#content .area_words .sec_words .sttl::before {
  margin-right: 2em;
}
#content .area_words .sec_words .sttl::after {
  margin-left: 2em;
}
#content .area_words .sec_words h3 {
  font-size: 2.4rem;
  text-align: center;
}
#content .area_words .sec_words p {
  margin-top: 1em;
}
#content .area_words .profile {
  background-color: #fff;
  padding: 20px 50px;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  #content .area_words .profile {
    padding: 20px;
  }
}
#content .area_words .profile p {
  margin: 0;
  font-size: 1.4rem;
}

.area_recruit {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 150px;
}
@media all and (max-width: 480px) {
  .area_recruit {
    padding: 30px 0;
    margin: 0 auto 80px;
  }
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit {
    padding: 0 15px;
  }
}
.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: 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: 2.8rem;
    margin-bottom: 15px;
  }
}
.area_recruit .sec_recruit dl dd span {
  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: 2rem;
  }
}
.area_recruit .sec_recruit dl dd.note {
  font-size: 1.4rem;
  margin-top: 30px;
  line-height: 1.5;
}
.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: #373737;
  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: #373737 transparent transparent transparent;
}
@media all and (max-width: 480px) {
  .area_recruit .sec_recruit .box_list .block_list a .copy {
    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 #373737;
  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: 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: 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;
  }
}
.area_recruit .morelink {
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: block;
  /*a {
    color: #707070;
    display: inline;
    &:hover {
      color: $color-01;
    }
  }*/
}
.area_recruit .morelink:hover {
  color: #e60012;
}
.area_recruit .morelink::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #2A2A2A;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
