@charset "UTF-8";

/* 必須指定 */
#contWrap * {
  box-sizing: border-box;
}

#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
  background-size: auto auto;
}

#contWrap figure,
#contWrap p,
#contWrap ul {
  border: 0;
  margin: 0;
  padding: 0;
}

#contWrap img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
}

#contWrap table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
}

#contWrap p {
  line-height: 1.7;
}

#contWrap .flex-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  #contWrap .flex-box {
    display: block;
  }
}

/* 共通 */
#contWrap .padding-box {
  padding: 0 60px;
}

#contWrap .ttl-fukidashi {
  background-color: #00A0E9;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  position: relative;
  margin-bottom: 60px;
}

#contWrap .ttl-fukidashi::after {
  position: absolute;
  content: "";
  border-top: solid 20px #00A0E9;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  bottom: -20px;
  left: calc(50% - 20px);
}

#contWrap .ttl-fukidashi span {
  color: #FFF100;
}

#contWrap .ttl-side-border {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

#contWrap .ttl-side-border span {
  color: #ED1C24;
  font-size: 28px;
}

#contWrap .ttl-side-border::before, .ttl-side-border::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #00A0E9;
}

#contWrap .ttl-side-border:before {
  margin-right: 1rem;
}

#contWrap .ttl-side-border:after {
  margin-left: 1rem;
}

#contWrap .text-small {
  font-size: 14px;
}

#contWrap .merkar {
  background: linear-gradient(transparent 60%, #FFF100 60%);
}

@media screen and (max-width: 750px) {
  #contWrap .ttl-fukidashi, .ttl-side-border {
    font-size: 20px;
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  #contWrap .padding-box {
    padding: 0 10px;
  }

  #contWrap .ttl-side-border::before, .ttl-side-border::after {
    content: none;
  }

  #contWrap .ttl-side-border {
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 3px #00A0E9;
  }
}

/* お問い合わせ */
#contWrap .contact-area {
  position: relative;
}

#contWrap .contact-area .btn-contact img {
  position: absolute;
  width: 69%;
  top: 82%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#contWrap .contact-area .btn-contact:hover img:nth-of-type(2) {
  opacity: 0;
}

/*お問合せエリア(sp)
---------------------------------------*/

  #contact {
    width: 100%;
    background-color: #00A0E9;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right 0 top 30px;
  }

  #contact .wrap {
    padding-bottom: 44px;
    position: relative;
  }

  #contact h3 {
    font-size: 36px;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
  }

  #contact .tel,
  #contact .mail {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
  }

  #contact .wrap>p {
    font-weight: 400;
    line-height: 1.7;
    color: #FFF;
    margin: 18px 0 26px 0;
    font-size: 16px;
    text-align: left;
  }

  #contact .wrap_wrap {
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }

  .contact_box {
    background-color: #FFF;
    border-radius: 6px;
    width: 100%;
    padding: 20px 0;
  }

  .contact_box:nth-child(1) {
    margin-bottom: 20px;
  }

  .contact_tel {
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 12px;
  }

  .contact_tel:hover {
    text-decoration: none;
  }

  .contact_box_p {
    font-size: 14px;
    margin-top: 10px;
  }

  .contact_box .btn {
    width: 60%;
    font-size: 16px;
  }

  .contact-img_S {
    width: ;
  }


/*コンテンツヘッダー部分*/
#contHeader h2 img {
  width: 100%;
}

#contHeader h2 {
  border-bottom: 16px solid #00A0E9;
}

/* introduction */
#introduction {
  padding: 0 60px;
  margin-top: 60px;
  margin-bottom: 70px;
}

#introduction h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: solid 2px #333;
  padding-bottom: 30px;
}

#introduction .right-box {
  width: 50%;
}

#introduction .left-box {
  width: 40%;
}

#introduction h3>span {
  color: #ED1C24;
}

@media screen and (max-width: 750px) {
  #introduction {
    padding: 0 10px;
    margin-top: 30px;
  }

  #introduction h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  #introduction .right-box,
  #introduction .left-box {
    width: 100%;
  }

  #introduction .right-box {
    margin-top: 20px;
  }
}

/* content01 */
#content01 h4 {
  margin-top: 100px;
}

#content01 .anzentenken-pic {
  margin-top: 60px;
  margin-bottom: 130px;
}

/* content02 */
#content02>.wrap {
  padding-bottom: 0;
}

#content02 .content02-wrap_wrap {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason_box {
  width: 48.392857142857146%;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.reason_box_box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px 40px 20px 40px;
  border: solid 4px #00A0E9;
  align-items: stretch;
  width: 100%;
}

.reason_box_box>div {
  width: 75%;
  margin: 20px auto;
}

.reason_box_box>p {
  margin-bottom: 14px;
}

#content02 .text-small {
  margin-top: 10px;
}

#content02 .client {
  margin-bottom: 50px;
}

#content02 .client ul {
  display: flex;
  width: 66%;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 40px;
}

#content02 .client li {
  font-size: 24px;
  list-style: square;
  margin-right: 72px;
  margin-bottom: 10px;
}

.reason_box_voice {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  width: 69.18819188191881%;
  background-color: #00A0E9;
  border-radius: 10px;
  padding: 20px 0;
  position: absolute;
  top: -36px;
  left: 15%;
  text-align: center;
}

.reason_box_voice::before {
  position: absolute;
  content: "";
  border-top: solid 20px #00A0E9;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  bottom: -10px;
  left: 45%;
}

@media screen and (max-width: 750px) {
  #content02 .content02-wrap_wrap {
    margin-top: 70px;
    display: block;
  }

  .reason_box {
    width: 100%;
  }

  #content02>.wrap {
    padding-bottom: 60px;
  }

  .reason_box_voice {
    font-size: 16px;
    width: 85.33333333333334%;
    left: 7%;
  }

  .reason_box_voice h5 {
    font-size: 20px;
  }

  .reason_box_box {
    padding: 40px 6% 20px 6%;
  }

  .reason_box:nth-child(4)>.reason_box_box {
    padding-top: 60px;
  }

  #content02 .client ul {
    width: 84%;
  }

  #content02 .client li {
    font-size: 18px;
    list-style: square;
    margin-right: 75px;
  }
}

@media screen and (max-width: 320px) {
  .reason_box_voice h5 {
    font-size: 18px;
  }
}

/* content03 */
#content03 h3 {
  margin-top: 100px;
}

#content03 .plan .flex-box {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}

#content03 .plan .flex-box>div:nth-of-type(1) {
  width: 64.57%
}

#content03 .plan .flex-box>div:nth-of-type(2) {
  width: 33.48%
}

#content03 .text-small {
  margin-top: 10px;
}

#content03 .plan {
  margin-bottom: 80px;
}

#content03 .koumoku .flex-box {
  padding: 0 60px;
  margin-bottom: 60px;
}

#content03 .koumoku .list-box {
  width: 48%;
}

#content03 .koumoku h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 0.5em;
  /*文字周りの余白*/
  display: inline-block;
  /*おまじない*/
  line-height: 1.3;
  /*行高*/
  background: #dbebf8;
  /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}

#content03 .koumoku h5:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

#content03 .koumoku ul {
  margin-bottom: 30px;
  margin-left: 16px;
}

#content03 .koumoku li {
  margin-bottom: 4px;
  list-style: inside;
}

#content03 .process>div {
  padding: 60px;
  margin-bottom: 30px;
}

#content03 .process-contact {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {

  #content03 .plan .flex-box>div:nth-of-type(1),
  #content03 .plan .flex-box>div:nth-of-type(2) {
    width: 100%
  }

  #content03 .plan .flex-box>div:nth-of-type(1) {
    margin-bottom: 10px;
  }

  #content03 .koumoku .flex-box {
    padding: 0;
  }

  #content03 .koumoku .list-box {
    width: 100%;
  }

  #content03 .koumoku ul,
  #content03 .koumoku h5 {
    font-size: 14px;
  }

  #content03 .process>div {
    padding: 0;
  }
}

/* content04 content05*/
#content04, #content05 {
  margin-bottom: 100px;
}

.case-box {
  margin-bottom: 100px;
}

.case-box h5 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 20px;
}

.case-box h5 {
  font-weight: bold;
  position: relative;
}

.case-box h5:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-box h5:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 32px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-box h5>span {
  font-size: 16px;
  margin-left: 20px;
  font-weight: normal;
}

.case-box h6 {
  margin-bottom: -50px;
  font-weight: bold;
  margin-top: 80px;
}

#content04 .case-box .text-box,
#content05 .case-box .text-box {
  margin-bottom: 30px;
}

.case-box .flex-box {
  width: 100%;
  align-items: flex-end;
}

.case-box .before-img-box {
  width: 45.5%;
}

.case-box .after-img-box {
  width: 54%;
}

#content05 .tekkyo-type .flex-box {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 100px;
}

#content05 .production-box {
  width: 32%;
  margin-bottom: 28px;
}

#content05 figcaption {
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
}

#content05 .cuvic-link {
  text-align: center;
}

#content05 .cuvic-link h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

#content05 .cuvic-link a {
  width: 80%;
  transition-duration: .4s;
}

#content05 .cuvic-link a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 750px) {

  .case-box .before-img-box,
  .case-box .after-img-box {
    width: 100%;
  }

  .case-box h5 {
    font-size: 20px;
  }

  .case-box h5>span {
    margin-left: 0;
  }

  .case-box>div:nth-of-type(1) {
    margin-bottom: 20px;
  }

  #content05 .production-box {
    width: 100%;
  }

  #content05 .cuvic-link h5 {
    font-size: 18px;
  }

  #content05 .cuvic-link a {
    width: 100%;
    transition-duration: 0;
  }
}

/* よくある質問 */
#contWrap #faq {
  margin-bottom: 60px;
}

#contWrap #faq .caption {
  background-color: #ffffe5;
  color: #ff6c00;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
}

#contWrap #faq strong {
  color: #ED1C24;
}

#contWrap #faq dl {
  background: #ffffe5;
  padding: 20px 50px 0;
}

#contWrap #faq dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#contWrap #faq dd {
  border-bottom: #ccc solid 1px;
  padding: 0 0 20px 39px;
  margin-bottom: 20px;
}

#contWrap #faq dt::before {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  margin-right: 10px;
}

#contWrap #faq dt::before {
  content: "Q";
  background-color: #ff6c00;
}

#contWrap #faq dd:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}

#faq .contact-area {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  #contWrap #faq {
    margin-bottom: 40px;
  }

  #contWrap #faq dl {
    padding: 30px 20px 0;
  }

  #contWrap #faq dd {
    padding: 0 0 30px 0;
  }
}
