@charset "UTF-8";
/*aigis--*/ /*
---
name: Color
category:
  - color
compile: true
---
```ejs
<% var colorFunc = function(data){ -%>
<ul class="aigis-color">
<%   data.forEach(function (data, key) { -%>
	<li>
		<div class="aigis-color__box" style="background: <%- data.code -%>"></div>
		<div class="aigis-color__var"><%- data.var -%></div>
		<div class="aigis-color__code"><%- data.code -%></div>
	</li>
<% }); -%>
</ul>
<% } -%>

<% colorFunc([//作った変数に合わせて増やしてく
  { 'var': `$colorRed`,'code': `#f00` },
]); -%>
```
*/ /*--aigis*/
.p-content1 {
  max-width: 974px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 7px 4px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 7px 4px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 29px;
  background-color: #fff;
  padding: 55px 100px;
}
@media only screen and (max-width: 768px) {
  .p-content1 {
    padding: 35px 20px;
    margin: 0 20px;
  }
}
.p-content1._w720 {
  max-width: 720px;
}
.p-content1._w1200 {
  max-width: 1200px;
}
.p-content1._w1250 {
  max-width: 1250px;
}

.p-content1 {
  padding: 50px 30px 20px 50px;
}
.p-content1 .text-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  font-size: 20px;
}
.p-content1 .text-graph .c-orange {
  font-size: 26px;
}
.p-content1 .text-graph .graph {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.p-content1 .text-graph .small {
  margin-top: 2em;
  font-size: 16px;
  color: #808080;
}
@media only screen and (max-width: 768px) {
  .p-content1 .text-graph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-article {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-scroll_wrap {
    overflow-x: scroll;
    margin-left: 20px;
  }
  .p-scroll_wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .p-scroll_wrap::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
  }
  .p-scroll_wrap::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 5px;
  }
}

.p-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .p-slide {
    padding: 0 20px;
    margin-top: -20px;
  }
  .p-slide .slick-slide {
    padding: 20px;
  }
}
.p-slide._device {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
}
.p-slide._device .slick-slide {
  padding: 20px 0;
}
.p-slide._device .device {
  width: 50%;
  position: relative;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-slide._device .device {
    padding-bottom: 0;
    max-width: 305px;
    margin: 0 auto;
    display: block !important;
  }
}
@media not all and (max-width: 768px) {
  .p-slide._device .device:nth-child(1) {
    border-bottom: 5px solid #fff;
  }
  .p-slide._device .device:nth-child(2) {
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .p-slide._device .device:nth-child(4) {
    border-left: 5px solid #fff;
  }
  .p-slide._device .device:nth-child(2n) {
    padding-left: 60px;
  }
  .p-slide._device .device:nth-child(2n):before {
    right: 0;
  }
  .p-slide._device .device:nth-child(2n+1) {
    padding-right: 60px;
  }
  .p-slide._device .device:nth-child(n+3) {
    padding-top: 60px;
  }
  .p-slide._device .device:nth-child(n+3):before {
    top: 90px;
  }
}
.p-slide._device .device:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  top: 30px;
  background: #F29600;
  border-radius: 56px;
  height: 112px;
}
@media only screen and (max-width: 768px) {
  .p-slide._device .device:before {
    height: 60px;
    top: 15px;
    width: 100%;
  }
}
.p-slide._device .device p {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-slide._device .device p {
    font-size: 12px;
    padding-right: 15px;
  }
}
.p-slide._device .device h3 {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 112px;
  overflow: hidden;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-slide._device .device h3 {
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.p-slide._device .device img {
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .p-slide._device .device img {
    width: 128px;
    margin-right: 10px;
  }
}
.p-slide .slick-arrow {
  width: 52px;
  height: 52px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Safari用 */
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  z-index: 98;
  -webkit-box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  text-indent: -9999px;
}
.p-slide .slick-arrow.slick-next {
  background: url(../img/cmn/white_next.svg) no-repeat center center/52px auto;
  right: 15px;
}
.p-slide .slick-arrow.slick-prev {
  background: url(../img/cmn/white_prev.svg) no-repeat center center/52px auto;
  left: 15px;
}
.p-slide._col3 .post {
  width: 31%;
  padding: 40px 25px 110px;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .p-slide._col3 .post {
    -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-slide._col3 .post:nth-child(n+2) {
  margin-left: 3.5%;
}
.p-slide._col3 .post h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 30px 0 25px;
  line-height: 1.4;
}
.p-slide._col3 .post h3.seminar_title {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .p-slide._col3 .post h3.seminar_title {
    font-size: 18px;
  }
}
.p-slide._col4 .post {
  width: 24%;
  padding: 0;
  position: relative;
  color: #393E4C;
  padding: 0 0 20px;
}
.p-slide._col4 .post:nth-child(n+2) {
  margin-left: 1.33%;
}
.p-slide._col4 .post .day {
  font-size: 12px;
  display: block;
  padding: 20px 15px 0;
}
.p-slide._col4 .post h3 {
  font-size: 16px;
  padding: 0 15px 20px;
}
.p-slide._col4 .post p {
  display: block;
  padding: 0 15px;
}
.p-slide._col4 .post:hover {
  text-decoration: none;
}
.p-slide._col4 .post:hover h3 {
  text-decoration: underline;
}
.p-slide._col4 .post .cg {
  position: absolute;
  top: 0;
  left: 0;
  background: #E84715;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 15px;
  z-index: 2;
}
.p-slide .post {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-slide .post {
    max-width: 320px;
    margin: 0 auto;
    display: block !important;
  }
}
.p-slide .post h3 {
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
.p-slide .post .c-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}
.p-slide .post img {
  width: 100%;
  height: auto;
}
.p-slide .post p {
  font-size: 14px;
}
.p-slide .apri {
  width: 33%;
  text-align: center;
}
.p-slide .apri img {
  display: block;
  margin: 0 auto;
}
.p-slide .apri h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.p-slide .apri p {
  font-size: 14px;
  margin: 20px 0 0;
}

.l-section.p-cta2-wrap {
  background-color: #fafafa;
}

.p-cta2 {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-cta2 {
    padding: 0 20px;
  }
}
.p-cta2 .overflow {
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .overflow {
    max-width: 400px;
  }
}
.p-cta2 p {
  text-align: center;
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
}
.p-cta2 p small {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-cta2 p {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .p-cta2 p small {
    font-size: 14px;
  }
}
.p-cta2 .cta_link {
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_link {
    margin: 0 0 5px;
  }
}
.p-cta2 .cta_link .c-btn {
  line-height: 80px;
  max-width: 380px;
  border-radius: 40px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_link .c-btn {
    font-size: 16px;
    line-height: 42px;
    max-width: 240px;
  }
}
.p-cta2 .qa_link {
  float: right;
  color: #E84715;
  font-weight: bold;
  width: 20%;
  border-left: 1px solid #cccccc;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .qa_link {
    font-size: 14px;
    width: 30%;
    margin: 5px auto 0;
    display: block;
    line-height: 2.8;
    padding: 0 0 4px;
  }
}
.p-cta2 .cta_tel {
  float: left;
  font-weight: bold;
  width: 78%;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_tel {
    width: 69%;
  }
}
.p-cta2 .cta_tel dl {
  overflow: hidden;
}
.p-cta2 .cta_tel dl dt {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_tel dl dt {
    font-size: 10px;
    line-height: 50px;
  }
}
.p-cta2 .cta_tel dl dd {
  float: right;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_tel dl dd {
    float: left;
    margin-left: 10px;
  }
}
.p-cta2 .cta_tel dl dd .day {
  font-size: 14px;
  line-height: 34px;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_tel dl dd .day {
    float: none;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
  }
}
.p-cta2 .cta_tel dl dd .c-num {
  font-size: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../img/cmn/phone.svg) no-repeat center left/16px auto;
}
@media only screen and (max-width: 768px) {
  .p-cta2 .cta_tel dl dd .c-num {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 0 10px;
    background: url(../img/cmn/phone.svg) no-repeat center left/8px auto;
  }
}

.p-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-step li {
  font-size: 16px;
  background: #fff;
  text-align: center;
  width: 23%;
  padding: 40px 0 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .p-step li {
    width: 48%;
    font-size: 14px;
    padding: 30px 0;
  }
  .p-step li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-step li img {
  display: block;
  margin: 0 auto 5px;
}

.p-content_col2 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-content_col2 {
    display: block;
  }
}
.p-content_col2 + .p-content_col2 {
  margin-top: 30px;
}
@media not all and (max-width: 768px) {
  .p-content_col2 > div:nth-child(2n).img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 0;
  }
  .p-content_col2 > div:nth-child(2n+1).img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    padding-left: 0;
  }
}
.p-content_col2._rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media not all and (max-width: 768px) {
  .p-content_col2._rev > div:nth-child(2n).img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
  }
  .p-content_col2._rev > div:nth-child(2n+1).img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
  }
}
.p-content_col2 .img {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-content_col2 .img {
    width: 100%;
    padding: 15px 0 0;
  }
}
.p-content_col2 .txt {
  width: 50%;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-content_col2 .txt {
    width: 100%;
  }
}
.p-content_col2 h3 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-content_col2 h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}

.p-category {
  overflow: hidden;
  text-align: center;
  margin: 0 0 45px;
}
@media only screen and (max-width: 768px) {
  .p-category {
    margin: 0 0 30px;
  }
}
.p-category > a {
  border: 1px solid #E84715;
  color: #E84715;
  padding: 6px 20px;
  min-width: 120px;
  margin: 0 15px 15px;
  display: inline-block;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-category > a {
    margin: 0 3px 10px;
    min-width: 116px;
    padding: 6px 15px;
  }
}
.p-category > a:hover, .p-category > a.active {
  text-decoration: none;
  background: #E84715;
  color: #fff;
}

.p-post_list {
  overflow: hidden;
}

.p-card {
  color: #393E4C;
  background: #fff;
  padding: 0 0 15px;
  display: block;
}
.p-card:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .p-card {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-card + .p-card {
    margin-top: 20px;
  }
}
@media not all and (max-width: 768px) {
  .p-card {
    width: 32%;
    float: left;
  }
  .p-card:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-card:nth-child(3n) {
    float: right;
  }
  .p-card:nth-child(3n+1) {
    margin-right: 2%;
    clear: both;
  }
}
.p-card._case .more1 {
  width: 100%;
  margin: 20px 0 0;
  max-width: 100%;
}
.p-card._case h2 {
  color: #E84715;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0;
}
.p-card._case h2 a {
  color: #E84715;
}
.p-card._case .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.p-card._case dl {
  font-size: 12px;
  overflow: hidden;
}
.p-card._case dl dt {
  width: 60px;
  float: left;
  clear: both;
}
.p-card._case dl dd {
  overflow: hidden;
}
.p-card._post1 {
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
  .p-card._post1 {
    margin-bottom: 25px;
  }
}
.p-card._post1 img {
  width: 100%;
}
.p-card._post1 .title1 {
  color: #E84715;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0 0;
}
.p-card._post1 .title1 a {
  color: #E84715;
}
.p-card._post1 .text1 {
  padding: 10px 0 0;
  font-size: 12px;
}
.p-card._post1 .text1._big1 {
  font-size: 14px;
}
.p-card._post1 .more1 {
  width: 100%;
  margin: 20px 0 0;
  max-width: 100%;
}

.p-main:after {
  content: " ";
  display: block;
  clear: both;
}
.p-main_content1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 58.33%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1360px) {
  .p-main_content1 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-main_content1 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.p-main_side1 {
  float: right;
  width: 36.66%;
}
@media only screen and (max-width: 768px) {
  .p-main_side1 {
    float: none;
    width: auto;
    position: relative;
    padding-top: 35px;
  }
  .p-main_side1:before {
    content: "";
    display: block;
    width: 214px;
    height: 1px;
    background: #e2dfdf;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.p-side + .p-side {
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .p-side + .p-side {
    margin-top: 30px;
  }
}
.p-side .c-side_h2 {
  margin-bottom: 5px;
}
.p-side .child1 {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2dfdf;
  color: #e84715;
  padding: 15px 0;
}
.p-side .child1:after {
  content: " ";
  display: block;
  clear: both;
}
.p-side .title1 {
  font-size: 14px;
  font-weight: bold;
}
.p-side .day {
  color: #393E4C;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.p-side .desc1,
.p-side .image1 {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-side .desc1,
  .p-side .image1 {
    vertical-align: middle;
  }
}
.p-side .desc1 {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .p-side .desc1 {
    padding-right: 47px;
  }
}
.p-side .image1 {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .p-side .image1 {
    width: 117px;
  }
}
.p-side .image1 img {
  width: 100%;
}
.p-side .c-btn {
  display: block;
  margin: 30px auto 0;
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  .p-side .c-btn {
    margin: 20px auto 0;
  }
}
.p-side._post3 .title1 {
  padding: 0 0 5px;
}
.p-side._post3 .cg {
  color: #393E4C;
  background: #f2f2f2;
  line-height: 1.4;
  min-width: 120px;
  display: inline-block;
  padding: 3px 10px 4px;
  font-size: 12px;
  text-align: center;
}
.p-side._post3 .image1 {
  padding: 10px;
}
.p-side._post2 .title1 {
  padding: 0 0 15px;
}
.p-side._post2 .company {
  color: #393E4C;
  font-size: 14px;
  line-height: 1.4;
}
.p-side._category1 li {
  border-bottom: 1px solid #e2dfdf;
  font-size: 16px;
  font-weight: bold;
}
.p-side._category1 li a {
  display: block;
  padding: 13px 0;
  color: #393e4c;
}

.p-form_wrap .f-title {
  font-weight: bold;
  margin: 0 0 10px;
}
.p-form_wrap .f-title .his {
  background: #e8760e;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 1px 10px;
  margin-left: 10px;
}
.p-form_wrap .box {
  margin-bottom: 30px;
}
.p-form_wrap textarea {
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .p-form_wrap textarea {
    height: 60px;
  }
}
.p-form_wrap select, .p-form_wrap .js-formCheckSelect {
  background: url(../img/cmn/select_arrow.svg) right center no-repeat #fff;
}
.p-form_wrap .datepicker1 {
  background: url(../img/cmn/form_calendar.svg) right center no-repeat #fff;
}
.p-form_submit {
  text-align: center;
}
.p-form_submit input {
  max-width: 440px;
  font-size: 22px;
  padding: 24px 15px;
}
.p-form_submit input[type=submit]:disabled {
  color: #cccccc;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.p-form_submit2 {
  text-align: center;
}
.p-form_submit2 input {
  max-width: 230px;
  font-size: 16px;
  padding: 15px 15px;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .p-form_submit2 input {
    max-width: 170px;
    padding: 5px 15px;
  }
}
.p-form_agree {
  background: #F29600;
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .p-form_agree {
    margin-bottom: 35px;
  }
}
.p-form_agree .his {
  background: #F29600;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 10px;
  margin-left: 10px;
}

.js-formCheckSelect {
  background: url(../img/cmn/select_arrow.svg) right center no-repeat #fff;
  padding: 10px;
  padding-right: 2em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js-formCheckItems {
  background: #FFFFFF;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border: solid 1px #CDCDCD;
}
.js-formCheckItems[data-select=close] {
  height: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.js-formCheckItems[data-select=open] {
  height: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.js-formCheckItems .wpcf7-form-control {
  display: block;
}
.js-formCheckItems .wpcf7-list-item {
  display: block;
  margin: 0;
}
.js-formCheckItems .wpcf7-list-item:nth-child(n+2) {
  border-top: solid 1px #CDCDCD;
}
.js-formCheckItems .wpcf7-list-item label {
  display: block;
  padding: 0.6em;
}

.p-contact_wrap {
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-contact_wrap {
    padding-bottom: 40px;
  }
}
.p-contact_wrap._narrow1 {
  max-width: 680px;
}
.p-contact_fv {
  font-weight: 700;
  font-size: 36px;
  padding-top: 62px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .p-contact_fv {
    padding-top: 40px;
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.p-contact_text1 {
  max-width: 436px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-contact_text1 {
    max-width: 100%;
    margin-bottom: 26px;
  }
}
.p-contact_note1 {
  font-size: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .p-contact_note1 {
    font-size: 14px;
  }
}

.p-thanks_fv {
  font-size: 30px;
  margin-bottom: 20px;
}
.p-thanks_info {
  font-size: 36px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .p-thanks_info {
    font-size: 22px;
  }
}
.p-thanks_text1 {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-thanks_text1 {
    margin-bottom: 30px;
  }
}
.p-thanks_slide iframe {
  width: 100%;
  aspect-ratio: 960/569;
}
.p-thanks_ycbm {
  font-weight: bold;
  font-size: 24px;
}
.p-thanks_ycbm_main {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .top_thanks .p-thanks_ycbm_main {
    font-size: 24px;
  }
}
.p-thanks_ycbm_sub {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .top_thanks .p-thanks_ycbm_sub {
    font-size: 18px;
  }
}
.p-thanks_red {
  color: #e2371a;
  font-weight: bold;
}
.p-thanks_link {
  color: #001fd1;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
.p-thanks_link .c-btn {
  font-size: 22px;
  padding-left: 2em;
  padding-right: 2em;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-thanks_link .c-btn {
    font-size: 18px;
  }
}

.c-mv01__btn01-inner, .c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}
.c-mv01__btn01-inner > *, .c-btn01 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-mv01__btn01-link, .c-btn01__inner {
  background: #F07427;
  color: #FFFFFF;
  text-decoration: none !important;
  border: solid 1px #F07427;
  border-radius: 100vw;
  padding: 0.6em 2em;
  padding-right: 2.8em;
  position: relative;
  -webkit-transition: color border-color background-color 0.3s;
  transition: color border-color background-color 0.3s;
}
.c-mv01__btn01-link:hover, .c-btn01__inner:hover {
  color: #F07427;
  background: #FFFFFF;
  border-color: #F07427;
  -webkit-transition: color border-color background-color 0.3s;
  transition: color border-color background-color 0.3s;
}
.c-mv01__btn01-link:before, .c-btn01__inner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.4em transparent;
  border-left: solid 0.7em;
  border-bottom: solid 0.4em transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block {
  max-width: 100%;
}

[data-type*="genesis-custom-blocks/lp-"] {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
[data-type*="genesis-custom-blocks/lp-"] * {
  font-family: inherit;
}

.lp-body {
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
@media not all and (max-width: 768px) {
  .lp-body {
    font-size: 1rem;
  }
}
.lp-body * {
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.js-scrollable.is-scrollable {
  padding-bottom: 10px;
}
.js-scrollable .scroll-hint-icon-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .js-scrollable::-webkit-scrollbar {
    height: 4px;
    background-color: #F07427;
  }
}
@media only screen and (max-width: 768px) {
  .js-scrollable::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 768px) {
  .js-scrollable::-webkit-scrollbar-thumb {
    background-color: #F07427;
  }
}

.c-layout01, .c-layout02 {
  max-width: 940px;
  margin: auto;
  padding: 80px 20px;
}
@media only screen and (max-width: 768px) {
  .c-layout01, .c-layout02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.c-layout02 {
  max-width: 1240px;
}
.c-title01 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.8em;
  margin-bottom: 1.8em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-title01 {
    font-size: 1.375rem;
  }
}
.c-title01:before {
  content: "";
  display: block;
  width: 3.6666666667em;
  height: 0;
  border-bottom: dotted 0.3333333333em #F07427;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-title02 {
  font-size: 2.25rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .c-title02 {
    font-size: 1.875rem;
  }
}
.c-title02__sub, .c-title02__main {
  display: inline-block;
}
.c-title02__sub {
  font-size: 0.5555555556em;
  font-weight: 500;
  margin-bottom: 0.6em;
}
.c-title02__main {
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: solid 0.15em #F07427;
}
.c-title03 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-left: 0.8em;
  position: relative;
}
.c-title03:before {
  content: "";
  display: block;
  background: #F07427;
  width: 0.3em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vw;
}
.c-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
.c-list01__item {
  background: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 40px);
          flex: 1 1 calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  padding: 40px 30px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-list01__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-list01__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media not all and (max-width: 768px) {
  .c-list01__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
.c-list01__num {
  display: block;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-list01__num:before {
  content: "";
  background: #6CB8C5;
  display: block;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-list01__num-inner {
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.c-list01__icon, .c-list01__title {
  text-align: center;
}
.c-list01__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1em;
}
.c-list01__text {
  margin-top: 1.6em;
}
.c-list02 {
  font-size: 1.125rem;
}
.c-list02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-list02__item:nth-child(n+2) {
  margin-top: 1em;
}
.c-list02__item--icon {
  padding-left: 1.8em;
  position: relative;
}
.c-list02__item--icon:before {
  content: "";
  display: block;
  background: url(../img/lp-common/icon_list01.svg) no-repeat center;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.35em;
  position: absolute;
  left: 0;
}
.c-list02__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.2em;
          flex: 0 0 1.2em;
  max-width: 1.2em;
  min-width: 1.2em;
  margin-right: 0.4em;
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.c-figure01 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-figure01 {
    font-size: 1rem;
  }
}
.c-figure01__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin: auto;
}
.c-figure01__text > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0.3em 0.5em;
}
.c-lead01 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  padding: 30px;
  border: solid 4px #6CB8C5;
}
@media only screen and (max-width: 768px) {
  .c-lead01 {
    padding: 15px;
  }
}
.c-mv01 {
  background-size: cover !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv01 {
    text-align: center;
  }
}
.c-mv01:before {
  content: "";
  display: block;
  background: url(../img/lp-obokuru/mv_bg_mask01.svg) no-repeat center;
  background-size: cover !important;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-mv01:before {
    width: 100%;
  }
}
.c-mv01 > * {
  position: relative;
  z-index: 2;
}
.c-mv01__text01, .c-mv01__text02, .c-mv01__text03 {
  text-shadow: 0.05em 0 0 white, -0.05em 0 0 white, 0 0.05em 0 white, 0 -0.05em 0 white, 0.05em 0 0.05em white, -0.05em 0 0.05em white, 0 0.05em 0.05em white, 0 -0.05em 0.05em white;
}
.c-mv01__text01 {
  font-size: 1.25rem;
  margin-bottom: 1.2em;
}
.c-mv01__text02 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.c-mv01__text02-sub, .c-mv01__text02main {
  display: block;
}
.c-mv01__text02-sub {
  font-size: 0.5833333333em;
  font-weight: 500;
}
.c-mv01__text02-main {
  font-weight: bold;
}
.c-mv01__btn01 {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .c-mv01__btn01-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-bnr01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #6CB8C5;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-bnr01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-bnr01:before {
  content: "";
  display: block;
  background: #FFFFFF;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.c-bnr01 > * {
  position: relative;
  z-index: 2;
}
.c-bnr01__label {
  background: #6CB8C5;
  display: block;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 0;
  left: -50%;
  -webkit-transform: translate(3.5em, 2em) rotate(-45deg);
      -ms-transform: translate(3.5em, 2em) rotate(-45deg);
          transform: translate(3.5em, 2em) rotate(-45deg);
}
.c-bnr01__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 76.6666666667%;
          flex: 1 1 76.6666666667%;
  max-width: 76.6666666667%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .c-bnr01__main {
    padding: 50px 15px;
  }
}
.c-bnr01__main .c-bnr01__text01 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.8em;
}
.c-bnr01__main .c-bnr01__text01-num {
  display: inline-block;
  font-size: 2em;
  color: #F07427;
  padding: 0 0.2em;
}
.c-bnr01__main .c-bnr01__text02 {
  font-size: 1.25rem;
}
.c-bnr01__main .c-bnr01__text02-sub, .c-bnr01__main .c-bnr01__text02-main {
  display: inline-block;
}
.c-bnr01__main .c-bnr01__text02-main {
  font-size: 2.4em;
  line-height: 1;
  padding-left: 0.3em;
}
.c-bnr01__main .c-bnr01__btn01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.c-bnr01__sub {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3333333333%;
          flex: 1 0 23.3333333333%;
  max-width: 23.3333333333%;
  position: relative;
}
@media not all and (max-width: 768px) {
  .c-bnr01__sub {
    border-left: dashed 4px #999999;
  }
}
@media only screen and (max-width: 768px) {
  .c-bnr01__sub {
    border-top: dashed 4px #999999;
  }
}
@media not all and (max-width: 768px) {
  .c-bnr01__sub .logo {
    max-width: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 5%;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-bnr01__sub .logo {
    width: 200px;
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-bnr01__main, .c-bnr01__sub {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

.u-iblock {
  display: inline-block;
}
.u-seminar_submit input[type=submit] {
  background-color: #01B7B0;
  border: 1px solid #01B7B0;
  color: #FFFFFF;
  padding: 16px;
}
.u-seminar_submit input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #01B7B0;
}

@media not all and (max-width: 768px) {
  ._sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

.person-info {
  background: #FEF6E9;
}
@media only screen and (max-width: 768px) {
  .person-info {
    padding: 60px 0;
  }
}
.person-info .c-section_head {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .person-info .c-section_head {
    margin-bottom: 27px;
  }
}
.person-info_detail {
  background-color: #FFFFFF;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .person-info_detail {
    padding-inline: 20px;
    margin-bottom: 26px;
  }
}
.person-info_detail .face {
  width: 27.72%;
}
@media only screen and (max-width: 768px) {
  .person-info_detail .face {
    width: 90.3381642512%;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .person-info_detail .face.--pc {
    display: none;
  }
}
.person-info_detail .face.--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .person-info_detail .face.--sp {
    display: block;
    margin-bottom: 20px;
  }
}
.person-info_detail .about h3 {
  font-size: clamp(18px, 0.321vw + 16.15px, 20px);
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .person-info_detail .about h3 {
    text-align: center;
  }
}
.person-info_detail .about p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.person-info_detail .about .sns {
  margin-top: 32px;
}
.person-info_detail .about .sns a {
  text-decoration: underline;
}

.specialty_contents h3 {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
.specialty_contents-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .specialty_contents-wrapper {
    margin-right: -20px;
  }
}
.specialty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .specialty_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: auto;
    margin-right: -20px;
    padding-right: 20px;
  }
}
.specialty_list > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 30px);
          flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
}
@media only screen and (max-width: 768px) {
  .specialty_list > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(60% - 30px);
            flex: 1 0 calc(60% - 30px);
    max-width: calc(60% - 30px);
  }
}
.specialty_item {
  background: #FFFFFF;
  text-align: center;
  padding: 30px;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .specialty_item {
    padding: 30px 15px;
  }
}
.specialty_item:nth-of-type(n+5) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .specialty_item:nth-of-type(n+5) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .specialty_item:first-of-type {
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .specialty_item:last-of-type {
    margin-right: auto;
  }
}
.specialty_item .specialty_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #F07427;
  margin-bottom: 1em;
}
.specialty_item .specialty_icon {
  max-width: 100px;
}
.specialty_item .specialty_text {
  margin-top: 1em;
}

.form_container {
  padding: 80px 0;
  background-color: #FCF4F0;
}
@media only screen and (max-width: 767) {
  .form_container {
    padding: 40px 0;
  }
}
.form-inner {
  width: 100%;
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto 0;
}
@media only screen and (max-width: 767) {
  .form-inner {
    padding-inline: 20px;
  }
}
.form-inner .form-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.244vw + 11.08px, 38px);
  font-weight: 700;
}
@media only screen and (max-width: 767) {
  .form-inner .form-title {
    margin-bottom: 30px;
  }
}
.form-inner .p-form_wrap .f-title {
  font-weight: 700;
}
.form-inner .p-form_wrap .box.--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767) {
  .form-inner .p-form_wrap .box.--checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 767) {
  .form-inner .p-form_wrap .box.--checkbox .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.form-inner .p-form_wrap .box.--checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
@media only screen and (max-width: 767) {
  .form-inner .p-form_wrap .box.--checkbox .wpcf7-list-item.first {
    display: block;
  }
}
@media only screen and (max-width: 767) {
  .form-inner .p-form_wrap .box.--checkbox .wpcf7-list-item.last {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.form-inner .p-form_wrap .box.--checkbox .wpcf7-list-item-label {
  font-weight: bold;
  font-size: 14px;
}
.form-inner .p-form_wrap .box.--checkbox input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 4px;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.form-inner .p-form_wrap .box.--checkbox input[type=checkbox]:before, .form-inner .p-form_wrap .box.--checkbox input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.form-inner .p-form_wrap .box.--checkbox input[type=checkbox]:before {
  background-color: #FFFFFF;
  border-radius: 0%;
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.form-inner .p-form_wrap .box.--checkbox input[type=checkbox]:after {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  opacity: 0;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
  left: 10px;
}
.form-inner .p-form_wrap .box.--checkbox input[type=checkbox]:checked:after {
  opacity: 1;
}
.form-inner .p-form_wrap .box.--checkbox .f-title {
  margin: 0;
  margin-top: -5px;
}
@media only screen and (max-width: 767) {
  .form-inner .p-form_wrap .box.--checkbox .f-title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.form-inner .p-form_wrap .box.--checkbox .f-title.his {
  margin-left: 0;
}
.form-inner .p-form_wrap textarea {
  height: 150px;
}

.wpcf7-not-valid-tip {
  color: red !important;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #000000 !important;
}