@charset "utf-8";

:root {
	--mvtext: YakuHanRP, 'Quicksand', 'LINE Seed JP', sans-serif;
}
body {
	color: #222;
    font-weight:400;
	font-family: YakuHanRP, 'Quicksand', 'LINE Seed JP', sans-serif;
}
h1, h2, h3, h4, h5, h6, .c-site-branding__title {
	font-feature-settings: "palt" 1;
	font-family: YakuHanRP, 'Quicksand', 'LINE Seed JP', sans-serif;
	font-weight:700;
}


@media (max-width: 768px) {
  .c-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 769px) {
	body::before {
	  content: "";
	  position: fixed;
	  inset: 0;
	  background: linear-gradient(
		235deg,
		#9AECE4 0%,
		#88E5DC 21%,
		#16CDDE 100%
	  );
	  z-index: -1;
	}
	/* メインコンテナ */
	.l-container {
		background-color: #fff;
		max-width: 50vw;
		margin: 0 auto;
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
	}
}

@media (min-width: 769px) {
    html {
        scroll-padding-top: 100px;
    }
}

/*===============  ===============*/

.site_all_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.bg_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.admin-bar .bg_wrap {
	padding-top: 32px;
}

.bg_slide {
	flex: 0 0 25vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 3em;
}
.pc_nav {
	display: inline-block;
}

@media (max-width: 768px) {
    .bg_wrap {
        display: none;
    }
}
/*=============== ヘッダー ===============*/
.l-simple-header .c-container{
	padding:0 10px;
}
/*=============== PC時　右 ===============*/

.social_links h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.2;
  color: #222222;
	font-size:1.125rem;
}
.social_links h2::before,
.social_links h2::after {
  width: 1px;
  height: 35px;
  content: "";
  background-color: #222222;
}
.social_links h2::before {
  margin-right: 1em;
  transform: rotate(-30deg);
}
.social_links h2::after {
  margin-left: 1em;
  transform: rotate(30deg);
}
.social_links {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 3em 0;
	text-align:center;
}
.social_links a {
	display: block;
	width: 48px;
	height: 48px;
}
.social-ins{
	margin:15px 0;
}

/*=============== PC時　左 ===============*/
.bg_left {
	flex: 0 0 25vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 3em;
	position: relative;
	overflow: visible;
}

.bg_left img {
	width: 800px;
	height: auto;
	max-width: none;
	opacity: .3;
	position: absolute;
	bottom: 30px;
	left: -80px;
	transform: rotate(-15deg);
}


/*=============== メニュー ===============*/
.main_nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main_nav-list li + li {
	margin-top: .5em;
}
.main_nav-list li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 1rem;
	background-color: rgba(255,255,255,1);
	border-radius: 100px;
	padding: .5em 1.5em;
}

/*=============== ハンバーガーボタン ===============*/
.c-hamburger-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--accent-color);
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.c-hamburger-btn__bar {
  height: 2px;
}
.c-hamburger-btn__bars {
  width: 28px;
  height: 10px;
  margin: 0 0 5px 0;
}
.l-header .c-hamburger-btn__bar {
  background-color: #FFF;
  border-radius: 100px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 7px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 14px;
}
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(1),
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(3) {
  top: 7px;
}
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger-btn__label {
  display: none;
}

/*=============== ドロワー ===============*/
.c-drawer__menu	{
	margin-top:20px;
}
.c-drawer__menu li:first-child{
	border-top:1px solid #FFF;
}
.c-drawer__menu li{
	border-bottom:1px solid #FFF;
}
.c-drawer__sub-nav .c-drawer__menu	{
	margin-top:0px;
}
.c-drawer__sub-nav .c-drawer__menu li:first-child{
	border-top:none;
}
.c-drawer__sub-nav .c-drawer__menu li{
	border-bottom:none;
}
.drawer_social_links {
    display: flex;
    margin-top: 30px;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    align-items: center;
    text-decoration: none;
	background-color:#FFF;
}
.drawer_social_links:hover {
    opacity: 0.8;
}
.drawer_social-ins {
    width: 26%;
}
.drawer_social-ins img {
    padding-right: 18px;
}
.drawer_social_links h2 {
    font-size: 1rem;
    line-height: 1.2;
	color:var(--accent-color);
}
@media (max-width: 768px) {
	.drawer_social_links {
		padding: 10px 10px;
	}
	.drawer_social_links h2 {
		font-size: .875rem;
	}
}
/*=============== メインビジュアル（スライダー） ===============*/
.mv{
	margin-top:32px;
}
.mv img{
	border-radius:20px;
}

/*=============== 植草学園大学地域共創ケアセンターについて ===============*/
.home_note{
	font-size:.875rem;
	background-color:#EEE;
	border-radius:15px;
	padding:20px;
}
.home_borderbottom{
	border-bottom:1px dashed var(--accent-color);
	padding-bottom:15px;
}

.about_info .smb-information__body {
    padding-top: calc(var(--_space, 1.8rem)* .5* var(--_margin-scale, 1));
    border-top: 1px solid var(--accent-color);
}
.about_info .smb-information__item {
    padding-bottom: calc(var(--_space, 1.8rem)* .5* var(--_margin-scale, 1));
    border-bottom: 1px solid var(--accent-color);
}
.about_info .smb-information__item__label{
	font-weight:bold;
}
.about_info_bordernone .smb-information__body {
    padding-top: calc(var(--_space, 1.8rem)* .5* var(--_margin-scale, 1));
}
.about_info_bordernone .smb-information__item {
    padding-bottom: calc(var(--_space, 1.8rem)* .5* var(--_margin-scale, 1));
}
.about_info_bordernone .smb-information__item__label{
	font-weight:bold;
}
.home_aisatsu_photo{
	width:220px;
}
.home_aisatsu_text{
	background-color:#FFF;
	border-radius:15px;
	padding:20px;
}
.home_aisatsu_name{
	margin-top:5px;
}
/* 項目ブロック全体の設定 */
.home_kinou .smb-items__item {
  position: relative;
}

/* 各ボックスブロックに数値を擬似要素で追加 */
.home_kinou .kinou01::after {
  content: "1";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 173, 169, 0.15);
  line-height: 1;
  z-index: 0;
}

.home_kinou .kinou02::after {
  content: "2";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 173, 169, 0.15);
  line-height: 1;
  z-index: 0;
}

.home_kinou .kinou03::after {
  content: "3";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 173, 169, 0.15);
  line-height: 1;
  z-index: 0;
}

.home_kinou .kinou04::after {
  content: "4";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(0, 173, 169, 0.15);
  line-height: 1;
  z-index: 0;
}

/* ボックス内のコンテンツを前面に */
.home_kinou .smb-box__body {
  position: relative;
  z-index: 1;
}
.speech-bubble-green {
	position: relative;
	background-color: var(--accent-color);
	color: white;
	border-radius: 50px;
	padding: 10px 50px;
	width: fit-content;
	font-weight:bold;
}
.speech-bubble-green::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--accent-color);
}
.katsudo_list{
	margin-top:0;
}

.home_center_box{
	padding:0;
}
/*.home_katsudou .c-container{
	padding-left:0;
	padding-right:0;
}*/

@media (max-width: 768px) {
	.smb-section__inner {
		padding-left: 14px;
		padding-right: 14px;
	}
	.home_katsudou .smb-box {
		padding: 20px 15px;
	}
	.c-row>.c-row__col{
		margin-bottom:20px;
	}
	.has-sm-3-xl-font-size{
		font-size:var(--wp--preset--font-size--sm-xl) !important;
	}
	.home_kinou .smb-box {
		padding: 20px;
	}
	.home_rinen .smb-information__item__label{
		display:inline;
	}
	.home_borderbottom .sme-font-size.has-sm-2-xl-font-size{
		font-size:1.25rem !important;
		line-height:1.2;
	}
}

@media (min-width: 769px) {
	.home_aisatsu_photo{
		width:auto;
	}
	.home_center_box{
		padding:var(--smb-box--padding);
	}
}

/*=============== フッター ===============*/
.l-footer-widget-area__item{
	text-align:center;
}
.c-copyright--inverse{
	background-color:var(--accent-color);
}
.link{
	display:block;
	text-align:center;
	margin:20px auto;
	background-color:var(--accent-color);
	border-radius:100px;
	width:100%;
}
.link a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0;
	display:block;
	text-align:center;
}
.link a:hover{
	opacity:.6;
}
.link a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("https://honbu.uekusa.ac.jp/kyouso/wp-content/plugins/my-snow-monkey/assets/img/link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    vertical-align: middle;
}