@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

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

span.anchor_link {
  position: relative;
  top: -90px;
  display: block;
}
@media screen and (max-width: 768px) {
  span.anchor_link {
    top: -100px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
.sp_bottom_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_bottom_nav {
    border-top: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 100;
    width: 100%;
    height: 70px;
    background: rgb(0, 0, 0);
    color: #999;
    padding: 5px 10px 10px;
    position: fixed;
    bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.03em;
  }
}

/*========================
　smartphone　bottom menu
　========================*/
.mini-text {
  font-size: 0.6em;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 5px;
  line-height: 10px;
}
.mini-text:hover {
  color: #CC0033;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.brand_name {
  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;
  font-size: 0.7em;
  padding: 0 0 3px;
  color: #fff;
}
.brand_name p {
  letter-spacing: 0.1em;
}

ul.bottom-menu {
  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;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.bottom-menu li {
  float: left;
  width: 25%;
  list-style-type: none;
  text-align: center;
  font-size: 1.5em;
}
ul.bottom-menu li a {
  display: block;
  border-radius: 5px;
  text-decoration: none;
}
ul.bottom-menu li ul.menu-second-level {
  display: none;
  z-index: 1;
  background-color: #000;
}
ul.bottom-menu li ul.menu-second-level li {
  font-size: 0.7em;
}
ul.bottom-menu li ul.menu-second-level li a {
  padding: 5px;
  border-top: 1px dashed #a9a9a9;
  line-height: 30px;
}
ul.bottom-menu li ul.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey;
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 70px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

.header_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  z-index: 120;
  padding: 0;
  margin: 0;
}
.header_img img {
  height: 54px;
}
@media screen and (min-width: 768px) {
  .header_img img {
    height: 63px;
  }
}

.header_fix_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.95);
  border-bottom: solid 1px #aaa;
  color: #fff;
  padding: 5px 20px 5px;
  position: fixed;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 3px 3px 3px -2px #000;
          box-shadow: 3px 3px 3px -2px #000;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .header_fix_menu {
    height: 55px;
    padding: 5px 15px 5px;
  }
}
.header_fix_menu .header_logo img {
  height: 48px;
  margin-top: 3px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .header_fix_menu .header_logo img {
    height: 40px;
  }
}
.header_fix_menu .header_sub_menu {
  position: relative;
  top: -4px;
}
.header_fix_menu .nav_menu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-right: 10px;
}
.header_fix_menu .nav_menu .nav_comment {
  text-align: right;
  padding: 5px 14px 0;
  font-size: 0.9em;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: normal;
  white-space: nowrap;
}
.header_fix_menu .nav_menu .nav_comment b {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .header_fix_menu .nav_menu .nav_comment {
    font-size: 0.8em;
    line-height: 1.2em;
    padding-right: 0;
  }
}
.header_fix_menu .nav_menu ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3px;
}
.header_fix_menu .nav_menu ul a {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  padding: 6px 12px;
  white-space: nowrap;
}
.header_fix_menu .btn_inquiry {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #330033;
  white-space: nowrap;
  position: relative;
  top: 10px;
}
.header_fix_menu .btn_inquiry:hover {
  background-color: #660033;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .header_fix_menu .btn_inquiry {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .btn_inquiry {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 5px;
  color: #fff;
  background-color: #330033;
  white-space: nowrap;
  position: relative;
  top: 10px;
}
body .btn_inquiry:hover {
  background-color: #660033;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  body .btn_inquiry {
    display: none;
  }
}

.sp_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp_wrapper .col_3_u {
  padding: 80px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_wrapper .col_3_u .h_flex_end {
  width: 31%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.sp_wrapper .col_3_u .h_flex_end img {
  width: 100%;
}
.sp_wrapper .topimg_sp {
  width: 100%;
}
.sp_wrapper .topimg_sp img {
  width: 100%;
}
.sp_wrapper .col_3_d {
  padding: 10px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_wrapper .col_3_d .h_flex_end {
  width: 31%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.sp_wrapper .col_3_d .h_flex_end img {
  width: 100%;
}

.sp_wrapper_4x4 {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  margin: auto;
}
.sp_wrapper_4x4 .col_3_u {
  padding: 80px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_wrapper_4x4 .col_3_u .h_flex_end {
  width: 18%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.sp_wrapper_4x4 .col_3_u .h_flex_end img {
  width: 100%;
}
.sp_wrapper_4x4 .topimg_sp {
  width: 100%;
}
.sp_wrapper_4x4 .topimg_sp img {
  width: 100%;
}
.sp_wrapper_4x4 .col_3_d {
  padding: 10px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp_wrapper_4x4 .col_3_d .h_flex_end {
  width: 18%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.sp_wrapper_4x4 .col_3_d .h_flex_end img {
  width: 100%;
}

.sp_wrapper2 {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.sp_wrapper2 .img_box img {
  width: 80px;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .sp_wrapper2 .img_box img {
    width: 20vw;
    min-width: 60px;
  }
}
.sp_wrapper2 iframe {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .sp_wrapper2 iframe {
    height: 50vw;
  }
}
.sp_wrapper2 p {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sp_wrapper2 p {
    font-size: 0.8em;
    line-height: 1.9em;
    padding: 0 20px;
  }
}
.sp_wrapper2 .tempo_name {
  font-size: 0.9em !important;
  font-weight: bold;
}
.sp_wrapper2 .tempo_property {
  font-size: 0.6em !important;
  line-height: 20px !important;
}
.sp_wrapper2 .con001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp_wrapper2 .con001 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
}
.sp_wrapper2 .con001 ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
}
.sp_wrapper2 .con001 ul li img {
  width: 100%;
}
.sp_wrapper2 .con001 table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sp_wrapper2 {
    padding-top: 70px;
  }
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 50px;
  padding: 0;
}
.links input {
  margin: 0 15px 15px;
}

main {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 80px;
  }
}

.kokuchi {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 20px 0;
}
.kokuchi img {
  border: solid 1px #fff;
  width: 100%;
}

.col_3_u {
  padding-top: 0 !important;
}

.recruit {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1em;
  font-weight: normal;
  padding: 20px;
}
.recruit table, .recruit th, .recruit td {
  border: solid 1px white;
  padding: 15px 20px;
  background-color: #000;
  letter-spacing: 0;
}
.recruit table p, .recruit th p, .recruit td p {
  padding: 0;
}
.recruit table img, .recruit th img, .recruit td img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}/*# sourceMappingURL=sp-c.css.map */