@charset "UTF-8";

/***物件系　一時非表示*/
.sp_menu_01_wrap .menu-item-45,
.footer_nav .menu-item-30,
.header_nav_wrap .menu-item-26{
//display: none;
}
.zdo_drawer_nav .sp_menu_01_wrap .menu{
//justify-content: center!important;
}
/***物件系　一時非表示*/


body {
  text-size-adjust: none;
}
body, body * {
  box-sizing: border-box !important;
}
body *, body, th, td, input, textarea, select {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
body {
  font-size: 16px;
  color: #3E330F;
}
body p, body span, body div, table th, table td {
  line-height: 1.7;
}
.w1300, .top_box .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: #3E330F;
  text-decoration: none;
  //transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
  //opacity: 0.6;
}
a:focus{
  text-decoration: none;
}
a:hover img {
}
.font {}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_reverse {
  flex-direction: row-reverse;
}

.h1_text{
display: block;
width: 0;
height: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

}
/*                    トップページ　　　　*/
/*　　共通　　　*/
.ec-layoutRole .ec-layoutRole__main {
  overflow: hidden;
}
.top_box {
  padding: 40px 25px;
}
.top_box > .inner {
  max-width: 1300px;
  margin: 0 auto;
}
.top_midasi {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.top_midasi.tm_black {
  color: #3E330F;
}
.top_midasi span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.top_midasi img {
  margin-bottom: 10px;
}
.more {
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.more_auto {
  margin-left: auto;
  margin-right: auto;
}
.more a {
  height: 60px;
  border-radius: 100px;
  width: 100%;
  padding: 5px 20px;
  position: relative;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1.2;
  background: var(--color_02);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.more_white a {
  background: #fff;
  color: var(--color_01);
}
.more_pink a {
  background: var(--color_pink);
}
.more a:hover{


}
.more_pink a:hover{

}


.more a:after {
  position: absolute;
  background: url("../images/common/icon_arrow_01_w.svg") no-repeat center center / contain;
  width: 15px;
  height: 16px;
  content: "";
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more_fax{


}
.more_fax a{
  position: relative;
  text-align: center;

  height: 60px;
  width: 100%;
  padding: 5px 20px;
  position: relative;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1.2;
  border-radius: 100px;
  background: #fff;
  color: var(--color_01)!important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 40px;
}
.more_fax a:before {
  position: absolute;
  background: url("../images/common/icon_fax.svg") no-repeat center center / contain;
  width: 34px;
  height: 30px;
  content: "";
  left: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more a:hover {}
.m_auto{
margin-left: auto;
margin-right: auto;
}
.entry-content li, .entry-content p {
  line-height: 1.5;
}
.entry-content p:not(:last-of-type) {
  margin-bottom: 25px;
}
.contact_btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 620px;
  width: 100%;
  grid-row-gap: 15px;
}

.contact_btn_list li {
  width: 100%;
}
.page_midasi {
  margin-bottom: 20px;
  position: relative;
}
.page_midasi span, .page_midasi {
  font-size: 22px;
  font-weight: bold;
  color: var(--color_01);
  line-height: 1.5;
  letter-spacing: 0px;
}
.color_pink {
  color: var(--color_pink) !important;
}
.page_midasi:before {
  background: url(../images/common/tenten_midasi.svg) no-repeat center center / contain;
  width: 48px;
  height: 10px;
  content: "";
  display: block;
  margin-bottom: 15px;
}
/*  物件情報　*/
.top_property .inner{
max-width: 1400px!important;
}
.property_list {
  grid-row-gap: 40px;
}
.property_list > li {
  width: 100%;
}
.property_list > li {
  flex-direction: column;
  display: flex;
}
.property_list .thumb img {
  border-radius: 10px;
}
.meta_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 15px 0 10px 0;
}
.property_list .cat_wrap{
    display: flex;

    flex-wrap: wrap;
	column-gap: 5px;
	margin-bottom: 10px;
	grid-row-gap: 5px;
}

.property_list .cat_name a, .property_list .date {
  font-size: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  letter-spacing: 1px;
}
.property_list .cat_name {
column-gap: 5px;
    display: flex;
    flex-wrap: wrap;
	grid-row-gap: 5px;
}
.property_list .cat_name a {
  padding: 1px 15px;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: var(--color_02);
  color: #fff;
    font-size: 14px;

}
.property_list .area_cat a{
background: var(--color_pink);
}
.property_list .title_wrap{
background: #EAF4EA;
padding: 15px;
border-radius: 10px;
margin-bottom: 10px;
}
.property_list .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}

.bukken_spec_LR{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 15px;
	grid-row-gap: 5px;

}
.bukken_spec_LR > div{
width:49.5%;
}
.property_spec_midasi{
font-weight: bold;
font-size: 16px;
text-align: center;
background: #E1E1E1;
border-radius: 5px 5px 0 0;
padding: 5px;
    margin-bottom: -1px;
}
.property_spec_wrap {
}
.property_spec {
  width: 100%;
}
.property_spec * {
  font-size: 13px;
  line-height: 1.4;
}
.property_spec th {
  width: 90px;
  font-weight: bold;
}
.property_spec th, .property_spec td {
  padding: 5px 5px;
  vertical-align: middle;
  border: solid 1px #E1E1E1;
  background: #FBFBFB;
  line-height: 1.2;
  background: #fff;
}
.property_more {
  margin-top: auto;
}
.property_more a {
  font-weight: bold;
  color: #fff;
  background: var(--color_01);
  border-radius: 50px;
  padding: 6px 15px;
  text-align: center;

  display: block;
  width: 100%;
  letter-spacing: 1px;
  font-size: 18px;
  height: 54px;
  

    flex-direction: column; 
    justify-content: center; 
    align-items: center;
display: flex;

}


/*　物件スライダー*/
.slick-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-slider.slick-initialized{
  opacity: 1;
}
.bukken_slider.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

.bukken_slider .slick-dots{
bottom: 17px;


}
.bukken_slider .slick-dots li button {
    width: 10px;
    height: 10px;
	}
.slick-dots li button:hover{
background: var(--color_02);
opacity: 1;
}	
	
.bukken_slider .slick-slide{
height: 100%;
}
.bukken_slider .bukken_img{

height: 350px;
  overflow: hidden;

}
.bukken_slider .slick-slide img{
object-fit: cover;
width: 100%;
height: 100%;
border-radius: 5px;
}
/*　医院３つ */
.top_service_list {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.top_service_list .ts_box {
  width: 100%;
  position: relative;
}
.top_service_list .ts_box:hover{
opacity: 1;
}

.bg_panel {
  position: relative;
}
.bg_panel:before {
  content: "";
  display: block;
  position: absolute;
  background: var(--color_03);
  content: "";
}
.top_service:before {
  width: 100%;
  left: 0;
  right: 0;
  height: 50%;
  bottom: 0;
}
.top_service:after {
  position: absolute;
  background: url(../images/top/top_service_hanen.png) no-repeat bottom center / cover;
  width: 100%;
  height: 25px;
  content: "";
  right: 0px;
  left: 0;
  top: 100%;
  margin: auto;
  z-index: -1;
}
/*　おまかせ */
.omakase_img {
  text-align: center;
  position: relative;
  top: -20px;
}
.omakase_img img {
  margin-left: 50px;
  max-width: 200px;
}
.top_omakase_LR {
  grid-row-gap: 35px;
}
.top_omakase_LR > div {
  width: 100%;
}
.tuyomi_text_wrap, .top_omakase_LR .text {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
/*　３つの強み */
.top_tuyomi {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin-top: 0px;
}
.top_tuyomi:before {
  position: absolute;
  background: url(../images/top/top_heart.png) no-repeat center center / contain;
  width: 250px;
  height: auto;
  aspect-ratio: 1 / 1;
  content: "";
  right: 0px;
  left: -8px;
  top: -50px;
  margin: auto;
  z-index: -1;
}
.tuyomi_midasi {
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.tuyomi_midasi span {
  color: var(--color_pink);
  display: inline-block;
  position: relative;
  font-size: 63px;
  font-weight: bold;
    margin: 0px -8px;
    bottom: -6px;
}
.tuyomi_midasi span:before {
  position: absolute;
  background: url(../images/top/tenten_tuyomi.svg) no-repeat top center / contain;
  width: 30px;
  height: auto;
  aspect-ratio: 1 / 1;
  content: "";
  right: 0px;
  top: -7px;
}
.tuyomi_midasi, .tuyomi_midasi span {
  line-height: 1;
}
.top_tuyomi_detail {
  position: relative;
}
.tuyomi_img_wrap {
  width: 100%;
  margin-left: auto;
}
.tuyomi_img_wrap .img {
  border-radius: 0;
  overflow: hidden;
}
.ttd_02 .tuyomi_img_wrap .img {
  border-radius: 0;
}
.tuyomi_text_wrap {
  width: calc(100% - 50px);
}
.tuyomi_text_wrap .text {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.ttd_02 {
  margin: 50px 0;
}
.ttd_02 .tuyomi_img_wrap {}
.ttd_02 .tuyomi_text_wrap .text {}
.tuyomi_text_wrap:before {
  position: absolute;
  background: url("../images/top/top_tuyomi_bard_01.png") no-repeat center center / contain;
  width: 120px;
  height: auto;
  aspect-ratio: 1 / 1;
  content: "";
}
.ttd_01 .tuyomi_text_wrap:before {
  background: url("../images/top/top_tuyomi_bard_01.png") no-repeat center center / contain;
}
.ttd_03 .tuyomi_text_wrap:before {
  background: url("../images/top/top_tuyomi_bard_03.png") no-repeat center center / contain;
}
.ttd_03 .tuyomi_text_wrap:before, .ttd_01 .tuyomi_text_wrap:before {
  right: 0;
  top: 197px;
}
.ttd_02 .tuyomi_text_wrap:before {
  background: url("../images/top/top_tuyomi_bard_02.png") no-repeat center top / contain;
  right: 0;
  top: 197px;
}








/*　新規開業 */
.top_kaigyo {
  background: url("../images/top/top_kaigyo.jpg") no-repeat center center / cover;
  height: 500px;
  padding: 0 25px 40px;
  margin-bottom: 100px;
  text-align: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.top_kaigyo:before {
  position: absolute;
  background: url("../images/top/leaf_01.png") no-repeat center center / contain;
  width: 363px;
  height: auto;
  aspect-ratio: 1 / 1;
  content: "";
  right: 50px;
  bottom: -70px;
}
.top_kaigyo_cc, .top_kaigyo_cc span {
  line-height: 1;
  font-weight: bold;
}
.top_kaigyo_cc {
  font-size: 34px;
  margin: 45px 0 30px 0;
  letter-spacing: 2px;
}
.top_kaigyo_cc span {
  font-size: 62px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 15px;
}
.top_kaigyo_cc span:before {
  position: absolute;
  background: url(../images/top/tenten_kaigyo.svg) no-repeat center center / contain;
  width: 206px;
  height: 10px;
  content: "";
  left: 0px;
  right: 0;
  top: -20px;
  margin: auto;
}
/*　サービス料金、会社紹介 */
.top_sc_LR {
  border-radius: 10px;
  overflow: hidden;
}
.top_sc_LR > div {
  width: 100%;
  position: relative;
}

.top_sc_LR > div a{
display: block;
height: 100%;
}
.top_sc_LR > div .img {
height: 100%;
}
.top_sc_LR > div .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}









.top_service_list .ts_box:after, .top_sc_LR > div:after {
  position: absolute;
  background: url(../images/common/icon_arrow_02.svg) no-repeat center center / contain;
  width: 28px;
  height: auto;
  aspect-ratio: 1 / 1;
  content: "";
  right: 20px;
  bottom: 15px;
}
.page_title:before,
.top_service_list .ts_box:before, .top_sc_LR > div:before {
  position: absolute;
  background: rgb(105 145 105 / 58%);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: all 0.2s ease-out 0s;
}
.top_service_list .ts_box:hover *,
.top_sc_LR > div:hover *{
opacity: 1;


}
.top_service_list .ts_box:hover:before, .top_sc_LR > div:hover:before {
    background: rgb(105 145 105 / 85%);
	
	}
	
.top_service_list .ts_box .top_midasi, .top_sc_LR > div .top_midasi {
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.top_service_list .ts_box .top_midasi, .top_service_list .ts_box:before, .top_sc_LR > div .top_midasi, .top_sc_LR > div:before {
  pointer-events: none;
}
.top_service_list .ts_box:hover:before, .top_sc_LR > div:hover:before {
  background: rgb(105 145 105 / 90%);
  opacity: 1;
}
.top_service_list .ts_box a:hover img, .top_sc_LR > div a:hover img {
  opacity: 1;
}
/*　contact */
.contact_parts_wrap {
  padding: 0 20px;
  text-align: center;
  position: relative;
}

.contact_parts_wrap:before {
    content: "";
    display: block;
    position: absolute;
    background: var(--color_02);
    width: 75%;
    height: 268px;
    content: "";
    left: 0px;
    bottom: -73px;
    border-radius: 0 15px 15px 0;
}


.contact_parts {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: var(--color_03);
  padding: 30px 25px 70px;
}
.contact_parts:before {
    position: absolute;
    background: url(../images/common/city.png) no-repeat right center;
    background-size: cover;
    width: 91%;
    height: 100px;
    content: "";
    left: 0px;
    right: 0;
    bottom: -37px;
    margin: auto;
}
.contact_parts .midasi span, .contact_parts .midasi {
  font-weight: bold;
    font-size: 31px;
    line-height: 1.4;
}
.contact_parts .midasi + p {
  margin:5px 0 15px 0;
}
.contact_parts .midasi span {
  position: relative;
  line-height: 1;
  display: inline-block;
}
.contact_parts .midasi span:before {
  position: absolute;
  background: url(../images/common/tenten_contact.svg) no-repeat center center / contain;
  width: 60px;
  height: auto;
  aspect-ratio: 16 / 2;
  content: "";
  left: 0px;
  right: 0;
  top: -6px;
  margin: auto;
}
.contact_parts .contact_btn_list {
  margin: 0 auto;
}
/*            header                  */
.header {
  width: 100%;
  padding: 15px 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  background: var(--color_03);
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
.logo {
  width: 137px;
  margin-right: 30px;
}
.logo a {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header_ue {
  display: flex;
  flex-wrap: wrap;
}
.header_ue .contact_btn_list {
  margin-left: auto;
}
.header_text {
  color: var(--color_01);
  line-height: 1.4;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.header_nav_wrap {
  background: rgb(255 255 255 / 53%);
  border-radius: 10px;
  padding: 3px 15px 10px;
  margin-top: 15px;
}
.header_nav_wrap .menu {
  max-width: 1000px;
  margin: 0 auto;
}
.header_nav_wrap .menu li {
  position: relative;
  flex: 1;
}
.header_nav_wrap .menu li a {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.header_nav_wrap .menu li a img {
  display: block;
  margin: 0 auto;
}
.header_nav_wrap .menu li + li:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header_nav_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.header_nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.header_nav_wrap li {}
.header_nav_wrap li a {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 14px;
  padding: 5px 11px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.header_nav_wrap .menu li a img {
  transition: all 0.2s ease-out;
  width: 54px;
}
.header * {
  transition: all 0.2s ease-out 0s;
}
/*  ヘッダー追尾　*/
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header.fixed .contact_btn_list {
  max-width: 400px;
}
.header.fixed .contact_btn_list .more_fax a{
  height: 42px;
  font-size: 16px;
  padding-left: 43px;
}
.header.fixed .contact_btn_list .more a {
  height: 42px;
  padding: 5px 20px;
  font-size: 14px;
}
.header.fixed .contact_btn_list .more_fax a{
padding-left: 38px;


}
.header.fixed .contact_btn_list .more_fax a:after {
  right: 14px;
}
.header.fixed .contact_btn_list .more_fax a:before {
  width: 24px;
  height: 30px;
  left: 18px;
}
.header.fixed .header_text {
  font-size: 14px;
}
.header.fixed .header_nav_wrap .menu li a{

  font-size: 11px;
}
.header.fixed .header_nav_wrap .menu li a img {
  width: 40px;
}

.header.fixed .logo {
    width: 100px;
    margin-right: 15px;
}


/*  ヘッダーメニュー*/
.header_nav_wrap li a:hover, .header_nav_wrap li.current-menu-item a, .header_nav_wrap li a:hover *, .header_nav_wrap li.current-menu-item a * {}
.header_nav_wrap li.current-menu-item a {}
/*            footer                  */
.footer {
  padding-top: 130px;
}
.footer .inner {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 60px;
    padding-left: 25px;
  padding-right: 25px;

}
.footer_L {
  width: 100%;
}
.footer_R {
  width: 100%;
}
.footer_logo{
text-align: center;
}
.footer_logo img {
  max-width: 200px;
}
.taiou_area {
  background: var(--color_03);
  padding: 15px;
  border-radius: 3px;
  margin: 15px 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.footer_L p {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.footer_more_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 34px;
}
.footer_more_wrap .more {
  width: 31%;
}
.footer_more_wrap .more a {
  font-size: 20px;
}
.footer_nav {
  border-top: dashed 1px var(--color_02);
  border-bottom: dashed 1px var(--color_02);
  padding: 20px;
  margin-top: 40px;
  width: 100%;
}
.footer_nav .menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
}
.footer_nav .menu a {
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}
.footer_nav .menu a:before {
  position: absolute;
  background: url(../images/common/icon_arrow_03.svg) no-repeat center center / contain;
  width: 6px;
  height: 8px;
  content: "";
  left: 0px;
  top: 9px;
}
.copy {
  background: var(--color_02);
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2px;
}
/*     page top   */
.ec-blockTopBtn {
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 120px;
  background: none;
  transition: all 0.2s ease-out 0s;
}

.ec-blockTopBtn:after {
    position: absolute;
    background: url(../images/common/icon_arrow_02.svg) no-repeat center center / contain;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    content: "";
    right: 0px;
    top: 0;
	transform: rotate(270deg);
}


.ec-blockTopBtn:hover {}
/*　　     　slider　　*/
.home {
  position: relative;
}
.home:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 300px;
  background: var(--color_03);
  display: block;
  position: absolute;
  width: 100%;
}
.top_slider_wrap {
  margin-top:0px;
  background: var(--color_03);
  padding: 0px 15px 50px;
}
.top_slider_wrap .inner {
  position: relative;
  width:100%;
  margin: 0 auto;
}
.top_slider li img {
  width: 100%;
  border-radius: 10px;
}
.slider_text_wrap {
  width: clamp(120px, 16vw, 300px);
  padding: clamp(10px, 2vw, 34px);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.slick-slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.top_slider.slick-slider {
  padding: 0;
}


.slider_text_wrap {
  opacity: 0;
  animation: fadeIn 0.2s ease forwards;
  animation-delay: 0.2s; /* 0.8秒遅れて表示開始 */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}


/*   arrow   カスタマイズ　　*/
#arrows {
  width: 750px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: 1;
}
.top_slider .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  font-size: 100px;
  color: #9eb827;
  line-height: 1;
}
#arrows .slick-arrow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  font-size: 70px;
  color: #9eb827;
  top: -35px;
}
#arrows .arrow_left {
  left: -57px;
}
#arrows .arrow_right {
  right: -57px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border:solid 1px var(--color_01);
}
.slick-dots li.slick-active button {
  background: var(--color_01);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none !important;
}
/*                          追加   トップページ　*/
.top_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_blog_list li {
  width: 49%;
  margin-bottom: 20px;
}
.blog_meta {
  line-height: 1;
  margin-top: 10px;
}
.blog_meta .date, .blog_meta .cat_name_wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.blog_meta .cat_name_wrap {
  font-size: 10px;
}
.blog_meta .cat_name_wrap a {
  text-decoration: underline;
  margin-right: 5px;
}
.blog_meta .date {
  letter-spacing: 0px;
  padding-left: 5px;
  border-left: solid 1px #ccc;
  font-size: 10px;
}
.top_blog_list .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 11px 0;
}
.top_blog_list .bassui {
  line-height: 1.5;
  font-size: 14px;
  display: none;
}
.bg_usu_green {
  background: var(--color_03);
}