@charset "UTF-8";

/*===================================
 page --- 会社案内
===================================*/
footer {
  margin-top: 28px;
}

@media screen and (min-width: 600px) {
  footer {
    margin-top: 71px;
  }
}

/*----------------------------------
 ページタイトル
----------------------------------*/
.page__title-area {
  background-image: url("../../images/company/mv_sp.jpg");
}

@media screen and (min-width: 600px) {
  .page__title-area {
    background-image: url("../../images/company/mv.jpg");
  }
}

.page__title {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5), 0 0 12px rgba(255, 255, 255, 0.5);
}

/*----------------------------------
 代表挨拶
----------------------------------*/
.greeting {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .greeting {
    margin-top: 17px;
    padding: 0 40px;
  }
}

.greeting .l-inner {
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .greeting .l-inner {
    padding: 0 10% 0 7.1%;
  }
}

.greeting .c-sec__title {
  color: #e89289;
}

@media screen and (min-width: 600px) {
  .greeting .c-sec__title {
    font-size: 3.5rem;
    line-height: 1.4857142857;
  }
}

.greeting .c-sec__title::after {
  display: none;
}

.greeting-bg {
  background-color: #f7f6f6;
  margin: 0 auto;
  padding: 33px 0 45px;
}

@media screen and (min-width: 600px) {
  .greeting-bg {
    max-width: 1109px;
    margin-top: 17px;
    padding: 70px 0 55px;
  }
}

.greeting-wrap {
  margin-top: 19px;
}

@media screen and (min-width: 600px) {
  .greeting-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40.15% 6% 1fr;
    grid-template-columns: 40.15% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 6%;
    margin-top: 44px;
  }

  .greeting-wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .greeting-wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.greeting__img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .greeting__img img {
    width: 100%;
    margin: 0;
  }
}

.greeting-content {
  line-height: 1.8333333333;
  margin-top: 33px;
}

@media screen and (min-width: 600px) {
  .greeting-content {
    line-height: 2;
    margin-top: 0;
  }
}

.greeting-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3333333333;
  margin-top: 18px;
}

@media screen and (min-width: 600px) {
  .greeting-sign {
    line-height: 1.3333333333;
    margin-top: 59px;
  }
}

.greeting-sign p {
  margin-right: 25px;
}

@media screen and (min-width: 600px) {
  .greeting-sign p {
    margin-right: 25px;
  }
}

/*----------------------------------
 ガルエージェンシーが選ばれる理由
----------------------------------*/
@media screen and (min-width: 600px) {
  .reason {
    padding-top: 156px;
    padding-bottom: 0;
  }
}

.reason::before {
  background: url(../../images/company/reason_deco01_sp.svg) no-repeat center center/contain;
  width: 63.0555555556vw;
  max-width: 227px;
  height: 49.1666666667vw;
  max-height: 177px;
}

@media screen and (min-width: 600px) {
  .reason::before {
    background: url(../../images/company/reason_deco01.svg) no-repeat center center/contain;
    width: 48.8888888889vw;
    max-width: 440px;
    height: 59.7777777778vw;
    max-height: 538px;
  }
}

@media screen and (min-width: 1025px) {
  .reason::before {
    top: -145px;
    width: 34.9206349206vw;
    height: 42.6984126984vw;
  }
}

.reason .l-inner {
  padding-bottom: 0;
}

.reason-btn-wrap {
  display: none;
}

/*----------------------------------
 強み
----------------------------------*/
.strength {
  background: url("../../images/company/strength_bg_sp.jpg") no-repeat center bottom/cover;
  margin-top: 4px;
  padding-top: 36px;
  padding-bottom: 88px;
}

@media screen and (min-width: 600px) {
  .strength {
    background: url("../../images/company/strength_bg.jpg") no-repeat center bottom/cover;
    margin-top: 100px;
    padding-top: 61px;
    padding-bottom: 180px;
  }
}

.strength .l-inner {
  padding: 0 15px;
}

@media screen and (min-width: 600px) {
  .strength .l-inner {
    max-width: calc(929px + (40px * 2));
    padding: 0 40px;
  }
}

.strength-box {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  line-height: 1.8333333333;
  padding: 27px 14px 54px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .strength-box {
    border-radius: 5px;
    line-height: 2;
    padding: 49px 56px;
  }
}

.strength-box:nth-child(n+2) {
  margin-top: 22px;
}

@media screen and (min-width: 600px) {
  .strength-box:nth-child(n+2) {
    margin-top: 30px;
  }
}

.strength__img {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .strength__img {
    position: absolute;
    display: block;
    content: "";
    margin-bottom: 0;
  }
}

.strength__img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .strength__img img {
    margin: 0;
  }
}

.strength-content {
  position: relative;
  z-index: 1;
}

.strength__head,
.strength__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

.strength__head {
  font-size: 1.9rem;
  line-height: 1.4736842105;
}

@media screen and (min-width: 600px) {
  .strength__head {
    font-size: 2.7rem;
    line-height: 1.4814814815;
  }
}

.strength__title {
  color: #e89289;
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  line-height: 1.6470588235;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .strength__title {
    font-size: 4rem;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 27px;
  }
}

/* ------ 各コンテンツの設定 ------ */
@media screen and (min-width: 600px) {
  .strength-box01 .strength__img {
    top: 48px;
    right: 28px;
  }
}

@media screen and (min-width: 600px) {
  .strength-box01 .strength__img img {
    width: 23.2222222222vw;
    max-width: 209px;
  }
}

@media screen and (min-width: 1025px) {
  .strength-box01 .strength__img img {
    width: 16.5873015873vw;
  }
}

@media screen and (min-width: 600px) {
  .strength-box01 .strength__txt {
    max-width: 575px;
  }
}

@media screen and (min-width: 600px) {
  .strength-box02 .strength__img {
    top: 33px;
    right: 57px;
  }
}

@media screen and (min-width: 600px) {
  .strength-box02 .strength__img img {
    width: 16.7777777778vw;
    max-width: 151px;
  }
}

@media screen and (min-width: 1025px) {
  .strength-box02 .strength__img img {
    width: 11.9841269841vw;
  }
}

@media screen and (min-width: 600px) {
  .strength-box03 .strength__img {
    top: 40px;
    right: 40px;
  }
}

@media screen and (min-width: 600px) {
  .strength-box03 .strength__img img {
    width: 20.8888888889vw;
    max-width: 188px;
  }
}

@media screen and (min-width: 1025px) {
  .strength-box03 .strength__img img {
    width: 14.9206349206vw;
  }
}

@media screen and (min-width: 600px) {
  .strength-box03 .strength__txt {
    max-width: 615px;
  }
}

/*----------------------------------
 動画で紹介
----------------------------------*/
.movie {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .movie {
    padding-top: 97px;
  }
}

.movie .l-inner {
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .movie .l-inner {
    max-width: calc(853px + (40px * 2));
    padding: 0 40px;
  }
}

.movie .c-sec__title {
  font-size: 2.9rem;
  line-height: 1.5263157895;
}

@media screen and (min-width: 600px) {
  .movie .c-sec__title {
    font-size: 4rem;
    line-height: 1.5;
  }
}

.movie .c-sec__title::after {
  display: none;
}

.movie .c-sec__title .head {
  font-size: 2.7rem;
  line-height: 1.4814814815;
}

@media screen and (min-width: 600px) {
  .movie .c-sec__title .head {
    display: inline-block;
    font-size: 2.7rem;
    line-height: 1.4814814815;
    margin-bottom: 20px;
  }
}

.movie .c-sec__title strong {
  color: #e89289;
}

.movie .c-sec__title strong span {
  font-size: 4.3rem;
  line-height: 1.0235294118;
}

@media screen and (min-width: 600px) {
  .movie .c-sec__title strong span {
    font-size: 6rem;
    line-height: 1;
  }
}

.movie-wrap {
  margin-top: 23px;
}

@media screen and (min-width: 600px) {
  .movie-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48.3% 2.8% 48.3%;
    grid-template-columns: 48.3% 48.3%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 2.8%;
    margin-top: 57px;
  }

  .movie-wrap>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .movie-wrap>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.movie-box:nth-child(n+2) {
  margin-top: 42px;
}

@media screen and (min-width: 600px) {
  .movie-box:nth-child(n+2) {
    margin-top: 0;
  }
}

.movie__head {
  font-family: "NotoSans-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .movie__head {
    font-size: 1.9rem;
    line-height: 1.5789473684;
    margin-bottom: 10px;
  }
}

.movie__item {
  width: 96%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .movie__item {
    width: 100%;
    margin: 0;
  }
}

.movie__item iframe {
  width: 100%;
  height: 47.5vw;
}

@media screen and (min-width: 600px) {
  .movie__item iframe {
    height: 231px;
  }
}

.movie__outro {
  line-height: 2;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .movie__outro {
    line-height: 2;
    margin-top: 39px;
  }
}

/*----------------------------------
 ガルエージェンシー姫路
----------------------------------*/
.summary {
  margin-top: 61px;
}

@media screen and (min-width: 600px) {
  .summary {
    margin-top: 104px;
  }
}

.summary .l-inner {
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .summary .l-inner {
    max-width: calc(929px + (40px * 2));
    padding: 0 40px;
  }
}

.summary__title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(169, 166, 208)), color-stop(98.59%, rgb(238, 155, 137)));
  background: linear-gradient(90deg, rgb(169, 166, 208) 0%, rgb(238, 155, 137) 98.59%);
  color: #fff;
  border-radius: 5px;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 19px;
  padding: 3px 10px;
}

@media screen and (min-width: 600px) {
  .summary__title {
    font-size: 2.7rem;
    line-height: 1.4814814815;
    padding: 12px 10px;
  }
}

@media screen and (min-width: 600px) {
  .summary-wrap {
    max-width: 858px;
    margin: 0 auto;
  }
}

.summary-wrap dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27.45% 1fr;
  grid-template-columns: 27.45% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #bebfbe;
  padding-left: 6px;
  padding-bottom: 14px;
  padding-top: 10px;
}

.summary-wrap dl>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.summary-wrap dl>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

@media screen and (min-width: 600px) {
  .summary-wrap dl {
    -ms-grid-columns: 30.75% 1fr;
    grid-template-columns: 30.75% 1fr;
    padding: 13px 6px;
  }
}

.summary-wrap dt {
  font-family: "NotoSans-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-right: 10px;
}

@media screen and (min-width: 600px) {
  .summary-wrap dt {
    padding: 0 20%;
  }
}

@media screen and (min-width: 600px) {
  .summary-wrap .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -12px;
  }
}

.summary-wrap .display-block {
  display: block;
}

@media screen and (min-width: 600px) {
  .summary-wrap .display-block {
    display: -ms-grid;
    display: grid;
  }
}

.summary-wrap .display-block dd {
  width: 72.554%;
  margin-top: 12px;
  margin-left: auto;
}

@media screen and (min-width: 600px) {
  .summary-wrap .display-block dd {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }
}

.summary-wrap .display-block dd div:nth-of-type(n + 2) {
  margin-top: 18px;
}

@media screen and (min-width: 600px) {
  .summary-wrap .display-block dd div:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}

.summary-wrap li {
  font-size: 1.19rem;
  line-height: 1.6;
}

@media screen and (min-width: 600px) {
  .summary-wrap li {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-left: 1em;
  }
}

.summary__logo {
  margin-bottom: 2px;
}

@media screen and (min-width: 600px) {
  .summary__logo {
    margin-bottom: 0;
  }

  .summary-wrap .sign {
    margin-top: 15px;
    text-align: right;
  }

}

/*----------------------------------
 会社情報
----------------------------------*/
.summary-info-body {
  margin: 34px auto 0;
}

@media screen and (min-width: 600px) {
  .summary-info-body {
    max-width: 858px;
    margin-top: 83px;
  }
}

@media screen and (min-width: 600px) {
  .summary-info {
    display: flex;
    gap: 0 4.1%;
    justify-content: space-around;
  }

  /* .summary-info>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .summary-info>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  } */
}

.summary-info__address {
  font-size: 1.2rem;
  line-height: 1.9166666667;
}

@media screen and (min-width: 600px) {
  .summary-info__address {
    line-height: 1.9166666667;
    width: 50%;
  }
}

.summary-info__address strong {
  font-size: 1.5rem;
  font-family: "NotoSans-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8666666667;
}

@media screen and (min-width: 600px) {
  .summary-info__address strong {
    line-height: 1.8666666667;
  }
}

.description_txt.pc{
  display: none;
}
.description_txt.sp{
  display: block;
  margin-top: 20px;
}

.summary-info__logo {
  display: inline-block;
  margin-bottom: 12px;
}

.sumaary_build-anchor {
  color: #e29385;
  text-decoration: underline;
  text-decoration-color: #e29385;
}

@media screen and (min-width: 600px) {
  .summary-info__logo {
    margin-bottom: 14px;
  }
  .description_txt.pc{
  display: block;
}
.description_txt.sp{
  display: none;
}

}

.summary-info__txt {
  padding-left: 10px;
}

.summary-info__num {
  font-size: 1rem;
  line-height: 2.3;
}

@media screen and (min-width: 600px) {
  .summary-info__num {
    line-height: 2.3;
  }
}

.summary-info__img {
  margin-top: 17px;
}

@media screen and (min-width: 600px) {
  .summary-info__img {
    margin-top: 0;
    width: 50%;
  }
}

.summary-info__img img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .summary-info__img img {
    width: 100%;
    margin: 0;
    max-width: 426px;
  }
}

.summary-map {
  margin-top: 24px;
}

.gmap_attention{
  margin: 15px 0 0 0;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .summary-map {
    margin-top: 63px;
  }
}

.summary-map iframe {
  width: 100%;
  height: 67.2222222222vw;
}

@media screen and (min-width: 600px) {
  .summary-map iframe {
    height: 380px;
  }
}

.summary-wrap .sign {
  margin-top: 15px;
  text-align: right;
}

.summary-wrap .sign a {
  text-decoration: underline;
}


/*# sourceMappingURL=company.css.map */