@charset "utf-8";
a {
  text-decoration: none;
  color: #23587F;
}
.text_center{
  text-align: center;
}
@media screen and (max-width: 759.9px) {
  /* header
------------------------------------------------- */
  header {
    padding: 0 0 0 20px;
    position: fixed;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    z-index: 998;
    background: none;
    background: rgba(22, 49, 68, 1) !important;
    top: 0;
    height: 70px;
  }
   header.is-show{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(22, 49, 68, 1) !important;
    /*animation: scrollDown 0.5s ease-in-out;*/
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 20px;
    z-index: 998;
}
  header h1 {
    font-size: 4.9vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    line-height: 70px;
    color: #FFF;
  }
  header h1 a {
    color: #FFF;
  }
  header h1 span {
    padding: 0 0 0 6.9vw;
    background: url("../image/logo.svg") no-repeat left;
    background-size: 6.25vw auto;
  }
  header ul {
    display: none;
  }

  header span.pc {
    display: none;
  }
  header span.tab {
    display: none;
  }
  /*menu*/
  .menu {
    width: 70px;
    height: 70px;
    right: 0px;
    top: 0px;
    z-index: 2000;
    cursor: pointer;
    background: #23587F;
    position: absolute;
  }
  header.is-show .menu{
    height: 70px;
  }

  
  .menu__line {
    background: #FFF;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 40px;
    top: 26px;
    left: 15px;
  }
  .menu__line--center {
    top: 34px;
  }
  .menu__line--bottom {
    top: 42px;
  }
  .menu__line--top.active {
    top: 34px;
    transform: rotate(45deg);
    background: #FFF;
  }
  .menu__line--center.active {
    transform: scaleX(0);
    background: #FFF;
  }
  .menu__line--bottom.active {
    top: 34px;
    transform: rotate(135deg);
    background: #FFF;
  }
  /*gnav*/
  .gnav {
    background: #23587F;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  ul.gnav__menu {
    margin: 80px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #FFF;
  }
  ul.gnav__menu li{
    width: 50%;
    margin: 0 0 0 0;
    padding:  3.125vw 0;
    text-align: center;
    font-size: 3.4vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    border: 1px solid #FFF;
    border-bottom: none;
    box-sizing: border-box;
    
  }
  ul.gnav__menu li:nth-child(odd){
    border-left: none;;
    border-right: none;
  }
  ul.gnav__menu li:nth-child(even){
    border-right: none;
  }

  ul.gnav__menu a{
    color: #FFF;
  }
  
  
  .pagetop {
    position: sticky;
    z-index: 100;
    width: 100%;
    right: 20px;
    bottom: 20px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }

  .pagetop img{
    width: 12.5vw;
  }
  
  
  footer {
    background: #23587F;
    padding: 9.375vw 0 6.25vw 0;
    color: #FFF;
    text-align: center;
    margin: -6.25vw 0 0 0;
  }
  .footer_logo {
    font-size: 4.9vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    line-height: 70px;
    color: #FFF;
  }
  .footer_logo span {
    padding: 0 0 0 6.9vw;
    background: url("../image/logo.svg") no-repeat left;
    background-size: 6.25vw auto;
  }
  .copyright {
    font-size: 12px;
    font-weight: 400;
  }
  .footer_links{
    width: 100%;
    margin: 9.375vw auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer_links > div{
    width: 50%;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .footer_links > div a{
    color: #FFF;
  }
  .footer_links > div p.cat_ttl{
    font-size: 3.4vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .footer_links > div ul{
    font-size: 3.1vw;
  }
  
  
}


@media screen and (min-width: 760px) {
  /* header
------------------------------------------------- */
  header {
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    background: none;
    background: rgba(22, 49, 68, 0.9) !important;
    position: fixed;
    top: 0;
  }
  header.is-show{
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(22, 49, 68, 1) !important;
    /*animation: scrollDown 0.5s ease-in-out;*/
    width: 100%;
    box-sizing: border-box;
}
  header h1 {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    line-height: 70px;
    color: #FFF;
  }
  header h1 a {
    color: #FFF;
  }
  header h1 span {
    padding: 0 0 0 35px;
    background: url("../image/logo.svg") no-repeat left;
    background-size: 30px auto;
  }
  header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
  header ul li {
    height: 70px;
    margin: 0 0 0 15px;
    position: relative;
    font-size: 14px;
  }
  header ul li.contact {
    width: 50px;
    background: #23587F;
    margin: 0 0 0 15px;
    text-align: center;
    font-size: 20px;
  }
  header ul li a {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 70px;
    position: relative;
    transition: .3s;
  }
  header a:hover {
    opacity: 0.8;
  }
  header ul li a::after {
    position: absolute;
    bottom: 20%;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
    transform: translateX(-50%);
  }
  header ul li.contact a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
    transform: translateX(-50%);
    opacity: 0;
  }
  header ul li a:hover::after {
    width: 100%;
  }
  header span.pc {
    display: none;
  }
  header span.tab {
    display: block;
  }
  
.dropdown-menu {
  position: absolute;
  top: 70px;
  left: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  background: #23587F;
  opacity: 0.95;
  transform: translateX(-50%);
}

.dropdown-menu li {
  margin: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  height: 40px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}

.dropdown-menu a {
  display: block;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  padding: 0 20px;
  width: 280px;
  box-sizing: border-box;
}
.dropdown-menu a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
    transform: translateX(-50%);
    opacity: 0;
  }
.dropdown-menu a:hover::after {
    width: 0%;
  }


header li:hover .dropdown-menu {
  max-height: 300px;
  padding: 8px 0;
  border-color: #e1e5e9;
}

header li:hover .dropdown-menu li {
  opacity: 1;
  transform: translateY(0);
}

  
  
  
  .menu{display: none;}
  .gnav{display: none;}

  .pagetop {
    position: sticky;
    z-index: 100;
    width: 100%;
    right: 20px;
    bottom: 20px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  
  
  footer {
    background: #23587F;
    padding: 100px 0 40px 0;
    color: #FFF;
    text-align: center;
    margin: -40px 0 0 0;
  }
  .footer_logo {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    padding: 0;
    vertical-align: middle;
    line-height: 1.2em;
    color: #FFF;
    margin: 0 0 100px 0;
  }
  .footer_logo span {
    padding: 0 0 0 45px;
    background: url("../image/logo.svg") no-repeat left;
    background-size: 40px auto;
  }
  .copyright {
    font-size: 12px;
    font-weight: 400;
  }
  .footer_links{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .footer_links > div{
    width: 18.5%;
    text-align: left;
  }
  .footer_links > div:nth-child(3){
    width: 26%;
  }
  .footer_links > div a{
    color: #FFF;
  }
  .footer_links > div p.cat_ttl{
    font-size: 1.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .footer_links > div ul{
    margin-top: 30px;
    font-size: 0.9rem;
  }

}
@media screen and (min-width: 1100px) {
  /* header
------------------------------------------------- */
  header {
    padding: 0 0 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
  }
  header h1 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    vertical-align: middle;
    line-height: 70px;
    color: #FFF;
  }
  header h1 span {
    padding: 0 0 0 45px;
    background: url("../image/logo.svg") no-repeat left;
    background-size: 40px auto;
  }
  header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
  header ul li {
    height: 70px;
    margin: 0 0 0 25px;
    position: relative;
    font-size: 16px;
  }
  header ul li.contact {
    width: 190px;
    background: #23587F;
    margin: 0 0 0 30px;
    text-align: center;
    font-size: 16px;
  }
  header ul li a {
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 70px;
  }
  header span.tab {
    display: none;
  }
  header span.pc {
    display: block;
  }
}


  /*　共通
------------------------------------------------- */
 img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
    vertical-align: bottom;
  }
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #222;
    line-height: 2em;
  }

  .site_container {
    width: 100%;
  }
  .site_container h2 {
    color: #23587F;
    font-weight: 300;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    animation: blur 1s both ease-in;
  }
  .site_container h2 span {
    font-size: 22px;
    color: #222;
    font-weight: 500;
  }
  .site_container h2 span:before {
    content: "";
    width: 1px;
    height: 30px;
    background:#FFF; 
    display: block;
    margin: 20px auto 0 auto;
    transform: translateX(-1px);
  }
  .site_container h3 {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }

  .top_kv {
    margin: 0;
    position: relative;
  }
  .top_kv .top_catch {
    text-align: center;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%,0);
    letter-spacing: 0.1em;
    width: 100%;
    animation: blur 1s both ease-in;
    z-index: 10;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
  .top_kv .top_catch span {
    text-align: center;
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    display: block;
    background-color: rgb(35, 88, 127, 0.7);
    letter-spacing: 0.2em;
  }
  .top_kv ul.slider img{
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.15);
    background-blend-mode: darken;
}




  .top_aboutus {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 2.5em;
  }
  .top_aboutus p {
    margin: 0 0 100px 0;
  }
  .top_service {
    position: relative;
  }
  .top_service .top_service_back {
    background: #23587F;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 0 0 40px 0;
    z-index: 0;
  }
  .top_service h2 {
    z-index: 1;
    color: #FFF;
    position: relative;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
  }
  .top_service h2 span {
    color: #FFF;
}
  .top_service h2 span:before {
     height: 22px;
     background:#FFF; 
    display: inline-block;
    text-align: center;
    margin: 0 0.8em 0 0.8em;
 }
  .top_service .top_slider_wrap {
    position: relative;
  }
  .top_service .top_slider_wrap .outline {
    position: absolute;
    right: 0;
    z-index: 10;
  }
  .top_service ul.top_slider {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top_service ul.top_slider li {
    background: #000;
    color: #FFF;
    position: relative;
  }
  .top_service ul.top_slider li .top_service_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 1.5em;
  }
  .top_service ul.top_slider li .top_service_box span {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    background-color: rgb(180, 204, 222, 0.9);
    display: block;
    line-height: 1em;
  }
  .top_service ul.top_slider li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
  }
  .top_service ul.top_slider a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: 1s;
  }
  .top_service ul.top_slider a.service01 {
    background-image: url("../image/common_service01.jpg");
  }
  .top_service ul.top_slider a.service02 {
    background-image: url("../image/common_service02.jpg");
  }
  .top_service ul.top_slider a.service03 {
    background-image: url("../image/common_service03.jpg");
  }
  .top_service ul.top_slider a.service04 {
    background-image: url("../image/common_service04.jpg");
  }
  .top_service ul.top_slider a.service05 {
    background-image: url("../image/common_service05.jpg");
  }
  .top_service ul.top_slider a.service06 {
    background-image: url("../image/common_service06.jpg");
  }
  .slide-arrow {
    margin: 0;
    padding: 0;
  }
  .prev-arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../image/prev-arrow.svg") no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
    padding: 0;
    margin: 0;
  }
  .next-arrow {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../image/next-arrow.svg") no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
    padding: 0;
    margin: 0;
  }
  .top_group {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .top_group h2 span:before{
    background:#222; 
  }
  .top_group p.cp {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 2.5em;
  }
  .top_group ul.top_group_box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 40px 0;
    overflow: hidden;
  }
  .top_group ul.top_group_box li {
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }
  .top_group ul.top_group_box li h3 {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
  }
  .top_group ul.top_group_box li:nth-child(odd) {
    /*background-color: rgba(64, 132, 183, 1);*/
    background-color: #F3F3F3;
  }
  .top_group ul.top_group_box li:nth-child(even) {
    /*background-color: rgba(64, 132, 183, 0.9);*/
    background-color: #FAFAFA;
}

  .top_group ul.top_group_box li .icon{
    margin: 0 auto;
    width: 90px;
  }
  .top_group ul.top_group_box li .common_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-sizing: border-box;
  }
  .top_group ul.top_group_box li .common_btn a {
    max-width: 300px;
    width: 100%;
    display: block;
  }
  .top_location {
    position: relative;
    width: 100%;
    color: #FFF;
    display: block;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken;
    background-image: url("../image/top_location.jpg");
    background-position: center center;
  }
  .top_location h2, .top_location h2 span {
    color: #FFF;
  }
  .top_location .outline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .top_recruit {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    background: #000;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__item > img {
    width: 100%;
  }
  .top_recruit h2 span:before{
    background:#222;
  }
  .top_recruit .top_recruit_box {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
  }
  .top_recruit .top_recruit_box .inner {
    max-width: 560px;
    width: 100%;
    background: #F2F2F2;
    border-radius: 0 0 40px 0;
    position: absolute;
    box-sizing: border-box;
    text-align: left;
  }
  .top_recruit .top_recruit_box .inner h2 {
    text-align: left;
    margin:70px 0 100px 0; 
  }
  .top_recruit .top_recruit_box .inner h2 span:before {
    margin: 10px auto 0 0.5em;
  }
  .top_recruit .top_recruit_box .inner p {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: left;
    line-height: 2.5em;
  }
  .top_recruit .top_recruit_box .inner .common_btn a {
    margin: 0;
  }
  /* ボタン　*/
  .common_btn a {
    position: relative;
    margin: 0 auto;
    color: #FFF;
    background: #163144;
    display: block;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  .common_btn a:hover {
    background: #23587F;
    transition: 1s;
  }
  .common_btn a span {
    position: absolute;
    right: 0;
    display: inline-block;
    background: url("../image/common_btn_arrow.svg") #23587F center center no-repeat;
  }
  .cat_top {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .cat_top h2{
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .cat_top h2 span{
    color: #FFF;
  }


  .cat_aboutus {
    background: url("../image/common_aboutus_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_service {
    background: url("../image/common_service_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_group {
    background: url("../image/common_group_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_location {
    background: url("../image/common_location_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_recruit {
    background: url("../image/common_recruit_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_contact {
    background: url("../image/common_contact_kv.jpg") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_policy {
    background: url("../image/common_policy_kv.png") center center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: cover;
  }
  .cat_pankuzu{
    /*background: #23587F;*/
    background: #B9B1B1;
  }
  .cat_pankuzu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    line-height: 1em;
  }
  .cat_pankuzu ul a{
    color: #FFF;
    margin: 0 1em 0 0;
  }
  .cat_pankuzu ul a:after{
    content: ">";
    margin: 0 0 0 1em;
  }

.page_inner h3.type_a{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  padding: 0 0 100px 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.page_inner h3.type_a:before{
  content: "";
  width: 1px;
  height: 50px;
  background:#222;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-1px);
 }
.page_inner h4.type_a{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  padding: 0 0 80px 0;
  margin: 0 0 30px 0;
  text-align: center;
}
.page_inner h4.type_a:before{
  content: "";
  width: 1px;
  height: 50px;
  background:#222;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-1px);
 }


@media screen and (min-width: 760px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  /* body
------------------------------------------------- */
  body {
    /*font-size:min(1.33vw,16px);*/
    font-size:16px;
 }
  /* container
------------------------------------------------- */
  .mt_s{
    margin-top:20px!important;
  }
  .mt_m{
    margin-top:50px!important;
  }
  .mb_l{
    margin-bottom:100px!important;
  }
  .mb_m{
    margin-bottom:50px!important;
  }
  .mb_s{
    margin-bottom:30px!important;
  }
  .pb_l{
    padding-bottom:100px!important;
  }
  .font_l{
    font-size:1.125rem!important;
  }
  .site_container {
    margin: 0 auto 140px auto;
  }
  .site_container h2 {
    font-size:min(4.16vw,50px);
    margin: 0 0 50px 0;
  }
  .site_container h2 span {
    font-size:min(1.83vw,22px);
 }
  .top_kv .top_catch {
    font-size:min(4.16vw,50px);
  }
  .top_kv .top_catch span {
    font-size:min(1.66vw,20px);
    max-width: 420px;
    width: 40%;
    line-height: 80px;
    margin: 50px auto 0 auto;
  }
.top_outline{
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform:translate(-50%,0);
  width: 80%;
  animation: blur 1s both ease-in;
  z-index: 10;
}
.top_outline img{
  max-width: 1350px;
  width: 100%;
  opacity: 0.9;
}
  .top_kv ul.slider{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
}
  
  


  .top_inner {
    box-sizing: border-box;
    background: url("../image/top_back.svg") no-repeat right top;
  }
  .top_aboutus {
    padding: 100px 20px;
  }
  .top_service .top_service_back {
    min-width: 750px;
    height: 100%;
  }
  .top_service h2 {
    padding: 20px 0 15px 20px;
    margin: 0;
  }
  .top_service .top_slider_wrap .outline {
    bottom: 70px;
  }
  .top_service ul.top_slider li {
    height: 500px;
  }
  .top_service ul.top_slider li .top_service_box {
    font-size: 80px;
  }
  .top_service ul.top_slider li .top_service_box span {
    font-size:min(1.66vw,20px);
     width: 240px;
    padding: 10px 0;
  }
  .prev-arrow {
    width: 50px;
    height: 230px;
  }
  .next-arrow {
    width: 50px;
    height: 230px;
  }
  .top_group {
    padding: 0;
    margin-top: 150px;
  }
  .top_group ul.top_group_box {
    width: 100%;
  }
  .top_group ul.top_group_box li {
     width: 100%;
     padding: 50px 10px 110px 10px;
    height: 520px;
  }
  .top_group ul.top_group_box li h3 {
    font-size:min(1.66vw,20px);
    margin: 10px 0 50px 0;
  }
  .top_group ul.top_group_box li .common_btn {
    bottom: 50px;
    left: 50%;
    padding: 0 10px;
  }
  .top_location {
    padding: 160px 0;
    border-radius: 0 40px 0 0;
  }
  .top_location .outline {
    bottom: -30px;
  }
  .scroll-infinity__item {
    width: 280px;
  }
  .top_recruit .top_recruit_box {
    padding: 0 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_recruit .top_recruit_box .inner {
    height: 600px;
    top: 50px;
    right: 40px;
    padding: 50px 50px 0 50px;
  }
  .top_recruit .top_recruit_box .inner h2 span:before {
    margin: 10px auto 0 0.5em;
  }
  
  /* 各コンテンツメイン画像　*/
  .cat_top {
    height: 600px;
  }
  /* ぱんくずリスト　*/
  .cat_pankuzu{
    padding: 10px 20px;
    font-size:min(1.16vw,14px);
  }
  /* 各コンテンツ　*/
  .page_inner{
    padding: 100px 0 0 0;
    width: 100%;
    box-sizing: border-box;
 }
  .page_box_s{
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .page_box_s p{
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .page_box_s p:first-child{
    margin-top: 0;
  }
  .page_box_s p{
    margin-bottom: 50px;
  }
  .page_inner h3.type_a{
    font-size: 32px;
  }
  .page_inner h4.type_a{
    font-size: 24px;
  }

  /* ボタン　*/
  .common_btn a {
    max-width: 300px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
  }
  .common_btn a span {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 759.9px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* body
------------------------------------------------- */
  body {
    font-size: 3.4vw;
  }
  /* container
------------------------------------------------- */
  .mt_s{
    margin-top:3.5vw!important;
  }
  .mt_m{
    margin-top:8vw!important;
  }
  .mb_l{
    margin-bottom: 15.5vw!important;
  }
  .mb_m{
    margin-bottom:8vw!important;
  }
  .mb_s{
    margin-bottom: 5vw!important;
  }
  .pb_l{
    padding-bottom:15.5vw!important;
  }
  .font_l{
    font-size: 3.4vw!important;
  }
  
  .site_container {
    margin: 0 auto 22vw auto;
  }
  .site_container h2 {
    font-size: 8vw;
    margin: 0 0 8vw 0;
    line-height: 1em;
  }
  .site_container h2 span {
    font-size: 3.4vw;
  }
  .top_kv {
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.18);
    background-blend-mode: darken;
}
  .top_kv ul.slider{
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

  
  .top_kv .top_catch {
    font-size: 6.25vw;
  bottom: 10%;
  }
  .top_kv .top_catch span {
    font-size: 3.125vw;
    width: 66%;
    height: 12.5vw;
    line-height: 12.5vw;
    margin: 4.7vw auto 0 auto;
  }
.top_outline{
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform:translate(-50%,0);
  width: 80%;
  animation: blur 1s both ease-in;
  z-index: 10;
}
.top_outline img{
  max-width: 650px;
  width: 100%;
  opacity: 0.9;
}
  
  
  .top_inner {
    box-sizing: border-box;
    background: url("../image/top_back_sp.svg") no-repeat right top;
  }

  
  .top_aboutus {
    padding: 15.5vw 20px;
    box-sizing: border-box;
  }
  .top_service .top_service_back {
    width: 100%;
    height: 100%;
  }
  .top_service h2 {
    padding: 20px 0 15px 20px;
    margin: 0;
  }
  .top_service .top_slider_wrap .outline {
    bottom: 10.5vw;
    right: 5%;
    width: 90%;
  }
  .top_service .top_slider_wrap .outline img{
    width: 100%;
  }
  .top_service ul.top_slider li {
    height: 78vw;
  }
  .top_service ul.top_slider li .top_service_box {
    font-size: 12.5vw;
  }
  .top_service ul.top_slider li .top_service_box span {
     font-size: 3.125vw;
   width: 37.5vw;
    padding: 10px 0;
  }
  .prev-arrow {
    width: 8vw;
    height: 36vw;
  }
  .next-arrow {
    width: 8vw;
    height: 36vw;
  }
  .top_group {
    padding: 0;
  }
  .top_group p.cp{
      text-align: left;
    padding: 0 20px;
  }

  .top_group ul.top_group_box {
    width: 100%;
  }
  .top_group ul.top_group_box li {
    padding: 8vw 10px 17vw 10px;
  }
  .top_group ul.top_group_box li h3 {
    font-size: 4.8vw;
    margin: 1.5625vw 0 8vw 0;
  }
  .top_group ul.top_group_box li{
    width: 100%;
    height: 100vw;
  }
  .top_group ul.top_group_box li .common_btn {
    bottom: 8vw;
    left: 50%;
    padding: 0 10px;
  }
  
  
  
  .top_location {
    padding: 23.5vw 0;
  }
  .top_location .outline {
    bottom: -3.7vw;
    width: 90%;
  }
  .top_location .outline img{
    width: 100%;
  }

  
  .scroll-infinity__item {
    width: 40vw;
  }
  .top_recruit{
    padding-bottom: 46vw;
  }
  
  .top_recruit .top_recruit_box {
    padding: 0 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
 }
  .top_recruit .top_recruit_box .inner {
    width: calc(100% - 40px);
    height: auto;
    top: 46vw;
    left:20px;
    right: 20px;
    padding: 8vw 7.5vw 8vw 7.5vw;
  }
  .top_recruit .top_recruit_box .inner h2 span:before {
    margin: 10px auto 0 0.5em;
  }

  /* 各コンテンツメイン画像　*/
  .cat_top {
    height: 60vh;
  }
  /* ぱんくずリスト　*/
  .cat_pankuzu{
    padding: 10px 20px;
    font-size: 2.5vw;
  }
  /* 各コンテンツ　*/
  .page_inner{
    padding: 15.5vw 0 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .page_box_s{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .page_box_s p:first-child{
    margin-top: 0;
  }
  .page_box_s p{
    margin-bottom: 8vw;
  }
  .page_inner h3.type_a{
    font-size: 4.8vw;
  }
  .page_inner h4.type_a{
    font-size: 4.7vw;
  }
  
  /* ボタン　*/
  .common_btn a {
    max-width: 62.5vw;
    width: 100%;
    height: 12.5vw;
    border-radius: 6.25vw;
    line-height: 12.5vw;
  }
  .common_btn a span {
    width: 12.5vw;
    height: 12.5vw;
    border-radius: 6.25vw;
  }
}




@keyframes infinity-scroll-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 60s infinite linear 0.5s both;
}
@keyframes scrollDown {
  0% {
    top: -20px
  }
  100% {
    top: 0
  }
}


@keyframes blur {
    from {
        filter: blur(5px);
    }
    to {
        filter: blur(0);
    }
}
