@charset "utf-8";
/* CSS Document */
#top_no01 {
	background-color: #FFF;
	width: 100%;
}
#top_no01_slide {
	position: relative;
}

#slide_all div{
	outline: none;
	
}
#slide_all div picture{/*20240903不要*/
	text-align: center;
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	display: block;
}
#slide_all div p{/*20240903*/
	text-align: center;
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
}
#slide_all div img {
	width: 100%;
	
}
#slide_all_sw_L {
	height: 50px;
	width: 26px;
	position: absolute;
	left: 10%;
	top: 40%;
	cursor: pointer;
}
#slide_all_sw_R {
	height: 50px;
	width: 26px;
	top: 40%;
	right: 10%;
	position: absolute;
	cursor: pointer;
}
/*ドット*/
.slide_dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide_dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide_dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide_dots li button::before {
	background-image: url(../2024_images/index/n01sr_do_off.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	cursor: pointer;
	height: 13px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 24px;
	width: 13px;
}
.slide_dots li.slick-active button::before {
  background-image: url(../2024_images/index/n01sr_do_on.png);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
/*--------------------------------------*/

#top_no02 {
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 50px;
}
.top_no02_sub_T {
	color: #453131;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_no02_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}
#top_no02_box div {
	margin-bottom: 50px;
	width: 330px;
}
#top_no02_box div a img{
}
#top_no02_box div a img:hover{
	margin-top: -16px;
	transition:0.5S;
	/*transform: scale(1.05);
	transition:0.5S;*/
	
}
#top_no03 {
	background-image: url(../2024_images/index/bk.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 100px;
}
.top_no03_sub_T {
	color: #453131;
	font-size: 26px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_no03_table {
	background-image: url(../2024_images/index/n03_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
.top_no03_table_t01 {
	font-size: 22px;
}
.top_no03_table_t01_ye {
	background: linear-gradient(transparent 60%, #FFFF8C 30%);
    display: inline-block;
}
.top_no03_table_t02 td a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7B4D4;
	color: #788dbe;
	text-decoration: none;
	padding-right: 30px;
	font-size: 18px;
	position: relative;
	z-index: 0;
	padding-left: 10px;
}
.top_no03_table_t02 td a::after  {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	/*背景の形状*/
	width: 0;
	height: 100%;
	background:#788dbe;
    /*アニメーションの指定*/
	transition: all .5s;
	opacity: 0;
}
.top_no03_table_t02 td a:hover  {
	color: #FFFFFF;
}
.top_no03_table_t02 td a:hover::after  {
	width: 100%;/*横幅を伸ばす*/
	opacity: 1;/*不透明に*/
	
}
.top_no03_table_t02_icon {
	font-size: 12px;
	position: absolute;
	right: 6px;
	bottom: 3px;
}
#top_no04 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.top_no04_01 {
	width: 800px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-radius: 10px;
}
.top_no04_02 {
	position: absolute;
	left: 30px;
	top: 80px;
}
.top_no04_02 p {
	font-size: 24px;
	background-image: url(../2024_images/index/n04_04.png);
	background-repeat: no-repeat;
	background-position: left 22px;
	padding-left: 60px;
	padding-top: 20px;
	background-size: 40px;
}

.top_no04_03 {
	position: absolute;
	right: 13px;
	bottom: 22px;
}





#top_no05 {
	background-image: url(../2024_images/index/bk.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 100px;
}
#top_no05_sw {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;
}
#top_no05_if {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}


#top_no06 {
	padding-top: 100px;
	padding-bottom: 80px;
}
.top_no06_sub_T {
	color: #453131;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
#top_no06_box6 {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top_no06_box6 section {
	width: 485px;
	border: 1px solid #453131;
	box-shadow: 4px 4px #ECECEC;
	margin-bottom: 30px;
}
.top_no06_box6_01 {
	color: #FFF;
	background-color: #453131;
	font-size: 16px;
	padding: 10px;
}
.top_no06_box6_02 {
	font-size: 24px;
	font-family:font_b;
	padding: 16px;
}
.top_no06_box6_03_box2 {
	display: flex;
	justify-content:space-between;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.top_no06_box6_03_box2_L {
	width: 280px;
}
.top_no06_box6_03_box2_L_T {
	font-size: 19px;
	padding-bottom: 16px;
}

.top_no06_box6_03_box2_L_B {
	font-size: 16px;
}
.top_no06_box6_03_box2_R {
	width: 150px;
}
.top_no06_box6_03_box2_R_T {
}
.top_no06_box6_03_box2_R_T img {
	box-shadow: 0px 0px 2px 2px #CCC;
}

.top_no06_box6_03_box2_R_B {
	text-align: center;
	padding-top: 20px;
}










#top_no07 {
	background-image: url(../2024_images/index/bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 100px;
}
.top_no07_sub_T {
	color: #453131;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
}
.top_no07_sub_T p {
	background: linear-gradient(transparent 60%, #FFFF8C 30%);
	display: inline-block;
}
.top_no07_01 {
	width: 1000px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../2024_images/index/n07_bk01.png),url(../2024_images/index/n07_bk02.png),url(../2024_images/index/n07_bk03.png);
	background-position: center top,center bottom,top center;
	background-repeat: no-repeat,no-repeat,repeat-y;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	margin-top: 70px;
}
.top_no07_01_L {
	width: 380px;
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 77px;
}
.top_no07_01_L_t01 {
	font-size: 22px;
	font-family:font_b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 4px;
}
.top_no07_01_L_t02 {
	font-size: 18px;
	line-height: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.top_no07_01_R {
	width: 400px;
	padding-top: 70px;
	padding-right: 80px;
}
.top_no07_01_R_b {
	font-size: 34px;
	padding-top: 40px;
	text-align: right;
}





#top_no08 {
	padding-top: 100px;
	padding-bottom: 100px;
}
#top_no08_T {
	font-family: font_b;
	text-align: center;
	position: relative;
	font-size: 40px;
}
#top_no08_T::before {
	background-color: #FF931E; /* 線の色 */
	bottom: -40px; /* 線の位置 */
	content: "";
	height: 3px; /* 線の高さ */
	left: 50%; /* 線の中央寄せ */
	position: absolute;
	transform: translateX(-50%); /* 線の中央寄せ */
	width: 55px; /* 線の長さ */
}
#top_no08_01 {
	padding-top: 100px;
	text-align: center;
}
#top_no09 {
	background-image: url(../2024_images/index/bk.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 100px;
}
#top_no09_T {
	font-family: font_b;
	text-align: center;
	position: relative;
	font-size: 40px;
}
#top_no09_T::before {
	background-color: #4D5E79; /* 線の色 */
	bottom: -40px; /* 線の位置 */
	content: "";
	height: 3px; /* 線の高さ */
	left: 50%; /* 線の中央寄せ */
	position: absolute;
	transform: translateX(-50%); /* 線の中央寄せ */
	width: 55px; /* 線の長さ */
}
#top_no09_box3 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#top_no09_box3 section {
	padding: 28px;
	width: 480px;
	box-sizing: border-box;
	background-color: #FFF;
	border: 1px solid #6D7B92;
	box-shadow: 2px 2px #CCC;
}
.top_no09_box3_01 {
	font-family:font_b;
	font-size: 30px;
	text-align: center;
}
.top_no09_box3_02 {
	font-size: 18px;
	padding-top: 28px;
	height: 250px;
}
.top_no09_box3_03 {
	text-align: center;
}





#top_no10 {
	background-color: #ebf0f2;
	padding-top: 30px;
	padding-bottom: 100px;
}
.top_no10_T {
	font-size: 28px;
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
}
#top_no10_box3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
.top_no10_img_sd {
	box-shadow: 1px 1px 3px 3px #CCC;
}



.end-----------------------------------------------{}
@media screen and (max-width: 737px){
.end-----------------------------------------------{}
#slide_all div picture{/*20240903*/
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
#slide_all div p{/*20240903*/
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
#slide_all_sw_L {
	height: 15px;
	width: 9px;
	left: 1%;
}
#slide_all_sw_R {
	height: 15px;
	width: 9px;
	right: 1%;
}
#top_no02 .scroll_up .wide_1000 {
	width: 100% !important;	
}

#top_no02 {
	padding-top: 10px;
	padding-bottom: 30px;
}
.top_no02_sub_T {
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#top_no02_box div {
	width: 48%;
	margin-bottom: 25px;
}
#top_no03 {
	padding-top: 30px;
	padding-bottom: 20px;
}

#sp_top_no03_table {
	margin-right: auto;
	margin-left: auto;
	max-width: 323px;
}
#top_no07 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top_no07_sub_T {
	font-size: 15px;
	padding-top: 25px;
}

.sp_top_no07_01 {
	border: 1px solid #453131;
	width: calc(100% - 50px);
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #FFF;
}
.sp_top_no07_01_t {
	background-color: #fcfcfd;
	text-align: center;
	position: relative;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
.sp_top_no07_01_t_sw {
	position: absolute;
	top: 36%;
	right: 5%;
	height: 20px;
	width: 20px;
}
.sp_top_no07_01_t_sw_o {
	transform:rotate(90deg);
	transform-origin:50% 50% 0;
}



.sp_top_no07_01_b {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #453131;
}


.sp_top_no07_01_b section {
	margin: 10px;
	font-size: 13px;
	line-height: 30px;
}
.sp_top_no07_01_b_01 {
	font-size: 16px;
	font-family:font_b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 20px;
	padding-bottom: 4px;
}
.sp_top_no07_01_b_02 {
	font-size: 14px;
	color: #4D4D4D;
	line-height: 24px;
	padding-top: 10px;
}





#top_no10 {
	padding-top: 0px;
	padding-bottom: 20px;
}

.top_no10_T {
	font-size: 15px;
	padding-top: 30px;
	padding-bottom: 16px;
}
.top_no10_T img {
	width: 15px;
}
#top_no10_box3 div {
	width: 48%;
	padding-bottom: 10px;
}








.end-----------------------------------------------{}
}
