@charset "utf-8";
/* CSS Document */

/* company.css */


.company .slider--single .owl-dots {
  display: none;
}
.company .slider--single .owl-dots {
  display: none;
}
.company .slider--single.owl-carousel .owl-nav button.owl-next {
    top: calc(50% - 1em);
  }
.company .slider--single.owl-carousel .owl-nav button.owl-prev {
    top: calc(50% - 1em);
  }
.company .slider--single .item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding: 0 0.5em;
}
.company__subtitle {
  margin: .5em auto 1.5em;
  font-size: 1em;
}
.company .box {
  padding-top: 0;
}
.company__subtitle span {
  font-size: 1.07em;
  font-weight: 500;
  background: var(--c-bk);
  color: var(--c-wh);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.1em 1em;
  margin-top: -0.1em;
}

.company__box--message {
  margin: 8% auto;
  overflow: hidden;
}
.message__box {
  position: relative;
  display: block;
  margin: 0 auto 2em;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.message__catch {
  text-align: center;
}
.message__catch h3 {
  font-weight: 700;
  font-size: 1.84em;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
  line-height: 1.5em;
}
.message__catchtext {
  font-weight: 900;
  font-size: 1.58em;
  display: block;
  line-height: 1.3em;
}
.message__catchtext span {
  font-size: 1.31em;
  color: var(--c-red);
  line-height: 1em;
}
.message__catch p {
  font-size: 1.15em;
  font-weight: bold;
  font-family: var(--f-eng);
  display: block;
  line-height: 1.35em;
  margin: 0 auto .5em ;
  text-align: center;
}
.message__imgbtn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 18% 3% 30% 53%;
  text-align: center;
  font-weight: 700;
  font-size: 1.15em;
  z-index: 4;
}
.message__name {
  font-size: 1.2em;
}
#message__imglink {
  color: #005aff;
  text-decoration: underline;
  text-underline-offset: .3em;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.message__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.message__img--kue,
.message__img--kanpati,
.message__img--beni {
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0,100%,0);
  -ms-transform: translate3d(0,100%,0);
  -o-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}
.message__img--active {
  display: block;
  -webkit-transform: translate3d(0,0%,0);
  -ms-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}




.message__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.message__bg > div {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.message__bg--kue,
.message__bg--kanpati,
.message__bg--beni {
  display: none;
}
.message__bg--kue {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  background: url(img/webp/bg_str_kue.webp) repeat bottom right;
  -webkit-background-size: auto 75%;
  background-size: auto 75%;
  height: 3.07em;
  margin: 0 0 0 auto;
  z-index: 1;
}
.message__bg--kanpati {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  background: url(img/webp/bg_str_kanpati.webp) repeat bottom right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 3.07em;
  margin: 0 0 0 auto;
  z-index: 2;
}
.message__bg--beni {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  background: url(img/webp/bg_str_beni.webp) repeat bottom right;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 3.07em;
  margin: 0 0 0 auto;
  z-index: 3;
}
.message__bg--active{
  width: 100%;
}
.message__click {
  position: absolute;
  bottom: 6%;
  right: 16%;
  z-index: 6;
  display: block;
  cursor: pointer;
  width: calc(130 / 750 * 100%);
}





/*-----------------------------------*/
.overview__title {
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
}
.overview__title:before {
  content: attr(data-spell);
  font-family: var(--f-eng);
  color: var(--c-gr);
  display: block;
  margin: 0 auto;
  font-size: 3.46em;
  line-height: 1.3em;
}
.overview__title span{
  font-size: 1.07em;
}

.overview__map {
  background: var(--c-gr);
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: .5em;
  margin: 1em auto;
}
.overview__map .overview__mapitem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(400 / 610 * 100%);
  background-color: #fff;
  overflow: hidden;
}
.overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.overview__btn {
  text-align: center;
  margin: 0 auto 1em;
}
.overview__btn a {
  box-sizing: border-box;
  background-color: var(--c-bk);
  color: var(--c-wh);
  display: block;
  font-weight: 700;
  font-size: .92em;
  margin: 0 auto;
  padding: .4em;
  width: calc(410 / 630 * 100%);
}


@media screen and (min-width:750px){
  .company__box {
    max-width: 1000px;
    margin: 70px auto;
  }
  .company__box--message {
    max-width: 100%;
    margin: 50px auto;
  }
  .company__subtitleimg img {
    width: auto;
    height: 80px;
  }
  .company .box {
    box-sizing: border-box;
    padding: 0 20px 0px;
    max-width: 950px;
    margin: 30px auto 60px;
  }
  .company .box p {
    font-size: 18px;
    line-height: 2em;
  }
  .company__box--message .message__box {
    min-height: 660px;
    padding-top: 70px;
    z-index: 5;
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .company__box--message .company__subtitle {
    max-width: 1000px;
    margin: 0 auto;
  }
  .message__catch {
    box-sizing: border-box;
    position: relative;
    padding-top: 70px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .message__catch h3 {
    font-size: 30px;
    box-sizing: border-box;
    padding-right: 38%;
  }
  
.message__catchtext {
  font-size: 50px;
}
.message__catchtext span {
  font-size: 70px;
}
  .message__catch p {
    font-size: 18px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-right: 38%;
  }
.message__imgbtn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 1.15em;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
  .message__imgbtn > div {
    box-sizing: border-box;
    padding-right: 38%;

  }
  .message__img {
    left: 50%;
  }
  .message__click {
    bottom: 70px;
    right: calc(50% - 50px);
    width: 122px;
  }

.message__bg--kue {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url(img/webp/bg_str_kue_pc.webp) repeat bottom right;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  height: 90px;
  margin: 0 0 0 auto;
  z-index: 1;
}
.message__bg--kanpati {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  background: url(img/webp/bg_str_kanpati_pc.webp) repeat bottom center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 90px;
  margin: 0 0 0 auto;
  z-index: 2;
}
.message__bg--beni {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  background: url(img/webp/bg_str_beni_pc.webp) repeat bottom center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 90px;
  margin: 0 0 0 auto;
  z-index: 3;
}
.message__bg--active{
  width: 100%;
}  
  .message__img--kue, .message__img--kanpati, .message__img--beni {
    width: 100%;
  }
  .message__img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
  }
  .message__img img {
    max-width: 100%;
  }
  .message__imgbtn {
    font-size: 18px;
  }
  .message__name {
    font-size: 1.3em;
  }
  
  .company__box--overview {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    background-image: url(img/webp/hex01.webp), url(img/webp/hex02.webp);
    background-position: top right, left 300px;
    background-repeat: no-repeat;
  }
.overview__map .overview__mapitem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(320 / 590 * 100%);
  background-color: #fff;
  overflow: hidden;
}
  .overview__btn a {
    width: 250px;
    font-size: 14px;
  }
}

@media screen and (min-width:1000px){
  .message__img {
    width: 100%;
    left: calc(50% + 100px);
  }
    .message__catch h3 {
    font-size: 38px;
    box-sizing: border-box;
    padding-right: 38%;
  }
  
.message__catchtext {
  font-size: 66px;
}
.message__catchtext span {
  font-size: 90px;
}
  .message__imgbtn {
    font-size: 20px;
  }
  .overview__title:before {
    content: attr(data-spell);
    line-height: 1.1em;
}
  .overview__title span {
    font-size: 18px;
  }
}


/* animation */
.company .title--redbg span{
  position: relative;
  transform: translate3d(0%,0,0);
  transform-origin: left;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.company .animhide .title--redbg span{
  position: relative;
  transform: translate3d(-50%,0,0);
  transform-origin: left;
  opacity: 0;
}
.company .catch .catch__text ,
.company .catch .catch__eng ,
.company .catch:after {
  position: relative;
  transform: translate3d(0%,0,0);
  transform-origin: left;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.company .animhide .catch .catch__text ,
.company .animhide .catch .catch__eng ,
.company .animhide .catch:after {
  position: relative;
  transform: translate3d(-30%,0,0);
  transform-origin: left;
  opacity: 0;
}
.company .textbox {
  position: relative;
  transform: translate3d(0%,0,0);
  transform-origin: left;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.company .animhide .textbox{
  position: relative;
  transform: translate3d(-30%,0,0);
  transform-origin: left;
  opacity: 0;
}