@charset "UTF-8";
/* ==================================================

 変数

================================================== */
@media screen and (max-width: 1023px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.2rem;
    --fs_md: 1.4rem;
    --fs_lg: 1.6rem;
    --fs_xl: 1.8rem;
    --fs_xxl: 2.0rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --fs_ss: 1.2rem;
    --fs_sm: 1.4rem;
    --fs_md: 1.6rem;
    --fs_lg: 1.8rem;
    --fs_xl: 2.0rem;
    --fs_xxl: 2.2rem;
  }
}
/* ==================================================

 サイトTOP

================================================== */
@media screen and (min-width: 1024px) {
  .sitetop_wrap .top_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .top_wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .top_wrap {
    margin-bottom: 20px;
  }
}
.sitetop_wrap .top_wrap figure img {
  display: none;
}
@media screen and (min-width: 768px) {
  .sitetop_wrap .top_wrap figure .top_lg {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .top_wrap figure .top_sm {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sitetop_wrap .news_wrap .news_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .news_wrap .news_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .news_wrap .news_box {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sitetop_wrap .news_wrap .news_box {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .news_wrap .news_box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .news_wrap .news_box {
    padding-bottom: 20px;
  }
}
.sitetop_wrap .news_wrap .news_box .cate_title {
  float: left;
  padding: 0 20px;
  width: 25%;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 {
  margin-bottom: 30px;
  font-size: 0;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span {
  display: inline-block;
  font-size: 3rem;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(2) {
  animation-delay: 0.1s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(3) {
  animation-delay: 0.1 0.3s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(4) {
  animation-delay: 0.1 0.6s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(5) {
  animation-delay: 0.1 0.9s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(6) {
  animation-delay: 0.2 0.1s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(7) {
  animation-delay: 0.2 0.4s;
}
.sitetop_wrap .news_wrap .news_box .cate_title h2 span:nth-child(8) {
  animation-delay: 0.2 0.7s;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap {
  animation-delay: -0.3s;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a {
  display: inline-block;
  position: relative;
  line-height: 30px;
  font-weight: bold;
  transition: color 0.3s;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a:hover {
  color: #fff;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 95%;
  width: calc(100% - 15px);
  height: 30px;
  background-color: #c7000b;
  border-radius: 0 15px 15px 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  z-index: -1;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a:hover::before {
  transform: scale(1, 1);
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a .btn_txt {
  padding-right: 15px;
}
.sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap a .btn_txt .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .news_wrap .news_box .cate_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .sitetop_wrap .news_wrap .news_box .cate_title h2, .sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap {
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .news_wrap .news_box .cate_title h2 {
    width: 70%;
  }
  .sitetop_wrap .news_wrap .news_box .cate_title h2 span {
    font-size: 2.4rem;
  }
  .sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap {
    width: 30%;
  }
}
@media screen and (max-width: 479px) {
  .sitetop_wrap .news_wrap .news_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .sitetop_wrap .news_wrap .news_box .cate_title h2 {
    width: 60%;
  }
  .sitetop_wrap .news_wrap .news_box .cate_title h2 span {
    font-size: var(--fs_xxl);
  }
  .sitetop_wrap .news_wrap .news_box .cate_title .cate_btn_wrap {
    width: 40%;
  }
}
.sitetop_wrap .news_wrap .news_box .cate_box {
  float: left;
  padding: 0 20px;
  width: 75%;
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .news_wrap .news_box .cate_box {
    width: 100%;
  }
}
.sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a {
  transition: all 0.3s;
  border-bottom: 1px #ccdee5 dashed;
}
.sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a .news_date {
  padding: 20px 15px 20px 0;
  width: 10em;
}
.sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a .news_text {
  padding: 20px 0;
  width: auto;
}
.sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a:hover {
  color: #c7000b;
  background-color: #f9e5e6;
  border-bottom: 1px #c7000b solid;
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a {
    display: block;
  }
  .sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a .news_date {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
  .sitetop_wrap .news_wrap .news_box .cate_box .news_list .news_item a .news_text {
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
}
.sitetop_wrap section .section_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  /*@include r.mq_max(sm){ margin: auto 10px; }*/
}
@media screen and (min-width: 1024px) {
  .sitetop_wrap section .section_list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap section .section_list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap section .section_list {
    margin-bottom: 40px;
  }
}
.sitetop_wrap section .section_list .section_box {
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .sitetop_wrap section .section_list .section_box {
    width: 100%;
  }
}
.sitetop_wrap section .section_list .section_box:first-child::before {
  background-image: url("../img/corporate/top_company_s.png");
}
.sitetop_wrap section .section_list .section_box:nth-child(2)::before {
  background-image: url("../img/corporate/top_philosophy_s.png");
}
.sitetop_wrap section .section_list .section_box:last-child::before {
  background-image: url("../img/recruit/top/top_recruite_s.png");
}
@media screen and (min-width: 768px) {
  .sitetop_wrap section .section_list _:-ms-lang(x)::-ms-backdrop, .sitetop_wrap section .section_list .section_box {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .sitetop_wrap .company_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .company_wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .company_wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sitetop_wrap .service_wrap .service_list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .service_wrap .service_list {
    margin-bottom: 30px;
  }
}
.sitetop_wrap .service_wrap .service_list li {
  padding: 0 15px;
  width: 16.5%;
}
.sitetop_wrap .service_wrap .service_list li a {
  line-height: 50px;
}
.sitetop_wrap .service_wrap .service_list li a img {
  max-height: 50px;
  vertical-align: middle;
}
.sitetop_wrap .service_wrap .service_list li a:hover img {
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .service_wrap .service_list li {
    width: calc(100% / 3);
  }
  .sitetop_wrap .service_wrap .service_list li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .sitetop_wrap .service_wrap .service_list li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .sitetop_wrap .service_wrap .btn {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .service_wrap .btn {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .service_wrap .btn {
    margin-bottom: 40px;
  }
}
.sitetop_wrap .contactus_wrap {
  position: relative;
  background: no-repeat center;
  background-image: url("../img/contactus/top_contactus_l.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .contactus_wrap {
    background-image: url("../img/contactus/top_contactus_m.png");
  }
}
.sitetop_wrap .contactus_wrap .bg_dark_mask {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .contactus_wrap .bg_dark_mask {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .contactus_wrap .bg_dark_mask {
    padding: 40px 0;
  }
}
.sitetop_wrap .contactus_wrap .site_base_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 100px;
}
@media screen and (max-width: 1023px) {
  .sitetop_wrap .contactus_wrap .site_base_w {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .contactus_wrap .site_base_w {
    padding: 0 20px;
  }
}
.sitetop_wrap .contactus_wrap .site_base_w .contactus_box {
  width: 70%;
}
.sitetop_wrap .contactus_wrap .site_base_w .contactus_box .section_title {
  margin-bottom: 10px;
}
.sitetop_wrap .contactus_wrap .site_base_w .contactus_box .section_title, .sitetop_wrap .contactus_wrap .site_base_w .contactus_box p {
  animation-delay: -0.3s;
  text-shadow: 0 0 5px #262626;
}
.sitetop_wrap .contactus_wrap .site_base_w .btn_wrap {
  align-self: flex-end;
  width: 30%;
}
.sitetop_wrap .contactus_wrap .site_base_w .btn_wrap .btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sitetop_wrap .contactus_wrap .site_base_w .contactus_box, .sitetop_wrap .contactus_wrap .site_base_w .btn_wrap {
    width: 100%;
  }
  .sitetop_wrap .contactus_wrap .site_base_w .btn_wrap .btn {
    margin-top: 20px;
    width: 90%;
  }
}