@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
.heading__subtitle {
  font-size: 2.0vw;
  margin: 24px 0 0;
  font-weight: bold;
  color: #fff;
}
.contract-heighlight--line {
  background: linear-gradient(transparent 75%, #fad001 60%);
}
.heading__subtitle02 {
  font-size: 1.2vw;
  margin: 10px 0;
  line-height: 1.7;
  color: #fff;
  /*text-shadow:
    2px 2px 0px #fff, -2px -2px 0px #fff, 2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px -0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;*/
}
.heading__text {
  font-size: 1.1vw;
  line-height: 1.3;
  /*text-shadow:
    2px 2px 0px #fff, -2px -2px 0px #fff,
    2px 2px 0px #fff,  2px -2px 0px #fff,
    2px 0px 0px #fff, -2px -0px 0px #fff,
    0px 2px 0px #fff,  0px -2px 0px #fff;*/
}
.heading__text span {
  padding: 10px 20px;
  background-color: #dbeef4;
}
/*--recall-hero--*/
.recall-hero {
  /*width: 100vw;*/
  height: 25vw;
  /*margin-left: calc(50% - 50vw);*/
  background: url("/promotion/area_management/img/img_area_management_pc.jpg") no-repeat 50% 0;
  background-size: 100%;
}
.recall-hero__inner {
  /*width: 100%;*/
  /*max-width: 1324px;*/
  margin: 0 6%;
  position: relative;
  /*padding: 52px 40px 60px;*/
}
.recall-hero__contents {
  /*width: 1000px;*/
  max-width: 100%;
  padding-top: 3%;
  /*background-color: rgba(255, 255, 255, .8);*/
}
.recall-hero__heading__icon {
  display: inline-block;
  margin-right: 16px;
  padding: 13px 36px;
  border-radius: 24px;
  background-color: #fccf00;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.recall-hero__heading__subtitle {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}
.recall-hero__heading__title {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 0.8;
  color: #fff;
  text-shadow:
    1px 1px 0px #525252, -1px -1px 0px #525252, 1px 1px 0px #525252, 1px -1px 0px #525252, 1px 0px 0px #525252, -1px -0px 0px #525252, 0px 1px 0px #525252, 0px -1px 0px #525252;
}
.recall-hero__heading__title span.h1_sub{
  font-size: 1.8vw;
}
.recall-hero__heading__title > em {
  background: linear-gradient(transparent 60%, #fccf00 60%);
  font-style: normal;
}
.recall-hero__button {
  display: flex;
  /*margin: 20% 0 0;*/
  justify-content: flex-end;
}
.recall-hero__button__type--blank {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 280px;
  padding: 10px 40px 10px 25px;
  border: 1px solid #141414;
  border-radius: 8px;
  background-color: #141414;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.recall-hero__button__type--blank:link, .recall-hero__button__type--blank:visited {
  color: #fff;
}
.recall-hero__button__type--blank:hover, .recall-hero__button__type--blank:active {
  color: #141414;
  text-decoration: none;
}
.recall-hero__button__type--blank::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.84, 0.09, 0.2, 0.95);
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  z-index: -1;
}
.recall-hero__button__type--blank:hover::before {
  transform: scale3d(1.1, 1.1, 1);
  transform-origin: left;
}
.recall-hero__button__type--blank::after {
  position: absolute;
  top: 43%;
  right: 15px;
  margin-top: -5px;
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  color: #fff;
  vertical-align: middle;
  font-size: 1.2rem;
}
.recall-hero__button__type--blank:hover::after {
  color: #141414;
}
.recall-hero__button__label {
  position: relative;
  z-index: 1;
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 761px) and (max-width: 1180px) {
  /*--recall-hero--*/
  .recall-hero {
    /*height: calc((464/1180)*100vw);
    background-size: auto 100%;*/
  }
  /*.recall-hero__inner{
    padding: calc((52/1180)*100vw) calc((40/1180)*100vw) calc((60/1180)*100vw);
  }*/
  .recall-hero__contents {
    width: calc((805/1180)*100vw);
    padding-top: 28px;
    /*padding: calc((40/1180)*100vw) calc((30/1180)*100vw) calc((36/1180)*100vw);*/
  }
  .recall-hero__heading__icon {
    margin-right: calc((16/1180)*100vw);
    padding: calc((13/1180)*100vw) calc((36/1180)*100vw);
    border-radius: calc((24/1180)*100vw);
    font-size: calc((22/1180)*100vw);
  }
  .recall-hero__heading__subtitle {
    margin-bottom: calc((20/1180)*100vw);
    font-size: calc((22/1180)*100vw);
  }
  .recall-hero__heading__title {
    font-size: calc((40/1180)*80vw);
  }
  .heading__subtitle {
    margin: calc((15/1180)*100vw) 0 0;
  }
  .recall-hero__button {
    margin: calc((20/1180)*100vw) 0 0;
  }
  .recall-hero__button__type--blank {
    min-width: calc((280/1180)*100vw);
    /*padding: calc((14/1180)*100vw) calc((36/1180)*100vw);*/
    font-size: calc((15/1180)*100vw);
  }
  .recall-hero__button__type--blank::after {
    right: calc((16/1180)*100vw);
  }
}
@media screen and (min-width: 761px) {
  .c-nav-anchor-02-container {
    height: 53px !important;
  }
  .colbox .col_item {
    display: flex;
    justify-content: space-between;
    width: 440px;
  }
  .colbox .col_item li {
    display: flex;
    align-items: center;
    height: 100px;
    max-width: 100px;
    width: 100%;
    background-color: #fccf00;
    border-radius: 50%;
    position: relative;
  }
  .colbox .col_item li span {
    display: block;
    position: absolute;
    left: 25%;
    width: 50px;
    line-height: 1.5;
  }
  .recall-hero {
    position: relative;
  }
  .recall-hero__contents {
    position: absolute;
    top: 0;
    left: 10%;
  }
}
@media screen and (max-width: 760px) {
  #l-container #l-content {
    padding-top: 0 !important;
  }
  .c-lyt-mainvisual-02 {
    margin-bottom: 4.333333vw !important;
    background-color: #f0f0f0;
  }
  .recall-hero__contents {
    padding-top: 0 !important;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
  .recall-hero__button {
    margin: 0 auto;
    display: table;
  }
  .recall-hero__button__type--blank {
    font-size: 1.0rem;
  }
  .head_col {
    padding: 0 10px 0;
    text-align: center;
  }
  .head_col .mv_title2 {
    font-size: 5.2vw;
    font-weight: bold;
    margin: 15px 0 6px;
    padding-top: 10px;
  }
  .contract-heighlight--line {
    background: linear-gradient(transparent 70%, #fad001 60%);
  }
  /*.head_col .mv_subtitle2 {
    margin-bottom: 10px;
  }*/
  .head_col p {
    line-height: 1.35;
    font-size: 4.8vw;
  }
  .col_img {
    position: relative;
  }
  .colbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
  }
  .colbox .col_item {
    display: flex;
    justify-content: space-around;
  }
  .colbox .col_item li {
    background-color: #fccf00;
    border-radius: 50%;
    padding: 14px 6px;
    width: 22%;
    line-height: 1.2;
    font-size: 12px;
  }
  /*.colbox .col_item li {
    background-color: #fccf00;
    border-radius: 50%;
    padding: 0 10px;
    width: 10%;
    line-height: 1.2;
    font-size:12px;
  }*/
}