@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------*/
/* Color Setting                               */
/*---------------------------------------------*/
/* Scss Document */
/*---------------------------------------------*/
/* SCSS Loading                                */
/*---------------------------------------------*/
/* Loading Scss */
#loader-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff; }
  #loader-bg #loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh; }
    #loader-bg #loader .spinner {
      position: relative;
      width: 70px;
      height: 70px;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #loader-bg #loader .spinner .double-bounce1,
      #loader-bg #loader .spinner .double-bounce2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #f7c334;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
        animation: sk-bounce 2.0s infinite ease-in-out; }
      #loader-bg #loader .spinner .double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* Scss Document */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 175%;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #000;
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #f7c334;
  text-decoration: none; }

/*---------------------------------------------*/
/* webfont load                                */
/*---------------------------------------------*/
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome-r';
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontawesome-s';
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*---------------------------------------------*/
/* 見出し                                      */
/*---------------------------------------------*/
h1 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.2;
  word-wrap: break-word; }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  word-wrap: break-word;
  margin-bottom: 0px; }

h3 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.3;
  word-wrap: break-word; }

h4 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.35;
  word-wrap: break-word; }

h5 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  word-wrap: break-word; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45;
  word-wrap: break-word; }

/*---------------------------------------------*/
/* Main Contents                               */
/*---------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden; }
  #wrapper #top-visual {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0; }
    #wrapper #top-visual figure {
      position: relative;
      overflow: hidden;
      margin: 0;
      padding: 0; }
      #wrapper #top-visual figure::before {
        content: "";
        width: 100%;
        padding-top: 46%;
        display: block; }
      #wrapper #top-visual figure img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0; }
    #wrapper #top-visual .logo {
      position: absolute;
      top: 15px;
      left: 15px; }
    #wrapper #top-visual .catch {
      position: absolute;
      bottom: 5px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center; }
      #wrapper #top-visual .catch img {
        width: 100%;
        max-width: 800px; }
  @media (max-width: 991px) {
    #wrapper #top-visual figure::before {
      padding-top: 45%; }
    #wrapper #top-visual figure img {
      width: 100%;
      left: inherit;
      right: 0; }
    #wrapper #top-visual .logo img {
      max-width: 80%; }
    #wrapper #top-visual .catch {
      position: static;
      background-color: #f7c334;
      transform: inherit;
      padding: 25px 0;
      text-align: center; }
      #wrapper #top-visual .catch img {
        max-width: 90%; } }
  @media (max-width: 767px) {
    #wrapper #top-visual {
      padding-top: 70px; }
      #wrapper #top-visual figure::before {
        padding-top: 45%; }
      #wrapper #top-visual figure img {
        width: 100%;
        left: inherit;
        right: 0px; }
      #wrapper #top-visual .logo {
        background-color: #fff;
        left: 0;
        top: 0;
        height: 70px; }
        #wrapper #top-visual .logo img {
          max-width: 70%;
          padding: 15px; } }
  #wrapper .slider {
    width: 100%;
    overflow: hidden;
    margin: 10px 0; }
    #wrapper .slider img {
      width: 100%; }
  #wrapper #header-wrap {
    width: 100%;
    background-color: #f7c334;}
    #wrapper #header-wrap #header-in {
      width: 80%;
      margin: 0 auto; }
      #wrapper #header-wrap #header-in .menu p {
        display: none; }
      #wrapper #header-wrap #header-in ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
        display: table;
        width: 100%; }
        #wrapper #header-wrap #header-in ul li {
          display: table-cell;
          width: 25%;
          text-align: center;
          border-left: 1px dashed #fff; }
          #wrapper #header-wrap #header-in ul li:last-child {
            border-right: 1px dashed #fff; }
          #wrapper #header-wrap #header-in ul li a {
            font-size: 16px;
            font-weight: bold;
            padding: 15px 0;
            display: block; }
            #wrapper #header-wrap #header-in ul li a:hover {
              background-color: #fff; }
            #wrapper #header-wrap #header-in ul li a::before {
              font-family: 'fontawesome-r';
              display: inline-block;
              font-weight: normal;
              color: #f7c334;
              width: 35px;
              height: 35px;
              border-radius: 50%;
              line-height: 35px;
              font-size: 24px;
              background-color: #fff;
              margin-right: 10px; }
          #wrapper #header-wrap #header-in ul li:nth-child(1) a::before {
            content: "\f004";
            font-family: 'fontawesome-s'; }
          #wrapper #header-wrap #header-in ul li:nth-child(2) a::before {
            content: "\f2b5"; }
          #wrapper #header-wrap #header-in ul li:nth-child(3) a::before {
            content: "\f0e0"; }
          #wrapper #header-wrap #header-in ul li:nth-child(4) a::before {
            content: "\f129";
            font-family: 'fontawesome-s'; }
  @media (max-width: 991px) {
    #wrapper #header-wrap #header-in {
      width: 90%; }
      #wrapper #header-wrap #header-in ul li {
        display: block;
        width: 50%;
        float: left; }
        #wrapper #header-wrap #header-in ul li:nth-child(2n) {
          border-right: 1px dashed #fff; }
        #wrapper #header-wrap #header-in ul li:nth-child(n+3) {
          margin-top: 10px; }
        #wrapper #header-wrap #header-in ul li a::before {
          width: 50px;
          height: 50px;
          line-height: 50px; } }
  @media (max-width: 767px) {
    #wrapper #header-wrap #header-in {
      width: 90%; }
      #wrapper #header-wrap #header-in .menu {
        text-align: center; }
        #wrapper #header-wrap #header-in .menu p {
          display: block;
          margin-bottom: 0px;
          color: #fff;
          font-weight: bold;
          cursor: pointer;
          padding: 25px 0;
          font-size: 22px;
          position: relative; }
          #wrapper #header-wrap #header-in .menu p::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            width: 20px;
            height: 3px;
            background: #fff;
            transition: all .5s ease-in-out; }
          #wrapper #header-wrap #header-in .menu p::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            width: 20px;
            height: 3px;
            transform: rotate(90deg);
            background: #fff;
            transition: all .3s ease-in-out; }
        #wrapper #header-wrap #header-in .menu p.open::before {
          transform: rotate(180deg); }
        #wrapper #header-wrap #header-in .menu p.open::after {
          opacity: 0; }
      #wrapper #header-wrap #header-in ul {
        display: none; }
        #wrapper #header-wrap #header-in ul li {
          width: 100%;
          float: none;
          border-right: 1px dashed #fff;
          border-left: 1px dashed #fff; }
          #wrapper #header-wrap #header-in ul li:nth-child(n+2) {
            margin-top: 10px; }
          #wrapper #header-wrap #header-in ul li a {
            padding: 10px 0; }
            #wrapper #header-wrap #header-in ul li a::before {
              width: 50px;
              height: 50px;
              line-height: 50px; } }
  #wrapper #worries {
    padding: 50px 0; }
    #wrapper #worries .worries-title {
      text-align: center; }
      #wrapper #worries .worries-title h2 {
        font-weight: bold; }
        #wrapper #worries .worries-title h2::before {
          content: "";
          background-image: url("../img/worries01.png");
          background-repeat: no-repeat;
          width: 138px;
          height: 90px;
          display: block;
          margin: 0 auto 15px; }
        #wrapper #worries .worries-title h2::after {
          content: "";
          background-image: url("../img/worries-path.png");
          background-repeat: no-repeat;
          width: 372px;
          height: 89px;
          display: block;
          margin: -40px auto 0px; }
    #wrapper #worries .worries-point {
      width: 80%;
      margin: 25px auto 50px; }
      #wrapper #worries .worries-point .point-div {
        background-color: #EFEFEF;
        padding: 50px 25px;
        text-align: center;
        border-radius: 25px; }
        #wrapper #worries .worries-point .point-div p {
          font-size: 36px;
          font-weight: bold;
          position: relative;
          z-index: 10;
          margin-bottom: 40px; }
          #wrapper #worries .worries-point .point-div p::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
            width: 70px;
            height: 70px;
            background-color: #fff;
            border-radius: 50%;
            z-index: -1; }
        #wrapper #worries .worries-point .point-div h3 {
          font-feature-settings: 26px;
          font-weight: bold; }
          #wrapper #worries .worries-point .point-div h3 span {
            color: #f7c334; }
    #wrapper #worries .worries-div {
      background-color: #f7c334;
      padding: 50px 0; }
      #wrapper #worries .worries-div .worries-catch {
        color: #fff;
        text-align: center; }
        #wrapper #worries .worries-div .worries-catch::after {
          content: "";
          background-image: url("../img/worries02.png");
          background-repeat: no-repeat;
          width: 147px;
          height: 96px;
          display: block;
          margin: 15px auto 0px; }
        #wrapper #worries .worries-div .worries-catch h2 {
          color: #fff;
          font-weight: bold;
          position: relative;
          display: inline-block; }
          #wrapper #worries .worries-div .worries-catch h2::before, #wrapper #worries .worries-div .worries-catch h2::after {
            position: absolute;
            top: 0;
            content: "";
            display: inline-block;
            height: 100px;
            width: 5px;
            background-color: #fff; }
          #wrapper #worries .worries-div .worries-catch h2::before {
            left: -25px;
            transform: rotateZ(-15deg); }
          #wrapper #worries .worries-div .worries-catch h2::after {
            right: -25px;
            transform: rotateZ(15deg); }
  @media (max-width: 1199px) {
    #wrapper #worries .worries-point .col-12:nth-child(n+3) {
      margin-top: 30px; } }
  @media (max-width: 991px) {
    #wrapper #worries .worries-point {
      width: 90%; }
      #wrapper #worries .worries-point .col-12 .point-div {
        padding: 50px 15px; }
    #wrapper #worries .worries-div .worries-catch h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    #wrapper #worries .worries-title h2::after {
      width: 300px;
      height: 89px;
      background-size: contain;
      margin-top: -30px; }
    #wrapper #worries .worries-point {
      width: 90%; }
      #wrapper #worries .worries-point .col-12:nth-child(n+2) {
        margin-top: 30px; }
      #wrapper #worries .worries-point .col-12 .point-div {
        padding: 50px 15px; }
    #wrapper #worries .worries-div .worries-catch {
      padding: 0 15px; }
      #wrapper #worries .worries-div .worries-catch h2::before, #wrapper #worries .worries-div .worries-catch h2::after {
        display: none; } }
  #wrapper #promise {
    background-color: #EFEFEF;
    padding: 75px 0; }
    #wrapper #promise .promise-title {
      text-align: center; }
      #wrapper #promise .promise-title::before {
        content: "\f004";
        font-family: 'fontawesome-s';
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 48px;
        color: #f7c334; }
      #wrapper #promise .promise-title h2 {
        font-weight: bold;
        margin-top: 15px; }
    #wrapper #promise .promise-width {
      width: 80%;
      margin: 0 auto; }
      #wrapper #promise .promise-width .promise-div {
        padding: 50px 0 50px 200px;
        margin-top: 25px;
        border-radius: 25px;
        position: relative;
        overflow: hidden; }
        #wrapper #promise .promise-width .promise-div::before {
          display: inline-block;
          position: absolute;
          top: 50px;
          left: 50px;
          width: 100px;
          height: 100px;
          background-color: #f7c334;
          border-radius: 50%;
          text-align: center;
          line-height: 100px;
          font-size: 36px;
          font-weight: bold;
          color: #fff;
          z-index: 2; }
        #wrapper #promise .promise-width .promise-div h3 {
          color: #f7c334;
          font-size: 24px;
          line-height: 42px;
          margin-bottom: 15px;
          font-weight: bold;
          z-index: 1;
          position: relative; }
        #wrapper #promise .promise-width .promise-div p {
          margin-bottom: 0;
          font-weight: bold;
          z-index: 100;
          position: relative; }
      #wrapper #promise .promise-width .promise-div.contents01 {
        background-image: url("../img/promise01.png");
        background-size: cover; }
        #wrapper #promise .promise-width .promise-div.contents01::before {
          content: "1"; }
        #wrapper #promise .promise-width .promise-div.contents01::after {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          display: block; }
      #wrapper #promise .promise-width .promise-div.contents02 {
        background-color: #fff;
        padding-right: 25px; }
        #wrapper #promise .promise-width .promise-div.contents02::before {
          content: "2"; }
      #wrapper #promise .promise-width .promise-div.contents03 {
        background-image: url("../img/promise03.png");
        background-size: cover; }
        #wrapper #promise .promise-width .promise-div.contents03::before {
          content: "3"; }
      #wrapper #promise .promise-width .promise-div.contents04 {
        background-image: url("../img/promise04.png");
        background-size: cover; }
        #wrapper #promise .promise-width .promise-div.contents04::before {
          content: "4"; }
  @media (max-width: 991px) {
    #wrapper #promise .promise-width {
      width: 90%; }
      #wrapper #promise .promise-width .promise-div {
        padding-right: 25px;
        background-position: center right; }
      #wrapper #promise .promise-width .promise-div.contents01::after {
        background-color: rgba(255, 255, 255, 0.75); }
      #wrapper #promise .promise-width .promise-div.contents03::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(228, 237, 235, 0.75);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block; }
      #wrapper #promise .promise-width .promise-div.contents04::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block; } }
  @media (max-width: 767px) {
    #wrapper #promise .promise-width .promise-div {
      padding: 100px 15px 50px;
      background-position: center;
      background-size: contain; }
      #wrapper #promise .promise-width .promise-div::before {
        top: 15px;
        left: 15px;
        width: 75px;
        height: 75px;
        line-height: 75px; }
      #wrapper #promise .promise-width .promise-div h3 {
        font-size: 22px; }
    #wrapper #promise .promise-width .promise-div.contents02 {
      padding: 100px 15px 50px; } }
  #wrapper #flow {
    padding: 75px 0; }
    #wrapper #flow .flow-title {
      text-align: center; }
      #wrapper #flow .flow-title::before {
        content: "\f2b5";
        font-family: 'fontawesome-r';
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #EFEFEF;
        border-radius: 50%;
        font-size: 48px;
        color: #f7c334; }
      #wrapper #flow .flow-title h2 {
        font-weight: bold;
        margin-top: 15px; }
    #wrapper #flow .flow-width {
      width: 60%;
      margin: 0 auto; }
      #wrapper #flow .flow-width .flow-div {
        width: 100%;
        background-color: #fffde2;
        padding: 25px 0;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 25px; }
        #wrapper #flow .flow-width .flow-div .flow-flex {
          width: 65%; }
          #wrapper #flow .flow-width .flow-div .flow-flex .photo-div {
            position: relative;
            overflow: hidden; }
            #wrapper #flow .flow-width .flow-div .flow-flex .photo-div::before {
              content: "";
              display: block;
              padding-top: 50%; }
            #wrapper #flow .flow-width .flow-div .flow-flex .photo-div img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 100%;
              display: block; }
          #wrapper #flow .flow-width .flow-div .flow-flex .flow-disc {
            padding-right: 15px; }
            #wrapper #flow .flow-width .flow-div .flow-flex .flow-disc h4 {
              display: inline-block;
              background-color: #fff;
              border-radius: 15px;
              padding: 5px 15px;
              font-weight: bold;
              font-size: 18px; }
              #wrapper #flow .flow-width .flow-div .flow-flex .flow-disc h4::before {
                content: "\f024";
                font-family: 'fontawesome-s';
                color: #f7c334;
                margin-right: 10px; }
            #wrapper #flow .flow-width .flow-div .flow-flex .flow-disc h3 {
              font-weight: bold;
              font-size: 24px;
              color: #f7c334;
              margin: 10px 0; }
            #wrapper #flow .flow-width .flow-div .flow-flex .flow-disc p {
              font-size: 18px;
              font-weight: bold; }
        #wrapper #flow .flow-width .flow-div .flow-flex.flow-icon {
          width: 35%; }
  @media (max-width: 991px) {
    #wrapper #flow .flow-width {
      width: 80%; } }
  @media (max-width: 767px) {
    #wrapper #flow .flow-width {
      width: 90%; }
      #wrapper #flow .flow-width .flow-div {
        display: block;
        padding: 25px 15px; }
        #wrapper #flow .flow-width .flow-div .flow-flex {
          width: 100%; }
        #wrapper #flow .flow-width .flow-div .flow-flex.flow-icon {
          width: 90%;
          margin: 0 auto 15px; } }
  #wrapper #contact {
    background-color: #EFEFEF;
    margin-bottom: 80px;
    padding: 75px 0; }
    #wrapper #contact .contact-title {
      text-align: center;
      margin-bottom: 25px; }
      #wrapper #contact .contact-title::before {
        content: "\f0e0";
        font-family: 'fontawesome-r';
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #fff;
        border-radius: 50%;
        font-size: 48px;
        color: #f7c334; }
      #wrapper #contact .contact-title h2 {
        font-weight: bold;
        margin-top: 15px; }
    #wrapper #contact #contact-form {
      width: 70%;
      margin: 0 auto; }
      #wrapper #contact #contact-form ul {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0; }
        #wrapper #contact #contact-form ul li {
          display: table;
          width: 100%;
          border-bottom: 1px solid #C2C2C2; }
          #wrapper #contact #contact-form ul li div {
            display: table-cell;
            vertical-align: top;
            padding: 20px; }
            #wrapper #contact #contact-form ul li div:first-child {
              font-weight: bold;
              width: 25%; }
            #wrapper #contact #contact-form ul li div input[type="text"]:last-child {
              margin-left: 30px; }
            #wrapper #contact #contact-form ul li div input[type="tel"],
            #wrapper #contact #contact-form ul li div input[type="email"],
            #wrapper #contact #contact-form ul li div input[type="location"],
            #wrapper #contact #contact-form ul li div input[type="budget"] {
              width: 100%;
              max-width: 500px; }
            #wrapper #contact #contact-form ul li div label {
              display: inline-block;
              margin: 0 15px 0 0;
              cursor: pointer; }
              #wrapper #contact #contact-form ul li div label input[type="radio"] {
                margin-right: 5px; }
          #wrapper #contact #contact-form ul li div.reform {
            width: 100%;
            max-width: 750px; }
            #wrapper #contact #contact-form ul li div.reform > label {
              white-space: nowrap;
              width: 150px;
              float: left;
              display: block;
              margin-bottom: 20px; }
              #wrapper #contact #contact-form ul li div.reform > label input[type="checkbox"] {
                margin-right: 5px; }
      #wrapper #contact #contact-form .policy {
        text-align: center;
        padding: 50px 0; }
        #wrapper #contact #contact-form .policy h4 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 25px; }
        #wrapper #contact #contact-form .policy p {
          margin-bottom: 25px; }
        #wrapper #contact #contact-form .policy .frame {
          background-color: #fff;
          width: 80%;
          padding: 50px 15px 15px;
          margin: 0 auto;
          text-align: left;
          overflow-x: hidden;
          overflow-y: scroll;
          height: 100%;
          max-height: 400px;
          border: 1px solid #707070; }
          @media (max-width: 767px) {
            #wrapper #contact #contact-form .policy .frame {
              width: 100%; } }
          #wrapper #contact #contact-form .policy .frame p {
            margin-bottom: 15px; }
            #wrapper #contact #contact-form .policy .frame p span {
              font-weight: bold; }
          #wrapper #contact #contact-form .policy .frame ul {
            margin-bottom: 15px;
            padding-left: 15px;
            text-indent: -15px; }
            #wrapper #contact #contact-form .policy .frame ul li {
              border: none; }
        #wrapper #contact #contact-form .policy .agree {
          border-bottom: 1px solid #C2C2C2;
          padding: 25px 0; }
          #wrapper #contact #contact-form .policy .agree label {
            font-weight: bold; }
            #wrapper #contact #contact-form .policy .agree label input[type="checkbox"] {
              margin-right: 15px; }
        #wrapper #contact #contact-form .policy button {
          margin-top: 25px;
          background-color: #f7c334;
          color: #fff;
          font-weight: bold;
          border: none;
          width: 50%;
          padding: 15px 0;
          max-width: 400px;
          min-width: 250px;
          border-radius: 15px;
          opacity: 0.5; }
  @media (max-width: 991px) {
    #wrapper #contact #contact-form {
      width: 90%; } }
  @media (max-width: 767px) {
    #wrapper #contact #contact-form ul li {
      display: block;
      width: 100%;
      padding: 5px 0; }
      #wrapper #contact #contact-form ul li div {
        display: block;
        width: 100%;
        padding: 10px; }
        #wrapper #contact #contact-form ul li div:first-child {
          width: 100%;
          padding-bottom: 0px; }
        #wrapper #contact #contact-form ul li div input[type="text"] {
          width: calc(50% - 7.5px); }
          #wrapper #contact #contact-form ul li div input[type="text"]:last-child {
            margin-left: 15px; }
      #wrapper #contact #contact-form ul li div.reform {
        width: 100%; }
        #wrapper #contact #contact-form ul li div.reform > label {
          width: 130px; } }
  #wrapper #about {
    margin-bottom: 50px; }
    #wrapper #about .about-title {
      text-align: center; }
      #wrapper #about .about-title::before {
        content: "\f129";
        font-family: 'fontawesome-s';
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #EFEFEF;
        border-radius: 50%;
        font-size: 48px;
        color: #f7c334; }
      #wrapper #about .about-title h2 {
        font-weight: bold;
        margin-top: 15px; }
    #wrapper #about .about-width {
      width: 70%;
      margin: 0 auto; }
      #wrapper #about .about-width ul.table-list {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0; }
        #wrapper #about .about-width ul.table-list li {
          width: 100%;
          display: table;
          border-bottom: 1px solid #C2C2C2; }
          #wrapper #about .about-width ul.table-list li div {
            display: table-cell;
            padding: 20px;
            vertical-align: top;
            font-size: 18px; }
            #wrapper #about .about-width ul.table-list li div:first-child {
              width: 150px;
              font-weight: bold; }
          #wrapper #about .about-width ul.table-list li div.tel::before {
            content: "";
            background-image: url("../img/tel.png");
            background-repeat: no-repeat;
            width: 33px;
            height: 19px;
            display: inline-block;
            margin-right: 5px; }
  @media (max-width: 991px) {
    #wrapper #about .about-width {
      width: 80%; } }
  @media (max-width: 767px) {
    #wrapper #about .about-width {
      width: 90%; }
      #wrapper #about .about-width ul.table-list li {
        padding: 15px 0; }
        #wrapper #about .about-width ul.table-list li div {
          display: block;
          float: left;
          width: 100%;
          padding: inherit;
          padding: 0 15px; }
          #wrapper #about .about-width ul.table-list li div:first-child {
            width: 100%;
            padding-bottom: 5px; } }
  #wrapper #page-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f7c334;
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 100; }
    #wrapper #page-top::before {
      font-family: 'fontawesome-s';
      content: "\f062";
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      font-size: 26px;
      transform: translate(-50%, -50%); }
  #wrapper #footer {
    background-color: #f7c334;
    padding: 50px 0 100px; }
    #wrapper #footer .footer-in {
      text-align: center; }
      #wrapper #footer .footer-in p {
        color: #fff; }
