@charset "UTF-8";
.body-content.entire {
  position: relative;
  min-height: calc(100vh - 35px);
}
.body-content.entire .link-logo.first {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
}
@media (max-width: 1260px) {
  .body-content.entire .link-logo.first {
    display: none;
  }
}
@media (max-width: 520px) {
  .body-content.entire .container:first-of-type {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .body-content.entire {
    padding-bottom: 60px;
  }
}
.body-content.new-req-form {
  padding-bottom: 0;
}

.new-form-input input:not([type=checkbox]):not([type=radio]):not([type=button]),
.new-form-input select,
.new-form-input textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  height: 36px;
  font-size: 14px;
  padding-left: 0.5em;
}
.new-form-input input[name=companyname] {
  border: none !important;
}
.new-form-input textarea {
  height: 100px !important;
  vertical-align: top;
}
.new-form-input dl {
  width: 100%;
  margin-bottom: 15px;
}
.new-form-input dt {
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 14px;
}
.new-form-input .two-col {
  margin-bottom: 10px;
}
.new-form-input .two-col-input-area {
  display: flex;
}
.new-form-input .two-col dl {
  margin-bottom: 0;
}
.new-form-input .two-col dl:not(:last-child) {
  margin-right: 20px;
}
.new-form-input .nece-mark:after {
  content: "必須";
  font-size: 10px;
  color: #fff;
  padding: 0 4px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #ff4000;
  vertical-align: middle;
}
.new-form-input .attention {
  font-size: 10px;
  color: #666;
  margin: 3px 0 0;
  line-height: 1.5;
}
.new-form-input .select-new-mark {
  position: relative;
}
.new-form-input .select-new-mark span::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/new_form/req_info_form/ico_arrow.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 3px);
  display: inline-block;
  width: 10px;
  height: 6px;
}
.new-form-input .select-new-mark span select {
  appearance: none;
}
.new-form-input .select-new-mark select {
  position: relative;
  z-index: 0;
}
.new-form-input .law-agree a {
  text-decoration: underline;
  color: #e9401a;
}
.new-form-input .law-agree #law-agree {
  vertical-align: -2.5px;
  margin-right: 9px;
  width: 15px;
  height: 15px;
}

.new-form-confirm,
.new-form-input-step2 {
  display: none;
}

.input-inner-area {
  width: 360px;
  margin: 0 auto;
}

.back-step1 {
  color: #908a87;
  cursor: pointer;
  display: inline-block;
  margin-left: -10px;
}
.back-step1:hover {
  text-decoration: underline;
}

.new-form-input .error {
  color: #ff0000;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .form-section .form-row dt {
    padding: 15px 10px;
    vertical-align: middle;
  }
  .form-section .form-row dd {
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .input-inner-area {
    width: 100%;
  }
}
.new-form-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.new-form-step li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.new-form-step li:before {
  content: "";
  display: block;
  border-top: 1.5px dotted #b3b3b3;
  position: absolute;
  top: 26px;
  width: 100%;
}
.new-form-step li:first-child:before {
  width: 50%;
  right: 0;
}
.new-form-step li:last-child:before {
  width: 50%;
  left: 0;
}
.new-form-step .number {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #908a87;
  background-color: #e1ded9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41363b;
  font-size: 21px;
  z-index: 1;
}
.new-form-step .sentence {
  margin: 10px 0 0;
}
.new-form-step li.active:before {
  border-top: 1.5px solid #ff4000;
}
.new-form-step li.active .number {
  color: #fff;
  background-color: #ff4000;
  border-color: #ff4000;
}

@media screen and (max-width: 768px) {
  .new-form-step {
    margin-bottom: 30px;
  }
  .new-form-step .number {
    font-size: 15px;
    height: 35px;
    width: 35px;
  }
  .new-form-step li:before {
    top: 18px;
  }
  .new-form-step .sentence {
    font-size: 10px;
  }
}
.new-req-form .container {
  max-width: 760px;
}
.new-req-form .container.success {
  padding: 80px 10px 0;
}
.new-req-form .req-explain {
  margin-right: 70px;
  font-weight: bold;
}
.new-req-form .req-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 35px auto 0;
  column-gap: 10px;
  position: relative;
  width: min(100%, 885px);
}
.new-req-form .req-flex-wrap .link-logo.second {
  width: 120px;
  display: none;
  margin-bottom: 17px;
}
@media (max-width: 1260px) {
  .new-req-form .req-flex-wrap .link-logo.second {
    display: block;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .link-logo.second {
    margin-bottom: 40px;
  }
}
.new-req-form .req-flex-wrap iframe {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap iframe {
    display: none;
  }
}
.new-req-form .req-flex-wrap .sentence {
  color: #454545;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.new-req-form .req-flex-wrap .sentence span {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .sentence span {
    font-size: 0.59em;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .sentence {
    font-size: 24px;
  }
}
.new-req-form .req-flex-wrap .slide {
  position: relative;
}
.new-req-form .req-flex-wrap .slide figure.arrow-sp-business {
  background-color: #fa6e01;
  border-radius: 100vh;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.new-req-form .req-flex-wrap .slide figure.arrow-sp-business.ai-apps {
  background-color: #FC374A;
}
.new-req-form .req-flex-wrap .slide figure.arrow-sp-business img {
  width: 10px;
  height: 15px;
  margin-right: -1px;
}
.new-req-form .req-flex-wrap .slide figure.arrow-sp-business.prev {
  transform: rotate(180deg);
  left: 0;
  top: 44%;
  z-index: 9;
}
.new-req-form .req-flex-wrap .slide figure.arrow-sp-business.next {
  right: 0;
  top: 44%;
}
.new-req-form .req-flex-wrap .slide .content .img-wrap {
  height: auto;
}
.new-req-form .req-flex-wrap .slide .content .img-wrap figure {
  width: min(100%, 360px) !important;
  height: auto;
  aspect-ratio: 360/202.45;
  margin: 0 auto;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.new-req-form .req-flex-wrap .slide .content .img-wrap figure.has-txt {
  position: relative;
}
.new-req-form .req-flex-wrap .slide .content .img-wrap figure.has-txt div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-req-form .req-flex-wrap .slide .content .img-wrap figure.has-txt div p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.new-req-form .req-flex-wrap .slide .slick-slider .slick-list {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .slide {
    max-width: 340px;
    margin: 0 auto;
    display: none;
  }
}
.new-req-form .req-flex-wrap .doc-content {
  border-width: 3px;
  padding: 23px 30px 23px 32px;
  margin-top: 28.55px;
  text-align: left;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.new-req-form .req-flex-wrap .doc-content h3 {
  color: #454545;
  font-size: 17px;
  margin-bottom: 15px;
  text-decoration: underline;
}
.new-req-form .req-flex-wrap .doc-content p {
  text-align: left;
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 16px;
  color: #454545;
  font-weight: bold;
}
.new-req-form .req-flex-wrap .doc-content p:not(:first-of-type) {
  margin-top: 3px;
}
.new-req-form .req-flex-wrap .doc-content p span.checkmark003 {
  padding-left: 24px;
  position: relative;
}
.new-req-form .req-flex-wrap .doc-content p span.checkmark003::before, .new-req-form .req-flex-wrap .doc-content p span.checkmark003::after {
  content: "";
  display: block;
  position: absolute;
}
.new-req-form .req-flex-wrap .doc-content p span.checkmark003::before {
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background: #fa6e01;
  left: -4px;
  top: 0;
}
@media (max-width: 991px) {
  .new-req-form .req-flex-wrap .doc-content p span.checkmark003::before {
    left: -5px;
  }
}
.new-req-form .req-flex-wrap .doc-content p span.checkmark003::after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 11px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
  top: 6px;
}
@media (max-width: 991px) {
  .new-req-form .req-flex-wrap .doc-content p span.checkmark003::after {
    left: -1px;
  }
}
.new-req-form .req-flex-wrap .doc-content p span.checkmark003.ai-apps::before {
  background: #FC374A;
}
@media (max-width: 991px) {
  .new-req-form .req-flex-wrap .doc-content {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .doc-content {
    display: none;
  }
}
.new-req-form .req-flex-wrap .achievements {
  margin-top: 40px;
}
.new-req-form .req-flex-wrap .achievements h3 {
  font-size: 14px;
  color: #454545;
  line-height: 1;
  text-align: center;
}
.new-req-form .req-flex-wrap .achievements figure {
  max-width: 100%;
  aspect-ratio: 340/113;
  height: auto;
  display: block;
  margin-top: 10px;
}
.new-req-form .req-flex-wrap .achievements figure img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .achievements {
    display: none;
  }
}
.new-req-form .req-flex-wrap .case-ten-industries {
  margin-top: 34px;
}
.new-req-form .req-flex-wrap .case-ten-industries h3 {
  font-size: 16px;
  color: #454545;
  text-align: center;
}
.new-req-form .req-flex-wrap .case-ten-industries ul {
  margin: 17px auto 0;
  display: flex;
  justify-content: center;
  column-gap: 28px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
  color: #454545;
}
.new-req-form .req-flex-wrap .case-ten-industries ul li {
  width: min(50%, 147px);
  position: relative;
  padding-left: 1em;
}
.new-req-form .req-flex-wrap .case-ten-industries ul li::before {
  content: "●";
  position: absolute;
  left: -4px;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .case-ten-industries {
    display: none;
  }
}
.new-req-form .req-flex-wrap .success-pass-movie-content {
  margin-top: 41px;
}
.new-req-form .req-flex-wrap .success-pass-movie-content h3 {
  font-size: 16px;
  color: #454545;
  text-align: center;
}
.new-req-form .req-flex-wrap .success-pass-movie-content ul {
  font-size: 16px;
  color: #454545;
}
.new-req-form .req-flex-wrap .success-pass-movie-content ul:first-of-type {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .success-pass-movie-content {
    display: none;
  }
}
.new-req-form .req-flex-wrap > div.before {
  width: min(50%, 420px);
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap > div.before {
    width: 100%;
    margin: 0 0 25px !important;
  }
}
.new-req-form .req-flex-wrap > div.after {
  width: min(50%, 420px);
  background-color: #fff;
  padding: 27px 39.34px 0;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
}
@media (max-width: 1260px) {
  .new-req-form .req-flex-wrap > div.after {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .new-req-form .req-flex-wrap > div.after {
    padding: 27px 20px 0;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap > div.after {
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 520px) {
  .new-req-form .req-flex-wrap > div.after {
    padding: 27px 9.5px 0;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap > div {
    margin: 10px 10px 35px !important;
  }
}
@media (max-width: 520px) {
  .new-req-form .req-flex-wrap > div {
    margin: 40px 10px 30px !important;
  }
}
@media (max-width: 520px) {
  .new-req-form .req-flex-wrap .sentence-text .w-520-none {
    display: none;
  }
}
.new-req-form .req-flex-wrap .form-txt {
  line-height: 1.2;
  color: #454545;
  font-size: 13px;
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap .form-txt {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .new-req-form .req-flex-wrap .form-txt {
    padding-left: 1em;
  }
}
@media (max-width: 768px) {
  .new-req-form .req-flex-wrap {
    align-items: center !important;
  }
}
.new-req-form .req-explain .sentence {
  text-align: center;
  line-height: 2;
}
.new-req-form .req-explain .about {
  background-color: #f7f7f7;
  padding: 15px 10px;
  margin: 30px 0 40px;
  text-align: center;
}
.new-req-form .req-explain .about > p {
  color: #ff4000;
  font-size: 16px;
  margin-bottom: 15px;
}
.new-req-form .req-explain .about ul {
  display: inline-block;
}
.new-req-form .req-explain .about li {
  list-style-type: disc;
  text-align: left;
}
.new-req-form .req-explain .about li:not(:last-child) {
  margin-bottom: 10px;
}
.new-req-form .req-explain .image-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-req-form .req-explain .image-area li {
  width: calc(50% - 10px);
}
.new-req-form .req-explain .image-area li:nth-child(n+3) {
  margin-top: 20px;
}
.new-req-form .req-explain .image-area li img {
  width: 100%;
}
.new-req-form .input-inner-area {
  width: 300px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .new-req-form .req-flex-wrap {
    flex-direction: column;
    margin: 10px auto 10px !important;
  }
  .new-req-form .req-explain {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .new-req-form .req-explain .about {
    margin: 30px 0;
  }
  .new-req-form .req-explain .image-area {
    flex-direction: column;
    align-items: center;
  }
  .new-req-form .req-explain .image-area li {
    max-width: 500px;
    width: 100%;
  }
  .new-req-form .req-explain .image-area li:nth-child(n+3) {
    margin-top: 0;
  }
  .new-req-form .req-explain .image-area li:not(:last-child) {
    margin-top: 20px;
  }
  .new-req-form .input-inner-area {
    width: 100%;
  }
}
.new-form-comp .container {
  max-width: 1070px;
}
.new-form-comp .lead a {
  color: #333;
}
.new-form-comp a.disabled {
  pointer-events: none;
}
.new-form-comp a.disabled .cc-button {
  background-color: #cccc;
  color: #efefef;
}
.new-form-comp .heading-02 {
  color: #ff4000 !important;
}
.new-form-comp .comp-head {
  background-color: #f2f2f2;
  padding: 10px 0;
  margin-top: 160px;
}
.new-form-comp .comp-contents {
  box-sizing: border-box;
  margin-top: 70px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.new-form-comp .comp-contents .box {
  border: 1px solid #e8340c;
  border-radius: 15px;
  width: 48%;
  padding: 24.6px 0;
}
.new-form-comp .comp-contents .box.first {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  column-gap: 20px;
}
.new-form-comp .comp-contents .box.first .img {
  width: 220px;
}
.new-form-comp .comp-contents .box.first .img img {
  width: 100%;
}
.new-form-comp .comp-contents .box .heading {
  font-size: 30px;
  color: #e8340c;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.new-form-comp .comp-contents .box .txt {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
.new-form-comp .comp-contents .box .btn {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  background-color: #0063aa;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  width: min(100%, 253px);
}
.new-form-comp .comp-contents .cc-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.new-form-comp .comp-contents .box-with-image {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.new-form-comp .comp-contents .box-with-image.col1 .box {
  width: 100%;
}
.new-form-comp .comp-contents .box-with-image.col2 .box {
  width: calc(50% - 20px);
}
.new-form-comp .comp-contents .box-with-image.col3 .box {
  width: calc(33% - 26.6px);
}
.new-form-comp .comp-contents .box-with-image.col3 .box.disable a .cc-button {
  background-color: #ccc;
  color: #efefef;
}
.new-form-comp .comp-contents .box-with-image.col3 .box.disable a img {
  opacity: 0.6;
}
.new-form-comp .comp-contents .box-with-image.col3 .box.disable .balloon {
  color: #ccc;
  border-color: #ccc;
}
.new-form-comp .comp-contents .box-with-image a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.new-form-comp .comp-contents .box-with-image .box img {
  width: 100%;
  margin: 30px auto;
}
.new-form-comp .comp-contents .box-with-image .img01 {
  max-width: 120px;
}
.new-form-comp .comp-contents .box-with-image .img02 {
  max-width: 114px;
}
.new-form-comp .comp-contents .box-with-image .img03 {
  max-width: 127px;
}
.new-form-comp .comp-contents .box-with-image .balloon {
  position: absolute;
  right: 0;
  top: -25px;
  /*color: #FF4000;*/
  /*border: 1px solid #FF4000;*/
  border-radius: 100%;
  /*width: 76px;*/
  /*height: 76px;*/
  /*background: #fff;*/
  background: #fff;
  color: #394e7a;
  border: 2px solid #394e7a;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 13px;
}
.new-form-comp .comp-contents .cc-button {
  margin: auto 0 0;
  background-color: #ff4000;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.new-form-comp .comp-contents .cc-button:after {
  content: ">";
  display: block;
  margin-left: 5px;
}
.new-form-comp .comp-contents .button-only-box {
  display: flex;
  justify-content: space-between;
}
.new-form-comp .comp-contents .button-only-box .box {
  width: calc(50% - 20px);
}
.new-form-comp .comp-contents .button-only-box .box .cc-button {
  height: 100px;
}
.new-form-comp .comp-contents a {
  transition: opacity 0.3s;
}
.new-form-comp .comp-contents a:hover {
  opacity: 0.7;
}
.new-form-comp .comp-sns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.new-form-comp .comp-sns .in-sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  margin: 0 auto 20px;
}
.new-form-comp .comp-sns .in-sns > a {
  width: 32px;
}
.new-form-comp .comp-sns .in-sns img {
  width: 100%;
}
.new-form-comp .comp-sns .sentence {
  text-align: center;
  font-size: 20px;
  line-height: 33px;
}
.new-form-comp .form-section .small_lead {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1050px) {
  .new-form-comp .comp-head {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .new-form-comp .comp-contents .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first .img {
    width: 80%;
  }
}
@media screen and (max-width: 1050px) {
  .new-form-comp .comp-head {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .new-form-comp .comp-contents .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first .img {
    width: 80%;
  }
}
@media screen and (max-width: 1050px) {
  .new-form-comp .comp-head {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .new-form-comp .comp-contents .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first {
    flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents .box.first .img {
    width: 80%;
  }
}
@media screen and (min-width: 991px) {
  .new-form-comp .heading-02 {
    font-size: 30px;
    line-height: 49px;
  }
  .new-form-comp .form-section .lead {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new-form-comp .comp-contents .cc-button {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .new-form-comp .comp-contents {
    margin-top: 50px;
  }
  .new-form-comp .comp-contents .box-with-image {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .new-form-comp .comp-contents .box-with-image.col1 .box, .new-form-comp .comp-contents .box-with-image.col2 .box, .new-form-comp .comp-contents .box-with-image.col3 .box {
    width: 100%;
    margin: 0 auto;
  }
  .new-form-comp .comp-contents .box-with-image .box:not(:last-child) {
    margin-bottom: 25px;
  }
  .new-form-comp .comp-contents .cc-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .new-form-comp .comp-contents .button-only-box {
    flex-direction: column;
  }
  .new-form-comp .comp-contents .button-only-box .box {
    width: 100%;
  }
  .new-form-comp .comp-contents .button-only-box .box:not(:last-child) {
    margin-bottom: 20px;
  }
  .new-form-comp .comp-sns .sentence {
    font-size: 15px;
    line-height: 25px;
  }
}
#body-header h1.light-orange {
  color: #ff4000 !important;
}

/* 従来と違う資料ダウンロードフォームデザイン(左側部分) */
.download-heading {
  font-size: 22px;
  font-weight: bold;
  color: #ff3500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .download-heading {
    margin-top: 0;
  }
}
.download-img {
  border: 1px solid #b0b0b0;
  align-items: center;
  margin-top: 40px;
  padding: 30px;
  column-gap: 15px;
}
.download-img figure {
  width: min(100%, 228px);
}
.download-img div > span:first-child {
  background-color: #ff3500;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  width: 142px;
  line-height: 2.1;
  text-align: center;
  border-radius: 100vh;
  padding-top: 3px;
}
.download-img div h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 22px;
}
.download-img div h3::before {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/new_form/req_info_form/img_rpa_bundle02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 53px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 0.4em;
  top: calc(50% + 20px);
}
.download-img div h3::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/new_form/req_info_form/img_rpa_bundle03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 62px;
  height: 8px;
  top: calc(50% - 4px);
  right: -0.4em;
  top: calc(50% + 18px);
}
.download-img div p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.download-img div p span {
  color: #ff3500;
  font-size: 2em;
  margin: 0 8px 0 4px;
}

@media screen and (max-width: 768px) {
  .download-img div > span:first-child {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .download-img div h3::before {
    left: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .download-img div > span:first-child {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .download-img div h3::before {
    left: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .download-img div h3::after {
    right: -0.6em;
  }
}
@media screen and (max-width: 768px) {
  .download-img div h3 {
    width: fit-content;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .download-img div {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .download-img {
    flex-direction: column;
    row-gap: 20px;
    padding: 30px 15px;
  }
}
.mktoForm {
  width: initial !important;
  padding-top: 2px !important;
  /* ラジオボタン群スタイル */
}
.mktoForm .mktoFormCol {
  width: 100%;
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoFormRow {
  margin-bottom: 23px !important;
}
.mktoForm .mktoFormRow:nth-last-of-type(1), .mktoForm .mktoFormRow:nth-last-of-type(2), .mktoForm .mktoFormRow:nth-last-of-type(3) {
  margin-bottom: 0 !important;
}
.mktoForm .mktoFormRow:nth-last-of-type(4) {
  margin-top: 27px !important;
}
@media (max-width: 520px) {
  .mktoForm .mktoFormRow {
    margin-bottom: 20px !important;
  }
}
.mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: 45.3% !important;
}
@media (max-width: 520px) {
  .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
    width: 100% !important;
  }
}
.mktoForm .mktoFormRow:first-of-type .mktoClear {
  display: none;
}
.mktoForm .mktoFormRow:first-of-type .mktoError {
  bottom: -50px !important;
}
@media (max-width: 520px) {
  .mktoForm .mktoFormRow:first-of-type {
    flex-wrap: wrap;
    row-gap: 23px;
    margin-top: 0;
  }
}
.mktoForm .mktoFormRow:last-of-type {
  margin-top: 7px;
}
.mktoForm .mktoFormRow:last-of-type .mktoFieldWrap strong {
  padding: 1px !important;
}
.mktoForm .mktoFormRow:last-of-type .mktoFieldWrap strong a {
  padding: 1px !important;
  color: #fa6e01;
  text-decoration: underline;
}
.mktoForm .mktoRadioList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100% !important;
  padding: 0 17px 0 0 !important;
  position: relative;
}
.mktoForm .mktoRadioList::before {
  content: "ご利用先";
  font-size: 14px;
  color: #454545;
  position: absolute;
  left: 3px;
}
@media (max-width: 360px) {
  .mktoForm .mktoRadioList::before {
    top: -4px;
  }
}
.mktoForm .mktoRadioList input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.mktoForm .mktoRadioList input[type=radio]:checked + label::after {
  opacity: 1;
}
.mktoForm .mktoRadioList label {
  margin: 0 0 0 10px !important;
  font-size: 14px;
  font-weight: normal;
  color: #454545;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.mktoForm .mktoRadioList label::before, .mktoForm .mktoRadioList label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mktoForm .mktoRadioList label::before {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 8px;
}
.mktoForm .mktoRadioList label::after {
  background-color: #fa6e01;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 8px;
  top: 8px;
}
.mktoForm .mktoRadioList label:first-of-type {
  margin-right: 25px !important;
}
@media (max-width: 768px) {
  .mktoForm .mktoRadioList label:first-of-type {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .mktoForm .mktoRadioList {
    justify-content: flex-start;
    padding: 0 0 0 68px !important;
  }
}
@media (max-width: 360px) {
  .mktoForm .mktoRadioList {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm .mktoFieldWrap .mktoHtmlText {
  margin: -41px 0 0 23px;
  font-size: 14px;
  position: absolute;
  bottom: 29px;
  left: 5px;
  width: 100% !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText strong {
  padding: 1px !important;
}
.mktoForm .mktoFieldWrap .mktoHtmlText strong a {
  padding: 1px !important;
  color: #fa6e01;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .mktoForm .mktoFieldWrap .mktoHtmlText {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .mktoForm .mktoFieldWrap .mktoHtmlText {
    bottom: 29px;
  }
}
.mktoForm label.mktoLabel {
  float: initial;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 3px;
  width: initial !important;
  display: none;
}
.mktoForm #Lblpersonal_information {
  margin: 0;
}
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoField {
  float: initial;
}
.mktoForm .mktoField.mktoRequired {
  width: 100% !important;
}
.mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}
.mktoForm .mktoCheckboxList {
  width: initial !important;
}
.mktoForm .mktoCheckboxList input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.mktoForm .mktoCheckboxList label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.mktoForm .mktoCheckboxList label::before, .mktoForm .mktoCheckboxList label::after {
  content: "";
  display: block;
  position: absolute;
}
.mktoForm .mktoCheckboxList label::before {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  bottom: -10px;
  left: -1px;
}
@media (max-width: 520px) {
  .mktoForm .mktoCheckboxList label::before {
    bottom: -9px;
  }
}
.mktoForm .mktoCheckboxList label::after {
  border-bottom: 2px solid #fa6e01;
  border-left: 2px solid #fa6e01;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 3px;
  left: 2px;
}
@media (max-width: 520px) {
  .mktoForm .mktoCheckboxList label::after {
    top: 2px;
  }
}
.mktoForm input#mktoCheckbox_27937_0 {
  margin-top: 2px;
}
.mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
  bottom: 37px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  font-size: 16px !important;
  font-weight: bold;
  width: 100%;
  background-image: initial !important;
  background-color: #fa6e01 !important;
  border: 1px solid #fa6e01 !important;
  border-radius: 5px;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {
  border: none;
  opacity: 0.8;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  background-color: #fa6e01;
}
.mktoForm .mktoError {
  bottom: -35px !important;
}
.mktoForm input#Company {
  width: 100% !important;
  border: 1px solid #ababab !important;
}
.mktoForm.confirm .mktoFormRow {
  height: 50.67px;
}
.mktoForm.confirm .mktoFormRow .mktoFormCol {
  height: 50.67px;
}
.mktoForm.confirm .mktoFormRow .mktoFormCol .mktoOffset {
  display: none;
}
.mktoForm.confirm .mktoFormRow:first-of-type {
  flex-wrap: wrap;
  height: 101.34px;
}
.mktoForm.confirm .mktoFormRow:first-of-type .mktoFormCol {
  width: 100% !important;
}
.mktoForm.confirm .mktoFormRow:first-of-type .mktoFormCol:first-child {
  border-top: 1px solid #ddd;
}
.mktoForm.confirm .mktoFormRow:nth-of-type(9) {
  display: none;
}
.mktoForm.confirm .mktoField.mktoRequired, .mktoForm.confirm .mktoField.mktoTextField {
  background-color: #fff;
  border: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
}
.mktoForm.confirm .mktoRequiredField,
.mktoForm.confirm .mktoFieldWrap {
  display: flex;
  align-items: center;
  height: 50.67px;
  border-bottom: 1px solid #ddd;
}
.mktoForm.confirm .mktoRequiredField .mktoAsterix {
  display: none;
}
.mktoForm.confirm input#company {
  border: none !important;
}
.mktoForm.confirm label#Lblpersonal_information {
  opacity: 0;
}
.mktoForm.confirm label.mktoLabel {
  pointer-events: none;
  font-size: 14px;
  width: 200px !important;
  padding-left: 10px;
}
.mktoForm.confirm .mktoCheckboxList,
.mktoForm.confirm .mktoButton {
  display: none;
}
.mktoForm select {
  -webkit-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/cocoon-child-master/img/new_form/req_info_form/select_polygon.webp") no-repeat;
  background-size: 14px auto;
  background-position: right 12px center;
  font-size: 14px !important;
  padding-left: 0.5em !important;
}
.mktoForm select option:first-child {
  color: #9a9a9a;
}
@media (max-width: 520px) {
  .mktoForm {
    padding-top: 21px !important;
  }
}

#new-home .new-form-input {
  padding: 27px 39px;
}
#new-home .new-form-input .txt {
  font-size: 13px;
  color: #454545;
  line-height: 1.2;
}
@media (max-width: 438px) {
  #new-home .new-form-input .mktoForm {
    padding-top: 0 !important;
  }
}
#new-home .new-form-input .mktoForm .mktoFieldWrap .mktoHtmlText {
  bottom: 31px;
}
@media (max-width: 438px) {
  #new-home .new-form-input {
    padding: 27px 9.5px;
  }
}

@media (max-width: 768px) {
  .mktoForm.confirm .mktoFormRow .mktoFormCol {
    height: 68.67px;
  }
}
@media (max-width: 768px) {
  .mktoForm.confirm .mktoFormRow:first-of-type {
    height: 137.34px;
  }
}
@media (max-width: 768px) {
  .mktoForm.confirm .mktoFormRow {
    height: 68.67px;
  }
}
@media (max-width: 768px) {
  .mktoForm.confirm .mktoRequiredField {
    display: block;
    height: 68.67px;
  }
}
@media (max-width: 768px) {
  .mktoForm.confirm label.mktoLabel {
    padding-left: 4px;
  }
}
@media (max-width: 480px) {
  .mktoForm .mktoFormRow {
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  .mktoForm .mktoField {
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .mktoForm select.mktoField {
    height: 36px !important;
  }
}
/* Ai Appsスタイル */
#mktoForm_3756 .mktoFieldWrap .mktoHtmlText strong a {
  color: #FC374A;
}
#mktoForm_3756 .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #FC374A !important;
}

.aiapps_wrap .mktoRadioList label::after {
  background-color: #FC374A;
}
.aiapps_wrap .mktoFieldWrap .mktoHtmlText strong a {
  color: #FC374A;
}
.aiapps_wrap .mktoButtonRow .mktoButtonWrap .mktoButton {
  background-color: #FC374A !important;
  border: 1px solid #FC374A !important;
}