/* CSS Document */
#ul-header {
  background-image: url("../img/company-header.jpg"); }

#policy .bg-blue {
  position: relative;
  background: linear-gradient(90deg, #fff 0%, #fff 10%, #4e629e 10%, #4e629e 100%);
  height: 220px;
  margin-bottom: 8rem; }
  @media screen and (max-width: 991px) {
    #policy .bg-blue {
      height: 180px; } }
  @media screen and (max-width: 767px) {
    #policy .bg-blue {
      height: 150px; } }
  @media screen and (max-width: 575px) {
    #policy .bg-blue {
      height: 170px; } }
  #policy .bg-blue img {
    position: absolute;
    left: 0;
    top: -2rem;
    width: 90%;
    height: 220px; }
    @media screen and (max-width: 991px) {
      #policy .bg-blue img {
        height: 180px; } }
    @media screen and (max-width: 767px) {
      #policy .bg-blue img {
        height: 150px; } }
    @media screen and (max-width: 575px) {
      #policy .bg-blue img {
        height: 170px; } }
  #policy .bg-blue p {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 767px) {
      #policy .bg-blue p {
        font-size: 18px;
        font-size: 1.8rem;
        top: 38%; } }
    @media screen and (max-width: 575px) {
      #policy .bg-blue p {
        line-height: 1.5; } }

#about {
  margin-bottom: 8rem; }
  @media screen and (max-width: 767px) {
    #about {
      margin-bottom: 6rem; } }
  #about .container img {
    width: 75%; }
    @media screen and (max-width: 991px) {
      #about .container img {
        width: 85%; } }
    @media screen and (max-width: 767px) {
      #about .container img {
        width: 95%; } }
    @media screen and (max-width: 575px) {
      #about .container img {
        width: 100%; } }
  #about .container .gaikan {
    text-align: center;
    margin-bottom: 6rem; }
  #about .container dl {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      #about .container dl {
        width: 85%; } }
    @media screen and (max-width: 767px) {
      #about .container dl {
        width: 95%; } }
    @media screen and (max-width: 575px) {
      #about .container dl {
        width: 100%; } }
    #about .container dl dt {
      border-bottom: solid 1px #929292;
      width: 20%;
      font-weight: 500;
      padding: 0 0 1.5rem 2rem;
      margin-bottom: 1.5rem;
      color: #4e629e; }
      @media screen and (max-width: 575px) {
        #about .container dl dt {
          padding-left: 1rem;
          width: 30%; } }
    #about .container dl dd {
      border-bottom: solid 1px #929292;
      width: 80%;
      padding: 0 0 1.5rem 2rem;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 575px) {
        #about .container dl dd {
          width: 70%; } }
