@charset "UTF-8";
/* A Modern CSS Reset */
*{
  margin: 0;
  padding: 0;
  color:#272727;
  font-family: 'Noto Sans JP', sans-serif;
}

body{
  font-size: 16px;
}

a{
  text-decoration: none;
}


ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper{
  width: 90%;
  margin:0 auto;
}

.pd{
  padding: 50px 0;
}

h1{
  font-size: 50px;
  font-weight: normal;
}

h2{
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

h3{
  font-size: 35px;
  font-weight: normal;
}

.gr{
  color: #7ECCC5;
}

.sub{
  font-size: 25px;
  margin-bottom: 20px;
}

.dot{
  border-bottom: 2px dotted #707070;
  padding-bottom: 50px;
}
/*ヘッダー*/
.header_menu {
    width: 100%;
    height: 90px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background: white;
    top: 0;
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}


.header_left{
  display: flex;
  align-items: center;
  background-color: #1668B9;
  color: white;
  justify-content: center;
}

.header_left p{
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.header_logo{
  height: 35px;
  margin-right: 10px;
}


/*フッター*/
footer{
  width: 100%;
  background-color: #1668B9;
  color: white;
  padding: 50px 0 20px 0;
}

footer a{
  color: white;
}
.footer_nav{
  display: flex;
  align-items: center;
  border-bottom: solid 1px #BEBEBE;
  padding-bottom: 20px;
}

.footer_left{
  width: 20%;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
}

.footer_left p{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.footer_right{
  width: 80%;
}

.footer_menu{
  display: flex;
  justify-content: space-between;
}

.aaa{
  padding: 0 3%;
}



.footer_menu p{
  color: white;
}

.center {
    text-align: center;
    display: block;
    padding-top: 20px;
}
/*TOP*/
.header_btm{
  text-align: center;
  padding:10px;
  background-color: #FFA35F;
  color: white;
}

.header_btm a{
  color: white;
  border:solid 1px white;
  border-radius: 20px;
  padding: 3px 10px;
}


.fv{
  width: 100%;
  vertical-align: bottom;
}

.top_service{
  background-color: #FCF8D8;
}

.top_service_tlt{
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
}

.top_service_tlt h1{
  font-size: 60px;
  color: #1668B9;
}

.top_service_tlt {
  vertical-align: bottom;
}

.top_service_contents{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top_service_contents p{
  width: 45%;
  line-height: 200%;
}

.top_service_contents img{
  width: 45%;
}

/*オンラインの家づくり*/

.online{
  background-color: #F4EFD0;  
}

.online h1{
  color: #1668B9;
  margin-bottom: 20px;
}

.online img{
  width: 100%;
}


/*サービス一覧*/
.service_lists{
  text-align: center;
}

.list h3{
  margin:50px 0 20px;
}

.list_cards{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin:0 auto ;
}

.list_card{
  width: 48%;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  text-align: left;
}

.list_card img{
  width: 100%;
}

.card_txt{
  width: 90%;
  margin:0 auto;
}

.card_txt h2{
  margin-bottom: 10px;
}

.card_txt p{
  font-size: 20px;
  margin-bottom: 10px;
}

.card_txt a{
  display: block;
  text-align: center;
  background-color: #7ECCC5;
  color: white;
  padding: 10px;
  width: 50%;
  margin:20px auto;
}

.card_txt span{
  margin:0 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

/*オンライン相談*/
.step{
  background-color: #F4EFD0;
}

.step img{
  width: 75%;
  display: block;
  margin:0 auto;
}

.bg_w{
  width: 75%;
  margin:0 auto;
  padding: 50px 0;
  background-color: white;
  border-radius: 0 0 10px 10px;
}
 .online_btn img{
  width: 300px;
 }

/*事例*/
.case img{
  width: 100%;
}

.case_btn{
  font-size: 22px;
  border-radius: 46px;
  padding: 15px 0;
  background-color: #85D0E8;
  color: white;
  display: block;
  width: 300px;
  margin:0 auto;
  text-align: center;
}

/*よくある質問*/
.qa{
  background-color: #FCF8D8;
}

.qa img{
  width: 50%;
  margin:0 auto;
  display: block;
}

/*建築士*/
.people_inner{
  background-color: #F7F7F7;
  width: 80%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: baseline;
  align-items: flex-start;
}

.people_inner img{
  width: 20%;
}

.name{
  width: 20%;
  font-size: 14px;
  padding: 20px;
  border-bottom: 0.5px solid #272727;
  border-top: 0.5px solid #272727;
}

.name p{
  font-size: 25px;
  margin-top: 10px;
}

.people_txt{
  width: 50%;
}

/*ここまでTOP*/
/*ここから下層ページ共通*/
.contents_lists{
  width: 90%;
  margin:0 auto ;
}

.contents_lists h2{
  font-size: 40px;
  text-align: center;
  margin: 40px;
}

.list_item{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.list_item img{
  width: 45%;
}

.list_item p{
  width: 45%;
}

.btn_area{
  text-align: center;
}

.btn_area p{
  font-size: 20px;
  margin-bottom: 20px;
}

/*qa*/
.qa_lists{
  width: 100%;
  margin-bottom: 40px;
}

.q{
  background-color: #69CBC2;
  color: white;
  font-size: 20px;
  padding: 10px;
}

.a{
  width: 100%;
  display: flex;
  margin:20px 0;
}

.a span{
  display: block;
  background-color: #69CBC2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 25px;
  color: white;
  text-align: center;
  margin-right: 20px;
}

.a p{
  width: 80%; 
}

/*policy*/
.p_sub{
  margin-bottom: 20px;
}

.policy_lists{
  margin-bottom: 40px;
}

.p_tlt{
  font-size: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

/*feature*/
.sub2{
  font-size: 20px;
  text-align: center;
}

.fearture_contents{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.feature_txt h3{
  font-size: 38px;
  margin-bottom: 20px;
}

.mb{
  margin-bottom: 20px!important;
}

.dot2{
  width: 80%;
  border-top: 2px dotted #707070;
  margin: 50px auto 0 auto;
}

/*ホームコンダクター*/

.home_contents{
  display: block;
  width: 70%;
  margin:50px auto;
}

.home_step{
  background-color: #F4EFD0;
}

.step_list{
  width: 80%;
  display: flex;
  margin:0 auto 40px auto;
  background-color: white;
}

.step_list img{
  width: 40%;
}

.step_tlt{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.step_tlt span{
  display: block;
  width: 75px;
  height: 75px;
  background-color: #1668B9;
  color: white;
  font-size: 50px;
  text-align: center;
}

.step_tlt p{
  font-size: 25px;
  color: #1668B9;
  margin-left: 20px;
}

.step_txt{
  width: 60%;
  padding: 40px 20px;
}

.blog_title{
  margin-bottom: 10px;
}

.date {
    margin-bottom: 40px;
}

.page a {
    display: block;
    background-color: #7ECCC5;
    color: white;
    padding: 10px 20px;
}


.page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
}

section.article_contents {
  width: 80%;
  margin: 0 auto 50px auto;
  }

.page {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.case_card {
    width: 33%;
    height: auto;
}

.case_cards {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.case img {
    width: 100%;
    height: auto;
}

.case_card {
    width: 30%;
    height: auto;
    background: white;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.date2 {
    font-size: 12px;
    margin-bottom: 5px;
}

.case_card h2 {
    font-size: 20px;
}

.card_txt2 {
    width: 90%;
    margin: 0 auto;
}


img.attachment-full.size-full.wp-post-image {
    width: 100%;
}

h2.wp-show-posts-entry-title {
    font-size: 20px;
    text-align: left;
}

.wp-show-posts-inner {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.wp-show-posts-entry-header {
    margin: 0 10px 1em;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #707070;
}

.wp-show-posts-entry-summary {
    margin: 0 10px 20px;
    padding-bottom: 20px;
}


form.wpcf7-form.init p {
    width: 80%;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 15px 0;
    background: #F5F5F5;
    border: none;
    border-radius: 10px;
    margin: 10px 0 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    border-radius: 10px;
    padding: 15px 0;
    margin: 10px 0 20px;
}

.require {
    background-color: #469ACE;
    color: white;
    margin-left: 8px;
    padding: 0px 7px;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 10px 0 20px;
}

label {
    color: #469ACE;
}

a.policy_link {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #707070;
    margin: 20px 0 10px;
}

p.red {
    color: red;
    padding-bottom: 20px;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #F59511;
    border: none;
    color: white;
    width: 350px;
    height: 65px;
    font-size: 23px;
    border-radius: 10px;
}


@media screen and (max-width: 999px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .pc_only{
    display: none!important;
  }

  h1 {
    font-size: 25px;
    font-weight: normal;
  }

  h2 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
  h3{
    font-size: 20px;
  }

  .pd {
    padding: 30px 0;
}

.sub{
  font-size: 12px;
}

.header_menu{
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 3;
    background-color: white;
  }

  .header_left{
    height: 60px;
    padding: 0 10px;
  }

  .header_left p {
    font-size: 20px;
    font-weight: bold;
}

.header_logo {
    height: 25px;
    margin-right: 10px;
}

.sp_btn img {
    width: 200px;
}

  /*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display:none;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

nav.globalMenuSp.active ul li a{
  opacity: 100;
  display:block;
}


.header_btm a {
    color: white;
    border: solid 1px white;
    border-radius: 20px;
    width: 200px;
    margin: 10px auto 0 auto ;
    display: block;
}

.top_service_tlt {
    display: block;
    align-items: baseline;
    padding-bottom: 20px;
}

.top_service_tlt h1 {
    font-size: 25px;
    color: #1668B9;
    text-align: center;
}

.top_service_tlt img {
    display: block;
    margin: 0 auto 20px auto;
    width: 25%;
}

.top_service_contents_sp{
  width: 95%;
  margin:0 auto;
}

.top_service_contents_sp img{
  width: 100%;
}

.top_service_contents_sp p{
  line-height: 200%;
}

.online img{
  width: 90%;
  margin:0 auto;
  display: block;
}

.wrap{
  overflow: hidden;
}

.list h3 {
    margin: 20px 0;
}

.list_cards {
    display: block;
}

.list_card {
    width: 100%;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.card_txt p {
    font-size: 16px;
    margin-bottom: 10px;
}

.dot {
    padding-bottom: 20px;
}

.step img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.bg_w {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: white;
    border-radius: 0 0 5px 5px;
}

.online_btn img {
    width: 200px;
}

.case_btn {
    font-size: 16px;
    padding: 10px 0;
    width: 200px;
}

.qa img {
    width: 90%;
    }

.people_inner{
  display: block;
  width: 70%;
}
.people_inner img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.name {
    margin-top: 20px;
    width: 80%;
  }

  .people_txt {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
}

.footer_nav {
    display: block;
    }

.footer_left {
    width: 100%;
    justify-content: left;
}
.footer_menu {
    display: block;
}

.aaa {
    border-bottom: solid 1px #BEBEBE;
    height: auto;
    padding: 20px 0;
}

.menu_pd{
  padding-top: 60px;
  }

 .contents_lists h2 {
    font-size: 25px;
    margin: 20px 0;
  }

  .q {
    font-size: 18px;
    padding: 10px;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}
.list_item {
    display: block;
}

.list_item img {
    width: 100%;
}

.list_item p {
    width: 100%;
}
.btn_area p {
    font-size: 16px;
    margin-bottom: 20px;
}

.sub2 {
    font-size: 12px;
    text-align: center;
}

.fearture_contents {
    display: block;
}

.fearture_contents img{
  width: 100%;
}

.feature_txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.home_contents {
    display: block;
    width: 90%;
    margin: 20px auto;
}
.step_list {
    width: 90%;
    display: block;
    padding-bottom: 40px;
}

.step_txt {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
}

.step_tlt p {
    font-size: 20px;
    color: #1668B9;
    margin-left: 10px;
}

.step_tlt span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #1668B9;
    color: white;
    font-size: 30px;
    text-align: center;
}

.step_list img {
    width: 90%;
    margin: 0px auto;
    display: block;
}

.blog_title {
    text-align: left;
    margin-bottom: 5px;
}

.date {
    font-size: 12px;
    margin-bottom: 20px;
}

section.article_contents {
    width: 95%;
    margin: 0 auto 50px auto;
}

form.wpcf7-form.init p {
    width: 100%;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 300px;
    height: 55px;
    font-size: 20px;
}

.wp-show-posts-columns .wp-show-posts-single {
    display: block;
    width: 80%;
    margin: 0 auto;
}
}



@media screen and (min-width: 1000px) {
  .sp_only{
    display: none;
  }
  .header_left{
  display: flex;
  align-items: center;
  background-color: #1668B9;
  color: white;
  height: 90px;
  width: 15%;
  justify-content: center;
}

  .header_middle{
  width: 75%
}

.header_middle p{
  color: #1668B9;
  margin-bottom: 10px;
  text-align: right;
}

nav ul{
  display: flex;
}

nav ul li a{
  color: #1668B9!important;
}

nav ul li{
  text-align: center;
  color: #1668B9!important;
  font-size: 18px;
  font-weight: bold;
  padding: 0 2.5%;
}

nav ul li+ li{
  border-left: solid 1px #BEBEBE;
}

.bd_none{
  border: none;
}

.aaa + .aaa {
    border-left: solid 1px #BEBEBE;
    height: 235px;
}


.menu_pd{
  padding-top: 90px;
  }
}
