@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://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;
  -moz-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: visible !important;
}

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: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

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

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    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: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#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 {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@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;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.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:hover {
  opacity: 0.6;
  transition: 0.7s;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  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;
  }
}

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(180, 0, 0, 0.25);
  border-radius: 10px;
  box-shadow: none;
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}
.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):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 #b40000 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #b40000;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #b40000;
  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: #313131;
  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_f {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_f {
    flex-flow: column;
  }
}
.container_f .box {
  width: 49%;
}
.container_f .box img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 468px) {
  .container_f .box {
    width: 100%;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_3 .inner {
    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: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  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%;
  order: 1;
}

.txtimg01 table td {
  border: none !important;
}
@media screen and (max-width: 468px) {
  .txtimg01 table td {
    display: block;
  }
}
.txtimg01 table td:nth-child(odd) {
  width: 60%;
}
@media screen and (max-width: 468px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

.txtimg02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .txtimg02 .inner {
    flex-flow: column;
  }
}
.txtimg02 .txt {
  width: 49%;
}
@media screen and (max-width: 468px) {
  .txtimg02 .txt {
    width: 100%;
  }
}
.txtimg02 .img {
  width: 49%;
}
@media screen and (max-width: 468px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}
.txtimg03 tbody {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  transform: translateY(-25%);
}

.txtimg04 tr {
  display: flex;
}
@media screen and (max-width: 468px) {
  .txtimg04 tr {
    flex-flow: column;
  }
}
.txtimg04 td {
  width: 60%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  transform: translateY(20%);
  padding: 40px !important;
}
@media screen and (max-width: 468px) {
  .txtimg04 .txt {
    transform: none;
    margin: 0;
  }
}

/* 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;
}

.center p, .center a, .center h1, .center h2, .center h3, .center h4, .center h5, .center div, .center span {
  text-align: center;
}

/********* 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;
}
@media screen and (max-width: 468px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.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;
}

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

/********* 2カラム *********/
.works_cont01 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  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;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-flow: row wrap;
  border: none;
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  width: 33.3333%;
  display: flex;
  border-bottom: 0px dashed #ccc;
}
@media screen and (max-width: 468px) {
  .event_Instagram01 div.sns_list > div {
    width: 50%;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}
@media screen and (max-width: 468px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}
.event_Instagram02 .sns_date {
  background: #b40000;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #b40000 !important;
}
.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}
.event_Instagram02 div.sns_list > div {
  padding: 40px;
}
@media screen and (max-width: 468px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}
.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;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .home_contact {
    padding: 40px 0;
  }
}
.home_contact br {
  display: none;
}
.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}
@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;
    margin: 40px 0;
  }
}
.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 468px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}
.home_contact .inner .box {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 468px) {
  .home_contact .inner .box {
    flex-flow: column;
  }
}
.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
  padding-left: 1.5em;
}
.home_contact .inner .tel a {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
}
.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #06beb6 0%, #48b1bf 100%);
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}
@media screen and (max-width: 468px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* 新着情報 *********/
.news_area {
  max-height: 250px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(180, 0, 0, 0.1);
    display: block;
  }
}
@media screen and (max-width: 468px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

.news_area {
  max-height: 250px;
  overflow-y: auto;
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 468px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(180, 0, 0, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}
.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #b40000 !important;
}
@media screen and (max-width: 468px) {
  .company_area table td:nth-child(odd) {
    background: rgba(180, 0, 0, 0.1);
    width: 100% !important;
  }
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}
.company_area dt {
  border-bottom: 1px solid #b40000 !important;
}
.company_area dd {
  border-bottom: 1px solid rgba(180, 0, 0, 0.5) !important;
}
@media screen and (max-width: 468px) {
  .company_area dl {
    display: flex;
    flex-flow: column;
  }
  .company_area dt {
    background: rgba(180, 0, 0, 0.1) !important;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even), .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none {
  pointer-events: none !important;
}

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

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  min-width: auto !important;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
    background: none;
  }
}
@media screen and (max-width: 468px) {
  #header {
    position: static;
    height: auto;
    background: #111;
  }
}

.sub_header {
  position: static !important;
  background: url(../images/common/ptn_01.jpg);
}

.header_container {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
  }
}
.header_container .col_01 {
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 468px) {
  .header_container .col_01 {
    position: static;
  }
}
.header_container .col_02 {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
  }
}
.header_container .col_02 a {
  color: #333 !important;
}

nav.gnav {
  width: 60%;
  min-width: 800px;
}
nav.gnav ul {
  display: flex;
}
nav.gnav ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
nav.gnav ul li a {
  color: #fff !important;
  display: inline-block;
}
nav.gnav ul li a:hover {
  transition: 0.5s;
}
nav.gnav ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #b40000;
}
nav.gnav ul li ul li a {
  display: block;
  padding: 10px 0;
}
nav.gnav ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 468px) {
  #mainArea .swiper-container img {
    height: 30vh !important;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
#global_footer {
  background-color: #111 !important;
  position: relative;
  min-width: auto !important;
}
#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 .footer_container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
#footer .footer_container .col_01 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 {
    margin-bottom: 2em;
    text-align: center;
  }
}
#footer .footer_container .col_01 .btn_info a {
  display: inline-block;
  color: #fff !important;
  font-size: 20px;
  margin: 30px 20px 0;
  width: 200px;
  border: 1px solid #fff;
  padding: 0.25em 0;
}
@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 .btn_info a {
    margin-top: 10px;
  }
}
#footer .footer_container .col_02 {
  width: 100%;
}

.nav_footer {
  display: flex;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 468px) {
  .nav_footer {
    width: 100%;
    height: auto;
    flex-flow: column;
  }
}
.nav_footer li {
  flex-grow: 1;
  border-right: 1px solid #fff;
}
.nav_footer li:last-child {
  border-right: 0;
}
@media screen and (max-width: 468px) {
  .nav_footer li {
    width: 100%;
    text-align: center;
    border-right: 0;
  }
}
.nav_footer li a {
  color: #fff !important;
}
@media screen and (max-width: 468px) {
  .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    color: #fff !important;
    background: #9b0000;
    padding: 0.5em 0;
    border-radius: 15px;
  }
}

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

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

.h1_txt01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/common/ptn_01.jpg);
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .h1_txt01 {
    height: 100px;
  }
}
.h1_txt01 h1 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.57143rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .h1_txt01 h1 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .h1_txt01 h1 {
    font-size: 1.71429rem;
  }
}
@media screen and (max-width: 468px) {
  .h1_txt01 h1 {
    font-size: 1.42857rem;
  }
}
.h1_txt01 h1 span {
  display: block;
  font-size: 0.5em;
  margin-top: -0.5em;
}

.h2_txt01 h2 {
  font-size: 32px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  color: #b40000;
}
@media screen and (max-width: 768px) {
  .h2_txt01 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 468px) {
  .h2_txt01 h2 {
    font-size: 18px;
  }
}

.h2_txt02 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h2_txt02 h2:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #313131;
  margin-right: 1em;
}
.h2_txt02 h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #313131;
  margin-left: 1em;
}

/*-------------------- HOME --------------------*/
.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 3%;
}
@media screen and (max-width: 468px) {
  .home_01 {
    padding: 0 10px;
  }
}
.home_01 td {
  width: 50%;
  text-align: center !important;
  padding: 70px 0 !important;
  border: 0;
}
@media screen and (max-width: 768px) {
  .home_01 td {
    font-size: 13px;
  }
}
@media screen and (max-width: 468px) {
  .home_01 td {
    text-align: left !important;
    padding-bottom: 10px !important;
  }
  .home_01 td br {
    display: none;
  }
}
.home_01 td:last-child {
  position: relative;
}
@media screen and (max-width: 468px) {
  .home_01 td:last-child {
    padding: 0 !important;
    height: 300px;
  }
}
.home_01 td:last-child:before {
  content: url(../images/home/bg_home01.png);
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -140px;
  z-index: 999;
}
@media screen and (max-width: 468px) {
  .home_01 td:last-child:before {
    content: "";
    background: url(../images/home/bg_home01.png) center center no-repeat;
    width: 100%;
    height: 280px;
    background-size: contain;
    top: 0;
  }
}
.home_01 h1 {
  font-size: 32px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b40000;
}
@media screen and (max-width: 768px) {
  .home_01 h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 468px) {
  .home_01 h1 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .home_01 h1 br {
    display: block;
  }
}
.home_01 a {
  font-size: 1.14286rem;
  border: 1px solid #333 !important;
  display: inline-block;
  margin-top: 20px;
  padding: 0.25em 2em;
  color: #333 !important;
}
@media screen and (max-width: 468px) {
  .home_01 a {
    display: block;
    text-align: center;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  z-index: 1000;
}
.home_02 td {
  border: 0 !important;
  padding: 80px 0 !important;
}
.home_02 td:first-child {
  background: #313131;
}
.home_02 td:last-child {
  background: #b40000;
}
.home_02 td a {
  border: 1px solid #fff !important;
  display: inline-block;
  padding: 0.5em 4em;
  color: #fff !important;
}
.home_02 h2 {
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.57143rem;
  letter-spacing: 0.2em;
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/common/ptn_01.jpg);
  display: flex;
  justify-content: flex-end;
  padding: 100px 0;
  position: relative;
}
.home_03:before {
  content: "";
  display: block;
  width: 30vw;
  height: 30vw;
  background: url(../images/home/img_home03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home_03:before {
    display: none;
  }
}
.home_03 .container {
  color: #fff;
  width: 52%;
  margin-right: 10%;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .home_03 .container {
    width: 100%;
    margin: 0 10px;
  }
}

.home_04 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 70px 0;
  background: url(../images/home/bg_home02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 468px) {
  .home_04 {
    background: #fff;
  }
}
.home_04 .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .home_04 .inner {
    justify-content: space-around;
  }
}
.home_04 .sns_01, .home_04 .sns_02 {
  width: 41.666667%;
}
@media screen and (max-width: 468px) {
  .home_04 .sns_01, .home_04 .sns_02 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.home_04 .sns_01 h2, .home_04 .sns_02 h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .home_04 .sns_01 h2, .home_04 .sns_02 h2 {
    font-size: 24px;
  }
}

.about_01 {
  background: #f3f3f3;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  padding: 60px 100px;
}
@media screen and (max-width: 768px) {
  .about_01 {
    padding: 40px 10px;
  }
}
.about_01 h3 {
  font-size: 1.28571rem;
  font-weight: bold;
  border-bottom: 1px solid #b40000;
}

.about_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: #111;
}
@media screen and (max-width: 768px) {
  .about_02 {
    flex-flow: column;
  }
}
.about_02:nth-child(even) {
  flex-flow: row-reverse !important;
}
@media screen and (max-width: 768px) {
  .about_02:nth-child(even) {
    flex-flow: column !important;
  }
}
.about_02 .box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about_02 .box {
    width: 100%;
  }
}
.about_02 .box:first-child {
  padding: 5vw;
  color: #fff;
}
.about_02 .box:last-child img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}
.about_02 h2 {
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #b40000;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.namagashi_01 .box {
  width: 33.3333%;
  padding: 3%;
}
@media screen and (max-width: 468px) {
  .namagashi_01 .box {
    width: 100%;
  }
}
.namagashi_01 .box h3 {
  font-size: 1.14286rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 0.5em;
  text-align: center;
}

.namagashi_02 {
  background: #fffbf2;
  padding: 6% 10%;
}
.namagashi_02 ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.namagashi_02 ul:after {
  content: "";
  display: block;
  width: 30%;
}
.namagashi_02 ul li {
  width: 30%;
  padding: 1em 0;
  background: #fff;
  text-align: center !important;
  margin-bottom: 2em !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .namagashi_02 ul li {
    width: 100%;
  }
}

.info_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.info_01:nth-child(even) {
  flex-flow: row-reverse wrap !important;
}
.info_01 .box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .info_01 .box {
    width: 100%;
  }
}
.info_01 .box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.info_01 .box:first-child {
  padding: 4%;
}
.info_01 .box h2 {
  font-size: 1.5vw;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #b40000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #313131;
}
@media screen and (max-width: 768px) {
  .info_01 .box h2 {
    font-size: 1.71429rem;
  }
}

.info_02 .ggmap {
  height: 400px;
}

.recruit_01 .name {
  background: #dedede;
  display: inline-block;
  padding: 1em 3em;
}
@media screen and (max-width: 468px) {
  .recruit_01 .name {
    padding: 1em 0;
    width: 100%;
  }
}
.recruit_01 p {
  background: #313131;
  padding: 1em 0;
  color: #fff;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .recruit_01 p {
    font-size: 18px;
  }
}
.recruit_01 p b {
  background: #fff;
  padding: 0.25em 2em;
  border-radius: 500px;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #333 !important;
}
.recruit_01 p .pt01 {
  font-size: 24px;
  border-bottom: 1px solid #b40000;
}

.header_gnav_mb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
}

#headerTriggerMb {
  z-index: 9;
}

.header_gnav_mb_inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  width: 90%;
  height: 90%;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.header_gnav_mb_inner li {
  line-height: 2;
}
.header_gnav_mb_inner li a {
  color: #b40000 !important;
  font-size: 16px;
}

div.gnav_mb_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div.gnav_mb_close:before {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b40000;
  transform: rotate(45deg);
}
div.gnav_mb_close:after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b40000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1000px) {
  nav.gnav {
    display: none;
  }
}

div.header_trigger_mb {
  position: fixed;
  top: 1%;
  right: 2%;
  margin: 10px 10px 10px 0;
  width: 26px;
  height: 18px;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}
@media screen and (max-width: 1000px) {
  div.header_trigger_mb {
    display: block;
  }
}
div.header_trigger_mb span.header_trigger_mb_parts {
  width: 26px;
  height: 1px;
  background-color: #b40000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding: 0;
  z-index: 1;
  transition: all 0.3s;
}
div.header_trigger_mb:before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #b40000;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  transition: all 0.3s;
}
div.header_trigger_mb:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #b40000;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.cnone {
  pointer-events: none !important;
}

/*# sourceMappingURL=assets.css.map */
