@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@600;700&display=swap");
/*ç½*/
/*é»*/
/*ã´ã¼ã«ã*/
/*ç·*/
/*ç°è²*/
/*é»*/
/*ã´ã¼ã«ã*/
/*èµ¤*/
/*é*/
/* ãã¬ãã¯ã¹ããã¯ã¹ */
/* SCSS ã¡ãã£ã¢ã¯ã¨ãª */
/*-------------------------------------------------------------
displayæå®class

ãonlyã
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 751px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 751px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .pad-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 750px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 751px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 751px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 750px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 751px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 751px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 750px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* å±éé¨å
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  /* ress.cssã ã¨underlineãã¤ãã®ãé»æ­¢ */
  text-decoration: none;
}

select {
  color: #1a1a1a;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.cssç¨ */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

rt {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
}

i,
em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
figure {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

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

@media screen and (max-width: 749px) {
  .sp-none {
    display: none !important;
  }
}

/*////////////////////////////////////////////////////
ãã©ã³ã
////////////////////////////////////////////////////*/
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, input, textarea, label, select, button {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html,
body {
  width: 100%;
  line-height: 2.125;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge å¯¾å¿ */
  scrollbar-width: none; /* Firefox å¯¾å¿ */
}
@media (max-width: 750px) {
  html,
body {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari å¯¾å¿ */
  display: none;
}

.grecaptcha-badge {
  opacity: 0;
}

#admin-bar-iframe {
  display: none;
}

.section-heading {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  color: #172E87;
  line-height: 1.4666666667;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .section-heading {
    font-size: 22px;
    font-size: 5.8666666667vw;
    line-height: 1.5909090909;
    letter-spacing: 0.06em;
    margin-bottom: 10.9333333333vw;
  }
}
.section-heading span {
  position: relative;
  left: 0.1em;
  display: inline-block;
}
@media (max-width: 750px) {
  .section-heading span {
    left: 0.03em;
  }
}
.section-heading span:before, .section-heading span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 80px;
  height: 20px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/icn_blue-h.svg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .section-heading span:before, .section-heading span:after {
    width: 50vw;
    height: 2.6666666667vw;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}
.section-heading span:before {
  left: calc(100% + 30px - 0.15em);
}
@media (max-width: 750px) {
  .section-heading span:before {
    left: calc(100% + 5.3333333333vw);
  }
}
.section-heading span:after {
  right: calc(100% + 30px);
}
@media (max-width: 750px) {
  .section-heading span:after {
    right: calc(100% + 5.3333333333vw);
  }
}

.btn__cv {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  width: 314px;
  padding: 23px 0 24px;
  margin-left: auto;
  margin-right: auto;
  background: #B99942;
  color: white;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .btn__cv {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 64vw;
    padding: 5.1333333333vw 0;
  }
}

.return_top {
  z-index: 10;
}

header.lp-header {
  background: #172E87;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lp-header__inner {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 750px) {
  .lp-header__inner {
    padding-top: 3.4666666667vw !important;
    padding-bottom: 3.4666666667vw !important;
  }
}
.lp-header__logo-so {
  font-size: 0;
}
@media (max-width: 750px) {
  .lp-header__logo-so {
    width: 32.4vw !important;
  }
}
.lp-header__btn {
  width: auto !important;
}
@media (max-width: 750px) {
  .lp-header__btn {
    width: auto !important;
  }
}
.lp-header__btn a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 193px;
  padding: 14px 0;
  background: #B99942;
  text-align: center;
  line-height: 1;
  color: white;
}
@media (max-width: 750px) {
  .lp-header__btn a {
    font-size: 13px;
    font-size: 3.4666666667vw;
    width: 37.6vw;
    padding: 2.6vw 0;
  }
}

.l-footer {
  line-height: 1;
}
.l-footer ul, .l-footer li, .l-footer a {
  font-family: "æ¸¸ã´ã·ãã¯ä½", "æ¸¸ã´ã·ãã¯", "YuGothic", "ãã©ã®ãè§ã´ ProN W3", "Hiragino Kaku Gothic ProN", "ã¡ã¤ãªãª", sans-serif;
}

.l-content {
  display: block;
}

.lp-kv {
  position: relative;
  color: white;
}
.lp-kv__img {
  width: 100%;
  max-height: 700px;
  height: 100vh;
}
@media screen and (max-width: 1175px) {
  .lp-kv__img {
    max-height: 900px;
  }
}
@media (max-width: 750px) {
  .lp-kv__img {
    max-height: none;
  }
}
.lp-kv__img img.scaled-image {
  width: 100%;
  border: none;
  margin: 0;
}
.lp-kv__img img {
  width: 100%;
}
.lp-kv__img img.pctab {
  display: block;
}
@media screen and (max-width: 810px) {
  .lp-kv__img img.pctab {
    display: none;
  }
}
.lp-kv__img img.padsp {
  display: none;
}
@media screen and (max-width: 810px) {
  .lp-kv__img img.padsp {
    display: block;
  }
}
.lp-kv__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.lp-kv__catch {
  position: absolute;
  left: 115px;
  bottom: 0;
  z-index: 1;
  text-align: center;
  max-width: 548px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lp-kv__catch {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .lp-kv__catch {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-kv__ttl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5625;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 35px 0 36px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .lp-kv__ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 925px) {
  .lp-kv__ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 750px) {
  .lp-kv__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.75;
    padding: 2.2666666667vw 0;
  }
}
.lp-kv__ttl .gold {
  color: #B99942;
}
.lp-kv__ttl:before, .lp-kv__ttl:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  content: "";
  width: 528px;
  height: 100%;
  font-weight: 600;
  background: rgba(23, 46, 135, 0.7);
}
@media screen and (max-width: 925px) {
  .lp-kv__ttl:before, .lp-kv__ttl:after {
    width: 500px;
  }
}
@media (max-width: 750px) {
  .lp-kv__ttl:before, .lp-kv__ttl:after {
    width: 85.0666666667vw;
  }
}
.lp-kv__ttl:before {
  -webkit-transform: translateX(-50%) skew(-25deg);
          transform: translateX(-50%) skew(-25deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -2;
}
.lp-kv__ttl:after {
  -webkit-transform: translateX(-50%) skew(25deg);
          transform: translateX(-50%) skew(25deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: -1;
}
.lp-kv__subTtl {
  position: relative;
  line-height: 2.3125;
  padding: 3px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  z-index: 1;
}
@media (max-width: 750px) {
  .lp-kv__subTtl {
    line-height: 1.9285714286;
    padding: 2.5333333333vw 0;
  }
}
.lp-kv__subTtl:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  top: 0;
  width: 938px;
  border-bottom: 43px solid rgba(185, 153, 66, 0.85);
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  z-index: -1;
}
@media (max-width: 1024px) {
  .lp-kv__subTtl:before {
    width: 881px;
  }
}
@media screen and (max-width: 925px) {
  .lp-kv__subTtl:before {
    width: 666px;
  }
}
@media (max-width: 750px) {
  .lp-kv__subTtl:before {
    width: 100%;
    border-bottom: 19.4666666667vw solid rgba(185, 153, 66, 0.85);
  }
}
.lp-kv__form {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  z-index: 1;
  max-width: 410px;
  width: 100%;
  padding: 22px 15px 34px;
  background: #F5F5F5;
  border: 6px solid #172E87;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.26);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.26);
}
@media screen and (max-width: 1175px) {
  .lp-kv__form {
    top: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .lp-kv__form {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 750px) {
  .lp-kv__form {
    right: auto;
    top: calc(50% - 15.3333333333vw);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 78.1333333333vw;
    padding: 3.2vw 1.8666666667vw;
    border-width: 0.8vw;
    border-radius: 1.3333333333vw;
  }
}
.lp-kv__formHeading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.12em;
  color: #172E87;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 750px) {
  .lp-kv__formHeading {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.lp-kv__formNote {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: right;
  color: #1a1a1a;
}
@media (max-width: 750px) {
  .lp-kv__formNote {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-top: 2.4vw;
  }
}
.lp-kv__form .mktoForm {
  width: 100% !important;
  padding: 0;
  border: none;
  margin-top: 4px;
}
.lp-kv__form .mktoForm .mktoFormCol, .lp-kv__form .mktoForm .mktoFieldWrap {
  width: 100%;
}
.lp-kv__form .mktoForm div {
  line-height: 1;
}
.lp-kv__form .mktoForm .mktoFieldWrap, .lp-kv__form .mktoForm .mktoFormCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.lp-kv__form .mktoForm .mktoLabel {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.0833333333;
  text-align: right !important;
  max-width: 138px;
  width: 100% !important;
  padding-right: 10px;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoLabel {
    font-size: 10px;
    font-size: 2.6666666667vw;
    max-width: 26.6666666667vw;
    padding-right: 2.1333333333vw;
  }
}
.lp-kv__form .mktoForm .mktoLabel .mktoAsterix {
  float: right !important;
  padding-right: 0 !important;
}
.lp-kv__form .mktoForm .mktoFormRow input.mktoField, .lp-kv__form .mktoForm .mktoFormRow input[type=text].mktoField, .lp-kv__form .mktoForm .mktoFormRow input[type=email].mktoField, .lp-kv__form .mktoForm .mktoFormRow select.mktoField {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  max-width: 216px;
  width: 100% !important;
  height: 30px;
  padding: 6px 10px 5px;
  border: 1px solid #707070;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoFormRow input.mktoField, .lp-kv__form .mktoForm .mktoFormRow input[type=text].mktoField, .lp-kv__form .mktoForm .mktoFormRow input[type=email].mktoField, .lp-kv__form .mktoForm .mktoFormRow select.mktoField {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    max-width: 45.3333333333vw;
    height: 6.4vw;
    padding: 1.2vw 1.2vw;
  }
}
.lp-kv__form .mktoForm .mktoFormRow select.mktoField {
  height: 30px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/arw_kv-select.svg) no-repeat center right 10px/19px 8px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoFormRow select.mktoField {
    height: 6.4vw;
  }
}
.lp-kv__form .mktoForm .mktoFormRow textarea.mktoField {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  max-width: 216px;
  width: 100% !important;
  padding: 6px 10px 5px;
  border: 1px solid #707070;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoFormRow textarea.mktoField {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    max-width: 45.3333333333vw;
    height: 12vw;
    padding: 1.2vw 1.2vw;
  }
}
.lp-kv__form .mktoForm .mktoFormRow .mktoHtmlText {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3em;
  text-align: right;
  color: #575757;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoFormRow .mktoHtmlText {
    font-size: 9.5px;
    font-size: 2.5333333333vw;
    text-align: center;
    margin-bottom: 1.6vw;
  }
}
.lp-kv__form .mktoForm .mktoFormRow .mktoHtmlText a {
  padding: 0;
}
.lp-kv__form .mktoForm .mktoButtonRow {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoButtonRow {
    margin-top: 2vw;
  }
}
@media (max-width: 750px) {
  .lp-kv__form .mktoForm .mktoButtonRow .mktoButton {
    padding: 0 1em;
  }
}

.lp-cs {
  padding: 100px 0 75px;
}
@media (max-width: 750px) {
  .lp-cs {
    padding: 13.3333333333vw 0 11.3333333333vw;
  }
}
.lp-cs__info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .lp-cs__info {
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 2.0588235294;
    margin-bottom: 8.2666666667vw;
  }
}
.lp-cs__list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1183px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-cs__list {
    max-width: 93.0666666667vw;
  }
}
.lp-cs__list:nth-of-type(n + 2) {
  margin-top: 36px;
}
.lp-cs__item {
  width: 11.2426035503%;
  height: auto;
  margin-right: 1.4370245139%;
}
@media (max-width: 750px) {
  .lp-cs__item {
    width: 22.2666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.lp-cs__item:last-of-type {
  margin-right: 0;
}
@media (max-width: 750px) {
  .lp-cs__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .lp-cs__item:nth-of-type(n + 5) {
    margin-top: 4vw;
  }
}
.lp-cs__item img.scaled-image {
  margin: 0;
  border: none;
}

.lp-worry {
  padding: 75px 0;
}
@media (max-width: 750px) {
  .lp-worry {
    padding: 11.3333333333vw 0;
  }
}
@media (max-width: 750px) {
  .lp-worry__ttl {
    margin-bottom: 7.3333333333vw;
  }
}
.lp-worry__content {
  position: relative;
  width: 100%;
  padding: 70px 0 115px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media (max-width: 750px) {
  .lp-worry__content {
    padding: 40.6666666667vw 0 20vw;
  }
}
.lp-worry__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 692px;
  height: 568px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/img_worries.png) no-repeat top left/cover;
}
@media (max-width: 750px) {
  .lp-worry__content:before {
    width: 100%;
    height: 57.6vw;
    background: url(https://www.soico.jp/wp-content/uploads/heads_lp/img_worries-sp.png) no-repeat center/cover;
  }
}
.lp-worry__list {
  display: inline-block;
  padding-left: 71px;
}
@media (max-width: 750px) {
  .lp-worry__list {
    padding-left: 14.5333333333vw;
  }
}
.lp-worry__item {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  width: 421px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .lp-worry__item {
    font-size: 18px;
    font-size: 4.8vw;
    width: 84.2666666667vw;
    padding-bottom: 2.8vw;
    margin-bottom: 10.8vw;
    text-align: center;
  }
}
.lp-worry__item:last-of-type {
  margin-bottom: 0;
}
.lp-worry__item .blue {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #172E87;
  font-weight: 700;
  display: block;
  position: relative;
  margin-top: 18px;
}
@media (max-width: 750px) {
  .lp-worry__item .blue {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.5357142857;
    left: 0;
    margin-top: 1.8666666667vw;
  }
}
.lp-worry__item:before {
  position: absolute;
  right: calc(100% + 21px);
  bottom: 18px;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/icn_check.svg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .lp-worry__item:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(100% + 1.8666666667vw);
    bottom: auto;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.lp-worry__item:after {
  content: "";
  width: 412px;
  height: 4px;
  background: #B99942;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .lp-worry__item:after {
    width: 74.4vw;
    height: 0.5333333333vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-worry__cv {
  position: relative;
  padding: 21px 0 50px;
  z-index: 1;
}
@media (max-width: 750px) {
  .lp-worry__cv {
    padding: 23.0666666667vw 0 8vw;
  }
}
.lp-worry__cv:before, .lp-worry__cv:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
.lp-worry__cv:before {
  bottom: 224px;
  height: 150px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/bg_cross.svg) no-repeat center/100% 100%;
}
@media (max-width: 750px) {
  .lp-worry__cv:before {
    height: 14.8vw;
    top: 0;
    bottom: auto;
    background: url(https://www.soico.jp/wp-content/uploads/heads_lp/bg_cross-sp.svg) no-repeat center/100% 100%;
  }
}
.lp-worry__cv:after {
  bottom: 0;
  height: 224.1px;
  opacity: 0.99;
  background: #172E87;
}
@media (max-width: 750px) {
  .lp-worry__cv:after {
    height: calc(100% - 14.5333333333vw);
  }
}
.lp-worry__cvTxt {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: white;
}
@media (max-width: 750px) {
  .lp-worry__cvTxt {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
  }
}
.lp-worry__cvTxt .logo {
  font-size: 0;
  width: 180px;
  margin-right: 15.6px;
}
@media (max-width: 750px) {
  .lp-worry__cvTxt .logo {
    width: 35.2vw;
    margin-right: 2.6666666667vw;
  }
}
.lp-worry__cvTxt .logo img {
  width: 100%;
}
@media (max-width: 750px) {
  .lp-worry__cvTxt .second {
    margin-top: 5.0666666667vw;
  }
}
.lp-worry__cvTxt .strong {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .lp-worry__cvTxt .strong {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 6.8vw;
  }
}
.lp-worry__cv .btn__cv {
  margin-top: 23px;
}
@media (max-width: 750px) {
  .lp-worry__cv .btn__cv {
    margin-top: 7.7333333333vw;
  }
}

.lp-reason {
  padding: 75px 0;
}
@media (max-width: 750px) {
  .lp-reason {
    padding: 11.3333333333vw 0;
  }
}
@media (max-width: 750px) {
  .lp-reason__ttl {
    margin-bottom: 16vw;
  }
}
.lp-reason__list {
  max-width: 748px;
  width: 100%;
  margin: 0 auto 135px;
}
@media (max-width: 750px) {
  .lp-reason__list {
    max-width: 86.6666666667vw;
    margin-bottom: 18.6666666667vw;
  }
}
.lp-reason__item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  margin-bottom: 90px;
  z-index: 1;
}
@media (max-width: 750px) {
  .lp-reason__item {
    margin-bottom: 12vw;
  }
}
.lp-reason__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 790px;
  @media screen and (max-width: 830px){
    width: 95%;
  }
  @include mq_sp{
    width: 100%;
  } */
}
@media (max-width: 750px) {
  .lp-reason__item:nth-of-type(2) .lp-reason__info {
    margin-right: auto;
    left: auto;
    right: 6.6666666667vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.lp-reason__item:nth-of-type(2) .lp-reason__infoTtl {
  text-align: right;
}
.lp-reason__item:nth-of-type(2) .lp-reason__infoTxt {
  padding-right: 15px;
  padding-left: 0;
}
@media (max-width: 750px) {
  .lp-reason__item:nth-of-type(2) .lp-reason__infoTxt {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.lp-reason__item:nth-of-type(2) .lp-reason__infoTxt:before {
  left: auto;
  right: -105px;
}
@media (max-width: 750px) {
  .lp-reason__item:nth-of-type(2) .lp-reason__infoTxt:before {
    right: 0;
  }
}
.lp-reason__item:last-of-type {
  margin-bottom: 0;
}
.lp-reason__thumb {
  width: 338px;
  height: 225px;
}
@media (max-width: 750px) {
  .lp-reason__thumb {
    width: 73.3333333333vw;
    height: 48.8vw;
  }
}
.lp-reason__thumb img.scaled-image {
  border: none;
  margin: 0;
}
.lp-reason__info {
  width: 385px;
  padding-top: 11px;
}
@media (max-width: 750px) {
  .lp-reason__info {
    position: relative;
    width: 80.5333333333vw;
    padding-top: 0;
    margin-left: auto;
    margin-top: -13.3333333333vw;
    left: 6.6666666667vw;
  }
}
.lp-reason__infoTtl {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #172E87;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  .lp-reason__infoTtl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.1111111111;
    margin-bottom: 2.4vw;
  }
}
.lp-reason__infoTxt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2857142857;
  color: white;
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 15px;
}
@media (max-width: 750px) {
  .lp-reason__infoTxt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    padding-top: 20.4vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.4vw;
    padding-bottom: 6.6666666667vw;
  }
}
.lp-reason__infoTxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: -105px;
  width: 100vw;
  height: 100%;
  background: #172E87;
  z-index: -1;
}
@media (max-width: 750px) {
  .lp-reason__infoTxt:before {
    width: 80.5333333333vw;
    left: 0;
  }
}

.lp-result__ttl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  .lp-result__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.1111111111;
    margin-bottom: 4.8vw;
  }
}
.lp-result__img {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-result__img {
    max-width: 86.6666666667vw;
  }
}
.lp-result__cv {
  padding: 46px 0 50px;
  background: #172E87;
  margin-top: 130px;
  text-align: center;
}
@media (max-width: 750px) {
  .lp-result__cv {
    padding: 8.5333333333vw 0 8vw;
    margin-top: 22.6666666667vw;
  }
}
.lp-result__cvTtl {
  font-size: 26px;
  font-size: 1.625rem;
  display: inline-block;
  position: relative;
  line-height: 1.9230769231;
  font-family: "Noto Serif JP", serif;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 750px) {
  .lp-result__cvTtl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
}
.lp-result__cvTtl:before, .lp-result__cvTtl:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 220px;
  height: 1px;
  background: white;
}
@media (max-width: 750px) {
  .lp-result__cvTtl:before, .lp-result__cvTtl:after {
    width: 14.9333333333vw;
  }
}
.lp-result__cvTtl:before {
  right: calc(100% + 30px);
}
@media (max-width: 750px) {
  .lp-result__cvTtl:before {
    right: calc(100% + 4vw);
  }
}
.lp-result__cvTtl:after {
  left: calc(100% + 30px);
}
@media (max-width: 750px) {
  .lp-result__cvTtl:after {
    left: calc(100% + 4vw);
  }
}
.lp-result__cv .btn__cv {
  margin-top: 41px;
}
@media (max-width: 750px) {
  .lp-result__cv .btn__cv {
    margin-top: 6.5333333333vw;
  }
}

.lp-choice {
  padding: 55px 0 46px;
}
@media (max-width: 750px) {
  .lp-choice {
    padding: 11.3333333333vw 0;
  }
}
.lp-choice__ttl {
  margin-bottom: 106px;
}
@media (max-width: 750px) {
  .lp-choice__ttl {
    margin-bottom: 21.7333333333vw;
  }
}
.lp-choice__anchor {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 742px;
  width: 100%;
  margin: 0 auto 108px;
}
@media (max-width: 750px) {
  .lp-choice__anchor {
    max-width: 83.2vw;
    margin-bottom: 17.6vw;
  }
}
.lp-choice__anchorItem {
  position: relative;
  width: 214px;
  padding: 38px 0;
  background: #F5F5F5;
}
@media (max-width: 750px) {
  .lp-choice__anchorItem {
    width: 100%;
    padding: 9.3333333333vw 0;
    margin-bottom: 17.7333333333vw;
  }
}
.lp-choice__anchorItem:last-of-type {
  margin-bottom: 0;
}
.lp-choice__anchorItem:before, .lp-choice__anchorItem:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #172E87;
  position: absolute;
  left: 0;
}
@media (max-width: 750px) {
  .lp-choice__anchorItem:before, .lp-choice__anchorItem:after {
    height: 0.2666666667vw;
  }
}
.lp-choice__anchorItem:before {
  bottom: 0;
}
@media (max-width: 750px) {
  .lp-choice__anchorItem:before {
    top: 100%;
    bottom: auto;
  }
}
.lp-choice__anchorItem:after {
  top: calc(100% + 4px);
}
@media (max-width: 750px) {
  .lp-choice__anchorItem:after {
    top: calc(100% + 0.8vw);
  }
}
.lp-choice__anchorNumber {
  font-size: 37px;
  font-size: 2.3125rem;
  position: absolute;
  top: -27px;
  left: 10px;
  z-index: 1;
  width: calc(100% - 10px);
  color: #B99942;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 750px) {
  .lp-choice__anchorNumber {
    font-size: 32px;
    font-size: 8.5333333333vw;
    width: calc(100% - 4vw);
    top: -6.4vw;
    left: 4vw;
  }
}
.lp-choice__anchorNumber:before, .lp-choice__anchorNumber:after {
  content: "";
  width: 108px;
  height: 2px;
  background: #172E87;
  position: absolute;
  right: 0;
}
@media (max-width: 750px) {
  .lp-choice__anchorNumber:before, .lp-choice__anchorNumber:after {
    width: 56.8vw;
    height: 0.2666666667vw;
  }
}
.lp-choice__anchorNumber:before {
  bottom: 15px;
}
@media (max-width: 750px) {
  .lp-choice__anchorNumber:before {
    bottom: 2.8vw;
  }
}
.lp-choice__anchorNumber:after {
  bottom: 9px;
}
@media (max-width: 750px) {
  .lp-choice__anchorNumber:after {
    bottom: 2vw;
  }
}
.lp-choice__anchorName {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 750px) {
  .lp-choice__anchorName {
    font-size: 18px;
    font-size: 4.8vw;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: normal;
    -ms-flex-line-pack: normal;
        align-content: normal;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 5.6vw;
  }
}
.lp-choice__anchorName .strong {
  font-size: 43px;
  font-size: 2.6875rem;
  display: block;
  color: #B99942;
  margin-top: 27px;
}
@media (max-width: 750px) {
  .lp-choice__anchorName .strong {
    font-size: 35px;
    font-size: 9.3333333333vw;
    margin-top: 0;
    margin-left: 3.8666666667vw;
  }
}
.lp-choice__list {
  max-width: 604px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-choice__list {
    max-width: 92vw;
  }
}
.lp-choice__item {
  width: 100%;
  margin-bottom: 97px;
}
@media (max-width: 750px) {
  .lp-choice__item {
    margin-bottom: 17.2vw;
  }
}
.lp-choice__item:nth-of-type(2) .lp-choice__itemHeading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lp-choice__item:nth-of-type(2) .lp-choice__itemNumber {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 750px) {
  .lp-choice__item:nth-of-type(2) .lp-choice__itemNumber {
    padding-right: 5.3333333333vw;
  }
}
.lp-choice__item:nth-of-type(2) .lp-choice__itemNumber:before {
  left: auto;
  right: 0;
}
.lp-choice__item:nth-of-type(2) .lp-choice__itemTtl {
  text-align: left;
}
.lp-choice__item:nth-of-type(2) .lp-choice__itemTxt {
  margin-left: 0;
  margin-right: auto;
}
.lp-choice__item:last-of-type {
  margin-bottom: 0;
}
.lp-choice__itemHeading {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  .lp-choice__itemHeading {
    margin-bottom: 4.4vw;
  }
}
.lp-choice__itemNumber {
  font-size: 50px;
  font-size: 3.125rem;
  position: relative;
  padding-left: 40px;
  line-height: 1.26;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #B99942;
}
@media (max-width: 750px) {
  .lp-choice__itemNumber {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.4333333333;
    padding-left: 5.3333333333vw;
  }
}
.lp-choice__itemNumber:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 30px;
  height: 50px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/icn_gold-h.svg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .lp-choice__itemNumber:before {
    width: 4vw;
    height: 6.6666666667vw;
    top: calc(50% + 1px);
  }
}
.lp-choice__itemTtl {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8260869565;
  text-align: right;
}
@media (max-width: 750px) {
  .lp-choice__itemTtl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2;
  }
}
.lp-choice__itemTtl .gold {
  color: #B99942;
}
.lp-choice__itemThumb {
  width: 100%;
  height: 241px;
  margin-bottom: 19px;
}
@media (max-width: 750px) {
  .lp-choice__itemThumb {
    height: 36.6666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
.lp-choice__itemThumb img.scaled-image {
  border: none;
  margin: 0;
}
.lp-choice__itemTxt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2857142857;
  width: 442px;
  margin-left: auto;
}
@media (max-width: 750px) {
  .lp-choice__itemTxt {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    width: 67.2vw;
  }
}

@media (max-width: 750px) {
  _::-webkit-full-page-media, _:future, :root .lp-choice__itemNumber:before {
    top: calc(50% + 2px);
  }
}

.lp-flow {
  padding: 78px 0 60px;
}
@media (max-width: 750px) {
  .lp-flow {
    padding: 8.4vw 0;
  }
}
.lp-flow__ttl {
  margin-bottom: 62px;
}
@media (max-width: 750px) {
  .lp-flow__ttl {
    margin-bottom: 9.3333333333vw;
  }
}
.lp-flow__list {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-flow__list {
    max-width: 90.6666666667vw;
  }
}
.lp-flow__item {
  position: relative;
  text-align: center;
  padding: 8px 0 9px;
  margin-bottom: 42px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-size: 1.125rem;
  color: #172E87;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 750px) {
  .lp-flow__item {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.46875;
    padding: 2.2666666667vw 0;
    letter-spacing: 0em;
    margin-bottom: 12.8vw;
  }
}
.lp-flow__item:last-of-type {
  margin-bottom: 0;
}
.lp-flow__item:last-of-type:after {
  content: none;
}
.lp-flow__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/bg_flow-v2.png?v=2) no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 750px) {
  .lp-flow__item:before {
    background: url(https://www.soico.jp/wp-content/uploads/heads_lp/bg_flow-sp-v2.png?v=2) no-repeat center/100% 100%;
    opacity: 1;
  }
}
.lp-flow__item:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 11px);
  content: "";
  width: 30px;
  height: 19px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/arw_down-gold.svg) no-repeat center bottom/cover;
}
@media (max-width: 750px) {
  .lp-flow__item:after {
    top: calc(100% + 4vw);
    width: 7.4666666667vw;
    height: 4.8vw;
  }
}

.lp-faq {
  padding: 60px 0 130px;
}
@media (max-width: 750px) {
  .lp-faq {
    padding: 14.2666666667vw 0 22.6666666667vw;
  }
}
.lp-faq__ttl {
  margin-bottom: 67px;
}
@media (max-width: 750px) {
  .lp-faq__ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.lp-faq__list {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-faq__list {
    max-width: 88vw;
  }
}
.lp-faq__item {
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .lp-faq__item {
    margin-bottom: 9.3333333333vw;
  }
}
.lp-faq__item:last-of-type {
  margin-bottom: 0;
}
.lp-faq__q {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3333333333;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: white;
  padding: 22px 0;
  background: #172E87;
}
@media (max-width: 750px) {
  .lp-faq__q {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.3333333333;
    text-align: left;
    padding: 5.3333333333vw 8vw;
  }
}
.lp-faq__a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.2857142857;
  padding: 44px 50px;
  background: #F5F5F5;
}
@media (max-width: 750px) {
  .lp-faq__a {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    padding: 8.5333333333vw 8vw;
  }
}

.lp-contact {
  padding: 100px 0 180px;
  background: rgba(0, 0, 255, 0.1);
}
@media (max-width: 750px) {
  .lp-contact {
    padding: 13.3333333333vw 0 20vw;
  }
}
.lp-contact__inner {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-contact__inner {
    max-width: 85.2vw;
  }
}
.lp-contact__ttl {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  white-space: nowrap;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .lp-contact__ttl {
    margin-bottom: 11.7333333333vw;
  }
}
.lp-contact__intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .lp-contact__intro {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
    margin-bottom: 6.1333333333vw;
  }
}
.lp-contact__content {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .lp-contact__content {
    max-width: 85.2vw;
  }
}
.lp-contact__item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .lp-contact__item {
    margin-bottom: 4.9333333333vw;
  }
}
.lp-contact__item:first-of-type {
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  .lp-contact__item:first-of-type {
    margin-bottom: 6vw;
  }
}
.lp-contact__item:first-of-type .lp-contact__col:first-of-type {
  font-size: 0;
  margin-bottom: 0;
}
.lp-contact__item:first-of-type .lp-contact__col:last-of-type {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 750px) {
  .lp-contact__item:first-of-type .lp-contact__col:last-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.lp-contact__item:last-of-type {
  margin-bottom: 0;
}
.lp-contact__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  width: 105px;
  text-align: right;
  font-weight: 400;
  line-height: 47px;
}
@media (max-width: 750px) {
  .lp-contact__col:first-of-type {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 100%;
    text-align: left;
    line-height: 1;
    margin-bottom: 3.4666666667vw;
  }
}
.lp-contact__col:last-of-type {
  width: 522px;
}
@media (max-width: 750px) {
  .lp-contact__col:last-of-type {
    width: 100%;
  }
}
.lp-contact__agree {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .lp-contact__agree {
    margin-top: 10.9333333333vw;
  }
}
.lp-contact__agree .wpcf7-list-item.first.last {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.lp-contact__agree .wpcf7-list-item.first.last > label {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lp-contact__agree .wpcf7-list-item-label {
  display: inline-block;
  width: auto;
  font-size: 17px !important;
  line-height: 1;
}
@media (max-width: 750px) {
  .lp-contact__agree .wpcf7-list-item-label {
    font-size: 16px !important;
  }
}
.lp-contact .contact-notice {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 750px) {
  .lp-contact .contact-notice {
    font-size: 14px;
    font-size: 3.7333333333vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 6.6666666667vw;
  }
}
.lp-contact .contact-notice a {
  color: #172E87;
  text-decoration: underline;
}
.lp-contact__outro {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .lp-contact__outro {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.0714285714;
  }
}
.lp-contact input[type=text], .lp-contact input[type=tel], .lp-contact input[type=email], .lp-contact textarea {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  padding: 14px;
  border: #707070 1px solid;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  vertical-align: bottom;
}
@media (max-width: 750px) {
  .lp-contact input[type=text], .lp-contact input[type=tel], .lp-contact input[type=email], .lp-contact textarea {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 3.3333333333vw;
  }
}
.lp-contact input[type=text] ::-webkit-input-placeholder, .lp-contact input[type=tel] ::-webkit-input-placeholder, .lp-contact input[type=email] ::-webkit-input-placeholder, .lp-contact textarea ::-webkit-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}
.lp-contact input[type=text] ::-moz-placeholder, .lp-contact input[type=tel] ::-moz-placeholder, .lp-contact input[type=email] ::-moz-placeholder, .lp-contact textarea ::-moz-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}
.lp-contact input[type=text] :-ms-input-placeholder, .lp-contact input[type=tel] :-ms-input-placeholder, .lp-contact input[type=email] :-ms-input-placeholder, .lp-contact textarea :-ms-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}
.lp-contact input[type=text] ::-ms-input-placeholder, .lp-contact input[type=tel] ::-ms-input-placeholder, .lp-contact input[type=email] ::-ms-input-placeholder, .lp-contact textarea ::-ms-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}
.lp-contact input[type=text] ::placeholder, .lp-contact input[type=tel] ::placeholder, .lp-contact input[type=email] ::placeholder, .lp-contact textarea ::placeholder {
  color: #6F6F6F;
  font-weight: 300;
}
.lp-contact select {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  padding: 14px;
  border: #707070 1px solid;
  -webkit-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  appearance: none; /* æ¨æºã®ã¹ã¿ã¤ã«ãç¡å¹ã«ãã */
  position: relative;
  background-image: url(https://www.soico.jp/wp-content/uploads/heads_lp/arw_select.svg);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .lp-contact select {
    font-size: 14px;
    font-size: 3.7333333333vw;
    height: 12.2666666667vw;
    padding: 3.3333333333vw;
  }
}
.lp-contact ::-ms-expand { /* selectè¦ç´ ã®ãã¶ã¤ã³ãç¡å¹ã«ããï¼IEç¨ï¼ */
  display: none;
}
.lp-contact input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 18px;
  background: white;
  border: #707070 1px solid;
  -webkit-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none; /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  appearance: none; /* æ¨æºã®ã¹ã¿ã¤ã«ãç¡å¹ã«ãã */
}
@media (max-width: 750px) {
  .lp-contact input[type=checkbox] {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.lp-contact input[type=checkbox]:before {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 4px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/icn_checkbox.svg) no-repeat center/100% 100%;
  visibility: hidden;
}
@media (max-width: 750px) {
  .lp-contact input[type=checkbox]:before {
    width: 4.2666666667vw;
    height: 2.6666666667vw;
    top: 1.9333333333vw;
    left: 1.0666666667vw;
  }
}
.lp-contact input[type=checkbox]:checked:before {
  visibility: visible;
}
.lp-contact textarea {
  height: 220px;
}
@media (max-width: 750px) {
  .lp-contact textarea {
    height: 72vw;
  }
}
.lp-contact label.lp-contact__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  position: relative;
  width: 285px;
  padding: 13px 0;
  margin: 60px auto 40px;
  background: #B99942;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 750px) {
  .lp-contact label.lp-contact__btn {
    font-size: 14px;
    font-size: 3.7333333333vw;
    width: 67.7333333333vw;
    padding: 4.2666666667vw 0;
    margin: 13.3333333333vw auto 5.8666666667vw;
  }
}
.lp-contact label.lp-contact__btn:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  z-index: 1;
  content: "";
  width: 8px;
  height: 18px;
  background: url(https://www.soico.jp/wp-content/uploads/heads_lp/arw_submit.svg) no-repeat center right/cover;
}
.lp-contact label.lp-contact__btn input[type=submit] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  color: white;
  font-weight: 400;
}
.lp-contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.page.stockoption .l-main {
  padding-top: 81px;
}
@media (max-width: 750px) {
  .page.stockoption .l-main {
    padding-top: 15.7333333333vw;
  }
}
@media (max-width: 750px) {
  .page.stockoption .lp-reason__ttl span:before {
    left: 100%;
  }
}
@media (max-width: 750px) {
  .page.stockoption .lp-reason__ttl span:after {
    right: 100%;
  }
}/*# sourceMappingURL=lp2024.css.map */