*{
	margin:0;
	padding:0;
}

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
}

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

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

h1{
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 3rem;
	color: #ffffff;
	filter: drop-shadow(0 0 2px #000000) drop-shadow(0 0 1px #00000006);
	margin-bottom: 1.25rem;
}

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

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


.sp_480{
	display: none;
}

.column2{
	display: flex;
	flex-direction: row;
	align-items: center;
}


#head .column2 .l_box{
	width: 65%;
    padding: 4.25rem 5rem;
	box-sizing: border-box;
	background-image: url(../image/top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 30% center;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

#head .column2 .l_box ul.point{
	max-width: 570px;
	width: 100%;
	margin-bottom: 1.25rem;
}

#head .column2 .l_box ul.point li{
	position: relative;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 100%;
	padding: 15px 15px 15px 100px;
	border-radius: 25px;
	background: #FFEE4D;
	filter: drop-shadow(0 0 4px #0000cc60);
}

#head .column2 .l_box ul.point li:last-child{
	margin-bottom: 0;
}

#head .column2 .l_box ul.point li::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	background-image: url(../image/point-icn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	left: 2rem;
	top: 0.5rem;
}

#head .column2 .l_box p.grad{
    max-width: 520px;
    text-align: center;
	margin-bottom: 2.25rem;
	filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff);
}

#head .column2 .l_box .price_box{
	max-width: 600px;
	width: calc(100% - 2rem);
	padding: 1.125rem;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0.75rem;
    filter: drop-shadow(0 0 4px #999999);
}

#head .column2 .l_box .price_box h2{
	font-family: "noto-serif", serif;
	font-size: 82px;
	font-weight: 900;
	color: #EF1111;
	line-height: 100%;
}

#head .column2 .l_box .price_box h2 small{
	display: block;
	max-width: 150px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 0.375rem;
	margin-bottom: 1rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 100%;
	background-image: linear-gradient(180deg, rgba(16, 162, 255, 1), rgba(23, 198, 255, 1));
	border-radius: 1.25rem;
}

#head .column2 .l_box .price_box h2 span{
	font-size: 30px;
	font-weight: 700;
}

#head .column2 .l_box .price_box h2 span strong{
	font-size: 36px;
}

#head .column2 .l_box .price_box p.org{
	font-family: "noto-serif", serif;
	font-size: 1.875rem;
	font-weight: 700;
	color: #FF5215;
	line-height: 100%;
	margin-bottom: 1.5rem;
}

#head .column2 .l_box .price_box p:nth-child(3){
	font-size: 1.125rem;
	font-weight: 500;
	line-height:100%;
	margin-bottom: 0.75rem;
}

#head .column2 .l_box .price_box p:last-child{
	color: #C60012;
	font-weight: 700;
}

#head .column2 .r_box{
    width: 35%;
    margin: auto;
    margin-right: 5rem;
    margin-left: 0;
}

#head .column2 .r_box{
	max-width: 520px;
}


@media screen and ( max-height:840px ) {
	#head .column2 .l_box{
        padding: 3.25rem 5rem;
	}
	
	h1 {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}
	
	#head .column2 .l_box ul.point li {
    	padding: 10px 15px 10px 80px;
	}
	
	#head .column2 .l_box ul.point li::before {
		width: 40px;
		height: 28px;
		left: 2rem;
		top: 0.375rem;
	}
	
	#head .column2 .l_box .price_box h2 {
		font-size: 60px;
	}
	
	#head .column2 .l_box .price_box p.org {
	    font-size: 1.5rem;
	}
	
	#head .column2 .l_box p.grad {
    	margin-bottom: 1.5rem;
	}
	
	#head .column2 .l_box .price_box h2 small {
	    margin-bottom: 0.75rem;
		font-size: 1.25rem;
	}
}

.inner {
	width: 100%;
	margin: auto;
	padding: 4rem 0;
}

.inner.bg-gr {
	background: #B1EFE6;
}

.inner .column2{
	max-width: 1260px;
	width: calc(100% - 2rem);
	margin: auto;
	background: #ffffff;
	border-radius: 1rem;
	overflow: hidden;
	filter: drop-shadow(0 0 4px #00000017);
}

.inner .column2 .l_box{
	position: relative;
	max-width: 280px;
	width: calc(100% - 1rem);
	margin-right: 1rem;
	background: #25D68E;
}

.inner .column2 .l_box::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #25d68e;
	border-right: 0;
	top: 0;
	bottom: 0;
	right: -1rem;
	margin: auto;
}

.inner .column2 .l_box h3{
	min-height: 110px;
	text-align: center;
	font-size: 1.375rem;
	color: #ffffff;
	align-content: center;
}

.inner .column2 .r_box{
	width: calc(100% - 17.5rem);
	padding-left: 6rem;
	box-sizing: border-box;
}

.inner .column2 .r_box ul.fl_li{
	display: flex;
	margin-bottom: 1rem;
}

.inner .column2 .r_box ul.fl_li li{
	position: relative;
	font-size: 1.125rem;
	min-height: 25px;
	align-content: center;
	padding-left: 2.25rem;
	margin-right: 2rem;
}

.inner .column2 .r_box ul.fl_li li::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 25px;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url(../image/check_icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

ul.column3{
	display: flex;
	margin: auto;
}

ul.column3 li{
	position: relative;
	width: calc(100% / 3);
    min-height: 380px;
	padding: 2.5rem 2rem;
	box-sizing: border-box;
	background: #35B3F9;
    padding-top: 12.5rem;
}

ul.column3 li:nth-child(even){
	background: #23A3DB;
}


ul.column3 li::before{
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	left: 0;
	right: 0;
	top: 2.5rem;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

ul.column3 li.tab::before{
	background-image: url(../image/point_icn01-1.png);
}

ul.column3 li.web::before{
	background-image: url(../image/point_icn02-1.png);
}

ul.column3 li.news::before{
	background-image: url(../image/point_icn03-1.png);
}


ul.column3 li h4{
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFF00;
    margin-bottom: 1.5rem;
}

ul.column3 li p{
	font-size: 1.125rem;
	line-height: 180%;
	color: #ffffff;
}

#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: 350px;
	height: 340px;
	background-image: url(../image/bg-l.png);
	top: -3rem;
	left :0;
}


#footer .inner::after{
	width: 310px;
	height: 385px;
	background-image: url(../image/bg-r.png);
	top: -3.75rem;
	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: #1DBFBB;
	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: #23A3DB;
    align-content: center;
	margin: auto;
	padding-left: 1rem;
	border: 2px solid #23A3DB;
	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:1280px ){
	#head .column2 .l_box{
    	width: 70%;
        padding: 3.25rem 6rem;
        padding-left: 3rem;
	}
	
	h1 {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}
	
	#head .column2 .l_box ul.point li {
    	padding: 10px 15px 10px 80px;
	}
	
	#head .column2 .l_box ul.point li::before {
		width: 40px;
		height: 28px;
		left: 2rem;
		top: 0.375rem;
	}
	
	#head .column2 .l_box .price_box h2 {
		font-size: 60px;
	}
	
	#head .column2 .l_box .price_box p.org {
	    font-size: 1.5rem;
	}
	
	#head .column2 .l_box p.grad {
    	margin-bottom: 1.5rem;
	}
	
	#head .column2 .l_box .price_box h2 small {
	    margin-bottom: 0.75rem;
		font-size: 1.25rem;
	}
	
	#head .column2 .r_box{
		width: 30%;
	}
	
	.inner{
		padding: 6rem 0;
	}
	
	.inner .column2 {
	    flex-direction: column;
    	max-width: 860px;
    	overflow: unset;
	}
	
	.inner .column2 .l_box {
		max-width: 280px;
		margin-right: 0;
        margin-top: -2.5rem;
        margin-bottom: 3rem;
		border-radius: 1rem;
	}
	
	.inner .column2 .l_box::before {
		border-top: 16px solid #25d68e;
		border-bottom: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		top: 0;
		bottom: -6rem;
		right: 0;
		left: 0;
	}
	
	.inner .column2 .l_box h3 {
    	min-height: 80px;
	}
	
	.inner .column2 .r_box {
    	width: 100%;
    	padding-left: 0;
	}
	
	.inner .column2 .r_box ul.fl_li {
	    justify-content: center;
    	margin-bottom: 3rem;
	}
	
	.inner .column2 .r_box p{
		text-align: center;
        margin: 0 1rem 3rem;
        line-height: 1.25rem;
	}
	
	ul.column3 {
		flex-wrap: wrap; 
	}
	
	ul.column3 li{
        align-content: center;
        width: 100%;
        min-height: 240px;
        padding: 2rem 1.5rem;
		padding-left: 15rem;
	}
	
	ul.column3 li::before{
		left: 3.5rem;
        right: auto;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	ul.column3 li h4 {
		text-align: left;
		width: 100%;
		margin-bottom: 1rem;
	}
	
	
	
@media screen and ( max-width:1024px ){
	#head .column2 {
    	flex-direction: column;
	}
	
	h1 {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin-bottom: 3rem;
    }
	
	#head .column2 .l_box {
        width: 100%;
        padding: 3.5rem 5rem;
        clip-path: unset;
	}
	
	#head .column2 .l_box ul.point {
	    max-width: none;
    	margin-bottom: 1.5rem;
	}
	
	#head .column2 .l_box ul.point li {
    	margin-bottom: 1rem;
	}
	
	#head .column2 .l_box .price_box {
		max-width: 480px;
		width: 100%;
		margin: auto;
		padding: 1.5rem;
	}
	
	#head .column2 .r_box {
		width: calc(100% - 2rem);
		margin: 3.5rem auto;
	}
	
	#footer .inner {
		padding: 5rem 2rem;
	}
	
	#footer .inner::before {
		width: 210px;
		height: 204px;
	    top: -1rem;
	}
	
	#footer .inner::after {
		width: 186px;
		height: 231px;
		top: -1.5rem;
	}
}

@media screen and ( max-width:840px ){
	#head .column2 .l_box {
		width: 100%;
		padding: 3rem;
	}
	
	#head .column2 .r_box {
		max-width: 360px;
		width: calc(100% - 2rem);
	}
	
	h1 {
		text-align: center;
		font-size: 2rem;
		line-height: 3rem;
	}

	.inner .column2 .r_box ul.fl_li {
        width: calc(100% - 4rem);
        flex-wrap: wrap;
        justify-content: unset;
        margin: auto;
        margin-bottom: 1rem;
    }
	
	.inner .column2 .r_box ul.fl_li li {
	    width: calc(33.333% - 2rem);
	    box-sizing: border-box;
	    margin: 0 1rem 1rem;
	}
	
	#footer .inner::before {
		width: 140px;
		height: 136px;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: .3;
	}
	
	#footer .inner::after {
		width: 124px;
		height: 154px;
		top: 0;
		bottom: 0;
		margin: auto;
		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:640px ) {
	h1 {
		font-size: 1.75rem;
	}
	
	#head .column2 .l_box {
		padding: 3rem 2rem;
	}
	
	#head .column2 .l_box ul.point li {
		font-size: 1.125rem;
		padding-left: 50px;
	}

	#head .column2 .l_box ul.point li::before {
		width: 30px;
		height: 21px;
        left: 0.75rem;
		top: 0.5rem;
	}
		
	#head .column2 .l_box .price_box {
		max-width: 380px;
	}
	
	#head .column2 .l_box .price_box h2 {
        font-size: 50px;
    }
	
	#head .column2 .l_box .price_box h2 span{
		font-size: 1.25rem;
		font-weight: 700;
	}
	
	#head .column2 .l_box .price_box h2 span strong{
		font-size: 1.75rem;
	}
	
	#head .column2 .l_box .price_box p.org{
		font-size: 1.5rem;
	}
	
	#head .column2 .l_box .price_box p:last-child {
		font-size: 1rem;
	}
	
	.inner .column2 .r_box ul.fl_li li {
		width: calc(50% - 2rem);
	}
	
	ul.column3 li {
		padding-left: 1.5rem;
		padding-top: 12.5rem;
	}
	
	ul.column3 li::before {
        left: 0;
        right: 0;
        top: 2.25rem;
        bottom: auto;
	}
	
	ul.column3 li h4 {
        text-align: center;
	}
	
	#footer .inner p {
		font-size: 1rem;
	}
	
	.mail_btn {
		max-width: 360px;
	}
	
	.mail_btn a::before {
		left: 3rem;
	}
}

@media screen and ( max-width:480px ) {
	.sp_480{
		display: inline;
	}
	
	#head .column2 .l_box p.grad {
		text-align: center;
		line-height: 1.5rem;
	}
}