@charset "utf-8";
/*
====================================================
■ FUNCTION
====================================================
*/
/*
====================================================
■ ModBtn
====================================================
*/
/*
====================================================
■ MIXIN
====================================================
*/
/*
===== CLEARFIX ==========================================
*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*
====================================================
■ EASING
====================================================
*/
/*
====================================================
■ About
====================================================
*/
/*
----------------------------------------------------
PC
----------------------------------------------------
*/
@media screen and (min-width: 769px), print {
  #About .kv {
    background-image: url('../../img/about/kv.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 285px;
    height: 270px;
    display: block;
    text-indent: -9999px;
    width: 570px;
    height: 540px;
    margin: 0 auto 150px;
  }
  #About .ModContentsCenter p {
    font-size: 16px;
    line-height: 2.25;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
  #About .ModCard2Column li .title {
    font-size: 23px;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 20px;
    margin-top: 22px;
    line-height: 1;
  }
  #About .ModCard2Column li .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
  }
  #About .Modh2 + .ModContentsCenter p:first-child {
    margin-bottom: 30px;
  }
  #About .TblOutline {
    width: 100%;
    border-top: 1px solid #9D9E9E;
    margin-bottom: 80px;
    font-weight: 500;
    text-align: left;
    line-height: 2.2;
  }
  #About .TblOutline > tbody > tr > th,
  #About .TblOutline > tbody > tr > td {
    border-bottom: 1px solid #9D9E9E;
    padding: 25px 0 25px 0;
  }
  #About .TblOutline > tbody > tr > th {
    padding-left: 25px;
  }
  #About .TblOutline .ModBtnTextMini {
    margin-top: 10px;
  }
  #About .TblMembers th {
    width: 100px;
  }
  #About .TblMembers td {
    min-width: 80px;
  }
  #About .btnHoukoku {
    max-width: 460px;
    height: 80px;
    line-height: 80px;
    margin-left: 20px;
    padding: 0;
  }
  #About .btnHoukoku .hover span,
  #About .btnHoukoku .normal span {
    padding-right: 10px;
    padding-left: 20px;
  }
  #About .ModReadtext > h3 {
    margin-top: 60px;
  }
}
/*
----------------------------------------------------
SP
----------------------------------------------------
*/
@media screen and (max-width: 768px) {
  #About p {
    font-size: 3.73333333vw;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 2rem;
  }
  #About .kv {
    background-image: url('../../img/about/kv_sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 86.66666667vw;
    height: 86.66666667vw;
    display: block;
    text-indent: -9999px;
    margin-bottom: 18.4vw;
  }
  #About h3 {
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 1.9;
    padding: 0;
    margin: 0 0 13.33333333vw 0;
  }
  #About h3 span {
    letter-spacing: -0.05rem;
  }
  #About .ModCard2Column .title {
    font-size: 4.66666667vw;
    font-family: "Noto Sans Japanese";
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
    padding-top: 4.53333333vw;
    margin-bottom: 0;
  }
  #About .ModCard2Column p.txt {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3.33333333vw;
    padding-left: 5.33333333vw;
    padding-right: 5.33333333vw;
    margin-bottom: 0;
  }
  #About .TblOutline {
    width: 100%;
    margin-bottom: 80px;
    font-weight: bold;
    text-align: left;
    line-height: 2;
    font-size: 3.2vw;
    border-bottom: 1px solid #9D9E9E;
  }
  #About .TblOutline tr {
    border-top: 1px solid #9D9E9E;
  }
  #About .TblOutline tr tr {
    border: none;
  }
  #About .TblOutline th {
    width: 18vw;
  }
  #About .TblOutline td {
    padding: 10px 0;
    font-weight: 500;
  }
  #About .TblOutline .TblMembers {
    line-height: 1.7;
  }
  #About .TblOutline .TblMembers th {
    width: 17vw;
  }
  #About .TblOutline .TblMembers td:first-child {
    width: 17vw;
  }
  #About .TblOutline .TblMembers td {
    padding: 2px 0;
  }
  #About .TblOutline a {
    margin-top: 10px;
  }
  #About .btnHoukoku {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-right: 2.13333333vw;
  }
}
