@charset "UTF-8";
/* --------------------------------------------
   会社案内
-------------------------------------------- */
/* 会社案内 */
.fukidashi_title {
  position: relative;
  width: 100%;
  max-width: 29.5em;
  margin: 1.2em auto 0;
  padding: 0.3em 0.5em 0.4em;
  border-radius: 0.2em;
  background: #ddd;
  color: #231815;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}

.fukidashi_title::after {
  -webkit-transform: translate(-50%, 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-width: 1em 1.2em;
  border-color: #ddd transparent transparent transparent;
  content: "";
}

.fukidashi_title.color_green {
  background: #d5e295;
}

.fukidashi_title.color_green::after {
  border-top-color: #d5e295;
}

.bg_pattern_gray {
  width: 100%;
  max-width: 50em;
  margin: 2em auto 0;
  padding: 2em 4em;
  background: url(../../images/bg_pattern_gray.png) 0 0/1.84em;
}

.area_movie {
  display: block;
  width: 100%;
}

.area_movie img {
  width: 100%;
}

.thumb_movie {
  position: relative;
}

.thumb_movie::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 200%;
  left: 50%;
  width: 4.69em;
  height: 4.69em;
  transform: translate(-50%, -50%);
  background: url(../../images/icon_youtube.png) center center/contain no-repeat;
  content: "";
}

.box_movie .thumb_movie::after {
  font-size: 0.7em;
}

a.primary_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 5px 0 #c8c9ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 33em;
  height: 4.7em;
  margin: 2.5em auto 0;
  border: 2px solid #777;
  border-radius: 0.2em;
  box-shadow: 0 5px 0 #c8c9ca;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
}

a.primary_btn:hover {
  -webkit-box-shadow: 0 0 0 #c8c9ca;
  top: 5px;
  box-shadow: 0 0 0 #c8c9ca;
}

a.primary_btn.color_navy {
  border-color: #171c61;
}

a.primary_btn.color_navy .txt_wrap {
  color: #171c61;
  font-size: 1.3em;
}

a.primary_btn.color_red {
  border-color: #c30d23;
}

a.primary_btn.color_red .txt_wrap {
  color: #000;
  font-size: 1.125em;
}

a.primary_btn .logo_youtube {
  width: 6.84em;
  margin: -0.2em 0.4em 0 0;
}

a.primary_btn:hover img {
  opacity: 1;
}

.greenwrap_read {
  padding: 30px 30px 20px;
  background-color: rgba(203, 213, 114, 0.2);
  line-height: 2;
}

.greenlabel_reed {
  display: block;
  margin-bottom: 20px;
  padding: 0 5px;
  background-color: #006934;
  color: #fff;
  text-align: center;
}

.how-to-text {
  font-size: 1.125em;
  line-height: 1.888;
}

.how-to-img {
  margin-top: 1.875em;
}

.company-suggestion__txt {
  padding: 1.5em;
  background-color: #deda80;
  font-size: 1.125em;
  line-height: 1.8;
}

.common-btn {
  padding: 1em 1.5em;
  background: #616035;
}
a.common-btn {
  color: #fff;
  text-decoration: none;
}

.common-btn__inner {
  z-index: 1;
  position: relative;
  padding-right: 1.5em;
  color: #fff;
}
.common-btn__inner::after {
  -webkit-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "＞";
}
@media screen and (max-width: 1900px) {
  /* 会社案内 */
}
@media screen and (max-width: 1700px) {
  /* 会社案内 */
}
@media screen and (max-width: 1540px) {
  /* 会社案内 */
}
@media screen and (max-width: 1260px) {
  /* 会社案内 */
}
@media screen and (max-width: 1024px) {
  /* 会社案内 */
}
@media screen and (max-width: 768px) {
  /* 会社案内 */
}
@media screen and (max-width: 480px) {
  /* 会社案内 */
  .fukidashi_title.color_green {
    font-size: 4.5vw;
  }
  .bg_pattern_gray {
    padding: 1em;
  }
  .area_movie .thumb_movie::after {
    font-size: 0.8em;
  }
  a.primary_btn {
    font-size: 2.7vw;
  }
  .greenwrap_read {
    padding: 10px 10px 10px;
  }
  .company-suggestion__txt {
    font-size: initial;
  }
}