@charset "UTF-8";

#top #main_content > .wrapper {
  padding: 0;
}


/* =============================================
共通
============================================= */

#top_greeting,
#top_box_menu,
#new_item,
#recommend_item,
#top_news {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news .inner,
  #top_greeting .inner,
  #top_box_menu .inner {
    padding: 0 2.5%;
  }
}


/* =============================================
メインビジュアル
============================================= */

#top_mv {
  margin-bottom: 18px;
}

#top_mv.normal {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#top_mv.normal img {
  max-width: 100%;
  height: auto;
}

#top_mv.cover {
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

#top_mv.full,
#top_mv.full img {
  width: 100%;
}

#top_mv.sp_img img.mv_sp {
  display: none;
}

#top_mv.cover p {
  display: none;
}

#top_mv.cover a {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_mv,
  #top_mv.normal {
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  #top_mv.cover {
    width: 100%;
    background: none !important;
    height: auto !important;
  }

  #top_mv.sp_img img {
    display: none;
  }

  #top_mv.sp_img img.mv_sp {
    display: inline;
    width: 100%;
  }
}

#top_mv a:hover img {
  opacity: 1;
}


/*スライダー*/

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #top_slider {
    min-width: 1200px;
  }
}

#top_slider.slider-pro {
  display: none;
}

#top_slider.slider-pro .sp-buttons {
  padding-top: 10px;
  font-size: 0;
}

#top_slider.slider-pro .sp-button {
  border: none;
  margin: 0 5px;
  background-color: #ccc;
  width: 10px;
  height: 10px;
}

#top_slider.slider-pro .sp-selected-button {
  background-color: #5a5a5a;
}

#top_slider.slider-pro .sp-arrows {
  margin-top: -30px;
}

#top_slider.slider-pro .sp-arrow {
  width: 30px;
  height: 60px;
  opacity: 0.8;
}

#top_slider.slider-pro .sp-arrow:before {
  transform: skew(0deg, 0deg);
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 32px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  content: '\e84e';
  top: 3px;
  left: 0;
}

#top_slider.slider-pro.arrows_white .sp-arrow:before {
  color: #fff;
}

#top_slider.slider-pro.arrows_black .sp-arrow:before {
  color: #000;
}

#top_slider.slider-pro .sp-arrow:after {
  display: none;
}

#top_slider.slider-pro .sp-next-arrow {
  transform: rotate(0deg);
}

#top_slider.slider-pro .sp-previous-arrow:before {
  content: '\e84e';
}

#top_slider.slider-pro .sp-next-arrow:before {
  content: '\e851';
}

@media only screen and (max-width: 1260px) {

  /*スマホのみ*/
  #top_slider.slider-pro {
    margin-bottom: 2px;
  }

  #top_slider.slider-pro .sp-buttons {
    padding-top: 8px;
  }

  #top_slider.slider-pro .sp-arrow {
    width: 20px;
  }

  #top_slider.slider-pro .sp-arrow:before {
    font-size: 22px;
    top: 7px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-previous-arrow {
    left: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow {
    right: 6px;
  }

  #top_slider.slider-pro.sp-horizontal .sp-next-arrow:before {
    left: -1px;
  }
}


/* =============================================
ごあいさつ
============================================= */

#top_greeting .img {
  float: right;
  margin-left: 34px;
  margin-bottom: 30px;
}

#top_greeting .img img {
  width: 260px;
  height: auto;
}

#top_greeting .img .cap {
  margin-top: 8px;
  font-size: 13px;
  width: 260px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_greeting .img {
    float: none;
    margin-left: 0;
    margin-bottom: 14px;
    text-align: center;
  }

  #top_greeting .img img {
    width: auto;
  }

  #top_greeting .img .cap {
    width: auto;
    text-align: left;
  }
}

#top_greeting .signature {
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  margin-top: 28px;
}


/* =============================================
新着物件 おすすめ物件
============================================= */
@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main #normal_widget_fudo_top_r-2 h2,
  #main #normal_widget_fudo_top_r-3 h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}


/* =============================================
ウィジェット
============================================= */

#main div.widget_con {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #main div.widget_con h2 {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* =============================================
お知らせ
============================================= */

#main #top_news h2:not(.no_deco) {
  margin-bottom: 16px;
  text-align: left;
}

#top_news .inner {
  text-align: right;
}

#top_news .inner .no_post {
  text-align: left;
  margin-top: 28px;
}

#top_news #top_news_list {
  text-align: center;
  margin-top: 20px;
}

#top_news #news_post_wrapper {
  border: 1px solid #CCCCCC;
  padding: 32px 36px;
  text-align: left;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_news #top_news_list:before {
    margin-top: -5px;
  }

  #top_news .inner .no_post {
    margin-top: 50px;
  }

  #top_news #news_post_wrapper {
    padding: 16px 18px;
  }
}

#top_news.height_fix #news_post_wrapper {
  overflow: auto;
}

#top_news.h100 #news_post_wrapper {
  height: 100px;
}

#top_news.h200 #news_post_wrapper {
  height: 200px;
}

#top_news.h300 #news_post_wrapper {
  height: 300px;
}

#top_news.h400 #news_post_wrapper {
  height: 400px;
}

#top_news.h500 #news_post_wrapper {
  height: 500px;
}

#top_news.h700 #news_post_wrapper {
  height: 700px;
}

#top_news.h1000 #news_post_wrapper {
  height: 1000px;
}


/* =============================================
ボックスメニュー
============================================= */

#top_box_menu ul {
  display: flex;
  flex-wrap: wrap;
  /*
  justify-content: space-between;
*/
}

#top_box_menu.large ul {
  margin-top: -1.5%;
}

#top_box_menu.small ul {
  margin-top: -1.5%;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large ul,
  #top_box_menu.small ul {
    margin: 0;
  }
}

#top_box_menu li {
  border: 1px solid #CCCCCC;
}

#top_box_menu.large li {
  width: 49.2%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.large li:first-child,
#top_box_menu.large li:nth-child(2n+1) {
  margin-left: 0;
}

#top_box_menu.small li {
  width: 32.3%;
  margin-top: 1.5%;
  margin-left: 1.5%;
}

#top_box_menu.small li:first-child,
#top_box_menu.small li:nth-child(3n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.large li,
  #top_box_menu.small li {
    width: 100%;
    margin-left: 0;
  }

  #top_box_menu.large li:first-child,
  #top_box_menu.small li:first-child {
    margin-top: 0;
  }
}

#top_box_menu.large li .inner_s {
  padding: 14px;
}

#top_box_menu.large li a .inner_s {
  padding: 11px;
}

#top_box_menu.small li .inner_s {
  padding: 12px;
}

#top_box_menu.small li a .inner_s {
  padding: 10px;
}

#top_box_menu li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  border: solid #FFF;
}

#top_box_menu li a:hover {
  border-color: #CCC;
}

#top_box_menu.large li a {
  border-width: 3px;
}

#top_box_menu.small li a {
  border-width: 2px;
}

#top_box_menu li a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e916';
  color: #898989;
}

#top_box_menu.large li a:before {
  font-size: 16px;
  top: 50%;
  right: 9px;
  margin-top: -8px;
}

#top_box_menu.small li a:before {
  font-size: 13px;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

#top_box_menu li a:hover {
  background-color: #EEEEEE;
}

#top_box_menu li a:hover:before {
  color: #575757;
}

#top_box_menu li h3 {
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#top_box_menu.large li h3 {
  font-size: 18px;
}

#top_box_menu.small li h3 {
  font-size: 16px;
}

#top_box_menu.large li h3 + .inner_box {
  margin-top: 10px;
}

#top_box_menu.small li h3 + .inner_box {
  margin-top: 8px;
}

#top_box_menu li .inner_box {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

#top_box_menu li .inner_box_s {
  display: table-row;
}

#top_box_menu li .img,
#top_box_menu li .txt {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

#top_box_menu.large li .txt {
  font-size: 14px;
  line-height: 1.6;
}

#top_box_menu.small li .txt {
  font-size: 13px;
  line-height: 1.55;
}

#top_box_menu.large li a .txt {
  padding-right: 14px;
}

#top_box_menu.small li a .txt {
  padding-right: 6px;
}

#top_box_menu.large li .img {
  width: 144px;
}

#top_box_menu.small li .img {
  width: 101px;
}

#top_box_menu.large li .img img {
  width: 130px;
  height: 130px;
}

#top_box_menu.small li .img img {
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #top_box_menu.small li h3 {
    font-size: 17px;
  }

  #top_box_menu.large li .txt,
  #top_box_menu.small li .txt {
    font-size: 14px;
  }

}




/* ============================================================
カスタマイズ
=============================================================== */
#top #sidebar #side_info {
  display: none;
  }

/* 1025＜ --------------------------- */
@media print,
screen and (min-width: 1025px) {

  #top #content {
    padding-top: 0;
    }
  #top #main_content {
    margin-bottom: 0;
    }

} /* end 1025＜ */



/* ====================================
MV
==================================== */
#top_mv {
  margin: 0;
  }
#top_slider {
  min-width: auto;
  }
#top_mv .sp-slides-container::before {
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(107,202,169,0.6);
  content: '';
  }
#top_mv p.catch {
  margin: auto;
  display: block;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top_mv .sp-slides-container::before {
    width: calc(50% - 70px);
    clip-path: polygon(274px 0, 100% 0, 100% 100%, 0 100%);
    }
  #top_mv p.catch {
    width: 708px;
    height: 368px;
    padding-top: 368px;
    top: -60px;
    background: url(../img/mv_catch_pc.png) no-repeat 0 0;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media only screen and (max-width: 767px) {

  #top_mv,
  #top_slider,
  .sp-mask,
  .sp-slide,
  .sp-image-container,
  #top_mv img.sp-image {
    height: 600px !important;
    }
  #top_mv .sp-slides-container::before {
    width: 50%;
    clip-path: polygon(100% 30%, 100% 100%, 0 100%);
    }
  #top_mv p.catch {
    width: 94%;
    max-width: 450px;
    height: 600px;
    padding-top: 600px;
    top: 0;
    background: url(../img/mv_catch_sp.png) no-repeat 50% 45% / contain;
    }

} /* end ＞767 */



/* ====================================
お知らせ
==================================== */
#top_news {
  background-color: #f7f5f0;
  }
#top_news .inner {
  width: 100%;
  margin: 0 auto;
  }
#top_news #news_post_wrapper {
  border: none;
  }
#top_news h2 {
  color: #0e885d;
  letter-spacing: 0.06em;
  text-align: center;
  }
/* top_news_list */
#top_news #top_news_list a {
  width: 100%;
  padding: 12px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a7cfbf;
  color: #0e885d;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  }
#top_news #top_news_list a::before {
  width: 24px;
  height: 2px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  background-color: #8ac9b3;
  content: ''
  }
#top_news #top_news_list a::after {
  width: 9px;
  height: 2px;
  margin: auto;
  display: block;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -12px;
  background-color: #8ac9b3;
  transform: rotate(40deg);
  content: '';
  }
/* slug */
#news_post_wrapper li p.slug span {
  background-color: #369775;
  border: none;
  border-radius: 9999px;
  color: #fff;
  letter-spacing: 0;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top_news {
    padding: 60px 0;
    }
  #top_news .inner {
    max-width: 960px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    }
  #top_news .hl {
    width: 220px;
    }
  #top_news #news_post_wrapper {
    width: calc(100% - 220px);
    padding: 0 0 0 30px;
    }
  #top_news h2 {
    font-size: 28px;
    }
  /* top_news_list */
  #top_news .hl #top_news_list {
    margin-top: 9px;
    }
  #top_news .hl #top_news_list a {
    max-width: 160px;
    transition: 0.3s;
    }
  #top_news .hl #top_news_list a:hover {
    background-color: #e1ece8;
    }
  /* slug */
  #news_post_wrapper li p.slug {
    width: 11em;
    }
  #news_post_wrapper li p.slug span {
    padding: 6px 9px 7px;
    font-size: 12px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #top_news {
    padding: 48px 0;
    }
  #top_news .inner {
    padding: 0 6%;
    }
  #top_news #news_post_wrapper {
    padding: 0;
    margin-top: 24px;
    }
  #top_news h2 {
    font-size: 25px;
    }
  #news_post_wrapper li {
    padding-left: 1.5%;
    padding-right: 1.5%;
    border-bottom: 1px solid #ccdfd8;
    }
  /* top_news_list */
  #top_news #top_news_list {
    margin-top: 30px;
    }
  #top_news #top_news_list a {
    max-width: 180px;
    }
  /* ymd */
  #news_post_wrapper li p.ymd {
    font-size: 13px;
    }
  /* slug */
  #news_post_wrapper li p.slug span {
    padding: 6px 12px 7px;
    font-size: 11px;
    }

} /* end ＞767 */



/* ====================================
新着物件
==================================== */
#top_b_widget_fudo_top_r-4 h2 {
  color: #0e885d;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  }
#top_b_widget_fudo_top_r-4 h2::after {
  display: block;
  content: 'NEW ARRIVAL';
  color: #c0aa75;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  }
#main .display_type_B ul li .name {
  font-weight: 600;
  line-height: 1.8;
  }
/* btn_type01 */
#top_b_widget_custom_html-2 .btn_type01 {
  margin-top: 30px;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 38px;
    }
  #top_b_widget_fudo_top_r-4 h2::after {
    font-size: 15px;
    }

  /* btn_type01 */
  #top_b_widget_custom_html-2 .btn_type01 a {
    max-width: 280px;
    padding: 17px 0;
    font-size: 16px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #top #top_b_widget_fudo_top_r-4 {
    margin-bottom: 30px;
    }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 25px;
    }
  #top_b_widget_fudo_top_r-4 h2::after {
    font-size: 12px;
    }

  /* btn_type01 */
  #top_b_widget_custom_html-2 .btn_type01 a {
    max-width: 240px;
    padding: 15px 0;
    font-size: 15px;
    }

} /* end ＞767 */



/* ====================================
PICKUP
==================================== */
#ct_pickup {
  margin-top: 75px;
  }
#ct_pickup h2 {
  margin-bottom: 24px;
  color: #0e885d;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  }
#ct_pickup h2::before {
  display: inline-block;
  position: relative;
  bottom: -1px;
  background: url(../img/pickup_icn.png) no-repeat 0 0 / contain;
  content: '';
  }
#ct_pickup .txt h3 {
  color: #fff;
  font-weight: 400;
  }
#ct_pickup .txt p {
  color: #fff;
  line-height: 2;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #ct_pickup h2 {
    font-size: 43px;
    }
  #ct_pickup h2::before {
    width: 34px;
    height: 34px;
    margin-right: 18px;
    }
  #ct_pickup .column {
    overflow: hidden;
    }
  #ct_pickup .column01 {
    background: #5cb093 url(../img/pickup_pht01.jpg) no-repeat left center / contain;
    }
  #ct_pickup .column02 {
    background: #5cb093 url(../img/pickup_pht02.jpg) no-repeat right center / contain;
    }
  #ct_pickup .column03 {
    background: #5cb093 url(../img/pickup_pht03.jpg) no-repeat left center / contain;
    }
  #ct_pickup .column .txt {
    width: 425px;
    background: linear-gradient(-120deg, rgba(92,176,147,1), rgba(46,166,127,1));
    }
  #ct_pickup .column:nth-of-type(odd) .txt {
    padding: 60px 30px 60px 125px;
    margin-left: auto;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
    }
  #ct_pickup .column:nth-of-type(even) .txt {
    padding: 60px 90px 60px 60px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
    }
  #ct_pickup .txt h3 {
    font-size: 29px;
    }
  #ct_pickup .txt p {
    font-size: 14px;
    }
  /* btn_type02 */
  #ct_pickup .btn_type02 a {
    max-width: 185px;
    padding: 12px 0;
    margin-top: 30px;
    margin-left: 0;
    font-size: 15px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #ct_pickup h2 {
    font-size: 33px;
    }
  #ct_pickup h2::before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    }
  #ct_pickup .column {
    padding: 62.7% 6% 0;
    }
  #ct_pickup .column01 {
    background: #72b69e url(../img/pickup_pht01.jpg) no-repeat center top / contain;
    }
  #ct_pickup .column02 {
    background: #72b69e url(../img/pickup_pht02.jpg) no-repeat center top / contain;
    }
  #ct_pickup .column03 {
    background: #72b69e url(../img/pickup_pht03.jpg) no-repeat center top / contain;
    }
  #ct_pickup .column .txt {
    width: 100%;
    padding: 27px 9% 30px;
    position: relative;
    top: -36px;
    background: linear-gradient(-120deg, rgba(92,176,147,1), rgba(46,166,127,1));
    }
  #ct_pickup .txt h3 {
    margin-bottom: 12px;
    font-size: 21px;
    }
  #ct_pickup .txt p {
    font-size: 13px;
    }
  /* btn_type02 */
  #ct_pickup .btn_type02 a {
    max-width: 180px;
    padding: 12px 0;
    margin-top: 18px;
    font-size: 14px;
    }

} /* end ＞767 */



/* ====================================
会員限定物件公開中
==================================== */
#ct_member {
  background-color: #f7f5f0;
  }
#ct_member h2 {
  margin-bottom: 18px;
  color: #0e885d;
  letter-spacing: 0.1em;
  text-align: center;
  }
#ct_member h2::after {
  display: block;
  content: 'MEMBERS ONLY';
  color: #c0aa75;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
  }
#ct_member p {
  text-align: center;
  }
#ct_member .btn_wrap {
  margin-top: 20px;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #ct_member {
    padding: 36px 15px 45px;
    margin-top: 20px;
    }
  #ct_member h2 {
    font-size: 35px;
    font-weight: 400;
    }
  #ct_member h2::after {
    font-size: 15px;
    }
  #ct_member p {
    font-size: 15px;
    }
  #ct_member .btn_wrap {
    display: flex;
    justify-content: center;
    }
  #ct_member .btn_type01 {
    width: 280px;
    margin: 0 15px;
    }
  #ct_member .btn_type01 a {
    max-width: 280px;
    padding: 17px 0;
    font-size: 16px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #ct_member {
    width: 88%;
    padding: 36px 3% 45px;
    margin: 20px auto 0;
    }
  #ct_member h2 {
    font-size: 25px;
    font-weight: 500;
    }
  #ct_member h2::after {
    font-size: 12px;
    }
  #ct_member p {
    font-size: 13px;
    }
  #ct_member .btn_type01+.btn_type01 {
    margin-top: 12px;
    }
  #ct_member .btn_type01 a {
    max-width: 240px;
    padding: 15px 0;
    font-size: 15px;
    }

} /* end ＞767 */



/* ====================================
売却査定
==================================== */
#ct_assessment {
  background-color: #e1ece8;
  }
#ct_assessment h2 {
  margin-bottom: 18px;
  color: #0e885d;
  letter-spacing: 0.1em;
  text-align: center;
  }
#ct_assessment h2::after {
  display: block;
  content: 'ASSESSMENT REQUEST';
  color: #c0aa75;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
  }
#ct_assessment p {
  text-align: center;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #ct_assessment {
    padding: 36px 15px 45px;
    margin-top: 20px;
    }
  #ct_assessment h2 {
    font-size: 36px;
    font-weight: 400;
    }
  #ct_assessment h2::after {
    font-size: 15px;
    }
  #ct_assessment p {
    font-size: 15px;
    }
  #ct_assessment .btn_type01 {
    margin-top: 20px;
    }
  #ct_assessment .btn_type01 a {
    max-width: 280px;
    padding: 17px 0;
    font-size: 16px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #ct_assessment {
    width: 88%;
    padding: 36px 3% 45px;
    margin: 20px auto 0;
    }
  #ct_assessment h2 {
    font-size: 25px;
    font-weight: 500;
    }
  #ct_assessment h2::after {
    font-size: 12px;
    }
  #ct_assessment p {
    font-size: 13px;
    }
  #ct_assessment .btn_type01 {
    margin-top: 12px;
    }
  #ct_assessment .btn_type01 a {
    max-width: 240px;
    padding: 15px 0;
    font-size: 15px;
    }

} /* end ＞767 */



/* ====================================
お問い合わせ
==================================== */
#ct_contact {
  background-color: #f7f5f0;
  }
#ct_contact h2 {
  color: #0e885d;
  letter-spacing: 0.06em;
  text-align: center;
  }
#ct_contact h2::after {
  display: block;
  content: 'CONTACT';
  color: #c0aa75;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-align: center;
  }
#ct_contact h2+p {
  text-align: center;
  }
#ct_contact .tel {
  background-color: #fff;
  }
#ct_contact .tel p {
  line-height: 1.3;
  text-align: center;
  }
#ct_contact .tel p em {
  margin-right: 2px;
  color: #0e885d;
  font-weight: 500;
  }
#ct_contact .tel .tel_link {
  display: inline-block;
  position: relative;
  letter-spacing: 0.03em;
  }
#ct_contact .tel .tel_link::before {
  position: absolute;
  left: 0;
  content: '\e8f5';
  speak: none !important;
  color: #333;
  font-family: icon_set_v1 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  }
#ct_contact .tel .tel_link a {
  text-decoration: none;
  }
#ct_contact .btn_type01.line {
  margin-top: 12px;
  }
#ct_contact .btn_type01.line a {
  background-color: #06c755;
  }
#ct_contact .btn_type01.line a::before,
#ct_contact .btn_type01.line a::after {
  background-color: #82e1a9;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #ct_contact {
    padding: 60px 0;
    }
  #ct_contact .wrap {
    width: 100%;
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
    }
  #ct_contact h2 {
    font-size: 36px;
    font-weight: 400;
    }
  #ct_contact h2::after {
    font-size: 15px;
    }
  #ct_contact h2+p {
    font-size: 15px;
    }
  #ct_contact .bundle {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    }
  #ct_contact .tel {
    width: calc(50% - 20px);
    padding: 30px 15px 0;
    }
  #ct_contact .tel p {
    font-size: 15px;
    }
  #ct_contact .tel p em {
    font-size: 17px;
    }
  #ct_contact .tel .tel_link {
    padding-left: 33px;
    font-size: 40px;
    }
  #ct_contact .tel .tel_link::before {
    bottom: 6px;
    font-size: 26px;
    }
  #ct_contact .btn_wrap {
    width: calc(50% - 20px);
    }
  #ct_contact .btn_type01 a {
    padding: 17px 0;
    font-size: 16px;
    }
  #ct_contact .btn_type01.line a:hover {
    background-color: #51d888;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #ct_contact {
    padding: 48px 0;
    }
  #ct_contact .wrap {
    width: 100%;
    padding: 0 6%;
    }
  #ct_contact h2 {
    font-size: 25px;
    font-weight: 500;
    }
  #ct_contact h2::after {
    font-size: 12px;
    }
  #ct_contact h2+p {
    margin-top: 12px;
    font-size: 13px;
    }
  #ct_contact .bundle {
    width: 100%;
    max-width: 480px;
    padding: 0 6%;
    margin: 24px auto 0;
    }
  #ct_contact .tel {
    padding: 20px 3%;
    }
  #ct_contact .tel p {
    font-size: 13px;
    }
  #ct_contact .tel p em {
    font-size: 15px;
    }
  #ct_contact .tel .tel_link {
    padding-left: 24px;
    font-size: 30px;
    }
  #ct_contact .tel .tel_link::before {
    bottom: 4px;
    font-size: 20px;
    }
  #ct_contact .btn_wrap {
    margin-top: 12px;
    }
  #ct_contact .btn_type01 a {
    padding: 15px 0;
    font-size: 15px;
    }

} /* end ＞767 */



/* ====================================
事務所情報
==================================== */
#ct_companyinfo .wrap {
  margin: 0 auto;
  position: relative;
  }
#ct_companyinfo h2 {
  color: #0e885d;
  font-weight: 400;
  letter-spacing: 0.06em;
  }
#ct_companyinfo h3 {
  font-weight: 400;
  letter-spacing: 0.06em;
  }
#ct_companyinfo .address {
  letter-spacing: 0.06em;
  }
#ct_companyinfo .address .zip {
  display: block;
  }
#ct_companyinfo .tel,
#ct_companyinfo .fax {
  margin-top: 9px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.06em;
  line-height: 1;
  }
#ct_companyinfo .tel dt,
#ct_companyinfo .fax dt {
  margin-right: 9px;
  color: #0e885d;
  }
#ct_companyinfo .tel dd,
#ct_companyinfo .fax dd {
  font-weight: 400;
  letter-spacing: 0.08em;
  }
#ct_companyinfo .tel .tel_link a,
#ct_companyinfo .fax a {
  text-decoration: none;
  }
#ct_companyinfo .btn_type01 {
  margin-top: 24px;
  }
#ct_companyinfo .btn_type01 a {
  max-width: 185px;
  padding: 12px 0;
  }

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #ct_companyinfo {
    min-height: 420px;
    position: relative;
    }
  #ct_companyinfo::before {
    width: calc(50% + 110px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
    background: url(../img/ft_company_pht_pc.jpg) no-repeat 0 0 / auto 100%;
    clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%);
    content: '';
    }
  #ct_companyinfo .wrap {
    width: 100%;
    max-width: 990px;
    padding: 60px 30px 0;
    }
  #ct_companyinfo h2 {
    font-size: 18px;
    }
  #ct_companyinfo h3 {
    font-size: 32px;
    }
  #ct_companyinfo .address {
    margin-bottom: 18px;
    font-size: 17px;
    }
  #ct_companyinfo .address .zip {
    font-size: 15px;
    }
  #ct_companyinfo .tel dt,
  #ct_companyinfo .fax dt {
    font-size: 16px;
    }
  #ct_companyinfo .tel dd,
  #ct_companyinfo .fax dd {
    font-size: 27px;
    }
  #ct_companyinfo .btn_type01 a {
    margin-left: 0;
    font-size: 14px;
    }

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #ct_companyinfo {
    padding-top: 62.5%;
    position: relative;
    background: #72b69e url(../img/ft_company_pht_sp.jpg) no-repeat 0 0 / contain;
    }
  #ct_companyinfo .wrap {
    width: 88%;
    padding: 30px 9%;
    top: -36px;
    background-color: #fff;
    text-align: center;
    }
  #ct_companyinfo h2 {
    font-size: 14px;
    }
  #ct_companyinfo h3 {
    font-size: 25px;
    }
  #ct_companyinfo .address {
    margin: 9px 0 18px;
    font-size: 15px;
    line-height: 1.7;
    }
  #ct_companyinfo .address .zip {
    font-size: 12px;
    }
  #ct_companyinfo .tel,
  #ct_companyinfo .fax {
    justify-content: center;
    }
  #ct_companyinfo .tel dt,
  #ct_companyinfo .fax dt {
    font-size: 14px;
    }
  #ct_companyinfo .tel dd,
  #ct_companyinfo .fax dd {
    font-size: 21px;
    }
  #ct_companyinfo .tel .tel_link a {
    text-decoration: none;
    }
  #ct_companyinfo .btn_type01 a {
    font-size: 13px;
    }

} /* end ＞767 */
