@charset "UTF-8";
/*
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;

*/
/*------------------------------
全体
------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
}
#main #top_b_widget_fudo_top_r-4 h2, #main #top_b_widget_fudo_top_r-5 h2, #main #top_news h2, #feature #main h2, #service #main h2, #faq #main h2, #staff #main h2, #company #main h2, #link #main h2, #flow #main h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #2184c7;
  letter-spacing: .05em;
  border-bottom: 1px dashed #2184c7;
}
#service #main h3, #faq #main h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2184c7;
  letter-spacing: .05em;
}
#main h1.title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-color: #f4f9fc;
  border: none;
  color: #2184c7;
  font-size: 24px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #main #top_b_widget_fudo_top_r-4 h2, #main #top_b_widget_fudo_top_r-5 h2, #main #top_news h2, #feature #main h2, #service #main h2, #faq #main h2, #staff #main h2, #company #main h2, #link #main h2, #flow #main h2 {
    font-size: 22px;
  }
}
/*------------------------------
header
------------------------------*/
@media print, screen and (min-width: 1025px) {
  #header_con > .inner {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  body:not(.site_type__fudo) header #header_top, body.header_menu_none header #header_top {
    background-color: #f4f9fc;
    margin-bottom: 10px;
  }
  #header_con #site_name {
    width: 23%;
  }
}
/*------------------------------
header_info-custom
------------------------------*/
#header_info-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_info-tel em {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2184c7;
  font-size: 32px;
  display: block;
  text-align: right;
  padding-left: 35px;
  position: relative;
  line-height: 1;
  margin-bottom: 4px;
}
#header_info-tel em:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/cmn/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}
#header_info-tel span {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  display: block;
}
#header_info-mail a {
  display: block;
  background-color: #2184c7;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin-left: 28px;
  width: 230px;
  text-align: center;
  padding: 10px 0 10px 40px;
  border-radius: 7px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#header_info-mail a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 21px;
  background-image: url("../img/cmn/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 46px;
  top: 50%;
  margin-top: -10.5px;
  background-repeat: no-repeat;
}
#header_info-mail a:hover {
  background-color: #2d9ed9;
}
/*------------------------------
gnav-custom
------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  #gnav-custom {
    max-width: 1200px;
    margin: 0 auto;
  }
  #gnav-custom ul {
    display: flex;
  }
  #gnav-custom li {
    width: 14.2%;
  }
  #gnav-custom li a {
    text-decoration: none;
    font-size: 16px;
    padding: 55px 0 30px 0;
    display: block;
    position: relative;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #gnav-custom li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
  }
  #gnav-custom li:nth-child(1) a:before {
    width: 31px;
    height: 39px;
    background-image: url("../img/cmn/icon_gnav1.png");
    margin-left: -15.5px;
  }
  #gnav-custom li:nth-child(2) a:before {
    width: 41px;
    height: 39px;
    background-image: url("../img/cmn/icon_gnav2.png");
    margin-left: -20.5px;
  }
  #gnav-custom li:nth-child(3) a:before {
    width: 41px;
    height: 39px;
    background-image: url("../img/cmn/icon_gnav3.png");
    margin-left: -20.5px;
  }
  #gnav-custom li:nth-child(4) a:before {
    width: 37px;
    height: 40px;
    background-image: url("../img/cmn/icon_gnav4.png");
    margin-left: -18.5px;
  }
  #gnav-custom li:nth-child(5) a:before {
    width: 55px;
    height: 32px;
    background-image: url("../img/cmn/icon_gnav5.png");
    margin-left: -27.5px;
  }
  #gnav-custom li:nth-child(6) a:before {
    width: 35px;
    height: 41px;
    background-image: url("../img/cmn/icon_gnav6.png");
    margin-left: -17.5px;
  }
  #gnav-custom li:nth-child(7) a:before {
    width: 43px;
    height: 45px;
    background-image: url("../img/cmn/icon_gnav7.png");
    margin-left: -21.5px;
  }
  #gnav-custom li a:hover, #gnav-custom li a.current {
    color: #2184c7;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #gnav-custom {
    display: none;
  }
}
/*------------------------------
mv-custom
------------------------------*/
#mv-custom {
  background: url("../img/top/mv.jpg") no-repeat center top;
  height: 500px;
  background-size: cover;
  position: relative;
}
#mv-custom:before, #mv-custom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
#mv-custom:before {
  border-color: transparent #fff transparent transparent;
  border-width: 0px 50vw 90px 0px;
  right: 0;
}
#mv-custom:after {
  border-color: #fff transparent transparent transparent;
  border-width: 90px 50vw 0 0px;
  left: 0;
}
#mv-custom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 500px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv-custom {
    height: 350px;
  }
  #mv-custom-inner {
    padding: 0 2%;
    height: 350px;
  }
  #mv-custom-inner img {
    width: 390px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv-custom-inner img {
    width: 180px;
  }
  #mv-custom {
    height: 250px;
  }
  #mv-custom-inner {
    height: 250px;
  }
  #mv-custom:before {
    border-width: 0px 50vw 50px 0px;
  }
  #mv-custom:after {
    border-width: 50px 50vw 0 0px;
  }
}
/*------------------------------
greeting
------------------------------*/
#greeting {
  text-align: center;
  letter-spacing: .05em;
  padding: 57px 2%;
}
#greeting h2 {
  font-size: 24px;
  color: #2184c7;
  line-height: 2;
  margin-bottom: 15px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#greeting p {
  font-size: 16px;
  line-height: 2;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #greeting h2 {
    font-size: 20px;
  }
  #greeting p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #greeting h2 {
    font-size: 18px;
    line-height: 1.8;
  }
}
/*------------------------------
top-menus
------------------------------*/
#top-menus {
  background-color: #f4f9fc;
  padding: 45px 0;
  margin-bottom: 97px;
}
#top-menus ul {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
#top-menus li {
  width: 25%;
}
#top-menus li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 137px 0 51px 0;
  border-radius: 50%;
  position: relative;
  border: 1px solid #fff;
}
#top-menus li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
}
#top-menus li:nth-child(1) a:before {
  width: 154px;
  height: 143px;
  background-image: url("../img/top/img1.png");
  margin-left: -77px;
  top: -26px;
}
#top-menus li:nth-child(2) a:before {
  width: 187px;
  height: 120px;
  background-image: url("../img/top/img2.png");
  margin-left: -93.5px;
  top: -7px;
}
#top-menus li:nth-child(3) a:before {
  width: 205px;
  height: 127px;
  background-image: url("../img/top/img3.png");
  margin-left: -102.5px;
  top: -14px;
}
#top-menus li:nth-child(4) a:before {
  width: 213px;
  height: 121px;
  background-image: url("../img/top/img4.png");
  margin-left: -106.5px;
  top: -16px;
}
#top-menus li a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  background-image: url("../img/top/yajirushi_gray.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 15px;
  background-repeat: no-repeat;
}
#top-menus li a:hover {
  border: 1px solid #2184c7;
}
#top-menus li dt {
  text-align: center;
  font-size: 20px;
  letter-spacing: .05em;
  margin-bottom: 6px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top-menus li dd {
  font-size: 14px;
  text-align: center;
  letter-spacing: .05em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top-menus ul {
    padding: 0 2%;
    gap: 15px;
  }
  #top-menus li a {
    padding: 95px 0 30px 0;
  }
  #top-menus li dt {
    font-size: 18px;
    margin-bottom: 3px;
  }
  #top-menus li:nth-child(1) a:before {
    width: 126px;
    height: 117px;
    margin-left: -63px;
  }
  #top-menus li:nth-child(2) a:before {
    width: 151px;
    height: 97px;
    margin-left: -75.5px;
  }
  #top-menus li:nth-child(3) a:before {
    width: 166px;
    height: 103px;
    margin-left: -83px;
  }
  #top-menus li:nth-child(4) a:before {
    width: 173px;
    height: 98px;
    margin-left: -86.5px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top-menus {
    padding: 0;
  }
  #top-menus ul {
    padding: 45px 1%;
    width: 390px;
    flex-wrap: wrap;
    gap: 0;
  }
  #top-menus li {
    float: left;
    margin-right: 7%;
    margin-bottom: 8%;
    width: 170px;
  }
  #top-menus li:nth-child(2n) {
    margin-right: 0;
  }
  #top-menus li dt {
    font-size: 16px;
  }
  #top-menus li:nth-child(1) a:before {
    width: 100px;
    height: 93px;
    margin-left: -50px;
  }
  #top-menus li:nth-child(2) a:before {
    width: 110px;
    height: 71px;
    margin-left: -55px;
  }
  #top-menus li:nth-child(3) a:before {
    width: 124px;
    height: 77px;
    margin-left: -62px;
  }
  #top-menus li:nth-child(4) a:before {
    width: 126px;
    height: 72px;
    margin-left: -63px;
  }
  #top-menus li a {
    padding: 70px 0 24px 0;
  }
  #top-menus li dd {
    font-size: 12px;
    letter-spacing: 0;
  }
  #top-menus li a:after {
    width: 6px;
    height: 11px;
    margin-left: -3px;
    bottom: 5px;
  }
}
/*380px以下*/
@media screen and (max-width: 380px) {
  #top-menus ul {
    width: 100%;
    gap: 0;
  }
  #top-menus li {
    width: 160px;
    margin-right: 3%;
  }
  #top-menus li:nth-child(2n) {
    margin-right: 0;
  }
  #top-menus li dd {
    font-size: 10px;
  }
}
/*------------------------------
news
------------------------------*/
#news_post_wrapper li p.slug span {
  border: 1px solid #2284c7;
  background-color: #2284c7;
  color: #fff;
}
/*------------------------------
side
------------------------------*/
.widget_fudo_bukkensu {
  border: none;
}
.widget_fudo_bukkensu h2, .widget_fudo_search h2 {
  border-bottom: none;
  color: #2184c7;
  font-size: 20px;
  background-color: #f4f9fc;
  padding: 8px 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}
.widget_fudo_search h2 {
  margin-bottom: 15px;
}
.widget_fudo_bukkensu {
  margin-bottom: 40px;
}
.widget_fudo_search {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
#sidebar .side_menu_01 nav li a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0;
}
#sidebar .side_menu_01 nav li:first-child {
  border-top: 1px dashed #aaa;
}
#sidebar .side_menu_01 nav li {
  border-bottom: 1px dashed #aaa;
}
#sidebar #side_info {
  padding: 0;
  border: none;
}
#sidebar #side_info .side_adr {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#sidebar #side_info .side_tel {
  font-size: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  margin-top: 13px;
}
#sidebar #side_info .side_tel:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/cmn/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
#sidebar #side_info .side_access a {
  background-color: #2184c7;
  padding: 5.5px 0;
  font-size: 16px;
  border-radius: 19px;
}
#sidebar #side_info .side_access {
  margin-top: 15px;
}
#sidebar #side_info .side_access a:hover {
  background-color: #2d9ed9;
}
.widget_fudo_bukkensu .item_count dl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#sidebar #side_info .side_name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#sidebar #side_info {
  padding: 0 2.5%;
}

#sidebar .side_menu_01 nav li a:hover, #sidebar .side_menu_01 nav li a.current{
    background-color: #f4f9fc;
	color: #2184c7;
}



/*------------------------------
footer
------------------------------*/
footer {
  background-color: #2186c7;
}
footer nav li a {
  color: #fff;
}
footer nav li:before {
  color: #fff;
}
footer .f_s {
  color: #fff;
}
footer #copy {
  color: #fff;
}
footer #footer_s_link a {
  color: #ddd;
}
/*------------------------------
top-boxs
------------------------------*/
#top-boxs {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 100px;
}
.top-box {
  overflow: hidden;
}
#top-boxs dl {
  padding: 30px 20px;
  background-color: #f4f9fc;
}
#top-boxs dt {
  color: #2184c7;
  font-size: 24px;
  letter-spacing: .05em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top-boxs dd p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
#top-boxs dd .top-box-more a {
  display: inline-block;
  text-decoration: none;
  float: right;
  font-size: 13px;
  padding-right: 17px;
  position: relative;
}
#top-boxs dd .top-box-more a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("../img/top/yajirushi_black.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 4px;
  background-repeat: no-repeat;
}
#top-boxs dd .top-box-more a:hover {
  text-decoration: underline;
}
.item-more a {
  display: block;
  background-color: #2184c7;
  text-align: center;
  width: 180px;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  border-radius: 7px;
  margin: 70px auto 0 auto;
  letter-spacing: .05em;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.item-more a:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url("../img/top/yajirushi_white.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6.5px;
  background-repeat: no-repeat;
}
#main div.widget_con {
  margin-bottom: 80px;
}
#top_news #top_news_list {
  text-align: right;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top-boxs {
    display: block;
    padding: 0 2%;
  }
  #top-boxs img {
    width: 100%;
  }
  .top-box {
    margin-bottom: 30px;
  }
}
/*------------------------------
当社の特徴
------------------------------*/
#feature #intro {
  margin-bottom: 60px;
}
/*------------------------------
お問い合わせについて
------------------------------*/
#flow #main ol li:before {
  display: none;
}
#flow #main ol li.no_img .txt {
  margin: 0;
}
#flow #main ol li h3 {
  margin-top: 0;
  padding-left: 0;
}
#flow .inquiry-btn a {
  display: block;
  background-color: #2184c7;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  width: 300px;
  text-align: center;
  padding: 10px 0 10px 40px;
  border-radius: 7px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#flow .inquiry-btn a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 21px;
  background-image: url(../img/cmn/icon_mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 46px;
  top: 50%;
  margin-top: -10.5px;
  background-repeat: no-repeat;
}
#flow .inquiry-btn a:hover {
  background-color: #2d9ed9;
}
/*------------------------------
業務内容
------------------------------*/
#service .service_sub_content {
  border: none;
  padding: 0;
}
/*------------------------------
よくある質問
------------------------------*/
#faq #faq_answer_open dt:after {
  border: 1px solid #aaa;
  background-color: #aaa;
}
#faq #faq_answer_open dt:before, #faq #faq_answer_open dd:before {
  z-index: 1;
  color: #fff;
}
#faq #faq_answer_open dd:after {
  border: 1px solid #2184c7;
  background-color: #2184c7;
}
/*------------------------------
会社概要
------------------------------*/
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #company_outline_content dd {
    background-color: inherit;
  }
}
/*------------------------------
お問い合わせ
------------------------------*/
.mailform ul#phase_state {
  background-color: #f4f9fc;
}
.mailform .mw_wp_form_input ul#phase_state li.input, .mailform .mw_wp_form_confirm ul#phase_state li.confirm, .mailform .mw_wp_form_complete ul#phase_state li.completion, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2 {
  background-color: #2184c7;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-left-color: #2184c7;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-top-color: #2184c7;
  }
}
/*------------------------------
物件ページ
------------------------------*/
.widget_fudo_b_r h2, .widget_fudo_r_r h2, .widget_fudo_b_c h2, .widget_fudo_r_c h2, .widget_fudo_b_k h2, .widget_fudo_r_k h2, .widget_fudo_cat h2, .widget_fudo_tag h2, .widget_fudo_kaiin h2, #map_search h2 {
  background-color: #2184c7;
}
.widget_con li.cat-item a:after {
  color: #2184c7;
}
#main .display_type_A .item_list_con_botom .item_list_con_botom_info table th {
  background-color: #f4f9fc;
}
#main .display_type_A .item_list_con_middle_info_bt a, #item.detail #main .item_inquiry a, .mailform #submit_bt button, .mailform #submit_bt input[type="submit"], .mailform .mw_wp_form_confirm #submit_bt .send button,#item_search #main div.submit input,#sidebar .search form input[type="submit"]#btn {
  background-color: #2184c7;
  border-radius: 5px;
}
#main .display_type_A .item_list_con_middle_info_bt a:hover, #item.detail #main .item_inquiry a:hover, .mailform #submit_bt button:hover, .mailform #submit_bt input[type="submit"]:hover, .mailform .mw_wp_form_confirm #submit_bt .send button:hover,#item_search #main div.submit input:hover,#sidebar .search form input[type="submit"]#btn:hover {
  background-color: #2d9ed9;
}
#main .item_list li span.icon.icon_type, #main .item_list li span.icon.icon_sold, #main .item_list li span.icon.icon_shodan, #main .item_list li span.icon.icon_member, body.gutenberg_not_use #item.detail #main h2.entry-title span.type {
  background-color: #fff;
  color: #2184c7;
  border: 1px solid #2184c7;
}

#item_search div.form_jsearch dt{
	background-color: #f4f9fc;
   color: #2184c7;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
#item_search div.form_jsearch{
	border: none;
}
















