/* CSS Document */
#ul-header {
  background-image: url("../img/service-header.jpg");
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 991px) {
    #ul-header {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    #ul-header {
      margin-bottom: 4rem; } }

#exterior {
  margin-bottom: 6rem; }
  #exterior .bg-blue {
    position: relative;
    background: linear-gradient(90deg, #fff 0%, #fff 75%, #4e629e 75%, #4e629e 100%);
    padding: 6rem 0; }
    @media screen and (max-width: 991px) {
      #exterior .bg-blue {
        padding: 5rem 0; } }
    @media screen and (max-width: 767px) {
      #exterior .bg-blue {
        padding: 4rem 0; } }
    @media screen and (max-width: 575px) {
      #exterior .bg-blue {
        padding: 2.5rem 0; } }
    #exterior .bg-blue .exterior-img img:first-child {
      display: inline-block;
      width: 85%;
      margin-right: 0.5rem;
      height: 575px;
      object-fit: cover; }
      @media screen and (max-width: 1199px) {
        #exterior .bg-blue .exterior-img img:first-child {
          height: 490px; } }
      @media screen and (max-width: 991px) {
        #exterior .bg-blue .exterior-img img:first-child {
          height: 400px; } }
    #exterior .bg-blue .exterior-img img:nth-child(2) {
      display: inline-block;
      width: 85%; }
    #exterior .bg-blue .exterior-img img:last-child {
      display: inline-block;
      width: 40px;
      vertical-align: bottom; }
      @media screen and (max-width: 1199px) {
        #exterior .bg-blue .exterior-img img:last-child {
          width: 37px; } }
      @media screen and (max-width: 991px) {
        #exterior .bg-blue .exterior-img img:last-child {
          width: 33px; } }
      @media screen and (max-width: 575px) {
        #exterior .bg-blue .exterior-img img:last-child {
          width: 23px; } }
    #exterior .bg-blue .outer-space {
      background-color: #fff;
      position: absolute;
      display: flex;
      align-items: center;
      right: 0;
      top: 16%;
      font-size: 46px;
      font-size: 4.6rem;
      font-weight: bold;
      padding: 1.75rem 2em 1.75rem 3rem;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 1199px) {
        #exterior .bg-blue .outer-space {
          font-size: 42px;
          font-size: 4.2rem;
          padding: 1.5rem 2em 1.5rem 2rem;
          letter-spacing: 0.15em; } }
      @media screen and (max-width: 991px) {
        #exterior .bg-blue .outer-space {
          font-size: 40px;
          font-size: 4rem; } }
      @media screen and (max-width: 767px) {
        #exterior .bg-blue .outer-space {
          font-size: 36px;
          font-size: 3.6rem;
          padding: 1rem 1em 1rem 1rem;
          letter-spacing: 0.1em; } }
      @media screen and (max-width: 575px) {
        #exterior .bg-blue .outer-space {
          font-size: 28px;
          font-size: 2.8rem;
          padding: 1rem;
          top: 14%; } }
      #exterior .bg-blue .outer-space span {
        color: #4e629e; }

#worry {
  position: relative; }
  #worry p {
    font-size: 29px;
    font-size: 2.9rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #4e629e;
    margin-bottom: 4rem; }
    @media screen and (max-width: 991px) {
      #worry p {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 575px) {
      #worry p {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em; } }
  @media screen and (max-width: 991px) {
    #worry .row > div {
      padding: 0 0.75rem; } }
  @media screen and (max-width: 767px) {
    #worry .row > div {
      padding: 0 1.5rem;
      width: 85%;
      margin: 0 auto; } }
  @media screen and (max-width: 575px) {
    #worry .row > div {
      padding: 0 1rem;
      width: 95%; } }
  #worry .box {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border: solid 1px #4e629e;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    padding: 2rem;
    margin-bottom: 4rem;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      #worry .box {
        letter-spacing: normal;
        padding: 1rem; } }
    @media screen and (max-width: 991px) {
      #worry .box {
        font-size: 16px;
        font-size: 1.6rem;
        min-height: 100px; } }
    @media screen and (max-width: 767px) {
      #worry .box {
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: 1.7;
        padding: 2rem;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #worry .box {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        line-height: 1.7;
        padding: 1rem;
        margin-bottom: 3rem; } }
  #worry h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    border-bottom: solid 5px #4e629e;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      #worry h3 {
        letter-spacing: normal;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 575px) {
      #worry h3 {
        line-height: 1.4;
        font-size: 22px;
        font-size: 2.2rem; } }
    #worry h3 span {
      font-size: 32px;
      font-size: 3.2rem; }
      @media screen and (max-width: 767px) {
        #worry h3 span {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 575px) {
        #worry h3 span {
          font-size: 27px;
          font-size: 2.7rem; } }
  #worry::after {
    position: absolute;
    border-top: 40px solid #fff;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    content: '';
    left: 50%;
    margin-left: -90px; }

#solution {
  background-color: #dfe9f6;
  margin-bottom: 6rem;
  padding: 9rem 0 3rem; }
  #solution .row {
    justify-content: center;
    width: 95%;
    margin: 0 auto 4rem; }
    @media screen and (max-width: 1199px) {
      #solution .row {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #solution .row {
        width: 90%; } }
    @media screen and (max-width: 575px) {
      #solution .row {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #solution .row img {
        margin-bottom: 2rem; } }
  #solution .pattern {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1b1464;
    display: inline-block;
    padding: 0.1rem 3rem;
    border-radius: 50px;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      #solution .pattern {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media screen and (max-width: 575px) {
      #solution .pattern {
        font-size: 14px;
        font-size: 1.4rem; } }
  #solution dt {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.025em;
    margin-bottom: 2rem;
    line-height: 1.4; }
    @media screen and (max-width: 1199px) {
      #solution dt {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 991px) {
      #solution dt {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 575px) {
      #solution dt {
        font-size: 24px;
        font-size: 2.4rem; } }
    #solution dt span {
      display: block;
      margin-top: 1rem;
      font-size: 18px;
      font-size: 1.8rem;
      color: #4e629e;
      letter-spacing: normal; }
      @media screen and (max-width: 991px) {
        #solution dt span {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 575px) {
        #solution dt span {
          font-size: 16px;
          font-size: 1.6rem; } }
  #solution dd {
    text-align: justify; }
    @media screen and (max-width: 1199px) {
      #solution dd {
        line-height: 1.7; } }
    @media screen and (max-width: 991px) {
      #solution dd {
        line-height: 1.6; } }
    #solution dd span {
      font-size: 14px;
      font-size: 1.4rem; }

#example {
  margin-bottom: 9rem; }
  @media screen and (max-width: 767px) {
    #example {
      margin-bottom: 0; } }
  #example .bg-example {
    padding-top: 3rem; }
    @media screen and (max-width: 767px) {
      #example .bg-example {
        padding-top: 0; } }
    #example .bg-example .row {
      width: 90%;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        #example .bg-example .row {
          width: 100%; } }
    #example .bg-example img {
      margin-bottom: -3rem;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        #example .bg-example img {
          margin-bottom: 0; } }
    #example .bg-example dl {
      margin-bottom: 0; }
    #example .bg-example:nth-of-type(1) {
      background: linear-gradient(90deg, #dfe9f6 0%, #dfe9f6 30%, #fff 30%, #fff 100%); }
      @media screen and (max-width: 767px) {
        #example .bg-example:nth-of-type(1) {
          background: #dfe9f6;
          padding: 4rem 0 3rem; } }
    #example .bg-example:nth-of-type(2) {
      background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 30%, #fff 30%, #fff 100%); }
      @media screen and (max-width: 767px) {
        #example .bg-example:nth-of-type(2) {
          background: #f4f4f4;
          padding: 4rem 0 3rem; } }
    #example .bg-example:nth-of-type(3) {
      background: linear-gradient(90deg, #dfe9f6 0%, #dfe9f6 30%, #fff 30%, #fff 100%); }
      @media screen and (max-width: 767px) {
        #example .bg-example:nth-of-type(3) {
          background: #dfe9f6;
          padding: 4rem 0 3rem; } }
  #example dt {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    top: -2rem; }
    @media screen and (max-width: 991px) {
      #example dt {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 575px) {
      #example dt {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 0.5rem; } }
    #example dt span {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      color: #4e629e;
      letter-spacing: normal;
      margin: 1rem 0 0.5rem; }
      @media screen and (max-width: 991px) {
        #example dt span {
          font-size: 17px;
          font-size: 1.7rem; } }
      @media screen and (max-width: 575px) {
        #example dt span {
          font-size: 16px;
          font-size: 1.6rem; } }
  #example dd {
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      #example dd {
        line-height: 1.6; } }
