/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs42: 4.2rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs24: 2.4rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.4rem;
    --fs42: 2.4rem;
    --fs36: 2.2rem;
    --fs28: 2.0rem;
    --fs24: 1.8rem;
    --fs20: 1.6rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
about01
---------------------------------------
*/
#about01 .ttl {
  font-size: 5rem;
  text-align: center; }
  @media (max-width: 999px) {
    #about01 .ttl {
      font-size: 2rem; } }
#about01 .txt {
  text-align: center;
  font-size: 1.8rem; }
  @media (max-width: 999px) {
    #about01 .txt {
      font-size: 1.6rem; } }

/* 
---------------------------------------
about02
---------------------------------------
*/
#about02 {
  background: #eee;
  background: url("../img/about/02_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 12rem 0; }
  @media (max-width: 999px) {
    #about02 {
      padding: 6rem 0; } }
  #about02 .ttlBox {
    text-align: center; }
  #about02 .ttl {
    font-size: 3.6rem; }
    @media (max-width: 999px) {
      #about02 .ttl {
        font-size: 2.8rem; } }
  #about02 .ttl strong {
    font-size: 4.2rem; }
    @media (max-width: 999px) {
      #about02 .ttl strong {
        font-size: 3.6rem; } }
  #about02 .deco {
    text-transform: uppercase;
    color: #E33C0B; }
  #about02 .box {
    display: flex;
    align-items: center;
    padding: 6rem 10rem;
    background: #fff;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #about02 .box {
        flex-direction: column;
        padding: 2rem; } }
  #about02 .box:nth-child(2) {
    flex-direction: row-reverse; }
    @media (max-width: 999px) {
      #about02 .box:nth-child(2) {
        flex-direction: column; } }
  #about02 .pic {
    width: calc(474/1200*100%);
    margin-right: calc(67/1200*100%);
    height: auto; }
    @media (max-width: 999px) {
      #about02 .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }
  #about02 .box:nth-child(2) .pic {
    margin-right: 0;
    margin-left: calc(67/1200*100%); }
  #about02 .sttlBox {
    width: calc(659/1200*100%); }
    @media (max-width: 999px) {
      #about02 .sttlBox {
        width: 100%;
        margin-right: 0; } }
  #about02 .sttl {
    font-size: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #707070;
    line-height: 1; }
    @media (max-width: 999px) {
      #about02 .sttl {
        font-size: 2.2rem;
        padding-bottom: 1rem;
        margin-bottom: 1.2rem;
        margin-top: -3rem;
        position: relative;
        z-index: 1;
        padding-left: 0.4rem; } }
    #about02 .sttl strong {
      font-size: 7rem;
      margin-right: 3rem; }
      @media (max-width: 999px) {
        #about02 .sttl strong {
          font-size: 6rem;
          margin-right: 1rem; } }
