#header {
  width: 100%;
  position: absolute;
  z-index: 3010;
  color: #333; }
  #header .header-contents {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 120px;
    padding: 0 30px; }
  #header .logo {
    font-size: 20px; }
    #header .logo a {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      flex-flow: column;
      -webkit-justify-content: center;
      justify-content: center;
      height: 120px;
      color: #333;
      text-decoration: none; }
    #header .logo small {
      font-size: 14px;
      font-weight: 600; }
    #header .logo span {
      font-weight: 900; }
    #header .logo img {
      width: 400px; }
  #header .nav {
    display: -webkit-flex;
    display: flex; }
    #header .nav nav {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      margin: 0 40px 0 0; }
    #header .nav ul {
      display: -webkit-flex;
      display: flex;
      height: 60px;
      padding: 0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 0;
      background: #bbb;
      list-style: none; }
      #header .nav ul a {
        display: block;
        height: 60px;
        padding: 0 30px;
        font-size: 14px;
        font-weight: bold;
        line-height: 60px;
        color: #333;
        text-decoration: none; }
  #header .contact {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    #header .contact a {
      display: block;
      height: 60px;
      padding: 0 30px;
      background: #5c9aff;
      font-size: 16px;
      font-weight: bold;
      line-height: 60px;
      color: #fff;
      text-decoration: none; }
    #header .contact .form {
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -webkit-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    #header .contact .form:before {
      content: "\f0e0";
      margin: 0 8px 0 0;
      position: relative;
      top: 1px;
      font-family: 'Font Awesome 6 Free';
      font-style: normal;
      font-weight: 900;
      font-size: 20px; }
    #header .contact .tel {
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      position: relative;
      font-size: 20px;
      font-weight: 900;
      line-height: 58px; }
    #header .contact .tel:before {
      content: "\f095";
      margin: 0 8px 0 0;
      font-family: 'Font Awesome 6 Free';
      font-style: normal;
      font-weight: 900; }
    #header .contact .tel:after {
      content: "";
      display: block;
      height: 60%;
      width: 1px;
      position: absolute;
      top: 20%;
      left: 1px;
      background: #fff; }
  #header .menu {
    display: none;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 0 10px; }

@media screen and (max-width: 1250px) {
  #header .nav ul li {
    margin: 0 20px; } }
@media screen and (max-width: 1024px) {
  #header .logo img {
    width: 350px; }
  #header .contact a {
    padding: 0 20px;
    font-size: 14px; }
  #header .contact .tel {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  #header .contact {
    margin: 0 70px 0 0; }
    #header .contact .form {
      display: none; }
    #header .contact .tel {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    #header .contact .tel:after {
      display: none; }
  #header .menu {
    display: -webkit-flex;
    display: flex; } }
@media screen and (max-width: 700px) {
  #header .contact {
    display: none; } }
@media screen and (max-width: 500px) {
  #header .header-contents {
    height: 90px; }
  #header .logo a {
    height: 90px; }
  #header .logo img {
    width: 250px; } }
@media screen and (max-width: 400px) {
  #header .header-contents {
    padding: 0 20px; }
  #header .logo img {
    width: 200px; } }
#main-image {
  height: 100vh;
  position: relative;
  background: url(../../img/main_image.jpg);
  background-position: top;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

#message {
  padding: 40px 40px 40px 100px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 15%;
  background: #008500;
  color: #fff;
  font-size: 30px;
  font-weight: 900; }
  #message:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -110px;
    left: 10px;
    background: url(../../img/message/male.png) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain; }
  #message:after {
    content: "";
    display: block;
    width: 90px;
    height: 140px;
    position: absolute;
    bottom: -50px;
    right: -6px;
    background: url(../../img/message/female.png) no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain; }
  #message span {
    display: inline-block; }

#worries {
  padding: 80px 0;
  background: #f3f3f3; }
  #worries h2 {
    margin: 40px 0;
    font-size: 46px;
    font-weight: 900;
    text-align: center; }
    #worries h2 span {
      display: inline-block; }
  #worries ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 60px;
    list-style: none; }
  #worries li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50%;
    padding: 40px 80px; }
  #worries .container {
    height: 100%;
    padding: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 6px 6px 0 #333;
    -webkit-box-shadow: 6px 6px 0 #333;
    box-shadow: 6px 6px 0 #333; }
  #worries h5 {
    margin: 0 0 20px 0;
    font-size: 26px;
    text-align: center; }
    #worries h5 span {
      display: inline-block; }
  #worries li p {
    margin: 0;
    font-size: 18px; }
  #worries img {
    width: 100px;
    margin: 0 0 0 20px;
    float: right; }
  #worries > p {
    padding: 0 0 40px 0;
    font-size: 30px;
    font-weight: 900;
    text-align: center; }
    #worries > p span {
      padding: 0 0 4px 0;
      position: relative;
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(#ff6666, #ff6666);
      background-size: 100% 4px, 0 4px;
      background-position: 100% 100%, 0 100%;
      background-repeat: no-repeat;
      transition: background-size 0.4s linear; }
    #worries > p span.active {
      background-size: 0 4px, 100% 4px; }
    #worries > p span span {
      display: inline-block; }

#pricing {
  padding: 80px 0 120px 0; }
  #pricing h2 {
    margin: 40px 0;
    font-size: 40px;
    font-weight: 900;
    text-align: center; }
  #pricing table {
    width: 60%;
    border-spacing: 0;
    margin: 0 auto;
    font-size: 26px; }
  #pricing tr:nth-child(odd) {
    background: #eee; }
  #pricing th {
    padding: 20px;
    font-weight: 700;
    text-align: left; }
  #pricing td {
    padding: 20px; }
  #pricing tbody small {
    margin: 0 0 0 20px;
    font-size: 20px; }
  #pricing tfoot td {
    padding: 0; }
  #pricing tfoot small {
    display: block;
    padding: 10px;
    margin: 0 auto;
    background: #333;
    font-size: 16px;
    color: #fff;
    text-align: right; }
  #pricing p {
    margin: 30px auto 0 auto;
    font-size: 26px;
    text-align: center; }
  #pricing span {
    display: inline-block; }

#the-person-in-charge {
  background: #f3f3f3;
  color: #333; }
  #the-person-in-charge .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 1200px;
    padding: 80px 40px 0 40px;
    margin: 0 auto; }
  #the-person-in-charge .message {
    max-width: 600px;
    padding: 40px;
    border: 6px solid #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 40px 60px 0;
    background: #fff; }
    #the-person-in-charge .message h6 {
      margin: 0 0 20px 0;
      font-size: 30px;
      font-weight: 900; }
    #the-person-in-charge .message h6 span {
      display: inline-block; }
    #the-person-in-charge .message p {
      margin: 0;
      font-size: 22px; }
  #the-person-in-charge .person {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    position: relative; }
    #the-person-in-charge .person .comment {
      margin: 0 0 10px 0;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 20px;
      font-weight: 900;
      text-shadow: 1px 1px #fff;
      text-align: right; }
    #the-person-in-charge .person .comment .content {
      margin: 0 0 2px 0; }
    #the-person-in-charge .person .name {
      padding: 0 7px 0 0;
      font-size: 14px; }
    #the-person-in-charge .person .image {
      width: 400px;
      padding: 36px 0 0 0;
      position: relative; }
    #the-person-in-charge .person .image img {
      display: block;
      width: 100%; }

@media screen and (max-width: 1250px) {
  #worries li {
    padding: 40px 40px; } }
@media screen and (max-width: 1200px) {
  #pricing table {
    width: 80%; }

  #the-person-in-charge .container {
    width: auto; } }
@media screen and (max-width: 1024px) {
  #worries li {
    width: 100%;
    padding: 20px; }
  #worries h5 {
    font-size: 22px; }
  #worries li p {
    font-size: 16px; }

  #the-person-in-charge .container {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: normal;
    justify-content: normal; }
  #the-person-in-charge .message {
    margin: 0 0 60px 0; } }
@media screen and (max-width: 900px) {
  #pricing {
    padding: 80px 40px 120px 40px; }
    #pricing table {
      width: 100%; } }
@media screen and (max-width: 768px) {
  #message {
    width: 100%;
    padding: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    bottom: 100px; }
    #message:after {
      bottom: -40px;
      right: 20px; }

  #worries h2 {
    font-size: 40px; }

  #pricing table {
    font-size: 20px; }
  #pricing p {
    font-size: 20px; } }
@media screen and (max-width: 650px) {
  #pricing tbody small {
    margin: 0; } }
@media screen and (max-width: 600px) {
  #worries ul {
    padding: 0 20px; }
  #worries li {
    padding: 20px 0; } }
@media screen and (max-width: 500px) {
  #message {
    font-size: 26px; }
    #message:before {
      width: 150px;
      top: -80px;
      left: 10px; }
    #message:after {
      width: 70px;
      bottom: -60px;
      right: 20px; }

  #pricing {
    padding: 80px 20px 120px 20px; } }
@media screen and (max-width: 450px) {
  #the-person-in-charge .person .image {
    width: auto; } }
@media screen and (max-width: 425px) {
  #message {
    font-size: 24px; }

  #worries .container {
    padding: 40px 20px; }
  #worries > p {
    font-size: 24px; }

  #pricing th {
    display: block; }
  #pricing td {
    display: block;
    padding: 0 20px 20px 20px; }

  #the-person-in-charge .container {
    padding: 80px 20px 0 20px; } }
@media screen and (max-width: 400px) {
  #message {
    font-size: 22px; }

  #worries h2 {
    font-size: 32px; }

  #pricing h2 {
    font-size: 32px; } }
@media screen and (max-width: 375px) {
  #message {
    padding: 40px 30px; } }
@media screen and (max-width: 350px) {
  #message {
    font-size: 20px; }

  #the-person-in-charge .message {
    padding: 40px 20px; }
    #the-person-in-charge .message p {
      font-size: 18px; } }
