@charset "utf-8";
/* トップページ
------------------------------------------------- */
.top_main {
    position: relative;
}


.top_main .txt_area{
    padding: 0 10% 10px;
    background-color: #76be58;
    margin-top: -10px;
}
.top_main dl dt {
    font-size: 6rem;
    font-weight: 500;
    color: #f2ea0b;
    margin-bottom: 20px;
    line-height: 1.4;
}
.top_main dl dd {
    font-size: 2.6rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}
.top_main h1 {
    font-size: 2rem;
    font-weight: 400;
    color: #FFF;
}

.top_main h2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
        position: absolute;
    bottom: 20%;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(255,255,255,0.5);
    padding: 30px 50px;
    border-radius: 100px;
}

/* バスのアニメーション */

#bus{
	animation-name:anime;
	animation-duration:0.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	width:200px;
	position:relative;
	z-index: 601;
}
 
@keyframes anime{
	0% {transform:rotate(0deg) ;}
	15% {transform:rotate(3deg) ;}
	30% {transform:translateY(5px) ;}
	45% {transform:rotate(0deg) ;}
	60% {transform:rotate(-3deg) ;}
	75% {transform:translateY(-5px);}
	100%{transform:rotate(0deg) ;}
}
 
#tire01{
	animation-name:tanime01;
	animation-duration:0.2s;
	animation-timing-function:ease;
	animation-iteration-count:infinite;
}
 
@keyframes tanime01{
	0% {transform:translateY(0px) ;}
	100%{transform:translateY(2px) ;}
}
 
#tire02{
	animation-name:tanime02;
	animation-duration:0.2s;
	animation-timing-function:ease;
	animation-iteration-count:infinite;
	animation-delay:0.1s;
}
 
@keyframes tanime02{
	0% {transform:translateY(0px) ;}
	100%{transform:translateY(2px) ;}
}
/* バスのアニメーション */


canvas{
  display:block;
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
}
.flipped{
    transform:rotate(180deg);
    margin-top: -10px !important;
  }
  
#canbus{
    position: absolute;
    top: -10%;
    left: 20%;
}
#bus{
    position: absolute;
    top: 0;
    left: 0;
}
#tire01{
    position: absolute;
    top: 130px;
    left: 40px;
}
#tire02{
    position: absolute;
    top: 125px;
    left: 145px;
}
#bubbles {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
section.service{
    text-align: center;
}
section.service h2 {
    color: #42bfec;
    font-size: 5rem;
    max-width: 1280px;
    margin: 4% auto 20px;
    padding: 0 4%;
    text-align: center;
    line-height: 1.3;
}
section.service h2 span {
    display: block;
    color: #999;
    font-size: 1.8rem;
    font-weight: 500;
}

.service_wrap{
     max-width: 1280px;
    margin: 4% auto 20px;
    padding: 0 4%;
}
ol.service_list{
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     justify-content: space-between;
}
ol.service_list:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
ol.service_list li{
     width: 31%;
     box-sizing: border-box;
     padding: 30px 25px;
     margin-bottom: 50px;
     border-radius: 10px;
     background-color: #f3f3f3;
}
ol.service_list li span{
     font-size: 2.4rem;
     color: #999;
}
ol.service_list li{
     display: flex;
     flex-direction: column;
}
ol.service_list li dt{
     font-size: 2.8rem;
     margin-bottom: 20px;
     color: #88b929;
}
ol.service_list li dt a{
     text-decoration: none;
}
ol.service_list li dt a img{
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
}

ol.service_list li dt a:hover img {
			transform: rotateZ( 360deg ) ;
		}
        
        
ol.service_list li dt span {
    display: block;
}
ol.service_list li dd{
     text-align: left;
     line-height: 1.8;
     font-size: 1.6rem;
}
span.btn{
     margin-top: auto;
     text-align: center;
     display: block;
}
span.btn a{
     background-color: #42bfec;
     color: #FFF;
     font-size: 1.5rem;
     display: inline-block;
     padding: 10px 30px;
     border-radius: 50px;
     text-decoration: none;
     margin-top: 20px;
     transition: 0.3s;
     min-width: 100px;
}
span.btn a:hover{
     background-color: #76d8fb;
}

ul.btn{
    list-style: none;
    text-align: center;
    margin-bottom: 100px;
}
ul.btn li{
    margin: 30px auto;
    max-width: 500px;
}
ul.btn li a{
    display: block;
    padding: 20px;
    border-radius: 50px;
    background-color: #42bfec;
    color: #FFF;
    text-decoration: none;
    font-size: 1.8rem;
    transition: 0.3s;
}
ul.btn li a:hover{
    background-color: #76d8fb;
}

ul.advantage{
    list-style: none;
    display: flex;
    justify-content: center;
    line-height: 2;
}
ul.advantage li{
    margin: 1.5%;
    xbackground-color: #9ac742;
    padding: 30px 20px 20px 20px;
    xcolor: #FFF;
    width: 30%;
    border: solid 2px #ddd;
    position: relative;
}
ul.advantage li span{
    display: inline-block;
    font-size: 5rem;
    font-style: italic;
    position: absolute;
    top: -30px;
    background-color: #FFF;
    padding: 0 20px;
    line-height: 1;
    color: #42bfec;
}
ul.advantage li strong{
    display: block;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #88b929;
    font-weight: 500;
}






section.works{
    background-color: #656766;
    padding: 4% 0 4% 4%;
    display: flex;
}
section.works h2{
    background-color: #656766;
    padding: 4%;
    font-size: 5rem;
    color: #FFF;
    line-height: 1.3;
    width: 330px;
}
section.works h2 span{
    display: block;
    color: #71d8fd;
    font-size: 1.8rem;
    font-weight: 500;
}
section.works div.works_area{
    width: calc(100% - (330px + 4%));
}
section.works div.works_area a img{
    transition: 0.3s;
}
section.works div.works_area a img:hover{
    opacity: 0.7;
}
.swiper-slide{
color: #FFF;
font-size: 1.5rem;
}
.swiper-slide span{
color: #ccc;
font-size: 1.4rem;
display: block;
}

/* お知らせ
------------------------------------------------- */
section.information {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 4%;
}
section.information h2 {
    color: #42bfec;
    font-size: 5rem;
    max-width: 1280px;
    margin: 4% auto 20px;
    padding: 0 4%;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 50px;
}
section.information h2 span{
    display: block;
    color: #999;
    font-size: 1.8rem;
    font-weight: 500;
}
section.information dl {
    display: flex;
    align-items: flex-start;
    xborder-bottom: solid 1px #ddd;
    font-size: 1.6rem;
    margin-bottom: 50px;
}
section.information dl dt {
    width: 120px;
    margin-right: 50px;
    xbackground-color: #42bfec;
    color: #88b929;
}
section.information dl dd {
    width: calc(100% - 130px);
}



/* 中ページ
------------------------------------------------- */


/* 私たちについて
------------------------------------------------- */

h1.ttl{
    padding: 100px 8%;
    font-size: 5rem;
    position: relative;
}

.tracking-in-contract {
	-webkit-animation: tracking-in-contract 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}





h1.ttl span{
    display: block;
    font-size: 2rem;
    color: #999;
    font-weight: 400;
}
h1.ttl:before{
    display: block;
    content: "";
    width: 65%;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    
}
h1.ttl:after{
    display: block;
    content: "";
    width: 35%;
    background-image: url("../images/cloud.svg");
    background-size: cover;
    background-color: #42bfec;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -2;
    animation: cloudMove 8s infinite;
}

@keyframes cloudMove {
    0% {background-position: 0 0, 0 0;}
    50% {background-position: -40px 0, -80px 0;}
    100% {background-position: 0 0, 0 0;}
}

h2.ttl{
  text-align: center;
  font-size: 4rem;
    font-weight: 400;
    margin-bottom: 50px;
    background-color: #f3f3f3;
    padding: 50px 4%;
}
h2.ttl span{
    color: #999;
  font-size: 2rem;
  display: block;
}
.contents_in{
  max-width: 1100px;
  margin: auto;
  padding: 4% 4% 0 4%;
}
.contents_in h2{
  text-align: center;
  font-size: 4rem;
    font-weight: 400;
    margin-bottom: 50px;
}
.contents_in h3{
  text-align: center;
  font-size: 3rem;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 1.5rem;
    line-height: 2;
}
.contents_in h3:before{
  content: "";
  position: absolute;
  bottom: 0;
  color: #42bfec;
  font-size: 2rem;
  line-height: 1;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 1.01em;
  font-weight: bold;
  background-image: url("../images/h3_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  width: 100%;
  height: 10px;
}
.contents_in h4{
  color: #FFF;
  font-size: 2rem;
  background-color: #9ac742;
  padding: 5px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contents_in h5{
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding: 5px 20px;
}

.contents_in p{
  margin-bottom: 30px;
  line-height: 2;
}
.contents_in p.text{
  line-height: 2.2;
  margin-bottom: 100px;
}

article{
    margin-bottom: 150px;
}
.member{
    display: flex;
    margin-bottom: 100px;
}
.member div{
    margin-left: 50px;
    font-size: 1.6rem;
}
dl.profile{
    padding-bottom: 15px;
    border-bottom: solid 2px #ddd;
    margin-bottom: 30px;
}
dl.profile dt{
    font-size: 2rem;
    margin-bottom: 10px;
}
dl.profile dt span{
    display: inline-block;
    margin-left: 30px;
    font-weight: 600;
    color: #999;
}






table.company{
  width: 100%;
}

table.company td,
table.company th{
  padding: 30px;
  text-align: left;
  xborder-bottom: solid 1px #e5e5e5;

}

table.company th{
  color: #999;
  font-weight: 500;
  width: 180px;
}
table.company td ol{
  margin-left: 20px;
  font-size: 1.5rem;
}
table.company td ol li{
  margin-bottom: 10px;
}

dl.greeting{
    padding-top: 30px;
    border-top: dashed 1px #ddd;
    line-height: 2;
}
dl.greeting dt{
    margin-bottom: 20px;
    font-size: 2rem;
    color: #999;
}
dl.greeting dd{
    font-size: 1.5rem;
    margin-bottom: 20px;
}


/* サービス一覧
------------------------------------------------- */
ol.service_list_in{
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     justify-content: space-between;
     text-align: center;
}
ol.service_list_in li{
     width: 48%;
     box-sizing: border-box;
     margin-bottom: 50px;
     border-radius: 10px;
    background-color: #f3f3f3;
    transition: 0.3s;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}
ol.service_list_in li.box1{
     width: 80%;
     margin: 0 auto 20px;
}
ol.service_list_in li span{
font-size: 2.4rem;
    color: #999;
}

ol.service_list_in li dt{
     font-size: 2.6rem;
     margin-bottom: 20px;
     color: #88b929;
}
ol.service_list_in li dt span{
     display: block;
}
ol.service_list_in li dt a{
     text-decoration: none;
}
ol.service_list_in li dt a img{
			transition: .5s ;
			transform: rotateZ( 0deg ) ;
}

ol.service_list_in li dt a:hover img {
			transform: rotateZ( 360deg ) ;
		}
ol.service_list_in li dd{
     text-align: left;
     line-height: 1.8;
     font-size: 1.6rem;
}
ol.service_list_in li dd.list{
     margin: 20px 0;
     position: relative;
     padding-left: 30px;
}
ol.service_list_in li dd.list::before {
    z-index: 2;
    top: .3em;
    left: 0;
    width: 12px;
    height: 7px;
    border-left: 3px solid #42bfec;
    border-bottom: 3px solid #42bfec;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    content: '';
    position: absolute;
}
ol.service_list_in li span.btn{
     margin-top: auto;
     text-align: center;
}
ol.service_list_in li span.btn a{
     background-color: #42bfec;
     color: #FFF;
     font-size: 1.4rem;
     display: inline-block;
     padding: 10px 30px;
     border-radius: 50px;
     text-decoration: none;
     margin-top: 20px;
     transition: 0.3s;
}
ol.service_list_in li span.btn a:hover{
     background-color: #76d8fb;
}
.tbl{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.5rem;
}
.tbl td{
    border: solid 1px #ddd;
    padding: 20px;
}
.tbl tr td:last-child{
    text-align: center;
}
.tbl tr th{
    text-align: center;
    xbackground-color: #9ac742;
    color: #9ac742;
    font-size: 2.4rem;
    padding: 20px;
}
.tbl tr:nth-child(odd) td {
	background: #f4f4f4;
}
.tbl_dtl{
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.5rem;
}
.tbl_dtl td{
    border: solid 1px #ddd;
    padding: 20px;
}

.tbl_dtl tr th{
    border: solid 1px #ddd;
    padding: 20px;
    background-color: #42bfec;
    color: #FFF;
    text-align: left;
    vertical-align: middle;
}
.tbl_dtl tr th.w200{
    width: 200px;
}
.tbl_dtl tr:nth-child(odd) td {
	background: #f4f4f4;
}
.tbl_dtl thead td {
    background-color: #9ac742 !important;
    font-weight: bold;
    color: #FFF;
    font-size: 100%;
    text-align: center;
}

ul.template2box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
ul.template2box li{
    width: 46%;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 40px;
    margin-bottom: 100px;
    line-height: 1.8;
    color: #666;
    display: flex;
    flex-direction: column;
}
ul.template2box li img{
    display: block;
    margin: 0 auto 20px;
    transition: 0.3s;
}
ul.template2box li img:hover{
    opacity: 0.7;
}
.contents_in ul.template2box li h3{
  text-align: center;
  font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #88b929;
    line-height: 1.6;
}
.contents_in ul.template2box li h3:before{
  content: none;
}
.contents_in ul.template2box li h3 span{
  display: block;
  font-size: 1.6rem;
  color: #999;
}
dl.price{
    border: solid #ebebeb 5px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
    xborder-radius: 100px;
}

dl.price dt{
    padding: 10px;
    color: #7e7e7e;
}

dl.price dd{
    padding: 10px;
    background-color: #9ac742;
    color: #FFF;
}
.stg{
    font-size: 3rem;
    text-align: center;
}
.stg span{
    display: block;
}
ul.want{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.want li{
    width: 25%;
    margin: 20px 3% 40px;
    border: solid 5px #cae9f4;
    font-size: 1.6rem;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.report{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.report picture{
    width: 35%;
}
.report picture img{
    width: 100%;
    height: auto;
}
.report div{
    width: 60%;
}

.report div ul{
    background-color: #f3f3f3;
    padding: 20px;
}

.report div ul li{
    margin: 0 0 10px 20px;
    font-size: 1.5rem;
}



/* 制作実績
------------------------------------------------- */
.works_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding: 0 4% 100px 4%;
}
.works_wrap:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.works_wrap div{
    width: 30%;
    margin-bottom: 70px;
}

.works_wrap div img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: 0.3s;
}
.works_wrap div img:hover{
    opacity: 0.7;
}
.works_wrap div p{
    color: #999;
    font-size: 1.4rem;
}

ul.tag{
    border-top: solid 1px #ddd;
    list-style: none;
    margin: 15px 0;
    padding: 15px 0;
    display: flex;
}
ul.tag li{
    font-size: 1.3rem;
    background-color: #edf7d9;
    padding: 2px 10px;
    border-radius: 50px;
    display: block;
    color: #666;
    margin: 0 10px 5px 0;
}

.works_dtl{
    border-collapse: collapse;
    margin: 50px 0 100px;
}
.works_dtl th,
.works_dtl td{
    padding: 20px 0;
}
.works_dtl th{
    text-align: left;
    width: 200px;
    color: #999;
}

/* 制作の流れ
------------------------------------------------- */

.flow_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.flow_step{
     width: 80%;   
}
.flow_payment{
     width: 15%;
     background-color: #9ac742;
     color: #FFF;
     position:relative;
     text-align: center;
}
.flow_payment p{
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.flow_payment p span{
    display: block;
    font-size: 2rem;
}
.flow_step dl{
    list-style: none;
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.flow_step dl:last-child{
    margin-bottom: 0;
}
.flow_step dl dt{
    display: table-cell;
    width: 180px;
    padding: 20px;
    vertical-align: middle;
    font-size: 2rem;
    background-color: #42bfec;
    color: #FFF;
}

.flow_step dl dt span.number{
    display: block;
    font-size: 1.6rem;
    color: #d7f4ff;
    
}
.flow_step dl dd{
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
    
}

/* よくある質問
------------------------------------------------- */

dl.qa dt{
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-indent: -1.1em;
    padding-left: 1.1em;
    color: #57ac35;
}

dl.qa dt span{
    color: #aad060;
    margin-right: 0.2em;
}

dl.qa dd{
    padding-left: 1.5em;
    margin-bottom: 50px;
}


/* お問い合わせページ
------------------------------------------------- */



dl.contact_form{
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  width: 100%;
}


dl.contact_form dt{
	padding: 20px 0 20px 0;
  width: 280px;
}

dl.contact_form dd{
	padding: 20px 0 20px 0;
  width: calc(100% - 280px);
}

dl.contact_form dd.confirm{
	background-color: #f5f5f5;
	padding: 10px 2%;
  border-radius: 5px;
}

dl.contact_form ul{
	list-style: none;
}
dl.contact_form ul li{
    margin-bottom: 10px;
}



/* チェックボックス
------------------------------------------------- */


input[type=checkbox] {
  xdisplay: none; /* checkboxを非表示にする */
  visibility : hidden;
  height: 30px;
  width: 0;
}
.check_label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 0; /* ボックス内側の余白を指定する */
  margin-left: -5px;
  margin-right: 40px;
}
.check_label:hover:after {
  border-color: #42bfec; /* ボックスの境界線を実線で指定する */
}
.check_label:after, .check_label:before{
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 50%; /* 上部から配置の基準位置を決める */
}
.check_label:after {
  left: 0px; /* 左から配置の基準位置を決める */
  margin-top: -14px; /* チェック枠の位置 */
  width: 22px; /* ボックスの横幅を指定する */
  height: 22px; /* ボックスの高さを指定する */
  border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
}
.check_label:before {
  left: 8px; /* 左から配置の基準位置を決める */
  margin-top: -11px; /* チェックマークの位置 */
  width: 7px; /* ボックスの横幅を指定する */
  height: 12px; /* ボックスの高さを指定する */
  border-right: 3px solid #42bfec; /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #42bfec; /* 境界線（下）のスタイルを指定する */
  transform: rotate(45deg); /* 要素を回転させる */
  opacity: 0; /* 要素を透過指定する */
}
input[type=checkbox]:checked + .check_label:before {
  opacity: 1; /* 要素を表示する */
}




input,
select,
textarea{
	border: solid 1px #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 5px;
	padding: 10px 2%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.6rem;
    color: #333;
}


.text_red{
	color: #88b929;
  font-size: 1.4rem;
}
input.short{
	width: 100%;
  box-sizing: border-box;
}

input.tel{
	width: 29%;
  box-sizing: border-box;
}

.contact_body{
	width: 100%;
  box-sizing: border-box;
	vertical-align: top;
}

.input_center{
  text-align: center;
}
input.button{
	background-color: #42bfec;
	color: #FFF;
	border: none;
	padding: 20px 50px;
	margin-top: 30px;
  border-radius: 50px;
    transition: all .3s;
    cursor: pointer;
}

input.button:hover{
	background-color: #76d8fb;
}

.confirm{
	background-color: #efefef;
}



/* 個人情報
------------------------------------------------- */

ol.policy{
  margin-left: 20px;
}


ol.policy li{
  margin-bottom: 40px;
}
