@charset "utf-8";

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/*font*/

h1,h2,h3{
	font-family: dnp-shuei-shogomincho-std, sans-serif;
}

h4,p{
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
}

h4{
	font-weight: 600;
}

p{
	font-size:0.8em;
}

/*top,title*/

.top,.title{
	text-align: center;
	padding: 30px;
}

.top h1 {
	display:inline-block;
	font-size:50px;
	padding:0 10px;
	background:linear-gradient(transparent 60%, #f98e3c 60%);
}

.title{
	margin:15px 0;
}

.title h2{
	font-size:40px;
}

.title span{
	font-size:1.6em;
}

.co_a{
	color:#ce7500;
}

.co_b{
	color:#d77f6d;
}

.co_c{
	color:#e3bf00;
}


/*main*/

.con1{
	width:100%;
	background:url(../img/a_bk.png);
	margin-bottom:30px;
}

.con2{
	width:100%;
	background:url(../img/b_bk.png);
	margin-bottom:30px;
}

.con3{
	width:100%;
	background:url(../img/c_bk.png);
	margin-bottom:30px;
}

.pro{
	width:1080px;
	margin:0 auto;
	padding:30px 0;
	display:flex;
	flex-wrap:wrap;
}

.det{
	width:50%;
	padding:15px;
	display:flex;
	flex-wrap:wrap;
}

.left{
	width:30%;
	padding-right:1em;
}

.right{
	width:70%;
}

.right h3{
	font-size:1.8em;
}

/*footer*/
.page_top a {
    position: relative;
    display: block;
    background: #ed5a05;
    padding: 30px 0;
    margin: 0 auto;
}

.arrow.arrow_t:before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: calc(50% - 17px);
}

.arrow.arrow_t:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    right: calc(50% - 17px);
}

.arrow:before, .arrow::after {
    position: absolute;
    content: "";
    vertical-align: middle;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.arrow_t:before, .arrow_t::after {
    margin-top: 0;
    width: 20px;
    height: 3px;
    border-top: 3px solid #fff;
    -webkit-transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
}

footer {
    width: 100%;
    background: #f07106;
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
}

.sns_area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto !important;
    width: 290px;
    line-height: 1.0;
}

footer h3 {
	box-sizing: content-box;
    width: 366px;
    height: 117px;
    margin: 0 auto;
    padding: 15px 0 30px;
}

footer h3 img {
    width: 366px;
    height: 117px;
}

footer p {
    font-size: 14px;
    letter-spacing: 0;
    color: #fff;
}

/*1080px*/
@media screen and (max-width:1080px){
	.pro{
		width:100%;
	}	
	.det{
		width:100%;
	}
	.left{
		display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
	}
}

@media screen and (max-width:767px){
	.left,.right{
		width:100%;
	}
	.left img{
		width:50%;
	}
	.left{
		padding:0;
	}
	.right{
		text-align:center;
	}
}

/*sp-footer*/
@media screen and (max-width:767px){
	footer h3 {
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 20px;
}
}


.right h3 span {
    display: block;
    font-size: 0.65em;
    margin-bottom: 8px;
}