/* VARIABLE*/
/* MIXIN*/
/********** SP **********/
@media screen and (max-width: 900px) {
  #company #greeting {
    padding: 75px 0;
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
  }
  #company #greeting::after {
    border-radius: 70px 0 0 70px;
    background: #f6df34;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    z-index: -1;
  }
  #company #greeting .Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #company #greeting .col-l {
    line-height: 0;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  #company #greeting .col-l img {
    width: 80%;
  }
  #company #greeting .col-l .caption {
    background: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.82;
    padding: 15px 30px;
    width: 75%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5%;
  }
  #company #greeting .col-l .caption span {
    display: inline-block;
  }
  #company #greeting .col-r {
    padding: 0 50px 0 80px;
  }
  #company #greeting .col-r p {
    line-height: 2;
    margin-bottom: 20px;
	text-align: justify;
    text-justify: inter-ideograph;
  }
  #company #greeting .col-r .sign {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .075em;
  }
  #company #greeting .col-r .sign span {
    display: inline-block;
    margin-right: 30px;
  }
  #company #greeting .col-r .sign span:last-child {
    margin-right: 0;
  }
  #company #greeting .col-r .sign .name {
    font-size: 18px;
    letter-spacing: .2em;
  }
  #company #profile {
    border-top: 10px solid #fff;
    padding-top: 75px;
    margin-bottom: 75px;
  }
  #company #history {
    border-top: 10px solid #fff;
    padding-top: 75px;
  }
  #company #history .heading-03 {
    margin-bottom: 0px;
    -webkit-transform: translate(12px, -13px);
    transform: translate(12px, -13px);
  }
  #company #history .inner-s {
    background: #fff;
  }
  #company #history .g {
    border-bottom: 1px solid #f6df34;
    padding: 25px 12px;
  }
  #company #history .g:last-child {
    border-bottom: none;
  }
  #company #history dt {
    font-weight: bold;
    margin-bottom: 7px;
  }
  #company #history dt::before {
    background: #f6df34;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 12px;
    margin-right: 4px;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
}
/********** PC **********/
@media screen and (min-width: 900px) {
  #company #greeting {
    padding: 100px 0;
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
  }
  #company #greeting::after {
    border-radius: 70px 0 0 70px;
    background: #f6df34;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30%;
    z-index: -1;
  }
  #company #greeting .Flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #company #greeting .col-l {
    line-height: 0;
    text-align: right;
    width: 42.8%;
    height: 100%;
    position: relative;
  }
  #company #greeting .col-l::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6df34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #company #greeting .col-l img {
    width: 100%;
    max-width: 600px;
    position: relative;
  }
  #company #greeting .col-l .caption {
    background: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.82;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -50px;
    margin-bottom: 40px;
  }
  #company #greeting .col-l .caption span {
    display: block;
  }
  #company #greeting .col-r {
    width: 50%;
    padding: 0 50px 0 0;
  }
  #company #greeting .col-r > div {
    max-width: 600px;
  }
  #company #greeting .col-r p {
    line-height: 2;
    margin-bottom: 20px;
  }
  #company #greeting .col-r .sign {
    font-weight: bold;
    letter-spacing: .075em;
  }
  #company #greeting .col-r .sign span {
    display: inline-block;
    margin-right: 30px;
  }
  #company #greeting .col-r .sign span:last-child {
    margin-right: 0;
  }
  #company #greeting .col-r .sign .name {
    font-size: 26px;
    letter-spacing: .2em;
  }
  #company #profile {
    border-top: 10px solid #fff;
    padding-top: 100px;
    margin-bottom: 100px;
  }
  #company #history {
    border-top: 10px solid #fff;
    padding-top: 75px;
  }
  #company #history .heading-03 {
    margin-bottom: 0px;
    -webkit-transform: translate(50px, -15px);
    transform: translate(50px, -15px);
  }
  #company #history .inner-s {
    background: #fff;
    max-width: 600px;
    padding: 0;
  }
  #company #history .g {
    border-bottom: 1px solid #f6df34;
    padding: 25px 50px;
  }
  #company #history .g:last-child {
    border-bottom: none;
  }
  #company #history dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #company #history dt::before {
    background: #f6df34;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 12px;
    margin-right: 4px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
