@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
ul{
	margin: 0;
	padding: 0;
}

*{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

li{
	list-style: none;
}

.container{
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

section,
header{
	width: 100%;
}




/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
	height: 60px;
    position: relative;
    width: 100%;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#head_wrap a {
    text-decoration: none;
 }

#head_wrap .inner {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


#head_wrap .inner::after{
    content: "";
    clear: both;
    display: block;
}
#head_wrap .logo {
	padding-left: 3%;	
}

#head_wrap .logo img{
	width: 100%;
}

#global-nav {
    position: absolute;
    right: 0;
    padding-right: 3%;
}


#global-nav ul {
	list-style: none;
	font-size: 14px;
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#global-nav ul li{
    padding: 20px 10px;
}

#global-nav ul li:last-child{
    border-right: none;
}

#global-nav ul li a{
    padding: 0 5px;
    padding: 2px;
    -webkit-transition : all .6s ease 0s;
    -o-transition : all .6s ease 0s;
    transition : all .6s ease 0s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    -o-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
    background: rgba(255,255,255,.9);
}

#head_wrap.fixed #global-nav ul li a {
    color: #333;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}





/* header用 */



.header-big-image p{
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0 5px 5px black;
}

.header-big-image p:nth-of-type(1),
.header-big-image p:nth-of-type(2){
	color: #fff;
}

.header-big-image p:nth-of-type(3){
	color: yellow;
}

.header-big-image{
	background: url('../img/top-image01.jpg');
	background-size: cover;
	height: 600px;
	position: relative;
}

.header-big-image > img{
	max-width: 94%;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.header-subtitle{
	background: #005AD8;
	color: #fff;
	padding: 20px 0;
}

.header-subtitle p{
	text-align: center;
	font-size: 2.5rem;
}

.header-subtitle h3{
	text-align: center;
	font-size: 5rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}


.second{
	padding: 120px 0;
}

.second .block1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}

.second .block1 div{
	text-align: center;
}

.second .block1 div img{
	width: 100%;
}

.second .block1 div:nth-of-type(1){
	width: 20%;
}

.second .block1 div:nth-of-type(2){
	width: 77%;
}

.second .block1 .text1{
	font-size: 1.9rem;
}

.second .block1 .text2{
	font-size: 3rem;
	font-weight: bold;
	color: #005AD8;
}

.second .block1 .text3{
	background: red;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	margin-top: 40px;
}



.third,
.sixth{
	padding: 100px 0;
	background: #95C5FF;
	-webkit-transform: skewY(6deg);
	    -ms-transform: skewY(6deg);
	        transform: skewY(6deg);
	color: #fff;
	position: relative;
	z-index: 100;
}

.third::before,
.sixth::before{
	content: '';
	background: #56A5FF;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1%;
	-webkit-transform: skewY(-12deg);
	    -ms-transform: skewY(-12deg);
	        transform: skewY(-12deg);
	z-index: 0;
}

.third > *,
.sixth > *{
	-webkit-transform: skewY(-6deg);
	    -ms-transform: skewY(-6deg);
	        transform: skewY(-6deg);
}

.third h2{
	font-size: 3rem;
	color: #fff;
	text-align: center;
}

.third > div > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 1.2rem;
	margin: 60px 0;
}

.third > div > div > *{
	width: 47%;
}

.third > div > div > p img{
	width: 100%;
}


.forth{
	padding: 120px 0;
}

.forth h2{
	font-size: 3rem;
	color: #005AD8;
	text-align: center;
	letter-spacing: 5px;
}

.forth h2 strong{
	font-size: 5rem;
	color: #2E3192;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffdc00));
	background: -o-linear-gradient(transparent 50%, #ffdc00 50%);
	background: linear-gradient(transparent 50%, #ffdc00 50%);
}

.forth .block1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
}

.forth .block1 p{
	width: 20%;
}

.forth .block1 p > img{
	width: 100%;
}

.fifth{
	padding: 0 0 100px 0;
}

.fifth h2{
	font-size: 3rem;
	color: #005AD8;
	text-align: center;
	letter-spacing: 5px;
	margin: 10px 0 30px;
}


.fifth-title-before{
	color: #005AD8;
	font-size: 1.8rem;
	font-weight: normal;
	padding-left: 30px;
}

.fifth-text p{
	font-size: 1.3rem;
	margin: 20px 0;
	line-height: 2;
	letter-spacing: 1px;
}

.sixth > div > div{
	margin-top: 50px;
}

.sixth .sixth-example-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sixth .sixth-example-block > p{
	width: 20%;
}

.sixth .sixth-example-block > p img{
	width: 100%;
}


.sixth .sixth-example-block table{
	border-collapse: collapse;
	width: 77%;
}

.sixth .sixth-example-block table th,
.sixth .sixth-example-block table td{
	border: 3px solid #fff;
	padding: 10px 0;
}

.sixth .sixth-example-block table th{
	font-size: 1.8rem;
}

.sixth .sixth-example-block table td{
	font-size: 1.2rem;
	padding-left: 20px;
}

.sixth .sixth-example-block table td span{
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 5px 0;
	border-radius: 10px;
	color: #56A5FF;
	font-weight: bold;
	cursor: pointer;
}



.sixth h2{
	font-size: 3rem;
	color: #fff;
	text-align: center;
}

.seventh{
	background: #eee;
	padding: 80px 0;
}

.seventh h2{
	font-size: 3rem;
	color: #005AD8;
	text-align: center;
	letter-spacing: 5px;
	margin: 10px 0 30px;
}

.seventh .faq p{
	padding: 15px 0;
	font-size: 1.5rem;
	color: #333;
}

.seventh .faq p:nth-of-type(odd){
	background: #95C5FF;
	padding-left: 20px;
}

.seventh .faq p:nth-of-type(even){
	background: #fff;
	padding-left: 50px;
}
footer{
	background-color: #000;
	color: #FFF;
}
footer .container{
	padding: 40px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footA a{
	color: inherit;
}
.footA{
	margin-left: 30px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%;
}
.footA h2{
	font-size: 50px;
	margin-bottom: 20px;
}
.footA p{
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
}
.footB{
	margin-left: 20px;
	margin-bottom: 10px;
}
.footB a{
	color: inherit;
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.footB li{
	font-size: 20px;
	display: block;
	margin-bottom: 1px;
}

footer a:hover{
	color: #005AD8;
	text-decoration: underline;
}
.service,
.price_all {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.service h2,
.price_all h2,
.category-section h2{
	text-align:center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 3rem;
	color: #005AD8;
}

.service p,
.price_all p{
    margin: 20px 0;
}

.service_type{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.service_type img{
	width: 100%;
	height: 200px;
}
.service_type > p{
	padding-top: 5px;
}

.service_type > div{
	width: 25%;
	margin: 30px 0;
	padding: 5px 1%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.service_type h3{
	font-size: 1.3rem;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #005AD8;
	color: #fff;
	text-align: center;
}
.service_A p,
.service_B p,
.service_C p,
.service_D p{
	font-size: 1.0rem;
    margin: 10px 0;
}
.box-price{
	border: 4px solid #005AD8;
	border-radius: 5px;
	max-width: 900px;
	margin-right: auto;
	margin-left:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.box-price >h3{
	font-size: 2.3rem;
    text-align: center;
    margin: 5px;
    color: #2E3192;
}
.box-price table{
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
.box-price tr{
	padding-top: 2px;
	padding-bottom: 2px;
}
.box-price th{
	font-size: 1.3rem;
	width: 50%;
	text-align:left;
	line-height: 70px;
}
.box-price td{
	text-align: right;
	width: 50%;
}
.box-price th,
.box-price td{
	border-top: 1px solid #005AD8;
	margin: 0;
}
.category-banner-section img{
	width: 100%;
}
.company-wrapper img{
	width: 40%;
}
.contact a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	font-size: 40px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align:center;
	padding: 30px 20px;
	background-color: #005AD8;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	margin: 60px auto;
	text-decoration:none;
	-webkit-transition: all .3s 0s ease;
	-o-transition: all .3s 0s ease;
	transition: all .3s 0s ease;
	-webkit-box-shadow: 5px 5px 8px rgb(0 0 0);
	        box-shadow: 5px 5px 8px rgb(0 0 0);
}
.third h3{
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 30px;
	text-align:center;
	text-shadow: 2px 2px 3px #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.third h3::after {
    content: '';
    display: block;
    width: 20%;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 10px solid #95C5FF;
}
.third p{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.block3 img{
	width: 100%;
}
.sp-br{
	display: none;
}












/* ハンバーガーメニュー */
@media(max-width: 800px){

#global-nav ul{
	display: block;
}

#global-nav ul li{
	font-size: 1.1rem;
}


.header-big-image{
	margin-top: 56px;
}

#head_wrap.fixed {
	background: none;
	height: 56px;
}

#head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        height: 56px;
}

#head_wrap .inner {
    width: 100%;
    padding: 0;
}

#head_wrap .fixed {
    padding-top: 0;
    background: transparent;
}

#mobile-head {
    background: rgba(255,255,255,.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#head_wrap.fixed .logo,
#head_wrap .logo {
	width: 50%;
    position: absolute;
    left: 13px;
}

#head_wrap .logo img{
	width: 100%;
}

#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255,255,255,.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#global-nav  ul{
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 20px;
}

#global-nav  ul li {
    float: none;
    position: static;
}

#head_wrap #global-nav ul li a,
#head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
}
#nav-toggle {
    display: block;
}


#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

    
.open #nav-toggle span:nth-child(1){
    top: 11px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
        transform: rotate(-315deg);
}

.open #global-nav {
    -webkit-transform: translateY(556px);
    -ms-transform: translateY(556px);
        transform: translateY(556px);
}
}











@media(max-width: 800px){

.service_type h3{
	font-size: 1.2rem;
}

img{
	-o-object-fit: cover;
	   object-fit: cover;
	height: auto;
}

.header-subtitle{
	padding: 10px 0;
}

.service p{
	margin: 5px 5px 20px !important;
}

.service_type > div{
	margin: 15px 0;
}

.service_type{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.service_type > div{
	width: 50%;
}

.seventh .faq p {
	font-size: .9rem;
}

.sixth .sixth-example-block table th,
.sixth .sixth-example-block table td{
	padding: 6px 0 6px 10px;
}

.sixth .sixth-example-block table th{
	font-size: 1rem;
}

.sixth .sixth-example-block table td{
	font-size: .8rem;
}

.sixth .sixth-example-block > p{
	width: 36%;
}

.sixth .sixth-example-block table{
	width: 60%;
}

.fifth-title-before{
	font-size: 1.2rem;
}

.fifth h2{
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.forth .block1{
	margin-top: 25px;
}

.forth h2{
	font-size: 1.5rem;
	letter-spacing: 2px; 
}

.forth h2 strong{
	font-size: 3.2rem;
}

section h2{
	font-size: 2rem !important;
}

.third > div > div{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.third > div > div > *{
	width: 100%;
}

.third h3{
	font-size: 1.6rem;
}

.third .block1 > p,
.third .block3 > p{
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.third .block1 > div,
.third .block3 > div{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.third .feature_text{
	margin: 10px 0;
}

.third .feature_text > p{
	font-size: 1rem;
}

.third  > div > div > img{
	max-width: 70%;
	height: auto !important;
}


.second{
	padding: 50px 0 80px;
}

.second .block1 .text1{
	font-size: 1.4rem;
}

.second .block1 .text2{
	font-size: 2rem;
}

.second .block1 .text3{
	font-size: 1.5rem;
}

.second .block1 div{
	text-align: center;
}

.second .block1 div:nth-of-type(1){
	width: 100%;
}

.second .block1 div img{
	max-width: 40%;
}

.second .block1 div:nth-of-type(2){
	width: 100%;
}


.second .block1{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}





.header-subtitle p {
	font-size: 1rem;
}

.header-big-image{
	height: 300px;
}

.header-subtitle h3{
	font-size: 2.2rem;
}


.header-big-image > p:nth-of-type(1){
	top: 3%;
	left: 30%;
	font-size: 2rem;
}

.header-big-image > p:nth-of-type(2){
	top: 20%;
	left: 25%;
	font-size: 4rem;
}

.header-big-image > p:nth-of-type(3){
	top: 50%;
	left: 20%;
	font-size: 4rem;
}

.header-big-image p:nth-of-type(1),
.header-big-image p:nth-of-type(2){
	color: #fff;
}

.header-big-image p:nth-of-type(3){
	color: yellow;
}

.container{
	width: 100% !important;
	margin: 0 auto;
}


.contact a{
	width: 80%;
	font-size: 15px;
	padding: 10px;
}
.box-price th {
    font-size: 1rem;
    width: 55%;
    text-align: left;
    line-height: 60px;
}
.sp-br{
	display: block;
}
.box-price{
	padding:1px ;
	margin-right: 5px;
	margin-left:5px;
}
.fifth-text p,
.service p,
.price_all p{
	margin: 20px 5px;
	letter-spacing: 0;
	font-size: 1rem;
}
.seventh .faq p {
    font-size: 1.2rem;
}

.footA h2{
	font-size: 2rem;
	margin-bottom: 0px;
	text-align: center;
}

footer > div{
	flex-wrap: wrap;
}

.footA{
	width: 100%;
	flex: 0 0 80%;
}

.footA p:nth-of-type(1){
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.footA p:nth-of-type(2){
	font-size: 1.2rem;
}

.footB{
	font-size: .9rem;
}

}



