@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;
  }

}





/* ============================================================
カスタマイズ
=============================================================== */
/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

  #top #content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  #top #main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #top #main_content {
    margin-bottom: 0;
  }

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

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

} /* end ＞767 */



/* ====================================
MV
==================================== */
#top_mv { display: none; }

#top #mv {
  width: 100%;
  position: relative;
}
#top #mv .catch {
  position: relative;
}
#top #mv .catch span {
  margin: auto;
  display: block;
  overflow: hidden;
  position: absolute;
}

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

  #top #mv {
    height: 780px;
    background-color: #343537;
  }
  #top #mv::before {
    width: calc(50% + 480px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/mv01.jpg) no-repeat center center / cover;
    content: '';
  }
  #top #mv .catch {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #top #mv .catch span {
    width: 480px;
    height: 480px;
    padding-top: 480px;
    top: -5%;
    bottom: 0;
    left: 0;
    background: #343537 url(../img/mv_catch01.png) no-repeat 50% 45%;
  }

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

  #top #mv {
    height: 630px;
    margin-top: 30px;
    background: #343537 url(../img/mv01.jpg) no-repeat 11% 50% / cover;
  }
  #top #mv .catch {
    width: 80%;
    max-width: 380px;
    height: auto;
    margin: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -5%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26,26,28,0.88);
  }
  #top #mv .catch span {
    width: 84%;
    max-width: 410px;
    height: 100%;
    padding-top: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/mv_catch01.png) no-repeat 50% 45% / contain;
  }

} /* end ＞1024 */



/* ====================================
選ばれる理由
==================================== */
#top #ct_reason {
  position: relative;
}
#top #ct_reason::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/reason_bg02.png) no-repeat 0 0 / contain;
  content: '';
}
#top #ct_reason h2 {
  line-height: 1.5;
  text-align: center;
}
#top #ct_reason h2 span {
  color: #a58be3;
}
#top #ct_reason ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#top #ct_reason li {
  letter-spacing: 0.06em;
  text-align: center;
}
#top #ct_reason li span {
  color: #a58be3;
}
#top #ct_reason li figure {
  width: 100%;
  max-width: 248px;
  margin: 0 auto 12px;
}
#top #ct_reason li figure img {
  max-width: 100%;
}
#top #ct_reason p {
  width: 100%;
  margin: 42px auto 0;
  line-height: 2.1;
  text-align: center;
}
#top #ct_reason p .leader {
  width: 45px;
  height: 1px;
  padding-top: 1px;
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  bottom: 0.3em;
  background-color: rgba(255,255,255,0.7);
}
/* btn */
#top #ct_reason .btn {
  margin-top: 36px;
}

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

  #top #ct_reason::before {
    width: calc(50% + 300px);
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #343537;
    content: '';
  }

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

  #top #ct_reason {
    padding: 145px 0 150px;
    background: #1a1a1c url(../img/reason_bg01.png) no-repeat right top;
  }
  #top #ct_reason::after {
    width: 660px;
    height: 112px;
  }
  #top #ct_reason h2 {
    font-size: 40px;
  }
  #top #ct_reason ul {
    max-width: 1200px;
    padding: 0 30px;
  }
  #top #ct_reason li {
    width: 33%;
    padding: 0 15px;
    font-size: 24px;
  }
  #top #ct_reason p {
    max-width: 1200px;
    padding: 0 30px;
    font-size: 16px;
  }
  /* btn */
  #top #ct_reason .btn a {
    width: 300px;
  }

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

  #top #ct_reason {
    padding: 80px 0 105px;
    background: #1a1a1c url(../img/reason_bg01.png) no-repeat right top / auto 38px;
  }
  #top #ct_reason::after {
    width: 300px;
    height: 51px;
  }
  #top #ct_reason h2 {
    margin-bottom: 0;
    font-size: 27px;
  }
  #top #ct_reason ul {
    padding: 0 6%;
    flex-wrap: wrap;
  }
  #top #ct_reason li {
    width: 100%;
    max-width: 270px;
    padding: 0;
    margin-top: 21px;
    font-size: 21px;
  }
  #top #ct_reason p {
    padding: 0 6%;
    font-size: 14px;
  }
  /* btn */
  #top #ct_reason .btn a {
    width: 250px;
  }

} /* end ＞767 */



/* ====================================
新着物件
==================================== */
#main #top_b_widget_fudo_top_r-4 {
  width: 100%;
  margin: 0 auto;
  }
#top_b_widget_fudo_top_r-4 h2 {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  }
#top_b_widget_fudo_top_r-4 h2::first-letter {
  color: #a58be3;
  }

/* アイコン */
#main .item_list li span.icon_sold {
  background-color: #7e7f80;
  }
#main .item_list li span.icon_shodan {
  background-color: #3ab292;
  }
#main .item_list li span.icon_member {
  background-color: transparent;
  border: 1px solid #8868d8;
  color: #fff;
  }

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

  #main #top_b_widget_fudo_top_r-4 {
    max-width: 1240px;
    padding: 90px 20px 60px;
    }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 40px;
  }
  #top #main #top_b_widget_fudo_top_r-4 .top_widget li {
    padding-top: 18%;
  }
  #top #main #top_b_widget_fudo_top_r-4 .top_widget li .img {
    padding-top: 71%;
  }
  /* btn */
  #main #top_b_widget_custom_html-2 {
    padding-bottom: 90px;
    margin-bottom: 0;
  } 
  #top_b_widget_custom_html-2 .btn a {
    width: 300px;
  }

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

  #main #top_b_widget_fudo_top_r-4 {
    padding: 60px 0 30px;
  }
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 27px;
  }
  /* item_list */
  #main .widget_con .item_list {
    width: 100%;
    padding: 0 6%;
    margin: 0 auto;
    }
  #main .item_list>ul>li {
    margin-top: 15px;
    border: 1px solid #535455;
    border-radius: 6px;
    }
  #main .item_list>ul>li:first-of-type {
    border-top: 1px solid #535455;
    }
  #main .item_list .item_con {
    padding: 12px;
    }
  #main .item_list ul li .item_head {
    padding: 12px;
    border-bottom: 1px solid #535455;
    }
  #main .display_type_B ul li .name {
    margin-top: 0;
    display: block;
    color: #;
    }
  #main #boxfudo_top_r-4.display_type_B ul li span+.name {
    margin-top: 6px;
    font-weight: 700;
    }
  #main .display_type_A .item_list_con_middle:before, #main .display_type_B ul li .item_inner:before {
    color: #fff;
    }
  /* btn */
  #main #top_b_widget_custom_html-2 {
    padding-bottom: 60px;
    margin-bottom: 0;
  } 
  #top_b_widget_custom_html-2 .btn a {
    width: 250px;
  }

}



/* ====================================
不動産秘書とは, 仲介手数料最大無料
==================================== */
#top #ct_about .wrap {
  position: relative;
}
#top #ct_about .wrap::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  content: '';
}
#top #ct_about .wrap.secretary::before {
  left: 0;
  background: url(../img/secretary_bg.jpg) no-repeat left center / cover;
}
#top #ct_about .wrap.feefree::before {
  right: 0;
  background: url(../img/feefree_bg.jpg) no-repeat left center / cover;
}
#top #ct_about .wrap .txt {
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
#top #ct_about .wrap .txt h2 {
  margin-bottom: 21px;
  letter-spacing: 0.06em;
  text-align: center;
}
#top #ct_about .wrap .txt h2 span {
  color: #a58be3;
}
#top #ct_about .wrap .txt p {
  line-height: 2;
  text-align: center;
}
#top #ct_about .wrap .txt p+p {
  margin-top: 30px;
}
#top #ct_about .wrap .txt p span.leader {
  width: 45px;
  height: 1px;
  padding-top: 1px;
  margin-left: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  bottom: 0.3em;
  background-color: rgba(255,255,255,0.7);
}
/* btn */
#top #ct_about .wrap .txt .btn {
  margin-top: 36px;
}

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

  #top #ct_about {
    background-color: #343537;
  }
  #top #ct_about .wrap {
    padding: 60px 0;
  }
  #top #ct_about .wrap::before {
    width: calc(50% + 300px);
    height: 100%;
  }
  #top #ct_about .wrap .txt {
    max-width: 1200px;
    padding: 0 30px;
  }
  #top #ct_about .wrap .block {
    width: 100%;
    max-width: 870px;
    padding: 60px 6%;
    background-color: rgba(40,41,43,0.93);
  }
  #top #ct_about .wrap.secretary .block {
    margin-left: auto;
  }
  #top #ct_about .wrap .txt h2 {
    font-size: 40px;
  }
  #top #ct_about .wrap .txt p {
    font-size: 16px;
  }
  /* btn */
  #top #ct_about .wrap .txt .btn a {
    width: 300px;
  }

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

  #top #ct_about {
    background-color: #454649;
  }
  #top #ct_about .wrap {
    padding: 210px 0 30px;
  }
  #top #ct_about .wrap::before {
    width: 100%;
    height: 240px;
  }
  #top #ct_about .wrap .txt {
    padding: 0 6%;
  }
  #top #ct_about .wrap .block {
    width: 100%;
    padding: 45px 6%;
    background-color: #28292b;
  }
  #top #ct_about .wrap .txt h2 {
    font-size: 24px;
  }
  #top #ct_about .wrap .txt p {
    font-size: 14px;
  }
  /* btn */
  #top #ct_about .wrap .txt .btn a {
    width: 250px;
  }

} /* end ＞767 */



/* ====================================
会員登録, LINEでお問い合わせ
==================================== */
#top #ct_register {
  background-color: #343537;
}
#top #ct_register .wrap {
  width: 100%;
  margin: 0 auto;
  }
#top #ct_register .column>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  text-decoration: none;
}
#top #ct_register .column.register>a {
  border: 1px solid #696a6b;
}
#top #ct_register .column.line>a {
  border: 1px solid #188d49;
}
#top #ct_register .column>a:hover {
  background-color: #454649;
}
#top #ct_register .column.register>a::before {
  margin-bottom: 6px;
  display: block;
  background: url(../img/icn_register.png) no-repeat 0 0 / contain;
  content: '';
}
#top #ct_register .column.line>a::before {
  display: block;
  background: url(../../common/img/line_icn.png) no-repeat 0 0 / contain;
  content: '';
}
#top #ct_register .column h2 {
  padding-right: 36px;
  position: relative;
  letter-spacing: 0.06em;
}
#top #ct_register .column h2::before {
  width: 22px;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: -8px;
  right: 0;
  content: '';
}
#top #ct_register .column h2::after {
  width: 12px;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(40deg);
  content: '';
}
#top #ct_register .column.register h2::before,
#top #ct_register .column.register h2::after {
  background-color: #a58be3;
}
#top #ct_register .column.line h2::before,
#top #ct_register .column.line h2::after {
  background-color: #06c755;
}
#top #ct_register .column.register h2 span {
  margin-right: 4px;
  display: inline-block;
  color: #a58be3;
}
#top #ct_register .column.line h2 span {
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  bottom: -3px;
  background: url(../../common/img/line_logo.png) no-repeat 0 0 / contain;
}
#top #ct_register .column p {
  text-align: center;
}

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

  #top #ct_register {
    padding: 75px 0;
  }
  #top #ct_register .wrap {
    max-width: 1200px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    }
  #top #ct_register .column {
    width: calc(50% - 10px);
  }
  #top #ct_register .column>a {
    padding: 36px 10.8%;
    transition: 0.3s;
  }
  #top #ct_register .column.register>a::before {
    width: 300px;
    height: 64px;
  }
  #top #ct_register .column.line>a::before {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }
  #top #ct_register .column h2 {
    margin-bottom: 6px;
    font-size: 25px;
  }
  #top #ct_register .column.register h2 span {
    font-size: 29px;
  }
  #top #ct_register .column.line h2 span {
    width: 72px;
    height: 26px;
    padding-top: 26px;
  }
  #top #ct_register .column p {
    font-size: 15px;
    line-height: 2.1;
  }

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

  #top #ct_register {
    padding: 60px 0;
  }
  #top #ct_register .wrap {
    padding: 0 6%;
    }
  #top #ct_register .column {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  #top #ct_register .column+.column {
    margin-top: 12px;
  }
  #top #ct_register .column>a {
    padding: 24px 6%;
  }
  #top #ct_register .column.register>a::before {
    width: 210px;
    height: 45px;
  }
  #top #ct_register .column.line>a::before {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }
  #top #ct_register .column h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }
  #top #ct_register .column.register h2 span {
    font-size: 21px;
  }
  #top #ct_register .column.line h2 span {
    width: 50px;
    height: 18px;
    padding-top: 18px;
  }
  #top #ct_register .column p {
    font-size: 13px;
    line-height: 1.8;
  }

} /* end ＞767 */



/* ====================================
お知らせ
==================================== */
#top_news {
  margin-bottom: 0;
}
#top_news .inner {
  width: 100%;
  margin: 0 auto;
}
#main #top_news h2:not(.no_deco) {
  margin-bottom: 30px;
  letter-spacing: 0.12em;
  text-align: center;
}
#main #top_news h2:not(.no_deco) span {
  color: #a58be3;
}
#top_news #news_post_wrapper {
  padding: 0;
  border: none;
}
#top_news #news_post_wrapper ul {
  display: block;
}
#top_news #news_post_wrapper li {
  display: flex;
  border-bottom: 1px solid #696a6b;
}
#top_news #news_post_wrapper li:first-of-type {
  border-top: 1px solid #696a6b;
}
#top_news #news_post_wrapper li p.slug span {
  background-color: #8868d8;
  border: none;
}
#top_news .inner .no_post {
  text-align: center;
}

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

  #top_news {
    padding: 90px 0;
  }
  #top_news .inner {
    max-width: 880px;
  }
  #main #top_news h2:not(.no_deco) {
    font-size: 40px;
  }
  #top_news #news_post_wrapper li {
    padding: 24px 0;
  }
  #top_news #news_post_wrapper li p.ymd {
    padding: 6px 6px 0;
    font-size: 14px;
  }
  #top_news #news_post_wrapper li p.slug {
    padding: 0 6px;
  }
  #top_news #news_post_wrapper li p.slug span {
    padding: 9px 6px;
    font-size: 12px;
  }
  #top_news #news_post_wrapper li p.con {
    width: calc(100% - 17.5em);
    padding: 6px 12px 0;
    font-size: 14px;
  }
  /* btn */
  #top_news .btn {
    margin-top: 45px;
  }
  #top_news .btn a {
    width: 300px;
  }

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

  #top_news {
    padding: 60px 0 75px;
  }
  #top_news .inner {
    padding: 0 6%;
  }
  #main #top_news h2:not(.no_deco) {
    font-size: 27px;
  }
  #top_news #news_post_wrapper li {
    padding: 18px 0;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  #top #news_post_wrapper li:last-of-type {
    padding-bottom: 18px;
    border-bottom: 1px solid #696a6b;
  }
  #top_news #news_post_wrapper li p.ymd {
    padding: 4px 6px 0;
    font-size: 13px;
  }
  #top_news #news_post_wrapper li p.slug {
    width: calc(100% - 7.5em);
    padding: 0;
  }
  #top_news #news_post_wrapper li p.slug span {
    padding: 6px 12px 7px;
    font-size: 11px;
  }
  #top_news #news_post_wrapper li p.con {
    width: 100%;
    padding: 9px 6px 0;
  }
  #top_news #news_post_wrapper li p.con a {
    font-size: 13px;
  }
  /* btn */
  #top_news .btn {
    margin-top: 45px;
  }
  #top_news .btn a {
    width: 250px;
  }

} /* end ＞767 */



/* ====================================
秘書室だより
==================================== */
#top #top_blog {
  width: 100%;
  background-color: #1a1a1c;
}
#top #top_blog .inner {
  width: 100%;
  margin: 0 auto;
}
#top #top_blog h2 {
  text-align: center;
}
#top #top_blog h2 {
  letter-spacing: 0.12em;
  text-align: center;
}
#top #top_blog h2 span {
  color: #a58be3;
}
#top #top_blog .post>a {
  text-decoration: none;
}
#top #top_blog .post_inner {
  display: flex;
  flex-direction: column;
}
#top #top_blog .post_inner .post_thumbnail {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 360 / 225;
  order: 1;
  overflow: hidden;
  position: relative;
  background-color: #343537;
}
#top #top_blog .post_inner .post_thumbnail img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#top #top_blog .post_inner .post_txt {
  display: flex;
  flex-direction: column;
  order: 2;
}
#top #top_blog .post_txt .post_category {
  order: 1;
}
#top #top_blog .post_txt .post_category ul {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
#top #top_blog .post_txt .post_category li {
  padding: 3px 8px;
  margin: 0 6px 6px 0;
  background-color: #8867D8;
  color: #fff;
}
#top #top_blog .post_txt .post_date {
  margin-top: 6px;
  order: 2;
  font-size: 12px;
  letter-spacing: 0.12em;
}
#top #top_blog .post_txt h3 {
  margin-bottom: 9px;
  order: 3;
  font-size: 17px;
}
#top #top_blog .post_txt .post_content {
  order: 4;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
#top #top_blog .no_post {
  text-align: center;
}

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

  #top #top_blog {
    padding: 0 30px;
  }
  #top #top_blog .inner {
    max-width: 1200px;
    padding: 90px 0;
  }
  #top #top_blog h2 {
    font-size: 40px;
  }
  #top #top_blog .wrap {
    display: flex;
    justify-content: center;
    grid: 10px;
  }
  #top #top_blog .post {
    width: 30%;
    max-width: 360px;
  }
  #top #top_blog .post+.post {
    margin-left: 15px;
  }
  #top #top_blog .post>a .post_txt {
    transition: opacity 0.3s ease-out;
  }
  #top #top_blog .post>a:hover .post_txt {
    opacity: 0.7;
  }
  #top #top_blog .post_txt .post_category li {
    font-size: 12px;
  }
  #top #top_blog .post_txt .post_content {
    font-size: 13px;
  }
  /* btn */
  #top #top_blog .btn {
    margin-top: 30px;
  }
  #top #top_blog .btn a {
    width: 300px;
  }

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

  #top #top_blog {
    padding: 0 6%;
  }
  #top #top_blog .inner {
    padding: 60px 0 75px;
  }
  #top #top_blog h2 {
    font-size: 27px;
  }
  #top #top_blog .post {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  #top #top_blog .post+.post {
    margin-top: 45px;
  }
  #top #top_blog .post_txt .post_category li {
    font-size: 11px;
  }
  #top #top_blog .post_txt .post_content {
    font-size: 12px;
  }
  /* btn */
  #top #top_blog .btn {
    margin-top: 45px;
    }
  #top #top_blog .btn a {
    max-width: 250px;
  }

} /* end ＞767 */



/* ====================================
お問い合わせ
==================================== */
#top #ct_inq {
  background-color: #343537;
}
#top #ct_inq h2 {
  text-align: center;
}
#top #ct_inq h2 img {
  width: 100%;
}
#top #ct_inq .column {
  position: relative;
}
#top #ct_inq .column:first-of-type::before {
  margin: auto;
  display: block;
  position: absolute;
  background-color: #696A6C;
  content: '';
}
#top #ct_inq h3 {
  margin-bottom: 18px;
  color: #a58be3;
  text-align: center;
}
#top #ct_inq p {
  text-align: center;
}
#top #ct_inq .address {
  text-align: center;
}
#top #ct_inq .tel {
  text-align: center;
}
#top #ct_inq .tel .tel_link {
  padding-left: 36px;
  position: relative;
  font-size: 30px;
  letter-spacing: 0.06em;
}
#top #ct_inq .tel .tel_link a {
  text-decoration: none;
}
#top #ct_inq .tel .tel_link::before {
  width: 25px;
  height: 23px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../../common/img/icn_tel.png) no-repeat 0 0 / contain;
  content: '';
}
/* btn */
#top #ct_inq .btn {
  margin-top: 15px;
}

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

  #top #ct_inq {
    padding: 60px 0;
  }
  #top #ct_inq h2 img {
    max-width: 375px;
  }
  #top #ct_inq .wrap {
    display: flex;
    justify-content: center;
  }
  #top #ct_inq .column {
    width: 50%;
    max-width: 600px;
    padding: 0 30px;
  }
  #top #ct_inq .column:first-of-type::before {
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    right: 0;
  }
  #top #ct_inq h3 {
    font-size: 26px;
  }
  #top #ct_inq .column.access h3 {
    letter-spacing: 0.12em;
  }
  #top #ct_inq .column.inquiry h3 {
    margin-bottom: 24px;
  }
  #top #ct_inq .column.inquiry p {
    font-size: 14px;
    line-height: 2.1;
  }
  #top #ct_inq .tel .tel_link a:hover {
    text-decoration: underline;
  }
  #top #ct_inq .column.inquiry .btn {
    margin-top: 24px;
  }
  /* btn */
  #top #ct_inq .btn a {
    width: 300px;
  }

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

  #top #ct_inq {
    padding: 66px 0 30px;
  }
  #top #ct_inq h2 {
    margin-bottom: 0;
  }
  #top #ct_inq h2 img {
    max-width: 285px;
  }
  #top #ct_inq .column {
    padding: 30px 6% 45px;
  }
  #top #ct_inq .column:first-of-type::before {
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #top #ct_inq h3 {
    font-size: 25px;
  }
  #top #ct_inq p {
    font-size: 14px;
    line-height: 2;
  }
  /* btn */
  #top #ct_inq .btn a {
    max-width: 250px;
  }

} /* end ＞767 */
