@charset "UTF-8";
/**リセット**/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="submit"] {
  webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 0.5em;
  vertical-align: text-top;
}

sub {
  font-size: 0.5em;
  vertical-align: text-bottom;
}

address {
  font-style: normal;
}

/**common**/
:root {
  font-family: "Noto Sans JP", sans-serif !important;
  --swl-font_family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 10px !important;
  font-weight: 500 !important;
  font-style: normal;
  font-feature-settings: "palt";
  color: #0B1B40;
}

html {
  background-color: #FAFAFA;
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
  }
}

body {
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 780px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #0B1B40;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1099px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pc3 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.u-inner {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .u-inner {
    width: 90%;
  }
}

.u-hidden {
  display: none !important;
}

.c-logotype {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.c-ttl01 {
  margin-bottom: 1em;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .c-ttl01 {
    font-size: 3rem;
  }
}
.c-ttl01 span {
  margin-top: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4058DE;
  display: block;
}

/*ヘッダーブロック*/
.l-clientpageHeader {
  position: static;
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader {
    height: 8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__fix {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 8rem;
    left: 0;
    z-index: 100;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
}
.l-clientpageHeader__headerContent {
  height: 8rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__headerContent {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.l-clientpageHeader__logo {
  font-size: 4.7rem;
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__logo {
    font-size: 4rem;
  }
}
.l-clientpageHeader__logo i {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.5rem;
  background-image: url("../img/neeed-fav1.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__logo i {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__menu {
    width: 100%;
    height: 100vh;
    padding: 8rem 2rem 1rem 2rem;
    background-color: #ffffff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__menu ul {
    margin-right: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__menu ul {
    display: block;
  }
}
.l-clientpageHeader__menu ul li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__menu ul li {
    padding: 0 1rem;
    border-right: solid 1px #D5D5D5;
  }
  .l-clientpageHeader__menu ul li:first-child {
    display: none;
  }
  .l-clientpageHeader__menu ul li a:hover {
    color: #4058DE;
  }
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__menu ul li {
    border-bottom: solid 1px #D5D5D5;
  }
  .l-clientpageHeader__menu ul li a {
    padding: 2rem 0;
    display: block;
  }
}
.l-clientpageHeader__menu ul li:last-child {
  border: none;
}
@media only screen and (max-width: 1099px) {
  .l-clientpageHeader__contact {
    position: fixed;
    top: 2rem;
    right: 8rem;
    z-index: 110;
  }
}
@media only screen and (max-width: 780px) {
  .l-clientpageHeader__contact {
    padding: 0.5rem 0;
    text-align: center;
    background-color: #ffffff;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
  }
}
.l-clientpageHeader__contact a {
  padding: 1.2rem 3rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #E86919;
  border: none;
  display: inline-block;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
@media only screen and (max-width: 780px) {
  .l-clientpageHeader__contact a {
    width: 28rem;
  }
}
.l-clientpageHeader__contact a:hover {
  opacity: 0.8;
}
.l-clientpageHeader__spMenuBtn {
  width: 4rem;
  height: 4rem;
  background-image: url("../img/menu_open.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 110;
}
@media only screen and (min-width: 1100px) {
  .l-clientpageHeader__spMenuBtn {
    display: none;
  }
}

body.menuOpen {
  overflow: hidden;
}
body.menuOpen .l-clientpageHeader__spMenuBtn {
  background-image: url("../img/menu_close.png");
}
@media only screen and (min-width: 1100px) {
  body.headerFix .l-clientpageHeader__fix {
    top: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 1100px) {
  body.clientpage .l-clientpageHeader__fix {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 1100px) {
  body.clientpage.headerFix .l-clientpageHeader__fix {
    position: fixed;
    z-index: 100;
  }
}

/*フッターブロック*/
.l-clientpageFooter {
  padding: 8rem 0;
  color: #ffffff;
  background-color: #22263C;
}
@media only screen and (max-width: 780px) {
  .l-clientpageFooter {
    padding: 3rem 0 5rem 0;
  }
}
.l-clientpageFooter a {
  color: #ffffff;
}
.l-clientpageFooter__pagetop {
  width: 7.2rem;
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 90;
}
@media only screen and (max-width: 780px) {
  .l-clientpageFooter__pagetop {
    width: 4rem;
    bottom: 6rem;
    right: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .l-clientpageFooter__footerContent {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.l-clientpageFooter__logo {
  font-size: 4.7rem;
}
@media only screen and (min-width: 781px) {
  .l-clientpageFooter__logo {
    width: 26rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .l-clientpageFooter__logo {
    width: 23rem;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 780px) {
  .l-clientpageFooter__logo {
    margin-bottom: 2rem;
  }
}
.l-clientpageFooter__logo i {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  background-image: url("../img/neeed-fav2.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
}
@media only screen and (max-width: 1099px) {
  .l-clientpageFooter__logo i {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  .l-clientpageFooter__menu {
    width: calc(100% - 26rem);
    padding: 7rem 0 7rem 8rem;
    border-left: solid 1px #4F546F;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .l-clientpageFooter__menu {
    width: calc(100% - 23rem);
  }
}

@media only screen and (max-width: 780px) {
  .l-clientpageFooter__menu {
    padding-top: 3rem;
    border-top: solid 1px #4F546F;
  }
}
@media only screen and (min-width: 781px) {
  .l-clientpageFooter__menu ul {
    width: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .l-clientpageFooter__menu ul {
    margin-bottom: 3rem;
  }
}
.l-clientpageFooter__menu ul li {
  padding-left: 2.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.l-clientpageFooter__menu ul li:before {
  width: 1.3rem;
  height: 0.2rem;
  margin: 0 1rem 0 -2.3rem;
  content: '';
  background-color: #4058DE;
  display: inline-block;
  vertical-align: 0.3em;
}
.l-clientpageFooter__menu ul li + li {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 780px) {
  .l-clientpageFooter__menu ul li + li {
    margin-top: 3rem;
  }
}
.l-clientpageFooter__menu ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 781px) {
  .l-clientpageFooter__menu .contact {
    width: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .l-clientpageFooter__menu .contact {
    text-align: center;
  }
}
.l-clientpageFooter__menu .contact a {
  width: 100%;
  max-width: 20rem;
  padding: 0.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #0B1B40;
  background-color: #ffffff;
  border: none;
  display: inline-block;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.l-clientpageFooter__menu .contact a:hover {
  opacity: 0.8;
}

body.clientpage .l-clientpageFooter {
  padding-bottom: 10rem;
}

/*メインブロック*/
@media only screen and (min-width: 1100px) {
  .p-clientpage__firstView {
    position: relative;
  }
}
.p-clientpage__firstView__mv {
  width: 100%;
  height: 70rem;
  margin: 0;
  padding-top: 17rem;
  background-image: url("../img/mv_bg1920.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__firstView__mv {
    height: 63.63636vw;
    padding-top: 15.45455vw;
    background-image: url("../img/mv_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv {
    height: 117.30769vw;
    padding-top: 5.12821vw;
    background-image: url("../img/mv_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .p-clientpage__firstView__mv .u-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.p-clientpage__firstView__mv .u-inner .text {
  width: 61%;
  line-height: normal;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text {
    width: auto;
  }
}
.p-clientpage__firstView__mv .u-inner .text h1 {
  margin-bottom: 0.66em;
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__firstView__mv .u-inner .text h1 {
    font-size: 3.81818vw;
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text h1 {
    margin-bottom: 0;
    font-size: 6.15385vw;
  }
}
.p-clientpage__firstView__mv .u-inner .text h1 span {
  font-size: 0.71em;
  font-weight: 700;
}
.p-clientpage__firstView__mv .u-inner .text h1 strong {
  font-size: 3.78em;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text h1 strong {
    line-height: 0.8;
  }
}
.p-clientpage__firstView__mv .u-inner .text .img_sp {
  margin: 0.5em 0;
  text-align: center;
}
.p-clientpage__firstView__mv .u-inner .text .img_sp img {
  width: 48%;
}
.p-clientpage__firstView__mv .u-inner .text ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-clientpage__firstView__mv .u-inner .text ul li {
  width: 18.1rem;
  height: 11.8rem;
  margin: 0 2rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.04;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/mv_fig.png");
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__firstView__mv .u-inner .text ul li {
    width: 16.45455vw;
    height: 10.72727vw;
    margin: 0 1.81818v;
    font-size: 2.09091vw;
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text ul li {
    width: 26.92308vw;
    height: 17.5641vw;
    margin: 0 1.28205vw;
    font-size: 3.58974vw;
  }
}
.p-clientpage__firstView__mv .u-inner .text ul li span {
  padding-top: 2rem;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__firstView__mv .u-inner .text ul li span {
    padding-top: 1.81818vw;
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text ul li span {
    padding-top: 2.5641vw;
  }
}
.p-clientpage__firstView__mv .u-inner .text ul li b {
  font-size: 1.26em;
  font-weight: 700;
}
.p-clientpage__firstView__mv .u-inner .text ul li:nth-child(3) span {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__firstView__mv .u-inner .text ul li:nth-child(3) span {
    padding-top: 1.36364vw;
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__firstView__mv .u-inner .text ul li:nth-child(3) span {
    padding-top: 1.92308vw;
  }
}
.p-clientpage__firstView__mv .u-inner .img {
  width: 39%;
  text-align: center;
}
.p-clientpage__firstView__mv .u-inner .img img {
  width: 85%;
}
.p-clientpage__firstView__form {
  width: 16.6666%;
  min-width: 32rem;
  height: 70rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNThkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1NzdmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4058de), color-stop(100%, #6577ff));
  background-image: -moz-linear-gradient(left, #4058de, #6577ff);
  background-image: -webkit-linear-gradient(left, #4058de, #6577ff);
  background-image: linear-gradient(to right, #4058de, #6577ff);
  position: absolute;
  top: 0;
  right: 0;
}
.p-clientpage__firstView__form dl dt {
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
  background-color: #182B77;
}
.p-clientpage__firstView__form dl dt:before {
  width: 2.6rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  content: '';
  background-image: url("../img/mv_form_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.p-clientpage__firstView__form dl dd {
  padding: 1.5rem 2rem 0 2rem;
}
.p-clientpage__firstView__form dl dd p {
  font-size: 1.2rem;
  color: #ffffff;
}
.p-clientpage__firstView__form dl dd ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.p-clientpage__firstView__form dl dd ul li {
  position: relative;
}
.p-clientpage__firstView__form dl dd ul li + li {
  margin-top: 1rem;
}
.p-clientpage__firstView__form dl dd ul li p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
.p-clientpage__firstView__form dl dd ul li p + p {
  margin-top: 0.5rem;
}
.p-clientpage__firstView__form dl dd ul li input {
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0B1B40;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.p-clientpage__firstView__form dl dd ul li input::placeholder {
  color: #BABABA;
}
.p-clientpage__firstView__form dl dd ul li input.wpcf7-not-valid,
.p-clientpage__firstView__form dl dd ul li input.error-field {
  border-color: #E86919;
}
.p-clientpage__firstView__form dl dd ul li .wpcf7-form-control-wrap {
  position: static !important;
}
.p-clientpage__firstView__form dl dd ul li .wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #ffffff;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.p-clientpage__firstView__form dl dd .submit {
  text-align: center;
}
.p-clientpage__firstView__form dl dd .submit .wpcf7-spinner {
  display: none !important;
}
.p-clientpage__firstView__form dl dd .submit input[type="submit"] {
  width: 22rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzQ3MiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZjE2NTA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc472), color-stop(80%, #f16509));
  background-image: -moz-linear-gradient(top, #ffc472, #f16509 80%);
  background-image: -webkit-linear-gradient(top, #ffc472, #f16509 80%);
  background-image: linear-gradient(to bottom, #ffc472, #f16509 80%);
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
  -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
  box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
}
.p-clientpage__firstView__form dl dd .submit input[type="submit"]:hover {
  opacity: 0.8;
}
.p-clientpage__firstView__form dl dd .wpcf7-response-output,
.p-clientpage__firstView__form dl dd .error-msg {
  margin: 0.5rem 0 0 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  text-align: center;
  color: #ffffff !important;
  border: none !important;
}

.p-clientpage__worries .u-inner {
  padding: 5.8rem 0 11.8rem 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__worries .u-inner {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__worries .u-inner {
    padding-bottom: 0;
  }
}
.p-clientpage__worries ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-clientpage__worries ul li {
  width: 47.1%;
  margin-bottom: 1.8rem;
  padding: 1.6rem 1.6rem 1.6rem 6rem;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ffffff;
  background-image: url("../img/icon_check.png");
  -webkit-background-size: 1.6rem auto;
  background-size: 1.6rem auto;
  background-repeat: no-repeat;
  background-position: 2rem center;
  -moz-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__worries ul li {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.2rem 1.2rem 4rem;
    font-size: 1.8rem;
    -webkit-background-size: 1.2rem auto;
    background-size: 1.2rem auto;
    background-position: 1.6rem center;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__worries ul li {
    width: 100%;
  }
}
.p-clientpage__worries .img {
  width: 16.6rem;
  position: absolute;
  bottom: -1.5rem;
  right: 16%;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__worries .img {
    width: 10rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__worries .img {
    margin: 0 5% -1.5rem auto;
    position: static;
  }
}

.p-clientpage__kaiketsu {
  position: relative;
  z-index: 1;
}
.p-clientpage__kaiketsu:before {
  width: 100%;
  height: 50%;
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.p-clientpage__kaiketsu .wrap {
  width: 93.75%;
  max-width: 1800px;
  margin: 0 auto;
  color: #ffffff;
  background-image: url("../img/kaiketsu_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}
.p-clientpage__kaiketsu .u-inner {
  max-width: 1100px;
  padding: 7rem 0 4rem 0;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__kaiketsu .u-inner {
    padding: 5rem 0 2rem 0;
  }
}
.p-clientpage__kaiketsu h2 {
  margin-bottom: 1.4rem;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__kaiketsu h2 {
    font-size: 3.2rem;
  }
}
.p-clientpage__kaiketsu h2 span {
  width: 12.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}
@media only screen and (max-width: 780px) {
  .p-clientpage__kaiketsu h2 span {
    width: 8rem;
  }
}
.p-clientpage__kaiketsu h2 .c-logotype {
  font-size: 1.54em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}
@media only screen and (max-width: 580px) {
  .p-clientpage__kaiketsu h2 .c-logotype {
    display: block;
  }
}
.p-clientpage__kaiketsu p {
  margin-bottom: 3rem;
  text-align: center;
}
.p-clientpage__kaiketsu .box {
  padding: 4rem 5rem;
  text-align: center;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__kaiketsu .box {
    padding: 2rem;
  }
}

.p-clientpage__reason {
  padding: 6rem 0 10rem 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason {
    padding-bottom: 6rem;
  }
}
.p-clientpage__reason__header {
  max-width: 1000px;
  margin: 0 auto 7.5rem auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 580px) {
  .p-clientpage__reason__header {
    margin-bottom: 4.5rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-clientpage__reason__header li {
  width: 29.8%;
  padding: 2.5rem 2.5rem 3rem 2.5rem;
  text-align: center;
  background-color: #F4F4F8;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__header li {
    padding: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__reason__header li {
    width: 100%;
    display: table;
  }
  .p-clientpage__reason__header li > * {
    display: table-cell;
  }
  .p-clientpage__reason__header li + li {
    margin-top: 2rem;
  }
}
.p-clientpage__reason__header li .num {
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__header li .num {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__reason__header li .num {
    width: 6rem;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.p-clientpage__reason__header li .num span {
  font-size: 2.14em;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.p-clientpage__reason__header li .img {
  width: 6.8rem;
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__header li .img {
    width: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__reason__header li .img {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.p-clientpage__reason__header li p {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__header li p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__reason__header li p {
    padding-left: 2rem;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
}
.p-clientpage__reason__body li + li {
  margin-top: 4rem;
}
@media only screen and (min-width: 781px) {
  .p-clientpage__reason__body li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-clientpage__reason__body li:nth-child(odd) .text {
    -webkit-order: 2;
    order: 2;
  }
  .p-clientpage__reason__body li:nth-child(odd) .img {
    -webkit-order: 1;
    order: 1;
  }
  .p-clientpage__reason__body li .text {
    width: 46%;
  }
  .p-clientpage__reason__body li .img {
    width: 48%;
  }
}
.p-clientpage__reason__body li .text h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__body li .text h3 {
    font-size: 2.4rem;
  }
}
.p-clientpage__reason__body li .text h3 .num {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  display: block;
}
.p-clientpage__reason__body li .text h3 .num span {
  margin-right: 0.5rem;
  padding: 0.2rem 1rem;
  font-size: 0.46em;
  font-weight: 500;
  color: #ffffff;
  background-color: #4058DE;
  display: inline-block;
  vertical-align: middle;
}
.p-clientpage__reason__body li .text h3 .eng {
  margin-top: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #C0C6D3;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__reason__body li .text p {
    margin-bottom: 2rem;
  }
}
.p-clientpage__reason__body li .img {
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-clientpage__cv {
  padding: 2.6rem 0 3.8rem 0;
  text-align: center;
  color: #ffffff;
  background-image: url("../img/cv_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.p-clientpage__cv h2 {
  margin-bottom: 0.66em;
  font-size: 3rem;
  font-weight: 900;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__cv h2 {
    font-size: 2.4rem;
  }
}
.p-clientpage__cv h2 .c-logotype {
  font-size: 1.93em;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__cv h2 .c-logotype {
    display: block;
  }
}
.p-clientpage__cv p {
  margin-bottom: 2.2rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__cv p {
    font-size: 1.6rem;
  }
}
.p-clientpage__cv .btn a {
  width: 27rem;
  padding: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzQ3MiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZjE2NTA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc472), color-stop(80%, #f16509));
  background-image: -moz-linear-gradient(top, #ffc472, #f16509 80%);
  background-image: -webkit-linear-gradient(top, #ffc472, #f16509 80%);
  background-image: linear-gradient(to bottom, #ffc472, #f16509 80%);
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
  -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
  box-shadow: 0.3rem 0.3rem 1rem rgba(11, 22, 56, 0.2);
}
.p-clientpage__cv .btn a:hover {
  opacity: 0.8;
}

.p-clientpage__flow {
  padding: 5rem 0 7rem 0;
}
.p-clientpage__flow ol {
  max-width: 1050px;
  margin: 7.5rem auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__flow ol {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__flow ol {
    display: block;
  }
}
.p-clientpage__flow ol li {
  width: 28.3%;
  padding: 3.4rem;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 780px) {
  .p-clientpage__flow ol li {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__flow ol li {
    width: 100%;
  }
  .p-clientpage__flow ol li + li {
    margin-top: 4rem;
  }
}
.p-clientpage__flow ol li:after {
  width: 1.6rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  content: '';
  background-image: url("../img/arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 110%;
}
@media only screen and (max-width: 580px) {
  .p-clientpage__flow ol li:after {
    content: none;
  }
}
.p-clientpage__flow ol li:last-child:after {
  content: none;
}
.p-clientpage__flow ol li .num {
  width: 6.7rem;
  height: 6.7rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.9rem;
  line-height: 6.7rem;
  color: #ffffff;
  background-color: #4058DE;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 780px) {
  .p-clientpage__flow ol li .num {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.p-clientpage__flow ol li .img {
  width: 15.5rem;
  margin: 2.5rem auto;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__flow ol li .img {
    width: 10rem;
    margin: 1.5rem auto;
  }
}
.p-clientpage__flow ol li p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__flow ol li p {
    font-size: 1.6rem;
  }
}

.p-clientpage__comparison {
  padding: 5rem 0 6rem 0;
  color: #ffffff;
  background-color: #4058DE;
}
.p-clientpage__comparison .c-ttl01 span {
  color: #ffffff;
}
.p-clientpage__comparison .u-inner {
  padding: 5rem;
  color: #0B1B40;
  background-color: #ffffff;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__comparison .u-inner {
    padding: 3.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-clientpage__comparison .u-inner {
    padding: 2.5rem;
  }
}
.p-clientpage__comparison__table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__comparison__table {
    width: 780px;
  }
}
.p-clientpage__comparison__table thead th {
  padding: 0 1rem;
  vertical-align: bottom;
}
.p-clientpage__comparison__table thead th span {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #727895;
  -moz-border-radius: 0.5rem 0.5rem 0 0;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__comparison__table thead th span {
    font-size: 1.6rem;
  }
}
.p-clientpage__comparison__table thead th span .c-logotype {
  font-size: 2.1em;
  line-height: 1.2;
}
.p-clientpage__comparison__table thead th span:after {
  width: 0;
  height: 0;
  margin-left: -0.8rem;
  content: '';
  border-style: solid;
  border-width: 1.4rem 0.8rem 0 0.8rem;
  border-color: #727895 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
.p-clientpage__comparison__table thead th:nth-child(2) span {
  background-color: #4058DE;
}
.p-clientpage__comparison__table thead th:nth-child(2) span:after {
  border-color: #4058DE transparent transparent transparent;
}
.p-clientpage__comparison__table tbody th {
  padding: 3rem 1rem 3rem 5.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #E7EBF4;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__comparison__table tbody th {
    padding: 2rem 1rem 2rem 4.2rem;
    font-size: 1.6rem;
  }
}
.p-clientpage__comparison__table tbody th span {
  font-size: 0.83em;
  font-weight: 500;
}
.p-clientpage__comparison__table tbody th:before {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1rem 0 -4.2rem;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.45em;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__comparison__table tbody th:before {
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 1rem 0 -3.2rem;
    vertical-align: -0.4em;
  }
}
.p-clientpage__comparison__table tbody th:after {
  width: 90%;
  height: 1px;
  content: '';
  background-color: #C6CDDE;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: 1;
}
.p-clientpage__comparison__table tbody td {
  padding: 3rem 1rem;
  letter-spacing: 0.13em;
  text-align: center;
  position: relative;
}
.p-clientpage__comparison__table tbody td:after {
  width: 90%;
  height: 1px;
  content: '';
  background-color: #E2E2E2;
  position: absolute;
  top: 100%;
  left: 5%;
  z-index: 1;
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__comparison__table tbody td {
    padding: 2rem 1rem;
  }
}
.p-clientpage__comparison__table tbody td b {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4058DE;
}
.p-clientpage__comparison__table tbody td:nth-of-type(1) {
  background-color: #F2F7FF;
}
.p-clientpage__comparison__table tbody td:nth-of-type(1):after {
  background-color: #B8C1F4;
}
.p-clientpage__comparison__table tbody tr:nth-child(1) th:before {
  background-image: url("../img/hikaku_img01.png");
}
.p-clientpage__comparison__table tbody tr:nth-child(1) td:nth-of-type(1) {
  border-top: solid 0.3rem #4058DE;
  border-left: solid 0.3rem #4058DE;
  border-right: solid 0.3rem #4058DE;
  -moz-box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  -webkit-box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
}
.p-clientpage__comparison__table tbody tr:nth-child(2) th:before {
  background-image: url("../img/hikaku_img02.png");
}
.p-clientpage__comparison__table tbody tr:nth-child(2) td:nth-of-type(1) {
  border-left: solid 0.3rem #4058DE;
  border-right: solid 0.3rem #4058DE;
  -moz-box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  -webkit-box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  box-shadow: 0 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
}
.p-clientpage__comparison__table tbody tr:nth-child(3) th:before {
  background-image: url("../img/hikaku_img03.png");
}
.p-clientpage__comparison__table tbody tr:nth-child(3) th:after {
  content: none;
}
.p-clientpage__comparison__table tbody tr:nth-child(3) td:after {
  content: none;
}
.p-clientpage__comparison__table tbody tr:nth-child(3) td:nth-of-type(1) {
  border-bottom: solid 0.3rem #4058DE;
  border-left: solid 0.3rem #4058DE;
  border-right: solid 0.3rem #4058DE;
  -moz-box-shadow: 0.3rem 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(185, 192, 204, 0.46);
}

.p-clientpage__category {
  padding: 6.8rem 0 0.8rem 0;
  background-color: #ffffff;
}
.p-clientpage__category__categoryList {
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-clientpage__category__categoryList > li {
  width: 31.6%;
  margin: 0 2.6% 6rem 0;
}
@media only screen and (min-width: 1100px) {
  .p-clientpage__category__categoryList > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  .p-clientpage__category__categoryList > li {
    width: 48.7%;
  }
  .p-clientpage__category__categoryList > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .p-clientpage__category__categoryList > li {
    width: 100%;
    margin-right: 0;
  }
}
.p-clientpage__category__categoryList__parent {
  margin-bottom: 2rem;
  padding: 0 0 2rem 5rem;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #4058DE;
}
.p-clientpage__category__categoryList__parent:before {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 2.2rem 0 -5rem;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.4em;
}
.p-clientpage__category__categoryList__cate01 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate01.png");
}
.p-clientpage__category__categoryList__cate02 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate02.png");
}
.p-clientpage__category__categoryList__cate03 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate03.png");
}
.p-clientpage__category__categoryList__cate04 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate04.png");
}
.p-clientpage__category__categoryList__cate05 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate05.png");
}
.p-clientpage__category__categoryList__cate06 .p-clientpage__category__categoryList__parent:before {
  background-image: url("../img/icon_cate06.png");
}
.p-clientpage__category__categoryList__child ul li + li {
  margin-top: 0.66em;
}

.p-clientpage__faq {
  padding: 9rem 0 8.5rem 0;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__faq {
    padding: 6rem 0;
  }
}
.p-clientpage__faq ul {
  max-width: 900px;
  margin: 0 auto;
}
.p-clientpage__faq ul li {
  padding: 2.6rem;
  background-color: #ffffff;
}
.p-clientpage__faq ul li + li {
  margin-top: 1.6rem;
}
.p-clientpage__faq ul li .faq_q {
  margin-bottom: 0.66em;
  padding-left: 10.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #4058DE;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__faq ul li .faq_q {
    padding-left: 5rem;
  }
}
.p-clientpage__faq ul li .faq_q:before {
  content: 'Q';
  font-family: "Poppins", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  color: #87A7F1;
  position: absolute;
  top: 50%;
  left: 4.2rem;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .p-clientpage__faq ul li .faq_q:before {
    left: 1rem;
  }
}
.p-clientpage__faq ul li .faq_a {
  padding-left: 10.4rem;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__faq ul li .faq_a {
    padding-left: 5rem;
  }
}
.p-clientpage__faq ul li .faq_a:before {
  content: 'A';
  font-family: "Poppins", sans-serif;
  font-size: 2.7rem;
  color: #CECECE;
  position: absolute;
  top: 50%;
  left: 4.2rem;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .p-clientpage__faq ul li .faq_a:before {
    left: 1rem;
  }
}

.p-clientpage__contact {
  padding: 5.6rem 0 6rem 0;
  background-image: url("../img/contact_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.p-clientpage__contact .u-inner {
  padding: 4.4rem 2rem;
  background-color: #ffffff;
}
.p-clientpage__contact ul {
  max-width: 700px;
  margin: 0 auto 4rem auto;
}
.p-clientpage__contact ul li {
  position: relative;
}
.p-clientpage__contact ul li + li {
  margin-top: 2.5rem;
}
.p-clientpage__contact ul li p {
  font-weight: 700;
}
.p-clientpage__contact ul li p + p {
  margin-top: 0.6rem;
}
.p-clientpage__contact ul li input {
  width: 100%;
  padding: 1.2rem 1.7rem;
  background-color: #FAFAFA;
  border: none;
  border-bottom: solid 1px #DEDEDE;
}
.p-clientpage__contact ul li input::placeholder {
  color: #BABABA;
}
.p-clientpage__contact ul li input.wpcf7-not-valid,
.p-clientpage__contact ul li input.error-field {
  border-bottom-color: #E86919;
}
.p-clientpage__contact ul li .wpcf7-form-control-wrap {
  position: static !important;
}
.p-clientpage__contact ul li .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #E86919;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.p-clientpage__contact .submit {
  text-align: center;
}
.p-clientpage__contact .submit .wpcf7-spinner {
  display: none;
}
.p-clientpage__contact .submit input[type="submit"] {
  width: 26rem;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #E86919;
  border: none;
  display: inline-block;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.p-clientpage__contact .submit input[type="submit"]:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 780px) {
  .p-clientpage__contact .submit input[type="submit"] {
    width: 28rem;
  }
}
.p-clientpage__contact .wpcf7-response-output,
.p-clientpage__contact .error-msg {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
  font-size: 1.4rem !important;
  text-align: center;
  color: #E86919 !important;
  border: none !important;
}
.p-clientpage__firstView__form dl dd ul li .error-content,
.p-clientpage__contact ul li .error-content {
  float: right;
}
.p-clientpage__firstView__form dl dd ul li .formError .formErrorContent {
  font-size: 1rem;
  color: #ffffff;
  font-weight: normal;
  min-width: 0;
}
.p-clientpage__contact ul li .formError .formErrorContent {
  font-size: 1.2rem;
  color: #E86919;
  font-weight: normal;
  min-width: 0;
}