*{
	margin: 0;
	padding: 0;
}

body{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #525252;
	width: 100%;
	margin: auto;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_top {
	width: 100%;
	margin: 0 auto;
}

.page_top a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #ABCD03;
	padding: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
}

h1{
	position: relative;
	max-width: 540px;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: end;
	line-height: 4rem;
    margin-left: -7.5rem;
	margin-bottom: 3rem;
    padding: 0 15px;
	box-sizing: border-box;
	z-index: 1;
}

h1 .cl-gr{
	color: #ABCD03;
}

.sp_560,
.sp_480{
	display: none;
}

#head{
	position: relative;
	width: calc(100% - 420px);
	min-height: 750px;
	background-image: url(../image/top-bg01.jpg);
	background-size: cover;
	background-position: left 40% top;
	background-repeat: no-repeat;
}

.title-area{
    position: absolute;
    width: 420px;
    min-height: 750px;
    background: #ffffff;
    align-content: center;
    right: -26.25rem;
    top: 0;
    z-index: 1;
}

.title-area::before,
.title-area::after{
	content: "";
	position: absolute;
	width: 420px;
	height: 252px;
	opacity: .4;
	background-size: 100% auto;
	background-repeat: no-repeat;
	right: 0;
    z-index: -1;
}

.title-area::before{
	background-image: url(../image/title_area_bg01.png);
	background-position: center top;
	top: 0;
}


.title-area::after{
	background-image: url(../image/title_area_bg02.png);
	background-position: center bottom;
	bottom: 0;
}

.title-area h2{
	max-width: 320px;
	width: 100%;
	min-height: 60px;
	font-size: 24px;
	line-height: 100%;
	margin: auto;
	margin-bottom: 3rem;
	text-align: center;
	align-content: center;
	border: 4px solid #525252;
	box-sizing: border-box;
}

ul.square{
	max-width: 320px;
	width: 100%;
	margin: auto;
}

ul.square li{
    position: relative;
    padding-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
	margin-bottom: 1rem;
    font-weight: 700;
    word-break: auto-phrase;
}

ul.square li:last-child{
	margin-bottom: 0;
}

ul.square li::before{
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.inner{
	width: 100%;
	padding: 7.5rem 2rem;
	box-sizing: border-box;
}

.inner.wid1220{
	max-width: 1260px;
	width: calc(100% - 2.5rem);
	margin: auto;
}

.inner.wid1220 h3{
	max-width: 620px;
	min-height: 70px;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
    align-content: center;
	color: #ffffff;
	background: #ABCD03;
	margin-left: 0;
	margin-bottom: 3.75rem;
}

ul.column3.question{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: auto;
}

ul.column3.question li{
	max-width: 360px;
    width: calc((100% / 3) - 1rem);
}

ul.column3.question li .img-area{
	overflow: hidden;
	border-radius: 1rem;
}

ul.column3.question li h4{
	min-height: 80px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
    align-content: center;
    padding: 0.5rem 2rem;
	margin-bottom: 1rem;
    box-sizing: border-box;
	border-bottom: 2px solid #525252;
	border-radius: 1rem;
}

ul.column3.question li p{
	width: 100%;
    font-size: 1.125rem;
	margin: auto;
}

.inner.bg-gr{
	padding: 7.5rem 3.75rem;
	background: #E8FFB8;
}

.inner.bg-gr .column2{
    display: flex;
    align-items: end;
	justify-content: space-between;
}

.inner.bg-gr .column2 .l_box {
    width: calc(100% - 50%);
}

.inner.bg-gr .column2 .l_box ul li{
	min-height: 130px;
	padding-left: 10rem;
	margin-bottom: 2.5rem;
	background-repeat: no-repeat;
	background-size: 130px auto;
	background-position: left center;
}

.inner.bg-gr .column2 .l_box ul li.jinzai{
	background-image: url(../image/point-icn01.png);
}

.inner.bg-gr .column2 .l_box ul li.wordpress{
	background-image: url(../image/point-icn02.png);
}

.inner.bg-gr .column2 .l_box ul li.responsive{
	background-image: url(../image/point-icn03.png);
}

.inner.bg-gr .column2 .l_box ul li:last-child{
	margin-bottom: 0;
}

.inner.bg-gr .column2 .l_box ul li h4{
	font-size: 1.5rem;
	line-height: 2rem;
	min-height: 80px;
    margin-bottom: 0.5rem;
	align-content: center;
	border-bottom: 1px solid #525252;
}

.inner.bg-gr .column2 .l_box ul li p {
	font-size: 1.125rem;
}

.inner.bg-gr .column2 .r_box{
	max-width: 640px;
}

.inner.light-gr{
	padding: 7.5rem 3.75rem;
	background: #F5FFEB;
}

.inner.light-gr h3.border{
	position: relative;
	max-width: 240px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
    margin: 0 auto 2rem;
	padding-bottom: 2rem;
}

.inner.light-gr h3.border::before{
	content: "";
	position: absolute;
	width: 160px;
	height: 0;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.inner.light-gr p{
	text-align: center;
	line-height: 1.5rem;
	margin-bottom: 2.5rem;
}

ul.rec_list{
	max-width: 980px;
	width: calc(100% - 2rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
}

ul.rec_list li{
	width: calc((100% / 3) - 1.5rem);
	text-align: center;
	margin: 0 0.75rem 5rem;
}

ul.rec_list li.release_off{
	display: none;
}

ul.rec_list li a .img_area{
	display: block;
	margin-bottom: 1rem;
}

ul.rec_list li a .img_area img{
	overflow: hidden;
	border-radius: 1rem;
}

ul.rec_list li:nth-child(n+7){
	margin-bottom: 0;
}

ul.rec_list li a{
	text-decoration: none;
	color: #E83828;
	font-size: 1.25rem;
	font-weight: 500;
	transition: .5s;
}

ul.rec_list li a:hover,
ul.rec_list li a:focus{
	opacity: .7;
}

.inner.yel{
	position:relative;
	padding: 7.5rem 0;
	background: #F8C72D;
	z-index: 1;
}

.inner.yel::before,
.inner.yel::after{
	content: "";
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
    opacity: .5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.inner.yel::before{
	background-image: url(../image/kanri-bg01.png);
	background-position: center top;
	top: 0;
}

.inner.yel::after{
	display: none;
	background-image: url(../image/kanri-bg02.png);
	background-position: center bottom;
	bottom: 0;
}

.inner.yel .column2{
	min-height: 580px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	margin-bottom: 3.75rem;
}

.inner.yel .column2 .img_box{
	width: 40%;
    margin: 0 auto;
    align-content: center;
}

.inner.yel .column2 .tx_box{
	position: relative;
	width: calc(60% - 2.5rem);
	margin-left: auto;
	margin-right: 0;
	z-index: 1;
}

.inner.yel .column2 .tx_box h3{
	position: relative;
	min-height: 120px;
	width: fit-content;
	font-size: 2.25rem;
	line-height: 3rem;
	color: #ffffff;
	margin-left: auto;
	margin-right: 0;
	padding: 1rem 2.5rem;
	box-sizing: border-box;
	border-top-left-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
	align-content: center;
	background: #EA5514;
	z-index: 1;
}

.inner.yel .column2 .tx_box .cont_box{
	position: relative;
	width: 100%;
	padding: 5rem 2.5rem 2.5rem;
	margin-top: -2.5rem;
	box-sizing: border-box;
	background: #ffffff;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	z-index: 0;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list{
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
    justify-content: space-between;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li{
	width: calc((100% / 3) - 1rem);
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li .img{
	margin-bottom: 1rem;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li p{
    position: relative;
	width: 100%;
	min-height: 180px;
    line-height: 1.75rem;
    padding: 1rem;
    background: #cccccc;
    border-radius: 1rem;
	margin-top: 2rem;
	margin-bottom: 0;
	box-sizing: border-box;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li p::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 1rem solid;
	border-right: 0.5rem solid transparent;
	border-left: 0.5rem solid transparent;
	left: 0;
	right: 0;
	top: -1rem;
	margin: auto;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.org p{
    background: #FFD691;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.org p::before{
	border-bottom: 1rem solid #FFD691;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.grn p{
    background: #D5FF94;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.grn p::before{
	border-bottom: 1rem solid #D5FF94;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.ble p{
    background: #94E8FF;
}

.inner.yel .column2 .tx_box .cont_box ul.point_list li.ble p::before{
	border-bottom: 1rem solid #94E8FF;
}

.more_btn{
	text-align: center;
	margin: auto;
}

.more_btn a{
	position: relative;
	display: block;
	max-width: 480px;
	width: calc(100% - 2rem);
	min-height: 100px;
	text-align: center;
	align-content: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	margin: auto;
	background: #22AC38;
	font-size: 1.5rem;
	line-height: 2rem;
	border-radius: 1rem;
	overflow: hidden;
	transition-duration: .2s;
	z-index: 2;
}

.more_btn a::after {
	background: #00812A;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .3s, transform 0s;
	transition-delay: 0s, .2s;
}
 
.more_btn a:hover {
	color: #fff;
}

.more_btn a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .3s ease-in-out;
}

#footer .inner{
	position: relative;
	padding: 6.25rem 2rem 7.5rem;
	box-sizing: border-box;
}

#footer .inner::before,
#footer .inner::after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
    z-index: -1;
}

#footer .inner::before{
	width: 225px;
	height: 320px;
	background-image: url(../image/foot-bg01.png);
	top: 0;
	left :0;
}


#footer .inner::after{
	width: 240px;
	height: 300px;
	background-image: url(../image/foot-bg02.png);
	top: 0;
	right: 0;
}

#footer .inner p{
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 2rem;
}

.contact_box{
	max-width: 340px;
	text-align: center;
	margin: auto;
}

.contact_box h5{
	font-size: 1.25rem;
	line-height: 3rem;
}

.contact_box p{
	font-size: 1.125rem;
	margin-bottom: 3rem;
}

.contact_box p.tel_box{
	position: relative;
	max-width: 320px;
	padding-left: 3rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.5px;
	text-align: left;
	color: #E20E0E;
	margin: auto;
	margin-bottom: 2.5rem;
	box-sizing: border-box;
}

.contact_box p.tel_box small{
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
}

.contact_box p.tel_box::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 50px;
	background-image: url(../image/tel_icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}

.mail_btn{
	max-width: 580px;
	width: calc(100% - 2rem);
	margin: 0 auto 7.75rem;
}

.mail_btn a{
	position: relative;
	display: block;
	width: 100%;
	min-height: 80px;
	padding-left: 2.5rem;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	align-content: center;
	background: #ABCD03;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.mail_btn a::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../image/mail_icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 10rem;
	margin: auto;
}


.exit_top{
	margin: auto;
	text-align: center;
}

.exit_top a{
	position: relative;
	display: block;
	max-width: 180px;
	width: 100%;
	height: 50px;
	text-decoration: none;
	color: #ABCD03;
    align-content: center;
	margin: auto;
	padding-left: 1rem;
	border: 2px solid #ABCD03;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.exit_top a::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(../image/arrow-icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 2rem;
	margin: auto;
}


.mail_btn a:hover,
.mail_btn a:focus,
.exit_top a:hover,
.exit_top a:focus{
	opacity: .7;
}

.copyright {
	padding: 2.25rem 2rem;
}

.copyright p{
	text-align: center;
	font-size: 0.75rem;
}

@media screen and ( max-width:1260px ) {
	h1 {
		max-width: none;
		font-size: 2.5rem;
		text-align: center;
		line-height: 3rem;
		margin-left: unset;
	}

	.inner.bg-gr .column2 {
		flex-direction: column;
		align-items: center;
	}
	
	.inner.bg-gr .column2 .l_box {
    	width: 100%;
		margin-bottom: 3.75rem;
	}
	
	.inner.bg-gr .column2 .r_box {
    	max-width: 480px;
	}
	
	ul.column3.question {
	    justify-content: unset;
	}
	
	ul.column3.question li {
		max-width: none;
		width: calc((100% / 2) - 2rem);
		margin: 0 1rem 2.5rem;
	}
	
	
	.inner.yel::after{
		display: block;
	}
	
	.inner.yel .column2{
		flex-direction: column;
		min-height: auto;
		justify-content: unset;
	}
	
	.inner.yel .column2 .img_box {
		max-width: 640px;
		width: 100%;
	}
	
	.inner.yel .column2 .tx_box {
		position: relative;
        max-width: 960px;
		width: calc(100% - 4rem);
	    margin-left: auto;
		margin-right: auto;
		margin-top: -7.5rem;
	}
	
	.inner.yel .column2 .tx_box h3 {
        text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-top-right-radius: 1.25rem;
		border-bottom-right-radius: 1.25rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box{
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

@media screen and ( max-width:1024px ) {
	#head {
		width: 100%;
    	min-height: 620px;
	}
		

    .title-area {
        position: absolute;
        display: flex;
		justify-content: space-between;
        max-width: 760px;
        width: calc(100% - 2rem);
        min-height: auto;
        padding: 2.5rem 2rem;
        border-radius: 2rem;
        overflow: hidden;
        box-sizing: border-box;
        background: #ffffff;
        align-items: center;
        left: 0;
        right: 0;
        top: auto;
        bottom: -15rem;
        margin: auto;
    }
	
	.title-area::before {
		background-image: url(../image/title_area_bg01.png);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	.title-area::after {
		display: none;
	}
	
	h1{
		font-size: 2.25rem;
		margin-bottom: unset;
		padding: 0;
		text-align: start;
	}
	
	h1 .cl-gr{
		display: block;
		color: #525252;
	}
	
	.inner.wid1220{
		padding-top: 20rem;
	}
}

@media screen and ( max-width:960px ) {
	.inner.wid1220{
		width: 100%;
	}
	
	.inner.wid1220 h3 {
		max-width: 480px;
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	
	.inner.bg-gr,
	.inner.light-gr {
    	padding: 7.5rem 2rem;
	}
	
	.inner.light-gr h3.border {
	    font-size: 2.25rem;
		padding-bottom: 1rem;
	}
	
	ul.rec_list{
		width: 100%;
	}
	
	ul.rec_list li {
		max-width: none;
        width: calc((100% / 2) - 2rem);
        margin: 0 1rem 2.5rem;
	}
	
	ul.rec_list li:nth-child(n+7){
		margin-bottom: 2.5rem;
	}
	
	ul.rec_list li:last-child{
		margin-bottom: 0;
	}
	
	ul.rec_list li.disnone {
		display: none;
	}
	
	#footer .inner {
	    padding: 5rem 2rem 5rem;
	}
	
	#footer .inner::before {
		width: 180px;
		height: 256px;
		opacity: .3;
	}
	
	#footer .inner::after {
		width: 192px;
		height: 240px;
		opacity: .3;
	}
	
	#footer .inner p {
		font-size: 1.125rem;
	}
	
	.mail_btn {
	    margin: 0 auto 5rem;
	}
	
	.copyright {
    	padding: 1.25rem 2rem;
	}
}

@media screen and ( max-width:860px ) {
	ul.column3.question li{
        max-width: calc(100% - 2rem);
		width: 100%;
		margin: 0 auto 3.75rem;
	}
	
	ul.column3.question li:last-child {
		margin-bottom: 0;
	}
	
	.inner.yel .column2 .tx_box h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        min-height: 90px;
	}
	
}

@media screen and ( max-width:768px ) {
    #head {
        min-height: 480px;
    }
	
    .title-area {
        flex-direction: column;
        max-width: 480px;
		bottom: -20rem;
	}
	
	
	h1{
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}
	
	.title-area h2 {
		max-width: none;
		font-size: 20px;
		margin-bottom: 2.5rem;
	}
	
	ul.square {
    	max-width: none;
	}
	
	
    .inner.wid1220 {
        padding-top: 25rem;
    }
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li{
		display: flex;
		width: 100%;
		align-items: center;
		margin-bottom: 1.5rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li .img{
		max-width: 195px;
		width: 100%;
		margin-bottom: 0;
		margin-right: 1rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li:last-child{
		margin-bottom: 0;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li p {
		margin-top: unset;
		margin-left: 1rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li p::before {
		transform: rotate(-90deg);
		top: 0;
		bottom: 0;
		left: -1rem;
		right: auto;
	}
}

@media screen and ( max-width:640px ) {
	.title-area{
		bottom: -20rem;
	}
	
	ul.column3.question li h4 {
    	width: fit-content;
		margin: 0 auto 1rem;
	}
	
	ul.column3.question li p {
    	font-size: 1rem;
        line-height: 1.5rem;
	}
	
    .inner.wid1220 h3 {
        max-width: 400px;
        font-size: 1.25rem;
        margin: 0 auto 3rem;
    }
	
	.inner.bg-gr .column2 .l_box ul li {
	    padding-left: 0;
    	padding-top: 8.75rem;
	    margin-bottom: 3.75rem;
	    background-position: center top;
	}
	
	.inner.bg-gr .column2 .l_box ul li p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.inner.wid1220,
	.inner.bg-gr,
	.inner.light-gr {
        padding: 6rem 2rem;
    }
	
	.inner.wid1220{
		padding-top: 25rem;
	}
	
    ul.rec_list li {
        width: calc((100% / 2) - 1rem);
        margin: 0 0.5rem 2.5rem;
	}
	
	.inner.yel{
		padding: 6rem 0;
	}
	
    .inner.yel .column2 .img_box {
        max-width: 460px;
	}

    .inner.yel .column2 .tx_box {
        width: calc(100% - 2rem);
	}
	
	.inner.yel .column2 .tx_box h3{
        font-size: 1.25rem;
        padding: 1rem;
        line-height: 2rem;
	}
	
	
	.inner.yel .column2 .tx_box .cont_box {
	    padding: 5rem 1.25rem 2.5rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li {
		max-width: 360px;
		flex-direction: column;
		margin: 0 auto 3rem;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li .img{
		max-width: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li p {
		min-height: auto;
		margin-top: 2rem;
		margin-left: unset;
	}
	
	.inner.yel .column2 .tx_box .cont_box ul.point_list li p::before {
		transform: rotate(0deg);
		top: -1rem;
		bottom: auto;
		left: 0;
		right: 0;
	}

	#footer .inner p {
		font-size: 1rem;
	}
	
	.mail_btn {
		max-width: 360px;
	}
	
	.mail_btn a::before {
		left: 3rem;
	}
}


@media screen and ( max-width:560px ) {
	h1 {
        font-size: 2rem;
        line-height: 2.5rem;
	}
	
	.sp_560{
		display: inline;
	}

	ul.rec_list li a {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}

}

@media screen and ( max-width:480px ) {
	.sp_480{
		display: inline;
	}
	
    .inner.wid1220 h3 {
        max-width: none;
	}
	
	.inner.wid1220,
	.inner.bg-gr,
	.inner.light-gr {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	
	.inner.light-gr p{
		text-align: left;
	}
}