@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
#container {
	margin-top: 0;
	padding-bottom: 0;
	color: #000;
}
.fnFade:hover {
	opacity: .6;
}

#container h2.suBlock01_tit{
	line-height: 60px;
	margin: 0 0 20px;
	padding: 0;
	border-radius: 10px 10px 0 0;
	background-color: #606D8D;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 217%;
	font-weight: 700;
	text-align: center;
}
#container h3.suBlock01_stit {
	line-height: 1.5;
	margin: 0 0 11px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	color: #333;
}
#container p,
#container ul,
#container ol{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

/* 背景
------------------------------------------------------------------------------- */
.sdVisual01 {
	margin-bottom: 80px;
	height: 416px;
	padding: 0 20px;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #000;
}
.sdVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.sdVisual01_front {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0;
	width: 390px;
	height: 160px;
	margin: -80px auto 0;
	background: rgba(255, 255, 255, .8);
	background-color: rgba(255, 255, 255, .8);
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	text-align: center;
}
.sdVisual01_tit {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin: 0 auto;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
/* パーツ
------------------------------------------------------------------------------- */
.sdLead{
	margin: 0 20px 80px;
}
.sdLead_in{
	max-width: 950px;
	margin: 0 auto;
}
#container .sdLead p.sdLead_txt01{
	line-height: 1.5;
	margin: 0 0 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
#container .sdLead p.sdLead_txt02{
	line-height: 2.1875;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}


.sdSupport{
	margin: 0 20px 80px;
}
.sdSupport_in{
	max-width: 950px;
	margin: 0 auto;
}
.sdSupport_bg{
	margin: 30px 0 16px;
	background-color: #F5F5F5;
	border-radius: 10px;
	display: flex;
}
.sdSupport_btn{
	display: none;
}
#container .sdSupport_txt01{
	width: 34%;
	padding: 30px;
	background-color:#EBEBEB;
	border-radius: 10px 0 0 10px;
	font-size: 135%;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.sdSupport_tel{
	width: 66%;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.sdSupport ul{
	font-size: 117%;
}




.sdBlock{
	margin: 0 20px;
}
.sdBlock_in{
	max-width: 950px;
	margin: 0 auto;
}
