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

body {
  /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #EDECE6;
}

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　会社情報
  ==============================================================*/
  .sec-info {
    font-family: "Noto Sans JP";
  }

  .sec-info .sec-title {
    margin-top: 80px;
  }

  .sec-info .sec-title {
    text-align: center;
  }

  .sec-info .sec-title .title {
    font-size: 24px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #289A49;
    margin-bottom: 14px;
  }

  .sec-info .sec-title .title-jp {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
  }

  .sec-info .info {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .sec-info .info .info-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    padding: 20px 0;
    line-height: 1.8;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
    align-items: center;
  }

  .sec-info .info .info-item .tel {
    color: #289A49;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .sec-info .info .info-item .list {
    margin-left: 3px;
  }

  .sec-info .info .info-item.area dd p:nth-of-type(1) {
    margin-bottom: 8px;
  }

  .sec-info .info .info-item.area span:nth-of-type(1) {
    display: inline-block;
    width: 13px;
  }

  .sec-info .info .info-item.area span:nth-of-type(2) {
    display: inline-block;
    width: 20px;
    text-align: center;
  }

  .sec-info .info .info-item dt {
    font-weight: normal;
  }

  .sec-info .info .info-item .map-link {
    color: #289A49;
    /* border-bottom: solid 2px #289A49; */
    text-decoration: underline;
  }

  /*==============================================================
    　　画像
  ==============================================================*/
  .about-bg {
    height: 183px;
    margin-top: 80px;
    margin-right: 10%;
    overflow: hidden;
    background-image: url(../img/bottom-bg.webp);
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center top;
  }

  /*==============================================================
    　　社長紹介
  ==============================================================*/
  .sec-president {
    width: 80%;
    margin: 80px 10% 0 10%;
    display: block;
    padding-bottom: 80px;
  }

  .president-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* object-position: 60% 0%; */
    /* transform: scale(3); */
  }

  .img-wrap img {
    transform: scale(1.6);
  }

  .img-wrap.show img {
    object-position: 100% 0%;
    transform: scale(1.53);
    padding-top: 0;
    margin-left: -5px;
  }

  .sec-president .position {
    font-size: 12px;
    font-weight: bold;
    color: #289A49;
    margin: 30px 0;
  }

  .sec-president .name {
    font-size: 30px;
    margin-top: 6px;
    display: flex;
    align-items: end;
  }

  .sec-president .name .name-en {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 5px;
  }

  .sec-president .text {
    margin-top: 20px;
    line-height: 1.8;
  }

}

@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　TB_会社情報
  ==============================================================*/
  .sec-info .sec-title {
    margin-top: 100px;
  }

  .sec-info .sec-title .title {
    font-size: 36px;
  }

  .sec-info .info {
    margin: 40px 0 0 16.66%;
    width: 74.97%;
  }

  .sec-info .info .info-item {
    grid-template-columns: 22.2% 77.8%;
    padding: 30px 0;
    line-height: 2;
  }

  .sec-info .info .info-item .list {
    display: grid;
    grid-template-columns: 145px 1fr;
    row-gap: 20px;
  }

  .sec-info .info .info-item.area dd p:nth-of-type(1) {
    margin-bottom: 1px;
  }

  /*==============================================================
    　　TB_画像
  ==============================================================*/
  .about-bg {
    width: 91.57%;
    height: 406px;
    margin: 100px 0 0 0;
    background-size: 150%;
  }

  /*==============================================================
    　　TB_社長紹介
  ==============================================================*/
  .sec-president {
    width: 74.97%;
    margin: 100px 0 0 16.66%;
    padding-bottom: 100px;
  }

  .president-img {
    width: 80%;
  }

  .img-wrap.show img {
    margin-left: -8px;
  }

  .sec-president .position {
    font-size: 16px;
    margin: 40px 0 30px;
  }

  .sec-president .text {
    margin-top: 20px;
    line-height: 2;
  }

}

@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　PC_会社情報
  ==============================================================*/
  .sec-info .sec-title {
    margin-top: 120px;
  }

  .sec-info .info .info-item .list {
    grid-template-columns: 155px 200px 185px 200px;
  }

  .sec-info .info .info-item.area dd p:nth-of-type(1) {
    margin-bottom: 0;
    margin-right: 22px;
  }

  /*==============================================================
    　　PC_画像
  ==============================================================*/
  .about-bg {
    width: 83.4%;
    height: 533px;
    margin: 150px 0 0 0;
  }

  /*==============================================================
    　　PC_社長紹介
  ==============================================================*/
  .sec-president {
    width: 74.97%;
    margin: 150px 0 0 16.66%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5.7%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 150px;
  }

  .president-img {
    width: 100%;
  }

  .img-wrap.show img {
    margin-left: -10px;
  }

  .sec-president .text {
    margin-top: 20px;
    line-height: 2;
    margin-bottom: 20px;
  }


}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
    　　PC-big_会社情報
  ==============================================================*/
  .sec-info .info .info-item .list {
    grid-template-columns: 175px 215px 200px 200px;
  }

  /* ホバーアニメーション */
  .sec-info .info .info-item .map-link,
  .sec-info .info .info-item .tel {
    transition: opacity 0.3s;
  }

  .sec-info .info .info-item .map-link:hover,
  .sec-info .info .info-item .tel:hover {
    opacity: 0.6;
  }
  /*==============================================================
    　　PC-big_画像
  ==============================================================*/
  .about-bg {
    width: 83.4%;
    aspect-ratio: 7 / 3.8;
    height: auto;
  }

  .img-wrap.show img {
    margin-left: -15px;
  }


}