@charset "UTF-8";
/*
Theme Name:オリジナルテーマ
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  height: 100vh;
  background-color: #fff;
}

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

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

/*sp-menu*/
/*header*/
header {
  position: relative;
  padding: 1em 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffee00;
}
header .left-wrap {
  margin-left: 3em;
}
@media (max-width: 520px) {
  header .left-wrap {
    margin: auto;
    margin-left: auto !important;
  }
}
@media (max-width: 960px) {
  header .left-wrap {
    margin-left: 0;
  }
}
header .left-wrap img {
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .right-wrap-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
}
@media (max-width: 960px) {
  header .right-wrap-pc {
    display: none;
  }
}
header .right-wrap-pc .tel-box {
  border: solid #284E91 5px;
  padding: 0.2rem;
  border-radius: 10px;
  background-color: #fff;
}
header .mail-box a {
  border-radius: 10px;
  text-align: center;
  display: block;
  background-color: #284E91;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 1em 2em;
}
header .mail-box a span {
  font-size: 0.8em;
  color: #ffed07;
}

.right-wrap-sp {
  display: none;
}
@media (max-width: 960px) {
  .right-wrap-sp {
    display: block;
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  .right-wrap-sp #g-nav #g-nav-list .g-nav-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .right-wrap-sp #g-nav #g-nav-list .g-nav-con .mail-box a {
    border-radius: 10px;
    text-align: center;
    display: block;
    background-color: #284E91;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 1em 2em;
  }
  .right-wrap-sp #g-nav #g-nav-list .g-nav-con .mail-box a span {
    font-size: 0.8em;
    color: #FFE200;
  }
  .right-wrap-sp #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgb(255, 255, 255);
    /*動き*/
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .right-wrap-sp #g-nav.panelactive {
    right: 0;
  }
  .right-wrap-sp #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .right-wrap-sp #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .right-wrap-sp #g-nav li {
    list-style: none;
    text-align: center;
  }
  .right-wrap-sp #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .right-wrap-sp .openbtn1 {
    position: fixed;
    z-index: 9999;
    background-color: #284E91;
    /*ボタンを最前面に*/
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .right-wrap-sp .openbtn1 {
    right: 23px;
  }
}
@media (max-width: 960px) {
  .right-wrap-sp .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  .right-wrap-sp .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .right-wrap-sp .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .right-wrap-sp .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
}
@media (max-width: 960px) {
  .right-wrap-sp .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .right-wrap-sp .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .right-wrap-sp .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/*contact-banner*/
.con-box img {
  width: 100%;
}
.con-box .mail-btn-box {
  background-color: #ffee00;
  text-align: center;
  padding: 2rem 0;
}
@media (max-width: 520px) {
  .con-box .mail-btn-box {
    padding: 0.5rem 0;
  }
}
.con-box .mail-btn-box a img {
  width: 700px;
}
@media (max-width: 520px) {
  .con-box .mail-btn-box a img {
    width: 300px;
  }
}

/*main*/
.content-wrap #main #pc {
  display: block;
  width: 100%;
}
.content-wrap #main #sp {
  display: none;
}
@media (max-width: 960px) {
  .content-wrap #main #pc {
    display: none;
  }
  .content-wrap #main #sp {
    display: block;
    width: 100%;
  }
}
.content-wrap #concept .con-wrap {
  padding: 5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 520px) {
  .content-wrap #concept .con-wrap {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .content-wrap #concept .con-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #concept .con-wrap .con-text {
  padding: 2rem;
  max-width: 600px;
}
.content-wrap #concept .con-wrap .con-text .top {
  color: #0285FF;
  font-size: 1.8rem;
  margin: 2em 0;
  font-weight: 600;
}
@media (max-width: 520px) {
  .content-wrap #concept .con-wrap .con-text .top {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
.content-wrap #concept .con-wrap .con-text .under {
  font-size: 1em;
}
.content-wrap #concept .con-img-box img {
  width: 100%;
  max-width: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
          box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
}
@media (max-width: 520px) {
  .content-wrap #concept .con-img-box img {
    padding: 1rem;
  }
}
.content-wrap #symptoms {
  background-image: url("../images/content-bk.png");
  background-size: cover;
  background-position-y: -34rem;
}
.content-wrap #symptoms .symp-wrap-1 {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 960px) {
  .content-wrap #symptoms .symp-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #symptoms .symp-wrap-1 .symp-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 600px;
  max-width: 600px;
}
.content-wrap #symptoms .symp-wrap-1 .symp-right .top {
  white-space: nowrap;
  color: #0285FF;
  font-size: 2rem;
  margin: 2em 0;
  font-weight: 600;
}
@media (max-width: 520px) {
  .content-wrap #symptoms .symp-wrap-1 .symp-right .top {
    font-size: 1.3rem;
  }
}
.content-wrap #symptoms .symp-wrap-1 .symp-right ul {
  list-style: none;
  padding-left: 0;
}
.content-wrap #symptoms .symp-wrap-1 .symp-right ul li {
  font-size: 1.5rem;
  padding-bottom: 1em;
}
@media (max-width: 520px) {
  .content-wrap #symptoms .symp-wrap-1 .symp-right ul li {
    font-size: 1.2rem;
  }
}
.content-wrap #symptoms .symp-wrap-1 .symp-right ul li i {
  color: #0285FF;
  margin-right: 0.5em;
}
@media (max-width: 520px) {
  .content-wrap #symptoms .symp-wrap-1 .symp-right ul li i {
    font-size: 1.2rem;
  }
}
.content-wrap #symptoms .symp-wrap-1 .symp-left {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.content-wrap #symptoms .symp-wrap-1 .symp-left .symp-left-item {
  border: solid #0285FF 4px;
  -webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
          box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
  width: 48%;
  background-color: #fff;
  margin-bottom: 1em;
}
.content-wrap #symptoms .symp-wrap-1 .symp-left .symp-left-item img {
  width: 100%;
}
.content-wrap #symptoms .symp-wrap-1 .symp-left .symp-left-item p {
  color: orange;
  text-align: center;
  padding-top: 0.5em;
  font-weight: 600;
}
@media (max-width: 520px) {
  .content-wrap #symptoms .symp-wrap-1 .symp-left .symp-left-item p {
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }
}
.content-wrap #symptoms .symp-wrap-2 {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 3rem 0;
}
.content-wrap #symptoms .symp-wrap-2 .img-box-1 {
  text-align: center;
}
.content-wrap #symptoms .symp-wrap-2 .img-box-1 img {
  width: 100%;
  max-width: 1000px;
}
.content-wrap #symptoms .symp-wrap-2 .symp-under {
  max-width: 1000px;
  margin: auto;
  border: solid #0285FF 10px;
  background-color: rgba(255, 255, 255, 0.5803921569);
}
.content-wrap #symptoms .symp-wrap-2 .symp-under p {
  font-size: 1.5rem;
  margin-bottom: 2em;
  padding: 2em 2em 0;
}
@media (max-width: 520px) {
  .content-wrap #symptoms .symp-wrap-2 .symp-under p {
    font-size: 1.3rem;
  }
}
.content-wrap #symptoms .symp-wrap-2 .symp-under .img-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 960px) {
  .content-wrap #symptoms .symp-wrap-2 .symp-under .img-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #symptoms .symp-wrap-2 .symp-under .img-box-2 img {
  width: 100%;
  max-width: 450px;
}
.content-wrap #choice .choice-wrap {
  padding: 3rem 0;
  background-color: #0285FF;
}
.content-wrap #choice .choice-wrap .img-box-1 {
  text-align: center;
}
.content-wrap #choice .choice-wrap .img-box-1 img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 520px) {
  .content-wrap #choice .choice-wrap .img-box-1 img {
    padding: 1rem;
  }
}
.content-wrap #choice .choice-wrap .choice-text {
  font-size: 1.5rem;
  margin: 2em 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 520px) {
  .content-wrap #choice .choice-wrap .choice-text {
    padding: 1.5rem;
    margin: 0;
  }
}
.content-wrap #choice .choice-wrap .choice-list .choice-content {
  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;
}
@media (max-width: 960px) {
  .content-wrap #choice .choice-wrap .choice-list .choice-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap {
  -webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
          box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
  margin: 0 3em;
  background-color: #fff;
  border-radius: 20px;
  width: 300px;
  height: 375px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap {
    margin: 2em 3em;
  }
}
.content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap .choice-box {
  margin: auto;
}
.content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap .choice-box img {
  width: 250px;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1em;
}
.content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap p {
  padding-top: 1rem;
  font-size: 1.5rem;
  color: orange;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 520px) {
  .content-wrap #choice .choice-wrap .choice-list .choice-content .choice-img-wrap p {
    font-weight: 600;
  }
}
.content-wrap #quote {
  padding-top: 3rem;
  background-color: #264E93;
  text-align: center;
}
@media (max-width: 520px) {
  .content-wrap #quote {
    padding-top: 1rem;
  }
}
@media (max-width: 960px) {
  .content-wrap #quote img {
    width: 100%;
  }
}
.content-wrap #customer .customer-wrap {
  padding: 3rem 0;
  background-color: #e3e3e3;
}
.content-wrap #customer .customer-wrap h2 {
  color: #274e92;
  font-weight: 600;
  text-align: center;
}
.content-wrap #customer .customer-wrap h2 span {
  font-size: 0.8em;
}
.content-wrap #customer .customer-wrap .voice-box {
  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: 2rem 0;
}
@media (max-width: 520px) {
  .content-wrap #customer .customer-wrap .voice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #customer .customer-wrap .voice-box a {
  border: solid #0285FF 5px;
  margin: 1rem;
}
.content-wrap #customer .customer-wrap .voice-box a img {
  width: 100%;
  max-width: 300px;
}
.content-wrap #customer .customer-wrap .voice-box a p {
  color: #000;
  text-align: center;
  padding-top: 0.5em;
  font-weight: 600;
}
@media (max-width: 520px) {
  .content-wrap #customer .customer-wrap .voice-box a p {
    margin-bottom: 0;
    padding-bottom: 0.5em;
  }
}
.content-wrap #customer .customer-wrap p {
  text-align: center;
  font-weight: 600;
}
.content-wrap #faq .faq-wrap {
  margin: 2em 0;
  padding: 2em;
}
.content-wrap #faq .faq-wrap h2 {
  color: #274e92;
  font-weight: 600;
  text-align: center;
}
.content-wrap #faq .faq-wrap h2 span {
  font-size: 0.8em;
}
.content-wrap #faq .faq-wrap .faq-box {
  padding: 2rem 0;
}
.content-wrap #area .area-wrap {
  padding: 3rem 0;
  background-color: #e3e3e3;
}
.content-wrap #area .area-wrap h2 {
  color: #274e92;
  font-weight: 600;
  text-align: center;
}
.content-wrap #area .area-wrap h2 span {
  font-size: 0.8em;
}
.content-wrap #area .area-wrap .area-content {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 960px) {
  .content-wrap #area .area-wrap .area-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content-wrap #area .area-wrap .area-content .right-box {
  width: 100%;
  max-width: 560px;
}
.content-wrap #area .area-wrap .area-content .right-box p {
  font-size: 1.5rem;
  margin: 0 0 2em 0;
  text-align: center;
  font-weight: 600;
  color: #0285FF;
}
@media (max-width: 520px) {
  .content-wrap #area .area-wrap .area-content .right-box p {
    padding: 0 2rem 2rem;
  }
}
.content-wrap #area .area-wrap .area-content .right-box p span {
  font-size: 0.6em;
}
.content-wrap #area .area-wrap .area-content .right-box .area-name-box p {
  -webkit-box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
          box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.4588235294);
  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;
  color: #274e92;
  background-color: #fff;
  padding: 0.5rem 0;
  border: solid 4px;
}
@media (max-width: 520px) {
  .content-wrap #area .area-wrap .area-content .right-box .area-name-box p {
    width: 70%;
    margin: 1rem auto;
  }
}
.content-wrap #area .area-wrap .left-box {
  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;
}
.content-wrap #area .area-wrap .left-box img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 520px) {
  .content-wrap #area .area-wrap .left-box img {
    margin: 1rem 0;
    padding: 1rem;
  }
}

#contact-form .cf-wrap {
  padding: 2em;
  background-color: #f6f6f6;
}
#contact-form .cf-wrap h2 {
  color: #274e92;
  font-weight: 600;
  text-align: center;
}
#contact-form .cf-wrap h2 span {
  font-size: 0.8em;
}
#contact-form .cf-wrap .cf-box {
  padding: 2rem 0;
}
#contact-form .cf-wrap .cf-box .wpcf7-form {
  text-align: center;
}
@media (max-width: 520px) {
  #contact-form .cf-wrap .cf-box .wpcf7-form input,
#contact-form .cf-wrap .cf-box .wpcf7-form textarea {
    width: 100%;
  }
}
#contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-spinner {
  display: none;
}
#contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-submit {
  padding: 1rem;
}
#contact-form .cf-wrap .cf-box .wpcf7-form label,
#contact-form .cf-wrap .cf-box .wpcf7-form p {
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
#contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
@media (max-width: 520px) {
  #contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
    padding-left: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#contact-form .cf-wrap .cf-box .wpcf7-form span.wpcf7-list-item {
  padding-left: 3rem;
  text-align: initial;
  position: relative;
  width: 25%;
}
@media (max-width: 520px) {
  #contact-form .cf-wrap .cf-box .wpcf7-form span.wpcf7-list-item {
    width: 40%;
    padding-left: 0rem;
  }
}
#contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
#contact-form .cf-wrap .cf-box .wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
#contact-form .cf-wrap .cf-box .wpcf7-form .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#contact-form .cf-wrap .cf-box .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 50px;
  width: 20px;
  height: 20px;
  background: url("../images/check-icon.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 520px) {
  #contact-form .cf-wrap .cf-box .wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    left: 3px;
  }
}
#contact-form .cf-wrap .grecaptcha-badge {
  margin: auto;
}

/*footer*/
footer #company .company-wrap {
  background-color: #0285FF;
}
footer #company .company-wrap .com-top {
  padding-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media (max-width: 960px) {
  footer #company .company-wrap .com-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer #company .company-wrap .com-top .com-top-left {
  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;
}
@media (max-width: 520px) {
  footer #company .company-wrap .com-top .com-top-left {
    margin-bottom: 2rem;
  }
}
footer #company .company-wrap .com-top .com-top-left img {
  width: 300px;
}
footer #company .company-wrap .com-top .com-top-right a {
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFE200;
  font-weight: 600;
  font-size: 1.5em;
}
footer #company .company-wrap .com-top .com-top-right a span {
  font-size: 0.6em;
}
footer #company .company-wrap .com-under {
  margin-top: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #company .company-wrap .com-under .com-under-left {
  padding-left: 10%;
  width: 50%;
}
footer #company .company-wrap .com-under .com-under-left dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer #company .company-wrap .com-under .com-under-left dl dt {
  color: #fff;
  font-size: 0.9rem;
  width: 30%;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  footer #company .company-wrap .com-under .com-under-left dl dt {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
footer #company .company-wrap .com-under .com-under-left dl dd {
  color: #fff;
  font-size: 0.8rem;
  width: 70%;
  padding-bottom: 20px;
}
footer #company .company-wrap .com-under .com-under-right {
  padding-left: 10%;
  width: 50%;
}
footer #company .company-wrap .com-under .com-under-right dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer #company .company-wrap .com-under .com-under-right dl dt {
  color: #fff;
  font-size: 0.9rem;
  width: 30%;
  padding-bottom: 20px;
}
@media (max-width: 520px) {
  footer #company .company-wrap .com-under .com-under-right dl dt {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
footer #company .company-wrap .com-under .com-under-right dl dd {
  color: #fff;
  font-size: 0.8rem;
  width: 70%;
  padding-bottom: 20px;
}
footer #company .company-wrap .copyright-wrap {
  background-color: #fff;
  margin-bottom: 175px;
}
@media (max-width: 520px) {
  footer #company .company-wrap .copyright-wrap {
    padding-bottom: 70px;
  }
}
footer #company .company-wrap .copyright-wrap h5 {
  padding: 1em 0;
  text-align: center;
  font-size: 1rem;
}
footer #company .company-wrap .f-link-wrap {
  display: none;
}
@media (max-width: 520px) {
  footer #company .company-wrap .f-link-wrap {
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  footer #company .company-wrap .f-link-wrap a img {
    width: 350px;
  }
}

/*fixed-banner*/
.fixed-bnr {
  position: fixed;
  top: 18%;
  right: 0;
  height: 250px;
  width: 51px;
  border: solid #fff 3px;
  background-color: #0285FF;
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 960px) {
  .fixed-bnr {
    display: none;
  }
}
.fixed-bnr a {
  color: #fff;
  letter-spacing: 4px;
  padding-right: 11px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.fixed-bnr a i {
  color: #FFE200;
}

/*BS-Cancel*/
.accordion-body {
  background-color: #e6e6e6;
}/*# sourceMappingURL=style.css.map */