.hover {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
}

.hover:hover {
    opacity: 0.8;
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.mt20{
	margin-top: 20px;
}
.mainCont{
	/* 2025 変更 START */
	/*width: 900px;*/
	width: 100%;
	/* 2025 変更 END */
	margin: 0 auto 50px;
}
#mainImg{
	text-align: center;
	position: relative;
	z-index: 100;
}
.mainLink{
	display: block;
	width: 432px;
	height: 78px;
	text-indent: -9999px;
	background: url(../images/anchor.png) no-repeat 0 0;
}
.mainLink:hover{
	background-position:0 -80px;
}
.linkArea{
	position: absolute;
	top: 163px;
	left: 235px;
	width: 432px;
	height: 78px;
	background: url(../images/anchor_bg.png) no-repeat;
}
.sec_top{
	margin-top: -24px;
}
#sec{
	position: relative;
	padding-top: 48px;
	padding-bottom: 55px;
	overflow: hidden;
	background: #ed6d00;
}
.sec_ttl{
	text-align: center;
}
.sec_box{
	/* 2025 変更 START */
	/*width: 744px;*/
	width: 90%;
	/* 2025 変更 END */
	margin: 0 auto;
}
.sec_box_left{
	float: left;
	/* 2025 変更 START */
	/*width: 273px;*/
	width: 35%;
	/* 2025 変更 END */
	padding-top: 38px;
}
.sec_box_center{
	float: left;
	/* 2025 変更 START */
	/*width: 48px;*/
	/*padding: 132px 18px 0 24px;*/
	width: 10%;
	padding: 132px 10px 0 10px;
	/* 2025 変更 END */
}
.sec_box_right{
	float: left;
	/* 2025 変更 START */
	/*width: 344px;*/
	width: 50%;
	/* 2025 変更 END */
}
.sec_img{
	position: absolute;
	bottom: -167px;
	right: 8px;
	left: auto;
	top: auto;
}

#sec2{
	padding-top: 30px;
	padding-bottom: 80px;
	border-left: 3px solid #ed6d00;
	border-right: 3px solid #ed6d00;
	background: #fff;
}
.sec2_ttl{
	position: relative;
	z-index: 100;
}
.sec2_box{
	/* 2025 変更 START */
	/*width: 848px;*/
	width: 95%;
	/* 2025 変更 END */
	margin: -14px auto 0;
}
.sec2_list{
	margin-left: -10px;
}
.sec2_list li{
	/* 2025 変更 START */
	/*width: 276px;*/
	width: 31%;
	/* 2025 変更 END */	
	float: left;
	margin-left: 10px;
}

#sec3{
	background: #ed6d00;
	padding: 25px 45px 10px 61px;
}
.sec3_box_left{
	width: 341px;
	float: left;
	padding-top: 50px;
}
.sec3_box_right{
	width: 453px;
	float: right;
}
.sec3_note{
	color: #eee;
	text-align: right;
	font-size: 14px;
}
.sec3_btn{
	display: block;
	width: 453px;
	height: 426px;
	text-indent: -9999px;
	background: url(../images/sec3_img2.png) no-repeat;
	/* 2025 変更 START */
	background-size: contain;
	/* 2025 変更 END */
}

.modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/modal_bg.png) repeat;
	z-index: 1000;
}
.modal_box{
	display: none;
	position: absolute;
	/* 2025 変更 START */
	/*width: 720px;*/
	width: 100%;
	height: 405px;
	/*padding: 10px 100px;*/
	padding: 10px 0;
	top: 50%;
	margin-top: -210px;
	/*left: 50%;*/
	/*margin-left: -460px;*/
	/* 2025 変更 END */
	background: #000;
}
.modal_close{
	position: absolute;
	top: 0;
	right: 0;
}
/* 2025 変更 START */
@media screen and (max-width: 767px){
#mainImg{
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 100;
}
.mainLink{
	display: block;
	width: 100%;
	text-indent: -9999px;
	background: url(../images/anchor.png) no-repeat 0 0;
}
.linkArea{
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	height: 50%;
	background: url(../images/anchor_bg.png) no-repeat;
}
.sec_box_left {
    float: left;
    width: 100%;
    padding-top: 38px;
}
.sec_box_center {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.sec_box_right {
    float: left;
    width: 100%;
	padding: 0 0 60px 0;
}
.sec2_list li {
    width: 100%;
    float: left;
    margin-left: 10px;
}
#sec3{
	background: #ed6d00;
	padding: 25px 15px 10px 15px;
}
.sec3_box_left{
	width: 100%;
	float: left;
	padding-top: 50px;
}
.sec3_box_right{
	width: 100%;
	float: right;
}
.sec3_btn{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	text-indent: -9999px;
	background: url(../images/sec3_img2.png) no-repeat;
	background-position: center;
	background-size: contain;
}
}
/* 2025 変更 END */