@charset "utf-8";
/* CSS Document */


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

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
	width: 100%;
	height: 100vh;
	background: url("../images/top/main_img.jpg") no-repeat center / cover;
  padding: 0;
}
.main_img .inner {
	width: 1140px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.main_img h1 {
	font-size: 1.8rem;
	font-weight: 500;
	writing-mode: vertical-rl;
	position: absolute;
	top: 25%;
	left: 100px;
}
.main_img h1 span {
	display: block;
	margin-left: 1em;
	background: #FFF;
	height: fit-content;
	letter-spacing: 0.3em;
	padding: 20px 0;
}
.news {
	width: 1000px;
	background: #FFF;
  border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
  z-index: 1;
  display: flex;
}
.news h2.news_title {
  width: 180px;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
}
.news h2.news_title span {
  height: 100%;
  border-right: dashed 2px var(--gray);
  display: grid;
  place-items: center;
}
.news .news_list {
  width: 720px;
  padding: 20px 40px;
  font-size: 1.4rem;
}
.news .news_list li:not(:last-child) {
  margin-bottom: 20px;
}
.news .news_list li a:hover {
  text-decoration: underline;
}
.news .news_list time {
  width: 90px;
  display: inline-block;
}
.news .news_list .cate {
  display: inline-block;
  width: 120px;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
}
.news .link_to {
  flex: 1;
}
.news .link_to a {
  display: block;
  color: #FFF;
  font-weight: 700;
  padding: 10px 25px 10px 10px;
  line-height: 1.3;
  text-align: center;
}
.news .link_to a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.news .link_to a.bg_pink {
  border-radius:0 5px 0 0;
  background: var(--pink) url("../images/icon_arrow_circle_white.svg") no-repeat right 8px center / 16px;
}
.news .link_to a.bg_violet {
  border-radius:0 0 5px 0;
  background: var(--violet) url("../images/icon_arrow_circle_white.svg") no-repeat right 8px center / 16px;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}

section h2:not(.news_title) {
  font-size: 3.6rem;
	font-weight: 900;
	width: fit-content;
	text-align: center;
	line-height: 1.4;
	margin:0 auto 30px;
}
section h2:not(.news_title) span {
  display: block;
	font-size: 1.8rem;
	font-weight: 700;
}


/* コンセプト */

.concept {
  background: var(--light-gray);
  padding: 140px 0 100px;
}
.concept .inner_w {
	display: flex;
	justify-content: space-between;
}
.concept .txt_box,
.concept .img_box {
	width: 645px;
}
.concept h2 {
	margin-left: 0!important;
}
.concept h2 span {
	color: var(--pink);
}
.concept .phrase_copy {
	font-size: 3.6rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.4em;
	margin-bottom: 25px;
	padding-right: 0;
}
.concept p {
	padding-right: 4em;
}
.concept .img_box img {
	border-radius: 10px;
}


/* 都賀の里について */

.about_us h2 span {
	color: var(--violet);
}
.about_us .phrase_copy {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
}
.about_us p:not(.phrase_copy) {
	width: 580px;
	margin: 0 auto 30px;
}
.about_us .linkto {
	margin-bottom: 30px;
}
.about_us .section_img {
	display: block;
	width: 680px;
	border-radius: 10px;
	margin: 0 auto;
}


/* 施設の空き状況 */

.availability {
	background: var(--light-gray);
}
.availability .inner {
	width: 1140px;
}
.availability h2 span {
	color: var(--purple);
}
.availability .ttl_box {
	display: flex;
	justify-content: space-between;
}
.availability h3 {
	font-size: 2.4rem;
	font-weight: 700;
	background: url("../images/dot_list.svg") no-repeat left center / 27px;
	padding-left: 37px;
}


/* 活動報告 */

.activity_report {

}
.activity_report h2 span {
	color: var(--pink);
}
.report_list {
	width: 1220px;
	margin: 0 auto 60px;
	border-inline: solid 1px var(--gray);
	display: flex;
}
.report_list li {
	width: calc(100% / 5);
	padding: 0 30px 0 10px;
}
.report_list li:not(:last-child) {
	border-right: solid 1px var(--gray);
}
.report_list li .flex {
	display: flex;
	justify-content: space-between;
}
.report_list li time {
	writing-mode:sideways-lr;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
}
.report_list li .img_box img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border: solid 1px var(--gray);
}
.report_list li .img_box .cate {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.report_list li .excerpt {
	font-size: 1.4rem;
	line-height: 1.6;
}


/* 採用情報 */

.recruit {
	background: var(--light-gray);
}
.recruit h2 span {
	color: var(--pink);
}
.recruit a img {
	display: block;
	width: 980px;
	margin: 0 auto 35px;
}
.recruit a:hover img {
	opacity: 0.8;
	transition: 0.3s;
}


/* お知らせ */

.information h2 span {
	color: var(--violet);
}
.information_list {
	border-block: dotted 2px #ddd;
	margin-bottom: 60px;
}
.information_list li {
	padding: 18px 100px;
}
.information_list li:not(:last-child) {
	border-bottom: dotted 2px #ddd;
}
.information_list li a:hover {
  text-decoration: underline;
}
.information_list time {
  width: 90px;
  display: inline-block;
}
.information_list .cate {
  display: inline-block;
  width: 120px;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  margin-right: 20px;
}


/* 事業案内 */

.company  {
	background: var(--light-gray);
}
.company .inner {
	width: 1120px;
}
.company h2 span {
	color: var(--pink);
}
.company h3 {
	font-size: 2.4rem;
	font-weight: 700;
	background: url("../images/dot_list.svg") no-repeat left center / 27px;
	padding-left: 37px;
	margin-bottom: 20px;
}
.company .company_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:30px 0;
}
.company .company_info li {
	width: 340px;
	height: 68px;
	line-height: 68px;
	box-shadow: rgba(0,0,0,0.16) 5px 10px 30px;
	border-radius: 10px;
	background: #FFF url("../images/dot_list.svg") no-repeat left 20px center / 27px;
	padding-left: 57px;
}
.company .company_info li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
.company .company_info li a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
	width: 100%;
	height: 100vh;
	background: url("../images/top/main_img.jpg") no-repeat center / cover;
  padding: 0;
}
.main_img .inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.main_img h1 {
	font-size: 1.4rem;
	font-weight: 500;
	writing-mode: vertical-rl;
	position: absolute;
	top: 130px;
	left: 4%;
}
.main_img h1 span {
	display: block;
	margin-left: 1em;
	background: #FFF;
	height: fit-content;
	letter-spacing: 0.2em;
	padding: 10px 0;
}
.news {
	width: 100%;
	background: #FFF;
  border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
  z-index: 1;
  display: flex;
	flex-wrap: wrap;
}
.news h2.news_title {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 10px;
}
.news h2.news_title span {
  height: 100%;
  border-bottom:solid 1px #CBCBCB;
  display: grid;
  place-items: center;
}
.news .news_list {
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
}
	.news .news_list li {
		padding-bottom:10px;
	}
.news .news_list li:not(:last-child) {
  margin-bottom: 10px;
}
.news .news_list li a {
	display: block;
	text-decoration: underline;
}
.news .news_list time {
  width: fit-content;
  display: inline-block;
	margin-right: 10px;
}
.news .news_list .cate {
  display: inline-block;
  width: fit-content;
	font-size: 1.2rem;
  color: #FFF;
  text-align: center;
	padding: 0 20px;
  border-radius: 50px;
}
.news .link_to {
	width: 100%;
  display: flex;
}
.news .link_to a {
  display: block;
	width: 50%;
  color: #FFF;
  font-weight: 700;
  padding: 10px 25px 10px 10px;
  line-height: 1.3;
  text-align: center;
}
.news .link_to a.bg_pink {
  border-radius:0 0 0 5px;
  background: var(--pink) url("../images/icon_arrow_circle_white.svg") no-repeat right 8px center / 16px;
}
.news .link_to a.bg_violet {
  border-radius:0 0 5px 0;
  background: var(--violet) url("../images/icon_arrow_circle_white.svg") no-repeat right 8px center / 16px;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}

section h2:not(.news_title) {
  font-size: 3rem;
	font-weight: 900;
	width: fit-content;
	text-align: center;
	line-height: 1.4;
	margin:0 auto 25px;
}
section h2:not(.news_title) span {
  display: block;
	font-size: 1.8rem;
	font-weight: 700;
}


/* コンセプト */

.concept {
  background: var(--light-gray);
  padding: 180px 0 60px;
}
.concept .inner_w {
}
.concept h2 {
	margin-left: 0!important;
}
.concept h2 span {
	color: var(--pink);
}
.concept .phrase_copy {
	font-size: 2.3rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.4em;
	margin-bottom: 15px;
	padding-right: 0;
}
.concept p {
	margin-bottom: 15px;
}
.concept .img_box img {
	border-radius: 15px;
}


/* 都賀の里について */

.about_us h2 span {
	color: var(--violet);
}
.about_us .phrase_copy {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}
.about_us p:not(.phrase_copy) {
	margin: 0 auto 20px;
}
.about_us .linkto {
	margin-bottom: 30px;
}
.about_us .section_img {
	display: block;
	width: 680px;
	border-radius: 10px;
	margin: 0 auto;
}


/* 施設の空き状況 */

.availability {
	background: var(--light-gray);
}
.availability h2 span {
	color: var(--purple);
}
.availability .ttl_box {
}
.availability h3 {
	font-size: 2rem;
	font-weight: 700;
	background: url("../images/dot_list.svg") no-repeat left center / 18px;
	padding-left: 28px;
}
	.nursing_care {
		margin-bottom: 20px;
	}
	.availability .linkto {
		width: 90%;
	}


/* 活動報告 */

.activity_report {

}
.activity_report h2 span {
	color: var(--pink);
}
.report_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	margin-bottom: 30px;
}
.report_list li {
	width: 50%;
	padding: 0 20px 0 10px;
}
.report_list li {
	border-right: solid 1px var(--gray);
}
.report_list li:nth-child(2n) {
	border-right: none;
}
.report_list li .flex {
	display: flex;
	justify-content: space-between;
}
.report_list li time {
	writing-mode:sideways-lr;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
}
.report_list li .img_box img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border: solid 1px var(--gray);
}
.report_list li .img_box .cate {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.report_list li .excerpt {
	font-size: 1.4rem;
	line-height: 1.6;
}


/* 採用情報 */

.recruit {
	background: var(--light-gray);
}
.recruit h2 span {
	color: var(--pink);
}
.recruit a img {
	display: block;
	width: 980px;
	margin: 0 auto 35px;
}


/* お知らせ */

.information h2 span {
	color: var(--violet);
}
.information_list {
	border-block: dotted 2px #ddd;
	margin-bottom: 60px;
}
.information_list li {
	padding: 10px;
}
.information_list li:not(:last-child) {
	border-bottom: dotted 2px #ddd;
}
.information_list li a {
	display: block;
	text-decoration: underline;
}
.information_list time {
  display: inline-block;
	margin-right: 10px;
}
.information_list .cate {
  display: inline-block;
	width: fit-content;
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	padding: 0 20px;
	border-radius: 50px;
}


/* 事業案内 */

.company  {
	background: var(--light-gray);
}
.company .inner {
}
.company h2 span {
	color: var(--pink);
}
.company h3 {
	font-size: 2rem;
	font-weight: 700;
	background: url("../images/dot_list.svg") no-repeat left center / 18px;
	padding-left: 28px;
	margin-bottom: 10px;
}
.company .company_info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.company .company_info li {
	width: 48%;
	box-shadow: rgba(0,0,0,0.16) 5px 10px 30px;
	border-radius: 10px;
	background: #FFF url("../images/dot_list.svg") no-repeat left 10px center / 14px;
	padding: 5px 0 5px 36px;
}
.company .company_info li a {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}


}



