body {
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


.wrapper {
  position: relative;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  margin: 40px 0 30px;
}
.marquee-anim {
  transition: all .3s;
}
.marquee-anim {
  opacity: 1;
  animation: marquee 10s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  margin-top: -5vh;
}
@keyframes marquee {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
.marquee-inline {
    font-size: 3.0769230769vw;
    color: #e9e9e9;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5em;
    white-space: nowrap;
    display: inline-block;
}

/*
ABOUT
-----------------------------------------------------------------------*/

.about-container {
    width: 100%;
    padding: 0 0 0 8vw;
}
.about-title {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}
h2.about-txt {
    font-size: 2vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: .8em;
    margin-bottom: 3em;
}
.point {
    font-size: 5vw;
    color: #000;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1em;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-bottom: 2em;
    padding: 0 0 0 8vw;
}
.point li {
    list-style: none;
}
ul.point-top {
    display: flex;
}
ul.point-bottom {
    display: flex;
}
a.non-scroll {
    color: #000;
    text-decoration: none;
}


/*
SKILL SERVICE
-----------------------------------------------------------------------*/

section.skill-and-service {
    display: flex;
}
#skill {
    border: 1px solid #e4e4e4;
    width: 30%;
    padding: 0 0 0 8vw;
}
#skill h2 {
    font-size: 1.7vw;
}
#service {
    border: 1px solid #e4e4e4;
    width: 70%;
}
p.skill-title {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    margin-top: 1em;
    margin-bottom: 0;
}
p.skill-subtitle {
    margin-bottom: 2em;
}
p.service-subtitle {
	padding: 0 0 0 4.5vw;
    margin-bottom: 2.5em;
}
p.service-title {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    padding: 0 0 0 4.5vw;
    margin-top: 1em;
    margin-bottom: 0;
}
.service-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 4vw 0;
}
.service-box {
    width: 26%;
    height: auto;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.11) 1px 1px 3px);
    min-height: 160px;
    background-color: #fbfbfb;
    padding: 20px 20px 40px;
    float: left;

}
.service-box img {
    width: 100%;
}
.service-box h3 {
    font-size: 1.3vw;
    margin: 25px 0 10px;
}
.service-box p {
    text-align: justify;
    font-size: 1vw;
    font-weight: 500;
}
.service-box:nth-child(1) {
    -webkit-animation: example 0.5s ease 0.5s 1 forwards;
    animation: example 0.5s ease 0.5s 1 forwards;
  }
.service-box:nth-child(2) {
    -webkit-animation: example 0.5s ease 1s 1 forwards;
    animation: example 0.5s ease 1s 1 forwards;
  }
  .service-box:nth-child(3) {
    -webkit-animation: example 0.5s ease 1.5s 1 forwards;
    animation: example 0.5s ease 1.5s 1 forwards;
  }

/*
WORKS
-----------------------------------------------------------------------*/
.works-container {
    position: relative;
}
#works {
    background: #f5f5f5;
    padding: 6vw 0;
}
#heatmap {
    background: #fff;
    padding: 6vw 0 3vw;
}
p.works-title {
    padding-left: 8vw;
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}
h2.works-title {
    padding-left: 8vw;
    margin-top: 0;
}
p.works-image {
    overflow: hidden;
}
li.work-top {
    float: left;
    width: 31.33%;
    margin: 35px 0;
    position: relative;
    transition: all 0.5s 0s ease-out;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #e4e4e4;
    box-shadow: 3px 7px 15px 0px rgb(0 0 0 / 20%);
}
li.work-top:hover {
    box-shadow: 0 0 30px rgb(12 0 0 / 30%);
    -webkit-box-shadow: 0 0 30px rgb(12 0 0 / 30%);
    -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
    z-index: 1;
}
img {
    max-width: 100%;
    height: auto;
}
li.work-top .web {
    background: #0D366E;
}
li.work-top:hover .img_box img {
    transform: scale(1.05);
}
li.work-top a.link_work {
    transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
li.work-top .img_box {
    line-height: 0;
    overflow: hidden;
}
li.work-top .img_box img {
    padding: 5px;
    transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
}

li.work-top .detail_box {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
li.work-top .title {
    font-size: 1vw;
    position: relative;
    z-index: 2;
}
li.work-top .detail_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111;
    z-index: 0;
    transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: left top;
    transform: scaleX(0);
    z-index: 0;
}
li.work-top a.link_work:hover .detail_box::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleX(1);
}
li.work-top a.link_work:hover .title {
    color: #fff;
}
.slide-box p {
    font-size: 1.1vw;
    font-weight: bold;
    color: #000;
}
.slide-box span {
    font-size: .9vw;
    color: #828282;
    font-family: nimbus-sans,sans-serif;
    line-height: 1em;
    letter-spacing: .05em;
}
.slick-initialized .slick-slide {
    display: block;
    margin-right: 2vw;
    box-shadow: 3px 7px 15px 0px rgb(0 0 0 / 20%);
    background: #fff;
}
.slick-initialized .slick-slide a{
    text-decoration: none;
}
ul.slider.slick-initialized.slick-slider {
    position: relative;
}
.slick-list.draggable {
    padding-left: 2vw;
}
.slick-prev {
    font-size: 0;
    width: 80px;
    height: 80px;
    border: 2px solid #2e97cc;
    position: absolute;
    top: -126px;
    right: 200px;
}
.slick-prev::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2e97cc;
    border-right: 1px solid #2e97cc;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg) scale(-1,1);
}
button.slick-prev.slick-arrow:hover {
    opacity: 0.5;
}
button.slick-next.slick-arrow:hover {
    opacity: 0.5;
}
.slick-next {
    font-size: 0;
    width: 80px;
    height: 80px;
    border: 2px solid #2e97cc;
    position: absolute;
    top: -126px;
    right: 100px;
}
.slick-next::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2e97cc;
    border-right: 1px solid #2e97cc;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    transform: translate(-50%, -50%) rotate(45deg);
}
.slider {
    margin: 1vw auto;
}
.slider img{
    height: auto;
    width: 100%;
    transition:1s all;
}
.slider img:hover{
    transform:scale(1.1,1.1);
    transition:1s all; 
}
.slider-btn {
    width: 96vw;
    height: auto;
    position: absolute;
    right: 6.9230769231vw;
    display: flex;
    top: -.7692307692vw;
}
.slide-box {
    margin: 0 auto;
    padding: 20px 30px;
    text-align: left;
}
.slide-box p {
    font-weight: bold;
    color: #000;
}
time {
    color: #828282;
    font-family: Rokkitt, "sans-serif";
    font-weight: bold;
}
.prev {
    cursor: pointer;
}
.prev img {
    width: 100%;
}
.next {
    cursor: pointer;
}
.next img {
    width: 100%;
}
.button {
    position: relative;
    color: #2e97cc;
    text-decoration: none;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    line-height: 62px;
    border: solid 2px #2e97cc;
    display: block;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.button a {
    color: #2e97cc;
    font-size: 1vw;
    display: block;
}
.button:hover {
    opacity: 0.6;
}
.button::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 50px;
    height: 5px;
    border: none;
    border-right: 2px solid #2e97cc;
    border-bottom: 2px solid #2e97cc;
    transform: skew(45deg);
    transition: .3s;
}
.button:hover::after {
    right: 10px;
    width: 50px;
}
a.button {
    margin-top: 2vw;
    font-size: 1vw;
    font-family: nimbus-sans,sans-serif;
    letter-spacing: .05em;
}
/*
ORDER
-----------------------------------------------------------------------*/
section.order {
    display: flex;
}
#request-order-item{
    position: relative;
    display: flex;
    align-items: center;
    height: 19vw;
    justify-content: center;
    width: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#request-order-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contact-order-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 19vw;
    justify-content: center;
    width: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#contact-order-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#request-order-item .request a:hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
	background: #2e97cc;
    transition: background-color .5s;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: background-color;
}
#request-order-item .request a span.white-border {
  background: #fff;
    width: 40px;
    height: 2px;
    display: inline-block;
}
#contact-order-item .contact a:hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
	background: #2e97cc;
    transition: background-color .5s;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: background-color;
}
#contact-order-item .contact a span.white-border {
  background: #fff;
    width: 40px;
    height: 2px;
    display: inline-block;
}
.request {
    width: 100%;
    height: 100%;
}

.contact {
    width: 100%;
    height: 100%;
}
p.contact-title {
    padding: 0px 0px 20px 0px;
    font-size: 2vw;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
	text-align: center;
    margin: 0;
}
p.contact-jp {
    padding: 25px 0px 0px 0px;
    font-size: 1.2vw;
    font-weight: 700;
    letter-spacing: .04em;
	text-align: center;
    margin: 0;
}
span.blue-border {
    background: #2e97cc;
    width: 40px;
    height: 2px;
    display: inline-block;
}
/*div#request-order-item:hover {
    border-width: 2px;
    border-color: #2e97cc;
}
div#contact-order-item:hover {
    border-width: 2px;
    border-color: #2e97cc;
}*/
p.request-title {
    padding: 0px 0px 20px 0px;
    font-size: 2vw;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    text-align: center;
    margin: 0;
}
p.request-jp {
    padding: 25px 0px 0px 0px;
    font-size: 1.2vw;
    font-weight: 700;
    letter-spacing: .04em;
	text-align: center;
    margin: 0;
}
.border {
    border: 0 solid #2e97cc;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*
PROFILE
-----------------------------------------------------------------------*/
p.copy {
    font-size: 0.7vw;
}
p.profile-co {
    font-size: 3vw;
    font-weight: bold;
}
.profile {
    margin-bottom: 6em;
    margin-top: 8vw;
}
p.profile-title {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
    margin-top: 1.4em;
    margin-bottom: .4em;
}
.profile-box1 {
    width: 70%;
    margin: auto;
}
.profile-box2 {
    display: flex;
}
.profile-box2 img {
    box-shadow: 10px 10px 0 #828282;
}
.profile-box1 h2 {
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 1.6vw;
}
.profile-txt {
    display: flex;
}
.profile-txt2 {
    display: flex;
}
.profile-txt h3 {
    font-size: 1.3vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: .8em;
    margin-bottom: 0.1em;
}
.profile-txt2 h3 {
    font-size: 1.3vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: .8em;
    margin-bottom: 0.1em;
}
.profile-txt- {
    margin-top: .8em;
    margin-bottom: 0.1em;
}
.profile-txt p {
    font-size: 1.3vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: .8em;
    margin-bottom: 0.1em;
    margin-left: 3em;
}
.profile-txt2 p {
    font-size: 1.3vw;
    color: #211916;
    font-weight: 700;
    margin-left: 3em;
}
.profile-box2 {
    display: flex;
    padding-top: 4vw;
    margin: 0 auto;
    width: 70%;
}
.profile-box2-txt {
    color: #211916;
    margin-left: 4.5vw;
    font-size: 1.5vw;
}
.profile-box2 h4 {
    font-size: 1.1vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: 1.8em;
    margin-bottom: 0.1em;
}
.profile-box2 p {
    font-size: .9vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 0.1em;
}
.profile-box2 span {
    font-size: 1vw;
    background-color: #211916;
    color: #fff;
    padding: .5vw 1vw;
}
.profile-box-sns {
    font-size: .9vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: 1.3em;
    margin-bottom: 0.1em;
}
.profile-box-sns div h3 {
	margin: 15px 0 5px;
}
.profile-box-sns p {
    font-size: 1.1vw;
    margin-top: 0;
}
.profile-box-instagram {
    margin-top: .5vw;
}
.profile-box3 {
    width: 70%;
    margin: 3em auto;
}

#request-order-item-footer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#request-order-item-footer a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#request-order-item-footer .request a {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #393939;
}
/*#request-order-item .request a::after {
  background: #2e97cc;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#request-order-item .request a:hover {
  background: #2e97cc;
  color: #fff;
}*/
#request-order-item-footer .request a:hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
	background: #2e97cc;
    transition: background-color .5s;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: background-color;
}
#request-order-item-footer .request a:hover::after {
  transform: scale(1, 1);
}
#request-order-item-footer .request a span.white-border {
  background: #fff;
    width: 40px;
    height: 2px;
    display: inline-block;
}

#contact-order-item-footer {
    position: relative;
    display: flex;
    align-items: center;
    height: 19vw;
    justify-content: center;
    width: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#contact-order-item-footer a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contact-order-item-footer .contact a {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #393939;
}

/*#contact-order-item .contact a::after {
  background: #2e97cc;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}*/
/*#contact-order-item .contact a:hover {
  background: #2e97cc;
  color: #fff;
}*/
#contact-order-item-footer .contact a:hover {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
	background: #2e97cc;
    transition: background-color .5s;
    transition-behavior: normal;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: background-color;
}
#contact-order-item-footer .contact a span.white-border {
  background: #fff;
    width: 40px;
    height: 2px;
    display: inline-block;
}
.request-content-inner .request-title {
	margin: -20px 0;
}
.request-title {
    width: 100%;
    display: block;
	margin: -15px auto;
    text-align: left;
	font-size: 2.5vw;
	font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
}
.request-jp {
    width: 100%;
    display: block;
	margin: 0 auto;
    text-align: left;
	font-size: 1vw;
	font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
}
.request-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}
#request-order-item-footer .request a:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url(../image/arrow4.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20%;
}
#request-order-item-footer .request a:hover:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url("../image/arrow4-white.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20%;
}
#contact-order-item-footer .contact a:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url(../image/arrow4.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20%;
}
#contact-order-item-footer .contact a:hover:after {
	content: '';/*何も入れない*/
  display: inline-block;
  width: 70px;/*画像の幅*/
  height: 70px;/*画像の高さ*/
  background-image: url("../image/arrow4-white.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20%;
}
.request-content:after {
	
}
.request-content-inner {
	display: block;
}
#request-order-item-footer {
    height: 15vw;
}
.contact-content-inner .contact-title {
	margin: -20px 0;
}
.contact-title {
    width: 100%;
    display: block;
	margin: -15px auto;
    text-align: left;
	font-size: 2.5vw;
	font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
}
.contact-jp {
    width: 100%;
    display: block;
	margin: 0 auto;
    text-align: left;
	font-size: 1vw;
	font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
}
.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}
/*.contact-content:after {
	content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(../image/arrow4.png);
  background-size: contain;
  vertical-align: middle;
}*/
.contact-content-inner {
	display: block;
}
#request-order-item-footer {
    height: 16vw;
}
#contact-order-item-footer {
    height: 16vw;
}
/*
FOOTER
-----------------------------------------------------------------------*/

footer {
    color: #fff;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #4b4b4b;
    padding: 3.5vw 0 1vw;
    text-align: center;
}
.footer-logo {
    width: 10%;
    margin: 0 auto;
    margin-bottom: 1vw;
}



/*
WORKS-PAGE
-----------------------------------------------------------------------*/
.works-top {
    margin-top: 7vw;
    margin-left: 8vw;
}
p.works-page-title {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}
h2.works-page-title- {
    margin-top: .8em;
    margin-bottom: 1em;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
}
.works_list {
    width: 91.5%;
    max-width: 2100px;
    /* margin-right: auto; */
    margin-left: auto;
    overflow: hidden;
    padding: 30px;
}
ul, ol {
    list-style-type: none;
}
li.work {
    float: left;
    width: 30.33%;
    margin: 1%;
    position: relative;
    margin-bottom: 50px;
    transition: all 0.5s 0s ease-out;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #e4e4e4;
    box-shadow: 3px 7px 15px 0px rgb(0 0 0 / 20%);
}
.lp li.work {
    min-height: 300px;
    box-shadow: 3px 7px 15px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    float: left;
    width: 23%;
    margin: 1%;
    position: relative;
    margin-bottom: 50px;
    transition: all 0.5s 0s ease-out;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #e4e4e4;
}
li.work:hover {
    box-shadow: 0 0 30px rgb(12 0 0 / 30%);
    -webkit-box-shadow: 0 0 30px rgb(12 0 0 / 30%);
    -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
    z-index: 1;
}
img {
    max-width: 100%;
    height: auto;
}
li.work .web {
    background: #0D366E;
}
li.work:hover .img_box img {
    transform: scale(1.05);
}
li.work a.link_work {
    transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
li.work .img_box {
    line-height: 0;
    overflow: hidden;
}
li.work .img_box img {
    padding: 0;
    transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
	width: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
li.work .detail_box {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
li.work .title {
    font-size: 1vw;
    position: relative;
    z-index: 2;
}
li.work .detail_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111;
    z-index: 0;
    transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: left top;
    transform: scaleX(0);
    z-index: 0;
}
li.work a.link_work:hover .detail_box::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleX(1);
}
li.work a.link_work:hover .title {
    color: #fff;
}
::before, ::after {
    vertical-align: inherit;
    text-decoration: inherit;
}
*, ::before, ::after {
    box-sizing: inherit;
    background-repeat: no-repeat;
}
.-title {
    text-align: center;
    margin-bottom: 1vw;
    padding-top: 5vw;
}
.--title {
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 1.3vw;
}
section.hp {
    background: #f5f5f5;
    padding: 0 0 5vw 0;
}
section.lp {
    padding: 0 0 5vw 0;
}
section.banner {
    background: #f5f5f5;
    padding: 0 0 5vw 0;
}

/*
ORDER-FLOW-PAGE
-----------------------------------------------------------------------*/
.order-title {
    padding: 0 0 0 8vw;
    width: 40%;
}
p.order-title- {
    font-size: 3.6923076923vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}
section.order-flow img {
    width: 88%;
    margin: auto;
    display: block;
}
h2.order-txt {
    margin-top: .8em;
    margin-bottom: 3em;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
}
section.order-flow {
    margin-top: 12em;
}
.order-box p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.order {
    position: relative;
    filter: drop-shadow(rgba(0, 0, 0, 0.11) 1px 1px 3px);
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.orderflow-box1 {
    position: absolute;
    top: 4vw;
    left: 9%;
}
p.orderflow-box-bottom1 {
    padding-right: 6vw;
}
.orderflow-box2 {
    position: absolute;
    top: 4vw;
    left: 20%;
}
p.orderflow-box-bottom2 {
    padding-right: 6vw;
}
p.orderflow-box-bottom3 {
    padding-right: 6vw;
}
p.orderflow-box-bottom4 {
    padding-right: 3vw;
}
.orderflow-box3 {
    position: absolute;
    top: 4vw;
    left: 20%;
}
.orderflow-box4 {
    position: absolute;
    top: 4vw;
    left: 24%;
}
.order-flow1 {
    position: relative;
    margin-right: -100px;
    z-index: 4;
}
.order-flow2 {
    position: relative;
    margin-right: -100px;
    z-index: 3;
}
.order-flow3 {
    position: relative;
    margin-right: -100px;
    z-index: 2;
}
.order-flow4 {
    position: relative;
    z-index: 1;
}
.orderflow-box-top h1{
    color: #2e97cc;
    font-size: 2.8vw;
    font-family: nimbus-sans,sans-serif;
}
.orderflow-box h3 {
    font-family: nimbus-sans,sans-serif;
}
p.orderflow-box-bottom {
    font-weight: bold;
    font-size: .9vw;
    color:#5c7669;
}
.orderflow-box-top {
    display: flex;
}
.orderflow-box h2 {
    color: #2e97cc;
}
.orderflow-box p {
    font-weight: bold;
}
section.check-list {
    padding-top: 10vw;
    display: flex;
}
.check-box- {
    width: 70%;
}
.check-list-title {
    padding: 0 0 0 8vw;
    width: 29%;
}
.check-list-title img {
    width: 100%;
    margin: .7vw 0 .6vw 0;
}
p.check-list-title- {
    font-size: 3.5vw;
    color: #2e97cc;
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .05em;
}
h2.check-list-txt {
    margin-top: .8em;
    margin-bottom: 2em;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
}
.check-list-txt p {
    font-size: 0.9vw;
    /* font-weight: bold; */
    line-height: 1.8;
}
.check-list- {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    padding-right: 3vw;
}
.check-list-box {
	position: relative;
    width: 11.5vw;
    height: 14vw;
    border-radius: 5px;
    text-align: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.11) 1px 1px 3px);
    min-height: 160px;
    background-color: #fbfbfb;
    padding: 0 10px 20px;
    float: left;
    margin-bottom: 2vw;
}
.check-list-box img {
    width: 35%;
    opacity: .8;
}
.check-list-box h3 {
    margin: 15px 0 5px;
    font-size: 1vw;
}
.check-img img {
    position: absolute;
    left: 1vw;
    top: 1vw;
    width: 15%;
    opacity: .4;
}
.check-box {
    margin-top: 3vw;
}
h2.-txt {
    margin-top: 0.8em;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    font-size: 1.2vw;
}
.material {
    display: flex;
    margin-top: 8vw;
}
.material-box {
    width: 65%;
    margin: 0 auto;
    padding-left: 7vw;
    padding-right: 7vw;
}
.material h3 {
    font-size: 1.1vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: 1.8em;
    margin-bottom: 0.1em;
}
.material-box p {
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
}
.material1 p {
    padding-left: 1em;
    text-indent: -1em;
}
.material2 p {
    padding-left: 1em;
    text-indent: -1em;
}
.material3 p {
    text-indent : 0;
    padding-left : 0;
}
.material4 p {
    padding-left: 1em;
    text-indent: -1em;
}
.material5 p {
    padding-left: 1em;
    text-indent: -1em;
}
.precautions {
    display: flex;
    margin-top: 8vw;
    margin-bottom: 10vw;
}
.precautions-box {
    width: 65%;
    margin: 0 auto;
    padding-left: 7vw;
	padding-right: 7vw;
}
.precautions h3 {
    font-size: 1.1vw;
    color: #211916;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: 1.8em;
    margin-bottom: 0.1em;
}
.precautions-box p {
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
}
.step {
    color: #2e97cc;
}
.orderflow-box-top h1 {
    color: #2e97cc;
    font-size: 2.8vw;
    line-height: 1.2em;
}
.orderflow-box-top p {
    font-weight: bold;
}
.sp-br{display:none;}
.pc-br{display:block;}





 
@media screen and (max-width: 600px) {
    .sp-br{
        display:block;
    }
    .pc-br{
        display:none;
    }
 
    .marquee-anim {
        margin-top: 0;
    }
    section.skill-and-service {
        display: block;
    }
    #skill {
        width: 92%;
        padding-bottom: 5vw;
    }
    #skill h2 {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    #service {
        width: 100%;
    }
    .service-box {
        width: 100%;
        padding: 20px 28px;
		margin-top: 20px;
    }
	.service3.service-box {
		margin-bottom: 20px;
	}
    .service-box img {
        width: 80%;
    }
    .service-box h3 {
        font-size: 4vw;
        margin: 11px 0 7px;
    }
    .service-box-txt p {
        font-size: 3.5vw;
    }
    p.service-title {
        font-size: 8vw;
        padding: 0 0 0 8vw;
    }
    #works {
        padding: 18vw 0;
    }
    p.works-title {
        font-size: 8vw;
    }
    li.work-top .title {
        font-size: 3.5vw;
        word-break: break-all;
    }
    .button a {
        font-size: 4vw;
    }
    button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        top: -65px;
        right: 60px;
    }
    button.slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        top: -65px;
        right: 12px;
    }
    .button {
        width: 90%;
    }
    a.button {
        width: 243px;
        height: 31px;
    }
    section.order {
        display: block;
    }
    #request-order-item {
        width: 100%;
        height: 29vh;
    }
    #contact-order-item {
        width: 100%;
        height: 29vh;
    }
    p.request-title {
        padding: 0px 0px 24px 0px;
        font-size: 5.5vw;
    }
    p.request-jp {
        padding: 23px 0px 0px 0px;
        font-size: 4.5vw;
    }
    p.contact-title {
        padding: 0px 0px 24px 0px;
        font-size: 5.5vw;
    }
    p.contact-jp {
        padding: 23px 0px 0px 0px;
        font-size: 4.5vw;
    }
    section.profile {
        margin-bottom: 4em;
    }
    .profile {
        margin-top: 12vw;
    }
    .profile-box-sns {
        margin-top: 3em;
    }
    .profile-box-sns p {
        word-break: break-word;
    }
    .profile-txt {
        display: block;
    }
    .profile-txt- p {
        padding-left: 1em;
        text-indent: -1em;
    }
    .profile-txt2 {
        display: block;
    }
    .profile-box3 {
        width: 80%;
    }
    .profile-box1 {
        width: 80%;
    }
    .profile-box2 {
        padding-top: 5vw;
    }
    .profile-box1 h2 {
        font-size: 3.5vw;
    }
    .profile-box2 {
        width: 80%;
    }
    .profile-box2 {
        display: block;
    }
    .profile-box2 span {
        font-size: 3vw;
        padding: 0.2vw 4vw;
    }
    .profile-box2-txt {
        padding-top: 6vw;
        margin-left: 0;
    }
    .profile-box2-txt h2 {
        font-size: 7vw;
    }
    .profile-box2 h4 {
        margin-top: 1em;
    }
    .profile-box2 p {
        font-size: 3.2vw;
    }
    .profile-box2-img {
        text-align: center;
    }
    .profile-box2-img img {
        width: 80%;
    }
    .profile-box2 h4 {
        font-size: 4vw;
    }
    .profile-box3 {
        margin: 2em auto;
    }
    .profile-box-sns p {
        font-size: 3.5vw;
    }
    .profile-box-instagram {
        margin-top: 2.5vw;
    }
    .profile-txt h3 {
        font-size: 4vw;
        display: block;
    }
    .profile-txt- {
        margin-top: 0;
    }
    .profile-txt p {
        margin-left: 0;
        font-size: 3.5vw;
        margin-top: 0;
    }
    .profile-txt2 h3 {
        font-size: 4vw;
        display: block;
    }
    .profile-txt2 p {
        margin-left: 0;
        font-size: 3.5vw;
        margin-top: 0;
    }
    p.profile-co {
        font-size: 7vw;
    }
    h2.about-txt {
        width: 90%;
    }
    p.copy {
    font-size: 3.5vw;
    margin-top: 10px;
}



    .--title {
        font-size: 5vw;
        margin-top: 7vw;
    }
    .works-top {
        margin-top: 26vw;
    }
    p.works-page-title {
        font-size: 8vw;
    }
    h2.works-page-title- {
        font-size: 3.5vw;
        margin-bottom: 8vw;
    }
    h2.works-title {
        font-size: 3.5vw;
    }
    li.work {
        width: 100%;
    }
    li.work .title {
        font-size: 3.5vw;
    }
    ul.works_list {
        width: 90%;
    }
    .lp li.work {
        width: 45%;
		box-shadow: 3px 7px 8px 0px rgb(0 0 0 / 20%);
    }
    li.work:nth-child(odd) {
        margin-right: 4%;
    }
    
    
    .lp li.work .detail_box {
        height: 21vw;
    }



    section.order-flow {
        margin-top: 26vw;
    }
    section.order-flow img {
        width: 95%;
    }
    .order-title {
        width: 85%;
    }
    p.order-title- {
        font-size: 8vw;
    }
    h2.order-txt {
        font-size: 3.5vw;
    }
    section.check-list {
        display: block;
        padding-top: 10vw;
    }
    .check-list-title {
        width: 85%;
        margin: auto;
        padding: 0;
    }
    .check-box- {
        width: 85%;
        margin: 0 auto;
    }
    .check-list- {
        width: 100%;
    }
    .check-list-box {
        min-height: 152px;
    }
    .check-list.check-list-box {
        width: 39vw;
        margin-bottom: 5vw;
        padding: 10px 5px;
		position: relative;
    }
    .check-list-txt p {
        font-size: 3.5vw;
        font-weight: 500;
        margin: 5vw 0 10vw;
    }
    p.check-list-title- {
        font-size: 8vw;
    }
    h2.check-list-txt {
        margin-bottom: 1em;
        font-size: 3.5vw;
    }
    .check-list-box h3 {
        font-size: 3vw;
    }
    .check-list-title img {
        margin: 2vw 0 5vw 0;
    }
    h2.-txt {
        margin-top: 15vw;
        margin-bottom: 2vw;
		font-size: 5.2vw;
    }
    .material {
        display: block;
    }
    .material-box {
        width: 90%;
        margin-top: 12vw;
    }
    .material h3 {
        font-size: 3.5vw;
    }
    .material-box p {
        font-size: 3.5vw;
        font-weight: inherit;
    }
    .precautions {
        display: block;
        margin-top: 22vw;
    }
    .precautions-box {
        width: 90%;
        margin-bottom: 20vw;
    }
    .precautions h3 {
        font-size: 3.5vw;
    }
    .precautions p {
        font-size: 3.5vw;
        font-weight: inherit;
    }
    .order {
        display: block;
        border-radius: inherit;
    }
    .order-flow1 {
        margin-bottom: -190px;
    }
    .order-flow2 {
        margin-bottom: -130px;
    }
    .order-flow3 {
        margin-bottom: -141px;
    }
    p.orderflow-box-bottom {
        font-size: 3.5vw;
        width: 350px;
        margin-top: 2vw;
    }
    .orderflow-box-top h1 {
        font-size: 8vw;
    }
    .orderflow-box1 {
        left: 8vw;
        top: 10vw;
    }
    .orderflow-box2 {
        top: 27vw;
        left: 8vw;
    }
    .orderflow-box3 {
        top: 24vw;
        left: 8vw;
    }
    .orderflow-box4 {
        top: 28vw;
        left: 8vw;
    }
    .step h2 {
        font-size: 5vw;
    }
	.works_list {
    width: 91.5%;
    max-width: 2100px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 15px 0;
}
	.marquee-inline {
    font-size: 10.5vw;
}
	.wrapper {
    height: 100px;
    margin: 10px 0 30px;
}
	p.skill-title {
    font-size: 8vw;
}
	.material-box {
    width: 65%;
    margin: 0 auto;
    padding: 0;
}
	.precautions-box {
    width: 65%;
    margin: 0 auto;
    padding: 0;
}
	.footer-logo {
    width: 38%;
}
	footer {
    padding: 8vw 0 5vw;
}
	li.work .img_box img {
    width: 100%;
}
	#request-order-item-footer {
    width: 100%;
}
	.request-content-inner .request-title {
		margin: 0;
	}
	#request-order-item-footer .request a:after {
    width: 38px;
    height: 38px;
	right: 15%;
}
	.request-title {
	margin: -5px auto !important;
    font-size: 6.5vw;
}
	.request-jp {
    margin: -8px auto;
    font-size: 3vw;
}
	#contact-order-item-footer {
    width: 100%;
}
	#contact-order-item-footer .contact a:after {
		width: 38px;
    	height: 38px;
		right: 15%;
	}
	.contact-content-inner .contact-title {
		margin: 0;
	}
	.contact-title {
    font-size: 6.5vw;
	margin: -5px auto !important;
}
	.contact-jp {
    margin: -8px auto;
    font-size: 3vw;
}
	#request-order-item-footer {
    height: 30vw;
}
	#contact-order-item-footer {
    height: 30vw;
}
	section.order {
    margin-top: 13vw;
}
	#request-order-item-footer .request a:hover:after {
    width: 38px;
    height: 38px;
    right: 15%;
}
	#contact-order-item-footer .contact a:hover:after {
    width: 38px;
    height: 38px;
    right: 15%;
}

}