@charset "UTF-8";
.contact-form form, .content-box5, .content-box6-show, .content-box6, .content-box4-show-text, .content-box4-show, .content-box4-show2, .content-box4, .content-box3-show, .content-box3, .content-box2-text, .content-box1-text2, .content-box1-img2, .content-box1-text-row, .content-box1-text, .content-box1-img, .content-box1-show, .content-box1, .bottom-button div, .bottom-button, .top-banner {
  display: flex;
  display: -webkit-flex;
}

img, object, embed, video {
  max-width: 100%;
  flex-shrink: 0;
  vertical-align: bottom;
}

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
  width: 100%;
}

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Arial;
  width: 100%;
  margin: 0;
  padding: 0;
}

a:active, a:visited, a:hover {
  outline: 0;
  text-decoration: none;
}

section {
  overflow: hidden;
}

.pc-img {
  display: none;
}

.ph-img {
  display: inline;
}

.top-box {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  position: relative;
  top: 0;
}
.top-box h1 {
  width: 200px;
  margin: 0 calc(50% - 100px);
  text-align: center;
  font-size: 1.2em;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #FFF;
}
.top-box::before, .top-box::after {
  content: "";
  position: absolute;
  top: 15px;
  width: calc(50% - 100px);
  height: 12px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+9,7e7e7e+10,7e7e7e+25,ffffff+26,ffffff+44,7e7e7e+45,ffffff+75,7e7e7e+75,ffffff+76,ffffff+100&0+0,0+9,1+10,1+25,0+26,0+44,1+45,1+75,0+76,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 9%, white 10%, white 25%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 44%, white 45%, white 75%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.top-box::before {
  left: 10px;
}
.top-box::after {
  right: 10px;
}

.top-banner {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: -45px 0 0;
  padding: 50px 5%;
  box-sizing: border-box;
  background: url(../images/top-img.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-banner-text {
  width: 98%;
  margin: 8% 1% 0;
  text-align: center;
  z-index: 3;
}
.top-banner-text h2 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #FFF;
}
.top-banner-text h3 {
  width: 100%;
  margin: 0 0 15px;
  font-size: 1.05em;
  color: #FFF;
}
.top-banner-text p {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.35em;
  font-weight: bolder;
  color: #fe920d;
}
.top-banner-text font {
  font-size: 1.45em;
}
.top-banner-text h4 {
  width: 100%;
  margin: 0;
  font-size: 1.15em;
  color: #22a8dc;
}

.bottom-button {
  flex-wrap: nowrap;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(9, 13, 22, 0.55);
}
.bottom-button div {
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  text-align: center;
}
.bottom-button a {
  width: 100%;
  font-size: 0.8em;
  color: #FFF;
  text-decoration: none;
  transition: 0.2 ease-in-out;
}
.bottom-button a:visited {
  color: #FFF;
  text-decoration: none;
}
.bottom-button p {
  width: 90%;
  margin: 10px 5% 4px;
  padding: 8px 0;
  text-align: center;
  border: 1px #FFF solid;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.25);
  transition: 0.1s ease-in-out;
}
.bottom-button p i {
  font-size: 1.15em;
  margin-right: 10px;
}
.bottom-button p:hover {
  cursor: pointer;
  background-color: #fe920d;
  color: #000;
}

.content-box1 {
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 80px 2% 30px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/straws.png) repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box1::before {
  content: "PROFESSION";
  position: absolute;
  top: 15%;
  left: -15%;
  width: 30%;
  writing-mode: vertical-lr;
  font-size: 8em;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #DDD;
  z-index: 1;
}

.content-box1-show {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 80px;
  z-index: 3;
}

.box-reverse {
  flex-direction: row-reverse;
}

.content-box1-img {
  flex-direction: column;
  width: 100%;
  position: relative;
}
.content-box1-img h3 {
  width: 80%;
  margin: 0 10% 10px;
  padding: 8px 0;
  text-align: center;
  font-size: 0.95em;
  color: #7e7e7e;
  border-top: 1px #7E7E7E solid;
  border-bottom: 1px #7E7E7E solid;
}
.content-box1-img p {
  width: 60%;
  margin: 5px 20% 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #388e69;
}
.content-box1-img::before {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  right: calc(50% - 20px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px #fe920d solid;
  z-index: 3;
}
.content-box1-img::after {
  content: "";
  position: absolute;
  top: calc(100% - 10px);
  right: calc(50% - 3px);
  width: 5px;
  height: 30px;
  background-color: #fe920d;
  z-index: 3;
}

.content-box1-text {
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0;
  padding: 15px;
  box-sizing: border-box;
  border: 3px #388e69 solid;
  border-radius: 10px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.6);
}
.content-box1-text i {
  font-size: 1.05em;
}
.content-box1-text p {
  width: calc(100% - 35px);
  margin: -3px 0 0 15px;
  padding: 0;
  font-size: 0.85em;
}

.content-box1-text-row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 15px;
}

.content-box1-img2 {
  flex-direction: column;
  width: 100%;
  position: relative;
}
.content-box1-img2 h3 {
  width: 80%;
  margin: 0 10% 10px;
  padding: 8px 0;
  text-align: center;
  font-size: 0.95em;
  color: #7e7e7e;
  border-top: 1px #7E7E7E solid;
  border-bottom: 1px #7E7E7E solid;
}
.content-box1-img2 p {
  width: 60%;
  margin: 5px 20% 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fe920d;
}
.content-box1-img2::before {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  right: calc(50% - 20px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px #388e69 solid;
  z-index: 3;
}
.content-box1-img2::after {
  content: "";
  position: absolute;
  top: calc(100% - 10px);
  right: calc(50% - 3px);
  width: 5px;
  height: 30px;
  background-color: #388e69;
  z-index: 3;
}

.content-box1-text2 {
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0;
  padding: 15px;
  box-sizing: border-box;
  border: 3px #fe920d solid;
  border-radius: 10px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.6);
}
.content-box1-text2 i {
  font-size: 1.05em;
}
.content-box1-text2 p {
  width: calc(100% - 35px);
  margin: -3px 0 0 15px;
  padding: 0;
  font-size: 0.85em;
}

.content-box2 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/box2-bg.jpg);
}

.content-box2-text {
  flex-wrap: wrap;
  width: 96%;
  margin: 0 2%;
  padding: 80px 0;
  color: #FFF;
  text-align: center;
}
.content-box2-text h2 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.35em;
  letter-spacing: 2px;
}
.content-box2-text hr {
  width: 60px;
  height: 3px;
  margin: 0 calc(50% - 30px) 30px;
  background-color: #FFF;
  border: none;
}
.content-box2-text div {
  width: 40%;
  margin: 0 5% 20px;
  text-align: center;
}
.content-box2-text div p {
  width: 100%;
  margin: 0 0 8px;
  border-radius: 50%;
  border: 2px #FFF solid;
}
.content-box2-text div p img {
  width: 100%;
  border-radius: 50%;
}
.content-box2-text div h4 {
  width: 100%;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.content-box3 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  margin: 50px 5%;
}

.content-box3-show {
  flex-wrap: wrap;
  width: 90%;
  margin: 0 5% 20px;
  padding: 0 0 10px;
  box-sizing: border-box;
  border: 2px #DDD solid;
  border-radius: 10px;
}
.content-box3-show p {
  width: 100%;
  margin: 0;
  padding: 5px;
}
.content-box3-show p img {
  width: 100%;
}
.content-box3-show h2 {
  width: 180px;
  margin: -25px calc(100% - 160px) 5px -10px;
  padding: 6px 0 6px 8px;
  font-size: 1.15em;
  letter-spacing: 2px;
  color: #FFF;
  background-color: #388e69;
  z-index: 3;
}
.content-box3-show h3 {
  width: 90%;
  margin: 8px 5%;
  text-indent: 15px;
  font-size: 0.85em;
  letter-spacing: 1px;
  color: #666;
}
.content-box3-show h4 {
  width: 100%;
  margin: 0;
}

.content-box4 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.content-box4-show, .content-box4-show2 {
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box4-show img, .content-box4-show2 img {
  width: 100%;
}

.content-box4-show-bg1 {
  background: url(../images/box4-img01.jpg);
}

.content-box4-show-bg2 {
  background: url(../images/box4-img04.jpg);
}

.content-box4-show-bg3 {
  background: url(../images/box4-img07.jpg);
}

.content-box4-show-bg4 {
  background: url(../images/box4-img10.jpg);
}

.content-box4-show-text {
  flex-wrap: wrap;
  width: 96%;
  margin: 50px 2%;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
}
.content-box4-show-text h2 {
  width: 100%;
  margin: 0;
  font-size: 1.35em;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #388e69;
}
.content-box4-show-text hr {
  width: 10%;
  height: 2px;
  margin: 8px 45% 12px;
  background-color: #fe920d;
  border: none;
}
.content-box4-show-text h3 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.05em;
  color: #212121;
}

.content-box4-show-img {
  width: 90%;
  margin: 10px 5% 0;
  text-align: center;
}
.content-box4-show-img h4 {
  width: 100%;
  margin: 10px 0 0;
  font-size: 0.85em;
  color: #666;
}

.content-box6 {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin: 50px 5%;
}

.content-box6-show {
  flex-wrap: wrap;
  width: 90%;
  margin: 0 5% 20px;
}
.content-box6-show h3 {
  width: 100%;
  margin: 10px 0;
  padding: 8px 0;
  text-align: center;
  font-size: 1.05em;
  color: #FFF;
  background-color: #fe920d;
}

.content-box6-show-title {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box6-show-title h2 {
  width: 80%;
  margin: 0 10%;
  padding: 10px 0;
  text-align: center;
  font-size: 1.35em;
  letter-spacing: 2px;
  color: #22a8dc;
  background-color: rgba(255, 255, 255, 0.85);
}

.content-box6-show-bg1 {
  background: url(../images/box4-img01.jpg);
}

.content-box6-show-bg2 {
  background: url(../images/box4-img04.jpg);
}

.content-box6-show-bg3 {
  background: url(../images/box4-img07.jpg);
}

.content-box6-show-bg4 {
  background: url(../images/box4-img10.jpg);
}

.content-box6-show-img {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 2px #7e7e7e dashed;
  border-radius: 10px;
}
.content-box6-show-img img {
  width: 100%;
}

.content-box5 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.content-box5-information {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
  background: url(../images/box5-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box5-information img {
  width: 100%;
  border: 2px #FFF solid;
}
.content-box5-information p {
  width: 100%;
  margin: 0 0 30px;
}
.content-box5-information h3 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.35em;
  line-height: 1.5em;
  color: #FFF;
}
.content-box5-information h4 {
  width: 100%;
  margin: 0 0 5px;
  font-size: 1.05em;
  color: #388e69;
}
.content-box5-information h5 {
  width: 100%;
  margin: 0 0 -5px;
  font-size: 0.65em;
  color: #F00;
}
.content-box5-information h2 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.25em;
  color: #22a8dc;
}
.content-box5-information font {
  margin-right: 15px;
  font-size: 1.5em;
}
.content-box5-information h6 {
  width: 100%;
  margin: 0;
  font-size: 1.35em;
  color: #fe920d;
}

.contact-form {
  width: 100%;
  padding: 50px 20px;
  box-sizing: border-box;
  background: url(../images/greyzz.png) repeat;
}
.contact-form h2 {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  font-size: 1.65em;
  letter-spacing: 1px;
  color: #388e69;
}
.contact-form h3 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.05em;
  color: #666;
}
.contact-form img {
  width: auto;
  max-width: 100%;
  margin: 20px 0;
}
.contact-form form {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  box-sizing: border-box;
}
.contact-form p {
  width: 100%;
  margin: 0 0 10px;
}
.contact-form span {
  width: 100%;
  margin: 0 0 10px;
}
.contact-form input {
  width: 100%;
  margin: 0;
  padding: 15px 8px;
  border: 1px #DDD solid;
  border-radius: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 15px 8px;
  border: 1px #DDD solid;
  border-radius: 5px;
}
.contact-form div {
  width: 100%;
  margin: 0;
}

.contact-box:hover, .contact-box:active {
  border: 1px solid #F60;
}

#contact-button {
  background-color: #22a8dc;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1.05em;
  letter-spacing: 2px;
}
#contact-button:hover {
  background-color: #fe920d;
  cursor: pointer;
}

.footer_box {
  width: 100%;
  padding: 15px 0 60px;
  text-align: center;
  font-size: 0.75em;
  background-color: #090D16;
  color: #FFF;
}

@media only screen and (min-width: 481px) {
  .pc-img {
    display: inline;
  }

  .ph-img {
    display: none;
  }

  .top-box {
    padding: 8px 0;
  }
  .top-box h1 {
    width: 300px;
    margin: 0 calc(50% - 150px);
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  .top-box::before, .top-box::after {
    top: 15px;
    width: calc(50% - 200px);
  }
  .top-box::before {
    left: 60px;
  }
  .top-box::after {
    right: 60px;
  }

  .top-banner {
    margin: -45px 0 0;
    padding: 80px 0;
  }

  .top-banner-text {
    width: 96%;
    margin: 3% 2% 0;
  }
  .top-banner-text h2 {
    margin: 0 0 10px;
    font-size: 2em;
    letter-spacing: 2px;
  }
  .top-banner-text h3 {
    margin: 0 0 30px;
    font-size: 1.75em;
  }
  .top-banner-text p {
    margin: 0 0 30px;
    font-size: 2.5em;
  }
  .top-banner-text font {
    font-size: 1.5em;
  }
  .top-banner-text h4 {
    margin: 0;
    font-size: 1.65em;
  }

  .bottom-button div {
    width: 80%;
    margin: 0 10%;
  }
  .bottom-button a {
    font-size: 0.9em;
  }
  .bottom-button p {
    width: 90%;
    margin: 10px 5% 4px;
    padding: 8px 0;
  }
  .bottom-button p i {
    font-size: 1.15em;
    margin-right: 10px;
  }
  .bottom-button p:hover {
    cursor: pointer;
  }

  .content-box1 {
    padding: 80px 5%;
  }
  .content-box1::before {
    top: 15%;
    left: -5%;
    width: 30%;
    font-size: 8em;
  }

  .content-box1-show {
    margin: 0 0 50px;
  }

  .content-box1-img {
    flex-direction: column-reverse;
    width: 40%;
  }
  .content-box1-img h3 {
    width: 80%;
    margin: 0 10% 30px;
    padding: 8px 0;
    font-size: 1.05em;
  }
  .content-box1-img p {
    width: 60%;
    margin: 30px 20% 10px 20%;
    padding: 10px;
  }
  .content-box1-img::before {
    top: calc(50% - 40px);
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .content-box1-img::after {
    top: calc(50% - 22px);
    right: 0;
    width: 40px;
    height: 5px;
  }

  .content-box1-text {
    width: 60%;
    margin: 0;
    padding: 15px;
    border: 3px #388e69 solid;
  }
  .content-box1-text i {
    font-size: 1.15em;
  }
  .content-box1-text p {
    width: calc(100% - 45px);
    margin: -3px 0 0 15px;
    font-size: 0.95em;
  }

  .content-box1-img2 {
    flex-direction: column-reverse;
    width: 40%;
  }
  .content-box1-img2 h3 {
    width: 80%;
    margin: 0 10% 30px;
    padding: 8px 0;
    font-size: 1.05em;
  }
  .content-box1-img2 p {
    width: 60%;
    margin: 30px 20% 10px 20%;
    padding: 10px;
  }
  .content-box1-img2::before {
    top: calc(50% - 40px);
    left: 30px;
    width: 30px;
    height: 30px;
  }
  .content-box1-img2::after {
    top: calc(50% - 22px);
    left: 0;
    width: 50px;
    height: 5px;
  }

  .content-box1-text2 {
    width: 60%;
    margin: 0;
    padding: 15px;
    border: 3px #fe920d solid;
  }
  .content-box1-text2 i {
    font-size: 1.15em;
  }
  .content-box1-text2 p {
    width: calc(100% - 45px);
    margin: -3px 0 0 15px;
    font-size: 0.95em;
  }

  .content-box2 {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/box2-bg.jpg);
  }

  .content-box2-text {
    width: 90%;
    margin: 0 5%;
    padding: 60px 0 100px;
  }
  .content-box2-text h2 {
    margin: 0 0 10px;
    font-size: 1.6em;
  }
  .content-box2-text hr {
    width: 100px;
    height: 3px;
    margin: 0 calc(50% - 50px) 30px;
  }
  .content-box2-text div {
    width: 23%;
    margin: 0 1%;
  }
  .content-box2-text div p {
    margin: 0 0 6px;
  }
  .content-box2-text div h4 {
    font-size: 0.85em;
  }

  .content-box3 {
    width: 80%;
    margin: 80px 10%;
  }

  .content-box3-show {
    width: 90%;
    margin: 0 5% 30px;
    padding: 0 0 20px;
  }
  .content-box3-show h2 {
    width: 200px;
    margin: -30px calc(100% - 185px) 10px -15px;
    padding: 8px 0 8px 10px;
    font-size: 1.15em;
  }
  .content-box3-show h3 {
    width: 80%;
    margin: 8px 10%;
    text-indent: 20px;
    font-size: 0.95em;
  }

  .content-box4-show, .content-box4-show2 {
    width: 100%;
  }

  .content-box4-show-text {
    width: 90%;
    margin: 80px 5%;
    padding: 20px;
  }
  .content-box4-show-text h2 {
    font-size: 1.65em;
  }
  .content-box4-show-text hr {
    width: 20%;
    margin: 10px 40% 15px;
  }
  .content-box4-show-text h3 {
    margin: 0 0 30px;
    font-size: 1.25em;
  }

  .content-box4-show-img {
    width: 48%;
    margin: 10px 1%;
  }
  .content-box4-show-img h4 {
    margin: 10px 0 0;
    font-size: 0.85em;
  }

  .content-box6 {
    width: 80%;
    margin: 80px 10%;
  }

  .content-box6-show {
    width: 90%;
    margin: 0 5% 30px;
  }
  .content-box6-show h3 {
    margin: 10px 0;
    padding: 10px 0;
    font-size: 1.65em;
  }

  .content-box6-show-title {
    padding: 80px 0;
  }
  .content-box6-show-title h2 {
    width: 80%;
    margin: 0 10%;
    padding: 15px 0;
    font-size: 1.8em;
  }

  .content-box5-information {
    width: 100%;
    padding: 50px;
  }
  .content-box5-information p {
    margin: 0 0 30px;
  }
  .content-box5-information h3 {
    width: 90%;
    margin: 0 5% 30px;
    font-size: 1.65em;
  }
  .content-box5-information h4 {
    width: 90%;
    margin: 0 5% 10px;
    font-size: 1.15em;
  }
  .content-box5-information h5 {
    width: 90%;
    margin: 0 5% -5px;
    font-size: 0.95em;
  }
  .content-box5-information h2 {
    width: 90%;
    margin: 0 5% 20px;
    font-size: 1.35em;
  }
  .content-box5-information font {
    margin-right: 15px;
    font-size: 1.65em;
  }
  .content-box5-information h6 {
    width: 90%;
    margin: 0 5%;
    font-size: 1.55em;
  }

  .contact-form {
    width: 100%;
    padding: 80px 50px;
  }
  .contact-form h2 {
    margin: 0 0 50px;
    font-size: 1.8em;
  }
  .contact-form h3 {
    margin: 0 0 10px;
    font-size: 1.15em;
  }
  .contact-form p {
    width: 48%;
    margin: 0 0 10px;
  }

  .footer_box {
    padding: 15px 0 75px;
  }
}
@media only screen and (min-width: 769px) {
  .top-box {
    padding: 8px 0;
  }
  .top-box h1 {
    width: 300px;
    margin: 0 calc(50% - 150px);
    font-size: 1.2em;
    letter-spacing: 2px;
  }
  .top-box::before, .top-box::after {
    top: 15px;
    width: calc(50% - 200px);
  }
  .top-box::before {
    left: 60px;
  }
  .top-box::after {
    right: 60px;
  }

  .top-banner {
    margin: -45px 0 0;
    padding: 60px 5% 120px;
  }

  .top-banner-text {
    width: 80%;
    margin: 8% 10% 0;
  }
  .top-banner-text h2 {
    margin: 0 0 10px;
    font-size: 3em;
    letter-spacing: 2px;
  }
  .top-banner-text h3 {
    margin: 0 0 40px;
    font-size: 2.5em;
  }
  .top-banner-text p {
    margin: 0 0 40px;
    font-size: 4em;
  }
  .top-banner-text font {
    font-size: 1.5em;
  }
  .top-banner-text h4 {
    margin: 0;
    font-size: 2em;
  }

  .bottom-button div {
    width: 60%;
    margin: 0 20%;
  }
  .bottom-button a {
    font-size: 1.05em;
  }
  .bottom-button p {
    width: 80%;
    margin: 8px 10% 4px;
    padding: 10px 0;
  }
  .bottom-button p i {
    font-size: 1.15em;
    margin-right: 10px;
  }
  .bottom-button p:hover {
    cursor: pointer;
  }

  .content-box1 {
    padding: 120px 10%;
  }
  .content-box1::before {
    top: 18%;
    left: -2%;
    width: 30%;
    font-size: 8em;
  }

  .content-box1-show {
    margin: 0 0 50px;
  }

  .content-box1-img {
    flex-direction: column-reverse;
    width: 40%;
  }
  .content-box1-img h3 {
    width: 60%;
    margin: 0 20% 30px;
    padding: 10px 0;
    font-size: 1.15em;
  }
  .content-box1-img p {
    width: 60%;
    margin: 30px 20% 10px 20%;
    padding: 20px;
  }
  .content-box1-img::before {
    top: calc(50% - 40px);
    right: 50px;
    width: 50px;
    height: 50px;
  }
  .content-box1-img::after {
    top: calc(50% - 12px);
    right: 0;
    width: 80px;
    height: 5px;
  }

  .content-box1-text {
    width: 60%;
    margin: 0;
    padding: 30px;
    border: 5px #388e69 solid;
  }
  .content-box1-text i {
    font-size: 1.25em;
  }
  .content-box1-text p {
    width: calc(100% - 45px);
    margin: -3px 0 0 15px;
    font-size: 1.15em;
  }

  .content-box1-img2 {
    flex-direction: column-reverse;
    width: 40%;
  }
  .content-box1-img2 h3 {
    width: 60%;
    margin: 0 20% 30px;
    padding: 10px 0;
    font-size: 1.15em;
  }
  .content-box1-img2 p {
    width: 60%;
    margin: 30px 20% 10px 20%;
    padding: 20px;
  }
  .content-box1-img2::before {
    top: calc(50% - 40px);
    left: 50px;
    width: 50px;
    height: 50px;
  }
  .content-box1-img2::after {
    top: calc(50% - 12px);
    left: 0;
    width: 80px;
    height: 5px;
  }

  .content-box1-text2 {
    width: 60%;
    margin: 0;
    padding: 30px;
    border: 5px #fe920d solid;
  }
  .content-box1-text2 i {
    font-size: 1.25em;
  }
  .content-box1-text2 p {
    width: calc(100% - 45px);
    margin: -3px 0 0 15px;
    font-size: 1.15em;
  }

  .content-box2 {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/box2-bg.jpg);
  }

  .content-box2-text {
    width: 80%;
    margin: 0 10%;
    padding: 80px 0 120px;
  }
  .content-box2-text h2 {
    margin: 0 0 20px;
    font-size: 1.8em;
  }
  .content-box2-text hr {
    width: 150px;
    height: 5px;
    margin: 0 calc(50% - 75px) 50px;
  }
  .content-box2-text div {
    width: 23%;
    margin: 0 1%;
  }
  .content-box2-text div p {
    margin: 0 0 8px;
  }
  .content-box2-text div h4 {
    font-size: 1.15em;
  }

  .content-box3 {
    width: 80%;
    margin: 120px 10%;
  }

  .content-box3-show {
    width: 46%;
    margin: 0 2%;
    padding: 0 0 20px;
  }
  .content-box3-show h2 {
    width: 250px;
    margin: -20px calc(100% - 235px) 0 -15px;
    padding: 12px 0 12px 10px;
    font-size: 1.35em;
  }
  .content-box3-show h3 {
    width: 80%;
    margin: 10px 10%;
    text-indent: 20px;
    font-size: 1.15em;
  }

  .content-box4-show, .content-box4-show2 {
    width: 50%;
  }

  .content-box4-show-text {
    width: 90%;
    margin: 80px 5%;
    padding: 20px;
  }
  .content-box4-show-text h2 {
    font-size: 1.65em;
  }
  .content-box4-show-text hr {
    width: 20%;
    margin: 10px 40% 15px;
  }
  .content-box4-show-text h3 {
    margin: 0 0 30px;
    font-size: 1.25em;
  }

  .content-box4-show-img {
    width: 48%;
    margin: 10px 1%;
  }
  .content-box4-show-img h4 {
    margin: 10px 0 0;
    font-size: 0.85em;
  }

  .content-box6 {
    width: 80%;
    margin: 80px 10%;
  }

  .content-box6-show {
    width: 48%;
    margin: 0 1%;
  }
  .content-box6-show h3 {
    margin: 10px 0;
    padding: 15px 0;
    font-size: 1.65em;
  }

  .content-box6-show-title {
    padding: 80px 0;
  }
  .content-box6-show-title h2 {
    width: 80%;
    margin: 0 10%;
    padding: 15px 0;
    font-size: 2em;
  }

  .content-box5-information {
    width: 50%;
    padding: 50px;
  }
  .content-box5-information p {
    margin: 0 0 30px;
  }
  .content-box5-information h3 {
    width: 90%;
    margin: 0 5% 50px;
    font-size: 1.8em;
  }
  .content-box5-information h4 {
    width: 90%;
    margin: 0 5% 10px;
    font-size: 1.15em;
  }
  .content-box5-information h5 {
    width: 90%;
    margin: 0 5% -5px;
    font-size: 0.95em;
  }
  .content-box5-information h2 {
    width: 90%;
    margin: 0 5% 20px;
    font-size: 1.35em;
  }
  .content-box5-information font {
    margin-right: 15px;
    font-size: 2em;
  }
  .content-box5-information h6 {
    width: 90%;
    margin: 0 5%;
    font-size: 1.55em;
  }

  .contact-form {
    width: 50%;
    padding: 80px 50px;
  }
  .contact-form h2 {
    margin: 0 0 50px;
    font-size: 2em;
  }
  .contact-form h3 {
    margin: 0 0 10px;
    font-size: 1.25em;
  }

  .footer_box {
    padding: 10px 0 75px;
  }
}