@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow-x: hidden;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  background: url(../images/common/bg_body.jpg);
  overflow-x: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 97%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 468px) {
  #contents_wrap {
    padding: 0 10px !important;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  width: 960px;
  margin: 56px auto 120px;
}

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

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}

@media screen and (max-width: 468px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}

@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}

.pankuzu ol li:nth-child(1):after {
  content: ">";
  position: absolute;
  right: -20px;
}

.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #152b4a dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #152b4a;
  font-weight: bold;
}

.faq_q:before {
  content: "Q";
  display: block;
  background: #152b4a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}

.faq_a:before {
  content: "A";
  display: block;
  background: #152b4a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}

@media screen and (max-width: 468px) {
  .dnone_pc {
    display: block;
  }
}

.container_3 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .container_3 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}

.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 468px) {
  .container_4 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_4 .inner .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}

.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}

.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* 会社概要 *********/
.company_cont01 table td {
  border-bottom: 1px solid #ccc !important;
}

.company_cont01 table td:nth-child(odd) {
  border-bottom: 1px solid #152b4a !important;
}

@media screen and (max-width: 468px) {
  .company_cont01 table td:nth-child(odd) {
    background: rgba(21, 43, 74, 0.1);
  }
}

/********* 会社概要 *********/
.news_area {
  height: 250px;
  overflow-y: auto;
}

@media screen and (max-width: 468px) {
  .news_area td {
    padding: 5px !important;
  }
  .news_area td:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background: url(../images/home/bg_home02.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .home_contact {
    padding: 40px 0;
  }
}

.home_contact br {
  display: none;
}

.home_contact .inner {
  background: rgba(255, 255, 255, 0.75);
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 45px;
}

@media screen and (max-width: 768px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .home_contact .inner {
    padding: 30px 10px;
  }
}

.home_contact .inner h2 {
  text-align: center;
  font-size: 2.14286rem;
  color: #333;
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}

.home_contact .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: block;
  text-align: center;
  width: 50%;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .tel {
    width: 100%;
    font-size: 2.14286rem;
  }
}

.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: #8B0F1B;
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

/********* 2カラム *********/
.works_cont01 {
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}

.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}

.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* 404 *********/
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}

.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* width100% *********/
.wd100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

/********* Other *********/
header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .header_txt {
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 468px) {
  .header_txt {
    width: 80vw;
    font-size: 12px;
    margin-top: 10px;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 0;
}

@media screen and (max-width: 768px) {
  .header_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.header_container .col_01 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .header_container .col_01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.header_container .col_01 a, .header_container .col_01 p {
  font-size: 1.42857rem;
  color: #152b4a !important;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.header_container .col_01 a span, .header_container .col_01 p span {
  font-size: 1rem;
}

.header_container .col_02 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header_container .col_02 {
    margin: 0 0 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header_container .col_03 {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .header_container .col_03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.header_container .col_03 a {
  display: inline-block;
  background: #5d8343;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.3em 2em;
  border-bottom: 2px solid #395029;
}

button {
  display: none !important;
}

@media screen and (max-width: 768px) {
  button {
    display: block !important;
  }
}

#nav_global ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #152b4a;
  margin-bottom: 1em;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global ul li a {
  display: block;
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #152b4a !important;
}

@media screen and (max-width: 768px) {
  #nav_global ul li a {
    color: #fff !important;
  }
}

#nav_global ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #152b4a;
}

#nav_global ul li ul li a {
  display: block;
  padding: 10px 0;
  color: #fff !important;
  text-align: center;
}

#nav_global ul li ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mainArea {
  background: url(../images/common/bg_nav.jpg);
}

#mainArea .swiper-container {
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #mainArea .swiper-container {
    width: 100%;
    max-width: 100%;
  }
}

#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.main_txt {
  background: #152b4a;
  padding: 0.8em 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 468px) {
  .main_txt {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #152b4a !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999999999999999;
  }
  .drawer-menu {
    width: 75% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .drawer-menu li {
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .drawer-menu li a {
    font-size: 1.28571rem;
    font-weight: 400;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #04080e;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #070f1a;
  }
}

#global_footer {
  background: url(../images/common/bg_footer.jpg);
  position: relative;
}

#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}

@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 50px 0;
}

#footer .inner {
  position: relative;
}

#footer .inner .footer_container {
  width: 100%;
  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;
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#footer .inner .footer_container .col_01 {
  text-align: left;
  color: #fff;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_01 {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_01 {
    width: 90%;
    text-align: center;
    font-size: 1rem;
  }
  #footer .inner .footer_container .col_01 p {
    margin-top: 1em;
  }
}

#footer .inner .footer_container .col_02 .nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  height: 130px;
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_02 .nav_footer {
    height: auto;
  }
}

#footer .inner .footer_container .col_02 .nav_footer li {
  text-align: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_02 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_02 .nav_footer li a {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
    color: #fff !important;
    font-size: 12px;
  }
}

#copyright {
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

.h1_txt01 {
  background: url(../images/contents/bg_h1.jpg);
  height: 160px;
  line-height: 160px;
}

@media screen and (max-width: 468px) {
  .h1_txt01 {
    height: 100px;
    line-height: 100px;
  }
}

.h1_txt01 h1 {
  font-size: 2.14286rem;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h1_txt01 h1 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .h1_txt01 h1 {
    font-size: 1.42857rem;
  }
}

.h2_txt01 h2 {
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url(../images/home/bg_h.png) no-repeat top center;
}

.h2_txt01 h2 span {
  display: block;
  font-size: 0.7em;
  color: rgba(21, 43, 74, 0.5);
}

.h2_txt02 h2, .h2_txt02 h3 {
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 2px solid #152b4a;
  background: rgba(21, 43, 74, 0.1);
  padding: 0.4em 1em;
}

/*-------------------- HOME --------------------*/
.home_btn a {
  display: block;
  background: #152b4a;
  text-align: center;
  width: 40%;
  padding: 0.5em 0;
  margin: 0 auto;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}

@media screen and (max-width: 468px) {
  .home_btn a {
    width: 80%;
  }
}

.home_cont01 {
  background: #e8f0fb;
  margin-top: 150px;
}

.home_cont01 table {
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}

@media screen and (max-width: 768px) {
  .home_cont01 table {
    width: 100%;
    max-width: 100%;
  }
}

.home_cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 468px) {
  .home_cont02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_cont02 .txt {
  width: 55%;
  background: #f4f4f4;
  position: relative;
  z-index: 9;
  margin-top: 60px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 468px) {
  .home_cont02 .txt {
    width: 100%;
  }
}

.home_cont02 .txt h3 {
  font-size: 1.42857rem;
  clear: #152b4a;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 468px) {
  .home_cont02 .txt h3 {
    font-size: 1.14286rem;
  }
}

.home_cont02 .txt p {
  width: 100%;
  word-break: break-all;
}

.home_cont02 .txt a {
  background-color: #152b4a;
  padding: 0.7em 0;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.home_cont02 .img {
  width: 55%;
  margin-left: -10%;
}

@media screen and (max-width: 468px) {
  .home_cont02 .img {
    width: 100%;
    margin: 0;
  }
}

.home_cont02 .img img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.home_cont03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 468px) {
  .home_cont03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_cont03:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media screen and (max-width: 468px) {
  .home_cont03:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.home_cont03 .txt {
  width: 50%;
  padding: 5%;
  background: url(../images/home/bg_homecont.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 468px) {
  .home_cont03 .txt {
    width: 100%;
  }
}

.home_cont03 .txt h2 {
  color: #fff;
  background: url(../images/home/bg_h02.png) no-repeat top center;
}

.home_cont03 .txt h2 span {
  color: #ccc;
}

.home_cont03 .txt p {
  text-align: center;
}

.home_cont03 .txt a {
  background-color: #fff;
  padding: 0.7em 0;
  width: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #152b4a !important;
}

.home_cont03 .img {
  width: 50%;
}

@media screen and (max-width: 468px) {
  .home_cont03 .img {
    width: 100%;
  }
}

.home_cont03 .img img {
  width: 100% !important;
  max-height: 460px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.home_cont04 {
  background: #f4f4f4;
  padding: 60px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: 100px 0;
}

@media screen and (max-width: 468px) {
  .home_cont04 {
    padding: 40px 10px;
  }
}

.home_cont04 .news_area {
  height: 230px;
  overflow-y: auto;
}

.service_cont01 {
  background: #f4f4f4;
}

.service_cont01:nth-child(even) {
  background: #fff;
}

.service_cont01 table {
  width: 1000px;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .service_cont01 table {
    width: 100%;
    max-width: 100%;
  }
}

.btn_recruit {
  margin-bottom: 1px solid #152b4a !important;
  width: 100%;
}

.btn_recruit a {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #152b4a;
  margin: 0 auto;
  margin-bottom: 100px;
}

.flow_cont01 .box {
  margin-bottom: 30px;
}

@media screen and (max-width: 468px) {
  .flow_cont01 .box {
    margin-top: 20px;
  }
}

.flow_cont01 td {
  border-bottom: 1px solid #152b4a !important;
}

.flow_cont01 td:nth-child(odd) {
  background: rgba(93, 131, 67, 0.2);
}

.staff_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 60px 0;
}

@media screen and (max-width: 468px) {
  .staff_cont01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.staff_cont01 .box {
  width: 25%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 468px) {
  .staff_cont01 .box {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
}

.staff_cont01 .box:nth-child(4n) {
  background: #fff;
  border-right: 1px solid #ccc;
}

.staff_cont01 .box:nth-child(n + 9) {
  border-bottom: 1px solid #ccc;
}

.staff_cont01 p {
  text-align: left;
}

.gallery_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 100px;
}

@media screen and (max-width: 468px) {
  .gallery_cont01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gallery_cont01:after {
  width: 24%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gallery_cont01:after {
    width: 49%;
  }
}

@media screen and (max-width: 468px) {
  .gallery_cont01:after {
    width: 100%;
  }
}

.gallery_cont01:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 24%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gallery_cont01:before {
    width: 49%;
  }
}

@media screen and (max-width: 468px) {
  .gallery_cont01:before {
    width: 100%;
  }
}

.gallery_cont01 div {
  width: 24%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gallery_cont01 div {
    width: 49%;
  }
}

@media screen and (max-width: 468px) {
  .gallery_cont01 div {
    width: 100%;
  }
}

.gallery_cont01 div img {
  height: 170px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.price_cont01 h3 {
  font-size: 1.71429rem;
  font-weight: bold;
}

.price_cont01 td:nth-child(1) {
  background: rgba(21, 43, 74, 0.9);
  color: #fff;
}

/* title */
/*# sourceMappingURL=common.css.map */