@charset "UTF-8";
html {
  /*10px*/
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

p {
  line-height: 1.75;
}

.text_box {
  text-align: justify;
}
.text_box p {
  margin-bottom: 1em;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-position: center;
     object-position: center;
}

.bg_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content_padding {
  padding: 0 5%;
}

.btn_box {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1.5em;
  position: relative;
  transition: 0.3s;
}
.btn_box.btn_arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 2em;
  top: calc(50% - 5px);
  transition: 0.3s;
}
.btn_box:hover {
  opacity: 0.7;
}
.btn_box:hover.btn_arrow::after {
  right: 1.7em;
}

.sp_show {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn_box {
    padding: 1em;
  }
  .sp_show {
    display: block;
  }
  .sp_hide {
    display: none;
  }
}
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  padding: 3px 8px !important;
  border: 1px solid #FF8F00 !important;
  color: #FF8F00;
  margin: 0 5px !important;
}

.wp-pagenavi span.current {
  border-color: #FF8F00 !important;
  background-color: #FF8F00;
  color: #fff;
}

.wp-pagenavi a.nextpostslink {
  border: none;
}

#included-files-fie-on-wp-footer {
  display: none;
}

.gnavi {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.gnavi_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 3% 14px;
}
.gnavi_top .gnavi_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnavi_top .gnavi_sub_text {
  font-size: 14px;
  margin-bottom: 5px;
}

.logo_box {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.logo_box:hover {
  opacity: 0.6;
}
.logo_box .img_logo {
  width: 50px;
}
.logo_box .gnavi_logo_text {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 0.5em;
  line-height: 1;
}

.gnavi_logo_sub {
  font-size: 19px;
  display: inline-block;
  font-weight: 400;
}

.gnavi_contact {
  font-size: 1.4rem;
  color: #fff;
  background-color: #FF8F00;
  border-radius: 0 0 8px 8px;
  padding: 14px;
}
.gnavi_contact .gnavi_text {
  text-align: center;
}

.gnavi_contact_inner {
  display: flex;
  align-items: center;
}
.gnavi_contact_inner .icon_tel {
  width: 25px;
  vertical-align: sub;
}
.gnavi_contact_inner .link_tel {
  font-size: 2.1rem;
  font-weight: bold;
}
.gnavi_contact_inner .gnavi_btn {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 1em;
  margin-left: 14px;
}
.gnavi_contact_inner .icon_main {
  width: 25px;
  vertical-align: sub;
}

@media screen and (max-width: 1080px) {
  .gnavi_contact {
    display: none;
  }
  .gnavi_logo_sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .gnavi {
    box-shadow: none;
  }
  .gnavi_sub_text {
    display: none;
  }
  .gnavi_top {
    border-bottom: none;
    padding: 10px 3%;
  }
}
@media screen and (max-width: 767px) {
  .logo_box .gnavi_logo_text {
    font-size: 1.6rem;
  }
  .logo_box .img_logo {
    width: 40px;
  }
}
.gnavi_list {
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.gnavi_item {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gnavi_item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.gnavi_item:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #FF8F00;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.gnavi_item:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #FF8F00;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transition: 0.3s;
}
.gnavi_item.active::before {
  visibility: visible;
}
.gnavi_item:hover::after {
  transform: scale(1, 1);
}
.gnavi_item .sp_show {
  display: none;
}

.gnavi_link {
  display: block;
  padding: 1em 1.5em;
}

@media screen and (max-width: 1080px) {
  .gnavi_item .sp_hide {
    display: none;
  }
  .gnavi_item .sp_show {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .gnavi_bottom {
    display: none;
  }
}
.hamburger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  display: none;
}
.hamburger span {
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #FF8F00;
  margin: 0 auto;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 2px);
  left: 15px;
  transition: 0.3s;
}
.hamburger span:first-child {
  top: calc(50% - 14px);
}
.hamburger span:last-child {
  top: calc(50% + 10px);
}
.hamburger.close span:first-child {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}
.hamburger.close span:nth-child(2) {
  transform: scale(0, 1);
}
.hamburger.close span:last-child {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
  .hamburger {
    display: block;
  }
}
.spnavi-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 100px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  transition: 0.3s;
  transform: translateX(-100%);
}
.spnavi-wrapper.open {
  transform: translateX(0);
}

.spnavi-list {
  font-weight: 400;
  margin-top: 50px;
}

.spNavi-item {
  margin-bottom: 2.5em;
}

/* ----------------------------------------
   共通
---------------------------------------- */
.section_heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_heading {
    font-size: 2.1rem;
  }
}
.top_main_visual {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.top_main_visual .swiper-wrapper {
  height: 100%;
  display: flex;
}

.slider_item {
  position: relative;
}

.slider_link {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.slider_link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.slider_caption {
  background-color: #FF8F00;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
  font-weight: 600;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .top_main_visual {
    height: 45vh;
  }
}
.top_title_container {
  background-color: #fff;
}
.top_title_container .section_heading {
  margin: 1.5em auto;
}

.top_about {
  display: flex;
  justify-content: center;
}
.top_about .left_wrapper {
  width: 50%;
  color: #fff;
  background-color: #FF8F00;
  padding: 50px;
  display: flex;
  justify-content: right;
}
.top_about .text_box {
  width: 450px;
}
.top_about .text_heading {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}
.top_about .bg_wrapper {
  width: 50%;
}
.top_about .btn_box {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top_about {
    flex-direction: column-reverse;
  }
  .top_about .left_wrapper {
    width: 100%;
    padding: 30px;
  }
  .top_about .text_heading {
    font-size: 2.1rem;
  }
  .top_about .bg_wrapper {
    width: 100%;
    padding-top: 56.25%;
  }
}
/* ----------------------------------------
   サービス紹介
---------------------------------------- */
.top_service .section_heading {
  margin-bottom: 1em;
}

.top_service_inner {
  background-image: url(../img/pages/top/service_bg01.jpg);
  padding: 100px 5%;
  z-index: 0;
}

.filter_white {
  position: relative;
}
.filter_white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_service_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top_service_link {
  color: #fff;
  background-color: #5094C9;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.top_service_link:hover {
  background-color: #4076a0;
}

.icon_service {
  width: 110px;
  padding-top: 110px;
}

.service_title {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}

.top_service_layout {
  display: flex;
}
.top_service_layout .left_inner {
  background-image: url(../img/pages/top/service_bg02.png);
  width: 50%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 0;
}
.top_service_layout .right_inner {
  background-image: url(../img/pages/top/service_bg03.jpg);
  width: 50%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 0;
}

@media screen and (max-width: 950px) {
  .top_service_link {
    width: 220px;
    height: 220px;
  }
  .icon_service {
    width: 80px;
    padding-top: 80px;
  }
  .service_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_service_inner {
    padding: 50px 5%;
  }
  .top_service_item {
    margin: 0 15px;
  }
  .top_service_item:last-child {
    margin-top: 10px;
  }
  .top_service_link {
    width: 160px;
    height: 160px;
  }
  .top_service_list {
    justify-content: center;
  }
  .icon_service {
    width: 60px;
    padding-top: 60px;
  }
  .service_title {
    font-size: 1.4rem;
  }
  .top_service_layout .left_inner {
    width: 100%;
    padding: 50px 15px;
    align-items: center;
  }
  .top_service_layout .right_inner {
    width: 100%;
    padding: 50px 15px;
    align-items: center;
  }
}
@media screen and (max-width: 430px) {
  .top_service_item {
    margin: 0 10px;
  }
  .top_service_link {
    width: 140px;
    height: 140px;
  }
}
/* ----------------------------------------
    不動産物件
---------------------------------------- */
.top_property .section_heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_property .section_heading::before, .top_property .section_heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #FF8F00;
}
.top_property .section_heading::before {
  transform: rotate(-25deg);
  margin-right: 20px;
}
.top_property .section_heading::after {
  transform: rotate(25deg);
  margin-left: 20px;
  margin-bottom: 2px;
  height: 27px;
}

.swiper-container-initialized {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-pagination {
  bottom: 0px;
}

.swiper-pagination-bullet {
  background-color: #000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.slider_list {
  margin-top: 80px;
  margin-bottom: 40px;
}

.slider_item {
  background-color: #fff;
  transition: 0.4s;
}

.slider_item_inner {
  display: block;
  padding: 15px;
}

.slider_item:hover {
  opacity: 0.85;
}

.slider_img {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #ddd;
}
.slider_img .bg_wrapper {
  width: 100%;
  height: 100%;
  transition: 0.4s transform ease;
}

.slider_title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 1em auto;
}

.top_property .btn_box {
  max-width: 500px;
  margin: 0 auto;
  color: #000;
  border-color: #000;
  font-size: 1.8rem;
}
.top_property .btn_box.btn_arrow::after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .slider_list {
    margin-top: 50px;
  }
  .slider_title {
    font-size: 1.6rem;
  }
  .top_property .slider_item_inner {
    padding: 0;
  }
  .top_property .btn_box {
    margin: 0 5%;
  }
}
/* ----------------------------------------
    活動・施工実績紹介
---------------------------------------- */
.top_report {
  background-image: url(../img/pages/top/img_bg01.jpg);
}

.top_report .btn_box {
  max-width: 500px;
  margin: 50px auto 0;
  color: #000;
  border-color: #000;
  font-size: 1.8rem;
}
.top_report .btn_box.btn_arrow::after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .top_report .btn_box {
    margin: 30px 5% 0;
  }
}
/* ----------------------------------------
    新着情報
---------------------------------------- */
.top_news_conteiner {
  padding: 0 5%;
  margin: 100px 0;
}

.news_list {
  margin: 50px 0;
}

.news_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.news_item:hover {
  color: #5094C9;
  opacity: 0.7;
}
.news_item:hover .news_link .news_title {
  color: #5094C9;
}

.news_link {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  font-size: 1.8rem;
}
.news_link .bg_wrapper {
  width: 60px;
  height: 60px;
}

.news_detail {
  display: flex;
  align-items: center;
}
.news_detail .post_date {
  width: 7em;
}
.news_detail .news_title {
  margin-left: 2em;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .top_news_conteiner {
    margin: 50px 0;
  }
  .news_list {
    margin: 25px 0;
  }
  .news_link .bg_wrapper {
    display: none;
  }
  .news_detail {
    flex-wrap: wrap;
  }
  .news_detail .news_title {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.news_category {
  display: inline-block;
  color: #fff;
  background-color: #5094C9;
  font-size: 1.4rem;
  min-width: 6em;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
.news_category.item {
  background-color: #5094C9;
}
.news_category.event {
  background-color: #88B350;
}
.news_category.latest {
  background-color: #FF8F00;
}
.news_category + .news_category {
  margin-left: 1em;
}

.top_news_conteiner .btn_box {
  max-width: 300px;
  margin: 0 0 0 auto;
  color: #000;
  border-color: #000;
  font-size: 1.8rem;
  padding: 1em 1.5em;
}
.top_news_conteiner .btn_box.btn_arrow::after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .news_category {
    font-size: 1.2rem;
  }
}
.about_container {
  margin: 50px 0;
}
.about_container .text_heading {
  width: 70%;
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 auto 1em;
}
.about_container .text_content {
  width: 55%;
  font-size: 1.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about_container {
    margin: 20px 0 40px;
  }
  .about_container .text_heading {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
  .about_container .text_content {
    width: 100%;
    font-size: 1.6rem;
  }
}
.about_detail_wrapper {
  width: 85%;
  margin: 80px auto;
  background-color: #F8F5EE;
  padding: 50px;
}
.about_detail_wrapper h3 {
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FF8F00;
}

.about_detail_layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_detail_layout .text_box {
  width: 70%;
}
.about_detail_layout .text_box p {
  line-height: 2;
}
.about_detail_layout .bg_wrapper {
  width: 30%;
  padding-top: 30%;
  border-radius: 50%;
  background-image: url(../img/pages/about/about_img01.jpg);
}

@media screen and (max-width: 767px) {
  .about_detail_wrapper {
    width: 100%;
    margin: 40px 0;
    padding: 30px;
  }
  .about_detail_wrapper h3 {
    font-size: 2.1rem;
  }
  .about_detail_layout {
    flex-direction: column-reverse;
  }
  .about_detail_layout .text_box {
    width: 100%;
    margin-top: 1em;
  }
}
.realestate_inner {
  margin: 100px 0;
  display: flex;
  align-items: center;
}
.realestate_inner .section_title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.realestate_inner .section_title .icon_service {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #5094C9;
  background-size: 40px;
  margin-right: 0.5em;
}
.realestate_inner .text_box {
  width: 70%;
  font-size: 1.8rem;
  margin-right: 50px;
}
.realestate_inner .section_photo {
  width: 30%;
  height: 250px;
}
.realestate_inner .lixil_logo {
  background-size: contain;
  height: 150px;
}

.realestate_inner.reverse {
  flex-direction: row-reverse;
}
.realestate_inner.reverse .text_box {
  margin-right: 0;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .realestate_inner {
    flex-direction: column;
    margin: 40px 0;
  }
  .realestate_inner .section_title {
    font-size: 2.1rem;
  }
  .realestate_inner .section_title .icon_service {
    width: 45px;
    height: 45px;
    background-size: 30px;
  }
  .realestate_inner .text_box {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
  }
  .realestate_inner .section_photo {
    width: 100%;
    margin-bottom: 1em;
  }
  .realestate_inner.reverse {
    flex-direction: column;
  }
  .realestate_inner.reverse .text_box {
    margin: 0;
  }
}
.btn_sitelink {
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-top: 2em;
}
.btn_sitelink .icon_orange_arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FF8F00;
  margin-left: 15px;
  position: relative;
}
.btn_sitelink .icon_orange_arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 9px;
}
.btn_sitelink:hover {
  opacity: 0.7;
}

.property_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.property_item {
  width: 31%;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.property_item .report_title {
  transition: 0.3s;
}
.property_item .report_link {
  transition: 0.3s;
}
.property_item:hover .report_link {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
}
.property_item:hover .report_link .report_title {
  color: #FF8F00;
}

.property_btn {
  max-width: 300px;
  display: block;
  color: #fff;
  background-color: #FF8F00;
  border-radius: 4px;
  padding: 1.5em;
  position: relative;
  transition: 0.3s;
  margin: 0 auto 50px;
}
.property_btn.btn_arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 2em;
  top: calc(50% - 5px);
  transition: 0.3s;
}
.property_btn:hover.btn_arrow::after {
  right: 1.5em;
}

@media screen and (max-width: 767px) {
  .property_list {
    flex-direction: column;
  }
  .property_item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page_header {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.page_header .page_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  padding-bottom: 0.5rem;
}
.page_header .sub_title {
  display: inline-block;
  font-family: serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255, 143, 0, 0.7);
  padding-bottom: 1.5rem;
}

.page_title_category {
  padding: 0 1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .page_header {
    margin-top: 50px;
  }
  .page_header .page_title {
    font-size: 3rem;
  }
}
.company_conteiner {
  margin: 40px 0 100px;
}

.company_detail {
  margin: 0 auto;
}

.company_detail_layout {
  display: flex;
  padding: 1.5em 2em;
}
.company_detail_layout dt {
  font-weight: 600;
}
.company_detail_layout dt {
  width: 10em;
  flex-shrink: 0;
}
.company_detail_layout:nth-child(even) {
  background-color: rgba(255, 143, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .company_conteiner {
    margin: 20px 0 40px;
  }
  .company_detail_layout {
    padding: 1em;
  }
  .company_detail_layout dt {
    width: 8em;
  }
}
.access_container {
  display: flex;
}
.access_container .section_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  text-align: right;
  margin-bottom: 0.5em;
}
.access_container .left_wrapper {
  width: 40%;
  color: #fff;
  background-color: #FF8F00;
  padding: 50px;
}
.access_container address {
  text-align: right;
}
.access_container .right_wrapper {
  width: 60%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .access_container {
    flex-direction: column;
  }
  .access_container .section_title {
    font-size: 3rem;
    text-align: left;
  }
  .access_container address {
    text-align: left;
  }
  .access_container .left_wrapper {
    width: 100%;
    padding: 30px;
  }
  .access_container .right_wrapper {
    width: 100%;
  }
  .access_container .right_wrapper iframe {
    width: 100%;
  }
}
/* ----------------------------------------
    活動・施工実績レポート一覧
---------------------------------------- */
.is_page_report {
  background-color: #fafafa;
}

.report_conteiner {
  padding-bottom: 80px;
}

.report_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px 0;
}

.report_item {
  width: 47%;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.report_item:hover .report_link {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.04);
}
.report_item:hover .report_link .report_title {
  color: #FF8F00;
}

.report_link {
  padding: 0;
  transition: 0.3s;
}
.report_link .bg_wrapper {
  aspect-ratio: 16/9;
}
.report_link .text_box {
  padding: 1.6rem;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.report_link .sub_text {
  font-size: 1.6rem;
}
.report_link .summary {
  line-height: 1.5;
}
.report_link .post_date {
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.7;
  margin: 0;
}

.report_title {
  font-size: 2.1rem;
  line-height: 1.3;
  margin: 0 0 0.5em;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .report_conteiner {
    padding-bottom: 40px;
  }
  .report_conteiner .report_list {
    flex-direction: column;
  }
  .report_conteiner .report_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .report_conteiner .report_item:nth-child(even) {
    margin-top: 0;
  }
}
.post_content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}
.post_content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1em;
}
.post_content li {
  margin-bottom: 0.5em;
}
.post_content blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}
.post_content blockquote p::before {
  content: "“";
}
.post_content blockquote p::after {
  content: "”";
}
.post_content a {
  color: #5094C9;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content a:visited {
  color: purple;
}

.report_page_title {
  color: #fff;
  background-color: #5094C9;
  font-size: 4rem;
  padding: 1.5em 5%;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.post_content {
  padding: 50px 5%;
}

.unit_title_h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
}

.unit_title_h2 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
}

.unit_title_h3 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #5094C9;
  padding-left: 0.7em;
  padding-bottom: 10px;
  margin: 40px 0 20px;
  position: relative;
}
.unit_title_h3::before {
  content: "";
  width: 8px;
  height: 75%;
  background-color: #5094C9;
  position: absolute;
  top: 0;
  left: 0;
}
.unit_title_h3::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(80, 148, 201, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.unit_title_h4 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.3;
}

.unit_title_h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #5094C9;
  padding-left: 1.5em;
  position: relative;
}
.unit_title_h5::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #5094C9;
  position: absolute;
  bottom: 4px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .report_page_title {
    font-size: 3rem;
    padding: 1em 5%;
  }
  .post_content {
    padding: 20px 5%;
  }
  .unit_title_h1 {
    font-size: 2.8rem;
  }
  .unit_title_h2,
  .unit_title_h3 {
    font-size: 2.4rem;
  }
  .unit_title_h4 {
    font-size: 2.1rem;
  }
  .unit_title_h5 {
    font-size: 1.8rem;
  }
  .unit_title_h5::before {
    width: 15px;
    height: 15px;
    bottom: 5px;
  }
}
.unit_copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .unit_copy {
    font-size: 1.8rem;
  }
}
.unit_main_text {
  margin: 1em 0;
}
.unit_main_text a {
  color: #5094c9;
}
.unit_main_text a:visited {
  color: #800080;
}

.unit_photo_1col {
  margin: 40px 0;
}
.unit_photo_1col .bg_wrapper {
  width: 100%;
  padding-top: 75%;
}

.unit_photo_2col {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.unit_photo_2col .unit_inner {
  width: 48%;
}
.unit_photo_2col .bg_wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .unit_photo_2col {
    margin: 0 0 40px;
    flex-direction: column;
  }
  .unit_photo_2col .unit_inner {
    width: 100%;
  }
}
.unit_photo_3col {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
}
.unit_photo_3col .unit_inner {
  width: 30%;
}
.unit_photo_3col .bg_wrapper {
  width: 100%;
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .unit_photo_3col {
    margin: 40px 0;
    flex-direction: column;
  }
  .unit_photo_3col .unit_inner {
    width: 100%;
    margin-bottom: 40px;
  }
  .unit_photo_3col .unit_inner:first-child {
    margin-bottom: 0;
  }
}
.unit_photo_text {
  min-height: 260px;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.unit_photo_text .unit_inner {
  width: 47%;
}
.unit_photo_text .bg_wrapper {
  width: 100%;
  min-height: 340px;
  height: 100%;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .unit_photo_text {
    flex-direction: column;
  }
  .unit_photo_text .unit_title_h4 {
    margin-top: 0.5em;
  }
  .unit_photo_text .unit_inner {
    width: 100%;
  }
  .unit_photo_text .bg_wrapper {
    min-height: auto;
    padding-top: 75%;
  }
}
.unit_photo_text.unit_orange {
  padding: 20px;
  background-color: #F8F5EE;
}

.unit_photo_text.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .unit_photo_text.reverse {
    flex-direction: column;
  }
}
.unit_table {
  margin: 40px 0;
  background-color: #fafafa;
}

.unit_table_layout {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.3;
}
.unit_table_layout dt {
  width: 10em;
  flex-shrink: 0;
  background-color: #F8F5EE;
  padding: 1.5em;
}
.unit_table_layout dd {
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  .unit_table {
    margin: 0 0 40px;
  }
  .unit_table_layout {
    flex-direction: column;
  }
  .unit_table_layout dt {
    width: 100%;
    padding: 1em;
  }
  .unit_table_layout dd {
    width: 100%;
    padding: 1em;
  }
}
.unit_list_disc {
  margin: 40px 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.75;
}

.unit_list_number {
  margin: 40px 0;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.75;
}
.unit_list_number li::marker {
  margin-right: 1rem;
}

.unit_link_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unit_link_container .unit_link {
  width: 48%;
  margin-top: 0;
}

a.unit_link {
  max-width: 600px;
  color: #8C8C8C;
  border-color: #8C8C8C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  font-weight: 600;
}
a.unit_link:visited {
  color: #8C8C8C;
}
a.unit_link.btn_arrow::after {
  border-color: #8C8C8C;
}
a.unit_link .btn_icon {
  width: 25px;
}

a.unit_link:hover {
  color: #FF8F00;
  border-color: #FF8F00;
  text-decoration: none;
}
a.unit_link:hover.btn_arrow::after {
  border-color: #FF8F00;
}

@media screen and (max-width: 767px) {
  .unit_link_container .unit_link {
    width: 100%;
  }
  .unit_link {
    padding: 1em;
    padding-right: 2em;
  }
}
a.unit_link.btn_orange {
  color: #fff;
  background-color: #FF8F00;
  border-color: #FF8F00;
}
a.unit_link.btn_orange.btn_arrow::after {
  border-color: #fff;
}
a.unit_link.btn_orange:hover {
  opacity: 0.7;
}

.unit_video iframe {
  margin: 40px 0;
  width: 100%;
  height: 565.25px;
}

.unit_map iframe {
  margin-bottom: 40px;
  width: 100%;
  height: 565.25px;
}

@media screen and (max-width: 767px) {
  .unit_video iframe {
    height: 380px;
  }
  .unit_map iframe {
    height: 380px;
  }
}
/* ----------------------------------------
   SNS
---------------------------------------- */
.sns_continer {
  display: flex;
}
.sns_continer .facebook_box {
  background-color: #1877F2;
  width: 50%;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
}
.sns_continer .facebook_box:hover {
  opacity: 0.7;
}
.sns_continer .instagram_box {
  background: linear-gradient(45deg, #BD01B0 0%, #EAAC01 100%);
  width: 50%;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
}
.sns_continer .instagram_box:hover {
  opacity: 0.7;
}
.sns_continer .icon_sns {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .sns_continer .icon_sns {
    width: 30px;
  }
}
/* ----------------------------------------
   フッター
---------------------------------------- */
.footer_inner {
  margin: 4em auto 1em;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.footer_detail {
  width: 65%;
}

.company_info .logo_box {
  margin-bottom: 1rem;
}
.company_info .text_tel {
  text-decoration: underline;
  margin-right: 1em;
}

.association_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.association_list .logo_companyName {
  width: 140px;
  margin: 0 0 20px;
  transition: 0.3s;
}
.association_list .logo_companyName:hover {
  opacity: 0.6;
}
.association_list .logo_mark {
  width: 40px;
  transition: 0.3s;
}
.association_list .logo_mark:hover {
  opacity: 0.7;
}
.association_list .item .sub {
  margin-bottom: 5px;
}
.association_list .item .sub a {
  color: #FF8F00;
  font-weight: bold;
  font-size: 1.9rem;
  transition: all 0.3s ease;
}
.association_list .item .sub a span {
  font-size: 1.3rem;
  margin-left: 7px;
}
.association_list .item .sub a:hover {
  opacity: 0.7;
}

.footer_navi_list {
  font-size: 1.4rem;
  width: 25%;
}

.footer_navi_item {
  margin-bottom: 1em;
}

.footer_navi_link:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.copyright p {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    margin-top: 30px;
  }
  .footer_detail {
    width: 100%;
  }
  .association_list {
    justify-content: center;
  }
  .association_list .logo_companyName {
    margin: 0 20px 20px;
  }
  .association_list .item {
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
  }
  .footer_navi_list {
    width: 100%;
    margin-top: 50px;
  }
}/*# sourceMappingURL=import.css.map */