@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "thirsty_roughregular_one";
  src: url("/adp/font/thirstyroughregone.eot");
  src: url("/adp/font/thirstyroughregone.eot?#iefix") format("embedded-opentype"), url("/adp/font/thirstyroughregone.woff2") format("woff2"), url("/adp/font/thirstyroughregone.woff") format("woff"), url("/adp/font/thirstyroughregone.ttf") format("truetype"), url("/adp/font/thirstyroughregone.svg#thirsty_roughregular_one") format("svg");
  font-weight: normal;
  font-style: normal;
}
#progress {
  width: 300px;
  height: 5px;
}

#progressBar {
  width: 0;
  height: 5px;
  background-color: #ccc;
}

.bosyu_float {
  width: 590px;
  height: 202px;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 295px);
  z-index: 9999;
}

/* ///////// Slick SLIDE //////////////*/
#main_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: calc(100vh - 40px);
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  #main_img {
    height: auto;
    margin-top: 46px;
    overflow-y: auto;
  }
}
#main_img video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 736px) {
  #main_img video {
    height: 300px;
  }
}
#main_img h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.67;
  position: absolute;
  top: 110px;
  left: 4%;
  color: #FFF;
  letter-spacing: 0.1em;
  z-index: 3;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);*/
}
@media screen and (max-width: 736px) {
  #main_img h1 {
    position: static;
    top: 15px;
    left: 3%;
    padding-top: 350px;
    text-align: center;
    font-size: 24px;
    background: rgb(106, 106, 106);
    letter-spacing: 0.1em;
  }
}
#main_img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(135, 134, 134, 0.8) 50%, rgba(67, 66, 66, 0.8) 50%);
  background-size: 2px 2px;
  opacity: 0.3;
  z-index: 2;
}

/* LOADING */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 130px;
  margin-top: -65px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* TOPCOPY */
#marketing {
  padding: 90px 0 110px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#marketing h2 {
  font-size: 24px;
  line-height: 1.9;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #marketing h2 {
    font-size: 20px;
    line-height: 1.7;
  }
}

#marketing p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2.6;
  text-align: left;
}

#marketing .btn a {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  text-align: center;
  padding: 12px 0;
  margin: 50px auto 0;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 20px;
  line-height: 1;
}

#marketing .btn a:hover {
  background: #004fa8;
  color: #fff;
}

#marketing .btn-60th {
  margin: 80px auto 0;
  text-align: center;
}
#marketing .btn-60th a {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #333333;
  color: #FFF;
  border-radius: 40px;
  background-color: #333333;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s linear;
  line-height: 1;
  text-decoration: none;
}
#marketing .btn-60th a span {
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}
#marketing .btn-60th a:hover {
  color: #6A6C4C;
  background-color: #E9F44A;
  border: 1px solid #6A6C4C;
}

/* ///////// サービス //////////////*/
.serviceblock {
  padding: 50px 0 80px;
  background: #efefef;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.serviceblock h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.serviceblock h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.serviceblock h3.subtitle {
  margin: 70px 0 0;
  padding: 0;
  font-size: 22px;
  background: #efefef;
}

.serviceblock .btn a {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 12px 0;
  margin: 50px auto 0;
  color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 20px;
  line-height: 1;
  background: #fff;
}

.serviceblock .btn a:hover {
  background: #004fa8;
  color: #fff;
  border: 1px solid #004fa8;
}

.serviceblock ul.list {
  margin: 10px auto 0;
}

.serviceblock ul.list li {
  display: inline-block;
  margin: 10px 20px;
  width: 178px;
  height: 178px;
  background: #fff;
  border-radius: 90px;
  overflow: hidden;
}

.serviceblock ul.list li:last-of-type {
  margin-right: 0;
}

.serviceblock ul.list li h4 {
  font-size: 14px;
  line-height: 1.3;
  margin: 20px 0 5px;
}

.serviceblock ul.list li h4.oneline {
  margin-top: 36px;
}

/* WORKS*/
#works {
  padding: 120px 0 0;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
#works .blogtxt {
  line-height: 1.68;
}

#works h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

#works h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

#works .btn a {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 12px 0;
  margin: 50px auto 50px;
  color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 20px;
  line-height: 1;
  background: #fff;
}

#works .btn a:hover {
  background: #004fa8;
  color: #fff;
  border: 1px solid #004fa8;
}

#works .ttl_works {
  width: 100%;
  height: 140px;
  padding: 80px 0 0;
  margin: 0 auto;
}

#works h3 {
  text-align: center;
}

.works_box {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  list-style: none;
  
}

.works_box li {
  display: block;
  width: 25%;
  margin: 0;
  overflow: hidden;
  background-color: #ccc;
}

.works_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.works_box li a p {
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 100%;
  top: 49%;
  left: 0;
  color: #fff;
  line-height: 1;
  opacity: 0;
}

.works_box li img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.works_box li a:hover img {
  opacity: 0.4;
}

.works_box li a:hover p {
  opacity: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/*////////////// SNS ///////////////////*/
#sns .oneblock {
  margin: 0 auto 150px;
  width: 1100px;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sns .oneblock .fl {
  float: left;
}

#sns .oneblock .fr {
  float: right;
}

#sns .oneblock .imgblock {
  width: 680px;
}

#sns .oneblock .textblock {
  width: 420px;
}

#sns .oneblock h2.adp {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  #sns .oneblock h2.adp {
    text-align: center;
  }
}

#sns .oneblock h2.adp span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

#sns .oneblock .textblock.fr {
  text-align: right;
}

#sns .oneblock .textblock p.txt {
  font-size: 14px;
  line-height: 2;
}

#sns .oneblock .textblock p.txt strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

#sns .oneblock .textblock ul.sns_icon {
  width: 100%;
  list-style: none;
  margin-top: 35px;
}

#sns .oneblock .textblock ul.sns_icon li {
  display: inline-block;
  margin: 0 25px 0 0;
  height: 30px;
}

#sns .oneblock .textblock ul.sns_icon li img {
  max-height: 100%;
  width: auto;
}

#sns .oneblock .textblock ul.sns_icon li:hover {
  opacity: 0.7;
}

#sns .oneblock .textblock .more_info a {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 12px 0;
  margin: 50px 50px 0 0;
  color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 20px;
  line-height: 1;
  float: right;
  background: #FFF;
}

#sns .oneblock .textblock .more_info a:hover {
  background: #004fa8;
  color: #fff;
  border: 1px solid #004fa8;
}

#sns .oneblock .textblock.fr .more_info a {
  margin-right: 0;
}

/*/ ///////////// NEWS //////////////////*/
.subtitle {
  display: block;
  background-color: #fff;
  padding: 0 0 24px;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.subtitle h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center;
}

.subtitle h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.news {
  display: block;
  width: 650px;
  margin: 50px auto 0;
  line-height: 1.6;
  position: relative;
  padding-bottom: 150px;
}

.news dt {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 24px;
  width: 126px;
  float: left;
  clear: both;
  line-height: 1.8;
}

.news dd {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2em;
  margin-left: 126px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.8;
}

.news dd a {
  color: #000;
  text-decoration: underline;
}

.news dd a:hover {
  text-decoration: none;
}

.news em {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 0px;
  top: -47px;
}

#blog {
  background-color: #fff;
  margin: 150px 0 140px;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.blog {
  display: block;
  width: 1062px;
  margin: 0 auto;
  position: relative;
}

#blog h2.blogtitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  margin-top: 8px;
  float: left;
  font-weight: 700;
}

#blog h2.blogtitle span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

#blog .blog p.blogtxt {
  font-size: 16px;
  line-height: 2;
  float: left;
  margin-left: 50px;
}

.blog ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.blog li {
  display: block;
  width: 314px;
  position: relative;
  padding: 0 20px;
  margin-bottom: 60px;
}

.blog li a {
  font-weight: 400;
  color: #333;
}

.blog li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
}

.blog li img {
  width: 100%;
  height: auto;
}

.blog em {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 0px;
  top: -47px;
}

.blog li h3 {
  font-size: 18px;
  margin: 10px 0px 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.blog li a p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 12px;
  letter-spacing: 0.1em;
}

.blog .cate {
  display: block;
  width: 74px;
  height: 23px;
  margin-right: 5px;
  background-image: url(/adp/img/blog_catebk.gif);
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.blog .detail {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dotted #333;
  font-size: 12px;
  line-height: 100%;
  text-align: right;
  background-image: url(/adp/img/blog_detail.gif);
  background-position: 178px 10px;
  background-repeat: no-repeat;
}

.blog .more_info a {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  text-align: center;
  padding: 12px 0;
  margin: 0;
  color: #333;
  border: 1px solid #333;
  transition: 0.3s;
  border-radius: 20px;
  line-height: 1;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
}

.blog .more_info a:hover {
  background: #004fa8;
  color: #fff;
  border: 1px solid #004fa8;
}

/*/////////////////////////////////// SNS 追加 ///////////////////////////////////*/
#sns {
  padding: 0 0 60px;
}

.in_sns {
  width: 1100px;
  margin: 0 auto;
  font-family: 黎ミン M, Reimin Medium;
}

.sns_slider {
  width: 100%;
  height: 484px;
}

.in_sns dl {
  margin-top: 30px;
}

.in_sns dl dt {
  float: left;
  width: 570px;
}

#sns .in_sns dl dt h2 {
  font-size: 35px;
  letter-spacing: 0.1em;
}

.in_sns dl dt h3 {
  margin-top: 10px;
  font-size: 18px;
}

.in_sns dl dd {
  float: right;
  width: 453px;
}

.in_sns dl dt p {
  font-size: 15px;
  line-height: 2;
}

.in_sns dl dd ul {
  list-style: none;
}

.in_sns dl dd ul li {
  width: 87px;
  float: left;
  margin-right: 35px;
}

.in_sns dl dd ul li:last-of-type {
  margin-right: 0;
}

.in_sns dl dd ul li a:hover {
  opacity: 0.7;
}

.in_sns dl dd ul li img {
  max-width: 100%;
  height: auto;
}

.in_sns dl dd p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}

.info_note {
  width: 1100px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 auto 100px;
}

.info_note .txt_info h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.info_note .txt_info h4 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 10px;
}

.info_note .txt_info p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 8px;
}

.blogbt.more_info {
  text-align: center;
}

.serviceblock .blogtxt {
  line-height: 1.68;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .serviceblock .blogtxt {
    text-align: left;
  }
}

/*-----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
  p.sub_title {
    font-family: "Gothic MB101 DemiBold";
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.1em;
    margin-top: 25px;
    text-align: center;
  }
  h2.title {
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
  }
  p.copy {
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
  }
  /* TOPCOPY */
  #marketing {
    padding: 50px 0 60px;
    width: 86%;
  }
  #marketing h1 {
    font-size: 18px;
    line-height: 1.7;
  }
  #marketing p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
  #marketing .btn a {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    width: 180px;
    text-align: center;
    padding: 12px 0;
    margin: 40px auto 0;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: 0.3s;
    border-radius: 20px;
    line-height: 1;
  }
  #marketing .btn a:hover {
    background: #004fa8;
    color: #fff;
  }
  /* ///////// サービス //////////////*/
  .serviceblock {
    padding: 50px 0 80px;
    background: #efefef;
    font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .serviceblock h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .serviceblock h2 span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  .serviceblock h3.subtitle {
    margin: 50px auto 0;
    padding: 0;
    font-size: 20px;
  }
  .serviceblock ul.list {
    width: 274px;
    margin: 10px auto 0;
  }
  .serviceblock ul.list li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 66px;
    overflow: hidden;
  }
  .serviceblock ul.list li img {
    width: 50%;
    height: auto;
  }
  .serviceblock ul.list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .serviceblock ul.list li h4 {
    font-size: 12px;
    line-height: 1.3;
    margin: 20px 0 5px;
  }
  .serviceblock ul.list li h4.oneline {
    margin-top: 26px !important;
  }
  /* カタログ */
  #catalog {
    width: 100%;
    height: 260px;
    padding: 60px 0 0;
    background-image: url(../img/top/bg_catalog_2.jpg);
    background-position: center top repeat-x;
    text-align: center;
    background-size: cover;
    font-weight: 600;
  }
  #catalog2 {
    width: 100%;
    height: 260px;
    padding: 60px 0 0;
    background-image: url(../img/top/bg_catalog_2.jpg);
    background-position: center top repeat-x;
    text-align: center;
    background-size: cover;
    font-weight: 600;
  }
  #catalog_box {
    width: 86%;
    margin: 0 auto;
  }
  /* ////////////////// WORKS //////////////////////////*/
  #works {
    padding: 60px 0 0;
  }
  #works .blogtxt {
    line-height: 1.68;
    text-align: left;
  }
  #works h2 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  #works h2 span {
    font-size: 12px;
    line-height: 1.2;
  }
  .works_box li {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    overflow: hidden;
  }
  /*////////////// SNS ///////////////////*/
  #sns .oneblock {
    margin: 0 auto 60px;
    width: 88%;
  }
  #sns .oneblock .fl {
    float: none;
  }
  #sns .oneblock .fr {
    float: none;
  }
  #sns .oneblock .imgblock {
    width: 100%;
    margin-bottom: 15px;
  }
  #sns .oneblock .textblock {
    width: 100%;
  }
  #sns .oneblock .textblock h2.adp {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
  }
  #sns .oneblock .textblock h2.adp span {
    font-size: 12px;
  }
  #sns .oneblock .textblock.fr {
    text-align: center;
  }
  #sns .oneblock .textblock p.txt {
    font-size: 14px;
    line-height: 2;
  }
  #sns .oneblock .textblock p.txt strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  #sns .oneblock .textblock ul.sns_icon {
    width: 100%;
    list-style: none;
    margin-top: 20px;
    text-align: center;
  }
  #sns .oneblock .textblock ul.sns_icon li {
    display: inline-block;
    margin: 0 25px 0 0;
    height: 30px;
  }
  #sns .oneblock .textblock ul.sns_icon li img {
    max-height: 100%;
    width: auto;
  }
  #sns .oneblock .textblock ul.sns_icon li:hover {
    opacity: 0.7;
  }
  #sns .oneblock .textblock .more_info a {
    width: 140px;
    text-align: center;
    padding: 12px 0;
    margin: 30px auto 0;
    float: none;
  }
  #sns .oneblock .textblock .more_info a:hover {
    background: #004fa8;
    color: #fff;
    border: 1px solid #004fa8;
  }
  #sns .oneblock .textblock.fr .more_info a {
    margin-right: auto;
  }
  /* ウェブ */
  #web {
    width: 100%;
    height: 330px;
    padding: 190px 0 0;
    background-image: url(../img/top/bg_web_2.jpg);
    background-position: center top repeat-x;
    text-align: center;
    background-size: cover;
  }
  /* WORKS */
  #works .ttl_works {
    width: 100%;
    height: 110px;
    padding: 70px 0 0;
    margin: 0 auto;
  }
  #works .ttl_works h3 {
    width: 30%;
    margin: 0 auto;
  }
  /*////////////////////// NEWS /////////////////////////*/
  .NewsBlock .subtitle h2.ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    text-align: center;
  }
  .NewsBlock .subtitle h2.ttl span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  .news {
    width: 88%;
    margin: 20px auto 0;
    padding-bottom: 0px;
  }
  .news dt {
    font-family: 黎ミン M, Reimin Medium;
    line-height: 100%;
    margin-top: 25px;
    float: none;
    width: 100%;
  }
  .news dd {
    font-size: 14px;
    line-height: 130%;
    font-family: 黎ミン M, Reimin Medium;
    margin: 8px 0 0;
  }
  .news em {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0px;
    top: -47px;
  }
  #blog {
    margin: 150px 0 60px;
    font-family: 黎ミン M, Reimin Medium;
  }
  .blog {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #blog h2.blogtitle {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-top: 0;
    float: none;
  }
  #blog h2.blogtitle span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  #blog .blog p.blogtxt {
    font-size: 13px;
    line-height: 2;
    float: none;
    margin-left: 0px;
  }
  .blog ul {
    display: block;
    list-style: none;
    margin-top: 30px;
  }
  .blog li {
    width: 100%;
    float: none;
    position: relative;
    padding: 0 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  .blog em {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 0px;
    top: -47px;
  }
  .blog li h3 {
    font-size: 16px;
    line-height: 140%;
    margin: 10px 0px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .blog li h3 p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .blog .cate {
    display: block;
    width: 74px;
    height: 23px;
    margin-right: 5px;
    background-image: url(/adp/img/blog_catebk.gif);
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
  }
  .blog .detail {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dotted #333;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    background-image: url(/adp/img/blog_detail.gif);
    background-position: 178px 10px;
    background-repeat: no-repeat;
  }
  .blog .more_info a {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 10px 20px;
    position: static;
    margin-top: 15px;
    display: inline-block;
  }
  /*/ ////////////////////////////////// SNS 追加 ///////////////////////////////////*/
  #sns {
    padding: 20px 0;
  }
  .sns_slider {
    width: 100%;
    height: auto;
  }
  .in_sns {
    width: 90%;
    margin: 0 auto;
  }
  .in_sns dl {
    margin-top: 20px;
  }
  .in_sns dl dt {
    float: none;
    width: 100%;
  }
  .in_sns dl dd {
    float: none;
    width: 100%;
  }
  #sns .in_sns dl dt h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .in_sns dl dt h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
  }
  .in_sns dl dt p {
    margin-top: 5px;
    font-size: 13px;
  }
  .in_sns dl dd ul {
    margin-top: 30px;
    list-style: none;
  }
  .in_sns dl dd ul li {
    width: 20%;
    float: left;
    margin-right: 6%;
  }
  .in_sns dl dd ul li:last-of-type {
    margin-right: 0;
  }
  .pc {
    display: none;
  }
  .info_note {
    width: 90%;
    padding: 15px;
    margin: 60px auto;
  }
  .info_note .txt_info {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .info_note .txt_info h3 {
    font-size: 14px;
    font-weight: bold;
  }
  .info_note .txt_info p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 6px;
  }
}
.adpub60thTxt {
  background: rgb(106, 106, 106);
  background: linear-gradient(180deg, rgb(106, 106, 106) 0%, rgb(69, 69, 69) 100%);
  padding: 40px 0;
  position: relative;
}
.adpub60thTxt p {
  padding: 0 25px;
  max-width: 740px;
  color: #FFF;
  line-height: 2;
  margin: 0 auto;
  font-weight: 400;
}
.adpub60thTxt .adp60th-link {
  position: absolute;
  top: -137px;
  right: 0;
  padding: 22px 60px;
  display: flex;
  align-items: center;
  background-color: #E9F44A;
  z-index: 99;
  border-radius: 80px 0 0 80px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 736px) {
  .adpub60thTxt .adp60th-link {
    width: 84%;
    padding: 16px 40px;
    box-sizing: border-box;
    top: -238px;
  }
  .adpub60thTxt .adp60th-link figure {
    width: 25%;
    margin: 0;
    padding: 0;
  }
}
.adpub60thTxt .adp60th-link:hover {
  opacity: 0.6;
}
.adpub60thTxt .adp60th-link .adpTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-right: 30px;
  color: #6A6C4C;
}
@media screen and (max-width: 736px) {
  .adpub60thTxt .adp60th-link .adpTxt {
    font-size: 14px;
    margin: 0 20px 0 0;
    padding: 0;
    width: calc(75% - 20px);
  }
}
.adpub60thTxt .adp60th-link figure {
  margin: 0;
}

/*# sourceMappingURL=top2.css.map */