* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #4a3f3a;
}

.section-title {
  display: inline-block;
  border-bottom: 5px dotted #ffaf17;
  margin-bottom: 32px;
  margin-top: 32px;
  color: #000080;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.btn {
  max-width: 200px;
  margin: 40px auto 24px;
}
.btn input {
  width: 100%;
  height: 56px;
  border: 2px solid #f27a54;
  background-color: #f27a54;
  color: #fff;
  font-weight: bold;
}
.btn input:hover {
  cursor: pointer;
  background-color: #fff;
  color: #f27a54;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  height: 120px;
}
header .site-title {
  max-width: 200px;
  text-align: center;
}
header .site-title p {
  background: linear-gradient(90deg, #ed1627 0%, #ffaf17 40%, #f27a54 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
}
header .hamburger {
  display: none;
}
header .header-nav .header-nav-list {
  display: flex;
  list-style: none;
  line-height: 60px;
}
header .header-nav .header-nav-list li {
  margin-right: 20px;
}
header .header-nav .header-nav-list li a {
  text-decoration: none;
  cursor: pointer;
}

footer {
  height: 20%;
  background-color: #faede4;
}
footer .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 0;
  text-align: center;
}
footer .inner .footer-title {
  margin-bottom: 60px;
}
footer .inner .footer-title p {
  background: linear-gradient(90deg, #ed1627 0%, #ffaf17 50%, #f27a54 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: bold;
}
footer .inner .footer-nav .footer-nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 80%;
}
footer .inner .footer-nav .footer-nav-list li a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .mainvisual {
    max-width: 100%;
  }
}
.mainvisual {
  max-width: 100%;
}
.mainvisual .container {
  position: relative;
  max-width: 100%;
  height: calc(100vh - 120px);
  margin-bottom: 120px;
}
.mainvisual .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
}
.mainvisual .container p {
  position: absolute;
  top: 30%;
  left: 15%;
  color: #000080;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.sub-content {
  max-width: 400px;
  margin: 0 auto 120px;
}
.sub-content p {
  font-size: 24px;
  text-align: center;
}

#servis {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}
#servis .servis-cards {
  display: flex;
  margin-bottom: 40px;
}
#servis .servis-cards .servis-cards-item {
  width: calc((100% - 100px) / 4);
  margin-right: 20px;
  border: 1px solid #4a3f3a;
}
#servis .servis-cards .servis-cards-item:first-of-type {
  margin-left: 20px;
}
#servis .servis-cards .servis-cards-item img {
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
#servis .servis-cards .servis-cards-item .contents .contents-title {
  margin: 12px 0;
  font-weight: bold;
}

#goods {
  text-align: center;
  margin-bottom: 120px;
  background-color: #faede4;
}
#goods .goods-list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
  padding-bottom: 30px;
  list-style: none;
}
#goods .goods-list li {
  width: 300px;
  margin-right: 30px;
}
#goods .goods-list li:last-of-type {
  margin-right: 0;
}
#goods .goods-list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#goods .goods-list li p {
  margin-top: 30px;
}

#company {
  max-width: 800px;
  margin: 120px auto 120px;
  text-align: center;
}

.contact-copy {
  max-width: 800px;
  margin: 120px auto 120px;
  text-align: center;
}
.contact-copy p {
  margin-bottom: 60px;
}
.contact-copy .contact-btn {
  width: 80%;
  margin: 32px auto 24px;
}
.contact-copy .contact-btn input {
  width: 100%;
  height: 80px;
  border-radius: 30px;
  border: 2px solid #f27a54;
  background-color: #f27a54;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.contact-copy .contact-btn input:hover {
  cursor: pointer;
  background-color: #fff;
  color: #f27a54;
}

.about {
  margin-bottom: 120px;
  text-align: center;
}
.about .container {
  max-width: 800px;
  margin: 0 auto;
}
.about .container .item {
  display: flex;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 56px;
}
.about .container .item:last-of-type {
  margin-bottom: 0;
}
.about .container .item img {
  width: 38%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.about .container .item .content {
  width: 62%;
  margin: 50px auto 25px;
}
.about .container .item .content .content-title {
  width: 70%;
  margin: 0 auto 24px;
  border-bottom: 3px double #f27a54;
  font-size: 24px;
}
.about .container .item .content p {
  font-size: 12px;
  font-weight: normal;
  line-height: 32px;
}

.support {
  background-color: #faede4;
  text-align: center;
}
.support .container {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.support .container .support-item {
  width: 100%;
  margin-bottom: 40px;
  padding: 32px;
  border: 2px solid #f27a54;
  border-radius: 30px;
  background-color: #fff;
}
.support .container .support-item .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.support .container .support-item .title img {
  width: 50px;
  height: 50px;
}
.support .container .support-item .title .support-item-title {
  margin-left: 30px;
}
.support .container .support-item p {
  text-align: left;
  margin-left: 70px;
}

.plan {
  margin-bottom: 120px;
  text-align: center;
}
.plan .container {
  max-width: 800px;
  margin: 32px auto 0;
}
.plan .container .plan-list {
  list-style: none;
  text-align: left;
}
.plan .container .plan-list .plan-list-item {
  margin: 0 0 16px 80px;
  display: flex;
  line-height: 40px;
}
.plan .container .plan-list .plan-list-item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #f27a54;
}
.plan .btn {
  margin-top: 240px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #4a3f3a;
}

.company {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
}
.company dl {
  margin: 80px auto 120px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
.company dl dt {
  width: 30%;
  margin-bottom: 80px;
  font-weight: bold;
}
.company dl dd {
  width: 70%;
  padding-left: 80px;
  margin-bottom: 80px;
  text-align: left;
}
.company dl dd:nth-child(n+5) {
  margin-bottom: 30px;
}
.company dl dd div {
  max-width: 100%;
}
.company dl dd div iframe {
  width: 100%;
}
.company .btn {
  max-width: 200px;
  margin: 64px auto 24px;
}
.company .btn input {
  width: 100%;
  height: 64px;
  background-color: #f27a54;
  color: #fff;
  border: 2px solid #f27a54;
}
.company .btn input:hover {
  cursor: pointer;
  background-color: #fff;
  color: #f27a54;
}

.contact {
  margin-bottom: 120px;
  text-align: center;
}
.contact .container {
  max-width: 800px;
  margin: 32px auto 120px;
  border: 1px solid #f27a54;
}
.contact .container form {
  max-width: 500px;
  margin: 40px auto 40px;
  text-align: left;
}
.contact .container form div {
  margin-bottom: 24px;
}
.contact .container form div label {
  display: block;
  margin-bottom: 8px;
}
.contact .container form div label span {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  color: red;
}
.contact .container form div input[type=text] {
  border: 1px solid #000;
  width: 100%;
  padding: 16px 0;
}
.contact .container form div input[type=radio] {
  margin-right: 8px;
}
.contact .container form div textarea {
  width: 100%;
  border: 1px solid #000;
}

.thanks {
  text-align: center;
}
.thanks .comment {
  max-width: 800px;
  margin: 120px auto 80px;
}
.thanks .comment .thanks-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.thanks .btn {
  margin-bottom: 120px;
}

@media (max-width: 600px) {
  header .hamburger {
    display: block;
    position: relative;
    top: 6px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
  }
  header .hamburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
  }
  header .hamburger span:nth-child(1) {
    top: 10%;
  }
  header .hamburger span:nth-child(2) {
    top: 50%;
  }
  header .hamburger span:nth-child(3) {
    top: 90%;
  }
  header .header-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -800px;
    bottom: 0;
    z-index: 20;
    width: 300px;
    padding: 25px;
    background-color: #fff;
    color: #333;
    transition: all 0.5s;
  }
  header .mask {
    display: none;
  }
  header.open .header-nav {
    left: 0;
  }
  header.open .header-nav .header-nav-list {
    flex-direction: column;
    list-style: none;
  }
  header.open .header-nav .header-nav-list li a {
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
  }
  header.open .hamburger span {
    background-color: #fff;
    z-index: 20;
  }
  header.open .hamburger span:nth-child(1) {
    top: 50%;
    transform: rotate(-315deg);
  }
  header.open .hamburger span:nth-child(2) {
    transform: rotate(315deg);
  }
  header.open .hamburger span:nth-child(3) {
    top: 50%;
    transform: rotate(-315deg);
  }
  header.open .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f27a54;
    opacity: 0.8;
    z-index: 10;
    cursor: pointer;
  }
  .mainvisual .container img {
    -o-object-position: right;
       object-position: right;
  }
  .mainvisual .container p {
    top: 40%;
    left: 5%;
    font-size: 16px;
  }
  .sub-content p {
    font-size: 16px;
  }
  #servis .servis-cards {
    flex-wrap: wrap;
  }
  #servis .servis-cards .servis-cards-item {
    width: 80%;
    margin: 24px auto;
  }
  #servis .servis-cards .servis-cards-item:first-of-type {
    margin: 0 auto 24px;
  }
  #servis .servis-cards .servis-cards-item .content {
    vertical-align: middle;
  }
  #goods .goods-list {
    flex-direction: column;
  }
  #goods .goods-list li {
    margin: 0 auto 16px;
  }
  #goods .goods-list li:last-of-type {
    margin: 0 auto;
  }
  #goods .goods-list li p {
    margin: 10px 0 30px;
  }
  .about .container {
    padding: 0 16px;
  }
  .about .container .item {
    flex-direction: column;
  }
  .about .container .item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .about .container .item .content {
    width: 100%;
    margin: 24px auto 24px;
  }
  .about .container .item .content .content-title {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
  }
  .about .container .item .content p {
    width: 90%;
    margin: 0 16px;
    text-align: center;
    font-size: 12px;
  }
  .about .container .item img {
    width: 100%;
  }
  .support .container {
    padding: 16px;
    margin-bottom: 120px;
  }
  .plan .container {
    padding: 0 16px;
  }
  .plan .container .plan-list {
    width: 80%;
    margin: 0 auto;
  }
  .plan .container .plan-list .plan-list-item {
    margin: 0 auto 16px;
    line-height: 24px;
  }
  .plan .container .plan-list .plan-list-item::before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .plan .container .plan-list .plan-list-item p {
    font-size: 12px;
    line-height: px;
  }
  .company dl {
    flex-direction: column;
    padding: 0 32px;
  }
  .company dl dt {
    width: 100%;
    margin: 0 auto 16px;
  }
  .company dl dd {
    width: 100%;
    margin: 0 auto 48px;
    padding: 0;
    text-align: center;
  }
  .contact {
    padding: 0 40px;
  }
  .contact .container {
    padding: 0 24px;
  }
  .contact-copy .contact-btn input {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */