@charset 'UTF-8';
/*******************************
共通
*******************************/
/*フォント*/
.e_font {
  font-family: 'Satoshi', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
.e_font400 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.j_font {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.j_font400 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.ls0 {
  letter-spacing: 0;
}
.ls30 {
  letter-spacing: 0.03em;
}
.section_title_center {
  text-align: center;
}
.section_title_box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section_title_box {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title_box {
    margin-bottom: 5.5rem;
  }
}
/*フォントサイズ*/
.section_title span {
  font-size: 3.21rem;
  display: block;
  color: #555;
  /*  font-family: 'Satoshi', sans-serif;
  font-weight: 300;*/
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.3rem;
}
.section_title {
  font-size: 0.928rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .section_title span {
    /*font-size: 4.375rem;*/
    font-size: 3.85rem;
    margin-bottom: 0.9rem;
  }
  .section_title {
    font-size: 1rem;
    color: #646464;
  }
  /*横並び*/
  .section_title_col .section_title {
    display: flex;
    align-items: center;
  }
  .section_title_col .section_title span {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}
/*ボタン*/
.section_btn_center .section_btn {
  margin-left: auto;
  margin-right: auto;
}
.section_btn {
  font-size: 0.857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 312px;
  border-radius: 30px;
  transition: all 0.5s;
}
.section_btn_white {
  color: #555;
  /*border: 1px solid rgba(219, 219, 219, 0.8);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  transition: all 0.5s;
}
.section_btn_white:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
.section_btn_icon {
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 13px;
}
.section_btn_white .section_btn_icon {
  background-image: url("../images/square_darkgray.svg");
  transition: all 0.5s;
}
.section_btn_white:hover .section_btn_icon {
  filter: invert(100%) brightness(200%);
  transition: all 0.5s;
}
.section_btn_insta {
  font-size: 1rem;
  height: 70px;
  color: #555;
  /*border: 1px solid rgba(219, 219, 219, 0.8);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  border-radius: 45px;
}
.section_btn_insta:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
.section_btn_insta .section_btn_icon {
  width: 18px;
  height: 18px;
  background-image: url("../images/instagram_darkgray.svg");
  transition: all 0.5s;
}
.section_btn_insta:hover .section_btn_icon {
  filter: invert(100%) brightness(200%);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .section_btn {
    height: 65px;
    width: 260px;
    border-radius: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section_btn {
    font-size: 0.875rem;
    height: 70px;
    width: 250px;
    border-radius: 35px;
  }
  .section_btn_icon {
    width: 20px;
    height: 20px;
  }
  .section_btn_insta {
    font-size: 1rem;
  }
  .section_btn_insta .section_btn_icon {
    width: 20px;
    height: 20px;
  }
}
/*******************************
共通
*******************************/
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
/*||横幅||*/
.w1000 {
  width: 84%;
  margin: 0 auto;
  max-width: 1000px;
}
.cotainer84-855 {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .cotainer84-855 {
    width: 85.5%;
  }
}
/***************************************
固定ページ-タイトル
***************************************/
.page_title_small {
  font-size: 0.8125rem;
  margin-bottom: 2rem;
}
.page_title_small span {
  display: block;
  font-size: 1.85rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.page_title_big {
  font-size: 0.8125rem;
  margin-bottom: 2rem;
}
.page_title_big span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .page_title_small {
    font-size: 1rem;
  }
  .page_title_small span {
    font-size: 1.875rem;
    margin-bottom: 1.2rem;
  }
  .page_title_big {
    font-size: 1rem;
  }
  .page_title_big span {
    font-size: 2.8125rem;
    margin-bottom: 1.2rem;
  }
}
/*背景色*/
.page_back_gray {
  background-color: #f2f3f4;
}
.mb0 {
  margin-bottom: 0 !important;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 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-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
.pls_wrap {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
.page_back_gray .pls_wrap {
  background-color: #f2f3f4;
}
#pls {
  width: 84%;
  margin: 0 auto;
  line-height: 1.4;
}
#pan {
  color: #646464;
}
#pan span {
  color: #646464;
  font-size: 0.642rem;
}
.pan_line {
  font-size: 0.642rem;
  color: #646464;
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
#pan .home span {
  color: #646464;
}
@media screen and (min-width: 1200px) {
  .pls_wrap {
    padding-bottom: 3.3rem;
  }
  #pls {
    width: 85.5%;
  }
  #pan span {
    font-size: 0.75rem;
  }
  .pan_line {
    font-size: 0.75rem;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #555;
  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: 40px;
  /* background-color: #FFF;*/
}
/*#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}*/
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #000;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
#form2 tr {
  display: flex;
  flex-wrap: wrap;
}
#form2 tr:first-child th, #form2 tr:first-child td {
  border-top: 1px solid #ccc;
}
#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 {
  background-color: #f9f9f9;
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #ccc;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal;
  width: 70%;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  /*  color: #555;*/
  color: #524b40;
  padding: 20px 10px 20px 10px;
  margin: 10px 0;
  -webkit-appearance: none;
  border-radius: 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%;
    margin-bottom: 40px;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  /*  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }*/
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 100%;
  }
  #form2 td {
    width: 100%;
    display: block;
  }
  #form2 tr:first-child td {
    border-top: none;
  }
  #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;
  }
}
/*******************************
/* イベントテーブル
***************************/
.table th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #CCCCCC;
}
/*******************************
/* プライバシーフレーム
***************************/
.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;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 1rem;
}
.sgl img {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sgl {
    margin-bottom: 1.5rem;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/*************************
/* single.php 日付
*************************/
#date span {
  color: #FFF;
  background-color: #A8A8A8;
  font-size: 0.8em;
  padding: 5px;
}
/* single.php ページ送り
-------------------------*/
#next {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #555;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  transition: all 0.5s;
}
.nx_left a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.5s;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #555;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
  transition: all 0.5s;
}
.nx_right a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}
#prev_next #prev {
  border-right: #ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #ccc 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #1a1a1a;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #1a1a1a;
  -webkit-box-shadow: 0 0 0 3px #1a1a1a;
  -moz-box-shadow: 0 0 0 3px #1a1a1a;
  text-align: center;
}
#prev_next_home:hover {
  opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #555;
}
/*******************************
/* 投稿ギャラリー
*******************************/
.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;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: 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;
  }
}
/*******************************
/* form
*******************************/
.con_form .wpcf7-list-item {
  display: block;
}
/*******************************
/*関連画像
*******************************/
.related-thumb {
  height: 120px;
}
.related-thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.related-title {
  margin: 8px 0;
  color: #555;
}
@media screen and (min-width: 992px) {
  .related-thumb {
    height: 200px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.pagenation .next, .pagenation .prev {
  color: #524b40;
  /*  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 0;*/
  /*
  display: none;
    
*/
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  color: #524b40;
  cursor: not-allowed;
  padding: 5px 5px;
  display: inline-block;
  position: relative;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pagenation li.active::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #524b40;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.pagenation li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background: inherit;
  color: #524b40;
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pagenation li a:hover {
  text-decoration: none;
}
.pagenation li.active, .pagenation li a {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .pagenation li.active::before {
    bottom: 9px;
  }
  .pagenation ul {
    margin-top: 2.3rem;
  }
  .pagenation li.active, .pagenation li a {
    padding: 10px 10px;
  }
}
/*******************************
/* インフォメーション投稿一覧表示
***************************/
.pg_infomation_pagenation > .page-numbers {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
}
.pg_infomation_pagenation .page-numbers li .current {
  color: #333;
  color: #524b40;
  cursor: not-allowed;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.pg_infomation_pagenation .page-numbers li .current::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.pg_infomation_pagenation .page-numbers li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background-color: inherit;
  color: #524b40;
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.pg_infomation_pagenation .page-numbers li span {
  color: #524b40;
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
.pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
  font-size: 0.875rem;
}
.page-numbers li a:hover {
  text-decoration: none;
}
/*.pg_infomation_pagenation > .page-numbers li > .prev, .pg_infomation_pagenation > .page-numbers li > .next {
  display: none;
}*/
@media screen and (min-width: 768px) {
  .pg_infomation_pagenation > .page-numbers {
    margin: 0;
    margin-top: 2.3rem;
  }
  .pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
    padding: 10px 10px;
  }
  .pg_infomation_pagenation .page-numbers li .current::before {
    bottom: 9px;
  }
}
.nopost_container #searchform {
  display: none;
}
/***************************************
404 
***************************************/
.pg_404_container .pgthanks_txt {
  word-break: break-all;
}
/************************
/*FORM(お問い合わせ)
************************/
#form-contact_box {
  max-width: 840px;
  /*
  margin-left: auto;
  margin-right: auto;
*/
}
.pg_contact_container #form-contact_box {
  max-width: 100%;
}
.cl-red {
  color: #c31a00;
  margin-right: 5px;
}
.form-group_address #zip3 {
  width: 50%;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
#form-contact_box .form-group > p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.form-group > p a {
  color: #555;
}
/* 3COLUMN */
#form-contact_box .form-col3 {
  display: flex;
  justify-content: space-between;
}
#form-contact_box .form-col3 div {
  width: 48.5%;
  position: relative;
}
#form-contact_box .form-col3 div .wpcf7-form-control-wrap {
  position: relative;
}
#form-contact_box .form-col3 div .wpcf7-form-control-wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
#form-contact_box .form-col100 {
  width: 100%;
  position: relative;
}
#form-contact_box .form-col100::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 49%;
  right: 16px;
  transform: translate(0%, -50%) rotate(225deg);
  -ms-transform: translate(0%, -50%) rotate(225deg);
  -webkit-transform: translate(0%, -50%) rotate(225deg);
  z-index: 1;
}
#form-contact_box .form-col3 div select {
  background-color: #f0f0f0;
  color: #555;
  -webkit-appearance: none;
  appearance: none;
}
#form-contact_box .form-col3 div select.selected {
  color: #555;
}
#form-contact_box .form-col3 div {
  width: calc((100% - 12px)/3);
  position: relative;
}
.form-col3_item {
  display: flex;
  align-items: center;
}
.form-col3_item .wpcf7-form-control-wrap {
  width: calc(100% - 44px);
}
.form-col3_date {
  font-size: 0.9375rem;
  width: 44px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-col3 div {
    width: calc((100% - 30px)/3);
  }
}
@media screen and (max-width: 576px) {
  #form-contact_box .form-col3 div::before {
    width: 6px;
    height: 6px;
    right: 9px;
    display: none;
  }
  #form-contact_box .form-col100::before {
    display: none;
  }
  #form-contact_box .form-col3 div .wpcf7-form-control-wrap::before {
    display: none;
  }
  .form-col3_item .wpcf7-form-control-wrap {
    width: calc(100% - 20px);
  }
  .form-col3_date {
    width: 20px;
  }
}
#form-contact_box .form-group_namebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6rem;
}
#form-contact_box .form-group_namebox .form-group {
  width: 48.5%;
  margin-bottom: 0;
}
#form-contact_box .form-group {
  margin-bottom: 3rem;
}
#form-contact_box .form-group--break {
  margin-bottom: 3.5rem;
}
#form-contact_box .form-group--last {
  margin-bottom: 0;
}
#form-contact_box .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-contact_box .form-item:last-child {
  margin-right: 0;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
  font-size: 0.9375rem;
  /*font-size: 1rem;*/
  letter-spacing: 0.05em;
  color: #505050;
  border-radius: 0;
}
#form-contact_box .form-label, #form-contact_box .form-label {
  margin-bottom: 14px;
  font-size: 1rem;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 27.3px 30px;
  background-color: #f2f3f4;
  border-radius: 0;
}
#form-contact_box textarea {
  padding-bottom: 16px;
}
#form-contact_box input[type="checkbox"], #form-contact_box input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-contact_box .wpcf7-form-control-wrap {
  display: block;
}
#form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.form-group_other_block {
  margin-top: -2rem;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  background-color: #fff;
  height: 80px;
  color: #555;
  border-radius: 40px;
  /*border: 1px solid rgba(219, 219, 219, 0.8);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
}
#form-contact_box input.form-input--half {
  max-width: 430px;
}
#form-contact_box .form-imp__icon {
  font-size: 0.75rem;
  padding: 3px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
}
#form-contact_box .form-imp__icon.form-imp__icon_any {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-contact_box .form-input__checkbox .wpcf7-list-item.first, #form-contact_box .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item {
  margin-right: 2.4rem;
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  line-height: 40px;
  padding-top: 0;
  top: 0;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 75px;
  line-height: 35px;
  padding-top: 0;
  font-size: 0.9375rem;
  color: #555;
  margin-right: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before, #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
  display: block;
  height: 45px;
  width: 45px;
  background-color: #f0f0f0;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 45px;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #555;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 18px;
  top: 50%;
}
#form-contact_box .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-contact_box .form-p {
  font-size: 0.9375rem;
}
/*||ラジオボタン||*/
/*#form-contact_box .form-input__radio .wpcf7-list-item {
  display: block;
}*/
#form-contact_box .form-input__radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form-contact_box .form-input__radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/*||お問い合わせ-横並び||*/
#form-contact_box .form-group_check_wrap_col .form-input__radio .wpcf7-list-item {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  #form-contact_box .form-group_namebox {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  #form-contact_box .form-group_namebox .form-group {
    width: 100%;
    margin-bottom: 2rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
    /* font-size: 0.857rem;*/
    font-size: 0.928rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select {
    padding: 19px 16px;
    /* font-size: 0.857rem;*/
    font-size: 0.928rem;
  }
  #form-contact_box input[type="submit"] {
    font-size: 0.857rem;
    height: 60px;
    width: 100%;
  }
  #form-contact_box .form-group {
    margin-bottom: 2rem;
  }
  #form-contact_box .form-group--break {
    margin-bottom: 2.9rem;
  }
  #form-contact_box .form-group--last {
    margin-bottom: 0;
  }
  #form-contact_box input + input {
    margin-top: 5px;
  }
  #form-contact_box textarea {
    padding-bottom: 8px;
  }
  #form-contact_box .form-label {
    margin-bottom: 11px;
  }
  #form-contact_box .form-imp__icon {
    font-size: 0.785rem;
    top: 0;
  }
  #form-contact_box .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-contact_box .form-input__checkbox .wpcf7-list-item {
    margin-right: 1.5rem;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label {
    font-size: 0.928rem;
    line-height: 30px;
    padding-left: 43px;
    padding-top: 0;
    margin-right: 2rem;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
    width: 35px;
    height: 35px;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
    left: 14px;
    width: 8px;
    height: 8px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
    margin-right: 0;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-contact_box .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
    width: 35px;
    height: 35px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 14px;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  /*||お問い合わせ-横並び||*/
  #form-contact_box .form-group_check_wrap_col .form-input__radio .wpcf7-list-item {
    display: block;
  }
  #form-contact_box .form-p {
    font-size: 0.857rem;
    line-height: 2.08;
  }
}
/*建築予定地*/
.form-group_half {
  width: 50%;
}
.form_grecaptcha {
 /* display: none;*/
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 2rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/* 2COLUMN */
.form-group_2col_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.form-group_2col_item {
  width: 48.5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-group_2col_item01 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .form-group_2col_item01 {
    width: 63.5%;
  }
  .form-group_2col_item02 {
    width: 34.5%;
  }
}
.form-group_2col_item::before {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #555;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translate(0%, -50%);
  z-index: 1;
}
.form-group_2col_item.select-active::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-group_2col_item::before {
    width: 10px;
    height: 6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #555;
    right: 2rem;
  }
}
.form-group_select {
  position: relative;
}
.form-group_select::before {
  content: "";
  display: block;
  width: 7px;
  height: 5px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #555;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translate(0%, -50%);
  z-index: 1;
}
.form-group_select.select-active::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-group_select::before {
    width: 10px;
    height: 6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #555;
    right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-group_middle {
    width: 63.5%;
  }
}
/*||人数||*/
.form-group_people_2cpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.form-group_people_2cpl .form-group_people_wrap:first-child{
margin-right: 1rem;
    
}*/
.form-group_people_wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
.form-group_people_box {
  /*  width: 50%;
  max-width: 160px;*/
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.form-group_people_type {
  white-space: nowrap;
  margin-right: 0.5rem;
}
#form-contact_box .form-group_people_box input {
  text-align: center;
}
#form-contact_box .wpcf7-not-valid-tip {
  font-size: 0.875rem !important;
}
@media screen and (min-width: 768px) {
  .form-group_people_2cpl {
    justify-content: flex-start;
  }
  .form-group_people_2cpl .form-group_people_wrap:first-child {
    margin-right: 3rem;
  }
  .form-group_people_wrap {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .form-group_people_2cpl .form-group_people_wrap:first-child {
    margin-right: 4rem;
  }
  .form-group_people_wrap {
    width: 25%;
  }
  .form-group_people_box {
    margin-right: 1rem;
  }
  .form-group_people_type {
    margin-right: 1rem;
  }
}
/**************************************
/* event_container
***************************************/
.event_container {
  margin: 0 auto 6rem;
}
.event_title_wrap {
  width: 80%;
  margin: 0 auto 3.5rem;
}
.event_title_wrap .section_title_box {
  margin-bottom: 0;
}
.event_block {
  margin-bottom: 4.6rem;
}
.event_item {
  width: 89%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event_container .section_btn_pc {
  display: none;
}
.event_img {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 1.3rem;
}
.event_img_end {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
}
.event_img_end_txt {
  font-size: 1.25rem;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.event_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.event_title {
  font-size: 1.14rem;
  line-height: 1.5625;
  color: #555;
  margin-bottom: 0.98rem;
  flex-grow: 1;
}
.event_date_box {
  display: flex;
  font-size: 0.785rem;
  color: #737477;
  margin-bottom: 1.4rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.event_address {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 12px;
  position: relative;
}
.event_address::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.event_address_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 16px;
  margin-right: 5px;
}
.event_address_map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event_date {}
.event_category_box {
  display: flex;
}
.event_category_name {
  font-size: 0.714rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #737477;
  padding: 4px 13px;
  margin-right: 0.5rem;
}
.event_approval {
  font-size: 0.714rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #737477;
  padding: 4px 13px;
}
@media screen and (min-width: 768px) {
  .event_container {
    margin-bottom: 8rem;
  }
  .event_block {
    margin-bottom: 5.6rem;
  }
  .event_item {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .event_address {
    padding-right: 12px;
    margin-right: 11px;
    margin-top: 5px;
  }
  .event_date {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .event_container {
    margin-bottom: 11.2rem;
  }
  .event_title_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.95rem;
  }
  .event_block {
    margin-bottom: 0;
  }
  .event_container .section_btn_pc {
    display: block;
  }
  .event_container .section_btn_sp {
    display: none;
  }
  .event_item {
    width: 90%;
  }
  .event_img {
    margin-bottom: 1.6rem;
  }
  .event_title {
    font-size: 1.125rem;
    line-height: 1.38;
  }
  .event_date_box {
    margin-bottom: 2.3rem;
  }
  .event_address {
    padding-right: 13px;
    margin-right: 14px;
  }
  .event_address::before {
    height: 19px;
    top: 51%;
  }
  .event_address_map {
    width: 15px;
    height: 20px;
    margin-right: 10px;
  }
  .event_category_name, .event_approval {
    font-size: 0.8125rem;
    padding: 4px 16px;
  }
  .event_category_name {
    margin-right: 0.6rem;
  }
}
@media screen and (min-width: 1500px) {
  .event_date_box {
    font-size: 0.9375rem;
  }
  .event_address {
    padding-right: 16px;
    margin-right: 14px;
  }
}
/*スリック*/
.event_slider {
  padding-left: 10%;
}
.event_slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.event_slider .slick-track {
  display: flex;
}
.event_slider .slick-slide {
  height: auto !important;
}
.event_slider .slick-prev, .event_slider .slick-next {
  z-index: 100;
  top: -7.2rem;
  bottom: auto;
  transform: translateY(-50%, );
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #737477;
}
.event_slider .slick-prev {
  right: calc(10% + 50px);
  left: auto;
}
.event_slider .slick-next {
  right: 10%;
  left: auto;
}
.event_slider .slick-prev::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/prev_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.event_slider .slick-next::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.slick-num {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .event_slider .slick-list {
    padding: 0 9.5% 0 0 !important;
  }
  .event_slider .slick-prev, .event_slider .slick-next {
    bottom: -90px;
  }
  .event_slider .slick-prev {
    right: calc(13% + 50px);
  }
  .event_slider .slick-next {
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .event_slider {
    /* padding-left: 20.5%;*/
    padding-left: 10%;
  }
  .event_slider .slick-list {
    padding: 0 18.6% 0 0 !important;
  }
  .event_slider .slick-prev, .event_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .event_slider .slick-prev {
    top: 6%;
    right: auto;
    left: 10%;
  }
  .event_slider .slick-prev::before {
    width: 19px;
    height: 14px;
  }
  .event_slider .slick-next {
    top: 29.5%;
    right: auto;
    left: 10%;
  }
  .event_slider .slick-next::before {
    width: 19px;
    height: 14px;
  }
  .slick-num {
    font-size: 0.8125rem;
    display: block !important;
    color: #737477;
    position: absolute;
    top: 15.5%;
    left: 11%;
  }
  .slick-num .now-count {
    margin-right: 2px;
  }
  .slick-num .all-count {
    margin-left: 2px;
  }
}
@media screen and (min-width: 1500px) {
  .event_slider .slick-list {
    padding: 0 25.6% 0 0 !important;
  }
}
/*スリック-END*/
/***************************************
 イベント一覧
***************************************/
.archive_event_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 992px) {
  .archive_event_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_event_container {
    margin-bottom: 11rem;
  }
}
.archive_event_container .event_block {
  margin-bottom: 0;
}
.archive_event_container .event_block > ul > li {
  margin-bottom: 4rem;
}
.archive_event_container .event_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive_event_container .event_block > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.4%;
    margin-right: -2.4%;
  }
  .archive_event_container .event_block > ul > li {
    width: 50%;
  }
  .archive_event_container .event_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .archive_event_container .event_block {
    width: 100%;
    max-width: 100%;
  }
  .archive_event_container .event_block > ul {
    margin-left: -1.6%;
    margin-right: -1.6%;
  }
  .archive_event_container .event_block > ul > li {
    width: calc(100% / 3);
    margin-bottom: 3.8rem;
  }
}
/***************************************
 イベント詳細
***************************************/
.sieve_block {
  padding-bottom: 2rem;
  /* border-bottom: 1px solid rgba(219, 219, 219, 1);*/
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 5rem;
}
.sieve_block_inner {
  width: 84%;
  margin: 0 auto;
}
.sieve_unit01 {
  margin-bottom: 4rem;
}
.sieve_title {
  font-size: 1.214rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}
.sieve_eye_img {
  margin-bottom: 3rem;
}
.sieve_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sieve_table_block {
  margin-bottom: 2.9rem;
}
.sieve_table_block tr {
  display: flex;
  padding: 15px 0;
  /*border-bottom: 1px solid rgba(219, 219, 219, 0.88);*/
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
}
.sieve_table_block tr:first-child {
  /*border-top:1px solid rgba(219, 219, 219, 0.88);*/
  border-top: 1px solid rgba(196, 196, 198, 0.5);
}
.sieve_table_block th, .sieve_table_block td {
  font-size: 0.785rem;
  font-weight: 500;
}
.sieve_table_block th {
  width: 30%;
  align-content: center;
}
.sieve_table_block td {
  width: 70%;
}
.sieve_table_link_outer {
  display: inline-block;
  line-height: 1;
  margin-top: 0.45rem;
}
.sieve_table_link {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sieve_table_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 16px;
  margin-right: 5px;
}
.sieve_btn_box {
  margin-bottom: 3rem;
}
.sieve_btn {
  font-size: 0.928rem;
  letter-spacing: 0;
  color: #555;
  width: 230px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  /* border: 1px solid rgba(219, 219, 219, 0.85);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.sieve_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .sieve_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sieve_block {
    width: 94%;
    padding-bottom: 5.4rem;
    margin: 0 auto 9.5rem;
  }
  .sieve_block_inner {
    width: 91%;
    display: flex;
    align-items: flex-start;
  }
  .sieve_unit01 {
    margin-top: -0.5rem;
    width: 32%;
    position: sticky;
    top: 10rem;
  }
  .sieve_title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 2.1rem;
  }
  .sieve_unit02 {
    width: 68%;
    padding-left: 10%;
  }
  .sieve_eye_img {
    margin-bottom: 5rem;
  }
  .sieve_table_block {
    margin-bottom: 3.6rem;
  }
  .sieve_table_block tr {
    padding: 1.5rem 0;
  }
  .sieve_table_block tr:nth-child(2n) {
    padding: 1.7rem 0;
  }
  .sieve_table_block th, .sieve_table_block td {
    font-size: 0.8125rem;
    line-height: 1.84;
  }
  .sieve_table_block th {
    width: 18%;
  }
  .sieve_table_block td {
    width: 82%;
  }
  .sieve_table_link {
    font-size: 0.9375rem;
  }
  .sieve_table_map {
    width: 13px;
    height: 20px;
  }
  .sieve_btn_box {
    margin-bottom: 7.2rem;
  }
}
/*||event詳細-繰り返し内容||*/
.siev_repeat_block {
  margin-bottom: 4rem;
}
.siev_repeat_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siev_repeat_block > ul > li {
  margin-bottom: 4rem;
}
.siev_repeat_block > ul > li:last-child {
  margin-bottom: 0;
}
.siev_repeat_title {
  font-size: 1.214rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.siev_repeat_txt {
  font-size: 0.928rem;
  line-height: 2;
  text-align: justify;
  color: #505050;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .siev_repeat_title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .siev_repeat_block > ul > li {
    margin-bottom: 5.8rem;
  }
  .siev_repeat_title {
    font-size: 1.5625rem;
    margin-bottom: 2.4rem;
  }
  .siev_repeat_txt {
    font-size: 0.8125rem;
    line-height: 2.3;
    margin-bottom: 3.1rem;
  }
}
/*||イベント詳細-container||*/
.single_main_contents .container {
  padding-right: 0;
  padding-left: 0;
}
.single_main_contents {
  font-size: 0.928rem;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .single_main_contents {
    /*font-size: 0.8125rem;*/
    font-size: 1rem;
    line-height: 2.3;
  }
}
/**************************************
/* column_container
***************************************/
.column_container {
  margin: 0 auto 6.5rem;
}
.column_title_wrap {
  width: 80%;
  margin: 0 auto 3.3rem;
}
.column_title_wrap .section_title_box {
  margin-bottom: 0;
}
.column_block {
  margin-bottom: 4.1rem;
}
.column_item {
  display: block;
  width: 89%;
}
.column_container .section_btn_pc {
  display: none;
}
.column_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.7rem;
}
.column_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.column_title {
  font-size: 1.14rem;
  line-height: 1.5625;
  color: #555;
  margin-bottom: 0;
}
.column_category_box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.column_category_name {
  font-size: 0.714rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #737477;
  padding: 4px 24px;
  margin-right: 1.15rem;
}
.column_date {
  font-size: 0.785rem;
  color: #737477;
}
@media screen and (min-width: 768px) {
  .column_block {
    margin-bottom: 5.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .column_container {
    margin-bottom: 10.6rem;
  }
  .column_title_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7rem;
  }
  .column_block {
    margin-bottom: 0;
  }
  .column_container .section_btn_pc {
    display: block;
  }
  .column_container .section_btn_sp {
    display: none;
  }
  .column_item {
    width: 90%;
  }
  .column_img {
    margin-bottom: 1.9rem;
  }
  .column_category_box {
    margin-bottom: 1.3rem;
  }
  .column_category_name {
    font-size: 0.8125rem;
    padding: 4px 1.85rem;
    margin-right: 1.5rem;
  }
  .column_date {
    font-size: 0.8125rem;
  }
  .column_title {
    font-size: 1.125rem;
    line-height: 1.38;
  }
}
/*スリック*/
.column_slider {
  padding-left: 10%;
}
.column_slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.column_slider .slick-prev, .column_slider .slick-next {
  z-index: 100;
  top: -7.2rem;
  bottom: auto;
  transform: translateY(-50%, );
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #737477;
}
.column_slider .slick-prev {
  right: calc(10% + 50px);
  left: auto;
}
.column_slider .slick-next {
  right: 10%;
  left: auto;
}
.column_slider .slick-prev::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/prev_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.column_slider .slick-next::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.slick-num {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .column_slider .slick-list {
    padding: 0 9.5% 0 0 !important;
  }
  .column_slider .slick-prev, .column_slider .slick-next {
    bottom: -90px;
  }
  .column_slider .slick-prev {
    right: calc(13% + 50px);
  }
  .column_slider .slick-next {
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .column_slider {
    /*padding-left: 20.5%;*/
    padding-left: 10%;
  }
  .column_slider .slick-list {
    padding: 0 18.6% 0 0 !important;
  }
  .column_slider .slick-prev, .column_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .column_slider .slick-prev {
    top: 6%;
    right: auto;
    left: 10%;
  }
  .column_slider .slick-prev::before {
    width: 19px;
    height: 14px;
  }
  .column_slider .slick-next {
    top: 29.5%;
    right: auto;
    left: 10%;
  }
  .column_slider .slick-next::before {
    width: 19px;
    height: 14px;
  }
  .slick-num {
    font-size: 0.8125rem;
    display: block !important;
    color: #737477;
    position: absolute;
    top: 15.5%;
    left: 11%;
  }
  .slick-num .now-count {
    margin-right: 2px;
  }
  .slick-num .all-count {
    margin-left: 2px;
  }
}
@media screen and (min-width: 1500px) {
  .column_slider .slick-list {
    padding: 0 25.6% 0 0 !important;
  }
}
/*スリック-END*/
/***************************************
 コラム一覧
***************************************/
.archive_column_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 992px) {
  .archive_column_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_column_container {
    margin-bottom: 11rem;
  }
}
.archive_column_container .column_block {
  margin-bottom: 0;
}
.archive_column_container .column_block > ul > li {
  margin-bottom: 4rem;
}
.archive_column_container .column_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive_column_container .column_block > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.4%;
    margin-right: -2.4%;
  }
  .archive_column_container .column_block > ul > li {
    width: 50%;
  }
  .archive_column_container .column_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .archive_column_container .column_block {
    width: 100%;
    max-width: 100%;
  }
  .archive_column_container .column_block > ul {
    margin-left: -1.6%;
    margin-right: -1.6%;
  }
  .archive_column_container .column_block > ul > li {
    width: calc(100% / 3);
    /*margin-bottom: 3.5rem;*/
  }
}
/***************************************
 コラム詳細
***************************************/
.single_column_container {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 6rem;
}
.single_column_inner {
  width: 84%;
  margin: 0 auto;
}
.sicol_unit01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.3rem;
}
.sicol_unit01_archive_wrap {
  width: 160px;
}
.sicol_unit01 .page-head_category_wrap {
  margin-top: 0;
}
.sicol_unit01_category_txt {
  font-size: 0.857rem;
}
.sicol_unit01_pc_wrap {
  display: none;
}
.sicol_title {
  font-size: 1.214rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.sicol_unit02 .column_category_box {
  margin-bottom: 3.7rem;
}
.sicol_eye_img {
  margin-bottom: 4rem;
}
.sicol_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sicol_unit01 {
    display: block;
  }
  .sicol_unit01_pc_wrap {
    display: block;
  }
  .sicol_unit01_sp_wrap {
    display: none;
  }
  .sicol_unit01_archive_wrap {
    width: 250px;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(196, 196, 198, 0.5);
    margin-bottom: 2rem;
  }
  .sicol_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_column_container {
    width: 94%;
    padding-bottom: 5.4rem;
    margin: 0 auto 7.5rem;
  }
  .single_column_inner {
    width: 91%;
  }
  .sicol_block {
    display: flex;
    align-items: flex-start;
  }
  .sicol_unit01 {
    width: 24%;
    position: sticky;
    top: 10rem;
    margin-bottom: 7rem;
  }
  .sicol_unit01_archive_wrap {
    padding-bottom: 3.8rem;
    margin-bottom: 3.2rem;
  }
  .sicol_unit01_category_head {
    font-size: 1.125rem;
    margin-bottom: 1.1rem;
  }
  .sicol_unit01_category_box > ul > li {
    margin-bottom: 0.9rem;
  }
  .sicol_unit01_category_box > ul > li:last-child {
    margin-bottom: 0;
  }
  .sicol_unit01_category_txt {
    font-size: 0.8125rem;
  }
  .sicol_unit02 {
    margin-top: -0.4rem;
    width: 76%;
    padding-left: 7.6%;
  }
  .sicol_title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .sicol_unit02 .column_category_box {
    margin-bottom: 5.1rem;
  }
  .sicol_eye_img {
    margin-bottom: 7rem;
  }
  .single_column_container .siev_repeat_block {
    width: 80%;
  }
  .single_column_container .siev_repeat_block > ul > li {
    margin-bottom: 7rem;
  }
  .single_column_container .single_main_contents .container {
    max-width: 100%;
    width: 80%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .sicol_unit02 {
    padding-left: 3.6%;
  }
}
/*||single_other_block||*/
.single_other_block .section_title_box {
  margin-bottom: 3rem;
}
.section_title_other span {
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.section_title_other {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.section_title_other_big {
  font-size: 1.25rem;
}
.page_btn {
  font-size: 0.857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  /*border: 1px solid rgba(219, 219, 219, 85);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  border-radius: 35px;
  transition: all 0.5s;
  cursor: pointer;
}
.page_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .single_other_block .section_title_box {
    margin-bottom: 4.2rem;
  }
  .section_title_other span {
    margin-bottom: 1.1rem;
  }
  .single_other_block .archive_column_container .column_block {
    margin-bottom: 3.8rem;
  }
  .single_other_block .archive_column_container .column_block > ul > li {
    margin-bottom: 0;
  }
  .page_btn {
    font-size: 0.875rem;
    width: 250px;
    height: 70px;
  }
  .section_title_other_big {
    font-size: 1.3125rem;
  }
}
/*無限スクロール*/
.p-btn_wrap .page_btn_box {
  margin-top: 4rem;
}
.infinite-scroll-request {
  font-size: 0.8125rem;
  margin-top: 1rem;
  animation-name: tenmetsu;
  animation-duration: .5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.archive_column_container .p-btn_wrap .page_btn_box {
  margin-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .p-btn_wrap .page_btn_box {
    margin-top: 7.5rem;
  }
  .archive_column_container .p-btn_wrap .page_btn_box {
    margin-top: 3.7rem;
  }
  .archive_event_container .p-btn_wrap .page_btn_box {
    margin-top: 3.5rem;
  }
}
/**************************************
/* news_container
***************************************/
.news_container {
  margin-bottom: 8.5rem;
}
.news_title_wrap {
  margin-bottom: 4rem;
}
.news_title_wrap .section_title_box {
  text-align: center;
  margin-bottom: 0;
}
.news_title_wrap .section_btn_pc {
  display: none;
}
.news_block {
  width: 80%;
  margin: 0 auto 4rem;
}
.news_block > ul > li {
  /*border-bottom: 1px solid rgba(219, 219, 219, 0.8);*/
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
}
.news_block > ul > li:first-child {
  /*  border-top: 1px solid rgba(219, 219, 219, 0.8);*/
  border-top: 1px solid rgba(196, 196, 198, 0.5);
}
.news_item {
  display: block;
  padding: 1.8rem 0;
  transition: all 0.5s;
}
.news_item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transition: all 0.5s;
}
.news_category_box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.news_category_name {
  font-size: 0.714rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #737477;
  padding: 4px 19px;
  margin-right: 0.8rem;
}
.news_date {
  font-size: 0.785rem;
  color: #737477;
}
.news_title {
  font-size: 0.928rem;
  line-height: 1.7;
  color: #555;
}
@media screen and (min-width: 768px) {
  .news_item {
    display: flex;
    align-items: center;
    padding: 2.4rem 0;
  }
  .news_category_box {
    margin-right: 3rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .news_container {
    display: flex;
    width: 80%;
    margin: 0 auto 11rem;
  }
  .news_title_wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .news_title_wrap .section_title_box {
    text-align: left;
    margin-bottom: 2rem;
  }
  .news_title_wrap .section_btn_pc {
    display: block;
  }
  .news_block {
    width: 60%;
    margin: 0;
  }
  .news_container .section_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .news_container {
    margin-bottom: 14rem;
  }
  .news_title_wrap {
    width: 41%;
  }
  .news_block {
    padding-top: 0.7rem;
    width: 59%;
  }
  .news_item {
    display: flex;
    align-items: center;
    padding: 2.53rem 0;
  }
  .news_category_box {
    margin-right: 2rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .news_category_name {
    font-size: 0.8125rem;
    padding: 4px 23px;
    margin-right: 1.4rem;
  }
  .news_date {
    font-size: 0.8125rem;
  }
  .news_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1500px) {
  .news_category_box {
    margin-right: 5rem;
  }
}
/***************************************
 お知らせ一覧
***************************************/
.archive_container {
  width: 84%;
  margin: 0 auto 7rem;
}
.archive_container .news_block {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .archive_container {
    width: 100%;
  }
  .archive_container .news_block {
    width: 92%;
    margin-left: auto;
    margin-right: 0;
    /*  max-width: 1200px;*/
  }
  .archive_container .news_item {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .archive_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_container {
    margin-bottom: 10.8rem;
  }
  .archive_container .news_block {
    width: 80%;
  }
}
@media screen and (min-width: 1500px) {
  .archive_container .news_block {
    width: 70.6%;
  }
}
/***************************************
 お知らせ詳細
***************************************/
.single_news_container {
  width: 84%;
  margin: 0 auto 6.5rem;
  margin-bottom: 7.8rem;
}
.single_news_container .sicol_unit02_inner {
  padding-bottom: 3.5rem;
  border-bottom:
    1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 1200px) {
  .single_news_container {
    width: 92.5%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10.8rem;
  }
  .single_news_inner {
    width: 100%;
  }
  .single_news_container .sicol_unit01 {
    margin-bottom: 0;
  }
  .single_news_container .sicol_unit02 {
    padding-left: 3%;
  }
  .single_news_container .sicol_unit02_inner {
    padding-right: 12%;
    padding-bottom: 6rem;
    border-bottom: 1px solid rgba(196, 196, 198, 0.5);
    margin-bottom: 7.4rem;
  }
  .single_news_container .sicol_unit02 .column_category_box {
    margin-bottom: 4.5rem;
  }
  .single_news_container .column_category_name {
    padding: 4px 1.45rem;
  }
  .single_news_container .single_main_contents .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .single_news_container .sicol_unit01 {
    width: 23.6%;
  }
  .single_news_container .sicol_unit02 {
    width: 76.4%;
    padding-left: 0%;
  }
}
/*||prev,next表示||*/
.single_nextbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.single_prev, .single_next {
  margin-bottom: 0;
}
.single_prev a, .single_next a {
  font-size: 0.714rem;
  color: #737477;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.5s;
}
.single_link_btn:hover {
  color: #737477;
  transition: all 0.5s;
  opacity: 0.7;
}
.single_prev a span, .single_next a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #737477;
  border: 1px solid rgba(115, 116, 119, 0.5);
  border-radius: 50%;
  transition: all 0.5s;
}
.single_link_btn:hover span {
  background-color: #fff;
  transition: all 0.5s;
}
.single_prev a span img, .single_next a span img {
  width: 11px;
  height: 8px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.single_link_btn:hover span img {
  filter: invert(100%) brightness(200%);
  transition: all 0.5s;
}
.single_prev a span {
  margin-right: 0.5rem;
}
.single_next a span {
  margin-left: 0.5rem;
}
.single_menu_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.single_menu_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single_nolink {
  opacity: 0.3;
}
@media screen and (min-width: 1200px) {
  .single_nextbox_outer {
    padding-right: 12%;
  }
  .single_prev a, .single_next a {
    font-size: 0.9375rem;
  }
  .single_prev a span, .single_next a span {
    width: 50px;
    height: 50px;
  }
  .single_prev a span img, .single_next a span img {
    width: 16px;
    height: 12px;
  }
  .single_prev a span {
    margin-right: 1.3rem;
  }
  .single_next a span {
    margin-left: 1.3rem;
  }
  .single_menu_img {
    width: 30px;
    height: 30px;
  }
}
/**************************************
/* works_container
***************************************/
.works_container {
  width: 80%;
  margin: 0 auto 6.8rem;
}
.works_title_wrap {
  margin-bottom: 3.7rem;
}
.works_title_wrap .section_title_box {
  text-align: center;
  margin-bottom: 0;
}
.works_title_wrap .section_btn_pc {
  display: none;
}
.works_block {
  margin-bottom: 3.5rem;
}
.works_block > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.4%;
  margin-right: -3.4%;
}
.works_block > ul > li {
  width: 50%;
  margin-bottom: 2.3rem;
}
.works_block > ul > li:nth-last-child(2), .works_block > ul > li:last-child {
  margin-bottom: 0;
}
.works_item {
  display: block;
  width: 87%;
  margin: 0 auto;
}
.works_number {
  font-size: 0.642rem;
  line-height: 1;
  color: #555;
  text-align: right;
  margin-bottom: 0.6rem;
}
.works_img {
  aspect-ratio: 48 / 35;
  margin-bottom: 0.7rem;
}
.works_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.works_title {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1.63;
  color: #555;
  margin-bottom: 0.7rem;
}
.works_btn {
  font-size: 0.642rem;
  color: rgba(120, 120, 120, 0.5);
  position: relative;
  padding-bottom: 2px;
}
.works_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  /*
  background-color: rgba(120, 120, 120, 0.5);
*/
  background-color: rgba(120, 120, 120, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.works_item:hover .works_btn::before {
  width: 0;
  transition: all 0.5s;
}
.works_container .section_btn_sp .section_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works_container {
    margin-bottom: 7rem;
  }
  .works_number {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .works_title {
    font-size: 1rem;
  }
  .works_btn {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .works_title_wrap {
    display: flex;
    justify-content: space-between;
  }
  .works_title_wrap .section_title_box {
    text-align: left;
  }
  .works_title_wrap .section_btn_pc {
    display: block;
  }
  .works_block {
    margin-bottom: 0;
  }
  .works_container .section_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .works_container {
    margin-bottom: 7.6rem;
  }
  .works_title_wrap {
    margin-bottom: 4.7rem;
  }
  .works_block > ul {
    margin-left: -2%;
    margin-right: -2%;
  }
  .works_block > ul > li {
    width: calc(100% / 3);
    margin-bottom: 4rem;
  }
  .works_block > ul > li:nth-last-child(3) {
    margin-bottom: 0;
  }
  .works_item {
    width: 89%;
  }
  .works_number {
    font-size: 0.8125rem;
    margin-bottom: 1.6rem;
  }
  .works_img {
    aspect-ratio: 7 / 5;
    margin-bottom: 1.6rem;
  }
  .works_title {
    font-size: 1.125rem;
    line-height: 1.38;
    margin-bottom: 1.4rem;
  }
  .works_btn {
    font-size: 0.875rem;
    display: inline-block;
    padding-bottom: 1px;
  }
}
/***************************************
 施工事例一覧
***************************************/
.archive_works_container {
  margin-bottom: 7rem;
}
.works_tag_block {
  display: none;
  margin-bottom: 1rem;
}
.works_tag_block > ul {
  display: flex;
  flex-wrap: wrap;
}
.works_tag_block > ul > li {
  width: auto;
  margin-right: 0.6rem;
}
.works_tag_name {
  font-size: 0.928rem;
  color: #999999;
  transition: all 0.5s;
}
.works_tag_name span {
  margin-right: 2px;
}
.works_tag_name:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (min-width: 992px) {
  .archive_works_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_works_container {
    margin-top: -2.4rem;
    margin-bottom: 10.6rem;
  }
  .works_tag_block {
    display: block;
    margin-bottom: 1.5rem;
  }
  /*  .works_tag_block > ul > li {
    margin-bottom: 0.25rem;
  }*/
  .works_tag_block > ul > li:last-child {
    margin-right: 0;
  }
  .works_tag_name {
    font-size: 0.8125rem;
  }
}
/**************************************
/* 施工事例詳細
***************************************/
.single_works_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 992px) {
  .single_works_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_works_container {
    margin-bottom: 11rem;
  }
}
.siwor_block_outer {
  padding-bottom: 6rem;
  border-bottom:
    1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 6.6rem;
}
.siwor_block {
  width: 84%;
  margin: 0 auto;
}
.siwor_unit01 {
  margin-bottom: 3rem;
}
.siwor_credits_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.siwor_credits_head {
  font-size: 1.125rem;
  color: #737477;
}
.siwor_number_pc {
  font-size: 0.8125rem;
  color: #787878;
  margin-bottom: 0;
}
.siwor_credits_list > ul > li {
  margin-bottom: 0.4rem;
}
.siwor_credits_list > ul > li:last-child {
  margin-bottom: 0;
}
.siwor_credits_txt {
  font-size: 0.75rem;
  color: #8c8c8c;
}
.siwor_title {
  /* font-size: 1.214rem;*/
  font-size: 1.57rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.siwor_txt {
  /* font-size: 0.8125rem;*/
  font-size: 0.928rem;
  color: #737477;
  margin-bottom: 2rem;
}
.siwor_unit02 .works_tag_block {
  display: block;
  margin-bottom: 2rem;
}
.siwor_eye_img {
  margin-top: 3.8rem;
  margin-bottom: 1.6rem;
}
.siwor_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .siwor_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .siwor_block {
    display: flex;
    align-items: flex-start;
  }
  .siwor_unit01 {
    width: 26%;
    padding-top: 0.3rem;
    /*    position: sticky;
    top: 10rem;*/
    margin-bottom: 0;
  }
  .siwor_unit02 {
    width: 74%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  /*  .siwor_number_pc {
    width: 82.5%;
    margin-top: -3.6rem;
    margin-bottom: 1.7rem;
  }*/
  .siwor_block_outer {
    width: 94%;
    padding-bottom: 7.3rem;
    margin: 0 auto 7.4rem;
  }
  .siwor_block {
    width: 91%;
  }
  .siwor_credits_wrap {
    margin-bottom: 1rem;
  }
  .siwor_unit02 {
    padding-left: 0;
    padding-right: 1.5%;
  }
  .siwor_title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .siwor_txt {
    font-size: 0.8125rem;
    line-height: 2.3;
    margin-bottom: 1.5rem;
  }
  .siwor_unit02 .works_tag_block {
    margin-bottom: 1.5rem;
  }
  .siwor_unit02 .works_tag_block > ul > li {
    margin-right: 0.8rem;
  }
  .siwor_eye_img {
    margin-top: 4.6rem;
    margin-bottom: 1.9rem;
  }
}
/*||container||*/
.single_works_container .single_main_contents .container {
  max-width: 100%;
}
.single_works_contents .col-md-6 {
  margin-bottom: 1.6rem;
}
.single_works_contents p {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .single_works_contents .col-md-6 {
    margin-bottom: 1.9rem;
  }
  .single_works_contents p {
    margin-bottom: 1.9rem;
  }
}
/*その他の施工事例*/
.single_other_block_outer .works_block {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .single_other_block_works .single_other_block .section_title_box {
    margin-bottom: 3rem;
  }
  .single_other_block_outer .works_block {
    margin-bottom: 2.2rem;
  }
}
/**************************************
  /* customer_container
  ***************************************/
.customer_container {
  margin: 6rem auto 7.5rem;
}
.customer_title_wrap {
  width: 80%;
  margin: 0 auto 3.5rem;
}
.customer_title_wrap .section_title_box {
  margin-bottom: 0;
}
.customer_block {
  margin-bottom: 4.6rem;
}
.customer_item {
  display: block;
  width: 89%;
}
.customer_container .section_btn_pc {
  display: none;
}
.customer_img_movie {
  /*  aspect-ratio: 3 / 2;*/
  margin-bottom: 1.5rem;
}
/*.customer_img_movie .youtube {
  padding-top: 66.25%;
  height: 100%;
}*/
.customer_img {
  position: relative;
  aspect-ratio: 3 / 2;
  margin-bottom: 1.5rem;
}
.customer_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
/*トップページ用*/
.customer_slider .customer_img {
  aspect-ratio: 16 / 9;
}
/*トップページ用-END*/
.customer_title {
  font-size: 1.14rem;
  line-height: 1.5625;
  color: #555;
  margin-bottom: 1.1rem;
}
.customer_category_name {
  font-size: 0.714rem;
  color: #878787;
}
@media screen and (min-width: 768px) {
  .customer_container {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .customer_block {
    margin-bottom: 5.6rem;
  }
  .customer_item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .customer_title {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .customer_container {
    margin-top: 11rem;
    margin-bottom: 11.2rem;
  }
  .customer_title_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.95rem;
  }
  .customer_block {
    margin-bottom: 0;
  }
  .customer_container .section_btn_pc {
    display: block;
  }
  .customer_container .section_btn_sp {
    display: none;
  }
  .customer_item {
    width: 90%;
  }
  .customer_img_movie {
    margin-bottom: 1.6rem;
  }
  .customer_img {
    margin-bottom: 1.6rem;
  }
  .customer_title {
    font-size: 1.125rem;
    line-height: 1.38;
    margin-bottom: 1.4rem;
  }
  .customer_category_name {
    font-size: 0.8125rem;
  }
}
/*スリック*/
.customer_slider {
  padding-left: 10%;
}
.customer_slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.customer_slider .slick-track {
  display: flex;
}
.customer_slider .slick-slide {
  height: auto !important;
}
.customer_slider .slick-prev, .customer_slider .slick-next {
  z-index: 100;
  top: -7.2rem;
  bottom: auto;
  transform: translateY(-50%, );
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #737477;
}
.customer_slider .slick-prev {
  right: calc(10% + 50px);
  left: auto;
}
.customer_slider .slick-next {
  right: 10%;
  left: auto;
}
.customer_slider .slick-prev::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/prev_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.customer_slider .slick-next::before {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url("../images/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.slick-num {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .customer_slider .slick-list {
    padding: 0 9.5% 0 0 !important;
  }
  .customer_slider .slick-prev, .customer_slider .slick-next {
    bottom: -90px;
  }
  .customer_slider .slick-prev {
    right: calc(13% + 50px);
  }
  .customer_slider .slick-next {
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .customer_slider {
    /* padding-left: 20.5%;*/
    padding-left: 10%;
  }
  .customer_slider .slick-list {
    padding: 0 18.6% 0 0 !important;
  }
  .customer_slider .slick-prev, .customer_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .customer_slider .slick-prev {
    top: 6%;
    right: auto;
    left: 10%;
  }
  .customer_slider .slick-prev::before {
    width: 19px;
    height: 14px;
  }
  .customer_slider .slick-next {
    top: 29.5%;
    right: auto;
    left: 10%;
  }
  .customer_slider .slick-next::before {
    width: 19px;
    height: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .customer_slider .slick-list {
    padding: 0 25.6% 0 0 !important;
  }
}
/*スリック-END*/
/***************************************
  お客様の声一覧
  ***************************************/
/*||カテゴリー||*/
.page-head_voice .page-head_inner {
  margin-bottom: 3rem;
}
.head_voice_linkbox > ul {
  display: flex;
}
.head_voice_linkbox > ul > li {
  width: auto;
}
.head_voice_linkbox > ul > li {
  margin-right: 1rem;
}
.head_voice_linkbox > ul > li:last-child {
  margin-right: 0;
}
.head_voice_link {
  display: flex;
  align-items: center;
  color: #737477;
  border: 1px solid rgba(115, 116, 119, 0.5);
  border-radius: 45px;
  padding: 4px 1rem;
  transition: all 0.5s;
}
.head_voice_link:hover {
  color: #fff;
  background-color: rgba(115, 116, 119, 1);
  transition: all 0.5s;
}
/*.head_voice_arrow {
  display: block;
  width: 8px;
  height: 10px;
  margin-left: 0.7rem;
  position: relative;
  transition: all 0.5s;
}
.head_voice_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow_down_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.head_voice_link:hover .head_voice_arrow::before {
  background-image: url("../images/arrow_down_white.svg");
  transition: all 0.5s;
}*/
@media screen and (min-width: 768px) {
  .page-head_voice {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-head_voice .page-head_inner {
    margin-bottom: 0;
  }
  .head_voice_linkbox {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .head_voice_linkbox > ul > li {
    margin-right: 0.9375rem;
  }
  .head_voice_link {
    padding: 6px 1.8rem;
  }
  /*  .head_voice_arrow {
    width: 10px;
    height: 12px;
    margin-left: 0.8rem;
  }*/
}
/*||||*/
.archive_customer_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 992px) {
  .archive_customer_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_customer_container {
    margin-bottom: 9rem;
  }
}
.archive_customer_container .customer_block {
  margin-bottom: 0;
}
.archive_customer_container .customer_block_up {
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 5.5rem;
}
.archive_customer_container .customer_block > ul > li {
  margin-bottom: 4rem;
}
.archive_customer_container .customer_item {
  width: 100%;
}
/*.archive_customer_container .customer_img_movie {
  aspect-ratio: inherit;
}
.archive_customer_container .customer_img_movie .youtube {
  padding-top: 56.25%;
  height: auto;
}*/
@media screen and (min-width: 768px) {
  .archive_customer_container .customer_block > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.4%;
    margin-right: -2.4%;
  }
  .archive_customer_container .customer_block > ul > li {
    width: 50%;
  }
  .archive_customer_container .customer_item {
    width: 90%;
    margin: 0 auto;
  }
  .archive_customer_container .p-btn_wrap .page_btn_box {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .archive_customer_container .customer_block {
    width: 100%;
    max-width: 100%;
  }
  .archive_customer_container .customer_block > ul {
    margin-left: -1.6%;
    margin-right: -1.6%;
  }
  .archive_customer_container .customer_block > ul > li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .archive_customer_container .customer_block_up {
    padding-bottom: 9.3rem;
    margin-bottom: 9.3rem;
  }
  .archive_customer_container #posts-list-questionnaire .customer_title {
    margin-bottom: 1.3rem;
  }
  .archive_customer_container .p-btn_wrap .page_btn_box {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .customer_title_interview {
    font-size: 1.375rem;
  }
}
/*||YouTube再生モーダル||*/
/*.youtube-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.youtube-thumbnail img {
  width: 100%;
  display: block;
}*/
.youtube-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  overflow: hidden;
  cursor: pointer;
}
.youtube-thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.youtube-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 37px;
  background: url('../images/youtube_icon_white.svg') center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-content {
  position: relative;
  width: 84%;
  max-width: 800px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-modal-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-modal-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .play-button {
    width: 60px;
    height: 42px;
  }
}
/**************************************
/*  お客様の声詳細
***************************************/
.sicust_block_outer {
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 6.6rem;
}
.sicust_block {
  width: 84%;
  margin: 0 auto;
}
.sicust_unit01 {
  margin-bottom: 2rem;
}
.sicust_eye_img {
  aspect-ratio: 7 / 5;
}
.sicust_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sicust_title {
  font-size: 1.214rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.sicust_category_name {
  font-size: 0.714rem;
  color: #878787;
}
.sicust_repeat_block {
  margin-top: 4rem;
}
.sicust_repeat_block {
  overflow: hidden;
}
.sicust_repeat_block > ul > li {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 3rem;
}
.sicust_repeat_block > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.sicust_repeat_title {
  font-size: 1.125rem;
  display: flex;
  align-items: flex-start;
  color: #505050;
  margin-bottom: 0.5rem;
}
.sicust_repeat_title span {
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 1rem;
}
.sicust_repeat_img_outer {
  padding: 1rem 0;
}
.sicust_repeat_img {
  width: 100%;
  min-width: 650px;
  overflow: hidden;
  max-width: 850px;
}
.sicust_repeat_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sicust_repeat_img_outer .scroll-hint-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .sicust_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sicust_block {
    display: flex;
    align-items: flex-start;
  }
  .sicust_unit01 {
    width: 26%;
    position: sticky;
    top: 10rem;
    padding-right: 5%;
    margin-bottom: 0;
  }
  .sicust_eye_img {
    max-width: 280px;
  }
  .sicust_unit02 {
    width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .sicust_block_outer {
    width: 94%;
    padding-bottom: 7.3rem;
    margin: 0 auto 7.4rem;
  }
  .sicust_block {
    width: 91%;
  }
  .sicust_unit02 {
    margin-top: -0.6rem;
    padding-right: 1.8%;
  }
  .sicust_title_box {
    padding-left: 1.4rem;
  }
  .sicust_title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 1.9rem;
  }
  .sicust_category_name {
    font-size: 0.8125rem;
  }
  .sicust_repeat_block {
    /* margin-top: 4.5rem;*/
    margin-top: 3rem;
  }
  .sicust_repeat_block > ul > li {
    /*    padding-bottom: 4.9rem;
    margin-bottom: 4.9rem;*/
    padding-bottom: 3.4rem;
    margin-bottom: 3.4rem;
  }
  .sicust_repeat_item {
    padding: 0 1.4rem;
  }
  .sicust_repeat_title {
    margin-bottom: 2.2rem;
  }
  .sicust_repeat_title span {
    font-size: 1.875rem;
  }
  .sicust_repeat_img_outer {
    padding: 0 0 0 3rem;
    overflow: initial !important;
  }
}
/*||関連記事||*/
@media screen and (min-width: 1200px) {
  .single_other_block_customer .archive_customer_container .cotainer84-855 {
    width: 80%;
  }
}
/**************************************
/* スタジオモデルハウス-一覧
***************************************/
.archive_model_container {
  padding-top: 5rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .archive_model_container {
    padding-top: 7rem;
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .archive_model_container {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_model_container {
    padding-top: 11.3rem;
    margin-bottom: 11rem;
  }
}
.armod_block > ul > li {
  margin-bottom: 5rem;
}
.armod_block > ul > li:last-child {
  margin-bottom: 0;
}
.armod_unit01 {
  width: 84%;
  margin: 0 auto;
}
.armod_img {
  aspect-ratio: 41 / 28;
}
.armod_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.armod_unit02 {
  padding: 2.8rem 8% 0;
}
.armod_type {
  font-size: 0.785rem;
  color: #9a9896;
  margin-bottom: 0.5rem;
}
.armod_title {
  font-size: 1.42rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.7rem;
}
.armod_table {
  margin-bottom: 3rem;
}
.armod_table tr {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.armod_table th, .armod_table td {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  color: #646464;
  font-weight: 500;
}
.armod_table th {
  width: 30%;
}
.armod_table tr:first-child {
  border-top: 1px solid rgba(200, 200, 200, 0.5);
}
.armod_table td {
  width: 70%;
}
.armod_table_note {
  font-size: 0.857rem;
  color: #c31a00;
  margin-top: 1.2rem;
}
.armod_more_box {
  text-align: right;
}
.armod_more {
  font-size: 0.928rem;
  display: inline-block;
  color: #555;
  position: relative;
}
.armod_more:hover {
  color: #555;
}
.armod_more::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.armod_more:hover::before {
  width: 0;
  transition: all 0.5s;
}
/*相談会ご予約はこちら*/
.armod_reserve {
  font-size: 0.875rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 270px;
  border-radius: 30px;
  background-color: #505050;
  color: #fff;
  border: 1px solid rgba(80, 80, 80, 0.5);
  transition: all 0.5s;
}
.armod_reserve:hover {
  background-color: #fff;
  color: #505050;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .armod_block > ul > li {
    margin-bottom: 1.2rem;
  }
  .armod_item {
    display: flex;
  }
  .armod_unit01 {
    width: 50%;
    margin: 0;
  }
  .armod_img {
    width: 100%;
    height: 100%;
  }
  .armod_unit02 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }
  .armod_unit02_inner {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .armod_type {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  .armod_title {
    font-size: 1.5625rem;
    margin-bottom: 2.7rem;
  }
  .armod_table {
    margin-bottom: 3.6rem;
  }
  .armod_table tr {
    padding: 1.5rem 0;
  }
  .armod_table th, .armod_table td {
    font-size: 0.9375rem;
  }
  .armod_table th {
    width: 25%;
  }
  .armod_table td {
    width: 75%;
  }
  .armod_table_note {
    font-size: 0.8125rem;
  }
  .armod_more {
    font-size: 0.875rem;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 1500px) {
  .armod_unit01 {
    width: 60.3%;
  }
  .armod_unit02 {
    width: 39.7%;
    padding: 0;
  }
  .armod_unit02_inner {
    width: 70%;
    padding-right: 4%;
  }
}
/**************************************
/* スタジオモデルハウス-詳細
***************************************/
.single_model_container {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .single_model_container {
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_model_container {
    margin-bottom: 10.5rem;
  }
}
.simod_top_block {
  position: relative;
  z-index: 0;
}
.simod_top_block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.simod_top_img {
  aspect-ratio: 39 / 50;
}
.simod_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simod_top_txt_box {
  width: 84%;
  color: #fff;
  position: absolute;
  bottom: 5rem;
  left: 8%;
  z-index: 2;
}
.simod_top_english {
  font-size: 0.785rem;
  margin-bottom: 0.8rem;
}
.simod_top_title {
  font-size: 1.785rem;
}
@media screen and (min-width: 768px) {
  .simod_top_img {
    aspect-ratio: 34 / 19;
  }
  .simod_top_txt_box {
    bottom: 7rem;
  }
  .simod_top_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .simod_top_txt_box {
    width: 85.5%;
    left: 7.25%;
    bottom: 8rem;
  }
  .simod_top_english {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
  .simod_top_title {
    font-size: 2.5rem;
  }
}
.simod_back {
  background-color: #f2f3f4;
  padding: 6.5rem 0 8.3rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .simod_back {
    padding: 6.5rem 0 5.3rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .simod_back {
    padding: 10.5rem 0 4.8rem;
    margin-bottom: 10.5rem;
  }
}
/*||CONCEPT||*/
.simod_con_block {
  width: 85%;
  margin: 0 auto 4.5rem;
  max-width: 1200px;
}
.simod_con_item {
  display: flex;
}
.simod_con_unit01 {
  width: 22%;
  padding-top: 0.6rem;
}
.simod_con_head {
  font-size: 0.785rem;
  line-height: 1;
  color: #969696;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
}
.simod_con_unit02 {
  width: 78%;
}
.simod_con_title {
  font-size: 1.57rem;
  line-height: 1.63;
  margin-bottom: 1.6rem;
  width: 86%;
}
.simod_con_txt {
  font-size: 0.928rem;
  line-height: 2.5;
  color: #505050;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .simod_con_block {
    width: 80%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .simod_con_item {
    flex-direction: column;
  }
  .simod_con_unit01 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .simod_con_head {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
  }
  .simod_con_unit02 {
    width: 100%;
    display: flex;
  }
  .simod_con_title {
    width: 40%;
    padding-right: 5%;
  }
  .simod_con_txt {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .simod_con_block {
    margin-bottom: 7.4rem;
  }
  .simod_con_unit01 {
    margin-bottom: 4rem;
  }
  .simod_con_head {
    font-size: 0.9375rem;
  }
  .simod_con_title {
    font-size: 2.1875rem;
    width: 50%;
  }
  .simod_con_txt {
    font-size: 1.125rem;
    line-height: 2.22;
    width: 50%;
  }
}
/*||simod_con_slider_block||*/
.simod_con_slider_block {
  margin-bottom: 5.3rem;
}
.simod_con_slider_img {
  aspect-ratio: 14 / 9;
}
.simod_con_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .simod_con_slider_block {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .simod_con_slider_block {
    padding-left: 7.4%;
    margin-bottom: 4.9rem;
  }
  .simod_con_slider_img {
    aspect-ratio: 11 / 7;
  }
}
.simod_con_slider {
  padding-bottom: 4.4rem;
}
.simod_con_slider .slick-list {
  padding:
    0 10% 0 0 !important;
}
.simod_con_slider .slick-prev, .simod_con_slider .slick-next {
  z-index: 100;
  top: auto;
  bottom: 0;
  transform: translate(0, 0%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #737477;
}
.simod_con_slider .slick-prev {
  right: calc(8% + 34px);
  left: auto;
}
.simod_con_slider .slick-next {
  right: 8%;
  left: auto;
}
.simod_con_slider .slick-prev::before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../images/prev_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.simod_con_slider .slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url("../images/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .simod_con_slider .slick-list {
    padding:
      0 20% 0 0 !important;
  }
  .simod_con_slider .slick-prev, .simod_con_slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .simod_con_slider .slick-prev {
    right: calc(20% + 50px);
  }
  .simod_con_slider .slick-next {
    right: 20%;
  }
  .simod_con_slider .slick-prev::before {
    width: 13px;
    height: 9px;
  }
  .simod_con_slider .slick-next::before {
    width: 13px;
    height: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .simod_con_slider {
    padding-bottom: 5.1rem;
  }
  .simod_con_slider .slick-list {
    padding:
      0 30.2% 0 0 !important;
  }
  .simod_con_slider .slick-prev {
    right: calc(30.2% + 50px);
  }
  .simod_con_slider .slick-next {
    right: 30.2%;
  }
}
/*||simod_point_block||*/
.simod_point_block {
  width: 80%;
  margin: 0 auto;
}
.simod_point_unit01 {
  margin-bottom: 3.2rem;
}
.simod_section_title span {
  display: block;
  font-size: 2.5rem;
  list-style: 1;
  margin-bottom: 0.7rem;
}
.simod_section_title {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .simod_section_title span {
    font-size: 3.125rem;
    margin-bottom: 1rem;
  }
  .simod_section_title {
    /* font-size: 0.8125rem;*/
    font-size: 1rem;
  }
}
.simod_point_txt {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1.75;
  color: #505050;
  margin-bottom: 3.3rem;
}
.simod_point_list > ul > li {
  margin-bottom: 3.3rem;
}
.simod_point_list > ul > li:last-child {
  margin-bottom: 0;
}
.simod_point_list_img {
  aspect-ratio: 312 / 235;
  margin-bottom: 1.55rem;
}
.simod_point_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simod_point_list_title {
  font-size: 1.14rem;
  margin-bottom: 1.2rem;
}
.simod_point_list_txt {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1.75;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .simod_point_list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .simod_point_list > ul > li {
    width: 50%;
  }
  .simod_point_list_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .simod_point_block {
    width: 85.5%;
  }
  .simod_point_list > ul > li {
    margin-bottom: 3.9rem;
  }
  .simod_point_item {
    display: flex;
    align-items: flex-start;
  }
  .simod_point_unit01 {
    width: 24.8%;
    position: sticky;
    top: 10rem;
    margin-bottom: 4.2rem;
  }
  .simod_point_unit02 {
    padding-top: 4.5rem;
    width: 75.2%;
  }
  .simod_point_txt {
    /*font-size: 0.8125rem;*/
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 5.8rem;
  }
  .simod_point_list_img {
    aspect-ratio: 103 / 74;
    margin-bottom: 1.55rem;
  }
  .simod_point_list_title {
    font-size: 1.3125rem;
    margin-bottom: 1.2rem;
  }
  .simod_point_list_txt {
    /* font-size: 0.8125rem;*/
    font-size: 0.9375rem;
    line-height: 2;
  }
}
/*||simod_info_block||*/
.simod_info_block {
  /* padding-bottom: 7.2rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin: 0 auto 7rem;*/
  margin: 0 auto;
}
.simod_info_block_inner {
  width: 80%;
  margin: 0 auto;
}
.simod_info_block_inner .simod_section_title {
  margin-bottom: 3.4rem;
}
.simod_info_item {
  margin-bottom: 3.5rem;
}
.simod_info_unit01 {
  margin-bottom: 4.4rem;
}
.simod_info_up_side {
  margin-bottom: 7px;
}
.simod_info_up_slider_img {
  aspect-ratio: 78 / 55;
}
.simod_info_up_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simod_info_down_side {
  margin-left: -1%;
  margin-right: -1%;
}
.simod_info_down_slider_img {
  width: 92%;
  margin: 0 auto;
  aspect-ratio: 73 / 51;
}
.simod_info_down_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simod_info_type {
  font-size: 0.785rem;
  line-height: 1;
  color: #9a9896;
  margin-bottom: 0.8rem;
}
.simod_info_name {
  font-size: 1.28rem;
  margin-bottom: 2rem;
}
.simod_info_table tr {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.simod_info_table th, .simod_info_table td {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  color: #646464;
  font-weight: 500;
}
.simod_info_table th {
  width: 30%;
}
.simod_info_table tr:first-child {
  border-top: 1px solid rgba(200, 200, 200, 0.5);
}
.simod_info_table td {
  width: 70%;
}
/*map*/
.simod_info_map .youtube {
  padding-top: 75.25%;
}
@media screen and (min-width: 768px) {
  .simod_info_item {
    margin-bottom: 5.5rem;
  }
  .simod_info_up_side {
    margin-bottom: 1rem;
  }
  .simod_info_table tr {
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .simod_info_block_inner .simod_section_title {
    margin-bottom: 4.4rem;
  }
  .simod_info_item {
    display: flex;
  }
  .simod_info_unit01 {
    width: 60%;
    padding-right: 7%;
    margin-bottom: 0;
  }
  .simod_info_unit02 {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .simod_info_block {
    width: 94%;
    /* padding-bottom: 10.4rem;
    margin-bottom: 9.5rem;*/
  }
  .simod_info_block_inner {
    width: 91%;
  }
  .simod_info_block_inner .simod_section_title {
    margin-bottom: 6.3rem;
  }
  .simod_info_item {
    margin-bottom: 8.9rem;
  }
  .simod_info_unit01 {
    width: 65.5%;
  }
  .simod_info_up_side {
    margin-bottom: 1.1rem;
  }
  .simod_info_up_slider_img {
    aspect-ratio: 17 / 12;
  }
  .simod_info_down_slider_img {
    aspect-ratio: 10 / 7;
  }
  .simod_info_unit02 {
    width: 34.5%;
  }
  .simod_info_type {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  .simod_info_name {
    font-size: 1.5625rem;
    margin-bottom: 2.7rem;
  }
  .simod_info_table tr {
    padding: 1.5rem 0;
  }
  .simod_info_table th, .simod_info_table td {
    font-size: 0.9375rem;
  }
  .simod_info_table th {
    width: 29%;
  }
  .simod_info_table td {
    width: 71%;
  }
  /*map*/
  .simod_info_map .youtube {
    padding-top: 48.25%;
  }
}
/*||form||*/
.simod_form_outer {
  padding-top: 6.2rem;
  border-top: 1px solid rgba(196, 196, 198, 0.5);
  margin: 7rem auto 0;
}
.simod_form_block {
  width: 80%;
  margin: 0 auto;
}
.simod_form_unit01 {
  margin-bottom: 2.7rem;
}
.simod_form_title span {
  display: block;
  font-size: 1.785rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.simod_form_title {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  margin-bottom: 3rem;
}
.simod_form_txt01 {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 2;
  color: #505050;
  margin-bottom: 0;
  text-align: justify;
}
.simod_form_txt02 {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 2;
  color: #505050;
}
.simod_form_txt02 span {
  color: #c31a00;
  margin-right: 3px;
}
@media screen and (min-width: 992px) {
  .simod_form_block {
    display: flex;
    align-items: flex-start;
  }
  .simod_form_unit01 {
    width: 37%;
    margin-bottom: 0;
    position: sticky;
    top: 10rem;
  }
  .simod_form_unit02 {
    width: 58%;
    padding-left: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .simod_form_outer {
    width: 94%;
    padding-top: 10.4rem;
    margin-top: 9.5rem;
  }
  .simod_form_block {
    /*  width: 85.5%;*/
    width: 91%;
  }
  .simod_form_unit01 {
    width: 39%;
  }
  .simod_form_title span {
    font-size: 1.875rem;
  }
  .simod_form_title {
    /* font-size: 0.8125rem;*/
    font-size: 1rem;
    margin-bottom: 4.3rem;
  }
  .simod_form_txt02 {
    font-size: 1.0625rem;
  }
  .simod_form_unit02 {
    width: 61%;
    padding-top: 8.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .simod_form_txt01 {
    /* font-size: 0.9375rem;*/
    font-size: 1rem;
  }
  .simod_form_txt02 {
    /* font-size: 0.9375rem;*/
    font-size: 1.0625rem;
  }
  .simod_form_unit02 {
    padding-left: 3%;
  }
}
/***************************************
スタッフ紹介一覧
***************************************/
.staff_field_unit01 {
  line-height: 1;
  margin-bottom: 3rem;
}
.staff_block > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.staff_block > ul > li {
  width: 50%;
  margin-bottom: 3rem;
}
.staff_item {
  width: 92%;
  margin: 0 auto;
}
.staff_img {
  aspect-ratio: 27 / 38;
  margin-bottom: 1.2rem;
}
.staff_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_name {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.staff_name span {
  display: block;
  font-size: 0.8rem;
  color: #8c8c8c;
  margin-top: 4px;
}
.staff_type {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0.9rem;
}
.staff_from {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.staff_have {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff_field_unit01 {
    margin-bottom: 4rem;
  }
  .staff_block > ul {
    margin-left: -2.5%;
    margin-right: -2.5%;
    margin-bottom: 3rem;
  }
  .staff_block > ul > li {
    margin-bottom: 4rem;
  }
  .staff_item {
    width: 89%;
    margin: 0 auto;
  }
  .staff_name {
    font-size: 1.0625rem;
    margin-bottom: 1.4rem;
  }
  .staff_name span {
    /*font-size: 0.75rem;*/
    font-size: 0.875rem;
  }
  .staff_type {
    font-size: 0.75rem;
    margin-bottom: 1.1rem;
  }
  .staff_from {
    font-size: 0.75rem;
  }
  .staff_have {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .staff_field_unit01 {
    margin-bottom: 5rem;
  }
  .staff_block > ul {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .staff_block > ul > li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .staff_block > ul > li {
    width: 25%;
  }
  .staff_img {
    margin-bottom: 1.45rem;
  }
}
@media screen and (min-width: 1500px) {
  .staff_field_wrap {
    display: flex;
  }
  .staff_field_unit01 {
    width: 17.5%;
    margin-bottom: 0;
  }
  .staff_field_unit02 {
    width: 82.5%;
  }
  .staff_block > ul {
    margin-left: -1.8%;
    margin-right: -1.8%;
  }
  .staff_item {
    width: 87%;
  }
}
/***************************************
スタッフ紹介詳細
***************************************/
.sistaff_block {
  width: 91%;
  margin: 0 auto;
  max-width: 600px;
}
/***************************************
採用情報
***************************************/
@media screen and (min-width: 1200px) {
  .pg_recruit_container .pg_head_img {
    margin-bottom: 9.7rem;
  }
}
.pgrec_job_field {
  width: 84%;
  margin: 0 auto 6rem;
}
.pgrec_job_unit01 {
  margin-bottom: 4rem;
}
.job_block > ul > li {
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 4rem;
}
.job_block > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.job_item {
  display: block;
  color: #505050;
  transition: all 0.5s;
}
.job_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.job_unit01 {
  aspect-ratio: 10 / 7;
  margin-bottom: 1.6rem;
}
.job_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job_unit02 {
  position: relative;
}
.job_unit02_number {
  font-size: 0.928rem;
  letter-spacing: 0.05em;
  color: #b4b4b4;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.job_title {
  font-size: 1.375rem;
  line-height: 1.4;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.job_txt {
  font-size: 0.928rem;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .pgrec_job_field {
    margin-bottom: 7rem;
  }
  .pgrec_job_unit01 {
    margin-bottom: 5rem;
  }
  .job_item {
    display: flex;
  }
  .job_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .job_unit02 {
    width: 50%;
    padding-left: 5%;
  }
  .job_unit02_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .job_unit02_number {
    line-height: 1;
    position: relative;
    top: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .job_title {
    padding-right: 0;
    ;
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_job_field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8rem;
  }
  .pgrec_job_unit01 {
    width: 19.7%;
    margin-bottom: 0;
    /*    position: sticky;
    top: 10rem;*/
  }
  .pgrec_job_unit01 .page_title_small {
    margin-bottom: 0;
  }
  .pgrec_job_unit02 {
    width: 80.3%;
  }
  .job_block > ul > li {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .pgrec_job_field {
    width: 94%;
    padding-left: 4.25%;
    margin-bottom: 9.6rem;
  }
  .pgrec_job_unit01 {
    width: 24.7%;
  }
  .pgrec_job_unit02 {
    width: 75.3%;
  }
  .job_item {
    width: 94%;
  }
  .job_unit01 {
    width: 46.5%;
  }
  .job_unit02 {
    width: 53.5%;
    padding-left: 7%;
  }
  .job_unit02_number {
    font-size: 0.8125rem;
  }
  .job_title {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
  .job_txt {
    /* font-size: 0.9375rem;*/
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
}
/*||||*/
.pgrec_insta_block {
  background-color: #f2f3f4;
  padding: 8% 0;
  width: 84%;
  margin: 0 auto 6rem;
}
.pgrec_insta_item {
  width: 84%;
  margin: 0 auto;
}
.pgrec_insta_unit01 {
  margin-bottom: 1.6rem;
}
.pgrec_insta_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pgrec_insta_title {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pgrec_insta_txt {
  font-size: 0.928rem;
  margin-bottom: 2rem;
}
.pgrec_insta_btn {
  font-size: 0.928rem;
  height: 60px;
  width: 230px;
  margin: 0 auto;
  border-radius: 30px;
  color: #505050;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.pgrec_insta_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pgrec_insta_block {
    margin-bottom: 7rem;
    padding: 4% 0;
  }
  .pgrec_insta_item {
    display: flex;
    width: 92%;
  }
  .pgrec_insta_unit01 {
    width: 45%;
    order: 2;
    margin-bottom: 0;
  }
  .pgrec_insta_unit02 {
    width: 55%;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pgrec_insta_unit02_inner {
    width: 88%;
  }
  .pgrec_insta_btn {
    height: 65px;
    width: 260px;
    border-radius: 35px;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .pgrec_insta_block {
    width: 76%;
  }
  .pgrec_insta_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_insta_block {
    width: 70.5%;
    padding: 1.7% 0;
    margin-bottom: 9.3rem;
  }
  .pgrec_insta_item {
    width: 95%;
  }
  .pgrec_insta_unit01 {
    width: 44%;
  }
  .pgrec_insta_unit02 {
    width: 56%;
  }
  .pgrec_insta_unit02_inner {
    width: 84%;
  }
}
@media screen and (min-width: 1500px) {
  .pgrec_insta_unit02_inner {
    width: 77%;
  }
  .pgrec_insta_title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.3rem;
  }
  .pgrec_insta_txt {
    /*font-size: 0.9375rem;*/
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    max-width: 505px;
  }
  .pgrec_insta_btn {
    font-size: 0.875rem;
    height: 70px;
    width: 250px;
    border-radius: 35px;
  }
}
@media screen and (min-width: 1700px) {
  .pgrec_insta_title {
    font-size: 2rem;
  }
}
/*||求人情報-slider||*/
.pgrec_slide_block {
  padding: 5rem 0 6.3rem;
  background-color: #f2f3f4;
  margin-bottom: 6rem;
}
.pgrec_slide_block .page_title_small {
  margin-bottom: 3rem;
}
.pgrec_slide_item {
  display: block;
  width: 90%;
  margin: 0 auto;
  transition: all 0.5s;
}
.pgrec_slide_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.pgrec_slide_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.6rem;
}
.pgrec_slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pgrec_slide_title {
  font-size: 1.125rem;
  color: #505050;
}
.pgrec_slider.single-slide {
  display: flex;
  justify-content: center;
}
.pgrec_slider.single-slide li {
  width: 94%;
}
@media screen and (min-width: 768px) {
  .pgrec_slide_block {
    padding: 6rem 0 8rem;
    margin-bottom: 7rem;
  }
  .pgrec_slider.single-slide li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .pgrec_slide_block {
    padding: 9.3rem 0 13.2rem;
    margin-bottom: 11.7rem;
  }
  .pgrec_slide_block .page_title_small {
    margin-bottom: 4.2rem;
  }
  .pgrec_slide_img {
    margin-bottom: 1.8rem;
  }
}
/*||pgrec_form_block||*/
.pgrec_form_block .simod_form_block {
  width: 84%;
}
@media screen and (min-width: 1200px) {
  .pgrec_form_block .simod_form_block {
    width: 85.5%;
  }
  .pgrec_form_block .simod_form_title {
    margin-bottom: 3.5rem;
  }
  .pgrec_form_block .simod_form_unit02 {
    padding-top: 0;
  }
}
/***************************************
仕事を知る一覧
***************************************/
.archive_job_container {
  margin-bottom: 7rem;
}
.archive_job_container .cotainer84-855 {
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .archive_job_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_job_container {
    margin-bottom: 12rem;
  }
}
/***************************************
仕事を知る詳細
***************************************/
.single_job_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .single_job_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_job_container {
    margin-bottom: 11.1rem;
  }
}
.sijob_block {
  width: 84%;
  margin: 0 auto;
  margin-right: 8%;
  max-width: 1050px;
}
.sijob_title {
  font-size: 1.57rem;
  padding-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
}
.sijob_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(80, 80, 80, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sijob_copy {
  font-size: 1.214rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.sijob_eye_img {
  margin-bottom: 1.6rem;
}
.sijob_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sijob_name {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
.sijob_name span {
  display: block;
  /* font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1;
  color: #969696;
  margin-top: 0.4rem;
}
.sijob_type {
  font-size: 0.785rem;
  margin-bottom: 2rem;
}
.sijob_txt_box {
  background-color: #f2f3f4;
  padding: 2rem 0;
  margin-bottom: 4.5rem;
}
.sijob_txt {
  font-size: 0.928rem;
  width: 84%;
  margin: 0 auto;
}
.sijob_repeat_block > ul > li {
  margin-bottom: 4rem;
}
.sijob_repeat_block > ul > li:last-child {
  margin-bottom: 0;
}
.sijob_repeat_title {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 2rem;
}
.sijob_repeat_txt {
  font-size: 0.928rem;
  text-align: justify;
  margin-bottom: 2.5rem;
}
.sijob_repeat_img img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .sijob_txt_box {
    padding: 2.8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .sijob_block {
    margin-right: 7.4%;
  }
  .sijob_title {
    font-size: 1.75rem;
    margin-bottom: 1.2rem;
  }
  .sijob_title::before {
    width: 25px;
  }
  .sijob_copy {
    font-size: 1.3125rem;
    margin-bottom: 3.3rem;
  }
  .sijob_eye_img {
    margin-bottom: 1.95rem;
  }
  .sijob_repeat_block > ul > li {
    margin-bottom: 4.5rem;
  }
  .sijob_inner {
    width: 81%;
  }
  .sijob_name {
    font-size: 1.25rem;
    margin-bottom: 1.6rem;
  }
  .sijob_name span {
    /*font-size: 0.6875rem;*/
    font-size: 1rem;
  }
  .sijob_type {
    /* font-size: 0.6875rem;*/
    font-size: 0.75rem;
  }
  .sijob_txt_box {
    padding: 2.5rem 0 2.7rem;
    margin-bottom: 4.5rem;
  }
  .sijob_txt {
    /*  font-size: 0.8125rem;*/
    font-size: 0.9375rem;
    line-height: 1.85;
    width: 88%;
  }
  .sijob_repeat_title {
    font-size: 1.375rem;
    padding-bottom: 1.9rem;
    margin-bottom: 2.1rem;
  }
  .sijob_repeat_txt {
    /* font-size: 0.8125rem;*/
    font-size: 0.9375rem;
    line-height: 1.85;
    margin-bottom: 3rem;
  }
}
/*||仕事を知る詳細-関連記事||*/
.single_other_block_job {
  background-color: #f2f3f4;
  padding: 5rem 0;
  margin-bottom: 6rem;
}
.siother_job_block {
  width: 84%;
  margin: 0 auto;
}
.siother_job_block > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.4%;
  margin-right: -3.4%;
}
.siother_job_block > ul > li {
  width: 50%;
}
.siother_job_item {
  display: block;
  width: 87%;
  margin: 0 auto;
  color: #505050;
}
.siother_job_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 0.7rem;
}
.siother_job_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siother_job_title {
  font-size: 0.928rem;
  line-height: 1.63;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .single_other_block_job {
    padding: 7rem 0;
    margin-bottom: 7rem;
  }
  .siother_job_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_other_block_job {
    padding: 9.5rem 0 12.8rem;
    margin-bottom: 9.4rem;
  }
  .single_other_block.single_other_block_job .section_title_box {
    margin-bottom: 4.2rem;
  }
  .siother_job_block > ul {
    margin-left: -3%;
    margin-right: -3%;
  }
  .siother_job_block > ul > li {
    width: calc(100% / 3);
  }
  .siother_job_item {
    width: 89%;
  }
  .siother_job_img {
    margin-bottom: 1.6rem;
  }
}
/*||仕事を知る詳細-関連記事(求人情報)||*/
.single_other_block_recruitment {
  margin-bottom: 7rem;
}
.sijob_btn_box {
  margin-top: 4rem;
}
.sijob_btn {
  font-size: 0.857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid rgba(219, 219, 219, 85);
  border: 1px solid rgba(196, 196, 198, 0.5);
  border-radius: 45px;
  transition: all 0.5s;
}
.sijob_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .single_other_block_recruitment {
    margin-bottom: 9rem;
  }
  .sijob_btn {
    font-size: 1.0625rem;
    width: 300px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single_other_block_recruitment {
    margin-bottom: 10.5rem;
  }
  .single_other_block.single_other_block_recruitment .section_title_box {
    margin-bottom: 4.4rem;
  }
  .single_other_block_recruitment .pgrec_slide_img {
    margin-bottom: 1.6rem;
  }
  .sijob_btn_box {
    margin-top: 5.9rem;
  }
  .sijob_btn {
    font-size: 1.0625rem;
    width: 400px;
    height: 80px;
  }
}
/***************************************
求人情報-一覧
***************************************/
.archive_recruitment_container {
  margin-bottom: 7rem;
}
.archive_recruitment_container .recruitment_block > ul > li {
  margin-bottom: 4rem;
}
.archive_recruitment_container .recruitment_block .pgrec_slide_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive_recruitment_container .recruitment_block > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.7%;
    margin-right: -1.7%;
  }
  .archive_recruitment_container .recruitment_block > ul > li {
    width: 50%;
  }
  .archive_recruitment_container .recruitment_block .pgrec_slide_item {
    width: 90%;
  }
}
@media screen and (min-width: 992px) {
  .archive_recruitment_container {
    margin-bottom: 8rem;
  }
  .archive_recruitment_container .recruitment_block > ul > li {
    width: calc(100% / 3);
    margin-bottom: 5rem;
  }
  .archive_recruitment_container .p-btn_wrap .page_btn_box {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_recruitment_container {
    margin-bottom: 9rem;
  }
}
/***************************************
求人情報-詳細
***************************************/
.single_recruitment_container {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .single_recruitment_container {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_recruitment_container {
    margin-bottom: 11.1rem;
  }
}
.sirec_block {
  width: 84%;
  margin: 0 auto;
}
.sirec_field_wrap_first, .sirec_field_wrap_second {
  margin-bottom: 6rem;
}
.sirec_field_unit01 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .sirec_field_wrap_first, .sirec_field_wrap_second {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .sirec_field_wrap {
    display: flex;
    align-items: flex-start;
  }
  .sirec_field_unit01 {
    width: 20%;
    /*   position: sticky;
    top: 10rem;*/
    margin-bottom: 0;
  }
  .sirec_field_unit02 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .sirec_block {
    width: 85.5%;
  }
  .sirec_field_wrap_first, .sirec_field_wrap_second {
    margin-bottom: 9.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .sirec_field_unit01 {
    width: 27.5%;
  }
  .sirec_field_unit02 {
    width: 72.5%;
  }
  .sirec_inner {
    width: 81%;
  }
}
.sirec_title {
  font-size: 1.57rem;
  padding-bottom: 1.8rem;
  position: relative;
  margin-bottom: 1.8rem;
}
.sirec_title::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(80, 80, 80, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sirec_copy {
  font-size: 1.214rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.sirec_repeat_img_block {
  margin-bottom: 4rem;
}
.sirec_repeat_img {
  aspect-ratio: 7 / 5;
}
.sirec_repeat_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*||スライド画像||*/
.sirec_repeat_img_slider {
  padding-bottom: 2.5rem;
  margin-bottom: 0 !important;
}
.sirec_repeat_img_slider .slick-dots {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 0%;
  right: auto;
  transform: translateX(0%);
  justify-content: flex-start;
  margin-left: -6px;
}
.sirec_repeat_img_slider .slick-dots li {
  width: 17px;
  height: 17px;
  margin: 0px;
}
.sirec_repeat_img_slider .slick-dots li button {
  width: 17px;
  height: 17px;
  padding: 0;
}
.sirec_repeat_img_slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: #d4d5d6;
  background-color: #d4d5d6;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sirec_repeat_img_slider .slick-dots .slick-active button::before {
  width: 6px;
  height: 6px;
  background-color: #505050;
  color: #505050;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  /*||スライド画像||*/
  .sirec_repeat_img_slider .slick-dots {
    margin-left: -9px;
  }
  .sirec_repeat_img_slider .slick-dots li {
    margin: 0px 3px;
  }
  .sirec_repeat_img_slider .slick-dots li button::before {
    width: 7px;
    height: 7px;
  }
  .sirec_repeat_img_slider .slick-dots .slick-active button::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .sirec_title {
    font-size: 1.75rem;
    margin-bottom: 1.2rem;
  }
  .sirec_title::before {
    width: 25px;
  }
  .sirec_copy {
    font-size: 1.3125rem;
    margin-bottom: 3.3rem;
  }
  .sirec_repeat_img_block {
    margin-bottom: 7.5rem;
  }
}
/*||この求人のポイント||*/
.sirec_point_box {
  background-color: #f2f3f4;
  padding: 3rem 6% 3.6rem;
  margin-bottom: 2.5rem;
}
.sirec_point_head {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.9rem;
}
.sirec_point_txt {
  /*   font-size: 0.928rem;*/
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.35rem;
}
.sirec_point_box > ul > li:last-child.sirec_point_txt {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sirec_point_box {
    padding: 3rem 10% 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .sirec_point_box {
    padding: 3.9rem 11.5% 4.5rem;
    margin-bottom: 2.4rem;
  }
  .sirec_point_head {
    font-size: 1.3125rem;
    margin-bottom: 2.5rem;
  }
  .sirec_point_txt {
    font-size: 1.0625rem;
    margin-bottom: 0.35rem;
  }
}
/*||この求人のポイント-タグ||*/
.sirec_repeat_tag_block {
  margin-bottom: 4.5rem;
}
.sirec_repeat_tag_block > ul {
  display: flex;
  flex-wrap: wrap;
}
.sirec_repeat_tag_block > ul > li {
  width: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.sirec_repeat_tag_block > ul > li:last-child {
  margin-right: 0;
}
.sirec_repeat_tag {
  font-size: 0.8125rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 1rem;
  border: 1px solid rgba(196, 196, 198, 0.5);
}
@media screen and (min-width: 1200px) {
  .sirec_repeat_tag_block {
    margin-bottom: 5.3rem;
  }
  .sirec_repeat_tag_block > ul > li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sirec_repeat_tag {
    font-size: 1rem;
    padding: 6px 1.4rem;
  }
}
/*||仕事内容、当社で働くメリット・魅力、求める人物像||*/
.sirec_list_block > ul > li {
  margin-bottom: 4rem;
}
.sirec_list_block > ul > li:last-child {
  margin-bottom: 0;
}
.sirec_list_title {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  margin-bottom: 2rem;
}
.sirec_list_txt {
  font-size: 0.928rem;
}
.sirec_list_add_block {
  background-color: #f2f3f4;
  padding: 2rem 0;
  margin-top: 3rem;
}
.sirec_list_add_txt {
  font-size: 0.928rem;
  width: 84%;
  margin: 0 auto;
  margin-bottom: 0px;
}
.sirec_list_add_txt span {
  display: block;
  font-weight: bold;
  margin-left: -0.5rem;
}
.sirec_list_add_txt_up {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .sirec_list_block > ul > li {
    margin-bottom: 5.8rem;
  }
  .sirec_list_title {
    font-size: 1.375rem;
    padding-bottom: 1.9rem;
    margin-bottom: 2.1rem;
  }
  .sirec_list_txt {
    /*font-size: 0.8125rem;*/
    font-size: 0.9375rem;
    line-height: 1.85;
  }
  .sirec_list_add_block {
    padding: 3.1rem 0 3.6rem;
    margin-top: 2.8rem;
  }
  .sirec_list_add_txt {
    /*  font-size: 0.8125rem;*/
    font-size: 0.9375rem;
    line-height: 1.85;
    width: 88%;
  }
}
/*||募集概要||*/
.sirec_table tr {
  font-size: 0.928rem;
  color: #505050;
}
.sirec_table th {
  display: block;
  font-weight: 500;
  width: 100%;
  padding: 23px 0 0;
}
.sirec_table tr:first-child th {
  border-top: 1px solid rgba(196, 196, 198, 0.5);
}
.sirec_table td {
  display: block;
  font-weight: 500;
  width: 100%;
  padding: 8px 0 23px;
  border-bottom: 1px solid rgba(196, 196, 198, 0.5);
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sirec_table tr {
    display: flex;
  }
  .sirec_table th {
    width: 30%;
    padding: 25px 0;
    border-bottom: 1px solid rgba(196, 196, 198, 0.5);
    /*align-content: center;*/
  }
  .sirec_table td {
    width: 70%;
    padding: 25px 0;
  }
  .sirec_table tr:first-child td {
    border-top: 1px solid rgba(196, 196, 198, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .sirec_table tr {
    font-size: 0.9375rem;
    line-height: 1.66;
  }
  .sirec_table td {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .sirec_table {
    width: 81%;
  }
  .sirec_table th {
    width: 24%;
    padding: 20px 0;
    line-height: 2;
  }
  .sirec_table td {
    width: 76%;
    padding: 20px 0;
    padding-right: 7rem;
    line-height: 2;
  }
}
/*||応募の流れ||*/
@media screen and (min-width: 992px) {
  .sirec_field_wrap_third .sijob_btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sirec_field_wrap_third .sijob_btn_box {
    margin-top: 6.1rem;
  }
}
/***************************************
THANKS
***************************************/
.pg_head_line {
  /*border-top: 1px solid rgba(210, 210, 210, 0.5);*/
  border-top: 1px solid rgba(196, 196, 198, 0.5);
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .pg_head_line {
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_head_line {
    padding-top: 6.2rem;
  }
}
.pg_thanks_container {
  width: 84%;
  margin: 0 auto 7rem;
}
.pgthanks_unit01 {
  margin-bottom: 2rem;
}
.pgthanks_title {
  font-size: 1.4375rem;
}
.pgthanks_txt {
  font-size: 0.928rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.pgthanks_txt_last {
  margin-bottom: 3rem;
}
.pgthanks_btn {
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 270px;
  border-radius:
    30px;
  /*border: 1px solid rgba(219, 219, 219, 0.5);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  color: #555;
  transition: all 0.5s;
}
.pgthanks_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pg_thanks_container {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 992px) {
  .pgthanks_item {
    display: flex;
  }
  .pgthanks_unit01 {
    width: 20%;
    margin-bottom: 0;
  }
  .pgthanks_unit02 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .pg_thanks_container {
    width: 94%;
    margin-bottom: 12rem;
  }
  .pgthanks_item {
    width: 91%;
    margin: 0 auto;
  }
  .pgthanks_unit01 {
    width: 29%;
  }
  .pgthanks_unit02 {
    width: 71%;
  }
  .pgthanks_txt {
    /* font-size: 0.9375rem;*/
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  .pgthanks_txt_last {
    margin-bottom: 5.9rem;
  }
  .pgthanks_btn {
    font-size: 0.9375rem;
    width: 400px;
    height: 80px;
    border-radius: 40px;
  }
}
/***************************************
 
***************************************/
/*||||*/
/*||||*/
/*||||*/
/**************************************
/* レスポンシブ改行
***************************************/
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br-pc15 {
    display: none;
  }
  .br-sp15 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br-pc15 {
    display: block;
  }
  .br-sp15 {
    display: none;
  }
}
@media screen and (max-width: 1799px) {
  .br-pc18 {
    display: none;
  }
  .br-sp18 {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .br-pc18 {
    display: block;
  }
  .br-sp18 {
    display: none;
  }
}