@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
  padding-top: 0;
}

@media (max-width: 768px) {
  .page_main_block {
    padding-top: 20px;
  }
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .bread_crumb_block {
    margin-bottom: 50px;
  }
}

.bread_crumb li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

.bread_crumb li:after {
  content: 'ー';
  margin: 0 0.3em;
}

.bread_crumb li:last-child:after {
  content: none;
}

.bread_crumb li a {
  color: inherit;
}

.bread_crumb li a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bread_crumb li span {
  color: inherit;
  font-size: 1.4rem;
}

.bread_crumb li a:hover span {
  text-decoration: underline;
  color: white;
}

/********************************************/
/*@Page main ttl*/
/********************************************/
.page_main_visual {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page_main_visual {
    margin-bottom: 20px;
  }
}

.page_main_visual .ttl_box {
  position: relative;
  padding-top: 400px;
  padding-bottom: 110px;
  font-size: clamp(2.5rem, 6.5vw, 6rem);
}

@media (max-width: 768px) {
  .page_main_visual .ttl_box {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}

.page_main_visual .ttl_box:after {
  position: absolute;
  left: 0;
  bottom: 80px;
  content: "";
  width: 60%;
  max-width: 740px;
  height: 1px;
  border-bottom: solid 1px #fff;
}

@media (max-width: 768px) {
  .page_main_visual .ttl_box:after {
    bottom: 20px;
  }
}

.page_main_visual .ttl_box .ttl {
  letter-spacing: 0.1em;
  font-size: 1em;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/********************************************/
/*@Page about*/
/********************************************/
.about_genuine_block .txt_base {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .about_genuine_block .txt_base {
    margin-bottom: 50px;
  }
}

.about_genuine_block .img_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_genuine_block .img_box.right_big .img_left {
  width: 45%;
  text-align: center;
}

.about_genuine_block .img_box.right_big .img_left img {
  width: 55%;
  margin: auto;
}

.about_genuine_block .img_box.right_big .img_right {
  width: 55%;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .about_genuine_block .img_box.right_big .img_right {
    padding-bottom: 30px;
  }
}

.about_culture_block .txt01 {
  margin-bottom: 180px;
}

@media (max-width: 768px) {
  .about_culture_block .txt01 {
    margin-bottom: 80px;
  }
}

.about_culture_block .txt02 {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .about_culture_block .txt02 {
    margin-bottom: 80px;
  }
}

.about_culture_block .txt03 {
  margin-bottom: 50px;
}

.about_culture_block .img {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto 150px;
}

@media (max-width: 768px) {
  .about_culture_block .img {
    margin-bottom: 80px;
  }
}

.about_culture_block .img_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 150px;
}

@media (max-width: 768px) {
  .about_culture_block .img_box {
    margin-bottom: 80px;
  }
}

.about_culture_block .img_box.left_big .img_left {
  width: 55%;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .about_culture_block .img_box.left_big .img_left {
    padding-bottom: 30px;
  }
}

.about_culture_block .img_box.left_big .img_right {
  width: 45%;
  text-align: center;
}

.about_culture_block .img_box.left_big .img_right img {
  width: 55%;
  margin: auto;
}

.about_product_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 220px;
}

@media (max-width: 768px) {
  .about_product_block {
    display: block;
    padding-bottom: 60px;
  }
}

.about_product_block .img {
  width: 46%;
}

@media (max-width: 768px) {
  .about_product_block .img {
    width: 100%;
    margin-bottom: 60px;
  }
}

.about_product_block .txt_box {
  width: 47%;
}

@media (max-width: 768px) {
  .about_product_block .txt_box {
    width: 100%;
  }
}

.about_history_block {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 100px 15px 90px;
  z-index: 2;
}

@media (max-width: 768px) {
  .about_history_block {
    padding: 60px 15px;
  }
}

.about_history_block .inner {
  width: 100%;
  max-width: 947px;
  margin: auto;
}

.about_history_block:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/about/history-bg.jpg) no-repeat center/cover;
  z-index: -2;
  opacity: 0.62;
}

.about_history_block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 45%;
  background-image: linear-gradient(0deg, #1c1c1c, transparent);
  z-index: -1;
}

/********************************************/
/*@Page service*/
/********************************************/
.service_list_block {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 100px 0;
  counter-reset: item;
  list-style-type: none;
}

@media (max-width: 768px) {
  .service_list_block {
    padding: 60px 0;
  }
}

.service_list_block li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  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 (max-width: 768px) {
  .service_list_block li {
    display: block;
  }
}

.service_list_block li:not(:last-child) {
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  .service_list_block li:not(:last-child) {
    margin-bottom: 130px;
  }
}

.service_list_block li .txt_box {
  width: 45%;
  padding-left: clamp(15px, calc(50vw - 750px), 210px);
}

@media (max-width: 768px) {
  .service_list_block li .txt_box {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 25px;
  }
}

.service_list_block li:nth-child(even) {
  flex-flow: row-reverse;
}

.service_list_block li:nth-child(even) .txt_box {
  padding-left: 0;
  padding-right: clamp(15px, calc(50vw - 750px), 210px);
}

@media (max-width: 768px) {
  .service_list_block li:nth-child(even) .txt_box {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .service_list_block li:nth-child(even) .img {
    margin-left: 0;
    margin-right: auto;
  }
}

.service_list_block li .img {
  width: 50%;
}

@media (max-width: 768px) {
  .service_list_block li .img {
    width: 95%;
    margin-left: auto;
  }
}

.service_list_block li .sec_main_ttl {
  position: relative;
  z-index: 2;
}

.service_list_block li .sec_main_ttl:before {
  display: block;
  counter-increment: item;
  position: absolute;
  top: -0.6em;
  right: 0;
  content: counter(item, decimal-leading-zero);
  line-height: 1;
  font-size: clamp(14rem, 25.5vw, 25rem);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  opacity: .1;
  z-index: -1;
}

/********************************************/
/*@Page blog*/
/********************************************/
.blog_page_block .page_main_visual {
  background: url(../img/blog/blog-main-img.png) no-repeat center/cover;
}

.blog_page_block .post_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .blog_page_block .post_block {
    display: block;
    padding-top: 60px;
  }
}

.blog_page_block .post_block .post_main {
  width: 75%;
}

@media (max-width: 768px) {
  .blog_page_block .post_block .post_main {
    width: 100%;
    margin-bottom: 80px;
  }
}

.blog_page_block .post_block .sidebar {
  width: 20%;
}

@media (max-width: 768px) {
  .blog_page_block .post_block .sidebar {
    width: 100%;
  }
}

.blog_page_block .blog_list li a {
  padding-top: 40px;
  padding-bottom: 40px;
}

/********************************************/
/* sidebar */
/********************************************/
.sidebar .side_box:not(:last-child) {
  margin-bottom: 80px;
}

.sidebar .side_ttl {
  margin-bottom: 2em;
  letter-spacing: 0.1em;
  font-size: 2.0rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sidebar .cat_list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}

.sidebar .cat_list li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 3px;
}

.sidebar .cat_list li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .cat_list li a:hover {
  opacity: .7;
}

/********************************************/
/*page_numbers */
/********************************************/
.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  margin: 10px 0;
}

.pagination .prev,
.pagination .next {
  width: 20%;
  max-width: 110px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pagination .prev a {
  display: block;
}

@media (max-width: 768px) {
  .pagination .prev a {
    position: relative;
    padding-bottom: 10px;
  }
}

.pagination .prev a:before {
  display: inline-block;
  content: "";
  width: 46px;
  height: 6px;
  margin-right: 10px;
  background: url(../img/common/arr-left.svg) no-repeat left center/contain;
}

@media (max-width: 768px) {
  .pagination .prev a:before {
    position: absolute;
    left: -10px;
    bottom: 0;
  }
}

.pagination .next a {
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .pagination .next a {
    position: relative;
    padding-bottom: 10px;
  }
}

.pagination .next a:after {
  display: inline-block;
  content: "";
  width: 46px;
  height: 6px;
  margin-left: 10px;
  background: url(../img/common/arr-left.svg) no-repeat left center/contain;
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .pagination .next a:after {
    position: absolute;
    right: -10px;
    bottom: 0;
  }
}

.page_numbers {
  text-align: center;
}

.page_numbers li {
  display: inline-block;
  min-width: 30px;
  margin: 0 10px 10px 0;
  text-align: center;
}

.page_numbers li:last-child {
  margin-right: 0;
}

.page_numbers li span,
.page_numbers li a {
  display: block;
  padding: 0 0.2em;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.0rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_numbers li a:hover {
  color: #fff;
}

.page_numbers li .current {
  color: #fff;
}

/********************************************/
/* single page */
/********************************************/
.single_main_ttl {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
}

.the_content {
  margin-bottom: 60px;
  padding-bottom: 80px;
  border-bottom: solid 1px #494949;
}

.single_block .date_cat_list {
  margin-bottom: 150px;
  font-size: 0;
}

@media (max-width: 768px) {
  .single_block .date_cat_list {
    margin-bottom: 60px;
  }
}

.single_block .date_cat_list .date {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .single_block .date_cat_list .date {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.single_block .date_cat_list .cat {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0.3em 0.6em;
  background: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}

/********************************************/
/* pager_navi */
/********************************************/
.archive_btn {
  text-align: center;
}

.archive_btn a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive_btn a:before {
  position: absolute;
  bottom: 0.2em;
  left: 0;
  content: "";
  display: block;
  width: 46px;
  height: 6px;
  margin-right: 10px;
  background: url(../img/common/arr-left.svg) no-repeat left center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive_btn a:hover {
  opacity: .7;
}

/********************************************/
/* page company */
/********************************************/
.company_message_block .name_box {
  margin-top: 80px;
}

.company_message_block .name_box span {
  display: block;
  margin-bottom: 20px;
}

.company_message_block .name_box img {
  width: 70%;
  max-width: 229px;
}

.overview_table {
  width: 100%;
}

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

@media (max-width: 768px) {
  .overview_table tbody {
    display: block;
  }
}

.overview_table tr {
  border-bottom: solid 1px #494949;
}

@media (max-width: 768px) {
  .overview_table tr {
    display: block;
    padding: 20px 0;
  }
}

.overview_table tr:first-child {
  border-top: solid 1px #494949;
}

.overview_table th,
.overview_table td {
  padding: 2em 1em;
  line-height: 1.7;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
}

@media (max-width: 768px) {
  .overview_table th,
  .overview_table td {
    display: block;
    padding: 0;
  }
}

.overview_table th {
  vertical-align: top;
  text-align: left;
}

@media (max-width: 768px) {
  .overview_table th {
    margin-bottom: 10px;
  }
}

.overview_table .map_box {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  filter: grayscale(100%);
}

@media (max-width: 768px) {
  .overview_table .map_box {
    height: 300px;
  }
}

.overview_table .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************************/
/* mailform */
/********************************************/
.form_list dl {
  margin-bottom: 68px;
}

.form_list dl dt {
  margin-bottom: 1em;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
}

.form_list .required {
  position: relative;
  padding-right: 3em;
}

.form_list .required:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "必須";
  padding: 0.2em 0.3em;
  border: solid 1px #FD5522;
  color: #FD5522;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .form_list .required:after {
    font-size: 1.3rem;
  }
}

.form_list .zip span {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}

.mw_wp_form .error {
  padding-top: 1em;
  color: #FD5522 !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 1em 0.7em;
  border: solid 1px #ddd;
  background: #1C1C1C;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

input[type="text"].mini,
input[type="tel"].mini,
input[type="email"].mini,
select.mini,
textarea.mini {
  width: 50%;
}

textarea {
  height: 14em;
}

.policy_box {
  max-width: 650px;
  height: 180px;
  margin: 0 auto 50px;
  border: solid 1px #fff;
  padding: 20px;
  overflow-y: scroll;
}

.policy_box .txt_base {
  font-size: 1.4rem;
}

.policy_box .txt_base p {
  line-height: 1.7;
}

.policy_box ol {
  margin: 10px 0;
  padding-left: 1em;
}

.policy_box ol li {
  line-height: 1.7;
  font-size: 1.4rem;
}

.submit_btn {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 70px auto 0;
  padding: 0 23px;
}

.submit_btn:after {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  content: '';
  width: 46px;
  height: 6px;
  margin: auto;
  background: url(../img/common/circle-btn-arrow.svg) no-repeat center/100%;
  mix-blend-mode: difference;
  z-index: 1;
}

.submit_btn .input_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8em;
  border: solid 1px #494949;
  background: #494949;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.submit_btn .input_btn:hover {
  border-color: #fff;
  background: #1C1C1C;
}

.checkbox-input {
  display: inline-block;
}

.contact_form_block .checkbox-input label span {
  display: inline-block;
  position: relative;
  padding: 0.2em 0 0.2em 2em;
  font-size: 1.4rem;
}

.contact_form_block .checkbox-input label span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #ddd;
  background: #1C1C1C;
}

.contact_form_block .checkbox-input > span {
  display: block;
  margin-bottom: 1em;
}

.contact_form_block .checkbox-input > span:last-child {
  margin-bottom: 0;
}

.contact_form_block .checkbox-input label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: 0;
  left: 5px;
  width: 10px;
  height: 24px;
  margin: auto;
  transform: rotate(40deg);
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.mw_wp_form_confirm.mw_wp_form_preview .policy_box,
.mw_wp_form_confirm.mw_wp_form_preview .agree_check {
  display: none;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/

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