@charset "UTF-8";
/* CSS Document */
/*PC用*/

html {
  scroll-behavior: smooth;
}
body {
	background-color: #e6e6e6;
}
a:link, a:active, a:visited {
	text-underline-offset: 5px;
}


/*----------------------
header
----------------------*/

header #headerAreaSection {
	background-color: rgba(255, 255, 255, 0.7)!important;
}
/*HDお問い合わせボタン*/
.menuFirst>li>a[href*="/contact"] span.txtOuter::before {
    content: "";
    background-image: url(/global-data/20251020182734633.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}
.menuFirst>li>a[href*="/contact"]:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/*ナビゲーション_ローカルメニュー*/
ul.localMenuUl li:first-child {
    border-radius: 10px 10px 0 0;
}
ul.localMenuUl li:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}
.menuSecond {
	border-radius: 10px;
}
ul.localMenuUl li {
    border-bottom: 1px dotted #8BB3AD;
}
ul.localMenuUl li:first-child a:hover {
    border-radius: 10px 10px 0 0;
}
ul.localMenuUl li:last-child a:hover {
    border-radius: 0 0 10px 10px;
}
/*----------------------
contents
----------------------*/
/*パンくずリスト*/
#breadcrumbsList {
    padding: 90px 0 10px 0!important;
    width: 90%!important;
	max-width: 1200px;
    margin: 0 auto;
    font-size: 0.8em;
    text-align: left!important;
	font-family: "Zen Kaku Gothic Antique";
}
/*TOPスライダー*/
.top_slide, #bSlideShow2, .swiper-wrapper {
	height: 100vh!important;
}　
.bSlideShowS .swiper-wrapper {
	height: 100vh!important;
}

.bSlideShowS .swiper-slide {
	background-size: cover!important;
	border-radius: 0 0 270px 0;
}

.swiper-pagination {
	text-align: left!important;
	margin-left: 40px;
}
.top_slide　{
	position: relative;
}
.top_slide::after {
    white-space: pre;
    content: "まちと生きる、\A福祉と介護をひらく";
    display: block;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    writing-mode: vertical-rl;
    letter-spacing: 0.3rem;
    font-size: 30px;
    line-height: 3rem;
    font-family: 'Zen Old Mincho';
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
/*コンテナmax-width1200px*/
.max-w_1200 {
	max-width: calc(1200px + 10%);
    margin: 0 auto;
}
/*画像キャプションマージン*/
.bCustomS .bcu_image .bcu_inner .bcu_caption_box {
	margin-top: 20px!important;
}
/*overflow*/
.bCustomS {
    overflow: visible!important;
}
/*margin_0 auto*/
.margin_0auto {
	margin: 0 auto;
}

/*リンク右丸ボタン*/
.link_r-arrow {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #001e14;
  width: fit-content;
}
.link_r-arrow a {
  position: relative;
}
.link_r-arrow a::after {
  content: "";
  background-image: url("/global-data/20251022175627885.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 1rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transition: 0.5s;
}
.link_r-arrow a:hover::after {
  background-image: url("/global-data/20251022175627873.svg");
	transform: translateX(5px);
}
/*ゴシック体*/
.font_gothic {
font-family: "Zen Kaku Gothic Antique";
}
/*--------トップページ--------*/

/*Instagram*/
.extInstaTl .extInstaTlInner .imgTmb {
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative;
}
.extInstaTl .extInstaTlInner .imgTmb a img {
    width: 100%;
    vertical-align: bottom;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
/*Instagramアイコン*/
.icon_insta span.bcu_link_content::before {
    content: "";
    background-image: url(/global-data/20251119152119906.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
	background-repeat: no-repeat;
}

/*--------事業所一覧--------*/
.link_green-line_r-arrow a {
	position: relative;
}
.link_green-line_r-arrow a::after {
    content: "";
    background-image: url(/global-data/20251022175627885.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.9rem);
    right: 1rem;
    transition: 0.5s;
}
.link_green-line_r-arrow a:hover::after {
	background-image: url("/global-data/20251022175627873.svg");
	transform: translateX(5px);
}

/*--------お問い合わせフォーム--------*/
.form_contact .extMdlFormGnrtr {
    width: 1110px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}
.form_contact .extMdlFormGnrtr th.thImp::after {
    content: "※";
    font-size: 1em;
    margin-left: 7px;
    position: relative;
    line-height: 1em;
    color: #ff5a50;
    background-color: transparent !important;
    top: 0;
}
.form_contact .extMdlFormGnrtrBtn input.extBtnNext,
.form_contact .extMdlFormGnrtrBtn input.extBtnSend {
    width: 220px;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 43px;
    transition: opacity 0.3s;
    border: 0;
    color: #FFF;
    background-color: #32965a;
    font-size: 1.1em;
    padding: 0;
    height: 50px;
}
.form_contact .extMdlFormGnrtrBtn input.extBtnClear,
.form_contact .extMdlFormGnrtrBtn input.extBtnBack {
    width: 220px;
    position: relative;
    text-decoration: none !important;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
    border-radius: 50px;
    transition: opacity 0.3s;
    border: 0;
    color: #001e14;
    background-color: #c1dfcd;
    font-size: 1.1em;
    padding: 0;
    height: 50px;
}

/*----------------------
footer
----------------------*/

#footerFreeArea {
	margin-bottom: 0!important;
}
p#pCopyright {
	display: none;
}
#footerAreaSection {
	
}
#footerAreaSection a {
	text-decoration: none;
}
.footer_wrapper {
    display: flex;
    gap: 5rem;
    padding: 50px 0;
    border-top: 1px solid;
	justify-content: flex-start;
}

.footer_wrapper a {
    text-decoration: none;
}
.footer_wrapper li {
    margin-bottom: 10px;
    font-size: 16px;
}
.footer_navi {
    display: flex;
    gap: 2rem;
}
.footer_info img {
	margin-bottom: 10px;
}
p.footer_tel {
    font-size: 33px;
    margin: 10px 0;
}
p.footer_tel::before {
	content: "";
	background-image: url(/global-data/2025102111392099.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
}


.footer_navi li {
    list-style: none;
}
.footer_navi li::before {
    content: "●";
    color: #32965a;
    font-size: 15px;
    margin-right: 0.5rem;
}
p.footer_copyright {
    font-size: 12px;
    align-items: end;
    display: flex;
    margin-bottom: 10px;
}

/*管理画面見た目調整*/
/*リンク用ID設置のための空のhtmlに管理画面では高さと背景色をつけて操作がしやすいようにしている*/
.adminView .addunit-box #page_top {
	height: 30px;
    display: block;
	/*content: "ここは管理画面のみ表示。リンクID設置用の空のhtml";*/
	background: #43f7b6;
	scroll-margin-top: 200px;
}