/*===============================
  Base
===============================*/
html {
	font-size: 10px;
	height: 100%;
}
body {
	color: black;
	line-height: 1.5;
	font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: normal;
	height: 100%;
	font-size: 1.6rem;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	letter-spacing: 0.04em;
}
p, li, a {
	line-height: 1.5;
	letter-spacing: 0.04em;
}

/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}


/*===============================
common
===============================*/

.wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.main {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.cream {
	background: #f1f1f1;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	
    .wrapper {
		/*padding-bottom: 18vw;*/
	}
	.fixed_bnr_sp {
        width: 100%;
		position: fixed;
		bottom:0;
		z-index: 999;
	}
	.fixed_bnr_sp img{
        width: 100%;
		height:auto;
	}
	.footer {
    	padding-bottom: 20VW!important;
  	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
.wrapper {
	min-width: 1131px;
	}
.main_inner {
	max-width: 1131px;
	margin: 0 auto;
	}
}

/*===============================
top-header
===============================*/
.header_logo{
    width: 100%;
    height: auto;
}
.header_top {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header_top_share{
    display: -webkit-flex;
    display: flex;
}
.header_top_title img{
    width: 100%;
    height: auto;
}
.header_top_share li div span {
	vertical-align: top!important;
}

@media screen and (min-width: 769px) {
	.header_logo{
		padding-top: 5px;
	}
    .header_top {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        padding: 22px 5.85%;
        z-index: 9999;
        background-color: #FFF;
    }
    .header_top_title {
        width: 320px;
    }
    .header_top_share {
        margin-top: 11px;
    }
    .header_top_share li {
        margin-left: 8px;
        height: 20px;
    }
	
    a.alpha:hover img {
        opacity: 0.85;
        filter: alpha(opacity=85);
        -ms-filter: "alpha(opacity=85)";
    }
}
@media screen and (max-width: 768px) {
    .fixed_bnr {
		display: none;
    }
	.header_top{
		padding: 10px 2.5%;
		height: 40px;
		margin: 0 auto;
	}
	.header_top_title{
		width: 157px;
	}
	.header_top_share li{
		display: inline-block;
	}
	.header_top_share li:nth-of-type(1){
		padding-right: 7px;
	}
	
	.main img{
		width:100%;
		height:auto;
	}
	.mv {
		width:100%;
		height:105VW;
        background:url("../image/mv2510_sp.jpg") center top no-repeat;
		background-size: 100%;
		background-color: #fffeee;
	}
	.mv .inner {
        position:relative;
		width:100%;
		height: 105VW;
		margin:0 auto;
	}
	.mv .inner p{
		position: static;
		color:#595757;
        font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size:17px;
		line-height:1.78em;
		padding-top: 55VW;
		margin:0 auto;
		text-align: center;
		font-weight:bold;
	}
	
}

@media screen and (min-width: 769px) {
	
	.mv {
		width:100%;
		height:calc(860px + 88px);
        background:url("../image/mv_bg.jpg") center top 75px repeat-X;
		background-color: #fffeee;
	}
	.mv .inner {
        position:relative;
		width:1200px;
		height:calc(787px + 88px);
		margin:0 auto;
	}
	.mv .inner .title{
        position:absolute;
        top:205px;
        left:16px;
	}
	.mv .inner .men{
        position:absolute;
        bottom:-70px;
        right:0px;
	}
	.mv .inner p{
        position:absolute;
        bottom:110px;
        left:20px;
		color:#595757;
        font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size:32px;
		line-height:1.78em;
		font-weight:bold;
	}
	.inner {
		width:1200px;
		margin: 0 auto;
		padding:0 8px;
	}
    .fixed_bnr {
        position: fixed;
        right: 0;
        bottom: 10%;
        max-width: 243px;
        z-index: 999;
    }
    .fixed_bnr img {
        display: block;
        width: 100%;
    }
	
	
	.sp {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		width:92%;
		margin:0 auto;
	}
	.pc {
		display:none;
	}
}


.btn_entry {
    position:relative;
    width:100%;
    margin:0 auto;
}
.btn_entry .men {
    position:absolute;
    bottom:-25px;
    right:50px;
}
.btn_entry p {
    position:absolute;
    bottom:-30px;
    right:150px;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size:28px;
}
.btn_entry a:hover img{
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
	
    .btn_entry .men {
        bottom:-5VW;
        right:0%;
		width:15%;
    }
    .btn_entry p {
        bottom:-5VW;
        left:2%;
        font-size:14px;
        width: 98%;
		text-align: left;
    }
    .btn_entry img {
        width:100%;
    }
}

	
.present {
    border:4px solid #e53008;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    text-align:center;
    padding:58px;
    margin-bottom:90px;
}
.present h2 {
    color:#e53008;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size:46px;
    margin-bottom:15px;
}
@media screen and (max-width: 768px) {
	
    .present {
        padding:10VW 4%;
		width: 96%;
    	margin: 0 auto 10VW;
    }
    .present h2 {
        font-size:20px;
        margin-bottom:2VW;
    }
    .present > img{
        width:75%;
    }
}



.info {
    width:100%;
	background-color: #eaf6fd;
	padding:100px 0;
}

.info_body {
	margin:0 auto;
	background-color: #0081cc;
	color:#fff;
    text-align:center;
	padding:110px 85px;
}
.info_body h2 {
    border:2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #7ecef4;
    padding:16px;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
	line-height:1em;
    font-size:42px;
	margin-bottom:50px;
}
.info_body h2 + img{
	margin-bottom:40px;
}
.info_body p {
    text-align:center;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
    font-size:22px;
	margin-bottom:75px;
}
.info_body h3 {
    text-align:center;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#fff;
    font-size:48px;
	margin-bottom:20px;
}
#map_canvas {
    width:626px;
    height:416px;
    margin:0 auto;
}

@media screen and (max-width: 768px) {
	
    .info_body {
        padding:15VW 4%;
    }
    .info_body img{
        width:100%;
    }
	
    .info_body h2 {
        font-size:22px;
        margin-bottom:5VW;
    	padding:2VW 0;
    }
    .info_body h2 + img{
        margin-bottom:5VW;
    }
    .info_body p {
        font-size:14px;
        margin-bottom:15VW;
		text-align: left;
    }
    .info_body h3 {
        font-size:16px;
        margin-bottom:20px;
		text-align: left;
    }
    #map_canvas {
        width:100%;
        height:416px;
    }
}



.solution {
    width:100%;
	background-color: #fffeee;
    text-align:center;
	padding:0px 0 100px;
}
.solution h2 {
    background:url("../image/003.png") right 200px top no-repeat;
    width:100%;
	color: #ea5532;
    text-align:center;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.4em;
    font-size:60px;
	margin-bottom:50px;
	padding-top:100px;
    transform: translateY(-50px);/*上に移動*/
}
.solution ul li {
    position:relative;
	float:left;
    border:2px solid #a7dbf7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
	margin:0 90px 90px 0;
    width:528px;
    height:160px;
	font-weight:bold;
	filter: drop-shadow(3px 3px 5px #ccc);
}
.solution ul li .num {
    position:absolute;
    left:-28px;
    top:-28px;
}
.solution ul li p {
    position:absolute;
    text-align:center;
	width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size:32px;
}
.solution ul li:nth-child(2n) {
	margin-right:0;
}
.solution .inner > p {
    width:100%;
    text-align:center;
    font-size:22px;
	margin-bottom:50px;
}
.solution .inner .btn_entry {
	margin-top:60px;
}

@media screen and (max-width: 768px) {
    .solution h2 {
        font-size:26px;
        margin-bottom:0;
        padding-top:100px;
        transform: translateY(-12VW);/*上に移動*/
    	background:url("../image/003.png") right 2% top no-repeat;
		background-size: 30%;
    }
    .solution ul {
        width:94%;
		margin: 0 auto;
    }
    .solution ul li{
        width:100%;
		float:none;
		margin:0 0px 10VW 0;
    	height:120px;
    }
    .solution ul li p {
        font-size:20px;
    }
    .solution ul li .num {
        width:15%;
        left:-5%;
        top:-5VW;
    }
    .solution .inner > p {
        font-size:14px;
    }
    .solution .inner > img {
        width:100%;
    }
}

.main {
    width:100%;
	background-color: #fffeee;
	padding:30px 0 100px;
}

/*===============================
footer
===============================*/
.footer{
		position: relative;
		background: #373733;
		color: #fff;
	}
	.footer_ul li a{
		text-decoration: none!important;
		color: #fff!important;
	}
	.footer_page p a{
		text-decoration: none!important;
		color: #fff!important;
		padding-left: 25px;
	}
	.footer_page p{
		/*background: url("../image/page_up.png") 0 center / 18px 13px no-repeat;
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;*/
	}
	.footer_page{
		font-size: 1.0rem;
		text-align: right;
		padding: 8px 0;
		font-weight: normal;
	}
	.copyright h3{
		font-weight: 400;
	}
	.footer_page{
		position: relative;
	}
@media screen and (min-width: 769px) {
	
	.footer_flex{
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer{
		padding: 10px 5.85%;
	}
	.footer_ul{
		width: 60%;
	}
	.footer_ul li{
		float: left;
		padding-right: 6.18%;
	}
	.footer_ul li a{
		font-size: 1.4rem;
	}
	.footer_page p a{
		font-size: 1.4rem;
	}
	.footer_page{
		width: 590px;
		text-align: right;
	}
	.copyright{
		margin-bottom: 0px;
	}
	.pre .copyright{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	.footer{
		padding: 10px 4.9%;
	}
	.footer_flex{
		position: relative;
	}
	.footer_ul{
		width: 100%;
	}
	.footer_ul li{
		width: 50%;
		float: left;
		text-align: center;
	}
	.footer_ul li a{
		font-size: 1.2rem;
	}
	.footer_page p a{
		font-size: 1.2rem;
	}
	.footer_page{
		width: 100%;
		padding:30px 0 15px;
		text-align: center;
	}
	.copyright{
		margin-bottom: 0px;
	}
	.pre .copyright{
		margin-bottom: 0px;
	}
}

.blue {
	color:#0081cc;
}

    ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }