@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 #content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  }
#top #main {
  width: 100%;
  margin: 0 auto;
  }
#top #main_content {
  width: 100%;
  margin-bottom: 0;
  }

/* btn */
#top #main .btn {
  margin-top: 36px;
  }
#top #main .btn a {
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #00a0e9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  }
#top #main .btn a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

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

  #top #content {
    margin-top: -90px;
    }

  /* btn */
  #top #main .btn a {
    width: 270px;
    padding: 23px 0 24px;
    font-size: 15px;
    }
  #top #main .btn a:hover {
    background-color: #33b3ed;
    transition: 0.2s;
    }

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

  #top #content {
    margin-top: -21px;
    }
  #top #main {
    padding-bottom: 0;
    }

  /* btn */
  #top #main .btn a {
    width: 100%;
    max-width: 240px;
    padding: 17px 0 18px;
    font-size: 14px;
    }

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

  #top #main {
    padding-left: 0;
    padding-right: 0;
    }

} /* end 768＜1024 */




/* ================================================
MV
================================================ */
#top #mv {
  width: 100%;
  }
#top #mv .wrap {
  width: 100%;
  margin: 0 auto;
  }
#top #mv p {
  background-color: #fff;
  color: #00a0e9;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  }
#top #mv p>span {
  background: linear-gradient(45deg, #00a0e9 50%, #12bf00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

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

  #top #mv {
    padding: 0 30px;
    margin-top: 75px;
    }
  #top #mv .wrap {
    max-width: 1540px;
    height: 690px;
    background: url(../img/mv.jpg) no-repeat center center;
    border-radius: 0 60px 0 60px;
    }
  #top #mv p {
    width: 570px;
    height: 240px;
    padding: 15px 0 0 15px;
    border-radius: 0 0 60px 0;
    font-size: 54px;
    }
  #top #mv p>span>span {
    font-size: 60px;
    }

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

  #top #mv {
    padding: 0 4%;
    margin-top: 30px;
    }
  #top #mv .wrap {
    height: 390px;
    border-radius: 0 24px 0 24px;
    background: url(../img/mv.jpg) no-repeat 28% 50% / cover;
    }
  #top #mv p {
    width: 285px;
    height: 165px;
    padding: 32px 0 0 9px;
    border-radius: 0 0 24px 0;
    font-size: 28px;
    }
  #top #mv p>span>span {
    font-size: 34px;
    }

} /* end ＞767 */




/* ================================================
NEWS
================================================ */
#top_news {
  margin: 0 auto 60px;
  z-index: 2;
  position: relative;
  background-color: #eaf0f3;
  }
#top_news h2 {
  color: #00a0e9;
  line-height: 1;
  }
#top_news #news_post_wrapper {
  padding: 0;
  border: 0;
  }
#news_post_wrapper ul {
  display: block;
  }
#news_post_wrapper ul>li {
  display: flex;
  }
#news_post_wrapper ul>li p.slug {
  order: 1;
  }
#news_post_wrapper ul>li p.ymd {
  order: 2;
  }
#news_post_wrapper ul>li p.con {
  order: 3;
  }
#news_post_wrapper li p.slug span {
  padding: 5px 9px 6px;
  background-color: #12bf00;
  border-color: #12bf00;
  color: #fff;
  }
#top_news #top_news_list {
  position: absolute;
  bottom: 0;
  right: 0;
  }
#top_news #top_news_list a {
  display: block;
  position: relative;
  background-color: #00a0e9;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  }
#top_news #top_news_list a::after {
  width: 8px;
  height: 8px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

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

  #top_news {
    width: 84%;
    max-width: 1050px;
    }
  #top_news .inner {
    padding: 30px 165px 30px 36px;
    }
  #top_news h2 {
    font-size: 23px;
    }
  #news_post_wrapper li p.con a {
    font-size: 15px;
    }
  #top_news #top_news_list a {
    width: 150px;
    padding: 15px 0;
    font-size: 16px;
    }
  #top_news #top_news_list a:hover {
    background-color: #33b3ed;
    transition: 0.2s;
    }
  #top_news #top_news_list a::after {
    right: 20px;
    }

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

  #top_news {
    width: 80%;
    }
  #top_news .inner {
    padding: 21px 21px 48px;
    }
  #top #main #top_news h2 {
    margin-bottom: 12px;
    font-size: 20px;
    }
  #news_post_wrapper ul>li {
    flex-wrap: wrap;
    }
  #news_post_wrapper ul>li p {
    margin-bottom: 6px;
    }
  #news_post_wrapper ul>li p.ymd {
    padding-top: 6px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1;
    }
  #news_post_wrapper ul>li p.con {
    margin-top: 0;
    }
  #news_post_wrapper li p.slug span {
    font-size: 12px;
    }
  #news_post_wrapper li p.con a {
    font-size: 14px;
    }
  #top_news #top_news_list a {
    width: 110px;
    padding: 9px 0;
    font-size: 14px;
    }
  #top_news #top_news_list a::after {
    right: 15px;
    }

} /* end ＞767 */




/* ================================================
Greeting
================================================ */
#top_greeting h2 {
  font-weight: 600;
  text-align: center;
  }
#top_greeting .txt {
  line-height: 2;
  text-align: center;
  }

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

  #top_greeting {
    margin-bottom: 90px;
    }
  #top_greeting h2 {
    font-size: 45px;
    }
  #top_greeting .txt {
    font-size: 17px;
    }

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

  #top_greeting {
    margin-bottom: 60px;
    }
  #top_greeting .inner {
    padding: 0 6%;
    }
  #top_greeting h2 {
    font-size: 27px;
    }
  #top_greeting .txt {
    font-size: 14px;
    }

} /* end ＞767 */




/* ================================================
Photos
================================================ */
#top #photos {
  overflow: hidden;
  }
#top #photos figure {
  width: 100%;
  margin: 0 auto;
  position: relative;
  }
#top #photos figure img {
  margin: auto;
  position: absolute;
  top: 0;
  }

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

  #top #photos figure {
    height: 470px;
    max-width: 1600px;
    padding-bottom: 20px;
    }
  #top #photos figure img:nth-of-type(1) {
    left: 0;
    right: 0;
    box-shadow: 10px 20px #f1f1f1;
    }
  #top #photos figure img:nth-of-type(2),
  #top #photos figure img:nth-of-type(3) {
    width: 480px;
    bottom: 0;
    box-shadow: 10px 20px #fff;
    }
  #top #photos figure img:nth-of-type(2) {
    left: -1080px;
    right: 0;
    }
  #top #photos figure img:nth-of-type(3) {
    left: 0;
    right: -1080px;
    }

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

  #top #photos figure {
    height: 147px;
    padding-bottom: 12px;
    }
  #top #photos figure img:nth-of-type(1) {
    height: 135px;
    left: 0;
    right: 0;
    box-shadow: 6px 12px #f1f1f1;
    }
  #top #photos figure img:nth-of-type(2),
  #top #photos figure img:nth-of-type(3) {
    height: 100px;
    bottom: 20px;
    box-shadow: 6px 6px #fff;
    }
  #top #photos figure img:nth-of-type(2) {
    left: -330px;
    right: 0;
    }
  #top #photos figure img:nth-of-type(3) {
    left: 0;
    right: -330px;
    }

} /* end ＞767 */




/* ================================================
Service
================================================ */
#top #cts_service h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  }
#top #cts_service .wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
#top #cts_service .wrap>div {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #eaf0f3;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  }
#top #cts_service .wrap>div.box01 {
  background-image: url(../img/service_icn01.png);
  }
#top #cts_service .wrap>div.box02 {
  background-image: url(../img/service_icn02.png);
  }
#top #cts_service .wrap>div.box03 {
  background-image: url(../img/service_icn03.png);
  }
#top #cts_service .wrap>div.box04 {
  background-image: url(../img/service_icn04.png);
  }
#top #cts_service .wrap>div h3 {
  margin-bottom: 2px;
  color: #00a0e9;
  font-weight: 600;
  text-align: center;
  }
#top #cts_service .wrap>div p {
  line-height: 1.5;
  text-align: center;
  }

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

  #top #cts_service {
    margin-top: 90px;
    }
  #top #cts_service h2 {
    font-size: 36px;
    line-height: 1.6;
    }
  #top #cts_service .wrap {
    max-width: 1160px;
    }
  #top #cts_service .wrap>div {
    width: 25%;
    max-width: 270px;
    min-width: 240px;
    padding-top: 126px;
    margin: 0 10px 30px;
    background-size: auto;
    }
  #top #cts_service .wrap>div h3 {
    font-size: 18px;
    font-size: clamp(18px,2.34vw,21px);
    }
  #top #cts_service .wrap>div p {
    font-size: 12px;
    font-size: clamp(12px,1.56vw,14px);
    line-height: 1.5;
    }

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

  #top #cts_service {
    padding: 0 3%;
    margin-top: 45px;
    }
  #top #cts_service h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
    }
  #top #cts_service .wrap>div {
    width: 45%;
    max-width: 160px;
    min-width: 150px;
    padding-top: 72px;
    margin: 0 6px 15px;
    background-size: 54px auto;
    }
  #top #cts_service .wrap>div h3 {
    font-size: 15px;
    }
  #top #cts_service .wrap>div p {
    font-size: 10px;
    line-height: 1.4;
    }
  #top #cts_service .btn {
    margin-top: 18px;
    }

} /* end ＞767 */




/* ================================================
Company
================================================ */
#top #cts_company::before {
  display: block;
  background: url(../img/company_img.jpg) no-repeat right center / cover;
  content: '';
  }
#top #cts_company .wrap h2 {
  font-weight: 600;
  line-height: 1.6;
  }
#top #cts_company .wrap h2 span {
  display: block;
  color: #00a0e9;
  font-weight: 700;
  letter-spacing: 0.2em;
  }

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

  #top #cts_company {
    margin-top: 105px;
    display: flex;
    align-items: center;
    }
  #top #cts_company .wrap {
    width: 50%;
    padding: 45px 60px 45px 90px;
    }
  #top #cts_company::before {
    width: 50%;
    height: 480px;
    border-radius: 0 60px 60px 0;
    }
  #top #cts_company .wrap h2 {
    font-size: 36px;
    }
  #top #cts_company .wrap h2 span {
    font-size: 27px;
    }
  #top #cts_company .wrap p {
    font-size: 15px;
    line-height: 2;
    }
  #top #cts_company .btn a {
    margin-left: 0;
    }

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

  #top #cts_company {
    margin-top: 105px;
    }
  #top #cts_company .wrap {
    width: 100%;
    padding: 30px 6%;
    }
  #top #cts_company::before {
    width: 90%;
    height: 240px;
    border-radius: 0 30px 30px 0;
    }
  #top #cts_company .wrap h2 {
    margin-bottom: 0;
    font-size: 27px;
    text-align: center;
    }
  #top #cts_company .wrap h2 span {
    font-size: 21px;
    }
  #top #cts_company .wrap p {
    font-size: 14px;
    line-height: 1.8;
    }
  #top #cts_company .btn {
    margin-top: 18px;
    }

} /* end ＞767 */




/* ================================================
Banner
================================================ */
/*
#top #cts_banner ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
#top #cts_banner li {
  width: 33%;
  max-width: 330px;
  min-width: 300px;
  margin: 0 9px 15px;
  }
#top #cts_banner li>a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #12bf00;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  }
#top #cts_banner li>a::before {
  width: 10px;
  height: 10px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  }
#top #cts_banner li>a::after {
  display: block;
  }
#top #cts_banner li.li01>a::after {
  content: 'BLOG';
  }
#top #cts_banner li.li02>a::after {
  content: 'Q&A';
  }
#top #cts_banner li.li03>a::after {
  content: 'STAFF';
  }
*/
/* 768＜ --------------------------- */
/*
@media print,
screen and (min-width: 768px) {

  #top #cts_banner {
    margin-top: 105px;
    }
  #top #cts_banner li>a {
    padding: 25px 0 26px;
    font-size: 23px;
    }
  #top #cts_banner li>a:hover {
    background-color: #41cc33;
    transition: 0.2s;
    }
  #top #cts_banner li>a::after {
    font-size: 13px;
    }

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

  #top #cts_banner {
    margin-top: 60px;
    }
  #top #cts_banner li>a {
    padding: 18px 0 19px;
    font-size: 18px;
    }
  #top #cts_banner li>a::after {
    font-size: 12px;
    }

} */
/* end ＞767 */




/* ================================================
Contact
================================================ */
#top #cts_contact {
  background-color: #eaf0f3;
  }
#top #cts_contact .wrap {
  width: 100%;
  margin: 0 auto;
  }
#top #cts_contact .wrap h2 {
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  }
#top #cts_contact .wrap h2 span {
  display: block;
  color: #00a0e9;
  font-weight: 700;
  letter-spacing: 0.2em;
  }
#top #cts_contact .wrap h2 span::before {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  bottom: -2px;
  background: url(../img/contact_icn.png) no-repeat 0 0 / contain;
  content: '';
  }
#top #cts_contact .wrap p {
  text-align: center;
  }

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

  #top #cts_contact {
    margin-top: 105px;
    }
  #top #cts_contact .wrap {
    max-width: 750px;
    padding: 90px 30px;
    }
  #top #cts_contact .wrap h2 {
    font-size: 36px;
    }
  #top #cts_contact .wrap h2 span {
    font-size: 27px;
    }
  #top #cts_contact .wrap h2 span::before {
    width: 41px;
    height: 27px;
    }
  #top #cts_contact .wrap p {
    font-size: 18px;
    }
  #top #cts_contact .btn a {
    width: 330px;
    }


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

  #top #cts_contact {
    margin-top: 60px;
    }
  #top #cts_contact .wrap {
    padding: 75px 6%;
    }
  #top #cts_contact .wrap h2 {
    font-size: 27px;
    }
  #top #cts_contact .wrap h2 span {
    font-size: 21px;
    }
  #top #cts_contact .wrap h2 span::before {
    width: 32px;
    height: 21px;
    }
  #top #cts_contact .wrap p {
    font-size: 14px;
    }
  #top #cts_contact .btn a {
    max-width: 270px;
    }

} /* end ＞767 */

