@charset "utf-8";

*{
	margin: 0;padding: 0;box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
}

li{
	list-style-type: none;
}

body{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	background: #fffbf4;
}

h1,h2,h3,h4,h5{
	font-weight: 500;
}

.none{
	display: none;
}

.margin_15{
	margin-bottom: 15px;
}

.margin_30{
	margin-bottom: 30px;
}

.contents_hd{
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
}

.blue_link:hover{
	color: #0000ee;
	text-decoration: underline;
}

.none{
	display: none;
}

.header{
	position: fixed;
	top: 0;
	padding: 45px 65px 0;
	width: 100%;
	z-index: 1000;
	transition: .6s;
}

.header_scroll{
	background-color: rgba(51,51,51,.6);
	padding: 15px 65px 10px;
	transition: .6s;
}

.header_scroll .nav_hd{
	font-size: 14px;
}

.header .header_area{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .nav_area{
	display: flex;
}

.header .nav_area .nav_item{
	color: #fffbf4;
	position: relative;
	text-align: center;
	margin-left: 60px;
}

.header .nav_area .nav_item:nth-of-type(1){
	margin-left: 0;
}

.header .nav_area a{
	font-weight: 500;
	color: #fffbf4;
	transition: .6s;
}

.header .nav_triangle{
	position: relative;
}

.header .logo{
	transition: .6s;
	line-height: 0;
}

.header .nav_hd{
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.header .nav_hd::before{
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fffbf4;
	transform: scale(0,1);
	transition: .4s;
}

.header .dropdown_menu{
	width: 180px;
	background: #fffbf4;
	text-align: center;
	padding: 30px 0;
	display: none;
	border-radius: 5px;
	position: absolute;
	top: 50px;
	left: -20px;
	box-shadow: 0px 15px 16px 4px rgba(0, 0, 0, 0.3);
}

.header .dropdown_menu li{
	padding-bottom: 15px;
}

.header .dropdown_menu a{
	color: #2b5347;
	font-size: 14px;
	transition: .6s;
	position: relative;
}

.header .dropdown_menu a::before{
	content: '';
	width: 100%;
	height: 2px;
	background: #2b5347;
	transform: scale(0,1);
	transition: .4s;
	position: absolute;
	top: 22px;
}

.copyright{
	position: absolute;
	top: 80%;
	left: -8px;
	color: #fffbf4;
	transform: rotate(90deg);
	font-family: 'EB Garamond', serif;
}

.copyright_2{
	top: 357px;
}

.footer .footer_area{
	padding: 80px 0;
	background: url("../images/contact_bg.jpg") no-repeat;
	background-position: center;
}

.footer .footer_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.footer .tel{
	font-size: 48px;
	color: #fffbf4;
	font-weight: 700;
	margin-right: 80px;
}

.footer .btn{
	width: 400px;
	height: 70px;
	border: 1px solid #fffbf4;;
	color: #fffbf4;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .6s;
	margin: 0;
}

.footer .footer_bottom{
	background: #2b5347;
	padding: 80px 0;
	position: relative;
}

.footer .footer_nav{
	width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}

.footer .footer_nav_top{
	display: flex;
	justify-content: space-around;
}

.footer .footer_nav_hd{
	font-size: 18px;
	font-weight: 500;
	color: #fffbf4;
	margin-bottom: 40px;
}

.footer .footer_nav_block{
	width: 180px;
}

.footer .footer_nav_top li{
	padding-bottom: 30px;
}

.footer .footer_nav_top li a{
	color: #fffbf4;
	transition: .6s;
}

.footer_bottom .logo_phrase{
	font-family: 'Pinyon Script', cursive;
	font-size: 48px;
	line-height: 44px;
	color: #d49c16;
	position: absolute;
	top: 80px;
	left: 80px;
}

.footer .footer_sup{
	height: 40px;
	background: #d49c16;
}

.footer .footer_sup a{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .6s;
	height: 100%;
}

.footer .footer_sup span{
	padding-right: 20px;
	font-size: 14px;
	font-weight: 500;
}

.footer .logo_key-man{
	display: inline-block;
	padding-right: 60px;
}

.read_arrow{
	text-align: center;
}

.read_arrow span{
	position: relative;
	transition: .4s;
	font-weight: 500;
}

.read_arrow span::before{
	content: url("../images/read_arrow.png");
	position: absolute;
	top: -4px;
	right: -55px;
	transition: .2s;
}



.firstview_wrapper{
	position: relative;
	height: 800px;
}

.firstview_wrapper .firstview_hd{
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 303px;
	left: 14%; /* 268 ÷ 1920 × 100 = 14% */
	letter-spacing: 0.025em;
}

.firstview_wrapper .script_text{
	font-size: 120px;
  font-family: "Pinyon Script";
	color: #d49c16;
	position: absolute;
	z-index: 2;
	top: 628px;
	left: 50%; /*960 ÷ 1920 × 100 = 50%*/
}

.firstview_wrapper .firstview_img{
	width: 80%; /*サイト全体の横幅（1920px）÷画像自体のサイズ（1536px）× 100% = 80%*/
	height: 650px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#f_bg::before{
	content: '';
	width: 68%; /*1300 ÷ 1920 × 100 = 68%*/
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #2b5347;
}

.breadcrumb{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.breadcrumb p{
	position: absolute;
	top: 60px;
	font-size: 18px;
}

.breadcrumb .rs{
	padding: 0 10px;
}

.breadcrumb .m{
	font-weight: 500;
	text-decoration: underline;
}

.gold_hd{
	font-size: 30px;
	font-weight: 500;
	position: relative;
	padding-left: 17px;
}

.gold_hd::before{
	content: '';
	display: block;
	width: 4px;
	height: 30px;
	background: #d49c16;
	position: absolute;
	top: 0;
	left: 0;
}

.sub_hd{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 30px;
}

.p_80{
	padding-bottom: 80px;
}

.p_20{
	padding-bottom: 20px;
}

.f_14{
	font-size: 14px;
}

.font_medium{
	font-weight: 500;
	font-size: 16px;
}

.branding_img_bg::before{
	content: '';
	width: 800px;
	height: 1680px;
	background: #f5f3e2;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: -1;
}

.header_bg{
	position: relative;
	padding: 30px 60px 0;
}

.header_bg::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #2b5347;
	height: 120px;
	z-index: -1;
}

.firstview_sec{
	position: relative;
	margin-top: 160px;
}

.firstview_sec_area{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.firstview_sec .sec_hd{
	font-size: 60px;
	font-weight: 500;
	padding-bottom: 80px;
}

.firstview_sec .hd_before,
.firstview_sec .hd_before2{
	position: relative;
}

.firstview_sec .hd_before::before{
	content: '社会福祉法人';
	position: absolute;
	top: -40px;
	left: 2px;
	font-size: 18px;
}

.firstview_sec .hd_before2::before{
	content: '介護付き有料老人ホーム';
	position: absolute;
	top: -40px;
	left: 2px;
	font-size: 18px;
}

.firstview_sec .sec_hd_en,
.firstview_sec .sec_hd_en2{
	color: #f5f3e2;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	position: absolute;
	top: -15px;
	left: 46%;
	z-index: -1;
	display: inline-block;
}

.firstview_sec .sec_hd_en{
	font-size: 160px;
}

.firstview_sec .sec_hd_en2{
	font-size: 140px;
}

.hd{
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 40px;
}

.link_wrapper{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto 160px;
}

.link_wrapper .link_area{
	display: flex;
}

.link_wrapper .link_btn:nth-of-type(1){
	margin-right: 4rem;
}

.link_btn,
.link_btn_w{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 60px;
	transition: .6s;
}

.link_btn{
	border: 1px solid #333;
}

.link_btn_w{
	border: 1px solid #fffbf4;
	color: #fffbf4;
}

.appeal_wrapper{
	margin: 160px auto 160px;
	width: 1000px;
	padding: 0 20px;
}

.appeal_wrapper .appeal_area{
	position: relative;
}

.appeal_wrapper .appeal_text{
	background: rgba(65,50,41,0.85);
	width: 737px;
	padding: 160px 80px 0;
	height: 600px;
	position: absolute;
	top: 80px;
	left: 45px;
	z-index: 2;
}

.appeal_wrapper .appeal_img{
	width: 700px;
	margin-left: 410px;
}

.appeal_wrapper .appeal_text .hd,
.appeal_wrapper .appeal_text p{
	color: #fffbf4;
}

.appeal_wrapper .appeal_text_inner{
	line-height: 30px;
}


.sub_nav_wrapper{
	position: relative;
	margin: 170px 0 120px;
}

.sub_nav_wrapper::before{
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	z-index: -1;
	width: 68%;
	height: 140px;
	background: #f5f3e2;
}

.sub_nav_wrapper .sub_nav_area{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.sub_nav_wrapper .sub_nav_inner{
	display: flex;
}

.sub_nav_wrapper .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	border: 1px solid #2b5347;
	background: #fffbf4;
	color: #2b5347;
	font-size: 14px;
	margin: 0 40px 0 0;
}

.sub_nav_wrapper .btn_active{
	background: #2b5347;
	color: #fffbf4;
}

.article_wrapper .article_area{
	width: 1000px;
	padding: 0 20px;
	margin: 160px auto;
}

.article_wrapper .article_block{
	display: flex;
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #333;
}

.article_wrapper .article_img{
	padding-top: 35px;
	padding-right: 40px;
}

.article_wrapper .date{
	font-size: 14px;
	display: inline-block;
	padding-bottom: 5px;
}

.article_wrapper .article_hd{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 40px;
}

.article_text{
	text-align: justify;
	width: 745px;
}

.article_text a{ 
	color: #0000ff;
}

.article_text a:hover{ 
	text-decoration: underline;
}

.article_wrapper .read_arrow{
	text-align: left;
	margin-top: 60px;
}

.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 60px;
	transition: .6s;
	border: 1px solid #333;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	background: none;
}

/*-------↓hoverまとめ↓-------------------------------------*/

.header .nav_hd:hover::before{
	transform: scale(1,1);
}

.header .logo:hover{
	opacity: .6;
}

.header .dropdown_menu > li:hover::before{
	transform: scale(1,1);
}

.header .dropdown_menu a:hover::before{
	transform: scale(1,1);
}

.read_arrow span:hover::before{
	transform: translateX(10px);
}

.footer .footer_nav_top li a:hover{
	color: #d49c16;
}

.footer .footer_sup a:hover {
	opacity: 0.6;
}

.link_btn:hover{
	background: #2b5347;
	border: 1px solid #2b5347;
	color: #fffbf4;
}

.link_btn_w:hover{
	background: #fffbf4;
	border: 1px solid #fffbf4;
	color: #333;
}

.footer .btn:hover{
	background: #fffbf4;
	border: 1px solid #fffbf4;
	color: #333;
}

.btn:hover{
	background: #2b5347;
	border: 1px solid #2b5347;
	color: #fffbf4;
}

/*-------↑hoverまとめ↑-------------------------------------*/

/*-------↓『介護の宣伝』のcss↓-------------------------------------*/

.enter_wrapper{
	padding-top: 160px;
	position: relative;
}

.enter_wrapper .enter_area{
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}

.enter_wrapper .enter_inner{
	display: flex;
	padding-bottom: 160px;
}

.enter_wrapper .enter_text{
	width: 580px;
	padding-right: 40px;
}

.enter_wrapper .gold_hd{
	padding-bottom: 80px;
}

/*-------↑『介護の宣伝』のcss↑-------------------------------------*/

.thanks_wrapper{
	margin: 160px auto 120px;
	width: 1000px;
	padding: 0 20px;
}

.thanks_wrapper .thanks_hd{
	text-align: center;
	font-size: 30px;
}

/*-------『コンテンツの著者』--------*/

.author_block{
	display: block;
	border: 1px solid #333;
	padding: 40px;
	transition: .6s;
}

.author_block:hover{
	opacity: .6;
}

.author_block .author_block_inner{
	display: flex;
}

.author_block .text_block{
	padding-right: 40px;
}

.author_block h3{
	font-size: 24px;
	padding-bottom: 30px;
}

.flow_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 80px;
}

.flow_wrapper .flow_block{
	background: #f5f3e2;
	padding: 40px 30px 10px;
	min-height: 170px;
	height: 100%;
	margin-bottom: 40px;
}

.flow_wrapper h3{
	padding-left: 70px;
	font-size: 24px;
	padding-bottom: 15px;
	position: relative;
	font-family: 'EB Garamond', serif;
}

.flow_wrapper .number_1::before{
	content: '01';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_2::before{
	content: '02';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_3::before{
	content: '03';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_4::before{
	content: '04';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_5::before{
	content: '05';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_6::before{
	content: '06';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
}

.flow_wrapper .number_7::before{
	content: '07';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 48px;
	font-weight: 700;
}

.par_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

.par_wrapper .gold_hd{
	padding-bottom: 30px;
}

.par_wrapper .par_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.par_wrapper .par_block{
	width: 560px;
	padding: 30px 30px 0;
	height: 220px;
	background: #f5f3e2;
	margin-bottom: 30px;
}

.par_wrapper h3{
	font-size: 24px;
	padding-bottom: 15px;
}

.known_block{
	padding: 30px;
	border: 1px solid #333;
}

.known_block h3{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}

.strong_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.strong_wrapper .gold_hd{
	padding-bottom: 50px;
}

.strong_wrapper h3{
	padding-left: 90px;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}

.strong_wrapper .number_1::before{
	content: '01';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_2::before{
	content: '02';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_3::before{
	content: '03';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_4::before{
	content: '04';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_5::before{
	content: '05';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_6::before{
	content: '06';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .number_7::before{
	content: '07';
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 60px;
	font-weight: 700;
	font-family: 'EB Garamond', serif;
}

.strong_wrapper .strong_block{
	padding-bottom: 60px;
}

.strong_wrapper .strong_block h3{
	padding-bottom: 15px;
}

.url{
	display: block;
	width: 1000px;
	padding: 0 20px 40px;
	margin: 0 auto;
}

.url:hover{
	text-decoration: underline;
}

.complete_wrapper{
	margin: 160px auto;
	width: 1000px;
	padding: 0 20px;
	text-align: center;
}

.complete_wrapper .complete_hd{
	font-size: 36px;
	text-align: center;
	padding-bottom: 40px;
}


@media screen and (max-width:1367px){

	body{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	background: #fffbf4;
}

	.header{
	padding: 10px 20px 0;
}

	.header .nav_hd{
	font-weight: 500;
	cursor: pointer;
	position: relative;
}
	.header .nav_item:nth-of-type(3) .nav_hd{
		letter-spacing: 15px;
	}

	.logo svg{
		width: 188px;
		height: 50px;
	}

	.header .nav_area .nav_item{
		color: #fffbf4;
		position: relative;
		text-align: center;
		margin-left: 20px;
	}
	
	.header .nav_area .nav_item:nth-of-type(1){
		margin-left: 0;
	}

	.header .nav_hd {
		font-size: 14px;
	}

	.footer_bottom .logo_phrase{
	top: auto;
	left: 130px;
	bottom: 40px;
}

	.firstview_wrapper .script_text{
	font-size: 84px;
}

.firstview_sec .sec_hd_en{
	font-size: 110px;
	left: 26%;
}

.firstview_sec .sec_hd_en2{
	font-size: 80px;
	left: 35%;
	width: 800px;
}

.header .nav_area .nav_item{
	color: #fffbf4;
	position: relative;
	text-align: center;
}


}


@media screen and (max-width:1025px){

	.header{
		font-size: 14px;
	}

	.logo{
		margin-left: -15px;
	}

	.footer .footer_inner{
	width: 1024px;
	padding: 0 12px;
}

	.footer .footer_nav{
	width: 1024px;
	padding: 0 12px;
}

	.footer_bottom .logo_phrase{
	top: auto;
	left: 20px;
	bottom: 40px;
}
	.footer .footer_sup{
	height: 60px;
	background: #d49c16;
}

	.footer .footer_sup a{
	padding: 0 20px;
}

	.breadcrumb{
	width: 1024px;
	padding: 0 12px;
}

	.breadcrumb p{
		font-size: 16px;
	}

	.firstview_wrapper .firstview_hd{
	font-size: 42px;
}
	.copyright_2{
	top: 365px;
}
	.gold_hd{
	font-size: 24px;
	padding-left: 10px;
}

.gold_hd::before{
	height: 26px;
}
	.enter_wrapper .enter_area{
	width: 1024px;
	padding: 0 12px;
}
	.firstview_sec_area{
	width: 1024px;
	padding: 0 12px;
}
	.appeal_wrapper{
	margin: 160px auto 160px;
	width: 1024px;
	padding: 0 12px;
}

	.appeal_wrapper .appeal_img{
	margin-left: 300px;
}

	.link_wrapper{
	width: 1024px;
	padding: 0 12px;
}

	.appeal_wrapper .appeal_text{
	left: 0;
}
	.sub_nav_wrapper .sub_nav_area{
	width: 1024px;
	padding: 0 12px;
}
	.type_wrapper .type_area{
	width: 1024px;
	padding: 0 12px;
}

	.type_wrapper .type_inner{
	padding: 0 70px 0 40px;
}
	.type_wrapper .type_block{
	margin-bottom: 80px;
}
	.firstview_sec .sec_hd_en{
	font-size: 112px;
	display: inline;
	width: auto;
}
	.article_wrapper .article_area{
	width: 1024px;
	padding: 0 12px;
	margin: 80px auto 160px;
}

}


@media screen and (max-width:750px){

	.header{
		width: 1920px;
	}

	.header .nav{
		margin-right: 500px;
	}

	.article_wrapper .article_area{
	width: 1920px;
	padding: 0 12px;
	margin: 80px auto 160px;
}

	.footer .footer_area{
	width: 1920px;
	padding: 80px 0;
	background: url("../images/contact_bg.jpg") no-repeat;
	background-position: center;
}

	.footer .footer_bottom{
	width: 1920px;
	}

	.footer .footer_sup{
	width: 1920px;
}

}
