@charset "utf-8";
/* ==========================================================================
	mv
========================================================================== */
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  position: relative;
}
.load {
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background: #222;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: outview 4s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}
.ie .load {
  animation: ie-outview 4s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}
@keyframes outview {
  80% {
    top: 0;
  }
  100% {
    top: -105vh;
  }
}
@keyframes ie-outview {
  80% {
    opacity: 100;
  }
  100% {
    opacity: 0;
    z-index: -1;
    top: -100%;
  }
}
.load .text_area {
  display: block;
  position: relative;
  width: 820px;
  width: clamp(700px, 700px);
}
.load .text_area {}
.load h2 {
  position: relative;
  display: block;
  width: 765px;
  height: 145px;
  animation: views 4s var(--easeInOutCubic) forwards;
  overflow: hidden;
}
.load h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
}
.load h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 110%;
  background: #222;
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 50;
  animation: out-views 4s forwards;
}
@keyframes views {
  0% {
    width: 0;
  }
  15% {
    width: 775px;
  }
}
@keyframes views2 {
  0% {
    width: 0;
  }
  15% {
    width: 775px;
  }
}
@keyframes views3 {
  0% {
    width: 0;
  }
  15% {
    width: 775px;
  }
}
.load h2:nth-child(2) {
  margin: 70px 0;
  width: 775px;
  animation: views2 4s var(--easeInOutCubic) forwards;
}
.load h2:nth-child(3) {
  width: 775px;
  animation: views3 4s var(--easeInOutCubic) forwards;
}
.load .enb {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 150px;
  color: #fff;
  top: 100%;
  animation: t-views 4s var(--easeInOutCubic) forwards;
  z-index: 5;
  letter-spacing: 0.06em;
}
@keyframes t-views {
  0% {
    top: 100%;
  }
  11% {
    top: 100%;
  }
  30% {
    top: 15px;
  }
  100% {
    top: 15px;
  }
}
@keyframes out-views {
  0% {
    top: 110%;
  }
  15% {
    top: 110%;
  }
  65% {
    top: 110%;
  }
  85% {
    top: 5%;
  }
  100% {
    top: 5%;
  }
}
@media screen and (max-width: 890px) {
  .load .text_area {
    width: 90%;
  }
  .load h2 {
    width: 700px;
    animation: views 4s var(--easeInOutCubic) forwards;
  }
  .load h2:nth-child(2) {
    width: 470px;
    animation: views2 4s var(--easeInOutCubic) forwards;
    margin: 55px 0;
  }
  .load h2:nth-child(3) {
    width: 720px;
    animation: views3 4s var(--easeInOutCubic) forwards;
  }
  @keyframes views {
    0% {
      width: 0;
    }
    15% {
      width: 700px;
    }
  }
  @keyframes views2 {
    0% {
      width: 0;
    }
    15% {
      width: 470px;
    }
  }
  @keyframes views3 {
    0% {
      width: 0;
    }
    15% {
      width: 720px;
    }
  }
  .load .enb {
    font-size: 130px;
  }
}
/* ==========================================================================
	main
========================================================================== */
.scroll {
  display: inline-block;
  position: absolute;
  right: 4.5vw;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 130px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  animation: s-views 1s var(--easeInOutCubic) forwards;
  animation-delay: 5s;
  opacity: 0;
  transform: translateY(50px);
}
@keyframes s-views {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
.scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47%;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#keyvisual-movie {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
#keyvisual-movie video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .scroll {
    right: 1.5vw;
  }
}
@media screen and (max-width: 580px) and (min-height: 1050px) {
  #keyvisual-movie video {
    height: 100%;
    width: auto;
  }
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
/*.box {
  width: 100%;
  height: 400px;
  background-image: url("../image/about/mainvisual-00.jpg");
  background-size: 95%, 5%;
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
}*/
/* ==========================================================================
	about
========================================================================== */
.about {
  width: 95%;
  margin: 70px auto 0 auto;
  position: relative;
}
.about.rt_box .tit_area {
  padding-top: 0px;
}
.about.rt_box .tit_area:before {
  top: 39px;
}
.about .text_area {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.about .bg_txt {
  position: absolute;
  left: 20%;
  top: 180px;
  font-size: 100px;
  line-height: 100px;
  color: #f6f6f6;
  z-index: 1;
}
.about .txt_box {
  position: relative;
}
.about .txt_box .inview01 {
  width: 260px;
}
.about .txt_box .inview02 {
  width: 600px;
}
.about .txt_box .inview03 {
  width: 400px;
}
.about h3 {
  position: relative;
  /* display: block;*/
  margin-bottom: 4px;
  height: 90px;
  overflow: hidden;
  z-index: 10;
}
.about h3:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 1;
}
.about h3 span {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 70px;
  letter-spacing: 0.1em;
  font-weight: 700;
  top: 115%;
  z-index: 5;
  font-weight: 700;
}
.about .txt_box.move h3 span {
  animation: a-t-views 0.8s var(--easeInOutCubic) forwards;
  animation-delay: 0.4s;
}
.about .txt_box.move h3:before {
  animation: a-txt-views 0.4s var(--easeInOutCubic) forwards;
}
@keyframes a-txt-views {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes a-t-views {
  0% {
    top: 100%;
  }
  100% {
    top: 15px;
  }
}
.about .b_txt {
  position: relative;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 69px;
  z-index: 10;
  letter-spacing: 0.1em;
}
.c-btn {
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}
/* ==========================================================================
	会社概要
========================================================================== */
.contents-company .company {
  width: 85%;
  padding-top: 50px;
  padding-bottom: 60px;
  top: 0;
  left: 5%;
  height: 100%;
  content: "";
  position: relative;
  z-index: 60;
}
.company ul {
  margin-bottom: 75px;
}
.company ul li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #eee;
}
.company ul li:first-child {
  border-top: 1px solid #eee;
}
.company ul h4 {
  width: 130px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
}
.company ul p {
  width: calc(100% - 130px);
  padding-left: 9.02vw;
  padding-left: clamp(10px, 9.02vw, 172px);
  box-sizing: border-box;
  font-size: 15px;
  line-height: 35px;
}
.company ul p .en {
  font-size: 15px;
  line-height: 35px;
  color: #222;
}
.company ul p a:hover {
  color: var(--base-link-color);
}
.company .bnr_link {
  display: block;
  width: 360px;
  margin-top: 12px;
}
.company .bnr_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1081px) {
  .contents-company .company {
    width: 80%;
    padding-top: 30px;
    top: 0;
    left: 5%;
    height: 100%;
    content: "";
    position: relative;
    z-index: 60;
  }
}
.company ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  line-height: 2.4rem;
}
.company ul li a {
  color: #232323;
}
.company ul li:after, .company ul:after {
  content: " ";
  display: block;
  clear: both;
}
/* ==========================================================================
	人材派遣
========================================================================== */
.contents-staff .staff {
  width: 85%;
  padding-top: 0px;
  padding-bottom: 60px;
  top: 0;
  left: 5%;
  height: 100%;
  content: "";
  position: relative;
  z-index: 60;
}
.contents-staff .staff h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 3rem;
}
.staff ul {
  margin-bottom: 75px;
}
.staff ul li {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #eee;
}
.staff ul li:first-child {
  border-top: 1px solid #eee;
}
.staff ul h4 {
  width: 260px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
}
.staff ul p {
  width: calc(100% - 260px);
  padding-left: 9.02vw;
  padding-left: clamp(10px, 9.02vw, 172px);
  box-sizing: border-box;
  font-size: 15px;
  line-height: 35px;
}
.staff ul p .en {
  font-size: 15px;
  line-height: 35px;
  color: #222;
}
.staff ul p a:hover {
  color: var(--base-link-color);
}
.staff .bnr_link {
  display: block;
  width: 360px;
  margin-top: 12px;
}
.staff .bnr_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1080px) {
  .contents-staff .staff {
    width: 80%;
    padding-top: 0px;
    padding-bottom: 150px;
    top: 0;
    left: 5%;
    height: 100%;
    content: "";
    position: relative;
    z-index: 60;
  }
}
.staff ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  line-height: 2.4rem;
}
.staff ul li a {
  color: #232323;
}
.staff ul li:after, .staff ul:after, .list:before {
  content: " ";
  display: block;
  clear: both;
}
.contents-recruit {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url(../image/common/foot_top_bg.jpg) center center;
  background-size: cover;
}
.recruit {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}
.recruit h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .contents-news .news {
    width: 90%;
    margin: 0 auto 0 0;
    padding-top: 0px;
    padding-bottom: 0px;
    top: -60px;
    height: 100%;
    content: "";
    position: relative;
    z-index: 60;
  }
  .news ul li .day {
    float: none;
    width: 100%;
    font-size: 1.4rem;
    margin: 15px 0 10px 0;
  }
  .news ul li .title {
    float: none;
    font-size: 1.4rem;
  }
  .contents-recruit {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: url(../image/common/foot_top_bg.jpg) center center;
    background-size: cover;
  }
  .recruit h3 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.2rem;
  }
}
.l_box-inner {
  color: #565656;
  line-height: 2.4rem;
}
/* ==========================================================================
	service
========================================================================== */
.service {
  width: 95%;
  margin: 70px auto 0 auto;
  position: relative;
}
.service.rt_box .tit_area {
  padding-top: 0px;
}
.service.rt_box .tit_area:before {
  top: 39px;
}
.service .text_area {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.service .bg_txt {
  position: absolute;
  left: 20%;
  top: 180px;
  font-size: 100px;
  line-height: 100px;
  color: #f6f6f6;
  z-index: 1;
}
.service .txt_box {
  position: relative;
}
.service .txt_box .inview01 {
  width: 390px;
}
.service .txt_box .inview02 {
  width: 360px;
}
.service .txt_box .inview03 {
  width: 400px;
}
.service h3 {
  position: relative;
  /* display: block;*/
  margin-bottom: 4px;
  height: 90px;
  overflow: hidden;
  z-index: 10;
}
.service h3:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 1;
}
.service h3 span {
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 70px;
  letter-spacing: 0.1em;
  font-weight: 700;
  top: 115%;
  z-index: 5;
  font-weight: 700;
}
.service .txt_box.move h3 span {
  animation: a-t-views 0.8s var(--easeInOutCubic) forwards;
  animation-delay: 0.4s;
}
.service .txt_box.move h3:before {
  animation: a-txt-views 0.4s var(--easeInOutCubic) forwards;
}
@keyframes a-txt-views {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes a-t-views {
  0% {
    top: 100%;
  }
  100% {
    top: 15px;
  }
}
.service .b_txt {
  position: relative;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 69px;
  z-index: 10;
  letter-spacing: 0.1em;
}
.c-btn {
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}
/* ==========================================================================
	list
========================================================================== */
.list.rt_box {
  width: 90%;
  display: block;
  position: relative;
  /*margin-top: 112px;*/
  margin: 35px auto;
  padding-bottom: 50px;
  /*display: flex;
  flex-wrap: wrap;*/
  /*-js-display: flex;
  display:-webkit-box;
  display: -webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;*/
  text-align: left;
}
.list.rt_box .box {
  display: inline-block;
  padding: 57px 0px 0px 0px;
  /*width: calc(100% - var(--rt-tit-width));*/
  width: 48%;
  /*margin:0 auto;*/
}
@media screen and (max-width: 1400px) {
  .list.rt_box .box {
    display: inline-block;
    padding: 57px 0px 0px 0px;
    /*width: calc(100% - var(--rt-tit-width));*/
    width: 46%;
    /*margin:0 auto;*/
  }
}
.list.rt_box .box:nth-child(odd) {
  margin: 0px 47.5px 0px 0px;
}
.list.rt_box .box .sub_tit {
  margin-bottom: 0;
}
.list.rt_box .box .img_area {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 3px;
  margin-top: 30px;
}
.list.rt_box .box img {
  border-radius: 3px;
}
.list.rt_box .box .text_area {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 85px;
}
.list.rt_box .box p {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
}
.list.rt_box .box p:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 20px;
}
.list.rt_box .box p .enb {
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1050px) {
  .list.rt_box {
    width: 90%;
    display: block;
    position: relative;
    margin: 35px auto;
    padding-bottom: 50px;
    text-align: left;
  }
  .list.rt_box .box {
    display: block;
    padding: 57px 0px 70px 0px;
    /*width: calc(100% - var(--rt-tit-width));*/
    width: 100%;
    /*margin:0 auto;*/
  }
  .list.rt_box .box.box10 .sub_tit .en {
    transform: translateY(-1px);
  }
  .list.rt_box .box .box_inr {
    margin-top: 33px;
  }
  .list.rt_box .box .img_area {
    width: 100%;
    height: 40vw;
  }
  .list.rt_box .box .text_area {
    padding-top: 28px;
    padding-bottom: 0px;
  }
  .list.rt_box .box ul {
    display: block;
  }
  .list.rt_box .box li {
    width: 100% !important;
  }
  .list.rt_box .box p {
    padding-left: 20px;
    font-size: 12px;
    line-height: 27px;
  }
  .list.rt_box .box p:before {
    width: 10px;
    top: 14px;
  }
  .list.rt_box .box p .enb {
    font-size: 12px;
    line-height: 27px;
  }
}
.link_area {
  width: 90%;
  margin: 0 auto;
}
.link_area ul {
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}
.link_area ul li {
  width: 31%;
  margin: 0 0px 80px 0px;
}
@media screen and (max-width: 1100px) {
  .link_area ul li {
    width: 47.2%;
    margin: 0 0px 80px 0px;
  }
}
.link_area ul li.move {
  transform: translateY(0);
  opacity: 100;
}
.link_area ul li .img_area {
  width: 100%;
}
.link_area ul li h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0px 0 8px;
  color: var(--base-text-color);
  transition: color 0.3s var(--easeInOutCubic);
}
.link_area ul li p {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 13px;
  color: var(--base-text-color);
}
.link_area ul li p:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--base-text-color);
  transition: background 0.3s var(--easeInOutCubic);
}
.link_area ul li p span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.link_area ul li .img_area .cate {
  display: inline-block;
  position: relative;
  left: 0;
  bottom: 0;
  top: -20px;
  padding: 4px 9px;
  background: #222;
  font-size: 12px;
  color: #fff;
  z-index: 50;
}
.pager {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 95px;
  box-sizing: border-box;
  margin-left: var(--base-size80);
  box-sizing: border-box;
  padding-top: 21px;
  margin-top: 0px;
  margin-bottom: 60px;
}
.pager .previouspostslink, .nextpostslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #222;
  z-index: 10;
  box-sizing: border-box;
  transition: all 0.3s var(--easeInOutCubic);
}
.nextpostslink {
  left: auto;
  right: 0;
}
.pager .previouspostslink:before, .pager .nextpostslink:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: var(--base-text-color);
  transition: all 0.3s var(--easeInOutCubic);
}
.pager .previouspostslink:after {
  content: "";
  position: absolute;
  top: 27px;
  left: 16px;
  width: 10px;
  height: 1px;
  transform: rotate(145deg);
  background: var(--base-text-color);
  transition: all 0.3s var(--easeInOutCubic);
}
.pager .nextpostslink:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 16px;
  width: 10px;
  height: 1px;
  transform: rotate(35deg);
  background: var(--base-text-color);
  transition: all 0.3s var(--easeInOutCubic);
}
.pager .previouspostslink:hover, .pager .nextpostslink:hover {
  background: var(--base-link-color);
  border-color: var(--base-link-color);
  transition: all 0.3s var(--easeInOutCubic);
}
.pager .previouspostslink:hover:before, .pager .previouspostslink:hover:after, .pager .nextpostslink:hover:before, .pager .nextpostslink:hover:after {
  background: #fff;
  transition: all 0.3s var(--easeInOutCubic);
}
.pager .current, .pager .page {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 26px;
  color: #222;
}
.pager .current:after, .pager .page:after {
  content: ",";
  position: absolute;
  color: #aaaaaa;
  font-size: 18px;
  right: -15px;
  bottom: 0;
}
.pager .current {
  color: #aaa;
}
.pager .page:hover {
  color: var(--base-link-color);
}
.pager a:nth-last-of-type(2) {
  margin-right: 0;
}
.pager a:nth-last-of-type(2):after {
  display: none;
  margin-right: 0;
}
#formWrap {
  font-size: 1.4rem;
  width: 70%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
}
.contact-detail {
  padding: 0 0 30px 0;
  line-height: 2.4rem;
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
}
table.formTable {
  width: 100%;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  /*border: 1px solid #ccc;*/
  padding: 10px;
  vertical-align: top;
}
table.formTable th {
  width: 30%;
  /*background: #efefef;*/
  text-align: left;
  font-weight: bold;
}
table.formTable span {
  color: #ff0004;
}
.flex table.formTable input {
  background: #efefef;
  border: 1px solid #fff;
  padding: 5px;
}
table.formTable .link_btn03 input {
  border: 0px solid #fff;
  background: none;
  color: #fff;
  font-size: 1.4rem;
  padding: 0;
  text-align: left;
}
/*#formWrap textarea {
  width: 99%;
  background: #efefef;
  border: 1px solid #FFF;
  padding: 5px;
}
#formWrap .form input {
  background: #efefef;
  font-size: 1.4rem;
  padding: 5px;
  border: 0px solid #FFF;}
#formWrap .red {
  color: #c32c1f;
}*/
.pager:before, .pager:after {
  content: " ";
  display: block;
  clear: both;
}
.recruit-wrap {
  background-color: #efeeef;
  padding: 45px 0;
}
.recruit-wrap h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.recruit-wrap .en {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.recruit:after, .recruit_inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.recruit_inner {
  width: 90%;
  margin: 40px auto;
  padding: 20px 0 0 0;
}
.recruit_l {
  float: left;
  width: 44.1%;
  font-size: 0.8rem;
}
.recruit_l dt, .recruit_r dt {
  float: left;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 0 20px 0;
}
.recruit_l dd, .recruit_r dd {
  margin-left: 80px;
  padding: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.recruit_r {
  float: right;
  width: 44.1%;
  font-size: 0.8rem;
}
.recruit-entry {
  width: 85%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 50px;
}
.recruit-entry h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.recruit-entry p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.link_recruit-entry {
  width: 500px;
  margin: 0 auto 60px auto;
  position: relative;
  top: 0px;
  bottom: -0px;
}
.privacy-inner {
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}
.privacy-inner h3 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px 0;
}
.privacy-inner h4 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0px 0;
}
.privacy-inner p {
  font-size: 1.4rem;
  padding: 0 0 30px 0;
  line-height: 2.4rem;
}
.privacy-inner a {
  color: #000;
}
.privacy-inner a:hover {
  color: #717171;
}
.privacy-inner ol {
  width: 95%;
  font-size: 1.4rem;
  margin: 0 auto 60px auto;
}
.privacy-inner ol li {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
  list-style-type: disc;
}
.red {
  color: #c32c1f;
}
/* ==========================================================================
	list
========================================================================== */
.list.rt_box {
  display: block;
  position: relative;
  margin-top: 112px;
  padding-bottom: 50px;
}
.list.rt_box .box {
  position: relative;
  padding: 57px 0 70px;
  border-top: 1px solid #eee;
  width: calc(100% - var(--rt-tit-width));
  margin: 0 auto;
}
.list.rt_box .box .sub_tit {
  margin-bottom: 0;
}
.list.rt_box .box .box_inr {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
.list.rt_box .box .img_area {
  position: relative;
  width: 470px;
  height: 220px;
  overflow: hidden;
  border-radius: 3px;
}
.list.rt_box .box img {
  border-radius: 3px;
}
.list.rt_box .box .text_area {
  position: relative;
  width: calc(100% - 470px - 4.86vw);
  padding-top: 20px;
  padding-bottom: 85px;
}
.list.rt_box .box ul {
  /*-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;*/
  padding-top: 10px;
}
.list.rt_box .box li {
  width: 100%;
}
.list.rt_box .box li:first-child {
  width: 100%;
}
.list.rt_box .box02 li, .list.rt_box .box02 li:first-child {
  width: 100%;
}
.list.rt_box .box03 li {
  width: 57.2%;
}
.list.rt_box .box03 li:first-child {
  width: 42.8%;
}
.list.rt_box .box05 li {
  width: 48.5%;
}
.list.rt_box .box05 li:first-child {
  width: 51.5%;
}
.list.rt_box .box06 li {
  width: 57%;
}
.list.rt_box .box06 li:first-child {
  width: 43%;
}
.list.rt_box .box07 li {
  width: 57.1%;
}
.list.rt_box .box07 li:first-child {
  width: 42.9%;
}
.list.rt_box .box08 li {
  width: 57.1%;
}
.list.rt_box .box08 li:first-child {
  width: 42.9%;
}
.list.rt_box .box09 li {
  width: 53.1%;
}
.list.rt_box .box09 li:first-child {
  width: 46.9%;
}
.list.rt_box .box10 li {
  width: 57%;
}
.list.rt_box .box10 li:first-child {
  width: 43%;
}
.list.rt_box .box p {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
}
.list.rt_box .box p:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 20px;
}
.list.rt_box .box p .enb {
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
}
.list.rt_box .box .link_btn {
  position: absolute;
  right: 5.5vw;
  bottom: 0;
  width: 80%;
  max-width: 500px
}

@media screen and (max-width : 1300px) {
  .list.rt_box .box .img_area {
    width: 60%;
    height: 240px;
  }
  .list.rt_box .box .text_area {
    position: relative;
    width: 35%;
    padding-top: 20px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width : 1050px) {
  .list.rt_box.rt_box {
    padding-top: 0;
    padding-right: 0;
  }
}

.link_area_txt {padding: 15px 0 30px 0;font-size: 1.3rem;line-height: 2.6rem;}

.contents-block {width: 1100px;margin: 0 auto;}
.contents-block .info_day {font-size: 14px;padding: 0 0 15px 0;}
.contents-block h3 {font-size: 24px;padding: 0 0 15px 0;}
.news_contents p {font-size: 14px;line-height: 2.4rem;margin-top: 20px;}
.news_contents strong {margin: 15px 0;}
.list-link {width: 95%;margin: 0 auto;}
.list-link ul {margin-top: 30px;font-size: 1.4rem;}
.list-link ul li{margin-bottom: 20px;list-style: disc;line-height: 2.6rem;}
.list-link ul li a{text-decoration: underline;}
.list-link ul li a:hover{text-decoration: none;}



.list-link2 ul {width: 90%;margin: 30px auto;}
.list-link2 ul li{margin-bottom: 20px;list-style: disc;font-size: 1.6rem;line-height: 2.6rem;}
.list-link2 ul li a{text-decoration: underline;}
.list-link2 ul li a:hover{text-decoration: none;}


.youtube {
  width: 840px;margin: 30px auto 50px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.live_contents table {
	width: 100%;
  margin: 20px auto;
	font-size: 1.6rem;
}
.live_contents .tbl-r02 th {
	background-color: #37C6E5;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #fff;
	padding: 10px;
	font-weight: 600;
}
.live_contents .tbl-r02 td {
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #37C6E5;
}
@media screen and (max-width: 640px) {
  .live_contents .last td:last-child {
    
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #37C6E5;
    width: 100%;
  }
  .live_contents .tbl-r02 {
    width: 80%;
  }
  .live_contents .tbl-r02 th,
  .live_contents .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.tbl {width: 90%;margin: 0 auto;}
.live_contents .tbl-r02 .price {font-size: 2.4rem;color: #D31014;}
.live_contents__wrap {width: 1200px;margin: 0 auto;}
.live_contents__wrap h1 {text-align: center;font-size: 3.2rem;font-weight: 600; line-height: 3.8rem;padding: 0 0 20px 0;}
.live_contents__wrap h2 {text-align: center;font-size: 2.8rem;font-weight: 500;line-height: 3rem;padding: 40px 0 50px 0;}

.live_contents__wrap h3 {
	text-align: left;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3rem;
	padding: 20px;
	background-image: linear-gradient(90deg, #8b5cf6, #22d3ee);
	margin: 30px 0;
	border-radius: 10px;
}
.live_contents__wrap h4 {
	text-align: left;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3rem;
	padding: 20px;
	background-color: #22d3ee;
	margin: 30px 0;
	border-radius: 10px;
}

.contents-block .comment {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 30px;
	background-color: #E9E9E9;
	border-radius: 10px;
}
.live_contents__block {}
.live_contents__block .photo {width: 360px;float: left;margin-bottom: 60px;} 
.live_contents__block .photo img {width: 100%;height: auto;
	border-radius: 10px;}
.live_contents__block .detail {width: 700px;float: left;margin-bottom: 30px;padding-left: 30px;} 
.live_contents__block .detail__01 {font-size:2.2rem;font-weight: 600;margin-bottom: 30px;}
.live_contents__block .detail__02 {font-size: 1.8rem;font-weight: 600;margin-bottom: 15px;}
.live_contents__block .detail__03 {font-size: 1.6rem;margin-bottom: 30px;line-height: 2.8rem;}
.detail__04 {font-size: 1.6rem;margin-bottom: 30px;line-height: 2.8rem;}

.live_contents:after,.live_contents__block:after {
  content: " ";
  display: block;
  clear: both;}
.headline {
  position: relative;
}

.headline:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0px;
	width: 0%;
	height: 5px;
	background-color: #DB4972;
	transition: all 1s;
}

.headline.isActive:after {
  width: 100%;
}
.sp-only {display: none;}

