@charset "utf-8";

html{height:100%;}
body{margin:0;padding:0;font-size:93.75%;font-family:'Noto Sans CJK JP','Noto Sans JP',sans-serif,"游ゴシック","Yu Gothic",Yu Gothic,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック";line-height:1.7em;color:#333;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;}
header,main,article,section,nav,footer{display:block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:100%;}
input{font-family:'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";line-height:1.7em;color:#333;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:500;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
input[type="button"],input[type="submit"],input[type="text"],input[type="email"]{
	-webkit-appearance:none;
	border-radius:0;
}
button{-webkit-appearance:none;appearance:none;border-radius:0;border:none;background:none;}
/* ↑ここまでリセットcss */

html{visibility:hidden;}
html.wf-active, html.wf-inactive{visibility:visible;}

/*-------------------------------------------------------------
	ページに関する指定
-------------------------------------------------------------*/
#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 100px auto 0px;
}
.sp_size{display:none !important;}

/*---------- header ----------*/
#header_wrap{
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	margin:auto;
	background:rgba(255,255,255,0.9);
	box-sizing:border-box;
	overflow:hidden;
}
#header_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	max-width: 1560px;
	margin: auto;
}
#logo{
	float:left;
	margin: 0;
}
#logo a{
	display:block;
	width:423px;
}
#logo a img{
	display:block;
	width:100%;
	height:auto;
}
#toggle{display:none;}
#menu_wrap{
	float:right;
}
#main_menu ul{
	overflow:hidden;
	display: flex;
	align-items: center;
}
.main_menu_item{margin-right: 20px;}
.main_menu_item a{
	font-size: 93.33%;
	color: #333;
	letter-spacing: 1.4px;
	line-height: 1.43em;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	position:relative;
	display:block;
	text-decoration:none;
	transition: color 0.3s,border 0.3s;
}
.main_menu_item a:hover{
	color: #268565 !important;
	border-bottom: 1px solid #268565;
	padding-bottom: 3px;
}
.main_menu_item a::after{display: none;}
.manu_support{
	border: 1px solid #AAAAAA;
	padding:3px 11px;
	transition: border 0.3s;
	margin-right:0 !important;
}
.manu_support:hover{border-color: #268565 !important;}
.manu_support a{
	font-size: 80%;
	color: #333;
	background:url(img/common/icon_popup_green.svg) 0 center no-repeat;
	padding-left:13px;
	position:relative;
	display:block;
	text-decoration:none;
	transition: color 0.3s;
}
.manu_support a:hover{color: #268565 !important;}

/*---------- 共通 ----------*/
.ttl_box{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	font-family: 'Shippori Mincho', serif;
}
.area_ttl{
	font-size: 120%;
	letter-spacing: 1.8px;
	line-height: 1.44em;
	text-align: center;
	font-weight: 400;
}
.area_ttl::before{
	display:block;
	content:attr(data-en);
	font-size: 300%;
	letter-spacing: 2.79px;
	line-height: 1.46em;
	color: #00A66C;
	text-align: center;
}
.link_btn{
	margin:25px 0 0;
	text-align:center;
}
.link_btn a{
	display:block;
	width:250px;
	color:#fff !important;
	border-radius:50px;
	height:58px;
	line-height:58px;
	background: #38C594;
	transition: background 0.3s;
	margin: auto;
	text-decoration: none !important;
	font-weight: 500;
}
.link_btn a:hover{background:#2D9F77;}
.link_btn a span{
	padding-left: 20px;
	background: url(/img/60th/popup_white.svg)no-repeat center left / 9px;
}

/*---------- top ----------*/
.mv_area_60th{
	margin: 80px 0 73px;
	padding-bottom: 68px;
	position: relative;
}
.mv_box_60th{
	max-width: 1540px;
	padding: 0 30px 0 0;
	margin: auto;
}
.mv_area_60th::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 100%;
	height: 50%;
	background: transparent linear-gradient(90deg, #E0F7D5 0%, #86D1B5 100%) 0% 0% no-repeat padding-box;
	bottom: 0;
	z-index: -10;
}
.mv_box_60th{position: relative;}
.mv_txt_60th{
	position: absolute;
	width: 418px;
	height: 220px;
	padding: 40px 45px 20px;
	background-color: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.mv_h1_60th{margin-bottom: 7px;}
.mv_copy_60th{margin-bottom: 10px;}
.mv_img_60th{
	width: 73%;
	margin-left:auto;
}
.slide_list_60th{
	margin-bottom: 0 !important;
	opacity:0;
}
.slide_list_60th.slick-initialized{opacity:1;}
.slide_item_60th{
	aspect-ratio: 1067 / 570;
	overflow: hidden;
	display: block;
	position: relative;
}
.slide_item_60th img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.slick-dots{
	width: auto;
	right: 45px;
	bottom: -35px;
}
.slick-dots li{
	margin: 0;
	width: 13px;
	height: 13px;
}
.slick-dots li button:before{
	width: 4px;
	height: 4px;
	background: #fff;
}
.slick-dots li.slick-active button:before {background: #268565;}
.slide_btn_60th{
	position: absolute;
	right: 32px;
	bottom: -36px;
}
.slick_pause_60th{
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url(/img/60th/icon_start.svg)no-repeat center;
	cursor: pointer;
}
.slick_pause_60th span{display: none;}
.slick_pause_60th.paused{background-image: url(/img/60th/icon_stop.svg);}

/*---------- news ----------*/
.news_wrap{
	margin-bottom: 90px;
}
.news_list{
	max-width: 1140px;
	padding: 0 20px;
	margin: 30px auto 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.news_list li a{
	color: #333;
	text-decoration: none;
}
.news_list .news_thumb{
	margin-bottom: 10px;
	width: 100%;
	aspect-ratio: 346 / 231;
	overflow: hidden;
	display: block;
	position: relative;
}
.news_list .news_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.news_list li a .news_thumb::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(135deg, rgba(200,242,174,0.5) 0%, rgba(0,157,102,0.5) 100%);
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
}
.news_list li a:hover .news_thumb::after{
	visibility:visible;
	opacity:1;
}
.news_list li .news_date{
	display: block;
	font-size: 87%;
	letter-spacing: 1.3px;
	line-height: 2.15em;
	margin-bottom: 5px;
}
.news_list li .top_cate,.news_list li .sub_cate{
	display: inline-block;
	font-size: 80%;
	letter-spacing: 1.2px;
	line-height: 1.95em;
	padding: 1px 15px;
}
.news_list li .top_cate{
	color: #fff;
	background: #36BE8E;
	margin-right: 23px;
	position: relative;
}
.news_list li .top_cate::after{
	display: inline-block;
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background: #C1C1C1;
	top: 0;
	bottom: 0;
	right: -14px;
	margin: auto;
}
.news_list li .sub_cate{
	background: #EEEEEE;
}
.news_list li .news_title{
	display: block;
	font-size: 87%;
	letter-spacing: 1.3px;
	line-height: 1.95em;
	padding-left: 0;
	margin-top: 10px;
	background: url(img/common/icon_popup_green.svg) 0 8px no-repeat;
	padding-left: 17px;
	transition: color 0.3s;
}
.news_list li:hover .news_title{color: #268565;}

/*---------- commemorative project ----------*/
.project_area{
	background: #EFF7F5;
	padding: 80px 0 100px;
}
.project_wrap{
	max-width: 1140px;
	padding: 0 20px;
	margin: auto;
}
.project_txt_box{
	margin: 50px 0 54px;
	text-align: center;
}
.project_txt{
	font-size: 173.33%;
	letter-spacing: 2.6px;
	line-height: 1.42em;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	margin-bottom: 14px;
}
.project_flex{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.project_img a{
	background:url(/img/60th/icon_pdf.svg) 0 center no-repeat;
	padding-left:20px !important;
	color: #333 !important;
	display: inline-block;
	margin-bottom: 5px;
}
.project_img a:hover{
	text-decoration: none !important;
}
.project_img img{
	max-width: 100%;
	height: auto;
	display: block;
	padding-bottom: 10px;
}
.project_data h3{
	font-size: 153.33%;
	letter-spacing: 2.3px;
	line-height: 1.48em;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	padding-left: 13px;
	margin-bottom: 5px;
	position: relative;
}
.project_data h3:not(:first-child){margin-top: 28px;}
.project_data h3::before{
	position: absolute;
	display: inline-block;
	content: '';
	height: 19px;
	width: 3px;
	background: #38C594;
	padding-left: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.project_data h4{
	font-size: 133.333%;
	letter-spacing: 2px;
	line-height: 1.44em;
	margin: 28px 0 7px;
	font-family: 'Shippori Mincho', serif;
}
.project_data a[href^="tel"]{
	color: #333;
	text-decoration: none;
	pointer-events:none;
}
.project_data a[href^="mailto"]{
	color: #333;
	text-decoration: none;
}
.project_data p{line-height: 1.8em;}
.project_data a{
	color: #268565;
}
.project_data a:hover{text-decoration: none;}
.disc{
	list-style: disc;
	margin-left: 20px;
}

/*---------- greeting ----------*/
.greeting_area{padding: 80px 0 90px;}
.greeting_wrap{
	max-width: 1140px;
	padding: 0 30px;
	margin: auto;
}
.greeting_flex{
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 40px;
	margin-top: 50px;
}
.greeting_img{
	padding: 0 0 20px 20px;
	position: relative;
	height: fit-content;
}
.greeting_img::before{
	position: absolute;
	display: inline-block;
	content: '';
	width: 200px;
	height: 200px;
	background: transparent linear-gradient(180deg, #E0F7D5 0%, #86D1B5 100%) 0% 0% no-repeat padding-box;
	bottom: 0;
	left: 0;
	transform: rotate(-90deg);
	z-index: -10;
}
.greeting_img img{width: 100%;display: block;}
.greeting_txt:nth-of-type(2) {
	padding-top: 30px;
}
.greeting_txt p {
	padding-bottom: 30px;
}
.greeting_txt p:nth-of-type(3) {
	padding-bottom: 20px;
}
.greeting_post{
	font-size: 106.67%;
	letter-spacing: 1.6px;
	line-height: 1.8em;
	text-align: right;
	padding-bottom: 0 !important;
}
.greeting_name{
	font-size: 135%;
	letter-spacing: 1.2px;
	line-height: 1.458em;
	text-align: right;
	font-family:'Shippori Mincho', serif;
	padding-bottom: 0 !important;
	font-weight: 500;
}
.greeting_name_en_area {
	display: inline-block;
	text-align: left;
	float: right;
}
.greeting_post_en{
	font-size: 95%;
	letter-spacing: 1.6px;
	line-height: 1.8em;
	padding-bottom: 0 !important;
}
.greeting_name_en{
	font-size: 115%;
	letter-spacing: 1.2px;
	line-height: 1.458em;
	font-family:'Shippori Mincho', serif;
	font-weight: 500;
	padding-bottom: 0 !important;
}

/*---------- history ----------*/
.history_area{
	background: #EFF7F5;
	padding: 80px 0 100px;
}
.history_flex{
	display: grid;
	grid-template-columns: 1fr 460px;
	gap: 50px;
	max-width: 1140px;
	padding: 0 30px;
	margin: 65px auto 0;
}
.history_data_list{
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
	border-left: 1px solid #00A66C;
}
.history_data_list dt{
	position: relative;
	color: #00A66C;
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
}
.history_data_list dt::before{
	position: absolute;
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #00A66C;
	left: -4px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.g_year{
	font-size: 2.4rem;
	letter-spacing: 3.6px;
	line-height: 1.44em;
}
.j_year{
	font-size: 93.33%;
	letter-spacing: 1.4px;
	line-height: 1.67em;
	text-align: right;
}
.history_data_list dd{
	display: flex;
    align-items: center;
}
.history_img:not(:last-child){margin-bottom: 20px;}
.history_img img{width: 100%;}
.history_img_txt{
	font-size: 80%;
	letter-spacing: 1.2px;
	line-height: 2.4em;
	text-align: right;
}

/*---------- massage ----------*/
.massage_wrap{margin-top: 70px;}
.massage_wrap ul{
	max-width: 1160px;
	margin: auto;
	padding: 30px 30px 60px;
}
.massage_wrap ul li{
	background: #EFF7F5;
	padding: 24px;
	margin-bottom: 20px;
	display: flex;
}
.massage_wrap ul li figure {
	width: 160px;
	height: 160px;
	margin: 0;
	overflow: hidden;
	flex-shrink: 0;
	padding-right: 26px;
}
.massage_wrap ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.massage_txt_area strong{
	font-family:'Shippori Mincho', serif;
	font-size: 120%;
	letter-spacing: 1.8px;
	line-height: 1.44em;
	font-weight: 500;
}
.massage_txt_area p:nth-of-type(3) {
	margin-top: 15px;
	font-size: 87%;
	letter-spacing: 1.3px;
	line-height: 2em;
}

/*---------- footer ----------*/
#download_wrap{
	background:url(/img/60th/bg_support.jpg) no-repeat center/ cover;
	position:relative;
}
#download_area{
	display:flex;
	flex-wrap:wrap;
	max-width: 830px;
	justify-content: center;
	margin:auto;
	color: #333;
	padding: 95px 20px;
	text-align:center;
	position:relative;
}
.download_box{padding-top:10px}
.f_ten{
	font-family:'Shippori Mincho', serif;
	font-weight:500;
	font-size: 213.33%;
	letter-spacing: 3.2px;
	line-height: 1.438em;
	margin-bottom: 26px;
}
.f_en{
	font-size: 106.67%;
	letter-spacing: 1.6px;
	line-height: 1.8em;
}
#download_wrap .link_btn{margin-top: 40px;}
#download_wrap .link_btn a{font-weight: normal;}
#footer_menu{
	max-width: 1366px;
	width:100%;
	padding: 0;
	margin:auto;
	display: block;
	box-sizing:border-box;
}
#footer_menu_in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	padding: 30px;
	margin: auto;
}
#footer_logo{width:400px;}
#footer_logo img{
	display:block;
	width:100%;
	height:auto;
}
.footer_list_60th{
	margin-top: 0;
	display: flex;
	align-items: center;
}
.footer_list_60th li{
	position:relative;
	font-size: 100%;
	letter-spacing: 1.5px;
	line-height: 1.92em;
	margin-top: 0;
	list-style: none;
}
.footer_list_60th li:first-child{margin-right: 30px;}
#footer_menu a{
	color:#333 !important;
	text-decoration:none !important;
	transition:color 0.3s;
	padding-left: 20px;
	background: url(/img/60th/popup_green.svg)no-repeat center left / 9px;
}
#footer_menu a:hover{color:#268665 !important;}
#footer_copy{
	padding:20px 30px;
	text-align:center;
	border-top: 1px solid #DDDDDD;
	font-size: 108.33%;
	letter-spacing: 1.3px;
	line-height: 2.215em;
}
#footer_copy small{font-size:80%;}
#return{position:relative;}
.return_btn{
	position:fixed;
	z-index: 5;
	bottom:20px;
	right:23px;
	display:block;
	background:#38C594 url(/img/60th/arrow_top.svg) no-repeat center;
	width:40px;
	height:40px;
	border-radius:35px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.return_btn:hover{background-color:#2D9F77;}
.return_btn span{display:none;}
.return_btn.pos_end{
	opacity:1;
	visibility:visible;
	position: absolute;
}
.return_btn.display{
	opacity:1;
	visibility:visible;
}

@media screen and (max-width:1200px){
#logo.logo_60th a {width: 279px;}
}

/*-------------------------------------------------------------
	ページに関する指定(tab)
-------------------------------------------------------------*/

@media screen and (max-width:1024px){

/*---------- header ----------*/
#wrapper.open{
	position: fixed;
	width: 100%;
	overflow: hidden;
}
#wrapper.open #header_area{background: #fff;}
#header_area{
	padding:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo{margin-left:30px;}
#toggle{display: block;}
#toggle button{
	position: relative;
	text-decoration: none !important;
	font-size: 0;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 60px;
	margin-left: auto;
	cursor: pointer;
}
#toggle button:before,#toggle button:after,#toggle button span{
	content: '';
	display: block;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	width: 24px;
	height: 1px;
	background: #268565;
	transition: all 0.3s;
}
#toggle button:before{top: 22px;}
#toggle button span{top: 30px;}
#toggle button:after{top: 38px;}
#toggle button.open:before,#toggle button.open:after{
	top: 30px;
	width: 24px;
}
#toggle button.open:before{transform: translateX(50%) rotate(30deg);}
#toggle button.open:after{transform: translateX(50%) rotate(-30deg);}
#toggle button.open span{
	opacity: 0;
	visibility: hidden;
}
.menu_dis{display:none !important;}
#menu_wrap{
	float:none;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	margin-top: 60px;
	padding:0 20px 50px;
	background:#fff;
	box-sizing:border-box;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
#menu_wrap div nav ul li a::after{display:none;}
#main_menu{padding:0 !important;}
#main_menu ul{
	overflow:visible;
	display: block;
	margin-top: 30px;
}
.main_menu_item{
	float:none;
	margin:0 !important;
}
.main_menu_item a{
	padding:15px 24px !important;
	text-align: center;
}
.manu_support{
	border: none;
	padding: 0;
	float:none;
	margin:0 !important;
}
.manu_support a{
	font-size: 80% !important;
	margin: 16px auto;
	width: 121px;
	border: 1px solid #AAAAAA;
	padding: 3px 0px 3px 14px !important;
	text-align: center;
	background: url(img/common/icon_popup_green.svg) 13px center no-repeat;
}

/*---------- top ----------*/
.mv_area_60th{
	margin-top: 60px;
	margin-bottom: 55px;
	padding-bottom: 95px;
	padding-right: 30px;
}
.mv_area_60th::after {height: 61%;}
.mv_box_60th{padding: 0 0 0 20px;}
.mv_txt_60th{
	width: 295px;
	height: 131px;
	padding: 27px 30px 40px;
	top: auto;
	bottom: -55px;
}
.mv_h1_60th{margin-bottom: 0;}
.mv_h1_60th img{
	width: 295px;
	height: auto;
}
.mv_copy_60th{margin-bottom: 6px;}
.mv_copy_60th img{
	width: 221px;
	height: auto;
}
.mv_info_60th{
	font-size: 73.33%;
	letter-spacing: 1.1px;
}
.mv_img_60th{width: 91%;}
.slide_btn_60th {right: 0;bottom: -32px;}
.slick-dots {bottom: -28px;right: 42px;}

/*---------- 共通 ----------*/
.area_ttl{
	font-size: 93.333%;
	letter-spacing: 1.4px;
	line-height: 1.43em;
}
.area_ttl::before{
	display:block;
	content:attr(data-en);
	font-size: 240%;
	letter-spacing: 3px;
	line-height: 1.44em;
	margin-bottom: 5px;
}
p{
	font-size: 86.67%;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}

/*---------- news ----------*/
.news_list {
	padding: 0 30px;
	margin: 23px auto 40px;
	grid-gap: 21px;
}
.news_wrap {
	margin-bottom: 61px;
}

/*---------- commemorative project ----------*/
.project_area{padding: 60px 0 80px;}
.project_txt_box{
	margin: 26px 0 40px;
}
.project_txt{
	font-size: 133.33%;
	letter-spacing: 2px;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 16px;
}
.project_flex{gap: 28px;}
.project_form{
	font-size: 86.66% !important;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}
.project_data h3{
	font-size: 120%;
	letter-spacing: 1.8px;
	line-height: 1.44em;
	padding-left: 11px;
	margin-bottom: 9px;
}
.project_data h3::before{height: 16px;}
.project_data h4{
	font-size: 106.66%;
	letter-spacing: 1.6px;
	line-height: 1.8em;
	margin-top: 18px;
}
.project_data p{
	font-size: 86.66%;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}
.project_img a{
	background: url(/img/60th/icon_pdf.svg) 0 5px no-repeat;
	display: inline-block;
	font-size: 87%;
	padding-left: 24px !important;
}

/*---------- greeting ----------*/
.greeting_area{padding: 54px 0 50px;}
.greeting_flex{
	display: grid;
	grid-template-columns: 216px auto;
	gap: 30px;
	margin-top: 30px;
}
.greeting_img{padding: 0 0 12px 12px;}
.greeting_img::before{
	width: 120px;
	height: 120px;
}
.greeting_img img{width: 100%;}
.greeting_copy{
	font-size: 133.33%;
	letter-spacing: 2px;
	line-height: 1.6em;
}
.greeting_post{
	font-size: 86.67%;
	letter-spacing: 1.3px;
	line-height: 2.215em;
}
.greeting_name{
	font-size: 120%;
	letter-spacing: 0.9px;
	line-height: 1.44em;
}

/*---------- history ----------*/
.history_area{padding: 60px 0 80px;}
.history_flex{
	margin-top: 50px;
	grid-template-columns: 1fr 335px;
	gap: 40px;
}
.history_data_list{gap:15px;}
.history_data_list dt{padding-left: 20px;}
.g_year{
	font-size:186.67%;
	letter-spacing: 2.8px;
	line-height: 1.43em;
}
.j_year{
	font-size: 86.67%;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}
.history_data_list dd{

	font-size: 86.67%;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}

/*---------- massage ----------*/
.massage_wrap{margin-top: 50px;}

/*---------- footer ----------*/
#download_area{padding: 80px 20px 100px;}
.f_ten{
	font-size: 173.33%;
	letter-spacing: 2.6px;
	line-height: 1.23em;
	margin-bottom: 16px;
}
.f_en{
	font-size: 86.67%;
	letter-spacing: 1.3px;
}
#download_wrap .link_btn{margin-top: 15px;}
.link_btn a{
	width:240px;
	height:64px;
	font-size: 86.67%;
	letter-spacing: 1.3px;
	line-height:64px;
}
#footer_logo{width: 280px;}
.footer_list_60th li{
	font-size: 80%;
	letter-spacing: 1.2px;
}
#footer_copy{
	font-size: 92%;
	letter-spacing: 1.3px;
	line-height: 2.215em;
}
}
/*--------------------------------------------------------------------------------------------------------------------
	ページに関する指定(SP)
--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
body{
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body{
	background:#fff;
	width:auto;
}
img{
	width:auto;
	height:auto !important;
	max-width:100%;
}
#nojs{
	width:auto;
	background:#fff;
	color:#f00;
	padding:10px;
	border:5px solid #F00;
	text-align:center;
	margin: 50px auto 0px;
}
.sp_size{display:block !important;}
.project_data a[href^="tel"]{
	color: #333;
	text-decoration: none;
	pointer-events:auto;
}
.project_data a[href^="mailto"]{
	color: #333;
	text-decoration: none;
}
.area_ttl--break::before {
	content: "Commemorative\AProject";
	white-space: pre;
}

/*---------- header ----------*/
#logo{margin-left: 20px;}
#toggle button{width: 64px;}

/*---------- top ----------*/
.mv_area_60th{
	padding-bottom: 230px;
	padding-right: 0;
}
.mv_img_60th{width: 100%;}
.mv_txt_60th{bottom: -175px;}
.slide_item_60th{
	aspect-ratio: 0;
}
.slide_item_60th img{
	height: 230px !important;
}
.slick-dots{
	right: 62px;
	bottom: -215px;
}
.slide_btn_60th {
	right: 20px;
	bottom: -217px;
}

/*---------- news ----------*/
.news_wrap{
	margin-bottom: 90px;
}
.news_list{
	grid-template-columns: 1fr;
	grid-gap: 30px;
	padding: 0 20px;
}
.link_btn{
	margin:25px 0 0;
	text-align:center;
}
.link_btn a{
	display:block;
	width:240px;
	color:#fff !important;
	border-radius:50px;
	height:60px;
	line-height:60px;
	transition: background 0.3s;
	margin: auto;
	text-decoration: none !important;
	font-weight: 500;
}
.link_btn a:hover{background:#2D9F77;}

/*---------- project ----------*/
.project_flex{
	grid-template-columns: 1fr;
	gap: 40px;
}
.project_form{
	font-size: 86.66% !important;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}

/*---------- greeting ----------*/
.greeting_wrap{padding: 0 20px;}
.greeting_flex{
	grid-template-columns: 1fr;
}
.greeting_img{
	padding: 0 0 15px 15px;
	margin: 0 20px;
}
.greeting_img::before{
	width: 165px;
	height: 165px;
}
.greeting_img img{width: 100%;}

/*---------- history ----------*/
.history_flex{
	display: block;
	padding: 0 20px;
}
.history_data{padding-bottom: 50px;}

/*---------- massage ----------*/
.massage_wrap ul{
	margin: auto;
	padding: 30px 20px 60px;
}
.massage_wrap ul li{
	background: #EFF7F5;
	padding: 24px 20px;
	margin-bottom: 20px;
	display: block;
}
.massage_wrap ul li figure {
	width: 160px;
	height: 160px;
	overflow: hidden;
	flex-shrink: 0;
	padding-right: 0;
	margin: auto;
	padding-bottom: 20px;
}
.massage_wrap ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.massage_txt_area strong{
	font-family:'Shippori Mincho', serif;
	font-size: 120%;
	letter-spacing: 1.8px;
	line-height: 1.44em;
	font-weight: 500;
}
.massage_txt_area p{
	font-size: 102%;
}
.massage_txt_area p:nth-of-type(3) {
	margin-top: 15px;
	font-size: 87%;
	letter-spacing: 1.3px;
	line-height: 1.8em;
}

/*---------- footer ----------*/
#download_wrap{background: url(/img/60th/bg_support_smp.jpg) no-repeat center / cover;}
#download_area{
	max-width: 830px;
	padding: 95px 20px 100px;
	color: #333;
}
#download_area br{display:none !important;}
.download_box{padding:0;}
.f_ten{
	font-family:'Shippori Mincho', serif;
	font-weight:500;
	letter-spacing:4px;
	font-size: 175%;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0 auto 20px;
}
.f_en{
	font-size: 87%;
	letter-spacing: 1.6px;
	line-height: 1.8em;
}
.download_box .link_btn{margin-top: 20px;}
#footer_menu{
	display:block;
	padding:0;
	margin:0;
}
#footer_menu_in{
	display: block;
	padding: 30px 30px 0 30px;
}
#footer_logo{
	margin:auto;
}
.footer_list_60th{
	margin:0;
	justify-content: center;
}
.footer_list_60th li{
	font-size: 100%;
	letter-spacing: 1.5px;
	line-height: 1.92em;
	margin-top: 0;
	list-style: none;
	padding: 25px 0 22px;
}
#footer_menu a{
	display:block;
	padding-left: 15px;
	font-size: 75%;
}
#footer_copy{
	padding:10px 20px;
	font-size: 108.33%;
	letter-spacing: 1.3px;
	line-height: 2.215em;
}
#footer_copy small{font-size:65%;}
}