@charset 'UTF-8';
img {
  max-width: 100%;
  height: auto;
}
.txt_block p {
  margin-bottom: 0;
}
/* リキャプチャバッジ非表示
--------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}
/* 404
--------------------------- */
.p404_txt {
  margin-bottom: 0;
  margin-top: 1rem;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
/*******************************
container
*******************************/
.page_container {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page_container {
    width: 93.33%;
    max-width: 1320px;
  }
}
/*******************************
/* 背景
*******************************/
.bg_f8 {
  position: relative;
}
.bg_f8::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
/*******************************
/* 見出し
*******************************/
/* c-title1 */
.c-title1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.07rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 4.51rem;
}
.c-title1 .f-eng {
  display: block;
  font-size: 2.69rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .c-title1 {
    font-size: 1.06rem;
    margin-bottom: 5.13rem;
  }
  .c-title1 .f-eng {
    font-size: 2.66rem;
    margin-bottom: 1.03rem;
  }
}
#main2 .c-title1 {
  font-size: 1.07rem;
  font-weight: 500;
  margin-bottom: 4.51rem;
  padding-bottom: 0;
  border: none;
}
@media screen and (min-width: 1200px) {
  #main2 .c-title1 {
    font-size: 1.06rem;
    margin-bottom: 5.13rem;
  }
}
/*******************************
/* BUTTON
*******************************/
.vm {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #192f60;
  color: #fff;
  border: 1px solid rgba(25, 47, 96, 0.5);
  width: 100%;
  max-width: 280px;
  height: 66px;
  font-size: 1.07rem;
  letter-spacing: 0;
  transition: .3s;
}
.vm:hover {
  text-decoration: none;
  color: #192f60;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .vm {
    max-width: 360px;
    height: 80px;
    font-size: 1.06rem;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  width: 91.11%;
  margin: 0 auto 5.25rem;
  padding: 0;
}
#pan {
  font-size: 0.84rem;
  color: #a0a0a0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
#pan a {
  color: #a0a0a0;
  text-decoration: none;
}
#pan .current-item {
  color: #000;
}
@media screen and (min-width: 768px) {
  #pls {
    display: block;
  }
  #pan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #pan {
    font-size: 0.86rem;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
  max-width: 100%;
  margin-bottom: 0;
  background-color: #FFF;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th, #form td {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.53;
}
#form tr:first-child th, #form tr:first-child td {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
#form th {
  font-weight: bold;
  padding: 1.6rem 10px;
  width: 30%;
  vertical-align: initial;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
#form td {
  font-weight: 500;
  padding: 1.6rem 10px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  text-align: left;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    padding: 1.6rem 5px 0;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 1rem 5px 1.6rem;
  }
  #form tr:first-child td {
    border-top: none;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  max-width: 600px;
  padding: 10px 19px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.0em;
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.11rem;
}
.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.pagination li a, .pagination li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.23rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  letter-spacing: 0;
}
.pagination li.prev {
  margin-right: 10px;
}
.pagination li.next {
  margin-left: 10px;
}
.pagination li.prev a, .pagination li.next a {
  width: auto;
  font-size: 1.07rem;
  letter-spacing: 0;
}
.pagination li.active {
  margin: 0 10px;
}
.pagination li.active span {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.pagination li.empty {
  visibility: hidden;
  width: 35px;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 5.85rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    margin-top: 7.6rem;
  }
  .pagination li a, .pagination li span {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
  .pagination li.prev {
    margin-right: 20px;
  }
  .pagination li.next {
    margin-left: 20px;
  }
  .pagination li.prev a, .pagination li.next a {
    font-size: 1.06rem;
  }
  .pagination li.active {
    margin: 0 20px;
  }
  .pagination li.empty {
    width: 45px;
  }
}
/* PREV NEXT */
.prev-next {
  margin-top: 3rem;
  margin-bottom: 0;
  display: flex;
  width: 86%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.prev-next li {
  list-style: none;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}
.prev-next li:first-child {
  justify-content: unset;
}
.prev-next li:last-child {
  justify-content: end;
}
.prev-next li a {
  display: block;
  padding: 0 !important;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  text-align: center;
  transition: .2s;
}
.prev-next li a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .2s;
}
.prev-next #prev {
  margin: 0;
  padding: 0;
  transition: .2s;
}
.prev-next #prev:hover {
  opacity: 0.8;
  transition: .2s;
}
.prev-next #prev_title {
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.prev-next #prev_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 5%;
  transform: translateY(-50%) rotate(180deg);
  transition: .2s;
}
.prev-next #prev:hover #prev_title::after {
  left: 0;
  transition: .2s;
}
.prev-next #next {
  background-color: transparent;
  margin: 0;
  padding: 0;
  transition: .2s;
}
.prev-next #next:hover {
  opacity: 0.8;
  transition: .2s;
}
.prev-next #next_title {
  position: relative;
  padding-right: 45px;
  display: inline-block;
}
.prev-next #next_title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: .2s;
}
.prev-next #next:hover #next_title::after {
  right: 0;
  transition: .2s;
}
.prev-next li:nth-child(2) a {
  display: flex;
  align-items: center;
}
.prev-next li a img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .prev-next {
    margin-top: 4.5rem;
  }
  .prev-next li a {
    font-size: 1.2rem;
  }
  .prev-next #prev_title {
    padding-left: 65px;
  }
  .prev-next #prev_title::after {
    width: 40px;
    height: 28px;
  }
  .prev-next #next_title {
    padding-right: 65px;
  }
  .prev-next #next_title::after {
    width: 40px;
    height: 28px;
  }
  .prev-next li a img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .prev-next li a {
    font-size: 1.2rem;
  }
  .prev-next #prev_title {
    padding-left: 85px;
  }
  .prev-next #prev_title::after {
    width: 60px;
    height: 40px;
  }
  .prev-next #next_title {
    padding-right: 85px;
  }
  .prev-next #next_title::after {
    width: 60px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .prev-next {
    margin-top: 5rem;
  }
  .prev-next li a img {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
}
/********************************
/* single.php　アイキャッチ
********************************/
.sgl {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sgl {
    margin-bottom: 4rem;
  }
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #000;
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.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 (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br_min992 {
    display: block;
  }
  .br_max991 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .br_min992 {
    display: none;
  }
  .br_max991 {
    display: block;
  }
}
.br_768_991 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_768_991 {
    display: block;
  }
}
/*****************************
/* form_customize
*****************************/
.form_intro {
  margin-bottom: 2.37rem;
}
.form_intro p {
  margin-bottom: 0;
}
#form_customize input, #form_customize select, #form_customize textarea {
  color: #000;
  background-color: #f8f8f8;
  border: none;
  padding: 1.42rem 1.84rem;
  font-size: 1.07rem;
  letter-spacing: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  line-height: initial;
  outline: none;
  resize: none;
}
.bg_f8 #form_customize input, .bg_f8 #form_customize select, .bg_f8 #form_customize textarea {
  background-color: #fff;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus {
  outline: none;
}
#form_customize .form_block {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
#form_customize .form_block::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(198, 198, 198, 0.5);
}
/* プレースホルダー */
#form_customize input::placeholder, #form_customize textarea::placeholder {
  color: #bebebe;
  opacity: 1;
}
/* ラベル */
#form_customize .form_c_label {
  display: flex;
  align-items: flex-start;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.07rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1.15rem;
  line-height: 1.5;
}
/* 必須 */
.form_label_req {
  font-size: 0.84rem;
  margin-right: 10px;
  margin-top: 0;
  line-height: 1;
  color: #fff;
  background-color: #192f60;
  letter-spacing: 0.08em;
  text-align: center;
  width: 50px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip {
  font-size: 0.86rem;
  color: #bb0000;
}
/* 個人情報 */
#form_customize .form_block.form_c_agree {
  padding-bottom: 0;
  margin-top: 1.27rem;
  margin-bottom: 2.29rem;
}
#form_customize .form_block.form_c_agree::after {
  display: none;
}
#form_customize .form_c_agree {
  border-bottom: none;
  text-align: center;
  margin-top: -0.82rem;
  margin-bottom: 1.67rem;
}
#form_customize .form_c_agree .form_check_box {
  margin-bottom: 0.738rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-form-control {
  text-align: center;
}
#form_customize .form_c_agree .form_contact_item .form_check_box .wpcf7-form-control {
  text-align: left;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item {
  margin-right: 0;
}
.f_note {
  margin-bottom: 0;
  font-size: 1.11rem;
  letter-spacing: 0.06em;
  text-align: center;
}
#form_customize .form_c_item.form_contact_item {
  width: 100%;
}
.form_contact_item .f_note {
  text-align: left;
}
.form_contact_item .f_note2 {
  margin-top: 1.5rem;
  font-size: 1.11rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-align: left;
}
.f_note a {
  color: #000;
  text-decoration: underline;
}
.f_note a:hover {
  color: #666;
}
/* 送信ボタン */
#form_customize .form_block.form_c_submit {
  margin-bottom: 0;
  padding-bottom: 0;
}
#form_customize .form_block.form_c_submit::after {
  display: none;
}
#form_customize .form_c_submit {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#form_customize .form_c_submit input {
  width: 100%;
  height: 60px;
  font-size: 1.15rem;
  letter-spacing: 0;
  background-color: #192f60;
  color: #fff;
  line-height: 50px;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  #form_customize .form_block {
    display: flex;
    align-items: flex-start;
  }
  /* ラベル */
  #form_customize .form_c_label {
    width: 30%;
    padding: 1.12rem 0;
    margin-bottom: 0;
  }
  /* 入力欄 */
  #form_customize .form_c_item {
    width: 70%;
  }
  /* 個人情報 */
  #form_customize .form_block.form_c_agree .form_check_box .wpcf7-form-control {
    justify-content: center;
  }
  #form_customize .form_block.form_c_agree .form_contact_item .form_check_box .wpcf7-form-control {
    justify-content: unset;
	          margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #form_customize input, #form_customize select, #form_customize textarea {
    font-size: 1.06rem;
    padding: 1.77rem 2.13rem;
  }
  /* ラベル */
  #form_customize .form_c_label {
    font-size: 1.06rem;
    padding: 1.77rem 0;
  }
  /* 必須 */
  .form_label_req {
    width: 60px;
    height: 24px;
    font-size: 0.86rem;
    margin-right: 13px;
  }
  /* 個人情報 */
  #form_customize .form_block.form_c_agree {
    margin-top: 3.33rem;
    margin-bottom: 3.6rem;
  }
  #form_customize .form_block.form_c_agree .form_c_item {
    width: 100%;
  }
  #form_customize .form_block.form_c_agree .form_check_box .wpcf7-list-item-label {
    font-size: 1.11rem;
  }
  .f_note {
    font-size: 1.13rem;
  }
  /* 送信ボタン */
  #form_customize .form_c_submit input {
    height: 80px;
    font-size: 1.2rem;
  }
}
/* CUSTOM SELECTBOX */
#form_customize select {
  color: #c8c8c8;
  -webkit-appearance: none;
  appearance: none;
}
#form_customize select.selected {
  color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-list-item {
  margin: 0;
  display: block;
}
#form_customize .form_check_box label {
  cursor: pointer;
  margin-bottom: 0;
}
#form_customize .form_check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form_customize .form_check_box .wpcf7-form-control {
  margin: -5px 0;
}
#form_customize .form_check_box .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  margin: 5px 0;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 0;
}
.bg_f8 #form_customize .form_check_box .wpcf7-list-item-label::before {
  background-color: #fff;
}
#form_customize .form_check_box .wpcf7-list-item-label::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  background-color: #192f60;
  border-radius: 0;
  opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #form_customize .form_check_block .form_c_label {
    padding: 0.1rem 0;
  }
  #form_customize .form_check_box .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
  }
  #form_customize .form_check_box .wpcf7-list-item {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #form_customize .form_check_box .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_check_block .form_c_label {
    padding: 0.2rem 0;
  }
  #form_customize .form_check_box .wpcf7-form-control {
    margin: -7px 0;
  }
  #form_customize .form_check_box .wpcf7-list-item-label {
    margin: 7px 0;
  }
  #form_customize .form_check_box .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
  #form_customize .form_check_box .wpcf7-list-item-label::after {
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
  }
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/* CHECKBOX 2列 */
#form_customize .form_check_box.flex .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
#form_customize .form_check_box.flex .wpcf7-list-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #form_customize .form_check_box.flex .wpcf7-list-item {
    width: calc((100% - 6rem)/4);
  }
  #form_customize .form_check_box.flex .wpcf7-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
/* 日時 */
#form_customize .form_c_item.datetime {
  display: flex;
  justify-content: space-between;
}
#form_customize .form_c_item.datetime .select_item {
  width: calc((100% - 5px)/2);
}
@media screen and (min-width: 1200px) {
  #form_customize .form_c_item.datetime .select_item {
    width: calc((100% - 10px)/2);
  }
}
/* 住所 */
#form_customize .add .add-zip {
  margin-bottom: 5px;
}
#form_customize #autozip {
  display: none;
}
@media screen and (min-width: 1200px) {
  #form_customize .add .add-zip {
    margin-bottom: 10px;
  }
}
/* ============================ */
/* POST INDEX */
.c-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
.c-post-index__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: .3s;
}
.c-post-index__link span {
  display: inline-block;
  margin-top: 2px;
  color: #000;
}
.c-post-index__link img {
  display: block;
  height: 30px;
  margin-left: 28px;
  width: 7px;
  margin-top: 3px;
}
.c-post-index__link.link-prev img {
  margin-left: 0;
  margin-right: 28px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 7px;
  margin-top: 3px;
}
.c-post-index__link.is-disable {
  opacity: 0.3;
  pointer-events: none;
}
.c-post-index__link:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s;
}
.c-post-index__text {
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #000 !important;
}
.c-post-index__text img {
  display: block;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  transition: .3s;
}
.c-post-index__text:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #000;
  transition: .3s;
}
.c-post-index--tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-post-index {
    margin-top: 50px;
  }
  .c-post-index__text {
    font-size: 1.1rem;
  }
  .c-post-index__text img {
    width: 20px;
  }
  .c-post-index__link {
    font-size: 1.2rem;
  }
  .c-post-index__link img {
    height: 20px;
    margin-left: 10px;
  }
  .c-post-index__link.link-prev img {
    margin-right: 10px;
  }
}
/********************
/* イベント・施工事例共通
********************/
/***** tags *****/
.tags_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
  margin-right: -6px;
  margin-bottom: -2px;
}
.tags_block .tag {
  display: flex;
  align-items: center;
  width: auto;
  height: 24px;
  padding: 0 14px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 2px 6px 2px 0;
  transition: .3s;
}
.tags_block .tag:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tags_block .tag.event_tag, .tags_block .tag.works_cat {
  background-color: #000;
}
.tags_block .tag.event_cat, .tags_block .tag.works_design {
  background-color: #9b7e3b;
}
.tags_block .tag.works_features {
  background-color: #192f60;
}
.tags_block .tag.event_product, .tags_block .tag.works_brand {
  background-color: #797979;
}
@media screen and (min-width: 1200px) {
  .tags_block .tag {
    font-size: 0.86rem;
  }
}
/********************
/* イベント
********************/
/***** ev_tit *****/
.ev_tit {
  font-size: 1.15rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
  margin-top: 1.03rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .ev_tit {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.83rem;
    margin-bottom: 1.2rem;
  }
}
/***** ev_detail *****/
.ev_detail {
  font-size: 1rem;
  line-height: 1.76;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .ev_detail {
    font-size: 0.93rem;
    line-height: 1.64;
  }
}
/***** event一覧 *****/
.ac_event {
  width: 91.11%;
  margin-right: auto;
  margin-left: auto;
}
.event_index {
  display: flex;
  flex-wrap: wrap;
  width: 84.43%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.61rem;
}
.event_index a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 6px)/2);
  height: 35px;
  margin-top: 6px;
  margin-right: 6px;
  color: #fff;
  transition: .3s;
}
.event_index a:nth-of-type(1), .event_index a:nth-of-type(2) {
  margin-top: 0;
}
.event_index a:nth-of-type(2n) {
  margin-right: 0;
}
.event_index a.all_color {
  background-color: #192f60;
}
.event_index a.tag_color {
  background-color: #000;
}
.event_index a.cat_color {
  background-color: #9b7e3b;
}
.event_index a.all_color.active {
  border: 1px solid rgba(25, 47, 96, 0.5);
  background-color: #fff;
  color: #192f60;
}
.event_index a.tag_color.active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #000;
}
.event_index a.cat_color.active {
  border: 1px solid rgba(155, 126, 59, 0.5);
  background-color: #fff;
  color: #9b7e3b;
}
.event_index a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.event_block {
  margin-bottom: 0;
}
.event_block li {
  list-style: none;
  margin-top: 3.34rem;
}
.event_block li:first-child {
  margin-top: 0;
}
.event_block li > a {
  display: block;
}
.event_block li > a:hover {
  text-decoration: none;
}
.event_block .zoom {
  margin-bottom: 20px;
  position: relative;
}
.event_block .zoom .event_end, .ev_item .zoom .event_end {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .event_index {
    width: 100%;
    max-width: 800px;
  }
  .event_index a {
    width: calc((100% - 24px)/5);
    margin-top: 0;
  }
  .event_index a:nth-of-type(2n) {
    margin-right: 6px;
  }
  .event_index a:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .event_block {
    display: flex;
    flex-wrap: wrap;
  }
  .event_block li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
  }
  .event_block li:nth-child(2), .event_block li:nth-child(3) {
    margin-top: 0;
  }
  .event_block li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .event_index {
    margin-bottom: 6.3rem;
  }
  .event_block li {
    width: calc((100% - 90px)/3);
    margin-top: 4.16rem;
    margin-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .event_index a {
    width: calc((100% - 32px)/5);
    margin-right: 8px;
    height: 40px;
    margin-top: 0;
  }
  .event_index a:nth-of-type(2n) {
    margin-right: 8px;
  }
  .event_index a:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .event_block li {
    width: calc((100% - 120px)/4);
    margin-right: 40px;
  }
  .event_block li:nth-child(4) {
    margin-top: 0;
  }
  .event_block li:nth-child(3n) {
    margin-right: 40px;
  }
  .event_block li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .event_block li {
    width: calc((100% - 150px)/4);
    margin-right: 50px;
  }
  .event_block li:nth-child(3n) {
    margin-right: 50px;
  }
  .event_block li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .event_block li {
    width: calc((100% - 180px)/4);
    margin-right: 60px;
  }
  .event_block li:nth-child(3n) {
    margin-right: 60px;
  }
  .event_block li:nth-child(4n) {
    margin-right: 0;
  }
}
/***** イベント詳細ページ *****/
.event_bg {
  position: relative;
}
.event_bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
  top: var(--bg-start, 0px);
  height: var(--bg-height, 100px);
}
.event_eye {
  width: 92.3%;
  margin: 0 auto 2.67rem;
  text-align: center;
}
.event_ov {
  width: 84.61%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5.38rem;
}
.event_ov .tags_block {
  margin-bottom: calc(1.09rem - -2px);
}
.event_copy {
  text-align: justify;
  margin-bottom: 2.57rem;
}
.event_ov #form {
  margin-bottom: 0;
}
.event_ov #form th, .event_ov #form td {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 1.8rem 3rem;
}
.event_ov #form th {
  background-color: #192f60;
  color: #fff;
  text-align: center;
  width: 25%;
}
.event_ov #form td {
  background-color: #fff;
  color: #000;
}
.event_ov #form tr:first-child th, .event_ov #form tr:first-child td {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
.event_campaign {
  text-align: center;
  margin-top: 3.07rem;
}
.event_ov .vm {
  margin-top: 3.84rem;
}
@media screen and (min-width: 768px) {
  .event_bg::before {
    width: 93.33%;
    max-width: 1640px;
    left: 50%;
    transform: translateX(-50%);
  }
  .event_eye {
    width: 86%;
    max-width: 1200px;
  }
  .event_ov {
    width: 70%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 992px) {
  .event_eye {
    margin-bottom: 3.8rem;
  }
  .event_ov {
    padding-bottom: 7.35rem;
  }
  .event_ov .tags_block {
    margin-bottom: calc(1.31rem - -2px);
  }
  .event_copy {
    margin-bottom: 3.41rem;
  }
  .event_campaign {
    margin-top: 3.86rem;
  }
  .event_ov .vm {
    margin-top: 4.58rem;
  }
}
@media screen and (min-width: 1200px) {
  .event_eye {
    margin-bottom: 4.93rem;
  }
  .event_ov {
    padding-bottom: 9.33rem;
  }
  .event_ov .tags_block {
    margin-bottom: calc(1.53rem - -2px);
  }
  .event_copy {
    margin-bottom: 4.26rem;
  }
  .event_campaign {
    margin-top: 4.66rem;
  }
  .event_ov .vm {
    margin-top: 5.33rem;
  }
}
@media only screen and (max-width: 479px) {
  .event_ov #form th {
    display: table-cell;
    width: 25%;
    padding: 1.3rem 1rem;
    font-size: 0.92rem;
  }
  .event_ov #form td {
    display: table-cell;
    width: 75%;
    padding: 1.3rem 1rem;
    font-size: 0.92rem;
  }
}
/*** event_contents ***/
.event_contents {
  width: 84.61%;
  max-width: 1000px;
  margin: 5.38rem auto 0;
}
.ev_con + .ev_con {
  margin-top: 5.83rem;
}
.e_point_block + .e_point_block {
  margin-top: 3.84rem;
}
.e_point_block .point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 23px;
  background-color: #192f60;
  color: #fff;
  font-size: 0.769rem;
  margin-bottom: 2rem;
}
.e_point_img {
  text-align: center;
  margin-bottom: 1.52rem;
}
.reason .e_point_img {
  margin-top: 1.9rem;
}
.event_data {
  background-color: #f8f8f8;
  padding: 3.07rem 0;
}
.event_data #form {
  width: 80%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  margin-bottom: 0;
}
.event_data #form th, .event_data #form td {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  padding: 15px 0;
  font-weight: 500;
}
.event_data #form tr:first-child th, .event_data #form tr:first-child td {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
.event_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_btn a + a {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .event_data {
    padding: 3.84rem 0;
  }
  .event_btn {
    flex-direction: row;
    justify-content: center;
  }
  .event_btn a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .event_contents {
    margin-top: 7.35rem;
  }
}
@media screen and (min-width: 1200px) {
  .event_contents {
    margin-top: 9.33rem;
  }
  .ev_con + .ev_con {
    margin-top: 6.66rem;
  }
  .e_point_block + .e_point_block {
    margin-top: 4.66rem;
  }
  .e_point_block .point {
    font-size: 0.8rem;
    width: 90px;
    height: 28px;
    margin-bottom: 1.26rem;
  }
  .e_point_img {
    margin-bottom: 2.16rem;
  }
  .event_data {
    padding: 4rem 0;
  }
  .event_data #form th, .event_data #form td {
    padding: 20px 0;
  }
  .event_btn a + a {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .event_data #form {
    margin-bottom: 0;
  }
  .event_data #form th, .event_data #form td {
    display: table-cell;
    padding: 10px 0;
  }
  .event_data #form th {
    width: 40%;
  }
  .event_data #form td {
    width: 60%;
  }
}
/*YouTube*/
.single_works_movie{
	    margin: 3rem auto 5rem;
}
#main2 .single_works_movie .c-title1 {
    margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
	.single_works_movie {
    margin: 5rem auto 7rem;
}
}
/*ACCESS*/
#main2 .event_access .c-title1 {
    margin-bottom: 3rem;
}
.event_access .youtube{
	margin-bottom: 2.57rem;
}
.access_copy{
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.38rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.access_txt{
	text-align: center;
	margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
	.event_access .youtube{
		margin-bottom: 3.5rem;
	}
	.access_copy{
		font-size: 1.58rem;
	}
}
/* その他のイベント */
.other_works .event_block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other_works .event_block {
    width: 93.33%;
    margin-right: auto;
    margin-left: auto;
  }
  .other_works .event_block li:nth-child(3) {
    margin-right: 0;
  }
  .other_works .event_block li:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .other_works .event_block li:nth-child(3) {
    margin-right: 40px;
  }
  .other_works .event_block li:nth-child(4) {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .other_works .event_block li:nth-child(3) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .other_works .event_block li:nth-child(3) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .other_works .event_block li {
    padding: 0 10px;
    margin-top: 0;
  }
  /* arrow */
  .other_works .event_block .slick-prev, .other_works .event_block .slick-next {
    width: 34px;
    height: 34px;
    top: calc(50% - 20%);
    border-radius: 50%;
    background-color: #192f60;
    z-index: 1;
  }
  .other_works .event_block .slick-prev {
    left: 4.615%;
  }
  .other_works .event_block .slick-next {
    right: 4.615%;
  }
  .other_works .event_block .slick-prev::before, .other_works .event_block .slick-next::before {
    display: none;
  }
  .other_works .event_block .slick-prev::after, .other_works .event_block .slick-next::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    background-image: url("../images/arrow_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .other_works .event_block .slick-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
/********************
/* 施工事例
********************/
/***** works search *****/
.works_search {
  width: 91.11%;
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.61rem;
}
.ws_item {
  position: relative;
}
.ws_item + .ws_item {
  margin-top: 8px;
}
.ws_item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 5px;
  pointer-events: none;
  background-image: url("../images/works_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ws_item select {
  appearance: none; /* Safari、Chrome */
  -webkit-appearance: none; /* iOS */
  -moz-appearance: none; /* Firefox */
  background-color: #192f60;
  color: #fff;
  border: none;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 1.07rem;
  letter-spacing: 0;
  height: 50px;
  padding: 0 20px;
  margin: 0;
}
.works_search select.selected {
  appearance: none;
  background-color: #fff;
  color: #192f60;
  border: 1px solid rgba(25, 47, 96, 0.5);
}
@media screen and (min-width: 768px) {
  .works_search {
    display: flex;
    justify-content: space-between;
  }
  .ws_item {
    width: calc((100% - 24px)/4);
  }
  .ws_item + .ws_item {
    margin-top: 0;
  }
  .ws_item::after {
    right: 10px;
  }
  .ws_item select {
    font-size: 0.92rem;
    padding: 0 13px;
  }
}
@media screen and (min-width: 992px) {
  .works_search {
    margin-bottom: 6.3rem;
  }
  .ws_item::after {
    right: 20px;
    width: 10px;
    height: 6px;
  }
  .ws_item select {
    padding: 0 30px;
    font-size: 1.07rem;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .works_search {
    margin-bottom: 8rem;
  }
  .ws_item::after {
    right: 25px;
  }
  .ws_item select {
    font-size: 1.06rem;
    height: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .ws_item select {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1600px) {
  .ws_item::after {
    right: 30px;
  }
  .ws_item select {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .works_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ws_item {
    width: calc((100% - 8px)/2);
  }
  .ws_item + .ws_item {
    margin-top: 0;
  }
  .ws_item:nth-of-type(3), .ws_item:nth-of-type(4) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 575px) {
  .ws_item select {
    font-size: 0.84rem;
    padding: 0 15px;
  }
  .ws_item::after {
    right: 15px;
    width: 8px;
    height: 5px;
  }
}
/***** works一覧 *****/
.works_block {
  margin-bottom: 0;
}
.works_block li {
  list-style: none;
  margin-top: 2.67rem;
}
.works_block li:first-child {
  margin-top: 0;
}
.works_block li a {
  display: block;
  color: #fff;
}
.works_block a .zoom {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .works_block {
    display: flex;
    flex-wrap: wrap;
  }
  .works_block li {
    width: calc((100% - 12px)/3);
    margin-top: 1.79rem;
    margin-right: 6px;
  }
  .works_block li:nth-child(2), .works_block li:nth-child(3) {
    margin-top: 0;
  }
  .works_block li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .works_block li {
    margin-top: 4.57rem
  }
}
@media screen and (min-width: 1200px) {
  .works_block li {
    margin-top: 6.26rem;
  }
}
/***** works_txtArea *****/
.new_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #192f60;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .new_label {
    width: 70px;
    height: 70px;
  }
}
/***** works_txtArea *****/
.works_txtArea {
  width: 82.05%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .works_txtArea {
    width: 86.57%;
  }
}
/* works_tit */
.works_tit {
  font-size: 1.15rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
  margin-top: 1.03rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .works_tit {
    font-size: 1.2rem;
    margin-top: 0.83rem;
    line-height: 1.5;
  }
}
/***** single_works *****/
.single_works h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.76rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.24rem;
}
.works_bg {
  position: relative;
}
.works_bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
  top: var(--bg-start, 0px);
  height: var(--bg-height, 100px);
}
.works_eye {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.works_eye {
  aspect-ratio: 660 / 421;
}
.works_slide, .works_slide .slick-list, .works_slide .slick-track {
  width: 100%;
  height: 100%;
}
.works_slide_item.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .single_works h1 {
    text-align: center;
  }
  .works_bg::before {
    width: 93.33%;
    max-width: 1640px;
    left: 50%;
    transform: translateX(-50%);
  }
  .works_eye {
    width: 86%;
    max-width: 1320px;
  }
}
@media screen and (min-width: 1200px) {
  .single_works h1 {
    font-size: 2rem;
    margin-bottom: 5.96rem;
  }
}
/* arrow */
.w_arrows {
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100px;
  height: 35px;
}
.w_arrows::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26.923%;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w_arrows .arrows-left, .w_arrows .arrows-right {
  width: 43px;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.w_arrows .arrows-left::after, .w_arrows .arrows-right::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/w_arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.w_arrows .arrows-left::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .w_arrows {
    width: 130px;
    height: 45px;
  }
  .w_arrows .arrows-left, .w_arrows .arrows-right {
    width: 56px;
  }
  .w_arrows .arrows-left::after, .w_arrows .arrows-right::after {
    width: 12px;
    height: 9.5px;
  }
}
@media screen and (min-width: 1200px) {
  .w_arrows {
    width: 150px;
    height: 52px;
  }
  .w_arrows .arrows-left, .w_arrows .arrows-right {
    width: 65px;
  }
  .w_arrows .arrows-left::after, .w_arrows .arrows-right::after {
    width: 14px;
    height: 11px;
  }
}
/* works_data */
.works_data {
  position: relative;
  margin-top: 3.91rem;
  padding-bottom: 5.38rem;
}
.works_data .inner {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
}
.works_data .tags_block {
  margin-bottom: 28px;
}
.works_data #form {
  background-color: transparent;
  margin-bottom: 0;
}
.works_data #form th, .works_data #form td {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 1.8rem 0;
}
.works_data #form tr:first-child th, .works_data #form tr:first-child td {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
@media screen and (min-width: 768px) {
  .w_data_flex.is-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .w_data_flex.is-flex #form {
    width: calc((100% - 2.5rem)/2);
  }
  .w_data_flex.is-flex #form th {
    width: 35%;
  }
  .w_data_flex.is-flex #form td {
    width: 65%;
  }
  .works_data .inner {
    width: 70%;
    max-width: 1000px;
  }
  .works_data #form th {
    width: 15%;
  }
  .works_data #form td {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .w_data_flex.is-flex #form {
    width: calc((100% - 4rem)/2);
  }
  .w_data_flex.is-flex #form th {
    width: 30%;
  }
  .w_data_flex.is-flex #form td {
    width: 70%;
  }
  .works_data {
    margin-top: 5.6rem;
    padding-bottom: 7.35rem;
  }
  .works_data .tags_block {
    margin-bottom: 35px;
  }
  .works_data .tags_block .tag {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .works_data {
    margin-top: 7.3rem;
    padding-bottom: 9.33rem;
  }
  .works_data .tags_block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .works_data #form th, .works_data #form td {
    display: table-cell;
  }
  .works_data #form th {
    width: 30%;
  }
  .works_data #form td {
    width: 70%;
  }
}
/* works_gallery */
.works_gallery {
  width: 92.3%;
  margin-top: 5.38rem;
  margin-right: auto;
  margin-left: auto;
}
.wg_item {
  margin-top: 1.7rem;
}
.wg_item:nth-of-type(1) {
  margin-top: 0;
}
.works_img {
  margin-bottom: 0.93rem;
}
.wg_item p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .works_gallery {
    width: 86%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wg_item {
    width: calc((100% - 40px)/2);
  }
  .wg_item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .works_gallery {
    margin-top: 7.35rem;
  }
  .wg_item {
    width: calc((100% - 50px)/2);
    margin-top: 3.21rem;
  }
  .works_img {
    margin-bottom: 1.54rem;
  }
}
@media screen and (min-width: 1200px) {
  .works_gallery {
    margin-top: 9.33rem;
  }
  .wg_item {
    width: calc((100% - 60px)/2);
    margin-top: 4.73rem;
  }
  .works_img {
    margin-bottom: 2.16rem;
  }
}
/* other */
.other_works {
  position: relative;
  padding: 5.38rem 0 6.15rem;
  margin-top: 5.38rem;
}
.other_works::before {
  position: absolute;
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.other_works .vm {
  margin-top: 4.21rem;
}
@media screen and (min-width: 992px) {
  .other_works {
    padding: 7.72rem 0 8.4rem;
    margin-top: 7.72rem;
  }
}
@media screen and (min-width: 1200px) {
  .other_works {
    padding: 10.06rem 0 10.66rem;
    margin-top: 10.06rem;
  }
  .other_works .vm {
    margin-top: 4.93rem;
  }
}
/********************
/* お知らせ・ブログ
********************/
.archive_info {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .archive_info {
    width: 93.33%;
    max-width: 1320px;
  }
}
/* info_index */
.info_index {
  display: flex;
  justify-content: center;
  margin-bottom: 4.61rem;
}
.info_index .vm {
  background-color: #fff;
  color: #192f60;
  border: 1px solid rgba(25, 47, 96, 0.5);
}
.info_index .vm.active {
  background-color: #192f60;
  color: #fff;
}
.info_index .vm + .vm {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .info_index {
    margin-bottom: 6.3rem;
  }
  .info_index .vm + .vm {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .info_index {
    margin-bottom: 8rem;
  }
  .info_index .vm + .vm {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .info_index .vm {
    height: 50px;
    font-size: 1rem;
  }
}
/*** info_block ***/
.info_block {
  margin-bottom: 0;
}
.info_block li {
  list-style: none;
  position: relative;
  padding-top: 20px;
}
.info_block li:first-child {
  padding-top: 0;
}
.info_block li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(160, 160, 160, 0.25);
}
.info_block li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
  position: relative;
}
.info_block li:first-child a {
  padding-top: 0;
}
.info_block li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform .3s;
  z-index: -1;
}
.info_block li a:hover {
  text-decoration: none;
}
.info_block li a:hover::before {
  transform: scale(1);
}
.info_img {
  width: 27.77%;
}
.info_txtArea {
  width: 61.11%;
  padding-top: 10px;
  position: relative;
}
.info_cat {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.53;
  background-color: #9b7e3b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.38rem;
  margin-bottom: 0.63rem;
}
.info_tit {
  font-size: 1.07rem;
  color: #000;
  letter-spacing: 0;
  line-height: 1.92;
  margin-bottom: 0;
}
.info_date {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .info_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info_block li {
    width: calc((100% - 40px)/2);
  }
  .info_block li:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .info_block li {
    width: calc((100% - 60px)/2);
    padding-top: 25px;
  }
  .info_block li a {
    padding-bottom: 25px;
  }
  .info_img {
    width: 25.8%;
  }
  .info_txtArea {
    width: 67.74%;
    padding-top: 20px;
  }
  .info_txtArea .arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #192f60;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .info_txtArea .arrow::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    background-image: url("../images/arrow_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .info_block li {
    width: calc((100% - 80px)/2);
  }
  .info_block li + li {
    padding-top: 30px;
  }
  .info_block li a {
    padding-bottom: 30px;
  }
  .info_txtArea {
    padding-top: 28px;
  }
  .info_txtArea .inner {
    width: calc(100% - 40px);
  }
  .info_cat {
    margin-bottom: 0.73rem;
  }
  .info_tit {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .info_date {
    font-size: 0.93rem;
  }
}
@media screen and (min-width: 1400px) {
  .info_txtArea {
    padding-top: 38px;
  }
}
/***** お知らせ・ブログ詳細ページ *****/
.blog_container {
  width: 91.11%;
  margin-right: auto;
  margin-left: auto;
}
.blog_name_date {
  display: flex;
  align-items: center;
}
.blog_name_date .cat {
  background-color: #192f60;
  color: #fff;
  width: 90px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  margin-bottom: 0;
}
.blog_name_date .date {
  font-size: 0.92rem;
  color: #192f60;
  margin-left: 20px;
  margin-bottom: 0;
}
.blog_eye {
  text-align: center;
  margin-top: 2.3rem;
}
.blog_content {
  margin-top: 2.67rem;
}
@media screen and (min-width: 768px) {
  .blog_container {
    width: 93.33%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .blog_name_date .cat {
    width: 120px;
    height: 30px;
    font-size: 0.86rem;
  }
  .blog_name_date .date {
    font-size: 0.93rem;
  }
  .blog_eye {
    margin-top: 2.66rem;
  }
  .blog_content {
    margin-top: 3.5rem;
  }
}
/********************
/* お客様の声
********************/
/***** 一覧 *****/
.ac_voice_block {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.ac_voice_block > li {
  list-style: none;
  margin-top: 3.44rem;
}
.ac_voice_block > li:first-child {
  margin-top: 0;
}
.ac_voice_block > li a {
  display: block;
}
.ac_voice_block > li a:hover {
  text-decoration: none;
}
.ac_voice_img.zoom {
  position: relative;
  margin-bottom: 20px;
}
.ac_voice_img .no_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #192f60;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.ac_voice_tag {
  display: flex;
  margin-bottom: 1.23rem;
}
.ac_voice_tag li {
  list-style: none;
  background-color: #9b7e3b;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  height: 24px;
  padding: 0 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ac_voice_tag li + li {
  margin-left: 6px;
  background-color: #797979;
}
.ac_voice_tit {
  color: #000;
  font-size: 1.23rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ac_voice_block {
    width: 93.33%;
    max-width: 1640px;
    display: flex;
    flex-wrap: wrap;
  }
  .ac_voice_block > li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .ac_voice_block > li:nth-child(2), .ac_voice_block > li:nth-child(3) {
    margin-top: 0;
  }
  .ac_voice_block > li:nth-child(3n) {
    margin-right: 0;
  }
  .ac_voice_img .no_label {
    width: 45px;
    height: 45px;
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 992px) {
  .ac_voice_block > li {
    width: calc((100% - 60px)/3);
    margin-top: 4.85rem;
    margin-right: 30px;
  }
  .ac_voice_img .no_label {
    width: 50px;
    height: 50px;
    font-size: 1.23rem;
  }
}
@media screen and (min-width: 1200px) {
  .ac_voice_block > li {
    width: calc((100% - 80px)/3);
    margin-top: 6.26rem;
    margin-right: 40px;
  }
  .ac_voice_img .no_label {
    width: 60px;
    height: 60px;
    font-size: 1.33rem;
  }
  .ac_voice_tag {
    margin-bottom: 0.93rem;
  }
  .ac_voice_tag li + li {
    font-size: 0.86rem;
  }
  .ac_voice_tit {
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 1400px) {
  .ac_voice_block > li {
    width: calc((100% - 120px)/3);
    margin-right: 60px;
  }
  .ac_voice_img .no_label {
    width: 70px;
    height: 70px;
  }
}
/***** single voice *****/
.single_voice h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.76rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.24rem;
}
@media screen and (min-width: 768px) {
  .single_voice h1 {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .single_voice h1 {
    font-size: 2rem;
    margin-bottom: 5.96rem;
  }
}
/* インタビュー */
.voice_bg1, .voice_bg2 {
  position: relative;
}
.voice_bg1::before, .voice_bg2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f8f8f8; /* 必要な色に変更してください */
  z-index: -1;
  top: var(--bg-start, 0px);
  height: var(--bg-height, 100px);
}
.voice_eye {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
	text-align: center;
}
@media screen and (min-width: 768px) {
  .voice_eye {
    width: 86%;
    max-width: 1320px;
  }
  .voice_bg1::before, .voice_bg2::before {
    width: 93.33%;
    max-width: 1640px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.voice_data {
  position: relative;
  margin-top: 3.91rem;
  padding-bottom: 5.38rem;
}
.voice_data .inner {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
}
.voice_data .ac_voice_tag {
  margin-bottom: 30px;
}
.voice_data #form {
  background-color: transparent;
  margin-bottom: 0;
}
.voice_data #form th, .voice_data #form td {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 1.8rem 0;
}
.voice_data #form tr:first-child th, .voice_data #form tr:first-child td {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
@media screen and (min-width: 768px) {
  .voice_data .inner {
    width: 60%;
    max-width: 800px;
  }
  .voice_data #form th {
    width: 15%;
  }
  .voice_data #form td {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  .voice_data {
    margin-top: 5.6rem;
    padding-bottom: 7.35rem;
  }
  .voice_data .ac_voice_tag {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .voice_data {
    margin-top: 7.3rem;
    padding-bottom: 9.33rem;
  }
  .voice_data .ac_voice_tag {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .voice_data #form th, .voice_data #form td {
    display: table-cell;
  }
  .voice_data #form th {
    width: 30%;
  }
  .voice_data #form td {
    width: 70%;
  }
}
/* voice_interview */
.voice_interview {
  width: 92.3%;
  margin: 5.38rem auto 0;
}
.voice_interview ul li {
  list-style: none;
}
.voice_interview ul li + li {
  margin-top: 3.34rem;
}
.vi_item + .vi_item {
  margin-top: 2.94rem;
}
.vi_tit {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 1.38rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 1.3rem;
  text-indent: 0;
}
.vi_line {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #000;
  margin-right: 15px;
  position: relative;
  top: -0.1em; /* テキストの縦位置と揃える用の微調整 */
}
.vi_txtArea .txt_block {
  text-align: justify;
}
.vi_img {
  margin-top: 3.44rem;
  position: relative;
}
.vi_img span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0.2rem 1.3rem;
}
@media screen and (min-width: 768px) {
  .voice_interview {
    width: 86%;
    max-width: 1320px;
  }
  .voice_interview ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .voice_interview ul li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .voice_interview ul li + li {
    margin-top: 4.21rem;
  }
  .vi_txtArea {
    width: 43%;
  }
  .vi_img {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .voice_interview {
    margin-top: 7.35rem;
  }
  .voice_interview ul li + li {
    margin-top: 4.98rem;
  }
}
@media screen and (min-width: 1200px) {
  .voice_interview {
    margin-top: 9.33rem;
  }
  .voice_interview ul li + li {
    margin-top: 6.36rem;
  }
  .vi_item + .vi_item {
    margin-top: 3.86rem;
  }
  .vi_tit {
    font-size: 1.53rem;
  }
  .vi_txtArea {
    width: 40%;
  }
  .vi_img {
    width: 51%;
    margin-top: 0;
  }
}
/* 契約者様アンケート */
.voice_eye.vs {
  aspect-ratio: 660 / 421;
}
.vs .voice_slide, .vs .slick-list, .vs .slick-track {
  width: 100%;
  height: 100%;
}
.voice_slide_item.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* arrow */
.v_arrows {
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100px;
  height: 35px;
}
.v_arrows::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26.923%;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.v_arrows .arrows-left, .v_arrows .arrows-right {
  width: 43px;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.v_arrows .arrows-left::after, .v_arrows .arrows-right::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/w_arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.v_arrows .arrows-left::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .v_arrows {
    width: 130px;
    height: 45px;
  }
  .v_arrows .arrows-left, .v_arrows .arrows-right {
    width: 56px;
  }
  .v_arrows .arrows-left::after, .v_arrows .arrows-right::after {
    width: 12px;
    height: 9.5px;
  }
}
@media screen and (min-width: 1200px) {
  .v_arrows {
    width: 150px;
    height: 52px;
  }
  .v_arrows .arrows-left, .v_arrows .arrows-right {
    width: 65px;
  }
  .v_arrows .arrows-left::after, .v_arrows .arrows-right::after {
    width: 14px;
    height: 11px;
  }
}
.questionnaire {
  width: 92.3%;
  margin-top: 3.91rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5.38rem;
}
.questionnaire .ac_voice_tag {
  margin-bottom: 30px;
}
.questionnaire_img {
  text-align: center;
  margin-bottom: 2.77rem;
}
.questionnaire_txtArea .txt_block {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .questionnaire {
    width: 70%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 992px) {
  .questionnaire {
    margin-top: 5.6rem;
    padding-bottom: 7.35rem;
  }
  .questionnaire .ac_voice_tag {
    margin-bottom: 35px;
  }
  .questionnaire_flex {
    display: flex;
    justify-content: space-between;
  }
  .questionnaire_img {
    width: 50%;
    margin-bottom: 0;
  }
  .questionnaire_txtArea {
    width: 42%;
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .questionnaire {
    margin-top: 7.3rem;
    padding-bottom: 9.33rem;
  }
  .questionnaire .ac_voice_tag {
    margin-bottom: 40px;
  }
  .questionnaire_img {
    width: 40%;
  }
  .questionnaire_txtArea {
    width: 52%;
  }
}
/********************
/* LINE UP 共通
********************/
.t_lineup_tit {
  font-size: 1rem;
  line-height: 1.76;
  letter-spacing: 0.08em;
  margin-bottom: 1.4rem;
}
.t_lineup_tit .logo {
  display: block;
  width: 100px;
  margin: 0 auto 1.323rem;
}
.lu_btn {
  display: inline-block;
  margin-top: 1.65rem;
}
.lu_btn .txt {
  display: none;
}
.lu_btn .arrow {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #192f60;
  position: relative;
}
.lu_btn .arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  background-image: url("../images/arrow_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .t_lineup_tit .logo {
    width: 170px;
    margin-left: 0;
  }
  .lu_btn {
    display: inline-flex;
    align-items: center;
    color: #000;
  }
  .lu_btn:hover {
    text-decoration: none;
    color: #000;
  }
  .lu_btn .txt {
    display: block;
    font-size: 1.07rem;
    letter-spacing: 0.08em;
  }
  .lu_btn .arrow {
    left: 20px;
    transition: .3s;
  }
  .lu_btn:hover .arrow {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .t_lineup_tit {
    font-size: 0.93rem;
    margin-bottom: 3.4rem;
  }
  .t_lineup_tit .logo {
    width: 250px;
    margin-bottom: 1.26rem;
  }
  .lu_btn {
    margin-top: 4.56rem;
  }
  .lu_btn .txt {
    font-size: 0.93rem;
  }
}
/********************
/* 土地情報 archive
********************/
.land_archive {
  margin-bottom: 0;
}
.land_archive li {
  list-style: none;
  margin-top: 3.06rem;
}
.land_archive li:nth-child(1) {
  margin-top: 0;
}
.land_archive li a {
  display: block;
}
.land_archive li a:hover {
  text-decoration: none;
}
.land_archive li a .zoom {
  margin-bottom: 1.138rem;
}
.land_archive .land_tit {
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.569rem;
}
.land_archive .land_add {
  position: relative;
  font-size: 1rem;
  line-height: 1.84;
  letter-spacing: 0.02em;
  padding-left: 20px;
  color: #8c8c8c;
  margin-bottom: 0;
}
.land_archive .land_add::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  top: 3px;
  left: 0;
  background-image: url("../images/icon_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.land_detail {
  color: #8c8c8c;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-size: 0.92rem;
  margin-top: 0.55rem;
}
.land_detail span {
  display: block;
}
@media screen and (min-width: 768px) {
  .land_archive {
    display: flex;
    flex-wrap: wrap;
  }
  .land_archive li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .land_archive li:nth-child(2), .land_archive li:nth-child(3) {
    margin-top: 0;
  }
  .land_archive li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .land_archive li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .land_archive li {
    width: calc((100% - 120px)/3);
    margin-top: 5.03rem;
    margin-right: 60px;
  }
  .land_archive li a .zoom {
    margin-bottom: 1.6rem;
  }
  .land_archive .land_tit {
    font-size: 1.2rem;
    margin-bottom: 0.83rem;
  }
  .land_archive .land_add {
    font-size: 0.93rem;
  }
  .land_detail {
    font-size: 0.93rem;
    margin-top: 0.73rem;
  }
}
/********************
/* 土地情報 single
********************/
.single_container_land {
  width: 92.3%;
  margin-right: auto;
  margin-left: auto;
}
.single_container_land h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.76rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.09rem;
}
@media screen and (min-width: 768px) {
  .single_container_land {
    width: 86%;
    max-width: 1320px;
  }
  .single_container_land h1 {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
}
/***** land_main *****/
.land_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 3.07rem;
  position: relative;
}
.land_slide, .land_slide .slick-list, .land_slide .slick-track {
  width: 100%;
  height: 100%;
}
.land_slide_item {
  position: relative;
}
.land_slide_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  z-index: -1;
}
.land_slide_item.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.land_txtArea #form {
  margin-bottom: 0;
}
.land_txtArea #form th, .land_txtArea #form td {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding: 1.8rem 0;
}
.land_main_btn {
  text-align: center;
}
.land_main_btn .vm {
  margin-top: 3.46rem;
}
@media screen and (min-width: 768px) {
  .land_main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .land_img {
    width: 51.51%;
    margin-bottom: 0;
  }
  .land_txtArea {
    width: 40.9%;
    align-self: center;
  }
  .land_main_btn {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .land_main_btn .vm {
    margin-top: 4.66rem;
  }
}
@media only screen and (max-width: 479px) {
  .land_txtArea #form th, .land_txtArea #form td {
    display: table-cell;
    padding: 1.8rem 0;
  }
  .land_txtArea #form th {
    width: 30%;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  }
  .land_txtArea #form tr:first-child td {
    border-top: 1px solid rgba(198, 198, 198, 0.5);
  }
  .land_txtArea #form td {
    width: 70%;
  }
}
/* arrow */
.l_arrows {
  position: absolute;
  background-color: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100px;
  height: 35px;
}
.l_arrows::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26.923%;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_arrows .arrows-left, .l_arrows .arrows-right {
  width: 43px;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.l_arrows .arrows-left::after, .l_arrows .arrows-right::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/w_arrows.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l_arrows .arrows-left::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 992px) {
  .l_arrows {
    width: 130px;
    height: 45px;
  }
  .l_arrows .arrows-left, .l_arrows .arrows-right {
    width: 56px;
  }
  .l_arrows .arrows-left::after, .l_arrows .arrows-right::after {
    width: 12px;
    height: 9.5px;
  }
}
@media screen and (min-width: 1200px) {
  .l_arrows {
    width: 150px;
    height: 52px;
  }
  .l_arrows .arrows-left, .l_arrows .arrows-right {
    width: 65px;
  }
  .l_arrows .arrows-left::after, .l_arrows .arrows-right::after {
    width: 14px;
    height: 11px;
  }
}
/***** land_layout *****/
.land_layout {
  margin-top: 5.45rem;
}
.land_layout_box {
  position: relative;
  padding: 50px 0;
}
.land_layout_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
.land_layout_img {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.land_layout_img a {
  display: block;
  aspect-ratio: 200 / 119;
}
.land_layout_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .land_layout_box {
    padding: 80px 0;
  }
  .land_layout_img {
    width: calc(100% - (80px * 2));
  }
}
@media screen and (min-width: 992px) {
  .land_layout_box {
    padding: 100px 0;
  }
  .land_layout_img {
    width: calc(100% - (100px * 2));
  }
}
@media screen and (min-width: 1200px) {
  .land_layout {
    margin-top: 9.86rem;
  }
  .land_layout_box {
    padding: 120px 0;
  }
  .land_layout_img {
    width: calc(100% - (120px * 2));
  }
}
/***** land_outline *****/
.land_outline {
  margin-top: 5.45rem;
}
.land_outline #form tr {
  border-left: 1px solid rgba(198, 198, 198, 0.5);
  border-right: 1px solid rgba(198, 198, 198, 0.5);
}
.land_outline #form th, .land_outline #form td {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding: 1.6rem 1rem;
}
.land_outline #form th {
  background-color: #f8f8f8;
  text-align: center;
  vertical-align: middle;
  width: 16%;
}
.land_outline #form td {
  background-color: #fff;
  width: 34%;
}
.land_btn .vm {
  margin-top: 3.46rem;
}
@media screen and (min-width: 768px) {
  .land_outline #form tr th:nth-child(3) {
    border-left: 1px solid rgba(198, 198, 198, 0.5);
  }
}
@media screen and (min-width: 992px) {
  .land_outline #form th, .land_outline #form td {
    padding: 1.72rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .land_outline {
    margin-top: 9.96rem;
  }
  .land_btn .vm {
    margin-top: 5.33rem;
  }
}
@media only screen and (max-width: 479px) {
  .land_outline #form tr {
    display: flex;
    flex-wrap: wrap;
  }
  .land_outline #form th, .land_outline #form td {
    padding: 1.5rem 1rem;
  }
  .land_outline #form th {
    width: 24.24%;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .land_outline #form td {
    width: 75.76%;
    display: block;
  }
  .land_outline #form tr:first-child td {
    border-top: 1px solid rgba(198, 198, 198, 0.5);
  }
  .land_outline #form tr:first-child th:nth-child(3), .land_outline #form tr:first-child td:nth-child(4) {
    border-top: none;
  }
}
/***** land_info *****/
.land_info {
  margin-top: 5.45rem;
}
.land_info .youtube {
  padding: 0;
  aspect-ratio: 39 / 25;
}
.land_info .youtube iframe {
  width: 100%;
  height: 100%;
}
.land_neighborhood {
  margin-top: 2.69rem;
}
.land_neighborhood ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.land_neighborhood ul li {
  list-style: none;
  width: calc((100% - 20px)/2);
  margin-top: 1.62rem;
  text-align: center;
}
.land_neighborhood ul li:nth-child(1), .land_neighborhood ul li:nth-child(2) {
  margin-top: 0;
}
.land_n_img {
  margin-bottom: 1.13rem;
	aspect-ratio: 3 / 2;
}
.land_n_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.land_n_tit {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0.169rem;
}
.land_n_txt {
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .land_info .youtube {
    aspect-ratio: 22 / 9;
  }
  .land_neighborhood ul {
    justify-content: flex-start;
  }
  .land_neighborhood ul li {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
  }
  .land_neighborhood ul li:nth-child(3), .land_neighborhood ul li:nth-child(4) {
    margin-top: 0;
  }
  .land_neighborhood ul li:nth-child(4n), .land_neighborhood ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .land_neighborhood ul li {
    width: calc((100% - 90px)/4);
    margin-top: 2.67rem;
    margin-right: 30px;
  }
  .land_n_img {
    margin-bottom: 1.18rem;
  }
  .land_n_tit {
    font-size: 1.23rem;
    margin-bottom: 0.37rem;
  }
  .land_n_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .land_info {
    margin-top: 9.86rem;
  }
  .land_neighborhood {
    margin-top: 4rem;
  }
  .land_neighborhood ul li {
    width: calc((100% - 120px)/4);
    margin-top: 2.93rem;
    margin-right: 40px;
  }
  .land_n_img {
    margin-bottom: 1.8rem;
  }
  .land_n_tit {
    font-size: 1.33rem;
    margin-bottom: 0.26rem;
  }
}