@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "YuGothic", "游ゴシック medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #4e4e4e;
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  color: rgb(224, 165, 97);
  color: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
}

li {
  list-style: none;
}

img {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .wrap {
    max-width: initial;
  }
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mt5 {
  margin-top: 50px;
}

.mt10 {
  margin-top: 100px;
}

.imgSizeS {
  max-width: 50%;
}
@media (max-width: 767px) {
  .imgSizeS {
    max-width: 65%;
  }
}

.imgSizeM {
  max-width: 70%;
}

.imgSizeF {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .imgSizeF {
    max-width: 95% !important;
    margin: 0 auto;
  }
}

/* ファーストビュー
-------------------------------------*/
.fv-bg {
  background: url("../img/pc1x/bg-fv.png");
  background-position: center -220px;
  background-repeat: no-repeat;
  height: auto;
}
@media (max-width: 767px) {
  .fv-bg {
    background: none;
  }
}

/* CTA
-------------------------------------*/
.cta {
  background-color: #fff;
  border-radius: 80px;
  margin: 0 auto;
  box-shadow: 10px 10px 10px rgba(184, 110, 1, 0.3882352941);
  padding: 15px 0;
  margin-top: -30px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .cta {
    padding: 0;
  }
}
.cta-fv {
  box-shadow: 5px -10px 10px rgba(84, 84, 84, 0.3490196078);
}
.cta_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 92%;
  margin: 0 auto;
}
.cta-txt {
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #4e4e4e;
}
.cta-txt span {
  color: rgb(224, 165, 97);
  color: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
}
.cta_btn-mail {
  flex-basis: 48%;
  background: rgb(224, 165, 97);
  background: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
  border-radius: 10px;
  max-width: 320px;
  position: relative;
  box-shadow: 3px 4px 0px rgba(230, 180, 87, 0.739);
}
@media (max-width: 767px) {
  .cta_btn-mail {
    max-width: 300px;
    flex-basis: 100%;
    margin: 0 auto;
  }
}
.cta_btn-mail:hover {
  opacity: 0.9;
  transform: translateY(3px);
  box-shadow: none;
  transition: 0.2s;
}
.cta_btn-mail a {
  display: inline-block;
  padding: 8px 0 8px 50px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .cta_btn-mail a {
    font-weight: normal;
    padding: 5px 0 5px 35px;
    font-size: 1.2rem;
    display: block;
  }
}
.cta_btn-mail:before {
  content: "";
  display: block;
  background: url("../img/pc1x/cta-icon-24h.png?230916");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 55%;
  left: 17%;
  transform: translateY(-55%);
}
@media (max-width: 767px) {
  .cta_btn-mail:before {
    background: url("../img/sp1x/icon-mail.png?230916");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 25px;
    left: 65px;
  }
}
.cta_btn-tel {
  flex-basis: 48%;
  color: #238080;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767px) {
  .cta_btn-tel {
    max-width: 300px;
    flex-basis: 100%;
    margin: 10px auto 0;
    background: rgb(141, 161, 134);
    background: linear-gradient(90deg, rgb(150, 173, 47) 0%, rgb(2, 113, 117) 100%);
    box-shadow: 3px 4px 0px rgba(141, 161, 134, 0.7);
    border-radius: 10px;
  }
  .cta_btn-tel a {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    padding: 5px 0 5px 35px;
    display: block;
    font-weight: normal;
    z-index: 1000;
  }
}
.cta_btn-tel:before {
  content: "";
  display: block;
  background: url("../img/pc1x/cta-icon-tel.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28%;
  left: 9%;
  transform: translateY(-25%);
}
@media (max-width: 767px) {
  .cta_btn-tel:before {
    background: url("../img/sp1x/icon-tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 17px;
    left: 70px;
  }
}
.cta_btn-tel span {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.07em;
}

/* ファーストビューCTA スマホ用 */
@media (max-width: 767px) {
  h1 {
    position: relative;
  }
  .cta-fv-sp {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    width: 92%;
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta-fv-sp img {
    max-width: 290px;
  }
}
.cta_bg {
  background: rgb(224, 165, 97);
  background: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
  text-align: center;
  padding: 60px 0 70px;
}
@media (max-width: 767px) {
  .cta_bg {
    position: relative;
    padding: 30px 0 40px;
  }
}
.cta_bg .cta {
  margin-top: 0;
}

.cta_list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta_list {
    flex-direction: column;
  }
}
.cta_list li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 50px;
  margin-left: 50px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta_list li {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: normal;
  }
}
.cta_list li p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta_list li p {
    margin-bottom: 5px;
  }
}
.cta_list li p:before {
  content: "";
  background: url("../img/pc1x/cta-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cta_list li p:before {
    width: 18px;
    height: 18px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .cta-sp {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    width: 92%;
    margin: 0 auto;
  }
  .cta-sp img {
    max-width: 290px;
  }
}
/* 固定CTA */
#spCta {
  display: none;
}

.cta-fixed {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8549019608);
  box-shadow: 0 -5px 15px #eee;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  padding: 5px 0 10px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .cta-fixed {
    padding: 5px 0 15px;
  }
}
@media (max-width: 767px) {
  .cta-fixed .cta-txt {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
.cta-fixed span {
  font-weight: bold;
  color: rgb(224, 165, 97);
  color: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cta-fixed span {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.cta-fixed .cta_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 800px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .cta-fixed .cta_wrap {
    max-width: initial;
    width: 95%;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .cta-fixed .cta_btn-mail {
    margin-top: 9px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    margin-top: 1px;
  }
  .cta-fixed .cta_btn-mail a {
    font-size: 1rem;
    padding: 5px 0 5px 20px;
  }
  .cta-fixed .cta_btn-mail:before {
    background: url("../img/sp1x/icon-mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    top: 21px;
    left: 35px;
  }
  .cta-fixed .cta_btn-mail span {
    margin-left: -20px;
    font-size: 0.9rem;
    color: #fff;
    margin-top: -6px;
    display: block;
  }
}
@media (max-width: 767px) {
  .cta-fixed .cta_btn-tel {
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    background: rgb(141, 161, 134);
    background: linear-gradient(90deg, rgb(150, 173, 47) 0%, rgb(2, 113, 117) 100%);
    box-shadow: 3px 4px 0px rgba(141, 161, 134, 0.7);
  }
  .cta-fixed .cta_btn-tel a {
    font-size: 1rem;
    padding: 5px 0 5px 20px;
  }
}
.cta-fixed .cta_btn-tel:before {
  left: 12%;
}
@media (max-width: 767px) {
  .cta-fixed .cta_btn-tel:before {
    top: 16px;
    left: 9%;
  }
}
.cta-fixed .cta_btn-tel span {
  font-size: 0.95rem;
  color: #238080;
}
@media (max-width: 767px) {
  .cta-fixed .cta_btn-tel span {
    margin-left: 0;
    font-size: 0.9rem;
    color: #fff;
    margin-top: -6px;
  }
}

/* 悩み、解決策
-------------------------------------*/
.worries {
  margin-top: 130px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .worries {
    margin-top: -80px;
    margin-bottom: 20px;
  }
}
.worries_list {
  background-color: #fff;
  border-radius: 5px;
  margin: 70px auto 10px;
  text-align: center;
  padding: 60px 0 40px;
}
@media (max-width: 767px) {
  .worries_list {
    display: none;
  }
}
.worries_list li {
  text-align: left;
  max-width: 680px;
  margin: 0 auto 30px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .worries_list li {
    max-width: initial;
  }
}
.worries_list li:before {
  content: "";
  background: url("../img/pc1x/worries-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  vertical-align: middle;
}
.worries_list li span {
  color: #9e801e;
  font-weight: bold;
}
.worries_img-arrow {
  max-width: 12px;
  width: 100%;
  margin: 100px auto 0;
}

/* ポイント
-------------------------------------*/
.point-bg {
  background: url("../img/pc1x/bg-point.png");
  background-position: top;
  background-repeat: repeat-x;
  height: auto;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .point-bg {
    background: url("../img/sp1x/bg-point.png");
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 130px;
  }
}
.point h2 {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .point h2 {
    padding-top: 90px;
  }
}
.point_list {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .point_list {
    margin-top: 0px;
  }
}
.point_list_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .point_list_item {
    flex-direction: column;
    margin-top: 40px;
  }
}
.point_list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .point_list_item:nth-child(2n) {
    flex-direction: column;
  }
}
.point_list_item-txt {
  text-align: left;
  width: 70%;
  margin-top: 20px;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .point_list_item-txt {
    width: 90%;
    margin: 0 auto;
  }
}
.point_list_item-txt h3 {
  background-color: #333;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding: 3px 10px 3px 10px;
  font-size: 1.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .point_list_item-txt h3 {
    font-size: 1.2rem;
    padding: 2px 10px 2px 10px;
    margin: 0 auto 0 0;
  }
}
.point_list_item-txt-txt {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .point_list_item-txt-txt {
    font-size: 1rem;
    text-align: left;
  }
}

/* 理由
-------------------------------------*/
.reason {
  background: url("../img/pc1x/bg-reason.png");
  background-position: top;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .reason {
    padding-bottom: 40px;
  }
}
.reason h2 {
  padding-top: 120px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .reason h2 {
    padding-top: 80px;
    margin-bottom: 0;
  }
}
.reason h2 img {
  max-width: 63%;
}
@media (max-width: 767px) {
  .reason h2 img {
    max-width: 85%;
  }
}

/* 他社チェック
-------------------------------------*/
.check-bg {
  background: url("../img/pc1x/bg-check.png");
  background-position: top;
  background-repeat: no-repeat;
  height: auto;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .check-bg {
    padding-bottom: 80px;
  }
}
.check h2 {
  padding-top: 120px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .check h2 {
    padding-top: 80px;
    margin-bottom: 15px;
  }
}
.check h2 img {
  max-width: 58%;
}
@media (max-width: 767px) {
  .check h2 img {
    max-width: 74%;
  }
}
.check_list_container {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 0 60px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .check_list_container {
    padding: 30px 0;
    margin-top: 25px;
    width: 92%;
    margin: 0 auto;
  }
}
.check_list_container p {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .check_list_container p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.check_list {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .check_list {
    max-width: 310px;
  }
}
.check_list li {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .check_list li {
    font-size: 0.95rem;
    margin-bottom: 15px;
    margin-left: 1.9em;
    text-indent: -1.9em;
    line-height: 1.4;
  }
}
.check_list li:before {
  content: "";
  background: url("../img/pc1x/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .check_list li:before {
    margin-right: 10px;
  }
}
.check_list span {
  background-color: rgba(254, 152, 0, 0.172);
}
@media (max-width: 767px) {
  .check .comparisonImg {
    padding-left: 18px;
    overflow-x: scroll;
  }
}
.check .comparisonImg img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .check .comparisonImg img {
    max-width: 160% !important;
    overflow-x: scroll;
  }
}
.check_transparency img {
  position: absolute;
  bottom: -100px;
  left: 350px;
  max-width: 60%;
}
@media (max-width: 767px) {
  .check_transparency img {
    bottom: -48px;
    left: 88px;
    max-width: 80%;
  }
}

h2 .comparison {
  max-width: 30% !important;
}
@media (max-width: 767px) {
  h2 .comparison {
    max-width: 42% !important;
  }
}

/* 見積書
-------------------------------------*/
.estimate-bg {
  background: url("../img/pc1x/bg-estimate.png");
  background-color: rgba(169, 127, 11, 0.1450980392);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .estimate-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.estimate_txt {
  text-align: left;
  font-size: 1.2rem;
  max-width: 660px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .estimate_txt {
    font-size: 1rem;
    max-width: 90%;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .estimate p img {
    max-width: 90%;
  }
}

/* 事例
-------------------------------------*/
.case {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .case {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.case h2 img {
  max-width: 45%;
}
@media (max-width: 767px) {
  .case h2 img {
    max-width: 62%;
  }
}
.case-bg {
  background-color: rgba(224, 165, 97, 0.0470588235);
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(224, 165, 97, 0.0980392157) 40px), repeating-linear-gradient(rgba(204, 126, 0, 0.1058823529), rgba(204, 126, 0, 0.0784313725));
}

/* お客様の声
-------------------------------------*/
.voice-bg {
  background: url("../img/pc1x/bg-voice.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .voice-bg {
    background: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .voice img {
    width: 100%;
  }
}

/* 代表メッセージ
-------------------------------------*/
.owner-message-bg {
  background: url("../img/pc1x/bg-message.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 100px 0;
}
.owner-message_content {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.85;
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .owner-message_content {
    max-width: 90%;
    padding: 35px 20px;
  }
}
.owner-message_content-img {
  float: left;
  max-width: 220px;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .owner-message_content-img {
    max-width: 170px;
    float: initial;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -10px;
  }
}
.owner-message_content-txt {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .owner-message_content-txt {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
  }
}

/* よくある質問
-------------------------------------*/
.faq {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 95%;
    margin: 0 auto;
  }
}
.faq h2 img {
  max-width: 28%;
}
@media (max-width: 767px) {
  .faq h2 img {
    max-width: 42%;
  }
}

.wrap-faq {
  background-color: #fff;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wrap-faq {
    margin-top: 25px;
  }
}
.wrap-faq h3 {
  margin: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-faq h3 {
    margin: 15px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
  background: rgb(224, 165, 97);
  background: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
  color: #fff;
  margin: 5px auto;
  border-radius: 10px;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .acd-label {
    font-size: 1rem;
    padding: 8px 0 8px 15px;
  }
}
.acd-label:after {
  font-size: 20px;
  box-sizing: content-box;
  content: "+";
  display: block;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

/*アコーディオン開いたAnswer部分*/
.acd-content {
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 20px 7px;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .acd-content {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.acd-content p {
  margin: 0 auto;
  text-align: left;
}

.acd-check:checked + .acd-label:after {
  content: "−";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 5px 15px 10px;
  }
}

/* お問い合わせ
-------------------------------------*/
.contact {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.contact-bg {
  background-color: rgba(224, 165, 97, 0.1215686275);
}
.contact .campaign img {
  max-width: 65%;
}
@media (max-width: 767px) {
  .contact .campaign img {
    max-width: 92%;
  }
}
.contact .campaign p {
  font-size: 1.3rem;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .contact .campaign p {
    font-size: 1rem;
  }
}
.contact h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact h2 {
    margin-top: 70px;
  }
}
.contact h2 img {
  max-width: 45%;
}
@media (max-width: 767px) {
  .contact h2 img {
    max-width: 65%;
  }
}
.contact form {
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .contact form {
    width: 90%;
    max-width: initial;
  }
}
.contact form label {
  display: block;
  letter-spacing: 0.07em;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .contact form label {
    padding-left: 5px;
  }
}
.contact form input, .contact form textarea {
  background: #fff;
  border-radius: 10px;
  font-size: 1.2rem;
  padding: 10px 0 10px 20px;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact form input, .contact form textarea {
    padding: 5px 0 5px 10px;
    font-size: 1rem;
  }
}
.contact form ::-moz-placeholder {
  color: rgb(216, 216, 216);
}
.contact form ::placeholder {
  color: rgb(216, 216, 216);
}
.contact form input[type=submit] {
  padding-left: 0;
  background: rgb(224, 165, 97);
  background: linear-gradient(90deg, rgb(224, 165, 97) 0%, rgb(204, 126, 0) 100%);
  color: #fff;
  letter-spacing: 0.07em;
  box-shadow: 0px 4px 0px rgba(254, 165, 0, 0.527);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact form input[type=submit] {
    padding: 8px 0;
  }
}
.contact form input[type=submit]:hover {
  opacity: 0.9;
  transform: translateY(3px);
  box-shadow: none;
  transition: 0.2s;
}
.contact form div {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact form div {
    margin-bottom: 10px;
  }
}

/* 会社概要
-------------------------------------*/
.campany {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .campany {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.campany_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .campany_container {
    flex-direction: column;
    max-width: initial;
  }
}
.campany-txt {
  font-size: 1rem;
  text-align: left;
}
.campany-txt img {
  max-width: 200px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .campany-txt img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .campany .campany_img {
    max-width: 280px;
    margin-top: 20px;
  }
}

/* フッター
-------------------------------------*/
footer {
  background-color: #4e4e4e;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 0 150px;
}
@media (max-width: 767px) {
  footer {
    padding: 10px 0 120px;
  }
}
footer p {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  font-weight: normal;
}
@media (max-width: 767px) {
  footer p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
footer a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */