@font-face {
  font-family: "Roboto Mono";
  src: local("Roboto Mono"),
    url("jikochiryo.jp/public_html/css/fonts/RobotoMono-Regular.woff") format("woff");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
body::-webkit-scrollbar{
  display: none;
}

body {
  width: 100vw;
  max-width: 450px;
  font-family: "Helvetica Neue", Arial, "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
img,
a,
table,
tr,
th,
td  {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
}

header,
footer,
section {
  display: block;
  margin-top: -1px;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* html,
body {
  width: 100vw;
  width: 100%;
  max-width: 430px;
  overflow-x: hidden;
  margin: 0 auto;
} */

.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

/* header */
.lp-header {
  /* max-width: 100%; */
  background: #09bc9c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 9px 10px 15px;
}
.lp-header-title {
  color: #fff;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-header-tel-icon {
  width: 21.763px;
  height: 21.763px;
  transform: rotate(-6.69deg);
}
.lp-header-tel-bth {
  padding: 5px 6px 4px;
  display: flex;
  border-radius: 2px;
  background: linear-gradient(180deg, #ff9838 0%, #fd6122 100%);
  gap: 6px;
}
.lp-header-tel-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25);
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.lp-header-tel-number {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
/* top */
.top {
  background-image: url(../photo/lp-fv-backimg-new.png);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: flex-start;
  /* padding: 15px; */
  padding-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.top .white-frame {
  color: #01244c;
}

.top .top-main {
  font-size: 34px;
  display: flex;
  align-items: center;
  padding-top: 33px;
}
/* new lp 2025/09/18 */
.top .top-main-new{
  background: #FB8091;
  color: #fff;
  padding: 6px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  /* line-height: 154.2%; */
}

.top .check-points{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-left: 20px;
}

.top .check-points .check-point{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.top .check-points .check-point .check-point-text .check-point-text-first{
  display: inline-block;
  color: #08BC9B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-stroke:6px #fff;
  position: relative;
}
.top .check-points .check-point .check-point-text .check-point-text-first span{
  font-weight: 700;
  -webkit-text-stroke: 0;
  position: absolute;
}

.top .check-points .check-point .check-point-text .check-point-text-second{
  display: inline-block;
  color: #585858;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-stroke:6px #fff;
  position: relative;
}
.top .check-points .check-point .check-point-text .check-point-text-second span{
  color: #585858;
  font-weight: 700;
  -webkit-text-stroke: 0;
  position: absolute;
}

.circle-img-container-new{
  margin: 15px 0px;
}
/* new lp 2025/09/18 */

#top-main-char {
  display: flex;
  gap: 2px;
  vertical-align: middle;
}

.top-main-sub {
  padding-left: 4px;
  font-size: 24px;
  vertical-align: middle;
  color: #0886df;
  font-weight: 700;
  line-height: normal;
}

#top-main-char span {
  border: 1px solid #0886df;
  background: #fff;
  display: flex;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0886df;
  vertical-align: middle;
}

#top-main-char .blue {
  color: #fff;
  border: 1px solid #0886df;
  background: #0886df;
}

.top-sub-new{
  color: var(--Primary-Primary, #0886DF);
  text-shadow: 0.5px 0.5px 0.5px rgba(51, 51, 51, 0.25);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Roboto Mono";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 154.2%; /* 52.428px */
}

.top-sub {
  border-radius: 2px;
  background: #fd6122;
  display: flex;
  width: 211px;
  padding: 4px 0;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin: 0 auto;
  margin-top: 16px;
}

.top-triangle {
  width: 8px;
  height: 7px;
  background: #fd6122;
  margin: 0 auto -4px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.top-title {
  -webkit-text-stroke: 1px #fff;
  color: #333;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  /* -webkit-text-stroke-width: 3;
    -webkit-text-stroke-color: #FFF; */
  font-family: "Zen Kaku Gothic New";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}

.top-title-2 {
  color: #0886df;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top .top-for {
  color: #01244c;
  font-size: 23px;
  width: 160px;
  font-weight: 700;
  position: relative;
  left: 4%;
}

.top .top-place {
  width: 105px;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  transform: skew(-15deg, -4deg);
  position: relative;
  left: 7%;
  margin-top: 3%;
  z-index: 5;
}

.top .top-now {
  position: relative;
  left: 4%;
  z-index: 5;
}

.top-introduction-text {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  transform: skew(-15deg, -6deg);
  position: relative;
  z-index: 5;
}

.top .top-introduction {
  width: 185px;
  font-size: 30px;
  position: relative;
  left: 7%;
  margin-top: -18px;
}

.top .top-introduction span {
  width: 15px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-size: 32px;
  transform: rotate(25deg);
}

.top .doctor {
  float: right;
  position: relative;
  z-index: 1;
  width: 225px;
  margin-top: 95px;
  margin-left: 100%;
}
.top .circle-img-container {
  display: flex;
  flex-direction: row;
  margin: 15px 15px 0px;
}
.top .circle-img-container img {
  width: 171px;
  height: 248px;
}
.top .good-point-wrapper {
  display: flex;
  justify-content: center;

  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.good-point {
  background: linear-gradient(180deg, #f8e3aa 0%, #fff 39%, #ffd86f 100%);
  stroke-width: 3px;
  border: solid 3px #daa942;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top .circle {
  z-index: 10;
}

.top .good-point-text-1 {
  z-index: 15;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.top .good-point-text-1 .left-1 {
  font-family: "Zen Kaku Gothic New";
  color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #fff;
  /* margin: 0 auto; */
  position: relative;
  text-align: center;
  font-size: 14px;
}

.top .good-point-text-1 .left-2 {
  font-family: "Zen Kaku Gothic New";
  font-size: 25px;
  background: linear-gradient(180deg, #ff5e5e 0%, #c53c33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  line-height: 120%;
}

.top .good-point-text .left-3 span {
  color: #faff00;
  font-size: 24px;
}

.top .good-point-text .center-left-1 {
  font-size: 8px;
  margin-top: -83px;
}

.top .good-point-text .center-left-1 span {
  font-size: 16px;
}

.top .good-point-text .center-left-2 {
  font-size: 8px;
  margin-top: -6px;
}

.top .good-point-text .center-left-2 span {
  color: #faff00;
  font-size: 24px;
}

.top .good-point-text .center-left-3 {
  font-size: 14px;
  margin-top: -3px;
}

.top .good-point-text .center-right-1 {
  margin-top: -78px;
}

.top .good-point-text .center-right-2 span {
  font-size: 10px;
}

.top .good-point-text .center-right-3 {
  color: #faff00;
}

.top .good-point-text .right-1 {
  font-size: 9px;
  margin-top: -80px;
}

.top .good-point-text .right-1 span {
  color: #faff00;
  font-size: 18px;
  letter-spacing: -1px;
  margin-right: 2px;
}

.top .good-point-text .right-2 {
  font-size: 12px;
}

.top .good-point-text .right-3 {
  font-size: 12px;
}

/* question */
.question {
  /* height: 75px; */
  background: #eee;
  padding: 24px 12px;
}
.question-container {
  border-radius: 4px;
  background: linear-gradient(180deg, #cdcdcd 0%, #6f6f6f 100%);
  padding: 12px 20px;
  position: relative;
}
.question-container::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 46%;
    width: 0;
    height: 0;
    border-top: 6px solid #6f6f6f; /* 好みで高さ色を変えてください */
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
}
.question p {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.question span {
  color: #fff;
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: #f0493e;
  text-decoration-thickness: 3px;
}

.question-1 {
  /* margin-top: 20px; */
}

/* condition */
.condition {
  /* height: 230px; */
  background-image: url(../photo/lp-condition-backimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c9c9c9;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0px 3px
}
/*
.condition .shoulder {
    width: 100%;
    max-width: 430px;
    height: auto;
    position: absolute;
}
*/

.condition .white-arrow {
  position: relative;
  z-index: 10;
  top: 10px;
  left: 49.5%;
  transform: translate(-50%, -50%);
}

.condition .after-accident {
  /* padding-top: 25px; */
  /* padding-bottom: 6px; */
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.condition .check-texts{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.condition .check-text{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.condition .check-text img{
  width: 19px;
  height: 18px;
}
.condition .check-text p {
  position: relative;
  text-align: left;
}
/* .condition .check-text p::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  background-image: url(../photo/lp-checkbox.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
} */

.condition p {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
}

.condition p span {
  color: #ffe766;
  font-size: 24px;
}

/* problem */
.problem {
  width: 100%;
  /* max-width: 430px; */
  background: #c9c9c9;
  /* padding-top: 20px; */
}
.problem img{
  background-size: contain;
  background-repeat: no-repeat;
}

/* problem-ignore*/
.ignore {
  height: 148px;
  background-color: #d9d9d9;
  background-image: url(../photo/lp-ignore.webp);
  background-size: cover;
  background-position: center center;
}
/*
.ignore .car-accident {
    position: absolute;
    width: 100%;
    max-width: 430px;
    height: auto;
    margin-top: 16px;
}
*/

.ignore .ignore-arrow {
  position: relative;
  z-index: 1;
  margin-top: 11px;
  left: 49.5%;
  transform: translate(-50%, -50%);
}

.ignore .ignore-back {
  position: relative;
  z-index: 1;
  margin-top: -42px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ignore .ignore-text {
  position: relative;
  z-index: 2;
}

.ignore .ignore-text p {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(51, 51, 51, 0.25);
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}

.ignore .ignore-text p span {
  font-size: 16px;
}

/* difficulty */
.difficulty {
  height: 144px;
  background: linear-gradient(180deg, #d9d9d9 0%, #737373 100%);
}

.difficulty .red-arrow {
  position: relative;
  margin-top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.difficulty .lightning {
  position: relative;
  margin-left: 69%;
  z-index: 15;
}

.difficulty .difficulty-text {
  width: 320px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  left: 50%;
  margin-top: 17px;
  transform: translate(-50%, -50%);
}

.difficulty .difficulty-text p {
  float: left;
  vertical-align: baseline;
  padding-left: 19.58px;
}

.difficulty .difficulty-text .dot {
  font-size: 32px;
  letter-spacing: -9.6px;
}

.difficulty .difficulty-text .difficulty-highlight {
  background: linear-gradient(174deg, #c1fff0 17.73%, #2ffff0 53.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 900;
}

/* condition-ignore */

/*
.condition-ignore .condition-ignore-back {
    width: 100%;
    max-width: 430px;
    height: auto;
    position: absolute;
}
*/
.condition-ignore .condition-ignore-explanation {
  background-image: url(../photo/lp-dismiss-backimg.png);
  background-size: cover;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.condition-ignore .condition-ignore-explanation .condition-ignore-head {
  width: 100%;
  background: #434343;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 9px 0;
  /* padding-left: 13%; */
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}

.condition-ignore .condition-ignore-explanation .condition-ignore-head span {
  color: #ffe766;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

.condition-ignore .condition-ignore-explanation .white-paint-1 {
  width: 71px;
  float: right;
  position: relative;
  margin-top: -11%;
}

.condition-ignore .condition-ignore-explanation .white-paint-2 {
  width: 46px;
  float: right;
  position: relative;
  margin-right: 2%;
  margin-top: -3%;
}

.condition-ignore .condition-ignore-explanation .explanation {
  /* position: relative;
  left: 63%;
  transform: translate(-50%, 0); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.condition-ignore
  .condition-ignore-explanation
  .explanation
  .condition-ignore-text {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: 16.5px;
  font-weight: 700;
}

.condition-ignore
  .condition-ignore-explanation
  .explanation
  .condition-ignore-text
  span {
  color: #fd6122;
  font-weight: 700;
}

.condition-ignore .condition-ignore-explanation .explanation .explanation-2 {
  margin-bottom: 5%;
}

.condition-ignore .condition-ignore-explanation .explanation .explanation-3 {
  padding-bottom: 6%;
}

.condition-ignore .condition-ignore-explanation .explanation .pain-image-1 {
  width: 61.5%;
  max-width: 430px;
  margin-top: 5%;
  margin-bottom: 3%;
}

.condition-ignore .condition-ignore-explanation .explanation .pain-image-2 {
  width: 61.5%;
  max-width: 430px;
  margin-top: 5%;
  margin-bottom: 4%;
}

.condition-ignore .condition-ignore-explanation .explanation .pain-image-3 {
  width: 61.5%;
  max-width: 430px;
  margin: 5% 0;
}

/*
.present .present-back {
    width: 100%;
    max-width: 430px;
}
*/
.caution-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caution-title {
  text-align: center;
  /* width: 185px; */
  border-radius: 2px;
  background: #f0493e;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  padding: 5px 0px;
}
.lp-please-consult-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lp-please-consult-text-wrapper img {
  width: 112px;
  height: 134px;
}
.caution-title img {
  width: 30px;
}
.caution-title p {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.lp-please-consult {
  padding: 35px 18px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, #09bc9c 0%, #15dae8 100%);
}

.lp-please-consult-text {
  color: #333;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-please-consult-text span {
  color: #fb1120;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-consult-black {
  width: 275px;
  background-color: #fff;
  color: #333;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(86, 86, 86, 0.25);
  font-family: "Roboto Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.lp-consult-black::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 48%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff; /* 好みで高さ色を変えてください */
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
}
.lp-please-consult-red {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: YuGothic;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
}
.lp-please-consult-red span {
  font-weight: 700;
}
.lp-please-consult-text-img {
  width: 35px;
  position: absolute;
  top: 64%;
  right: 62px;
}
.lp-please-consult-text-img img {
  width: 100%;
  height: auto;
}
.lp-question {
    margin-top: -10px;
  padding: 0px 15px 12px;
  background: url(../photo/Rectangle\ 409.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-question-title-container {
  position: relative;
  color: #333;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-question-title-container span {
  color: #ff2626;
  text-shadow: 2px 2px 3px rgba(96, 94, 94, 0.23);
  font-family: "Noto Sans JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-question-title-deco {
  position: absolute;
  width: 74px;
  top: -20px;
  left: 0px;
  width: 88.446px;
height: 69.244px;
}
.lp-question-title-deco img {
    width: 88.446px;
    height: 69.244px;
}
.lp-question-text {
  margin-top: 16px;
  color: #000;
  font-family: "Roboto Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  white-space: wrap;
}
.lp-question-text span {
  font-weight: 700;
}

.lp-question-operator-container {
  margin-top: -24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lp-question-speech-bubble {
  padding: 9px 0 8px;
  border-radius: 10px;
  background: #fff;
  width: 287px;
  color: #0f3a6c;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  filter: drop-shadow(5px 5px 16px #a8a8a8);
}
.lp-question-speech-bubble::before {
  position: absolute;
  content: "";
  top: 70%;
  right: -6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.8px 5.5px 0 0;
  border-color: #fff transparent transparent transparent;
}
.lp-question-operator-img {
  width: 70px;
}
.lp-line-btn {
  padding: 20px 0px;
  margin: 10px 15px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(2, 220, 91, 0.68) 0%, #00ad47 100%);
  box-shadow: 3px 4px 2px 0px rgba(51, 51, 51, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-line-icon {
  width: 39px;
}
.lp-line-icon img {
  width: 100%;
  height: auto;
}
.lp-line-free-icon {
  margin-left: 17px;
  width: 25px;
  height: 25px;
  margin-top: 12px;
}
.lp-line-free-icon img {
  width: 100%;
  height: auto;
}
.lp-line-text-wrapper {
  margin-left: 22px;
}
.lp-line-btn-top{
  padding: 20px 0px;
  margin: 10px 15px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(2, 220, 91, 0.68) 0%, #00ad47 100%);
  box-shadow: 3px 4px 2px 0px rgba(51, 51, 51, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-line-btn-top img{
  display: none;
}
.lp-line-btn-top .lp-line-text-wrapper{
  position: relative;
  margin-left: 22px;
  /* padding: 20px 0px; */
}
.lp-line-btn-top .lp-line-text-wrapper::before{
  position: absolute;
  content: url(../photo/lp-line-icon.webp);  
  display: block;
  /* width: 51px;
  height: 51px; */
  scale: 0.3;
  top: -260%;
  left: -120px;
}
.lp-line-number {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-line-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
/* new lp 2025/09/18 */
.lp-tel-btn-top{
  width: 200px;
  margin: 0px 30px;
  border-radius: 50px;
  border: 3px solid #4895EF;
  background: #FFF;
  padding: 5px 15px;
}
.lp-tel-btn-top .lp-tel-btn-top-text{
  
  color: #FF8601;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* position: relative;
  -webkit-text-stroke:6px #fff;
  text-shadow: 0.5px 1px 2px rgba(51, 51, 51, 0.25); */
}
/* .lp-tel-btn-top .lp-tel-btn-top-text span{
  color: #FF8601;
  font-weight: 700;
  -webkit-text-stroke: 0;
  position: absolute;
  top: 0;
  left: 0;
} */
.lp-tel-btn-new {
  padding-top: 6px;
  padding-bottom: 6px;
  margin: -5px 15px 0px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(0, 115, 248, 0.67) 0%, #175BAA 100%);
  box-shadow: 3px 4px 2px 0 rgba(51, 51, 51, 0.25);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
}
/* new lp 2025/09/18 */
.lp-tel-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 10px 15px 0;
  border-radius: 50px;
  background: linear-gradient(180deg, #ff9838 0%, #fd6122 100%);
  box-shadow: 3px 4px 2px 0px rgba(51, 51, 51, 0.25);
  display: flex;
  justify-content: center;
}
.lp-tel-icon {
  width: 45px;
}
.lp-tel-icon img {
  width: 100%;
  height: auto;
}
.lp-tel-free-icon {
  margin-left: 17px;
  width: 25px;
  height: 25px;
  margin-top: 12px;
}
.lp-tel-free-icon img {
  width: 100%;
  height: auto;
}
.lp-tel-free {
  border-radius: 2px;
  background: #fff;
  /* width: 50px;
  height: 50px; */
  padding: 4px 5px;
  color: var(--C, #0886df);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}
.lp-tel-text-wrapper {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lp-tel-btn-new-top{
  padding-top: 6px;
  padding-bottom: 6px;
  margin: -5px 15px 0px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(0, 115, 248, 0.67) 0%, #175BAA 100%);
  box-shadow: 3px 4px 2px 0 rgba(51, 51, 51, 0.25);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -1;
}
.lp-tel-line-container{
  margin-left: 15px;
}
.lp-tel-btn-new-top .lp-tel-line-container{
  position: relative;
  margin: 0;
}
.lp-tel-btn-new-top img {
  display: none;
}
.lp-tel-btn-new-top .lp-tel-line-container::before{
  position: absolute;
  content: url(../photo/lp-tel-icon.webp);
  scale: 0.55;
  top: -35%;
  left: -80px;
  transform: rotate(-6.7deg);
}
.lp-tel-number {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.lp-tel-text {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-contact-asta {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #989898;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.lp-window {
  padding: 20px 15px 0;
  background: #fff;
  white-space: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-window-title {
  color: #0886df;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-window-lists {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-window-list {
  display: flex;
  gap: 45px;
  justify-content: center;
  align-items: center;
}
.lp-window-list-img {
  width: 80px;
  flex-shrink: 0;
  position: relative;
  margin-top: 30px;
}
.lp-window-list-img img {
  width: 79px;
  height: 74px;
  flex-shrink: 0;
}
.lp-window-list-number {
  position: absolute;
  left: 72%;
  top: -22px;
  color: #0886df;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
}
.lp-window-list-right {
  width: 65%;
}
.lp-window-list-title {
  color: #000;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: wrap;
}
.lp-window-list-title span {
  color: #0886df;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-window-list-text {
  margin-top: 6px;
  color: #000;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: wrap;
}
.lp-feature-lists {
  display: flex;
  margin-top: 52.5px;
  justify-content: center;
  gap: 6px;
}
.lp-feature-list {
  width: calc((100% - 12px) / 3);
  width: 111px;
  position: relative;
  z-index: 4;
  border-radius: 4px;
  border: 2px solid var(--C, #0886df);
  background: #fff;
}
.lp-feature-list-img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #0886df;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-feature-list-img-text {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #0886df;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-feature-list-img-text span {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
.lp-feature-list-img img {
  width: 31px;
  height: 31px;
}
.lp-feature-list-container {
  margin-top: 32px;
  color: #333;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 0px 10px;
}
.lp-free {
  margin-top: -20px;
  z-index: 2;
}
.lp-free-top {
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, #def2ff 0%, #a5daff 100%);
  box-shadow: 0.5px 0.5px 0.5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.lp-free-top::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 16px solid #a6daff;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.lp-free-bottom {
  padding: 27px 0px 5px;
  background-color: #fff;
  position: relative;
}
.lp-free-text {
  width: 58%;
  color: #0f3a6c;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 2px 0px #d1ecff;
  padding-bottom: 14px;
}
.lp-free-text span.orange {
  color: #ffa63e;
  text-align: center;
  text-shadow: 1px 1px 2px #daebff;
  font-family: "Noto Sans JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-free-text span.small {
  font-size: 16px;
  font-weight: 700;
}
.lp-free-bottom-woman {
  position: absolute;
  width: 152px;
  top: 22px;
  right: 15px;
}
.lp-free-bottom-woman img {
  width: 100%;
  height: auto;
}
.lp-reason {
  padding: 27px 26px;
  background: #e9f6ff;
}
.new-lp-reason-title-plus{
  display: flex;
  flex-direction: row;
  align-items: center;justify-content: center;
}
.new-lp-reason-title-plus p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lp-reason-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lp-reason-title span {
  color: #fff;
  text-align: center;
  font-family: YuGothic;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  text-shadow: 3px 3px 3px #0886df, -3px -3px 3px #0886df, -3px 3px 3px #0886df,
    3px -3px 3px #0886df;
}
.lp-reason-lists {
  margin-top: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-reason-list {
  position: relative;
}
.lp-reason-list-number {
  padding: 2px 16px 2px 26px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px 5px 5px 0px;
  background: linear-gradient(180deg, #ff9838 0%, #fd6122 100%);
  position: absolute;
  top: 24px;
  left: -12px;
}
.lp-reason-list-number span {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.25);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-reason-list-number::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #b97001 transparent transparent;
  left: 0;
  top: 100%;
}
.lp-reason-list-img {
  width: 100%;
}
.lp-reason-list-img img {
  width: 100%;
  height: auto;
}

.lp-reason-list-text-wrapper {
  padding: 18px 17px 36px;
  background: #fff;
  margin-top: -10px;
}
.lp-reason-list-title {
  padding-top: 10px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
.lp-reason-list-title span {
  color: #0886df;
  font-weight: 700;
}
.lp-reason-list-text {
  padding-top: 10px;
  color: #000;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: wrap;
}
.lp-reason-list-asta {
  margin-top: 16px;
  color: #989898;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lp-voice {
  background: linear-gradient(
    90deg,
    rgba(248, 221, 79, 0.2) -10.05%,
    rgba(255, 236, 133, 0.2) 56.01%,
    rgba(255, 214, 0, 0.2) 124.75%
  );
  padding: 33px 15px 50px;
}
.lp-voice-title-wrapper {
  position: relative;
}
.lp-voice-title {
  color: #fd6122;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-text-stroke-width: 3;
  -webkit-text-stroke-color: #fff;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
}
.lp-voice-title-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  width: 43px;
  display: flex;
  align-items: center;
}
.lp-voice-title-img img {
  width: 100%;
  height: auto;
}
.lp-voice-lists {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lp-voice-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-voice-list-img {
  width: 96px;
  flex-shrink: 0;
}
.lp-voice-list-img img {
  width: 100%;
  height: auto;
}
.lp-voice-list-speech-bubble {
  /* width: calc(100% - 96px); */
}
.lp-voice-list-speech-bubble-left{
  position: relative;
  display: inline-block;
  margin: 0em 0 0em 25px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0c8a4;
}
.lp-voice-list-speech-bubble-right{
    position: relative;
    display: inline-block;
    margin: 0em 25px 0em 0px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0c8a4;
  }

.lp-voice-list-speech-bubble-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.lp-voice-list-speech-bubble-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e0c8a4;
  z-index: 1;
}
.lp-voice-list-speech-bubble-right :before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 2;
  }
  
  .lp-voice-list-speech-bubble-right :after {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #e0c8a4;
    z-index: 1;
  }
.lp-voice-list-speech-bubble p {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: YuMincho;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0px 0px;
}
.lp-voice-list-speech-bubble img {
    width: 71px;
    height: auto;
}
.lp-gift {
  width: 100%;
}
.lp-gift img {
  width: 100%;
  height: auto;
}
.lp-step {
  margin-top: -5px;
  padding: 0 0px 26px;
  background: #eff9ff;
}
.lp-step-title {
  color: #fff;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  background: #0886df;
  width: 100%;
}
.lp-step-lists {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 0px 26px;
}
.lp-step-list {
  position: relative;
  display: flex;
  text-align: center;
  gap: 6.9%;
  padding-left: 6.8%;
  padding-top: 21px;
  padding-bottom: 21px;
  background: #fff;
}
.lp-step-list-number {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 50px;
  top: -23px;
  left: -4px;
  fill: #fff;
  border-radius: 50%;
  border: 1px solid #256fc5;
  padding-top: 6px;
  color: #0886df;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.lp-step-list-number span {
  color: #0886df;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.lp-step-img {
  width: 36%;
}
.lp-step-img img {
  width: 100%;
  height: auto;
}
.lp-step-text-container {
  width: 56.7%;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.lp-step-text {
  color: #0886df;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lp-step-tel {
  width: fit-content;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0px 6px 0px 0px;
}
.lp-step-tel img {
  width: 31px;
  height: 33px;
  border-radius: 4px 0px 0px 4px;
  background: linear-gradient(0deg, #09bc9c 0%, #15dae8 100%);
}
.lp-step-text-blue {
  color: #256fc5;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* 追従バナー */
#banner-fixed{
    display: flex;
    align-items: center;
    background-color: #f8d0d7;
    width: calc(100% - 30px);
    position: fixed;
    bottom: 0;
    z-index: 10000;
    margin-bottom: 15px;
}

/* company page */
.lp-header-company{
  background: var(--Linear, linear-gradient(88deg, #08BC9B 22.05%, #17E1FD 116.9%));
  padding: 16px;
}
.lp-header-company p{
  color: #FFF;
  text-align: justify;
  /* Ja_16px */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
.company-main-container{
  padding: 10px 28px 63px;
  background-color: #fff;
}
.company-table{
  width: 100%;
  background: #FFFDF3;
  border: solid 1px #FFFDF3;
}
.company-table tr td {
  text-align: center;
  width: 50%;
  padding: 10px;
}
.company-table tr td:nth-of-type(odd){
  background: var(--main_blue, #00A0BB);
  color: #FFF;
  text-align: center;
  /* Ja_12px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
.company-table tr td:nth-of-type(even){
  color: #777;
  text-align: center;
  /* Ja_12px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  text-align: start;
}
.policy-main-container{
  padding: 10px 28px 63px;
  background-color: #fff;
  /* overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  inline-size: min-content; */
}
.policy-main-container p{
  white-space: normal;
  color: #777;
  /* Ja_12px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.policy-main-container div{
  color: #777;
  /* Ja_12px */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.company-footer{
  background: var(--main_blue, #00A0BB);
  padding: 45px;
}