@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一覧 */
.inner-b2 {
  width: 92%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8.8%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.concept-block {
  margin-top: -60px;
  margin-bottom: 206px;
}
.concept-block .inner-b2 {
  background: url("../img/about/concept-img.jpg") 100% -90px no-repeat;
  background-size: 720px 720px;
  padding-top: 90px;
  padding-bottom: 76px;
}
.concept-block .text-box {
  min-width: 640px;
  width: 50.7%;
}
.concept-block .text-box h2 {
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 70px;
}
.concept-block .text-box .text {
  line-height: 2.6em;
  font-size: 16px;
  margin-bottom: 145px;
}
.concept-block .text-box .line-btn {
  color: #171717;
}
.concept-block .text-box .line-btn.contact:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 31px;
  height: 31px;
  display: block;
  background: url("../img/common/mail.png") 0 0 no-repeat;
  background-size: cover;
}

.info-block .inner-s {
  background: url("../img/about/info-img.gif") 0% 0px no-repeat;
  background-size: 660px 550px;
  padding-top: 234px;
}
.info-block .text-box {
  min-width: 500px;
  width: 43.2%;
  margin-left: 51.6%;
}
.info-block .text-box h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
.info-block .text-box ul li {
  font-size: 15px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.info-block .text-box ul li dl {
  display: table;
}
.info-block .text-box ul li dl dt {
  display: table-cell;
  font-weight: bold;
  width: 155px;
}
.info-block .text-box ul li dl dd {
  display: table-cell;
}
.info-block .text-box ul li dl .address {
  line-height: 2em;
}
.info-block .text-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .wrapper > .inner-s {
    width: 92%;
  }

  /* 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;
  }

  .concept-block {
    margin-top: 0px;
    margin-bottom: 120px;
  }
  .concept-block .img.sp {
    width: 100%;
    margin-bottom: 80px;
    display: block;
    text-align: right;
  }
  .concept-block .img.sp img {
    width: 96%;
    margin-left: 4%;
  }
  .concept-block .inner-b2 {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .concept-block .text-box {
    min-width: initial;
    width: 100%;
  }
  .concept-block .text-box h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .concept-block .text-box .text {
    line-height: 2.2em;
    font-size: 15px;
    margin-bottom: 75px;
  }
  .concept-block .text-box .line-btn {
    width: 204px;
  }

  .info-block .img.sp {
    width: 100%;
    margin-bottom: 80px;
    display: block;
    text-align: right;
  }
  .info-block .img.sp img {
    width: 96%;
    margin-right: 4%;
  }
  .info-block .inner-s {
    background: none;
    padding-top: 0px;
  }
  .info-block .text-box {
    min-width: initial;
    width: 100%;
    margin-left: 0%;
  }
  .info-block .text-box h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .info-block .text-box ul li {
    font-size: 14px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .info-block .text-box ul li dl {
    display: table;
  }
  .info-block .text-box ul li dl dt {
    display: table-cell;
    font-weight: bold;
    width: 94px;
  }
  .info-block .text-box ul li dl dd {
    display: table-cell;
  }
  .info-block .text-box ul li dl .address {
    line-height: 1.6em;
  }
  .info-block .text-box ul li:last-child dd {
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 1920px) {
  .wrapper > .inner-s {
    width: 1766px !important;
  }

  /* news 一覧 */
  .inner-b2 {
    width: 1463px !important;
  }
}