@charset "UTF-8";
@media only screen and (min-width: 750px) {
  .navBtn {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "YuGothic", "Yu Gothic", "Yu Gothic UI", sans-serif;
  background: #fff;
}

.width-wide01 {
  max-width: 1860px !important;
}

.width-wide02 {
  max-width: 1740px !important;
}

.width-wide03 {
  max-width: 1200px !important;
}

.width-wide04 {
  max-width: 960px !important;
}

.width-wide05 {
  max-width: 840px !important;
  margin: 0 auto;
}

.width-wide06 {
  max-width: 1000px !important;
}

.globalHeader .headerInner.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  padding: 10px 0;
}
.globalHeader .headerInner.flex_wrap .flex-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media only screen and (max-width: 749px) {
  .globalHeader .headerInner.flex_wrap .flex-btn {
    display: none;
  }
}
.globalHeader .headerInner.flex_wrap .flex-btn a img {
  height: 50px;
  width: auto;
}
.globalHeader .siteID {
  width: auto;
  margin: 0;
  max-width: 200px;
}
.globalHeader__nav {
  background: #008fd9;
}
@media only screen and (max-width: 749px) {
  .globalHeader__nav {
    display: none;
  }
}
.globalHeader__nav ul {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 1%;
  list-style: none;
}
.globalHeader__nav ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.navBtn {
  top: 25px;
}

.keyvisual .infotext {
  margin: 0 auto;
}

@media (min-width: 750px) {
  .keyvisual .infotext {
    margin: 0 auto;
  }
}
.keyvisual figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: var(--color01);
}

.keyvisual figure figcaption {
  width: 100%;
  color: var(--color01);
  background: var(--color05);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: min(4.5vw, 28px);
  letter-spacing: 0.1em;
  padding: 0.5em 0;
}

.keyvisual figure dl {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 33.3333333333%;
}

.keyvisual figure dl dt {
  padding: 1em 0;
  color: var(--color06);
}

.keyvisual figure dl dd {
  padding: 0 0 1em 0;
}

.keyvisual figure dl dd img {
  margin: 0 auto;
  width: 60%;
  max-width: 100%;
}

@media (min-width: 750px) {
  .keyvisual figure dl dd img {
    width: 42.5%;
  }
}
.sectionHeadline {
  margin: 0 auto;
  color: #0b0c0c;
  font-size: min(6vmin, 36px);
  font-weight: 700;
  text-align: center;
  padding: 1.25em 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 749px) {
  .sectionHeadline {
    font-size: min(5.3vmin, 36px);
  }
}

.sectionHeadline.big {
  font-size: min(6vmin, 50px);
  letter-spacing: -0.01em;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 749px) {
  .sectionHeadline.big {
    font-size: min(7.5vmin, 50px);
  }
}

.copy {
  text-align: center;
  font-weight: 700;
  color: #008fd9;
  font-size: 1.2em;
}

.sankaku_top {
  border-top: 22px solid #34aeeb;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin: 30px auto;
  width: 50px;
}

.sankaku_bottom {
  border-top: 40px solid #34aeeb;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  margin: 50px auto 40px;
  width: 160px;
}
@media only screen and (max-width: 749px) {
  .sankaku_bottom {
    border-top: 20px solid #34aeeb;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    margin: 40px auto 50px;
    width: 70px;
  }
}

.sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg_yellow {
  background: #f7ea53;
  padding: 28px 0 20px;
  position: relative;
}
.bg_yellow:before, .bg_yellow:after {
  position: absolute;
  content: "";
  max-width: 400px;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.bg_yellow:before {
  background-image: url(../images/bg_yellow_after.png);
  left: 0;
  top: 0;
}
@media only screen and (max-width: 749px) {
  .bg_yellow:before {
    width: 60%;
    height: 30%;
    left: auto;
    right: 0;
    top: 0;
    background-position: top;
  }
}
.bg_yellow:after {
  background-image: url(../images/bg_yellow_after.png);
  right: 0;
  top: 0;
}
@media only screen and (max-width: 749px) {
  .bg_yellow:after {
    content: none;
  }
}

.bg_pink {
  padding: 30px 0 50px;
  position: relative;
}
.bg_pink:before, .bg_pink:after {
  position: absolute;
  content: "";
  width: 35%;
  height: 75%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}
.bg_pink:before {
  background-image: url(../images/bg_pink-before.png);
  left: 0;
  top: 0;
}
.bg_pink:after {
  background-image: url(../images/bg_pink-after.png);
  right: 0;
  top: 0;
}

.bg_concretegray {
  background-image: url(../images/bg_concretegray.png);
}

.bg_lightbrue_grid {
  background-image: url(../images/bg_lightbrue_grid.png);
}

.bg_lightbrue {
  background: #dbeffa;
}

.lightbrue_dots {
  position: relative;
}
.lightbrue_dots:after {
  background-image: url(../images/lightbrue_dots.png);
  position: absolute;
  content: "";
  width: 380px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  bottom: 0;
  right: 10%;
  left: auto;
}

.bg_lightyellow {
  background: #ffffcc;
}

.bg_dlineblue {
  background-image: url(../images/bg_dlineblue.png);
}

.bg_gray {
  background: #f2f2f2;
}

.cta_btn {
  position: relative;
}
.cta_btn__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 30px;
}
@media only screen and (max-width: 749px) {
  .cta_btn__flex {
    gap: 18px;
  }
}
.cta_btn__flex a {
  width: 45%;
}
@media only screen and (max-width: 749px) {
  .cta_btn__flex a {
    width: 100%;
  }
}

.problem .sectionHeadline {
  padding: 0.5em 0 0;
  font-weight: 600;
}
.problem .text {
  position: relative;
}
.problem .text img {
  position: absolute;
  left: -5em;
  right: 50%;
  top: -70px;
  width: 250px;
  margin: auto;
}
@media only screen and (max-width: 749px) {
  .problem .text img {
    width: 160px;
  }
}
.problem .text p {
  text-align: center;
  font-weight: 700;
  font-size: min(6vmin, 44px);
}
@media only screen and (max-width: 749px) {
  .problem .text p {
    font-size: min(8vmin, 44px);
  }
}

.serviceInfo .logo {
  display: block;
  text-align: center;
}
.serviceInfo .logo img {
  width: 50px;
  height: auto;
  display: inline-block;
}
.serviceInfo .sectionHeadline {
  padding: 0.5em 0 1.25em;
}
.serviceInfo__flexImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.serviceInfo__flexImage img {
  width: 24%;
}
@media only screen and (max-width: 749px) {
  .serviceInfo__flexImage img {
    width: calc(50% - 6px);
  }
}

.features__List--item {
  position: relative;
  display: block;
  height: 300px;
}
@media only screen and (max-width: 749px) {
  .features__List--item {
    height: auto;
    margin-bottom: 40px;
  }
}
.features__List--item picture {
  position: absolute;
  top: 0;
}
.features__List--item picture img {
  position: relative;
  width: auto;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 749px) {
  .features__List--item picture img {
    height: 150px;
  }
}
.features__List--item .content {
  width: 60%;
  max-width: 600px;
  padding-top: 40px;
}
@media only screen and (max-width: 749px) {
  .features__List--item .content {
    width: 50%;
    max-width: 600px;
    padding-top: 0;
  }
}
.features__List--item .content img.title {
  max-height: 53px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .features__List--item .content img.title {
    max-height: 29px;
    margin-bottom: 10px;
  }
}
.features__List--item .content .text {
  padding-left: 7px;
  font-weight: 400;
  color: #333;
}
@media only screen and (max-width: 749px) {
  .features__List--item .content .text {
    font-size: 0.9em;
  }
}
.features__List--item.right .content {
  margin-right: auto;
}
.features__List--item.right picture img {
  margin-left: auto;
}
.features__List--item.left .content {
  margin-left: auto;
}
.features__List--item.left picture img {
  margin-right: auto;
}

.pattern2 .unit-case-01 {
  border: 8px solid #36aeeb;
  border-top: none;
  background-image: url(../images/bg_sekou.png);
  background-position: top left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 749px) {
  .pattern2 .unit-case-01:last-child {
    margin-bottom: 0;
  }
}
.pattern2 .unit-case-01:before, .pattern2 .unit-case-01:after {
  content: none;
}
.pattern2 .unit-case-01 .caseItem .title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #36aeeb;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px;
}
@media only screen and (max-width: 749px) {
  .pattern2 .unit-case-01 .caseItem .title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 749px) {
  .pattern2 .unit-case-01 .caseItem .figure-wrap {
    display: block;
  }
}
.pattern2 .unit-case-01 .caseItem .figure-wrap .triangle {
  border-top: 22px solid #34aeeb;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin: 20px auto;
  width: 80px;
}
.pattern2 .unit-case-01 .caseItem .figure-wrap .before {
  width: 70%;
  margin: 30px auto 0;
}
.pattern2 .unit-case-01 .caseItem .figure-wrap .before:before {
  color: #fff;
  background: #34aeeb;
  line-height: 30px;
  width: 80px;
  height: 30px;
}
.pattern2 .unit-case-01 .caseItem .figure-wrap .before img {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .pattern2 .unit-case-01 .caseItem .figure-wrap .after {
    width: 100%;
  }
}
.pattern2 .unit-case-01 .caseItem .figure-wrap .after:before {
  color: #fff;
  background: #fc7483;
  line-height: 30px;
  width: 80px;
  height: 30px;
}
.pattern2 .unit-case-01 .caseItem .text-wrap .text {
  font-size: min(3.5vmax, 15px);
  letter-spacing: 0;
  color: #444;
  min-height: 6em;
  font-weight: 400;
}
.pattern2 .unit-case-01 .caseItem .about table {
  border-color: #c9c9c9;
  border-collapse: collapse;
  width: 100%;
}
.pattern2 .unit-case-01 .caseItem .about table th,
.pattern2 .unit-case-01 .caseItem .about table td {
  padding: 5px 10px;
  text-align: center;
}
.pattern2 .unit-case-01 .caseItem .about table th {
  background: #34aeeb;
  color: #fff;
  font-weight: 400;
}

.flow__inner {
  margin: 0 auto;
  overflow: scroll;
}
.flow__inner .scrollImage {
  width: 1000px;
}
.flow p.annotation-txt {
  display: block;
  margin: 1em auto 0;
  text-align: right;
  font-size: 12px;
}
@media only screen and (max-width: 749px) {
  .flow p.annotation-txt {
    text-align: left;
  }
}

.whiteImage .comb_image {
  position: relative;
  margin-top: 60px;
}
.whiteImage .comb_image img.over {
  position: absolute;
  top: -40px;
  width: 65%;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 749px) {
  .whiteImage .comb_image img.over {
    width: 100%;
  }
}

.voice .sectionHeadline.big {
  padding-bottom: 0;
}
.voice .sankaku_top {
  border-top: 10px solid #34aeeb;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin: 1.5em auto;
  width: 20px;
}

.member .sectionHeadline.big,
.member .copy {
  color: #fff;
}
.member__List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 749px) {
  .member__List {
    gap: 4vw;
  }
}
.member__List--item {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 749px) {
  .member__List--item {
    width: 100%;
  }
}

.faqList dl dt::before {
  font-weight: 700;
  color: #008fd9;
}

.faqList dl dt::after {
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 17px;
}

.faqList dd::before {
  font-weight: 700;
  color: red;
}

.globalFooter {
  padding: 50px 0;
}
@media only screen and (max-width: 749px) {
  .globalFooter {
    padding-bottom: 120px;
  }
}
.globalFooter .footer_logo {
  display: block;
  margin: 0 0 30px;
}
.globalFooter .footer_logo img {
  max-width: 300px;
  margin: 0 auto;
}
.globalFooter .externals li a {
  font-size: min(2vw, 18px);
  text-decoration: none;
}

.contact .subtext {
  color: #008fd9;
  font-weight: 400;
  text-align: center;
  font-size: min(3vw, 18px);
}
.contact form {
  margin-top: 50px;
}
.contact .contactWrap dl dt {
  color: #000;
}
@media only screen and (max-width: 749px) {
  .contact .contactWrap dl dt {
    text-align: left;
    font-size: min(3vw, 18px);
  }
}
.contact .contactWrap dl dt.required:after {
  content: "※";
  font-size: 12px;
  padding-left: 5px;
  color: #008fd9;
}
@media only screen and (max-width: 749px) {
  .contact .contactWrap dl dd {
    font-size: min(3vw, 18px);
  }
}
.contact .contactWrap dl dd textarea.addr {
  height: 3.5em;
}
.contact .contactWrap dl dd .wpcf7-list-item {
  margin-bottom: 0.5em;
}
.contact .contactWrap dl dd:not(.isRadio) > span input,
.contact .contactWrap dl dd:not(.isRadio) > span textarea {
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 7px;
}
.contact .contactWrap .btnWrap {
  display: block;
  text-align: center;
}
.contact .contactWrap .btnWrap .wpcf7-submit {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#4db50e), to(#6bd316));
  background: -webkit-linear-gradient(top, #4db50e, #6bd316);
  background: linear-gradient(to bottom, #4db50e, #6bd316);
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  font-size: min(5vmin, 20px);
  text-shadow: 1px 1px 0px #818181;
  padding: 21px;
}

.overlay {
  bottom: 0;
  position: fixed;
  background: rgba(4, 8, 10, 0.8196078431);
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .overlay {
    display: none;
  }
}
.overlay__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  gap: 10px;
}
.overlay__inner a {
  width: 47%;
  color: #fff;
  font-weight: 500;
  font-size: min(4vw, 18px);
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
}
.overlay__inner a.tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb7210), to(#dd550a));
  background: -webkit-linear-gradient(top, #eb7210, #dd550a);
  background: linear-gradient(to bottom, #eb7210, #dd550a);
  -webkit-box-shadow: 0px 5px 1px #481d00;
          box-shadow: 0px 5px 1px #481d00;
}
.overlay__inner a.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#0bb30b), to(#379602));
  background: -webkit-linear-gradient(top, #0bb30b, #379602);
  background: linear-gradient(to bottom, #0bb30b, #379602);
  -webkit-box-shadow: 0px 5px 1px #154600;
          box-shadow: 0px 5px 1px #154600;
}

.unit-fix-contact-v2 {
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.7098039216);
}
.unit-fix-contact-v2__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 3px auto;
  z-index: 5;
  z-index: 100;
  max-width: 860px;
}
@media only screen and (min-width: 750px) {
  .unit-fix-contact-v2__inner {
    max-width: 760px;
  }
}
.unit-fix-contact-v2 .left {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit-fix-contact-v2 .left .btn.tel {
  background: #f2f7fa;
  color: #008ed8;
  padding: 0.5em 1em 0.5em 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0em 0.5em 0em 0.5em;
  background: #f2f7fa;
  color: #008ed8;
  margin: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #9e9e9e;
          box-shadow: 0px 0px 3px #9e9e9e;
  margin-right: 0;
  text-decoration: none;
}
.unit-fix-contact-v2 .left .btn.tel p {
  margin: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.unit-fix-contact-v2 .left .btn.tel p:nth-of-type(1) {
  font-size: min(3.5vw, 18px);
}
@media only screen and (min-width: 750px) {
  .unit-fix-contact-v2 .left .btn.tel p:nth-of-type(1) {
    font-size: min(3.5vw, 16px);
  }
}
.unit-fix-contact-v2 .left .btn.tel p:nth-of-type(2) {
  font-size: min(3.6vmax, 48px);
  margin-right: 10px;
  font-family: "Roboto" !important;
  font-weight: 500;
}
@media only screen and (min-width: 750px) {
  .unit-fix-contact-v2 .left .btn.tel p:nth-of-type(2) {
    font-size: min(3.6vmax, 36px);
  }
}
.unit-fix-contact-v2 .left .btn.tel p:nth-of-type(3) {
  font-size: min(3vw, 16px);
  color: #101112;
}
.unit-fix-contact-v2 .left .btn.tel p .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bde26c));
  background: -webkit-linear-gradient(transparent 60%, #bde26c 60%);
  background: linear-gradient(transparent 60%, #bde26c 60%);
}
.unit-fix-contact-v2 .left .btn.tel img {
  width: 25px;
}
.unit-fix-contact-v2 .left .btn.mail img {
  width: 25px;
}
.unit-fix-contact-v2 .left .btn.line img {
  width: 25px;
}
.unit-fix-contact-v2 .right {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 5px;
}
.unit-fix-contact-v2 .right img {
  max-width: 30px;
}
.unit-fix-contact-v2 .right .btn.line {
  background: #00b900;
  color: #fff;
  font-weight: 700;
  font-size: min(3vw, 32px);
  max-width: 100%;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 43px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #9e9e9e;
          box-shadow: 0px 0px 3px #9e9e9e;
}
.unit-fix-contact-v2 .right .btn.mail {
  background: #008ed8;
  color: #fff;
  font-weight: 700;
  font-size: min(3vw, 32px);
  max-width: 100%;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 43px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #9e9e9e;
          box-shadow: 0px 0px 3px #9e9e9e;
}
/* --- スマホ用フォーム修正（max-width: 749px）--- */
@media only screen and (max-width: 749px) {
  .contact .contactWrap dl,
  .contact .contactWrap dl dt,
  .contact .contactWrap dl dd,
  .contact .contactWrap dl dd span,
  .contactWrap dl,
  .contactWrap dl dt,
  .contactWrap dl dd,
  .contactWrap dl dd span {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .contact .contactWrap dl dd span,
  .contact .contactWrap dl dd input,
  .contact .contactWrap dl dd textarea,
  .contactWrap dl dd input,
  .contactWrap dl dd textarea {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px; /* iOSズーム防止 */
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
  }

  .contact .contactWrap dl dd:not(.isRadio) > span input {
    border-radius: 5px;
  }

  /* ラジオボタンの表示調整 */
  .contact .contactWrap dl dd.isRadio label,
  .contactWrap dl dd.isRadio label {
    display: inline-flex !important;
    align-items: center;
    margin-right: 1em;
    width: auto;
    font-size: 1rem;
  }
}

/* ラジオボタン自体の強制表示対応 */
input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: radio !important;
  display: inline-block !important;
  margin-right: 0.5em;
}
