@charset "UTF-8";
/* about.css */

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */

  .about-text .tb-br {
    display: none;
  }
  /*==============================================================
  　　ABOUT
  ==============================================================*/
  .about {
    margin: 80px 0 125px;
  }

  .sec-title {
    font-weight: 600;
    text-align: right;
    margin: 18px 25px 0 0;
  }

  .sec-title .title {
    font-size: 24px;
    letter-spacing: 0.24em;
    margin-right: -6px;
    margin-bottom: 9px;
    max-width: 100vw;
  }

  .sec-title .title-jp {
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .about-img {
    /* width: 100%; */
    width: calc(100% - 25px);
    height: 215px;
    padding-right: 25px;
    overflow: hidden;
    /* position: relative; */
  }

  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 45%;
    transform: scale(1.15);
  }

  .about-top-text .text-title {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.8;
    margin-top: 52px;
    margin-bottom: 16px;
    color: #525252;
    letter-spacing: 0.01em;
    margin-left: 3px;
  }

  .about-top-text .text {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.8;
    margin-bottom: 50px;
    color: #868686;
    margin-left: 3px;
  }


  /* ==================== 画像-01 ================== */
  .about-img-01 {
    width: 100vw;
    aspect-ratio: 9 / 10;
    padding: 0 36px;
  }

  .about-img-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

 /*==============================================================
  　　ESSENCE
  ==============================================================*/
  .sec-essence {
    margin-bottom: 70px;
    max-width: 100vw;
    overflow: hidden;
  }

  .about-text.short {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 2.8;
    margin-top: 50px;
    /* margin-bottom: 54px; */
    color: #525252;
  }

  .about-text.long {
    font-size: 11px;
    font-weight: 600;
    line-height: 2.3;
    width: 300px;
    margin: 0 auto;
    color: #868686;
  }

  .about-line {
    width: 1px;
    height: 20px;
    /* background-color: #212121; */
    background-color: #525252;
    margin: 28px auto 28px;
  }

  .sec-title.essence {
    margin: 0;
    text-align: center;
    /* margin-left: 5px; */
  }

  .sec-title.essence .title {
    margin: 0;
    margin-left: 5px;
  }

  .sec-title.essence .title-jp {
    margin-left: 5px;
  }

  .sec-title.essence .title-line {
    width: 14px;
    height: 1px;
    background-color: #212121;
    margin: 12px auto 38px;
  }

  .essence-img {
    width: 100%;
    height: 215px;
    padding-left: 25px;
    overflow: hidden;
    margin-top: 47px;
    position: relative;
  }

  .essence-img img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 38%;
  }

  .essence-img img.text-img {
    /* width: 45%; */
    width: 50%;
    height: auto;
    object-fit: cover;
    padding-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }


  /*==============================================================
    　　SYSTEM
  ==============================================================*/
  .sec-system {
    /* margin: 0 27px 30px; */
    margin: 0 27px 42px;
    height: 172px;
    overflow: hidden;
    position: relative;
  }

  .sec-system .sec-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    color: #fff;
  }

  .sec-system .sec-title .title {
    font-size: 26px;
    letter-spacing: 0.09em;
  }

  .sec-system .sec-title .title-jp {
    letter-spacing: 0.21em;
  }

  .sec-system .sec-title .title-line {
    width: 14px;
    height: 1px;
    background-color: #fff;
    margin: 12px auto;
  }

  .sec-bg {
    background-color: rgba(120, 120, 120, 0.3);
    width: 100%;
    height: 100%;
    align-content: center;
    position: relative;
  }

  .arrow {
    position: relative;
    display: inline-block;
    height: 19px;
  }

  .sec-bg .more-box {
    position: absolute;
    right: 13px;
    bottom: 13px;
  }

  .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    z-index: -1;
  }

  .sec-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */
  .about-text .tb-br {
    display: block;
  }

  .tb-none {
    display: none;
  }
  /*==============================================================
    　　TB_ABOUT
  ==============================================================*/
  .about {
    margin: 180px 0 170px;
  }

  .sec-title {
    margin: 35px 100px 0 0;
  }

  .sec-title .title {
    font-size: 40px;
    margin-right: -10px;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }

  .sec-title .title-jp {
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .about-img {
    width: 100%;
    height: 365px;
    padding-right: 100px;
  }

  .about-img img {
    transform: scale(1);
  }

  .about-top-text .text-title {
    line-height: 2.8;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
    margin-left: 0;
    font-size: 20px;
    line-height: 3;
    margin-top: 83px;
  }

  .about-top-text .sec-title .title-jp {
    margin-left: 6px;
  }

  .about-top-text .text {
    font-size: 15px;
    line-height: 3;
    margin-bottom: 95px;
    letter-spacing: 0.03em;
    margin-left: 0;
  }

  /* ==================== 画像-01 ================== */
  .about-img-01 {
    padding: 0 70px;
    margin: 0 auto;
  }

  /*==============================================================
  　　TB_ESSENCE
  ==============================================================*/
  .sec-essence {
    margin-bottom: 100px;
  }

  .about-text.short {
    font-size: 20px;
    line-height: 3;
    margin-top: 95px;
    letter-spacing: 0.10em;
  }

  .about-text.long {
    font-size: 15px;
    line-height: 2.5;
    width: 682px;
    margin: 0 auto;
    margin-bottom: 32px;
    letter-spacing: 0;
    padding-left: 3px;
  }

  .about-line {
    height: 40px;
    margin: 22px auto 36px;
  }

  .sec-title.essence .title-jp {
    font-size: 17px;
  }

  .about-text.long .text-item {
    height: 35px;
  }

  .sec-title.essence .title-line {
    width: 20px;
    margin: 20px auto 45px;
  }

  .essence-img {
    width: 100%;
    height: 400px;
    padding-left: 100px;
    margin-top: 80px;
  }

  .essence-img img.bg {
    object-position: 50% 50.3%;
  }

  /* .essence-img img.text-img {
    width: 48%;
    padding-left: 63px;
  } */

  .essence-img img.text-img {
    width: 56%;
    padding-left: 0px;
    padding-right: 130px;
  }

  /*==============================================================
    　　TB_SYSTEM
  ==============================================================*/
  .sec-system {
    margin: 0 27px 30px;
    height: 226px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 82px;
  }

  .sec-system .sec-title .title {
    font-size: 36px;
    letter-spacing: 0.15em;
  }

  .sec-system .sec-title .title-jp {
    font-size: 13px;
    letter-spacing: 0.31em;
  }

  .sec-system .sec-title .title-line {
    width: 20px;
    margin: 30px auto;
  }

  .arrow {
    height: 36px;
  }

  .sec-bg .more-box {
    right: 30px;
    bottom: 22px;
  }


}

@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */
  .about-text .tb-br {
    display: none;
  }

  .tb-none {
    display: block;
  }
  /*==============================================================
    　　PC_ABOUT
  ==============================================================*/
  .sec-title {
    margin: 32px 100px 0 0;
  }

  .sec-title .title {
    font-size: 42px;
    margin-right: -6px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }

  .about-img {
    height: 370px;
  }

  .about-img img {
    object-position: 0% 50%;
  }

  .about-top-text .text-title {
    margin-top: 115px;
  }

  .about-top-text .sec-title .title-jp {
    margin-left: 6px;
  }

  .about-top-text .text {
    margin-bottom: 120px;
  }

  /* ==================== 画像-01 ================== */
  .about-img-01 {
    max-width: 1080px;
    padding: 0 30px;
  }

  /*==============================================================
  　　PC_ESSENCE
  ==============================================================*/
  .sec-essence {
    margin-bottom: 130px;
  }

  .about-text.short {
    margin-top: 115px;
    letter-spacing: 0.15em;
  }

  .about-text.long {
    width: 850px;
    letter-spacing: 0.2em;
    padding-left: 2.5px;
  }

  .essence-img {
    margin-top: 110px;
  }

  .essence-img img.text-img {
    width: 50%;
    padding-left: 0px;
    padding-right: 160px;
  }

  /*==============================================================
    　　PC_SYSTEM
  ==============================================================*/
  .sec-system {
    height: 220px;
    max-width: 845px;
    margin-bottom: 120px;
  }

  .sec-system .sec-title {
    margin-bottom: 5px;
  }

  .sec-system .sec-title .title-line {
    width: 25px;
  }

  .sec-bg .more-box {
    right: 27px;
    bottom: 21px;
  }

}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */

  /*==============================================================
    　　PC_ESSENCE
  ==============================================================*/
  .essence-img img.text-img {
    /* width: 38%; */
    width: 58%;
    padding-left: 0px;
    padding-right: 370px;
    /* margin-right: 500px; */
  }
  /*==============================================================
    　　ホバーアニメーション
  ==============================================================*/
  /* ==================== SYSTEM ================== */
  .sec-system:hover .bg-img {
    transform: scale(1.1);
  }

}