@charset "UTF-8";
.container {
  width: 100%;
  font-family: 'Noto Sans JP';
  color: #333333;
}

.individual,
.corporate,
.renovation {
  width: 100%;
}

.section {
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}

.section__sub {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #36A9B2;
  letter-spacing: 0.08em;
}

.section__title {
  font-size: 40px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  color: #0F2267;
  line-height: 60px;
  margin-bottom: 16px;
}

.section__catch {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 27px;
}

.br-pc {
  display: block;
}

.pc-none {
  display: none;
}

.br-tab {
  display: none;
}

.br-sp {
  display: none;
}

.fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  border: 2px solid #36A9B2;
  border-radius: 16px;
  background-color: #ffffff;
}

.fix__inner {
  padding: 16px 24px;
}

.fix__inner--catch {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'M PLUS Rounded 1c';
  margin-bottom: 8px;
  text-align: center;
}

.fix__inner--catch span {
  color: #BF3232;
}

.fix__inner--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.fix__inner--cta a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 32px;
  margin: 0 4px;
  color: #ffffff;
  background-color: #BF3232;
  border-radius: 30px;
}

.fix__inner--cta a.inversion {
  color: #BF3232;
  background-color: #ffffff;
  border: 2px solid #BF3232;
}

.fix__inner--sub {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}

.fixSp {
  display: none;
}

.sp {
  display: none;
}

.fv {
  width: 100%;
  height: calc(100vh - 76px);
  position: relative;
  padding-top: 76px;
  z-index: 1;
}

.fv__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: -1;
}

.fv__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}

.fv__inner {
  width: 90%;
  height: calc(100vh - 80px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.fv__inner--content {
  width: 55%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__inner--content-catch {
  width: 100%;
  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;
  margin-bottom: 18px;
}

.fv__inner--content-catchTitle {
  font-size: 40px;
  font-weight: 600;
  font-family: 'M PLUS Rounded 1c';
  letter-spacing: 0.04em;
}

.fv__inner--content-catchTitle span {
  color: #BF3232;
}

.fv__inner--content-catchLaurel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__inner--content-catchLaurel img {
  width: 120px;
  height: 120px;
}

.fv__inner--content-sub {
  font-size: 16px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  letter-spacing: 0.04em;
  color: #0F2267;
  margin-bottom: 18px;
}

.fv__inner--content-title {
  font-size: 56px;
  font-weight: Black;
  color: #36A9B2;
  letter-spacing: 0.08em;
  font-family: 'Roboto';
  margin-bottom: 72px;
}

.fv__inner--content-title span {
  font-size: 24px;
  letter-spacing: 0;
}

.fv__inner--content-catchLaurel__sp {
  display: none;
}

.fv__inner--content-ctaTitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}

.fv__inner--content-ctaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fv__inner--content-ctaButton a {
  font-size: 18px;
  padding: 16px 32px;
  color: #ffffff;
  background-color: #BF3232;
  border-radius: 30px;
}

.fv__inner--content-ctaButton a.inversion {
  color: #BF3232;
  background-color: #ffffff;
  border: 2px solid #BF3232;
}

.fv__inner--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 9;
  -webkit-transform: translate(-48px, 2px);
          transform: translate(-48px, 2px);
}

.fv__inner--img img {
  width: 600px;
  height: 580px;
}

.fv__about {
  width: 100%;
  padding: 24px 0;
  background-color: #E4EFFF;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.fv__about--box {
  width: 55%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 96px;
  border-radius: 16px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fv__about--box-content {
  width: 35%;
}

.fv__about--box-contentCatch1 {
  font-size: 24px;
  font-weight: 500;
  color: #0F2267;
  letter-spacing: 0.04em;
}

.fv__about--box-contentCatch2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  color: #36A9B2;
  line-height: 60px;
}

.fv__about--box-contentCatch2 span {
  font-size: 56px;
}

.fv__about--box-contentText {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.fv__about--box-contentText span {
  line-height: 24px;
  margin-top: 12px;
}

.fv__about--box-detail {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fv__about--box-detail-box {
  width: 22%;
  margin-bottom: 24px;
}

.fv__about--box-detail-boxImg {
  width: 100px;
  height: 100px;
  margin: 0 auto 4px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
}

.fv__about--box-detail-boxImg img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__about--box-detail-boxText {
  text-align: center;
}

.fv__about--box-detail-box:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.about {
  width: 100%;
  padding: 80px 0;
}

.about__inner {
  width: 80%;
  margin: 0 auto;
}

.about__inner--box {
  width: 90%;
  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;
  margin-bottom: 40px;
}

.about__inner--box-img {
  width: 368px;
  height: 368px;
}

.about__inner--box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__inner--box-content {
  width: 60%;
}

.about__inner--box-contentIndex {
  font-size: 40px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  color: #42538E;
  margin-bottom: 8px;
}

.about__inner--box-contentTitle {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 42px;
  margin-bottom: 16px;
}

.about__inner--box-contentPoint {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  margin-bottom: 24px;
}

.about__inner--box-contentSub {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.about__inner--box.inversion {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

.about__inner--box:nth-child(3) {
  margin-bottom: 0;
}

.question {
  width: 100%;
  padding: 80px 0;
  background-color: #E1F2F4;
}

.question__inner {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question__inner--content {
  width: 30%;
}

.question__inner--content .question__inner--box {
  width: 100%;
  height: 430px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 16px rgba(51, 51, 51, 0.1);
          box-shadow: 0 5px 16px rgba(51, 51, 51, 0.1);
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 140px;
}

.question__inner--content .question__inner--boxEx {
  padding: 32px 0 0;
  margin-bottom: 16px;
  min-width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question__inner--content .question__inner--boxEx-text {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  line-height: 21px;
  margin: 0 20px 0;
  padding: 16px 8px;
  background-color: #E4EFFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.question__inner--content .question__inner--boxEx:nth-last-child(-n + 3) {
  padding: 0;
}

.question__inner--content .question__inner--boxEx:nth-child(3) {
  margin-bottom: 0;
}

.question__inner--content .question__inner--boxImg {
  margin-top: 24px;
  position: absolute;
  bottom: 0;
}

.question__inner--content .question__inner--boxImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.question__inner--content .question__inner--boxImg.img1 {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.question__inner--content .question__inner--boxImg.img2 {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.question__inner--content .question__inner--boxImg.img3 {
  right: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.question__inner--content-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin-bottom: 24px;
}

.question__inner--content-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.member {
  width: 100%;
  padding: 80px 0;
}

.member__inner {
  width: 65%;
  margin: 0 auto;
  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;
  padding: 40px 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
}

.member__inner--intro {
  width: 20%;
}

.member__inner--introImg {
  width: 200px;
  height: 200px;
}

.member__inner--introImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.member__inner--introName {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.04em;
  line-height: 32px;
  margin-top: 12px;
  text-align: center;
}

.member__inner--introSub {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #36A9B2;
  text-align: center;
}

.member__inner--content {
  width: 75%;
}

.member__inner--content-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
}

.member__inner--content-nameCompany {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3F3D56;
  margin-right: 16px;
}

.member__inner--content-nameName {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #666666;
}

.member__inner--content-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.case {
  width: 100%;
  padding: 80px 0;
  background-color: #E4EFFF;
}

.case__inner {
  width: calc(65% + 64px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case__inner--box {
  width: 30%;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  text-align: center;
}

.case__inner--boxImg {
  width: 100%;
  height: 200px;
}

.case__inner--boxImg img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__inner--boxTitle {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 24px auto 0;
}

.case__inner--boxText {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  text-align: left;
  margin: 14px auto 24px;
}

.issue {
  width: 100%;
  padding: 80px 0;
}

.issue__inner {
  width: calc(65% + 64px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.issue__inner--box {
  width: 30%;
  background-color: #f7f7f7;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 40px;
}

.issue__inner--boxImg {
  width: 200px;
  height: 200px;
  margin: 24px auto 16px;
}

.issue__inner--boxImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.issue__inner--boxText {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}

.issue__arrow {
  width: 64px;
  height: 60px;
  margin: 0 auto;
}

.issue__solution {
  width: calc(65% + 64px);
  margin: 40px auto 0;
  border: 6px solid #E4EFFF;
  border-radius: 16px;
  padding: 32px 0;
  text-align: center;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
}

.issue__solution .section {
  margin-bottom: 24px;
}

.issue__solution--text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
}

.client {
  width: 100%;
  padding: 80px 0;
  background-color: #E1F2F4;
}

.client .fv__about {
  background-color: #E1F2F4;
  padding: 0;
}

.price {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.price__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.price__inner {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price__inner--box {
  width: 27%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  border-radius: 16px;
  text-align: center;
  padding: 24px 24px;
  min-height: 440px;
}

.price__inner--boxTitle {
  max-width: 90%;
  margin: 0 auto 4px;
  font-size: 28px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c';
  background-color: #36A9B2;
  color: #ffffff;
  padding: 6px 0;
  border-radius: 40px;
}

.price__inner--boxSub {
  font-size: 14px;
  font-weight: 500;
  color: #36A9B2;
  margin-bottom: 16px;
}

.price__inner--boxText {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price__inner--boxText-Point {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.price__inner--boxText-Price {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  font-family: 'M PLUS Rounded 1c';
  color: #BF3232;
  margin-bottom: 32px;
}

.price__inner--boxText-Price span {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  color: #666666;
  margin-left: 2px;
}

.price__inner--boxText .inversion {
  font-size: 24px;
  color: #333333;
}

.price__inner--boxContent {
  width: 90%;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.price__inner--boxContent-img {
  width: 18px;
  height: auto;
  margin-right: 12px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.price__inner--boxContent-img .fas {
  color: #36A9B2;
  font-size: 16px;
}

.price__inner--boxContent-text {
  font-size: 16px;
  font-weight: 400;
  color: #3F3D56;
  text-align: left;
}

.price__inner--box .narrow {
  margin-bottom: 8px;
}

.price__inner--boxPoint {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.price__inner--box .right {
  text-align: right;
  margin-bottom: 32px;
}

.flow {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.flow__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.flow__inner {
  width: 80%;
  margin: 0 auto;
  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;
}

.flow__inner--box {
  width: 18%;
  padding: 32px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
          box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  text-align: center;
}

.flow__inner--boxImg {
  width: 200px;
  height: 120px;
  margin-bottom: 24px;
}

.flow__inner--boxTitle {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.flow__inner--boxText {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
  min-height: 83px;
  text-align: left;
}

.flow__inner--img {
  width: 16px;
  height: 64px;
}

.flow__inner--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qa {
  width: 100%;
  padding: 80px 0;
  background-color: #f7f7f7;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.qa__inner {
  width: 75%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qa__inner--box {
  width: 40%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #ffffff;
  padding: 16px 24px 24px;
  border-radius: 16px;
  margin: 0 16px 24px;
}

.qa__inner--boxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.qa__inner--boxTitle p {
  height: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 27px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.qa__inner--boxTitle .index {
  font-family: 'Roboto';
  color: #36A9B2;
  margin-right: 8px;
}

.qa__inner--boxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.qa__inner--boxText p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  letter-spacing: .04em;
}

.qa__inner--boxText .index {
  font-size: 18px;
  font-family: 'Roboto';
  color: #BF3232;
  margin-right: 8px;
}

.qa__inner--box:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px;
  /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 120px 0;
}

.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}

.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.wpcf7 .template02 a:hover {
  opacity: .5;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.wpcf7 .template02 div.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #36A9B2;
}

.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}

.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}

.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}

.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}

.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #0F2267;
  color: #929292;
  font-size: 11px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}

.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #BF3232;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #0F2267;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f7f7;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::-webkit-input-placeholder,
.wpcf7 .template01 input[type=tel]::-webkit-input-placeholder,
.wpcf7 .template01 input[type=email]::-webkit-input-placeholder,
.wpcf7 .template01 input[type=url]::-webkit-input-placeholder,
.wpcf7 .template01 input[type=date]::-webkit-input-placeholder,
.wpcf7 .template01 input[type=number]::-webkit-input-placeholder,
.wpcf7 .template01 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ffffff;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ffffff;
}
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ffffff;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
          box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}

.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #0F2267;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #36A9B2;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #36A9B2;
  -webkit-box-shadow: 0 0 2px 2px rgba(54, 169, 178, 0.5);
          box-shadow: 0 0 2px 2px rgba(54, 169, 178, 0.5);
  background-color: #36A9B2;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}

.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #36A9B2;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.wpcf7 .template02 input[type=radio]:checked + span {
  color: #36A9B2;
}

.wpcf7 .template02 input[type=radio]:checked + span::before {
  -webkit-box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
          box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #36A9B2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #36A9B2;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(#d4cbb2), to(#d4cbb2));
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template02 select::-ms-expand {
  display: none;
}

.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #36A9B2;
  border-right: 1px solid #36A9B2;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #36A9B2 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
          box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #36A9B2;
  border-right: 1px solid #36A9B2;
}

/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #36A9B2 solid;
  border-radius: 8px;
  background-color: #36A9B2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .template02 input[type="submit"]:hover {
  background-color: #fff;
  color: #36A9B2;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 2px #36A9B2 solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}

@media screen and (max-width: 1280px) {
  .header {
    width: 100%;
  }
  .fv__inner--content-catchTitle {
    font-size: 30px;
  }
  .fv__inner--content-title {
    font-size: 40px;
  }
  .fv__inner--content-title span {
    font-size: 18px;
  }
  .fv__inner--content-cta a {
    font-size: 16px;
    padding: 12px 24px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
  }
  .header__title--child {
    font-size: 24px;
  }
  .header__items--child {
    font-size: 12px;
    margin: 0 8px;
  }
  .header__cta--child {
    width: 104px;
    padding: 5px 0;
    font-size: 12px;
    margin: 0 4px;
  }
  .section {
    margin-bottom: 48px;
  }
  .section__sub {
    font-size: 16px;
  }
  .section__title {
    font-size: 36px;
  }
  .section__catch {
    font-size: 14px;
  }
  .fv {
    height: calc(70vh - 80px);
    padding-top: 120px;
  }
  .fv__top {
    width: 80%;
  }
  .fv__bottom {
    width: 80%;
  }
  .fv__inner {
    margin: auto;
    height: calc(70vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv__inner--content {
    width: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fv__inner--content-catch {
    display: block;
  }
  .fv__inner--content-catchTitle {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .fv__inner--content-sub {
    font-size: 14px;
  }
  .fv__inner--content-title {
    font-size: 44px;
    margin-bottom: 48px;
  }
  .fv__inner--content-title span {
    font-size: 20px;
    letter-spacing: 0;
  }
  .fv__inner--content-ctaTitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .fv__inner--content-ctaButton a {
    font-size: 16px;
    padding: 12px 18px;
  }
  .fv__inner--img {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 9;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .fv__inner--img img {
    width: 400px;
    height: 380px;
  }
  .fv__about {
    width: 100%;
    padding: 24px 0;
    background-color: #E4EFFF;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .fv__about--box {
    width: 60%;
    max-width: 1000px;
    padding: 32px 64px;
  }
  .fv__about--box-content {
    width: 35%;
  }
  .fv__about--box-contentCatch1 {
    font-size: 22px;
    font-weight: 500;
    color: #0F2267;
    letter-spacing: 0.04em;
  }
  .fv__about--box-contentCatch2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c';
    color: #36A9B2;
    line-height: 60px;
  }
  .fv__about--box-contentCatch2 span {
    font-size: 48px;
  }
  .fv__about--box-contentText {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
  }
  .fv__about--box-contentText span {
    line-height: 24px;
    margin-top: 12px;
  }
  .fv__about--box-detail {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .fv__about--box-detail-box {
    width: 21%;
    margin-bottom: 24px;
  }
  .fv__about--box-detail-boxImg {
    width: 80px;
    height: 80px;
  }
  .fv__about--box-detail-boxImg img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__about--box-detail-boxText {
    text-align: center;
  }
  .fv__about--box-detail-box:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
  .fixSp {
    display: none;
  }
  .about__inner--box-img {
    width: 280px;
    height: 280px;
  }
  .about__inner--box-content {
    width: 55%;
  }
  .about__inner--box-contentIndex {
    font-size: 36px;
  }
  .about__inner--box-contentTitle {
    font-size: 26px;
  }
  .about__inner--box-contentPoint {
    margin-bottom: 16px;
  }
  .question__inner--content .question__inner--box {
    padding-bottom: 220px;
  }
  .question__inner--content .question__inner--boxEx-text {
    width: 100%;
    height: 100px;
    line-height: 24px;
  }
  .question__inner--content .question__inner--boxImg {
    width: 180px;
    height: auto;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
  }
  .question__inner--content .question__inner--boxImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .question__inner--content-title {
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .question__inner--content-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
  }
  .member__inner {
    width: 75%;
    margin: 0 auto;
    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;
    padding: 40px 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
            box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  }
  .member__inner--intro {
    width: 20%;
  }
  .member__inner--introImg {
    width: 150px;
    height: 150px;
  }
  .case__inner {
    width: 80%;
  }
  .case__inner--box {
    width: 30%;
  }
  .case__inner--boxImg {
    width: 100%;
    height: 170px;
  }
  .case__inner--boxImg img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case__inner--boxTitle {
    width: 90%;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px auto 0;
  }
  .case__inner--boxText {
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    text-align: left;
    margin: 14px auto 24px;
  }
  .issue__inner {
    width: 80%;
  }
  .issue__inner--boxImg {
    width: 180px;
    height: 180px;
  }
  .issue__inner--boxImg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .issue__solution {
    width: 80%;
  }
  .issue__solution--text {
    font-size: 22px;
  }
  .price__inner--box {
    width: 25%;
    padding: 16px 24px;
    min-height: 440px;
  }
  .price__inner--boxTitle {
    max-width: 95%;
    margin: 0 auto 4px;
    font-size: 22px;
    padding: 6px 0;
  }
  .price__inner--boxSub {
    font-size: 14px;
  }
  .price__inner--boxText {
    width: 90%;
    height: 140px;
  }
  .price__inner--boxText-Point {
    width: 90%;
    font-size: 14px;
  }
  .price__inner--boxText-Price {
    width: 100%;
    font-size: 30px;
  }
  .price__inner--boxText-Price span {
    font-size: 14px;
  }
  .flow__inner {
    width: 85%;
  }
  .flow__inner--box {
    width: 15%;
    height: 280px;
    padding: 24px 24px;
  }
  .flow__inner--boxImg {
    width: 130px;
    margin: 0 auto 16px;
    height: 70px;
  }
  .flow__inner--boxImg img {
    width: 130px;
    height: 70px;
  }
  .flow__inner--boxTitle {
    margin-bottom: 8px;
  }
  .flow__inner--boxText {
    font-size: 14px;
  }
  .qa__inner {
    width: 80%;
  }
  .empty {
    display: none;
  }
}

@media (max-width: 964px) {
  .fv {
    padding-top: 140px;
  }
}

@media (max-width: 800px) {
  .fv {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    padding-top: 80px;
  }
  .br-pc {
    display: block;
  }
  .pc-none {
    display: block;
  }
  .header {
    width: 100%;
  }
  .header__title--child {
    font-size: 16px;
  }
  .header__items--child {
    font-size: 10px;
    margin: 0 4px;
  }
  .header__cta--child {
    width: 80px;
    padding: 4px 0;
    font-size: 10px;
    margin: 0 4px;
  }
  .section__title {
    font-size: 32px;
  }
  .fix {
    bottom: 20px;
    right: 20px;
  }
  .fix__inner {
    padding: 16px 18px;
  }
  .fix__inner--catch {
    font-size: 16px;
  }
  .fix__inner--cta a {
    font-size: 14px;
    padding: 8px 32px;
  }
  .fixSp {
    display: none;
  }
  .fv {
    height: calc(100vh - 80px);
  }
  .fv__top {
    width: 80%;
  }
  .fv__bottom {
    width: 80%;
  }
  .fv__inner {
    margin: auto;
    height: calc(100vh - 80px);
    display: block;
    padding: 32px 0;
  }
  .fv__inner--content {
    width: 90%;
    margin: 0 auto;
  }
  .fv__inner--content-catchTitle {
    font-size: 32px;
  }
  .fv__inner--content-catchLaurel img {
    width: 100px;
    height: 100px;
  }
  .fv__inner--content-sub {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .fv__inner--content-title {
    font-size: 44px;
    margin-bottom: 48px;
  }
  .fv__inner--content-title span {
    font-size: 20px;
    letter-spacing: 0;
  }
  .fv__inner--content-ctaTitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .fv__inner--content-ctaButton a {
    font-size: 16px;
    padding: 12px 18px;
  }
  .fv__inner--img {
    width: 70%;
    margin: 40px auto 0;
  }
  .fv__inner--img img {
    width: 350px;
    margin: auto;
    height: 330px;
  }
  .fv__about {
    width: 100%;
    padding: 24px 0;
    background-color: #E4EFFF;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .fv__about--box {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 48px;
  }
  .fv__about--box-content {
    width: 35%;
  }
  .fv__about--box-contentCatch1 {
    font-size: 22px;
  }
  .fv__about--box-contentCatch2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c';
    color: #36A9B2;
    line-height: 60px;
  }
  .fv__about--box-contentCatch2 span {
    font-size: 52px;
  }
  .fv__about--box-detail {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .fv__about--box-detail-box {
    width: 22%;
    margin-bottom: 24px;
  }
  .fv__about--box-detail-boxImg {
    width: 90px;
    height: 90px;
  }
  .fv__about--box-detail-boxImg img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__inner {
    width: 90%;
  }
  .about__inner--box {
    width: 90%;
  }
  .about__inner--box-img {
    width: 200px;
    height: 200px;
  }
  .about__inner--box-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__inner--box-content {
    width: 60%;
  }
  .about__inner--box-contentIndex {
    font-size: 38px;
  }
  .about__inner--box-contentTitle {
    font-size: 26px;
  }
  .question__inner {
    display: block;
  }
  .question__inner--content {
    width: 80%;
    margin: 0 auto 64px;
  }
  .question__inner--content .question__inner--box {
    padding-bottom: 220px;
  }
  .question__inner--content .question__inner--boxEx-text {
    width: 100%;
    height: 100px;
    line-height: 24px;
    font-size: 16px;
  }
  .question__inner--content .question__inner--boxImg {
    width: 180px;
    height: auto;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
  }
  .question__inner--content .question__inner--boxImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .question__inner--content-title {
    height: auto;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .question__inner--content-text {
    font-size: 16px;
  }
  .question__inner--content:nth-last-child() {
    margin-bottom: 0;
  }
  .member__inner {
    width: 75%;
    margin: 0 auto;
    display: block;
    padding: 40px 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
            box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  }
  .member__inner--intro {
    width: 60%;
    margin: 0 auto 32px;
  }
  .member__inner--introImg {
    width: 200px;
    margin: auto;
    height: 200px;
  }
  .member__inner--introName {
    font-size: 22px;
  }
  .member__inner--introSub {
    font-size: 16px;
  }
  .member__inner--content {
    width: 90%;
    margin: 0 auto;
  }
  .case__inner {
    display: block;
  }
  .case__inner--box {
    width: 60%;
    margin: 0 auto 40px;
    padding-bottom: 32px;
    border-radius: 30px;
  }
  .case__inner--boxImg {
    width: 100%;
    height: 220px;
  }
  .case__inner--boxImg img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 30px 0 0;
  }
  .case__inner--boxTitle {
    width: 90%;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px auto 0;
  }
  .case__inner--boxText {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    text-align: left;
    margin: 14px auto 24px;
  }
  .case__inner--box:nth-last-child() {
    margin-bottom: 0;
  }
  .issue__inner {
    width: 80%;
    display: block;
  }
  .issue__inner--box {
    width: 50%;
    margin: 0 auto 40px;
    padding: 24px 0;
  }
  .issue__inner--boxImg {
    width: 180px;
    height: 180px;
  }
  .issue__inner--boxImg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .issue__inner--boxText {
    font-size: 20px;
  }
  .issue__solution {
    width: 90%;
  }
  .issue__solution--text {
    font-size: 18px;
  }
  .price__inner {
    display: block;
  }
  .price__inner--box {
    width: 50%;
    margin: 0 auto 40px;
    padding: 32px 24px;
    min-height: 400px;
  }
  .price__inner--boxTitle {
    max-width: 95%;
    font-size: 24px;
  }
  .price__inner--boxSub {
    font-size: 16px;
  }
  .price__inner--boxText {
    width: 90%;
    height: auto;
  }
  .price__inner--boxText-Point {
    width: 90%;
    font-size: 16px;
  }
  .price__inner--boxText-Price {
    width: 100%;
    font-size: 30px;
    margin-bottom: 16px;
  }
  .price__inner--boxText-Price span {
    font-size: 14px;
  }
  .price__inner--box:nth-last-child() {
    margin-bottom: 0;
  }
  .flow__inner {
    width: 85%;
    display: block;
  }
  .flow__inner--box {
    width: 50%;
    height: 250px;
    padding: 24px 24px;
    margin: auto;
  }
  .flow__inner--boxImg {
    width: 180px;
    margin: 0 auto 16px;
    height: 100px;
  }
  .flow__inner--boxImg img {
    width: 180px;
    height: 100px;
  }
  .flow__inner--boxTitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .flow__inner--boxText {
    font-size: 18px;
  }
  .flow__inner--img {
    width: 24px;
    height: 72px;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .qa__inner {
    width: 80%;
    display: block;
  }
  .qa__inner--box {
    width: 50%;
    margin: 0 auto 40px;
  }
  .qa__inner--box:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }
  .qa__inner--box:nth-last-child() {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .fv .fv__inner .fv__inner--content .fv__inner--content-catch .fv__inner--content-catchTitle .br-pc {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .sp {
    -webkit-transform: translateY(60px) !important;
            transform: translateY(60px) !important;
  }
  .br-pc {
    display: none;
  }
  .br-tab {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .section__title {
    width: 90%;
    margin: auto;
    font-size: 26px;
    line-height: 36px;
  }
  .section__catch {
    width: 80%;
    margin: auto;
  }
  .header {
    width: 90%;
    padding: 0 5%;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__title--child {
    font-size: 24px;
  }
  .header__items {
    display: none;
  }
  .header__cta {
    display: none;
  }
  .header__menu {
    width: 40px;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
  }
  .header__menu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #0F2267;
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__menu .span1 {
    position: absolute;
    top: 20px;
  }
  .header__menu .span3 {
    position: absolute;
    top: 30px;
  }
  .sp {
    display: none;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    margin-bottom: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
  }
  .sp__menu {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .sp__menu--content {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    padding: 12px 0;
    border-bottom: 1px solid #333333;
  }
  .sp.open {
    display: block;
    -webkit-animation: open .5s linear 0s;
            animation: open .5s linear 0s;
  }
  .fix {
    display: none;
  }
  .fixSp {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #ffffff;
    text-align: center;
  }
  .fixSp__title {
    font-size: 14px;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 500;
    padding: 8px 0;
  }
  .fixSp__title span {
    color: #BF3232;
  }
  .fixSp__cta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixSp__cta a {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background-color: #BF3232;
    color: #ffffff;
    padding: 8px 0;
  }
  .fixSp__cta a div {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixSp__cta a.inversion {
    color: #BF3232;
    border: 2px solid #BF3232;
    background-color: #ffffff;
  }
  .fv {
    height: calc(90vh - 60px);
  }
  .fv__top {
    top: 50px;
    width: 100%;
  }
  .fv__bottom {
    width: 80%;
  }
  .fv__inner {
    margin: auto;
    height: calc(90vh - 80px);
    display: block;
    padding: 32px 0;
  }
  .fv__inner--content {
    width: 90%;
    margin: 0 auto;
  }
  .fv__inner--content-catchTitle {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .fv__inner--content-catchLaurel {
    display: none;
  }
  .fv__inner--content-catchLaurel img {
    width: 100px;
    height: 100px;
  }
  .fv__inner--content-sub {
    width: 90%;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .fv__inner--content-title {
    font-size: 22px;
    margin-bottom: 48px;
    margin-bottom: 12px;
  }
  .fv__inner--content-title span {
    font-size: 12px;
    letter-spacing: 0;
  }
  .fv__inner--content-catchLaurel__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }
  .fv__inner--content-catchLaurel__sp img {
    width: 60px;
    height: 60px;
    margin: 0 8px;
  }
  .fv__inner--content-cta {
    display: none;
  }
  .fv__inner--img {
    width: 70%;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 90px;
    right: 0;
  }
  .fv__inner--img img {
    width: 240px;
    margin: auto;
    height: auto;
  }
  .fv__about {
    width: 100%;
    padding: 24px 0;
    background-color: #E4EFFF;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .fv__about--box {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 16px;
    display: block;
  }
  .fv__about--box-content {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
  }
  .fv__about--box-contentCatch1 {
    font-size: 22px;
  }
  .fv__about--box-contentCatch2 {
    font-size: 34px;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c';
    color: #36A9B2;
    line-height: 60px;
  }
  .fv__about--box-contentCatch2 span {
    font-size: 52px;
  }
  .fv__about--box-detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .fv__about--box-detail-box {
    width: 25%;
    margin-bottom: 24px;
  }
  .fv__about--box-detail-boxImg {
    width: 60px;
    height: 60px;
  }
  .fv__about--box-detail-boxImg img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__about--box-detail-boxText {
    font-size: 12px;
  }
  .about__inner {
    width: 90%;
  }
  .about__inner--box {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
  }
  .about__inner--box-img {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .about__inner--box-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__inner--box-content {
    width: 100%;
  }
  .about__inner--box-contentIndex {
    font-size: 34px;
  }
  .about__inner--box-contentTitle {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .about__inner--box-contentPoint {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .about__inner--box-contentSub {
    font-size: 14px;
  }
  .about__inner--box:nth-last-child() {
    margin-bottom: 0;
  }
  .question__inner {
    display: block;
  }
  .question__inner--content {
    width: 100%;
    margin: 0 auto 64px;
  }
  .question__inner--content .question__inner--box {
    padding-bottom: 220px;
  }
  .question__inner--content .question__inner--boxEx-text {
    width: 100%;
    height: 100px;
    line-height: 24px;
    font-size: 16px;
  }
  .question__inner--content .question__inner--boxImg {
    width: 180px;
    height: auto;
    margin-top: 24px;
    position: absolute;
    bottom: 0;
  }
  .question__inner--content .question__inner--boxImg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .question__inner--content-title {
    height: auto;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .question__inner--content-text {
    font-size: 16px;
  }
  .question__inner--content:nth-last-child() {
    margin-bottom: 0;
  }
  .member__inner {
    width: 70%;
    margin: 0 auto;
    display: block;
    padding: 40px 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
            box-shadow: 0 3px 15px rgba(51, 51, 51, 0.1);
  }
  .member__inner--intro {
    width: 100%;
    margin: 0 auto 32px;
  }
  .member__inner--introImg {
    width: 200px;
    margin: auto;
    height: 200px;
  }
  .member__inner--introName {
    font-size: 22px;
  }
  .member__inner--introSub {
    font-size: 16px;
  }
  .member__inner--content {
    width: 100%;
    margin: 0 auto;
  }
  .member__inner--content-name {
    display: block;
  }
  .member__inner--content-nameCompany {
    font-size: 26px;
  }
  .case__inner--box {
    width: 100%;
    border-radius: 12px;
    padding-bottom: 16px;
  }
  .issue__inner {
    width: 100%;
  }
  .issue__inner--box {
    width: 90%;
  }
  .issue__inner--boxImg {
    width: 200px;
    height: 200px;
    margin-bottom: 16px;
  }
  .issue__solution {
    width: 90%;
  }
  .issue__solution--text {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding: 0 12px;
  }
  .price {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .price__inner {
    width: 80%;
  }
  .price__inner--box {
    width: 90%;
    padding: 32px 18px;
    min-height: 350px;
  }
  .flow__inner {
    width: 90%;
    display: block;
  }
  .flow__inner--box {
    width: 85%;
    height: 150px;
    padding: 24px 16px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow__inner--boxImg {
    width: 140px;
    margin: 0 auto 16px;
    height: 84px;
  }
  .flow__inner--boxImg img {
    width: 180px;
    height: 100px;
  }
  .flow__inner--boxContent {
    width: 60%;
  }
  .flow__inner--boxTitle {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  .flow__inner--boxText {
    font-size: 16px;
    min-height: auto;
  }
  .flow__inner--img {
    width: 24px;
    height: 72px;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .qa__inner {
    width: 90%;
    display: block;
  }
  .qa__inner--box {
    width: 80%;
    margin: 0 auto 40px;
  }
  .qa__inner--box:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }
  .qa__inner--box:nth-last-child() {
    margin-bottom: 0;
  }
  .empty {
    display: block;
    width: 100%;
    height: 80px;
  }
}

@media screen and (max-width: 375px) {
  .br-tab {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .section__title {
    font-size: 20px;
  }
  .fv {
    height: calc(80vh - 60px);
  }
  .fv__inner {
    height: calc(80vh - 60px);
  }
  .fv__inner--content-catchTitle {
    font-size: 15px;
  }
  .fv__inner--content-catchTitle .br-tab {
    display: none;
  }
  .fv__inner--content-sub {
    width: 85%;
  }
  .fv__inner--content-title {
    font-size: 22px;
  }
  .fv__inner--content-title span {
    font-size: 14px;
  }
  .fv__inner--img {
    width: 50%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .fixSp {
    display: block;
  }
  .price__inner--boxText-Point {
    font-size: 14px;
  }
  .price__inner--boxText-Price.inversion {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .br-tab {
    display: none;
  }
  .fv__inner--content-catchTitle {
    font-size: 16px;
    margin-bottom: 0;
  }
  .fv__inner--content-sub {
    width: 85%;
  }
  .fv__inner--content-title {
    font-size: 16px;
  }
  .fv__inner--content-title span {
    font-size: 14px;
  }
  .fv__inner--img {
    width: 50%;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .fv__about {
    width: 100%;
    padding: 24px 0;
    background-color: #E4EFFF;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .fv__about--box {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 16px;
    display: block;
  }
  .fv__about--box-detail-boxImg {
    width: 50px;
    height: 50px;
  }
  .fv__about--box-detail-boxImg img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__about--box-detail-boxText {
    font-size: 10px;
  }
  .fixSp {
    display: block;
  }
  .fixSp__title {
    font-size: 12px;
  }
  .about__inner--box-contentTitle {
    font-size: 22px;
  }
  .price__inner--boxText-Point {
    font-size: 12px;
  }
  .price__inner--boxText-Price {
    font-size: 26px;
  }
  .price__inner--boxText-Price.inversion {
    font-size: 18px;
  }
  .flow__inner--box {
    height: 180px;
    padding: 2px 8px;
  }
}

@media (max-width: 1024px) {
  .sp {
    display: none;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    margin-bottom: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
  }
  .sp__menu {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .sp__menu--content {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    padding: 12px 0;
    border-bottom: 1px solid #333333;
  }
  .sp.open {
    display: block;
    -webkit-animation: open .5s linear 0s;
            animation: open .5s linear 0s;
  }
}

.corporate,
.individual,
.renovation {
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
}

.wpcf7 {
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .corporate,
  .individual,
  .renovation {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 4em !important;
}
/*# sourceMappingURL=marketing.css.map */