@charset "utf-8";
/* CSS Document - レスポンシブ対応統合版 */
body {
  background-color: #252525;
}
@media (max-width: 924px) {
  .onlyLpPC {
    display: none !important;
  }
}
@media (min-width: 925px) {
  .onlyLpSP {
    display: none !important;
  }
}

#pankuzu,
.pageTitle {
  display: none;
}

.footArea {
  margin-top: 0;
}

/* PC版 */
@media screen and (min-width: 925px) {
}

/* ================================================================================
   mainimg
   ================================================================================ */
#mainimg {
  width: 100%;
  margin-bottom: 30px;
}

/* SP版 */
@media screen and (max-width: 924px) {
  #mainimg {
    margin: 0;
  }
}
/* PC版 */
@media screen and (min-width: 925px) {
  #mainimg {
    width: auto;
    margin-bottom: 0;
  }
}

#mainimg img {
  width: 100%;
}

/* ================================================================================
   gnav
   ================================================================================ */
#gnav {
  width: 100%;
  height: 75px;
  background: url(/img/lp/bg_gnav_01.png) repeat-x;
  z-index: 9999;
  overflow: hidden;
}

#gnav ul {
  width: 925px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
#gnav ul::before,
#gnav ul::after {
  content: '';
  background: url(/img/lp/bg_gnav_02.png) no-repeat;
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: -4px;
  top: 0;
}
#gnav ul::before {
  left: -4px;
}
#gnav ul::after {
  right: -4px;
}

#gnav ul li {
}

#gnav ul li.last {
  flex-grow: 0;
}

/* SP版ではgnavを非表示 */
@media screen and (max-width: 924px) {
  #gnav {
    height: auto;
  }
  #gnav ul {
    width: 100%;
    height: auto;
  }

  #gnav ul li {
    width: calc(100% / 5);
  }

  #gnav ul li img {
    width: 100%;
    height: auto;
  }
}

/* ================================================================================
   section anchors
   ================================================================================ */
#sectionA {
  height: 1px;
}

#sectionB,
#sectionC,
#sectionD {
  height: 100px;
}

/* SP版 */
@media screen and (max-width: 924px) {
  #sectionB,
  #sectionC,
  #sectionD {
    height: 60px;
  }
  #secA,
  #secB,
  #secC,
  #secD,
  #secE {
    height: 60px;
  }
}

/* ================================================================================
   reason
   ================================================================================ */
#reason {
  margin: 0;
}

/* PC版 */
@media screen and (min-width: 925px) {
  #reason #reasonInner > h2 {
    height: 159px;
  }
  #reason #reasonInner > h2 img {
    width: 100%;
    object-fit: contain;
    object-position: 0 0;
    display: block;
    height: 100%;
  }
  #reason #reasonInner .text {
    padding: 20px 0 0 40px;
    color: #ededed;
    font-size: 26px;
    line-height: 34px;
    line-height: 1.6;
    margin-bottom: -50px;
  }

  #reason #reasonInner #reasonMerit {
    margin: 98px auto 0;
    padding: 25px 0 10px 0;
    background: #efefef;
    position: relative;
    border-radius: 10px;
  }

  #reason #reasonInner #reasonMerit::before {
    contain-intrinsic-block-size: AUTO 100px;
    content: '';
    width: calc(100% - 10px);
    height: 458px;
    margin: 0 auto;
    background: url(/img/lp/bg_reason_02.png) no-repeat 100% 0;
    display: block;
    z-index: 0;
    position: absolute;
    top: -98px;
    right: 0;
  }
  #reason #reasonInner #reasonMerit::after {
    content: '';
    width: 100%;
    margin: 0 auto;
    background: url(/img/lp/bg_reason_02.png) no-repeat 50% 100%;
    display: block;
    max-width: 950px;
    aspect-ratio: 95 / 20;
    margin: 0 auto;
    box-sizing: border-box;
    width: calc(100% - 40px);
  }
  #reason #reasonInner #reasonMerit h3 {
    padding: 0 0 20px 43px;
    position: relative;
    z-index: 1;
  }

  #reason #reasonInner #reasonMerit dl {
    padding: 0 0 0 51px;
    margin-right: 400px;
    z-index: 1;
    position: relative;
  }

  #reason #reasonInner #reasonMerit dl dt {
    width: 100px;
    height: 53px;
  }

  #reason #reasonInner #reasonMerit dl dd {
    margin: -53px 0 20px 115px;
    color: #000;
    font-size: 20px;
    line-height: 26px;
  }

  #reason #reasonInner #reasonMerit dl dd span {
    font-size: 15px;
    line-height: 18px;
  }

  #reason #reasonInner #reasonMerit dl dd img {
    margin: 3px;
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  #reason {
    margin: 60px 0 30px 0;
  }

  #reason h2 {
    margin: 20px 0px 10px 0px;
  }

  #reason h2 img {
    width: 100%;
    max-width: 743px;
    margin: 0 auto;
    display: block;
  }

  #reason .text {
    margin: 10px auto 0;
    color: #ededed;
    font-size: 14px;
    line-height: 1.6;
  }

  #reason #reasonMerit {
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 75px 0;
    background-size: 290px 71px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin: 20px auto 0;
    padding: 0 0 10px;
    background: #eee no-repeat center bottom;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  #reason #reasonMerit:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: -10px;
    background: url(/lp/img/sp/bg_reason_01.png) no-repeat;
    background-size: contain;
    z-index: 100;
    aspect-ratio: 53 / 65;
    width: 33.12vw;
    max-width: 212px;
  }
  #reason #reasonMerit:after {
    content: '';
    display: block;
    height: 130px;
    background: url(/lp/img/sp/bg_reason_02.png) no-repeat;
    width: 100%;
    max-width: 580px;
    margin: 20px auto 0;
    padding: 20px;
    box-sizing: border-box;
  }
  #reason #reasonMerit h3 {
    width: 160px;
    padding: 15px 0 0 10px;
  }

  #reason #reasonMerit h3 img {
    width: 100%;
  }

  #reason #reasonMerit dl {
    position: relative;
    padding: 5px 10px 0 10px;
    z-index: 200;
    display: grid;
    grid-template-columns: 45px auto;
    gap: 10px;
  }

  #reason #reasonMerit dl dt {
    width: 45px;
    height: 27px;
  }

  #reason #reasonMerit dl dt img {
    width: 100%;
  }

  #reason #reasonMerit dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
  .reason02 img {
    width: 50vw;
    max-width: 161px;
  }
  .reasonLinks {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    max-width: 300px;
  }

  .reasonLinks img {
    width: 100%;
  }

  #reason #reasonMerit dl dd img {
    margin: 0 5px 0 0;
  }

  #reason #reasonMerit dl dd span {
    display: inline-block;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.6;
  }
}

/* ================================================================================
   strength
   ================================================================================ */
#strength {
  margin: 0 0 0 0;
}

/* PC版 */
@media screen and (min-width: 925px) {
  #strength {
    background: url(/lp/img/bg_strength_01.png) repeat-x;
  }
  #strength #strengthInner {
    position: relative;
  }
  #strength #strengthInner > h2 {
    height: 98px;
  }
  #strength #strengthInner > h2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
    display: block;
  }

  #strength #strengthInner #strengthImg1 {
    position: absolute;
    top: 0;
    right: 144px;
    z-index: 0;
  }

  #strength #strengthInner #strengthImg2 {
    position: absolute;
    top: 144px;
    right: 0;
    z-index: 1;
  }

  #strength #strengthInner ul {
    padding: 20px 0 0 18px;
    position: relative;
    z-index: 1;
  }

  #strength #strengthInner ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    background: url(/img/lp/ico_strength_01.png) no-repeat 0 17px;
    color: #ececec;
    font-size: 26px;
    line-height: 1.6;
  }

  #strength #strengthInner #strengthImg3 {
    text-align: center;
  }
  #strength #strengthInner #strengthImg3 img {
    aspect-ratio: 454 / 263;
    width: 100%;
    max-width: 908px;
  }

  #strength #strengthInner #strengthbtn {
    text-align: center;
    margin-top: 40px;
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  #strength {
    margin: 0 0 30px 0;
  }

  #strength h2 {
    width: 100%;
    margin: 0 0 5px 0;
  }

  #strength h2 img {
    width: 100%;
  }

  #strength .strengthImgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
  #strength #strengthImg1,
  #strength #strengthImg2 {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    max-width: 251px;
  }

  #strength #strengthImg1 img,
  #strength #strengthImg2 img {
    width: 100%;
  }

  #strength ul {
    width: 100%;
    margin: 0 auto;
  }

  #strength ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 12px;
    background: url(/lp/img/sp/ico_strength_01.png) no-repeat 0 9px;
    background-size: 7px 7px;
    color: #ececec;
    font-size: 14px;
    line-height: 1.6;
  }

  #strength #strengthbtn {
    text-align: center;
  }
  #strength #strengthImg3 {
    margin: 30px 0;
  }
  #strength #strengthbtn img {
    max-width: 300px;
    height: auto;
    width: 100%;
  }
  #strength #strengthInner #strengthImg3 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

/* ================================================================================
   about
   ================================================================================ */

/* PC版 */
@media screen and (min-width: 925px) {
  #about {
    background: url(/lp/img/bg_about_01.png) repeat-x;
  }
  #about #aboutInner > h2 {
    height: 102px;
  }
  #about #aboutInner > h2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
  }

  #about #aboutInner dl {
    min-height: 393px;
    padding: 10px 0 0 18px;
    background: url(/img/lp/img_about_01.jpg) no-repeat 100% 10px;
  }

  #about #aboutInner dl dt {
    margin: 10px 0 5px 0;
    padding: 0 0 0 20px;
    background: url(/lp/img/ico_about_01.png) no-repeat 0 11px;
    color: #ededed;
    font-size: 26px;
    line-height: 34px;
  }

  #about #aboutInner dl dd {
    margin: 0 0 25px 0;
    padding: 0 500px 0 20px;
    color: #ededed;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  #about {
    margin: 0 0 30px 0;
  }

  #about h2 {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #about h2 img {
    width: 100%;
  }

  #about dl {
    width: 94%;
    margin: 0 auto 15px;
  }

  #about dl dt {
    margin: 0 0 2px 0;
    padding: 0 0 0 12px;
    background: url(/lp/img/sp/ico_about_01.png) no-repeat 0 10px;
    background-size: 7px 7px;
    color: #ececec;
    font-size: 16px;
    line-height: 1.6;
  }

  #about dl dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    color: #ececec;
    font-size: 14px;
    line-height: 1.6;
  }

  #about p {
    width: 94%;
    margin: 0 auto;
  }

  #about p img {
    width: 100%;
    max-width: 797px;
    margin: 0 auto;
    display: block;
  }
}

/* ================================================================================
   case
   ================================================================================ */

#case {
  margin: 0 0 50px 0;
}
/* PC版 */
@media screen and (min-width: 925px) {
  #case {
    background: url(/lp/img/bg_case_01.png) repeat-x;
  }
  #case #caseInner {
  }
  #case #caseInner > h2 {
    height: 101px;
  }
  #case #caseInner > h2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 0 0;
  }

  #case #caseInner #caseBtn {
    text-align: center;
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  #case {
    margin: 0 0 30px 0;
  }

  #case h2 {
    width: 100%;
    margin: 0 0 15px 0;
  }

  #case h2 img {
    width: 100%;
  }

  #case .caseText {
    margin: 0 0 10px 0;
    text-align: center;
  }

  #case .caseText img {
    width: 60%;
  }

  #case #caseInner #caseBtn {
    text-align: center;
  }

  #case #caseInner #caseBtn img {
    width: 100%;
    height: auto;
  }
}

/* const_wrap ms_wrap */
div#const_wrap {
  margin: 30px 0;
  padding: 25px 0 0 5px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

/* PC版 */
@media screen and (min-width: 925px) {
  div.const_box {
    width: 366px;
    height: 241px;
    overflow: hidden;
  }

  div.const_box a {
    height: 198px;
    background: rgb(246, 246, 246);
    padding: 10px 15px;
    border: 1px solid rgb(212, 212, 212);
    border-image: none;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
  }

  div.const_box a span.comment {
    padding: 0px;
    height: 150px;
    line-height: 1.6;
    overflow: hidden;
    white-space: normal;
  }
}

/* tablet css */
@media screen and (max-width: 1190px) {
  div.const_box {
    width: 49%;
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  div#const_wrap {
    width: 100%;
    margin: 20px auto;
    padding: 10px 10px 0;
    box-sizing: border-box;
  }

  div.const_box {
    overflow: hidden;
  }
  div.const_box {
    width: 100%;
    margin: 0 auto;
  }

  div.const_box a {
    background: rgb(246, 246, 246);
    padding: 10px;
    border: 1px solid rgb(212, 212, 212);
    border-image: none;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 auto;
  }

  div.const_box a span.title {
    font-size: 15px;
  }

  div.const_box a span.comment {
    padding: 0px;
    line-height: 1.4;
    overflow: hidden;
    white-space: normal;
    font-size: 12px;
    height: auto;
    padding-bottom: 10px;
  }

  div.const_box a span.btn {
    font-size: 12px;
  }
}

/* 共通スタイル */
div.const_box a:hover {
  background-color: white;
}

div.const_box a span {
  display: block;
}

div.const_box a span.title {
  color: rgb(0, 102, 255);
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}

div.const_box a span.pic {
  padding-bottom: 0;
  float: left;
  aspect-ratio: 1 / 1;
  width: calc(50% - 5px);
}

div.const_box a span.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.const_box a span.comment {
  width: calc(50% - 5px);
  color: rgb(102, 102, 102);
  height: 140px;
  float: right;
  font-size: 14px;
}

div.const_box a span.btn {
  padding: 2px 15px;
  right: 10px;
  bottom: 10px;
  color: white;
  /* position: absolute; */
  background-color: rgb(53, 53, 53);
  display: block;
  float: right;
}

div.const_box span.shadow {
  background: url('/lp/img/shadow_single.png') repeat-x 0px 0px;
  height: 20px;
  margin-top: 1px;
  display: block;
}

div#const_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

/* ================================================================================
   form
   ================================================================================ */
#form {
  padding: 0 0 100px 0;
  background: #fff url(/lp/img/bg_form_01.png) repeat-x;
}

/* PC版 */
@media screen and (min-width: 925px) {
  #form #formInner {
    padding: 218px 0 0 0;
  }

  /* PC版フォーム表示、SP版フォーム非表示 */
  .form {
    display: table;
  }

  #form #formInner * {
  }

  #form #formInner h2 {
    margin: 0 auto 30px;
    height: 54px;
    overflow: hidden;
    border-bottom: 3px solid #cacdcb;
  }

  #form #formInner .form {
    margin: 0 auto 45px;
    width: 100%;
  }

  #form #formInner .form > div {
    background: url(/lp/img/bg_form_02.png) no-repeat bottom left;
    display: flex;
  }

  #form #formInner .form > div.last {
    background: none;
  }

  #form #formInner .form dt {
    width: 225px;
    padding: 15px 0 15px 15px;
    background: url(/lp/img/ico_form_01.png) no-repeat 0 20px;
    color: #3fbfe5;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
  }

  #form #formInner .form dt img {
    margin: 0 0 0 5px;
  }

  #form #formInner .form dd {
    padding: 15px 0 15px 10px;
    background: url(/lp/img/bg_form_02.png) no-repeat right bottom;
    color: #252525;
    font-size: 13px;
    line-height: 20px;
  }

  #form #formInner .form .last td {
    background: none;
  }

  #form #formInner .form dd textarea {
    width: 620px;
    height: 150px;
    padding: 4px;
    border: 1px solid #ccc;
    background: #eee;
  }

  #form #formInner .form dd input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
  }

  #form #formInner .form dd input[type='checkbox'] + label {
    display: inline-block;
    width: 115px;
    height: 70px;
    margin: 5px 2px 0 0;
    padding: 0 0 0 40px;
    background: url(/lp/img/checkbox_off.png) no-repeat;
    background-size: 155px 70px;
    line-height: 70px;
  }

  #form #formInner .form dd input[type='checkbox']:checked + label {
    background: url(/lp/img/checkbox_on.png) no-repeat;
    background-size: 155px 70px;
  }

  #form #formInner .form dd input[type='email'] {
    width: 550px;
    height: 50px;
    padding: 4px;
    border: 1px solid #ccc;
    background: #eee;
  }

  #form #formInner .form dd input[type='tel'] {
    width: 400px;
    height: 30px;
    padding: 4px;
    border: 1px solid #ccc;
    background: #eee;
  }

  #form #formInner .form dd input[type='text'] {
    width: 400px;
    height: 30px;
    padding: 4px;
    border: 1px solid #ccc;
    background: #eee;
  }

  #form #formInner .form dd select {
    width: 140px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #eee;
  }

  #form #formInner .form dd input[type='radio'] {
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    margin: 0;
    accent-color: #1a4a8a;
    vertical-align: middle;
  }

  #form #formInner .form dd .w200 {
    width: 200px !important;
  }

  #form #formInner .form dd .w620 {
    width: 620px !important;
  }

  #form #formInner #formSubmit {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
  }

  #form #formInner #formSubmit .privacypolicy {
    margin: 30px 0 0 0;
    padding: 10px 0 10px 50px;
    background: url(/img/lp/ico_form_03.png) no-repeat 0 50% / 40px 40px;
    color: #252525;
    font-size: 13px;
    line-height: 20px;
  }

  #form #formInner #formSubmit .privacypolicy a {
    color: #ff7f00;
  }

  #form #formInner #formSubmit .privacypolicy a:hover {
    text-decoration: none;
  }

  #form #formInner #formSubmit .submitBtn {
    width: 100%;
    max-width: 480px;
    margin-top: 12px;
    background: var(--color-blue-3);
    position: relative;
    font-size: clamp(12px, 3.42vw, 24px);
    display: inline-block;
    font-size: 16px;
    margin: 20px auto 0;
    display: block;
  }
  #form .submitBtn::after {
    content: '\f054';
    font: var(--fa-font-solid);
    font-size: 80%;
    vertical-align: bottom;
    position: absolute;
    right: 5%;
    top: 0;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    line-height: 1;
    padding-top: 3px;
    box-sizing: border-box;
  }

  #form #formInner #formSubmit .submitBtn .form_submit {
    width: 100%;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
    margin-inline: auto;
    color: #fff;
    padding: 0 10% 0 5%;
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start;
    transition: background 0.2s;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: transparent;
    line-height: 1;
    font-family: var(--family-noto);
    font-size: 15px;
    height: 60px;
  }

  #form #formInner #formSubmit .submitBtn .form_submit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

/* SP版 */
@media screen and (max-width: 924px) {
  #form {
    padding: 0 0 40px 0;
    background: #fff;
  }

  /* SP版フォーム表示、PC版フォーム非表示 */
  .form {
    display: block;
  }

  #form h2 {
    padding: 65px 0 25px;
    text-align: center;
  }

  #form h2 img {
    width: 45%;
    max-width: 354px;
  }

  #form dl {
    width: 100%;
    margin: 0 auto;
  }

  #form dl dt {
    padding: 0 0 5px 15px;
    background: url(/lp/img/sp/ico_form_01.png) no-repeat 0 7px;
    background-size: 9px 9px;
    color: #3fbfe5;
    font-size: 16px;
    line-height: 20px;
  }

  #form dl dt img {
    width: 35px;
    margin: 5px 0 0 5px;
    vertical-align: top;
  }

  #form dl dd {
    margin: 10px 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    color: #252525;
    font-size: 14px;
  }

  #form dl dd.last {
    border-bottom: none;
  }

  #form dl dd textarea {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  #form dl dd input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
  }

  #form dl dd input[type='checkbox'] + label {
    display: inline-block;
    width: 105px;
    height: 40px;
    margin: 5px 2px 0 0;
    padding: 0 0 0 40px;
    background: url(/lp/img/sp/checkbox_off.png) no-repeat;
    background-size: 145px 40px;
    line-height: 40px;
  }

  #form dl dd input[type='checkbox']:checked + label {
    background: url(/lp/img/sp/checkbox_on.png) no-repeat;
    background-size: 145px 40px;
  }

  #form dl dd input[type='email'] {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  #form dl dd input[type='tel'] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  #form dl dd input[type='text'] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  #form dl dd select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 40px;
  }

  #form dl dd input[type='radio'] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
  }

  #form dl dd input[type='radio'] + label {
    display: inline-block;
    width: 105px;
    height: 40px;
    margin: 5px 2px 5px 0;
    padding: 0 0 0 40px;
    background: url(/lp/img/sp/radio_off.png) no-repeat;
    background-size: 145px 40px;
    line-height: 40px;
  }

  #form dl dd input[type='radio']:checked + label {
    background: url(/lp/img/sp/radio_on.png) no-repeat;
    background-size: 145px 40px;
  }

  #form dl dd .w250 {
    width: 200px !important;
  }

  #form dl dd .w620 {
    width: 620px !important;
  }

  #form .privacypolicy {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px 50px;
    background: url(/lp/img/sp/ico_form_03.png) no-repeat center left;
    background-size: 40px 40px;
    color: #252525;
    font-size: 14px;
    line-height: 1.4;
  }

  #form .privacypolicy a {
    color: #ff7f00;
    text-decoration: underline;
  }

  #form .submitBtn {
    width: 100%;
    max-width: 480px;
    margin-top: 12px;
    background: var(--color-blue-3);
    position: relative;
    font-size: clamp(12px, 3.42vw, 24px);
    display: inline-block;
    font-size: 16px;
    margin: 20px auto 0;
    display: block;
  }
  #form .submitBtn::after {
    content: '\f054';
    font: var(--fa-font-solid);
    font-size: 80%;
    vertical-align: bottom;
    position: absolute;
    right: 5%;
    top: 0;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    line-height: 1;
    padding-top: 3px;
    box-sizing: border-box;
  }
  #form .submitBtn .form_submit {
    width: 100%;
    border: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
    margin-inline: auto;
    color: #fff;
    padding: 0 10% 0 5%;
    text-decoration: none;
    font-weight: 600;
    align-self: flex-start;
    transition: background 0.2s;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: transparent;
    line-height: 1;
    text-align: left;
    font-family: var(--family-noto);
    font-size: 15px;
    height: 60px;
  }
}

.ilong {
  font-size: 18px;
  font-weight: 900;
}

@media screen and (max-width: 924px) {
  .ilong {
    font-size: 15px;
    font-weight: 900;
  }
}
