<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------
 width: all
------------------------------ */
main {
  background-image: none !important;
}

main section.s01 .wrapper .box01 {
  height: 500px;
  background-image: url(../../images/b10101.jpg);
  background-size: cover;
  background-position: bottom 0 center;
}

main section.s01 .wrapper .box01 .txtbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

main section.s01 .wrapper .box01 .txtbox .t01 {
  font-size: 88px;
  color: rgba(255, 255, 255, 0.3);
}

main section.s01 .wrapper .box01 .txtbox h3 {
  font-size: 54px;
  color: #fff;
  margin-top: 10px;
}

main section.s01 .wrapper .box01 .txtbox .t02 {
  font-size: 22px;
  color: #fff;
  margin-top: 5px;
}

main section.s01 .wrapper .dl01 {
  width: 1200px;
  margin: 60px auto 0;
}

main section.s01 .wrapper .dl01 dt {
  color: #0089B3;
  font-size: 50px;
  border-bottom: 1px solid #0089B3;
  padding-bottom: 8px;
}

main section.s01 .wrapper .dl01 dd .t03 {
  font-size: 22px;
  color: #0089B3;
  margin-top: 25px;
}

main section.s01 .wrapper .dl01 dd .t04 {
  font-size: 16px;
  line-height: 190%;
}

main section.s01 .wrapper .photo01 {
  width: 1100px;
  margin: 80px auto 0;
  display: block;
}

main section.s01 .wrapper .t05 {
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}

main section.s02 {
  padding: 80px 0 100px;
  background-image: url(../../images/b10201.jpg);
  background-size: cover;
  background-position: bottom 0 right 0;
  margin-top: 70px;
}

main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s02 .wrapper h4 {
  text-align: center;
  font-size: 35px;
  color: #0089B3;
  font-weight: bold;
  border-bottom: 1px solid #0089B3;
  padding-bottom: 20px;
}

main section.s02 .wrapper .t01 {
  width: 1060px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 250%;
}

main section.s02 .wrapper ul {
  margin-top: 50px;
}

main section.s02 .wrapper ul li {
  border: 1px solid #C8C9C9;
  background-color: #fff;
  padding: 14px;
  margin-bottom: 30px;
}

main section.s02 .wrapper ul li dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.s02 .wrapper ul li dl dt {
  width: 350px;
}

main section.s02 .wrapper ul li dl dt img {
  width: 100%;
  display: block;
}

main section.s02 .wrapper ul li dl dd {
  width: calc(100% - 380px);
  padding-top: 15px;
}

main section.s02 .wrapper ul li dl dd .t02 {
  color: #0089B3;
  font-size: 23px;
  margin-bottom: 10px;
}

main section.s02 .wrapper ul li dl dd .t03 {
  font-size: 14px;
  line-height: 200%;
}

main section.s02 .wrapper ul li dl dd .t04 {
  font-size: 14px;
  line-height: 200%;
  padding-left: 14px;
}

main section.s02 .wrapper .btn_contact {
  width: 636px;
  display: block;
  margin: 80px auto 0;
}

main section.s02 .wrapper .btn_contact img {
  width: 100%;
  display: block;
}


/* ------------------------------
 width &lt; $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper .box01 {
    height: auto;
    padding: 40px 20px;
    background-image: url(../../images/b10101.jpg);
    background-size: cover;
    background-position: bottom 0 center;
  }
  main section.s01 .wrapper .box01 .txtbox {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  main section.s01 .wrapper .box01 .txtbox .t01 {
    font-size: 46px;
    color: rgba(255, 255, 255, 0.3);
  }
  main section.s01 .wrapper .box01 .txtbox h3 {
    font-size: 26px;
    color: #fff;
    margin-top: 10px;
  }
  main section.s01 .wrapper .box01 .txtbox .t02 {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
  }
  main section.s01 .wrapper .dl01 {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .dl01 dt {
    color: #0089B3;
    font-size: 30px;
    border-bottom: 1px solid #0089B3;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper .dl01 dd .t03 {
    font-size: 16px;
    color: #0089B3;
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl01 dd .t04 {
    font-size: 14px;
    line-height: 190%;
  }
  main section.s01 .wrapper .photo01 {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    display: block;
  }
  main section.s01 .wrapper .t05 {
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
  }
  main section.s02 {
    padding: 50px 20px 40px;
    background-image: url(../../images/b10201.jpg);
    background-size: cover;
    background-position: bottom 0 right 0;
    margin-top: 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h4 {
    text-align: center;
    font-size: 20px;
    color: #0089B3;
    font-weight: bold;
    border-bottom: 1px solid #0089B3;
    padding-bottom: 10px;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 200%;
  }
  main section.s02 .wrapper ul {
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li {
    border: 1px solid #C8C9C9;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
  }
  main section.s02 .wrapper ul li dl {
    display: block;
  }
  main section.s02 .wrapper ul li dl dt {
    width: 100%;
  }
  main section.s02 .wrapper ul li dl dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li dl dd {
    width: 100%;
    padding-top: 15px;
  }
  main section.s02 .wrapper ul li dl dd .t02 {
    color: #0089B3;
    font-size: 20px;
    margin-bottom: 5px;
  }
  main section.s02 .wrapper ul li dl dd .t03 {
    font-size: 14px;
    line-height: 200%;
  }
  main section.s02 .wrapper ul li dl dd .t04 {
    font-size: 14px;
    line-height: 200%;
    padding-left: 14px;
 }
  main section.s02 .wrapper .btn_contact {
    width: 318px;
    display: block;
    margin: 40px auto 0;
  }
  main section.s02 .wrapper .btn_contact img {
    width: 100%;
    display: block;
  }
}
</pre></body></html>