@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%;
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}

section,
header{
	width: 100%;
}


/* 画面外にいる状態 */
.fadein-left{
	opacity : 0;
	transform : translate(100px, 0);
	transition : all 300ms;
	}

.fadein-right{
opacity : 0;
transform : translate(-100px, 0);
transition : all 300ms;
}

/* 画面内に入った状態 */
.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
	height: 70px;
    position: relative;
    width: 100%;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    display: flex;
    align-content: center;
}

#head_wrap a {
    text-decoration: none;
 }

#head_wrap .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


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

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

#global-nav{
	width: 70%;
	display: flex;
	justify-content: flex-end;
}

#global-nav ul {
	list-style: none;
	font-size: 12px;
	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;
    color: #333;
    -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-image: url('../img/002.jpg');
	background-color: #000;
	background-attachment: fixed;
	background-size: cover;
	height: 600px;
	position: relative;
}

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

.header-subtitle{
	background: linear-gradient(45deg, #4169E1, #00BFFF, #4169E1);
	color: #fff;
	padding: 20px 0;
}

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

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


section.first{
	background: #000;
	padding: 80px 0;
}

.first > div > h2{
	color: #fff;
	text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 3px;
    font-size: 1.9rem;
    margin-bottom: 1em;
}
.first > div > h2::before{
	content: "◆";
}

.first > div > h2::after{
	content: "◆";
}

.first video{
	width: 100%;
}


.second{
	height: 900px;
	padding: 50px 0;
}

.second > div{
	position: relative;
}

.second > div .text{
	width: 40%;
	padding: 30px;
	background: rgba(0,111,171,.7);
	color: #fff;
}

.second > div .text h3{
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.second > div .text p{
	font-size: .8rem;
	line-height: 1.8;
}

.second > div .second01{
	position: absolute;
	left: 10%;
	top: 50px;
}

.second > div .second02{
	position: absolute;
	right: 10%;
	top: 100px;
}

.second > div .second03{
	position: absolute;
	left: 10%;
	top: 450px;
}

.second > div .second04{
	position: absolute;
	right: 10%;
	top: 500px;
}



.third .left-banner{
	width: 7%;
}

.third .left-banner > img{
	width: 100%;
}


.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 .flow-wrapper{
	width: 85%;
	margin: 0 auto;
}

.third .flow-wrapper > div{
	margin: 100px 0;
}

.third .flow-wrapper > div > img{
	display: block;
	margin: 5px 0;
}

.third .flow-wrapper > div p{
	color: #fff;
	margin: 10px 0;
	font-size: 1.2rem;
}

.third .left-banner{
	width: 9%;
}

.third .right{
	width: 91%;
}

.third .right p{
	width: 70%;
}

.third .right p img{
	width: 100%;
}


.background02{
	width: 100%;
	height: 300px;
	background: url('../img/back02.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.forth iframe{
	display: block;
	margin: 100px auto;
}


.fifth{
	padding: 80px 0;
	font-size: 70%;
}

.fifth h2{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}

.fifth > div table{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}

.fifth > div table tr th{
	width: 20%;
	border: 1px solid #999;
}

.fifth > div table tr td{
	width: 80%;
	padding: 8px 20px 8px 10px;
	border: 1px solid #999;
}


.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: flex;
	justify-content: space-between;
}

.foot{
	width: 30%;
}
.foot > img{
	width: 100%;
	display: block;
}
.footA a{
	color: inherit;
}
.footA{
	width: 30%;
}
.footA h2{
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.footA p{
	font-size: 1rem;
	margin-bottom: 5px;
	display: block;
}
.footB{
	width: 30%;
}
.footB a{
	color: inherit;
	display: block;
	transition: all 0.3s 0s ease;
}

.footB li{
	font-size: 1rem;
	display: block;
	margin: 5px 0;
}

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;
}

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

.comform-title{
	font-size: 2.5rem !important;
	font-weight: bold;
}

/* もっと見るボタン */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
background: #29B6F6;
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
}

/* もっと見るボタン終了 */



















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

footer .container{
	flex-wrap: wrap;
}

.foot{
	width: 60%;
	margin: 0 auto;
}

.footA{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.footA h2{
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.footA p{
	font-size: 1rem;
	margin-bottom: 5px;
	display: block;
}
.footB{
	width: 100%;
	text-align: center;
}


.fifth > div table{
	width: 98%;
}

.fifth > div table tr th{
	width: 25%;
	font-size: .4rem;
}

.fifth > div table tr td{
	width: 75%;
	font-size: .4rem;
}

#global-nav ul{
	display: block;
}

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


.header-big-image{
	background-attachment: scroll !important;
	margin-top: 56px;
}

.background02{
	background-attachment: scroll !important;
}

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

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

#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: flex;
    align-items: center;
}
#head_wrap.fixed .logo,
#head_wrap .logo {
	width: 50%;
    position: absolute;
    left: 13px;
}

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

#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;
    margin: 0 auto;
    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){

.third .flow-wrapper > div{
	margin: 40px 0;
}

.third .flow-wrapper > div p{
	font-size: .6rem;
}

.second{
	height: 970px;
}

.second > div .text h3{
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.second > div .text{
	width: 58%;
}

.second > div .text p{
	font-size: .5rem;
}

.second > div .second01,
.second > div .second03{
	width: 70%;
}

.second > div .second02{
	top: 220px;
}

.second > div .second03{
	top: 520px;
}

.second > div .second04{
	top: 710px;
}

section h2{
	font-size: 1.3rem !important;
	letter-spacing: 0px;
}

.header-subtitle h3{
	font-size: 1.2rem;
	letter-spacing: 3px;
}

.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;
}





}



