@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  company - 企業情報
============================================================================*/
.company {
  /* ==================================================
    top
  ================================================== */
  /* ==================================================
    message - 代表挨拶
  ================================================== */
  /* ==================================================
    profile - 営業所一覧
  ================================================== */
  /* ==================================================
    office - 営業所一覧
  ================================================== */
  /* ==================================================
    honsya - 営業所案内 本社
  ================================================== */
  /* ==================================================
    recruit - 採用情報
  ================================================== */
}
.company.top {
  /* -------------------------------
    kv
  ------------------------------- */
}
.company.top .kv-lower {
  background-image: url(../img/company/top/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.top .kv-lower {
    background-image: url(../img/company/top/kv-bg_sp.png);
  }
}
.company.message {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    content
  ------------------------------- */
}
.company.message .kv-lower {
  background-image: url(../img/company/message/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.message .kv-lower {
    background-image: url(../img/company/message/kv-bg_sp.png);
  }
}
.company.message .kv-lower__gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, white), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 48%, rgba(255, 255, 255, 0) 70%);
}
@media screen and (max-width: 1099px) {
  .company.message .kv-lower__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), color-stop(40%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 40%);
  }
}
@media screen and (max-width: 599px) {
  .company.message .kv-lower__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 70%);
  }
}
.company.message .kv-lower__content__title__h1 {
  width: auto;
}
.company.message .kv-lower__content__title__h1::after {
  width: 100%;
}
.company.message .kv-lower__content__title__h1 {
  letter-spacing: 0.9em;
}
.company.message .kv-lower__content__catch {
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .company.message .kv-lower__content__catch {
    font-size: 1.8rem;
  }
}
.company.message .kv-lower__content__catch__small {
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 599px) {
  .company.message .kv-lower__content__catch__small {
    font-size: 1.4rem;
  }
}
.company.message .content__inner {
  padding-left: 95px;
  padding-right: 95px;
}
@media screen and (max-width: 1099px) {
  .company.message .content__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 799px) {
  .company.message .content__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.company.message .content__message {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .company.message .content__message {
    font-size: 1.5rem;
  }
}
.company.profile {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    profile
  ------------------------------- */
  /* -------------------------------
    history
  ------------------------------- */
}
.company.profile .title__h2-color--en {
  letter-spacing: 0.2em;
}
.company.profile .kv-lower {
  background-image: url(../img/company/profile/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.profile .kv-lower {
    background-image: url(../img/company/profile/kv-bg_sp.png);
  }
}
.company.profile .kv-lower__content__title__h1 {
  width: auto;
}
.company.profile .kv-lower__content__title__h1::after {
  width: 100%;
}
.company.profile .kv-lower__gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1099px) {
  .company.profile .kv-lower__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 40%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 599px) {
  .company.profile .kv-lower__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 35%, rgba(255, 255, 255, 0) 100%);
  }
}
.company.profile .profile__inner {
  padding: 0 100px;
}
@media screen and (max-width: 1099px) {
  .company.profile .profile__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .company.profile .profile__inner {
    padding: 0 15px;
  }
}
.company.profile .profile__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .company.profile .profile__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company.profile .profile__dl:first-of-type {
  border-top: 1px solid #ccc;
}
.company.profile .profile__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 70px;
}
@media screen and (max-width: 1099px) {
  .company.profile .profile__dt {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .company.profile .profile__dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 10px 0 10px;
  }
}
.company.profile .profile__dt__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5em;
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .company.profile .profile__dt__text {
    font-size: 1.6rem;
  }
}
.company.profile .profile__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .company.profile .profile__dd {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.company.profile .profile__dd > .orange-button {
  margin-top: 10px;
}
.company.office {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    map
  ------------------------------- */
}
.company.office .kv-lower {
  background-image: url(../img/company/office/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.office .kv-lower {
    background-image: url(../img/company/office/kv-bg_sp.png);
  }
}
.company.office .kv-lower__content__title__h1 {
  width: auto;
}
.company.office .kv-lower__content__title__h1::after {
  width: 100%;
}
.company.office .kv-lower__gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1099px) {
  .company.office .kv-lower__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 40%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 599px) {
  .company.office .kv-lower__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 35%, rgba(255, 255, 255, 0) 100%);
  }
}
.company.office .map__pc {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .company.office .map__pc {
    display: none;
  }
}
.company.office .map__pc__link .map__pc__link__basetext,
.company.office .map__pc__link .map__pc__link__text tspan {
  font-family: "Noto Sans JP", sans-serif !important;
}
.company.office .map__pc__link .map__pc__link__bgcolor,
.company.office .map__pc__link .map__pc__link__text tspan,
.company.office .map__pc__link .map__pc__link__arrow {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.company.office .map__pc__link .map__pc__link__line {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.company.office .map__pc__link:hover .map__pc__link__bgcolor {
  fill: #3771d7 !important;
}
.company.office .map__pc__link:hover .map__pc__link__text tspan {
  fill: #ffffff !important;
}
.company.office .map__pc__link:hover .map__pc__link__arrow {
  fill: #ffffff !important;
}
.company.office .map__pc__link:hover .map__pc__link__line {
  stroke: #ffffff !important;
}
@media screen and (min-width: 600px) {
  .company.office .map__sp {
    display: none;
  }
}
.company.office .map__sp__img {
  width: 100%;
}
.company.office .map__sp__ol {
  counter-reset: number;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.company.office .map__sp__ol__li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.company.office .map__sp__ol__li:last-of-type {
  border-bottom: none;
}
.company.office .map__sp__ol__li__link {
  display: block;
  margin-left: 10%;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.company.office .map__sp__ol__li__link::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #3771d7;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company.honsya {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    company
  ------------------------------- */
}
.company.honsya .kv-lower {
  background-image: url(../img/company/honsya/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.honsya .kv-lower {
    background-image: url(../img/company/honsya/kv-bg_sp.png);
  }
}
.company.honsya .kv-lower__content__title__h1 {
  width: auto;
}
.company.honsya .kv-lower__content__title__h1::after {
  width: 100%;
}
.company.honsya .kv-lower__content__catch {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .company.honsya .kv-lower__content__catch {
    font-size: 1.8rem;
  }
}
.company.honsya .company__inner {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 799px) {
  .company.honsya .company__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.company.honsya .company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .company.honsya .company__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company.honsya .company__info__img {
  width: 44%;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .company.honsya .company__info__img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
.company.honsya .company__info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .company.honsya .company__info__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company.honsya .company__info__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4em;
  margin-right: 2em;
}
.company.honsya .company__info__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company.honsya .company__map {
  width: 100%;
  height: 320px;
}
.company.recruit {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    content
  ------------------------------- */
}
.company.recruit .kv-lower {
  background-image: url(../img/company/office/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .company.recruit .kv-lower {
    background-image: url(../img/company/office/kv-bg_sp.png);
  }
}
.company.recruit .kv-lower__content__title__h1 {
  width: auto;
}
.company.recruit .kv-lower__content__title__h1::after {
  width: 100%;
}
.company.recruit .kv-lower__gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1099px) {
  .company.recruit .kv-lower__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 40%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 599px) {
  .company.recruit .kv-lower__gradient {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, white 35%, rgba(255, 255, 255, 0) 100%);
  }
}
.company.recruit .content__inner {
  text-align: center;
}
.company.recruit .content__title {
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  .company.recruit .content__title {
    font-size: 2.4rem;
  }
}
.company.recruit .content__text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .company.recruit .content__text {
    font-size: 1.6rem;
  }
}