@charset "utf-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
}

button:hover {
  opacity: 0.7;
}

body {
  background-color: #F0EDE8;
}

.sp-none {
  display: none;
}

 /*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }


/*header*/
.header-pc {
  display: none;
}

.sec-header {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  position: fixed;
}

.sec-header_box {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-header_logo {
  width: 100px;
  height: 30px;
  object-fit: contain
}

.sec-header_logo-s {
  width: 100px;
  height: 30px;
  object-fit: contain
}

.sec-header_box-cv a {
  padding: 5px 15px 8px;
  display: block;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1120));
  color: #fff;
  background-color: #DB122F;
  border: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

@media (min-width: 1020px) {

  .header-sp {
    display: none;
  }

  .header-pc {
    display: block;
  }

  .sec-header_logo {
    width: 150px;
    top: 30px;
    left: 30px;
  }

  .sec-header_logo-s {
    width: 150px;
    top: 30px;
    right: 30px;
  }
}

/*footer*/
.sec-footer_logo {
  width: 300px;
  margin: 0 auto;
}

.sec-footer img {
  margin: 20px auto;
  width: 150px;
}

.sec-footer-small {
  width: 100%;
  background-color: #FFFFFF;
}

.sec-footer small {
  font-size: 1.2rem;

}

@media (min-width: 1025px) {

  .sec-header_box {
    padding: 20px 30px 0;
  }

  .sec-header_logo {
    width: 120px;
    top: 36px;
    left: 36px;
  }

  .sec-header_logo-s {
    width: 120px;
    top: 36px;
    right: 36px;
  }
}

@media (min-width: 1440px) {
  .sec-footer {
    margin: 120px auto 0;
  }
}


/*main*/
.sec-top {
  padding-top: 80px;
  position: relative;
}

.sec-top img {
  width: 100%;
  object-fit: contain;
}

.sec-top-cv {
  width: 95%;
  margin: auto;
  padding: 3vw 15px 3vw;
  position: absolute;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(28px + 4 * ((100vw - 320px) / 1120));
  background-color: #DB122F;
  border: none;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
  font-feature-settings: "palt";
  border-radius: 6px;
  color: #FFFF;
  bottom: 10vw;
  right: 0;
  left: 0;
}

.sec-cam {
  width: 100%;
  object-fit: contain;
  background-color: #fff
}

.sec-cam img {
  width: 100%;
  object-fit: contain;
}

.sec-cam-des {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.sec-cam-des p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: left;
  line-height: 140%;
}

.sec-case {
  margin-top: 60px;
}

.sec-title-h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(20px + 28 * ((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: center;
}

.sec-case-flex {
  margin-top: 10px;
}

.sec-case-flexbox {
  width: 80%;
  max-width: 350px;
  height: 140px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 20px 15px;
  background: #fff;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: justify;
}

.sec-case-flexbox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.sec-case-flexbox p {
  margin: 0;
  padding: 0;
}

.sec-case-fleximg {
  width: 290px;
  margin: 10px 0 0 auto;
}

.sec-case-flex img {
  width: 100%;
  object-fit: contain;
}

.sec-case-flexbox-l {
  left: -5vw
}

.sec-case-flexbox-r {
  left: inherit;
  right: -5vw;
}

.sec-diagnosis {
  margin-top: 10px;
  padding: 30px 0;
  background-color: #FAF6DA;
}

.sec-diagnosis h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(20px + 12*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: center;
}

.sec-diagnosis a {
  width: 95%;
  margin: 20px auto;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(24px + 8*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-color: #DB1330;
  border-radius: 55px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
}

.sec-diagnosis p {
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 2*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: justify;
}

.sec-damage {
  padding: 60px 20px;
  background-image: url(img/bk2.webp);
  background-size: contain;
}

.sec-damage img {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  object-fit: contain;
}

.sec-home-bk {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}

.sec-home-bk p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 2*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: justify;
}

.sec-home-bk img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  object-fit: contain;
}

.sec-worries {
  margin-top: 60px;
}

.sec-case-flexbox2 {
  width: 90%;
  height: 45px;
  padding: 10px 15px;
  text-align: center;
}

.sec-duskin {
  margin-top: 60px;
}

.sec-duskin-reason {
  margin-top: 20px;
}

.sec-duskin-reason-bk {
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.sec-duskin-reason-bk img {
  width: 150px;
  margin: 0 auto;
  object-fit: contain;
}

.sec-duskin-reason-bk p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 2*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: justify;
}

.sec-duskin-reason h3 {
  margin-top: 10px;
  padding: 15px;
  background-color: #F3E35A;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(32px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: center;
  border-radius: 6px;
}

.sec-duskin-reason-bk2 h3 {
  margin-top: 10px;
  padding: 15px;
  background-color: #F3E35A;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(32px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: center;
  border-radius: 6px;
}

.sec-duskin-reason p {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 2*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: justify;
}

.sec-duskin-reason-bk small {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(16px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: justify;
}

.sec-duskin-comparison {
  margin-top: 60px;
}

.sec-duskin-comparison-img {
  margin-top: 20px;
  overflow-x: scroll;
}

.sec-duskin-comparison-img img {
  width: 1400px;
}

.sec-duskin-plan {
  margin-top: 60px;
}

.sec-duskin-plan-bk {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 10px 0;
  background-color: #FFF;
}

.sec-duskin-plan-box1 img {
  width: 100%;
  object-fit: contain;
}

.sec-duskin-plan-bk2 {
  padding: 10px 20px;
  background: rgb(219, 19, 48);
  background: linear-gradient(90deg, rgba(219, 19, 48, 1) 0%, rgba(163, 13, 35, 1) 100%);
}

.sec-duskin-plan-bk2 h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(32px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: left;
  color: #fff;
}

.sec-duskin-plan-bk2 p {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: left;
  color: #fff;
}

.sec-duskin-plan-box1 img {
  margin-top: 20px;
}

.sec-duskin-plan-box1 p {
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(14px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 120%;
  text-align: justify;
}

.sec-duskin-plan-bk4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #FFF;
}

.sec-duskin-plan-bk3 {
  padding: 10px 20px;
  background: rgb(46, 95, 168);
  background: linear-gradient(90deg, rgba(46, 95, 168, 1) 0%, rgba(34, 64, 109, 1) 100%);
}

.sec-duskin-plan-bk3 h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(32px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: left;
  color: #fff;
}

.sec-duskin-plan-bk3 p {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 160%;
  text-align: left;
  color: #fff;
}

.sec-cam2 {
  max-width: 1200px;
  margin: 0 auto;
}

.sec-cam2-p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(14px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 140%;
  text-align: left;
  background-color: #fff;
}

.sec-duskin-flow {
  margin-top: 60px;
}

.sec-duskin-flow-p1 {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  line-height: 180%;
  text-align: center;
}

.sec-duskin-flow-span1 {
  font-weight: 700;
  font-size: calc(20px + 0*((100vw - 320px) / 1120));
}

.sec-duskin-flow-span2 {
  font-weight: 700;
  font-size: calc(20px + 0*((100vw - 320px) / 1120));
  color: #DB1330;
}

.sec-duskin-flow-p2 {
  width: 190px;
  padding: 5px 20px;
  margin: 30px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: center;
  background-color: #2D5EA7;
  color: #fff;
}

.sec-duskin-flow-img img {
  width: 60vw;
  max-width: 400px;
  margin: 10px auto 0;
  object-fit: contain;
}

.sec-duskin-voice {
  margin-top: 60px;
}

.sec-duskin-voice-flex img {
  width: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.sec-duskin-voice-flex-p {
  margin: -20px 0 0;
  padding: 30px 20px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 140%;
  background-color: #FAF6DA;
}

.sec-diagnosis2 {
  background-color: #fff;
}

.sec-qa {
  padding: 60px 20px;
  background-color: #fff;
}

.sec-qa ul {
  max-width: 1200px;
  margin: 10px auto 0;
}

.sec-qa ul li {
  padding: 10px 0;
  list-style: none;
  border-bottom: dashed 1px #333;
}

.sec-qa-q {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: calc(18px + 2*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 140%;
}

.sec-qa-a {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: calc(18px + 0*((100vw - 320px) / 1120));
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 140%;
}

@media (min-width: 1020px) {
  .br-none {
    display: none;
  }

  .sec-top-cv {
    max-width: 375px;
    padding: 10px 15px 10px;
    bottom: 2vw;
  }

  .sec-case-flex {
    max-width: 1200px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .sec-case-flexbox {
    width: 290px;
    height: 205px;
  }

  .sec-case-flexbox-l {
    left: inherit;
  }

  .sec-case-flexbox-r {
    right: inherit;
  }

  .sec-case-flexbox p {
    padding: 0 20px 0 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .sec-diagnosis {
    max-width: 1200px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-diagnosis-cv {
    width: 50%;
  }

  .sec-diagnosis p {
    width: 50%;
    line-height: 180%;
  }

  .sec-damage {
    background-image: url(img/bk1.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .sec-damage img {
    max-width: 960px;
  }

  .sec-home-bk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .sec-home-bk img {
    max-width: 320px;
  }

  .sec-worries-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec-case-flexbox2 {
    width: 32vw;
    max-width: 350px;
    height: 65px;
  }

  .sec-case-flexbox2 p {
    padding: 0;
    position: inherit;
  }

  .sec-duskin-reason {
    max-width: 1200px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-duskin-reason-bk1 {
    width: 33vw;
    max-width: 385px;
    max-height: 405px;
  }

  .sec-duskin-reason-bk2 {
    max-width: 1200px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .sec-duskin-reason h3,
  .sec-duskin-reason-bk2 h3 {
    width: 320px;
  }

  .sec-duskin-reason-bk p {
    line-height: 180%;
  }


  .sec-duskin-plan-bk,
  .sec-duskin-plan-bk4 {
    padding: 10px;
  }

  .sec-duskin-flow-img img {
    width: 100%;
    max-width: 1200px;
  }

  .sec-duskin-voice-flex {
    max-width: 1200px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec-duskin-voice-flex-p {
    width: 33vw;
    max-width: 390px;
    height: 220px;
  }

  .sec-qa {
    margin-top: 60px;
  }

  .sec-qa ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .sec-qa-q {
    width: 360px;
  }
  .sec-qa-a {
    width: 100%;
  }

}


@media (min-width: 1440px) {
  .sec-top-cv {
    padding: 15px 15px 18px;
  }
}

/*/main*/



/*contact*/
.sec-contact {
  margin-top:60px;
}
.sec-info-des-box {
	max-width: 1200px;
    margin: 30px auto 0;
	padding: 0 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
    line-height: 30px;
    color: #333;
    font-feature-settings: "palt";
    font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
    font-weight: 500;
}
.sec-info-des {
  max-width: 1000px;
  margin: 10px auto 60px;
}
.sec-info-des li {
	list-style: none;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 30px;
}

.sec-info-des img {
  width:80px;
  display: inline-block;
  object-fit: contain;
}

.thanks-page-p1 {
  padding-top:120px;
  font-size:24px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
}
.thanks-page-p2 {
  margin-top:60px;
  font-size:18px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}
.thanks-page-a {
  margin:60px 0;
  padding: 5px 10px;
  display: inline-block;
  font-size:18px;
  font-weight: 700;
  text-align: center;
  background-color: #1F40AB;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}
@media (min-width: 1020px) {
  .thanks-page-p1 {
    padding-top:120px;
    font-size:32px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
  }
  .thanks-page-p2 {
    margin-top:60px;
    font-size:20px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
  }
}




#wrap_contact {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #wrap_contact {
    width: 100%;
  }
}
#wrap_contact table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  border: solid #fff;
  border-width: 1px 0;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #wrap_contact table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
}
#wrap_contact table tr th, #wrap_contact table tr td {
  text-align: left;
  vertical-align: middle;
  border: solid #fff;
  border-width: 1px 0;
}
#wrap_contact table tr th {
  width: 25%;
  background: #FAF6DA;
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  #wrap_contact table tr th {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table tr th {
    width: auto;
    padding: 1em 5%;
    border-width: 0;
  }
}
#wrap_contact table tr td {
  padding: 15px 20px 0;
}
@media screen and (max-width: 1100px) {
  #wrap_contact table tr td {
    padding: 1em 1em 0em 1em;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table tr td {
    border-width: 0;
    width: auto;
    padding: 1em 5%;
  }
}
@media screen and (max-width: 768px) {
  #wrap_contact table, #wrap_contact table tbody, #wrap_contact table tr, #wrap_contact table tr th, #wrap_contact table tr td {
    display: block;
  }
}
#wrap_contact form.sent table {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap_contact form.sent table {
    display: none;
  }
}
div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}
h4.member_txt_sent {
  margin: 2em 0;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}
span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: -0.8em 0 1em 0;
}
.wpcf7-not-valid {
  background: #ffd0d1;
}
#wrap_contact table .post {
  margin: 0;
  padding: 0;
}
.member_txt {
  padding: 20px 0 0 0;
}
h3.wpcf7c-elm-step1, h3.wpcf7c-elm-step2, h3.wpcf7c-elm-step3 {
  margin: 3em 0 0 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
}
#wrap_contact input[type="text"], #wrap_contact input[type="tel"], #wrap_contact input[type="email"], #wrap_contact input[type="number"], #wrap_contact select {
  padding: 0.7em;
  width: 90%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
    box-shadow: inset 1px 1px 2px #333;
}
#wrap_contact textarea {
  padding: 0.7em;
  width: 90%;
  max-height: 200px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
    box-shadow: inset 1px 1px 2px #333;
}
@media screen and (max-width: 768px) {}
#wrap_contact input[type="text"].wpcf7c-conf, #wrap_contact input[type="tel"].wpcf7c-conf, #wrap_contact input[type="email"].wpcf7c-conf, #wrap_contact input[type="number"].wpcf7c-conf, #wrap_contact textarea.wpcf7c-conf {
  background-color: #fff;
  color: black;
  border: 1px solid #fff;
  outline: none;
}
#wrap_contact .form_btn {
  width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap_contact .form_btn {
    display: block;
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
}
.sent table {
  display: none;
}
#wrap_contact input[type="button"].wpcf7-confirm, #wrap_contact input[type="button"].wpcf7-back, #wrap_contact input[type="submit"] {
  
  background: #DB1330;
  height: 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 250px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin: 0.5em 1em;
        margin-left: 6%;
    box-shadow: 3px 3px 8px #333;
}
@media screen and (max-width: 768px) {
  #wrap_contact input[type="button"].wpcf7-confirm, #wrap_contact input[type="button"].wpcf7-back, #wrap_contact input[type="submit"] {
    margin: 0.5em 0;
  }
}
#wrap_contact input[type="button"].wpcf7-back {
  background: #666;
}
#wrap_contact table th span {
  color: #dc0003;
  padding: 3px 3px 4px 5px;
  font-size: 18px;
  border-radius: 3px;
  letter-spacing: 0.2em;
}
div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}
div.wpcf7 .ajax-loader::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  animation: rotation 1s linear infinite;
  display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.stepBar .step {
  position: relative;
  
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #fff;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  box-shadow: none;
  top: initial;
  border-radius: initial;
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #fff;
  background-color: #25ade0;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #25ade0;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step3 .step br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .stepBar.step3 .step br {
    display: block;
  }
  .stepBar .step {
    height: 50px;
    font-size: 13px;
    position: relative;
    
    display: inline-block;
    line-height: 18px;
    padding: 7px 30px 5px 10px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .stepBar .step:before, .stepBar .step:after {
    height: 25px;
  }
  .stepBar .step:nth-of-type(3) {
    padding-top: 17px;
  }
}
.contact_step img {
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: cover;';
}
.checkbox-1 {
    font-feature-settings: "palt";
}
.checkbox-1 p {
    margin-top: 20px;
}
.checkbox-1 label {
    display: block;
     padding-left: 10px;
}
.wpcf7-list-item {
  display: block!important;
}
.checkbox-10 label {
    display: block;
    margin-bottom: 15px;
    padding-left: 10px;
}
.checkbox-11 {
     display: flex;
  flex-wrap: wrap;
}
.checkbox-11 label {
     padding-left: 40px;
}
.checkbox-12 label  {
    display: block;
    font-feature-settings: "palt";
}
.member_txt {
  font-weight: 600;
}
.contact-box th {
  font-size: 1.8rem;
  font-weight: 600;
        line-height: 28px;
}
.contact-box td {
  font-size: 1.8rem;
  line-height: 38px;
  background-color: #fff
}
.wpcf7-list-item input {
  vertical-align: baseline;
}
.wpcf7c-elm-step1 {
  font-feature-settings: "palt";
}
.komoji1 {
    font-size: 1.4rem;
}
.komoji2 {
    font-size: 1.4rem;
    color: #dc0003;
        line-height: 24px;
}
.sec-info-form {
    margin-top: 60px;
}
.sec-info-form-title {
    font-size: 2.4rem;
    font-weight: 600;
}
.sec-info-form-p {
    font-size: 1.4rem;
}
.sec-info-k {
    font-size: 2.4rem;
    color: #dc0003;
}
div.screen-reader-response{
  display: none;
}
.contact-img img {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
}
@media (min-width: 800px) {
    .contact-flex {
        display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
        -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
    .your-name1 {
        width: 80%!important;
    }
    .contact-img img {
            width: 170px;
    }
    .checkbox-10 {
      display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
      flex-wrap: wrap;
    }
    .checkbox1 {
      display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    }
}
@media (min-width: 1020px) {
    .checkbox-11 label {
        padding-left: 20px;
    }
}
@media (min-width: 1440px) {
    .sec-info-form-box {
        width: 1440px;
        margin: 0 auto;
    }
}
/*/contact*/


.contact_mini{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}