@charset "utf-8";

/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */

@media screen and (max-width: 1200px) {
  .spH {
    display: none !important;
  }

}
@media screen and (min-width: 1201px) {
  .pcH {
    display: none !important;
  }
}
@media screen and ( max-width: 1000px ) {
.contact .flex {
  display: flex;
}
.contact_img, .company_img {
  height: 250px;
}
.contact .contact_img a img, .contact .company_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact {
  padding: 0;
}


}
@media screen and (min-width:1200px) and ( max-width:1500px) {
.service_text {
  max-height: 85%;
}
.service_text_text {
  font-size: 15px;
}
.h3_title {
  font-size: 1.8rem;
}
.service_text h3 {
  margin-bottom: 20px;
}
.service_box {
  padding-left: 0;
}
.contact .contact_img a img, .contact .company_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_box {
  padding-left: 0;
}
.service .service_area .service_box:nth-child(2n) .service_img {
  padding-right: 0;
}
}
@media screen and (min-width:800px) and ( max-width:1199px) {
  .header {
    height: auto;
  }
  .container {
    height: auto;
  }
  .about .flex.box__item {
    padding-right: 0;
  }
  .about_text {
    right: 0;
  }
  .service_box .relative {
    max-width: 100%;
  }
  .service_text {
    left: 0;
  top: 0;
  position: relative;
  max-height: 100%;
  }
  .service .service_area .service_box:nth-child(2n) .service_img {
    padding-right: 0;
  }
  .service .service_area .service_box:nth-child(2n) .service_text {
    right: 0;
  }
  .footer_logo {
    padding-left: 0;
    max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  }
  footer .menu {
    padding-left: 0;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .footer_logo_text {
    padding-left: 0;
    min-width: 400px;
    margin-left: auto;
  }
  .contact_img, .company_img {
    height: 300px;
  }
.contact {
  padding: 0;
}
.contact > .flex {
  display: flex;
}
.contact .contact_img a img, .contact .company_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_logo.flex {
  max-width: 160px;
}
.footer_logo a {
  margin-right: auto;
  margin-left: auto;
}
footer .menu .footer_menu_text {
  padding-right: 0;
  margin-right: auto;
}
.drawer {
  height: 50px;
}
.open_list {
  display: block;
}
.global .menu .open_list ul a {
  justify-content: left;
}


}


@media screen and ( max-width: 1200px ) {
  .header {
    min-height: 0;
    margin-top: 0;
  }
  .h2_grid {
    display: block;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    overflow: clip;
  }
  .h2_text {
    font-size: 16px;
  }
  .h2_text img {
    width: 24px;
  }
  .h2_title {
    font-size: 3rem;
  }
.h2_subtitle {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-align: left;
}
.flex {
  display: block;
}
.about_text {
  width: 100%;
}
.about_img {
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
}
.service {
  padding-top: 30px;
  padding-bottom: 30px;
}
.service_box {
  display: block;
}
.service_img {
  width: 100%;
}
.service_text {
  width: 100%;
  padding: 25px;
  margin-top: 20px;
  font-size: 15px;
  border-radius: 0;
}
.service_text h3 {
  margin-bottom: 5px;
  margin-top: 0;
}
.company .inner {
  flex-direction: column-reverse;
  padding: 30px;
  border-radius: 10px;
}
.company .inner .map {
  width: 100%;
  margin-top: 40px;
}
.company .inner .table {
  width: 100%;
}
.company .inner h2 .h2_title {
  font-size: 2rem;
}
th {
  padding: 10px;
  width: 30%;
  font-size: 15px;
}
td {
  padding: 10px;
  width: 70%;
  font-size: 15px;
}
.company .flex {
  margin-top: 0;
}
.cv_button {
  width: 100%;
  margin-top: 30px;
}
.header {
  padding: 0;
}
footer {
  padding-right: 15px;
  padding-left: 15px;
}
.menu ul li a {

}
.global {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}
.about {
  padding-top: 20px;
  padding-bottom: 0;
}
.container {
  max-height: 100%;
}
.slick-img img {
  height: 100%;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  min-height: 300px;
}
.slick-img {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black_back {
height: 100%;
  min-height: 300px;
}
.head_text {
  font-size: 2em;
  width: 100%;
}
.global .logo {
  max-width: 130px;
  width: 100%;
}
.head_text span.white {
  margin-bottom: 15px;
}
.head_text span {
  margin-top: 10px;
  font-size: .4em;
}
.head_text b.pcH {
  line-height: 1.5em;
}


body {
  overflow-x: hidden;
}
.open_list {
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 100%;
  max-height: 0;
  height: fit-content;
  background-color: #fff7e4;
  margin: auto;
  margin-top: 0;
  overflow: hidden;
  transition: max-height .3s ease-in;
}
.open_list.active {
  max-height: 335px;
  transition: max-height .3s ease-in;
}


.menu .open_list ul {
  display: block;
}
.global .menu .open_list ul a {
  padding-right: 15px;
  padding-left: 15px;
  color: #787669;
  border-bottom: 1px solid #f2f3e3 !important;
  min-height: 0 !important;
  background-color: #fff;
  font-size: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 55px;
    display: flex;
    align-items: end;
}
.menu.pcH {
  width: 60%;
}
.menu_title {
  margin-top: 0;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
  background-color: rgba(43, 49, 59, 0.9);
  padding: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb !important;
  height: 60px;
  display: flex;
  align-items: center;
}
.service .service_area .service_box .h3_title {
  font-size: 1.5rem;
}
.service_box {
  margin-bottom: 30px;
  padding-left: 0;
}
.form {
  padding-top: 20px;
  margin-top: 60px;
}
.form h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.formTitle {
  width: 100%;
  padding-right: 10px;
}
.comit-thanks .row {
  display: block;
  margin-bottom: 30px;
}
.formArea {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
input {
  padding: 15px 29px;
}
.btn-success {
  margin-top: 30px;
  margin-bottom: 20px;
}
.thanks_text {
  margin-bottom: 20px;
}
body .slick-prev, body .slick-next {
  width: 40px;
  height: 60px;
}
.slick-img {
  height: auto;
}
.black_back {
  width: 100%;
}
.global .logo a img {
  max-height: 60px;
}
.global .logo a {
  justify-content: left;
}





}






@media (max-width: 768px) {
  .container {
    height: auto;
  }
  .black_back {
    width: 100%;
    height: 100%;
  }
  video {
    height: 100%;
    min-height: 50svh;
    object-fit: cover;
  }
  .header {
    padding: 0;
    height: auto;
  }
  .black_back {
    height: 100%;
    min-height: 0;
  }
  .slick-img {
    min-height: 0;
  }
  .h2_title {
    font-size: 2.5rem;
  }
  .about_text {
    width: 100%;
    right: 0;
  }
  .about .flex.box__item {
    padding-right: 0;
  }
  .about_text {
    padding: 25px;
    font-size: 15px;
  }
  .about h2 .h2_subtitle {
    margin-bottom: 0;
    margin-top: 0;
  }
  .h2_grid {
    margin: 0 auto;
  }
  .h2_text {
    margin-bottom: 5px;
  }
  .company_link a {
    font-size: 20px;
  }
  .service_box .relative {
    max-width: 100%;
  }
  .service_text {
    max-height: 100%;
    position: relative;
    left: 0;
  }
  .service_text_text {
    font-size: 15px;
    margin-top: 20px;
  }
  .service .service_area .service_box:nth-child(2n) .service_text {
    left: auto;
    right: 0;
  }
  .media_h2 {
    background-color: #2B313B;
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .media_inner h2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .media_inner h2 .h2_title {
    font-size: 2rem;
  }
  .h3_title {
    font-size: 1.8rem;
  }
  .media_link a {
    margin-top: 20px;
  }
  .media {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
  }
  .contact_img, .company_img {
    width: 100%;
    height: 250px;
    font-size: 1.5em;
  }
  .contact .contact_img a img, .contact .company_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


section.contact {
  padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.footer_logo {
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  min-width: 0;
}
.footer_logo_text {
  padding-left: 0;
}
footer .menu {
  padding-left: 0;
}
footer .menu .footer_menu_text {
  padding-right: 0;
}
.footer_menu_text ul li {
  width: 33.333333%;
  text-align: center;
  margin-bottom: 10px;
}
footer .menu ul {
  flex-wrap: wrap;
  justify-content: center;
}
.footer_logo a {
  margin-right: auto;
  margin-left: auto;
}
.copyright {
  padding: 15px 0px 10px;
  font-size: 12px;
}
#btn {
  width: 45px;
  height: 45px;
  right: 10px;
  bottom: 10px;
  background-size: 20px;
  z-index: 9999;
}
.global .menu ul li a {
  justify-content: left;
}
.top_link a {
  margin-right: auto;
  margin-left: auto;
}
.navbar_toggle {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  padding-top: 1vw;
}
.navbar_toggle_icon {
  width: 25px;
}
.drawer {
  height: 50px;
  width: 50px;
  padding: 0;
  justify-content: center;
}
.head_text {
  font-size: 1.8em;
}
.head_text {
  top: 55%;
}
.open_list {
  display: block;
}
.open_list ul {
  margin-top: 0;
}
.footer_logo.flex {
  max-width: 160px;
}
.footer_logo_text {
  min-width: 270px;
}
.service .service_area .service_box:nth-child(2n) .service_img {
  padding-right: 0;
}




}