@charset "UTF-8";
*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #F0F2F7;
}

p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  p {
    font-size: 12.5px;
  }
}

.headline {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .headline {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .headline {
    margin-bottom: 40px;
  }
}

.headline .title {
  display: inline-block;
  position: relative;
  font-family: "pt-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #333;
}

@media screen and (max-width: 599px) {
  .headline .title {
    font-size: 24px;
  }
}

.headline .title::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120%;
  height: 2px;
  background-color: #333;
}

.headline p {
  padding-top: 5px;
}

.btn {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .btn {
    margin-bottom: 40px;
  }
}

.btn a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.btn a button {
  background-color: #333;
  border: none;
  padding: 15px 40px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 599px) {
  .btn a button {
    padding: 10px 30px;
    font-size: 12.5px;
  }
}

.btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  color: #333;
}

.btn a button .fa-solid {
  padding-left: 20px;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header.change-color {
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wide {
  width: 1200px;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .wide {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  .wide {
    width: 350px;
  }
}

#contents_topMain {
  width: 100%;
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 599px) {
  #contents_topMain {
    height: 195px;
  }
}

#contents_topMain .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 81, 134, 0.8);
}

#contents_topMain .lower_bg h2 {
  padding-top: 150px;
  padding-left: 80px;
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contents_topMain .lower_bg h2 {
    font-size: 56px;
    letter-spacing: 15px;
  }
}

@media screen and (max-width: 599px) {
  #contents_topMain .lower_bg h2 {
    padding-top: 100px;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 5px;
  }
}

#contents_topMain .lower_bg p {
  padding-bottom: 100px;
  padding-left: 80px;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 599px) {
  #contents_topMain .lower_bg p {
    padding-left: 20px;
    padding-bottom: 45px;
    font-size: 12.5px;
  }
}

.breadCrumbs {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .breadCrumbs {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .breadCrumbs {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.breadCrumbs p {
  font-size: 11.5px;
}

@media screen and (max-width: 599px) {
  .breadCrumbs p {
    font-size: 9px;
  }
}

.breadCrumbs p a {
  color: #6A6A6A;
}

.breadCrumbs p span {
  margin: 0 20px;
}

@media screen and (max-width: 599px) {
  .breadCrumbs p span {
    margin: 0 10px;
  }
}

.page-contents_title {
  width: 100%;
  margin: auto;
  margin-bottom: 120px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .page-contents_title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.page-contents_title h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 48px;
  letter-spacing: 10px;
  font-family: "pt-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  .page-contents_title h2 {
    font-size: 24px;
    letter-spacing: 5px;
  }
}

.page-contents_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120%;
  height: 2px;
  background-color: #333;
}

.navigation {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .navigation {
    margin-bottom: 40px;
  }
}

#news #contents_topMain {
  background-image: url(./img/works_main.png);
  background-position: center;
  background-size: cover;
}

#news .works_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

#news .works_contents ul li {
  width: 20%;
  margin: 0 40px;
}

#news .works_contents ul li a {
  text-decoration: none;
  color: #333;
}

#news .works_contents ul li a .thumb {
  width: 100%;
  height: 100%;
}

#news .works_contents ul li a .thumb img {
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  z-index: 10000;
}

@media screen and (max-width: 599px) {
  header {
    height: 40px;
  }
}

header .header_logo {
  margin-left: 40px;
}

@media screen and (max-width: 599px) {
  header .header_logo img {
    width: 50px;
    margin-left: 0px;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #333;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 12.5px;
  color: #fff;
}

.hamburger span:nth-child(1) {
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  margin-bottom: 40px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  height: 750px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main {
    height: 700px;
  }
}

@media screen and (max-width: 599px) {
  #top_main {
    height: 400px;
  }
}

#top_main .bgImg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 32s infinite;
          animation: bgAnime 32s infinite;
  /* 4画像 × 各1s = 4s */
}

#top_main .src1 {
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .src1 {
    height: 700px;
  }
}

@media screen and (max-width: 599px) {
  #top_main .src1 {
    height: 400px;
  }
}

#top_main .src2 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .src2 {
    height: 700px;
  }
}

@media screen and (max-width: 599px) {
  #top_main .src2 {
    height: 400px;
  }
}

#top_main .src3 {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .src3 {
    height: 700px;
  }
}

@media screen and (max-width: 599px) {
  #top_main .src3 {
    height: 400px;
  }
}

#top_main .src4 {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .src4 {
    height: 700px;
  }
}

@media screen and (max-width: 599px) {
  #top_main .src4 {
    height: 400px;
  }
}

#top_main .src5 {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .src5 {
    height: 600px;
  }
}

@media screen and (max-width: 599px) {
  #top_main .src5 {
    height: 400px;
  }
}

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#top_main .top_main_title {
  position: absolute;
  width: 90%;
  margin: auto;
  text-align: center;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#top_main .top_main_title .title {
  color: #fff;
  font-family: serif;
  font-size: 36px;
  letter-spacing: 0.3em;
  font-weight: 100;
  text-shadow: 1px 2px 2px #777;
}

@media screen and (max-width: 599px) {
  #top_main .top_main_title .title {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

#top_main .top_main_menu {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  background-color: rgba(2, 81, 134, 0.6);
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main .top_main_menu {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #top_main .top_main_menu {
    display: none;
  }
}

#top_main .top_main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
}

#top_main .top_main_menu ul li {
  margin: 0 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#top_main .top_main_menu ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#top_main .top_main_menu ul li a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: serif;
  letter-spacing: 0.3em;
}

#top_news {
  margin-top: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news {
    margin-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  #top_news {
    margin-top: 40px;
  }
}

#top_news ul {
  list-style: none;
  width: 50%;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news ul {
    width: 70%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  #top_news ul {
    width: 90%;
    margin-bottom: 40px;
  }
}

#top_news ul a {
  text-decoration: none;
  color: #333;
}

#top_news ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 599px) {
  #top_news ul a li {
    margin-bottom: 20px;
  }
}

#top_news ul a li .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #top_news ul a li .outline {
    display: block;
  }
}

#top_news ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}

@media screen and (max-width: 599px) {
  #top_news ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}

#top_news ul a li .outline .sp_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_news ul a li .outline .sp_title .title {
  width: 350px;
}

@media screen and (max-width: 599px) {
  #top_news ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}

#top_service {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 580px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service {
    height: 500px;
  }
}

@media screen and (max-width: 599px) {
  #top_service {
    height: 420px;
  }
}

#top_service .top_service_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#top_service .top_service_bg .headline {
  padding-top: 80px;
}

@media screen and (max-width: 599px) {
  #top_service .top_service_bg .headline {
    padding-top: 40px;
  }
}

#top_service .top_service_bg .headline .title {
  color: #fff;
}

#top_service .top_service_bg .headline .title::after {
  background-color: #fff;
}

#top_service .top_service_bg .top_service_text {
  width: 40%;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_bg .top_service_text {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_bg .top_service_text {
    width: 90%;
    margin-bottom: 20px;
  }
}

#top_service .top_service_bg .top_service_text h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff;
  font-family: serif;
}

@media screen and (max-width: 599px) {
  #top_service .top_service_bg .top_service_text h3 {
    font-size: 24px;
  }
}

#top_service .top_service_bg .top_service_text p {
  color: #fff;
  line-height: 30px;
}

#top_service .top_service_bg .btn button {
  color: #333;
  background-color: #fff;
}

#top_service .top_service_bg .btn button:hover {
  color: #fff;
  background-color: #333;
}

#top_works {
  margin-top: 120px;
}

#top_works .works_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .works_contents {
    width: 95%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .works_contents {
    width: 95%;
    margin-bottom: 40px;
  }
}

#top_works .works_contents ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #top_works .works_contents ul {
    display: block;
  }
}

#top_works .works_contents ul li {
  width: 25%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .works_contents ul li {
    width: 30%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .works_contents ul li {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}

#top_works .works_contents ul li a {
  text-decoration: none;
  color: #333;
}

#top_works .works_contents ul li a .thumb img {
  width: 100%;
}

#top_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_company {
    height: 200px;
  }
}

#top_company .top_company_contents {
  background-color: #145186;
  width: 35%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents {
    width: 45%;
    height: 200px;
  }
}

#top_company .top_company_contents .headline {
  margin-bottom: 20px;
}

#top_company .top_company_contents .headline .title {
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents .headline .title {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents .headline .title {
    font-size: 21px;
  }
}

#top_company .top_company_contents .headline .title::after {
  background-color: #fff;
}

#top_company .top_company_contents .headline p {
  color: #fff;
}

#top_company .top_company_contents .btn {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents .btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents .btn {
    margin-bottom: 0px;
  }
}

#top_company .top_company_contents .btn button {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents .btn button {
    padding: 7px 15px;
  }
}

#top_company .top_company_contents .btn button:hover {
  color: #fff;
  background-color: #333;
}

#top_company .top_company_image {
  width: 65%;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_image {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_image {
    width: 55%;
    height: 200px;
  }
}

#top_company .top_company_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit {
    height: 200px;
  }
}

#top_recruit .top_recruit_contents {
  background-color: #145186;
  width: 35%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents {
    height: 200px;
    width: 45%;
  }
}

#top_recruit .top_recruit_contents .headline {
  margin-bottom: 20px;
}

#top_recruit .top_recruit_contents .headline .title {
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .headline .title {
    font-size: 36px;
  }
}

#top_recruit .top_recruit_contents .headline .title::after {
  background-color: #fff;
}

#top_recruit .top_recruit_contents .headline p {
  color: #fff;
}

#top_recruit .top_recruit_contents .btn {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents .btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .btn {
    margin-bottom: 0;
  }
}

#top_recruit .top_recruit_contents .btn button {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .btn button {
    padding: 7px 15px;
  }
}

#top_recruit .top_recruit_contents .btn button:hover {
  color: #fff;
  background-color: #333;
}

#top_recruit .top_recruit_image {
  width: 65%;
  height: 450px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_image {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_image {
    width: 55%;
    height: 200px;
  }
}

#top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#service #contents_topMain {
  background-position: center;
  background-size: cover;
}

#service .service_contents .service_content {
  margin-bottom: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content {
    margin-bottom: 40px;
  }
}

#service .service_contents .service_content .service_headline {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_headline {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_headline {
    margin-bottom: 20px;
  }
}

#service .service_contents .service_content .service_headline .title {
  color: #145186;
  position: relative;
  display: inline-block;
  font-size: 36px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_headline .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_headline .title {
    font-size: 18px;
  }
}

#service .service_contents .service_content .service_headline .title::after {
  content: "";
  background-color: #145186;
  width: 200%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#service .service_contents .service_content .service_content_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail {
    display: block;
  }
}

#service .service_contents .service_content .service_content_detail .service_content_detail_image {
  width: 40%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_image {
    width: 30%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_image {
    margin: auto;
  }
}

#service .service_contents .service_content .service_content_detail .service_content_detail_image img {
  width: 100%;
}

#service .service_contents .service_content .service_content_detail .service_content_detail_text {
  width: 60%;
  padding-left: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_text {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_text {
    width: 100%;
    padding-left: 0;
  }
}

#service .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline {
    margin-bottom: 20px;
  }
}

#service .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
  color: #145186;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
    font-size: 21px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail .service_content_detail_text .service_detail_headline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

#service .service_contents .service_content .service_content_detail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

#service .service_contents .service_content .service_content_detail02 .service_content_detail_image {
  width: 40%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_content_detail02 .service_content_detail_image {
    width: 30%;
  }
}

#service .service_contents .service_content .service_content_detail02 .service_content_detail_image img {
  width: 100%;
}

#service .service_contents .service_content .service_content_detail02 .service_content_detail_text {
  width: 60%;
  padding-right: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_content_detail02 .service_content_detail_text {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail02 .service_content_detail_text {
    width: 100%;
  }
}

#service .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline {
    margin-bottom: 20px;
  }
}

#service .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline .title {
  color: #145186;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_content .service_content_detail02 .service_content_detail_text .service_detail_headline .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#company #contents_topMain {
  background-position: center;
  background-size: cover;
}

#company .company_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents {
    display: block;
  }
}

#company .company_contents .company_content01 {
  width: 45%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents .company_content01 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_content01 {
    display: none;
  }
}

#company .company_contents .company_content01 img {
  width: 70%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 80px 0;
}

#company .company_contents .company_content02 {
  width: 50%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents .company_content02 {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_content02 {
    width: 90%;
    margin: auto;
  }
}

#company .company_contents .company_content02 table {
  width: 80%;
  margin: auto;
  border-spacing: 10px 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents .company_content02 table {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_content02 table {
    width: 90%;
  }
}

#company .company_contents .company_content02 table tr {
  position: relative;
  height: 50px;
}

#company .company_contents .company_content02 table tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #145186;
  bottom: -20px;
  left: 0;
}

#company .company_contents .company_content02 table tr .td_left {
  width: 200px;
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_content02 table tr .td_left {
    width: 100px;
    font-size: 11.5px;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_content02 table tr .td_right {
    font-size: 11.5px;
  }
}

#company .access {
  width: 90%;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access {
    margin-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  #company .access {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#company .access iframe {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access iframe {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #company .access iframe {
    height: 150px;
  }
}

#works #contents_topMain {
  background-position: center;
  background-size: cover;
}

#works .works_contents ul {
  width: 75%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works .works_contents ul {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  #works .works_contents ul {
    width: 90%;
    margin-bottom: 20px;
    display: block;
  }
}

#works .works_contents ul li {
  width: 25%;
  margin: 0 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 35%;
  }
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li {
    width: 80%;
    margin-bottom: 40px;
  }
}

#works .works_contents ul li .thumb {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}

#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#works .works_contents ul li .outline .title {
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li .outline .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li .outline .descn {
    font-size: 12.5px;
  }
}

#news #contents_topMain {
  background-position: center;
  background-size: cover;
}

#news .news {
  width: 60%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  #news .news {
    width: 80%;
  }
}

#news .news ul {
  list-style: none;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #news .news ul {
    width: 70%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  #news .news ul {
    width: 90%;
  }
}

#news .news ul a {
  text-decoration: none;
  color: #333;
}

#news .news ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 599px) {
  #news .news ul a li {
    margin-bottom: 20px;
  }
}

#news .news ul a li .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline {
    display: block;
  }
}

#news .news ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}

#news .news ul a li .outline .sp_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .news ul a li .outline .sp_title .title {
  width: 350px;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}

#news_single {
  background-color: #F2F3F2;
}

#news_single .news_contents {
  width: 60%;
  margin: auto;
  padding: 80px 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  #news_single .news_contents {
    width: 90%;
    padding: 40px 0;
  }
}

#news_single .news_contents ul {
  list-style: none;
}

#news_single .news_contents ul .outline {
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#news_single .news_contents ul .outline .date {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #news_single .news_contents ul .outline .date {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}

#news_single .news_contents ul .outline .title {
  color: #145186;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  #news_single .news_contents ul .outline .title {
    font-size: 15px;
  }
}

#news_single .news_contents ul .outline .descn {
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  #news_single .news_contents ul .outline .descn {
    font-size: 12.5px;
  }
}

#recruit #contents_topMain {
  background-position: center;
  background-size: cover;
}

#recruit .recruit_image {
  margin-bottom: 80px;
  height: 200px;
}

@media screen and (max-width: 599px) {
  #recruit .recruit_image {
    height: 80px;
    margin-bottom: 40px;
  }
}

#recruit .recruit_image img {
  width: 100%;
  height: 100%;
}

#recruit .recruit_contents {
  width: 1100px;
  margin: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents {
    width: 350px;
    margin-bottom: 40px;
  }
}

#recruit .recruit_contents table {
  border-collapse: separate;
}

#recruit .recruit_contents table tr .td_left {
  width: 300px;
  background-color: #F4F4F4;
  padding: 20px 0;
  padding-left: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_left {
    width: 250px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_left {
    width: 100px;
    font-size: 12.5px;
  }
}

#recruit .recruit_contents table tr .td_right {
  width: 800px;
  padding: 20px 0;
  background-color: #fff;
  padding-left: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_right {
    width: 450px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_right {
    width: 250px;
    font-size: 12.5px;
  }
}

#contact #contents_topMain {
  background-image: url(./img/contact_main.png);
  background-position: center;
  background-size: cover;
}

#contact .contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

#contact .contact_form form {
  width: 100%;
}

#contact .contact_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #145186;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#contact .contact_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #145186;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr th {
    width: 45%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 12.5px;
  }
}

#contact .contact_form form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th span {
    padding: 5px;
    font-size: 10px;
  }
}

#contact .contact_form form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #145186;
  padding-right: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}

#contact .contact_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td input {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td input {
    width: 100%;
  }
}

#contact .contact_form form table tr td textarea {
  width: 80%;
  height: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td textarea {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td textarea {
    width: 100%;
  }
}

#contact .contact_form form table tr:nth-child(4) th span {
  background-color: blue;
}

#contact .contact_form form table tr:nth-child(4) td input {
  width: 20% !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}

#contact .contact_form form .agree {
  text-align: center;
  margin-bottom: 40px;
}

#contact .contact_form form .submit {
  text-align: center;
}

#contact .contact_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background-color: #145186;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input {
    padding: 10px 90px;
  }
}

#contact .contact_form form .submit input:hover {
  background-color: #145186;
}

#contact .contact_form form .submit input[name="submitBack"] {
  padding: 20px 90px;
  margin-right: 40px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name="submitBack"] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#contact .contact_form form .submit input[name="confirm"] {
  padding: 20px 90px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name="confirm"] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .policy_contents {
    width: 90%;
  }
}

.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}

.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .policy_contents p {
    font-size: 10px;
  }
}

footer #top_contact {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact {
    height: 250px;
  }
}

footer #top_contact .top_contact_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

footer #top_contact .top_contact_bg .headline {
  padding-top: 120px;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .headline {
    padding-top: 60px;
  }
}

footer #top_contact .top_contact_bg .btn {
  margin-bottom: 40px;
}

footer #top_contact .top_contact_bg .btn button {
  padding: 30px 180px;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .btn button {
    padding: 15px 90px;
  }
}

footer #footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #145186;
  padding: 80px 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 599px) {
  footer #footer {
    padding: 20px 30px;
    display: block;
  }
}

footer #footer .company_contents {
  width: 40%;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer #footer .company_contents .footer_logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo {
    width: 80px;
  }
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo img {
    width: 100%;
  }
}

footer #footer .company_contents .company_text .name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

footer #footer .company_contents .company_text .zip {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .zip {
    font-size: 12.5px;
  }
}

footer #footer .company_contents .company_text .address {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .address {
    font-size: 12.5px;
  }
}

footer #footer .company_contents .company_text .tel {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .tel {
    font-size: 12.5px;
  }
}

footer #footer .footer_menu {
  width: 30%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer .footer_menu {
    width: 40%;
  }
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu {
    width: 100%;
  }
}

footer #footer .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}

footer #footer .footer_menu ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li {
    margin-bottom: 20px;
  }
}

footer #footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li a {
    font-size: 12.5px;
  }
}

footer .copy_right {
  font-size: 9px;
  text-align: center;
  color: #fff;
  background-color: #145186;
  padding-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */