@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*==================================

loading

==================================*/
@media all and (-ms-high-contrast: none) {
  #loading {
    opacity: 0;
    z-index: -9999;
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  border-top: 0.5rem solid #fdd000;
  border-bottom: 0.5rem solid #fdd000;
}

.loader {
  margin: 200px auto;
}
.loader p {
  letter-spacing: 3px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 6s infinite linear;
  -moz-animation: 6s infinite linear;
  -o-animation: 6s infinite linear;
}
.loader span:nth-child(2) {
  background: #ea5504;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}
.loader span:nth-child(3) {
  background: #0b318f;
  z-index: 100;
}
.loader span:nth-child(4) {
  background: #007e5c;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}
/*==================================

emergency //緊急時のお知らせ

==================================*/
.emergency {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto 1rem auto;
  background-color: #F6F6F6;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
.emergency p {
  background-image: url(/img/common/icon_alert.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.7rem auto;
  padding: 0 0 0 1.2rem;
  margin-bottom: 0.5rem;
}
.emergency p a {
  text-decoration: underline;
  line-height: 1.4;
}
.emergency p a:hover {
  text-decoration: none;
}

/*==================================

kv

==================================*/
@media screen and (min-width: 992px) {
  .KC-A-1 .header_logo img {
    padding-bottom: 1rem;
  }
}

.top_kv {
  position: relative;
  width: 100%;
  height: 70vh;
}
.top_kv figure {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.top_kv .slider_css {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_kv .side_en_txt {
  display: none;
  color: white;
}
@media screen and (min-width: 768px) {
  .top_kv .side_en_txt {
    display: block;
    position: absolute;
    z-index: 10;
    right: 1%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 0.9rem;
    top: 650px;
  }
}
.top_kv .kv_txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  letter-spacing: 3px;
  padding-bottom: 2rem;
}
.top_kv .kv_txt_box img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
}
.top_kv .kv_txt_box .catch_txt {
  font-size: 1.7rem;
  padding-top: 2rem;
  letter-spacing: 2px;
}
@media screen and (min-width: 576px) {
  .top_kv .kv_txt_box .catch_txt {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 768px) {
  .top_kv .kv_txt_box .catch_txt {
    letter-spacing: 5px;
  }
}
.top_kv .kv_txt_box .kv_btn {
  display: inline-block;
  margin: 1.5rem auto;
  border: 2px solid white;
  border-radius: 50px;
  padding: 1rem 3rem;
  color: white;
  background-image: url("/img/common/icon_white_right.svg");
  background-repeat: no-repeat;
  background-position: right 10% center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top_kv .kv_txt_box .kv_btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top_kv .top_kv_down {
  position: absolute;
  z-index: 10;
  font-family: "Lato", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  text-align: center;
}
.top_kv .top_kv_down p {
  position: relative;
  color: white;
}
.top_kv .top_kv_down p span {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.top_kv .top_kv_down p span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#slider {
  width: 100%;
  height: 70vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*==================================

top_section //topページsection内　共通style

==================================*/
.top_section {
  margin: 0 auto;
  padding: 3rem 0;
}
.top_section h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 576px) {
  .top_section h2 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
.top_section h2 span {
  font-size: 1rem;
  display: block;
  font-weight: 700;
}
.top_section .lead_txt {
  font-size: 1rem;
  line-height: 2;
  width: 90%;
  font-weight: 300;
  margin: 0 auto 1.5rem auto;
  max-width: 880px;
  text-shadow: 1px 1px 1px white;
}
@media screen and (min-width: 576px) {
  .top_section .lead_txt {
    font-size: 1.08rem;
    margin: 0 auto 3rem auto;
  }
}

/*==================================

top_about

==================================*/
.top_about {
  position: relative;
  margin: 0 auto 3rem auto;
}
.top_about h2 {
  text-align: left;
  margin-top: 2rem;
}
@media screen and (min-width: 576px) {
  .top_about h2 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about h2 {
    margin-top: 6rem;
  }
}
.top_about .lay_wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_about .lay_wrap {
    width: 90%;
  }
}
.top_about h3 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top_about h3 {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .top_about h3 {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_about h3 {
    font-size: 1.6rem;
  }
}
.top_about .top_about_txt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top_about .top_about_txt {
    margin-top: 3rem;
  }
}
.top_about p {
  line-height: 2.4;
  margin-bottom: 1rem;
}

/*==================================

top_service

==================================*/
.top_service {
  position: relative;
  padding-bottom: 5rem;
  margin: 2rem auto 0 auto;
}
.top_service h2 {
  margin-top: 0;
}
.top_service .lay_wrap {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_service .lay_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .top_service .lay_wrap {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .top_service .lay_wrap figure, .top_service .lay_wrap div {
    width: 48%;
  }
}
.top_service .lay_wrap img {
  display: block;
  max-width: 590px;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_service .lay_wrap img {
    width: 100%;
  }
}
.top_service .lay_wrap h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 1px white;
}
.top_service .service_blue_bg {
  height: 500px;
  width: 25%;
  text-align: center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 20%;
  height: 60%;
  background: #0b318f;
  border-radius: 0 40px 40px 0;
}

/*==================================

top_separation1

==================================*/
/*==================================

top_facilities

==================================*/
.top_facilities {
  margin-bottom: 5rem;
  position: relative;
}
.top_facilities .lay_wrap {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.top_facilities .g_btn {
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) {
  .top_facilities .g_btn {
    margin: 3rem auto 0 auto;
  }
}
.top_facilities .facilities_thumb_wrap {
  position: relative;
}
.top_facilities .facilities_thumb {
  display: block;
  position: absolute;
  width: 90px;
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .top_facilities .facilities_thumb {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .top_facilities .facilities_thumb {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .top_facilities .facilities_thumb {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .top_facilities .facilities_thumb {
    width: 200px;
  }
}
.top_facilities .facilities_thumb_01 {
  top: 19%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top_facilities .facilities_thumb_01 {
    top: 14%;
    left: 0;
  }
}
.top_facilities .facilities_thumb_02 {
  top: 44%;
  left: 5%;
}
.top_facilities .facilities_thumb_03 {
  top: 24%;
  left: 28%;
}
@media screen and (min-width: 768px) {
  .top_facilities .facilities_thumb_03 {
    top: 22%;
    left: 30%;
  }
}
.top_facilities .facilities_thumb_04 {
  top: 17%;
  left: 52%;
}
@media screen and (min-width: 768px) {
  .top_facilities .facilities_thumb_04 {
    top: 0;
    left: 45%;
  }
}
.top_facilities .facilities_thumb_05 {
  top: 80%;
  right: 20%;
}
.top_facilities .facilities_thumb_06 {
  top: 64%;
  right: 0%;
}
.top_facilities .fuwafuwa1 {
  -webkit-animation-name: facility_anime1;
          animation-name: facility_anime1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes facility_anime1 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
@keyframes facility_anime1 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
.top_facilities .fuwafuwa2 {
  -webkit-animation-name: facility_anime2;
          animation-name: facility_anime2;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes facility_anime2 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
@keyframes facility_anime2 {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
.top_facilities .facilities_orange_bg {
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 10%;
  height: 40%;
  background: #ea5504;
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
.top_facilities .facilities_gray_bg {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 10%;
  height: 45%;
  background: #F6F6F6;
  border-radius: 0 40px 40px 0;
  z-index: -1;
}

.top_facilities_map {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 120vw;
  max-height: 780px;
  background-image: url(/img/top/sp_map_v5.svg);
}
@media screen and (min-width: 576px) {
  .top_facilities_map {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .top_facilities_map {
    background-image: url(/img/top/pc_map_v5.svg);
    height: 80vw;
  }
}

.facilities_all {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px white;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .facilities_all {
    font-size: 1.8rem;
  }
}
.facilities_all .text_bold {
  color: #ea5504;
  font-size: 3rem;
}

.top_ozora {
  background-image: url(/img/top/top_ozora_sp_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5%;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}
@media screen and (min-width: 768px) {
  .top_ozora {
    width: 98%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url(/img/top/top_ozora_pc_bg.png);
    background-size: contain;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top_ozora figure, .top_ozora div {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top_ozora .ozora_site_image {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_ozora .ozora_site_image {
    width: 100%;
  }
}
.top_ozora .ozora_logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_ozora .ozora_logo {
    width: 80%;
    max-width: 380px;
    margin: 0;
  }
}
.top_ozora p {
  color: white;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_ozora p {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
.top_ozora .f_s {
  margin: 0.5rem 0 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top_ozora .f_s {
    text-align: left;
  }
}
.top_ozora .top_ozora_btn {
  display: block;
  background-color: #ea5504;
  color: white;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0.8rem 4rem 0.8rem 3rem;
  background-image: url(/img/common/icon_white_otherwindow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: right 15% center;
  font-size: 0.8rem;
  margin: 2rem auto 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .top_ozora .top_ozora_btn {
    display: inline-block;
    margin: 1rem auto 0 0;
  }
}
.top_ozora .top_ozora_btn:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*==================================

top_separation2

==================================*/
.top_separation2 {
  background-image: url("/img/top/pc_bg_top_separation2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}
@media screen and (min-width: 992px) {
  .top_separation2 {
    background-image: url("/img/top/pc_bg_top_separation2.png");
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
  }
}

/*==================================

top_recruit

==================================*/
.top_recruit {
  position: relative;
  padding-bottom: 5rem;
  margin: 2rem auto 0 auto;
}
.top_recruit h2 {
  margin-top: 0;
}
.top_recruit .lay_wrap {
  max-width: 600px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_recruit .lay_wrap {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .top_recruit .kw {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .top_recruit .new {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .top_recruit .headquarters {
    width: 100%;
  }
}
.top_recruit .white_box {
  border-radius: 30px;
  background-color: white;
  padding: 4% 5%;
  position: relative;
  z-index: 2;
  width: 96%;
  margin: -10% auto 4rem auto;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top_recruit .white_box h3 {
  font-weight: bold;
}
.top_recruit .white_box p {
  font-size: 0.8rem;
}
.top_recruit .white_box span {
  font-size: 0.8rem;
  font-weight: bold;
  display: table;
  padding: 0 1.2rem 0 0;
  text-align: right;
  background-image: url("/img/common/icon_orange_otherwindow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 2px solid #ea5504;
  margin: 0 0 0 auto;
}
.top_recruit .white_box:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top_recruit .headquarters_white_box {
    width: 46%;
    margin: -10% 0 4rem auto;
    padding: 2% 2.5%;
  }
}
.top_recruit .headquarters_white_box span {
  background-image: url("/img/common/icon_red_otherwindow.svg");
  border-bottom: 2px solid #CC1F3A;
  background-size: 15px;
}
.top_recruit .recruit_red_bg {
  height: 500px;
  width: 25%;
  text-align: center;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 20%;
  height: 60%;
  background: #CC1F3A;
  border-radius: 0 40px 40px 0;
}

/*==================================

top_news

==================================*/
.top_news {
  position: relative;
}
.top_news .lay_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .top_news .lay_wrap {
    padding-bottom: 5rem;
  }
}
.top_news .news_blue_bg {
  height: 500px;
  width: 25%;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 5%;
  left: 0;
  width: 20%;
  height: 70%;
  background: #0b318f;
  border-radius: 0 40px 40px 0;
}
.top_news .news_gray_bg {
  left: 0;
  width: 100%;
  background: #F6F6F6;
  position: absolute;
  z-index: -2;
  top: 20%;
  height: 80%;
}
@media screen and (min-width: 768px) {
  .top_news .news_gray_bg {
    top: 28%;
    height: 72%;
  }
}

.news_list {
  margin: 1rem auto 3rem auto;
  max-width: 1150px;
}
.news_list li {
  display: block;
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 3px solid white;
  position: relative;
  max-width: 354px;
  margin: 0 auto 1rem auto;
  border: 4px solid white;
}
@media screen and (min-width: 576px) {
  .news_list li {
    max-width: 100%;
  }
}
.news_list li:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 4px solid #0b318f;
}
@media screen and (min-width: 576px) {
  .news_list li:after {
    position: absolute;
    right: 2%;
    margin: auto;
    width: 30px;
    height: 16px;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/img/common/icon_blue_right.svg);
    background-position: right center;
    bottom: 20%;
    background-position: right center;
    top: 0;
    bottom: 0;
  }
}
.news_list div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list a {
  display: block;
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .news_list a {
    padding: 1rem 2rem;
  }
}
.news_list figure img {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .news_list figure img {
    margin-bottom: 0;
  }
}
.news_list .cat {
  border: 2px solid #0b318f;
  color: #0b318f;
  border-radius: 20px;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.8rem;
  text-align: center;
  margin-right: 0.5rem;
  font-weight: 700;
}
.news_list .new {
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 2;
  background-color: #fdd000;
  border-radius: 20px;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.7rem;
  text-align: center;
  font-weight: 700;
}
.news_list .date {
  padding-right: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.news_list h3 {
  line-height: 1.4;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .news_list h3 {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news_list h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*==================================

top_company

==================================*/
.top_company {
  background-image: url(/img/top/top_company_sp_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top_company {
    background-image: url(/img/top/top_company_pc_bg.jpg);
  }
}
@media screen and (min-width: 992px) {
  .top_company {
    min-height: 500px;
  }
}
.top_company h2 {
  color: white;
  width: 100%;
}
.top_company .g_btn {
  margin: 1rem auto 2rem auto;
}