@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.line-btn {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.line-btn span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 13px 47px 10px 0px;
  height: 39px;
  -webkit-transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding 1s cubic-bezier(0.55, 0.085, 0, 0.99), height 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.line-btn span:hover:before {
  -webkit-animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime01 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.line-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.line-btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.line-btn span:hover:after {
  -webkit-animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
          animation: hover-anime02 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.line-btn:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 16px;
}

.line-btn:hover:after {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes hover-anime01 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes hover-anime02 {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.index__hero__arrow {
  background-image: url("../img/common/right-arrow-b2.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  display: block;
  height: 6px;
  width: 100px;
  z-index: 2;
}

.arrow-link:hover .index__hero__arrow {
  -webkit-animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
.line-btn.contact {
  color: #FFF;
  position: relative;
  font-size: 22px;
}
.line-btn.contact span {
  padding-left: 37px;
  padding-right: 60px;
  height: 49px;
}

.line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail-f.png") 0 0 no-repeat;
  background-size: cover;
}

.line-btn.contact:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 23px;
  background: url("../img/common/right-arrow-o.png") 0 0 no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 21px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #F5A518;
    background: #F5A518;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }

  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    color: #FFF;
  }

  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #F5A518;
  }
  .mod-btn:hover a {
    color: #F5A518;
  }
}
/* news一覧 */
.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin: 0 auto;
  padding-left: 3.65%;
}

.inner-s {
  width: 28.5%;
}

.inner-s.detail {
  width: 84.7%;
}

.inner-b2 {
  width: 71.5%;
}

.news-list {
  padding-top: 20px;
}
.news-list li a {
  display: block;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
.news-list li a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 15px;
  background: url("../img/common/right-arrow-g.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 35px;
}
.news-list li dl {
  display: table;
  font-size: 12px;
  width: 100%;
}
.news-list li dl dt {
  display: table-cell;
  color: #888888;
  width: 210px;
}
.news-list li dl dt .day {
  padding-right: 24px;
}
.news-list li dl dd {
  display: table-cell;
  padding-right: 50px;
}
.news-list li dl .tag {
  color: #888888;
  background: #EFEFEF;
  width: 90px;
  text-align: center;
  display: inline-block;
  padding: 4px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-list li dl .ttl {
  font-size: 14px;
}

.post-main-img {
  margin-bottom: 100px;
}

/* news詳細 */
.news-info {
  font-size: 18px;
  margin-bottom: 65px;
  font-weight: bold;
}
.news-info .date {
  padding-bottom: 10px;
  font-size: 12px;
  color: #888888;
}

.text-box {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 145px;
}

.back-btn {
  text-align: center;
  margin-top: 160px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .news-list {
    padding-top: 10px;
  }

  /* news 一覧 */
  .inner-b2 {
    width: 84%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0%;
    margin: 0 auto;
    margin-top: 0px;
    z-index: 2;
    position: relative;
  }

  .news-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0%;
  }

  .inner-s {
    width: 84%;
  }

  .inner-s.list {
    width: 92%;
  }

  .inner-b2 {
    width: 84%;
  }

  .news-list li a {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
  }
  .news-list li a:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url("../img/common/right-arrow-g.png") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    bottom: 25px;
  }
  .news-list li dl {
    display: block;
    font-size: 12px;
    width: 100%;
  }
  .news-list li dl dt {
    display: block;
    color: #888888;
    width: initial;
    padding-bottom: 15px;
  }
  .news-list li dl dt .day {
    padding-right: 11px;
  }
  .news-list li dl dd {
    display: block;
    padding-right: 50px;
  }
  .news-list li dl .tag {
    color: #888888;
    background: #EFEFEF;
    min-width: 70px;
    width: initial;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    padding: 4px 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news-list li dl .ttl {
    font-size: 14px;
  }

  /* news 詳細 */
  .news-info {
    font-size: 17px;
    margin-bottom: 38px;
    font-weight: bold;
  }
  .news-info .date {
    padding-bottom: 10px;
    font-size: 12px;
    color: #888888;
  }

  .text-box {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 78px;
  }

  .post-main-img {
    margin-bottom: 40px;
  }

  .img-list.col3 img {
    padding-bottom: 17px;
  }

  .inner-s.detail {
    width: 92%;
    margin: 0 auto;
  }
  .inner-s.detail .inner-ss {
    width: 91.4%;
  }

  .back-btn {
    text-align: center;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .inner-b2 {
    width: 1766px !important;
  }
}