@charset "utf-8";

/* /////////////////////////////
下層共通
///////////////////////////// */

.page_ttl {
  position: relative;
  height: 160px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.page_ttl img {
  margin-bottom: 5px;
}
.page_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 194, 113, 0.6)
}
.page_ttl .ttl_area {
  position: relative;
  z-index: 1;
}
.house .page_ttl {
  background: url(../img/common/mv_house.jpg) center / cover;
}
.company .page_ttl {
  background: url(../img/common/mv_company.jpg) center / cover;
}
.about .page_ttl {
  background: url(../img/common/mv_about.jpg) center / cover;
}
.event .page_ttl {
  background: url(../img/common/mv_event.jpg) center / cover;
}
.request .page_ttl {
  background: url(../img/common/mv_request.jpg) center / cover;
}
.reserve .page_ttl {
  background: url(../img/common/mv_reserve.jpg) center / cover;
}
.work .page_ttl {
  background: url(../img/common/mv_work.jpg) center / cover;
}
.voice .page_ttl {
  background: url(../img/common/mv_voice.jpg) center / cover;
}
.information .page_ttl {
  background: url(../img/common/mv_information.jpg) center / cover;
}
.property .page_ttl {
  background: url(../img/common/mv_property.jpg) center / cover;
}
.contact .page_ttl {
  background: url(../img/common/mv_contact.jpg) center / cover;
}
.breadcrumb {
  padding: 20px 0;
  margin-bottom: 20px;
}
.page_wrap {
  padding-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width:1000px) {}
@media screen and (max-width:767px) {
  .page_ttl {
    height: 120px;
    font-size: 20px;
  }
  .page_wrap {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
/* /////////////////////////////
company
////////////////////////////// */

.tbl_company {
  width: 100%;
  line-height: 2;
}
.tbl_company tr {
  border-bottom: 1px solid #116ec5;
}
.tbl_company th {
  padding: 15px 20px;
  width: 240px;
  text-align: left;
}
.tbl_company td {
  padding: 15px 20px;
}
#map {
  width: 100%;
  height: 280px;
}
@media screen and (max-width:767px) {
  .tbl_company {
    line-height: 1.6;
  }
  .tbl_company th {
    width: 90px;
    padding: 15px 10px;
  }
  .tbl_company td {
    padding: 15px 10px;
  }
}

/* /////////////////////////////
about
////////////////////////////// */

.maru_num {
  width: 40px;
  height: 40px;
  border: 2px solid;
  text-align: center;
  line-height: 36px;
  border-radius: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  .maru_num {
    margin: 0 auto 10px;
  }
}

/* /////////////////////////////
house
////////////////////////////// */
.house .anchor_link li {
  width: 33.333%;
  max-width: 200px;
  color: #116ec5;
  text-align: center;
  margin: 0 10px;
}
.house .anchor_link li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid;
  border-radius: 40px;
  position: relative;
}
.house .anchor_link li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 11px;
  right: 12px;
  transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.house .sec_ttl {
  margin-bottom: 20px;
}
.house .sec_ttl .num {
  position: relative;
}
.house .sec_ttl .num::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #116ec5;
  bottom: -3px;
  left: calc(50% - 10px);
}
.house .hearing {
  position: relative;
  max-width: 600px;
  background-color: #fff;
  padding: 40px 30px;
  margin: 0 auto;
  border-radius: 10px;
}
.house .hearing h3 {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  width: calc(100% - 40px);
  max-width: 420px;
  border-radius: 40px;
  background-color: #116ec5;
  color: #fff;
  text-align: center;
}
.house .hearing figure {
  width: 220px;
  margin-right: 30px;
}
.house .hearing ul {
  width: calc(100% - 250px);
  padding-left: 20px;
}
.house .hearing ul li {
  position: relative;
  margin-bottom: 10px;
}
.house .hearing ul li:last-child {
  margin-bottom: 0;
}
.house .hearing ul li::after {
  position: absolute;
  left: -20px;
  top: 2px;
  font-size: 12px;
  content: "■";
  color: #116ec5;
}
.house_flow li {
  position: relative;
  margin-bottom: 60px;
  position: relative;
  line-height: 2;
}
.house_flow li::after {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: calc(50% - 5px);
  border-top: 10px solid #116ec5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.house_flow li:last-child {
  margin-bottom: 0;
}
.house_flow li:last-child::after {
  display: none;
}
.house_flow li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.house_flow li h3 .num {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  background-color: #116ec5;
  border-radius: 30px;
  color: #fff;
  margin-right: 5px;
}
.insurance_box {
  border: 1px solid;
  padding: 20px 40px;
}
@media screen and (max-width:767px) {
  .house .anchor_link li {
    margin: 0 5px;
  }
  .house .anchor_link li a {
    padding: 5px 10px;
    font-size: 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .house .anchor_link li a:before {
    width: 4px;
    height: 4px;
    top: 16px;
    right: 8px;
  }
  .house .hearing figure {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .house .hearing ul {
    width: 100%;
  }
  .insurance_box {
    padding: 20px;
  }
}
/* /////////////////////////////
contact
///////////////////////////// */

.contact_form .tel_box {
  padding: 15px 0;
  border: 5px solid #cdcdd2;
  margin-bottom: 80px;
}
.contact_flow {
  width: 416px;
  margin: 0 auto 50px;
}
.contact_flow .maru {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #4e7ee0;
}
.contact_flow .maru.mi {
  background-color: #afafb4;
}
.contact_flow .maru.mi::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 20px;
  top: 4px;
  left: 4px;
}
.contact_flow .maru::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 1px;
  border-bottom: 4px dashed #4e7ee0;
  top: calc(50% - 3px);
  left: 92%;
  z-index: -1;
}
.contact_flow .maru.check::after {
  border-bottom: 4px solid #4e7ee0;
}
.contact_flow .maru.check::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-40deg);
  left: 9px;
  top: calc(50% - 4px);
}
.contact_flow .maru.mi::after {
  border-bottom: 4px dashed #afafb4;
}
.contact_flow>div:last-child .maru::after {
  display: none;
}
.contact_form input, .contact_form textarea {
  -webkit-appearance: none;
  border: 0;
  font-size: 14px;
  border-radius: 10px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.contact_form input {
  box-sizing: border-box;
  padding: 9px 15px;
  line-height: 24px;
  margin: 0;
  width: 100%;
  max-width: 360px;
}
.contact_form input.readonly {
  padding: 0;
  border: 0;
  height: 44px;
  background-color: transparent !important;
}
.contact_form input.readonly:focus {
  outline: none;
}
@media all and (-ms-high-contrast: none) {
  .contact_form input, .contact_form textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .contact_form input {
    padding: 10px 15px 8px;
  }
}
.contact_form textarea {
  width: 100%;
  height: 184px;
  padding: 9px 15px;
  line-height: 30px;
  resize: none;
  box-sizing: border-box;
  background-color: #FFFDE8;
}
.contact_form .error {
  display: block;
  width: 100%;
}
.contact_form td .error, .contact_form .pp_check .error {
  margin-bottom: 10px;
  color: #f00000;
}
.contact_form td .error::before, .contact_form .pp_check .error::before {
  content: "!";
  width: 20px;
  line-height: 20px;
  background-color: #f00000;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
}
.contact_form .radio_area {
  max-width: calc(100% - 1px);
}
.contact_form input[type="radio"] {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 10px;
  margin-top: 4px;
  margin-right: 15px;
}
input[type=radio]:checked+.mwform-radio-field-text {
  position: relative;
}
input[type=radio]:checked+.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 6px;
  left: -30px;
  top: 7px;
}
/* .error+textarea, .error+input, .error+p+.select_wrap select, .error+p+.name_wrap input {
  border: 2px solid #66666f !important;
  background-color: #ffcfcf;
} */
.message_thanks {
  padding: 50px 0;
  margin-bottom: 50px;
  border-top: 1px solid #66666f;
  border-bottom: 1px solid #66666f;
}
.message_thanks h3 {
  color: #202fbd;
}
.contact_kaiji {
  text-indent: -1em;
  padding-left: 1em;
}
.contact_form .join_num {
  width: 100px;
  background-color: #ccc;
}

@media all and (-ms-high-contrast: none) {
  .contact_form input[type="radio"] {
    margin-top: 1px;
    margin-right: 5px;
  }
  input[type=radio]:checked+.mwform-radio-field-text::after {
    top: 4px;
  }
}
.contact_form input[type="text"] {
  width: 100%;
}
.contact_form input[type="text"],.contact_form input[type="email"] {
  background-color: #FFFDE8;
}
/* .contact_form input.company_name {
  max-width: 680px;
}
.contact_form input.your_name {
  max-width: 500px;
}
.contact_form input.tel_num {
  max-width: 350px;
}
.contact_form input.zip {
  width: 160px;
}
.contact_form input.email {
  max-width: 450px;
} */
.contact_form .mwform-radio-field label {
  margin-right: 30px;
  margin-bottom: 5px;
  display: flex;
}
.contact_form .mwform-radio-field label span {
  vertical-align: middle;
  max-width: calc(100% - 23px);
}
.contact_form .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}
.contact_form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0;
  margin-top: -3px;
}
.contact_form .name_wrap {
  max-width: 360px;
}
input[type=checkbox]:checked+.mwform-checkbox-field-text {
  position: relative;
}
input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  left: -22px;
  top: 4px;
}
.contact_form input[type=submit] {
  max-width: 300px;
  border: unset;
  padding: 15px;
  border-radius: 10px;
  line-height: 24px;
  background-color: #CCCCCC;
  cursor: pointer;
  transition-duration: .3s;
}
.contact_form .mw_wp_form_confirm input[type=submit].send {
  background-color: #E85060;
  color: #fff;
  max-width: 200px;
}
.contact_form .mw_wp_form_confirm table {
  margin-bottom: 60px;
}
.mw_wp_form_confirm .pp_check {
  display: none;
}
/* .contact_form input[type=submit]:hover {
  background-color: #4e7ee0;
} */
.contact_form input[type=submit].back {
  max-width: 200px;
  margin-right: 20px;
  background-color: #ccc;
}
.contact_form table {
  width: 100%;
}
.contact_form .select_wrap {
  width: 100%;
  border-radius: 10px;
  border: 0;
  background-color: #CCCCCC;
}
.contact_form .select_wrap.pref {
  max-width: 200px;
}
.contact_form .select_wrap select {
  font-size: 16px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  box-sizing: border-box;
  padding: 9px 15px;
  line-height: 24px;
  height: 42px;
  margin: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
}
.contact_form .require {
  color: #ff0000;
  margin-left: 5px;
  font-weight: bold;
}
.contact_form .hankaku {
  float: right;
}
.contact_form input.input_half {
  width: 48%;
}
.contact_form tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contact_form th {
  width: 260px;
  vertical-align: top;
  box-sizing: border-box;
  font-weight: bold;
  padding: 20px;
  text-align: left;
  background-color: #FFFDE8;
}
.contact_form td {
  box-sizing: border-box;
  vertical-align: top;
  padding: 10px 20px;
}
.contact_form .mw_wp_form_confirm  td {
  padding: 20px;
}
.contact_form .mw_wp_form_confirm .select_wrap {
  background-color: transparent
}
.contact_form td dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.contact_form td dl:last-of-type {
  margin-bottom: 0;
}
.contact_form td dl dt {
  width: 180px;
}
.contact_form td dl dd {
  width: calc(100% - 180px);
}
.mw_wp_form .error_box {
  display: none;
  padding: 25px 30px 20px;
  margin-bottom: 20px;
  background-color: #ffcfcf;
}
.mw_wp_form .error_box h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.mw_wp_form .error_box h2::before {
  content: "!";
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #000;
  border-radius: 12px;
  color: #ffcfcf;
  margin-right: 15px;
}
.mw_wp_form .error_box .error {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #121215;
}
.mw_wp_form .error_box .error::before {
  position: absolute;
  content: "";
  border-left: 6px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 0;
  top: calc(50% - 5px);
}
.mw_wp_form.mw_wp_form_error .error_box {
  display: block;
}
@media screen and (max-width:767px) {
  .contact_form th {
    display: block;
    width: 100%;
    padding: 14px 0 0;
    background-color: transparent;
  }
  .contact_form td,.contact_form .mw_wp_form_confirm td {
    display: block;
    padding: 14px 0;
  }
  .contact_form .select_wrap select {
    font-size: 12px;
    padding: 9px 15px 9px 10px;
  }
  .contact_form td dl dt {
    width: 140px;
  }
  .contact_form td dl dd {
    width: calc(100% - 140px);
  }
  .contact_form input.readonly {
    height: auto;
  }
}

/* /////////////////////////////
    動的ぺーじ
///////////////////////////// */
.list_col6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_col6::after {
  content: "";
  width: 32%;
  display: block;
}
.list_col6 li {
  width: 30%;
  margin-bottom: 40px;
}
.list_col6 li .thumbnail {
  width: 100%;
  height: 160px;
}
.list_col6 li .more_btn {
  display: block;
  background-color: #116ec5;
  color: #fff;
  border: 1px solid #116ec5;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold
}
.list_col6 li .more_btn:hover {
  background-color: #fff;
  color: #116ec5;
}

/* 施工事例 */
.works_list h2 {
  position: relative;
  padding: 0 20px;
}
.works_list h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  text-align: center;
  border: 1px solid #116ec5;
  background-color: #fff;
  border-radius: 20px;
  transition: .3s;
}
.works_list h2::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 7px;
  top: calc(50% - 2px);
  border-top: 1px solid #116ec5;
  border-right: 1px solid #116ec5;
  transform: rotate(45deg);
  transition: .3s;
}
.work .main_slide .img_box {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work .main_slide .swiper-prev,.work .main_slide .swiper-next,.work .slider_thumbnail .swiper-prev2,.work .slider_thumbnail .swiper-next2 {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #FFFDE8;
  z-index: 100;
  cursor: pointer;
}
.work .main_slide {
  padding: 0 40px;
}
.work .slider_thumbnail {
  padding: 0 20px;
}
.work .main_slide .swiper-prev {
  left: 0;
  width: 40px;
}
.work .main_slide .swiper-next {
  right: 0;
  width: 40px;
}
.work .slider_thumbnail .swiper-prev2 {
  left: 0;
  width: 20px;
}
.work .slider_thumbnail .swiper-next2 {
  right: 0;
  width: 20px;
}
.work .main_slide .swiper-prev:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: calc(50% - 10px);
  left: calc(50% - 3px);
  border-left: 2px solid #116ec5;
  border-bottom: 2px solid #116ec5;
  transform: rotate(45deg);
}
.work .main_slide .swiper-next:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-top: 2px solid #116ec5;
  border-right: 2px solid #116ec5;
  transform: rotate(45deg);
}
.work .slider_thumbnail .swiper-prev2:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  left: calc(50% - 3px);
  border-left: 2px solid #116ec5;
  border-bottom: 2px solid #116ec5;
  transform: rotate(45deg);
}
.work .slider_thumbnail .swiper-next2:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  border-top: 2px solid #116ec5;
  border-right: 2px solid #116ec5;
  transform: rotate(45deg);
}
.work .slider_thumbnail .img_box {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.work .main_slide .img_box img, .work .slider_thumbnail .img_box img {
  max-height: 100%;
}
.work .slider_thumbnail .img_box img {
  border: 2px solid transparent;
}
.work .slider_thumbnail .swiper-slide-thumb-active .img_box img {
  border: 2px solid #116ec5;
}
.tanto_person {
  width: 120px;
  text-align: center;
}
.tanto_person figure {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
}
.tanto_voice {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 170px);
  padding: 40px 30px;
  border: 1px solid #116ec5;
  border-radius: 10px;
}
.tanto_voice::after {
  position: absolute;
  left: -16px;
  top: 60px;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #116ec5;
  border-left: 1px solid #116ec5;
  transform:
    rotate(-45deg)
    skew(
      calc((40deg) / 2),
      calc((40deg) / 2)
    );
}

/* 分譲中の物件 */
.point_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.plan .tab_btn_list {
  display: flex;
}
.plan .tab_btn_list li {
  width: 100%;
  border: 1px solid #116ec5;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  padding: 10px;
  color: #116ec5;
  text-align: center;
  font-weight: bold;
  margin-right: 6px;
  cursor: pointer;
}
.plan .tab_btn_list li.is_active {
  background-color: #116ec5;
  color: #fff;
}
.plan .tab_btn_list li:last-child {
  margin-right: 0;
}
.plan .tab_inner {
  padding: 40px 30px;
  border: 1px solid #116ec5;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.plan .floor_img {
  display: flex;
}
.plan .floor_img .img_area {
  width: 100%;
  margin-right: 40px;
}
.plan .floor_img .img_area:last-child {
  margin-right: 0;
}
.plan .floor_img figure {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 10px;
}
.plan .floor_img figure img {
  max-height: 100%;
  object-fit: contain;
}
.option_list li {
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #72bcbd;
  color: #fff;
  font-weight: bold;
}
.area_gallery_list::after {
  content: "";
  width: 24%;
  display: block;
}
.area_gallery_list::before {
  content: "";
  width: 24%;
  display: block;
  order: 100;
}
.area_gallery_list li {
  width: 23%;
}
.area_gallery_list li figure {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
.area_other_list li {
  width: 23%;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #116ec5;
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
  max-width: inherit !important;
}
.tbl_overview {
  border-top: 1px solid #116ec5;
  width: 100%;
}
.tbl_overview th {
  width: 140px;
  box-sizing: border-box;
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px solid #116ec5;
  background-color: #f3f9ff;
  text-align: left;
  vertical-align: middle
}
.tbl_overview td {
  padding: 10px;
  border-bottom: 1px solid #116ec5;
}
.feature_slide .main_slide .img_box {
  width: 100%;
  height: 300px ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.feature_slide .slider_thumbnail .img_box {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.feature_slide .main_slide .img_box img, .feature_slide .slider_thumbnail .img_box img {
  max-height: 100%;
}
.feature_slide .slider_thumbnail .img_box img {
  border: 2px solid transparent;
}
.feature_slide .slider_thumbnail .swiper-slide-thumb-active .img_box img {
  border: 2px solid #116ec5;
}


.wp-pagenavi {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #116ec5;
  border: 1px solid #116ec5;
  margin: 0 5px;
  border-radius: 50px;
}
.wp-pagenavi .current {
  background-color: #116ec5;
  color: #fff;
}
.list_back_btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  border: unset;
  padding: 20px;
  line-height: 24px;
  border: 1px solid;
  cursor: pointer;
  transition-duration: .3s;
}
.request_btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  border: unset;
  padding: 20px;
  line-height: 24px;
  border: 1px solid;
  cursor: pointer;
  transition-duration: .3s;
}
.voice_single_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 0;
}
.voice_single_inner .main_img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 200px;
  margin: 0 auto 40px;
}
.event_list_all .thumbnail {
  width: 360px;
  min-height: 230px;
}
.event_list_all .e_content {
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.event_list_all .btn {
  margin-top: auto;
}
.event_list_all .more_btn {
  display: inline-block;
  background-color: #116ec5;
  color: #fff;
  border: 1px solid #116ec5;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}
.event_list_all .more_btn:hover {
  background-color: #fff;
  color: #116ec5;
}
article .wp-block-image {
  margin-bottom: 30px;
}
@media screen and (max-width:1000px) {
  .work .main_slide .img_box {
    height: 40vw;
  }
  .work .slider_thumbnail .img_box {
    height: 16vw;
  }
  .area_gallery_list li figure {
    height: 16vw;
  }
  .voice_gallery li {
    height: 17vw;
  }
  .plan .floor_img figure {
    height: 44vw;
  }
}
@media screen and (max-width:767px) {
  .list_col6 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .list_col6 li .thumbnail {
    height: 50vw;
  }
  .tanto_person {
    width: 100%;
  }
  .tanto_voice {
    margin-top: 40px;
    width: 100%;
    padding: 20px;
  }
  .tanto_voice::after {
    position: absolute;
    left: calc(50% - 10px);
    top: -12px;
    background-color: #fff;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #116ec5;
    border-left: 1px solid #116ec5;
    transform:
      rotate(45deg)
      skew(
        calc((40deg) / 2),
        calc((40deg) / 2)
      );
  }
  article .wp-block-image {
    margin-bottom: 20px;
  }
  .plan .tab_btn_list li {
    font-size: 12px;
  }
  .plan .tab_inner {
    padding: 20px;
  }
  .plan .floor_img .img_area {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .plan .floor_img {
    flex-wrap: wrap;
  }
  .plan .floor_img figure {
    height: 56vw;
    padding: 15px;
  }
  .event_list_all .thumbnail {
    width: 100%;
    height: 56vw;
    margin-bottom: 14px;
    min-height: unset;
  }
  .event_list_all .e_content {
    width: 100%;
  }
  .event_list_all .more_btn {
    max-width: 100%;
    margin-top: 20px;
  }
  .area_gallery_list li {
    width: 48%;
  }
  .area_gallery_list li figure {
    height: 34vw;
  }
  .area_other_list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px
  }
  .tbl_overview th {
    width: 60px;
    padding: 10px 5px;
  }
  .feature_slide .main_slide .img_box {
    height: 50vw;
  }
  .feature_slide .slider_thumbnail .img_box {
    height: 12vw;
  }
  .voice_single_inner {
    padding:  30px 0;
  }
  .voice_single_inner .main_img {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
  }
  .voice_gallery li {
    width: 48%;
    height: 28vw;
    margin-bottom: 10px;
  }
}


.feature_slide{
  overflow: hidden;
}