/* Main Visual
-------------------------------------------------------------------------------------------------------------------- */

#mainVisualWrap {
  background: #a6e5f6;
  overflow: hidden;
}

#mainVisual {
  width: 1100px;
  height: 704px;
  margin: 0 auto;
  position: relative;
}

#mainVisualImg {
  position: absolute;
  bottom: -50px;
  left: 102px;
  line-height: 0;
  z-index: 500;
}

#mainVisualBg {
  position: absolute;
  bottom: -50px;
  left: 365px;
  line-height: 0;
}

#mainVisualText01 {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 63px;
  left: 74px;
}

#mainVisualText01.show {
  width: 678px;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#mainVisualFrame {
  width: 950px;
  height: 290px;
  position: absolute;
  top: 150px;
  left: 76px;
  z-index: 400;
}

#mainVisualFrame span {
  display: block;
  background: #183163;
  position: absolute;
}

#mainVisualFrame span.show {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#mainVisualFrame span:nth-child(1),
#mainVisualFrame span:nth-child(3) {
  width: 0;
  height: 8px;
}

#mainVisualFrame span:nth-child(1).show,
#mainVisualFrame span:nth-child(3).show {
  width: 100%;
}

#mainVisualFrame span:nth-child(2),
#mainVisualFrame span:nth-child(4) {
  width: 8px;
  height: 0;
}

#mainVisualFrame span:nth-child(2).show,
#mainVisualFrame span:nth-child(4).show {
  height: 100%;
}

#mainVisualFrame span:nth-child(1) {
  top: 0;
  left: 0;
}

#mainVisualFrame span:nth-child(2) {
  top: 0;
  right: 0;
}

#mainVisualFrame span:nth-child(3) {
  bottom: 0;
  right: 0;
}

#mainVisualFrame span:nth-child(4) {
  bottom: 0;
  left: 0;
}

#mainVisualText02 {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 219px;
  left: 140px;
  z-index: 450;
}

#mainVisualText02.show {
  width: 494px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#mainVisualChart {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: -170px;
  left: 264px;
  z-index: 300;
}

#mainVisualChart.show {
  width: 1351px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* Trouble
-------------------------------------------------------------------------------------------------------------------- */

#trouble h2 {
  width: 1100px;
  padding: 75px 0 79px 280px;
  margin: 0 auto;
}

#troubleCtn {
  background: #183163;
}

#troubleIn {
  width: 1100px;
  height: 599px;
  margin: 0 auto;
  position: relative;
}

#troubleIn ul li {
  position: absolute;
}

#troubleIn ul li:nth-child(1) {
  top: 85px;
  left: 297px;
}

#troubleIn ul li:nth-child(2) {
  top: 224px;
  left: 383px;
}

#troubleIn ul li:nth-child(3) {
  top: 291px;
  left: 710px;
}

#troubleIn ul li:nth-child(4) {
  top: 362px;
  left: 357px;
}

#troubleIn ul li:nth-child(5) {
  top: 153px;
  left: 727px;
}

#troubleIn figure {
  line-height: 0;
  position: absolute;
  bottom: 16px;
  left: -45px;
}

/* Solution
-------------------------------------------------------------------------------------------------------------------- */

.solution {
  width: 1100px;
  height: 1006px;
  margin: 0 auto;
  position: relative;
}

.solution:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.webp .solution:before {
  content: url(../img/bg_solution_pc.png.webp);
}

.no-webp .solution:before {
  content: url(../img/bg_solution_pc.png);
}

.solution_in {
  position: relative;
  z-index: 500;
}

/* Solution Text */

.solution_text {
  padding: 265px 0 34px;
  position: relative;
}

.solution_text ul li:nth-child(1) {
  padding-left: 463px;
  padding-bottom: 36px;
}

.solution_text ul li:nth-child(2) {
  padding-left: 230px;
  padding-bottom: 32px;
}

.solution_text ul li:nth-child(3) {
  padding-left: 299px;
}

.solution_text ul li span {
  display: inline-block;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.solution_text ul li:nth-child(1) span.show {
  width: 161px;
}

.solution_text ul li:nth-child(2) span.show {
  width: 632px;
}

.solution_text ul li:nth-child(3) span.show {
  width: 480px;
}

.solution_text > span:first-child,
.solution_text > span:last-child {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background: #f10c4d;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.solution_text > span:first-child {
  top: 376px;
  left: 516px;
}

.solution_text > span:first-child.show {
  width: 179px;
}

.solution_text > span:last-child {
  top: 450px;
  left: 424px;
}

.solution_text > span:last-child.show {
  width: 212px;
}

.solution_text img {
  position: relative;
  z-index: 500;
}

.solution_note {
  padding-left: 399px;
  padding-bottom: 29px;
}

.solution_btn {
  padding: 0 0 47px 233px;
}

.solution_btn a {
  display: inline-block;
  height: 94px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.solution_btn a:hover {
  padding-top: 10px;
}

.solution_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 643px;
  margin-left: 230px;
}

.solution_tel {
  padding-top: 9px;
}

#solution01 {
  margin-top: -110px;
}

#solution02 {
  margin-top: -9px;
}

#solution03 {
  margin-top: 18px;
}

/* Feature
-------------------------------------------------------------------------------------------------------------------- */

#featureWrap {
  margin-top: -110px;
}

.webp #featureWrap {
  background: url(../img/bg_feature_pc.jpg.webp) no-repeat center top;
}

.no-webp #featureWrap {
  background: url(../img/bg_feature_pc.jpg) no-repeat center top;
}

#feature {
  width: 1100px;
  padding: 351px 0 145px;
  margin: 0 auto;
}

#feature h2 {
  padding: 0 0 120px 331px;
}

#feature ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#feature ul li {
  width: 340px;
}

#feature ul li h3 {
  padding-bottom: 25px;
}

#feature ul li p {
  line-height: 1.667;
  text-align: justify;
}

/* Writer
-------------------------------------------------------------------------------------------------------------------- */

#writerWrap {
  width: 100%;
  margin-bottom: 154px;
}

.webp #writerWrap {
  background: url(../img/bg_writer_wrap_pc.jpg.webp) no-repeat center top #117b99;
}

.no-webp #writerWrap {
  background: url(../img/bg_writer_wrap_pc.jpg) no-repeat center top #117b99;
}

#writer {
  width: 1100px;
  margin: 0 auto;
  padding: 93px 0 105px;
}

#writer h2 {
  text-align: center;
  padding-bottom: 95px;
}

#writerIn {
  width: 1100px;
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
          justify-content: left;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-bottom: 71px;
  position: relative;
}

#writerIn:before,
#writerIn:after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
}

#writerIn:before {
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  border-top: 20px solid #1F7192;
}

#writerIn:after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-top: 20px solid #227A99;
}

#writerIn .pic {
  width: 400px;
  margin-right: 70px;
}

#writerIn p {
  width: 550px;
  line-height: 1.667;
  text-align: justify;
}

#writerTable {
  border-width: 1px 0;
  border-color: #fff;
  border-style: solid;
  padding: 38px 0 37px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
          justify-content: left;
  flex-wrap: wrap;
  color: #fff;
  line-height: 1.667;
  text-align: justify;
}

#writerTable h3 {
  width: 236px;
  height: 167px;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

#writerTable table {
  width: 863px;
  text-align: left;
}

#writerTable table tbody th {
  padding-left: 162px;
}

/* Case Study
-------------------------------------------------------------------------------------------------------------------- */

#case {
  width: 720px;
  margin: 0 auto;
}

#case h2 {
  padding: 0 0 108px 61px;
}

#case01 {
  padding-bottom: 83px;
}

#case01 h3 {
  padding-bottom: 20px;
}

#case01 p {
  line-height: 1.667;
  text-align: justify;
  padding-bottom: 52px;
}

#case01 .swiper,
#case02 .swiper {
  position: relative;
}

#case01 .swiper-container {
  width: 560px;
  margin: 0 auto;
  overflow: hidden;
}

#case02 .swiper-container {
  width: 682px;
  margin: 0 auto;
  overflow: hidden;
}

#case01 ul,
#case02 ul {
  text-align: center;
  display: -webkit-box;
  display: flex;
}

#case01 .swiper-button-next,
#case02 .swiper-button-next {
  background-image: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 59%;
  right: -130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#case01 .swiper-button-prev,
#case02 .swiper-button-prev {
  background-image: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 59%;
  left: -130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#case01 .swiper-button-prev:before,
#case01 .swiper-button-next:after,
#case02 .swiper-button-prev:before,
#case02 .swiper-button-next:after {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../img/btn_swiper_arrow.jpg);
  position: absolute;
  top: 0;
}

#case01 .swiper-button-next:after,
#case02 .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#case02 .swiper-button-next {
  top: 315px;
}

#case02 .swiper-button-prev {
  top: 315px;
}

#case02 h3 {
  padding-bottom: 55px;
}

#caseBtn {
  text-align: center;
  padding-left: 2px;
  margin-top: -5px;
  position: relative;
  z-index: 500;
}

/* Cost
-------------------------------------------------------------------------------------------------------------------- */

#costWrap {
  margin-top: -110px;
}

.webp #costWrap {
  background: url(../img/bg_cost_pc.jpg.webp) no-repeat center top;
}

.no-webp #costWrap {
  background: url(../img/bg_cost_pc.jpg) no-repeat center top;
}

#cost {
  width: 720px;
  padding: 301px 0 132px;
  margin: 0 auto;
}

#cost h2 {
  text-align: center;
  padding-bottom: 129px;
}

#cost h3 {
  text-align: center;
  padding-bottom: 30px;
}

#cost p {
  line-height: 1.667;
  text-align: justify;
  padding-bottom: 50px;
}

#cost figure {
  text-align: center;
}

/* Flow
-------------------------------------------------------------------------------------------------------------------- */

#flow {
  width: 720px;
  padding-bottom: 118px;
  margin: 0 auto;
}

#flow h2 {
  text-align: center;
  padding-bottom: 78px;
}

/* support
-------------------------------------------------------------------------------------------------------------------- */

#supportWrap {
  position: relative;
  margin-bottom: 100px;
}

#supportWrap:before {
  content: "";
  position: absolute;
  background-image: url(../img/bg_support_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px 1975px;
  background-color: #0095ea;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#supportWrap #support {
  width: 1100px;
  margin: 0 auto;
  padding: 85px 0;
  position: relative;
  z-index: 10;
}

#supportWrap #support > h2 {
  margin-bottom: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}

#supportWrap #support > .boxIn ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#supportWrap #support > .boxIn ul > li {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #fff;
  position: relative;
}

#supportWrap #support > .boxIn ul > li:before,
#supportWrap #support > .boxIn ul > li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #0094ea transparent;
  position: absolute;
}

#supportWrap #support > .boxIn ul > li:before {
  top: -3px;
  left: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#supportWrap #support > .boxIn ul > li:after {
  right: -13px;
  bottom: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#supportWrap #support > .boxIn ul > li figure {
  width: 400px;
  margin-right: 70px;
}

#supportWrap #support > .boxIn ul > li .txt {
  width: 550px;
}

#supportWrap #support > .boxIn ul > li .txt > h3 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #183163;
  line-height: 1.5;
  font-weight: 600;
}

#supportWrap #support > .boxIn ul > li .txt > p {
  line-height: 1.6667;
}

#supportWrap #support > .boxIn ul > li:nth-child(n + 1) {
  margin-bottom: 40px;
}

#supportWrap #support > .boxIn ul > li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

#supportWrap #support > .boxIn ul > li.reverse figure {
  margin-right: 0;
  margin-left: 70px;
}

#supportWrap #support > .boxIn ul > li.col02 {
  width: 530px;
}

#supportWrap #support > .boxIn ul > li.col02 figure {
  width: 100%;
  margin-bottom: 25px;
  margin-right: 0;
}

#supportWrap #support > .boxIn ul > li.col02 .txt {
  width: 100%;
}

#supportWrap #support > .boxIn ul > li.col02 .txt > h3 {
  font-size: 24px;
}

#supportWrap #support > .boxIn ul > li:nth-child(1):before {
  border-color: transparent transparent #0082DA transparent;
}

#supportWrap #support > .boxIn ul > li:nth-child(1):after {
  border-color: transparent transparent #0278C2 transparent;
}

#supportWrap #support > .boxIn ul > li:nth-child(2) {
  margin-right: 40px;
}

/* FAQ
-------------------------------------------------------------------------------------------------------------------- */

#faq {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}

#faq h2 {
  text-align: center;
  width: 100%;
  padding-bottom: 93px;
}

#faqLeft,
#faqRight {
  width: 550px;
}

#faqRight {
  padding-left: 52px;
}

#faq article {
  width: 500px;
  padding-bottom: 42px;
}

#faq article:last-child {
  padding-bottom: 0;
}

#faq article h3 {
  padding-bottom: 28px;
  display: -webkit-box;
  display: flex;
  /* -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; */
  -webkit-box-align: center;
          align-items: center;
}

#faq article h3 .text {
  width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 135%;
}

#faq article h3 .number {
  content: "";
  width: 100px;
  height: 68px;
  display: -webkit-box;
  display: flex;
  background: url(../img/h3_faq_bg.png) center center/100% no-repeat;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-right: 20px;
}

.webp #faq article h3 .number {
  background: url(../img/h3_faq_bg.png.webp) center center/100% no-repeat;
}

.no-webp #faq article h3 .number {
  background: url(../img/h3_faq_bg.png) center center/100% no-repeat;
}

#faq article p {
  line-height: 1.667;
  text-align: justify;
}

#faq article ul {
  width: 550px;
  padding: 39px 40px 43px;
  background: #feecf1;
  margin-top: 22px;
  position: relative;
}

#faq article ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#faq article ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

#faq article ul li {
  padding-bottom: 22px;
}

#faq article ul li:last-child {
  padding-bottom: 0;
}

#faq article ul li h4 {
  padding-bottom: 7px;
}

/* Form
-------------------------------------------------------------------------------------------------------------------- */

#form {
  width: 720px;
  padding: 85px 0 100px;
  margin: 0 auto;
}

#form h2 {
  text-align: center;
  padding-bottom: 74px;
}

#form p {
  line-height: 1.667;
  text-align: justify;
  width: 526px;
  padding-bottom: 57px;
  margin: 0 auto;
}

#form p strong {
  font-weight: normal;
  color: #f10c4d;
}

#form p span {
  margin: 0 10px 0 20px;
}

.label-form {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #f10c4d;
  width: 50px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

#form form {
  padding: 35px 40px 41px 44px;
  background: #ebfaff;
  position: relative;
}

#form form:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#form form:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

#form form .form_row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 20px;
}

#form form .form_row:last-child {
  padding-bottom: 0;
}

#form form .form_title {
  font-size: 16px;
  width: 244px;
  position: relative;
}

#form form .form_title span {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#form form .form_title_top {
  align-self: flex-start;
  padding-top: 15px;
}

#form form .form_input {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 392px;
}

#form form .form_input input {
  font-size: 14px;
  width: 392px;
  height: 40px;
  padding: 0 18px;
  border: none;
}

#form form .form_input-haft input {
  width: 190px;
}

#form form .form_input_checkbox {
  -webkit-box-pack: start;
          justify-content: flex-start;
  height: 50px;
}

#form form .form_input_checkbox input {
  display: none;
}

#form form .form_input_checkbox label {
  font-size: 15px;
  padding-left: 38px;
  margin-right: 16px;
  position: relative;
}

#form form .form_input_checkbox label:last-child {
  margin-right: 0;
}

#form form .form_input_checkbox label:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 7px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#form form .form_input_checkbox input:checked + label:before {
  background: #0068b7;
}

#form form .form_input_select {
  height: 37px;
}

#form form .form_input_select select {
  font-size: 13px;
  width: 170px;
  height: 40px;
  padding: 0 8px;
  border: none;
  position: relative;
}

#form form .form_input_textarea textarea {
  width: 391px;
  height: 157px;
  padding: 8px;
  border: none;
}

@media screen and (max-width: 750px) {
  #mainVisual {
    width: 100%;
    height: 910px;
  }

  #mainVisualImg {
    bottom: -30px;
    left: 45px;
  }

  #mainVisualBg {
    bottom: -31px;
    left: 137px;
  }

  #mainVisualText01 {
    top: 40px;
    left: 134px;
  }

  #mainVisualText01.show {
    width: 482px;
  }

  #mainVisualFrame {
    width: 690px;
    top: 172px;
    left: 30px;
  }

  #mainVisualText02 {
    top: 235px;
    left: 100px;
  }

  #mainVisualText02.show {
    width: 555px;
  }

  #mainVisualChart {
    top: 252px;
    left: -45px;
  }

  #mainVisualChart.show {
    width: 978px;
  }

  #trouble h2 {
    width: 100%;
    padding: 65px 0 70px 64px;
  }

  #troubleIn {
    width: 100%;
    height: 854px;
  }

  #troubleIn ul li:nth-child(1) {
    top: 61px;
    left: 30px;
  }

  #troubleIn ul li:nth-child(2) {
    top: 101px;
    left: 427px;
  }

  #troubleIn ul li:nth-child(3) {
    top: 230px;
    left: 157px;
  }

  #troubleIn ul li:nth-child(4) {
    top: 360px;
    left: 409px;
  }

  #troubleIn ul li:nth-child(5) {
    top: 491px;
    left: 362px;
  }

  #troubleIn figure {
    bottom: 0;
    left: 31px;
  }

  .solution {
    width: 100%;
  }

  .webp .solution:before {
    content: url(../img/bg_solution_sp.png.webp);
  }

  .no-webp .solution:before {
    content: url(../img/bg_solution_sp.png);
  }

  /* Solution Text */

  .solution_text {
    padding: 197px 0 40px;
  }

  .solution_text ul li:nth-child(1) {
    padding-left: 289px;
    padding-bottom: 40px;
  }

  .solution_text ul li:nth-child(2) {
    padding-left: 36px;
    padding-bottom: 40px;
  }

  .solution_text ul li:nth-child(3) {
    padding-left: 110px;
  }

  .solution_text ul li:nth-child(1) span.show {
    width: 175px;
  }

  .solution_text ul li:nth-child(2) span.show {
    width: 678;
  }

  .solution_text ul li:nth-child(3) span.show {
    width: 515px;
  }

  .solution_text > span:first-child,
  .solution_text > span:last-child {
    height: 9px;
  }

  .solution_text > span:first-child {
    top: 319px;
    left: 342px;
  }

  .solution_text > span:first-child.show {
    width: 183px;
  }

  .solution_text > span:last-child {
    top: 405px;
    left: 246px;
  }

  .solution_text > span:last-child.show {
    width: 226px;
  }

  .solution_note {
    padding-left: 219px;
    padding-bottom: 28px;
  }

  .solution_btn {
    text-align: center;
    padding: 0 0 26px;
  }

  .solution_btn a:hover {
    padding-top: 0;
  }

  .solution_list {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }

  .solution_logo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .solution_tel {
    width: 100%;
    padding-top: 0;
    padding-bottom: 43px;
  }

  #solution01 {
    margin-top: -146px;
  }

  #solution02 {
    margin-top: 62px;
  }

  #solution03 {
    margin-top: 100px;
  }

  #featureWrap {
    margin-top: -122px;
  }

  .webp #featureWrap {
    background: url(../img/bg_feature_sp.jpg.webp) no-repeat center top;
  }

  .no-webp #featureWrap {
    background: url(../img/bg_feature_sp.jpg) no-repeat center top;
  }

  #feature {
    width: 100%;
    padding: 150px 0 115px;
  }

  #feature h2 {
    text-align: center;
    padding: 0 0 50px;
  }

  #feature ul {
    flex-wrap: wrap;
  }

  #feature ul li {
    width: 100%;
    padding: 0 30px 35px;
  }

  #feature ul li:last-child {
    padding-bottom: 0;
  }

  #feature ul li h3 {
    padding-bottom: 30px;
  }

  #feature ul li p {
    line-height: 1.5;
  }

  #writerWrap {
    width: 100%;
    margin-bottom: 154px;
  }

  .webp #writerWrap {
    background: url(../img/bg_writer_wrap_sp.jpg.webp) no-repeat center top #117b99;
  }

  .no-webp #writerWrap {
    background: url(../img/bg_writer_wrap_sp.jpg) no-repeat center top #117b99;
  }

  #writer {
    width: 690px;
    margin: 0 auto;
    padding: 93px 0 105px;
  }

  #writer h2 {
    padding-bottom: 95px;
  }

  #writerIn {
    width: auto;
    padding: 50px;
    display: block;
    margin-bottom: 64px;
  }

  #writerIn:before,
  #writerIn:after {
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
  }

  #writerIn:before {
    position: absolute;
    top: -21px;
    left: -21px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    border-top: 20px solid #107898;
  }

  #writerIn:after {
    position: absolute;
    bottom: -21px;
    right: -21px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    border-top: 20px solid #117b99;
  }

  #writerIn .pic {
    width: auto;
    margin-top: 35px;
    margin-right: 0;
  }

  #writerIn p {
    width: auto;
    line-height: 1.5;
    text-align: justify;
  }

  #writerTable {
    border-width: 1px 0;
    border-color: #fff;
    border-style: solid;
    padding: 15px 0 30px;
    display: block;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: left;
            justify-content: left;
    flex-wrap: wrap;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
  }

  #writerTable h3 {
    width: auto;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
  }

  #writerTable table {
    width: auto;
    text-align: left;
  }

  #writerTable table tbody th {
    width: 150px;
    padding-left: 0;
    font-weight: normal;
  }

  #case {
    width: 100%;
    padding: 0 30px;
  }

  #case h2 {
    text-align: center;
    padding: 0 0 50px;
  }

  #case01 {
    padding-bottom: 74px;
  }

  #case01 h3 {
    padding-bottom: 25px;
  }

  #case01 p {
    line-height: 1.5;
  }

  #case01 .swiper-container {
    width: 650px;
  }

  #case02 .swiper-container {
    width: 604px;
  }

  #case01 .swiper-button-next,
  #case02 .swiper-button-next {
    right: -15px;
  }

  #case01 .swiper-button-prev,
  #case02 .swiper-button-prev {
    left: -15px;
  }

  #caseBtn {
    padding-left: 0;
    margin-top: 30px;
  }

  #costWrap {
    margin-top: -122px;
  }

  .webp #costWrap {
    background: url(../img/bg_cost_sp.jpg.webp) no-repeat center top;
  }

  .no-webp #costWrap {
    background: url(../img/bg_cost_sp.jpg) no-repeat center top;
  }

  #cost {
    width: 100%;
    padding: 125px 30px 120px;
  }

  #cost h2 {
    padding-bottom: 40px;
  }

  #cost p {
    line-height: 1.5;
    padding-bottom: 100px;
  }

  #flow {
    width: 100%;
    padding-bottom: 125px;
  }

  #flow h2 {
    padding-bottom: 60px;
  }

  #supportWrap {
    position: relative;
    margin-bottom: 100px;
  }

  #supportWrap:before {
    background-image: url(../img/bg_support_sp.jpg);
    background-size: 750px 1269px;
  }

  #supportWrap #support {
    width: 100%;
  }

  #supportWrap #support > h2 {
    margin-bottom: 90px;
  }

  #supportWrap #support > .boxIn {
    padding: 0 30px;
  }

  #supportWrap #support > .boxIn ul > li {
    width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
    padding: 55px;
  }

  #supportWrap #support > .boxIn ul > li:before,
  #supportWrap #support > .boxIn ul > li:after {
    border-width: 0 28px 28px 28px;
    border-color: transparent transparent #0094ea transparent !important;
  }

  #supportWrap #support > .boxIn ul > li:before {
    top: -5px;
    left: -19px;
  }

  #supportWrap #support > .boxIn ul > li:after {
    right: -19px;
    bottom: -5px;
  }

  #supportWrap #support > .boxIn ul > li figure {
    width: 100%;
    margin: 0 !important;
  }

  #supportWrap #support > .boxIn ul > li .txt {
    width: 100%;
    margin-bottom: 40px;
  }

  #supportWrap #support > .boxIn ul > li .txt > h3 {
    margin-bottom: 15px;
    font-size: 36px !important;
    text-align: center;
  }

  #supportWrap #support > .boxIn ul > li .txt > p {
    text-align: justify;
  }

  #faq {
    width: 100%;
  }

  #faq h2 {
    padding-bottom: 100px;
  }

  #faqLeft,
  #faqRight {
    width: 100%;
  }

  #faqLeft {
    padding-bottom: 50px;
  }

  #faqRight {
    padding-left: 0;
  }

  #faq article {
    width: 100%;
    padding: 0 30px 50px;
  }

  #faq article h3 {
    padding-bottom: 40px;
  }

  #faq article h3 .text {
    width: 85%;
    font-size: 34px;
    line-height: 140%;
  }

  #faq article h3 .number {
    width: 100px;
    height: 100px;
    font-size: 38px;
    margin-right: 30px;
  }

  #faq article p {
    line-height: 1.5;
  }

  #faq article ul {
    width: 100%;
    padding: 40px;
    margin-top: 30px;
  }

  #faq article ul li h4 {
    padding-bottom: 15px;
  }

  #form {
    width: 100%;
    padding: 55px 30px 120px;
  }

  #form h2 {
    padding-bottom: 80px;
  }

  #form p {
    line-height: 1.5;
    width: 100%;
    padding-bottom: 50px;
  }

  #form p span {
    margin: 0 15px 0 0;
  }

  .label-form {
    font-size: 17px;
    width: 69px;
    line-height: 28px;
  }

  #form form {
    padding: 42px;
  }

  #form form .form_row {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  #form form .form_title {
    font-size: 24px;
    width: 100%;
    padding-bottom: 15px;
  }

  #form form .form_title span {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    vertical-align: bottom;
    margin-left: 45px;
  }

  #form form .form_title_top {
    padding-top: 0;
  }

  #form form .form_input {
    width: 100%;
  }

  #form form .form_input input {
    font-size: 30px;
    width: 100%;
    height: 70px;
    padding: 0 30px;
  }

  #form form .form_input-haft input {
    width: 280px;
  }

  #form form .form_input-haft.sp-full input {
    width: 100%;
  }

  #form form .form_input_checkbox {
    height: 30px;
  }

  #form form .form_input_checkbox label {
    font-size: 22px;
    padding-left: 50px;
    margin-right: 35px;
  }

  #form form .form_input_checkbox label:before {
    width: 10px;
    height: 10px;
    border: 10px solid #fff;
    position: absolute;
  }

  #form form .form_input_select {
    height: 70px;
  }

  #form form .form_input_select select {
    font-size: 22px;
    width: 370px;
    height: 70px;
    padding: 0 25px;
  }

  #form form .form_input_textarea textarea {
    font-size: 30px;
    width: 100%;
    height: 200px;
    padding: 30px;
  }
}