body {
	color: #333;
	vertical-align: baseline;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height:160%;
	margin:0;
	padding:0;
    overflow-x: hidden;
}
a{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all  0.2s ease;
    color: #0c78bc;
    text-decoration: none;
}
a:hover {
	text-decoration:none;
    opacity: .7;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.shadow{
    filter: drop-shadow(5px 5px 5px #aaa);
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
a.entry-bt{
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 9999;
    max-width: 300px;
    animation-name:show;
    animation-duration:.5s;
    animation-timing-function: ease-out;
    animation-delay: .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
@keyframes show{
 0% {
    right: -300px;
  }
  100% {
      opacity: 1;
  }
}
a.entry-bt img{
    width: 100%;
    height: auto;
}
/***********************************************
 stage
************************************************/
#stage{
    background: url(../images/stage-bg.jpg);
    padding: 80px 0;
}
#stage .inner{
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#stage .inner li:first-child{
    width: 42%;
    text-align: center;

    padding-bottom:50px;
}
#stage .inner li:first-child span{
    width: 130px;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
#stage .inner li:first-child  img{
    width: 100%;
    height: auto;
}
#stage .inner li:last-child{
    width: 55%;
}
#stage .inner li:last-child img{
    width: 100%;
    height: auto;
}
/***********************************************
 magazine
************************************************/
#magazine{
    background: #0c78bc;
    padding: 60px 0;
}
#magazine ol{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#magazine ol li{
    width: 24%;
}
#magazine ol li img{
    width: 100%;
    height: auto;
}
/***********************************************
 use
************************************************/
#use{
    background: #8ed2f4;
}
#use .inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/work-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 5% 0 7% 0;
}
#use .inner h2{
    width: 95%;
    margin: 0 auto;
}
#use .inner h2 img{
    width: 100%;
    height: auto;
}
/***********************************************
 service
************************************************/
#service{
    background: #ce4331;
    padding: 65px 0;
}
#service .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#service .inner h2{
    text-align: center;
    color: #fff;
    font-size: 2em;
    margin: 0;
    line-height: 150%;
}
#service .inner h2 span{
    display: block;
    max-width: 740px;
    margin: .5em auto;
}
#service .inner h2 span img{
    width: 100%;
    height: auto;
}
#service .inner .set{
    background: #fff;
    border-radius: 24px;
    width: calc(100% - 80px);
    padding: 40px;
    margin-top: 2em;
}
#service .inner .set dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service .inner .set dl dt{
    width: 60%;
}
#service .inner .set dl dt span{
    font-size: 14px;
}
#service .inner .set dl dt h3{
    font-size: 2em;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    line-height: 110%;
    margin-bottom:.7em;
}
#service .inner .set dl dt h3:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 49px;
    height: 58px;
    background: url(../images/i-pin.svg) no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 3px #777);
}
#service .inner .set dl dt img,
#service .inner .set dl dd img{
    width: 100%;
    height: auto;
}
#service .inner .set dl dd{
    width: 35%;
    margin: 0;
    padding: 0;
}
#service a.contact-navi{
    display: block;
    text-align: center;
    margin: 50px 0 0 0;
}
#service a.contact-navi img{
    width: 100%;
    height: auto;
    max-width: 578px;
}
/***********************************************
 flow
************************************************/
#flow{
    background: #cfe8f6;
    padding: 50px 0 0 0;
}
#flow .inner{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#flow .inner img{
    width: 100%;
    height: auto;
} 
#flow .inner h2{
    max-width: 750px;
    margin: 0 auto 1em auto;
}
/***********************************************
 case
************************************************/
#case{
    background: #ce4331;
    position: relative;
    padding: 10% 0 100px 0;
}
#case:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    padding-top: 7%;
    background: url(../images/bg-u.svg) no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}
#case .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#case .inner h2{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    padding-right: 170px;
    margin: 30px 0 0 0;
    position: relative;
    height: 162px;
}
#case .inner h2:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 165px;
    height: 162px;
    background: url(../images/illust.svg) no-repeat;
    background-size: cover;
    z-index: 0;
}
#case .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    margin-top: -40px;
}
#case .inner ul li{
    background: #fff;
    padding: 30px;
    width: calc(49% - 60px);
    margin-bottom: 2em;
}
#case .inner ul li h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
    padding-left: 95px;
    position: relative;
    margin-bottom: 1em;
    min-height: 80px;
    display: flex;
    align-items: center;
}
#case .inner ul li h3:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 79px;
    height: 79px;
    filter: drop-shadow(0px 0px 3px #777);
}
#case .inner ul li:nth-of-type(1) h3:before{
    background: url(../images/q1.svg) no-repeat;
    background-size: cover; 
}
#case .inner ul li:nth-of-type(2) h3:before{
    background: url(../images/q2.svg) no-repeat;
    background-size: cover; 
}
#case .inner ul li:nth-of-type(3) h3:before{
    background: url(../images/q3.svg) no-repeat;
    background-size: cover; 
}
#case .inner ul li:nth-of-type(4) h3:before{
    background: url(../images/q4.svg) no-repeat;
    background-size: cover; 
}
#case .inner ul li:nth-of-type(1) p{
    display: flex;
}
#case .inner ul li:nth-of-type(1)  img{
    width: 100%;
    height: auto;
}
#case .inner ul li table{
    border-collapse:collapse;
    border-top: 1px solid #ddd;
    width: 100%;
    font-size: 14px;
}
#case .inner ul li table th{
    text-align: left;
    background: #e8e8e8;
    width: 1%;
    white-space: nowrap;
    padding: .3em;
    border-bottom: 1px solid #ddd;
}
#case .inner ul li table td{
    border-bottom: 1px solid #ddd;
    padding: .3em;
}
#case .inner ul li:nth-of-type(2)  img{
    width: 105px;
    height: 225px;
    display: block;
    margin: .5em auto;
}
#case .inner ul li:nth-of-type(3) .row{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#case .inner ul li:nth-of-type(3) .row .column-1st{
    width: 20%;
}
#case .inner ul li:nth-of-type(3) .row .column-1st img{
    width: 100%;
    height: auto;
}
#case .inner ul li:nth-of-type(3) .row table{
    width: 75%;
}
#case .inner ul li:nth-of-type(4)  img{
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
/***********************************************
 footer
************************************************/
#footer {
    padding-top: 65px;
}
#footer .inner{
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 65px;
}
#footer .inner h2{
    font-size: 36px;
    max-width: 277px;
    font-weight: bold;
    margin: 0 auto 1em auto;
}
#footer .inner h2 img{
    width: 100%;
    height: auto;
    margin-bottom: .5em;
}
#footer .inner .footer-link{
    margin:0 auto 60px auto;
    max-width: 480px;
}
#footer .inner .footer-link img{
    width: 100%;
    height: auto;
}
#footer .inner .footer-contact{
    margin: 50px auto;
    position: relative;
}
#footer .inner .footer-contact:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 120px;
    background: #cfe8f6;
    border-radius: 70px;
}
#footer .inner .footer-contact ul{
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 570px;
}
#footer .inner .footer-contact ul:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 135px;
    background: url(../images/illust-navi.svg) no-repeat;
    background-size: cover;
    z-index: 3;
}
#footer .inner .footer-contact ul:after{
    position: absolute;
    content: "";
    left: 100px;
    top: 33px;
    width: 53px;
    height: 17px;
    background: url(../images/hand.svg) no-repeat;
    background-size: cover;
    z-index: 2;
    animation: hand 3s;
    animation-timing-function:ease-out;
    animation-iteration-count:infinite;
    transform: rotate(-5deg);
    transform-origin: top left;
}
@keyframes hand {
  50% {
      transform: rotate(20deg);
  }
}
#footer .inner .footer-contact ul li{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-left: 150px;
    white-space: nowrap;
}
#footer .inner .footer-contact ul li:first-child{
    margin-bottom: 20px;
}
#footer .inner .footer-contact ul li span{
    width: 80px;
    height: 30px;
    border: 1px solid #777;
    background: #fff;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin-right: 10px;
}
#footer small{
    display: block;
    text-align: center;
    background: #0c78bc;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    line-height: 110%;
}
.cycling{
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}
#up-bt{
    position: relative;
    width: 67px;
    height: 73px;
}
#up-bt:before{
    position: absolute;
    content: "";
    left: 3px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../images/wa1.svg) no-repeat;
    background-size: cover;
    animation: wa1 2s linear infinite;
}
@keyframes wa1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#up-bt:after{
    position: absolute;
    content: "";
    right: 11px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../images/wa1.svg) no-repeat;
    background-size: cover;
    animation: wa1 2s linear infinite;
}
@keyframes wa1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 860px) {
/***********************************************
 case
************************************************/
#case .inner h2{
    font-size: 28px;
    padding-right: 130px;
    height: 120px;
}
#case .inner h2:before{
    width: 120px;
    height: 119px;
}
#case .inner ul{
    margin-top: -30px;
}
#case .inner ul li{
    padding: 30px;
    width: calc(100% - 60px);
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/***********************************************
 stage
************************************************/
#stage{
    padding: 80px 0 0 0;
}
#stage .inner li:first-child{
    width: 90%;
    margin: 0 auto;
    order: 2;
}
#stage .inner li:last-child{
    width: 100%;
    order: 1;
    margin-top: 10px;
}
/***********************************************
 magazine
************************************************/
#magazine{
    padding: 20px 0;
}
#magazine ol{
    width: 90%;
    max-width: 360px;
}
#magazine ol li{
    width: 100%;
    margin-bottom: 1.5em;
}
/***********************************************
 service
************************************************/
#service .inner h2{
    text-align: left;
    font-size: 1.5em;
}
#service .inner h2 span{
    margin: .5em 0;
}
#service .inner .set dl dt h3{
    font-size: 1.5em;
}
#service .inner .set dl dt{
    width: 100%;
    margin-bottom: 1em;
}
#service .inner .set dl dd{
    width: 100%;
}
/***********************************************
 case
************************************************/
#case{
    padding: 10% 0 30px 0;
}
#case .inner ul li h3{
    font-size: 21px;
}
#case .inner ul li:nth-of-type(1) p{
    flex-wrap: wrap;
}
#case .inner ul li:nth-of-type(3) .row{
    flex-wrap: wrap;
}
#case .inner ul li:nth-of-type(3) .row .column-1st{
    width: 40%;
    margin-bottom: 1em;
}
#case .inner ul li:nth-of-type(3) .row table{
    width: 100%;
}
/***********************************************
 footer
************************************************/
#footer .inner p{
    text-align: left;
}
#footer .inner h2{
    font-size: 30px;
}
#footer .inner .footer-contact{
    margin: 50px auto;
    position: static;
}
#footer .inner .footer-contact:before{
    display: none;
}
#footer .inner .footer-contact ul{
    width: 100%;
    padding-top: 135px;
}
#footer .inner .footer-contact ul:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}
#footer .inner .footer-contact ul:after{
    position: absolute;
    content: "";
    left: 55%;
    top: 60px;
    width: 53px;
    height: 17px;
    background: url(../images/hand.svg) no-repeat;
    background-size: cover;
    z-index: 2;
    animation: hand 3s;
    animation-timing-function:ease-out;
    animation-iteration-count:infinite;
    transform: rotate(-5deg);
}
#footer .inner .footer-contact ul li{
    font-size: 4.5vw;
    padding: 20px 15px;
    background: #cfe8f6;
    border-radius: 36px;
}
#footer .inner .footer-contact ul li span{
    width: auto;
    margin-right: 5px;
    padding: 3px 15px;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 case
************************************************/
#case .inner h2{
    font-size: 24px;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {
}