@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
@-webkit-keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes animeMVdeco {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1;
  }
}
#WORK .work {
  margin-bottom: 120px;
}
#WORK .work section {
  margin-bottom: 110px;
}
#WORK .work section p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
#WORK .work section p img{
  border-radius: 10px;
}
#WORK .work__blk h2 {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
#WORK .work__blk h2::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: url(../img/about/work/bar.jpg);
}
#WORK .work__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#WORK .work__blk ul li:first-of-type {
  width: 41%;
  position: relative;
}
#WORK .work__blk ul li:first-of-type p {
  width: 40vw;
  position: absolute;
  right: 0;
  top: 0;
}
#WORK .work__blk ul li:first-of-type p img {
  display: block;
  margin-left: auto;
}
#WORK .work__blk ul li:last-of-type {
  width: 55%;
}
#WORK .work__blk--rev ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#WORK .work__blk--rev ul li:first-of-type {
  width: 40%;
}
#WORK .work__blk--rev ul li:first-of-type p {
  position: initial;
  right: auto;
}
#WORK .work__blk--rev ul li:first-of-type p img {
  margin-left: 0;
}
#WORK .work__blk--rev ul li:last-of-type {
  width: 56%;
}
#WORK .work__blk--05 {
  margin-top: 16vw;
}

/* SP */
@media screen and (max-width: 768px) {
  #WORK {
    margin-bottom: 100px;
    overflow: hidden;
  }
  #WORK .work {
    /*margin-top: 35px;*/
  }
  #WORK .work section {
    margin-bottom: 60px;
  }
  #WORK .work section p {
    font-size: 1.5rem;
    line-height: 2;
  }
  #WORK .work__blk h2 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
  }
  #WORK .work__blk h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: url(../img/about/work/bar.jpg);
  }
  #WORK .work__blk ul {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #WORK .work__blk ul li:first-of-type {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  #WORK .work__blk ul li:first-of-type p {
    width: 100%;
    position: initial;
    right: 0;
    top: 0;
  }
  #WORK .work__blk ul li:first-of-type p img {
    display: block;
    margin-left: 0;
  }
  #WORK .work__blk ul li:last-of-type {
    width: 100%;
  }
  #WORK .work__blk--rev ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #WORK .work__blk--rev ul li:first-of-type {
    width: 100%;
  }
  #WORK .work__blk--rev ul li:first-of-type p {
    position: initial;
  }
  #WORK .work__blk--rev ul li:first-of-type p img {
    margin-left: 0;
  }
  #WORK .work__blk--rev ul li:last-of-type {
    width: 100%;
  }
}
/*--fadeInUp--*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--fadeInUpBig--*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/* SP ここまで */