@charset "UTF-8";
@import url("https://use.typekit.net/mnb2pin.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

/***********************共通設定************************/
/* ホバーで下線が左に消える */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
 共通
----------------------------------------------------*/
.addMgnT {
  margin-top: 50px;
}

@media screen and (min-width: 880px) {
  .inner,
  .innerDT {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;
  }
  .inner.--wide,
  .innerDT.--wide {
    max-width: 1000px;
  }
}

/*----------------------------------------------------
 セクション１
----------------------------------------------------*/
.sec1 {
  margin-top: 140px;
  /* 751- */
  /* 1136- */
}
.sec1 .thumb {
  width: 100%;
}
.sec1 .post_title {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}
.sec1 .post_sub_title {
  color: #388CD5;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}
.sec1 .post_content {
  margin-top: 30px;
  line-height: 2.15;
  font-size: 14px;
  letter-spacing: 0.15em;
}
@media all and (min-width: 751px) {
  .sec1 {
    margin-top: 200px;
  }
}
@media all and (min-width: 1136px) {
  .sec1 {
    margin-top: 220px;
  }
  .sec1 .post_sub_title {
    font-size: 15px;
  }
}

/*----------------------------------------------------
 セクション2
----------------------------------------------------*/
.sec2 {
  /* 768- */
  /* 1136- */
}
.sec2 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec2 .images .image .img_sp,
.sec2 .images .image .img_pc {
  height: 120vw;
  overflow: scroll;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.15);
  max-height: 700px;
}
.sec2 .images .image.picPC {
  width: 60%;
  background: #fff;
}
.sec2 .images .image.picSP {
  width: 35%;
  background: #fff;
}
.sec2 .images.no_sp_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec2 .images.no_sp_img .image.picPC {
  width: 100%;
  max-width: 515px;
}
@media all and (min-width: 768px) {
  .sec2 {
    margin-top: 100px;
  }
  .sec2 .images {
    position: relative;
  }
  .sec2 .images.no_sp_img {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec2 .images .image .img_sp,
  .sec2 .images .image .img_pc {
    -webkit-box-shadow: 0 3px 12px rgba(51, 51, 51, 0.15);
            box-shadow: 0 3px 12px rgba(51, 51, 51, 0.15);
  }
  .sec2 .images .image.picPC {
    width: 65%;
    max-width: 670px;
  }
  .sec2 .images .image.picSP {
    width: 32%;
    max-width: 310px;
  }
}
@media all and (min-width: 1136px) {
  .sec2 .images::before {
    left: -40px;
    top: -40px;
  }
  .sec2 .images::after {
    right: -40px;
    bottom: -40px;
  }
}

/*----------------------------------------------------
 セクション3
----------------------------------------------------*/
.sec3 .columns,
.sec4 .columns {
  /* -767 */
  /* 768- */
}
@media all and (max-width: 767px) {
  .sec3 .columns .column:not(:first-child),
  .sec4 .columns .column:not(:first-child) {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .sec3 .columns,
  .sec4 .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec3 .columns .column,
  .sec4 .columns .column {
    width: 47%;
  }
}

.sec3 {
  /* 768- */
}
.sec3 .detail_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.sec3 .detail_body {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media all and (min-width: 768px) {
  .sec3 {
    margin-top: 100px;
  }
  .sec3 .detail_title {
    font-size: 24px;
  }
}

/*----------------------------------------------------
 セクション4
----------------------------------------------------*/
.sec4 .btnWrap a {
  position: relative;
  display: block;
  padding: 15px;
  display: block;
  background: url(../images/works/btn_url_sp.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 768- */
  /* 1136- */
}
.sec4 .btnWrap a::before, .sec4 .btnWrap a::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 5px;
  height: 8px;
  z-index: 2;
}
.sec4 .btnWrap a::before {
  bottom: 50%;
  right: 25px;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}
.sec4 .btnWrap a::after {
  top: 50%;
  right: 25px;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}
@media all and (min-width: 768px) {
  .sec4 .btnWrap a {
    background: url(../images/works/btn_url_pc.jpg) no-repeat;
    padding: 15px 30px;
  }
}
@media all and (min-width: 1136px) {
  .sec4 .btnWrap a {
    height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec4 .btnWrap a .caption {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    z-index: 3;
  }
  .sec4 .btnWrap a .cover {
    position: absolute;
    display: block;
    background: #388CD5;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    z-index: 1;
  }
  .sec4 .btnWrap a::before, .sec4 .btnWrap a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .sec4 .btnWrap a:hover {
    color: #fff;
  }
  .sec4 .btnWrap a:hover::before, .sec4 .btnWrap a:hover::after {
    right: 20px;
    background: #fff;
  }
  .sec4 .btnWrap a:hover::before {
    -webkit-transform: skew(50deg);
            transform: skew(50deg);
  }
  .sec4 .btnWrap a:hover::after {
    -webkit-transform: skew(-50deg);
            transform: skew(-50deg);
  }
  .sec4 .btnWrap a:hover .cover {
    width: 100%;
  }
}

/*----------------------------------------------------
 タグ
----------------------------------------------------*/
.tags {
  /* 768- */
}
.tags li {
  border: 1px solid #388CD5;
  font-size: 10px;
  color: #388CD5;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media all and (min-width: 768px) {
  .tags li {
    font-size: 11px;
  }
}

/*----------------------------------------------------
 一覧へ
----------------------------------------------------*/
.toList {
  margin: 50px 0;
  /* 768- */
}
.toList .cbtn {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.toList .cbtn a {
  color: #388CD5;
  font-weight: bold;
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .toList {
    margin: 65px 0;
  }
  .toList .cbtn {
    padding-top: 30px;
  }
  .toList .cbtn a {
    font-size: 15px;
  }
}

.innerWorks {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  /* 768- */
}